Changeset 61238 in spip-zone
- Timestamp:
- May 13, 2012, 1:36:41 AM (9 years ago)
- Location:
- _plugins_/facteur/trunk/lang
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/facteur/trunk/lang/paquet-facteur_en.php
r54251 r61238 1 1 <?php 2 3 // Ceci est un fichier langue de SPIP -- This is a SPIP language file 4 // 5 /// Fichier produit par PlugOnet 6 // Module: paquet-facteur 7 // Langue: en 8 // Date: 09-11-2011 12:03:33 9 // Items: 2 2 // This is a SPIP language file -- Ceci est un fichier langue de SPIP 3 // extrait automatiquement de http://trad.spip.org/tradlang_module/paquet-facteur?lang_cible=en 4 // ** ne pas modifier le fichier ** 10 5 11 6 if (!defined('_ECRIRE_INC_VERSION')) return; … … 13 8 $GLOBALS[$GLOBALS['idx_lang']] = array( 14 9 15 // F10 // F 16 11 'facteur_description' => 'Postman delivers emails in HTML, text or mixed format; via SMTP or not', 17 12 'facteur_nom' => 'Postman', 18 'facteur_slogan' => 'He delivers emails' ,13 'facteur_slogan' => 'He delivers emails' 19 14 ); 15 20 16 ?> -
_plugins_/facteur/trunk/lang/paquet-facteur_fr.php
r54251 r61238 1 1 <?php 2 3 // Ceci est un fichier langue de SPIP -- This is a SPIP language file 4 // 5 /// Fichier produit par PlugOnet 6 // Module: paquet-facteur 7 // Langue: fr 8 // Date: 09-11-2011 12:03:33 9 // Items: 3 10 2 // This is a SPIP language file -- Ceci est un fichier langue de SPIP 3 // Fichier source, a modifier dans svn://zone.spip.org/spip-zone/_plugins_/facteur/trunk/lang/ 11 4 if (!defined('_ECRIRE_INC_VERSION')) return; 12 5 13 6 $GLOBALS[$GLOBALS['idx_lang']] = array( 14 7 15 // F8 // F 16 9 'facteur_description' => 'Facteur s\'occupe de la distribution des courriels au format HTML, texte ou mixte ; via SMTP ou non', 17 10 'facteur_nom' => 'Facteur', 18 'facteur_slogan' => 'Il distribue vos courriels' ,11 'facteur_slogan' => 'Il distribue vos courriels' 19 12 ); 13 20 14 ?>
Note: See TracChangeset
for help on using the changeset viewer.