Changeset 59740 in spip-zone
- Timestamp:
- Mar 26, 2012, 8:45:51 AM (9 years ago)
- Location:
- _plugins_/videos/lang
- Files:
-
- 2 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/videos/lang/paquet-videos_en.php
r59588 r59740 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-videos 7 // Langue: en 8 // Date: 21-03-2012 09:29:03 9 // Items: 3 2 // This is a SPIP language file -- Ceci est un fichier langue de SPIP 3 // extrait automatiquement de http://trad.spip.org/tradlang_module/paquet-videos?lang_cible=en 4 // ** ne pas modifier le fichier ** 10 5 11 6 if (!defined('_ECRIRE_INC_VERSION')) return; … … 13 8 $GLOBALS[$GLOBALS['idx_lang']] = array( 14 9 15 // V10 // V 16 11 'videos_description' => 'This plugin allows the integration, using a simple copy/paste of URL, of videos hosted on major platforms (Dailymotion, Vimeo, YouTube, Culturebox) and manage them as spip documents. It also allows the HTML5 display of video in MP4, H.264, Ogg, WebM anf Mkv formats, even in mobile browsers.', 17 12 'videos_nom' => 'Video(s)', 18 'videos_slogan' => 'Management interface and integration models of videos' ,13 'videos_slogan' => 'Management interface and integration models of videos' 19 14 ); 15 20 16 ?> -
_plugins_/videos/lang/paquet-videos_fr.php
r59588 r59740 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-videos 7 // Langue: fr 8 // Date: 21-03-2012 09:29:03 9 // Items: 3 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_/videos/lang/ 11 4 if (!defined('_ECRIRE_INC_VERSION')) return; 12 5 13 6 $GLOBALS[$GLOBALS['idx_lang']] = array( 14 7 15 // V8 // V 16 9 'videos_description' => 'Ce plugin permet d’intégrer, à partir d’un 17 10 simple copier/coller d’URL, des vidéos hébergées … … 21 14 WebM et Mkv même dans les navigateurs mobiles.', 22 15 'videos_nom' => 'Vidéo(s)', 23 'videos_slogan' => 'Interface de gestion et modèles d\'insertion de vidéos' ,16 'videos_slogan' => 'Interface de gestion et modèles d\'insertion de vidéos' 24 17 ); 18 25 19 ?>
Note: See TracChangeset
for help on using the changeset viewer.