23 行
		
	
	
	
		
			977 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			23 行
		
	
	
	
		
			977 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| 
 | |
| defined('BASEPATH') OR exit('Direkter Zugriff auf Skripte ist nicht erlaubt');
 | |
| 
 | |
| $lang['notes_menu_notes'] = 'Notizen';
 | |
| $lang['notes_edit_note'] = 'Editiere Notiz';
 | |
| $lang['notes_your_notes'] = 'Deine Notizen';
 | |
| 
 | |
| $lang['notes_welcome'] = "Du hast derzeit keine Notizen. Diese sind eine fantastische Methode, Informationen wie Tunereinstellungen, Baken und allgemeine Stationsinformationen zu speichern. Und sie sind besser als Papier, da du sie nicht verlieren kannst!";
 | |
| 
 | |
| $lang['notes_create_note'] = 'Lege Notiz an';
 | |
| 
 | |
| $lang['notes_input_title'] = 'Titel';
 | |
| $lang['notes_input_category'] = 'Kategorie';
 | |
| $lang['notes_input_notes_content'] = 'Notizeninhalt';
 | |
| $lang['notes_input_btn_save_note'] = 'Speichere Notiz';
 | |
| $lang['notes_input_btn_edit_note'] = 'Editiere Notiz';
 | |
| $lang['notes_input_btn_delete_note'] = 'Lösche Notiz';
 | |
| 
 | |
| $lang['notes_selection_general'] = 'Allgemein';
 | |
| $lang['notes_selection_antennas'] = 'Antennen';
 | |
| $lang['notes_selection_satellites'] = 'Satelliten';
 | |
| 
 |