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

bg_BG.js « l10n « external - github.com/nextcloud/apps.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c0a258b93dbd8160bef5e56dc245537eec52bc7e (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." : "И още, моля, да знаеш, че много интернет страници в наши дни не разрешават използването на iframe от съображения за сигурност.",
    "We highly recommend to test the configured sites below properly." : "Силно препоръчваме да тестваш настроените сайтове.",
    "Name" : "Име",
    "URL" : "Интернет Адрес",
    "Select an icon" : "Избери икона",
    "Remove site" : "Премахни сайт",
    "Add" : "Добави"
},
"nplurals=2; plural=(n != 1);");