Changeset 94119 in spip-zone
- Timestamp:
- Dec 27, 2015, 4:05:36 PM (4 years ago)
- Location:
- _plugins_/inscription/trunk/lang
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/inscription/trunk/lang/paquet-inscription3_en.php
r69627 r94119 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( -
_plugins_/inscription/trunk/lang/paquet-inscription3_es.php
r70935 r94119 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( -
_plugins_/inscription/trunk/lang/paquet-inscription3_fr.php
r76195 r94119 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_/inscription/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.