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

es_419.js « l10n - github.com/nextcloud/twofactor_gateway.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 195e859dd761f4bc1072f467a9c5b1ca20ae4c53 (plain)
1
2
3
4
5
6
7
8
9
OC.L10N.register(
    "twofactor_gateway",
    {
    "%s is your Nextcloud authentication code" : "%s es su código de autenticación de Nextcloud",
    "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. Por favor inténtalo de nuevo más tarde o contacta al adminstrador. "
},
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");