Change links in event templates

This commit is contained in:
Frederic Guillot
2015-01-06 22:24:35 -05:00
parent c5efccd585
commit cda7c0f997
25 changed files with 205 additions and 173 deletions

View File

@@ -469,18 +469,18 @@ return array(
'Unable to change the password.' => 'Jelszó módosítás sikertelen.',
'Change category for the task "%s"' => 'Feladat kategória módosítása "%s"',
'Change category' => 'Kategória módosítása',
'%s updated the task <a href="?controller=task&amp;action=show&amp;task_id=%d">#%d</a>' => '%s frissítette a feladatot <a href="?controller=task&amp;action=show&amp;task_id=%d">#%d</a>',
'%s open the task <a href="?controller=task&amp;action=show&amp;task_id=%d">#%d</a>' => '%s megnyitott a feladatot <a href="?controller=task&amp;action=show&amp;task_id=%d">#%d</a>',
'%s moved the task <a href="?controller=task&amp;action=show&amp;task_id=%d">#%d</a> to the position #%d in the column "%s"' => '%s átmozgatta a feladatot <a href="?controller=task&amp;action=show&amp;task_id=%d">#%d</a> #%d pozícióba a "%s" oszlopban',
'%s moved the task <a href="?controller=task&amp;action=show&amp;task_id=%d">#%d</a> to the column "%s"' => '%s átmozgatta a feladatot <a href="?controller=task&amp;action=show&amp;task_id=%d"> #%d</a> "%s" oszlopba',
'%s created the task <a href="?controller=task&amp;action=show&amp;task_id=%d">#%d</a>' => '%s létrehozta a feladatot <a href="?controller=task&amp;action=show&amp;task_id=%d"> #%d</a>',
'%s closed the task <a href="?controller=task&amp;action=show&amp;task_id=%d">#%d</a>' => '%s lezárta a feladatot <a href="?controller=task&amp;action=show&amp;task_id=%d"> #%d</a>',
'%s created a subtask for the task <a href="?controller=task&amp;action=show&amp;task_id=%d">#%d</a>' => '%s létrehozott egy részfeladat a feladathoz <a href="?controller=task&amp;action=show&amp;task_id=%d"> #%d</a>',
'%s updated a subtask for the task <a href="?controller=task&amp;action=show&amp;task_id=%d">#%d</a>' => '%s frissített egy részfeladatot a feladathoz <a href="?controller=task&amp;action=show&amp;task_id=%d"> #%d</a>',
'%s updated the task %s' => '%s frissítette a feladatot %s',
'%s opened the task %s' => '%s megnyitott a feladatot %s',
'%s moved the task %s to the position #%d in the column "%s"' => '%s átmozgatta a feladatot %s #%d pozícióba a "%s" oszlopban',
'%s moved the task %s to the column "%s"' => '%s átmozgatta a feladatot %s "%s" oszlopba',
'%s created the task %s' => '%s létrehozta a feladatot %s',
'%s closed the task %s' => '%s lezárta a feladatot %s',
'%s created a subtask for the task %s' => '%s létrehozott egy részfeladat a feladathoz %s',
'%s updated a subtask for the task %s' => '%s frissített egy részfeladatot a feladathoz %s',
'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&amp;action=show&amp;task_id=%d">#%d</a>' => '%s frissítette a megjegyzését a feladatban <a href="?controller=task&amp;action=show&amp;task_id=%d"> #%d</a>',
'%s commented the task <a href="?controller=task&amp;action=show&amp;task_id=%d">#%d</a>' => '%s megjegyzést fűzött a feladathoz <a href="?controller=task&amp;action=show&amp;task_id=%d"> #%d</a>',
'%s updated a comment on the task %s' => '%s frissítette a megjegyzését a feladatban %s',
'%s commented the task %s' => '%s megjegyzést fűzött a feladathoz %s',
'%s\'s activity' => '%s tevékenysége',
'No activity.' => 'Nincs tevékenység.',
'RSS feed' => 'RSS feed',
@@ -499,7 +499,7 @@ return array(
'Default columns for new projects (Comma-separated)' => 'Alapértelmezett oszlopok az új projektekben (vesszővel elválasztva)',
'Task assignee change' => 'Felelős módosítása',
'%s change the assignee of the task #%d to %s' => '%s a felelőst módosította #%d %s',
'%s change the assignee of the task <a href="?controller=task&amp;action=show&amp;task_id=%d">#%d</a> to %s' => '%s a felelőst <a href="?controller=task&amp;action=show&amp;task_id=%d"> #%d</a> módosította: %s',
'%s changed the assignee of the task %s to %s' => '%s a felelőst %s módosította: %s',
'[%s][Column Change] %s (#%d)' => '[%s] [Oszlop módosítás] %s (#%d)',
'[%s][Position Change] %s (#%d)' => '[%s] [Pozíció módosítás] %s (#%d)',
'[%s][Assignee Change] %s (#%d)' => '[%s] [Felelős módosítás] %s (#%d)',