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

sr.js « l10n - github.com/nextcloud/external.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b879eba39d6693d3ed9c68293f4c099c1b7a4eb4 (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 /" : "Унесите исправне адресе. Оне морају почињати са 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" : "УРЛ",
    "Select an icon" : "Изаберите икону",
    "Remove site" : "Уклони сајт",
    "Add" : "Додај"
},
"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);");