Browse Source

[Salvatore] [source:_plugins_/sms/trunk/lang/ sms] Export depuis http://trad.spip.net

svn/root/tags/v1.1.10
salvatore@rezo.net 7 years ago
parent
commit
dbc43af6e2
  1. 1
      .gitattributes
  2. 4
      lang/sms.xml
  3. 14
      lang/sms_fr.php

1
.gitattributes vendored

@ -3,6 +3,7 @@ classes/smsfactor/AccuseReceptionSMSClass.php -text
classes/smsfactor/sendSMSclass.php -text
formulaires/configurer_sms.html -text
lang/paquet-sms_fr.php -text
lang/sms.xml -text
lang/sms_fr.php -text
/paquet.xml -text
prive/squelettes/contenu/configurer_sms.html -text

4
lang/sms.xml

@ -0,0 +1,4 @@
<traduction module="sms" gestionnaire="salvatore" url="http://trad.spip.net" source="svn://zone.spip.org/spip-zone/_plugins_/sms/trunk/lang/" reference="fr">
<langue code="fr" url="http://trad.spip.net/tradlang_module/sms?lang_cible=fr" total="12" traduits="12" relire="0" modifs="0" nouveaux="0" pourcent="100.00">
</langue>
</traduction>

14
lang/sms_fr.php

@ -1,14 +1,14 @@
<?php
// This is a SPIP language file -- Ceci est un fichier langue de SPIP
if (!defined('_ECRIRE_INC_VERSION')) return;
// Fichier source, a modifier dans svn://zone.spip.org/spip-zone/_plugins_/sms/trunk/lang/
if (!defined('_ECRIRE_INC_VERSION')) {
return;
}
$GLOBALS[$GLOBALS['idx_lang']] = array(
// A
'aucun' => 'Aucun',
// S
'sms_titre' => 'SMS SPIP',
// C
'cfg_exemple' => 'Exemple',
@ -19,7 +19,7 @@ $GLOBALS[$GLOBALS['idx_lang']] = array(
// E
'expediteur' => 'Expéditeur',
'explication_expediteur' => 'Personnalisation de l’expéditeur avec du texte (11 caractères Max.)
de Téléphone non pris en charge en France.',
 de Téléphone non pris en charge en France.',
'explication_smsfactor' => 'Identifiant de votre compte en ligne',
// L
@ -32,5 +32,7 @@ $GLOBALS[$GLOBALS['idx_lang']] = array(
'sms_titre' => 'SMS SPIP',
// T
'titre_page_configurer_sms' => 'Configuration de l\'API SMS',
'titre_page_configurer_sms' => 'Configuration de l’API SMS'
);
?>

Loading…
Cancel
Save