diff options
author | Balázs Úr <urbalazs@gmail.com> | 2017-12-10 09:37:39 +0100 |
---|---|---|
committer | fguillot <fred@kanboard.net> | 2017-12-11 11:20:58 -0800 |
commit | d386ec404d52eebab1c36e85201224c2f7a6c7c8 (patch) | |
tree | 6e36e93d45ed0bbe15d607e8d1ba236c65651697 /app/Locale | |
parent | d02d94cd2e183e2ae365dfb58da696f14f984b69 (diff) |
Updated Hungarian translation
Diffstat (limited to 'app/Locale')
-rw-r--r-- | app/Locale/hu_HU/translations.php | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/app/Locale/hu_HU/translations.php b/app/Locale/hu_HU/translations.php index 99ca6422..78bcee53 100644 --- a/app/Locale/hu_HU/translations.php +++ b/app/Locale/hu_HU/translations.php @@ -388,7 +388,7 @@ return array( 'This project is private' => 'Ez a projekt személyes', 'Add' => 'Hozzáadás', 'Start date' => 'Kezdés dátuma', - 'Time estimated' => 'Becsült időtartam', + 'Time estimated' => 'Becsült idő', 'There is nothing assigned to you.' => 'Nincs semmi sem Önhöz rendelve.', 'My tasks' => 'Saját feladatok', 'Activity stream' => 'Tevékenységfolyam', @@ -1357,17 +1357,17 @@ return array( 'Unable to remove this template.' => 'Nem lehet eltávolítani a sablont.', 'Template for the task description' => 'Sablon a feladatleíráshoz', 'The start date is greater than the end date' => 'A kezdési dátum nagyobb mint a befejezési dátum', - // 'Tags must be separated by a comma' => '', - // 'Only the task title is required' => '', - // 'Creator Username' => '', - // 'Color Name' => '', - // 'Column Name' => '', - // 'Swimlane Name' => '', - // 'Time Estimated' => '', - // 'Time Spent' => '', - // 'External Link' => '', - // 'This feature enable the iCal feed, RSS feed and the public board view.' => '', - // 'Stop the timer of all subtasks when moving a task to another column' => '', - // 'Subtask Title' => '', - // 'Add a subtask and activate the timer when moving a task to another column' => '', + 'Tags must be separated by a comma' => 'A címkéket vesszővel kell elválasztani', + 'Only the task title is required' => 'Csak a feladat címe kötelező', + 'Creator Username' => 'Létrehozó felhasználóneve', + 'Color Name' => 'Szín neve', + 'Column Name' => 'Oszlop neve', + 'Swimlane Name' => 'Sáv neve', + 'Time Estimated' => 'Becsült idő', + 'Time Spent' => 'Eltöltött idő', + 'External Link' => 'Külső hivatkozás', + 'This feature enables the iCal feed, RSS feed and the public board view.' => 'Ez a funkció engedélyezi az iCal hírforrást, az RSS hírforrást és a nyilvános táblanézetet.', + 'Stop the timer of all subtasks when moving a task to another column' => 'Az összes részfeladat időmérőjének leállítása, amikor a feladatot és másik oszlopba helyezik át', + 'Subtask Title' => 'Részfeladat címe', + 'Add a subtask and activate the timer when moving a task to another column' => 'Részfeladat hozzáadása és az időmérő bekapcsolása, amikor a feladatot egy másik oszlopba helyezik át', ); |