diff --git a/lang/territoire_extra.xml b/lang/territoire_extra.xml new file mode 100644 index 0000000000000000000000000000000000000000..e362c73bc7a92e04c01204af09376482dce8ad0c --- /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 622a32880c15e65101e6d2e72e364e921df0e4a8..3df9a8dd5b3ba0d1eb2225e4e98baeb1a92c4119 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>' );