nextcloud/apps/files_sharing/l10n/el.php

10 lines
553 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" => "Λήψη",
"No preview available for" => "Δεν υπάρχει διαθέσιμη προεπισκόπηση για",
"web services under your control" => "υπηρεσίες δικτύου υπό τον έλεγχό σας"
2012-08-24 04:07:18 +04:00
);