X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;ds=inline;f=WEB-INF%2Fresources%2Fko.lang.php;h=cf3f608edfb3f4ad42ac7f96da07b9f8584e416c;hb=54d64e3d8f517e65577aa47fb6e38114e42f4970;hp=505c152d21f38fcc8bbb23019ec3a38521f9b5dc;hpb=124f501c2f54e9480401ed46bd1986e10cc3afc3;p=timetracker.git diff --git a/WEB-INF/resources/ko.lang.php b/WEB-INF/resources/ko.lang.php index 505c152d..cf3f608e 100644 --- a/WEB-INF/resources/ko.lang.php +++ b/WEB-INF/resources/ko.lang.php @@ -123,6 +123,7 @@ $i18n_key_words = array( // 'error.format' => 'Invalid file format.', // 'error.user_count' => 'Limit on user count.', // 'error.expired' => 'Expiration date reached.', +// 'error.file_storage' => 'File storage error.', // Warning messages. // TODO: translate the following. @@ -282,6 +283,9 @@ $i18n_key_words = array( // 'label.approval' => 'Report approval', // 'label.mark_approved' => 'Mark approved', // 'label.template' => 'Template', +// 'label.attachments' => 'Attachments', +// 'label.files' => 'Files', +// 'label.image' => 'Image', // Form titles. // TODO: Translate the following. @@ -319,6 +323,8 @@ $i18n_key_words = array( // 'title.send_invoice' => 'Sending Invoice', // 'title.charts' => 'Charts', 'title.projects' => '프로젝트', +// TODO: translate the following. +// 'title.project_files' => 'Project Files', 'title.add_project' => '프로젝트를 추가하기', 'title.edit_project' => '프로젝트를 편집하기', 'title.delete_project' => '프로젝트를 편집하기',