diff options
author | Frederic Guillot <fred@kanboard.net> | 2017-04-30 14:39:51 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2017-04-30 14:39:51 -0400 |
commit | f22cc29cd52d71580f598d0602cdce85bfaf5e92 (patch) | |
tree | 3120edd44702149e1a16e47d24ce42bdd3b8b2de /app/Locale/hu_HU/translations.php | |
parent | 11d1da2d7915fef02e60fff787b1ea640f780cda (diff) |
Add [DUPLICATE] prefix to duplicated tasks title
Diffstat (limited to 'app/Locale/hu_HU/translations.php')
-rw-r--r-- | app/Locale/hu_HU/translations.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/Locale/hu_HU/translations.php b/app/Locale/hu_HU/translations.php index 4c02bd9c..fe76f77c 100644 --- a/app/Locale/hu_HU/translations.php +++ b/app/Locale/hu_HU/translations.php @@ -1245,7 +1245,7 @@ return array( 'Click here to join your team' => 'Válassza ezt, ha csatlakozni akar a csapatjához', 'Invite people' => 'Emberek meghívása', 'Emails' => 'E-mailek', - 'Enter one email address by line.' => 'Soronként egy e-mailt adjon meg', + 'Enter one email address by line.' => 'Soronként egy e-mailt adjon meg', 'Add these people to this project' => 'Ezen személyek projekthez adása', 'Add this person to this project' => 'Ezen személy projekthez adása', 'Sign-up' => 'Feliratkozás', @@ -1331,4 +1331,5 @@ return array( '%d subtasks' => '%d alfeladat', '%d subtask' => '%d alfeladat', 'Only moving task between those columns is permitted for tasks assigned to the current user' => 'Az aktuális felhasználóhoz rendelt feladatok csak az engedélyezett oszlopok között mozgathatóak', + // '[DUPLICATE]' => '', ); |