Skip to main content
summaryrefslogtreecommitdiffstats
blob: a3cf066db4b1777f8b940f6c44b385b0c3760bb4 (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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
LineChatClientView.contextmenu.send=Send EclipseProjectComponent...
LineChatClientView.contextmenu.message=Message to EclipseProjectComponent...
LineChatClientView.contextmenu.remove=Remove EclipseProjectComponent...
LineChatClientView.contextmenu.sendmessage=Send Message to Group...

LineChatClientView.contextmenu.appshare=Start Application Share...
LineChatClientView.contextmenu.appshare.confirmtitle=Confirm Start Application Share
LineChatClientView.contextmenu.appshare.confirmmessage=Choose 'OK' to start application sharing.  Once you choose 'OK', the cursor will change to allow you to select an application.  Move the mouse to select the application, and click the left mouse button to start sharing.  To cancel window selection, hit Esc or click the right mouse button

LineChatClientView.contextmenu.appshare.activetitle=Application Share Active
LineChatClientView.contextmenu.appshare.activemessage=Application Sharing Already Active.  To stop, click on stop icon in upper right of view

LineChatClientView.contextmenu.appshare.cancelledtitle=Application Share Cancelled
LineChatClientView.contextmenu.appshare.cancelledmessage=Application Sharing Cancelled by User

LineChatClientView.contextmenu.sendfile=Send File...
LineChatClientView.contextmenu.sendfileandlaunch=Send File and launch...

LineChatClientView.contextmenu.cobrowse=Co-Browse URL...
LineChatClientView.contextmenu.selectall=Select All
LineChatClientView.contextmenu.selectall.tooltip=Select All Text
LineChatClientView.contextmenu.copy=Copy
LineChatClientView.contextmenu.copy.tooltip=Copy Selected Text
LineChatClientView.contextmenu.clear=Clear
LineChatClientView.contextmenu.clear.tooltip=Clear Output Window
LineChatClientView.contextmenu.paste=Paste
LineChatClientView.contextmenu.paste.tooltip=Paste Clipboard for Input
LineChatClientView.contextmenu.runprogram=Start Remote Program...
LineChatClientView.contextmenu.repobject=Send Replicated Object to Group...
LineChatClientView.contextmenu.repobjectserver=Send Replicated Object to Server...
LineChatClientView.contextmenu.leaveGroup=Disconnect
LineChatClientView.contextmenu.sendCVSUpdateRequest=Send CVS Update Request...
LineChatClientView.contextmenu.sendCVSUpdateRequestInitStr=Please allow update
LineChatClientView.contextmenu.sendCVSUpdateRequestTitle=Launch CVS Update on Remote Clients
LineChatClientView.contextmenu.sendCVSUpdateRequestMessage=Message to Remote Users:

LineChatClientView.contextmenu.sendShowViewRequest=Send Show View Request...
LineChatClientView.contextmenu.sendShowViewRequest.dialog.title=Select View to Open for Group

LineChatClientView.textinputinit=<input chat text here>

LineChatClientView.contextmenu.closeMessageTitle="Confirm Close Collaboration for Project"
LineChatClientView.contextmenu.closeMessageMessage=Are you sure you want to close collaboration for '

Back to the top