The date time format can be chosen in application settings
This commit is contained in:
@@ -102,7 +102,6 @@ return array(
|
||||
'Open a task' => 'Åpne en oppgave',
|
||||
'Do you really want to open this task: "%s"?' => 'Vil du åpne denne oppgaven: "%s"?',
|
||||
'Back to the board' => 'Tilbake til prosjektsiden',
|
||||
'Created on %B %e, %Y at %k:%M %p' => 'Opprettet %d.%m.%Y - %H:%M',
|
||||
'There is nobody assigned' => 'Mangler tildeling',
|
||||
'Column on the board:' => 'Kolonne:',
|
||||
'Close this task' => 'Lukk oppgaven',
|
||||
@@ -156,7 +155,6 @@ return array(
|
||||
'Work in progress' => 'Under arbeid',
|
||||
'Done' => 'Utført',
|
||||
'Application version:' => 'Versjon:',
|
||||
'%B %e, %Y at %k:%M %p' => '%d.%m.%Y - %H:%M',
|
||||
'Id' => 'ID',
|
||||
'%d closed tasks' => '%d lukkede oppgaver',
|
||||
'No task for this project' => 'Ingen oppgaver i dette prosjektet',
|
||||
@@ -180,8 +178,6 @@ return array(
|
||||
'Edit this task' => 'Rediger oppgaven',
|
||||
'Due Date' => 'Forfallsdato',
|
||||
'Invalid date' => 'Ugyldig dato',
|
||||
'Must be done before %B %e, %Y' => 'Skal være utført innen %d.%m.%Y',
|
||||
'%B %e, %Y' => '%d.%m.%Y',
|
||||
'Automatic actions' => 'Automatiske handlinger',
|
||||
'Your automatic action have been created successfully.' => 'Din automatiske handling er opprettet.',
|
||||
'Unable to create your automatic action.' => 'Din automatiske handling kunne ikke opprettes.',
|
||||
@@ -317,7 +313,6 @@ return array(
|
||||
'Unable to upload the file.' => 'Filen kunne ikke lastes opp.',
|
||||
'Display another project' => 'Vis annet prosjekt...',
|
||||
'Created by %s' => 'Opprettet av %s',
|
||||
'Last modified on %B %e, %Y at %k:%M %p' => 'Sist endret %d.%m.%Y - %H:%M',
|
||||
'Tasks Export' => 'Oppgave eksport',
|
||||
'Tasks exportation for "%s"' => 'Oppgaveeksportering for "%s"',
|
||||
'Start Date' => 'Start-dato',
|
||||
@@ -589,7 +584,6 @@ return array(
|
||||
'This task' => 'Denne oppgaven',
|
||||
// '<1h' => '',
|
||||
// '%dh' => '',
|
||||
// '%b %e' => '',
|
||||
'Expand tasks' => 'Utvid oppgavevisning',
|
||||
'Collapse tasks' => 'Komprimer oppgavevisning',
|
||||
'Expand/collapse tasks' => 'Utvide/komprimere oppgavevisning',
|
||||
@@ -758,10 +752,6 @@ return array(
|
||||
'Only for tasks assigned to me' => 'Kun oppgaver som er tildelt meg',
|
||||
'Only for tasks created by me' => 'Kun oppgaver som er opprettet av meg',
|
||||
'Only for tasks created by me and assigned to me' => 'Kun oppgaver som er opprettet av meg og tildelt meg',
|
||||
// '%A' => '',
|
||||
// '%b %e, %Y, %k:%M %p' => '',
|
||||
// 'New due date: %B %e, %Y' => '',
|
||||
// 'Start date changed: %B %e, %Y' => '',
|
||||
// '%%Y-%%m-%%d' => '',
|
||||
'Total for all columns' => 'Totalt for alle kolonner',
|
||||
// 'You need at least 2 days of data to show the chart.' => '',
|
||||
@@ -786,7 +776,6 @@ return array(
|
||||
'Not assigned' => 'Ikke tildelt',
|
||||
'View advanced search syntax' => 'Vis hjelp for avansert søk ',
|
||||
'Overview' => 'Oversikt',
|
||||
// '%b %e %Y' => '',
|
||||
'Board/Calendar/List view' => 'Oversikt/kalender/listevisning',
|
||||
'Switch to the board view' => 'Oversiktsvisning',
|
||||
'Switch to the calendar view' => 'Kalendevisning',
|
||||
@@ -876,8 +865,6 @@ return array(
|
||||
'End date:' => 'Sluttdato:',
|
||||
// 'There is no start date or end date for this project.' => '',
|
||||
'Projects Gantt chart' => 'Gantt skjema for prosjekter',
|
||||
'Start date: %s' => 'Startdato: %s',
|
||||
'End date: %s' => 'Sluttdato: %s',
|
||||
'Link type' => 'Relasjonstype',
|
||||
// 'Change task color when using a specific task link' => '',
|
||||
// 'Task link creation or modification' => '',
|
||||
@@ -1125,4 +1112,10 @@ return array(
|
||||
// 'Moved:' => '',
|
||||
// 'Task #%d' => '',
|
||||
// 'Sub-tasks' => '',
|
||||
// 'Date and time format' => '',
|
||||
// 'Time format' => '',
|
||||
// 'Start date: ' => '',
|
||||
// 'End date: ' => '',
|
||||
// 'New due date: ' => '',
|
||||
// 'Start date changed: ' => '',
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user