Add drag and drop to change swimlane positions
This commit is contained in:
@@ -72,7 +72,6 @@ return array(
|
||||
'Remove project' => 'Ukloni projekat',
|
||||
'Edit the board for "%s"' => 'Uredi tablu za "%s"',
|
||||
'All projects' => 'Svi projekti',
|
||||
'Change columns' => 'Zamijeni kolonu',
|
||||
'Add a new column' => 'Dodaj novu kolonu',
|
||||
'Title' => 'Naslov',
|
||||
'Nobody assigned' => 'Niko nije dodijeljen',
|
||||
@@ -208,8 +207,6 @@ return array(
|
||||
'Assign a color to a specific user' => 'Dodeli boju korisniku',
|
||||
'Column title' => 'Naslov kolone',
|
||||
'Position' => 'Pozicija',
|
||||
'Move Up' => 'Podigni',
|
||||
'Move Down' => 'Spusti',
|
||||
'Duplicate to another project' => 'Dupliciraj u drugi projekat',
|
||||
'Duplicate' => 'Dupliciraj',
|
||||
'link' => 'link',
|
||||
@@ -501,7 +498,6 @@ return array(
|
||||
'Do you really want to remove this swimlane: "%s"?' => 'Da li zaista želiš ukloniti ovu swimline traku: "%s"?',
|
||||
'Inactive swimlanes' => 'Neaktivne swimline trake',
|
||||
'Remove a swimlane' => 'Ukloni swimline traku',
|
||||
'Rename' => 'Preimenuj',
|
||||
'Show default swimlane' => 'Prikaži podrazumijevanu swimline traku',
|
||||
'Swimlane modification for the project "%s"' => 'Izmjene swimline trake za projekat "%s"',
|
||||
'Swimlane not found.' => 'Swimline traka nije pronađena.',
|
||||
@@ -509,7 +505,6 @@ return array(
|
||||
'Swimlanes' => 'Swimline trake',
|
||||
'Swimlane updated successfully.' => 'Swimline traka uspjeno ažurirana.',
|
||||
'The default swimlane have been updated successfully.' => 'Podrazumijevana swimline traka uspješno ažurirana.',
|
||||
'Unable to create your swimlane.' => 'Nemoguće kreirati swimline traku.',
|
||||
'Unable to remove this swimlane.' => 'Nemoguće ukloniti swimline traku.',
|
||||
'Unable to update this swimlane.' => 'Nemoguće ažurirati swimline traku.',
|
||||
'Your swimlane have been created successfully.' => 'Swimline traka je uspješno kreirana.',
|
||||
@@ -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