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: 4994dcab99af33526ebacc8649b5fd3056f489ca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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",
    "__language_name__" : "Occitan",
    "Name" : "Nom",
    "URL" : "URL",
    "Language" : "Lenga",
    "Groups" : "Gropes",
    "Position" : "Posicion",
    "Remove site" : "Suprimir lo site",
    "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.",
    "Icons" : "Icònas",
    "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."
},
"nplurals=2; plural=(n > 1);");