Skip to main content
summaryrefslogtreecommitdiffstats
blob: e08a8316f885f6add8f958cd26dbec4e30aa94d5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
############################################################################
# Copyright (c) 2007 Composent Inc., IBM Corp. 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
# http://www.eclipse.org/legal/epl-v10.html
#
############################################################################
plugin.name = ECF Collaboration Examples
plugin.provider = Eclipse.org - ECF

perspective.name = Communications

connectionToProvider.name = Connect to Provider
connectionToProvider.tooltip = Connect to Provider

ShareHyperlinkDetector=Collaboration Example
view.name.Collaboration = Collaboration
page.name.Collaboration = Collaboration
keyword.label.collab_chat_ecf = collab chat ecf
texteditor.action.label.Share_Selection = Share Selection
texteditor.action.tooltip.Share_Selection = Share Selection to Remotes
javaeditor.action.label.Share_Selection = Share Selection
javaeditor.action.tooltip.Share_Selection = Share Selection to Remotes
actionSet.label.Communications = Communications
action.label.Connect_Workspace_to_Collaboration_Group = Connect Workspace to Collaboration Group...
action.tooltip.Connect_Workspace_to_Collaboration_Group = Connect Workspace to Collaboration Group
hyperlinkDetector.name.ECF_Generic = ECF Generic

Back to the top