Make hardcoded hours string translatable
This commit is contained in:
@@ -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' => '',
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user