| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364 |
- <?php
- /**
- * Gallery
- *
- * Copyright 2010-2012 by Shaun McCormick <shaun@modx.com>
- *
- * Gallery is free software; you can redistribute it and/or modify it under the
- * terms of the GNU General Public License as published by the Free Software
- * Foundation; either version 2 of the License, or (at your option) any later
- * version.
- *
- * Gallery is distributed in the hope that it will be useful, but WITHOUT ANY
- * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
- * A PARTICULAR PURPOSE. See the GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License along with
- * Gallery; if not, write to the Free Software Foundation, Inc., 59 Temple
- * Place, Suite 330, Boston, MA 02111-1307 USA
- *
- * @package gallery
- */
- /**
- * Custom TV French Lexicon Entries for Gallery
- *
- * @package gallery
- * @subpackage lexicon
- */
- $_lang['gallery.active'] = 'Actif';
- $_lang['gallery.alt_text'] = 'Texte alternatif';
- $_lang['gallery.browser'] = 'Navigateur de gallery';
- $_lang['gallery.choose_item'] = 'Choisissez une image';
- $_lang['gallery.class'] = 'Classes CSS';
- $_lang['gallery.clear_image'] = 'Effacer l\'image';
- $_lang['gallery.crop_bottom'] = 'Détour Bas';
- $_lang['gallery.crop_enable'] = 'Activer le détour';
- $_lang['gallery.crop_left'] = 'Détour Gauche';
- $_lang['gallery.crop_right'] = 'Détour Droit';
- $_lang['gallery.crop_top'] = 'Détour Haut';
- $_lang['gallery.file_name'] = 'Nom de fichier';
- $_lang['gallery.file_size'] = 'Taille de fichier';
- $_lang['gallery.height'] = 'Hauteur';
- $_lang['gallery.inactive'] = 'Inactif';
- $_lang['gallery.other_opt'] = 'Autres options de phpThumb';
- $_lang['gallery.other_opt_desc'] = 'Autres paramètres de configuration de phpThumb que vous voulez appliquer. Merci d\'utiliser le format de l\'URL pour ces paramètres.';
- $_lang['gallery.pos_b'] = 'Bas';
- $_lang['gallery.pos_bl'] = 'Bas Gauche';
- $_lang['gallery.pos_br'] = 'Bas Droit';
- $_lang['gallery.pos_c'] = 'Centre';
- $_lang['gallery.pos_l'] = 'Gauche';
- $_lang['gallery.pos_r'] = 'Droite';
- $_lang['gallery.pos_t'] = 'Haut';
- $_lang['gallery.pos_tr'] = 'Haut Droit';
- $_lang['gallery.pos_tl'] = 'Haut Gauche';
- $_lang['gallery.resize'] = 'Redimensionner';
- $_lang['gallery.rotate'] = 'Tourner';
- $_lang['gallery.tags'] = 'Tags';
- $_lang['gallery.title'] = 'Titre';
- $_lang['gallery.watermark_options'] = 'Options de filigrane';
- $_lang['gallery.watermark_options_desc'] = 'Note: Ces options ne peuvent pas être vues en mode de prévisualisation.';
- $_lang['gallery.watermark_text'] = 'Texte en filigrane';
- $_lang['gallery.watermark_text_desc'] = 'Le texte en filigrance sur l\'image.';
- $_lang['gallery.watermark_text_position'] = 'Position du texte en filigrane';
- $_lang['gallery.watermark_text_position_desc'] = 'La position du texte en filigrane.';
- $_lang['gallery.width'] = 'Largeur';
|