[2715] | 1 | <?php |
---|
| 2 | // +-----------------------------------------------------------------------+ |
---|
[8728] | 3 | // | Piwigo - a PHP based photo gallery | |
---|
[2715] | 4 | // +-----------------------------------------------------------------------+ |
---|
[19703] | 5 | // | Copyright(C) 2008-2013 Piwigo Team http://piwigo.org | |
---|
[2715] | 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 | // +-----------------------------------------------------------------------+ |
---|
[9514] | 23 | /* |
---|
| 24 | Language Name: Deutsch [DE] |
---|
[20876] | 25 | Version: 2.5.0 |
---|
[9514] | 26 | Language URI: http://piwigo.org/ext/extension_view.php?eid=416 |
---|
| 27 | Author: Piwigo team |
---|
| 28 | Author URI: http://piwigo.org |
---|
| 29 | */ |
---|
[2715] | 30 | |
---|
[5316] | 31 | // Langage informations |
---|
| 32 | $lang_info['language_name'] = 'Deutsch'; |
---|
| 33 | $lang_info['country'] = 'Deutschland'; |
---|
| 34 | $lang_info['direction'] = 'ltr'; |
---|
| 35 | $lang_info['code'] = 'de'; |
---|
| 36 | $lang_info['zero_plural'] = false; |
---|
[2715] | 37 | |
---|
[16152] | 38 | $lang['%d Kb'] = '%d kB'; |
---|
[8270] | 39 | $lang['%d album updated'] = '%d Album aktualisiert'; |
---|
| 40 | $lang['%d albums updated'] = '%d Alben aktualisiert'; |
---|
[5316] | 41 | $lang['%d comment to validate'] = '%d Kommentar freizuschalten'; |
---|
| 42 | $lang['%d comments to validate'] = '%d Kommentare freizuschalten'; |
---|
| 43 | $lang['%d new comment'] = '%d neuer Kommentar'; |
---|
| 44 | $lang['%d new comments'] = '%d neue Kommentare'; |
---|
| 45 | $lang['%d comment'] = '%d Kommentar'; |
---|
| 46 | $lang['%d comments'] = '%d Kommentare'; |
---|
| 47 | $lang['%d hit'] = '%d Aufruf'; |
---|
| 48 | $lang['%d hits'] = '%d Aufrufe'; |
---|
[8803] | 49 | $lang['%d new photo'] = '%d neues Foto'; |
---|
| 50 | $lang['%d new photos'] = '%d neue Fotos'; |
---|
[5316] | 51 | $lang['%d new user'] = '%d neuer Benutzer'; |
---|
| 52 | $lang['%d new users'] = '%d neue Benutzer'; |
---|
[10815] | 53 | $lang['About'] = 'Über uns'; |
---|
[16231] | 54 | $lang['All tags'] = 'Alle Schlagwörter'; |
---|
| 55 | $lang['Any tag'] = 'Beliebiges Schlagwort'; |
---|
[16416] | 56 | $lang['At least one listed rule must be satisfied.'] = 'Mindestens eine aufgelistete Regel muss erfüllt werden.'; |
---|
[5316] | 57 | $lang['Author'] = 'Autor'; |
---|
[8270] | 58 | $lang['Albums'] = 'Alben'; |
---|
| 59 | $lang['Album'] = 'Album'; |
---|
[16152] | 60 | $lang['Close this window'] = 'Dieses Fenster schließen.'; |
---|
[16257] | 61 | $lang['Complete RSS feed (photos, comments)'] = 'RSS-Feed (Fotos und Kommentare)'; |
---|
[5316] | 62 | $lang['Confirm Password'] = 'Neues Passwort bestätigen'; |
---|
[16257] | 63 | $lang['Connection settings'] = 'Anmeldung'; |
---|
[5316] | 64 | $lang['Login'] = 'Anmeldung'; |
---|
[16110] | 65 | $lang['Contact webmaster'] = 'E-Mail an den Webmaster'; |
---|
[16435] | 66 | $lang['Create a new account'] = 'Neues Benutzerkonto erstellen'; |
---|
[5316] | 67 | $lang['Created on'] = 'Erstellt am'; |
---|
| 68 | $lang['Creation date'] = 'Erstellungsdatum'; |
---|
[16468] | 69 | $lang['Current password is wrong'] = 'Aktuelles Passwort ist falsch.'; |
---|
[5316] | 70 | $lang['Dimensions'] = 'Abmessungen'; |
---|
| 71 | $lang['Display'] = 'Anzeige'; |
---|
[16110] | 72 | $lang['Each listed rule must be satisfied.'] = 'Jede aufgelistete Regel muss erfüllt sein.'; |
---|
[16152] | 73 | $lang['Email address is missing. Please specify an email address.'] = 'Die E-Mail-Adresse fehlt. Bitte geben Sie eine E-Mail-Adresse an.'; |
---|
[5316] | 74 | $lang['Email address'] = 'E-Mail-Adresse'; |
---|
[16257] | 75 | $lang['Enter your personnal informations'] = 'Geben Sie Ihre persönlichen Daten an'; |
---|
[16468] | 76 | $lang['Error sending email'] = 'Fehler beim Senden der E-Mail.'; |
---|
[5316] | 77 | $lang['File name'] = 'Name der Datei'; |
---|
| 78 | $lang['File'] = 'Datei'; |
---|
| 79 | $lang['Filesize'] = 'Dateigröße'; |
---|
| 80 | $lang['Filter and display'] = 'Filtern und anzeigen'; |
---|
| 81 | $lang['Filter'] = 'Filter'; |
---|
| 82 | $lang['Forgot your password?'] = 'Passwort vergessen?'; |
---|
[16468] | 83 | $lang['Go through the gallery as a visitor'] = 'Besuchen Sie die Galerie als Gast.'; |
---|
[5316] | 84 | $lang['Help'] = 'Hilfe'; |
---|
| 85 | $lang['Identification'] = 'Anmeldung'; |
---|
[16257] | 86 | $lang['Photos only RSS feed'] = 'RSS-Feed (nur Fotos)'; |
---|
[16231] | 87 | $lang['Keyword'] = 'Schlagwort'; |
---|
[5316] | 88 | $lang['Links'] = 'Links'; |
---|
| 89 | $lang['N/A'] = 'nicht vorhanden'; |
---|
| 90 | $lang['New on %s'] = 'Neu am %s'; |
---|
[10815] | 91 | $lang['Notification'] = 'RSS-Feed'; |
---|
[5316] | 92 | $lang['Number of items'] = 'Anzahl der Elemente'; |
---|
[10815] | 93 | $lang['Original dimensions'] = 'Ursprüngliche Abmessungen'; |
---|
[5316] | 94 | $lang['Password forgotten'] = 'Passwort vergessen'; |
---|
| 95 | $lang['Password'] = 'Passwort'; |
---|
[10815] | 96 | $lang['Post date'] = 'Einstellungsdatum'; |
---|
[5316] | 97 | $lang['Posted on'] = 'Eingetragen am'; |
---|
| 98 | $lang['Profile'] = 'Profil'; |
---|
| 99 | $lang['Quick connect'] = 'Schnelle Anmeldung'; |
---|
| 100 | $lang['RSS feed'] = 'RSS-Feed'; |
---|
| 101 | $lang['Register'] = 'Registrieren'; |
---|
| 102 | $lang['Registration'] = 'Registrierung'; |
---|
[16231] | 103 | $lang['Related tags'] = 'Mit den Schlagwörten'; |
---|
[16152] | 104 | $lang['Reset'] = 'Zurücksetzen'; |
---|
[5316] | 105 | $lang['Retrieve password'] = 'Passwort abrufen'; |
---|
| 106 | $lang['Search rules'] = 'Suchkriterien'; |
---|
[16231] | 107 | $lang['Search tags'] = 'Schlagwörter suchen'; |
---|
[5316] | 108 | $lang['Search'] = 'Suchen'; |
---|
[16435] | 109 | $lang['display available tags'] = 'Alle verfügbaren Schlagwörter anzeigen'; |
---|
[5316] | 110 | $lang['Since'] = 'Seit'; |
---|
| 111 | $lang['Sort by'] = 'Sortieren nach'; |
---|
| 112 | $lang['Sort order'] = 'Sortierreihenfolge'; |
---|
[16231] | 113 | $lang['Tag'] = 'Schlagwort'; |
---|
| 114 | $lang['Tags'] = 'Schlagwörter'; |
---|
[16110] | 115 | $lang['The RSS notification feed provides notification on news from this website : new photos, updated albums, new comments. Use a RSS feed reader.'] = 'Der RSS-Feed beinhaltet Neuigkeiten von dieser Webseite: neue Fotos, aktualisierte Alben, neue Kommentare. Benutzen Sie einen RSS-Feed-Reader.'; |
---|
[16152] | 116 | $lang['Unknown feed identifier'] = 'Feed-ID unbekannt.'; |
---|
[5316] | 117 | $lang['User comments'] = 'Benutzerkommentare'; |
---|
| 118 | $lang['Username'] = 'Benutzername'; |
---|
| 119 | $lang['Visits'] = 'Besuche'; |
---|
| 120 | $lang['Webmaster'] = 'Webmaster'; |
---|
| 121 | $lang['Week %d'] = 'Woche %d'; |
---|
[10815] | 122 | $lang['About Piwigo'] = 'Über Piwigo'; |
---|
[16152] | 123 | $lang['You are not authorized to access the requested page'] = 'Sie sind nicht berechtigt, die gewünschte Seite aufzurufen.'; |
---|
[16480] | 124 | $lang['add this photo to your favorites'] = 'Foto zu den Favoriten hinzufügen'; |
---|
[5316] | 125 | $lang['Administration'] = 'Administration'; |
---|
| 126 | $lang['all'] = 'alle'; |
---|
[16152] | 127 | $lang['ascending'] = 'aufsteigend'; |
---|
[16110] | 128 | $lang['author(s) : %s'] = 'Autor(en): %s'; |
---|
[10238] | 129 | $lang['Expand all albums'] = 'Albenbaum komplett ausklappen'; |
---|
[10815] | 130 | $lang['posted after %s (%s)'] = 'eingestellt nach dem %s (%s)'; |
---|
| 131 | $lang['posted before %s (%s)'] = 'eingestellt vor dem %s (%s)'; |
---|
| 132 | $lang['posted between %s (%s) and %s (%s)'] = 'eingestellt zwischen %s (%s) und %s (%s)'; |
---|
| 133 | $lang['posted on %s'] = 'eingestellt am %s'; |
---|
[5316] | 134 | $lang['Best rated'] = 'Am besten bewertet'; |
---|
[16425] | 135 | $lang['display best rated photos'] = 'Zeige die am besten bewerteten Fotos'; |
---|
[5316] | 136 | $lang['Calendar'] = 'Kalender'; |
---|
| 137 | $lang['All'] = 'Alles'; |
---|
[16468] | 138 | $lang['display each day with photos, month per month'] = 'Zeige die Tage mit Fotos nach Monaten'; |
---|
[10815] | 139 | $lang['View'] = 'Ansicht'; |
---|
[5316] | 140 | $lang['chronology_monthly_calendar'] = 'Monatskalender'; |
---|
[16435] | 141 | $lang['chronology_monthly_list'] = 'Monatsliste'; |
---|
| 142 | $lang['chronology_weekly_list'] = 'Wochenliste'; |
---|
[16416] | 143 | $lang['Click here if your browser does not automatically forward you'] = 'Klicken Sie hier, wenn Sie nicht von Ihrem Browser automatisch weitergeleitet werden.'; |
---|
[5316] | 144 | $lang['comment date'] = 'Datum des Kommentars'; |
---|
| 145 | $lang['Comment'] = 'Kommentar'; |
---|
[16152] | 146 | $lang['Your comment has been registered'] = 'Ihr Kommentar wurde gespeichert.'; |
---|
| 147 | $lang['Anti-flood system : please wait for a moment before trying to post another comment'] = 'Anti-Floot-Sperre: Vor dem Absenden eines weiteren Kommentars bitte kurz warten.'; |
---|
[16243] | 148 | $lang['Your comment has NOT been registered because it did not pass the validation rules'] = 'Ihr Kommentar wurde abgelehnt, da er den Validierungsregeln nicht entspricht.'; |
---|
[16094] | 149 | $lang['An administrator must authorize your comment before it is visible.'] = 'Ein Administrator muss Ihren Beitrag freischalten, bevor er sichtbar wird.'; |
---|
[16416] | 150 | $lang['This login is already used by another user'] = 'Dieser Benutzername ist bereits vergeben.'; |
---|
[5316] | 151 | $lang['Comments'] = 'Kommentare'; |
---|
| 152 | $lang['Add a comment'] = 'Kommentar hinzufügen'; |
---|
| 153 | $lang['created after %s (%s)'] = 'erstellt nach dem %s (%s)'; |
---|
| 154 | $lang['created before %s (%s)'] = 'erstellt vor dem %s (%s)'; |
---|
[10815] | 155 | $lang['created between %s (%s) and %s (%s)'] = 'erstellt zwischen %s (%s) und %s (%s)'; |
---|
[5316] | 156 | $lang['created on %s'] = 'erstellt am %s'; |
---|
| 157 | $lang['Customize'] = 'Benutzerdaten / Layout'; |
---|
| 158 | $lang['Your Gallery Customization'] = 'Anpassung des Seitentitels '; |
---|
| 159 | $lang['day'][0] = 'Sonntag'; |
---|
| 160 | $lang['day'][1] = 'Montag'; |
---|
| 161 | $lang['day'][2] = 'Dienstag'; |
---|
| 162 | $lang['day'][3] = 'Mittwoch'; |
---|
| 163 | $lang['day'][4] = 'Donnerstag'; |
---|
| 164 | $lang['day'][5] = 'Freitag'; |
---|
| 165 | $lang['day'][6] = 'Samstag'; |
---|
[16416] | 166 | $lang['Default'] = 'Standard'; |
---|
[16425] | 167 | $lang['delete this photo from your favorites'] = 'Lösche dieses Foto aus der Favoritenliste'; |
---|
[5316] | 168 | $lang['Delete'] = 'Löschen'; |
---|
| 169 | $lang['descending'] = 'absteigend'; |
---|
[12681] | 170 | $lang['Download'] = 'Herunterladen'; |
---|
[16425] | 171 | $lang['Download this file'] = 'Datei herunterladen'; |
---|
[5316] | 172 | $lang['edit'] = 'bearbeiten'; |
---|
| 173 | $lang['wrong date'] = 'Datum falsch'; |
---|
| 174 | $lang['excluded'] = 'ausgeschlossen'; |
---|
[8665] | 175 | $lang['Your favorites'] = 'Meine Favoriten'; |
---|
[16425] | 176 | $lang['display your favorites photos'] = 'Zeige die Favoriten-Fotos'; |
---|
[5316] | 177 | $lang['Favorites'] = 'Favoriten'; |
---|
[10815] | 178 | $lang['First'] = 'Erste Seite'; |
---|
[10238] | 179 | $lang['The gallery is locked for maintenance. Please, come back later.'] = 'Der Schreibzugriff auf die Datenbank ist wegen Wartungsarbeiten blockiert. Bitte besuchen Sie uns später wieder.'; |
---|
[5316] | 180 | $lang['Page generated in'] = 'Seite erstellt in'; |
---|
[16243] | 181 | $lang['guest'] = 'Gast'; |
---|
[5316] | 182 | $lang['Hello'] = 'Hallo'; |
---|
[16468] | 183 | $lang['available for administrators only'] = 'Verfügbar nur für Administratoren'; |
---|
[16425] | 184 | $lang['display this album'] = 'Zeige dieses Album'; |
---|
| 185 | $lang['display last user comments'] = 'Zeige die letzten Benutzerkommentare'; |
---|
[16110] | 186 | $lang['customize the appareance of the gallery'] = 'Anpassen des Erscheinungsbildes der Galerie'; |
---|
[16435] | 187 | $lang['search'] = 'Suchen'; |
---|
[5316] | 188 | $lang['Home'] = 'Startseite'; |
---|
| 189 | $lang['Identification'] = 'Identifikation'; |
---|
[10238] | 190 | $lang['in this album'] = 'in diesem Album'; |
---|
[16110] | 191 | $lang['in %d sub-album'] = 'in %d Unteralbum'; |
---|
| 192 | $lang['in %d sub-albums'] = 'in %d Unteralben'; |
---|
[5316] | 193 | $lang['included'] = 'enthalten'; |
---|
| 194 | $lang['Invalid password!'] = 'Passwort ungültig!'; |
---|
| 195 | $lang['Language'] = 'Sprache'; |
---|
[10238] | 196 | $lang['last %d days'] = '%d letzte Tage'; |
---|
[5316] | 197 | $lang['Last'] = 'Letzte Seite'; |
---|
| 198 | $lang['Logout'] = 'Abmelden'; |
---|
| 199 | $lang['obligatory'] = 'obligatorisch'; |
---|
[16435] | 200 | $lang['display a calendar by creation date'] = 'Zeige einen Kalender nach Erstellungsdatum'; |
---|
[16425] | 201 | $lang['display all photos in all sub-albums'] = 'Zeige alle Fotos in allen Unteralben'; |
---|
[16435] | 202 | $lang['return to normal view mode'] = 'Zurück zur normalen Ansicht'; |
---|
[16468] | 203 | $lang['display a calendar by posted date'] = 'Zeige einen Kalender nach Einstellungsdatum'; |
---|
[5316] | 204 | $lang['month'][10] = 'Oktober'; |
---|
| 205 | $lang['month'][11] = 'November'; |
---|
| 206 | $lang['month'][12] = 'Dezember'; |
---|
| 207 | $lang['month'][1] = 'Januar'; |
---|
| 208 | $lang['month'][2] = 'Februar'; |
---|
| 209 | $lang['month'][3] = 'März'; |
---|
| 210 | $lang['month'][4] = 'April'; |
---|
| 211 | $lang['month'][5] = 'Mai'; |
---|
| 212 | $lang['month'][6] = 'Juni'; |
---|
| 213 | $lang['month'][7] = 'Juli'; |
---|
| 214 | $lang['month'][8] = 'August'; |
---|
| 215 | $lang['month'][9] = 'September'; |
---|
| 216 | $lang['Most visited'] = 'Am häufigsten gesehen'; |
---|
[16425] | 217 | $lang['display most visited photos'] = 'Zeige die meistbesuchten Fotos'; |
---|
[10815] | 218 | $lang['Unknown identifier'] = 'ID unbekannt'; |
---|
[5316] | 219 | $lang['New password'] = 'Neues Passwort'; |
---|
[16468] | 220 | $lang['Rate this photo'] = 'Foto bewerten'; |
---|
[5316] | 221 | $lang['Next'] = 'Vorwärts'; |
---|
| 222 | $lang['no rate'] = 'noch keine Bewertung'; |
---|
[16152] | 223 | $lang['Photos posted within the last %d day.'] = 'Fotos eingestellt im letzten %d Tag.'; |
---|
| 224 | $lang['Photos posted within the last %d days.'] = 'Fotos eingestellt in den letzten %d Tagen.'; |
---|
[5316] | 225 | $lang['password updated'] = 'Passwort aktualisiert'; |
---|
[16152] | 226 | $lang['Recent period must be a positive integer value'] = 'Der Zeitraum muss eine positive ganze Zahl sein.'; |
---|
[8803] | 227 | $lang['photo'] = 'Foto'; |
---|
[16231] | 228 | $lang['Click on the photo to see it in high definition'] = 'Klicken Sie auf das Foto, um es in hoher Auflösung zu sehen.'; |
---|
[16468] | 229 | $lang['Show file metadata'] = 'Zeige die Metadaten'; |
---|
[5316] | 230 | $lang['Powered by'] = 'Unterstützt von'; |
---|
| 231 | $lang['Preferences'] = 'Einstellungen'; |
---|
| 232 | $lang['Previous'] = 'Zurück'; |
---|
[10815] | 233 | $lang['Random photos'] = 'Zufällige Fotos'; |
---|
[16516] | 234 | $lang['display a set of random photos'] = 'Zeige einen Satz zufälliger Fotos'; |
---|
[8270] | 235 | $lang['Recent albums'] = 'Neueste Alben'; |
---|
[16468] | 236 | $lang['display recently updated albums'] = 'Zeige kürzlich aktualisierte Alben'; |
---|
| 237 | $lang['Recent period'] = 'Wie viele Tage sollen Bilder als neu markiert werden?'; |
---|
[10815] | 238 | $lang['Recent photos'] = 'Neueste Fotos'; |
---|
[16425] | 239 | $lang['display most recent photos'] = 'Zeige die neuesten Fotos'; |
---|
[16231] | 240 | $lang['Redirection...'] = 'Umleitung...'; |
---|
[16468] | 241 | $lang['Please, enter a login'] = 'Bitte geben Sie einen Benutzernamen ein.'; |
---|
[5316] | 242 | $lang['login mustn\'t end with a space character'] = 'Benutzername darf nicht mit einem Leerzeichen enden'; |
---|
[10815] | 243 | $lang['login mustn\'t start with a space character'] = 'Benutzername darf nicht mit einem Leerzeichen anfangen'; |
---|
[16425] | 244 | $lang['this login is already used'] = 'Dieser Benutzername ist bereits vergeben'; |
---|
[16110] | 245 | $lang['mail address must be like xxx@yyy.eee (example : jack@altern.org)'] = 'E-Mail-Adresse muss dem Muster xxx@yyy.eee (Beispiel: jack@altern.org) entsprechen'; |
---|
[16152] | 246 | $lang['please enter your password again'] = 'Bitte geben Sie erneut Ihr Passwort ein.'; |
---|
[5316] | 247 | $lang['Auto login'] = 'Auto-Login'; |
---|
[16231] | 248 | $lang['remove this tag from the list'] = 'Entferne dieses Schlagwort von der Liste.'; |
---|
[16110] | 249 | $lang['representative'] = 'Album-Vorschaubild'; |
---|
[5316] | 250 | $lang['Search for Author'] = 'Suche nach Autor'; |
---|
[8270] | 251 | $lang['Search in albums'] = 'Suche in den Alben'; |
---|
[12693] | 252 | $lang['Search by date'] = 'Suche nach Datum'; |
---|
[5316] | 253 | $lang['Date'] = 'Datum'; |
---|
| 254 | $lang['End-Date'] = 'Enddatum'; |
---|
| 255 | $lang['Kind of date'] = 'Datumstyp'; |
---|
[10815] | 256 | $lang['Search for words'] = 'Suche nach Wörtern'; |
---|
[16468] | 257 | $lang['Search for all terms'] = 'alle Wörter'; |
---|
| 258 | $lang['Search for any term'] = 'irgendein Wort'; |
---|
[16416] | 259 | $lang['Empty query. No criteria has been entered.'] = 'Die Abfrage ist leer. Kein Kriterium eingegeben.'; |
---|
[5316] | 260 | $lang['Search results'] = 'Suchergebnisse'; |
---|
[16110] | 261 | $lang['Search in sub-albums'] = 'Suche in den Unteralben'; |
---|
[5316] | 262 | $lang['searched words : %s'] = 'Suchbegriffe : %s'; |
---|
| 263 | $lang['Contact'] = 'Kontakt'; |
---|
[16468] | 264 | $lang['set as album representative'] = 'Zum Album-Vorschaubild machen'; |
---|
[5316] | 265 | $lang['Show number of comments'] = 'Zeige die Anzahl der Kommentare'; |
---|
| 266 | $lang['Show number of hits'] = 'Zeige die Anzahl der Bildaufrufe'; |
---|
| 267 | $lang['slideshow'] = 'Diashow'; |
---|
[10815] | 268 | $lang['stop the slideshow'] = 'Diashow beenden'; |
---|
[5316] | 269 | $lang['Specials'] = 'Erweitert'; |
---|
| 270 | $lang['SQL queries in'] = 'SQL-Abfragen in'; |
---|
[16425] | 271 | $lang['display only recently posted photos'] = 'Zeige nur kürzlich eingestellte Fotos'; |
---|
[16435] | 272 | $lang['return to the display of all photos'] = 'Zurück zu allen Fotos'; |
---|
[5316] | 273 | $lang['the beginning'] = 'Beginn'; |
---|
| 274 | $lang['Interface theme'] = 'Galerie-Layout'; |
---|
[10238] | 275 | $lang['Thumbnails'] = 'Vorschaubilder'; |
---|
[5316] | 276 | $lang['Menu'] = 'Menü'; |
---|
[16406] | 277 | $lang['A comment on your site'] = 'Ein Kommentar auf Ihrer Website'; |
---|
[5316] | 278 | $lang['today'] = 'heute'; |
---|
[16243] | 279 | $lang['Update your rating'] = 'Aktualisieren Sie Ihre Bewertung'; |
---|
[10815] | 280 | $lang['the username must be given'] = 'Benutzername fehlt'; |
---|
[16435] | 281 | $lang['useful when password forgotten'] = 'Nützlich, wenn Sie ihr Passwort vergessen haben.'; |
---|
[5316] | 282 | $lang['Quick search'] = 'Schnellsuche'; |
---|
[10815] | 283 | $lang['Connected user: %s'] = 'Verbundene Benutzer: %s'; |
---|
[5316] | 284 | $lang['IP: %s'] = 'IP: %s'; |
---|
| 285 | $lang['Browser: %s'] = 'Browser: %s'; |
---|
| 286 | $lang['Author: %s'] = 'Autor: %s'; |
---|
| 287 | $lang['Comment: %s'] = 'Kommentar: %s'; |
---|
| 288 | $lang['Comment by %s'] = 'Kommentar von %s'; |
---|
| 289 | $lang['User: %s'] = 'Benutzer: %s'; |
---|
[16416] | 290 | $lang['Email: %s'] = 'E-Mail-Adresse: %s'; |
---|
[5316] | 291 | $lang['Admin: %s'] = 'Verwaltung: %s'; |
---|
| 292 | $lang['Registration of %s'] = 'Registrierung von %s'; |
---|
[8270] | 293 | $lang['Album: %s'] = 'Album: %s'; |
---|
[16243] | 294 | $lang['Bad status for user "guest", using default status. Please notify the webmaster.'] = 'Ungültiger Status für den Benutzer "Gast". Der Standartstatus wird stattdessen verwendet. Bitte kontaktieren Sie den Webmaster.'; |
---|
[16425] | 295 | $lang['this email address is already in use'] = 'Diese E-Mail-Adresse wird bereits verwendet'; |
---|
[8270] | 296 | $lang['Album results for'] = 'Albumresultate für'; |
---|
[16243] | 297 | $lang['Tag results for'] = 'Schlagwortergebnisse für'; |
---|
[5316] | 298 | $lang['from %s to %s'] = 'von %s bis %s'; |
---|
[16435] | 299 | $lang['Play of slideshow'] = 'Diashow fortsetzen'; |
---|
[16243] | 300 | $lang['Pause of slideshow'] = 'Diashow anhalten'; |
---|
[16257] | 301 | $lang['Repeat the slideshow'] = 'Diashow wiederholen'; |
---|
[5316] | 302 | $lang['Not repeat the slideshow'] = 'Diashow nicht wiederholen'; |
---|
[16480] | 303 | $lang['Reduce diaporama speed'] = 'Diashow langsamer'; |
---|
| 304 | $lang['Accelerate diaporama speed'] = 'Diashow schneller'; |
---|
[5316] | 305 | $lang['Submit'] = 'Bestätigen'; |
---|
| 306 | $lang['Yes'] = 'Ja'; |
---|
| 307 | $lang['No'] = 'Nein'; |
---|
[8803] | 308 | $lang['%d photo'] = '%d Foto'; |
---|
| 309 | $lang['%d photos'] = '%d Fotos'; |
---|
[16231] | 310 | $lang['%d photo is also linked to current tags'] = '%d Foto ist auch mit diesen Schlagwörtern verbunden'; |
---|
| 311 | $lang['%d photos are also linked to current tags'] = '%d Fotos sind auch mit diesen Schlagwörtern verbunden'; |
---|
[16425] | 312 | $lang['display photos linked to this tag'] = 'Zeige Fotos, die mit diesem Schlagwort verbunden sind'; |
---|
[10815] | 313 | $lang['photos posted during the last %d days'] = 'Fotos eingestellt während der letzten %d Tage'; |
---|
[16110] | 314 | $lang['Piwigo Help'] = 'Piwigo-Hilfe'; |
---|
[5316] | 315 | $lang['Rank'] = 'Rang'; |
---|
[16425] | 316 | $lang['group by letters'] = 'Nach Anfangsbuchstaben gruppieren'; |
---|
[5316] | 317 | $lang['letters'] = 'Buchstaben'; |
---|
[16425] | 318 | $lang['show tag cloud'] = 'Zeige die Schlagwortwolke'; |
---|
[5316] | 319 | $lang['cloud'] = 'Wolke'; |
---|
| 320 | $lang['Reset to default values'] = 'Zurücksetzen auf Standardwerte'; |
---|
[16425] | 321 | $lang['delete all photos from your favorites'] = 'Lösche alle Fotos aus der Favoritenliste'; |
---|
[5316] | 322 | $lang['Sent by'] = 'Gesendet von'; |
---|
| 323 | $lang['Are you sure?'] = 'Sind Sie sicher?'; |
---|
[16231] | 324 | $lang['Cookies are blocked or not supported by your browser. You must enable cookies to connect.'] = 'Cookies werden geblockt oder von Ihrem Browser nicht unterstützt. Sie müssen Cookies erlauben, um sich zu verbinden.'; |
---|
[10815] | 325 | $lang['Edit a comment'] = 'Bearbeite einen Kommentar'; |
---|
[16152] | 326 | $lang['(!) This comment requires validation'] = '(!) Dieser Kommentar muss überprüft werden.'; |
---|
[5346] | 327 | $lang['Welcome'] = 'Willkommen'; |
---|
[16152] | 328 | $lang['Welcome to your Piwigo photo gallery!'] = 'Willkommen!'; |
---|
[16406] | 329 | $lang['... or browse your empty gallery'] = '...oder durchstöbern Sie Ihre leere Galerie.'; |
---|
| 330 | $lang['... or please deactivate this message, I will find my way by myself'] = '...oder übergehe diese Meldung. Ich finde mich selbst zurecht.'; |
---|
[16110] | 331 | $lang['Hello %s, your Piwigo photo gallery is empty!'] = 'Hallo %s, Ihre Piwigo-Fotogalerie ist leer!'; |
---|
[16468] | 332 | $lang['I want to add photos'] = 'Ich möchte Fotos hinzufügen.'; |
---|
[5346] | 333 | $lang['Manage this user comment: %s'] = 'Verwalte diesen Benutzerkommentar: %s'; |
---|
| 334 | $lang['This author modified following comment:'] = 'Dieser Autor veränderte folgenden Kommentar:'; |
---|
| 335 | $lang['This author removed the comment with id %d'] = 'Dieser Autor löschte den Kommentar mit der ID %d'; |
---|
[16110] | 336 | $lang['html tags are not allowed in login'] = 'HTML-Tags sind im Benutzernamen nicht erlaubt'; |
---|
[16416] | 337 | $lang['The number of photos per page must be a not null scalar'] = 'Die Anzahl der Fotos pro Seite muss eine ganze Zahl größer als Null sein.'; |
---|
[11597] | 338 | $lang['Number of photos per page'] = 'Anzahl der Fotos pro Seite'; |
---|
[11954] | 339 | $lang['%d rates'] = '%d Bewertungen'; |
---|
[16152] | 340 | $lang['Rating score'] = 'Bewertungsstand'; |
---|
[12568] | 341 | $lang['Change my password'] = 'Mein Passwort ändern'; |
---|
[16416] | 342 | $lang['Check your email for the confirmation link'] = 'Überprüfen Sie Ihr E-Mail-Postfach auf eine E-Mail mit Bestätigungslink.'; |
---|
[16110] | 343 | $lang['Enter your new password below.'] = 'Neues Passwort unten eingeben.'; |
---|
| 344 | $lang['EXIF Metadata'] = 'Exif-Metadaten'; |
---|
[16416] | 345 | $lang['If this was a mistake, just ignore this email and nothing will happen.'] = 'Falls ein Irrtum vorliegt, ignorieren Sie einfach diese E-Mail.'; |
---|
[16110] | 346 | $lang['Invalid key'] = 'Ungültiger Schlüssel'; |
---|
[16243] | 347 | $lang['Invalid username or email'] = 'Ungültiger Benutzername oder ungültige E-Mail-Adresse'; |
---|
[16110] | 348 | $lang['IPTC Metadata'] = 'IPTC-Metadaten'; |
---|
[12568] | 349 | $lang['Password Reset'] = 'Passwort zurücksetzen'; |
---|
[16468] | 350 | $lang['Password reset is not allowed for this user'] = 'Dieser Benutzer darf das Passwort nicht zurücksetzen.'; |
---|
[16152] | 351 | $lang['Please enter your username or email address.'] = 'Bitte Benutzernamen oder E-Mail-Adresse eingeben.'; |
---|
[12568] | 352 | $lang['Return to home page'] = 'Zurück zur Startseite'; |
---|
| 353 | $lang['The passwords do not match'] = 'Das Passwort stimmt nicht überein'; |
---|
[16110] | 354 | $lang['To reset your password, visit the following address:'] = 'Um das Passwort zurückzusetzen, klicken Sie auf den folgenden Link:'; |
---|
[16416] | 355 | $lang['User "%s" has no email address, password reset is not possible'] = 'Der Benutzer "%s" hat keine E-Mail-Adresse. Zurücksetzen des Passworts nicht möglich.'; |
---|
[16243] | 356 | $lang['Username or email'] = 'Benutzername oder E-Mail-Adresse'; |
---|
[16152] | 357 | $lang['You will receive a link to create a new password via email.'] = 'Per E-Mail erhalten Sie einen Link, um ein neues Passwort zu erstellen.'; |
---|
| 358 | $lang['Your password has been reset'] = 'Ihr Passwort wurde zurückgesetzt.'; |
---|
[12997] | 359 | $lang['Edit'] = 'Bearbeiten'; |
---|
| 360 | $lang['Hello %s,'] = 'Hallo %s,'; |
---|
[16110] | 361 | $lang['Here are your connection settings'] = 'Das sind Ihre Verbindungseinstellungen'; |
---|
[16152] | 362 | $lang['If you think you\'ve received this email in error, please contact us at %s'] = 'Sollten Sie diese E-Mail irrtümlich erhalten haben, setzen Sie sich bitte mit uns in Verbindung %s.'; |
---|
[12997] | 363 | $lang['large'] = 'groß'; |
---|
| 364 | $lang['medium'] = 'mittel'; |
---|
[13068] | 365 | $lang['Original'] = 'Original'; |
---|
[12997] | 366 | $lang['Password: %s'] = 'Passwort: %s'; |
---|
| 367 | $lang['Send my connection settings by email'] = 'Verbindungseinstellungen per E-Mail versenden'; |
---|
| 368 | $lang['small'] = 'klein'; |
---|
| 369 | $lang['Someone requested that the password be reset for the following user account:'] = 'Eine Anfrage zum Zurücksetzen des Passworts für den folgenden Benutzer wurde gestellt:'; |
---|
| 370 | $lang['square'] = 'quadratisch'; |
---|
[16110] | 371 | $lang['Successfully registered, you will soon receive an email with your connection settings. Welcome!'] = 'Erfolgreich registriert! Sie werden in Kürze eine E-Mail mit Ihren Zugangsdaten erhalten. Herzlich Willkommen!'; |
---|
[16152] | 372 | $lang['Thank you for registering at %s!'] = 'Danke für Ihre Registrierung bei %s!'; |
---|
[16243] | 373 | $lang['thumb'] = 'Vorschaubild'; |
---|
[12997] | 374 | $lang['Username "%s" on gallery %s'] = 'Benutzername "%s" bei Galerie %s'; |
---|
| 375 | $lang['Username modification'] = 'Benutzername ändern'; |
---|
| 376 | $lang['Username: %s'] = 'Benutzername: %s'; |
---|
[16152] | 377 | $lang['xlarge'] = 'besonders groß'; |
---|
[16135] | 378 | $lang['xxlarge'] = 'sehr groß'; |
---|
[16110] | 379 | $lang['Your username has been successfully changed to : %s'] = 'Ihr Benutzername lautet jetzt:'; |
---|
[13119] | 380 | $lang['Photo sizes'] = 'Bildgrößen'; |
---|
[13302] | 381 | $lang['Desktop'] = 'Desktop'; |
---|
| 382 | $lang['Mobile'] = 'Mobil'; |
---|
| 383 | $lang['Show latest comments first'] = 'Neuesten Kommentar zuerst anzeigen'; |
---|
| 384 | $lang['Show oldest comments first'] = 'Ältesten Kommentar zuerst anzeigen'; |
---|
| 385 | $lang['View in'] = 'Anzeigen in'; |
---|
[16135] | 386 | $lang['2small'] = 'winzig'; |
---|
[16425] | 387 | $lang['xsmall'] = 'ziemlich klein'; |
---|
[13851] | 388 | $lang['Date created, new → old'] = 'Datum erstellt, neu → alt'; |
---|
| 389 | $lang['Date created, old → new'] = 'Datum erstellt, alt → neu'; |
---|
| 390 | $lang['Date posted, new → old'] = 'Datum veröffentlicht, neu → alt'; |
---|
| 391 | $lang['Date posted, old → new'] = 'Datum veröffentlicht, alt → neu'; |
---|
| 392 | $lang['File name, A → Z'] = 'Dateiname, A → Z'; |
---|
| 393 | $lang['File name, Z → A'] = 'Dateiname, Z → A'; |
---|
| 394 | $lang['Manual sort order'] = 'Manuelle Sortierung'; |
---|
| 395 | $lang['Numeric identifier, 1 → 9'] = 'Numerischer Bezeichner, 1 → 9'; |
---|
| 396 | $lang['Numeric identifier, 9 → 1'] = 'Numerischer Bezeichner, 9 → 1'; |
---|
| 397 | $lang['Photo title, A → Z'] = 'Bildname, A → Z'; |
---|
| 398 | $lang['Photo title, Z → A'] = 'Bildname, Z → A'; |
---|
| 399 | $lang['Rating score, high → low'] = 'Bewertung, hoch → niedrig'; |
---|
| 400 | $lang['Rating score, low → high'] = 'Bewertung, niedrig → hoch'; |
---|
| 401 | $lang['Visits, high → low'] = 'Besuche, hoch → niedrig'; |
---|
[16243] | 402 | $lang['Visits, low → high'] = 'Besuche, niedrig → hoch'; |
---|
[15022] | 403 | $lang['%d rate'] = 'Bewertung'; |
---|
[15455] | 404 | $lang['Bad request'] = 'Fehlerhafte Anfrage'; |
---|
| 405 | $lang['Forbidden'] = 'Verboten'; |
---|
[16468] | 406 | $lang['Page not found'] = 'Seite nicht gefunden.'; |
---|
| 407 | $lang['Permalink for album not found'] = 'Permalink für Album nicht gefunden.'; |
---|
[16152] | 408 | $lang['Piwigo encountered a non recoverable error'] = 'Piwigo ist auf einen nicht nachvollziehbaren Fehler gestoßen.'; |
---|
[16468] | 409 | $lang['Requested album does not exist'] = 'Gewähltes Album existiert nicht.'; |
---|
| 410 | $lang['Requested tag does not exist'] = 'Gewähltes Schlagwort existiert nicht.'; |
---|
[18338] | 411 | $lang['Email address is mandatory'] = 'Email Adresse ist erforderlich'; |
---|
| 412 | $lang['Username is mandatory'] = 'Benutzername ist erforderlich'; |
---|
| 413 | $lang['mandatory'] = 'erforderlich'; |
---|
[19111] | 414 | $lang['Website'] = 'Webseite'; |
---|
| 415 | $lang['Your website URL is invalid'] = 'Deine Webseiten URL ist falsch'; |
---|
[5586] | 416 | ?> |
---|