Started to work on labels in translation files.
[timetracker.git] / WEB-INF / resources / hu.lang.php
index 9feed50..2010f02 100644 (file)
 // | 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');
 
 $i18n_key_words = array(
 
-// Menus.
-'menu.login' => 'bejelentkezés',
-'menu.logout' => 'kijelentkezés',
+// Menus - short selection strings that are displayed on top of application web pages.
+// Example: https://timetracker.anuko.com (black menu on top).
+'menu.login' => 'Bejelentkezés',
+'menu.logout' => 'Kijelentkezés',
 // TODO: translate the following.
 // 'menu.forum' => 'Forum',
-'menu.help' => 'segítség',
+'menu.help' => 'Segítség',
 // TODO: translate the following.
 // 'menu.create_team' => 'Create Team',
-'menu.profile' => 'profil',
-'menu.time' => 'munkaidő',
+'menu.profile' => 'Profil',
+'menu.time' => 'Munkaidő',
 // TODO: translate the following.
 // 'menu.expenses' => 'Expenses',
-'menu.reports' => 'riportok',
+'menu.reports' => 'Riportok',
 // TODO: translate the following.
 // 'menu.charts' => 'Charts',
-'menu.projects' => 'projektek',
-// TODO: translate the following.
+'menu.projects' => 'Projektek',
 // 'menu.tasks' => 'Tasks',
+// TODO: translate the following.
 // 'menu.users' => 'Users',
-'menu.teams' => 'csoportok',
+'menu.teams' => 'Csoportok',
 // TODO: translate the following.
-// 'menu.export' => 'Export'
-'menu.clients' => 'ügyfelek',
-'menu.options' => 'opciók',
+// 'menu.export' => 'Export',
+'menu.clients' => 'Ã\9cgyfelek',
+'menu.options' => 'Opciók',
 
 // Footer - strings on the bottom of most pages.
 // TODO: translate the following.
@@ -74,53 +78,70 @@ $i18n_key_words = array(
 // 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',
-'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',
-'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',
-// 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',
+'error.db' => 'Adatbázis hiba.',
+'error.field' => 'Hibás "{0}" mező tartalma.',
+'error.empty' => 'A "{0}" mező üres.',
+'error.not_equal' => 'A "{0}" mező tartalma nem egyezik meg a "{1}" mező tartalmával.',
+// TODO: translate the following.
+// 'error.interval' => 'Field "{0}" must be greater than "{1}".',
+'error.project' => 'Válassz projektet.',
+// TODO: translate the following.
+// 'error.task' => 'Select task.',
+// 'error.client' => 'Select client.',
+// 'error.report' => 'Select report.',
+// 'error.record' => 'Select record.',
+// 'error.auth' => 'Incorrect login or password.',
+// 'error.user_exists' => 'User with this login already exists.',
+'error.project_exists' => 'Ilyen nevű projekt már létezik.',
+// TODO: translate the following.
+// 'error.task_exists' => 'Task with this name already exists.',
+// 'error.client_exists' => 'Client with this name already exists.',
+// 'error.invoice_exists' => 'Invoice with this number already exists.',
+// 'error.no_invoiceable_items' => 'There are no invoiceable items.',
+// 'error.no_login' => 'No user with this login.',
+// 'error.no_teams' => 'Your database is empty. Login as admin and create a new team.',
+'error.upload' => 'File feltöltési hiba.',
 // 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
-'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',
-// Note to translators: button.reset_password needs an improved translation.
-'button.reset_password' => 'mehet',
-'button.send' => 'küld',
-'button.send_by_email' => 'küldés e-mail-ben',
-'button.save_as_new' => 'mentés újként',
-'button.create_team' => 'csoport létrehozása',
-'button.export' => 'csoportok exportálása',
-'button.import' => 'csoportok importálása',
-'button.apply' => 'alkalmaz',
+// '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.',
+// 'error.overlap' => 'Time interval overlaps with existing records.',
+// 'error.future_date' => 'Date is in future.',
+
+// Labels for buttons.
+'button.login' => 'Bejelentkezés',
+'button.now' => 'Most',
+'button.save' => 'Mentés',
+// TODO: translate the following.
+// 'button.copy' => 'Copy',
+'button.cancel' => 'Vissza',
+'button.submit' => 'Menté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: translate the following.
+// 'button.add_invoice' => 'Add invoice',
+// 'button.add_option' => 'Add option',
+'button.add' => 'Hozzáadás',
+'button.generate' => 'Generálás',
+// TODO: translate the following.
+// 'button.reset_password' => 'Reset password',
+'button.send' => 'Küld',
+'button.send_by_email' => 'Küldés e-mail-ben',
+'button.create_team' => 'Csoport létrehozása',
+'button.export' => 'Csoport exportálása',
+'button.import' => 'Csoport importálása',
+// TODO: translate the following.
+// 'button.close' => 'Close',
+// 'button.stop' => 'Stop',
+
+
+
+// TODO: refactoring ongoing down from here.
 
 // labels for controls on various forms
 // TODO: translate label.team_name
@@ -133,11 +154,19 @@ $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.
 // 'label.page' => 'Page',
 // 'label.condition' => 'Condition',
+// 'label.yes' => 'yes',
+// 'label.no' => 'no',
+'label.delete' => 'Törlés',
 
 // Form titles.
 // TODO: the entire title section is missing here. See the English file.
@@ -301,8 +330,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