Administration
+管理
- Basic Settings
+
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 @@