Bug 356997 - TVT/DVT3.7:TCT98: TVT_PTB: "Theme" dropdown is in English on Preferences>General>Appearance
diff --git a/platform/org.eclipse.platform/META-INF/MANIFEST.MF b/platform/org.eclipse.platform/META-INF/MANIFEST.MF index 42fa7af..7596f0f 100644 --- a/platform/org.eclipse.platform/META-INF/MANIFEST.MF +++ b/platform/org.eclipse.platform/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Bundle-ManifestVersion: 2 Bundle-Name: %pluginName Bundle-SymbolicName: org.eclipse.platform; singleton:=true -Bundle-Version: 4.1.0.qualifier +Bundle-Version: 4.1.1.qualifier Bundle-ClassPath: platform.jar Bundle-Vendor: %providerName Bundle-Localization: plugin
diff --git a/platform/org.eclipse.platform/plugin.properties b/platform/org.eclipse.platform/plugin.properties index 2e65c19..6197546 100644 --- a/platform/org.eclipse.platform/plugin.properties +++ b/platform/org.eclipse.platform/plugin.properties
@@ -1,5 +1,5 @@ ############################################################################### -# Copyright (c) 2000, 2010 IBM Corporation and others. +# Copyright (c) 2000, 2011 IBM Corporation and others. # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at @@ -40,3 +40,15 @@ introDescription-overview = The Eclipse Platform is a kind of universal tool platform - an open extensible IDE for anything and nothing in particular. introDescription-tutorials = Learn how to be productive using Eclipse by completing end-to-end tutorials that will guide you along the way. introDescription-samples = Explore Eclipse by installing prefabricated samples (may require Internet connection). + +theme.default = Default Theme +theme.classic = Classic +theme.gtk = GTK +theme.mac = Mac +theme.win7 = Windows 7 +theme.winxpBlue = Windows XP Blue +theme.winxpOlive = Windows XP Olive +theme.win7Classic = Windows 7 Classic +theme.solaris = Solaris +theme.aix = AIX +theme.hpux = HPUX
diff --git a/platform/org.eclipse.platform/plugin.xml b/platform/org.eclipse.platform/plugin.xml index 6687494..0df25e7 100644 --- a/platform/org.eclipse.platform/plugin.xml +++ b/platform/org.eclipse.platform/plugin.xml
@@ -129,67 +129,67 @@ <theme basestylesheeturi="css/e4_default.css" id="org.eclipse.e4.ui.css.theme.e4_default.noos" - label="Default Theme"> + label="%theme.default"> </theme> <theme basestylesheeturi="css/e4_classic_winxp.css" id="org.eclipse.e4.ui.css.theme.e4_classic" - label="Classic"> + label="%theme.classic"> </theme> <theme basestylesheeturi="css/e4_default_gtk.css" id="org.eclipse.e4.ui.css.theme.e4_default" - label="GTK" + label="%theme.gtk" os="linux"> </theme> <theme basestylesheeturi="css/e4_default_mac.css" id="org.eclipse.e4.ui.css.theme.e4_default" - label="Mac" + label="%theme.mac" os="macosx"> </theme> <theme basestylesheeturi="css/e4_default_win7.css" id="org.eclipse.e4.ui.css.theme.e4_default" - label="Win7" + label="%theme.win7" os="win32" os_version="6.1"> </theme> <theme basestylesheeturi="css/e4_default_winxp_blu.css" id="org.eclipse.e4.ui.css.theme.e4_default" - label="Win XP Blue" + label="%theme.winxpBlue" os="win32"> </theme> <theme basestylesheeturi="css/e4_default_winxp_olv.css" id="org.eclipse.e4.ui.css.theme.e4_default.xpolive" - label="Win XP Olive" + label="%theme.winxpOlive" os="win32"> </theme> <theme basestylesheeturi="css/e4_classic_win7.css" id="org.eclipse.e4.ui.css.theme.e4_classic" - label="Win 7 Classic" + label="%theme.win7Classic" os="win32" os_version="6.1"> </theme> <theme basestylesheeturi="css/e4_default_gtk.css" id="org.eclipse.e4.ui.css.theme.e4_default" - label="Solaris" + label="%theme.solaris" os="solaris"> </theme> <theme basestylesheeturi="css/e4_default_gtk.css" id="org.eclipse.e4.ui.css.theme.e4_default" - label="AIX" + label="%theme.aix" os="aix"> </theme> <theme basestylesheeturi="css/e4_classic_winxp.css" id="org.eclipse.e4.ui.css.theme.e4_default" - label="HPUX" + label="%theme.hpux" os="hpux"> </theme> </extension>