# $RCSfile$ # $Revision: 3148 $ # $Date: 2005-12-01 14:50:45 -0300 (Thu, 01 Dec 2005) $ ## ## Connection Manager Resource Bundle ## ## Additional locales can be specified by creating a new resource file in this ## directory using the following conventions: ## ## cmanager_i18n "_" language "_" country ".properties" ## cmanager_i18n "_" language ".properties" ## ## e.g. ## cmanager_i18n_en.propertis <- English resources ## cmanager_i18n_en_US.properties <- American US resources ## cmanager_i18n_de.properties <- German resources ## cmanager_i18n_ja.properties <- Japanese resources ## ## Please note that the two digit language code should be lower case, and the ## two digit country code should be in uppercase. Often, it is not necessary to ## specify the country code. ## ## A full list of language codes can be found at ## http://www-old.ics.uci.edu/pub/ietf/http/related/iso639.txt ## and a full list of country codes can be found at ## http://www.chemie.fu-berlin.de/diverse/doc/ISO_3166.html ## ## In property strings that are parameterized, single quotes can be used to ## quote the "{" (curly brace) if necessary. A real single quote is represented by ''. ## ## REVISION HISTORY (by Connection Manager version): ## # Connection Manager short.title = Connection Manager title = Connection Manager # Log messages log.marker_inserted_by=--- Marker inserted by {0} at {1} --- # Server startup messages startup.name=Connection Manager {0} [{1}] startup.plain=Started plain (unencrypted) socket on port: {0} startup.ssl=Started SSL (encrypted) socket on port: {0} startup.error=Error starting the server. Please check the log files for more information. startup.error.jivehome=Could not locate managerHome. Set the managerHome property or edit \ your manager_init.xml file for app server deployments. # Standard server error messages (for server admin) admin.error=Internal server error admin.error.accept=Trouble accepting connection admin.error.bad-stream=Bad opening tag (not stream) admin.error.bad-namespace=Stream not in correct namespace admin.error.channel-notfound=Channel {0} could not be found admin.error.close=Could not close socket admin.error.connection=Connection closed before session established admin.error.deliver=Could not deliver packet admin.error.min-thread=Cannot set min thread count with invalid value. admin.error.max-thread=Cannot set max thread count with invalid value. admin.error.packet=Malformed packet received admin.error.packet.text=Unexpected raw text in the stream admin.error.packet.tag=Unexpected packet tag (not message,iq,presence) admin.error.routing=Could not route packet admin.error.socket-setup=Could not setup a server socket admin.error.ssl=Could not setup SSL socket admin.error.stream=Stream error detected admin.error.http.bind=Error starting http bind servlet admin.drop-packet=Dropping unrecognized packet admin.disconnect=Stream cut short (could be normal disconnect) # Setup setup.no_server_name=Unable to startup. You must enter a valid XMPP server name in the \ manager.xml configuration file.