Add drag and drop to change swimlane positions
This commit is contained in:
@@ -72,7 +72,6 @@ return array(
|
||||
'Remove project' => 'Ta bort projekt',
|
||||
'Edit the board for "%s"' => 'Ändra tavlan för "%s"',
|
||||
'All projects' => 'Alla projekt',
|
||||
'Change columns' => 'Ändra kolumner',
|
||||
'Add a new column' => 'Lägg till ny kolumn',
|
||||
'Title' => 'Titel',
|
||||
'Nobody assigned' => 'Ingen tilldelad',
|
||||
@@ -208,8 +207,6 @@ return array(
|
||||
'Assign a color to a specific user' => 'Tilldela en färg till en specifik användare',
|
||||
'Column title' => 'Kolumnens titel',
|
||||
'Position' => 'Position',
|
||||
'Move Up' => 'Flytta upp',
|
||||
'Move Down' => 'Flytta ned',
|
||||
'Duplicate to another project' => 'Kopiera till ett annat projekt',
|
||||
'Duplicate' => 'Kopiera uppgiften',
|
||||
'link' => 'länk',
|
||||
@@ -501,7 +498,6 @@ return array(
|
||||
'Do you really want to remove this swimlane: "%s"?' => 'Vill du verkligen ta bort denna swimlane: "%s"?',
|
||||
'Inactive swimlanes' => 'Inaktiv swimlane',
|
||||
'Remove a swimlane' => 'Ta bort en swimlane',
|
||||
'Rename' => 'Byt namn',
|
||||
'Show default swimlane' => 'Visa standard swimlane',
|
||||
'Swimlane modification for the project "%s"' => 'Ändra swimlane för projektet "%s"',
|
||||
'Swimlane not found.' => 'Swimlane kunde inte hittas',
|
||||
@@ -509,7 +505,6 @@ return array(
|
||||
'Swimlanes' => 'Swimlanes',
|
||||
'Swimlane updated successfully.' => 'Swimlane uppdaterad',
|
||||
'The default swimlane have been updated successfully.' => 'Standardswimlane har uppdaterats',
|
||||
'Unable to create your swimlane.' => 'Kunde inte skapa din swimlane',
|
||||
'Unable to remove this swimlane.' => 'Kunde inte ta bort swimlane',
|
||||
'Unable to update this swimlane.' => 'Kunde inte uppdatera swimlane',
|
||||
'Your swimlane have been created successfully.' => 'Din swimlane har skapats',
|
||||
@@ -1152,4 +1147,5 @@ return array(
|
||||
// 'Last activity' => '',
|
||||
// 'Change subtask position' => '',
|
||||
// 'This value must be greater than %d' => '',
|
||||
// 'Another swimlane with the same name exists in the project' => '',
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user