26 行
		
	
	
	
		
			1.1 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			26 行
		
	
	
	
		
			1.1 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| 
 | |
| defined('BASEPATH') OR exit('No direct script access allowed');
 | |
| 
 | |
| $lang['gridsquares_gridsquare_map'] = 'Planquadratkarte';
 | |
| 
 | |
| $lang['gridsquares_confirmed_is_green'] = 'Bestätigt ist grün';
 | |
| $lang['gridsquares_worked_but_not_confirmed_is_red'] = 'Gearbeitet aber nicht bestätigt ist rot';
 | |
| $lang['gridsquares_activated_but_not_confirmed_is_red'] = 'Aktiviert aber nicht bestätigt ist rot';
 | |
| 
 | |
| $lang['gridsquares_this_map_does_not_include_satellite_internet_or_repeater_qsos'] = 'Diese Karte beinhaltet keine Satelliten-, Internet- oder Relais-QSOs';
 | |
| 
 | |
| $lang['gridsquares_grid_squares'] = 'Planquadrate';
 | |
| $lang['gridsquares_total_count'] = 'Summe';
 | |
| 
 | |
| $lang['gridsquares_band'] = 'Band';
 | |
| $lang['gridsquares_mode'] = 'Mode';
 | |
| $lang['gridsquares_sat'] = 'Satellit';
 | |
| $lang['gridsquares_confirmation'] = 'Bestätigung';
 | |
| 
 | |
| $lang['gridsquares_button_plot'] = 'Kartieren';
 | |
| 
 | |
| $lang['gridsquares_gridsquares'] = 'Planquadrate';
 | |
| $lang['gridsquares_gridsquares_confirmed'] = 'Planquadrate bestätigt';
 | |
| $lang['gridsquares_gridsquares_not_confirmed'] = 'Planquadrate nicht bestätigt';
 | |
| $lang['gridsquares_gridsquares_total_worked'] = 'Summe gearbeiteter Planquadrate';
 |