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

gl.js « l10n - github.com/nextcloud/orcid.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e7a20a45ea989136552b4d0bdf3ff3c302b3446c (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ón con ORCID",
    "based on user_orcid written by Lars Næsbye Christensen, DeIC" : "baseado en «user_orcid», escrito por Lars Næsbye Christensen, DeIC",
    "ORCID API Credentials" : "Credenciais da API do ORCID",
    "Redirect URL:" : "URL de redireccionamento:",
    "Client ID" : "ID do cliente",
    "Client Secret" : "Segredo do cliente",
    "Store ORCID Credentials" : "Almacenar as credenciais do ORCID",
    "Your ORCID:" : "O seu ORCID:",
    "Connect to ORCID" : "Conectar co ORCID"
},
"nplurals=2; plural=(n != 1);");