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

ca.js « l10n - github.com/nextcloud/orcid.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9477266ee0db65c8b94b71867173a7671b0293c0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
OC.L10N.register(
    "orcid",
    {
    "ORCID" : "ORCID",
    "Authenticate with ORCID" : "Autenticació amb ORCID",
    "based on user_orcid written by Lars Næsbye Christensen, DeIC" : "Basat en user_orcid, escrit per Lars Næsbye Christensen, DeIC",
    "ORCID API Credentials" : "Credencials de l'API d'ORCID",
    "Redirect URL:" : "URL de redirecció:",
    "Client ID" : "ID del client",
    "Client Secret" : "Secret del client",
    "Store ORCID Credentials" : "Emmagatzema les credencials d'ORCID",
    "Your ORCID:" : "El vostre ORCID:",
    "Connect to ORCID" : "Connecta't a ORCID"
},
"nplurals=2; plural=(n != 1);");