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
44 行
1.4 KiB
PHP
44 行
1.4 KiB
PHP
<?php
|
|
|
|
defined('BASEPATH') OR exit('No direct script access allowed');
|
|
|
|
$lang['statistics_statistics'] = "Statistiques";
|
|
|
|
$lang['statistics_explore_the_logbook'] = "Informations sur le journal de trafic";
|
|
|
|
$lang['statistics_years'] = "Nb QSOs /An";
|
|
$lang['statistics_modes'] = "% /Modes";
|
|
$lang['statistics_bands'] = "% /Bandes";
|
|
$lang['statistics_qsos'] = "Nb QSOs /Bandes /Modes";
|
|
$lang['statistics_unique_callsigns'] = "Indicatif unique /Bandes /Modes";
|
|
|
|
$lang['statistics_total'] = "Total";
|
|
|
|
$lang['statistics_year'] = "Année";
|
|
|
|
$lang['statistics_number_of_qso_worked_each_year'] = "Nombre de QSOs réalisés par an";
|
|
$lang['statistics_number_of_qso_worked'] = "QSOs réalisés";
|
|
|
|
/*
|
|
*
|
|
* Distances
|
|
*
|
|
*/
|
|
|
|
$lang['statistics_distances_worked'] = "Nombre de QSOs par plage de distances réalisées";
|
|
$lang['statistics_distances_part1_contacts_were_plotted_furthest'] = "contacts utilisés pour le graphique.<br> Le dernier contact réalisé est : ";
|
|
$lang['statistics_distances_part2_contacts_were_plotted_furthest'] = ", avec le locator : ";
|
|
$lang['statistics_distances_part3_contacts_were_plotted_furthest'] = ", pour une distance de : ";
|
|
$lang['statistics_distances_number_of_qsos'] = "Nombre de QSOs";
|
|
$lang['statistics_distances_callsigns_worked'] = "Indicatif(s) contacté(s) (liste de 5 max)";
|
|
$lang['statistics_distances_qsos_with'] = "QSOs avec";
|
|
$lang['statistics_distances_and_band'] = "et bandes";
|
|
|
|
/*
|
|
*
|
|
* Timeline
|
|
*
|
|
*/
|
|
|
|
$lang['statistics_timeline'] = "Chronologie";
|
|
|