blob: 03e4658f83e58041bfdf8d005a32dbae0b63c3cc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
OC.L10N.register(
"files_trashbin",
{
"Couldn't delete %s permanently" : "Konnte %s nicht dauerhaft löschen",
"Couldn't restore %s" : "Konnte %s nicht wiederherstellen",
"Deleted files" : "Gelöschte Dateien",
"Restore" : "Wiederherstellen",
"Delete permanently" : "Endgültig löschen",
"Error" : "Fehler",
"restored" : "Wiederhergestellt",
"Nothing in here. Your trash bin is empty!" : "Nichts zu löschen, Ihr Papierkorb ist leer!",
"Name" : "Name",
"Deleted" : "Gelöscht",
"Delete" : "Löschen"
},
"nplurals=2; plural=(n != 1);");
|