tv.inc.php 2.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. <?php
  2. /**
  3. * Gallery
  4. *
  5. * Copyright 2010-2012 by Shaun McCormick <shaun@modx.com>
  6. *
  7. * Gallery is free software; you can redistribute it and/or modify it under the
  8. * terms of the GNU General Public License as published by the Free Software
  9. * Foundation; either version 2 of the License, or (at your option) any later
  10. * version.
  11. *
  12. * Gallery is distributed in the hope that it will be useful, but WITHOUT ANY
  13. * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
  14. * A PARTICULAR PURPOSE. See the GNU General Public License for more details.
  15. *
  16. * You should have received a copy of the GNU General Public License along with
  17. * Gallery; if not, write to the Free Software Foundation, Inc., 59 Temple
  18. * Place, Suite 330, Boston, MA 02111-1307 USA
  19. *
  20. * @package gallery
  21. */
  22. /**
  23. * Custom TV French Lexicon Entries for Gallery
  24. *
  25. * @package gallery
  26. * @subpackage lexicon
  27. */
  28. $_lang['gallery.active'] = 'Actif';
  29. $_lang['gallery.alt_text'] = 'Texte alternatif';
  30. $_lang['gallery.browser'] = 'Navigateur de gallery';
  31. $_lang['gallery.choose_item'] = 'Choisissez une image';
  32. $_lang['gallery.class'] = 'Classes CSS';
  33. $_lang['gallery.clear_image'] = 'Effacer l\'image';
  34. $_lang['gallery.crop_bottom'] = 'Détour Bas';
  35. $_lang['gallery.crop_enable'] = 'Activer le détour';
  36. $_lang['gallery.crop_left'] = 'Détour Gauche';
  37. $_lang['gallery.crop_right'] = 'Détour Droit';
  38. $_lang['gallery.crop_top'] = 'Détour Haut';
  39. $_lang['gallery.file_name'] = 'Nom de fichier';
  40. $_lang['gallery.file_size'] = 'Taille de fichier';
  41. $_lang['gallery.height'] = 'Hauteur';
  42. $_lang['gallery.inactive'] = 'Inactif';
  43. $_lang['gallery.other_opt'] = 'Autres options de phpThumb';
  44. $_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.';
  45. $_lang['gallery.pos_b'] = 'Bas';
  46. $_lang['gallery.pos_bl'] = 'Bas Gauche';
  47. $_lang['gallery.pos_br'] = 'Bas Droit';
  48. $_lang['gallery.pos_c'] = 'Centre';
  49. $_lang['gallery.pos_l'] = 'Gauche';
  50. $_lang['gallery.pos_r'] = 'Droite';
  51. $_lang['gallery.pos_t'] = 'Haut';
  52. $_lang['gallery.pos_tr'] = 'Haut Droit';
  53. $_lang['gallery.pos_tl'] = 'Haut Gauche';
  54. $_lang['gallery.resize'] = 'Redimensionner';
  55. $_lang['gallery.rotate'] = 'Tourner';
  56. $_lang['gallery.tags'] = 'Tags';
  57. $_lang['gallery.title'] = 'Titre';
  58. $_lang['gallery.watermark_options'] = 'Options de filigrane';
  59. $_lang['gallery.watermark_options_desc'] = 'Note: Ces options ne peuvent pas être vues en mode de prévisualisation.';
  60. $_lang['gallery.watermark_text'] = 'Texte en filigrane';
  61. $_lang['gallery.watermark_text_desc'] = 'Le texte en filigrance sur l\'image.';
  62. $_lang['gallery.watermark_text_position'] = 'Position du texte en filigrane';
  63. $_lang['gallery.watermark_text_position_desc'] = 'La position du texte en filigrane.';
  64. $_lang['gallery.width'] = 'Largeur';