summaryrefslogtreecommitdiff
path: root/app/Locale/nb_NO
diff options
context:
space:
mode:
authorFrédéric Guillot <fred@kanboard.net>2019-02-08 13:53:13 -0800
committerFrédéric Guillot <fred@kanboard.net>2019-02-08 13:53:13 -0800
commit029538846181309e9135a17f893e874b2e90f72b (patch)
treeb6e19516836c67d35a0ec842d321a7c9213d5952 /app/Locale/nb_NO
parentba5878e7869655feda1983967ba80e7c2e811676 (diff)
Add new actions to reorder tasks by column
Diffstat (limited to 'app/Locale/nb_NO')
-rw-r--r--app/Locale/nb_NO/translations.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/app/Locale/nb_NO/translations.php b/app/Locale/nb_NO/translations.php
index e063b993..9bda0ae1 100644
--- a/app/Locale/nb_NO/translations.php
+++ b/app/Locale/nb_NO/translations.php
@@ -1392,4 +1392,10 @@ return array(
// 'Destination swimlane' => '',
// 'Assign a category when the task is moved to a specific swimlane' => '',
// 'Move the task to another swimlane when the category is changed' => '',
+ // 'Reorder this column by priority (ASC)' => '',
+ // 'Reorder this column by priority (DESC)' => '',
+ // 'Reorder this column by assignee and priority (ASC)' => '',
+ // 'Reorder this column by assignee and priority (DESC)' => '',
+ // 'Reorder this column by assignee (A-Z)' => '',
+ // 'Reorder this column by assignee (Z-A)' => '',
);