summaryrefslogtreecommitdiff
path: root/app/Locale/nb_NO
diff options
context:
space:
mode:
authorFrédéric Guillot <fred@kanboard.net>2018-05-10 14:30:59 -0700
committerFrédéric Guillot <fred@kanboard.net>2018-05-10 14:30:59 -0700
commiteafaa4b03770a73080520952112905eb8135a62f (patch)
treeb3c721ca2f3800c8f0694137762fd46ffd16b3de /app/Locale/nb_NO
parentecc9d80671fdfd4434ac7ecf3113507e6a06da64 (diff)
Make hardcoded hours string translatable
Diffstat (limited to 'app/Locale/nb_NO')
-rw-r--r--app/Locale/nb_NO/translations.php7
1 files changed, 2 insertions, 5 deletions
diff --git a/app/Locale/nb_NO/translations.php b/app/Locale/nb_NO/translations.php
index 8e4b9898..3cdec276 100644
--- a/app/Locale/nb_NO/translations.php
+++ b/app/Locale/nb_NO/translations.php
@@ -256,7 +256,6 @@ return array(
'Do you really want to remove this sub-task?' => 'Vil du fjerne denne deloppgaven?',
'Remaining:' => 'Gjenværende:',
'hours' => 'timer',
- 'spent' => 'brukt',
'estimated' => 'estimat',
'Sub-Tasks' => 'Deloppgave',
'Add a sub-task' => 'Legg til en deloppgave',
@@ -481,7 +480,6 @@ return array(
'Link removed successfully.' => 'Relasjon er fjernet',
'Link labels' => 'Relasjonsetiketter',
'Link modification' => 'Relasjonsmodifisering',
- 'Links' => 'Relasjoner',
'Opposite label' => 'Etikett for relatert motsatt oppgave',
'Remove a link' => 'Fjern relasjon',
// 'The labels must be different' => '',
@@ -522,7 +520,6 @@ return array(
// 'CAD - Canadian Dollar' => '',
// 'CHF - Swiss Francs' => '',
// 'Custom Stylesheet' => '',
- 'download' => 'last ned',
// 'EUR - Euro' => '',
// 'GBP - British Pound' => '',
// 'INR - Indian Rupee' => '',
@@ -593,7 +590,6 @@ return array(
'Existing due date' => 'Eksisterende forfallsdato',
'Factor to calculate new due date: ' => 'Faktor for å beregne ny tidsfrist',
'Month(s)' => 'Måneder',
- 'Recurrence' => 'Gjentakelse',
'This task has been created by: ' => 'Denne oppgaven er opprettet av:',
// 'Recurrent task has been generated:' => '',
// 'Timeframe to calculate new due date: ' => '',
@@ -731,7 +727,6 @@ return array(
// 'NOK - Norwegian Krone' => '',
'Show this column' => 'Vis denne kolonnen',
'Hide this column' => 'Skjul denne kolonnen',
- 'open file' => 'Åpne fil',
'End date' => 'Sluttdato',
'Users overview' => 'Brukeroversikt',
'Members' => 'Medlemmer',
@@ -1380,4 +1375,6 @@ return array(
// '%s moved the task #%d to the column "%s"' => '',
// '%s moved the task #%d to the position %d in the column "%s"' => '',
// '%s moved the task #%d to the swimlane "%s"' => '',
+ // '%sh spent' => '',
+ // '%sh estimated' => '',
);