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

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

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

  • Property svn:executable set to *
File size: 3.9 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?>
Note: See TracBrowser for help on using the repository browser.