diff options
author | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-11-24 00:14:51 -0500 |
---|---|---|
committer | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-11-24 00:14:51 -0500 |
commit | ba0e09adce14b6ccd36eb93b475f5c4400701587 (patch) | |
tree | 63e4aa4de0644849452fa4dfa51d6b7ae41437b9 /apps/files_sharing/l10n/el.php | |
parent | aeefe48cba49a869bfe93cdf10cc3da79914e080 (diff) | |
download | nextcloud-server-ba0e09adce14b6ccd36eb93b475f5c4400701587.tar.gz nextcloud-server-ba0e09adce14b6ccd36eb93b475f5c4400701587.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files_sharing/l10n/el.php')
-rw-r--r-- | apps/files_sharing/l10n/el.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/files_sharing/l10n/el.php b/apps/files_sharing/l10n/el.php index 4584e261b01..79387a91472 100644 --- a/apps/files_sharing/l10n/el.php +++ b/apps/files_sharing/l10n/el.php @@ -1,5 +1,6 @@ <?php $TRANSLATIONS = array( +"This share is password-protected" => "Αυτός ο κοινόχρηστος φάκελος προστατεύεται με κωδικό", "The password is wrong. Try again." => "Εσφαλμένο συνθηματικό. Προσπαθήστε ξανά.", "Password" => "Συνθηματικό", "Sorry, this link doesn’t seem to work anymore." => "Συγγνώμη, αυτός ο σύνδεσμος μοιάζει να μην ισχύει πια.", @@ -13,6 +14,7 @@ $TRANSLATIONS = array( "Download" => "Λήψη", "Upload" => "Μεταφόρτωση", "Cancel upload" => "Ακύρωση αποστολής", -"No preview available for" => "Δεν υπάρχει διαθέσιμη προεπισκόπηση για" +"No preview available for" => "Δεν υπάρχει διαθέσιμη προεπισκόπηση για", +"Direct link" => "Άμεσος σύνδεσμος" ); $PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |