nextcloud/apps/files_sharing/l10n/el.php

11 lines
539 B
PHP
Raw Normal View History

2012-08-24 04:07:18 +04:00
<?php $TRANSLATIONS = array(
2012-08-30 04:06:45 +04:00
"Password" => "Συνθηματικό",
2012-09-18 04:04:26 +04:00
"Submit" => "Καταχώρηση",
2012-09-29 01:36:09 +04:00
"%s shared the folder %s with you" => "%s μοιράστηκε τον φάκελο %s μαζί σας",
"%s shared the file %s with you" => "%s μοιράστηκε το αρχείο %s μαζί σας",
2012-09-18 04:04:26 +04:00
"Download" => "Λήψη",
2013-06-30 04:13:07 +04:00
"Upload" => "Μεταφόρτωση",
"Cancel upload" => "Ακύρωση αποστολής",
2013-06-14 04:52:34 +04:00
"No preview available for" => "Δεν υπάρχει διαθέσιμη προεπισκόπηση για"
2012-08-24 04:07:18 +04:00
);