diff options
author | Frédéric Guillot <fred@kanboard.net> | 2014-08-30 22:35:50 -0800 |
---|---|---|
committer | Frédéric Guillot <fred@kanboard.net> | 2014-08-30 22:35:50 -0800 |
commit | 7e44dee903015399e221cdda52e540e75c2484f5 (patch) | |
tree | 48ddc68daa00b857bde78be9b6bd5ef5dbf36e5d /app/Locales/zh_CN/translations.php | |
parent | 9e36f84fbc672e8d63a189c6c6365a6eca97f718 (diff) |
Move a task to another project
Diffstat (limited to 'app/Locales/zh_CN/translations.php')
-rw-r--r-- | app/Locales/zh_CN/translations.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/Locales/zh_CN/translations.php b/app/Locales/zh_CN/translations.php index 31addc37..97005794 100644 --- a/app/Locales/zh_CN/translations.php +++ b/app/Locales/zh_CN/translations.php @@ -434,4 +434,6 @@ return array( // 'Do you really want to duplicate this project: "%s"?' => '', // 'Do you really want to enable this project: "%s"?' => '', // 'Project activation' => '', + // 'Move the task to another project' => '', + // 'Move to another project' => '', ); |