diff options
Diffstat (limited to 'app/Locales/it_IT')
-rw-r--r-- | app/Locales/it_IT/translations.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/Locales/it_IT/translations.php b/app/Locales/it_IT/translations.php index 5834faf2..43613e4d 100644 --- a/app/Locales/it_IT/translations.php +++ b/app/Locales/it_IT/translations.php @@ -494,4 +494,6 @@ return array( // '%s moved the task #%d to the column "%s"' => '', // '%s moved the task #%d to the position %d in the column "%s"' => '', // 'Activity' => '', + // 'Default values are "%s"' => '', + // 'Default columns for new projects (Comma-separated)' => '', ); |