You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
nextcloud-server/apps/files_trashbin/l10n/el.php

14 lines
643 B

<?php
$TRANSLATIONS = array(
"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" => "Διαγραφή"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";