X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/a481d1e82262ba83e3598a743e53b7b95695d989..0d45a1d1514321c2a78b3f10ae5896d2ea1acdea:/WEB-INF/resources/ja.lang.php diff --git a/WEB-INF/resources/ja.lang.php b/WEB-INF/resources/ja.lang.php index 0fbb5889..9639096c 100644 --- a/WEB-INF/resources/ja.lang.php +++ b/WEB-INF/resources/ja.lang.php @@ -327,9 +327,8 @@ $i18n_key_words = array( // Section for common strings inside combo boxes on forms. Strings shared between forms shall be placed here. // Strings that are used in a single form must go to the specific form section. -// TODO: translate the following. -// 'dropdown.all' => '--- all ---', -// 'dropdown.no' => '--- no ---', +'dropdown.all' => '--- すべて ---', +'dropdown.no' => '--- いいえ ---', 'dropdown.current_day' => '今日', 'dropdown.previous_day' => '昨日', 'dropdown.selected_day' => '日', @@ -567,8 +566,4 @@ $i18n_key_words = array( "forward.tocsvfile" => 'csvファイルにエクスポート', "forward.toxmlfile" => 'xmlファイルにエクスポート', "forward.geninvoice" => '送り状の作成', - -"controls.project_bind" => '--- すべて ---', -"controls.all" => '--- すべて ---', -"controls.notbind" => '--- いいえ ---', );