Changeset 94281 in spip-zone
- Timestamp:
- Dec 27, 2015, 4:53:36 PM (5 years ago)
- Location:
- _plugins_/socialtags/lang
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/socialtags/lang/socialtags_en.php
r76790 r94281 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_/socialtags/lang/socialtags_es.php
r76790 r94281 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_/socialtags/lang/socialtags_fr.php
r76790 r94281 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_/socialtags/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( -
_plugins_/socialtags/lang/socialtags_nl.php
r79163 r94281 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_/socialtags/lang/socialtags_sk.php
r76790 r94281 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(
Note: See TracChangeset
for help on using the changeset viewer.