23 行
		
	
	
	
		
			962 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
		
		
			
		
	
	
			23 行
		
	
	
	
		
			962 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
|  | <?php | ||
|  | 
 | ||
|  | defined('BASEPATH') OR exit('No direct script access allowed'); | ||
|  | 
 | ||
|  | $lang['notes_menu_notes'] = 'Notatki'; | ||
|  | $lang['notes_edit_note'] = 'Edytuj notatkę'; | ||
|  | $lang['notes_your_notes'] = 'Twoje notatki'; | ||
|  | 
 | ||
|  | $lang['notes_welcome'] = "Nie masz jeszcze żadnej notatki, są one fantastyczną drogą do przechowywana pomocnych danych takich jak np. ustawienia skrzynki antenowej, bikony, i ogólne notatki. Są lepsze niż papierowe, bo nigdy nie giną. !"; | ||
|  | 
 | ||
|  | $lang['notes_create_note'] = 'Utwórz notatkę'; | ||
|  | 
 | ||
|  | $lang['notes_input_title'] = 'Tyuł'; | ||
|  | $lang['notes_input_category'] = 'Kategoria'; | ||
|  | $lang['notes_input_notes_content'] = 'Zawartość notatki'; | ||
|  | $lang['notes_input_btn_save_note'] = 'Zapisz notatkę'; | ||
|  | $lang['notes_input_btn_edit_note'] = 'Edytuj notatkę'; | ||
|  | $lang['notes_input_btn_delete_note'] = 'Usuń notatkę'; | ||
|  | 
 | ||
|  | $lang['notes_selection_general'] = 'Ogólne'; | ||
|  | $lang['notes_selection_antennas'] = 'Antenowe'; | ||
|  | $lang['notes_selection_satellites'] = 'Setatlitarne'; |