|
|
<?php |
|
|
// 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/sms.git |
|
|
if (!defined('_ECRIRE_INC_VERSION')) { |
|
|
return; |
|
|
} |
|
|
|
|
|
$GLOBALS[$GLOBALS['idx_lang']] = array( |
|
|
|
|
|
// A |
|
|
'aucun' => 'Aucun', |
|
|
|
|
|
// C |
|
|
'cfg_exemple' => 'Exemple', |
|
|
'cfg_exemple_explication' => 'Explication de cet exemple', |
|
|
'cfg_titre_parametrages' => 'Paramétrages', |
|
|
'choix_prestataire' => 'Choix du prestataire', |
|
|
'cle_api' => 'Clé API', |
|
|
|
|
|
// D |
|
|
'date_debut' => 'Date de début', |
|
|
'date_fin' => 'Date de fin', |
|
|
|
|
|
// 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_mode_octopush' => 'Souhaitez-vous envoyer en réel ou en simulation ?', |
|
|
'explication_octopush' => 'Identifiants API (Votre solde : SMS Standard @standard@ ou SMS premium @premium@)', |
|
|
'explication_smsfactor' => 'Identifiant de votre compte en ligne', |
|
|
|
|
|
// L |
|
|
'login' => 'Login', |
|
|
|
|
|
// M |
|
|
'mode_octopush' => 'Mode d’envoi des sms', |
|
|
'mot_de_passe' => 'Mot de passe', |
|
|
|
|
|
// R |
|
|
'recup_nbr_sms' => 'Nombre de SMS', |
|
|
'reel' => 'Réel', |
|
|
|
|
|
// S |
|
|
'simulation' => 'Simulation', |
|
|
'sms' => 'SMS', |
|
|
'sms_titre' => 'SMS SPIP', |
|
|
|
|
|
// T |
|
|
'titre_page_configurer_sms' => 'Configuration de l’API SMS' |
|
|
);
|
|
|
|