Преглед на файлове

[DOCUMENTATION] English: manual fixes:
- wrap acronym with <acronym> inside <entry>
- wrap constant with <constant> inside <entry>

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@17230 44c647ce-9c0f-0410-b52a-842ac1e357ba

mikaelkael преди 16 години
родител
ревизия
22f502b74e
променени са 29 файла, в които са добавени 337 реда и са изтрити 337 реда
  1. 7 7
      documentation/manual/en/module_specs/Zend_Currency-Usage.xml
  2. 165 165
      documentation/manual/en/module_specs/Zend_Date-Constants.xml
  3. 5 5
      documentation/manual/en/module_specs/Zend_Date-Overview.xml
  4. 19 19
      documentation/manual/en/module_specs/Zend_Db_Adapter.xml
  5. 7 7
      documentation/manual/en/module_specs/Zend_Feed_Reader.xml
  6. 1 1
      documentation/manual/en/module_specs/Zend_Gdata_YouTube.xml
  7. 4 4
      documentation/manual/en/module_specs/Zend_Http_Client-Adapters.xml
  8. 1 1
      documentation/manual/en/module_specs/Zend_Http_Client.xml
  9. 4 4
      documentation/manual/en/module_specs/Zend_Ldap-API-Ldap-Attribute.xml
  10. 1 1
      documentation/manual/en/module_specs/Zend_Ldap-API-Ldap-Dn.xml
  11. 2 2
      documentation/manual/en/module_specs/Zend_Ldap-API-Ldap-Filter.xml
  12. 1 1
      documentation/manual/en/module_specs/Zend_Ldap-API-Ldap-Node-RootDse.xml
  13. 3 3
      documentation/manual/en/module_specs/Zend_Ldap-API-Ldap-Node-Schema.xml
  14. 3 3
      documentation/manual/en/module_specs/Zend_Ldap-API-Ldap-Node.xml
  15. 5 5
      documentation/manual/en/module_specs/Zend_Ldap-API-Ldap.xml
  16. 1 1
      documentation/manual/en/module_specs/Zend_Ldap-API.xml
  17. 38 38
      documentation/manual/en/module_specs/Zend_Locale-Functions.xml
  18. 2 2
      documentation/manual/en/module_specs/Zend_Mail_Read.xml
  19. 6 6
      documentation/manual/en/module_specs/Zend_Navigation-Pages-Common.xml
  20. 1 1
      documentation/manual/en/module_specs/Zend_Navigation-Pages-URI.xml
  21. 5 5
      documentation/manual/en/module_specs/Zend_Service_Amazon.xml
  22. 9 9
      documentation/manual/en/module_specs/Zend_Service_Amazon_Ec2-Image.xml
  23. 10 10
      documentation/manual/en/module_specs/Zend_Service_Amazon_Ec2-Instance.xml
  24. 1 1
      documentation/manual/en/module_specs/Zend_Service_Delicious.xml
  25. 4 4
      documentation/manual/en/module_specs/Zend_Service_Flickr.xml
  26. 15 15
      documentation/manual/en/module_specs/Zend_Service_Yahoo.xml
  27. 6 6
      documentation/manual/en/module_specs/Zend_Translate-Adapters.xml
  28. 10 10
      documentation/manual/en/module_specs/Zend_Validate-Messages.xml
  29. 1 1
      documentation/manual/en/module_specs/Zend_View-Helpers-Navigation.xml

+ 7 - 7
documentation/manual/en/module_specs/Zend_Currency-Usage.xml

@@ -319,19 +319,19 @@ echo $currency->toCurrency(1000, array('script' => 'Arab'));
                 </thead>
                 <tbody>
                     <row>
-                        <entry>NO_SYMBOL</entry>
+                        <entry><constant>NO_SYMBOL</constant></entry>
                         <entry>Do not display any currency representation</entry>
                     </row>
                     <row>
-                        <entry>USE_SYMBOL</entry>
+                        <entry><constant>USE_SYMBOL</constant></entry>
                         <entry>Display the currency symbol</entry>
                     </row>
                     <row>
-                        <entry>USE_SHORTNAME</entry>
+                        <entry><constant>USE_SHORTNAME</constant></entry>
                         <entry>Display the 3 lettered international currency abbreviation</entry>
                     </row>
                     <row>
-                        <entry>USE_NAME</entry>
+                        <entry><constant>USE_NAME</constant></entry>
                         <entry>Display the full currency name</entry>
                     </row>
                 </tbody>
@@ -352,17 +352,17 @@ echo $currency->toCurrency(1000, array('script' => 'Arab'));
                 </thead>
                 <tbody>
                     <row>
-                        <entry>STANDARD</entry>
+                        <entry><constant>STANDARD</constant></entry>
                         <entry>Set the standard position as defined within the locale</entry>
                     </row>
                     <row>
-                        <entry>RIGHT</entry>
+                        <entry><constant>RIGHT</constant></entry>
                         <entry>
                             Display the currency representation at the right side of the value
                         </entry>
                     </row>
                     <row>
-                        <entry>LEFT</entry>
+                        <entry><constant>LEFT</constant></entry>
                         <entry>
                             Display the currency representation at the left side of the value
                         </entry>

Файловите разлики са ограничени, защото са твърде много
+ 165 - 165
documentation/manual/en/module_specs/Zend_Date-Constants.xml


+ 5 - 5
documentation/manual/en/module_specs/Zend_Date-Overview.xml

@@ -293,7 +293,7 @@ print $date;
                             </entry>
                             <entry>
                                 UNIX timestamp, expressed in seconds elapsed since January 1st, 1970
-                                00:00:00 GMT/UTC.
+                                00:00:00 <acronym>GMT</acronym>/UTC.
                             </entry>
                         </row>
                         <row>
@@ -431,10 +431,10 @@ print $date;
                                 <ulink url="http://www.faqs.org/rfcs/rfc822.html">Arpa</ulink>
                             </entry>
                             <entry>
-                                Arpa dates (i.e. RFC 822 formatted dates) are supported. Output uses
+                                Arpa dates (i.e. <acronym>RFC</acronym> 822 formatted dates) are supported. Output uses
                                 either a "GMT" or "Local differential hours+min" format (see section
-                                5 of RFC 822). Before PHP 5.2.2, using the DATE_RFC822 constant with
-                                PHP date functions sometimes produces <ulink
+                                5 of <acronym>RFC</acronym> 822). Before <acronym>PHP</acronym> 5.2.2, using the DATE_RFC822 constant with
+                                <acronym>PHP</acronym> date functions sometimes produces <ulink
                                     url="http://bugs.php.net/bug.php?id=40308">incorrect
                                     results</ulink>. Zend_Date's results are correct. Example:
                                 <code>Mon, 31 Dec 06 23:59:59 GMT</code>
@@ -445,7 +445,7 @@ print $date;
                                 <ulink url="http://en.wikipedia.org/wiki/ISO_8601">Iso</ulink>
                             </entry>
                             <entry>
-                                Only complete ISO 8601 dates are supported for output. Example:
+                                Only complete <acronym>ISO</acronym> 8601 dates are supported for output. Example:
                                 <code>2009-02-14T00:31:30+01:00</code>
                             </entry>
                         </row>

+ 19 - 19
documentation/manual/en/module_specs/Zend_Db_Adapter.xml

