Changeset 61245 in spip-zone
- Timestamp:
- May 13, 2012, 1:36:57 AM (9 years ago)
- Location:
- _plugins_/polyhierarchie/trunk/lang
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/polyhierarchie/trunk/lang/paquet-polyhier_en.php
r53211 r61245 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/paquet-polyhier?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 6 if (!defined('_ECRIRE_INC_VERSION')) return; 4 7 5 8 $GLOBALS[$GLOBALS['idx_lang']] = array( 6 9 7 // A 8 'polyhier_slogan' => 'Attach an article or a section on several parent sections.', 10 // P 9 11 'polyhier_description' => 'Plugin for creating cross-links by referencing sections 10 12 and articles to other sections that their direct parent.', 13 'polyhier_slogan' => 'Attach an article or a section on several parent sections.' 14 ); 11 15 12 13 );14 16 ?> -
_plugins_/polyhierarchie/trunk/lang/paquet-polyhier_fr.php
r53211 r61245 1 1 <?php 2 3 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_/polyhierarchie/trunk/lang/ 4 if (!defined('_ECRIRE_INC_VERSION')) return; 4 5 5 6 $GLOBALS[$GLOBALS['idx_lang']] = array( 6 7 7 // A 8 'polyhier_slogan' => 'Rattacher un article ou une rubrique à plusieurs rubriques parentes', 8 // P 9 9 'polyhier_description' => 'Plugin permettant de créer des liens transversaux en rattachant des rubriques 10 10 et articles à d\'autres rubriques que leur parent direct.', 11 'polyhier_slogan' => 'Rattacher un article ou une rubrique à plusieurs rubriques parentes' 12 ); 11 13 12 13 );14 14 ?>
Note: See TracChangeset
for help on using the changeset viewer.