Refactoring in translation files.
[timetracker.git] / WEB-INF / resources / hu.lang.php
index 5b0c574..28ab686 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');
@@ -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,21 @@ $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.
 
 "form.filter.project" => 'projekt',
 "form.filter.filter" => 'előre definiált riport formátum',
@@ -170,10 +191,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",
@@ -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
@@ -317,9 +333,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<br> é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',
@@ -352,9 +365,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<br> és számlázási címe',
-"form.client.custcoo" => 'cím',
 "form.client.comment" => 'megjegyzés ',
 
 // miscellaneous strings