diff options
Diffstat (limited to 'providers/bundles/org.eclipse.ecf.provider.xmpp.ui/src/org/eclipse/ecf/internal/provider/xmpp/ui/messages.properties')
-rw-r--r-- | providers/bundles/org.eclipse.ecf.provider.xmpp.ui/src/org/eclipse/ecf/internal/provider/xmpp/ui/messages.properties | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/src/org/eclipse/ecf/internal/provider/xmpp/ui/messages.properties b/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/src/org/eclipse/ecf/internal/provider/xmpp/ui/messages.properties new file mode 100644 index 000000000..dbfc93f55 --- /dev/null +++ b/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/src/org/eclipse/ecf/internal/provider/xmpp/ui/messages.properties @@ -0,0 +1,24 @@ +XMPPConnectWizardPage.WIZARD_TITLE=XMPP Connection Wizard +XMPPConnectWizardPage.WIZARD_DESCRIPTION=Specify a XMPP account to connect to. +XMPPCompoundContributionItem.CHOOSE_FILE=Choose File For {0} +XMPPConnectWizard.RECEIVE_ERROR_MESSAGE=Error receiving file {0} from {1}. Error: {2} +XMPPSConnectWizardPage.WIZARD_PAGE_TITLE=XMPPS Connection Wizard +XMPPSConnectWizardPage.WIZARD_PAGE_USERID=User ID: +XMPPSConnectWizardPage.WIZARD_PAGE_STATUS=An connect ID must be specified. +XMPPConnectWizardPage.LABEL_USERID=User ID: +XMPPConnectWizard.FILE_SAVE_TITLE=Save File From {0} +XMPPConnectWizard.SEE_DETAILS=See Details +XMPPConnectWizardPage.WIZARD_STATUS=An connect ID must be specified. +XMPPConnectWizardPage.USERID_TEMPLATE=<user>@<xmppserver>[:port] +XMPPConnectWizardPage.WIZARD_PASSWORD=Password: +XMPPConnectWizard.FILE_RECEIVE_TITLE=File Receive Request From {0} +XMPPConnectWizard.FILE_RECEIVE_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? +XMPPCompoundContributionItem.SEND_FILE=Send File +XMPPConnectWizard.RECEIVE_ERROR_TITLE=Receive Error +XMPPSConnectWizardPage.WIZARD_PAGE_DESCRIPTION=Specify a XMPP account to connect to. +XMPPCompoundContributionItem.SEND_ERROR_TITLE=Send Error +XMPPCompoundContributionItem.SEND_ERROR_MESSAGE=Error sending file {0}. Error: {1} +XMPPSConnectWizardPage.WIZARD_PAGE_TEMPLATE=<user>@<xmppserver>[:port] +XMPPSConnectWizardPage.WIZARD_PAGE_PASSWORD=Password: +XMPPCompoundContributionItem.FILE_SEND_REFUSED_TITLE=File Send Refused +XMPPCompoundContributionItem.FILE_SEND_REFUSED_MESSAGE=Send of {0} refused by {1} |