/ org.eclipsetrader.news / plugin.properties
plugin.properties
1 ############################################################################### 2 # Copyright (c) 2004-2006 Marco Maccaferri and others. 3 # All rights reserved. This program and the accompanying materials 4 # are made available under the terms of the Eclipse Public License v1.0 5 # which accompanies this distribution, and is available at 6 # http://www.eclipse.org/legal/epl-v10.html 7 # 8 # Contributors: 9 # Marco Maccaferri - initial API and implementation 10 ############################################################################### 11 12 Perspective.News=News 13 14 Views.News=News 15 16 StopFeedAction.label=Stop News Feed 17 StopFeedAction.tooltip=Stop news feed 18 StartFeedAction.label=Start News Feed 19 StartFeedAction.tooltip=Start news feed 20 ShowNewsAction.label=Show News 21 22 PreferencePages.News=News 23 PreferencePages.RSSNews=RSS News 24 25 NewsProvider.RSS.name=RSS News 26 actionSet.label.news = News Feed Control 27 menu.label.news = News 28 themeElementCategory.label.newsList = News List 29 colorDefinition.label.newsList.background = Background 30 colorDefinition.label.newsList.foreground = Foreground 31 fontDefinition.label.newsList.font = Font 32 themeElementCategory.label.newsList.read = Readed Item 33 colorDefinition.label.newsList.read.background = Background 34 colorDefinition.label.newsList.read.foreground = Foreground 35 fontDefinition.label.newsList.read.font = Font 36 themeElementCategory.label.newsList.added = Recently Added Item 37 colorDefinition.label.newsList.added.background = Background 38 colorDefinition.label.newsList.added.foreground = Foreground 39 fontDefinition.label.newsList.added.font = Font 40 action.label.next = Next 41 action.label.previous = Previous 42 action.label.update = Update 43 action.tooltip.updateNews = Update news 44 action.label.showNews = Show News