2008-10-11 15:28:37 +02:00
< ? php
// +-----------------------------------------------------------------------+
2011-01-18 01:02:52 +01:00
// | Piwigo - a PHP based photo gallery |
2008-10-11 15:28:37 +02:00
// +-----------------------------------------------------------------------+
2011-01-16 21:43:56 +01:00
// | Copyright(C) 2008-2011 Piwigo Team http://piwigo.org |
2008-10-11 15:28:37 +02:00
// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
// +-----------------------------------------------------------------------+
// | This program 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 |
// | |
// | This program 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 this program; if not, write to the Free Software |
// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
// | USA. |
// +-----------------------------------------------------------------------+
2011-03-04 11:12:50 +01:00
/*
Language Name : Deutsch [ DE ]
2011-03-04 15:42:23 +01:00
Version : 2.2 . 0
2011-03-04 11:12:50 +01:00
Language URI : http :// piwigo . org / ext / extension_view . php ? eid = 416
Author : Piwigo team
Author URI : http :// piwigo . org
*/
2008-10-11 15:28:37 +02:00
2010-03-24 20:34:41 +01:00
// Langage informations
$lang_info [ 'language_name' ] = 'Deutsch' ;
$lang_info [ 'country' ] = 'Deutschland' ;
$lang_info [ 'direction' ] = 'ltr' ;
$lang_info [ 'code' ] = 'de' ;
$lang_info [ 'zero_plural' ] = false ;
2008-10-11 15:28:37 +02:00
2010-03-31 16:34:21 +02:00
$lang [ '%.2f (rated %d times)' ] = '%.2f (beachtet %d mal)' ;
2010-03-24 20:34:41 +01:00
$lang [ '%d Kb' ] = '%d Kb' ;
2010-12-23 23:18:38 +01:00
$lang [ '%d album updated' ] = '%d Album aktualisiert' ;
$lang [ '%d albums updated' ] = '%d Alben aktualisiert' ;
2010-03-24 20:34:41 +01:00
$lang [ '%d comment to validate' ] = '%d Kommentar freizuschalten' ;
$lang [ '%d comments to validate' ] = '%d Kommentare freizuschalten' ;
$lang [ '%d new comment' ] = '%d neuer Kommentar' ;
$lang [ '%d new comments' ] = '%d neue Kommentare' ;
$lang [ '%d comment' ] = '%d Kommentar' ;
$lang [ '%d comments' ] = '%d Kommentare' ;
$lang [ '%d hit' ] = '%d Aufruf' ;
$lang [ '%d hits' ] = '%d Aufrufe' ;
2011-01-20 15:29:08 +01:00
$lang [ '%d new photo' ] = '%d neues Foto' ;
$lang [ '%d new photos' ] = '%d neue Fotos' ;
2010-03-24 20:34:41 +01:00
$lang [ '%d new user' ] = '%d neuer Benutzer' ;
$lang [ '%d new users' ] = '%d neue Benutzer' ;
$lang [ 'About' ] = 'über uns' ;
$lang [ 'All tags' ] = 'Alle Tags' ;
$lang [ 'Any tag' ] = 'Beliebigen Tag' ;
$lang [ 'At least one listed rule must be satisfied.' ] = 'Mindestens eine aufgelistete Regel muss übereinstimmen.' ;
$lang [ 'At least one tag must match' ] = 'Mindestens ein Tag muss übereinstimmen' ;
$lang [ 'Author' ] = 'Autor' ;
$lang [ 'Average rate' ] = 'Durchschnittliche Bewertung' ;
2010-12-23 23:18:38 +01:00
$lang [ 'Albums' ] = 'Alben' ;
$lang [ 'Album' ] = 'Album' ;
2010-03-24 20:34:41 +01:00
$lang [ 'Close this window' ] = 'Dieses Fenster schließen' ;
2011-01-20 15:45:17 +01:00
$lang [ 'Complete RSS feed (photos, comments)' ] = 'Vollständiger RSS feed (Fotos, Kommentare)' ;
2010-03-24 20:34:41 +01:00
$lang [ 'Confirm Password' ] = 'Neues Passwort bestätigen' ;
$lang [ 'Connection settings' ] = 'Login-Einstellungen' ;
$lang [ 'Login' ] = 'Anmeldung' ;
$lang [ 'Contact webmaster' ] = 'Mail an den Webmaster' ;
$lang [ 'Create a new account' ] = 'Erstellen Sie ein neues Konto' ;
$lang [ 'Created on' ] = 'Erstellt am' ;
$lang [ 'Creation date' ] = 'Erstellungsdatum' ;
$lang [ 'Current password is wrong' ] = 'aktuelles Passwort ist falsch' ;
$lang [ 'Dimensions' ] = 'Abmessungen' ;
$lang [ 'Display' ] = 'Anzeige' ;
$lang [ 'Each listed rule must be satisfied.' ] = 'Jede aufgelistete Regel muss erfüllt sein' ;
$lang [ 'Email address is missing. Please specify an email address.' ] = 'Die E-Mail-Adresse fehlt' ;
$lang [ 'Email address' ] = 'E-Mail-Adresse' ;
$lang [ 'Enter your personnal informations' ] = 'Geben Sie Ihre persönlichen Daten an' ;
$lang [ 'Error sending email' ] = 'Fehler beim Senden der Mail' ;
$lang [ 'File name' ] = 'Name der Datei' ;
$lang [ 'File' ] = 'Datei' ;
$lang [ 'Filesize' ] = 'Dateigröße' ;
$lang [ 'Filter and display' ] = 'Filtern und anzeigen' ;
$lang [ 'Filter' ] = 'Filter' ;
$lang [ 'Forgot your password?' ] = 'Passwort vergessen?' ;
$lang [ 'Go through the gallery as a visitor' ] = 'Besuche die Galerie mit Besucherrechten' ;
$lang [ 'Help' ] = 'Hilfe' ;
$lang [ 'Identification' ] = 'Anmeldung' ;
2011-01-20 15:29:08 +01:00
$lang [ 'Photos only RSS feed' ] = 'Nur Foto RSS feed' ;
2010-03-24 20:34:41 +01:00
$lang [ 'Keyword' ] = 'Stichwort' ;
$lang [ 'Links' ] = 'Links' ;
$lang [ 'N/A' ] = 'nicht vorhanden' ;
$lang [ 'New on %s' ] = 'Neu am %s' ;
$lang [ 'New password confirmation does not correspond' ] = 'Fehler bei der Bestätigung des Passwortes' ;
$lang [ 'New password sent by email' ] = 'Neues Passwort per E-Mail zusenden' ;
$lang [ 'No email address' ] = 'Keine E-Mail-Adresse' ;
$lang [ 'No classic user matches this email address' ] = 'Diese E-Mail-Adresse ist nicht bekannt' ;
$lang [ 'Notification' ] = 'Rss-Feed' ;
$lang [ 'Number of items' ] = 'Anzahl der Elemente' ;
$lang [ 'Original dimensions' ] = 'Ursprünglichen Abmessungen' ;
$lang [ 'Password forgotten' ] = 'Passwort vergessen' ;
$lang [ 'Password' ] = 'Passwort' ;
$lang [ 'Post date' ] = 'Eintragsdatum' ;
$lang [ 'Posted on' ] = 'Eingetragen am' ;
$lang [ 'Profile' ] = 'Profil' ;
$lang [ 'Quick connect' ] = 'Schnelle Anmeldung' ;
$lang [ 'RSS feed' ] = 'RSS-Feed' ;
$lang [ 'Rate' ] = 'Bewertung' ;
$lang [ 'Register' ] = 'Registrieren' ;
$lang [ 'Registration' ] = 'Registrierung' ;
$lang [ 'Related tags' ] = 'mit den Tags' ;
$lang [ 'Reset' ] = 'Abbrechen' ;
$lang [ 'Retrieve password' ] = 'Passwort abrufen' ;
$lang [ 'Search rules' ] = 'Suchkriterien' ;
$lang [ 'Search tags' ] = 'Tags suchen' ;
$lang [ 'Search' ] = 'Suchen' ;
2011-01-14 22:19:15 +01:00
$lang [ 'display available tags' ] = 'Alle verfügbaren Tags' ;
2010-03-24 20:34:41 +01:00
$lang [ 'Send new password' ] = 'Senden mir ein neues Passwort' ;
$lang [ 'Since' ] = 'Seit' ;
$lang [ 'Sort by' ] = 'Sortieren nach' ;
$lang [ 'Sort order' ] = 'Sortierreihenfolge' ;
$lang [ 'Tag' ] = 'Tag' ;
$lang [ 'Tags' ] = 'Tags' ;
2011-01-20 15:29:08 +01:00
$lang [ 'The RSS notification feed provides notification on news from this website : new photos, updated albums, new comments. Use a RSS feed reader.' ] = 'Die RSS Mittteilung beinhaltet Neuigkeiten von dieser Website: neue Fotos, aktualiisierte Alben, neue Kommentare. Benutze einen RSS feed reader.' ;
2010-03-24 20:34:41 +01:00
$lang [ 'Unknown feed identifier' ] = 'Feed-ID unbekanntem' ;
$lang [ 'User comments' ] = 'Benutzerkommentare' ;
$lang [ 'Username' ] = 'Benutzername' ;
$lang [ 'Visits' ] = 'Besuche' ;
$lang [ 'Webmaster' ] = 'Webmaster' ;
$lang [ 'Week %d' ] = 'Woche %d' ;
$lang [ 'About Piwigo' ] = 'über Piwigo' ;
$lang [ 'You are not authorized to access the requested page' ] = 'Sie sind nicht berechtigt die gewünschte Seite aufzurufen' ;
$lang [ 'add to caddie' ] = 'in den Sammelkorb' ;
2011-01-20 15:45:17 +01:00
$lang [ 'add this photo to your favorites' ] = 'füge dieses Foto den Favoriten hinzu' ;
2010-03-24 20:34:41 +01:00
$lang [ 'Administration' ] = 'Administration' ;
$lang [ 'all' ] = 'alle' ;
$lang [ 'ascending' ] = 'wachsende' ;
$lang [ 'author(s) : %s' ] = 'Autor(en) : %s' ;
2010-12-23 23:18:38 +01:00
$lang [ 'Expand all albums' ] = 'Alle Alben ausweiten' ;
2010-03-24 20:34:41 +01:00
$lang [ 'posted after %s (%s)' ] = 'zur Verfügung gestellt nachdem die %s (%s)' ;
$lang [ 'posted before %s (%s)' ] = 'zur Verfügung gestellt, bevor die %s (%s)' ;
$lang [ 'posted between %s (%s) and %s (%s)' ] = 'zur Verfügung gestellt von %s (%s) und das %s (%s)' ;
$lang [ 'posted on %s' ] = 'zur Verfügung gestellt am %s' ;
$lang [ 'Best rated' ] = 'Am besten bewertet' ;
2011-01-20 15:29:08 +01:00
$lang [ 'display best rated photos' ] = 'zeige die am besten bewerteten Fotos' ;
2010-03-24 20:34:41 +01:00
$lang [ 'caddie' ] = 'Sammelkorb' ;
$lang [ 'Calendar' ] = 'Kalender' ;
$lang [ 'All' ] = 'Alles' ;
2011-01-20 15:45:17 +01:00
$lang [ 'display each day with photos, month per month' ] = 'zeige jeden Tag mit Fotos. Monat für Monat' ;
2010-03-24 20:34:41 +01:00
$lang [ 'View' ] = 'Anblick' ;
$lang [ 'chronology_monthly_calendar' ] = 'Monatskalender' ;
$lang [ 'chronology_monthly_list' ] = 'Monatliche Liste' ;
$lang [ 'chronology_weekly_list' ] = 'Wöchentlichen Liste' ;
$lang [ 'Click here if your browser does not automatically forward you' ] = 'Klicken Sie hier, wenn Sie nicht durch ihren Browser weitergeleitet werden.' ;
$lang [ 'comment date' ] = 'Datum des Kommentars' ;
$lang [ 'Comment' ] = 'Kommentar' ;
$lang [ 'Your comment has been registered' ] = 'Ihr Kommentar wurde gespeichert' ;
$lang [ 'Anti-flood system : please wait for a moment before trying to post another comment' ] = 'Anti-Spam-Sperre, bitte warte eine Weile, bis du den nächsten Kommentar abgibst' ;
$lang [ 'Your comment has NOT been registered because it did not pass the validation rules' ] = 'Dein Kommentar wurde abgelehnt da er evtl. gesetzte Regeln verletzt' ;
$lang [ 'An administrator must authorize your comment before it is visible.' ] = 'Ein Administrator muss deinen Beitrag freischalten bevor er sichtbar wird.' ;
$lang [ 'This login is already used by another user' ] = 'Dieser Benutzername ist bereits' ;
$lang [ 'Comments' ] = 'Kommentare' ;
$lang [ 'Add a comment' ] = 'Kommentar hinzufügen' ;
$lang [ 'created after %s (%s)' ] = 'erstellt nach dem %s (%s)' ;
$lang [ 'created before %s (%s)' ] = 'erstellt vor dem %s (%s)' ;
$lang [ 'created between %s (%s) and %s (%s)' ] = 'erstellt von %s (%s) und das %s (%s)' ;
$lang [ 'created on %s' ] = 'erstellt am %s' ;
$lang [ 'Customize' ] = 'Benutzerdaten / Layout' ;
$lang [ 'Your Gallery Customization' ] = 'Anpassung des Seitentitels ' ;
$lang [ 'day' ][ 0 ] = 'Sonntag' ;
$lang [ 'day' ][ 1 ] = 'Montag' ;
$lang [ 'day' ][ 2 ] = 'Dienstag' ;
$lang [ 'day' ][ 3 ] = 'Mittwoch' ;
$lang [ 'day' ][ 4 ] = 'Donnerstag' ;
$lang [ 'day' ][ 5 ] = 'Freitag' ;
$lang [ 'day' ][ 6 ] = 'Samstag' ;
$lang [ 'Default' ] = 'Standardmäßig' ;
2011-01-20 15:45:17 +01:00
$lang [ 'delete this photo from your favorites' ] = 'lösche dieses Foto von den Favoriten' ;
2010-03-24 20:34:41 +01:00
$lang [ 'Delete' ] = 'Löschen' ;
$lang [ 'descending' ] = 'absteigend' ;
$lang [ 'download' ] = 'herunterladen' ;
$lang [ 'download this file' ] = 'Download dieser Datei' ;
$lang [ 'edit' ] = 'bearbeiten' ;
$lang [ 'wrong date' ] = 'Datum falsch' ;
$lang [ 'excluded' ] = 'ausgeschlossen' ;
2011-01-14 22:19:15 +01:00
$lang [ 'Your favorites' ] = 'Meine Favoriten' ;
2011-01-20 15:29:08 +01:00
$lang [ 'display your favorites photos' ] = 'zeige die Favoriten-Fotos' ;
2010-03-24 20:34:41 +01:00
$lang [ 'Favorites' ] = 'Favoriten' ;
$lang [ 'First' ] = 'Erste' ;
$lang [ 'The gallery is locked for maintenance. Please, come back later.' ] = 'Die Galerie ist gesperrt wegen Wartungsarbeiten. Bitte besuchen Sie uns später wieder.' ;
$lang [ 'Page generated in' ] = 'Seite erstellt in' ;
$lang [ 'guest' ] = 'Besucher' ;
$lang [ 'Hello' ] = 'Hallo' ;
$lang [ 'available for administrators only' ] = 'nur für Administratoren' ;
2011-01-20 15:29:08 +01:00
$lang [ 'display this album' ] = 'zeige dieses Album' ;
2011-01-14 22:19:15 +01:00
$lang [ 'display last user comments' ] = 'Zeige die letzten Kommentare Benutzer' ;
2010-03-24 20:34:41 +01:00
$lang [ 'customize the appareance of the gallery' ] = 'das Aussehen der Galerie' ;
$lang [ 'search' ] = 'Suche' ;
$lang [ 'Home' ] = 'Startseite' ;
$lang [ 'Identification' ] = 'Identifikation' ;
2010-12-23 23:18:38 +01:00
$lang [ 'in this album' ] = 'In diesem Album' ;
$lang [ 'in %d sub-album' ] = 'Im %d Sub-Album' ;
$lang [ 'in %d sub-albums' ] = 'In den %d Sub-Alben' ;
2010-03-24 20:34:41 +01:00
$lang [ 'included' ] = 'enthalten' ;
$lang [ 'Invalid password!' ] = 'Passwort ungültig!' ;
$lang [ 'Language' ] = 'Sprache' ;
$lang [ 'last %d days' ] = '%d lezte Tage' ;
$lang [ 'Last' ] = 'Letzte Seite' ;
$lang [ 'Logout' ] = 'Abmelden' ;
$lang [ 'E-mail address' ] = $lang [ 'Email address' ];
$lang [ 'obligatory' ] = 'obligatorisch' ;
2011-01-20 15:45:17 +01:00
$lang [ 'Maximum photo height' ] = 'Maximale Foto Höhe' ;
2010-03-24 20:34:41 +01:00
$lang [ 'Maximum height must be a number superior to 50' ] = 'Die maximale Höhe der Bilder muss mehr als 50' ;
2011-01-20 15:29:08 +01:00
$lang [ 'Maximum photo width' ] = 'Maximale Foto Breite' ;
2010-03-24 20:34:41 +01:00
$lang [ 'Maximum width must be a number superior to 50' ] = 'Die Breite der Bilder muss mehr als 50' ;
$lang [ 'display a calendar by creation date' ] = 'zeige einen Kalender nach Erstellungsdatum' ;
2011-01-20 15:29:08 +01:00
$lang [ 'display all photos in all sub-albums' ] = 'zeige alle Fotos in allen Unteralben' ;
2010-03-24 20:34:41 +01:00
$lang [ 'return to normal view mode' ] = 'Zurück zur normalen Ansicht' ;
$lang [ 'display a calendar by posted date' ] = 'zeige einen Kalender nach Einstellungsdatum' ;
$lang [ 'month' ][ 10 ] = 'Oktober' ;
$lang [ 'month' ][ 11 ] = 'November' ;
$lang [ 'month' ][ 12 ] = 'Dezember' ;
$lang [ 'month' ][ 1 ] = 'Januar' ;
$lang [ 'month' ][ 2 ] = 'Februar' ;
$lang [ 'month' ][ 3 ] = 'März' ;
$lang [ 'month' ][ 4 ] = 'April' ;
$lang [ 'month' ][ 5 ] = 'Mai' ;
$lang [ 'month' ][ 6 ] = 'Juni' ;
$lang [ 'month' ][ 7 ] = 'Juli' ;
$lang [ 'month' ][ 8 ] = 'August' ;
$lang [ 'month' ][ 9 ] = 'September' ;
$lang [ 'Most visited' ] = 'Am häufigsten gesehen' ;
2011-01-20 15:29:08 +01:00
$lang [ 'display most visited photos' ] = 'zeige die meistbesuchten Fotos' ;
$lang [ 'The number of photos per row must be a not null scalar' ] = 'Die Anzahl Fotos per Reihe darf nicht Null sein' ;
$lang [ 'Number of photos per row' ] = 'Anzahl Fotos per Reihe' ;
2010-03-24 20:34:41 +01:00
$lang [ 'The number of rows per page must be a not null scalar' ] = 'Die Anzahl der Zeilen pro Seite muss mindestens 1 sein' ;
$lang [ 'Number of rows per page' ] = 'Anzahl der Zeilen pro Seite' ;
$lang [ 'Unknown identifier' ] = 'Identifikatoren unbekannt' ;
$lang [ 'New password' ] = 'Neues Passwort' ;
2011-01-20 15:29:08 +01:00
$lang [ 'Rate this photo' ] = 'Bewerte dieses Foto' ;
2010-03-24 20:34:41 +01:00
$lang [ 'Next' ] = 'Vorwärts' ;
$lang [ 'no rate' ] = 'noch keine Bewertung' ;
2011-01-20 15:29:08 +01:00
$lang [ 'Photos posted within the last %d day.' ] = 'Fotos hochgeladen den letzen %d Tag.' ;
$lang [ 'Photos posted within the last %d days.' ] = 'Fotos hochgeladen die letzen %d Tage.' ;
2010-03-24 20:34:41 +01:00
$lang [ 'password updated' ] = 'Passwort aktualisiert' ;
$lang [ 'Recent period must be a positive integer value' ] = 'Der Zeitraum der Neuheit muss eine positive ganze Zahl' ;
2011-01-20 15:29:08 +01:00
$lang [ 'photo' ] = 'Foto' ;
$lang [ 'Click on the photo to see it in high definition' ] = 'Klicke auf das Foto um es in High Definition zu sehen' ;
2010-03-24 20:34:41 +01:00
$lang [ 'Show file metadata' ] = 'Zeigen die Meta-Daten in der Datei' ;
$lang [ 'Powered by' ] = 'Unterstützt von' ;
$lang [ 'Preferences' ] = 'Einstellungen' ;
$lang [ 'Previous' ] = 'Zurück' ;
2011-01-20 15:45:17 +01:00
$lang [ 'Random photos' ] = 'Zufälliges Foto' ;
$lang [ 'display a set of random photos' ] = 'zeige einen Satz von zufälligen Fotos' ;
2010-12-23 23:18:38 +01:00
$lang [ 'Recent albums' ] = 'Neueste Alben' ;
$lang [ 'display recently updated albums' ] = 'Zeigt kürzlich aktualisierte Alben an' ;
2010-03-24 20:34:41 +01:00
$lang [ 'Recent period' ] = 'Wieviele Tage sollen Bilder als "neu" markiert werden?' ;
2011-01-20 15:29:08 +01:00
$lang [ 'Recent photos' ] = 'Letzte Fotos' ;
$lang [ 'display most recent photos' ] = 'zeige das letzte Foto' ;
2010-03-24 20:34:41 +01:00
$lang [ 'Redirection...' ] = 'Umleitung ...' ;
$lang [ 'Please, enter a login' ] = 'Bitte geben Sie einen Benutzernamen ein' ;
$lang [ 'login mustn\'t end with a space character' ] = 'Benutzername darf nicht mit einem Leerzeichen enden' ;
$lang [ 'login mustn\'t start with a space character' ] = 'Login dürfen nicht mit einem Leerzeichen anfangen' ;
$lang [ 'this login is already used' ] = 'Diesen Benutzername ist bereits vergeben' ;
$lang [ 'mail address must be like xxx@yyy.eee (example : jack@altern.org)' ] = 'E-Mail-Adresse muss in der Form xxx@yyy.eee (Beispiel: jack@altern.org)' ;
$lang [ 'please enter your password again' ] = 'Bitte geben Sie erneut Ihr Passwort ein' ;
$lang [ 'Auto login' ] = 'Auto-Login' ;
$lang [ 'remove this tag from the list' ] = 'entfernen diesem Tag in der Liste' ;
$lang [ 'representative' ] = 'representativ' ;
$lang [ 'Search for Author' ] = 'Suche nach Autor' ;
2010-12-23 23:18:38 +01:00
$lang [ 'Search in albums' ] = 'Suche in den Alben' ;
2010-03-24 20:34:41 +01:00
$lang [ 'Search by Date' ] = 'Suche nach Datum' ;
$lang [ 'Date' ] = 'Datum' ;
$lang [ 'End-Date' ] = 'Enddatum' ;
$lang [ 'Kind of date' ] = 'Datumstyp' ;
$lang [ 'Search for words' ] = 'Suche nach Wort' ;
$lang [ 'Search for all terms' ] = 'Suche alle Wörter' ;
$lang [ 'Search for any terms' ] = 'Wörter suchen' ;
$lang [ 'Empty query. No criteria has been entered.' ] = 'Abfrage leer. Kein Kriterium zur Verfügung.' ;
$lang [ 'Search Options' ] = 'Suchoptionen' ;
$lang [ 'Search results' ] = 'Suchergebnisse' ;
2010-12-23 23:18:38 +01:00
$lang [ 'Search in sub-albums' ] = 'Suche in den Sub-Alben' ;
2010-03-24 20:34:41 +01:00
$lang [ 'searched words : %s' ] = 'Suchbegriffe : %s' ;
$lang [ 'Contact' ] = 'Kontakt' ;
2010-12-23 23:18:38 +01:00
$lang [ 'set as album representative' ] = 'Als repräsentativer Album setzen' ;
2010-03-24 20:34:41 +01:00
$lang [ 'Show number of comments' ] = 'Zeige die Anzahl der Kommentare' ;
$lang [ 'Show number of hits' ] = 'Zeige die Anzahl der Bildaufrufe' ;
$lang [ 'slideshow' ] = 'Diashow' ;
$lang [ 'stop the slideshow' ] = 'Stop die Diashow' ;
$lang [ 'Specials' ] = 'Erweitert' ;
$lang [ 'SQL queries in' ] = 'SQL-Abfragen in' ;
2011-01-20 15:45:17 +01:00
$lang [ 'display only recently posted photos' ] = 'zeige nur kürzlich hochgeladene Fotos' ;
$lang [ 'return to the display of all photos' ] = 'zurück zu allen Fotos' ;
2010-03-24 20:34:41 +01:00
$lang [ 'the beginning' ] = 'Beginn' ;
$lang [ 'Interface theme' ] = 'Galerie-Layout' ;
$lang [ 'Thumbnails' ] = 'Thumbnails' ;
$lang [ 'Menu' ] = 'Menü' ;
$lang [ 'A comment on your site' ] = 'Ein Kommentar auf der Website' ;
$lang [ 'today' ] = 'heute' ;
$lang [ 'Update your rating' ] = 'Aktualisieren Ihre Bewertung' ;
$lang [ 'wrong filename' ] = 'ungültiger Verzeichnisname' ;
$lang [ 'the username must be given' ] = 'Nutzername fehlt' ;
$lang [ 'useful when password forgotten' ] = 'nützlich, wenn Sie ihr Passwort vergessen' ;
$lang [ 'Quick search' ] = 'Schnellsuche' ;
$lang [ 'Connected user: %s' ] = 'Connected Benutzer : %s' ;
$lang [ 'IP: %s' ] = 'IP: %s' ;
$lang [ 'Browser: %s' ] = 'Browser: %s' ;
$lang [ 'Author: %s' ] = 'Autor: %s' ;
$lang [ 'Comment: %s' ] = 'Kommentar: %s' ;
$lang [ 'Comment by %s' ] = 'Kommentar von %s' ;
$lang [ 'User: %s' ] = 'Benutzer: %s' ;
$lang [ 'Email: %s' ] = 'E-Mail: %s' ;
$lang [ 'Admin: %s' ] = 'Verwaltung: %s' ;
$lang [ 'Registration of %s' ] = 'Registrierung von %s' ;
2010-12-23 23:18:38 +01:00
$lang [ 'Album: %s' ] = 'Album: %s' ;
2010-03-24 20:34:41 +01:00
$lang [ 'Bad status for user "guest", using default status. Please notify the webmaster.' ] = 'Status der Benutzer "guest" nicht entspricht, Verwendung des Standard. Bitte kontaktieren Sie den Webmaster.' ;
$lang [ 'Administrator, webmaster and special user cannot use this method' ] = 'Administrator, Webmaster und spezieller Benutzer können nicht diese Methode verwenden' ;
2011-01-12 22:03:00 +01:00
$lang [ 'this email address is already in use' ] = 'Diese E-Mail-Adresse wird bereits verwendet' ;
2010-12-23 23:18:38 +01:00
$lang [ 'Album results for' ] = 'Albumresultate für' ;
2010-03-24 20:34:41 +01:00
$lang [ 'Tag results for' ] = 'Ergebnisse der Tag für' ;
$lang [ 'from %s to %s' ] = 'von %s bis %s' ;
$lang [ 'Play of slideshow' ] = 'Start der Diashow' ;
$lang [ 'Pause of slideshow' ] = 'Pause der Diashow' ;
$lang [ 'Repeat the slideshow' ] = 'Wiederholen der Diashow' ;
$lang [ 'Not repeat the slideshow' ] = 'Diashow nicht wiederholen' ;
$lang [ 'Reduce diaporama speed' ] = 'Diashow langsamer anzeigen' ;
$lang [ 'Accelerate diaporama speed' ] = 'Diashow schneller anzeigen' ;
$lang [ 'Submit' ] = 'Bestätigen' ;
$lang [ 'Yes' ] = 'Ja' ;
$lang [ 'No' ] = 'Nein' ;
2011-01-20 15:29:08 +01:00
$lang [ '%d photo' ] = '%d Foto' ;
$lang [ '%d photos' ] = '%d Fotos' ;
2011-01-20 15:45:17 +01:00
$lang [ '%d photo is also linked to current tags' ] = '%d Foto ist auch mit dem gegenwärtigen Tag verbunden' ;
$lang [ '%d photos are also linked to current tags' ] = '%d Fotos sind auch mit den gegenwärtigen Tags verbunden' ;
2011-01-20 15:29:08 +01:00
$lang [ 'display photos linked to this tag' ] = 'Zeige Fotos verbunden mit diesem Tag' ;
2011-01-20 15:45:17 +01:00
$lang [ 'photos posted during the last %d days' ] = 'Fotos hochgeladen während der letzten %d Tage' ;
2010-03-24 20:34:41 +01:00
$lang [ 'Piwigo Help' ] = 'Hilfe Piwigo' ;
$lang [ 'Rank' ] = 'Rang' ;
$lang [ 'group by letters' ] = 'Gruppieren nach Buchstaben' ;
$lang [ 'letters' ] = 'Buchstaben' ;
$lang [ 'show tag cloud' ] = 'zeigen die Tag-Wolke' ;
$lang [ 'cloud' ] = 'Wolke' ;
$lang [ 'Reset to default values' ] = 'Zurücksetzen auf Standardwerte' ;
2011-01-20 15:45:17 +01:00
$lang [ 'delete all photos from your favorites' ] = 'lösche alle Fotos von der Favoritenliste' ;
2010-03-24 20:34:41 +01:00
$lang [ 'Sent by' ] = 'Gesendet von' ;
$lang [ 'Are you sure?' ] = 'Sind Sie sicher?' ;
$lang [ 'delete this comment' ] = 'Diesen Kommentar löschen' ;
2010-03-25 15:06:03 +01:00
$lang [ 'Cookies are blocked or not supported by your browser. You must enable cookies to connect.' ] = 'Cookies werden geblockt oder nicht von ihrem Browser unterstützt. Sie müssen sie erlauben um sich zu verbinden.' ;
$lang [ 'edit this comment' ] = 'editiere diesen Kommentar' ;
$lang [ 'Edit a comment' ] = 'Editiere einen Kommentar' ;
$lang [ '(!) This comment requires validation' ] = '(!) Dieser Kommentar sollte überprüft werden' ;
$lang [ 'Welcome' ] = 'Willkommen' ;
$lang [ 'Welcome to your Piwigo photo gallery!' ] = 'Willkommen in deiner Piwigo Fotogalerie!' ;
$lang [ '... or browse your empty gallery' ] = '... oder durchsuche deine leere Galerie' ;
$lang [ '... or please deactivate this message, I will find my way by myself' ] = '... oder deaktiviere diese Nachricht, Ich finde mich selbst zurecht' ;
$lang [ 'Hello %s, your Piwigo photo gallery is empty!' ] = 'Hallo %s, deine Piwigo Fotogalerie ist leer!' ;
$lang [ 'I want to add photos' ] = 'Ich möchte Fotos hinzufügen' ;
$lang [ 'Manage this user comment: %s' ] = 'Verwalte diesen Benutzerkommentar: %s' ;
$lang [ 'This author modified following comment:' ] = 'Dieser Autor veränderte folgenden Kommentar:' ;
$lang [ 'This author removed the comment with id %d' ] = 'Dieser Autor löschte den Kommentar mit der ID %d' ;
$lang [ 'validate this comment' ] = 'überprüfe diesen Kommentar' ;
2010-04-03 14:10:31 +02:00
?>