Sync locales
This commit is contained in:
@@ -8,7 +8,6 @@ return array(
|
||||
'Edit' => 'Rediger',
|
||||
'remove' => 'fjern',
|
||||
'Remove' => 'Fjern',
|
||||
'Update' => 'Oppdater',
|
||||
'Yes' => 'Ja',
|
||||
'No' => 'Nei',
|
||||
'cancel' => 'avbryt',
|
||||
@@ -60,7 +59,6 @@ return array(
|
||||
'Actions' => 'Handlinger',
|
||||
'Inactive' => 'Inaktiv',
|
||||
'Active' => 'Aktiv',
|
||||
'Add this column' => 'Legg til denne kolonnen',
|
||||
'%d tasks on the board' => '%d Oppgaver på hovedsiden',
|
||||
'%d tasks in total' => '%d Oppgaver i alt',
|
||||
'Unable to update this board.' => 'Ikke mulig at oppdatere hovedsiden',
|
||||
@@ -184,7 +182,6 @@ return array(
|
||||
'Unable to remove this action.' => 'Handlingen kunne ikke fjernes.',
|
||||
'Action removed successfully.' => 'Handlingen er fjernet.',
|
||||
'Automatic actions for the project "%s"' => 'Automatiske handlinger for prosjektet "%s"',
|
||||
'Defined actions' => 'Definerte handlinger',
|
||||
'Add an action' => 'Legg til en handling',
|
||||
'Event name' => 'Hendelsehet',
|
||||
'Action name' => 'Handling',
|
||||
@@ -194,7 +191,6 @@ return array(
|
||||
'When the selected event occurs execute the corresponding action.' => 'Når den valgte hendelsen oppstår, utfør tilsvarende handling.',
|
||||
'Next step' => 'Neste',
|
||||
'Define action parameters' => 'Definer handlingsparametre',
|
||||
'Save this action' => 'Lagre handlingen',
|
||||
'Do you really want to remove this action: "%s"?' => 'Vil du slette denne handlingen: "%s"?',
|
||||
'Remove an automatic action' => 'Fjern en automatisk handling',
|
||||
'Assign the task to a specific user' => 'Tildel oppgaven til en bestemt bruker',
|
||||
@@ -1148,4 +1144,11 @@ return array(
|
||||
// 'This value must be greater than %d' => '',
|
||||
// 'Another swimlane with the same name exists in the project' => '',
|
||||
// 'Example: http://example.kanboard.net/ (used to generate absolute URLs)' => '',
|
||||
// 'Actions duplicated successfully.' => '',
|
||||
// 'Unable to duplicate actions.' => '',
|
||||
// 'Add a new action' => '',
|
||||
// 'Import from another project' => '',
|
||||
// 'There is no action at the moment.' => '',
|
||||
// 'Import actions from another project' => '',
|
||||
// 'There is no available project.' => '',
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user