source: extensions/piclens/language/de_DE/plugin.lang.php @ 14006

Last change on this file since 14006 was 14006, checked in by TranslationTeam, 12 years ago

[Cooliris/Piclens] Update de_DE, thanks to : Sugar888

  • Property svn:executable set to *
File size: 5.0 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | Piwigo - a PHP based photo gallery                                    |
4// +-----------------------------------------------------------------------+
5// | Copyright(C) 2008-2012 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$lang['img_author_legend'] = 'Bildautor';
24$lang['img_description_legend'] = 'Bildbeschreibung';
25$lang['img_name_legend'] = 'Bildname';
26$lang['NonSelectedCat'] = 'Kategorien nicht ausgewählt';
27$lang['piclens_3dwallconfig_tab'] = 'PiclensWall Konfiguration';
28$lang['piclens_admin_restore'] = 'Parameter aus Datei wiederherstellen';
29$lang['piclens_admin_restoreKO'] = 'Konfigurationsdatei (%s) fehlt';
30$lang['piclens_admin_restoreOK'] = 'Parameter in der Konfigurationsdatei (%s) wurden in der Datenbank gespeichert';
31$lang['piclens_admin_saveERR1'] = 'crossdomain.xml nicht gefunden';
32$lang['piclens_admin_saveERR2'] = 'Kopierfehler';
33$lang['piclens_admin_saveERR3'] = 'crossdomain.xml bereits vorhanden';
34$lang['piclens_admin_saveERR4'] = 'Cooliris 3D Wall wurde deaktiviert, weil PWG Stuff installiert ist';
35$lang['piclens_admin_savefile'] = 'Parameter in Datei speichern';
36$lang['piclens_admin_savefileOK'] = 'Parameter wurden in Konfigurationsdatei (%s) gespeichert';
37$lang['piclens_admin_savefileWN'] = 'Bestehende Konfigurationsdatei (%s) wurde gelöscht';
38$lang['piclens_admin_saveOK2'] = 'crossdomain.xml wurde erfolgreich ins Wurzelverzeichnis kopiert';
39$lang['piclens_admin_saveOK'] = 'Cooliris-Piclens Konfiguration gespeichert';
40$lang['piclens_admin_submit'] = 'Speichern';
41$lang['piclens_admin_title'] = 'Cooliris/Piclens Plugin Konfiguration';
42$lang['piclens_button'] = 'Eine Diashow ansehen';
43$lang['piclens_cfg_lite_actived'] = 'PiclensLite aktivieren (ohne Navigationsplugins)';
44$lang['piclens_cfg_otherplugins_title'] = 'Kompatibilität mit anderen installierten Plugins';
45$lang['piclens_cfg_piclens_actived'] = 'Aktivieren des Cooliris/Piclens Plugins';
46$lang['piclens_cfg_plugins_actived'] = 'Kompatibilität mit dem Plugin <b><u><i>%s</i></u></b> aktiviert';
47$lang['piclens_cfg_recursiv_actived'] = 'Rekursion in Unterkategorien aktivieren';
48$lang['piclens_cfg_root_actived'] = 'Piclens in der gesamten Galerie aktivieren (in der Homegallerie)';
49$lang['piclens_cfg_title'] = 'Piclens : Konfiguration';
50$lang['piclens_config_tab'] = 'Konfiguration';
51$lang['piclens_label_plugins'] = '<b><u><i>%s</i></u> Plugin installiert </b>und <b>aktiviert</b>';
52$lang['piclens_rssfeed_tab'] = 'RSS Feed';
53$lang['piclens_stuffs_description'] = 'Piclens 3D Wand anzeigen';
54$lang['SelectedCat'] = 'Ausgewählte Kategorien';
55$lang['img_id_legend'] = 'Bilder ID';
56$lang['img_URLHigh_legend'] = 'HD Bild URL (URL der Galerie)';
57$lang['img_URLNormal_legend'] = 'Bild URL (URL der Galerie)';
58$lang['img_URLThumb_legend'] = 'Miniaturbild URL (URL der Galerie)';
59$lang['piclens_bestrated_label'] = 'Am besten bewertet';
60$lang['piclens_cat_legend'] = 'Kategorie';
61$lang['piclens_favorites_label'] = 'Meine Favoriten';
62$lang['piclens_global_legend'] = 'Global';
63$lang['piclens_label_withoutrecursive'] = 'ohne Rekursion';
64$lang['piclens_label_withrecursive'] = 'Mit Rekursion';
65$lang['piclens_mostvisited_label'] = 'Am häufigsten besucht';
66$lang['piclens_picture_legend'] = 'Bild';
67$lang['piclens_recentcats_label'] = 'Neueste Kategorien';
68$lang['piclens_recentpics_label'] = 'Neueste Bilder';
69$lang['piclens_recursive_specifique'] = 'Spezifisch';
70$lang['piclens_recursive_specifique_title'] = 'Spezifische Methode';
71$lang['piclens_recursive_standard'] = 'Standard';
72$lang['piclens_recursive_standard_title'] = 'Standard Methode';
73$lang['piclens_recurs_mode_label'] = 'Rekursionsmethode :';
74$lang['piclens_recurs_mode_title'] = 'Rekursionsmethode';
75$lang['piclens_tags_label'] = 'Stichworte';
76?>
Note: See TracBrowser for help on using the repository browser.