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

ca.js « l10n - github.com/nextcloud/twofactor_gateway.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c12cef20ded2cb5ea7da7ce167c324895a69bd66 (plain)
1
2
3
4
5
6
7
8
OC.L10N.register(
    "twofactor_sms",
    {
    "SMS verification" : "Verificació per SMS",
    "%s is your Nextcloud authentication code" : "%s es el teu codi d'Autenticació de Nextcloud",
    "Authentication code" : "Code d'autenticació"
},
"nplurals=2; plural=(n != 1);");