diff options
Diffstat (limited to 'app/Locale/it_IT/translations.php')
-rw-r--r-- | app/Locale/it_IT/translations.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Locale/it_IT/translations.php b/app/Locale/it_IT/translations.php index d2879fb0..aa842c36 100644 --- a/app/Locale/it_IT/translations.php +++ b/app/Locale/it_IT/translations.php @@ -124,7 +124,6 @@ return array( 'The id is required' => 'Si richiede l\'identificatore', 'The project id is required' => 'Si richiede l\'identificatore del progetto', 'The project name is required' => 'Si richiede il nome del progetto', - 'This project must be unique' => 'Il nome del progetto deve essere unico', 'The title is required' => 'Si richiede un titolo', 'Settings saved successfully.' => 'Impostazioni salvate correttamente.', 'Unable to save your settings.' => 'Non si possono salvare le impostazioni.', @@ -1065,4 +1064,5 @@ return array( // 'Usernames must be lowercase and unique' => '', // 'Passwords will be encrypted if present' => '', // '%s attached a new file to the task %s' => '', + // 'Assign automatically a category based on a link' => '', ); |