X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fhu.lang.php;h=28ab6865245e88ab26f243629a6bce367d941c14;hb=eb6bc3d0119845872e4b09cbc4985adf06d97520;hp=a299338d36a537f2ed741640256ae36981d592e3;hpb=6c059f2f895264bf9efae4759848d62a010f3dd4;p=timetracker.git diff --git a/WEB-INF/resources/hu.lang.php b/WEB-INF/resources/hu.lang.php index a299338d..28ab6865 100644 --- a/WEB-INF/resources/hu.lang.php +++ b/WEB-INF/resources/hu.lang.php @@ -26,11 +26,14 @@ // | https://www.anuko.com/time_tracker/credits.htm // +----------------------------------------------------------------------+ -// Note to translators: Please use proper capitalization rules for your language. +// Note: escape apostrophes with THREE backslashes, like here: choisir l\\\'option. +// Other characters (such as double-quotes in http links, etc.) do not have to be escaped. + +// Note to translators: 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'); +$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'); $i18n_weekdays_short = array('V', 'H', 'K', 'Sz', 'Cs', 'P', 'Sz'); // format mm/dd $i18n_holidays = array('01/01', '01/02', '03/15', '04/12', '04/13', '05/01', '05/31', '06/01', '08/20', '08/21', '10/23', '11/01', '12/24', '12/25', '12/26'); @@ -40,30 +43,30 @@ $i18n_key_words = array( // Menus. 'menu.login' => 'bejelentkezés', 'menu.logout' => 'kijelentkezés', -// TODO: Translate the following: +// TODO: translate the following. // 'menu.forum' => 'Forum', 'menu.help' => 'segítség', -// TODO: Translate the following: +// TODO: translate the following. // 'menu.create_team' => 'Create Team', 'menu.profile' => 'profil', 'menu.time' => 'munkaidő', -// TODO: Translate the following: +// TODO: translate the following. // 'menu.expenses' => 'Expenses', 'menu.reports' => 'riportok', -// TODO: Translate the following: +// TODO: translate the following. // 'menu.charts' => 'Charts', 'menu.projects' => 'projektek', -// TODO: Translate the following: +// TODO: translate the following. // 'menu.tasks' => 'Tasks', // 'menu.users' => 'Users', 'menu.teams' => 'csoportok', -// TODO: Translate the following: +// TODO: translate the following. // 'menu.export' => 'Export' 'menu.clients' => 'ügyfelek', 'menu.options' => 'opciók', // Footer - strings on the bottom of most pages. -// TODO: Translate the following: +// TODO: translate the following. // 'footer.contribute_msg' => 'You can contribute to Time Tracker in different ways.', // 'footer.credits' => 'Credits', // 'footer.license' => 'License', @@ -71,7 +74,7 @@ $i18n_key_words = array( // This is a link to a webpage that describes how to contribute to the project. // Error messages. -// TODO: Translate the following: +// TODO: translate the following. // 'error.access_denied' => 'Access denied.', // 'error.sys' => 'System error.', 'error.db' => 'adatbázis hiba', @@ -80,38 +83,45 @@ $i18n_key_words = array( 'error.not_equal' => 'A "{0}" mező tartalma nem egyezik meg a "{1}" mező tartalmával!', 'error.interval' => 'hibás időszak megadás', 'error.project' => 'válassz projektet', -'error.activity' => 'válassz tevékenységet', +// TODO: translate the following. +// 'error.task' => 'Select task.', +// 'error.client' => 'Select client.', +// 'error.report' => 'Select report.', +// 'error.record' => 'Select record.', 'error.auth' => 'hibás bejelentkezési adatok', // Note to translators: this string needs to be translated. // 'error.user_exists' => 'user with this login already exists', 'error.project_exists' => 'ilyen nevű projekt már létezik', -'error.activity_exists' => 'ilyen névvel már van definiálva tevékenység', -// TODO: translate error.client_exists. -// 'error.client_exists' => 'client with this name already exists', +// TODO: translate the following. +// 'error.task_exists' => 'Task with this name already exists.', +// 'error.client_exists' => 'Client with this name already exists.', // 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', -// TODO: Translate the following: +// 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.', // 'error.goto_uncompleted' => 'go to uncompleted entry.', -// labels for various buttons +// Labels for buttons. 'button.login' => 'bejelentkezés', 'button.now' => 'most', -// 'button.set' => 'beállítás', 'button.save' => 'mentés', 'button.delete' => 'törlés', 'button.cancel' => 'vissza', 'button.submit' => 'mentés', -'button.add_user' => 'felhasználó felvétele', -'button.add_project' => 'projekt felvétele', -'button.add_activity' => 'tevékenyég felvétele', -'button.add_client' => 'ügyfél hozzáadása', -'button.add' => 'hozzáadás', -'button.generate' => 'generálás', +'button.add_user' => 'Felhasználó felvétele', +'button.add_project' => 'Projekt felvétele', +// TODO: translate the following. +// 'button.add_task' => 'Add task', +'button.add_client' => 'ügyfél hozzáadása', // TODO: capitalize properly. +// TODO: translate the following. +// 'button.add_invoice' => 'Add invoice', +// 'button.add_option' => 'Add option', +'button.add' => 'Hozzáadás', +'button.generate' => 'Generálás', // Note to translators: button.reset_password needs an improved translation. 'button.reset_password' => 'mehet', 'button.send' => 'küld', @@ -133,10 +143,18 @@ $i18n_key_words = array( 'label.password' => 'jelszó', 'label.confirm_password' => 'jelszó megerősítése', -// 'label.email' => 'email', +// TODO: translate the following. +// 'label.email' => 'Email', +'label.cc' => 'Másolatot kap', +// TODO: translate the following. +// 'label.bcc' => 'Bcc', +'label.subject' => 'Tárgy', 'label.total' => 'összesen', -// Translate the following string. +// Translate the following. // 'label.page' => 'Page', +// 'label.condition' => 'Condition', +// 'label.yes' => 'yes', +// 'label.no' => 'no', // Form titles. // TODO: the entire title section is missing here. See the English file. @@ -300,8 +318,6 @@ $i18n_key_words = array( // mail form attributes "form.mail.from" => 'feladó', "form.mail.to" => 'címzett', -"form.mail.cc" => 'másolatot kap', -"form.mail.subject" => 'tárgy', "form.mail.comment" => 'megjegyzés', "form.mail.above" => 'küldjük el ezt a riportot e-mail-ben...', // Note to translators: the string below must be translated