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

es_MX.js « l10n - github.com/nextcloud/twofactor_totp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ce062d539c7421ba6da0993254320ce82901e24e (plain)
1
2
3
4
5
6
7
8
OC.L10N.register(
    "twofactor_totp",
    {
    "Enable TOTP" : "Habilitar TOTP",
    "Authenticate with a TOTP app" : "Autenticar con una aplicación TOTP",
    "Authentication code" : "Código de autenticación"
},
"nplurals=2; plural=(n != 1);");