X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fja.lang.php;h=4342bc55ed7c01c99243e84c3f30532d0fbe6349;hb=ca6d2f927b985f4d80b31e5e2c6deb98e4fae6f6;hp=8bb27cfde33d4d0a5c99ff55a81d8321aa1dcf1f;hpb=62bebb89af9afb9c4008d799c67e24988cb3688d;p=timetracker.git diff --git a/WEB-INF/resources/ja.lang.php b/WEB-INF/resources/ja.lang.php index 8bb27cfd..4342bc55 100644 --- a/WEB-INF/resources/ja.lang.php +++ b/WEB-INF/resources/ja.lang.php @@ -99,10 +99,6 @@ $i18n_key_words = array( 'error.user_exists' => 'このログインと関連されたユーザーは既に存在します。', // TODO: translate the following. // 'error.object_exists' => 'Object with this name already exists.', -'error.project_exists' => 'この名前のプロジェクトは既に存在します。', -// TODO: translate the following. -// 'error.task_exists' => 'Task with this name already exists.', -// 'error.client_exists' => 'Client with this name already exists.', // 'error.invoice_exists' => 'Invoice with this number already exists.', // TODO: translate the following. // 'error.role_exists' => 'Role with this rank already exists.', @@ -125,6 +121,10 @@ $i18n_key_words = array( // 'error.cannot_import' => 'Cannot import: %s.', // 'error.format' => 'Invalid file format.', +// Success messages. +// TODO: translate the following. +// 'msg.success' => 'Operation completed successfully.', + // Labels for buttons. 'button.login' => 'ログイン', 'button.now' => '現在', @@ -265,6 +265,9 @@ $i18n_key_words = array( 'label.totals_only' => '全体だけ', // Form titles. +// TODO: Translate the following. +// 'title.error' => 'Error', +// 'title.success' => 'Success', 'title.login' => 'ログイン', 'title.groups' => 'チーム', // TODO: change "teams" to "groups". // TODO: translate the following. @@ -331,7 +334,6 @@ $i18n_key_words = array( 'title.options' => 'オプション', 'title.profile' => 'プロファイル', // TODO: translate the following. -// 'title.group' => 'Group Settings', // 'title.plugins' => 'Plugins', // 'title.cf_custom_fields' => 'Custom Fields', // 'title.cf_add_custom_field' => 'Adding Custom Field',