@@ -1563,75 +1563,75 @@ try {
                 </thead>
                 <tbody>
                     <row>
-                        <entry>SCHEMA_NAME</entry>
+                        <entry><constant>SCHEMA_NAME</constant></entry>
                         <entry>(string)</entry>
                         <entry>Name of the database schema in which this table exists.</entry>
                     </row>
                     <row>
-                        <entry>TABLE_NAME</entry>
+                        <entry><constant>TABLE_NAME</constant></entry>
                         <entry>(string)</entry>
                         <entry>Name of the table to which this column belongs.</entry>
                     </row>
                     <row>
-                        <entry>COLUMN_NAME</entry>
+                        <entry><constant>COLUMN_NAME</constant></entry>
                         <entry>(string)</entry>
                         <entry>Name of the column.</entry>
                     </row>
                     <row>
-                        <entry>COLUMN_POSITION</entry>
+                        <entry><constant>COLUMN_POSITION</constant></entry>
                         <entry>(integer)</entry>
                         <entry>Ordinal position of the column in the table.</entry>
                     </row>
                     <row>
-                        <entry>DATA_TYPE</entry>
+                        <entry><constant>DATA_TYPE</constant></entry>
                         <entry>(string)</entry>
                         <entry>RDBMS name of the datatype of the column.</entry>
                     </row>
                     <row>
-                        <entry>DEFAULT</entry>
+                        <entry><constant>DEFAULT</constant></entry>
                         <entry>(string)</entry>
                         <entry>Default value for the column, if any.</entry>
                     </row>
                     <row>
-                        <entry>NULLABLE</entry>
+                        <entry><constant>NULLABLE</constant></entry>
                         <entry>(boolean)</entry>
                         <entry>
-                            True if the column accepts SQL NULLs, false if the column has a NOT NULL
+                            True if the column accepts <acronym>SQL</acronym> NULLs, false if the column has a NOT NULL
                             constraint.
                         </entry>
                     </row>
                     <row>
-                        <entry>LENGTH</entry>
+                        <entry><constant>LENGTH</constant></entry>
                         <entry>(integer)</entry>
-                        <entry>Length or size of the column as reported by the RDBMS.</entry>
+                        <entry>Length or size of the column as reported by the <acronym>RDBMS</acronym>.</entry>
                     </row>
                     <row>
-                        <entry>SCALE</entry>
+                        <entry><constant>SCALE</constant></entry>
                         <entry>(integer)</entry>
-                        <entry>Scale of SQL NUMERIC or DECIMAL type.</entry>
+                        <entry>Scale of <acronym>SQL</acronym> NUMERIC or <constant>DECIMAL</constant> type.</entry>
                     </row>
                     <row>
-                        <entry>PRECISION</entry>
+                        <entry><constant>PRECISION</constant></entry>
                         <entry>(integer)</entry>
-                        <entry>Precision of SQL NUMERIC or DECIMAL type.</entry>
+                        <entry>Precision of <acronym>SQL</acronym> NUMERIC or <constant>DECIMAL</constant> type.</entry>
                     </row>
                     <row>
-                        <entry>UNSIGNED</entry>
+                        <entry><constant>UNSIGNED</constant></entry>
                         <entry>(boolean)</entry>
-                        <entry>True if an integer-based type is reported as UNSIGNED.</entry>
+                        <entry>True if an integer-based type is reported as <constant>UNSIGNED</constant>.</entry>
                     </row>
                     <row>
-                        <entry>PRIMARY</entry>
+                        <entry><constant>PRIMARY</constant></entry>
                         <entry>(boolean)</entry>
                         <entry>True if the column is part of the primary key of this table.</entry>
                     </row>
                     <row>
-                        <entry>PRIMARY_POSITION</entry>
+                        <entry><constant>PRIMARY_POSITION</constant></entry>
                         <entry>(integer)</entry>
                         <entry>Ordinal position (1-based) of the column in the primary key.</entry>
                     </row>
                     <row>
-                        <entry>IDENTITY</entry>
+                        <entry><constant>IDENTITY</constant></entry>
                         <entry>(boolean)</entry>
                         <entry>True if the column uses an auto-generated value.</entry>
                     </row>

+ 7 - 7
documentation/manual/en/module_specs/Zend_Feed_Reader.xml

@@ -725,7 +725,7 @@ if(isset($links->atom)) {
                             Returns an Extension object for the feed registered under the
                             provided name. This allows more fine-grained access to
                             Extensions which may otherwise be hidden within the implementation
-                            of the standard API methods.
+                            of the standard <acronym>API</acronym> methods.
                         </entry>
                     </row>
 
@@ -998,7 +998,7 @@ if(isset($links->atom)) {
                             Returns an Extension object for the entry registered under the
                             provided name. This allows more fine-grained access to
                             Extensions which may otherwise be hidden within the implementation
-                            of the standard API methods.
+                            of the standard <acronym>API</acronym> methods.
                         </entry>
                     </row>
 
@@ -1085,7 +1085,7 @@ if(isset($links->atom)) {
                     <row>
                         <entry>Slash</entry>
 
-                        <entry>Implements support for the Slash RSS 1.0 module</entry>
+                        <entry>Implements support for the Slash <acronym>RSS</acronym> 1.0 module</entry>
                     </row>
 
                     <row>
@@ -1098,13 +1098,13 @@ if(isset($links->atom)) {
                         <entry>Thread</entry>
 
                         <entry>Implements support for Atom Threading Extensions as described
-                        in RFC 4685</entry>
+                        in <acronym>RFC</acronym> 4685</entry>
                     </row>
 
                     <row>
                         <entry>Podcast</entry>
 
-                        <entry>Implements support for the Podcast 1.0 DTD from Apple</entry>
+                        <entry>Implements support for the Podcast 1.0 <constant>DTD</constant> from Apple</entry>
                     </row>
                 </tbody>
             </tgroup>
@@ -1127,11 +1127,11 @@ if(isset($links->atom)) {
                 <tbody>
                     <row>
                         <entry>Syndication</entry>
-                        <entry>Implements Syndication 1.0 support for RSS feeds</entry>
+                        <entry>Implements Syndication 1.0 support for <acronym>RSS</acronym> feeds</entry>
                     </row>
                     <row>
                         <entry>CreativeCommons</entry>
-                        <entry>A RSS module that adds an element at the &lt;channel&gt;
+                        <entry>A <acronym>RSS</acronym> module that adds an element at the &lt;channel&gt;
                         or &lt;item&gt; level that specifies which Creative Commons license
                         applies.</entry>
                     </row>

+ 1 - 1
documentation/manual/en/module_specs/Zend_Gdata_YouTube.xml

@@ -414,7 +414,7 @@ echo "hometown: " . $userProfile->hometown->text . "\n";
                 <entry>mytestmovie.mov</entry>
               </row>
               <row>
-                <entry>File MIME type</entry>
+                <entry>File <acronym>MIME</acronym> type</entry>
                 <entry>video/quicktime</entry>
               </row>
               <row>

+ 4 - 4
documentation/manual/en/module_specs/Zend_Http_Client-Adapters.xml

@@ -79,7 +79,7 @@
                     <tbody>
                         <row>
                             <entry>persistent</entry>
-                            <entry>Whether to use persistent TCP connections</entry>
+                            <entry>Whether to use persistent <acronym>TCP</acronym> connections</entry>
                             <entry>boolean</entry>
                             <entry>false</entry>
                         </row>
@@ -91,13 +91,13 @@
                         </row>
                         <row>
                             <entry>sslcert</entry>
-                            <entry>Path to a PEM encoded SSL certificate</entry>
+                            <entry>Path to a <acronym>PEM</acronym> encoded <acronym>SSL</acronym> certificate</entry>
                             <entry>string</entry>
                             <entry>null</entry>
                         </row>
                         <row>
                             <entry>sslpassphrase</entry>
-                            <entry>Passphrase for the SSL certificate file</entry>
+                            <entry>Passphrase for the <acronym>SSL</acronym> certificate file</entry>
                             <entry>string</entry>
                             <entry>null</entry>
                         </row>
@@ -293,7 +293,7 @@ echo $opts['ssl']['peer_certificate'];
                         </row>
                         <row>
                             <entry>proxy_port</entry>
-                            <entry>Proxy server TCP port</entry>
+                            <entry>Proxy server <acronym>TCP</acronym> port</entry>
                             <entry>integer</entry>
                             <entry>8080 (default) or 81</entry>
                         </row>

+ 1 - 1
documentation/manual/en/module_specs/Zend_Http_Client.xml

@@ -82,7 +82,7 @@ $client->setConfig($config);
                         </row>
                         <row>
                             <entry>strictredirects</entry>
-                            <entry>Whether to strictly follow the RFC when redirecting (see <xref linkend="zend.http.client.redirections" />)</entry>
+                            <entry>Whether to strictly follow the <acronym>RFC</acronym> when redirecting (see <xref linkend="zend.http.client.redirections" />)</entry>
                             <entry>boolean</entry>
                             <entry>false</entry>
                         </row>

+ 4 - 4
documentation/manual/en/module_specs/Zend_Ldap-API-Ldap-Attribute.xml

@@ -150,7 +150,7 @@
                         $value)</code> </emphasis>
                     </entry>
                     <entry>
-                        Converts a PHP data type into its <acronym>LDAP</acronym> representation. See
+                        Converts a <acronym>PHP</acronym> data type into its <acronym>LDAP</acronym> representation. See
                         introduction for details.
                     </entry>
                 </row>
@@ -160,7 +160,7 @@
                         $value)</code> </emphasis>
                     </entry>
                     <entry>
-                        Converts an <acronym>LDAP</acronym> value into its PHP data type. See
+                        Converts an <acronym>LDAP</acronym> value into its <acronym>PHP</acronym> data type. See
                         introduction for details.
                     </entry>
                 </row>
@@ -173,7 +173,7 @@
                     <entry>
                         Converts a timestamp into its <acronym>LDAP</acronym> date/time representation.
                         If <varname>$utc</varname> is <constant>TRUE</constant> (<constant>FALSE</constant> by
-                        default) the resulting <acronym>LDAP</acronym> date/time string will be in UTC,
+                        default) the resulting <acronym>LDAP</acronym> date/time string will be in <acronym>UTC</acronym>,
                         otherwise a local date/time string will be returned.
                     </entry>
                 </row>
@@ -186,7 +186,7 @@
                     <entry>
                         Converts <acronym>LDAP</acronym> date/time representation into a timestamp. The
                         method returns <constant>NULL</constant> if <varname>$value</varname> can not be
-                        converted back into a PHP timestamp.
+                        converted back into a <acronym>PHP</acronym> timestamp.
                     </entry>
                 </row>
                 <row>

+ 1 - 1
documentation/manual/en/module_specs/Zend_Ldap-API-Ldap-Dn.xml

@@ -215,7 +215,7 @@
                         <emphasis><code>array escapeValue(string|array
                         $values)</code> </emphasis>
                     </entry>
-                    <entry>Escapes a DN value according to RFC 2253.</entry>
+                    <entry>Escapes a DN value according to <acronym>RFC</acronym> 2253.</entry>
                 </row>
                 <row>
                     <entry>

+ 2 - 2
documentation/manual/en/module_specs/Zend_Ldap-API-Ldap-Filter.xml

@@ -206,10 +206,10 @@
                         $values)</code> </emphasis>
                     </entry>
                     <entry>
-                        Escapes the given <varname>$values</varname> according to RFC 2254
+                        Escapes the given <varname>$values</varname> according to <acronym>RFC</acronym> 2254
                         so that they can be safely used in <acronym>LDAP</acronym> filters. If a single string
                         is given, a string is returned - otherwise an array is returned.
-                        Any control characters with an ACII code &lt; 32 as well as the
+                        Any control characters with an <acronym>ASCII</acronym> code &lt; 32 as well as the
                         characters with special meaning in <acronym>LDAP</acronym> filters "*", "(", ")", and
                         "\" (the backslash) are converted into the representation of a
                         backslash followed by two hex digits representing the hexadecimal

+ 1 - 1
documentation/manual/en/module_specs/Zend_Ldap-API-Ldap-Node-RootDse.xml

@@ -174,7 +174,7 @@
                         $ldap)</code>
                     </entry>
                     <entry>
-                        Reloads the current node's attributes from the given LDAP
+                        Reloads the current node's attributes from the given <acronym>LDAP</acronym>
                         server.
                     </entry>
                 </row>

+ 3 - 3
documentation/manual/en/module_specs/Zend_Ldap-API-Ldap-Node-Schema.xml

@@ -174,7 +174,7 @@
                         $ldap)</code>
                     </entry>
                     <entry>
