Changeset 61243 in spip-zone
- Timestamp:
- May 13, 2012, 1:36:54 AM (9 years ago)
- Location:
- _plugins_/oembed/lang
- Files:
-
- 2 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/oembed/lang/paquet-oembed_fr.php
r54441 r61243 1 1 <?php 2 3 // Ceci est un fichier langue de SPIP -- This is a SPIP language file 4 5 /// Fichier produit par PlugOnet 6 // Module: paquet-oembed 7 // Langue: fr 8 // Date: 14-11-2011 15:22:10 9 // Items: 2 10 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_/oembed/lang/ 11 4 if (!defined('_ECRIRE_INC_VERSION')) return; 12 5 13 6 $GLOBALS[$GLOBALS['idx_lang']] = array( 14 7 15 // O8 // O 16 9 'oembed_description' => 'oEmbed client/provider pour SPIP.', 17 'oembed_slogan' => 'oEmbed client/provider pour SPIP' ,10 'oembed_slogan' => 'oEmbed client/provider pour SPIP' 18 11 ); 12 19 13 ?>
Note: See TracChangeset
for help on using the changeset viewer.