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

es.js « l10n - github.com/nextcloud/orcid.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ed496cdb65ff91657902f1a21a6892eb30f7f0ed (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" : "Basada en user_orcid escrita por Lars Næsbye Christensen, DeIC",
    "ORCID API Credentials" : "Credenciales de la API de ORCID",
    "Redirect URL:" : "URL de redirección:",
    "Client ID" : "ID de cliente",
    "Client Secret" : "Secreto de cliente",
    "Store ORCID Credentials" : "Almacenar credenciales ORCID",
    "Your ORCID:" : "Tu ORCID:",
    "Connect to ORCID" : "Conectar a ORCID"
},
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");