X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fja.lang.php;h=c53b8aede46c54c9478e98096f756f83e95699bc;hb=0e6900be0bcfc882505ec4c8b8730a798985bc80;hp=d441ad41561c38c4b223aeb19a31827eb6ed3fad;hpb=db7e28f1cc7a61a4685e5426cc0c647105b6f9c1;p=timetracker.git diff --git a/WEB-INF/resources/ja.lang.php b/WEB-INF/resources/ja.lang.php index d441ad41..c53b8aed 100644 --- a/WEB-INF/resources/ja.lang.php +++ b/WEB-INF/resources/ja.lang.php @@ -124,6 +124,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. @@ -283,6 +284,8 @@ $i18n_key_words = array( // 'label.mark_approved' => 'Mark approved', // 'label.template' => 'Template', // 'label.attachments' => 'Attachments', +// 'label.files' => 'Files', +// 'label.image' => 'Image', // Form titles. // TODO: Translate the following. @@ -320,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' => 'プロジェクトの削除',