
3 changed files with 12 additions and 3 deletions
@ -0,0 +1,4 @@
|
||||
<traduction module="paquet-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/paquet-sms?lang_cible=fr" total="3" traduits="3" relire="0" modifs="0" nouveaux="0" pourcent="100.00"> |
||||
</langue> |
||||
</traduction> |
@ -1,12 +1,16 @@
|
||||
<?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( |
||||
|
||||
// S |
||||
'sms_description' => 'API pour envoyer des sms simplement', |
||||
'sms_nom' => 'SMS SPIP', |
||||
'sms_slogan' => '', |
||||
'sms_slogan' => '' |
||||
); |
||||
|
||||
?> |
||||
|
Loading…
Reference in new issue