You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
36 lines
856 B
36 lines
856 B
<?php |
|
// This is a SPIP language file -- Ceci est un fichier langue de SPIP |
|
|
|
if (!defined('_ECRIRE_INC_VERSION')) return; |
|
|
|
$GLOBALS[$GLOBALS['idx_lang']] = array( |
|
|
|
// A |
|
'aucun' => 'Aucun', |
|
// S |
|
'sms_titre' => 'SMS SPIP', |
|
|
|
// C |
|
'cfg_exemple' => 'Exemple', |
|
'cfg_exemple_explication' => 'Explication de cet exemple', |
|
'cfg_titre_parametrages' => 'Paramétrages', |
|
'choix_prestataire' => 'Choix du prestataire', |
|
|
|
// 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.', |
|
'explication_smsfactor' => 'Identifiant de votre compte en ligne', |
|
|
|
// L |
|
'login' => 'Login', |
|
|
|
// M |
|
'mot_de_passe' => 'Mot de passe', |
|
|
|
// S |
|
'sms_titre' => 'SMS SPIP', |
|
|
|
// T |
|
'titre_page_configurer_sms' => 'Configuration de l\'API SMS', |
|
);
|
|
|