Commit 597b2c67 authored by Gaston Dombiak's avatar Gaston Dombiak Committed by gato

Added pubsub entries (pending review). JM-613

git-svn-id: http://svn.igniterealtime.org/svn/repos/wildfire/trunk@3650 b35dd754-fafc-0310-a699-88a17e54d16e
parent 9629903e
......@@ -155,6 +155,7 @@
## Added key: 'sidebar.system-cache'
## Added key: 'sidebar.system-cache.descr'
## Added key: 'startup.starting.pubsub'
## Added section: 'pubsub.*'
## Added section: 'system.cache.*'
## Added section 'upgrade.database.*'
......@@ -1661,3 +1662,68 @@ upgrade.database.interbase_db=Warning: automatic upgrades of Interbase are not s
must manually upgrade your database.
upgrade.database.success=Database upgraded successfully.
upgrade.database.failure=Database upgrade failed. Please manually upgrade your database.
# Publish-Subscribe
startup.starting.pubsub=Publish-Subscribe domain: {0}
pubsub.form.default.title=Default Node configuration
pubsub.form.default.instruction=Configure the default configuration to apply for newly created nodes.
pubsub.form.conf.title=Node configuration
pubsub.form.conf.instruction=Please provide the configuration for node "{0}".
pubsub.form.conf.deliver_payloads=Deliver payloads with event notifications
pubsub.form.conf.notify_config=Notify subscribers when the node configuration changes
pubsub.form.conf.notify_delete=Notify subscribers when the node is deleted
pubsub.form.conf.notify_retract=Notify subscribers when items are removed from the node
pubsub.form.conf.presence_based=Only deliver notifications to available users
pubsub.form.conf.send_item_subscribe=Send items to new subscribers
pubsub.form.conf.subscribe=Whether to allow subscriptions
pubsub.form.conf.subscription_required=Mandatory to configure new subscriptions
pubsub.form.conf.persist_items=Persist items to storage
pubsub.form.conf.max_items=Max number of items to persist
pubsub.form.conf.max_payload_size=Max payload size in bytes
pubsub.form.conf.type=Specify the type of payload data to be provided at this node
pubsub.form.conf.body_xslt=Message body XSLT
pubsub.form.conf.dataform_xslt=Payload XSLT
pubsub.form.conf.access_model=Specify who may subscribe and retrieve items
pubsub.form.conf.publish_model=Specify the publisher model
pubsub.form.conf.current_approver=Specify the current subscription approver(s)
pubsub.form.conf.roster_allowed=Roster groups allowed to subscribe
pubsub.form.conf.contact=People to contact with questions
pubsub.form.conf.description=Description of the node
pubsub.form.conf.language=Default language
pubsub.form.conf.owner=Node owners
pubsub.form.conf.publisher=Node publishers
pubsub.form.conf.short_name=Short name for the node
pubsub.form.conf.itemreply=Select entity that should receive replies to items
pubsub.form.conf.replyroom=Multi-user chat room to which replies should be sent
pubsub.form.conf.replyto=Users to which replies should be sent
pubsub.form.conf.leaf_node_association=Users allowed to associate leaf nodes with the node
pubsub.form.conf.leaf_node_whitelist=Enter list of users
pubsub.form.conf.leaf_nodes_max=The maximum number of leaf nodes that can be associated with a collection
pubsub.notification.message.body=This message contains an event notification
pubsub.form.subscription.title=Subscription configuration
pubsub.form.subscription.instruction=Please provide the subscription configuration for node "{0}".
pubsub.form.subscription.deliver=Enable delivery?
pubsub.form.subscription.digest=Receive digest notifications?
pubsub.form.subscription.digest_frequency=Minimum number of milliseconds between sending any two notification digests
pubsub.form.subscription.expire=Requested lease period
pubsub.form.subscription.include_body=Receive message body in addition to payload?
pubsub.form.subscription.show-values=Presence types which are allowed to receive notifications
pubsub.form.subscription.subscription_type=Receive notification of items or nodes
pubsub.form.subscription.subscription_depth=Receive notification from all or direct child nodes
pubsub.form.subscription.keywords=Keyword to match
pubsub.form.authorization.title=PubSub subscriber request
pubsub.form.authorization.instruction=To approve this entitys subscription request, click \
the OK button. To deny the request, click the cancel button.
pubsub.form.authorization.node=Node ID
pubsub.form.authorization.subscriber=Subscriber Address
pubsub.form.authorization.allow=Allow this JID to subscribe to this pubsub node?
pubsub.command.pending-subscriptions.label=Authorize Pending Subscriptions
pubsub.command.pending-subscriptions.title=Authorize Pending Subscriptions
pubsub.command.pending-subscriptions.instruction=Select node to get pending subscriptions.
pubsub.command.pending-subscriptions.node=Node
pubsub.command.pending-subscriptions.error.idrequired=ID of node is missing.
pubsub.command.pending-subscriptions.error.manyIDs=More than one nodeID was selected.
pubsub.command.pending-subscriptions.success=Pending subscriptions have been sent.
pubsub.command.pending-subscriptions.error.forbidden=You do not have enough permissions.
pubsub.command.pending-subscriptions.error.badid=Invalid node ID was selected.
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment