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

da.js « l10n - github.com/nextcloud/orcid.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4b08b2a55b37494cf1cdf82adfe789ed2e3588c5 (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" : "Autentificer med ORCID",
    "based on user_orcid written by Lars Næsbye Christensen, DeIC" : "baseret på user_orcid skrevet af Lars Næsbye Christensen, DeIC",
    "ORCID API Credentials" : "ORCID API Credentials",
    "Redirect URL:" : "Omdirigerings-URL:",
    "Client ID" : "Klient-ID",
    "Client Secret" : "Klient-Secret",
    "Store ORCID Credentials" : "Gem ORCID Credentials",
    "Your ORCID:" : "Din ORCID:",
    "Connect to ORCID" : "Forbind til ORCID"
},
"nplurals=2; plural=(n != 1);");