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

oc.js « l10n - github.com/nextcloud/external.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f91280e1be79f645e999621ea573d980a9900522 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
OC.L10N.register(
    "external",
    {
    "Select an icon" : "Seleccionar una icòna",
    "All languages" : "Totas las lengas",
    "The given language does not exist" : "La lenga especificada existís pas",
    "Name" : "Nom",
    "URL" : "URL",
    "Language" : "Lenga",
    "Groups" : "Gropes",
    "Remove site" : "Suprimir lo site",
    "Please note that some browsers will block displaying of sites via http if you are running https." : "Notatz que certans navigadors pòdon blocar l’afichatge dels sites via http se utilizatz https.",
    "Furthermore please note that many sites these days disallow iframing due to security reasons." : "D'una autra costat, notatz que fòrça sites interdison l’utilizacion dels iframes per de rasons de seguretat."
},
"nplurals=2; plural=(n > 1);");