tv.inc.php 3.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  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 German Lexicon Entries for Gallery
  24. * Translated by Martin Gartner (gadgetto) / bitego.com
  25. *
  26. * @package gallery
  27. * @subpackage lexicon
  28. */
  29. $_lang['gallery.active'] = 'Aktiviert';
  30. $_lang['gallery.alt_text'] = 'alt Text';
  31. $_lang['gallery.browser'] = 'Galerie Browser';
  32. $_lang['gallery.choose_item'] = 'Bild w&auml;hlen';
  33. $_lang['gallery.class'] = 'CSS Klassen';
  34. $_lang['gallery.clear_image'] = 'Bild leeren';
  35. $_lang['gallery.crop_bottom'] = 'Unten';
  36. $_lang['gallery.crop_enable'] = 'Beschneiden aktivieren';
  37. $_lang['gallery.crop_left'] = 'Links';
  38. $_lang['gallery.crop_right'] = 'Rechts';
  39. $_lang['gallery.crop_top'] = 'Oben';
  40. $_lang['gallery.file_name'] = 'Dateiname';
  41. $_lang['gallery.file_size'] = 'Dateigr&ouml;&szlig;e';
  42. $_lang['gallery.height'] = 'H&ouml;he';
  43. $_lang['gallery.inactive'] = 'Deaktivert';
  44. $_lang['gallery.other_opt'] = 'Weitere phpThumb Optionen';
  45. $_lang['gallery.other_opt_desc'] = 'Alle weiteren phpThumb Parameter die &uuml;bergeben werden sollen. Bitte verwenden Sie das URL Format.';
  46. $_lang['gallery.pos_b'] = 'Unten';
  47. $_lang['gallery.pos_bl'] = 'Links unten';
  48. $_lang['gallery.pos_br'] = 'Rechts unten';
  49. $_lang['gallery.pos_c'] = 'Zentriert';
  50. $_lang['gallery.pos_l'] = 'Links';
  51. $_lang['gallery.pos_r'] = 'Rechts';
  52. $_lang['gallery.pos_t'] = 'Oben';
  53. $_lang['gallery.pos_tr'] = 'Rechts oben';
  54. $_lang['gallery.pos_tl'] = 'Links oben';
  55. $_lang['gallery.resize'] = 'Bildgroesse';
  56. $_lang['gallery.rotate'] = 'Drehen';
  57. $_lang['gallery.tags'] = 'Tags';
  58. $_lang['gallery.title'] = 'Titel';
  59. $_lang['gallery.watermark_options'] = 'Wasserzeichen Optionen';
  60. $_lang['gallery.watermark_options_desc'] = 'Hinweis: Diese Optionen k&ouml;nnen nicht im Vorschau-Modus angezeigt werden.';
  61. $_lang['gallery.watermark_text'] = 'Wasserzeichen Text';
  62. $_lang['gallery.watermark_text_desc'] = 'Text der als Wasserzeichen im Bild eingef&uuml;gt wird.';
  63. $_lang['gallery.watermark_text_position'] = 'Wasserzeichen Text Position';
  64. $_lang['gallery.watermark_text_position_desc'] = 'Position des Textes der als Wasserzeichen eingef&uuml;gt wird.';
  65. $_lang['gallery.width'] = 'Breite';