Changeset 94537 in spip-zone
- Timestamp:
- Jan 11, 2016, 4:33:28 AM (5 years ago)
- Location:
- _plugins_/selection_objets/trunk/lang
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/selection_objets/trunk/lang/paquet-selection_objet.xml
r94524 r94537 1 1 <traduction module="paquet-selection_objet" gestionnaire="salvatore" url="http://trad.spip.net" source="svn://zone.spip.org/spip-zone/_plugins_/selection_objets/trunk/lang/" reference="fr"> 2 <langue code="en" url="http://trad.spip.net/tradlang_module/paquet-selection_objet?lang_cible=en" total="3" traduits=" 2" relire="0" modifs="1" nouveaux="0" pourcent="66.67">2 <langue code="en" url="http://trad.spip.net/tradlang_module/paquet-selection_objet?lang_cible=en" total="3" traduits="0" relire="0" modifs="3" nouveaux="0" pourcent="0.00"> 3 3 <traducteur nom="Benitron" lien="http://trad.spip.net/auteur/benitron" /> 4 4 </langue> -
_plugins_/selection_objets/trunk/lang/paquet-selection_objet_en.php
r94524 r94537 4 4 // ** ne pas modifier le fichier ** 5 5 6 if (!defined('_ECRIRE_INC_VERSION')) return; 6 if (!defined('_ECRIRE_INC_VERSION')) { 7 return; 8 } 7 9 8 10 $GLOBALS[$GLOBALS['idx_lang']] = array( … … 10 12 // S 11 13 'selection_objet_description' => 'Plugin inspired by the plugin article selection. 12 Selects spip objects, store them and customize their display depending on the selected section', 13 'selection_objet_nom' => 'Objects selection', 14 Selects spip objects, store them and customize their display depending on the selected section', # MODIF 15 'selection_objet_nom' => 'Objects selection', # MODIF 14 16 'selection_objet_slogan' => 'List your spip objects' # MODIF 15 17 ); -
_plugins_/selection_objets/trunk/lang/paquet-selection_objet_fr.php
r94524 r94537 2 2 // This is a SPIP language file -- Ceci est un fichier langue de SPIP 3 3 // Fichier source, a modifier dans svn://zone.spip.org/spip-zone/_plugins_/selection_objets/trunk/lang/ 4 if (!defined('_ECRIRE_INC_VERSION')) return; 4 if (!defined('_ECRIRE_INC_VERSION')) { 5 return; 6 } 5 7 6 8 $GLOBALS[$GLOBALS['idx_lang']] = array(
Note: See TracChangeset
for help on using the changeset viewer.