source: extensions/Tags2File/language/fr_FR/plugin.lang.php

Last change on this file was 4620, checked in by Gotcha, 14 years ago

[Plugin] Tag2File - Last revision from author Eric B.

File size: 3.1 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | Piwigo - a PHP based picture gallery                                  |
4// +-----------------------------------------------------------------------+
5// | Copyright(C) 2008      Piwigo Team                  http://piwigo.org |
6// | Copyright(C) 2003-2008 PhpWebGallery Team    http://phpwebgallery.net |
7// | Copyright(C) 2002-2003 Pierrick LE GALL   http://le-gall.net/pierrick |
8// +-----------------------------------------------------------------------+
9// | This program is free software; you can redistribute it and/or modify  |
10// | it under the terms of the GNU General Public License as published by  |
11// | the Free Software Foundation                                          |
12// |                                                                       |
13// | This program is distributed in the hope that it will be useful, but   |
14// | WITHOUT ANY WARRANTY; without even the implied warranty of            |
15// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU      |
16// | General Public License for more details.                              |
17// |                                                                       |
18// | You should have received a copy of the GNU General Public License     |
19// | along with this program; if not, write to the Free Software           |
20// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
21// | USA.                                                                  |
22// +-----------------------------------------------------------------------+
23
24$lang['plugin_doc']             = 'Exporte les propriétés et les tags des images de la base vers un fichier batch. Ce fichier va tagger les images en utilisant les champs IPTC.';
25$lang['plugin_doc2']            = 'Deux outils peuvent être utilisés pour le tagging, soit exiftool, soit exiv2, le 1er est mieux testé et supporte mieux l\'UTF-8, tandis que le 2nd est plus rapide. Un fichier batch par outil activé sera généré. Le chemin de l\'outil est optionnel et pertinent si pas ds la variable PATH';
26$lang['plugin_doc3']            = 'Le répertoire de destination doit être valide pour la génération des scripts. Il est recommandé de commencer par le mode test, avec un fichier image copié dans le répertoire de destination, et pour lequel l\'img_ID de la BD est connu (on pourra par ex. regarder la table image avec phpmyadmin)';
27$lang['use_exiftool']           = 'Utilisation d\'exiftool?';
28$lang['use_exiv2']              = 'Utilisation d\'exiv2?';
29$lang['toolpath']               = 'Chemin de l\'exécutable :';
30$lang['exportmetadata_dir']     = 'Répertoire destination pour le script';
31$lang['use_utf8']               = 'Codage UTF-8 (exiftool seulement)? Non=ANSI/Latin-1';
32$lang['multi_lang_desc']        = 'Comment considérer le champ description?';
33$lang['multi_lang_desc_all']    = 'Le champ complet est considéré';
34$lang['whole']                  = 'Le champ complet';
35$lang['current']                = 'la partie entre balises lang pour le langage courant';
36$lang['nb_file_to_tag']         = 'Nombre de fichier images qui peuvent être taggées';
37$lang['test_mode']              = 'Mode test';
38$lang['test_img_id_lbl']        = 'Considérer seulement l\'img_id suivant';
39?>
Note: See TracBrowser for help on using the repository browser.