-                        Reloads the current node's attributes from the given LDAP
+                        Reloads the current node's attributes from the given <acronym>LDAP</acronym>
                         server.
                     </entry>
                 </row>
@@ -217,7 +217,7 @@
                 </row>
                 <row>
                     <entry><code>string getOid()</code></entry>
-                    <entry>Gets the attribute OID.</entry>
+                    <entry>Gets the attribute <acronym>OID</acronym>.</entry>
                 </row>
                 <row>
                     <entry><code>string getSyntax()</code></entry>
@@ -256,7 +256,7 @@
                 </row>
                 <row>
                     <entry><code>string getOid()</code></entry>
-                    <entry>Returns the objectClass OID.</entry>
+                    <entry>Returns the objectClass <acronym>OID</acronym>.</entry>
                 </row>
                 <row>
                     <entry><code>array getMustContain()</code></entry>

+ 3 - 3
documentation/manual/en/module_specs/Zend_Ldap-API-Ldap-Node.xml

@@ -55,7 +55,7 @@
                 <row>
                     <entry><code>boolean isAttached()</code></entry>
                     <entry>
-                        Checks if the current node is attached to a LDAP
+                        Checks if the current node is attached to a <acronym>LDAP</acronym>
                         connection.
                     </entry>
                 </row>
@@ -451,7 +451,7 @@
                 <row>
                     <entry><code>Zend_Ldap_Node reload(Zend_Ldap $ldap)</code></entry>
                     <entry>
-                        Reloads the current node's attributes from the given LDAP
+                        Reloads the current node's attributes from the given <acronym>LDAP</acronym>
                         server (current server is used if <constant>NULL</constant> is
                         passed).
                     </entry>
@@ -514,7 +514,7 @@
                         $ldap)</code>
                     </entry>
                     <entry>
-                        Returns the parent of the current node using the LDAP
+                        Returns the parent of the current node using the <acronym>LDAP</acronym>
                         connection <varname>$ldap</varname> (uses the current <acronym>LDAP</acronym> connection if
                         omitted).
                     </entry>

+ 5 - 5
documentation/manual/en/module_specs/Zend_Ldap-API-Ldap.xml

@@ -25,7 +25,7 @@
                         <code>string filterEscape(string $str)</code>
                     </entry>
                     <entry>
-                        Escapes a value to be used in a <acronym>LDAP</acronym> filter according to RFC
+                        Escapes a value to be used in a <acronym>LDAP</acronym> filter according to <acronym>RFC</acronym>
                         2254. This method is <emphasis>deprecated</emphasis>, please use
                         <methodname>Zend_Ldap_Filter_Abstract::escapeValue()</methodname>
                         instead.
@@ -63,7 +63,7 @@
                 <row>
                     <entry><code>integer getLastErrorCode()</code></entry>
                     <entry>
-                        Returns the <acronym>LDAP</acronym> error number of the last LDAP
+                        Returns the <acronym>LDAP</acronym> error number of the last <acronym>LDAP</acronym>
                         command.
                     </entry>
                 </row>
@@ -120,7 +120,7 @@
                 <row>
                     <entry><code>Zend_Ldap disconnect()</code></entry>
                     <entry>
-                        Disconnects the Zend_Ldap instance from the LDAP
+                        Disconnects the Zend_Ldap instance from the <acronym>LDAP</acronym>
                         server.
                     </entry>
                 </row>
@@ -130,7 +130,7 @@
                     </entry>
                     <entry>
                         Connects the Zend_Ldap instance to the given <acronym>LDAP</acronym> server.
-                        All parameters are optional and will be taken from the LDAP
+                        All parameters are optional and will be taken from the <acronym>LDAP</acronym>
                         connection and binding parameters passed to the instance via the
                         construtor or via <methodname>Zend_Ldap::setOptions()</methodname> when set to
                         <constant>NULL</constant>.
