blob: 46676240726fd8858d525c5205c0667bb7c083ed [file] [log] [blame]
################################################################################
# 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
# Jacek Pospychala <jacek.pospychala@pl.ibm.com> - bug 190851
################################################################################
IRCHyperlink_EXCEPTION_IRC_HYPERLINK=Exception in IRC hyperlink open
IRCConnectWizardPage_CONNECTID_LABEL=Connect ID:
IRCConnectWizardPage_PASSWORD_LABEL=Password:
IRCUI_JOIN_COMMAND=JOIN
IRCUI_QUIT_COMMAND=QUIT
IRCUI_DISCONNECT_CONFIRM_TITLE=Disconnect from Server
IRCUI_DISCONNECT_CONFIRM_MESSAGE=Disconnect from {0}?
IRCUI_PART_COMMAND=PART
IRCUI_DEPART_CONFIRM_TITLE=Depart from IRC Channel
IRCUI_DEPART_CONFIRM_MESSAGE=Depart from IRC channel {0}?
IRCConnectWizardPage_WIZARD_PAGE_TITLE=IRC Connection Wizard
IRCConnectWizardPage_WIZARD_PAGE_DESCRIPTION=Specify a user and IRC server to connect to.
IRCConnectWizardPage_STATUS_MESSAGE_EMPTY=A valid connect ID must be specified.
IRCConnectWizardPage_STATUS_MESSAGE_MALFORMED=The connect ID is malformed.
IRCConnectWizardPage_CONNECTID_EXAMPLE=<user>@<ircserver>[:port][/<channel>,<channel2>,...]
IRCConnectWizardPage_PASSWORD_INFO=Password is for password-protected IRC servers.
IRCConnectWizardPage_CONNECTID_DEFAULT=ecfuser{0}@irc.freenode.net/#eclipse
IRCConnectWizard_WIZARD_TITLE=New IRC Connection