diff options
author | Frédéric Guillot <fred@kanboard.net> | 2014-09-17 17:32:01 +0200 |
---|---|---|
committer | Frédéric Guillot <fred@kanboard.net> | 2014-09-17 17:32:01 +0200 |
commit | 210f6c8182585af0448fac49fa6d017c113db33b (patch) | |
tree | 42a6bf7034833454c8a60feb8597545c7f5a5227 /app/Locales/it_IT/translations.php | |
parent | a5b90a9404b2cfcf6187016bebd01da81ea0b043 (diff) |
Improve labels in change password interface (pull-request #270)
Diffstat (limited to 'app/Locales/it_IT/translations.php')
-rw-r--r-- | app/Locales/it_IT/translations.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/app/Locales/it_IT/translations.php b/app/Locales/it_IT/translations.php index 1984d059..88ccdeb4 100644 --- a/app/Locales/it_IT/translations.php +++ b/app/Locales/it_IT/translations.php @@ -496,4 +496,11 @@ return array( // 'Activity' => '', // 'Default values are "%s"' => '', // 'Default columns for new projects (Comma-separated)' => '', + // 'Task assignee change' => '', + // '%s change the assignee of the task #%d' => '', + // '%s change the assignee of the task <a href="?controller=task&action=show&task_id=%d">#%d</a>' => '', + // '[%s][Column Change] %s (#%d)' => '', + // '[%s][Position Change] %s (#%d)' => '', + // '[%s][Assignee Change] %s (#%d)' => '', + // 'New password for the user "%s"' => '', ); |