Author: cluts
Date: 2008-12-08 11:48:41 -0500 (Mon, 08 Dec 2008)
New Revision: 11647
Modified:
trunk/ui/core/src/main/config/component/queue.xml
Log:
RF-4664 - language correction has been done
Modified: trunk/ui/core/src/main/config/component/queue.xml
===================================================================
--- trunk/ui/core/src/main/config/component/queue.xml 2008-12-08 16:46:17 UTC (rev 11646)
+++ trunk/ui/core/src/main/config/component/queue.xml 2008-12-08 16:48:41 UTC (rev 11647)
@@ -31,42 +31,41 @@
<property>
<name>size</name>
<classname>int</classname>
- <description>Defines the number of items allowed in the queue at one
time.</description>
+ <description>Defines the number of requests allowed in the queue at one
time.</description>
</property>
<property>
<name>name</name>
<classname>java.lang.String</classname>
- <description>The optional name of this component</description>
+ <description>The name of the queue</description>
<defaultvalue>""</defaultvalue>
</property>
<property >
<name>requestDelay</name>
<classname>int</classname>
- <description>Attribute defines the time (in ms.) that the request will be
wait in the queue before it is ready to send.
- When the delay time is over, the request will be sent to the server or removed if
the newest 'similar' request is in a queue already</description>
+ <description>Attribute defines the time (in ms) the request will be waiting
in the queue before it is ready to be sent.</description>
</property>
<property>
<name>ignoreDupResponses</name>
<classname>boolean</classname>
- <description>Attribute allows to ignore an Ajax Response produced by a request
if the newest 'similar' request is in a queue already.
- ignoreDupResponses="true" does not cancel the request while it is
processed on the server, but just allows to avoid unnecessary updates on the client side
if the response isn't actual now</description>
+ <description>Attribute allows you to ignore an Ajax response produced by a
request if the newest 'similar' request is in the queue already.
+ ignoreDupResponses="true" does not cancel the request while it is
processed on the server, but just allows avoiding unnecessary updates on the client side
if the response isn't actual now</description>
</property>
<property>
<name>timeout</name>
<classname>int</classname>
- <description>Response waiting time on a particular request. If a response is not
received during this time, the request is aborted</description>
+ <description>Waiting time for response on a particular request. If no response
is received during this time, the request is aborted</description>
</property>
<property>
<name>disabled</name>
<classname>boolean</classname>
- <description>If "true", disable this component on
page.</description>
+ <description>If "true", disables this component on
page.</description>
</property>
<property>
<name>onsubmit</name>
<classname>java.lang.String</classname>
- <description>JavaScript code for call before submission of ajax
event</description>
+ <description>JavaScript code for call before submission of an ajax
request</description>
</property>
<property>
<name>onbeforedomupdate</name>
@@ -81,7 +80,7 @@
<property>
<name>onerror</name>
<classname>java.lang.String</classname>
- <description>HTML: a script expression; event fires whenever an JavaScript error
occurs</description>
+ <description>HTML: a script expression; event fires whenever an JavaScript
server side error occurs</description>
</property>
<property>
<name>sizeExceededBehavior</name>