diff options
author | Frédéric Guillot <fred@kanboard.net> | 2018-12-18 21:54:11 -0800 |
---|---|---|
committer | Frédéric Guillot <fred@kanboard.net> | 2018-12-18 21:54:11 -0800 |
commit | 46cda3e3b506e7ba16c75c39706c0b814df40ada (patch) | |
tree | eaa035400ab5402378d7d29881722f7d83989475 /app/Locale/hu_HU | |
parent | 216604a66234c58db4103a148f1a8645e9abfd98 (diff) |
Update and sync translations
Diffstat (limited to 'app/Locale/hu_HU')
-rw-r--r-- | app/Locale/hu_HU/translations.php | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/app/Locale/hu_HU/translations.php b/app/Locale/hu_HU/translations.php index 26342d75..5b689f9f 100644 --- a/app/Locale/hu_HU/translations.php +++ b/app/Locale/hu_HU/translations.php @@ -1383,4 +1383,13 @@ return array( 'Choose the properties that you would like to change for the selected tasks.' => 'Válassza ki azokat a tulajdonságokat, amelyeket meg szeretne változtatni a kijelölt feladatoknál.', 'Configure this project' => 'A projekt beállítása', 'Start now' => 'Kezdés most', + // '%s removed a file from the task #%d' => '', + // 'Attachment removed from task #%d: %s' => '', + // 'No color' => '', + // 'Attachment removed "%s"' => '', + // '%s removed a file from the task %s' => '', + // 'Move the task to another swimlane when assigned to a user' => '', + // 'Destination swimlane' => '', + // 'Assign a category when the task is moved to a specific swimlane' => '', + // 'Move the task to another swimlane when the category is changed' => '', ); |