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
21 行
987 B
PHP
21 行
987 B
PHP
<?php
|
|
|
|
defined('BASEPATH') OR exit('Accès direct au script non autorisé');
|
|
|
|
$lang['notes_menu_notes'] = "Notes";
|
|
$lang['notes_edit_note'] = "Edition d'une Note";
|
|
$lang['notes_your_notes'] = "Vos Notes";
|
|
|
|
$lang['notes_welcome'] = "Vous n'avez actuellement aucune note.<br> C'est une manière fantastique de conserver vos données comme les réglages de boite d'accord, balises, notes sur les stations etc. et c'est bien mieux que des notes papiers que vous finirez par perdre.";
|
|
$lang['notes_create_note'] = "Création d'une nouvelle Note";
|
|
|
|
$lang['notes_input_title'] = "Titre";
|
|
$lang['notes_input_category'] = "Catégorie";
|
|
$lang['notes_input_notes_content'] = "Contenu de la note ";
|
|
$lang['notes_input_btn_save_note'] = "Enregistrer";
|
|
$lang['notes_input_btn_edit_note'] = "Editer";
|
|
$lang['notes_input_btn_delete_note'] = "Supprimer";
|
|
|
|
$lang['notes_selection_general'] = "Général";
|
|
$lang['notes_selection_antennas'] = "Antennes";
|
|
$lang['notes_selection_satellites'] = "Satellites";
|