summaryrefslogtreecommitdiffstats
path: root/apps/files_trashbin/l10n/de_DE.js
blob: 7229e628c973fd71aa210c39b8c41febc64cb4a0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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",
    "Name" : "Name",
    "Deleted" : "Gelöscht",
    "Delete" : "Löschen"
},
"nplurals=2; plural=(n != 1);");