X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fhu.lang.php;h=a299338d36a537f2ed741640256ae36981d592e3;hb=e628aea015464d1ca1e9881dc62d83fbe8528c26;hp=bc498b82c2f10b71aa3b2b48ed7d69a7da8684f3;hpb=9a23a8c0a51b7ec38a96f525484134f3cb85dc7e;p=timetracker.git diff --git a/WEB-INF/resources/hu.lang.php b/WEB-INF/resources/hu.lang.php index bc498b82..a299338d 100644 --- a/WEB-INF/resources/hu.lang.php +++ b/WEB-INF/resources/hu.lang.php @@ -26,6 +26,8 @@ // | https://www.anuko.com/time_tracker/credits.htm // +----------------------------------------------------------------------+ +// Note to translators: Please use proper capitalization rules for your language. + $i18n_language = 'Magyar'; $i18n_months = array('január', 'február', 'március', 'április', 'május', 'június', 'július', 'augusztus', 'szeptember', 'október', 'november', 'december'); $i18n_weekdays = array('vasárnap', 'hétfő', 'kedd', 'szerda', 'csütörtök', 'péntek', 'szombat'); @@ -35,29 +37,43 @@ $i18n_holidays = array('01/01', '01/02', '03/15', '04/12', '04/13', '05/01', '05 $i18n_key_words = array( -// menu entries +// Menus. 'menu.login' => 'bejelentkezés', 'menu.logout' => 'kijelentkezés', -'menu.feedback' => 'megjegyzés', +// TODO: Translate the following: +// 'menu.forum' => 'Forum', 'menu.help' => 'segítség', -// Note to translators: menu.create_team needs a more accurate translation. -'menu.create_team' => 'új vezetői jogosultság létrehozása', -'menu.edit_profile' => 'profil szerkesztése', -'menu.my_time' => 'munkaidő', +// TODO: Translate the following: +// 'menu.create_team' => 'Create Team', +'menu.profile' => 'profil', +'menu.time' => 'munkaidő', +// TODO: Translate the following: +// 'menu.expenses' => 'Expenses', 'menu.reports' => 'riportok', -// Note to translators: menu.charts needs to be translated. -// 'menu.charts' => 'charts', +// TODO: Translate the following: +// 'menu.charts' => 'Charts', 'menu.projects' => 'projektek', -'menu.activities' => 'tevékenységek', -'menu.people' => 'munkatársak', +// TODO: Translate the following: +// 'menu.tasks' => 'Tasks', +// 'menu.users' => 'Users', 'menu.teams' => 'csoportok', -// Note to translators: menu.export needs to be translated. -// 'menu.export' => 'export', +// TODO: Translate the following: +// 'menu.export' => 'Export' 'menu.clients' => 'ügyfelek', 'menu.options' => 'opciók', -// Note to translators: the string is missing and must be added and translated // 'menu.admin' => 'admin', -// error strings +// Footer - strings on the bottom of most pages. +// TODO: Translate the following: +// 'footer.contribute_msg' => 'You can contribute to Time Tracker in different ways.', +// 'footer.credits' => 'Credits', +// 'footer.license' => 'License', +// 'footer.improve' => 'Contribute', // Translators: this could mean "Improve", if it makes better sense in your language. + // This is a link to a webpage that describes how to contribute to the project. + +// Error messages. +// TODO: Translate the following: +// 'error.access_denied' => 'Access denied.', +// 'error.sys' => 'System error.', 'error.db' => 'adatbázis hiba', 'error.field' => 'hibás "{0}" mező tartalma', 'error.empty' => 'a "{0}" mező üres', @@ -75,8 +91,8 @@ $i18n_key_words = array( // Note to translators: this string needs to be properly translated (e-mail replaced with login). // 'error.no_login' => 'nincs ilyen e-mail címmel definiált felhasználó', 'error.upload' => 'file feltöltési hiba', -// Note to translators: the strings below are missing and must be added and translated -// 'error.period_locked' => 'can\\\'t complete the operation. records older than a certain number of days cannot be created or modified. team manager defines this in the "Lock interval in days" value on the "Profile" page. set it to 0 to remove locking.

uncompleted records (with 0 or empty duration) can be deleted.', +// TODO: Translate the following: +// 'error.range_locked' => 'Date range is locked.', // 'error.mail_send' => 'error sending mail', // 'error.no_email' => 'no email associated with this login', // 'error.uncompleted_exists' => 'uncompleted entry already exists. close or delete it.', @@ -119,6 +135,11 @@ $i18n_key_words = array( 'label.confirm_password' => 'jelszó megerősítése', // 'label.email' => 'email', 'label.total' => 'összesen', +// Translate the following string. +// 'label.page' => 'Page', + +// Form titles. +// TODO: the entire title section is missing here. See the English file. "form.filter.project" => 'projekt', "form.filter.filter" => 'előre definiált riport formátum', @@ -152,10 +173,7 @@ $i18n_key_words = array( "form.admin.profile.th.edit" => 'szerkesztés', "form.admin.profile.th.del" => 'törlés', "form.admin.profile.th.active" => 'aktív', -// Note to translators: the strings below are missing and must be added and translated -// "form.admin.lock.period" => 'lock interval in days', "form.admin.options" => 'opciók', -// "form.admin.lang_default" => 'site default language', // "form.admin.custom_date_format" => "date format", // "form.admin.custom_time_format" => "time format", // "form.admin.start_week" => "first day of week", @@ -299,9 +317,6 @@ $i18n_key_words = array( "form.invoice.date" => 'Dátum', "form.invoice.number" => 'számla azonosító száma', "form.invoice.tax" => 'adó', -"form.invoice.daily_subtotals" => 'napi részösszeg', -"form.invoice.yourcoo" => 'az ön neve
és címe', -"form.invoice.custcoo" => 'az ügyfél nevebr> és címe', "form.invoice.comment" => 'megjegyzés ', "form.invoice.th.username" => 'személy', "form.invoice.th.time" => 'óra', @@ -334,9 +349,6 @@ $i18n_key_words = array( "form.client.th.del" => 'törlés', "form.client.name" => 'név', "form.client.tax" => 'adó', -"form.client.daily_subtotals" => 'napi részösszeg', -"form.client.yourcoo" => 'az Ön neve
és számlázási címe', -"form.client.custcoo" => 'cím', "form.client.comment" => 'megjegyzés ', // miscellaneous strings @@ -413,4 +425,3 @@ $i18n_key_words = array( // login hello text // "login.hello.text" => "Anuko Time Tracker is a simple, easy to use, open source time tracking system.", ); -?> \ No newline at end of file