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

el.js « l10n « files_trashbin « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4f2ecd0a37cf57175ec95f511ca72b2c0b23980a (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" : "Αδύνατη η μόνιμη διαγραφή του %s",
    "Couldn't restore %s" : "Αδυναμία επαναφοράς %s",
    "Deleted files" : "Διεγραμμένα αρχεία",
    "Restore" : "Επαναφορά",
    "Delete permanently" : "Μόνιμη διαγραφή",
    "Error" : "Σφάλμα",
    "restored" : "επαναφέρθηκαν",
    "Nothing in here. Your trash bin is empty!" : "Δεν υπάρχει τίποτα εδώ. Ο κάδος σας είναι άδειος!",
    "Name" : "Όνομα",
    "Deleted" : "Διαγραμμένα",
    "Delete" : "Διαγραφή"
},
"nplurals=2; plural=(n != 1);");