source: extensions/LCAS/trunk/language/de_DE/plugin.lang.php @ 13327

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

[LCAS] Update de_DE, thanks to : Eric

File size: 4.1 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['LCAS option'] = 'LCAS Option:';
24$lang['LCAS_Compare_value_h'] = 'Gegenüberstellung';
25$lang['LCAS_DisableOption'] = 'Deaktivieren (Standardwert)';
26$lang['LCAS_EnableOption'] = 'Aktivieren';
27$lang['LCAS_Err_Userlist_Empty_New_Username'] = 'Der Benutzername darf nicht leer sein.';
28$lang['LCAS_Err_Userlist_New_Username_Exists'] = 'Der Benutzername ist bereits vorhanden.';
29$lang['LCAS_Info_userlist_username_renamed'] = 'Der Benutzername ist aktualisiert worden.';
30$lang['LCAS_Mail'] = 'Benachrichtigung per E-Mail';
31$lang['LCAS_MailText'] = 'Anpassen der E-Mail-Benachrichtigung';
32$lang['LCAS_NewUsername: %s'] = 'Ihr neuer Benutzername: %s';
33$lang['LCAS_NewUser_Email: %s'] = 'Bezug zu dieser E-Mail-Adresse: %s';
34$lang['LCAS_No_User'] = 'Keine Probleme für aktuelle Benutzer gefunden';
35$lang['LCAS_Option0'] = 'Kein Unempfindlichkeit (Piwigo Standard-Funktion)';
36$lang['LCAS_Option1'] = 'Groß-/Kleinschreibung';
37$lang['LCAS_Option2'] = 'Accent Unempfindlichkeit';
38$lang['LCAS_Option3'] = 'Groß-/Kleinschreibung und Akzent Unempfindlichkeit';
39$lang['LCAS_Option4'] = 'Persönliche Inhaltsverzeichnis';
40$lang['LCAS_PluginSupport'] = 'Offizielle Plugin-Unterstützung';
41$lang['LCAS_save_config'] = 'Einstellungen gespeichert<br>Bitte überprüfen Sie alle doppelten Benutzer in der folgenden Tabelle.';
42$lang['LCAS_SubTitle_Global'] = 'Plugin-Konfiguration';
43$lang['LCAS_Support_txt'] = 'Die offizielle Unterstützung auf diesem Plugin ist nur auf diesen Piwigo Das Forum Themen:<br>
44<a href="http://piwigo.org/forum/viewtopic.php?id=17437" onclick="window.open(this.href);return false;">Englisch-Forum - http://piwigo.org/forum/viewtopic.php?id=17437</a><br><br>
45Auch erhältlich, Bugtracker des Projekts: <a href="http://piwigo.org/bugs/" onclick="window.open(this.href);return false;">http://piwigo.org/bugs/</a>';
46$lang['LCAS_Title_Global'] = 'Einstellen der Empfindlichkeit';
47$lang['LCAS_Title_Tab'] = 'Login Case Accents Sensitivity';
48$lang['LCAS_Update_h'] = 'Änderung';
49$lang['LCAS_Update_User'] = 'Aktualisierung';
50$lang['LCAS_UserList_Title'] = 'Benutzer die Änderungen erfordern';
51$lang['Personalized not allowed explanation'] = '(Sie müssen definieren ein array $conf[\'LCAS_replacement_set\'][0] . Siehe <a title = "To be defined">Standard-Arrays</a>)';
52$lang['Personalized not allowed tooltip'] = 'Kein Array $conf[\'LCAS_replacement_set\'][0] ist definiert';
53$lang['submit'] = 'Speichern die Einstellungen';
54$lang['Username_updated_for_%s'] = 'Benutzername Update für %s';
55?>
Note: See TracBrowser for help on using the repository browser.