Commit 6ff3e09e authored by Gaston Dombiak's avatar Gaston Dombiak Committed by gato

Improved some pubsub entries.

git-svn-id: http://svn.igniterealtime.org/svn/repos/wildfire/trunk@3671 b35dd754-fafc-0310-a699-88a17e54d16e
parent d96803e0
...@@ -1671,7 +1671,7 @@ upgrade.database.failure=Database upgrade failed. Please manually upgrade your d ...@@ -1671,7 +1671,7 @@ upgrade.database.failure=Database upgrade failed. Please manually upgrade your d
startup.starting.pubsub=Publish-Subscribe domain: {0} startup.starting.pubsub=Publish-Subscribe domain: {0}
pubsub.form.default.title=Default Node configuration pubsub.form.default.title=Default Node configuration
pubsub.form.default.instruction=Configure the default configuration to apply for newly created nodes. pubsub.form.default.instruction=Set the default configuration for newly created nodes.
pubsub.form.conf.title=Node configuration pubsub.form.conf.title=Node configuration
pubsub.form.conf.instruction=Please provide the configuration for node "{0}". pubsub.form.conf.instruction=Please provide the configuration for node "{0}".
pubsub.form.conf.deliver_payloads=Deliver payloads with event notifications pubsub.form.conf.deliver_payloads=Deliver payloads with event notifications
...@@ -1680,8 +1680,8 @@ pubsub.form.conf.notify_delete=Notify subscribers when the node is deleted ...@@ -1680,8 +1680,8 @@ 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.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.presence_based=Only deliver notifications to available users
pubsub.form.conf.send_item_subscribe=Send items to new subscribers pubsub.form.conf.send_item_subscribe=Send items to new subscribers
pubsub.form.conf.subscribe=Whether to allow subscriptions pubsub.form.conf.subscribe=Allow subscriptions to node
pubsub.form.conf.subscription_required=Mandatory to configure new subscriptions pubsub.form.conf.subscription_required=New subscriptions require configuration
pubsub.form.conf.persist_items=Persist items to storage pubsub.form.conf.persist_items=Persist items to storage
pubsub.form.conf.max_items=Max number of items to persist 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.max_payload_size=Max payload size in bytes
...@@ -1703,13 +1703,14 @@ pubsub.form.conf.replyroom=Multi-user chat room to which replies should be sent ...@@ -1703,13 +1703,14 @@ 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.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_association=Users allowed to associate leaf nodes with the node
pubsub.form.conf.leaf_node_whitelist=Enter list of users 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.form.conf.leaf_nodes_max=Max number of leaf nodes
pubsub.notification.message.body=This message contains an event notification pubsub.notification.message.body=This message contains an event notification
pubsub.form.subscription.title=Subscription configuration pubsub.form.subscription.title=Subscription configuration
pubsub.form.subscription.instruction=Please provide the subscription configuration for node "{0}". pubsub.form.subscription.instruction=Please provide the subscription configuration for node "{0}".
pubsub.form.subscription.deliver=Enable delivery? pubsub.form.subscription.deliver=Enable delivery?
pubsub.form.subscription.digest=Receive digest notifications? 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.digest_frequency=Minimum number of milliseconds between sending any two \
notification digests
pubsub.form.subscription.expire=Requested lease period pubsub.form.subscription.expire=Requested lease period
pubsub.form.subscription.include_body=Receive message body in addition to payload? 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.show-values=Presence types which are allowed to receive notifications
...@@ -1717,8 +1718,8 @@ pubsub.form.subscription.subscription_type=Receive notification of items or node ...@@ -1717,8 +1718,8 @@ pubsub.form.subscription.subscription_type=Receive notification of items or node
pubsub.form.subscription.subscription_depth=Receive notification from all or direct child nodes pubsub.form.subscription.subscription_depth=Receive notification from all or direct child nodes
pubsub.form.subscription.keywords=Keyword to match pubsub.form.subscription.keywords=Keyword to match
pubsub.form.authorization.title=PubSub subscriber request pubsub.form.authorization.title=PubSub subscriber request
pubsub.form.authorization.instruction=To approve this entitys subscription request, click \ pubsub.form.authorization.instruction=Use the following form to approve or deny the subscription \
the OK button. To deny the request, click the cancel button. request.
pubsub.form.authorization.node=Node ID pubsub.form.authorization.node=Node ID
pubsub.form.authorization.subscriber=Subscriber Address pubsub.form.authorization.subscriber=Subscriber Address
pubsub.form.authorization.allow=Allow this JID to subscribe to this pubsub node? pubsub.form.authorization.allow=Allow this JID to subscribe to this pubsub node?
...@@ -1729,5 +1730,5 @@ pubsub.command.pending-subscriptions.node=Node ...@@ -1729,5 +1730,5 @@ pubsub.command.pending-subscriptions.node=Node
pubsub.command.pending-subscriptions.error.idrequired=ID of node is missing. 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.error.manyIDs=More than one nodeID was selected.
pubsub.command.pending-subscriptions.success=Pending subscriptions have been sent. 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.forbidden=Permission denied.
pubsub.command.pending-subscriptions.error.badid=Invalid node ID was selected. 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