@@ -288,7 +288,7 @@
                         $attributes, string $sort)</code>
                     </entry>
                     <entry>
-                        Performs a search operation and returns the result as an PHP
+                        Performs a search operation and returns the result as an <acronym>PHP</acronym>
                         array. This is essentially the same method as
                         <methodname>Zend_Ldap::search()</methodname> except for the return type. See
                         <methodname>Zend_Ldap::search()</methodname> for a detailed description of the

+ 1 - 1
documentation/manual/en/module_specs/Zend_Ldap-API.xml

@@ -110,7 +110,7 @@
                     <row>
                         <entry><property>accountDomainName</property></entry>
                         <entry>
-                            The FQDN domain for which the target <acronym>LDAP</acronym> server
+                            The <acronym>FQDN</acronym> domain for which the target <acronym>LDAP</acronym> server
                             is an authority (e.g., example.com).
                         </entry>
                     </row>

+ 38 - 38
documentation/manual/en/module_specs/Zend_Locale-Functions.xml

@@ -243,7 +243,7 @@ print Zend_Locale::getTranslation('de', 'language', 'zh');
                         <entry>Returns a localized list of all territories. This contains countries,
                             continents and territories. To get only territories and continents
                             use '1' as value. To get only countries use '2' as value. The country part of
-                            the locale is used as key where applicable. In the other case the official ISO
+                            the locale is used as key where applicable. In the other case the official <acronym>ISO</acronym>
                             code for this territory is used. The translated territory is returned as value.
                             When you omit the value you will get a list with both.</entry>
                     </row>
@@ -456,28 +456,28 @@ print Zend_Locale::getTranslation('de', 'language', 'zh');
                     <row>
                         <entry><emphasis>CurrencyToRegion</emphasis></entry>
                         <entry>Returns a list of currencies which are known to be used within a region.
-                            The ISO3166 value ('region') is used as array key and the ISO4217 value
+                            The <constant>ISO3166</constant> value ('region') is used as array key and the <constant>ISO4217</constant> value
                             ('currency') as array value. Use
                             <link linkend="zend.currency.introduction">Zend_Currency</link> for simplicity</entry>
                     </row>
                     <row>
                         <entry><emphasis>RegionToCurrency</emphasis></entry>
-                        <entry>Returns a list of regions where a currency is used . The ISO4217 value ('currency')
-                            is used as array key and the ISO3166 value ('region') as array value. When a currency
+                        <entry>Returns a list of regions where a currency is used . The <constant>ISO4217</constant> value ('currency')
+                            is used as array key and the <constant>ISO3166</constant> value ('region') as array value. When a currency
                             is used in several regions these regions are separated with a whitespace. Use
                             <link linkend="zend.currency.introduction">Zend_Currency</link> for simplicity</entry>
                     </row>
                     <row>
                         <entry><emphasis>RegionToTerritory</emphasis></entry>
                         <entry>Returns a list of territories with the countries or sub territories which are
-                            included within that territory. The ISO territory code ('territory') is used as
-                            array key and the ISO3166 value ('region') as array value. When a territory contains
+                            included within that territory. The <acronym>ISO</acronym> territory code ('territory') is used as
+                            array key and the <constant>ISO3166</constant> value ('region') as array value. When a territory contains
                             several regions these regions are separated with a whitespace</entry>
                     </row>
                     <row>
                         <entry><emphasis>TerritoryToRegion</emphasis></entry>
                         <entry>Returns a list of regions and the territories where these regions are located.
-                            The ISO3166 code ('region') is used as array key and the ISO territory code
+                            The <constant>ISO3166</constant> code ('region') is used as array key and the <acronym>ISO</acronym> territory code
                             ('territory') as array value. When a region is located in several territories
                             these territories are separated with a whitespace</entry>
                     </row>
@@ -508,37 +508,37 @@ print Zend_Locale::getTranslation('de', 'language', 'zh');
                     </row>
                     <row>
                         <entry><emphasis>TimezoneToWindows</emphasis></entry>
-                        <entry>Returns a list of windows timezones and the related ISO timezone. The windows
-                            timezone is used as array key and the ISO timezone as array value</entry>
+                        <entry>Returns a list of windows timezones and the related <acronym>ISO</acronym> timezone. The windows
+                            timezone is used as array key and the <acronym>ISO</acronym> timezone as array value</entry>
                     </row>
                     <row>
                         <entry><emphasis>WindowsToTimezone</emphasis></entry>
-                        <entry>Returns a list of ISO timezones and the related windows timezone. The ISO
+                        <entry>Returns a list of <acronym>ISO</acronym> timezones and the related windows timezone. The <acronym>ISO</acronym>
                             timezone is used as array key and the windows timezone as array value</entry>
                     </row>
                     <row>
                         <entry><emphasis>TerritoryToTimezone</emphasis></entry>
-                        <entry>Returns a list of regions or territories and the related ISO timezone. The
-                            ISO timezone is used as array key and the territory code as array value</entry>
+                        <entry>Returns a list of regions or territories and the related <acronym>ISO</acronym> timezone. The
+                            <acronym>ISO</acronym> timezone is used as array key and the territory code as array value</entry>
                     </row>
                     <row>
                         <entry><emphasis>TimezoneToTerritory</emphasis></entry>
                         <entry>Returns a list of timezones and the related region or territory code. The
-                            region or territory code is used as array key and the ISO timezone as array
+                            region or territory code is used as array key and the <acronym>ISO</acronym> timezone as array
                             value</entry>
                     </row>
                     <row>
                         <entry><emphasis>CityToTimezone</emphasis></entry>
                         <entry>Returns a localized list of cities which can be used as translation for a
                             related timezone. Not for all timezones is a translation available, but for a
-                            user is the real city written in his languages more accurate than the ISO name
-                            of this timezone. The ISO timezone is used as array key and the translated
+                            user is the real city written in his languages more accurate than the <acronym>ISO</acronym> name
+                            of this timezone. The <acronym>ISO</acronym> timezone is used as array key and the translated
                             city as array value</entry>
                     </row>
                     <row>
                         <entry><emphasis>TimezoneToCity</emphasis></entry>
                         <entry>Returns a list of timezones for localized city names. The localized city is
-                            used as array key and the ISO timezone name as array value</entry>
+                            used as array key and the <acronym>ISO</acronym> timezone name as array value</entry>
                     </row>
                     <row>
                         <entry><emphasis>PhoneToTerritory</emphasis></entry>
@@ -580,7 +580,7 @@ print Zend_Locale::getTranslation('de', 'language', 'zh');
                     <row>
                         <entry><emphasis>PostalToTerritory</emphasis></entry>
                         <entry>Returns a list of territories with a regex for postal codes which are
-                            included within that territory. The ISO territory code ('territory') is used as
+                            included within that territory. The <acronym>ISO</acronym> territory code ('territory') is used as
                             array key and the regex as array value.</entry>
                     </row>
                     <row>
@@ -856,7 +856,7 @@ print Zend_Locale::getTranslation('de', 'language', 'zh');
                     <row>
                         <entry><emphasis>NameToCurrency</emphasis></entry>
                         <entry>Returns the translated name for a given currency. The currency has to be
-                            given in ISO format which is for example 'EUR' for the currency 'euro'. Use
+                            given in <acronym>ISO</acronym> format which is for example 'EUR' for the currency 'euro'. Use
                             <link linkend="zend.currency.introduction">Zend_Currency</link> for simplicity</entry>
                     </row>
                     <row>
@@ -881,100 +881,100 @@ print Zend_Locale::getTranslation('de', 'language', 'zh');
                     <row>
                         <entry><emphasis>CurrencyFraction</emphasis></entry>
                         <entry>Returns the fraction to use for a given currency. You must give the currency
-                            as ISO value. Use <link linkend="zend.currency.introduction">Zend_Currency</link>
+                            as <acronym>ISO</acronym> value. Use <link linkend="zend.currency.introduction">Zend_Currency</link>
                             for simplicity</entry>
                     </row>
                     <row>
                         <entry><emphasis>CurrencyRounding</emphasis></entry>
                         <entry>Returns how to round a given currency. You must give the currency
