| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465 |
- <?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 German Lexicon Entries for Gallery
- * Translated by Martin Gartner (gadgetto) / bitego.com
- *
- * @package gallery
- * @subpackage lexicon
- */
- $_lang['gallery.active'] = 'Aktiviert';
- $_lang['gallery.alt_text'] = 'alt Text';
- $_lang['gallery.browser'] = 'Galerie Browser';
- $_lang['gallery.choose_item'] = 'Bild wählen';
- $_lang['gallery.class'] = 'CSS Klassen';
- $_lang['gallery.clear_image'] = 'Bild leeren';
- $_lang['gallery.crop_bottom'] = 'Unten';
- $_lang['gallery.crop_enable'] = 'Beschneiden aktivieren';
- $_lang['gallery.crop_left'] = 'Links';
- $_lang['gallery.crop_right'] = 'Rechts';
- $_lang['gallery.crop_top'] = 'Oben';
- $_lang['gallery.file_name'] = 'Dateiname';
- $_lang['gallery.file_size'] = 'Dateigröße';
- $_lang['gallery.height'] = 'Höhe';
- $_lang['gallery.inactive'] = 'Deaktivert';
- $_lang['gallery.other_opt'] = 'Weitere phpThumb Optionen';
- $_lang['gallery.other_opt_desc'] = 'Alle weiteren phpThumb Parameter die übergeben werden sollen. Bitte verwenden Sie das URL Format.';
- $_lang['gallery.pos_b'] = 'Unten';
- $_lang['gallery.pos_bl'] = 'Links unten';
- $_lang['gallery.pos_br'] = 'Rechts unten';
- $_lang['gallery.pos_c'] = 'Zentriert';
- $_lang['gallery.pos_l'] = 'Links';
- $_lang['gallery.pos_r'] = 'Rechts';
- $_lang['gallery.pos_t'] = 'Oben';
- $_lang['gallery.pos_tr'] = 'Rechts oben';
- $_lang['gallery.pos_tl'] = 'Links oben';
- $_lang['gallery.resize'] = 'Bildgroesse';
- $_lang['gallery.rotate'] = 'Drehen';
- $_lang['gallery.tags'] = 'Tags';
- $_lang['gallery.title'] = 'Titel';
- $_lang['gallery.watermark_options'] = 'Wasserzeichen Optionen';
- $_lang['gallery.watermark_options_desc'] = 'Hinweis: Diese Optionen können nicht im Vorschau-Modus angezeigt werden.';
- $_lang['gallery.watermark_text'] = 'Wasserzeichen Text';
- $_lang['gallery.watermark_text_desc'] = 'Text der als Wasserzeichen im Bild eingefügt wird.';
- $_lang['gallery.watermark_text_position'] = 'Wasserzeichen Text Position';
- $_lang['gallery.watermark_text_position_desc'] = 'Position des Textes der als Wasserzeichen eingefügt wird.';
- $_lang['gallery.width'] = 'Breite';
|