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

cs.js « l10n - github.com/nextcloud/orcid.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 98b33028ebf204d9b636237d88ad9d38eab3cd88 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
OC.L10N.register(
    "orcid",
    {
    "ORCID" : "ORCID identifikátor",
    "Authenticate with ORCID" : "Ověřit totožnost pomocí ORCID",
    "based on user_orcid written by Lars Næsbye Christensen, DeIC" : "založeno na user_orcid, které vytvořil Lars Næsbye Christensen, DeIC",
    "ORCID API Credentials" : "Přihlašovací údaje pro aplikační program. rozhraní (API) služby ORCID",
    "Redirect URL:" : "URL adresa přesměrování:",
    "Client ID" : "Identifikátor klienta",
    "Client Secret" : "Soukromé heslo klienta",
    "Store ORCID Credentials" : "Ukládat ORCID přihlašovací údaje",
    "Your ORCID:" : "Váš ORC identifikátor:",
    "Connect to ORCID" : "Připojit k ORCID"
},
"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;");