summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/l10n/el.php
diff options
context:
space:
mode:
authorJenkins for ownCloud <owncloud-bot@tmit.eu>2014-06-22 01:54:36 -0400
committerJenkins for ownCloud <owncloud-bot@tmit.eu>2014-06-22 01:54:36 -0400
commit2b4c2a7b146fc9317b0cb637397cc8a0594dbf0d (patch)
tree9e4bf7d2de5e372b88da63e2f0df5dd2fecaae7e /apps/files_sharing/l10n/el.php
parente30dac9afbbbac105bf36413bf57e5f74012dd38 (diff)
downloadnextcloud-server-2b4c2a7b146fc9317b0cb637397cc8a0594dbf0d.tar.gz
nextcloud-server-2b4c2a7b146fc9317b0cb637397cc8a0594dbf0d.zip
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files_sharing/l10n/el.php')
-rw-r--r--apps/files_sharing/l10n/el.php12
1 files changed, 11 insertions, 1 deletions
diff --git a/apps/files_sharing/l10n/el.php b/apps/files_sharing/l10n/el.php
index bac08fe36ea..d8c79f97c66 100644
--- a/apps/files_sharing/l10n/el.php
+++ b/apps/files_sharing/l10n/el.php
@@ -1,11 +1,16 @@
<?php
$TRANSLATIONS = array(
+"Server to server sharing is not enabled on this server" => "Ο διαμοιρασμός μεταξύ διακομιστών δεν έχει ενεργοποιηθεί σε αυτόν το διακομιστή",
+"Couldn't add remote share" => "Αδυναμία προσθήκης απομακρυσμένου κοινόχρηστου φακέλου",
"Shared with you" => "Διαμοιρασμένο με εσάς",
"Shared with others" => "Διαμοιρασμένο με άλλους",
"Shared by link" => "Διαμοιρασμένο μέσω συνδέσμου",
"No files have been shared with you yet." => "Κανένα αρχείο δνε έχει διαμοιραστεί ακόμα με εσάς.",
"You haven't shared any files yet." => "Δεν έχετε διαμοιραστεί κανένα αρχείο ακόμα.",
"You haven't shared any files by link yet." => "Δεν έχετε διαμοιραστεί κανένα αρχείο μέσω συνδέσμου ακόμα.",
+"Add {name} from {owner}@{remote}" => "Προσθήκη {name} από {owner}@{remote}",
+"No ownCloud installation found at {remote}" => "Δεν βρέθηκε εγκατεστημένο ownCloud στο {remote}",
+"Invalid ownCloud url" => "Άκυρη url ownCloud ",
"Shared by {owner}" => "Διαμοιράστηκε από τον {owner}",
"Shared by" => "Διαμοιράστηκε από",
"This share is password-protected" => "Αυτός ο κοινόχρηστος φάκελος προστατεύεται με κωδικό",
@@ -19,9 +24,14 @@ $TRANSLATIONS = array(
"the link expired" => "ο σύνδεσμος έληξε",
"sharing is disabled" => "ο διαμοιρασμός απενεργοποιήθηκε",
"For more info, please ask the person who sent this link." => "Για περισσότερες πληροφορίες, παρακαλώ ρωτήστε το άτομο που σας έστειλε αυτόν τον σύνδεσμο.",
+"Save to ownCloud" => "Αποθήκευση στο ownCloud",
+"example.com/owncloud" => "example.com/owncloud",
"Save" => "Αποθήκευση",
"Download" => "Λήψη",
"Download %s" => "Λήψη %s",
-"Direct link" => "Άμεσος σύνδεσμος"
+"Direct link" => "Άμεσος σύνδεσμος",
+"File Sharing" => "Διαμοιρασμός Αρχείων",
+"Allow other instances to mount public links shared from this server" => "Να επιτρέπεται σε άλλες εγκαταστάσεις να επιθέτουν δημόσιους συνδέσμους που έχουν διαμοιραστεί από αυτόν το διακομιστή",
+"Allow users to mount public link shares" => "Να επιτρέπεται στους χρήστες να επιθέτουν κοινόχρηστους φακέλους με δημόσιους συνδέσμους"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";