Changeset 115193 in spip-zone
- Timestamp:
- May 3, 2019, 3:40:05 AM (2 years ago)
- Location:
- _galaxie_/galactic/galactic_forum/lang
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
_galaxie_/galactic/galactic_forum/lang/paquet-galactic_forum_fr.php
r105997 r115193 1 1 <?php 2 2 // This is a SPIP language file -- Ceci est un fichier langue de SPIP 3 4 if (!defined('_ECRIRE_INC_VERSION')) return; 3 // Fichier source, a modifier dans svn://zone.spip.org/spip-zone/_galaxie_/galactic/galactic_forum/lang/ 4 if (!defined('_ECRIRE_INC_VERSION')) { 5 return; 6 } 5 7 6 8 $GLOBALS[$GLOBALS['idx_lang']] = array( 7 'galactic_spip_net_nom' => 'Galactic - forum.spip.net', 8 'galactic_spip_net_slogan' => 'Surcharge le squelette Galactic', 9 'galactic_spip_net_description' => '' 9 10 // G 11 'galactic_spip_net_description' => '', 12 'galactic_spip_net_nom' => 'Galactic - forum.spip.net', 13 'galactic_spip_net_slogan' => 'Surcharge le squelette Galactic' 10 14 ); 11 12
Note: See TracChangeset
for help on using the changeset viewer.