diff options
author | Frederic Guillot <fred@kanboard.net> | 2016-01-05 20:37:18 -0500 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2016-01-05 20:37:18 -0500 |
commit | cd4af3f49fdf47cd8832092fb9ae6e71d1d0653f (patch) | |
tree | 3e8f9f2f65443f6f925d914ade24b3200a5e5395 /app/Locale/it_IT | |
parent | 36d4cea9866d605fd8685876378988c10a32e82d (diff) |
Sync locales
Diffstat (limited to 'app/Locale/it_IT')
-rw-r--r-- | app/Locale/it_IT/translations.php | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/app/Locale/it_IT/translations.php b/app/Locale/it_IT/translations.php index 2176aa5d..67e49263 100644 --- a/app/Locale/it_IT/translations.php +++ b/app/Locale/it_IT/translations.php @@ -688,9 +688,7 @@ return array( 'The two factor authentication code is valid.' => 'Il codice di autenticazione a due fattori รจ valido', 'Code' => 'Codice', 'Two factor authentication' => 'Autenticazione a due fattori', - 'Enable/disable two factor authentication' => 'Abilita/disabilita autenticazione a due fattori', 'This QR code contains the key URI: ' => 'Questo QR code contiene l\'URI: ', - 'Save the secret key in your TOTP software (by example Google Authenticator or FreeOTP).' => 'Salva la chiave privata nel tuo software TOTP (per esempio Google Authenticator oppure FreeOTP).', 'Check my code' => 'Controlla il mio codice', 'Secret key: ' => 'Chiave privata:', 'Test your device' => 'Testa il tuo dispositivo', @@ -1116,4 +1114,8 @@ return array( // 'RUB - Russian Ruble' => '', // 'Assign the task to the person who does the action when the column is changed' => '', // 'Close a task in a specific column' => '', + // 'Time-based One-time Password Algorithm' => '', + // 'Two-Factor Provider: ' => '', + // 'Disable two-factor authentication' => '', + // 'Enable two-factor authentication' => '', ); |