Changeset 15148
- Timestamp:
- 07/04/08 16:18:20 (3 months ago)
- Location:
- platform/eclipse/sabotter/trunk/jp.xet.sabotter.core
- Files:
-
- 3 modified
-
META-INF/MANIFEST.MF (modified) (1 diff)
-
plugin.properties (modified) (1 diff)
-
plugin_ja.properties (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
platform/eclipse/sabotter/trunk/jp.xet.sabotter.core/META-INF/MANIFEST.MF
r15108 r15148 1 1 Manifest-Version: 1.0 2 2 Bundle-ManifestVersion: 2 3 Bundle-Name: Sabotter Core Plug-in3 Bundle-Name: %pluginName 4 4 Bundle-SymbolicName: jp.xet.sabotter.core;singleton:=true 5 5 Bundle-Version: 0.0.1.qualifier 6 Bundle-Vendor: Sabotter contributors6 Bundle-Vendor: %providerName 7 7 Eclipse-LazyStart: true 8 8 Bundle-ClassPath: ., -
platform/eclipse/sabotter/trunk/jp.xet.sabotter.core/plugin.properties
r15098 r15148 1 #Properties file for jp.xet.sabotter.eclipse 2 pluginName = Sabotter Plug-in 3 SabotterViewCategory.name = Sabotter 4 SabotterView.name = Sabotter 5 SabotterPreferencePage.name = Sabotter 6 SabotterThemeGroup.label = Sabotter 7 SabotterTheme.font_default_entry = Default entry font 8 SabotterTheme.font_unread_entry = Unread entry font 9 SabotterTheme.color_default_entry_foreground = Default entry color (Foreground) 10 SabotterTheme.color_default_entry_background = Default entry color (Background) 11 SabotterTheme.color_own_entry_foreground = Own entry color (Foreground) 12 SabotterTheme.color_own_entry_background = Own entry color (Background) 13 SabotterTheme.color_reply_entry_foreground = Reply entry color (Foreground) 14 SabotterTheme.color_reply_entry_background = Reply entry color (Background) 15 SabotterTheme.color_unread_entry_foreground = Unread entry color (Foreground) 16 SabotterTheme.color_unread_entry_background = Unread entry color (Background) 17 SabotterTheme.color_input_normal_foreground = Input field normal color (Foreground) 18 SabotterTheme.color_input_normal_background = Input field normal color (Background) 19 SabotterTheme.color_input_warn_foreground = Input field warning color (Foreground) 20 SabotterTheme.color_input_warn_background = Input field warning color (Background) 21 SabotterTheme.color_input_over_foreground = Input field overed color (Foreground) 22 SabotterTheme.color_input_over_background = Input field overed color (Background) 23 SabotterFilter.unread_only_filter = Unread only filter 24 SabotterFilter.user_filter = User filter 25 plugin.extension.services = Miniblog Service 26 plugin.extension.filters=TimeLine Filter 1 #Properties file for jp.xet.sabotter.core 2 pluginName = Sabotter core plug-in 3 providerName = Sabotter contributors -
platform/eclipse/sabotter/trunk/jp.xet.sabotter.core/plugin_ja.properties
r15098 r15148 1 #Properties file for jp.xet.sabotter.eclipse 2 pluginName = Sabotter Plug-in 3 SabotterViewCategory.name = \u3055\u307c\u3063\u305f\u30fc 4 SabotterView.name = \u3055\u307c\u3063\u305f\u30fc 5 SabotterPreferencePage.name = \u3055\u307c\u3063\u305f\u30fc 6 SabotterThemeGroup.label = \u3055\u307c\u3063\u305f\u30fc 7 SabotterTheme.font_default_entry = \u901a\u5e38\u30a8\u30f3\u30c8\u30ea\u306e\u30d5\u30a9\u30f3\u30c8 8 SabotterTheme.font_unread_entry = \u672a\u8aad\u30a8\u30f3\u30c8\u30ea\u306e\u30d5\u30a9\u30f3\u30c8 9 SabotterTheme.color_default_entry_foreground = \u901a\u5e38\u30a8\u30f3\u30c8\u30ea (\u6587\u5b57\u8272) 10 SabotterTheme.color_default_entry_background = \u901a\u5e38\u30a8\u30f3\u30c8\u30ea (\u80cc\u666f\u8272) 11 SabotterTheme.color_own_entry_foreground = \u81ea\u5206\u306e\u30a8\u30f3\u30c8\u30ea (\u6587\u5b57\u8272) 12 SabotterTheme.color_own_entry_background = \u81ea\u5206\u306e\u30a8\u30f3\u30c8\u30ea (\u80cc\u666f\u8272) 13 SabotterTheme.color_reply_entry_foreground = \u8fd4\u4fe1\u30a8\u30f3\u30c8\u30ea (\u6587\u5b57\u8272) 14 SabotterTheme.color_reply_entry_background = \u8fd4\u4fe1\u30a8\u30f3\u30c8\u30ea (\u80cc\u666f\u8272) 15 SabotterTheme.color_unread_entry_foreground = \u672a\u8aad\u30a8\u30f3\u30c8\u30ea (\u6587\u5b57\u8272) 16 SabotterTheme.color_unread_entry_background = \u672a\u8aad\u30a8\u30f3\u30c8\u30ea (\u80cc\u666f\u8272) 17 SabotterTheme.color_input_normal_foreground = \u901a\u5e38\u6642\u5165\u529b\u6b04 (\u6587\u5b57\u8272) 18 SabotterTheme.color_input_normal_background = \u901a\u5e38\u6642\u5165\u529b\u6b04 (\u80cc\u666f\u8272) 19 SabotterTheme.color_input_warn_foreground = \u8b66\u544a\u6642\u5165\u529b\u6b04 (\u6587\u5b57\u8272) 20 SabotterTheme.color_input_warn_background = \u8b66\u544a\u6642\u5165\u529b\u6b04 (\u80cc\u666f\u8272) 21 SabotterTheme.color_input_over_foreground = \u6587\u5b57\u6570\u8d85\u904e\u6642\u5165\u529b\u6b04 (\u6587\u5b57\u8272) 22 SabotterTheme.color_input_over_background = \u6587\u5b57\u6570\u8d85\u904e\u6642\u5165\u529b\u6b04 (\u80cc\u666f\u8272) 23 SabotterFilter.unread_only_filter = \u672a\u8aad\u306e\u307f\u30d5\u30a3\u30eb\u30bf 24 SabotterFilter.user_filter = \u30e6\u30fc\u30b6\u30d5\u30a3\u30eb\u30bf 25 plugin.extension.services = \u30df\u30cb\u30d6\u30ed\u30b0\u30b5\u30fc\u30d3\u30b9 26 plugin.extension.filters = \u30bf\u30a4\u30e0\u30e9\u30a4\u30f3\u30d5\u30a3\u30eb\u30bf 1 #Properties file for jp.xet.sabotter.core 2 pluginName = \u3055\u307c\u3063\u305f\u30fc\u30b3\u30a2\u30d7\u30e9\u30b0\u30a4\u30f3 3 providerName = \u3055\u307c\u3063\u305f\u30fc\u305a
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)