messenger_i18n_en.properties 6.85 KB
Newer Older
Matt Tucker's avatar
Matt Tucker committed
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
# $RCSfile$
# $Revision$
# $Date$

# This resource bundle file is the default resource bundle that will be
# used by Jive if a resource bundle for a specific Locale cannot be found.
#
# Additional locales can be specified by creating a new resource file in this
# directory using the following conventions:
#
#   jive_i18n "_" language "_" country ".properties"
#   jive_i18n "_" language ".properties"
#
# e.g.
#    jive_i18n_en.propertis       <- English resources
#    jive_i18n_en_US.properties   <- American US resources
#    jive_i18n_de.properties      <- German resources
#    jive_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 ''.
#

# Server startup messages
Matt Tucker's avatar
Matt Tucker committed
34
startup.name=Jive Messenger {0} Started [{1}]
Matt Tucker's avatar
Matt Tucker committed
35 36 37 38 39 40 41 42
startup.starting=Messenger domain: {0}
startup.starting.chat=Chat domain: {0}
startup.starting.muc=Multi User Chat domain: {0}
startup.caches=Initializing caches
startup.channels=Initializing channels
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.
Matt Tucker's avatar
Matt Tucker committed
43
startup.error.jivehome=Could not locate messengerHome. Set the messengerHome property or edit your messenger_init.xml file for app server deployments.
Matt Tucker's avatar
Matt Tucker committed
44
startup.missing-plugins=Could not locate the plugins directory. Possibly corrupt installation. No plugins will be loaded.
Matt Tucker's avatar
Matt Tucker committed
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 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104

# 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.drop-packet=Dropping unrecognized packet
admin.disconnect=Stream cut short (could be normal disconnect)

# Server messages (for server admin)
admin.password.update={0} updated password from session {1}
admin.authenticated={0} authenticated on connection {1}
admin.warn.license=License limit exceeded, refusing user connection
admin.error.license=Could not license plugin {0}

# Server messages (too users)
user.license=Try logging in later or contact your system administrator
user.license.title=Too many users logged in

admin.shutdown.now=The server is shutting down immediately

# XMPP error codes
xmpp.error.302=Redirect
xmpp.error.400=Bad Request
xmpp.error.401=Unauthorized
xmpp.error.402=Payment Required
xmpp.error.403=Forbidden
xmpp.error.404=Not Found
xmpp.error.405=Not Allowed
xmpp.error.406=Not Acceptable
xmpp.error.407=Registration Required
xmpp.error.408=Request Timeout
xmpp.error.409=Conflict
xmpp.error.500=Internal Server Error
xmpp.error.501=Not Implemented
xmpp.error.502=Remote Server Error
xmpp.error.503=Service Unavailable
xmpp.error.504=Remote Server Timeout
xmpp.error.unknown=Unknown error code

# Chat server messages
chat.join={0} has joined the room
chat.leave={0} has left the room
chat.error.not-supported=Chat client attempted to access unimplemented feature

# Multi User Chat server messages
muc.error.not-supported=Chat client attempted to access unimplemented feature
105 106 107
muc.new=This room is locked from entry until configuration is confirmed.
muc.locked=This room is now locked.
muc.unlocked=This room is now unlocked.
Matt Tucker's avatar
Matt Tucker committed
108
muc.warnnonanonymous=This room is not anonymous.
109
muc.roomIsNowMembersOnly=This room is now members-only.
Matt Tucker's avatar
Matt Tucker committed
110 111 112 113
# Labels for extended info (dataform) returned for disco#info requests
muc.extended.info.desc=Description
muc.extended.info.subject=Subject
muc.extended.info.occupants=Number of occupants
114
muc.extended.info.creationdate=Creation date
Matt Tucker's avatar
Matt Tucker committed
115 116 117 118 119 120 121 122 123 124 125
# Labels for room registration data form
muc.form.reg.title=Registration with the room
muc.form.reg.instruction=Please provide the following information to register with this room.
muc.form.reg.first-name=First Name
muc.form.reg.last-name=Last Name
muc.form.reg.nickname=Desired Nickname
muc.form.reg.url=Your URL
muc.form.reg.email=Email Address
muc.form.reg.faqentry=FAQ Entry
# Labels for room configuration data form
muc.form.conf.title=Room configuration
Matt Tucker's avatar
Matt Tucker committed
126 127
muc.form.conf.instruction=The room "{0}" has been created. To accept the default configuration, \
click the "OK" button. Or, modify the settings by completing the following form:
Matt Tucker's avatar
Matt Tucker committed
128 129
muc.form.conf.owner_roomname=Room Name
muc.form.conf.owner_roomdesc=Description
Matt Tucker's avatar
Matt Tucker committed
130
muc.form.conf.owner_changesubject=Allow Occupants to Change Subject
Matt Tucker's avatar
Matt Tucker committed
131
muc.form.conf.owner_maxusers=Maximum Room Occupants
Matt Tucker's avatar
Matt Tucker committed
132
muc.form.conf.none=None
Matt Tucker's avatar
Matt Tucker committed
133
muc.form.conf.owner_presencebroadcast=Roles for Which Presence is Broadcast
Matt Tucker's avatar
Matt Tucker committed
134 135 136
muc.form.conf.moderator=Moderator
muc.form.conf.participant=Participant
muc.form.conf.visitor=Visitor
Matt Tucker's avatar
Matt Tucker committed
137
muc.form.conf.owner_publicroom=List Room in Directory
Matt Tucker's avatar
Matt Tucker committed
138 139
muc.form.conf.owner_persistentroom=Room is Persistent
muc.form.conf.owner_moderatedroom=Room is Moderated
140
muc.form.conf.owner_membersonly=Room is Members-only
Matt Tucker's avatar
Matt Tucker committed
141
muc.form.conf.allowinvitesfixed=Note: by default, only admins can send invitations in an invitation-only room.
Matt Tucker's avatar
Matt Tucker committed
142
muc.form.conf.owner_allowinvites=Allow Occupants to Invite Others
Matt Tucker's avatar
Matt Tucker committed
143
muc.form.conf.owner_passwordprotectedroom=Password Required to Enter Room
Matt Tucker's avatar
Matt Tucker committed
144 145
muc.form.conf.roomsecretfixed=If a password is required to enter this room, you must specify the \
password below.
Matt Tucker's avatar
Matt Tucker committed
146 147
muc.form.conf.owner_roomsecret=Password
muc.form.conf.owner_whois=Role that May Discover Real JIDs of Occupants
Matt Tucker's avatar
Matt Tucker committed
148
muc.form.conf.anyone=Anyone
Matt Tucker's avatar
Matt Tucker committed
149 150 151
muc.form.conf.owner_enablelogging=Log Room Conversations
muc.form.conf.roomadminsfixed=You may specify administrators of this room. \
Please provide one JID per line.
Matt Tucker's avatar
Matt Tucker committed
152 153 154 155 156
muc.form.conf.owner_roomadmins=Room Admins
muc.form.conf.roomownersfixed=You may specify additional owners for this room. Please provide \
one JID per line.
muc.form.conf.owner_roomowners=Room Owners

157 158
# Messenger 
short.title = Jive Messenger
Matt Tucker's avatar
Matt Tucker committed
159
title = Jive Messenger