Add icon for due date and use short format (pull-request #468)
This commit is contained in:
parent
23a9a19f3d
commit
5a28e9095d
|
|
@ -213,6 +213,7 @@ return array(
|
|||
'Invalid date' => 'Ugyldig dato',
|
||||
'Must be done before %B %e, %Y' => 'Skal være fuldført inden %d.%m.%Y',
|
||||
'%B %e, %Y' => '%d.%m.%Y',
|
||||
// '%b %e, %Y' => '',
|
||||
'Automatic actions' => 'Automatiske handlinger',
|
||||
'Your automatic action have been created successfully.' => 'Din automatiske handling er oprettet.',
|
||||
'Unable to create your automatic action.' => 'Din automatiske handling kunne ikke oprettes.',
|
||||
|
|
|
|||
|
|
@ -213,6 +213,7 @@ return array(
|
|||
'Invalid date' => 'Ungültiges Datum',
|
||||
'Must be done before %B %e, %Y' => 'Muss vor dem %d.%m.%Y erledigt werden',
|
||||
'%B %e, %Y' => '%d.%m.%Y',
|
||||
// '%b %e, %Y' => '',
|
||||
'Automatic actions' => 'Automatische Aktionen',
|
||||
'Your automatic action have been created successfully.' => 'Die Automatische Aktion wurde erfolgreich erstellt.',
|
||||
'Unable to create your automatic action.' => 'Erstellen der automatischen Aktion nicht möglich.',
|
||||
|
|
|
|||
|
|
@ -213,6 +213,7 @@ return array(
|
|||
'Invalid date' => 'Fecha no válida',
|
||||
'Must be done before %B %e, %Y' => 'Debe de estar hecho antes del %d/%m/%Y',
|
||||
'%B %e, %Y' => '%d/%m/%Y',
|
||||
// '%b %e, %Y' => '',
|
||||
'Automatic actions' => 'Acciones automatizadas',
|
||||
'Your automatic action have been created successfully.' => 'La acción automatizada ha sido creada correctamente.',
|
||||
'Unable to create your automatic action.' => 'No se puede crear esta acción automatizada.',
|
||||
|
|
|
|||
|
|
@ -213,6 +213,7 @@ return array(
|
|||
'Invalid date' => 'Virheellinen päiväys',
|
||||
'Must be done before %B %e, %Y' => 'Täytyy suorittaa ennen %d.%m.%Y',
|
||||
'%B %e, %Y' => '%d.%m.%Y',
|
||||
// '%b %e, %Y' => '',
|
||||
'Automatic actions' => 'Automaattiset toiminnot',
|
||||
'Your automatic action have been created successfully.' => 'Toiminto suoritettiin onnistuneesti.',
|
||||
'Unable to create your automatic action.' => 'Automaattisen toiminnon luominen epäonnistui.',
|
||||
|
|
|
|||
|
|
@ -213,6 +213,7 @@ return array(
|
|||
'Invalid date' => 'Date invalide',
|
||||
'Must be done before %B %e, %Y' => 'Doit être fait avant le %d/%m/%Y',
|
||||
'%B %e, %Y' => '%d %B %Y',
|
||||
'%b %e, %Y' => '%d/%m/%Y',
|
||||
'Automatic actions' => 'Actions automatisées',
|
||||
'Your automatic action have been created successfully.' => 'Votre action automatisée a été ajouté avec succès.',
|
||||
'Unable to create your automatic action.' => 'Impossible de créer votre action automatisée.',
|
||||
|
|
|
|||
|
|
@ -213,6 +213,7 @@ return array(
|
|||
'Invalid date' => 'Érvénytelen dátum',
|
||||
'Must be done before %B %e, %Y' => 'Kész kell lennie %Y.%m.%d előtt',
|
||||
'%B %e, %Y' => '%Y.%m.%d',
|
||||
// '%b %e, %Y' => '',
|
||||
'Automatic actions' => 'Automatikus intézkedések',
|
||||
'Your automatic action have been created successfully.' => 'Az automatikus intézkedés sikeresen elkészült.',
|
||||
'Unable to create your automatic action.' => 'Automatikus intézkedés létrehozása nem lehetséges.',
|
||||
|
|
@ -434,7 +435,7 @@ return array(
|
|||
'Do you really want to enable this project: "%s"?' => 'Tényleg szeretné engedélyezni ezt a projektet: "%s"',
|
||||
'Project activation' => 'Projekt aktiválás',
|
||||
'Move the task to another project' => 'Feladatot mozgatása másik projektbe',
|
||||
'Move to another project' => 'Másik projektbe', // XXX átlépés vagy átmozgatás??
|
||||
'Move to another project' => 'Másik projektbe',
|
||||
'Do you really want to duplicate this task?' => 'Tényleg szeretné megkettőzni ezt a feladatot?',
|
||||
'Duplicate a task' => 'Feladat megkettőzése',
|
||||
'External accounts' => 'Külső fiókok',
|
||||
|
|
@ -476,7 +477,7 @@ return array(
|
|||
'%s closed the task <a href="?controller=task&action=show&task_id=%d">#%d</a>' => '%s lezárta a feladatot <a href="?controller=task&action=show&task_id=%d"> #%d</a>',
|
||||
'%s created a subtask for the task <a href="?controller=task&action=show&task_id=%d">#%d</a>' => '%s létrehozott egy részfeladat a feladathoz <a href="?controller=task&action=show&task_id=%d"> #%d</a>',
|
||||
'%s updated a subtask for the task <a href="?controller=task&action=show&task_id=%d">#%d</a>' => '%s frissített egy részfeladatot a feladathoz <a href="?controller=task&action=show&task_id=%d"> #%d</a>',
|
||||
'Assigned to %s with an estimate of %s/%s' => '%s-nek kiosztva %s/%s óra becsült idő mellett',
|
||||
'Assigned to %s with an estimate of %s/%sh' => '%s-nek kiosztva %s/%s óra becsült idő mellett',
|
||||
'Not assigned, estimate of %sh' => 'Nincs kiosztva, becsült idő: %s óra',
|
||||
'%s updated a comment on the task <a href="?controller=task&action=show&task_id=%d">#%d</a>' => '%s frissítette a megjegyzését a feladatban <a href="?controller=task&action=show&task_id=%d"> #%d</a>',
|
||||
'%s commented the task <a href="?controller=task&action=show&task_id=%d">#%d</a>' => '%s megjegyzést fűzött a feladathoz <a href="?controller=task&action=show&task_id=%d"> #%d</a>',
|
||||
|
|
@ -601,6 +602,5 @@ return array(
|
|||
'This export contains the number of tasks per column grouped per day.' => 'Ez az export tartalmazza a feladatok számát oszloponként összesítve, napokra lebontva.',
|
||||
'Nothing to preview...' => 'Nincs semmi az előnézetben ...',
|
||||
'Preview' => 'Előnézet',
|
||||
'Write' => 'Írd'
|
||||
'Write' => 'Írd',
|
||||
);
|
||||
?>
|
||||
|
|
|
|||
|
|
@ -213,6 +213,7 @@ return array(
|
|||
'Invalid date' => 'Data sbagliata',
|
||||
// 'Must be done before %B %e, %Y' => '',
|
||||
// '%B %e, %Y' => '',
|
||||
// '%b %e, %Y' => '',
|
||||
'Automatic actions' => 'Azioni automatiche',
|
||||
'Your automatic action have been created successfully.' => 'l\'azione automatica è stata creata correttamente.',
|
||||
'Unable to create your automatic action.' => 'Non si può creare quest\'azione automatica.',
|
||||
|
|
|
|||
|
|
@ -213,6 +213,7 @@ return array(
|
|||
'Invalid date' => '日付が無効です',
|
||||
'Must be done before %B %e, %Y' => '%Y/%m/%d までに完了',
|
||||
'%B %e, %Y' => '%d %B %Y',
|
||||
// '%b %e, %Y' => '',
|
||||
'Automatic actions' => '自動アクションを管理する',
|
||||
'Your automatic action have been created successfully.' => '自動アクションを作成しました。',
|
||||
'Unable to create your automatic action.' => '自動アクションの作成に失敗しました。',
|
||||
|
|
|
|||
|
|
@ -213,6 +213,7 @@ return array(
|
|||
'Invalid date' => 'Błędna data',
|
||||
'Must be done before %B %e, %Y' => 'Termin do %e %B %Y',
|
||||
'%B %e, %Y' => '%e %B %Y',
|
||||
// '%b %e, %Y' => '',
|
||||
'Automatic actions' => 'Akcje automatyczne',
|
||||
'Your automatic action have been created successfully.' => 'Twoja akcja została dodana',
|
||||
'Unable to create your automatic action.' => 'Nie udało się utworzyć akcji',
|
||||
|
|
|
|||
|
|
@ -213,6 +213,7 @@ return array(
|
|||
'Invalid date' => 'Data inválida',
|
||||
'Must be done before %B %e, %Y' => 'Deve ser feito antes de %d %B %Y',
|
||||
'%B %e, %Y' => '%d %B %Y',
|
||||
// '%b %e, %Y' => '',
|
||||
'Automatic actions' => 'Ações automáticas',
|
||||
'Your automatic action have been created successfully.' => 'Sua ação automética foi criada com sucesso.',
|
||||
'Unable to create your automatic action.' => 'Impossível criar sua ação automática.',
|
||||
|
|
|
|||
|
|
@ -213,6 +213,7 @@ return array(
|
|||
'Invalid date' => 'Неверная дата',
|
||||
'Must be done before %B %e, %Y' => 'Должно быть сделано до %d/%m/%Y',
|
||||
'%B %e, %Y' => '%d/%m/%Y',
|
||||
// '%b %e, %Y' => '',
|
||||
'Automatic actions' => 'Автоматические действия',
|
||||
'Your automatic action have been created successfully.' => 'Автоматика настроена.',
|
||||
'Unable to create your automatic action.' => 'Не удалось создать автоматизированное действие.',
|
||||
|
|
|
|||
|
|
@ -213,6 +213,7 @@ return array(
|
|||
'Invalid date' => 'Ej tillåtet datum',
|
||||
'Must be done before %B %e, %Y' => 'Måste vara klart innan %B %e, %Y',
|
||||
'%B %e, %Y' => '%d %B %Y',
|
||||
// '%b %e, %Y' => '',
|
||||
'Automatic actions' => 'Automatiska åtgärder',
|
||||
'Your automatic action have been created successfully.' => 'Din automatiska åtgärd har skapats.',
|
||||
'Unable to create your automatic action.' => 'Kunde inte skapa din automatiska åtgärd.',
|
||||
|
|
|
|||
|
|
@ -213,6 +213,7 @@ return array(
|
|||
'Invalid date' => 'วันที่ผิด',
|
||||
'Must be done before %B %e, %Y' => 'ต้องทำให้เสร็จก่อน %d/%m/%Y',
|
||||
'%B %e, %Y' => '%d/%m/%Y',
|
||||
// '%b %e, %Y' => '',
|
||||
'Automatic actions' => 'การกระทำอัตโนมัติ',
|
||||
'Your automatic action have been created successfully.' => 'การกระทำอัตโนมัติสร้างเรียบร้อยแล้ว',
|
||||
'Unable to create your automatic action.' => 'ไม่สามารถสร้างการกระทำอัตโนมัติได้',
|
||||
|
|
|
|||
|
|
@ -213,6 +213,7 @@ return array(
|
|||
'Invalid date' => '无效日期',
|
||||
'Must be done before %B %e, %Y' => '必须在%Y/%m/%d前完成',
|
||||
'%B %e, %Y' => '%Y/%m/%d',
|
||||
// '%b %e, %Y' => '',
|
||||
'Automatic actions' => '自动动作',
|
||||
'Your automatic action have been created successfully.' => '您的自动动作已成功创建',
|
||||
'Unable to create your automatic action.' => '无法为您创建自动动作。',
|
||||
|
|
|
|||
|
|
@ -83,7 +83,7 @@
|
|||
|
||||
<?php if (! empty($task['date_due'])): ?>
|
||||
<div class="task-board-date <?= time() > $task['date_due'] ? 'task-board-date-overdue' : '' ?>">
|
||||
<?= dt('%B %e, %Y', $task['date_due']) ?>
|
||||
<i class="fa fa-calendar"></i> <?= dt('%b %e, %Y', $task['date_due']) ?>
|
||||
</div>
|
||||
<?php endif ?>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue