2013-08-09 16:06:31 +04:00
< ? php
$TRANSLATIONS = array (
2013-08-27 19:23:18 +04:00
" App \" %s \" can't be installed because it is not compatible with this version of ownCloud. " => " Applikation \" %s \" kann nicht installiert werden, da sie mit dieser ownCloud Version nicht kompatibel ist. " ,
2013-08-30 17:38:20 +04:00
" No app name specified " => " Es wurde kein Applikation-Name angegeben " ,
2012-07-29 04:06:29 +04:00
" Help " => " Hilfe " ,
" Personal " => " Persönlich " ,
" Settings " => " Einstellungen " ,
" Users " => " Benutzer " ,
2013-04-27 04:24:29 +04:00
" Admin " => " Administration " ,
2013-07-27 10:03:03 +04:00
" Failed to upgrade \" %s \" . " => " Konnte \" %s \" nicht aktualisieren. " ,
2013-09-18 19:50:02 +04:00
" Custom profile pictures don't work with encryption yet " => " Individuelle Profilbilder werden noch nicht von der Verschlüsselung unterstützt " ,
" Unknown filetype " => " Unbekannter Dateityp " ,
" Invalid image " => " Ungültiges Bild " ,
2013-07-06 04:08:38 +04:00
" web services under your control " => " Web-Services unter Deiner Kontrolle " ,
2013-07-27 10:03:03 +04:00
" cannot open \" %s \" " => " Öffnen von \" %s \" fehlgeschlagen " ,
2012-08-24 04:07:18 +04:00
" ZIP download is turned off. " => " Der ZIP-Download ist deaktiviert. " ,
2012-07-30 04:05:41 +04:00
" Files need to be downloaded one by one. " => " Die Dateien müssen einzeln heruntergeladen werden. " ,
" Back to Files " => " Zurück zu \" Dateien \" " ,
2012-08-24 04:07:18 +04:00
" Selected files too large to generate zip file. " => " Die gewählten Dateien sind zu groß, um eine ZIP-Datei zu erstellen. " ,
2013-07-27 10:03:03 +04:00
" Download the files in smaller chunks, seperately or kindly ask your administrator. " => " Lade die Dateien in kleineren, separaten, Stücken herunter oder bitte deinen Administrator. " ,
2013-08-27 19:23:18 +04:00
" No source specified when installing app " => " Für die Installation der Applikation wurde keine Quelle angegeben " ,
2013-08-30 17:38:20 +04:00
" No href specified when installing app from http " => " Der Link (href) wurde nicht angegeben um die Applikation per http zu installieren " ,
2013-08-27 19:23:18 +04:00
" No path specified when installing app from local file " => " Bei der Installation der Applikation aus einer lokalen Datei wurde kein Pfad angegeben " ,
" Archives of type %s are not supported " => " Archive vom Typ %s werden nicht unterstützt " ,
2013-08-30 17:38:20 +04:00
" Failed to open archive when installing app " => " Das Archiv konnte bei der Installation der Applikation nicht geöffnet werden " ,
2013-08-27 19:23:18 +04:00
" App does not provide an info.xml file " => " Die Applikation enthält keine info,xml Datei " ,
" App can't be installed because of not allowed code in the App " => " Die Applikation kann auf Grund von unerlaubten Code nicht installiert werden " ,
2013-08-30 17:38:20 +04:00
" App can't be installed because it is not compatible with this version of ownCloud " => " Die Anwendung konnte nicht installiert werden, weil Sie nicht mit dieser Version von ownCloud kompatibel ist. " ,
" App can't be installed because it contains the <shipped>true</shipped> tag which is not allowed for non shipped apps " => " Die Applikation konnte nicht installiert werden, da diese das <shipped>true</shipped> Tag beinhaltet und dieses, bei nicht mitausgelieferten Applikationen, nicht erlaubt ist ist " ,
" App can't be installed because the version in info.xml/version is not the same as the version reported from the app store " => " Die Applikation konnte nicht installiert werden, da die Version in der info.xml nicht die gleiche Version wie im App-Store ist " ,
2013-08-27 19:23:18 +04:00
" App directory already exists " => " Das Applikationsverzeichnis existiert bereits " ,
" Can't create app folder. Please fix permissions. %s " => " Es kann kein Applikationsordner erstellt werden. Bitte passen sie die Berechtigungen an. %s " ,
2012-08-24 04:07:18 +04:00
" Application is not enabled " => " Die Anwendung ist nicht aktiviert " ,
2013-04-27 04:24:29 +04:00
" Authentication error " => " Fehler bei der Anmeldung " ,
2012-09-28 04:06:03 +04:00
" Token expired. Please reload page. " => " Token abgelaufen. Bitte lade die Seite neu. " ,
2012-10-25 04:11:53 +04:00
" Files " => " Dateien " ,
" Text " => " Text " ,
2012-10-26 04:05:56 +04:00
" Images " => " Bilder " ,
2013-02-14 03:06:51 +04:00
" %s enter the database username. " => " %s gib den Datenbank-Benutzernamen an. " ,
" %s enter the database name. " => " %s gib den Datenbank-Namen an. " ,
" %s you may not use dots in the database name " => " %s Der Datenbank-Name darf keine Punkte enthalten " ,
2013-06-30 04:13:07 +04:00
" MS SQL username and/or password not valid: %s " => " MS SQL Benutzername und/oder Password ungültig: %s " ,
2013-02-18 03:06:45 +04:00
" You need to enter either an existing account or the administrator. " => " Du musst entweder ein existierendes Benutzerkonto oder das Administratoren-Konto angeben. " ,
2013-02-14 03:06:51 +04:00
" MySQL username and/or password not valid " => " MySQL Benutzername und/oder Passwort ungültig " ,
" DB Error: \" %s \" " => " DB Fehler: \" %s \" " ,
" Offending command was: \" %s \" " => " Fehlerhafter Befehl war: \" %s \" " ,
" MySQL user '%s'@'localhost' exists already. " => " MySQL Benutzer '%s'@'localhost' existiert bereits. " ,
" Drop this user from MySQL " => " Lösche diesen Benutzer von MySQL " ,
" MySQL user '%s'@'%%' already exists " => " MySQL Benutzer '%s'@'%%' existiert bereits " ,
2013-02-21 03:15:58 +04:00
" Drop this user from MySQL. " => " Lösche diesen Benutzer aus MySQL. " ,
2013-06-30 04:13:07 +04:00
" Oracle connection could not be established " => " Es konnte keine Verbindung zur Oracle-Datenbank hergestellt werden " ,
2013-05-24 04:02:43 +04:00
" Oracle username and/or password not valid " => " Oracle Benutzername und/oder Passwort ungültig " ,
2013-02-14 03:06:51 +04:00
" Offending command was: \" %s \" , name: %s, password: %s " => " Fehlerhafter Befehl war: \" %s \" , Name: %s, Passwort: %s " ,
2013-06-30 04:13:07 +04:00
" PostgreSQL username and/or password not valid " => " PostgreSQL Benutzername und/oder Passwort ungültig " ,
" Set an admin username. " => " Setze Administrator Benutzername. " ,
" Set an admin password. " => " Setze Administrator Passwort " ,
2013-02-14 03:06:51 +04:00
" Your web server is not yet properly setup to allow files synchronization because the WebDAV interface seems to be broken. " => " Dein Web-Server ist noch nicht für Datei-Synchronisation bereit, weil die WebDAV-Schnittstelle vermutlich defekt ist. " ,
2013-05-12 04:05:29 +04:00
" Please double check the <a href='%s'>installation guides</a>. " => " Bitte prüfe die <a href='%s'>Installationsanleitungen</a>. " ,
2012-10-29 03:02:45 +04:00
" seconds ago " => " Gerade eben " ,
2013-08-16 09:32:30 +04:00
" _%n minute ago_::_%n minutes ago_ " => array ( " " , " Vor %n Minuten " ),
" _%n hour ago_::_%n hours ago_ " => array ( " " , " Vor %n Stunden " ),
2012-07-30 04:05:41 +04:00
" today " => " Heute " ,
" yesterday " => " Gestern " ,
2013-08-16 09:32:30 +04:00
" _%n day go_::_%n days ago_ " => array ( " " , " Vor %n Tagen " ),
2012-07-30 04:05:41 +04:00
" last month " => " Letzten Monat " ,
2013-08-16 09:32:30 +04:00
" _%n month ago_::_%n months ago_ " => array ( " " , " Vor %n Monaten " ),
2012-07-30 04:05:41 +04:00
" last year " => " Letztes Jahr " ,
2012-12-11 03:04:40 +04:00
" years ago " => " Vor Jahren " ,
2013-07-27 10:03:03 +04:00
" Caused by: " => " Verursacht durch: " ,
2012-11-18 03:02:00 +04:00
" Could not find category \" %s \" " => " Die Kategorie \" %s \" konnte nicht gefunden werden. "
2012-07-29 04:06:29 +04:00
);
2013-08-09 16:06:31 +04:00
$PLURAL_FORMS = " nplurals=2; plural=(n != 1); " ;