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

it.js « l10n - github.com/nextcloud/orcid.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d817cd5f426397b05b631b11fe249a2e3c6e9610 (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" : "Autenticati con ORCID",
    "based on user_orcid written by Lars Næsbye Christensen, DeIC" : "basata su user_orcid scritta da Lars Næsbye Christensen, DeIC",
    "ORCID API Credentials" : "Credenziali API ORCID",
    "Redirect URL:" : "URI di redirezione",
    "Client ID" : "ID client",
    "Client Secret" : "Segreto del client",
    "Store ORCID Credentials" : "Memorizza le credenziali di ORCID",
    "Your ORCID:" : "Il tuo ORCID",
    "Connect to ORCID" : "Collegati a ORCID"
},
"nplurals=2; plural=(n != 1);");