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

es_AR.js « l10n - github.com/nextcloud/twofactor_gateway.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a63d9d9ebce54c1224fd390dd94bdc778135e0f2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
OC.L10N.register(
    "twofactor_sms",
    {
    "SMS verification" : "Verificación por SMS",
    "Send an authentication code via SMS" : "Enviar un código de autenticación por SMS",
    "%s is your Nextcloud authentication code" : "%s es su código de autenticación Nextcloud",
    "Two Factor SMS Provider" : "Proveedor de SMS de Dos-Factores",
    "Authentication code" : "Código de autenticación",
    "An access code has been sent to %s" : "Un código de acceso ha sido enviado a %s",
    "Error while sending the Message. Please try again later or contact the administrator." : "Se presentó un error al enviar el Mensaje. Favor de intentarlo de nuevo más tarde o contacte al adminsitrador. "
},
"nplurals=2; plural=(n != 1);");