diff options
author | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2014-07-28 01:54:30 -0400 |
---|---|---|
committer | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2014-07-28 01:54:30 -0400 |
commit | a1695722233199ac80580840ef7ee474f9a1bd33 (patch) | |
tree | 9651b953af21b7974b353730ec8fb817bab5dd5a /apps/files_sharing | |
parent | 0b6311189205b176ea19abd486168f2e86f651e9 (diff) | |
download | nextcloud-server-a1695722233199ac80580840ef7ee474f9a1bd33.tar.gz nextcloud-server-a1695722233199ac80580840ef7ee474f9a1bd33.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files_sharing')
-rw-r--r-- | apps/files_sharing/l10n/el.php | 4 | ||||
-rw-r--r-- | apps/files_sharing/l10n/sl.php | 6 |
2 files changed, 9 insertions, 1 deletions
diff --git a/apps/files_sharing/l10n/el.php b/apps/files_sharing/l10n/el.php index e78abc7a18c..78b86ed2391 100644 --- a/apps/files_sharing/l10n/el.php +++ b/apps/files_sharing/l10n/el.php @@ -8,8 +8,11 @@ $TRANSLATIONS = array( "No files have been shared with you yet." => "Κανένα αρχείο δνε έχει διαμοιραστεί ακόμα με εσάς.", "You haven't shared any files yet." => "Δεν έχετε διαμοιραστεί κανένα αρχείο ακόμα.", "You haven't shared any files by link yet." => "Δεν έχετε διαμοιραστεί κανένα αρχείο μέσω συνδέσμου ακόμα.", +"Do you want to add the remote share {name} from {owner}@{remote}?" => "Θέλετε να προσθέσουμε τον απομακρυσμένο διαμοιρασμό {name} από {owner}@{remote}?", "Remote share" => "Απομακρυσμένος διαμοιρασμός", +"Remote share password" => "απομακρυσμένος διαμοιρασμός συνθηματικού", "Cancel" => "Άκυρο", +"Add remote share" => "Προσθήκη απομακρυσμένου διαμοιρασμού", "No ownCloud installation found at {remote}" => "Δεν βρέθηκε εγκατεστημένο ownCloud στο {remote}", "Invalid ownCloud url" => "Άκυρη url ownCloud ", "Shared by" => "Διαμοιράστηκε από", @@ -24,6 +27,7 @@ $TRANSLATIONS = array( "the link expired" => "ο σύνδεσμος έληξε", "sharing is disabled" => "ο διαμοιρασμός απενεργοποιήθηκε", "For more info, please ask the person who sent this link." => "Για περισσότερες πληροφορίες, παρακαλώ ρωτήστε το άτομο που σας έστειλε αυτόν τον σύνδεσμο.", +"Add to your ownCloud" => "Προσθήκη στο ownCloud σου", "Download" => "Λήψη", "Download %s" => "Λήψη %s", "Direct link" => "Άμεσος σύνδεσμος", diff --git a/apps/files_sharing/l10n/sl.php b/apps/files_sharing/l10n/sl.php index ec4c546e7bb..4dd12368d32 100644 --- a/apps/files_sharing/l10n/sl.php +++ b/apps/files_sharing/l10n/sl.php @@ -8,10 +8,12 @@ $TRANSLATIONS = array( "No files have been shared with you yet." => "Ni datotek, ki bi jih drugi omogočili za souporabo z vami.", "You haven't shared any files yet." => "Ni datotek, ki bi jih omogočili za souporabo.", "You haven't shared any files by link yet." => "Ni datotek, ki bi jih omogočili za souporabo s povezavo.", +"Do you want to add the remote share {name} from {owner}@{remote}?" => "Ali želite dodati oddaljeno mesto souporabe {name} na {owner}@{remote}?", "Remote share" => "Oddaljeno mesto za souporabo", "Remote share password" => "Geslo za mesto za oddaljeno souporabo", "Cancel" => "Prekliči", "Add remote share" => "Dodaj oddaljeno mesto za souporabo", +"No ownCloud installation found at {remote}" => "Na mestu {remote} ni namestitve ownCloud", "Invalid ownCloud url" => "Naveden je neveljaven naslov URL strežnika ownCloud", "Shared by" => "V souporabi z", "This share is password-protected" => "To mesto je zaščiteno z geslom.", @@ -29,6 +31,8 @@ $TRANSLATIONS = array( "Download" => "Prejmi", "Download %s" => "Prejmi %s", "Direct link" => "Neposredna povezava", -"Remote Shares" => "Oddaljena souporaba" +"Remote Shares" => "Oddaljena souporaba", +"Allow other instances to mount public links shared from this server" => "Dovoli drugim primerkom priklop javnih povezav s tega strežnika", +"Allow users to mount public link shares" => "Dovoli uporabnikom priklop javnih povezav med mapami za souporabo" ); $PLURAL_FORMS = "nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);"; |