Welcome to mirror list, hosted at ThFree Co, Russian Federation.

el.js « l10n « external - github.com/nextcloud/apps.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: fdb05f357779729ef43dc0741e16c9fd51c1d89d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
OC.L10N.register(
    "external",
    {
    "Please enter valid urls - they have to start with either http://, https:// or /" : "Παρακαλώ εισάγετε έγκυρα urls - θα πρέπει να ξεκινούν είτε με http://, https:// ή με /",
    "External sites saved." : "Οι εξωτερικοί ιστότοποι αποθηκεύτηκαν.",
    "External Sites" : "Εξωτερικοί ιστότοποι",
    "Please note that some browsers will block displaying of sites via http if you are running https." : "Παρακαλώ σημειώστε ότι μερικά προγράμματα περιήγησης θα εμποδίσουν την εμφάνιση ιστοτόπων μέσω http αν χρησιμοποιήτε https.",
    "Furthermore please note that many sites these days disallow iframing due to security reasons." : "Επιπροσθέτως, παρακαλούμε να σημειώσετε ότι πολλοί ιστότοποι πλέον δεν επιτρέπουν το iframing για λόγους ασφαλείας.",
    "We highly recommend to test the configured sites below properly." : "Σας συνιστούμε να ελέγξετε τους διαμορφωμένους ιστότοπους παρακάτω σωστά.",
    "Name" : "Όνομα",
    "URL" : "URL",
    "Select an icon" : "Επιλέξτε ένα εικονίδιο",
    "Remove site" : "Αφαίρεση ιστότοπου",
    "Add" : "Προσθήκη"
},
"nplurals=2; plural=(n != 1);");