diff --git a/.gitattributes b/.gitattributes index a08c23e..9b146d4 100644 --- a/.gitattributes +++ b/.gitattributes @@ -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 diff --git a/lang/sms.xml b/lang/sms.xml new file mode 100644 index 0000000..b0ee898 --- /dev/null +++ b/lang/sms.xml @@ -0,0 +1,4 @@ + + + + diff --git a/lang/sms_fr.php b/lang/sms_fr.php index 20787ca..1e4e4d2 100644 --- a/lang/sms_fr.php +++ b/lang/sms_fr.php @@ -1,14 +1,14 @@ '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.) - N° de Téléphone non pris en charge en France.', + N° 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' ); + +?>