X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/50c5a3ad924edd81be8935033276e8c20172c9b1..0d45a1d1514321c2a78b3f10ae5896d2ea1acdea:/WEB-INF/resources/ja.lang.php diff --git a/WEB-INF/resources/ja.lang.php b/WEB-INF/resources/ja.lang.php index e7c78d4d..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' => '日', @@ -458,6 +457,28 @@ $i18n_key_words = array( // 'form.clients.active_clients' => 'Active Clients', // 'form.clients.inactive_clients' => 'Inactive Clients', +// Deleting Client form. See example at https://timetracker.anuko.com/client_delete.php +// TODO: translate the following. +// 'form.client.client_to_delete' => 'Client to delete', +// 'form.client.client_entries' => 'Client entries', + +// Exporting Team Data form. See example at https://timetracker.anuko.com/export.php +// TODO: translate the following. +// 'form.export.hint' => 'You can export all team data into an xml file. It could be useful if you are migrating data to your own server.', +// 'form.export.compression' => 'Compression', +// 'form.export.compression_none' => 'none', +// 'form.export.compression_bzip' => 'bzip', + +// Importing Team Data form. See example at https://timetracker.anuko.com/imort.php (login as admin first). +// TODO: translate the following. +// 'form.import.hint' => 'Import team data from an xml file.', +// 'form.import.file' => 'Select file', +// 'form.import.success' => 'Import completed successfully.', + +// Teams form. See example at https://timetracker.anuko.com/admin_teams.php (login as admin first). +// TODO: translate the following. +// 'form.teams.hint' => 'Create a new team by creating a new team manager account.
You can also import team data from an xml file from another Anuko Time Tracker server (no login collisions are allowed).', + // TODO: refactoring ongoing down from here. @@ -545,8 +566,4 @@ $i18n_key_words = array( "forward.tocsvfile" => 'csvファイルにエクスポート', "forward.toxmlfile" => 'xmlファイルにエクスポート', "forward.geninvoice" => '送り状の作成', - -"controls.project_bind" => '--- すべて ---', -"controls.all" => '--- すべて ---', -"controls.notbind" => '--- いいえ ---', );