Cloudlog/application/language/french/gridsquares_lang.php
abarrau ade2324ffd update french language
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
2023-11-12 17:50:23 +01:00

37 行
1.8 KiB
PHP

<?php
defined('BASEPATH') OR exit('No direct script access allowed');
$lang['gridsquares_gridsquare_map'] = "Carte des Locator";
$lang['gridsquares_activated_gridsquare_map'] = "Carte des Locator activatés";
$lang['gridsquares_gridsquare_activators'] = "Activateur de Locator";
$lang['gridsquares_confirmed_is_green'] = "Confirmé en Vert";
$lang['gridsquares_worked_but_not_confirmed_is_red'] = "Réalisé, mais non confirmé en Rouge";
$lang['gridsquares_activated_but_not_confirmed_is_red'] = "Activé, mais non confirmé en Rouge";
$lang['gridsquares_this_map_does_not_include_satellite_internet_or_repeater_qsos'] = "Cette carte n'inclue pas les QSO par Satellite, internet ou relais";
$lang['gridsquares_grid_squares'] = "Grilles des Locators";
$lang['gridsquares_total_count'] = "Total";
$lang['gridsquares_minimum_count'] = "Nbre d'activation minimum";
$lang['gridsquares_show_qsos'] = "Afficher les QSO";
$lang['gridsquares_show_map'] = "Afficher la carte";
$lang['gridsquares_band'] = "Bande";
$lang['gridsquares_mode'] = "Mode";
$lang['gridsquares_sat'] = "Satellite";
$lang['gridsquares_confirmation'] = "Confirmé";
$lang['gridsquares_button_plot'] = "Afficher";
$lang['gridsquares_button_clear_markers'] = "Effacer marqueurs";
$lang['gridsquares_gridsquares'] = "Locator";
$lang['gridsquares_gridsquares_worked'] = "Locator réalisés";
$lang['gridsquares_gridsquares_confirmed'] = "Locator confirmés";
$lang['gridsquares_gridsquares_lotw'] = "Locator confirmés par LoTW";
$lang['gridsquares_gridsquares_paper'] = "Locator confirmé par Carte QSL";
$lang['gridsquares_gridsquares_not_confirmed'] = "Locator non confirmés";
$lang['gridsquares_gridsquares_total_worked'] = "Total des Locator réalisés";
$lang['gridsquares_gridsquares_total_activated'] = "Total des Locator activatés";