diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-06-28 10:01:28 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-06-28 10:01:28 -0400 |
commit | 6660be939d1452b8b2ac996837b55e8756598646 (patch) | |
tree | 5e010497ab1b317fb22e370cd2c668b28bd9c3ba /app/Locale/it_IT/translations.php | |
parent | 7b9733f67208a97fbf05d34ea449126794f781df (diff) |
Sync locales
Diffstat (limited to 'app/Locale/it_IT/translations.php')
-rw-r--r-- | app/Locale/it_IT/translations.php | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/app/Locale/it_IT/translations.php b/app/Locale/it_IT/translations.php index f870a162..e602208d 100644 --- a/app/Locale/it_IT/translations.php +++ b/app/Locale/it_IT/translations.php @@ -20,6 +20,15 @@ return array( 'Red' => 'Rosso', 'Orange' => 'Arancione', 'Grey' => 'Grigio', + // 'Brown' => '', + // 'Deep Orange' => '', + // 'Dark Grey' => '', + // 'Pink' => '', + // 'Teal' => '', + // 'Cyan' => '', + // 'Lime' => '', + // 'Light Green' => '', + // 'Amber' => '', 'Save' => 'Salvare', 'Login' => 'Entra', 'Official website:' => 'Sito web ufficiale:', @@ -31,7 +40,6 @@ return array( 'All users' => 'Tutti gli utenti', 'Username' => 'Nome utente', 'Password' => 'Password', - 'Default project' => 'Progetto predefinito', 'Administrator' => 'Amministratore', 'Sign in' => 'Iscriversi', 'Users' => 'Utenti', @@ -405,7 +413,6 @@ return array( // 'Username:' => '', 'Name:' => 'Nome:', // 'Email:' => '', - 'Default project:' => 'Progetto di default', 'Notifications:' => 'Notifiche:', 'Notifications' => 'Notifiche', 'Group:' => 'Gruppo', @@ -949,4 +956,6 @@ return array( // '<30m' => '', // 'Stop timer' => '', // 'Start timer' => '', + // 'Add project member' => '', + // 'Enable notifications' => '', ); |