Changeset 95328 in spip-zone for _plugins_/metadonnees_photo
- Timestamp:
- Feb 21, 2016, 9:04:27 PM (5 years ago)
- Location:
- _plugins_/metadonnees_photo/trunk/lang
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/metadonnees_photo/trunk/lang/paquet-photo_infos_en.php
r54419 r95328 1 1 <?php 2 // This is a SPIP language file -- Ceci est un fichier langue de SPIP 3 // extrait automatiquement de http://trad.spip.net/tradlang_module/paquet-photo_infos?lang_cible=en 4 // ** ne pas modifier le fichier ** 2 5 3 // Ceci est un fichier langue de SPIP -- This is a SPIP language file 4 5 /// Fichier produit par PlugOnet 6 // Module: paquet-photo_infos 7 // Langue: en 8 // Date: 14-11-2011 09:27:17 9 // Items: 3 10 11 if (!defined('_ECRIRE_INC_VERSION')) return; 6 if (!defined('_ECRIRE_INC_VERSION')) { 7 return; 8 } 12 9 13 10 $GLOBALS[$GLOBALS['idx_lang']] = array( 14 11 15 // P12 // P 16 13 'photo_infos_description' => 'This plugin allows to view EXIF, IPTC and GPS data from a JPEG file. 17 14 18 EXIF informations are handled without using the PHP \'s EXIF extension, but through a script by Vinay Yadav (under LGPL license).15 EXIF informations are handled without using the PHP’s EXIF extension, but through a script by Vinay Yadav (under LGPL license). 19 16 20 17 IPTC informations requires the "iptcparse" PHP function and use the class "class_iptc" by Alex Arica.', 21 18 'photo_infos_nom' => 'Photo metadata', 22 'photo_infos_slogan' => 'Display EXIF, IPTC and GPS data from a JPEG file' ,19 'photo_infos_slogan' => 'Display EXIF, IPTC and GPS data from a JPEG file' 23 20 ); 21 24 22 ?> -
_plugins_/metadonnees_photo/trunk/lang/paquet-photo_infos_fr.php
r54419 r95328 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-photo_infos 7 // Langue: fr 8 // Date: 14-11-2011 09:27:17 9 // Items: 3 10 11 if (!defined('_ECRIRE_INC_VERSION')) return; 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_/metadonnees_photo/trunk/lang/ 4 if (!defined('_ECRIRE_INC_VERSION')) { 5 return; 6 } 12 7 13 8 $GLOBALS[$GLOBALS['idx_lang']] = array( 14 9 15 // P16 'photo_infos_description' => 'Ce plugin permet d \'afficher les informations EXIF, GPS et IPTC d\'un fichier JPEG.10 // P 11 'photo_infos_description' => 'Ce plugin permet d’afficher les informations EXIF, GPS et IPTC d’un fichier JPEG. 17 12 18 Les informations EXIF sont manipulées, sans recours à l \'extension EXIF de PHP, grâce au script de Vinay Yadav (sous licence LGPL).13 Les informations EXIF sont manipulées, sans recours à l’extension EXIF de PHP, grâce au script de Vinay Yadav (sous licence LGPL). 19 14 20 Les informations IPTC nécessitent la fonction "iptcparse" de PHP et utilisent la classe "class_iptc" d \'Alex Arica.',15 Les informations IPTC nécessitent la fonction "iptcparse" de PHP et utilisent la classe "class_iptc" d’Alex Arica.', 21 16 'photo_infos_nom' => 'Metadonnées photo', 22 'photo_infos_slogan' => 'Afficher les infos EXIF, GPS et IPTC d \'un fichier JPEG',17 'photo_infos_slogan' => 'Afficher les infos EXIF, GPS et IPTC d’un fichier JPEG' 23 18 ); 19 24 20 ?>
Note: See TracChangeset
for help on using the changeset viewer.