diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-03-31 22:48:14 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-03-31 22:48:14 -0400 |
commit | abeeba71672a711dab98194bb8ae751ee95e3385 (patch) | |
tree | 26838682b1ab13611b9697d1b8900122409dbf47 /app/Locale/fi_FI | |
parent | 5d393ed9962ebe18a162cb09b08eaea9359df2cc (diff) |
Add two factor authentication
Diffstat (limited to 'app/Locale/fi_FI')
-rw-r--r-- | app/Locale/fi_FI/translations.php | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/app/Locale/fi_FI/translations.php b/app/Locale/fi_FI/translations.php index 842086bb..239d5a51 100644 --- a/app/Locale/fi_FI/translations.php +++ b/app/Locale/fi_FI/translations.php @@ -834,4 +834,15 @@ return array( // 'Help on Hipchat integration' => '', // 'Enable Gravatar images' => '', // 'Information' => '', + // 'Check two factor authentication code' => '', + // 'The two factor authentication code is not valid.' => '', + // 'The two factor authentication code is valid.' => '', + // 'Code' => '', + // 'Two factor authentication' => '', + // 'Enable/disable two factor authentication' => '', + // 'This QR Ccde contains the key URI: ' => '', + // 'Save the secret key in your TOTP software (by example Google Authenticator or FreeOTP).' => '', + // 'Check my code' => '', + // 'Secret key: ' => '', + // 'Test your device' => '', ); |