X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/54c7f39c93815e99c45f3f974a4ec14673fee1b2..6fad626b400a77e2775397dc9e87960f4d53247c:/WEB-INF/resources/ja.lang.php diff --git a/WEB-INF/resources/ja.lang.php b/WEB-INF/resources/ja.lang.php index 1ba547cf..62eadfb6 100644 --- a/WEB-INF/resources/ja.lang.php +++ b/WEB-INF/resources/ja.lang.php @@ -143,7 +143,7 @@ $i18n_key_words = array( // Labels for controls on forms. Labels in this section are used on multiple forms. // TODO: translate the following. -// 'label.team_name' => 'Team name', +// 'label.group_name' => 'Group name', // 'label.address' => 'Address', 'label.currency' => '通貨', // TODO: translate the following. @@ -254,11 +254,11 @@ $i18n_key_words = array( // Form titles. 'title.login' => 'ログイン', -'title.teams' => 'チーム', +'title.groups' => 'チーム', // TODO: change "teams" to "groups". // TODO: translate the following. -// 'title.create_team' => 'Creating Team', -// 'title.edit_team' => 'Editing Team', -'title.delete_team' => 'チームの削除', +// 'title.create_group' => 'Creating Group', +// 'title.edit_group' => 'Editing Group', +'title.delete_group' => 'チームの削除', // TODO: change "team" to "group". 'title.reset_password' => 'パスワードの初期化', // TODO: translate the following. // 'title.change_password' => 'Changing Password',