diff options
author | Frederic Guillot <fred@kanboard.net> | 2016-10-07 08:45:18 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2016-10-07 08:45:18 -0400 |
commit | 096b000c59842d0d2995ce66b84f9ca87370473f (patch) | |
tree | 4dcc1eb4473626b6390a5d4b9002d43c92e8e015 /app/Locale/pt_PT/translations.php | |
parent | 4cc856344f0105fe893c384eeec6b14036321651 (diff) |
Add restriction to disable task drag and drop for a project
Diffstat (limited to 'app/Locale/pt_PT/translations.php')
-rw-r--r-- | app/Locale/pt_PT/translations.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/Locale/pt_PT/translations.php b/app/Locale/pt_PT/translations.php index 707ed694..655285b9 100644 --- a/app/Locale/pt_PT/translations.php +++ b/app/Locale/pt_PT/translations.php @@ -1275,4 +1275,5 @@ return array( 'Do you really want to remove this project restriction: "%s"?' => 'Tem a certeza que quer remover a restrição de projeto: "%s"?', 'Duplicate to multiple projects' => 'Duplicar para vários projetos', 'This field is required' => 'Este campo é obrigatório', + // 'Moving a task is not permitted' => '', ); |