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: e036d522b14bb752680a50cbbd0963bb89f17c95 (plain)
1
2
3
4
5
6
7
8
9
10
OC.L10N.register(
    "twofactor_sms",
    {
    "SMS verification" : "SMS ellenőrzés",
    "%s is your Nextcloud authentication code" : "%s a Nextcloud hitelesítő kódod",
    "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);");