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

fr.js « l10n - github.com/nextcloud/twofactor_totp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 000749a2b442b6d49fce09943a0dacdb4dff7a6b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
OC.L10N.register(
    "twofactor_totp",
    {
    "Enable TOTP" : "Activer les mots de passe à usage unique (TOTP)",
    "This is your new TOTP secret:" : "Votre nouveau secret TOTP est :",
    "Scan this QR code with your TOTP app" : "Scannez ce QR code avec votre application TOTP",
    "You enabled TOTP two-factor authentication for your account" : "Vous avez activé l'authentification à deux facteurs TOTP  pour votre compte",
    "You disabled TOTP two-factor authentication for your account" : "Vous avez désactivé l'authentification à deux facteurs TOTP  pour votre compte",
    "TOTP (Google Authenticator)" : "TOTP (Google Authenticator)",
    "Authenticate with a TOTP app" : "Authentification avec votre application TOTP",
    "Authentication code" : "Code d'authentification",
    "Get the authentication code from the two-factor authentication app on your device." : "Saisissez le code d'authentification de l'application d'authentification à deux facteurs sur votre appareil.",
    "TOTP second-factor auth" : "Deuxième facteur d'authentification du mot de passe temporaire à usage unique"
},
"nplurals=2; plural=(n > 1);");