diff options
author | Colin Williams <github@crwilliams.co.uk> | 2015-06-19 17:59:12 +0100 |
---|---|---|
committer | Colin Williams <github@crwilliams.co.uk> | 2015-06-19 17:59:12 +0100 |
commit | 0826c1acdb6ae900d9ad3d277b13744a744ea34f (patch) | |
tree | 62ef83889ce9aa2df662e7712671f7f24d71c5e2 /app/Locale/it_IT/translations.php | |
parent | 9ba3daca66a0dc302aa4c2175f7ec814a5f8dca0 (diff) |
Fix translations with incorrect placeholders.
Diffstat (limited to 'app/Locale/it_IT/translations.php')
-rw-r--r-- | app/Locale/it_IT/translations.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app/Locale/it_IT/translations.php b/app/Locale/it_IT/translations.php index 09ae351d..a6ec5059 100644 --- a/app/Locale/it_IT/translations.php +++ b/app/Locale/it_IT/translations.php @@ -324,7 +324,7 @@ return array( 'Unable to remove this category.' => 'Non si può cancellare questa categoria.', 'Category modification for the project "%s"' => 'Modifica di categoria per il progetto "%s"', 'Category Name' => 'Nome di categoria', - 'Categories for the project "%s"' => 'Categorie per il progetto', + 'Categories for the project "%s"' => 'Categorie per il progetto "%s"', 'Add a new category' => 'Aggiungere una nuova categoria', 'Do you really want to remove this category: "%s"?' => 'Vuoi veramente cancellare questa categoria: "%s"?', 'Filter by category' => 'Filtrare attraverso categoria', @@ -496,8 +496,8 @@ return array( 'Default values are "%s"' => 'Valori di default "%s"', 'Default columns for new projects (Comma-separated)' => 'Colonne di default per i nuovi progetti (Separati da virgola)', 'Task assignee change' => 'Cambiare l\'assegnatario del compito', - '%s change the assignee of the task #%d to %s' => '% dai l\'assegnazione del compito #%d a %s', - '%s changed the assignee of the task %s to %s' => '%s ha cambiato l\'assegnatario del compito %', + '%s change the assignee of the task #%d to %s' => '%s dai l\'assegnazione del compito #%d a %s', + '%s changed the assignee of the task %s to %s' => '%s ha cambiato l\'assegnatario del compito %s a %s', 'Column Change' => 'Cambio di colonna', 'Position Change' => 'Posizione cambiata', 'Assignee Change' => 'Assegnatario cambiato', |