2014-10-17 16:20:02 +04:00
|
|
|
OC.L10N.register(
|
|
|
|
"files",
|
|
|
|
{
|
2015-10-07 08:55:56 +03:00
|
|
|
"Files" : "Dateien",
|
2016-05-09 09:08:23 +03:00
|
|
|
"Close" : "Schließen",
|
|
|
|
"Download" : "Download",
|
2015-10-07 08:55:56 +03:00
|
|
|
"Delete" : "Löschen",
|
2015-11-22 09:54:53 +03:00
|
|
|
"Details" : "Details",
|
2016-05-09 09:08:23 +03:00
|
|
|
"Could not move \"{file}\", target exists" : "\"{file}\" konnte nicht verschoben werden, weil das Ziel schon existiert",
|
|
|
|
"Could not move \"{file}\"" : "\"{file}\" konnte nicht verschoben werden",
|
2015-10-07 08:55:56 +03:00
|
|
|
"Name" : "Name",
|
2016-05-09 09:08:23 +03:00
|
|
|
"New" : "Neu",
|
2015-11-22 09:54:53 +03:00
|
|
|
"New folder" : "Neuer Ordner",
|
|
|
|
"Upload" : "Hochladen",
|
2015-10-07 08:55:56 +03:00
|
|
|
"Settings" : "Einstellungen",
|
2016-05-14 08:56:45 +03:00
|
|
|
"WebDAV" : "WebDAV"
|
2014-10-17 16:20:02 +04:00
|
|
|
},
|
|
|
|
"nplurals=2; plural=(n != 1);");
|