nextcloud/apps/files_trashbin/l10n/el.js

16 lines
675 B
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

OC.L10N.register(
"files_trashbin",
{
"Couldn't delete %s permanently" : "Αδύνατη η μόνιμη διαγραφή του %s",
"Couldn't restore %s" : "Αδυναμία επαναφοράς %s",
"Deleted files" : "Διεγραμμένα αρχεία",
"Restore" : "Επαναφορά",
"Error" : "Σφάλμα",
"restored" : "επαναφέρθηκαν",
"Nothing in here. Your trash bin is empty!" : "Δεν υπάρχει τίποτα εδώ. Ο κάδος σας είναι άδειος!",
"Name" : "Όνομα",
"Deleted" : "Διαγραμμένα",
"Delete" : "Διαγραφή"
},
"nplurals=2; plural=(n != 1);");