diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-04-03 18:56:05 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-04-03 18:56:05 -0400 |
commit | a264a53e3b07d0669c1283d5c54c9b3919239449 (patch) | |
tree | 157b41ac99fe89874dabb0d4d7c25dac49f49430 /app/Locale | |
parent | 5631210fb7e96c636b1322d5e3c9e7fd07e13fee (diff) |
Rename action TaskAssignColor to TaskAssignColorColumn
Diffstat (limited to 'app/Locale')
-rw-r--r-- | app/Locale/da_DK/translations.php | 1 | ||||
-rw-r--r-- | app/Locale/de_DE/translations.php | 1 | ||||
-rw-r--r-- | app/Locale/es_ES/translations.php | 1 | ||||
-rw-r--r-- | app/Locale/fi_FI/translations.php | 1 | ||||
-rw-r--r-- | app/Locale/fr_FR/translations.php | 1 | ||||
-rw-r--r-- | app/Locale/hu_HU/translations.php | 1 | ||||
-rw-r--r-- | app/Locale/it_IT/translations.php | 1 | ||||
-rw-r--r-- | app/Locale/ja_JP/translations.php | 1 | ||||
-rw-r--r-- | app/Locale/nl_NL/translations.php | 1 | ||||
-rw-r--r-- | app/Locale/pl_PL/translations.php | 1 | ||||
-rw-r--r-- | app/Locale/pt_BR/translations.php | 1 | ||||
-rw-r--r-- | app/Locale/ru_RU/translations.php | 1 | ||||
-rw-r--r-- | app/Locale/sr_Latn_RS/translations.php | 1 | ||||
-rw-r--r-- | app/Locale/sv_SE/translations.php | 1 | ||||
-rw-r--r-- | app/Locale/th_TH/translations.php | 1 | ||||
-rw-r--r-- | app/Locale/tr_TR/translations.php | 1 | ||||
-rw-r--r-- | app/Locale/zh_CN/translations.php | 1 |
17 files changed, 17 insertions, 0 deletions
diff --git a/app/Locale/da_DK/translations.php b/app/Locale/da_DK/translations.php index 51397129..b8417071 100644 --- a/app/Locale/da_DK/translations.php +++ b/app/Locale/da_DK/translations.php @@ -845,4 +845,5 @@ return array( // 'Check my code' => '', // 'Secret key: ' => '', // 'Test your device' => '', + // 'Assign a color when the task is moved to a specific column' => '', ); diff --git a/app/Locale/de_DE/translations.php b/app/Locale/de_DE/translations.php index 82319766..12d5bda8 100644 --- a/app/Locale/de_DE/translations.php +++ b/app/Locale/de_DE/translations.php @@ -845,4 +845,5 @@ return array( // 'Check my code' => '', // 'Secret key: ' => '', // 'Test your device' => '', + // 'Assign a color when the task is moved to a specific column' => '', ); diff --git a/app/Locale/es_ES/translations.php b/app/Locale/es_ES/translations.php index 4fa07781..0ce50bce 100644 --- a/app/Locale/es_ES/translations.php +++ b/app/Locale/es_ES/translations.php @@ -845,4 +845,5 @@ return array( // 'Check my code' => '', // 'Secret key: ' => '', // 'Test your device' => '', + // 'Assign a color when the task is moved to a specific column' => '', ); diff --git a/app/Locale/fi_FI/translations.php b/app/Locale/fi_FI/translations.php index 239d5a51..9673c380 100644 --- a/app/Locale/fi_FI/translations.php +++ b/app/Locale/fi_FI/translations.php @@ -845,4 +845,5 @@ return array( // 'Check my code' => '', // 'Secret key: ' => '', // 'Test your device' => '', + // 'Assign a color when the task is moved to a specific column' => '', ); diff --git a/app/Locale/fr_FR/translations.php b/app/Locale/fr_FR/translations.php index 7cca5aa6..013e7739 100644 --- a/app/Locale/fr_FR/translations.php +++ b/app/Locale/fr_FR/translations.php @@ -847,4 +847,5 @@ return array( 'Check my code' => 'Vérifier mon code', 'Secret key: ' => 'Clé secrète : ', 'Test your device' => 'Testez votre appareil', + 'Assign a color when the task is moved to a specific column' => 'Assigner une couleur lorsque la tâche est déplacée dans une colonne spécifique', ); diff --git a/app/Locale/hu_HU/translations.php b/app/Locale/hu_HU/translations.php index af5c8cb7..50c09eef 100644 --- a/app/Locale/hu_HU/translations.php +++ b/app/Locale/hu_HU/translations.php @@ -845,4 +845,5 @@ return array( // 'Check my code' => '', // 'Secret key: ' => '', // 'Test your device' => '', + // 'Assign a color when the task is moved to a specific column' => '', ); diff --git a/app/Locale/it_IT/translations.php b/app/Locale/it_IT/translations.php index b4cdf9f0..8b9e2742 100644 --- a/app/Locale/it_IT/translations.php +++ b/app/Locale/it_IT/translations.php @@ -845,4 +845,5 @@ return array( // 'Check my code' => '', // 'Secret key: ' => '', // 'Test your device' => '', + // 'Assign a color when the task is moved to a specific column' => '', ); diff --git a/app/Locale/ja_JP/translations.php b/app/Locale/ja_JP/translations.php index ff563073..f1f8bff8 100644 --- a/app/Locale/ja_JP/translations.php +++ b/app/Locale/ja_JP/translations.php @@ -845,4 +845,5 @@ return array( // 'Check my code' => '', // 'Secret key: ' => '', // 'Test your device' => '', + // 'Assign a color when the task is moved to a specific column' => '', ); diff --git a/app/Locale/nl_NL/translations.php b/app/Locale/nl_NL/translations.php index eba573d2..55d1fd99 100644 --- a/app/Locale/nl_NL/translations.php +++ b/app/Locale/nl_NL/translations.php @@ -845,4 +845,5 @@ return array( // 'Check my code' => '', // 'Secret key: ' => '', // 'Test your device' => '', + // 'Assign a color when the task is moved to a specific column' => '', ); diff --git a/app/Locale/pl_PL/translations.php b/app/Locale/pl_PL/translations.php index bad64238..bf2364c0 100644 --- a/app/Locale/pl_PL/translations.php +++ b/app/Locale/pl_PL/translations.php @@ -845,4 +845,5 @@ return array( // 'Check my code' => '', // 'Secret key: ' => '', // 'Test your device' => '', + // 'Assign a color when the task is moved to a specific column' => '', ); diff --git a/app/Locale/pt_BR/translations.php b/app/Locale/pt_BR/translations.php index 787aa2d0..025aaa52 100644 --- a/app/Locale/pt_BR/translations.php +++ b/app/Locale/pt_BR/translations.php @@ -845,4 +845,5 @@ return array( // 'Check my code' => '', // 'Secret key: ' => '', // 'Test your device' => '', + // 'Assign a color when the task is moved to a specific column' => '', ); diff --git a/app/Locale/ru_RU/translations.php b/app/Locale/ru_RU/translations.php index bcf216cc..754af11a 100644 --- a/app/Locale/ru_RU/translations.php +++ b/app/Locale/ru_RU/translations.php @@ -845,4 +845,5 @@ return array( // 'Check my code' => '', // 'Secret key: ' => '', // 'Test your device' => '', + // 'Assign a color when the task is moved to a specific column' => '', ); diff --git a/app/Locale/sr_Latn_RS/translations.php b/app/Locale/sr_Latn_RS/translations.php index 0229a030..77460766 100644 --- a/app/Locale/sr_Latn_RS/translations.php +++ b/app/Locale/sr_Latn_RS/translations.php @@ -845,4 +845,5 @@ return array( // 'Check my code' => '', // 'Secret key: ' => '', // 'Test your device' => '', + // 'Assign a color when the task is moved to a specific column' => '', ); diff --git a/app/Locale/sv_SE/translations.php b/app/Locale/sv_SE/translations.php index 3e52818b..8ae8702f 100644 --- a/app/Locale/sv_SE/translations.php +++ b/app/Locale/sv_SE/translations.php @@ -845,4 +845,5 @@ return array( // 'Check my code' => '', // 'Secret key: ' => '', // 'Test your device' => '', + // 'Assign a color when the task is moved to a specific column' => '', ); diff --git a/app/Locale/th_TH/translations.php b/app/Locale/th_TH/translations.php index 400c0c26..c2be430b 100644 --- a/app/Locale/th_TH/translations.php +++ b/app/Locale/th_TH/translations.php @@ -845,4 +845,5 @@ return array( // 'Check my code' => '', // 'Secret key: ' => '', // 'Test your device' => '', + // 'Assign a color when the task is moved to a specific column' => '', ); diff --git a/app/Locale/tr_TR/translations.php b/app/Locale/tr_TR/translations.php index 0f8a2802..617e8269 100644 --- a/app/Locale/tr_TR/translations.php +++ b/app/Locale/tr_TR/translations.php @@ -845,4 +845,5 @@ return array( // 'Check my code' => '', // 'Secret key: ' => '', // 'Test your device' => '', + // 'Assign a color when the task is moved to a specific column' => '', ); diff --git a/app/Locale/zh_CN/translations.php b/app/Locale/zh_CN/translations.php index 5f3eacf0..e48dbe14 100644 --- a/app/Locale/zh_CN/translations.php +++ b/app/Locale/zh_CN/translations.php @@ -845,4 +845,5 @@ return array( // 'Check my code' => '', // 'Secret key: ' => '', // 'Test your device' => '', + // 'Assign a color when the task is moved to a specific column' => '', ); |