X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fko.lang.php;h=84e1cdf8a4b41f55c94add507c1b2384467b0885;hb=5bf42f1ee383f9be9707927f56b3c16753b81c45;hp=693c86bebd12b75fe8dd7afc2175bc2a7fbbf00c;hpb=a26a0989ad93cce9de9f45312990da9610e53045;p=timetracker.git diff --git a/WEB-INF/resources/ko.lang.php b/WEB-INF/resources/ko.lang.php index 693c86be..84e1cdf8 100644 --- a/WEB-INF/resources/ko.lang.php +++ b/WEB-INF/resources/ko.lang.php @@ -33,8 +33,6 @@ $i18n_language = 'Korean (한국어)'; $i18n_months = array('1월', '2월', '3월', '4월', '5월', '6월', '7월', '8월', '9월', '10월', '11월', '12월'); $i18n_weekdays = array('일요일', '월요일', '화요일', '수요일', '목요일', '금요일', '토요일'); $i18n_weekdays_short = array('일', '월', '화', '수', '목', '금', '토'); -// format mm/dd -$i18n_holidays = array('01/01', '01/25', '01/26', '01/27', '03/02', '03/05', '08/15', '12/25'); $i18n_key_words = array( @@ -46,7 +44,7 @@ $i18n_key_words = array( // 'menu.forum' => 'Forum', 'menu.help' => '도움말', // TODO: translate the following. -// 'menu.create_group' => 'Create Group', +// 'menu.register' => 'Register', 'menu.profile' => '프로필', // TODO: translate the following. // 'menu.group' => 'Group', @@ -271,6 +269,7 @@ $i18n_key_words = array( // 'label.paid_status' => 'Paid status', // 'label.paid' => 'Paid', // 'label.mark_paid' => 'Mark paid', +// 'label.week_menu' => 'Week menu', // 'label.week_note' => 'Week note', // 'label.week_list' => 'Week list', // 'label.work_units' => 'Work units', @@ -590,7 +589,7 @@ $i18n_key_words = array( // 'form.group_edit.12_hours' => '12 hours', // 'form.group_edit.24_hours' => '24 hours', // 'form.group_edit.display_options' => 'Display options', -// 'form.group_edit.show_holidays' => 'Show holidays', +// 'form.group_edit.holidays' => 'Holidays', // 'form.group_edit.tracking_mode' => 'Tracking mode', // 'form.group_edit.mode_time' => 'time', // 'form.group_edit.mode_projects' => 'projects', @@ -605,6 +604,7 @@ $i18n_key_words = array( // 'form.group_edit.uncompleted_indicators' => 'Uncompleted indicators', // 'form.group_edit.confirm_save' => 'Confirm saving', // 'form.group_edit.allow_ip' => 'Allow IP', +// 'form.group_edit.advanced_settings' => 'Advanced settings', // Deleting Group form. See example at https://timetracker.anuko.com/delete_group.php // TODO: translate the following.