Cloudlog/application/language/french/notes_lang.php
abarrau 72808efb3e update french language (+ standardize format)
1/ Update French tag value for files :
account_lang.php --> done
adif_lang.php --> done
admin_lang.php --> done
awards_lang.php
contesting_lang.php --> done
eqsl_lang.php	--> non change
export_lang.php
filter_lang.php
general_words_lang.php --> in progress
gridsquares_lang.php
lotw_lang.php
menu_lang.php
notes_lang.php --> done
options_lang.php
qslcard_lang.php --> done
qso_lang.php
station_lang.php
statistics_lang.php --> done

2/ addition of a space (on 1 line of the adif file for each language) to standardize the structure of the files

3/ standardize css form-control for 1 field on add/edit user view
2023-11-11 19:04:58 +01:00

21 行
994 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';