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

lv.js « l10n - github.com/nextcloud/user_saml.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 12ea872810191a9390274e568c5cb964cc5e6d37 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
OC.L10N.register(
    "user_saml",
    {
    "Saved" : "Saglabāts",
    "X.509 certificate of the Service Provider" : "X.509 sertifikātu no pakalpojumu sniedzēja",
    "Private key of the Service Provider" : "Privātā atslēga no pakalpojumu sniedzēja",
    "SSO & SAML authentication" : "SSO & SAML autentifikācija",
    "Open documentation" : "Atvērt dokumentāciju",
    "Use built-in SAML authentication" : "Izmantot iebūvēto SAML autentifikācija",
    "Use environment variable" : "Izmantot vides mainīgo",
    "General" : "Vispārīgi",
    "Service Provider Data" : "Pakalpojumu sniedzēja dati",
    "If your Service Provider should use certificates you can optionally specify them here." : "Ja jūsu pakalpojumu sniedzējs izmanto sertifikātus, varat norādiet tos šeit.",
    "Identity Provider Data" : "Identitātes nodrošinātāja dati",
    "Configure your IdP settings here." : "Konfigurēt IdP iestatījumus šeit.",
    "Security settings" : "Drošības iestatījumi",
    "For increased security we recommend enabling the following settings if supported by your environment." : "Lai paaugstinātu drošību, iesakām iespējot šos iestatījumus, ja to atbalsta jūsu vidē.",
    "Signatures and encryption required" : "Paraksti un šifrēšana ir nepieciešama",
    "Download metadata XML" : "Lejupielādēt metadatu XML",
    "Metadata invalid" : "Nederīgi metadati",
    "Metadata valid" : "Derīgi metadati",
    "Error" : "Kļūda",
    "Account not provisioned." : "Konts nav nodrošināts.",
    "Your account is not provisioned, access to this service is thus not possible." : "Jūsu konts netiek nodrošināts, tādējādi piekļuve šim pakalpojumam nav iespējama."
},
"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);");