Welcome to mirror list, hosted at ThFree Co, Russian Federation.

de_DE.js « l10n « files_trashbin « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 70a428d4c93d8e025e75713dae3ce62d5d0b489c (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",
    "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);");