Author: fil@rezo.net
Date: Sat Aug 5 22:09:17 2006
New Revision: 4410
Log:
typo
Modified:
_plugins_/exif/plugin.xml
Modified: _plugins_/exif/plugin.xml
--- _plugins_/exif/plugin.xml (original)
+++ _plugins_/exif/plugin.xml Sat Aug 5 22:09:17 2006
@@ -2,7 +2,7 @@
<nom> <!-- Nom du plugin -->
EXIF
<multi>
-[fr] Données de l'appareil photos pour vos photos sur SPIP.
+[fr] Données issues de l'appareil photo.
[en] Data from your camera for your photos.
[it] Informazionni della machina fotographica per i foto.
</multi>
@@ -19,13 +19,15 @@
<description>
<multi>
[fr]
--# Balise pour afficher les informations [?EXIF] d'une image,
+-# Balise <code>#EXIF</code> pour afficher les informations [?EXIF] d'une image,
+-# <code>#EXIF{EXIF}</code> pour afficher une famille de données, <code>#EXIF{EXIF,ExposureTime}</code> pour extraire une info précise ;
-# Page (cachée: exec=update_date_exif) pour synchroniser les photos qui existent déjà pour avoir la date exif dans la base à la place de la date de transfert,
-# Les nouvelles photos transferées prendront automatiquement la date EXIF si elle est disponible,
-# Quelques informations EXIF (commentaire, marque et model de l'appareil photo) sont indexées par le moteur de recherche.
[en]
--# New SPIP tag to display [?EXIF] information from your image,
--# A new page (hiddent at exec=update_date_exif) to synchronise the existing photos so that they have the date of the EXIF data instead of the date of the upload,
+-# New SPIP tag <code>#EXIF</code> to display [?EXIF] information from your image,
+-# <code>#EXIF{EXIF}</code> to display an EXIF data subfamily, <code>#EXIF{EXIF,ExposureTime}</code> to display a specific information;
+-# A new page (hidden at exec=update_date_exif) to synchronise the existing photos so that they have the date of the EXIF data instead of the date of the upload,
-# all the new photos uploaded will directly have the date and time taken from the EXIF data instead of the upload date,
-# some informations from the EXIF data (comments, maker and model of the camera) are indexed by the internal search engine.
[it]Un nuovo segnaposto SPIP per visualizzare le informazioni delle immagini. In piu, questo plugin permitte di avere la data della photo (EXIF) e non la data del upload.