server/apps/files_sharing/l10n/el.php

9 lines
445 B
PHP
Raw Normal View History

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