Changeset 60973 in spip-zone
- Timestamp:
- May 5, 2012, 1:35:31 PM (9 years ago)
- Location:
- _plugins_/multilingue/trunk/lang
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/multilingue/trunk/lang/multilingue_fr.php
r60956 r60973 1 1 <?php 2 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_/multilingue/trunk/lang/ 4 if (!defined('_ECRIRE_INC_VERSION')) return; 3 5 4 if (!defined('_ECRIRE_INC_VERSION')) return;5 6 6 $GLOBALS[$GLOBALS['idx_lang']] = array( 7 7 8 8 // M 9 'multilingue_titre' => 'Site multilingue facile', 10 9 'multilingue_titre' => 'Site multilingue facile' 11 10 ); 12 11
Note: See TracChangeset
for help on using the changeset viewer.