X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fja.lang.php;h=1d24d6974153a4ee03acfba35b66463c2bdd0087;hb=1e79f87da93c796cf1a46d7f36eab5f0fef3db61;hp=aad7afe62b03517bb47bc8ed006140480fb5b586;hpb=744db7fd043608e864f3db7c9cd1fe7efc55205e;p=timetracker.git diff --git a/WEB-INF/resources/ja.lang.php b/WEB-INF/resources/ja.lang.php index aad7afe6..1d24d697 100644 --- a/WEB-INF/resources/ja.lang.php +++ b/WEB-INF/resources/ja.lang.php @@ -463,6 +463,10 @@ $i18n_key_words = array( 'form.users.rate' => '給料', 'form.users.default_rate' => 'デフォルト時間当り給料', +// Editing User form. See example at https://timetracker.anuko.com/user_edit.php +// TODO: translate the following. +// 'form.user_edit.swap_roles' => 'Swap roles', + // Roles form. See example at https://timetracker.anuko.com/roles.php // TODO: translate the following. // 'form.roles.active_roles' => 'Active Roles', @@ -500,7 +504,6 @@ $i18n_key_words = array( // Profile form. See example at https://timetracker.anuko.com/profile_edit.php. // TODO: translate the following. -// 'form.profile.swap_roles' => 'Swap roles', // 'form.profile.12_hours' => '12 hours', // 'form.profile.24_hours' => '24 hours', // 'form.profile.show_holidays' => 'Show holidays', @@ -519,6 +522,10 @@ $i18n_key_words = array( // 'form.profile.allow_ip' => 'Allow IP', // 'form.profile.plugins' => 'Plugins', +// Deleting Group form. See example at https://timetracker.anuko.com/delete_group.php +// TODO: translate the following. +// 'form.group_delete.hint' => 'Are you sure you want to delete the entire group?', + // Mail form. See example at https://timetracker.anuko.com/report_send.php when emailing a report. 'form.mail.from' => 'から', 'form.mail.to' => 'まで',