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

lt_LT.js « l10n - github.com/nextcloud/external.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a22c2852efbf64ff68f5231d7769286f8693832b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
OC.L10N.register(
    "external",
    {
    "Select an icon" : "Pasirinkite piktogramą",
    "The given URL is invalid" : "Nurodytas URL yra neteisingas",
    "The given type is invalid" : "Nurodytas tipas yra neteisingas",
    "The given icon does not exist" : "Nurodytos piktogramos nėra",
    "The site does not exist" : "Šios svetainės nėra",
    "External sites" : "Išorinės svetainės",
    "Add" : "Pridėti",
    "Name" : "Pavadinimas",
    "URL" : "URL",
    "Remove site" : "Šalinti svetainę",
    "Please note that some browsers will block displaying of sites via http if you are running https." : "Turėkite omenyje, kad kai kurios naršyklės blokuos http svetainių rodymą tuo atveju, jeigu naudojate https.",
    "Furthermore please note that many sites these days disallow iframing due to security reasons." : "Be to, turėkite omenyje, kad šiomis dienomis daugelis svetainių saugumo sumetimais neleidžia naudoti iframe."
},
"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);");