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

hr.js « l10n - github.com/nextcloud/twofactor_gateway.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: cd9a475d228190ca3875d5561ea64da24902b892 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
OC.L10N.register(
    "twofactor_gateway",
    {
    "%s is your Nextcloud authentication code" : "%s je vaša šifra za autentifikaciju u Nextcloud",
    "Signal verification" : "Provjera signala",
    "Authenticate via Signal" : "Autentifikacija putem signala",
    "Message gateway verification" : "Provjera pristupnog poslužitelja za poruke",
    "Authenticate via SMS" : "Autentifikacija putem SMS poruka",
    "Telegram verification" : "Provjera Telegrama",
    "Authenticate via Telegram" : "Autentificiraj se putem Telegrama",
    "Two-Factor Gateway" : "Dvofaktorski pristupni poslužitelj",
    "Two-factor gateway providers (SMS, Telegram, Signal)" : "Davatelji usluge dvofaktorskog pristupnog poslužitelja (SMS, Telegram, Signal)",
    "A set of Nextcloud two-factor providers to send authentication codes via Signal, SMS and Telegram." : "Skup davatelja usluge dvofaktorskog pristupa Nextcloudu slanjem šifri za autentifikaciju putem Signala, SMS poruka i Telegrama.",
    "Authentication code" : "Šifra za autentifikaciju",
    "An access code has been sent to %s" : "Pristupna šifra poslana je %s",
    "Error while sending the Message. Please try again later or contact the administrator." : "Pogreška tijekom slanja poruke. Pokušajte ponovo kasnije ili se obratite administratoru.",
    "Your phone number has changed and had not been re-verified. Use a different two-factor mechanism or contact your admin." : "Vaš se telefonski broj promijenio i nije ponovno potvrđen. Upotrijebite drugi dvofaktorski mehanizam ili se obratite svom administratoru."
},
"nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;");