mirror of
https://github.com/magicbug/Cloudlog
synced 2024-11-22 08:13:41 +00:00
ade2324ffd
1/ state update tranlate french language DONE (with delimitor ") - account_lang.php - adif_lang.php - admin_lang.php - contesting_lang.php - eqsl_lang.php - export_lang.php - filter_lang.php - general_words_lang.php - gridsquares_lang.php - lotw_lang.php - notes_lang.php - qslcard_lang.php - statistics_lang.php IN PROGRESS - awards_lang.php TO DO - menu_lang.php - options_lang.php - qso_lang.php - station_lang.php 2/ change add/edit station_profil for tag "gen_find_zone_xxx" (general_words) --> same consistency for all languages 3/ add tag "gridsquares_gridsquares_worked" (general_words) for all language file --> exist only for english
37 lines
1.8 KiB
PHP
37 lines
1.8 KiB
PHP
<?php
|
|
|
|
defined('BASEPATH') OR exit('No direct script access allowed');
|
|
|
|
$lang['gridsquares_gridsquare_map'] = 'Gridsquare karta';
|
|
$lang['gridsquares_activated_gridsquare_map'] = "Activated Gridsquare Map";
|
|
$lang['gridsquares_gridsquare_activators'] = "Gridsquare Activators";
|
|
|
|
$lang['gridsquares_confirmed_is_green'] = 'Bekräftat är grönt';
|
|
$lang['gridsquares_worked_but_not_confirmed_is_red'] = 'Fungerade men inte bekräftat är röd';
|
|
$lang['gridsquares_activated_but_not_confirmed_is_red'] = 'Aktiverad men inte bekräftad är röd';
|
|
|
|
$lang['gridsquares_this_map_does_not_include_satellite_internet_or_repeater_qsos'] = 'Den här kartan inkluderar inte QSO:er för satellit, internet eller repeater';
|
|
|
|
$lang['gridsquares_grid_squares'] = 'grid square';
|
|
$lang['gridsquares_total_count'] = 'Totalt antal';
|
|
|
|
$lang['gridsquares_minimum_count'] = "Minimum Count";
|
|
$lang['gridsquares_show_qsos'] = "Show QSO's";
|
|
$lang['gridsquares_show_map'] = "Show Map";
|
|
$lang['gridsquares_band'] = 'Band';
|
|
$lang['gridsquares_mode'] = 'Mode';
|
|
$lang['gridsquares_sat'] = 'Satellite';
|
|
$lang['gridsquares_confirmation'] = 'Bekräftelse';
|
|
|
|
$lang['gridsquares_button_plot'] = 'Plot';
|
|
$lang['gridsquares_button_clear_markers'] = "Clear Markers";
|
|
|
|
$lang['gridsquares_gridsquares'] = 'Gridsquares';
|
|
$lang['gridsquares_gridsquares_worked'] = 'Gridsquares worked';
|
|
$lang['gridsquares_gridsquares_confirmed'] = 'Gridsquares bekräftad';
|
|
$lang['gridsquares_gridsquares_lotw'] = 'Gridsquares confirmed on LoTW';
|
|
$lang['gridsquares_gridsquares_paper'] = 'Gridsquares confirmed by paper QSL';
|
|
$lang['gridsquares_gridsquares_not_confirmed'] = 'Gridsquares inte bekräftat';
|
|
$lang['gridsquares_gridsquares_total_worked'] = 'Totala gridsquares arbetade';
|
|
$lang['gridsquares_gridsquares_total_activated'] = 'Total gridsquares activated';
|