diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-02-28 18:11:05 -0500 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-02-28 18:11:05 -0500 |
commit | bb61b409a3577c99ca93c8b2b283437cf2a24040 (patch) | |
tree | fb5e453e047d8ba888e74d74fd2d5a2a43fd4ff9 /app/Locale/hu_HU/translations.php | |
parent | 7f56c255ca6033e529a8da4a16289aeddf1036aa (diff) |
Improve toggle compact/horizontal scrolling view
Diffstat (limited to 'app/Locale/hu_HU/translations.php')
-rw-r--r-- | app/Locale/hu_HU/translations.php | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/app/Locale/hu_HU/translations.php b/app/Locale/hu_HU/translations.php index 7201af9c..ef057f70 100644 --- a/app/Locale/hu_HU/translations.php +++ b/app/Locale/hu_HU/translations.php @@ -375,7 +375,7 @@ return array( 'Unable to unlink your GitHub Account.' => 'GitHub fiók leválasztása nem lehetséges.', 'Login with my GitHub Account' => 'Jelentkezzen be GitHub fiókkal', 'Link my GitHub Account' => 'GitHub fiók csatolása', - 'Unlink my GitHub Account' => 'GitHub fiók leválasztása', + 'Unlink my GitHub Account' => 'GitHub fiók leválasztása', 'Created by %s' => 'Készítette: %s', 'Last modified on %B %e, %Y at %k:%M %p' => 'Utolsó módosítás: %Y. %m. %d. %H:%M', 'Tasks Export' => 'Feladatok exportálása', @@ -410,10 +410,8 @@ return array( 'List of due tasks for the project "%s"' => 'Projekt esedékes feladatai: "%s"', 'New attachment' => 'Új melléklet', 'New comment' => 'Új megjegyzés', - 'Comment updated' => 'Megjegyzés frissítve', 'New subtask' => 'Új részfeladat', 'Subtask updated' => 'Részfeladat frissítve', - 'New task' => 'Új feladat', 'Task updated' => 'Feladat frissítve', 'Task closed' => 'Feladat lezárva', 'Task opened' => 'Feladat megnyitva', @@ -736,4 +734,7 @@ return array( 'Filter recently updated' => 'Szűrés az utolsó módosítás ideje szerint', 'since %B %e, %Y at %k:%M %p' => '%Y. %m. %d. %H:%M óta', 'More filters' => 'További szűrők', + // 'Compact view' => '', + // 'Horizontal scrolling' => '', + // 'Compact/wide view' => '', ); |