Change links in event templates
This commit is contained in:
@@ -469,18 +469,18 @@ return array(
|
||||
'Unable to change the password.' => 'Kunde inte byta lösenord.',
|
||||
'Change category for the task "%s"' => 'Byt kategori för uppgiften "%s"',
|
||||
'Change category' => 'Byt kategori',
|
||||
'%s updated the task <a href="?controller=task&action=show&task_id=%d">#%d</a>' => '%s uppdaterade uppgiften <a href="?controller=task&action=show&task_id=%d">#%d</a>',
|
||||
'%s open the task <a href="?controller=task&action=show&task_id=%d">#%d</a>' => '%s öppna uppgiften <a href="?controller=task&action=show&task_id=%d">#%d</a>',
|
||||
'%s moved the task <a href="?controller=task&action=show&task_id=%d">#%d</a> to the position #%d in the column "%s"' => '%s flyttade uppgiften <a href="?controller=task&action=show&task_id=%d">#%d</a> till positionen #%d i kolumnen "%s"',
|
||||
'%s moved the task <a href="?controller=task&action=show&task_id=%d">#%d</a> to the column "%s"' => '%s flyttade uppgiften <a href="?controller=task&action=show&task_id=%d">#%d</a> till kolumnen "%s"',
|
||||
'%s created the task <a href="?controller=task&action=show&task_id=%d">#%d</a>' => '%s skapade uppgiften <a href="?controller=task&action=show&task_id=%d">#%d</a>',
|
||||
'%s closed the task <a href="?controller=task&action=show&task_id=%d">#%d</a>' => '%s stängde uppgiften <a href="?controller=task&action=show&task_id=%d">#%d</a>',
|
||||
'%s created a subtask for the task <a href="?controller=task&action=show&task_id=%d">#%d</a>' => '%s skapade en deluppgift för uppgiften <a href="?controller=task&action=show&task_id=%d">#%d</a>',
|
||||
'%s updated a subtask for the task <a href="?controller=task&action=show&task_id=%d">#%d</a>' => '%s uppdaterade en deluppgift för uppgiften <a href="?controller=task&action=show&task_id=%d">#%d</a>',
|
||||
'%s updated the task %s' => '%s uppdaterade uppgiften %s',
|
||||
'%s opened the task %s' => '%s öppna uppgiften %s',
|
||||
'%s moved the task %s to the position #%d in the column "%s"' => '%s flyttade uppgiften %s till positionen #%d i kolumnen "%s"',
|
||||
'%s moved the task %s to the column "%s"' => '%s flyttade uppgiften %s till kolumnen "%s"',
|
||||
'%s created the task %s' => '%s skapade uppgiften %s',
|
||||
'%s closed the task %s' => '%s stängde uppgiften %s',
|
||||
'%s created a subtask for the task %s' => '%s skapade en deluppgift för uppgiften %s',
|
||||
'%s updated a subtask for the task %s' => '%s uppdaterade en deluppgift för uppgiften %s',
|
||||
'Assigned to %s with an estimate of %s/%sh' => 'Tilldelades %s med en uppskattning på %s/%sh',
|
||||
'Not assigned, estimate of %sh' => 'Inte tilldelade, uppskattat %sh',
|
||||
'%s updated a comment on the task <a href="?controller=task&action=show&task_id=%d">#%d</a>' => '%s uppdaterade en kommentar till uppgiften <a href="?controller=task&action=show&task_id=%d">#%d</a>',
|
||||
'%s commented the task <a href="?controller=task&action=show&task_id=%d">#%d</a>' => '%s kommenterade uppgiften <a href="?controller=task&action=show&task_id=%d">#%d</a>',
|
||||
'%s updated a comment on the task %s' => '%s uppdaterade en kommentar till uppgiften %s',
|
||||
'%s commented the task %s' => '%s kommenterade uppgiften %s',
|
||||
'%s\'s activity' => '%s\'s aktivitet',
|
||||
'No activity.' => 'Ingen aktivitet.',
|
||||
'RSS feed' => 'RSS flöde',
|
||||
@@ -499,7 +499,7 @@ return array(
|
||||
'Default columns for new projects (Comma-separated)' => 'Standardkolumner för nya projekt (kommaseparerade)',
|
||||
'Task assignee change' => 'Ändra tilldelning av uppgiften',
|
||||
'%s change the assignee of the task #%d to %s' => '%s byt tilldelning av uppgiften #%d till %s',
|
||||
'%s change the assignee of the task <a href="?controller=task&action=show&task_id=%d">#%d</a> to %s' => '%s byt tilldelning av uppgiften <a href="?controller=task&action=show&task_id=%d">#%d</a> till %s',
|
||||
'%s changed the assignee of the task %s to %s' => '%s byt tilldelning av uppgiften %s till %s',
|
||||
'[%s][Column Change] %s (#%d)' => '[%s][Byt kolumn] %s (#%d)',
|
||||
'[%s][Position Change] %s (#%d)' => '[%s][Byt position] %s (#%d)',
|
||||
'[%s][Assignee Change] %s (#%d)' => '[%s][Byt tilldelning] %s (#%d)',
|
||||
|
||||
Reference in New Issue
Block a user