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

ca.js « l10n - github.com/nextcloud/external.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 216fdd17188db495134d275daddd881fbbe7db7b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
OC.L10N.register(
    "external",
    {
    "Please enter valid urls - they have to start with either http://, https:// or /" : "Siusplau introdueix adreces vàlides - han de començar amb http://, https:// o /",
    "External sites saved." : "S'han desat els llocs web externs",
    "Please note that some browsers will block displaying of sites via http if you are running https." : "Siusplau tingues en compte que alguns navegadors poden bloquejar les webs amb http quan utilitzis https.",
    "Furthermore please note that many sites these days disallow iframing due to security reasons." : "A més a més nota que actualment molts llocs web estan deshabilitant els iframes per motius de seguretat.",
    "We highly recommend to test the configured sites below properly." : "Recomanem ferventment que els llocs web configurats a continuació siguin testejats adequadament.",
    "Name" : "Nom",
    "URL" : "URL",
    "Select an icon" : "Seleccioneu una icona",
    "Remove site" : "Elimina el lloc",
    "Add" : "Afegeix"
},
"nplurals=2; plural=(n != 1);");