Fix placeholder issue in nb_NO translation
This commit is contained in:
parent
d561998f8a
commit
63426c5374
|
|
@ -437,7 +437,7 @@ return array(
|
|||
'%s moved the task %s to the position #%d in the column "%s"' => '%s flyttet oppgaven %s til posisjonen #%d i kolonnen "%s"',
|
||||
'%s moved the task %s to the column "%s"' => '%s flyttet oppgaven %s til kolonnen "%s"',
|
||||
'%s created the task %s' => '%s opprettet oppgaven %s',
|
||||
'%s closed the task %s' => '%s lukket oppgaven',
|
||||
'%s closed the task %s' => '%s lukket oppgaven %s',
|
||||
'%s created a subtask for the task %s' => '%s opprettet en deloppgave for oppgaven %s',
|
||||
'%s updated a subtask for the task %s' => '%s oppdaterte en deloppgave for oppgaven %s',
|
||||
'Assigned to %s with an estimate of %s/%sh' => 'Tildelt til %s med et estimat på %s/%sh',
|
||||
|
|
@ -937,7 +937,7 @@ return array(
|
|||
// 'The field "%s" have been updated' => '',
|
||||
// 'The description have been modified' => '',
|
||||
// 'Do you really want to close the task "%s" as well as all subtasks?' => '',
|
||||
'Swimlane: %s' => 'Svømmebane',
|
||||
'Swimlane: %s' => 'Svømmebane: %s',
|
||||
'Project calendar' => 'Prosjektkalender',
|
||||
'I want to receive notifications for:' => 'Jeg vil motta varslinger om:',
|
||||
'All tasks' => 'Alle oppgaver',
|
||||
|
|
|
|||
Loading…
Reference in New Issue