Add drag and drop to change swimlane positions
This commit is contained in:
@@ -72,7 +72,6 @@ return array(
|
||||
'Remove project' => 'Cancella il progetto',
|
||||
'Edit the board for "%s"' => 'Modifica la bacheca per "%s"',
|
||||
'All projects' => 'Tutti i progetti',
|
||||
'Change columns' => 'Cambia le colonne',
|
||||
'Add a new column' => 'Aggiungi una nuova colonna',
|
||||
'Title' => 'Titolo',
|
||||
'Nobody assigned' => 'Nessuno assegnato',
|
||||
@@ -208,8 +207,6 @@ return array(
|
||||
'Assign a color to a specific user' => 'Assegna un colore ad un utente specifico',
|
||||
'Column title' => 'Titolo della colonna',
|
||||
'Position' => 'Posizione',
|
||||
'Move Up' => 'Sposta in alto',
|
||||
'Move Down' => 'Sposta in basso',
|
||||
'Duplicate to another project' => 'Duplica in un altro progetto',
|
||||
'Duplicate' => 'Duplica',
|
||||
'link' => 'relazione',
|
||||
@@ -501,7 +498,6 @@ return array(
|
||||
'Do you really want to remove this swimlane: "%s"?' => 'Vuoi davvero rimuovere la seguente corsia: "%s"?',
|
||||
'Inactive swimlanes' => 'Corsie inattive',
|
||||
'Remove a swimlane' => 'Rimuovi una corsia',
|
||||
'Rename' => 'Rinomina',
|
||||
'Show default swimlane' => 'Mostra la corsia predefinita',
|
||||
'Swimlane modification for the project "%s"' => 'Modifica corsia per il progetto "%s"',
|
||||
'Swimlane not found.' => 'Corsia non trovata.',
|
||||
@@ -509,7 +505,6 @@ return array(
|
||||
'Swimlanes' => 'Corsie',
|
||||
'Swimlane updated successfully.' => 'Corsia aggiornata con successo.',
|
||||
'The default swimlane have been updated successfully.' => 'La corsia predefinita è stata aggiornata con successo.',
|
||||
'Unable to create your swimlane.' => 'Impossibile creare la corsia.',
|
||||
'Unable to remove this swimlane.' => 'Impossibile rimuovere questa corsia.',
|
||||
'Unable to update this swimlane.' => 'Impossibile aggiornare questa corsia.',
|
||||
'Your swimlane have been created successfully.' => 'La tua corsia è stata creata con successo',
|
||||
@@ -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