Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: f001101fa198de7a2300e732ac0a7684238e0794 (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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
################################################################################
# Copyright (c) 2007 Composent, Inc. 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
#
# Contributors:
#    Composent, Inc. - initial API and implementation
################################################################################

##########################
# Messages for EN locale #
##########################

Select = Select Wizard
ConfigurationWizard_title = Configuration Wizard
ConfigurationWizardSelectionPage_SELECT=Select
ConnectWizard_title = Connect Wizard

RosterView_ReceiveFile_title = File Receive Request From {0}
RosterView_ReceiveFile_message = User {0} would like to send you a file called {1}\n\nThe size of the file is {2}\nDescription: {3}\n\nDo you want to receive this file?

RosterView_ReceiveFile_filesavetitle = Save File From {0}

RosterView_ReceiveFile_acceptexception_title = Receive Error

RosterView_ReceiveFile_acceptexception_message = Error receiving file {0} from {1}.  Error: {2}

RosterView_SendFile_title = Choose File For {0}

RosterView_SendFile_response_title = File Send Refused

RosterView_SendFile_response_message = Send of {0} refused by {1}

RosterView_SendFile_requestexception_title = Send Error

RosterView_SendFile_requestexception_message = Error sending file {0}.  Error: {1}

RosterView_SendIM_menutext = Send IM to {0}

RosterView_SendFile_menutext = Send File to {0}

AbstractURIHyperlink_EXCEPTION_HYPERLINK=Exception in IRC hyperlink open
AbstractConnectWizardPage_CONNECT_ID_LABEL=Connect ID:
AbstractConnectWizardPage_USERNAME_LABEL=Username:
AbstractConnectWizardPage_PASSWORD_LABEL=Password:
AbstractConnectWizardPage_PROVIDER_TITLE=New Provider Connection


AsynchContainerConnectAction_EXCEPTION_CONNECT=Container connect exception
AsynchContainerConnectAction_JOB_NAME=Container connect
AsynchContainerConnectAction_MONITOR_BEGIN_TASK=Connecting to {0}...
ContainerConnectErrorDialog_ERROR_TITLE=Connect failed
ContainerConnectErrorDialog_ERROR_MESSAGE=Could not connect to {0}
ConfigurationWizardSelectionPage_WIZARD_CATEGORY=Protocols
ConfigurationWizardSelectionPage_UNCATEGORIZED_WIZARD_CATEGORY=Other
ConfigurationWizardSelectionPage_CONFIGURATION_WIZARD_PAGE_NAME=ConfigurationWizardSelectionPage
ConfigurationWizardSelectionPage_ERROR_MESSAGE=The container with type  {0} does not exist
ConfigurationWizardSelectionPage_CONFIGRATION_ERROR_TITLE=Problem Opening Wizard
ContainerCreateErrorDialog_CREATE_CONTAINER_ERROR_MESSAGE=Could not create container
ConfigurationWizardSelectionPage_CONFIGURATION_ERROR_MESSAGE=The wizard could not be opened.
AbstractConnectWizardPage_LOGIN_AUTOMATICALLY_LABEL=Login &automatically at startup
AbstractConnectWizardPage_CONNECTID_ERROR_STATUS=A connect ID must be specified.
ContainerCreateErrorDialog_CREATE_CONTAINER_ERROR_TITLE=Create Container Error
SelectProviderAction_WARNING_CONTAINER_TYPE_DESCRIPTION_NOT_FOUND=ContainerTypeDescription {0} not found
SelectProviderAction_selectProviderDialog_title=Providers
SelectProviderAction_selectProviderDialog_message=Select a provider:
ScreenCaptureScreenCaptureConfirmationDialog=Confirm send the screen capture to {0}

Back to the top