Skip to content
Extraits de code Groupes Projets
Valider c9b20fbd rédigé par salvatore's avatar salvatore
Parcourir les fichiers

i18n: [Salvatore] [source:lang/ territoire_extra] Export depuis...

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
parent 1d798ec6
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
<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>
<?php <?php
// This is a SPIP language file -- Ceci est un fichier langue de SPIP // 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')) { if (!defined('_ECRIRE_INC_VERSION')) {
return; return;
} }
...@@ -8,10 +8,10 @@ if (!defined('_ECRIRE_INC_VERSION')) { ...@@ -8,10 +8,10 @@ if (!defined('_ECRIRE_INC_VERSION')) {
$GLOBALS[$GLOBALS['idx_lang']] = array( $GLOBALS[$GLOBALS['idx_lang']] = array(
// C // C
'champ_extra_format' => 'Format',
'champ_extra_id' => 'Id', 'champ_extra_id' => 'Id',
'champ_extra_titre' => 'Libellé', 'champ_extra_titre' => 'Libellé',
'champ_extra_type' => 'Type', 'champ_extra_type' => 'Type',
'champ_extra_format' => 'Format',
'champ_extra_unite' => 'Unité', 'champ_extra_unite' => 'Unité',
'champ_unite_id' => 'Id', 'champ_unite_id' => 'Id',
'champ_unite_titre' => 'Libellé', 'champ_unite_titre' => 'Libellé',
...@@ -26,23 +26,25 @@ $GLOBALS[$GLOBALS['idx_lang']] = array( ...@@ -26,23 +26,25 @@ $GLOBALS[$GLOBALS['idx_lang']] = array(
'extra_population' => 'population', 'extra_population' => 'population',
'extra_tld' => 'extension', 'extra_tld' => 'extension',
// F
'format_extra_date' => 'date',
'format_extra_float' => 'décimal',
'format_extra_integer' => 'entier',
'format_extra_string' => 'chaine',
// I // I
'info_1_extra' => '1 nature de données', 'info_1_extra' => '1 nature de données',
'info_1_unite' => '1 unité', 'info_1_unite' => '1 unité',
'info_extra_aucun' => 'Utilisez les boutons pour créer de nouvelles natures de données', '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_extra' => '@nb@ natures de données',
'info_nb_unite' => '@nb@ unités', 'info_nb_unite' => '@nb@ unités',
'info_unite_aucune' => 'Utilisez les boutons pour créer de nouvelles unites',
// T // 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_info' => 'caractéristique',
'type_extra_stat' => 'statistique', 'type_extra_stat' => 'statistique',
// U // U
'unite_km2' => 'km<sup>2</sup>',
'unite_hab' => 'habitants', 'unite_hab' => 'habitants',
'unite_km2' => 'km<sup>2</sup>'
); );
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter