diff options
author | Pato Istvan <istvan.pato@gmail.com> | 2017-04-22 15:49:43 +0200 |
---|---|---|
committer | Pato Istvan <istvan.pato@gmail.com> | 2017-04-22 15:49:43 +0200 |
commit | 68e9fa6601eb9895a4c11bc8ad1fe503f7783d80 (patch) | |
tree | fc9cd105882c85d931c9540b1495d332a14c431c /app | |
parent | c607fe07958eb9a127cc03e33541b9317dc958cd (diff) |
Fixing unit test error: "Incorrect number of %s in hu_HU translation of: %s set a new internal link for the task %s"
Diffstat (limited to 'app')
-rw-r--r-- | app/Locale/hu_HU/translations.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/Locale/hu_HU/translations.php b/app/Locale/hu_HU/translations.php index 505939e6..6e0f2931 100644 --- a/app/Locale/hu_HU/translations.php +++ b/app/Locale/hu_HU/translations.php @@ -1127,8 +1127,8 @@ return array( '%s removed an internal link for the task #%d' => '%s törölt egy belső hivatkozást a #%d feladatból', 'A new internal link for the task #%d have been defined' => 'Egy új, belső hivatkozás lett megadva a #%d feladathoz', 'Internal link removed for the task #%d' => 'Belső hivatkozás törölve a #%d feladatból', - '%s set a new internal link for the task %s' => '%s beállított egy új, belső hivatkozást a #%d feladathoz', - '%s removed an internal link for the task %s' => '%s törölt egy belső hivatkozást a #%d feladatból', + '%s set a new internal link for the task %s' => '%s beállított egy új, belső hivatkozást a %s feladathoz', + '%s removed an internal link for the task %s' => '%s törölt egy belső hivatkozást a %s feladatból', 'Automatically set the due date on task creation' => 'Automatikus határidő beállítás feladat létrehozásakor', 'Move the task to another column when closed' => 'Feladat áthelyezése egy másik oszlopba, ha lezárják', 'Move the task to another column when not moved during a given period' => 'Feladat áthelyezése egy másik oszlopba, ha egy adott ideig nem lett mozgatva', |