diff options
Diffstat (limited to 'app/Locale/nb_NO/translations.php')
-rw-r--r-- | app/Locale/nb_NO/translations.php | 25 |
1 files changed, 19 insertions, 6 deletions
diff --git a/app/Locale/nb_NO/translations.php b/app/Locale/nb_NO/translations.php index c2e5b62f..6bb30642 100644 --- a/app/Locale/nb_NO/translations.php +++ b/app/Locale/nb_NO/translations.php @@ -154,8 +154,6 @@ return array( '%d closed tasks' => '%d lukkede oppgaver', 'No task for this project' => 'Ingen oppgaver i dette prosjektet', 'Public link' => 'Offentligt lenke', - 'Change assignee' => 'Tildel oppgaven til andre', - 'Change assignee for the task "%s"' => 'Endre tildeling av oppgaven: "%s"', 'Timezone' => 'Tidssone', 'Sorry, I didn\'t find this information in my database!' => 'Denne informasjonen kunne ikke finnes i databasen!', 'Page not found' => 'Siden er ikke funnet', @@ -248,7 +246,6 @@ return array( 'Category' => 'Kategori', 'Category:' => 'Kategori:', 'Categories' => 'Kategorier', - 'Category not found.' => 'Kategori ikke funnet.', 'Your category have been created successfully.' => 'Kategorien er opprettet.', 'Unable to create your category.' => 'Kategorien kunne ikke opprettes.', 'Your category have been updated successfully.' => 'Kategorien er oppdatert.', @@ -270,7 +267,6 @@ return array( 'Do you really want to remove this file: "%s"?' => 'Vil du fjerne filen: "%s"?', 'Attachments' => 'Vedlegg', 'Edit the task' => 'Rediger oppgaven', - 'Edit the description' => 'Rediger beskrivelsen', 'Add a comment' => 'Legg til en kommentar', 'Edit a comment' => 'Rediger en kommentar', 'Summary' => 'Sammendrag', @@ -368,7 +364,6 @@ return array( 'No external authentication enabled.' => 'Ingen eksterne godkjenninger aktiveret.', 'Password modified successfully.' => 'Passord er endret.', 'Unable to change the password.' => 'Passordet kuenne ikke endres.', - 'Change category for the task "%s"' => 'Endre kategori for oppgaven "%s"', 'Change category' => 'Endre kategori', '%s updated the task %s' => '%s oppdaterte oppgaven %s', '%s opened the task %s' => '%s åpnet oppgaven %s', @@ -485,7 +480,6 @@ return array( 'Remove a swimlane' => 'Fjern en svømmebane', 'Show default swimlane' => 'Vis standard svømmebane', // 'Swimlane modification for the project "%s"' => '', - 'Swimlane not found.' => 'Svømmebane ikke funnet', 'Swimlane removed successfully.' => 'Svømmebane fjernet', 'Swimlanes' => 'Svømmebaner', 'Swimlane updated successfully.' => 'Svømmebane oppdatert', @@ -1202,4 +1196,23 @@ return array( // 'Email transport' => '', // 'Webhook token' => '', // 'Imports' => '', + // 'Project tags management' => '', + // 'Tag created successfully.' => '', + // 'Unable to create this tag.' => '', + // 'Tag updated successfully.' => '', + // 'Unable to update this tag.' => '', + // 'Tag removed successfully.' => '', + // 'Unable to remove this tag.' => '', + // 'Global tags management' => '', + // 'Tags' => '', + // 'Tags management' => '', + // 'Add new tag' => '', + // 'Edit a tag' => '', + // 'Project tags' => '', + // 'There is no specific tag for this project at the moment.' => '', + // 'Tag' => '', + // 'Remove a tag' => '', + // 'Do you really want to remove this tag: "%s"?' => '', + // 'Global tags' => '', + // 'There is no global tag at the moment.' => '', ); |