Changeset 62851 in spip-zone
- Timestamp:
- Jun 22, 2012, 1:40:35 AM (9 years ago)
- Location:
- _plugins_/auteurs_syndic/trunk/lang
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/auteurs_syndic/trunk/lang/paquet-auteurs_syndic_en.php
r62803 r62851 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-auteurs_syndic 7 // Langue: en 8 // Date: 21-06-2012 09:22:48 9 // Items: 3 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-auteurs_syndic?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 // A10 // A 16 11 'auteurs_syndic_description' => 'Adds the ability to add authors to syndicated sites', 17 12 'auteurs_syndic_nom' => 'Authors for Web site', 18 'auteurs_syndic_slogan' => 'Adds the ability to add authors to syndicated sites' ,13 'auteurs_syndic_slogan' => 'Adds the ability to add authors to syndicated sites' 19 14 ); 15 20 16 ?> -
_plugins_/auteurs_syndic/trunk/lang/paquet-auteurs_syndic_fr.php
r62803 r62851 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-auteurs_syndic 7 // Langue: fr 8 // Date: 21-06-2012 09:22:48 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_/auteurs_syndic/trunk/lang/ 11 4 if (!defined('_ECRIRE_INC_VERSION')) return; 12 5 13 6 $GLOBALS[$GLOBALS['idx_lang']] = array( 14 7 15 // A8 // A 16 9 'auteurs_syndic_description' => 'Ajoute la possibilité d\'ajouter des auteurs aux sites syndiqués', 17 10 'auteurs_syndic_nom' => 'Auteurs pour les sites syndiqués', 18 'auteurs_syndic_slogan' => 'Ajoute la possibilité d\'ajouter des auteurs aux sites syndiqués' ,11 'auteurs_syndic_slogan' => 'Ajoute la possibilité d\'ajouter des auteurs aux sites syndiqués' 19 12 ); 13 20 14 ?>
Note: See TracChangeset
for help on using the changeset viewer.