Changeset 60808 in spip-zone
- Timestamp:
- Apr 30, 2012, 8:28:46 AM (9 years ago)
- Location:
- _galaxie_/www.spip.net/squelettes/2008/lang
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
_galaxie_/www.spip.net/squelettes/2008/lang/spipnet_fr.php
r60711 r60808 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:// trac.rezo.net/spip/spip/ecrire/lang/3 // Fichier source, a modifier dans svn://zone.spip.org/spip-zone/_galaxie_/www.spip.net/squelettes/2008/lang 4 4 if (!defined('_ECRIRE_INC_VERSION')) return; 5 5 6 6 $GLOBALS[$GLOBALS['idx_lang']] = array( 7 7 8 // C 8 9 'chercher_parmi_les_signataires' => 'Chercher parmi les signataires', 10 11 // D 9 12 'derniers_sites_realises_avec_spip' => 'Derniers sites réalisés avec SPIP', 13 14 // G 10 15 'glossaire' => 'Glossaire', 16 17 // L 11 18 'liens_utiles' => 'Liens utiles', 19 20 // M 12 21 'maj' => 'mis à jour le ', 22 23 // T 13 24 'trad_bilan' => 'Bilan des traductions', 14 25 'trad_espace' => 'Espace de traduction', 26 27 // W 15 28 'web_independant' => 'Pour un web indépendant', 16 29 'web_independant_manifeste' => 'Manifeste pour un web indépendant' 17 18 30 ); 19 31
Note: See TracChangeset
for help on using the changeset viewer.