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

eu.js « l10n - github.com/nextcloud/twofactor_gateway.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 30b80fa77e2057529f26effa1da58b3bad11f5de (plain)
1
2
3
4
5
6
7
8
9
10
11
12
OC.L10N.register(
    "twofactor_sms",
    {
    "SMS verification" : "SMS egiaztapena",
    "Send an authentication code via SMS" : "SMS bidez autentikazio kodea bidali",
    "%s is your Nextcloud authentication code" : "Zure Nextcloud autentikazio kodea %s da.",
    "Two Factor SMS Provider" : "Bi faktoreetako SMS hornitzailea",
    "Authentication code" : "Autentikazio kodea",
    "An access code has been sent to %s" : "Sarbide kodea %s-ra bidali da.",
    "Error while sending the Message. Please try again later or contact the administrator." : "Mezua bidaltzean errorea egon da. Saia zaitez berriz mesedez, edo administratzailearekin kontaktuan jar zaitez"
},
"nplurals=2; plural=(n != 1);");