]> wagnertech.de Git - timetracker.git/blobdiff - WEB-INF/resources/ja.lang.php
Added a string to localization files.
[timetracker.git] / WEB-INF / resources / ja.lang.php
index 79e2d1b0cb692c263ca1cec24044c192f895e3f1..2c93df0c3b37a0157edf76600c0d23a8746751e7 100644 (file)
@@ -82,6 +82,8 @@ $i18n_key_words = array(
 'error.interval' => '不正確な間隔',
 'error.project' => 'プロジェクトの選択',
 'error.activity' => '活動内容の選択',
+// TODO: translate the following.
+// 'error.record' => 'Select record.',
 'error.auth' => '不正確なログインあるいはパスワードが不正確です',
 'error.user_exists' => 'このログインと関連されたユーザーは既に存在します',
 'error.project_exists' => 'この名前のプロジェクトは既に存在します',
@@ -144,6 +146,8 @@ $i18n_key_words = array(
 // Translate the following.
 // 'label.page' => 'Page',
 // 'label.condition' => 'Condition',
+// 'label.yes' => 'yes',
+// 'label.no' => 'no',
 
 // Form titles.
 // TODO: the entire title section is missing here. See the English file.