From c9b20fbd91c8746b44ff662c3d59b3cc9a243d8a Mon Sep 17 00:00:00 2001 From: Salvatore <salvatore@rezo.net> Date: Wed, 21 Aug 2024 01:30:06 +0200 Subject: [PATCH] i18n: [Salvatore] [source:lang/ territoire_extra] Export depuis https://trad.spip.net de la langue fr i18n: [Salvatore] [source:lang/ territoire_extra] Mise a jour du bilan depuis https://trad.spip.net --- lang/territoire_extra.xml | 9 +++++++++ lang/territoire_extra_fr.php | 18 ++++++++++-------- 2 files changed, 19 insertions(+), 8 deletions(-) create mode 100644 lang/territoire_extra.xml diff --git a/lang/territoire_extra.xml b/lang/territoire_extra.xml new file mode 100644 index 0000000..e362c73 --- /dev/null +++ b/lang/territoire_extra.xml @@ -0,0 +1,9 @@ +<traduction + module="territoire_extra" + id="territoire_extra--territoires_data-f86fa" + gestionnaire="salvatore" + url="https://trad.spip.net" + source="https://git.spip.net/spip-contrib-extensions/territoires_data.git" + reference="fr"> + <langue code="fr" url="https://trad.spip.net/tradlang_module/territoire_extra-territoires_data?lang_cible=fr" total="29" traduits="29" relire="0" modifs="0" nouveaux="0" pourcent="100.00" /> +</traduction> diff --git a/lang/territoire_extra_fr.php b/lang/territoire_extra_fr.php index 622a328..3df9a8d 100644 --- a/lang/territoire_extra_fr.php +++ b/lang/territoire_extra_fr.php @@ -1,6 +1,6 @@ <?php // This is a SPIP language file -- Ceci est un fichier langue de SPIP -// Fichier source, a modifier dans https://git.spip.net/spip-contrib-extensions/territoires.git +// Fichier source, a modifier dans https://git.spip.net/spip-contrib-extensions/territoires_data.git if (!defined('_ECRIRE_INC_VERSION')) { return; } @@ -8,10 +8,10 @@ if (!defined('_ECRIRE_INC_VERSION')) { $GLOBALS[$GLOBALS['idx_lang']] = array( // C + 'champ_extra_format' => 'Format', 'champ_extra_id' => 'Id', 'champ_extra_titre' => 'Libellé', 'champ_extra_type' => 'Type', - 'champ_extra_format' => 'Format', 'champ_extra_unite' => 'Unité', 'champ_unite_id' => 'Id', 'champ_unite_titre' => 'Libellé', @@ -26,23 +26,25 @@ $GLOBALS[$GLOBALS['idx_lang']] = array( 'extra_population' => 'population', 'extra_tld' => 'extension', + // F + 'format_extra_date' => 'date', + 'format_extra_float' => 'décimal', + 'format_extra_integer' => 'entier', + 'format_extra_string' => 'chaine', + // I 'info_1_extra' => '1 nature de données', 'info_1_unite' => '1 unité', 'info_extra_aucun' => 'Utilisez les boutons pour créer de nouvelles natures de données', - 'info_unite_aucune' => 'Utilisez les boutons pour créer de nouvelles unites', 'info_nb_extra' => '@nb@ natures de données', 'info_nb_unite' => '@nb@ unités', + 'info_unite_aucune' => 'Utilisez les boutons pour créer de nouvelles unites', // T - 'format_extra_date' => 'date', - 'format_extra_string' => 'chaine', - 'format_extra_integer' => 'entier', - 'format_extra_float' => 'décimal', 'type_extra_info' => 'caractéristique', 'type_extra_stat' => 'statistique', // U - 'unite_km2' => 'km<sup>2</sup>', 'unite_hab' => 'habitants', + 'unite_km2' => 'km<sup>2</sup>' ); -- GitLab