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

fr.js « l10n - github.com/nextcloud/twofactor_gateway.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b71a02596dc5a661c9cc61919fa185249064294f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
OC.L10N.register(
    "twofactor_sms",
    {
    "SMS verification" : "Vérification SMS",
    "Send an authentication code via SMS" : "Envoyer un code d'authentification par SMS",
    "%s is your Nextcloud authentication code" : "Votre code d'authentification Nextcloud est %s",
    "Two Factor SMS Provider" : "Fournisseur de SMS pour l'authentification en deux étapes",
    "Authentication code" : "Code d'authentification",
    "An access code has been sent to %s" : "Un code d'accès a été envoyé à %s",
    "Error while sending the Message. Please try again later or contact the administrator." : "Erreur lors de l'envoi du message. Veuillez réessayer plus tard ou contacter l'administrateur."
},
"nplurals=2; plural=(n > 1);");