diff -ur webadmin-orig/basics.py webadmin/basics.py --- webadmin-orig/basics.py 2006-01-10 23:04:39.021413000 +0900 +++ webadmin/basics.py 2007-02-06 16:40:19.384222000 +0900 @@ -26,7 +26,7 @@ def get_admin_pages(self, req): if req.perm.has_permission('TRAC_ADMIN'): - yield ('general', 'General', 'basic', 'Basic Settings') + yield ('general', '一般', 'basic', '基本設定') def process_admin_request(self, req, cat, page, path_info): if req.method == "POST": diff -ur webadmin-orig/htdocs/css/admin.css webadmin/htdocs/css/admin.css --- webadmin-orig/htdocs/css/admin.css 2006-04-18 07:47:23.058604000 +0900 +++ webadmin/htdocs/css/admin.css 2007-02-06 16:40:41.916438000 +0900 @@ -28,6 +28,7 @@ table.listing { clear: none; width: 64% } table.listing .sel, table.listing .default { text-align: center; width: 1% } +table.listing th { white-space: nowrap } /* Plugins panel */ form#addplug { width: 35% } diff -ur webadmin-orig/logging.py webadmin/logging.py --- webadmin-orig/logging.py 2006-01-10 23:04:39.021413000 +0900 +++ webadmin/logging.py 2007-02-06 16:40:19.386125000 +0900 @@ -28,7 +28,7 @@ def get_admin_pages(self, req): if req.perm.has_permission('TRAC_ADMIN'): - yield ('general', 'General', 'logging', 'Logging') + yield ('general', '一般', 'logging', 'ログ') def process_admin_request(self, req, cat, page, path_info): log_type = self.config.get('logging', 'log_type') diff -ur webadmin-orig/perm.py webadmin/perm.py --- webadmin-orig/perm.py 2006-01-10 23:04:39.021413000 +0900 +++ webadmin/perm.py 2007-02-06 16:40:19.387309000 +0900 @@ -28,7 +28,7 @@ # IAdminPageProvider def get_admin_pages(self, req): if req.perm.has_permission('TRAC_ADMIN'): - yield ('general', 'General', 'perm', 'Permissions') + yield ('general', '一般', 'perm', 'パーミッション') def process_admin_request(self, req, cat, page, path_info): perm = PermissionSystem(self.env) diff -ur webadmin-orig/plugin.py webadmin/plugin.py --- webadmin-orig/plugin.py 2006-04-11 20:29:43.093314000 +0900 +++ webadmin/plugin.py 2007-02-06 16:40:19.389858000 +0900 @@ -54,7 +54,7 @@ def get_admin_pages(self, req): if req.perm.has_permission('TRAC_ADMIN'): - yield ('general', 'General', 'plugin', 'Plugins') + yield ('general', '一般', 'plugin', 'プラグイン') def process_admin_request(self, req, cat, page, _): req.perm.assert_permission('TRAC_ADMIN') diff -ur webadmin-orig/templates/admin.cs webadmin/templates/admin.cs --- webadmin-orig/templates/admin.cs 2006-07-31 06:20:23.354418000 +0900 +++ webadmin/templates/admin.cs 2007-02-06 16:40:19.391467000 +0900 @@ -5,7 +5,7 @@
-

Administration

+

管理

-
- +
diff -ur webadmin-orig/templates/admin_component.cs webadmin/templates/admin_component.cs --- webadmin-orig/templates/admin_component.cs 2006-09-23 02:07:13.625310000 +0900 +++ webadmin/templates/admin_component.cs 2007-02-06 16:45:21.525114000 +0900 @@ -1,15 +1,15 @@ -

Manage Components

コンポーネントの管理
- Modify Component: + コンポーネントの編集
-
-
- Add Component: + コンポーネントの追加:
- +
-
- +
- - + + @@ -73,8 +73,8 @@ /each ?>
 NameOwnerDefault
 名前オーナーデフォルト
- - + +

You can remove all items from this list to completely hide this field from the user interface.

diff -ur webadmin-orig/templates/admin_enum.cs webadmin/templates/admin_enum.cs --- webadmin-orig/templates/admin_enum.cs 2006-11-12 03:41:01.402426000 +0900 +++ webadmin/templates/admin_enum.cs 2007-02-06 16:45:36.519140000 +0900 @@ -1,16 +1,16 @@ -

Manage

の管理
- Modify + の編集
-
- - + +
- Add + の追加
- +
- +
- - + + @@ -52,8 +52,8 @@ /each ?>
 NameDefaultOrder
 名称デフォルト順序
- - + +

You can remove all items from this list to completely hide this field from the user interface.

diff -ur webadmin-orig/templates/admin_log.cs webadmin/templates/admin_log.cs --- webadmin-orig/templates/admin_log.cs 2006-12-09 08:24:44.839744000 +0900 +++ webadmin/templates/admin_log.cs 2007-02-06 16:40:19.398996000 +0900 @@ -1,8 +1,8 @@ -

Logging Configuration

+

ログの設定

-
-