-                            as ISO value. If you omit the currency then the 'DEFAULT' rounding will be
+                            as <acronym>ISO</acronym> value. If you omit the currency then the 'DEFAULT' rounding will be
                             returned. Use <link linkend="zend.currency.introduction">Zend_Currency</link>
                             for simplicity</entry>
                     </row>
                     <row>
                         <entry><emphasis>CurrencyToRegion</emphasis></entry>
                         <entry>Returns the currency for a given region. The region code has to be given
-                            as ISO3166 string for example 'AT' for austria. Use
+                            as <constant>ISO3166</constant> string for example 'AT' for austria. Use
                             <link linkend="zend.currency.introduction">Zend_Currency</link> for simplicity</entry>
                     </row>
                     <row>
                         <entry><emphasis>RegionToCurrency</emphasis></entry>
                         <entry>Returns the regions where a currency is used. The currency has to be given
-                            as ISO4217 code for example 'EUR' for euro. When a currency is used in multiple
+                            as <constant>ISO4217</constant> code for example 'EUR' for euro. When a currency is used in multiple
                             regions, these regions are separated with a whitespace character. Use
                             <link linkend="zend.currency.introduction">Zend_Currency</link> for simplicity</entry>
                     </row>
                     <row>
                         <entry><emphasis>RegionToTerritory</emphasis></entry>
                         <entry>Returns the regions for a given territory. The territory has to be given as
-                            ISO4217 string for example '001' for world. The regions within this territory
+                            <constant>ISO4217</constant> string for example '001' for world. The regions within this territory
                             are separated with a whitespace character</entry>
                     </row>
                     <row>
                         <entry><emphasis>TerritoryToRegion</emphasis></entry>
                         <entry>Returns the territories where a given region is located. The region has to be
-                            given in ISO3166 string for example 'AT' for austria. When a region is located in
+                            given in <constant>ISO3166</constant> string for example 'AT' for austria. When a region is located in
                             multiple territories then these territories are separated with a whitespace
                             character</entry>
                     </row>
                     <row>
                         <entry><emphasis>ScriptToLanguage</emphasis></entry>
                         <entry>Returns the scripts which are used within a given language. The language has
-                            to be given as ISO language code for example 'en' for english. When multiple
+                            to be given as <acronym>ISO</acronym> language code for example 'en' for english. When multiple
                             scripts are used within a language then these scripts are separated with a
                             whitespace character</entry>
                     </row>
                     <row>
                         <entry><emphasis>LanguageToScript</emphasis></entry>
                         <entry>Returns the languages which are used within a given script. The script has to be
-                            given as ISO script code for example 'Latn' for latin. When a script is used in
+                            given as <acronym>ISO</acronym> script code for example 'Latn' for latin. When a script is used in
                             multiple languages then these languages are separated with a whitespace
                             character</entry>
                     </row>
                     <row>
                         <entry><emphasis>TerritoryToLanguage</emphasis></entry>
                         <entry>Returns the territories where a given language is used. The language has
-                            to be given as ISO language code for example 'en' for english. When multiple
+                            to be given as <acronym>ISO</acronym> language code for example 'en' for english. When multiple
                             territories exist where this language is used then these territories are
                             separated with a whitespace character</entry>
                     </row>
                     <row>
                         <entry><emphasis>LanguageToTerritory</emphasis></entry>
                         <entry>Returns the languages which are used within a given territory. The territory
-                            has to be given as ISO3166 code for example 'IT' for italia. When a language
+                            has to be given as <constant>ISO3166</constant> code for example 'IT' for italia. When a language
                             is used in multiple territories then these territories are separated with a
                             whitespace character</entry>
                     </row>
                     <row>
                         <entry><emphasis>TimezoneToWindows</emphasis></entry>
-                        <entry>Returns a ISO timezone for a given windows timezone</entry>
+                        <entry>Returns a <acronym>ISO</acronym> timezone for a given windows timezone</entry>
                     </row>
                     <row>
                         <entry><emphasis>WindowsToTimezone</emphasis></entry>
-                        <entry>Returns a windows timezone for a given ISO timezone</entry>
+                        <entry>Returns a windows timezone for a given <acronym>ISO</acronym> timezone</entry>
                     </row>
                     <row>
                         <entry><emphasis>TerritoryToTimezone</emphasis></entry>
-                        <entry>Returns the territory for a given ISO timezone</entry>
+                        <entry>Returns the territory for a given <acronym>ISO</acronym> timezone</entry>
                     </row>
                     <row>
                         <entry><emphasis>TimezoneToTerritory</emphasis></entry>
-                        <entry>Returns the ISO timezone for a given territory</entry>
+                        <entry>Returns the <acronym>ISO</acronym> timezone for a given territory</entry>
                     </row>
                     <row>
                         <entry><emphasis>CityToTimezone</emphasis></entry>
-                        <entry>Returns the localized city for a given ISO timezone. Not for all timezones
+                        <entry>Returns the localized city for a given <acronym>ISO</acronym> timezone. Not for all timezones
                             does a city translation exist</entry>
                     </row>
                     <row>
                         <entry><emphasis>TimezoneToCity</emphasis></entry>
-                        <entry>Returns the ISO timezone for a given localized city name. Not for all cities
+                        <entry>Returns the <acronym>ISO</acronym> timezone for a given localized city name. Not for all cities
                             does a timezone exist</entry>
                     </row>
                     <row>
                         <entry><emphasis>PhoneToTerritory</emphasis></entry>
                         <entry>Returns the telephone code for a given territory (region). The territory code
-                            has to be given as ISO3166 string for example 'AT' for austria</entry>
+                            has to be given as <constant>ISO3166</constant> string for example 'AT' for austria</entry>
                     </row>
                     <row>
                         <entry><emphasis>TerritoryToPhone</emphasis></entry>
@@ -986,7 +986,7 @@ print Zend_Locale::getTranslation('de', 'language', 'zh');
                     <row>
                         <entry><emphasis>NumericToTerritory</emphasis></entry>
                         <entry>Returns the 3 digit number code for a given territory (region). The territory
-                            code has to be given as ISO3166 string for example 'AT' for austria</entry>
+                            code has to be given as <constant>ISO3166</constant> string for example 'AT' for austria</entry>
                     </row>
                     <row>
                         <entry><emphasis>TerritoryToNumeric</emphasis></entry>
@@ -997,7 +997,7 @@ print Zend_Locale::getTranslation('de', 'language', 'zh');
                     <row>
                         <entry><emphasis>Alpha3ToTerritory</emphasis></entry>
                         <entry>Returns the 3 sign character code for a given territory (region). The territory
-                            code has to be given as ISO3166 string for example 'AT' for austria</entry>
+                            code has to be given as <constant>ISO3166</constant> string for example 'AT' for austria</entry>
                     </row>
                     <row>
                         <entry><emphasis>TerritoryToAlpha3</emphasis></entry>
@@ -1007,7 +1007,7 @@ print Zend_Locale::getTranslation('de', 'language', 'zh');
                         <entry><emphasis>PostalToTerritory</emphasis></entry>
                         <entry>
                             Returns the a regex for postal codes for a given territory. The
-                            territory has to be given as ISO4217 string for example '001' for
+                            territory has to be given as <constant>ISO4217</constant> string for example '001' for
                             world</entry>
                     </row>
                     <row>

+ 2 - 2
documentation/manual/en/module_specs/Zend_Mail_Read.xml

@@ -18,7 +18,7 @@
                     <entry>Mbox</entry>
                     <entry>Maildir</entry>
                     <entry>Pop3</entry>
-                    <entry>IMAP</entry>
+                    <entry><constant>IMAP</constant></entry>
                 </row>
             </thead>
             <tbody>
@@ -37,7 +37,7 @@
                     <entry>Yes</entry>
                 </row>
                 <row>
