Changeset 117608 in spip-zone
- Timestamp:
- Aug 21, 2019, 3:40:03 AM (18 months ago)
- Location:
- _plugins_/bigfoot/trunk/lang
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/bigfoot/trunk/lang/bigfoot_fr.php
r117561 r117608 1 1 <?php 2 2 // This is a SPIP language file -- Ceci est un fichier langue de SPIP 3 if (!defined('_ECRIRE_INC_VERSION')) return; 3 // Fichier source, a modifier dans svn://zone.spip.org/spip-zone/_plugins_/bigfoot/trunk/lang/ 4 if (!defined('_ECRIRE_INC_VERSION')) { 5 return; 6 } 4 7 5 8 $GLOBALS[$GLOBALS['idx_lang']] = array( 6 9 7 "voir_note" => 'Voir la note', 10 // V 11 'voir_note' => 'Voir la note' 8 12 );
Note: See TracChangeset
for help on using the changeset viewer.