Commit 7b31f5c7 authored by Gaston Dombiak's avatar Gaston Dombiak Committed by gato

Added pubsub section (pending to be translated).

git-svn-id: http://svn.igniterealtime.org/svn/repos/wildfire/trunk@3687 b35dd754-fafc-0310-a699-88a17e54d16e
parent 179b35a2
......@@ -1510,4 +1510,69 @@ upgrade.database.unknown_db=Warning: database type unknown. You must manually up
upgrade.database.interbase_db=Warning: automatic upgrades of Interbase are not supported. You \
must manually upgrade your database.
upgrade.database.success=Database upgraded successfully.
upgrade.database.failure=Database upgrade failed. Please manually upgrade your database.
\ No newline at end of file
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=Set the default configuration 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=Allow subscriptions to node
pubsub.form.conf.subscription_required=New subscriptions require configuration
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=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=Publisher model
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=Max number of leaf nodes
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=Use the following form to approve or deny the subscription \
request.
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=Permission denied.
pubsub.command.pending-subscriptions.error.badid=Invalid node ID was selected.
\ No newline at end of file
......@@ -1507,4 +1507,69 @@ database.upgrade.unknown_db=Warning: database type unknown. You must manually up
database.upgrade.interbase_db=Warning: automatic upgrades of Interbase are not supported. You \
must manually upgrade your database.
upgrade.database.success=Database upgraded successfully.
upgrade.database.failure=Database upgrade failed. Please manually upgrade your database.
\ No newline at end of file
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=Set the default configuration 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=Allow subscriptions to node
pubsub.form.conf.subscription_required=New subscriptions require configuration
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=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=Publisher model
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=Max number of leaf nodes
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=Use the following form to approve or deny the subscription \
request.
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=Permission denied.
pubsub.command.pending-subscriptions.error.badid=Invalid node ID was selected.
\ No newline at end of file
......@@ -1623,4 +1623,69 @@ upgrade.database.unknown_db=Warning: database type unknown. You must manually up
upgrade.database.interbase_db=Warning: automatic upgrades of Interbase are not supported. You \
must manually upgrade your database.
upgrade.database.success=Database upgraded successfully.
upgrade.database.failure=Database upgrade failed. Please manually upgrade your database.
\ No newline at end of file
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=Set the default configuration 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=Allow subscriptions to node
pubsub.form.conf.subscription_required=New subscriptions require configuration
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=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=Publisher model
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=Max number of leaf nodes
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=Use the following form to approve or deny the subscription \
request.
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=Permission denied.
pubsub.command.pending-subscriptions.error.badid=Invalid node ID was selected.
\ No newline at end of file
......@@ -1508,4 +1508,69 @@ database.upgrade.unknown_db=Warning: database type unknown. You must manually up
database.upgrade.interbase_db=Warning: automatic upgrades of Interbase are not supported. You \
must manually upgrade your database.
upgrade.database.success=Database upgraded successfully.
upgrade.database.failure=Database upgrade failed. Please manually upgrade your database.
\ No newline at end of file
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=Set the default configuration 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=Allow subscriptions to node
pubsub.form.conf.subscription_required=New subscriptions require configuration
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=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=Publisher model
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=Max number of leaf nodes
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=Use the following form to approve or deny the subscription \
request.
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=Permission denied.
pubsub.command.pending-subscriptions.error.badid=Invalid node ID was selected.
\ No newline at end of file
......@@ -1484,4 +1484,69 @@ upgrade.database.old_schema=Found old database version. Upgrading...
upgrade.database.unknown_db=Warning: database type unknown. You must manually upgrade your database.
upgrade.database.interbase_db=Warning: automatic upgrades of Interbase are not supported. You \
must manually upgrade your database.
upgrade.database.done=Database upgraded successfully.
\ No newline at end of file
upgrade.database.done=Database upgraded successfully.
# Publish-Subscribe
startup.starting.pubsub=Publish-Subscribe domain: {0}
pubsub.form.default.title=Default Node configuration
pubsub.form.default.instruction=Set the default configuration 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=Allow subscriptions to node
pubsub.form.conf.subscription_required=New subscriptions require configuration
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=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=Publisher model
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=Max number of leaf nodes
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=Use the following form to approve or deny the subscription \
request.
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=Permission denied.
pubsub.command.pending-subscriptions.error.badid=Invalid node ID was selected.
\ No newline at end of file
......@@ -1511,4 +1511,69 @@ upgrade.database.unknown_db=Warning: database type unknown. You must manually up
upgrade.database.interbase_db=Warning: automatic upgrades of Interbase are not supported. You \
must manually upgrade your database.
upgrade.database.success=Database upgraded successfully.
upgrade.database.failure=Database upgrade failed. Please manually upgrade your database.
\ No newline at end of file
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=Set the default configuration 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=Allow subscriptions to node
pubsub.form.conf.subscription_required=New subscriptions require configuration
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=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=Publisher model
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=Max number of leaf nodes
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=Use the following form to approve or deny the subscription \
request.
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=Permission denied.
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