X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fko.lang.php;h=674ce512906bcfb44316c9fb7dbb8624c41efb2a;hb=ff81442e61388a8f144691c020c1f097a4b26d49;hp=94b24e1866dd8f25325281ce8fab0b4d1c9723a2;hpb=72d206e4d39b97aa8b48fc34e9f3431b72ed7f0d;p=timetracker.git diff --git a/WEB-INF/resources/ko.lang.php b/WEB-INF/resources/ko.lang.php index 94b24e18..674ce512 100644 --- a/WEB-INF/resources/ko.lang.php +++ b/WEB-INF/resources/ko.lang.php @@ -153,16 +153,64 @@ $i18n_key_words = array( // 'label.login' => 'Login', 'label.password' => 'Password', 'label.confirm_password' => '암호 확인', - - - -// TODO: refactoring ongoing down from here. - 'label.email' => '이메일', // TODO: translate the following. // 'label.cc' => 'Cc', // 'label.bcc' => 'Bcc', 'label.subject' => '제목', +// TODO: translate the following. +// 'label.date' => 'Date', +// 'label.start_date' => 'Start date', +// 'label.end_date' => 'End date', +// 'label.user' => 'User', +// 'label.users' => 'Users', +// 'label.client' => 'Client', +// 'label.clients' => 'Clients', +// 'label.option' => 'Option', +// 'label.invoice' => 'Invoice', +// 'label.project' => 'Project', +// 'label.projects' => 'Projects', +// 'label.task' => 'Task', +// 'label.tasks' => 'Tasks', +// 'label.description' => 'Description', +// 'label.start' => 'Start', +// 'label.finish' => 'Finish', +// 'label.duration' => 'Duration', +// 'label.note' => 'Note', +// 'label.notes' => 'Notes', +// 'label.item' => 'Item', +// 'label.cost' => 'Cost', +// 'label.day_total' => 'Day total', +// 'label.week_total' => 'Week total', +// 'label.month_total' => 'Month total', +// 'label.today' => 'Today', +// 'label.total_hours' => 'Total hours', +// 'label.total_cost' => 'Total cost', +// 'label.view' => 'View', +// 'label.edit' => 'Edit', +'label.delete' => '삭제', +// TODO: translate the following. +// 'label.configure' => 'Configure', +// 'label.select_all' => 'Select all', +// 'label.select_none' => 'Deselect all', +// 'label.day_view' => 'Day view', +// 'label.week_view' => 'Week view', +// 'label.id' => 'ID', +// 'label.language' => 'Language', +// 'label.decimal_mark' => 'Decimal mark', +// 'label.date_format' => 'Date format', +// 'label.time_format' => 'Time format', +// 'label.week_start' => 'First day of week', +// 'label.comment' => 'Comment', +// 'label.status' => 'Status', +// 'label.tax' => 'Tax', +// 'label.subtotal' => 'Subtotal', +'label.total' => '합계', + + + +// TODO: refactoring ongoing down from here. + 'label.total' => '합계', // TODO: translate the following. // 'label.page' => 'Page', @@ -170,7 +218,6 @@ $i18n_key_words = array( // TODO: translate the following. // 'label.yes' => 'yes', // 'label.no' => 'no', -'label.delete' => '삭제', // Form titles. // TODO: the entire title section is missing here. See the English file.