-                    <entry>Fetch MIME-part</entry>
+                    <entry>Fetch <acronym>MIME</acronym>-part</entry>
                     <entry>emulated</entry>
                     <entry>emulated</entry>
                     <entry>emulated</entry>

+ 6 - 6
documentation/manual/en/module_specs/Zend_Navigation-Pages-Common.xml

@@ -57,7 +57,7 @@
                     <entry><type>String</type></entry>
                     <entry><constant>NULL</constant></entry>
                     <entry>
-                        A CSS class that may be used when rendering the page,
+                        A <acronym>CSS</acronym> class that may be used when rendering the page,
                         typically in an anchor element.
                     </entry>
                 </row>
@@ -127,9 +127,9 @@
                     <entry><type>String</type> | <classname>Zend_Acl_Resource_Interface</classname> | <constant>NULL</constant></entry>
                     <entry><constant>NULL</constant></entry>
                     <entry>
-                        ACL resource to associate with the page. Read more in
+                        <acronym>ACL</acronym> resource to associate with the page. Read more in
                         <link linkend="zend.view.helpers.initial.navigation.acl">the
-                        section on ACL integration in view helpers.</link>.
+                        section on <acronym>ACL</acronym> integration in view helpers.</link>.
                     </entry>
                 </row>
                 <row>
@@ -137,9 +137,9 @@
                     <entry><type>String</type> | <constant>NULL</constant></entry>
                     <entry><constant>NULL</constant></entry>
                     <entry>
-                        ACL privilege to associate with the page. Read more in
+                        <acronym>ACL</acronym> privilege to associate with the page. Read more in
                         <link linkend="zend.view.helpers.initial.navigation.acl">the
-                        section on ACL integration in view helpers.</link>.
+                        section on <acronym>ACL</acronym> integration in view helpers.</link>.
                     </entry>
                 </row>
                 <row>
@@ -149,7 +149,7 @@
                     <entry>
                         Whether the page should be considered active for the
                         current request. If active is <constant>FALSE</constant> or not
-                        given, MVC pages will check its properties against the
+                        given, <acronym>MVC</acronym> pages will check its properties against the
                         request object upon calling <code>$page->isActive()</code>.
                     </entry>
                 </row>

+ 1 - 1
documentation/manual/en/module_specs/Zend_Navigation-Pages-URI.xml

@@ -40,7 +40,7 @@
                     <entry><type>String</type></entry>
                     <entry><constant>NULL</constant></entry>
                     <entry>
-                        URI to page. This can be any string or null.
+                        <acronym>URI</acronym> to page. This can be any string or null.
                     </entry>
                 </row>
             </tbody>

+ 5 - 5
documentation/manual/en/module_specs/Zend_Service_Amazon.xml

