Changeset 59213 in spip-zone
- Timestamp:
- Mar 10, 2012, 9:58:41 PM (9 years ago)
- Location:
- _plugins_/article_accueil/trunk/lang
- Files:
-
- 1 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/article_accueil/trunk/lang/article_accueil_en.php
r59208 r59213 1 1 <?php 2 // This is a SPIP language file -- Ceci est un fichier langue de SPIP 3 // extrait automatiquement de http://trad.spip.org/tradlang_module/article_accueil?lang_cible=en 4 // ** ne pas modifier le fichier ** 2 5 3 // This is a SPIP language file -- Ceci est un fichier langue de SPIP 4 if (!defined("_ECRIRE_INC_VERSION")) return; 6 if (!defined('_ECRIRE_INC_VERSION')) return; 5 7 6 8 $GLOBALS[$GLOBALS['idx_lang']] = array( 9 7 10 // A 8 11 'article_accueil' => 'Home article', 9 12 'aucun_article_accueil' => 'No article', 10 13 11 14 // L 12 15 'label_id_article_accueil' => 'Home article', 13 16 14 17 // R 15 'rubrique_article_en_accueil' => 'Home article:' ,18 'rubrique_article_en_accueil' => 'Home article:' 16 19 ); 20 17 21 ?> -
_plugins_/article_accueil/trunk/lang/article_accueil_es.php
r53402 r59213 1 1 <?php 2 // This is a SPIP language file -- Ceci est un fichier langue de SPIP 3 // extrait automatiquement de http://trad.spip.org/tradlang_module/article_accueil?lang_cible=es 4 // ** ne pas modifier le fichier ** 2 5 3 // This is a SPIP language file -- Ceci est un fichier langue de SPIP 4 if (!defined("_ECRIRE_INC_VERSION")) return; 6 if (!defined('_ECRIRE_INC_VERSION')) return; 5 7 6 8 $GLOBALS[$GLOBALS['idx_lang']] = array( 9 7 10 // A 8 11 'article_accueil' => 'Artículo destacado', 9 12 'aucun_article_accueil' => 'Ningún artículo', 10 13 11 14 // L 12 15 'label_id_article_accueil' => 'Artículo destacado', 13 16 14 17 // R 15 'rubrique_article_en_accueil' => 'Artículo destacado actual:' ,18 'rubrique_article_en_accueil' => 'Artículo destacado actual:' 16 19 ); 20 17 21 ?> -
_plugins_/article_accueil/trunk/lang/article_accueil_fr.php
r53402 r59213 1 1 <?php 2 3 2 // This is a SPIP language file -- Ceci est un fichier langue de SPIP 4 if (!defined("_ECRIRE_INC_VERSION")) return; 3 // Fichier source, a modifier dans svn://zone.spip.org/spip-zone/_plugins_/article_accueil/trunk/lang/ 4 if (!defined('_ECRIRE_INC_VERSION')) return; 5 5 6 6 $GLOBALS[$GLOBALS['idx_lang']] = array( 7 7 8 // A 8 9 'article_accueil' => 'Article d\'accueil', 9 10 'aucun_article_accueil' => 'Aucun article', 10 11 11 12 // L 12 13 'label_id_article_accueil' => 'Article d\'accueil', 13 14 14 15 // R 15 'rubrique_article_en_accueil' => 'Article d\'accueil :',16 'rubrique_article_en_accueil' => 'Article d\'accueil :' 16 17 ); 18 17 19 ?>
Note: See TracChangeset
for help on using the changeset viewer.