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

hu.js « l10n - github.com/nextcloud/twofactor_gateway.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e4a85175e787dad39742f4c7274f304e6be96e86 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
OC.L10N.register(
    "twofactor_sms",
    {
    "SMS verification" : "SMS ellenőrzés",
    "Send an authentication code via SMS" : "Hitelesítő kód küldése SMS-ben",
    "%s is your Nextcloud authentication code" : "%s a Nextcloud hitelesítő kódod",
    "Two Factor SMS Provider" : "Kétfaktoros SMS szolgáltató",
    "Authentication code" : "Hitelesítő kód",
    "An access code has been sent to %s" : "Egy hozzáférési kód el lett küldve ide: %s",
    "Error while sending the Message. Please try again later or contact the administrator." : "Hiba az üzenet küldése közben. Kérlek próbáld újra később vagy lépj kapcsolatba a rendszergazdával."
},
"nplurals=2; plural=(n != 1);");