@@ -276,7 +276,7 @@ foreach ($results as $result) {
                         </thead>
                         <tbody>
                             <row>
-                                <entry>ASIN</entry>
+                                <entry><acronym>ASIN</acronym></entry>
                                 <entry>string</entry>
                                 <entry>Amazon Item ID</entry>
                             </row>
@@ -371,7 +371,7 @@ foreach ($results as $result) {
                             <row>
                                 <entry>Tracks</entry>
                                 <entry>array</entry>
-                                <entry>An array of track numbers and names for Music CDs and DVDs</entry>
+                                <entry>An array of track numbers and names for Music CDs and <constant>DVD</constant>s</entry>
                             </row>
                             <row>
                                 <entry>ListmaniaLists</entry>
@@ -417,7 +417,7 @@ foreach ($results as $result) {
                             <row>
                                 <entry>Url</entry>
                                 <entry>Zend_Uri</entry>
-                                <entry>Remote URL for the Image</entry>
+                                <entry>Remote <acronym>URL</acronym> for the Image</entry>
                             </row>
                             <row>
                                 <entry>Height</entry>
@@ -643,7 +643,7 @@ foreach ($results as $result) {
                         </thead>
                         <tbody>
                             <row>
-                                <entry>ASIN</entry>
+                                <entry><acronym>ASIN</acronym></entry>
                                 <entry>string</entry>
                                 <entry>Products Amazon Unique ID (ASIN)</entry>
                             </row>
@@ -679,7 +679,7 @@ foreach ($results as $result) {
                         </thead>
                         <tbody>
                             <row>
-                                <entry>ASIN</entry>
+                                <entry><acronym>ASIN</acronym></entry>
                                 <entry>string</entry>
                                 <entry>Products Amazon Unique ID (ASIN)</entry>
                             </row>

+ 9 - 9
documentation/manual/en/module_specs/Zend_Service_Amazon_Ec2-Image.xml

@@ -70,20 +70,20 @@ $ip = $ec2_img->deregister('imageId');
                         <row>
                             <entry><code>public</code></entry>
                             <entry><para>
-                                The owner of the AMI granted launch permissions for the AMI
-                                to the all group. All users have launch permissions for these AMIs.
+                                The owner of the <acronym>AMI</acronym> granted launch permissions for the <acronym>AMI</acronym>
+                                to the all group. All users have launch permissions for these <constant>AMIs</constant>.
                             </para></entry>
                         </row>
                         <row>
                             <entry><code>explicit</code></entry>
                             <entry><para>
-                                The owner of the AMI granted launch permissions to a specific user.
+                                The owner of the <acronym>AMI</acronym> granted launch permissions to a specific user.
                             </para></entry>
                         </row>
                         <row>
                             <entry><code>implicit</code></entry>
                             <entry><para>
-                                A user has implicit launch permissions for all AMIs he or she owns.
+                                A user has implicit launch permissions for all <constant>AMIs</constant> he or she owns.
                             </para></entry>
                         </row>
                     </tbody>
@@ -143,16 +143,16 @@ $ip = $ec2_img->describe();
                         <row>
                             <entry><code>launchPermission</code></entry>
                             <entry><para>
-                                Controls who has permission to launch the AMI. Launch permissions
+                                Controls who has permission to launch the <acronym>AMI</acronym>. Launch permissions
                                 can be granted to specific users by adding userIds.
-                            </para><para>To make the AMI public, add the all group.</para></entry>
+                            </para><para>To make the <acronym>AMI</acronym> public, add the all group.</para></entry>
                         </row>
                         <row>
                             <entry><code>productCodes</code></entry>
                             <entry><para>
-                                Associates a product code with AMIs. This allows developers to
-                                charge users for using AMIs. The user must be signed up for the
-                                product before they can launch the AMI.
+                                Associates a product code with <constant>AMIs</constant>. This allows developers to
+                                charge users for using <constant>AMIs</constant>. The user must be signed up for the
+                                product before they can launch the <acronym>AMI</acronym>.
                                 <emphasis>This is a write once attribute;
                                 after it is set, it cannot be changed or
                                 removed.</emphasis>

+ 10 - 10
documentation/manual/en/module_specs/Zend_Service_Amazon_Ec2-Instance.xml

@@ -38,7 +38,7 @@
                 <thead>
                     <row>
                         <entry>Type</entry>
-                        <entry>CPU</entry>
+                        <entry><acronym>CPU</acronym></entry>
                         <entry>Memory</entry>
                         <entry>Storage</entry>
                         <entry>Platform</entry>
@@ -51,7 +51,7 @@
                     <row>
                         <entry><code>Small</code></entry>
                         <entry><para>
-                            1 EC2 Compute Unit (1 virtual core with 1 EC2
+                            1 <constant>EC2</constant> Compute Unit (1 virtual core with 1 <constant>EC2</constant>
                             Compute Unit)
                         </para></entry>
                         <entry><para>
@@ -75,7 +75,7 @@
                     <row>
                         <entry><code>Large</code></entry>
                         <entry><para>
-                            4 EC2 Compute Units (2 virtual cores with 2 EC2
+                            4 <constant>EC2</constant> Compute Units (2 virtual cores with 2 <constant>EC2</constant>
                             Compute Units each)
                         </para></entry>
                         <entry><para>
@@ -99,7 +99,7 @@
                     <row>
                         <entry><code>Extra Large</code></entry>
                         <entry><para>
-                            8 EC2 Compute Units (4 virtual cores with 2 EC2
+                            8 <constant>EC2</constant> Compute Units (4 virtual cores with 2 <constant>EC2</constant>
                             Compute Units each)
                         </para></entry>
                         <entry><para>
@@ -123,7 +123,7 @@
                     <row>
                         <entry><code>High-CPU Medium</code></entry>
                         <entry><para>
-                            5 EC2 Compute Units (2 virtual cores with 2.5 EC2
+                            5 <constant>EC2</constant> Compute Units (2 virtual cores with 2.5 <constant>EC2</constant>
                             Compute Units each)
                         </para></entry>
                         <entry><para>
@@ -147,7 +147,7 @@
                     <row>
                         <entry><code>High-CPU Extra Large</code></entry>
                         <entry><para>
-                            20 EC2 Compute Units (8 virtual cores with 2.5 EC2
+                            20 <constant>EC2</constant> Compute Units (8 virtual cores with 2.5 <constant>EC2</constant>
                             Compute Units each)
                         </para></entry>
                         <entry><para>
@@ -201,7 +201,7 @@
                         <row>
                             <entry><code>imageId</code></entry>
                             <entry><para>
-                                ID of the AMI with which to launch instances.
+                                ID of the <acronym>AMI</acronym> with which to launch instances.
                             </para></entry>
                             <entry><para>Yes</para></entry>
                         </row>
@@ -256,7 +256,7 @@
                             <entry><para>
                                 Specifies the availability zone in which to
                                 launch the instance(s). By default, Amazon
-                                EC2 selects an availability zone for you.
+                                <constant>EC2</constant> selects an availability zone for you.
                             </para></entry>
                             <entry><para>No</para></entry>
                         </row>
@@ -271,7 +271,7 @@
                         <row>
                             <entry><code>ramdiskId</code></entry>
                             <entry><para>
-                                The ID of the RAM disk with which to launch
+                                The ID of the <acronym>RAM</acronym> disk with which to launch
                                 the instance.
                             </para></entry>
                             <entry><para>No</para></entry>
@@ -296,7 +296,7 @@
                         <row>
                             <entry><code>monitor</code></entry>
                             <entry><para>
-                                 Turn on AWS CloudWatch Instance Monitoring
+                                 Turn on <acronym>AWS</acronym> CloudWatch Instance Monitoring
                             </para></entry>
                             <entry><para>No</para></entry>
                         </row>

+ 1 - 1
documentation/manual/en/module_specs/Zend_Service_Delicious.xml

@@ -345,7 +345,7 @@ print_r($delicious->getUserTags('someUser'));
                         </row>
                         <row>
                             <entry><methodname>getUrl()</methodname></entry>
-                            <entry>Returns URL of a post</entry>
+                            <entry>Returns <acronym>URL</acronym> of a post</entry>
                             <entry>String</entry>
                         </row>
                     </tbody>

+ 4 - 4
documentation/manual/en/module_specs/Zend_Service_Flickr.xml

@@ -215,7 +215,7 @@ echo "<a href=\"$image->clickUri\">Click for Image</a>\n";
                             <row>
                                 <entry>owner</entry>
                                 <entry>string</entry>
-                                <entry>The photo owner's NSID.</entry>
+                                <entry>The photo owner's <acronym>NSID</acronym>.</entry>
                             </row>
                             <row>
                                 <entry>secret</entry>
@@ -225,7 +225,7 @@ echo "<a href=\"$image->clickUri\">Click for Image</a>\n";
                             <row>
                                 <entry>server</entry>
                                 <entry>string</entry>
-                                <entry>The servername to use for URL construction.</entry>
+                                <entry>The servername to use for <acronym>URL</acronym> construction.</entry>
                             </row>
                             <row>
                                 <entry>title</entry>
@@ -270,7 +270,7 @@ echo "<a href=\"$image->clickUri\">Click for Image</a>\n";
                             <row>
                                 <entry>iconserver</entry>
                                 <entry>string</entry>
-                                <entry>The server used in assembling icon URLs.</entry>
+                                <entry>The server used in assembling icon <acronym>URL</acronym>s.</entry>
                             </row>
                             <row>
                                 <entry>Square</entry>
@@ -334,7 +334,7 @@ echo "<a href=\"$image->clickUri\">Click for Image</a>\n";
                             <row>
                                 <entry>clickUri</entry>
                                 <entry>string</entry>
-                                <entry>Clickable URI (i.e. the Flickr page) for the image</entry>
+                                <entry>Clickable <acronym>URI</acronym> (i.e. the Flickr page) for the image</entry>
                             </row>
                             <row>
                                 <entry>width</entry>

+ 15 - 15
documentation/manual/en/module_specs/Zend_Service_Yahoo.xml

@@ -296,7 +296,7 @@ foreach ($results as $result) {
                         <row>
                             <entry>resultSetMapURL</entry>
                             <entry>string</entry>
-                            <entry>The URL of a webpage containing a map graphic with all returned results plotted on it.</entry>
+                            <entry>The <acronym>URL</acronym> of a webpage containing a map graphic with all returned results plotted on it.</entry>
                         </row>
                     </tbody>
                 </tgroup>
@@ -378,12 +378,12 @@ foreach ($results as $result) {
                             <row>
                                 <entry>Url</entry>
                                 <entry>string</entry>
-                                <entry>The URL of the result item</entry>
+                                <entry>The <acronym>URL</acronym> of the result item</entry>
                             </row>
                             <row>
                                 <entry>ClickUrl</entry>
                                 <entry>string</entry>
-                                <entry>The URL for linking to the result item</entry>
+                                <entry>The <acronym>URL</acronym> for linking to the result item</entry>
                             </row>
                         </tbody>
                     </tgroup>
@@ -419,17 +419,17 @@ foreach ($results as $result) {
                             <row>
                                 <entry>MimeType</entry>
                                 <entry>string</entry>
-                                <entry>Result MIME type</entry>
+                                <entry>Result <acronym>MIME</acronym> type</entry>
                             </row>
                             <row>
                                 <entry>ModificationDate</entry>
                                 <entry>string</entry>
-                                <entry>The last modification date of the result as a UNIX timestamp.</entry>
+                                <entry>The last modification date of the result as a <acronym>UNIX</acronym> timestamp.</entry>
                             </row>
                             <row>
                                 <entry>CacheUrl</entry>
                                 <entry>string</entry>
-                                <entry>Yahoo! web cache URL for the result, if it exists.</entry>
+                                <entry>Yahoo! web cache <acronym>URL</acronym> for the result, if it exists.</entry>
                             </row>
                             <row>
                                 <entry>CacheSize</entry>
@@ -470,7 +470,7 @@ foreach ($results as $result) {
                             <row>
                                 <entry>RefererUrl</entry>
                                 <entry>string</entry>
-                                <entry>The URL of the page which contains the image</entry>
+                                <entry>The <acronym>URL</acronym> of the page which contains the image</entry>
                             </row>
                             <row>
                                 <entry>FileSize</entry>
@@ -531,7 +531,7 @@ foreach ($results as $result) {
                             <row>
                                 <entry>RefererUrl</entry>
                                 <entry>string</entry>
-                                <entry>The URL of the page which contains the video</entry>
+                                <entry>The <acronym>URL</acronym> of the page which contains the video</entry>
                             </row>
                             <row>
                                 <entry>FileSize</entry>
@@ -632,17 +632,17 @@ foreach ($results as $result) {
                             <row>
                                 <entry>MapUrl</entry>
                                 <entry>string</entry>
-                                <entry>A URL of a map for the result</entry>
+                                <entry>A <acronym>URL</acronym> of a map for the result</entry>
                             </row>
                             <row>
                                 <entry>BusinessUrl</entry>
                                 <entry>string</entry>
-                                <entry>The URL for the business website, if known</entry>
+                                <entry>The <acronym>URL</acronym> for the business website, if known</entry>
                             </row>
                             <row>
                                 <entry>BusinessClickUrl</entry>
                                 <entry>string</entry>
-                                <entry>The URL for linking to the business website, if known</entry>
+                                <entry>The <acronym>URL</acronym> for linking to the business website, if known</entry>
                             </row>
                         </tbody>
                     </tgroup>
@@ -683,7 +683,7 @@ foreach ($results as $result) {
                             <row>
                                 <entry>NewsSourceUrl</entry>
                                 <entry>string</entry>
-                                <entry>The URL for the company who distributed the article</entry>
+                                <entry>The <acronym>URL</acronym> for the company who distributed the article</entry>
                             </row>
                             <row>
                                 <entry>Language</entry>
@@ -693,12 +693,12 @@ foreach ($results as $result) {
                             <row>
                                 <entry>PublishDate</entry>
                                 <entry>string</entry>
-                                <entry>The date the article was published as a UNIX timestamp</entry>
+                                <entry>The date the article was published as a <acronym>UNIX</acronym> timestamp</entry>
                             </row>
                             <row>
                                 <entry>ModificationDate</entry>
                                 <entry>string</entry>
-                                <entry>The date the article was last modified as a UNIX timestamp</entry>
+                                <entry>The date the article was last modified as a <acronym>UNIX</acronym> timestamp</entry>
                             </row>
                             <row>
                                 <entry>Thumbnail</entry>
@@ -755,7 +755,7 @@ foreach ($results as $result) {
                             <row>
                                 <entry>Url</entry>
                                 <entry>string</entry>
-                                <entry>Image URL</entry>
+                                <entry>Image <acronym>URL</acronym></entry>
                             </row>
                             <row>
                                 <entry>Width</entry>

+ 6 - 6
documentation/manual/en/module_specs/Zend_Translate-Adapters.xml

@@ -24,7 +24,7 @@
             <tbody>
                 <row>
                     <entry>Array</entry>
-                    <entry>Use PHP arrays</entry>
+                    <entry>Use <acronym>PHP</acronym> arrays</entry>
                     <entry>Small pages; simplest usage; only for programmers</entry>
                 </row>
                 <row>
@@ -45,27 +45,27 @@
                 <row>
                     <entry>Tbx</entry>
                     <entry>Use termbase exchange (*.tbx/*.xml) files</entry>
-                    <entry>Industry standard for inter application terminology strings; XML format</entry>
+                    <entry>Industry standard for inter application terminology strings; <acronym>XML</acronym> format</entry>
                 </row>
                 <row>
                     <entry>Tmx</entry>
                     <entry>Use tmx (*.tmx/*.xml) files</entry>
-                    <entry>Industry standard for inter application translation; XML format; human readable</entry>
+                    <entry>Industry standard for inter application translation; <acronym>XML</acronym> format; human readable</entry>
                 </row>
                 <row>
                     <entry>Qt</entry>
                     <entry>Use qt linguist (*.ts) files</entry>
-                    <entry>Cross platform application framework; XML format; human readable</entry>
+                    <entry>Cross platform application framework; <acronym>XML</acronym> format; human readable</entry>
                 </row>
                 <row>
                     <entry>Xliff</entry>
                     <entry>Use xliff (*.xliff/*.xml) files</entry>
-                    <entry>A simpler format as TMX but related to it; XML format; human readable</entry>
+                    <entry>A simpler format as <constant>TMX</constant> but related to it; <acronym>XML</acronym> format; human readable</entry>
                 </row>
                 <row>
                     <entry>XmlTm</entry>
                     <entry>Use xmltm (*.xml) files</entry>
-                    <entry>Industry standard for XML document translation memory; XML format; human readable</entry>
+                    <entry>Industry standard for <acronym>XML</acronym> document translation memory; <acronym>XML</acronym> format; human readable</entry>
                 </row>
                 <row>
                     <entry>Others</entry>

+ 10 - 10
documentation/manual/en/module_specs/Zend_Validate-Messages.xml

@@ -49,7 +49,7 @@
                 <row>
                     <entry morerows="2" valign="middle">Barcode_Ean13</entry>
                     <entry><constant>INVALID</constant></entry>
-                    <entry>'%value%' is an invalid EAN-13 barcode</entry>
+                    <entry>'%value%' is an invalid <constant>EAN</constant>-13 barcode</entry>
                 </row>
                 <row>
                     <entry><constant>INVALID_LENGTH</constant></entry>
@@ -62,7 +62,7 @@
                 <row>
                     <entry morerows="1" valign="middle">Barcode_UpcA</entry>
                     <entry><constant>INVALID</constant></entry>
-                    <entry>'%value%' is an invalid UPC-A barcode</entry>
+                    <entry>'%value%' is an invalid <constant>UPC</constant>-A barcode</entry>
                 </row>
                 <row>
                     <entry><constant>INVALID_LENGTH</constant></entry>
@@ -461,34 +461,34 @@
                 <row>
                     <entry><constant>UNKNOWN_TLD</constant></entry>
                     <entry>
-                        '%value%' appears to be a DNS hostname but cannot match TLD against known
+                        '%value%' appears to be a <acronym>DNS</acronym> hostname but cannot match <acronym>TLD</acronym> against known
                         list
                     </entry>
                 </row>
                 <row>
                     <entry><constant>INVALID_DASH</constant></entry>
                     <entry>
-                        '%value%' appears to be a DNS hostname but contains a dash (-) in an invalid
+                        '%value%' appears to be a <acronym>DNS</acronym> hostname but contains a dash (-) in an invalid
                         position
                     </entry>
                 </row>
                 <row>
                     <entry><constant>INVALID_HOSTNAME_SCHEMA</constant></entry>
                     <entry>
-                        '%value%' appears to be a DNS hostname but cannot match against hostname
-                        schema for TLD '%tld%'
+                        '%value%' appears to be a <acronym>DNS</acronym> hostname but cannot match against hostname
+                        schema for <acronym>TLD</acronym> '%tld%'
                     </entry>
                 </row>
                 <row>
                     <entry><constant>UNDECIPHERABLE_TLD</constant></entry>
                     <entry>
-                        '%value%' appears to be a DNS hostname but cannot extract TLD part
+                        '%value%' appears to be a <acronym>DNS</acronym> hostname but cannot extract <acronym>TLD</acronym> part
                     </entry>
                 </row>
                 <row>
                     <entry><constant>INVALID_HOSTNAME</constant></entry>
                     <entry>
-                        '%value%' does not match the expected structure for a DNS hostname
+                        '%value%' does not match the expected structure for a <acronym>DNS</acronym> hostname
                     </entry>
                 </row>
                 <row>
@@ -505,7 +505,7 @@
                 <row>
                     <entry morerows="2" valign="middle">Iban</entry>
                     <entry><constant>NOTSUPPORTED</constant></entry>
-                    <entry>'%value%' does not have IBAN</entry>
+                    <entry>'%value%' does not have <acronym>IBAN</acronym></entry>
                 </row>
                 <row>
                     <entry><constant>FALSEFORMAT</constant></entry>
@@ -513,7 +513,7 @@
                 </row>
                 <row>
                     <entry><constant>CHECKFAILED</constant></entry>
-                    <entry>'%value%' has failed the IBAN check</entry>
+                    <entry>'%value%' has failed the <acronym>IBAN</acronym> check</entry>
                 </row>
                 <row>
                     <entry morerows="1" valign="middle">Identical</entry>

+ 1 - 1
documentation/manual/en/module_specs/Zend_View-Helpers-Navigation.xml

@@ -1812,7 +1812,7 @@ foreach ($this->container as $page) {
                     <row>
                         <entry><code>loc</code></entry>
                         <entry>
-                            Absolute URL to page. An absolute URL will
+                            Absolute <acronym>URL</acronym> to page. An absolute <acronym>URL</acronym> will
                             be generated by the helper.
                         </entry>
                     </row>

Някои файлове не бяха показани, защото твърде много файлове са промени