Ver Fonte

[DOCUMENTATION] English:

- changed <emphasis role="strong"> => <emphasis>

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@15346 44c647ce-9c0f-0410-b52a-842ac1e357ba
thomas há 16 anos atrás
pai
commit
1c3b3e5731
36 ficheiros alterados com 682 adições e 677 exclusões
  1. 3 3
      documentation/manual/en/module_specs/Zend_Acl.xml
  2. 4 1
      documentation/manual/en/module_specs/Zend_Application-CoreFunctionality-Bootstrap_Bootstrapper.xml
  3. 2 1
      documentation/manual/en/module_specs/Zend_Application-CoreFunctionality-Resource_Resource.xml
  4. 4 3
      documentation/manual/en/module_specs/Zend_Application-CoreFunctionality-Resource_ResourceAbstract.xml
  5. 2 2
      documentation/manual/en/module_specs/Zend_Auth.xml
  6. 2 2
      documentation/manual/en/module_specs/Zend_Auth_Adapter_DbTable.xml
  7. 1 1
      documentation/manual/en/module_specs/Zend_Auth_Adapter_Http.xml
  8. 54 54
      documentation/manual/en/module_specs/Zend_Auth_Adapter_Ldap.xml
  9. 4 4
      documentation/manual/en/module_specs/Zend_Currency-Introduction.xml
  10. 8 8
      documentation/manual/en/module_specs/Zend_Currency-Migrating.xml
  11. 37 37
      documentation/manual/en/module_specs/Zend_Currency-Usage.xml
  12. 130 130
      documentation/manual/en/module_specs/Zend_Date-Constants.xml
  13. 10 10
      documentation/manual/en/module_specs/Zend_Date-Creation.xml
  14. 3 3
      documentation/manual/en/module_specs/Zend_Date-Introduction.xml
  15. 39 39
      documentation/manual/en/module_specs/Zend_Date-Overview.xml
  16. 17 17
      documentation/manual/en/module_specs/Zend_Db_Adapter.xml
  17. 3 3
      documentation/manual/en/module_specs/Zend_Db_Statement.xml
  18. 9 9
      documentation/manual/en/module_specs/Zend_Db_Table-Relationships.xml
  19. 11 11
      documentation/manual/en/module_specs/Zend_Db_Table.xml
  20. 19 19
      documentation/manual/en/module_specs/Zend_File_Transfer-Introduction.xml
  21. 2 2
      documentation/manual/en/module_specs/Zend_File_Transfer-Validators.xml
  22. 6 6
      documentation/manual/en/module_specs/Zend_Filter_Input.xml
  23. 111 111
      documentation/manual/en/module_specs/Zend_Locale-Functions.xml
  24. 1 1
      documentation/manual/en/module_specs/Zend_Locale-Introduction.xml
  25. 2 2
      documentation/manual/en/module_specs/Zend_Search_Lucene-Advanced.xml
  26. 3 3
      documentation/manual/en/module_specs/Zend_Service_SlideShare.xml
  27. 2 2
      documentation/manual/en/module_specs/Zend_Session-AdvancedUsage.xml
  28. 2 2
      documentation/manual/en/module_specs/Zend_Session-GlobalSessionManagement.xml
  29. 1 1
      documentation/manual/en/module_specs/Zend_Soap_Server.xml
  30. 11 11
      documentation/manual/en/module_specs/Zend_TimeSync-Working.xml
  31. 8 8
      documentation/manual/en/module_specs/Zend_TimeSync.xml
  32. 1 1
      documentation/manual/en/module_specs/Zend_Translate-Adapters.xml
  33. 9 9
      documentation/manual/en/module_specs/Zend_Translate-Introduction.xml
  34. 6 6
      documentation/manual/en/module_specs/Zend_Validate-EmailAddress.xml
  35. 4 4
      documentation/manual/en/module_specs/Zend_Validate-Hostname.xml
  36. 151 151
      documentation/manual/en/ref/requirements.xml

+ 3 - 3
documentation/manual/en/module_specs/Zend_Acl.xml

@@ -15,19 +15,19 @@
         <itemizedlist>
             <listitem>
                 <para>
-                    a <emphasis role="strong">resource</emphasis> is an object
+                    a <emphasis>resource</emphasis> is an object
                     to which access is controlled.
                 </para>
             </listitem>
             <listitem>
                 <para>
-                    a <emphasis role="strong">role</emphasis> is an object
+                    a <emphasis>role</emphasis> is an object
                     that may request access to a Resource.
                 </para>
             </listitem>
         </itemizedlist>
 
-        Put simply, <emphasis role="strong">roles request access to resources</emphasis>. For
+        Put simply, <emphasis>roles request access to resources</emphasis>. For
         example, if a parking attendant requests access to a car, then the parking attendant is the
         requesting role, and the car is the resource, since access to the car may not be granted to
         everyone.

+ 4 - 1
documentation/manual/en/module_specs/Zend_Application-CoreFunctionality-Bootstrap_Bootstrapper.xml

@@ -62,7 +62,10 @@
 
                 <row>
                     <entry><code>getApplication()</code></entry>
-                    <entry><classname>Zend_Application | Zend_Application_Bootstrap_Bootstrapper</classname></entry>
+                    <entry>
+                        <classname>Zend_Application |
+                        Zend_Application_Bootstrap_Bootstrapper</classname>
+                    </entry>
                     <entry>N/A</entry>
                     <entry><para>
                         Retrieve the application/bootstrap object passed via the

+ 2 - 1
documentation/manual/en/module_specs/Zend_Application-CoreFunctionality-Resource_Resource.xml

@@ -40,7 +40,8 @@
 
                 <row>
                     <entry>
-                        <code>setBootstrap(Zend_Application_Bootstrap_Bootstrapper $bootstrap)</code>
+                        <code>setBootstrap(Zend_Application_Bootstrap_Bootstrapper
+                        $bootstrap)</code>
                     </entry>
                     <entry><classname>Zend_Application_Resource_Resource</classname></entry>
                     <entry><itemizedlist>

+ 4 - 3
documentation/manual/en/module_specs/Zend_Application-CoreFunctionality-Resource_ResourceAbstract.xml

@@ -5,7 +5,8 @@
 
     <para>
         <classname>Zend_Application_Resource_ResourceAbstract</classname> is an abstract
-        class implementing <link linkend="zend.application.core-functionality.resource-resource">Zend_Application_Resource_Resource</link>,
+        class implementing <link
+            linkend="zend.application.core-functionality.resource-resource">Zend_Application_Resource_Resource</link>,
         and is a good starting point for creating your own custom plugin
         resources.
     </para>
@@ -45,7 +46,8 @@
 
                 <row>
                     <entry>
-                        <code>setBootstrap(Zend_Application_Bootstrap_Bootstrapper $bootstrap)</code>
+                        <code>setBootstrap(Zend_Application_Bootstrap_Bootstrapper
+                        $bootstrap)</code>
                     </entry>
                     <entry><classname>Zend_Application_Resource_ResourceAbstract</classname></entry>
                     <entry><itemizedlist>
@@ -94,4 +96,3 @@
         </tgroup>
     </table>
 </sect2>
-

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

@@ -10,8 +10,8 @@
     </para>
 
     <para>
-        <classname>Zend_Auth</classname> is concerned only with <emphasis role="strong">authentication</emphasis> and not with
-        <emphasis role="strong">authorization</emphasis>. Authentication is loosely defined as determining
+        <classname>Zend_Auth</classname> is concerned only with <emphasis>authentication</emphasis> and not with
+        <emphasis>authorization</emphasis>. Authentication is loosely defined as determining
         whether an entity actually is what it purports to be (i.e., identification), based on some set of
         credentials. Authorization, the process of deciding whether to allow an entity access to, or to
         perform operations upon, other entities is outside the scope of <classname>Zend_Auth</classname>. For more information about

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

@@ -213,8 +213,8 @@ if ($result->isValid()) {
         <para>
             While the primary purpose of <classname>Zend_Auth</classname> (and consequently
             <classname>Zend_Auth_Adapter_DbTable</classname>) is primarily
-            <emphasis role="strong">authentication</emphasis> and not
-            <emphasis role="strong">authorization</emphasis>, there are a few
+            <emphasis>authentication</emphasis> and not
+            <emphasis>authorization</emphasis>, there are a few
             instances and problems that toe the line between which domain they fit
             within. Depending on how you’ve decided to explain your problem, it
              sometimes makes sense to solve what could look like an

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

@@ -18,7 +18,7 @@
         </para>
 
         <para>
-            <emphasis role="strong">Major Features:</emphasis>
+            <emphasis>Major Features:</emphasis>
             <itemizedlist>
                 <listitem>
                     <para>

+ 54 - 54
documentation/manual/en/module_specs/Zend_Auth_Adapter_Ldap.xml

@@ -248,18 +248,18 @@ Array
                 </thead>
                 <tbody>
                   <row>
-                    <entry><emphasis role="strong">host</emphasis></entry>
+                    <entry><emphasis>host</emphasis></entry>
                     <entry>
                         The hostname of LDAP server that these options represent. This option is required.
                     </entry>
                   </row>
                   <row>
-                    <entry><emphasis role="strong">port</emphasis></entry>
+                    <entry><emphasis>port</emphasis></entry>
                     <entry>
-                        The port on which the LDAP server is listening. If <emphasis role="strong">useSsl</emphasis> is
-                        <code>true</code>, the default <emphasis role="strong">port</emphasis> value is 636. If
-                        <emphasis role="strong">useSsl</emphasis> is <code>false</code>, the default
-                        <emphasis role="strong">port</emphasis> value is 389.
+                        The port on which the LDAP server is listening. If <emphasis>useSsl</emphasis> is
+                        <code>true</code>, the default <emphasis>port</emphasis> value is 636. If
+                        <emphasis>useSsl</emphasis> is <code>false</code>, the default
+                        <emphasis>port</emphasis> value is 389.
                     </entry>
                   </row>
                   <row>
@@ -280,30 +280,30 @@ Array
                         Whether or not the LDAP client should use SSL encrypted transport. The <code>useSsl</code>
                         and <code>useStartTls</code> options are mutually exclusive, but <code>useStartTls</code>
                         should be favored if the server and LDAP client library support it.
-                        This value also changes the default <emphasis role="strong">port</emphasis> value (see
-                        <emphasis role="strong">port</emphasis> description above).
+                        This value also changes the default <emphasis>port</emphasis> value (see
+                        <emphasis>port</emphasis> description above).
                     </entry>
                   </row>
                   <row>
-                    <entry><emphasis role="strong">username</emphasis></entry>
+                    <entry><emphasis>username</emphasis></entry>
                     <entry>
                         The DN of the account used to perform account DN lookups. LDAP servers that require the
                         username to be in DN form when performing the "bind" require this option. Meaning, if
-                        <emphasis role="strong">bindRequiresDn</emphasis> is <code>true</code>, this option is
+                        <emphasis>bindRequiresDn</emphasis> is <code>true</code>, this option is
                         required. This account does not need to be a privileged account; an account with read-only
-                        access to objects under the <emphasis role="strong">baseDn</emphasis> is all that is necessary
+                        access to objects under the <emphasis>baseDn</emphasis> is all that is necessary
                         (and preferred based on the <emphasis>Principle of Least Privilege</emphasis>).
                     </entry>
                   </row>
                   <row>
-                    <entry><emphasis role="strong">password</emphasis></entry>
+                    <entry><emphasis>password</emphasis></entry>
                     <entry>
                         The password of the account used to perform account DN lookups. If this option is not supplied,
                         the LDAP client will attempt an "anonymous bind" when performing account DN lookups.
                     </entry>
                   </row>
                   <row>
-                    <entry><emphasis role="strong">bindRequiresDn</emphasis></entry>
+                    <entry><emphasis>bindRequiresDn</emphasis></entry>
                     <entry>
                         Some LDAP servers require that the username used to bind be in DN form like
                         <emphasis>CN=Alice Baker,OU=Sales,DC=foo,DC=net</emphasis> (basically all servers
@@ -315,24 +315,24 @@ Array
                         therefore this option may be <code>false</code> with AD (and it should be, as retrieving the DN
                         requires an extra round trip to the server). Otherwise, this option must be set to
                         <code>true</code> (e.g. for OpenLDAP). This option also controls the default
-                        <emphasis role="strong">acountFilterFormat</emphasis> used when searching for accounts. See the
-                        <emphasis role="strong">accountFilterFormat</emphasis> option.
+                        <emphasis>acountFilterFormat</emphasis> used when searching for accounts. See the
+                        <emphasis>accountFilterFormat</emphasis> option.
                     </entry>
                   </row>
                   <row>
-                    <entry><emphasis role="strong">baseDn</emphasis></entry>
+                    <entry><emphasis>baseDn</emphasis></entry>
                     <entry>
                         The DN under which all accounts being authenticated are located. This option is required. If
-                        you are uncertain about the correct <emphasis role="strong">baseDn</emphasis> value, it should
+                        you are uncertain about the correct <emphasis>baseDn</emphasis> value, it should
                         be sufficient to derive it from the user's DNS domain using <emphasis>DC=</emphasis>
                         components. For example, if the user's principal name is <emphasis>alice@foo.net</emphasis>, a
-                        <emphasis role="strong">baseDn</emphasis> of <emphasis>DC=foo,DC=net</emphasis> should work. A
+                        <emphasis>baseDn</emphasis> of <emphasis>DC=foo,DC=net</emphasis> should work. A
                         more precise location (e.g., <emphasis>OU=Sales,DC=foo,DC=net</emphasis>) will be more
                         efficient, however.
                     </entry>
                   </row>
                   <row>
-                    <entry><emphasis role="strong">accountCanonicalForm</emphasis></entry>
+                    <entry><emphasis>accountCanonicalForm</emphasis></entry>
                     <entry>
                         A value of 2, 3 or 4 indicating the form to which account names should be canonicalized after
                         successful authentication. Values are as follows: 2 for traditional username style names (e.g.,
@@ -347,7 +347,7 @@ Array
                         <emphasis>Account Name Canonicalization</emphasis> section in the <classname>Zend_Ldap</classname>
                         documentation for details. Note that when using multiple sets of server options it is
                         recommended, but not required, that the same
-                        <emphasis role="strong">accountCanonicalForm</emphasis> be used with all server options so that
+                        <emphasis>accountCanonicalForm</emphasis> be used with all server options so that
                         the resulting usernames are always canonicalized to the same form (e.g., if you canonicalize to
                         <emphasis>EXAMPLE\username</emphasis> with an AD server but to
                         <emphasis>username@example.com</emphasis> with an OpenLDAP server, that may be awkward for the
@@ -355,13 +355,13 @@ Array
                     </entry>
                   </row>
                   <row>
-                    <entry><emphasis role="strong">accountDomainName</emphasis></entry>
+                    <entry><emphasis>accountDomainName</emphasis></entry>
                     <entry>
                         The FQDN domain name for which the target LDAP server is an authority (e.g.,
                         <code>example.com</code>). This option is used to canonicalize names so that the username
                         supplied by the user can be converted as necessary for binding. It is also used to determine if
                         the server is an authority for the supplied username (e.g., if
-                        <emphasis role="strong">accountDomainName</emphasis> is <emphasis>foo.net</emphasis> and the
+                        <emphasis>accountDomainName</emphasis> is <emphasis>foo.net</emphasis> and the
                         user supplies <emphasis>bob@bar.net</emphasis>, the server will not be queried, and a failure
                         will result). This option is not required, but if it is not supplied, usernames in principal
                         name form (e.g., <emphasis>alice@foo.net</emphasis>) are not supported. It is strongly
@@ -370,34 +370,34 @@ Array
                     </entry>
                   </row>
                   <row>
-                    <entry><emphasis role="strong">accountDomainNameShort</emphasis></entry>
+                    <entry><emphasis>accountDomainNameShort</emphasis></entry>
                     <entry>
                         The 'short' domain for which the target LDAP server is an authority (e.g.,
                         <emphasis>FOO</emphasis>). Note that there is a 1:1 mapping between the
-                        <emphasis role="strong">accountDomainName</emphasis> and
-                        <emphasis role="strong">accountDomainNameShort</emphasis>. This option should be used to
+                        <emphasis>accountDomainName</emphasis> and
+                        <emphasis>accountDomainNameShort</emphasis>. This option should be used to
                         specify the NetBIOS domain name for Windows networks, but may also be used by non-AD servers
                         (e.g., for consistency when multiple sets of server options with the backslash style
-                        <emphasis role="strong">accountCanonicalForm</emphasis>). This option is not required but if it
+                        <emphasis>accountCanonicalForm</emphasis>). This option is not required but if it
                         is not supplied, usernames in backslash form (e.g., <emphasis>FOO\alice</emphasis>) are not
                         supported.
                     </entry>
                   </row>
                   <row>
-                    <entry><emphasis role="strong">accountFilterFormat</emphasis></entry>
+                    <entry><emphasis>accountFilterFormat</emphasis></entry>
                     <entry>
                         The LDAP search filter used to search for accounts. This string is a
                         <ulink url="http://php.net/printf"><code>printf()</code></ulink>-style expression that must
                         contain one '<code>%s</code>' to accomodate the username. The default value is
                         '<code>(&amp;(objectClass=user)(sAMAccountName=%s))</code>', unless
-                        <emphasis role="strong">bindRequiresDn</emphasis> is set to <code>true</code>, in which case
+                        <emphasis>bindRequiresDn</emphasis> is set to <code>true</code>, in which case
                         the default is '<code>(&amp;(objectClass=posixAccount)(uid=%s))</code>'. For example, if for
                         some reason you wanted to use <code>bindRequiresDn = true</code> with AD you would need to set
                         <code>accountFilterFormat = '(&amp;(objectClass=user)(sAMAccountName=%s))</code>'.
                     </entry>
                   </row>
                   <row>
-                    <entry><emphasis role="strong">optReferrals</emphasis></entry>
+                    <entry><emphasis>optReferrals</emphasis></entry>
                     <entry>
                         If set to <code>true</code>, this option indicates to the LDAP client that referrals should
                         be followed. The default value is <code>false</code>.
@@ -496,26 +496,26 @@ Array
                     </thead>
                     <tbody>
                       <row>
-                        <entry><emphasis role="strong">host</emphasis></entry>
+                        <entry><emphasis>host</emphasis></entry>
                         <entry>
                             As with all servers, this option is required.
                         </entry>
                       </row>
                       <row>
-                        <entry><emphasis role="strong">useStartTls</emphasis></entry>
+                        <entry><emphasis>useStartTls</emphasis></entry>
                         <entry>
                             For the sake of security, this should be <code>true</code> if the server has the necessary
                             certificate installed.
                         </entry>
                       </row>
                       <row>
-                        <entry><emphasis role="strong">useSsl</emphasis></entry>
+                        <entry><emphasis>useSsl</emphasis></entry>
                         <entry>
                             Possibly used as an alternative to <code>useStartTls</code> (see above).
                         </entry>
                       </row>
                       <row>
-                        <entry><emphasis role="strong">baseDn</emphasis></entry>
+                        <entry><emphasis>baseDn</emphasis></entry>
                         <entry>
                             As with all servers, this option is required. By default AD places all user accounts under
                             the <emphasis>Users</emphasis> container (e.g.,
@@ -525,7 +525,7 @@ Array
                         </entry>
                       </row>
                       <row>
-                        <entry><emphasis role="strong">accountCanonicalForm</emphasis></entry>
+                        <entry><emphasis>accountCanonicalForm</emphasis></entry>
                         <entry>
                             You almost certainly want this to be 3 for backslash style names (e.g.,
                             <emphasis>FOO\alice</emphasis>), which are most familiar to Windows users. You should
@@ -536,18 +536,18 @@ Array
                         </entry>
                       </row>
                       <row>
-                        <entry><emphasis role="strong">accountDomainName</emphasis></entry>
+                        <entry><emphasis>accountDomainName</emphasis></entry>
                         <entry>
-                            This is required with AD unless <emphasis role="strong">accountCanonicalForm</emphasis> 2
+                            This is required with AD unless <emphasis>accountCanonicalForm</emphasis> 2
                             is used, which, again, is discouraged.
                         </entry>
                       </row>
                       <row>
-                        <entry><emphasis role="strong">accountDomainNameShort</emphasis></entry>
+                        <entry><emphasis>accountDomainNameShort</emphasis></entry>
                         <entry>
                             The NetBIOS name of the domain that users are in and for which the AD server is an authority.
                             This is required if the backslash style
-                            <emphasis role="strong">accountCanonicalForm</emphasis> is used.
+                            <emphasis>accountCanonicalForm</emphasis> is used.
                         </entry>
                       </row>
                     </tbody>
@@ -586,54 +586,54 @@ Array
                     </thead>
                     <tbody>
                       <row>
-                        <entry><emphasis role="strong">host</emphasis></entry>
+                        <entry><emphasis>host</emphasis></entry>
                         <entry>
                             As with all servers, this option is required.
                         </entry>
                       </row>
                       <row>
-                        <entry><emphasis role="strong">useStartTls</emphasis></entry>
+                        <entry><emphasis>useStartTls</emphasis></entry>
                         <entry>
                             For the sake of security, this should be <code>true</code> if the server has the necessary
                             certificate installed.
                         </entry>
                       </row>
                       <row>
-                        <entry><emphasis role="strong">useSsl</emphasis></entry>
+                        <entry><emphasis>useSsl</emphasis></entry>
                         <entry>
                             Possibly used as an alternative to <code>useStartTls</code> (see above).
                         </entry>
                       </row>
                       <row>
-                        <entry><emphasis role="strong">username</emphasis></entry>
+                        <entry><emphasis>username</emphasis></entry>
                         <entry>
                             Required and must be a DN, as OpenLDAP requires that usernames be in DN form when
                             performing a bind. Try to use an unprivileged account.
                         </entry>
                       </row>
                       <row>
-                        <entry><emphasis role="strong">password</emphasis></entry>
+                        <entry><emphasis>password</emphasis></entry>
                         <entry>
                             The password corresponding to the username above, but this may be omitted if the LDAP
                             server permits an anonymous binding to query user accounts.
                         </entry>
                       </row>
                       <row>
-                        <entry><emphasis role="strong">bindRequiresDn</emphasis></entry>
+                        <entry><emphasis>bindRequiresDn</emphasis></entry>
                         <entry>
                             Required and must be <code>true</code>, as OpenLDAP requires that usernames be in DN form
                             when performing a bind.
                         </entry>
                       </row>
                       <row>
-                        <entry><emphasis role="strong">baseDn</emphasis></entry>
+                        <entry><emphasis>baseDn</emphasis></entry>
                         <entry>
                             As with all servers, this option is required and indicates the DN under which all accounts
                             being authenticated are located.
                         </entry>
                       </row>
                       <row>
-                        <entry><emphasis role="strong">accountCanonicalForm</emphasis></entry>
+                        <entry><emphasis>accountCanonicalForm</emphasis></entry>
                         <entry>
                             Optional, but the default value is 4 (principal style names like
                             <emphasis>alice@foo.net</emphasis>), which may not be ideal if your users are used to
@@ -642,22 +642,22 @@ Array
                         </entry>
                       </row>
                       <row>
-                        <entry><emphasis role="strong">accountDomainName</emphasis></entry>
+                        <entry><emphasis>accountDomainName</emphasis></entry>
                         <entry>
-                            Required unless you're using <emphasis role="strong">accountCanonicalForm</emphasis> 2,
+                            Required unless you're using <emphasis>accountCanonicalForm</emphasis> 2,
                             which is not recommended.
                         </entry>
                       </row>
                       <row>
-                        <entry><emphasis role="strong">accountDomainNameShort</emphasis></entry>
+                        <entry><emphasis>accountDomainNameShort</emphasis></entry>
                         <entry>
                             If AD is not also being used, this value is not required. Otherwise, if
-                            <emphasis role="strong">accountCanonicalForm</emphasis> 3 is used, this option is required
+                            <emphasis>accountCanonicalForm</emphasis> 3 is used, this option is required
                             and should be a short name that corresponds adequately to the
-                            <emphasis role="strong">accountDomainName</emphasis> (e.g., if your
-                            <emphasis role="strong">accountDomainName</emphasis> is
-                            <emphasis role="strong">foo.net</emphasis>, a good
-                            <emphasis role="strong">accountDomainNameShort</emphasis> value might be
+                            <emphasis>accountDomainName</emphasis> (e.g., if your
+                            <emphasis>accountDomainName</emphasis> is
+                            <emphasis>foo.net</emphasis>, a good
+                            <emphasis>accountDomainNameShort</emphasis> value might be
                             <emphasis>FOO</emphasis>).
                         </entry>
                       </row>

+ 4 - 4
documentation/manual/en/module_specs/Zend_Currency-Introduction.xml

@@ -22,7 +22,7 @@
         <itemizedlist mark='opencircle'>
             <listitem>
                 <para>
-                    <emphasis role="strong">Complete Locale support</emphasis>
+                    <emphasis>Complete Locale support</emphasis>
                 </para>
                 <para>
                     <classname>Zend_Currency</classname> works with all available locales and therefore knows about over 100 different localized currencies. This includes
@@ -31,7 +31,7 @@
             </listitem>
             <listitem>
                 <para>
-                    <emphasis role="strong">Reusable Currency Definitions</emphasis>
+                    <emphasis>Reusable Currency Definitions</emphasis>
                 </para>
                 <para>
                     <classname>Zend_Currency</classname> does not include the value of the currency. This is the reason why
@@ -41,7 +41,7 @@
             </listitem>
             <listitem>
                 <para>
-                    <emphasis role="strong">Fluent Interface</emphasis>
+                    <emphasis>Fluent Interface</emphasis>
                 </para>
                 <para>
                     <classname>Zend_Currency</classname> includes fluent interfaces where possible.
@@ -49,7 +49,7 @@
             </listitem>
             <listitem>
                 <para>
-                    <emphasis role="strong">Additional Methods</emphasis>
+                    <emphasis>Additional Methods</emphasis>
                 </para>
                 <para>
                     <classname>Zend_Currency</classname> includes additional methods that offer information about

+ 8 - 8
documentation/manual/en/module_specs/Zend_Currency-Migrating.xml

@@ -34,51 +34,51 @@ $currency = new Zend_Currency($currency, $locale);
             <itemizedlist mark='opencircle'>
                 <listitem>
                     <para>
-                        <emphasis role="strong">position</emphasis>:
+                        <emphasis>position</emphasis>:
                         Replacement for the old 'rules' parameter.
                     </para>
                 </listitem>
                 <listitem>
                     <para>
-                        <emphasis role="strong">script</emphasis>:
+                        <emphasis>script</emphasis>:
                         Replacement for the old 'script' parameter.
                     </para>
                 </listitem>
                 <listitem>
                     <para>
-                        <emphasis role="strong">format</emphasis>:
+                        <emphasis>format</emphasis>:
                         Replacement for the old 'locale' parameter which does not
                         set new currencies but only the number format.
                     </para>
                 </listitem>
                 <listitem>
                     <para>
-                        <emphasis role="strong">display</emphasis>:
+                        <emphasis>display</emphasis>:
                         Replacement for the old 'rules' parameter.
                     </para>
                 </listitem>
                 <listitem>
                     <para>
-                        <emphasis role="strong">precision</emphasis>:
+                        <emphasis>precision</emphasis>:
                         New parameter.
                     </para>
                 </listitem>
                 <listitem>
                     <para>
-                        <emphasis role="strong">name</emphasis>:
+                        <emphasis>name</emphasis>:
                         Replacement for the ole 'rules' parameter. Sets the full
                         currencies name.
                     </para>
                 </listitem>
                 <listitem>
                     <para>
-                        <emphasis role="strong">currency</emphasis>:
+                        <emphasis>currency</emphasis>:
                         New parameter.
                     </para>
                 </listitem>
                 <listitem>
                     <para>
-                        <emphasis role="strong">symbol</emphasis>:
+                        <emphasis>symbol</emphasis>:
                         New parameter.
                     </para>
                 </listitem>

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

@@ -58,11 +58,11 @@ $currency = new Zend_Currency();
     <itemizedlist mark='opencircle'>
         <listitem>
             <para>
-                <emphasis role="strong">currency</emphasis>:
+                <emphasis>currency</emphasis>:
             </para>
             <para>
                 A locale can include several currencies. Therefore the first parameter
-                <emphasis role="strong">'currency'</emphasis> can define which currency should be used by giving
+                <emphasis>'currency'</emphasis> can define which currency should be used by giving
                 the short name or full name of that currency. If that currency in not recognized in any locale an
                 exception will be thrown. Currency short names are always made up of 3 letters, written in uppercase.
                 Well known currency shortnames include <code>USD</code> or <code>EUR</code>.
@@ -70,18 +70,18 @@ $currency = new Zend_Currency();
         </listitem>
         <listitem>
             <para>
-                <emphasis role="strong">locale</emphasis>:
+                <emphasis>locale</emphasis>:
             </para>
             <para>
-                The <emphasis role="strong">'locale'</emphasis> parameter defines which locale should be
+                The <emphasis>'locale'</emphasis> parameter defines which locale should be
                 used for formatting the currency. The specified locale will also be used to get the script and symbol for this currency if these parameters are not given.
             </para>
             <note>
                 <para>
                     Note that Zend_Currency only accepts locales which include a region. This means that all
                     locales that only include a language will result in an exception. For example the locale
-                    <emphasis role="strong">en</emphasis> will cause an exception to be thrown whereas the locale
-                    <emphasis role="strong">en_US</emphasis> will return <emphasis role="strong">USD</emphasis>
+                    <emphasis>en</emphasis> will cause an exception to be thrown whereas the locale
+                    <emphasis>en_US</emphasis> will return <emphasis>USD</emphasis>
                     as currency.
                 </para>
             </note>
@@ -117,10 +117,10 @@ $currency = new Zend_Currency('en_US', 'EUR');
 
     <note>
         <para>
-            For many countries there are several known currencies. Typically, one currency will currently be in use, with one or more ancient currencies. If the '<emphasis role="strong">currency</emphasis>' parameter
-            is suppressed the contemporary currency will be used. The region '<emphasis role="strong">de</emphasis>' for
-            example knows the currencies '<emphasis role="strong">EUR</emphasis>' and
-            '<emphasis role="strong">DEM</emphasis>'... '<emphasis role="strong">EUR</emphasis>' is the contemporary currency
+            For many countries there are several known currencies. Typically, one currency will currently be in use, with one or more ancient currencies. If the '<emphasis>currency</emphasis>' parameter
+            is suppressed the contemporary currency will be used. The region '<emphasis>de</emphasis>' for
+            example knows the currencies '<emphasis>EUR</emphasis>' and
+            '<emphasis>DEM</emphasis>'... '<emphasis>EUR</emphasis>' is the contemporary currency
             and will be used if the currency parameter is omitted.
         </para>
     </note>
@@ -131,7 +131,7 @@ $currency = new Zend_Currency('en_US', 'EUR');
 
         <para>
             To get a numeric value converted to an output string formatted for the currency at hand, use the method
-            <emphasis role="strong">toCurrency()</emphasis>. It takes the value which should be converted.
+            <emphasis>toCurrency()</emphasis>. It takes the value which should be converted.
             The value itself can be any normalized number.
         </para>
 
@@ -185,7 +185,7 @@ echo $currency->toCurrency(1000, array('script' => 'Arab'));
         <itemizedlist mark='opencircle'>
             <listitem>
                 <para>
-                    <emphasis role="strong">Currency symbol, shortname or name</emphasis>:
+                    <emphasis>Currency symbol, shortname or name</emphasis>:
                 </para>
                 <para>
                     The symbol of the currency is normally displayed within the currency output string. It can be suppressed
@@ -194,7 +194,7 @@ echo $currency->toCurrency(1000, array('script' => 'Arab'));
             </listitem>
             <listitem>
                 <para>
-                    <emphasis role="strong">Currency position</emphasis>:
+                    <emphasis>Currency position</emphasis>:
                 </para>
                 <para>
                     The position of the currency symbol is normally automatically defined by the locale. It can be
@@ -203,7 +203,7 @@ echo $currency->toCurrency(1000, array('script' => 'Arab'));
             </listitem>
             <listitem>
                 <para>
-                    <emphasis role="strong">Script</emphasis>:
+                    <emphasis>Script</emphasis>:
                 </para>
                 <para>
                     The script which shall be used to display digits. Detailed information about scripts and their
@@ -213,7 +213,7 @@ echo $currency->toCurrency(1000, array('script' => 'Arab'));
             </listitem>
             <listitem>
                 <para>
-                    <emphasis role="strong">Number formatting</emphasis>:
+                    <emphasis>Number formatting</emphasis>:
                 </para>
                 <para>
                     The amount of currency (formally known as value of money) is formatted by the usage of
@@ -225,7 +225,7 @@ echo $currency->toCurrency(1000, array('script' => 'Arab'));
 
         <para>
             So if you need to change the format, you should the
-            <emphasis role="strong">setFormat()</emphasis> method. It takes an array which should include every
+            <emphasis>setFormat()</emphasis> method. It takes an array which should include every
             option you want to change. The <code>options</code> array supports the following
             settings:
         </para>
@@ -233,23 +233,23 @@ echo $currency->toCurrency(1000, array('script' => 'Arab'));
         <itemizedlist mark='opencircle'>
             <listitem>
                 <para>
-                    <emphasis role="strong">position</emphasis>: Defines the position at which the currency
+                    <emphasis>position</emphasis>: Defines the position at which the currency
                     description should be displayed. The supported positions can be found in
                     <link linkend="zend.currency.usage.setformat.constantsposition">this table</link>.
                 </para>
             </listitem>
             <listitem>
                 <para>
-                    <emphasis role="strong">script</emphasis>: Defined which script should be used for
+                    <emphasis>script</emphasis>: Defined which script should be used for
                     displaying digits. The default script for most locales is
-                    <emphasis role="strong">'Latn'</emphasis>, which includes the digits 0 to 9. Other
+                    <emphasis>'Latn'</emphasis>, which includes the digits 0 to 9. Other
                     scripts such as 'Arab' (Arabian) can be used. All supported scripts can be found in
                     <link linkend="zend.locale.appendix.numberscripts.supported">this table</link>.
                 </para>
             </listitem>
             <listitem>
                 <para>
-                    <emphasis role="strong">format</emphasis>: Defines the format which should be used for displaying
+                    <emphasis>format</emphasis>: Defines the format which should be used for displaying
                     numbers. This number-format includes for example the thousand separator. You can eighter use
                     a default format by giving a locale identifier, or define the number-format manually.
                     If no format is set the locale from the <classname>Zend_Currency</classname> object will be used.
@@ -257,7 +257,7 @@ echo $currency->toCurrency(1000, array('script' => 'Arab'));
             </listitem>
             <listitem>
                 <para>
-                    <emphasis role="strong">display</emphasis>: Defines which part of the currency should be
+                    <emphasis>display</emphasis>: Defines which part of the currency should be
                     used for displaying the currency representation. There are 4 representations which can be
                     used and which are all described in
                     <link linkend="zend.currency.usage.setformat.constantsdescription">this table</link>.
@@ -265,27 +265,27 @@ echo $currency->toCurrency(1000, array('script' => 'Arab'));
             </listitem>
             <listitem>
                 <para>
-                    <emphasis role="strong">precision</emphasis>: Defines the precision which should be used for
-                    the currency representation. The default value is <emphasis role="strong">2</emphasis>.
+                    <emphasis>precision</emphasis>: Defines the precision which should be used for
+                    the currency representation. The default value is <emphasis>2</emphasis>.
                 </para>
             </listitem>
             <listitem>
                 <para>
-                    <emphasis role="strong">name</emphasis>: Defines the full currency name which should be
+                    <emphasis>name</emphasis>: Defines the full currency name which should be
                     displayed. This option overwrites any currency name which is set through
                     the creation of <classname>Zend_Currency</classname>.
                 </para>
             </listitem>
             <listitem>
                 <para>
-                    <emphasis role="strong">currency</emphasis>: Defines the international abbreviation which
+                    <emphasis>currency</emphasis>: Defines the international abbreviation which
                     should be displayed. This option overwrites any abbreviation which is set through
                     the creation of <classname>Zend_Currency</classname>.
                 </para>
             </listitem>
             <listitem>
                 <para>
-                    <emphasis role="strong">symbol</emphasis>: Defines the currency symbol which should be
+                    <emphasis>symbol</emphasis>: Defines the currency symbol which should be
                     displayed. This option overwrites any symbol which is set through
                     the creation of <classname>Zend_Currency</classname>.
                 </para>
@@ -397,37 +397,37 @@ echo $currency->toCurrency(1000);
         <itemizedlist mark='opencircle'>
             <listitem>
                 <para>
-                    <emphasis role="strong">getSymbol()</emphasis>:
+                    <emphasis>getSymbol()</emphasis>:
                 </para>
                 <para>
                     Returns the known symbol of the set currency or a given currency. For example
-                    <emphasis role="strong">$</emphasis> for the US Dollar within the locale
-                    '<emphasis role="strong">en_US</emphasis>.
+                    <emphasis>$</emphasis> for the US Dollar within the locale
+                    '<emphasis>en_US</emphasis>.
                 </para>
             </listitem>
             <listitem>
                 <para>
-                    <emphasis role="strong">getShortName()</emphasis>:
+                    <emphasis>getShortName()</emphasis>:
                 </para>
                 <para>
                     Returns the abbreviation of the set currency or a given currency. For example
-                    <emphasis role="strong">USD</emphasis> for the US Dollar within the locale
-                    '<emphasis role="strong">en_US</emphasis>.
+                    <emphasis>USD</emphasis> for the US Dollar within the locale
+                    '<emphasis>en_US</emphasis>.
                 </para>
             </listitem>
             <listitem>
                 <para>
-                    <emphasis role="strong">getName()</emphasis>:
+                    <emphasis>getName()</emphasis>:
                 </para>
                 <para>
                     Returns the full name of the set currency of a given currency. For example
-                    <emphasis role="strong">US Dollar</emphasis> for the US Dollar within the locale
-                    '<emphasis role="strong">en_US</emphasis>.
+                    <emphasis>US Dollar</emphasis> for the US Dollar within the locale
+                    '<emphasis>en_US</emphasis>.
                 </para>
             </listitem>
             <listitem>
                 <para>
-                    <emphasis role="strong">getRegionList()</emphasis>:
+                    <emphasis>getRegionList()</emphasis>:
                 </para>
                 <para>
                     Returns a list of regions where the set currency or a given one is known to be used.
@@ -437,7 +437,7 @@ echo $currency->toCurrency(1000);
             </listitem>
             <listitem>
                 <para>
-                    <emphasis role="strong">getCurrencyList()</emphasis>:
+                    <emphasis>getCurrencyList()</emphasis>:
                 </para>
                 <para>
                     Returns a list of currencies which are used in the given region.

Diff do ficheiro suprimidas por serem muito extensas
+ 130 - 130
documentation/manual/en/module_specs/Zend_Date-Constants.xml


+ 10 - 10
documentation/manual/en/module_specs/Zend_Date-Creation.xml

@@ -15,8 +15,8 @@
 
         <para>
             The simplest way of creating a date object is to create the actual date. You can either create a new
-            instance with <emphasis role="strong">new Zend_Date()</emphasis> or use the convenient static method
-            <emphasis role="strong">Zend_Date::now()</emphasis> which both will return the actual date as new
+            instance with <emphasis>new Zend_Date()</emphasis> or use the convenient static method
+            <emphasis>Zend_Date::now()</emphasis> which both will return the actual date as new
             instance of <classname>Zend_Date</classname>. The actual date always include the actual date and time for the
             actual set timezone.
         </para>
@@ -43,7 +43,7 @@ $date = new Zend_Date();
 
             <para>
                 Sometimes it is easier to use a static method for date creation. Therefor you can use the
-                <emphasis role="strong"><code>now()</code></emphasis> method. It returns a new instance of
+                <emphasis><code>now()</code></emphasis> method. It returns a new instance of
                 <classname>Zend_Date</classname> the same way as if you would use <code>new Zend_Date()</code>. But it will
                 always return the actual date and can not be changed by giving optional parameters.
             </para>
@@ -134,32 +134,32 @@ $date = new Zend_Date($datecolumn, Zend_Date::ISO_8601);
             <itemizedlist mark='opencircle'>
                 <listitem>
                     <para>
-                        <emphasis role="strong">day</emphasis>: day of the date as number
+                        <emphasis>day</emphasis>: day of the date as number
                     </para>
                 </listitem>
                 <listitem>
                     <para>
-                        <emphasis role="strong">month</emphasis>: month of the date as number
+                        <emphasis>month</emphasis>: month of the date as number
                     </para>
                 </listitem>
                 <listitem>
                     <para>
-                        <emphasis role="strong">year</emphasis>: full year of the date
+                        <emphasis>year</emphasis>: full year of the date
                     </para>
                 </listitem>
                 <listitem>
                     <para>
-                        <emphasis role="strong">hour</emphasis>: hour of the date
+                        <emphasis>hour</emphasis>: hour of the date
                     </para>
                 </listitem>
                 <listitem>
                     <para>
-                        <emphasis role="strong">minute</emphasis>: minute of the date
+                        <emphasis>minute</emphasis>: minute of the date
                     </para>
                 </listitem>
                 <listitem>
                     <para>
-                        <emphasis role="strong">second</emphasis>: second of the date
+                        <emphasis>second</emphasis>: second of the date
                     </para>
                 </listitem>
             </itemizedlist>
@@ -172,7 +172,7 @@ $date = new Zend_Date($datecolumn, Zend_Date::ISO_8601);
             <para>
                 Normally you will give a complete date array for creation of a new date instance. But when you
                 do not give all values, the not given array values are zeroed. This means that if f.e. no hour is
-                given the hour <emphasis role="strong">0</emphasis> is used.
+                given the hour <emphasis>0</emphasis> is used.
             </para>
 
             <programlisting role="php"><![CDATA[

+ 3 - 3
documentation/manual/en/module_specs/Zend_Date-Introduction.xml

@@ -52,14 +52,14 @@ date_default_timezone_set('America/Los_Angeles');
 date_default_timezone_set('Europe/Berlin');
 ]]></programlisting>
             </example>
-            <emphasis role="strong">When creating Zend_Date instances, their timezone will automatically become the
+            <emphasis>When creating Zend_Date instances, their timezone will automatically become the
             current default timezone!</emphasis> Thus, the timezone setting will account for any Daylight Savings Time
             (DST) in effect, eliminating the need to explicitly specify DST.
         </para>
 
         <para>
-            Keep in mind that the timezones <emphasis role="strong">UTC</emphasis> and
-            <emphasis role="strong">GMT</emphasis> do not include Daylight Saving Time. This means that even
+            Keep in mind that the timezones <emphasis>UTC</emphasis> and
+            <emphasis>GMT</emphasis> do not include Daylight Saving Time. This means that even
             if you define per hand that <classname>Zend_Date</classname> should work with DST, it would automatically
             be switched back for the instances of <classname>Zend_Date</classname> which have been set to UTC or GMT.
         </para>

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

@@ -53,7 +53,7 @@
             </para>
 
             <para>
-                <emphasis role="strong">If your actual timezone within the instance of <classname>Zend_Date</classname>
+                <emphasis>If your actual timezone within the instance of <classname>Zend_Date</classname>
                 is set to UTC or GMT the option <code>'fix_dst'</code> will not be used</emphasis> because
                 these two timezones do not work with DST. When you change the timezone for this instance
                 again to a timezone which is not UTC or GMT the previous set 'fix_dst' option will be used
@@ -373,13 +373,13 @@ print $date;
                             <entry>get()</entry>
                             <entry>
                                 <para>
-                                    <emphasis role="strong">get($part = null, $locale = null)</emphasis>
+                                    <emphasis>get($part = null, $locale = null)</emphasis>
                                 </para>
                                 <para>
                                     Use <code>get($part)</code> to retrieve the date <code>$part</code> of this object's
                                     date localized to <code>$locale</code> as a formatted string or integer. When using
                                     the BCMath extension, numeric strings might be returned instead of integers for
-                                    large values. <emphasis role="strong">NOTE:</emphasis> Unlike <code>get()</code>,
+                                    large values. <emphasis>NOTE:</emphasis> Unlike <code>get()</code>,
                                     the other get*() convenience methods only return instances of <classname>Zend_Date</classname>
                                     containing a date representing the selected or computed date/time.
                                 </para>
@@ -389,7 +389,7 @@ print $date;
                             <entry>set()</entry>
                             <entry>
                                 <para>
-                                    <emphasis role="strong">set($date, $part = null, $locale = null)</emphasis>
+                                    <emphasis>set($date, $part = null, $locale = null)</emphasis>
                                 </para>
                                 <para>
                                     Sets the <code>$part</code> of the current object to the corresponding value for
@@ -402,7 +402,7 @@ print $date;
                             <entry>add()</entry>
                             <entry>
                                 <para>
-                                    <emphasis role="strong">add($date, $part = null, $locale = null)</emphasis>
+                                    <emphasis>add($date, $part = null, $locale = null)</emphasis>
                                 </para>
                                 <para>
                                     Adds the <code>$part</code> of <code>$date</code> having a locale
@@ -414,7 +414,7 @@ print $date;
                             <entry>sub()</entry>
                             <entry>
                                 <para>
-                                    <emphasis role="strong">sub($date, $part = null, $locale = null)</emphasis>
+                                    <emphasis>sub($date, $part = null, $locale = null)</emphasis>
                                 </para>
                                 <para>
                                     Subtracts the <code>$part</code> of <code>$date</code> having a locale
@@ -426,7 +426,7 @@ print $date;
                             <entry>copyPart()</entry>
                             <entry>
                                 <para>
-                                    <emphasis role="strong">copyPart($part, $locale = null)</emphasis>
+                                    <emphasis>copyPart($part, $locale = null)</emphasis>
                                 </para>
                                 <para>
                                     Returns a cloned object, with only <code>$part</code> of the object's date copied to
@@ -439,7 +439,7 @@ print $date;
                             <entry>compare()</entry>
                             <entry>
                                 <para>
-                                    <emphasis role="strong">compare($date, $part = null, $locale = null)</emphasis>
+                                    <emphasis>compare($date, $part = null, $locale = null)</emphasis>
                                 </para>
                                 <para>
                                     compares <code>$part</code> of <code>$date</code> to this object's timestamp,
@@ -480,7 +480,7 @@ print $date;
                         <entry>equals()</entry>
                         <entry>
                             <para>
-                                <emphasis role="strong">equals($date, $part = null, $locale = null)</emphasis>
+                                <emphasis>equals($date, $part = null, $locale = null)</emphasis>
                             </para>
                             <para>
                                 returns true, if <code>$part</code> of <code>$date</code> having locale
@@ -493,7 +493,7 @@ print $date;
                         <entry>isEarlier()</entry>
                         <entry>
                             <para>
-                                <emphasis role="strong">isEarlier($date, $part = null, $locale = null)</emphasis>
+                                <emphasis>isEarlier($date, $part = null, $locale = null)</emphasis>
                             </para>
                             <para>
                                 returns true, if <code>$part</code> of this object's date is earlier than
@@ -505,7 +505,7 @@ print $date;
                         <entry>isLater()</entry>
                         <entry>
                             <para>
-                                <emphasis role="strong">isLater($date, $part = null, $locale = null)</emphasis>
+                                <emphasis>isLater($date, $part = null, $locale = null)</emphasis>
                             </para>
                             <para>
                                 returns true, if <code>$part</code> of this object's date is later than
@@ -517,7 +517,7 @@ print $date;
                         <entry>isToday()</entry>
                         <entry>
                             <para>
-                                <emphasis role="strong">isToday()</emphasis>
+                                <emphasis>isToday()</emphasis>
                             </para>
                             <para>
                                 Tests if today's year, month, and day match this object's date value, using this
@@ -529,7 +529,7 @@ print $date;
                         <entry>isTomorrow()</entry>
                         <entry>
                             <para>
-                                <emphasis role="strong">isTomorrow()</emphasis>
+                                <emphasis>isTomorrow()</emphasis>
                             </para>
                             <para>
                                 Tests if tomorrow's year, month, and day match this object's date value, using this
@@ -541,7 +541,7 @@ print $date;
                         <entry>isYesterday()</entry>
                         <entry>
                             <para>
-                                <emphasis role="strong">isYesterday()</emphasis>
+                                <emphasis>isYesterday()</emphasis>
                             </para>
                             <para>
                                 Tests if yesterday's year, month, and day match this object's date value, using this
@@ -553,7 +553,7 @@ print $date;
                         <entry>isLeapYear()</entry>
                         <entry>
                             <para>
-                                <emphasis role="strong">isLeapYear()</emphasis>
+                                <emphasis>isLeapYear()</emphasis>
                             </para>
                             <para>
                                 Use <code>isLeapYear()</code> to determine if the current object is a leap year, or use
@@ -566,7 +566,7 @@ print $date;
                         <entry>isDate()</entry>
                         <entry>
                             <para>
-                                <emphasis role="strong">isDate($date, $format = null, $locale = null)</emphasis>
+                                <emphasis>isDate($date, $format = null, $locale = null)</emphasis>
                             </para>
                             <para>
                                 This method checks if a given date is a real date and returns true if all checks are ok.
@@ -604,7 +604,7 @@ print $date;
                         <entry>toString()</entry>
                         <entry>
                             <para>
-                                <emphasis role="strong">toString($format = null, $locale = null)</emphasis>
+                                <emphasis>toString($format = null, $locale = null)</emphasis>
                             </para>
                             <para>
                                 Invoke directly or via the magic method <code>__toString()</code>. The
@@ -620,7 +620,7 @@ print $date;
                         <entry>toArray()</entry>
                         <entry>
                             <para>
-                                <emphasis role="strong">toArray()</emphasis>
+                                <emphasis>toArray()</emphasis>
                             </para>
                             <para>
                                 Returns an array representation of the selected date according to
@@ -631,74 +631,74 @@ print $date;
                                 <itemizedlist>
                                     <listitem>
                                         <para>
-                                            Number of day as '<emphasis role="strong">day</emphasis>'
+                                            Number of day as '<emphasis>day</emphasis>'
                                             (<classname>Zend_Date::DAY_SHORT</classname>)
                                         </para>
                                     </listitem>
                                     <listitem>
                                         <para>
-                                            Number of month as '<emphasis role="strong">month</emphasis>'
+                                            Number of month as '<emphasis>month</emphasis>'
                                             (<classname>Zend_Date::MONTH_SHORT</classname>)
                                         </para>
                                     </listitem>
                                     <listitem>
                                         <para>
-                                            Year as '<emphasis role="strong">year</emphasis>'
+                                            Year as '<emphasis>year</emphasis>'
                                             (<classname>Zend_Date::YEAR</classname>)
                                         </para>
                                     </listitem>
                                     <listitem>
                                         <para>
-                                            Hour as '<emphasis role="strong">hour</emphasis>'
+                                            Hour as '<emphasis>hour</emphasis>'
                                             (<classname>Zend_Date::HOUR_SHORT</classname>)
                                         </para>
                                     </listitem>
                                     <listitem>
                                         <para>
-                                            Minute as '<emphasis role="strong">minute</emphasis>'
+                                            Minute as '<emphasis>minute</emphasis>'
                                             (<classname>Zend_Date::MINUTE_SHORT</classname>)
                                         </para>
                                     </listitem>
                                     <listitem>
                                         <para>
-                                            Second as '<emphasis role="strong">second</emphasis>'
+                                            Second as '<emphasis>second</emphasis>'
                                             (<classname>Zend_Date::SECOND_SHORT</classname>)
                                         </para>
                                     </listitem>
                                     <listitem>
                                         <para>
-                                            Abbreviated timezone as '<emphasis role="strong">timezone</emphasis>'
+                                            Abbreviated timezone as '<emphasis>timezone</emphasis>'
                                             (<classname>Zend_Date::TIMEZONE</classname>)
                                         </para>
                                     </listitem>
                                     <listitem>
                                         <para>
-                                            Unix timestamp as '<emphasis role="strong">timestamp</emphasis>'
+                                            Unix timestamp as '<emphasis>timestamp</emphasis>'
                                             (<classname>Zend_Date::TIMESTAMP</classname>)
                                         </para>
                                     </listitem>
                                     <listitem>
                                         <para>
-                                            Number of weekday as '<emphasis role="strong">weekday</emphasis>'
+                                            Number of weekday as '<emphasis>weekday</emphasis>'
                                             (<classname>Zend_Date::WEEKDAY_DIGIT</classname>)
                                         </para>
                                     </listitem>
                                     <listitem>
                                         <para>
-                                            Day of year as '<emphasis role="strong">dayofyear</emphasis>'
+                                            Day of year as '<emphasis>dayofyear</emphasis>'
                                             (<classname>Zend_Date::DAY_OF_YEAR</classname>)
                                         </para>
                                     </listitem>
                                     <listitem>
                                         <para>
-                                            Week as '<emphasis role="strong">week</emphasis>'
+                                            Week as '<emphasis>week</emphasis>'
                                             (<classname>Zend_Date::WEEK</classname>)
                                         </para>
                                     </listitem>
                                     <listitem>
                                         <para>
                                             Delay of timezone to GMT as
-                                            '<emphasis role="strong">gmtsecs</emphasis>'
+                                            '<emphasis>gmtsecs</emphasis>'
                                             (<classname>Zend_Date::GMT_SECS</classname>)
                                         </para>
                                     </listitem>
@@ -710,13 +710,13 @@ print $date;
                         <entry>toValue()</entry>
                         <entry>
                             <para>
-                                <emphasis role="strong">toValue($part = null)</emphasis>
+                                <emphasis>toValue($part = null)</emphasis>
                             </para>
                             <para>
                                 Returns an integer representation of the selected date <code>$part</code> according to
                                 the conventions of the object's locale. Returns <code>false</code> when
                                 <code>$part</code> selects a non-numeric value, such as
-                                <classname>Zend_Date::MONTH_NAME_SHORT</classname>. <emphasis role="strong">NOTE:</emphasis> This
+                                <classname>Zend_Date::MONTH_NAME_SHORT</classname>. <emphasis>NOTE:</emphasis> This
                                 method calls
                                 <link linkend="id.date.basic.operations"><code>get()</code>
                                 </link>
@@ -732,7 +732,7 @@ print $date;
                         </entry>
                         <entry>
                             <para>
-                                <emphasis role="strong">get($part = null, $locale = null)</emphasis>
+                                <emphasis>get($part = null, $locale = null)</emphasis>
                             </para>
                             <para>
                                 This method returns the <code>$part</code> of object's date localized to
@@ -746,7 +746,7 @@ print $date;
                         <entry>now()</entry>
                         <entry>
                             <para>
-                                <emphasis role="strong">now($locale = null)</emphasis>
+                                <emphasis>now($locale = null)</emphasis>
                             </para>
                             <para>
                                 This convenience function is equivalent to <code>new Zend_Date()</code>. It returns the
@@ -781,7 +781,7 @@ print $date;
                     <row>
                         <entry>
                             <para>
-                                <emphasis role="strong">getFractionalPrecision()</emphasis>
+                                <emphasis>getFractionalPrecision()</emphasis>
                             </para>
                         </entry>
                         <entry>Return the precision of the part seconds</entry>
@@ -789,7 +789,7 @@ print $date;
                     <row>
                         <entry>
                             <para>
-                                <emphasis role="strong">setFractionalPrecision()</emphasis>
+                                <emphasis>setFractionalPrecision()</emphasis>
                             </para>
                         </entry>
                         <entry>Set the precision of the part seconds</entry>
@@ -822,7 +822,7 @@ print $date;
                     <row>
                         <entry>
                             <para>
-                                <emphasis role="strong">getSunrise($location)</emphasis>
+                                <emphasis>getSunrise($location)</emphasis>
                             </para>
                         </entry>
                         <entry>Return the date's time of sunrise</entry>
@@ -830,7 +830,7 @@ print $date;
                     <row>
                         <entry>
                             <para>
-                                <emphasis role="strong">getSunset($location)</emphasis>
+                                <emphasis>getSunset($location)</emphasis>
                             </para>
                         </entry>
                         <entry>Return the date's time of sunset</entry>
@@ -838,7 +838,7 @@ print $date;
                     <row>
                         <entry>
                             <para>
-                                <emphasis role="strong">getSunInfo($location)</emphasis>
+                                <emphasis>getSunInfo($location)</emphasis>
                             </para>
                         </entry>
                         <entry>Return an array with the date's sun dates</entry>

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

@@ -269,7 +269,7 @@ $db = Zend_Db::factory($config->database);
             <itemizedlist>
                 <listitem>
                     <para>
-                        <emphasis role="strong">host</emphasis>:
+                        <emphasis>host</emphasis>:
                         a string containing a hostname or IP address of the
                         database server. If the database is running on the
                         same host as the PHP application, you may use
@@ -278,27 +278,27 @@ $db = Zend_Db::factory($config->database);
                 </listitem>
                 <listitem>
                     <para>
-                        <emphasis role="strong">username</emphasis>:
+                        <emphasis>username</emphasis>:
                         account identifier for authenticating a connection to the
                         RDBMS server.
                     </para>
                 </listitem>
                 <listitem>
                     <para>
-                        <emphasis role="strong">password</emphasis>:
+                        <emphasis>password</emphasis>:
                         account password credential for authenticating a
                         connection to the RDBMS server.
                     </para>
                 </listitem>
                 <listitem>
                     <para>
-                        <emphasis role="strong">dbname</emphasis>:
+                        <emphasis>dbname</emphasis>:
                         database instance name on the RDBMS server.
                     </para>
                 </listitem>
                 <listitem>
                     <para>
-                        <emphasis role="strong">port</emphasis>:
+                        <emphasis>port</emphasis>:
                         some RDBMS servers can accept network connections on a
                         administrator-specified port number. The port
                         parameter allow you to specify the port to which your
@@ -308,14 +308,14 @@ $db = Zend_Db::factory($config->database);
                 </listitem>
                 <listitem>
                     <para>
-                        <emphasis role="strong">options</emphasis>:
+                        <emphasis>options</emphasis>:
                         this parameter is an associative array of options
                         that are generic to all <classname>Zend_Db_Adapter</classname> classes.
                     </para>
                 </listitem>
                 <listitem>
                     <para>
-                        <emphasis role="strong">driver_options</emphasis>:
+                        <emphasis>driver_options</emphasis>:
                         this parameter is an associative array of additional
                         options that are specific to a given database
                         extension. One typical use of this parameter is to
@@ -324,7 +324,7 @@ $db = Zend_Db::factory($config->database);
                 </listitem>
                 <listitem>
                     <para>
-                        <emphasis role="strong">adapterNamespace</emphasis>:
+                        <emphasis>adapterNamespace</emphasis>:
                         names the initial part of the class name for the
                         adapter, instead of 'Zend_Db_Adapter'. Use this if
                         you need to use the <code>factory()</code> method to
@@ -516,20 +516,20 @@ try {
         <itemizedlist>
             <listitem>
                 <para>
-                    <emphasis role="strong">accounts</emphasis> stores
+                    <emphasis>accounts</emphasis> stores
                     information about each user of the bug-tracking database.
                 </para>
             </listitem>
             <listitem>
                 <para>
-                    <emphasis role="strong">products</emphasis> stores
+                    <emphasis>products</emphasis> stores
                     information about each product for which a bug can be
                     logged.
                 </para>
             </listitem>
             <listitem>
                 <para>
-                    <emphasis role="strong">bugs</emphasis> stores information
+                    <emphasis>bugs</emphasis> stores information
                     about bugs, including that current state of the bug, the
                     person who reported the bug, the person who is assigned to
                     fix the bug, and the person who is assigned to verify the
@@ -538,7 +538,7 @@ try {
             </listitem>
             <listitem>
                 <para>
-                    <emphasis role="strong">bugs_products</emphasis> stores a
+                    <emphasis>bugs_products</emphasis> stores a
                     relationship between bugs and products. This implements a
                     many-to-many relationship, because a given bug may be
                     relevant to multiple products, and of course a given
@@ -661,7 +661,7 @@ $result = $db->fetchAll($sql, 2);
             <itemizedlist>
                 <listitem>
                     <para>
-                        <emphasis role="strong">Zend_Db::FETCH_ASSOC</emphasis>:
+                        <emphasis>Zend_Db::FETCH_ASSOC</emphasis>:
                         return data in an array of associative arrays.
                         The array keys are column names, as strings.
                         This is the default fetch mode for <classname>Zend_Db_Adapter</classname> classes.
@@ -687,7 +687,7 @@ $result = $db->fetchAll($sql, 2);
                 </listitem>
                 <listitem>
                     <para>
-                        <emphasis role="strong">Zend_Db::FETCH_NUM</emphasis>:
+                        <emphasis>Zend_Db::FETCH_NUM</emphasis>:
                         return data in an array of arrays. The arrays are
                         indexed by integers, corresponding to the position of
                         the respective field in the select-list of the query.
@@ -695,7 +695,7 @@ $result = $db->fetchAll($sql, 2);
                 </listitem>
                 <listitem>
                     <para>
-                        <emphasis role="strong">Zend_Db::FETCH_BOTH</emphasis>:
+                        <emphasis>Zend_Db::FETCH_BOTH</emphasis>:
                         return data in an array of arrays. The array keys are
                         both strings as used in the FETCH_ASSOC mode, and
                         integers as used in the FETCH_NUM mode. Note that the
@@ -706,7 +706,7 @@ $result = $db->fetchAll($sql, 2);
                 </listitem>
                 <listitem>
                     <para>
-                        <emphasis role="strong">Zend_Db::FETCH_COLUMN</emphasis>:
+                        <emphasis>Zend_Db::FETCH_COLUMN</emphasis>:
                         return data in an array of values. The value in each array
                         is the value returned by one column of the result set.
                         By default, this is the first column, indexed by 0.
@@ -714,7 +714,7 @@ $result = $db->fetchAll($sql, 2);
                 </listitem>
                 <listitem>
                     <para>
-                        <emphasis role="strong">Zend_Db::FETCH_OBJ</emphasis>:
+                        <emphasis>Zend_Db::FETCH_OBJ</emphasis>:
                         return data in an array of objects. The default class
                         is the PHP built-in class stdClass. Columns of the
                         result set are available as public properties of the

+ 3 - 3
documentation/manual/en/module_specs/Zend_Db_Statement.xml

@@ -151,7 +151,7 @@ $stmt->execute(array(':reporter' => 'goofy', ':status' => 'FIXED'));
             <itemizedlist>
                 <listitem>
                     <para>
-                        <emphasis role="strong">Fetch style</emphasis> is the
+                        <emphasis>Fetch style</emphasis> is the
                         first argument. This controls the structure in which
                         the row is returned.
                         See <xref linkend="zend.db.adapter.select.fetch-mode" />
@@ -161,7 +161,7 @@ $stmt->execute(array(':reporter' => 'goofy', ':status' => 'FIXED'));
                 </listitem>
                 <listitem>
                     <para>
-                        <emphasis role="strong">Cursor orientation</emphasis>
+                        <emphasis>Cursor orientation</emphasis>
                         is the second argument. The default is
                         Zend_Db::FETCH_ORI_NEXT, which simply means that each
                         call to <code>fetch()</code> returns the next row in
@@ -170,7 +170,7 @@ $stmt->execute(array(':reporter' => 'goofy', ':status' => 'FIXED'));
                 </listitem>
                 <listitem>
                     <para>
-                        <emphasis role="strong">Offset</emphasis> is the third
+                        <emphasis>Offset</emphasis> is the third
                         argument.
                         If the cursor orientation is Zend_Db::FETCH_ORI_ABS,
                         then the offset number is the ordinal number of the row

+ 9 - 9
documentation/manual/en/module_specs/Zend_Db_Table-Relationships.xml

@@ -138,7 +138,7 @@ class BugsProducts extends Zend_Db_Table_Abstract
         <itemizedlist>
             <listitem>
                 <para>
-                    <emphasis role="strong">columns</emphasis> => A string or an array of strings
+                    <emphasis>columns</emphasis> => A string or an array of strings
                     naming the foreign key column name(s) in the dependent table.
                 </para>
 
@@ -150,7 +150,7 @@ class BugsProducts extends Zend_Db_Table_Abstract
 
             <listitem>
                 <para>
-                    <emphasis role="strong">refTableClass</emphasis> => The class name of the
+                    <emphasis>refTableClass</emphasis> => The class name of the
                     parent table. Use the class name, not the physical name of the SQL table.
                 </para>
 
@@ -166,7 +166,7 @@ class BugsProducts extends Zend_Db_Table_Abstract
 
             <listitem>
                 <para>
-                    <emphasis role="strong">refColumns</emphasis> => A string or an array of
+                    <emphasis>refColumns</emphasis> => A string or an array of
                     strings naming the primary key column name(s) in the parent table.
                 </para>
 
@@ -186,7 +186,7 @@ class BugsProducts extends Zend_Db_Table_Abstract
 
             <listitem>
                 <para>
-                    <emphasis role="strong">onDelete</emphasis> => The rule for an action to
+                    <emphasis>onDelete</emphasis> => The rule for an action to
                     execute if a row is deleted in the parent table. See
                     <xref linkend="zend.db.table.relationships.cascading" /> for more information.
                 </para>
@@ -194,7 +194,7 @@ class BugsProducts extends Zend_Db_Table_Abstract
 
             <listitem>
                 <para>
-                    <emphasis role="strong">onUpdate</emphasis> => The rule for an action to
+                    <emphasis>onUpdate</emphasis> => The rule for an action to
                     execute if values in primary key columns are updated in the parent table. See
                     <xref linkend="zend.db.table.relationships.cascading" /> for more information.
                 </para>
@@ -715,7 +715,7 @@ $products = $bug1234->findProductsViaBugsProductsByBug();
 
             <para>
                 Declaring cascading operations in <classname>Zend_Db_Table</classname> is intended
-                <emphasis role="strong">only</emphasis> for RDBMS brands that do not support
+                <emphasis>only</emphasis> for RDBMS brands that do not support
                 declarative referential integrity (DRI).
             </para>
 
@@ -830,7 +830,7 @@ class BugsProducts extends Zend_Db_Table_Abstract
             <title>Notes Regarding Cascading Operations</title>
 
             <para>
-                <emphasis role="strong">Cascading operations invoked by <classname>Zend_Db_Table</classname> are not
+                <emphasis>Cascading operations invoked by <classname>Zend_Db_Table</classname> are not
                 atomic.</emphasis>
             </para>
 
@@ -867,7 +867,7 @@ class BugsProducts extends Zend_Db_Table_Abstract
             </para>
 
             <para>
-                <emphasis role="strong">Cascading operations in <classname>Zend_Db_Table</classname> are invoked only by
+                <emphasis>Cascading operations in <classname>Zend_Db_Table</classname> are invoked only by
                 <classname>Zend_Db_Table</classname>.</emphasis>
             </para>
 
@@ -882,7 +882,7 @@ class BugsProducts extends Zend_Db_Table_Abstract
             </para>
 
             <para>
-                <emphasis role="strong">No Cascading <code>INSERT</code>.</emphasis>
+                <emphasis>No Cascading <code>INSERT</code>.</emphasis>
             </para>
 
             <para>

+ 11 - 11
documentation/manual/en/module_specs/Zend_Db_Table.xml

@@ -1188,27 +1188,27 @@ echo "The table name is " . $info['name'] . "\n";
         <itemizedlist>
             <listitem>
                 <para>
-                    <emphasis role="strong">name</emphasis> => the name of the table.
+                    <emphasis>name</emphasis> => the name of the table.
                 </para>
             </listitem>
 
             <listitem>
                 <para>
-                    <emphasis role="strong">cols</emphasis> => an array, naming the column(s) of
+                    <emphasis>cols</emphasis> => an array, naming the column(s) of
                     the table.
                 </para>
             </listitem>
 
             <listitem>
                 <para>
-                    <emphasis role="strong">primary</emphasis> => an array, naming the column(s) in
+                    <emphasis>primary</emphasis> => an array, naming the column(s) in
                     the primary key.
                 </para>
             </listitem>
 
             <listitem>
                 <para>
-                    <emphasis role="strong">metadata</emphasis> => an associative array, mapping
+                    <emphasis>metadata</emphasis> => an associative array, mapping
                     column names to information about the columns. This is the information returned
                     by the <code>describeTable()</code> method.
                 </para>
@@ -1216,7 +1216,7 @@ echo "The table name is " . $info['name'] . "\n";
 
             <listitem>
                 <para>
-                    <emphasis role="strong">rowClass</emphasis> => the name of the concrete class
+                    <emphasis>rowClass</emphasis> => the name of the concrete class
                     used for Row objects returned by methods of this table instance. This defaults
                     to <classname>Zend_Db_Table_Row</classname>.
                 </para>
@@ -1224,7 +1224,7 @@ echo "The table name is " . $info['name'] . "\n";
 
             <listitem>
                 <para>
-                    <emphasis role="strong">rowsetClass</emphasis> => the name of the concrete
+                    <emphasis>rowsetClass</emphasis> => the name of the concrete
                     class used for Rowset objects returned by methods of this table instance. This
                     defaults to <classname>Zend_Db_Table_Rowset</classname>.
                 </para>
@@ -1232,7 +1232,7 @@ echo "The table name is " . $info['name'] . "\n";
 
             <listitem>
                 <para>
-                    <emphasis role="strong">referenceMap</emphasis> => an associative array, with
+                    <emphasis>referenceMap</emphasis> => an associative array, with
                     information about references from this table to any parent tables. See
                     <xref linkend="zend.db.table.relationships.defining" />.
                 </para>
@@ -1240,7 +1240,7 @@ echo "The table name is " . $info['name'] . "\n";
 
             <listitem>
                 <para>
-                    <emphasis role="strong">dependentTables</emphasis> => an array of class names
+                    <emphasis>dependentTables</emphasis> => an array of class names
                     of tables that reference this table. See
                     <xref linkend="zend.db.table.relationships.defining" />.
                 </para>
@@ -1248,7 +1248,7 @@ echo "The table name is " . $info['name'] . "\n";
 
             <listitem>
                 <para>
-                    <emphasis role="strong">schema</emphasis> => the name of the schema (or
+                    <emphasis>schema</emphasis> => the name of the schema (or
                     database or tablespace) for this table.
                 </para>
             </listitem>
@@ -1291,7 +1291,7 @@ echo "The table name is " . $info['name'] . "\n";
             <itemizedlist>
                 <listitem>
                     <para>
-                        <emphasis role="strong">Call
+                        <emphasis>Call
                         <classname>Zend_Db_Table_Abstract::setDefaultMetadataCache()</classname></emphasis> - This allows
                         a developer to once set the default cache object to be used for all table
                         classes.
@@ -1300,7 +1300,7 @@ echo "The table name is " . $info['name'] . "\n";
 
                 <listitem>
                     <para>
-                        <emphasis role="strong">Configure
+                        <emphasis>Configure
                         <classname>Zend_Db_Table_Abstract::__construct()</classname></emphasis> - This allows a developer
                         to set the cache object to be used for a particular table class instance.
                     </para>

+ 19 - 19
documentation/manual/en/module_specs/Zend_File_Transfer-Introduction.xml

@@ -81,7 +81,7 @@ if (!$adapter->receive()) {
         <title>Attention</title>
         <para>
             This example is suitable only for demonstrating the basic API of <classname>Zend_File_Transfer</classname>. You should
-            <emphasis role="strong">never</emphasis> use this code listing in a production environment, because
+            <emphasis>never</emphasis> use this code listing in a production environment, because
             severe security issues may be introduced. You should always use validators to increase security.
         </para>
     </note>
@@ -111,7 +111,7 @@ if (!$adapter->receive()) {
         <itemizedlist>
             <listitem>
                 <para>
-                    <emphasis role="strong">ignoreNoFile</emphasis>: If this option is set to true,
+                    <emphasis>ignoreNoFile</emphasis>: If this option is set to true,
                     all validators will ignore files that have not been uploaded by the form. The default value is false which results in an error if no files were specified.
                 </para>
             </listitem>
@@ -130,7 +130,7 @@ if (!$adapter->receive()) {
         <itemizedlist>
             <listitem>
                 <para>
-                    <emphasis role="strong">isValid($files = null)</emphasis>: This method will check if the
+                    <emphasis>isValid($files = null)</emphasis>: This method will check if the
                     given files are valid, based on the validators that are attached to the files.
                     If no files are specified, all files will be checked. You can call <code>isValid()</code>
                     before calling <code>receive()</code>; in this case, <code>receive()</code> will not call
@@ -140,7 +140,7 @@ if (!$adapter->receive()) {
 
             <listitem>
                 <para>
-                    <emphasis role="strong">isUploaded($files = null)</emphasis>: This method will check if the
+                    <emphasis>isUploaded($files = null)</emphasis>: This method will check if the
                     specified files have been uploaded by the user. This is useful when you have defined
                     one or more optional files. When no files are specified, all files will be checked.
                 </para>
@@ -148,7 +148,7 @@ if (!$adapter->receive()) {
 
             <listitem>
                 <para>
-                    <emphasis role="strong">isReceived($files = null)</emphasis>: This method will check if the
+                    <emphasis>isReceived($files = null)</emphasis>: This method will check if the
                     given files have already been received. When no files are specified, all files will be checked.
                 </para>
             </listitem>
@@ -195,35 +195,35 @@ $upload->receive();
         <itemizedlist>
             <listitem>
                 <para>
-                    <emphasis role="strong">getFileName($file = null, $path = true)</emphasis>: This method
+                    <emphasis>getFileName($file = null, $path = true)</emphasis>: This method
                     will return the real file name of a transferred file.
                 </para>
             </listitem>
 
             <listitem>
                 <para>
-                    <emphasis role="strong">getFileInfo($file = null)</emphasis>: This method will return all
+                    <emphasis>getFileInfo($file = null)</emphasis>: This method will return all
                     internal information for the given file.
                 </para>
             </listitem>
 
             <listitem>
                 <para>
-                    <emphasis role="strong">getFileSize($file = null)</emphasis>: This method will return the
+                    <emphasis>getFileSize($file = null)</emphasis>: This method will return the
                     real filesize for the given file.
                 </para>
             </listitem>
 
             <listitem>
                 <para>
-                    <emphasis role="strong">getHash($hash = 'crc32', $files = null)</emphasis>: This method
+                    <emphasis>getHash($hash = 'crc32', $files = null)</emphasis>: This method
                     returns a hash of the content of a given transferred file.
                 </para>
             </listitem>
 
             <listitem>
                 <para>
-                    <emphasis role="strong">getMimeType($files = null)</emphasis>: This method returns the
+                    <emphasis>getMimeType($files = null)</emphasis>: This method returns the
                     mimetype of a given transferred file.
                 </para>
             </listitem>
@@ -431,7 +431,7 @@ while (!$upload['done']) {
             <itemizedlist>
                 <listitem>
                     <para>
-                        <emphasis role="strong">id</emphasis>: The ID of this upload. This ID identifies the
+                        <emphasis>id</emphasis>: The ID of this upload. This ID identifies the
                         upload within the extension. It is filled automatically. You should never change or
                         give this value yourself.
                     </para>
@@ -439,36 +439,36 @@ while (!$upload['done']) {
 
                 <listitem>
                     <para>
-                        <emphasis role="strong">total</emphasis>: The total filesize of the uploaded files in bytes
+                        <emphasis>total</emphasis>: The total filesize of the uploaded files in bytes
                         as integer.
                     </para>
                 </listitem>
 
                 <listitem>
                     <para>
-                        <emphasis role="strong">current</emphasis>: The current uploaded filesize in bytes
+                        <emphasis>current</emphasis>: The current uploaded filesize in bytes
                         as integer.
                     </para>
                 </listitem>
 
                 <listitem>
                     <para>
-                        <emphasis role="strong">rate</emphasis>: The average upload speed in bytes per second
+                        <emphasis>rate</emphasis>: The average upload speed in bytes per second
                         as integer.
                     </para>
                 </listitem>
 
                 <listitem>
                     <para>
-                        <emphasis role="strong">done</emphasis>: Returns true when the upload is finished and false
+                        <emphasis>done</emphasis>: Returns true when the upload is finished and false
                         otherwise.
                     </para>
                 </listitem>
 
                 <listitem>
                     <para>
-                        <emphasis role="strong">message</emphasis>: The actual message. Eighter the progress as
-                        text in the form <emphasis role="strong">10kB / 200kB</emphasis>, or a helpful message
+                        <emphasis>message</emphasis>: The actual message. Eighter the progress as
+                        text in the form <emphasis>10kB / 200kB</emphasis>, or a helpful message
                         in the case of a problem. Problems could be, that there is no upload in progress, that
                         there was a failure while retrieving the data for the progress, or that the upload has
                         been canceled.
@@ -477,7 +477,7 @@ while (!$upload['done']) {
 
                 <listitem>
                     <para>
-                        <emphasis role="strong">progress</emphasis>: This optional key takes a instance of
+                        <emphasis>progress</emphasis>: This optional key takes a instance of
                         Zend_ProgressBar_Adapter or Zend_ProgressBar and allows to get the actual upload state
                         within a progressbar.
                     </para>
@@ -485,7 +485,7 @@ while (!$upload['done']) {
 
                 <listitem>
                     <para>
-                        <emphasis role="strong">session</emphasis>: This optional key takes the name of a session
+                        <emphasis>session</emphasis>: This optional key takes the name of a session
                         namespace which will be used within Zend_ProgressBar. When this key is not given it
                         defaults to <classname>Zend_File_Transfer_Adapter_Http_ProgressBar</classname>.
                     </para>

+ 2 - 2
documentation/manual/en/module_specs/Zend_File_Transfer-Validators.xml

@@ -738,7 +738,7 @@ if (!$upload->isValid('C:\temp\myfile.MO')) {
 
         <para>
             The size itself is also accepted in SI notation as handled by most operating systems. That is, instead of
-            specifying <emphasis role="strong">20000 bytes</emphasis>, <emphasis role="strong">20kB</emphasis> may be given. All file sizes are converted
+            specifying <emphasis>20000 bytes</emphasis>, <emphasis>20kB</emphasis> may be given. All file sizes are converted
             using 1024 as the base value. The following Units are accepted: <code>kB</code>, <code>MB</code>,
             <code>GB</code>, <code>TB</code>, <code>PB</code> and <code>EB</code>. Note that 1kB is equal to 1024 bytes, 1MB is equal to 1024kB, and so on.
         </para>
@@ -1241,7 +1241,7 @@ $upload->addValidator('Sha1',
 
         <para>
             The size itself is also accepted in SI notation as handled by most operating systems. That is, instead of
-            specifying <emphasis role="strong">20000 bytes</emphasis>, <emphasis role="strong">20kB</emphasis> may be given. All file sizes are converted
+            specifying <emphasis>20000 bytes</emphasis>, <emphasis>20kB</emphasis> may be given. All file sizes are converted
             using 1024 as the base value. The following Units are accepted: <code>kB</code>, <code>MB</code>,
             <code>GB</code>, <code>TB</code>, <code>PB</code> and <code>EB</code>. Note that 1kB is equal to 1024 bytes, 1MB is equal to 1024kB, and so on.
         </para>

+ 6 - 6
documentation/manual/en/module_specs/Zend_Filter_Input.xml

@@ -28,7 +28,7 @@
     <itemizedlist>
         <listitem>
             <para>
-                <emphasis role="strong">Filters</emphasis> transform input
+                <emphasis>Filters</emphasis> transform input
                 values, by removing or changing characters within the value.
                 The goal is to "normalize" input values until they match an
                 expected format. For example, if a string of numeric digits is
@@ -39,7 +39,7 @@
         </listitem>
         <listitem>
             <para>
-                <emphasis role="strong">Validators</emphasis> check input
+                <emphasis>Validators</emphasis> check input
                 values against criteria and report whether they passed the test
                 or not. The value is not changed, but the check may fail. For
                 example, if a string must look like an email address, and the
@@ -49,7 +49,7 @@
         </listitem>
         <listitem>
             <para>
-                <emphasis role="strong">Escapers</emphasis> transform a value
+                <emphasis>Escapers</emphasis> transform a value
                 by removing magic behavior of certain characters. In some
                 output contexts, special characters have meaning. For example,
                 the characters '&lt;' and '&gt;' delimit HTML tags, and if a
@@ -306,14 +306,14 @@ if ($input->isValid('month')) {
             <itemizedlist>
                 <listitem>
                     <para>
-                        <emphasis role="strong">Invalid</emphasis> fields are
+                        <emphasis>Invalid</emphasis> fields are
                         those that don't pass one or more of their validation
                         checks.
                     </para>
                 </listitem>
                 <listitem>
                     <para>
-                        <emphasis role="strong">Missing</emphasis> fields are
+                        <emphasis>Missing</emphasis> fields are
                         those that are not present in the input data, but were
                         declared with the metacommand
                         <code>'presence'=>'required'</code> (see the
@@ -323,7 +323,7 @@ if ($input->isValid('month')) {
                 </listitem>
                 <listitem>
                     <para>
-                        <emphasis role="strong">Unknown</emphasis> fields are
+                        <emphasis>Unknown</emphasis> fields are
                         those that are not declared in any rule in the array of
                         validators, but appear in the input data.
                     </para>

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

@@ -228,19 +228,19 @@ print Zend_Locale::getTranslation('de', 'language', 'zh');
                 </thead>
                 <tbody>
                     <row>
-                        <entry><emphasis role="strong">Language</emphasis></entry>
+                        <entry><emphasis>Language</emphasis></entry>
                         <entry>Returns a localized list of all languages. The language part of the locale
                             is returned as key and the translation as value. For your convenience use the
                             <code>getLanguageTranslationList()</code> method</entry>
                     </row>
                     <row>
-                        <entry><emphasis role="strong">Script</emphasis></entry>
+                        <entry><emphasis>Script</emphasis></entry>
                         <entry>Returns a localized list of all scripts. The script is returned as key and the
                             translation as value. For your convenience use the
                             <code>getScriptTranslationList()</code> method</entry>
                     </row>
                     <row>
-                        <entry><emphasis role="strong">Territory</emphasis></entry>
+                        <entry><emphasis>Territory</emphasis></entry>
                         <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
@@ -252,18 +252,18 @@ print Zend_Locale::getTranslation('de', 'language', 'zh');
                             you will get a list with both.</entry>
                     </row>
                     <row>
-                        <entry><emphasis role="strong">Variant</emphasis></entry>
+                        <entry><emphasis>Variant</emphasis></entry>
                         <entry>Returns a localized list of known variants of scripts. The variant is
                             returned as key and the translation as value</entry>
                     </row>
                     <row>
-                        <entry><emphasis role="strong">Key</emphasis></entry>
+                        <entry><emphasis>Key</emphasis></entry>
                         <entry>Returns a localized list of known keys. This keys are generic values used
                             in translation. These are normally calendar, collation and currency. The key
                             is returned as array key and the translation as value</entry>
                     </row>
                     <row>
-                        <entry><emphasis role="strong">Type</emphasis></entry>
+                        <entry><emphasis>Type</emphasis></entry>
                         <entry>Returns a localized list of known types of keys. These are variants of types
                             of calendar representations and types of collations. When you use 'collation' as
                             value you will get all types of collations returned. When you use 'calendar' as
@@ -272,23 +272,23 @@ print Zend_Locale::getTranslation('de', 'language', 'zh');
                             value</entry>
                     </row>
                     <row>
-                        <entry><emphasis role="strong">Layout</emphasis></entry>
+                        <entry><emphasis>Layout</emphasis></entry>
                         <entry>Returns a list of rules which describes how to format special text parts</entry>
                     </row>
                     <row>
-                        <entry><emphasis role="strong">Characters</emphasis></entry>
+                        <entry><emphasis>Characters</emphasis></entry>
                         <entry>Returns a list of allowed characters within this locale</entry>
                     </row>
                     <row>
-                        <entry><emphasis role="strong">Delimiters</emphasis></entry>
+                        <entry><emphasis>Delimiters</emphasis></entry>
                         <entry>Returns a list of allowed quoting characters for this locale</entry>
                     </row>
                     <row>
-                        <entry><emphasis role="strong">Measurement</emphasis></entry>
+                        <entry><emphasis>Measurement</emphasis></entry>
                         <entry>Returns a list of known measurement values. This list is depreciated</entry>
                     </row>
                     <row>
-                        <entry><emphasis role="strong">Months</emphasis></entry>
+                        <entry><emphasis>Months</emphasis></entry>
                         <entry>Returns a list of all month representations within this locale. There are
                             several different representations which are all returned as sub array. If you omit
                             the value you will get a list of all months from the 'gregorian' calendar returned.
@@ -297,7 +297,7 @@ print Zend_Locale::getTranslation('de', 'language', 'zh');
                             simplicity</entry>
                     </row>
                     <row>
-                        <entry><emphasis role="strong">Month</emphasis></entry>
+                        <entry><emphasis>Month</emphasis></entry>
                         <entry>Returns a localized list of all month names for this locale. If you omit the
                             value you will get the normally used gregorian full name of the months where each
                             month number is used as key and the translated month is returned as value. You
@@ -307,7 +307,7 @@ print Zend_Locale::getTranslation('de', 'language', 'zh');
                             for simplicity</entry>
                     </row>
                     <row>
-                        <entry><emphasis role="strong">Days</emphasis></entry>
+                        <entry><emphasis>Days</emphasis></entry>
                         <entry>Returns a list of all day representations within this locale. There are
                             several different representations which are all returned as sub array. If you omit
                             the value you will get a list of all days from the 'gregorian' calendar returned.
@@ -316,7 +316,7 @@ print Zend_Locale::getTranslation('de', 'language', 'zh');
                             simplicity</entry>
                     </row>
                     <row>
-                        <entry><emphasis role="strong">Day</emphasis></entry>
+                        <entry><emphasis>Day</emphasis></entry>
                         <entry>Returns a localized list of all day names for this locale. If you omit the
                             value you will get the normally used gregorian full name of the days where the
                             english day abbreviation is used as key and the translated day is returned as
@@ -326,12 +326,12 @@ print Zend_Locale::getTranslation('de', 'language', 'zh');
                             <link linkend="zend.date.introduction">Zend_Date</link> for simplicity</entry>
                     </row>
                     <row>
-                        <entry><emphasis role="strong">Week</emphasis></entry>
+                        <entry><emphasis>Week</emphasis></entry>
                         <entry>Returns a list of values used for proper week calculations within a locale.
                             Use <link linkend="zend.date.introduction">Zend_Date</link> for simplicity</entry>
                     </row>
                     <row>
-                        <entry><emphasis role="strong">Quarters</emphasis></entry>
+                        <entry><emphasis>Quarters</emphasis></entry>
                         <entry>Returns a list of all quarter representations within this locale. There are
                             several different representations which are all returned as sub array. If you omit
                             the value you will get a list of all quarters from the 'gregorian' calendar returned.
@@ -339,7 +339,7 @@ print Zend_Locale::getTranslation('de', 'language', 'zh');
                             returned</entry>
                     </row>
                     <row>
-                        <entry><emphasis role="strong">Quarter</emphasis></entry>
+                        <entry><emphasis>Quarter</emphasis></entry>
                         <entry>Returns a localized list of all quarter names for this locale. If you omit the
                             value you will get the normally used gregorian full name of the quarters where each
                             quarter number is used as key and the translated quarter is returned as value. You
@@ -348,14 +348,14 @@ print Zend_Locale::getTranslation('de', 'language', 'zh');
                             and the third the width to return</entry>
                     </row>
                     <row>
-                        <entry><emphasis role="strong">Eras</emphasis></entry>
+                        <entry><emphasis>Eras</emphasis></entry>
                         <entry>Returns a list of all era representations within this locale. If you omit
                             the value you will get a list of all eras from the 'gregorian' calendar returned.
                             You can give any known calendar as value to get a list of eras from this calendar
                             returned</entry>
                     </row>
                     <row>
-                        <entry><emphasis role="strong">Era</emphasis></entry>
+                        <entry><emphasis>Era</emphasis></entry>
                         <entry>Returns a localized list of all era names for this locale. If you omit the
                             value you will get the normally used gregorian full name of the eras where each
                             era number is used as key and the translated era is returned as value. You
@@ -364,7 +364,7 @@ print Zend_Locale::getTranslation('de', 'language', 'zh');
                             return</entry>
                     </row>
                     <row>
-                        <entry><emphasis role="strong">Date</emphasis></entry>
+                        <entry><emphasis>Date</emphasis></entry>
                         <entry>Returns a localized list of all date formats for this locale. The name of the
                             dateformat is used as key and the format itself as value.If you omit the value you
                             will get the date formats for the gregorian calendar returned. You can get the
@@ -372,7 +372,7 @@ print Zend_Locale::getTranslation('de', 'language', 'zh');
                             Use <link linkend="zend.date.introduction">Zend_Date</link> for simplicity</entry>
                     </row>
                     <row>
-                        <entry><emphasis role="strong">Time</emphasis></entry>
+                        <entry><emphasis>Time</emphasis></entry>
                         <entry>Returns a localized list of all time formats for this locale. The name of the
                             timeformat is used as key and the format itself as value. If you omit the value you
                             will get the time formats for the gregorian calendar returned. You can get the
@@ -380,7 +380,7 @@ print Zend_Locale::getTranslation('de', 'language', 'zh');
                             Use <link linkend="zend.date.introduction">Zend_Date</link> for simplicity</entry>
                     </row>
                     <row>
-                        <entry><emphasis role="strong">DateTime</emphasis></entry>
+                        <entry><emphasis>DateTime</emphasis></entry>
                         <entry>Returns a localized list of all known date-time formats for this locale. The name
                             of the date-time format is used as key and the format itself as value. If you
                             omit the value you will get the date-time formats for the gregorian calendar returned.
@@ -389,14 +389,14 @@ print Zend_Locale::getTranslation('de', 'language', 'zh');
                             for simplicity</entry>
                     </row>
                     <row>
-                        <entry><emphasis role="strong">Field</emphasis></entry>
+                        <entry><emphasis>Field</emphasis></entry>
                         <entry>Returns a localized list of date fields which can be used to display calendars
                             or date strings like 'month' or 'year' in a wished language. If you omit the value
                             you will get this list for the gregorian calendar returned. You can get the
                             list for different calendars if you give the wished calendar as string</entry>
                     </row>
                     <row>
-                        <entry><emphasis role="strong">Relative</emphasis></entry>
+                        <entry><emphasis>Relative</emphasis></entry>
                         <entry>Returns a localized list of relative dates which can be used to display
                             textual relative dates like 'yesterday' or 'tomorrow' in a wished language.
                             If you omit the value you will get this list for the gregorian calendar
@@ -404,122 +404,122 @@ print Zend_Locale::getTranslation('de', 'language', 'zh');
                             calendar as string</entry>
                     </row>
                     <row>
-                        <entry><emphasis role="strong">Symbols</emphasis></entry>
+                        <entry><emphasis>Symbols</emphasis></entry>
                         <entry>Returns a localized list of characters used for number representations</entry>
                     </row>
                     <row>
-                        <entry><emphasis role="strong">NameToCurrency</emphasis></entry>
+                        <entry><emphasis>NameToCurrency</emphasis></entry>
                         <entry>Returns a localized list of names for currencies. The currency is used as key
                             and the translated name as value. Use
                             <link linkend="zend.currency.introduction">Zend_Currency</link> for simplicity</entry>
                     </row>
                     <row>
-                        <entry><emphasis role="strong">CurrencyToName</emphasis></entry>
+                        <entry><emphasis>CurrencyToName</emphasis></entry>
                         <entry>Returns a list of currencies for localized names. The translated name is used
                             as key and the currency as value. Use
                             <link linkend="zend.currency.introduction">Zend_Currency</link> for simplicity</entry>
                     </row>
                     <row>
-                        <entry><emphasis role="strong">CurrencySymbol</emphasis></entry>
+                        <entry><emphasis>CurrencySymbol</emphasis></entry>
                         <entry>Returns a list of known localized currency symbols for currencies. The
                             currency is used as key and the symbol as value. Use
                             <link linkend="zend.currency.introduction">Zend_Currency</link> for simplicity</entry>
                     </row>
                     <row>
-                        <entry><emphasis role="strong">Question</emphasis></entry>
+                        <entry><emphasis>Question</emphasis></entry>
                         <entry>Returns a list of localized strings for acceptance ('yes') and
                             negotation ('no'). Use
                             <link linkend="zend.locale.getquestion">Zend_Locale's getQuestion method</link>
                             for simplicity</entry>
                     </row>
                     <row>
-                        <entry><emphasis role="strong">CurrencyFraction</emphasis></entry>
+                        <entry><emphasis>CurrencyFraction</emphasis></entry>
                         <entry>Returns a list of fractions for currency values. The currency is used as key and
                             the fraction as integer value. Use
                             <link linkend="zend.currency.introduction">Zend_Currency</link> for simplicity</entry>
                     </row>
                     <row>
-                        <entry><emphasis role="strong">CurrencyRounding</emphasis></entry>
+                        <entry><emphasis>CurrencyRounding</emphasis></entry>
                         <entry>Returns a list of how to round which currency. The currency is used as key and
                             the rounding as integer value. Use
                             <link linkend="zend.currency.introduction">Zend_Currency</link> for simplicity</entry>
                     </row>
                     <row>
-                        <entry><emphasis role="strong">CurrencyToRegion</emphasis></entry>
+                        <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
                             ('currency') as array value. Use
                             <link linkend="zend.currency.introduction">Zend_Currency</link> for simplicity</entry>
                     </row>
                     <row>
-                        <entry><emphasis role="strong">RegionToCurrency</emphasis></entry>
+                        <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
                             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 role="strong">RegionToTerritory</emphasis></entry>
+                        <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
                             several regions these regions are separated with a whitespace</entry>
                     </row>
                     <row>
-                        <entry><emphasis role="strong">TerritoryToRegion</emphasis></entry>
+                        <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
                             ('territory') as array value. When a region is located in several territories
                             these territories are separated with a whitespace</entry>
                     </row>
                     <row>
-                        <entry><emphasis role="strong">ScriptToLanguage</emphasis></entry>
+                        <entry><emphasis>ScriptToLanguage</emphasis></entry>
                         <entry>Returns a list of scripts which are used within a language. The language code
                             is used as array key and the script code as array value. When a language contains
                             several scripts these scripts are separated with a whitespace</entry>
                     </row>
                     <row>
-                        <entry><emphasis role="strong">LanguageToScript</emphasis></entry>
+                        <entry><emphasis>LanguageToScript</emphasis></entry>
                         <entry>Returns a list of languages which are using a script. The script code
                             is used as array key and the language code as array value. When a script is used
                             in several languages these languages are separated with a whitespace</entry>
                     </row>
                     <row>
-                        <entry><emphasis role="strong">TerritoryToLanguage</emphasis></entry>
+                        <entry><emphasis>TerritoryToLanguage</emphasis></entry>
                         <entry>Returns a list of countries which are using a language. The country code
                             is used as array key and the language code as array value. When a language is used in
                             several countries these countries are separated with a whitespace</entry>
                     </row>
                     <row>
-                        <entry><emphasis role="strong">LanguageToTerritory</emphasis></entry>
+                        <entry><emphasis>LanguageToTerritory</emphasis></entry>
                         <entry>Returns a list of countries and the languages spoken within these countries.
                             The country code is used as array key and the language code as array value. When
                             a territory is using several languages these languages are separated with a
                             whitespace</entry>
                     </row>
                     <row>
-                        <entry><emphasis role="strong">TimezoneToWindows</emphasis></entry>
+                        <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>
                     </row>
                     <row>
-                        <entry><emphasis role="strong">WindowsToTimezone</emphasis></entry>
+                        <entry><emphasis>WindowsToTimezone</emphasis></entry>
                         <entry>Returns a list of ISO timezones and the related windows timezone. The ISO
                             timezone is used as array key and the windows timezone as array value</entry>
                     </row>
                     <row>
-                        <entry><emphasis role="strong">TerritoryToTimezone</emphasis></entry>
+                        <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>
                     </row>
                     <row>
-                        <entry><emphasis role="strong">TimezoneToTerritory</emphasis></entry>
+                        <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
                             value</entry>
                     </row>
                     <row>
-                        <entry><emphasis role="strong">CityToTimezone</emphasis></entry>
+                        <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
@@ -527,43 +527,43 @@ print Zend_Locale::getTranslation('de', 'language', 'zh');
                             city as array value</entry>
                     </row>
                     <row>
-                        <entry><emphasis role="strong">TimezoneToCity</emphasis></entry>
+                        <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>
                     </row>
                     <row>
-                        <entry><emphasis role="strong">PhoneToTerritory</emphasis></entry>
+                        <entry><emphasis>PhoneToTerritory</emphasis></entry>
                         <entry>Returns a list of phone codes which are known to be used within a territory.
                             The territory (region) is used as array key and the telephone code
                             as array value</entry>
                     </row>
                     <row>
-                        <entry><emphasis role="strong">TerritoryToPhone</emphasis></entry>
+                        <entry><emphasis>TerritoryToPhone</emphasis></entry>
                         <entry>Returns a list of territories where a phone is used . The phone code
                             is used as array key and the territory (region) as array value. When a
                             phone code is used in several territories these territories are separated with a
                             whitespace</entry>
                     </row>
                     <row>
-                        <entry><emphasis role="strong">NumericToTerritory</emphasis></entry>
+                        <entry><emphasis>NumericToTerritory</emphasis></entry>
                         <entry>Returns a list of 3 digit number codes for territories.
                             The territory (region) is used as array key and the 3 digit number code
                             as array value</entry>
                     </row>
                     <row>
-                        <entry><emphasis role="strong">TerritoryToNumeric</emphasis></entry>
+                        <entry><emphasis>TerritoryToNumeric</emphasis></entry>
                         <entry>Returns a list of territories with their 3 digit number code. The 3 digit
                             number code is used as array key and the territory (region) as array value
                         </entry>
                     </row>
                     <row>
-                        <entry><emphasis role="strong">Alpha3ToTerritory</emphasis></entry>
+                        <entry><emphasis>Alpha3ToTerritory</emphasis></entry>
                         <entry>Returns a list of 3 sign character codes for territories.
                             The territory (region) is used as array key and the 3 sign character code
                             as array value</entry>
                     </row>
                     <row>
-                        <entry><emphasis role="strong">TerritoryToAlpha3</emphasis></entry>
+                        <entry><emphasis>TerritoryToAlpha3</emphasis></entry>
                         <entry>Returns a list of territories with their 3 sign character code. The 3 sign
                             character code is used as array key and the territory (region) as array value
                         </entry>
@@ -601,61 +601,61 @@ print Zend_Locale::getTranslation('de', 'language', 'zh');
                 </thead>
                 <tbody>
                     <row>
-                        <entry><emphasis role="strong">Language</emphasis></entry>
+                        <entry><emphasis>Language</emphasis></entry>
                         <entry>Returns a translation for a language. To select the wished translation
                             you must give the language code as value. For your convenience use the
                             <code>getLanguageTranslation($value)</code> method</entry>
                     </row>
                     <row>
-                        <entry><emphasis role="strong">Script</emphasis></entry>
+                        <entry><emphasis>Script</emphasis></entry>
                         <entry>Returns a translation for a script. To select the wished translation you
                             must give the script code as value. For your convenience use the
                             <code>getScriptTranslation($value)</code> method</entry>
                     </row>
                     <row>
-                        <entry><emphasis role="strong">Territory</emphasis> or
-                            <emphasis role="strong">Country</emphasis></entry>
+                        <entry><emphasis>Territory</emphasis> or
+                            <emphasis>Country</emphasis></entry>
                         <entry>Returns a translation for a territory. This can be countries, continents
                             and territories. To select the wished variant you must give the territory
                             code as value. For your convenience use the
                             <code>getCountryTranslation($value)</code> method.</entry>
                     </row>
                     <row>
-                        <entry><emphasis role="strong">Variant</emphasis></entry>
+                        <entry><emphasis>Variant</emphasis></entry>
                         <entry>Returns a translation for a script variant. To select the wished variant
                             you must give the variant code as value</entry>
                     </row>
                     <row>
-                        <entry><emphasis role="strong">Key</emphasis></entry>
+                        <entry><emphasis>Key</emphasis></entry>
                         <entry>Returns translation for a known keys. This keys are generic values used
                             in translation. These are normally calendar, collation and currency. To
                             select the wished key you must give the key code as value</entry>
                     </row>
                     <row>
-                        <entry><emphasis role="strong">DateChars</emphasis></entry>
+                        <entry><emphasis>DateChars</emphasis></entry>
                         <entry>Returns a character table which contains all characters used when displaying
                             dates</entry>
                     </row>
                     <row>
-                        <entry><emphasis role="strong">DefaultCalendar</emphasis></entry>
+                        <entry><emphasis>DefaultCalendar</emphasis></entry>
                         <entry>Returns the default calendar for the given locale. For most locales this
                             will be 'gregorian'. Use
                             <link linkend="zend.date.introduction">Zend_Date</link> for simplicity</entry>
                     </row>
                     <row>
-                        <entry><emphasis role="strong">MonthContext</emphasis></entry>
+                        <entry><emphasis>MonthContext</emphasis></entry>
                         <entry>Returns the default context for months which is used within the given
                             calendar. If you omit the value the 'gregorian' calendar will be used. Use
                             <link linkend="zend.date.introduction">Zend_Date</link> for simplicity</entry>
                     </row>
                     <row>
-                        <entry><emphasis role="strong">DefaultMonth</emphasis></entry>
+                        <entry><emphasis>DefaultMonth</emphasis></entry>
                         <entry>Returns the default format for months which is used within the given
                             calendar. If you omit the value the 'gregorian' calendar will be used. Use
                             <link linkend="zend.date.introduction">Zend_Date</link> for simplicity</entry>
                     </row>
                     <row>
-                        <entry><emphasis role="strong">Month</emphasis></entry>
+                        <entry><emphasis>Month</emphasis></entry>
                         <entry>Returns a translation for a month. You have to give the number of the month
                             as integer value. It has to be between 1 and 12. If you want to receive data for
                             other calendars, contexts or formats, then you must give an array instead of an
@@ -666,19 +666,19 @@ print Zend_Locale::getTranslation('de', 'language', 'zh');
                             <link linkend="zend.date.introduction">Zend_Date</link> for simplicity</entry>
                     </row>
                     <row>
-                        <entry><emphasis role="strong">DayContext</emphasis></entry>
+                        <entry><emphasis>DayContext</emphasis></entry>
                         <entry>Returns the default context for ´days which is used within the given
                             calendar. If you omit the value the 'gregorian' calendar will be used. Use
                             <link linkend="zend.date.introduction">Zend_Date</link> for simplicity</entry>
                     </row>
                     <row>
-                        <entry><emphasis role="strong">DefaultDay</emphasis></entry>
+                        <entry><emphasis>DefaultDay</emphasis></entry>
                         <entry>Returns the default format for days which is used within the given
                             calendar. If you omit the value the 'gregorian' calendar will be used. Use
                             <link linkend="zend.date.introduction">Zend_Date</link> for simplicity</entry>
                     </row>
                     <row>
-                        <entry><emphasis role="strong">Day</emphasis></entry>
+                        <entry><emphasis>Day</emphasis></entry>
                         <entry>Returns a translation for a day. You have to give the english abbreviation
                             of the day as string value ('sun', 'mon', etc.). If you want to receive data
                             for other calendars, contexts or format, then you must give an array instead of
@@ -689,7 +689,7 @@ print Zend_Locale::getTranslation('de', 'language', 'zh');
                             <link linkend="zend.date.introduction">Zend_Date</link> for simplicity</entry>
                     </row>
                     <row>
-                        <entry><emphasis role="strong">Quarter</emphasis></entry>
+                        <entry><emphasis>Quarter</emphasis></entry>
                         <entry>Returns a translation for a quarter. You have to give the number of the
                             quarter as integer and it has to be between 1 and 4. If you want to receive
                             data for other calendars, contexts or formats, then you must give an array
@@ -699,21 +699,21 @@ print Zend_Locale::getTranslation('de', 'language', 'zh');
                             the context 'format' and the format 'wide'</entry>
                     </row>
                     <row>
-                        <entry><emphasis role="strong">Am</emphasis></entry>
+                        <entry><emphasis>Am</emphasis></entry>
                         <entry>Returns a translation for 'AM' in a expected locale. If you want to receive
                             data for other calendars an string with the expected calendar. If you omit the
                             value then the 'gregorian' calendar will be used. Use
                             <link linkend="zend.date.introduction">Zend_Date</link> for simplicity</entry>
                     </row>
                     <row>
-                        <entry><emphasis role="strong">Pm</emphasis></entry>
+                        <entry><emphasis>Pm</emphasis></entry>
                         <entry>Returns a translation for 'PM' in a expected locale. If you want to receive
                             data for other calendars an string with the expected calendar. If you omit the
                             value then the 'gregorian' calendar will be used. Use
                             <link linkend="zend.date.introduction">Zend_Date</link> for simplicity</entry>
                     </row>
                     <row>
-                        <entry><emphasis role="strong">Era</emphasis></entry>
+                        <entry><emphasis>Era</emphasis></entry>
                         <entry>Returns a translation for an era within a locale. You have to give the era
                             number as string or integer. If you want to receive data for other calendars or
                             formats, then you must give an array instead of the era number with the expected
@@ -723,13 +723,13 @@ print Zend_Locale::getTranslation('de', 'language', 'zh');
                             format</entry>
                     </row>
                     <row>
-                        <entry><emphasis role="strong">DefaultDate</emphasis></entry>
+                        <entry><emphasis>DefaultDate</emphasis></entry>
                         <entry>Returns the default date format which is used within the given
                             calendar. If you omit the value the 'gregorian' calendar will be used. Use
                             <link linkend="zend.date.introduction">Zend_Date</link> for simplicity</entry>
                     </row>
                     <row>
-                        <entry><emphasis role="strong">Date</emphasis></entry>
+                        <entry><emphasis>Date</emphasis></entry>
                         <entry>Returns the date format for an given calendar or format within a locale.
                             If you omit the value then the 'gregorian' calendar will be used with the
                             'medium' format. If you give a string then the 'gregorian' calendar will be
@@ -738,13 +738,13 @@ print Zend_Locale::getTranslation('de', 'language', 'zh');
                             <link linkend="zend.date.introduction">Zend_Date</link> for simplicity</entry>
                     </row>
                     <row>
-                        <entry><emphasis role="strong">DefaultTime</emphasis></entry>
+                        <entry><emphasis>DefaultTime</emphasis></entry>
                         <entry>Returns the default time format which is used within the given
                             calendar. If you omit the value the 'gregorian' calendar will be used. Use
                             <link linkend="zend.date.introduction">Zend_Date</link> for simplicity</entry>
                     </row>
                     <row>
-                        <entry><emphasis role="strong">Time</emphasis></entry>
+                        <entry><emphasis>Time</emphasis></entry>
                         <entry>Returns the time format for an given calendar or format within a locale.
                             If you omit the value then the 'gregorian' calendar will be used with the
                             'medium' format. If you give a string then the 'gregorian' calendar will be
@@ -753,14 +753,14 @@ print Zend_Locale::getTranslation('de', 'language', 'zh');
                             <link linkend="zend.date.introduction">Zend_Date</link> for simplicity</entry>
                     </row>
                     <row>
-                        <entry><emphasis role="strong">DateTime</emphasis></entry>
+                        <entry><emphasis>DateTime</emphasis></entry>
                         <entry>Returns the datetime format for the given locale which indicates how to
                             display date with times in the same string within the given calendar. If you
                             omit the value the 'gregorian' calendar will be used. Use
                             <link linkend="zend.date.introduction">Zend_Date</link> for simplicity</entry>
                     </row>
                     <row>
-                        <entry><emphasis role="strong">Field</emphasis></entry>
+                        <entry><emphasis>Field</emphasis></entry>
                         <entry>Returns a translated date field which can be used to display calendars or
                             date strings like 'month' or 'year' in a wished language. You must give the
                             field which has to be returned as string. In this case the 'gregorian'
@@ -769,7 +769,7 @@ print Zend_Locale::getTranslation('de', 'language', 'zh');
                             <code>array('calendar', 'date field')</code></entry>
                     </row>
                     <row>
-                        <entry><emphasis role="strong">Relative</emphasis></entry>
+                        <entry><emphasis>Relative</emphasis></entry>
                         <entry>Returns a translated date which is relative to today which can include date
                             strings like 'yesterday' or 'tomorrow' in a wished language. You have to give
                             the number of days relative to tomorrow to receive the expected string. Yesterday
@@ -779,42 +779,42 @@ print Zend_Locale::getTranslation('de', 'language', 'zh');
                             <link linkend="zend.date.introduction">Zend_Date</link> for simplicity</entry>
                     </row>
                     <row>
-                        <entry><emphasis role="strong">DecimalNumber</emphasis></entry>
+                        <entry><emphasis>DecimalNumber</emphasis></entry>
                         <entry>Returns the format for decimal numbers within a given locale. Use
                             <link linkend="zend.locale.parsing">Zend_Locale_Format</link> for simplicity</entry>
                     </row>
                     <row>
-                        <entry><emphasis role="strong">ScientificNumber</emphasis></entry>
+                        <entry><emphasis>ScientificNumber</emphasis></entry>
                         <entry>Returns the format for scientific numbers within a given locale</entry>
                     </row>
                     <row>
-                        <entry><emphasis role="strong">PercentNumber</emphasis></entry>
+                        <entry><emphasis>PercentNumber</emphasis></entry>
                         <entry>Returns the format for percentage numbers within a given locale</entry>
                     </row>
                     <row>
-                        <entry><emphasis role="strong">CurrencyNumber</emphasis></entry>
+                        <entry><emphasis>CurrencyNumber</emphasis></entry>
                         <entry>Returns the format for displaying currency numbers within a given locale. Use
                             <link linkend="zend.currency.introduction">Zend_Currency</link> for simplicity</entry>
                     </row>
                     <row>
-                        <entry><emphasis role="strong">NameToCurrency</emphasis></entry>
+                        <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
                             <link linkend="zend.currency.introduction">Zend_Currency</link> for simplicity</entry>
                     </row>
                     <row>
-                        <entry><emphasis role="strong">CurrencyToName</emphasis></entry>
+                        <entry><emphasis>CurrencyToName</emphasis></entry>
                         <entry>Returns a currency for a given localized name. Use
                             <link linkend="zend.currency.introduction">Zend_Currency</link> for simplicity</entry>
                     </row>
                     <row>
-                        <entry><emphasis role="strong">CurrencySymbol</emphasis></entry>
+                        <entry><emphasis>CurrencySymbol</emphasis></entry>
                         <entry>Returns the used symbol for a currency within a given locale. Not for all
                             currencies exists a symbol. Use
                             <link linkend="zend.currency.introduction">Zend_Currency</link> for simplicity</entry>
                     </row>
                     <row>
-                        <entry><emphasis role="strong">Question</emphasis></entry>
+                        <entry><emphasis>Question</emphasis></entry>
                         <entry>Returns a localized string for acceptance ('yes') and
                             negotation ('no'). You have to give either 'yes' or 'no' as value to receive the
                             expected string. Use
@@ -822,128 +822,128 @@ print Zend_Locale::getTranslation('de', 'language', 'zh');
                             for simplicity</entry>
                     </row>
                     <row>
-                        <entry><emphasis role="strong">CurrencyFraction</emphasis></entry>
+                        <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>
                             for simplicity</entry>
                     </row>
                     <row>
-                        <entry><emphasis role="strong">CurrencyRounding</emphasis></entry>
+                        <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
                             returned. Use <link linkend="zend.currency.introduction">Zend_Currency</link>
                             for simplicity</entry>
                     </row>
                     <row>
-                        <entry><emphasis role="strong">CurrencyToRegion</emphasis></entry>
+                        <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
                             <link linkend="zend.currency.introduction">Zend_Currency</link> for simplicity</entry>
                     </row>
                     <row>
-                        <entry><emphasis role="strong">RegionToCurrency</emphasis></entry>
+                        <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
                             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 role="strong">RegionToTerritory</emphasis></entry>
+                        <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
                             are separated with a whitespace character</entry>
                     </row>
                     <row>
-                        <entry><emphasis role="strong">TerritoryToRegion</emphasis></entry>
+                        <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
                             multiple territories then these territories are separated with a whitespace
                             character</entry>
                     </row>
                     <row>
-                        <entry><emphasis role="strong">ScriptToLanguage</emphasis></entry>
+                        <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
                             scripts are used within a language then these scripts are separated with a
                             whitespace character</entry>
                     </row>
                     <row>
-                        <entry><emphasis role="strong">LanguageToScript</emphasis></entry>
+                        <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
                             multiple languages then these languages are separated with a whitespace
                             character</entry>
                     </row>
                     <row>
-                        <entry><emphasis role="strong">TerritoryToLanguage</emphasis></entry>
+                        <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
                             territories exist where this language is used then these territories are
                             separated with a whitespace character</entry>
                     </row>
                     <row>
-                        <entry><emphasis role="strong">LanguageToTerritory</emphasis></entry>
+                        <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
                             is used in multiple territories then these territories are separated with a
                             whitespace character</entry>
                     </row>
                     <row>
-                        <entry><emphasis role="strong">TimezoneToWindows</emphasis></entry>
+                        <entry><emphasis>TimezoneToWindows</emphasis></entry>
                         <entry>Returns a ISO timezone for a given windows timezone</entry>
                     </row>
                     <row>
-                        <entry><emphasis role="strong">WindowsToTimezone</emphasis></entry>
+                        <entry><emphasis>WindowsToTimezone</emphasis></entry>
                         <entry>Returns a windows timezone for a given ISO timezone</entry>
                     </row>
                     <row>
-                        <entry><emphasis role="strong">TerritoryToTimezone</emphasis></entry>
+                        <entry><emphasis>TerritoryToTimezone</emphasis></entry>
                         <entry>Returns the territory for a given ISO timezone</entry>
                     </row>
                     <row>
-                        <entry><emphasis role="strong">TimezoneToTerritory</emphasis></entry>
+                        <entry><emphasis>TimezoneToTerritory</emphasis></entry>
                         <entry>Returns the ISO timezone for a given territory</entry>
                     </row>
                     <row>
-                        <entry><emphasis role="strong">CityToTimezone</emphasis></entry>
+                        <entry><emphasis>CityToTimezone</emphasis></entry>
                         <entry>Returns the localized city for a given ISO timezone. Not for all timezones
                             does a city translation exist</entry>
                     </row>
                     <row>
-                        <entry><emphasis role="strong">TimezoneToCity</emphasis></entry>
+                        <entry><emphasis>TimezoneToCity</emphasis></entry>
                         <entry>Returns the ISO timezone for a given localized city name. Not for all cities
                             does a timezone exist</entry>
                     </row>
                     <row>
-                        <entry><emphasis role="strong">PhoneToTerritory</emphasis></entry>
+                        <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>
                     </row>
                     <row>
-                        <entry><emphasis role="strong">TerritoryToPhone</emphasis></entry>
+                        <entry><emphasis>TerritoryToPhone</emphasis></entry>
                         <entry>Returns the territory (region) where a telephone code is used. The telephone
                             code has to be given as plain integer code for example '43' for +43. When a
                             telephone code is used in multiple territories (regions), these territories are
                             separated with a whitespace character</entry>
                     </row>
                     <row>
-                        <entry><emphasis role="strong">NumericToTerritory</emphasis></entry>
+                        <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>
                     </row>
                     <row>
-                        <entry><emphasis role="strong">TerritoryToNumeric</emphasis></entry>
+                        <entry><emphasis>TerritoryToNumeric</emphasis></entry>
                         <entry>Returns the territory (region) for a 3 digit number code. The 3 digit number
                             code has to be given as plain integer code for example '43'
                         </entry>
                     </row>
                     <row>
-                        <entry><emphasis role="strong">Alpha3ToTerritory</emphasis></entry>
+                        <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>
                     </row>
                     <row>
-                        <entry><emphasis role="strong">TerritoryToAlpha3</emphasis></entry>
+                        <entry><emphasis>TerritoryToAlpha3</emphasis></entry>
                         <entry>Returns the territory (region) for a 3 sign character code</entry>
                     </row>
                 </tbody>
@@ -1103,19 +1103,19 @@ foreach($list as $language => $content) {
         <itemizedlist>
             <listitem>
                 <para>
-                    <emphasis role="strong">yes and no</emphasis>: A generic string representation for yes
+                    <emphasis>yes and no</emphasis>: A generic string representation for yes
                     and no responses. This will contain the first and most generic response from yesarray and
                     noarray.
                 </para>
 
                 <para>
-                    <emphasis role="strong">yesarray and noarray</emphasis>: An array with all known yes and
+                    <emphasis>yesarray and noarray</emphasis>: An array with all known yes and
                     no responses. Several languages have more than just two responses. In general this is the
                     full string and its abbreviation.
                 </para>
 
                 <para>
-                    <emphasis role="strong">yesexpr and noexpr</emphasis>: An generated regex which allows you
+                    <emphasis>yesexpr and noexpr</emphasis>: An generated regex which allows you
                     to handle user response, and search for yes or no.
                 </para>
             </listitem>
@@ -1159,9 +1159,9 @@ Array
 
         <note>
             <para>
-                Until 1.0.3 <emphasis role="strong">yesabbr</emphasis> from the underlaying locale data was also
+                Until 1.0.3 <emphasis>yesabbr</emphasis> from the underlaying locale data was also
                 available. Since 1.5 this information is no longer standalone available, but you will find the
-                information from it within <emphasis role="strong">yesarray</emphasis>.
+                information from it within <emphasis>yesarray</emphasis>.
             </para>
         </note>
     </sect2>

+ 1 - 1
documentation/manual/en/module_specs/Zend_Locale-Introduction.xml

@@ -368,7 +368,7 @@ $date = new Zend_Date();
 
         <para>
             In the case that no locale can be detected, automatically the locale
-            <emphasis role="strong">de</emphasis> will be used. Otherwise, the detected locale will be used.
+            <emphasis>de</emphasis> will be used. Otherwise, the detected locale will be used.
         </para>
 
     </sect2>

+ 2 - 2
documentation/manual/en/module_specs/Zend_Search_Lucene-Advanced.xml

@@ -33,14 +33,14 @@
         </para>
 
         <para>
-            Index modifications are performed <emphasis role="strong">only</emphasis> if any index update is done.
+            Index modifications are performed <emphasis>only</emphasis> if any index update is done.
             That happens if a new document is added to an index or index optimization is started manually
             by <code>$index->optimize()</code> call.
         </para>
 
         <para>
             In a such case <classname>Zend_Search_Lucene</classname> may convert index to the higher format version.
-            That <emphasis role="strong">always</emphasis> happens for the indices in <classname>Zend_Search_Lucene::FORMAT_PRE_2_1</classname> format,
+            That <emphasis>always</emphasis> happens for the indices in <classname>Zend_Search_Lucene::FORMAT_PRE_2_1</classname> format,
             which are automatically converted to 2.1 format.
         </para>
 

+ 3 - 3
documentation/manual/en/module_specs/Zend_Service_SlideShare.xml

@@ -244,7 +244,7 @@ print "Number of views: {$slideshow->getNumViews()}<br/>\n";
         <itemizedlist mark="opencircle">
             <listitem>
                 <para>
-                    <emphasis role="strong">Slide shows from a specific account</emphasis>
+                    <emphasis>Slide shows from a specific account</emphasis>
                 </para>
 
                 <para>
@@ -256,7 +256,7 @@ print "Number of views: {$slideshow->getNumViews()}<br/>\n";
 
             <listitem>
                 <para>
-                    <emphasis role="strong">Slide shows which contain specific tags</emphasis>
+                    <emphasis>Slide shows which contain specific tags</emphasis>
                 </para>
 
                 <para>
@@ -268,7 +268,7 @@ print "Number of views: {$slideshow->getNumViews()}<br/>\n";
 
             <listitem>
                 <para>
-                    <emphasis role="strong">Slide shows by group</emphasis>
+                    <emphasis>Slide shows by group</emphasis>
                 </para>
 
                 <para>

+ 2 - 2
documentation/manual/en/module_specs/Zend_Session-AdvancedUsage.xml

@@ -108,7 +108,7 @@ php_value session.auto_start 0
                     Correct: Just instantiate <classname>Zend_Session_Namespace</classname> whenever needed, and the underlying
                     PHP session will be automatically started. This offers extremely simple usage that works well in
                     most situations. However, you then become responsible for ensuring that the first
-                    <code>new Zend_Session_Namespace()</code> happens <emphasis role="strong">before</emphasis> any
+                    <code>new Zend_Session_Namespace()</code> happens <emphasis>before</emphasis> any
                     output (e.g., <ulink url="http://www.php.net/headers_sent">HTTP headers</ulink>) has been sent by
                     PHP to the client, if you are using the default, cookie-based sessions (strongly recommended). See
                     <xref linkend="zend.session.global_session_management.headers_sent" /> for more information.
@@ -429,7 +429,7 @@ echo $myNamespace->someArray['foo']; // prints "bar"
         <para>
             Zend Framework relies on PHPUnit to facilitate testing of itself. Many developers extend the existing
             suite of unit tests to cover the code in their applications. The exception
-            "<emphasis role="strong">Zend_Session is currently marked as read-only</emphasis>" is thrown while
+            "<emphasis>Zend_Session is currently marked as read-only</emphasis>" is thrown while
             performing unit tests, if any write-related methods are used after ending the session. However, unit tests
             using Zend_Session require extra attention, because closing (<classname>Zend_Session::writeClose()</classname>), or
             destroying a session (<classname>Zend_Session::destroy()</classname>) prevents any further setting or unsetting of

+ 2 - 2
documentation/manual/en/module_specs/Zend_Session-GlobalSessionManagement.xml

@@ -119,7 +119,7 @@ Zend_Session::setOptions($config->toArray());
                 <listitem>
                     <para>
                         string <code>save_path</code> - The correct value is system dependent, and should be provided by
-                        the developer using an <emphasis role="strong">absolute path</emphasis> to a directory readable
+                        the developer using an <emphasis>absolute path</emphasis> to a directory readable
                         and writable by the PHP process. If a writable path is not supplied, then
                         <classname>Zend_Session</classname> will throw an exception when started (i.e., when <code>start()</code>
                         is called).
@@ -154,7 +154,7 @@ Zend_Session::setOptions($config->toArray());
                 <listitem>
                     <para>
                         string <code>name</code> - The correct value is system dependent and should be provided by the
-                        developer using a value <emphasis role="strong">unique</emphasis> to the application.
+                        developer using a value <emphasis>unique</emphasis> to the application.
                     </para>
                     <note>
                         <title>Security Risk</title>

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

@@ -96,7 +96,7 @@
         <sect3 id="zend.soap.server.wsdl_mode">
             <title>Zend_Soap_Server constructor for the non-WSDL mode.</title>
             <para>
-                The first constructor parameter <emphasis role="strong">must</emphasis> be set to <code>null</code> if you
+                The first constructor parameter <emphasis>must</emphasis> be set to <code>null</code> if you
                 plan to use <classname>Zend_Soap_Server</classname> functionality in non-WSDL mode.
             </para>
             <para>

+ 11 - 11
documentation/manual/en/module_specs/Zend_TimeSync-Working.xml

@@ -6,13 +6,13 @@
 
     <para>
         <classname>Zend_TimeSync</classname> can return the actual time from any given
-        <emphasis role="strong">NTP</emphasis> or <emphasis role="strong">SNTP</emphasis> time server.
+        <emphasis>NTP</emphasis> or <emphasis>SNTP</emphasis> time server.
         It can automatically handle multiple servers and provides a simple interface.
     </para>
 
     <note>
         <para>
-            All examples in this chapter use a public, generic time server: <emphasis role="strong">0.europe.pool.ntp.org</emphasis>. You should use a public, generic time server which is close to your application server.
+            All examples in this chapter use a public, generic time server: <emphasis>0.europe.pool.ntp.org</emphasis>. You should use a public, generic time server which is close to your application server.
             See <ulink url="http://www.pool.ntp.org">http://www.pool.ntp.org</ulink> for
             information.
         </para>
@@ -108,14 +108,14 @@ print $server->getDate()->getIso();
 
         <para>
             There are different types of time servers. Most public time servers use the
-            <emphasis role="strong">NTP</emphasis> protocol. But there are other time synchronization
+            <emphasis>NTP</emphasis> protocol. But there are other time synchronization
             protocols available.
         </para>
 
         <para>
             You set the proper protocol in the address of the time server. There are two
-            protocols which are supported by <classname>Zend_TimeSync</classname>: <emphasis role="strong">NTP</emphasis> and <emphasis role="strong">SNTP</emphasis>. The default protocol is
-            <emphasis role="strong">NTP</emphasis>. If you are using <emphasis role="strong">NTP</emphasis>, you can omit the protocol
+            protocols which are supported by <classname>Zend_TimeSync</classname>: <emphasis>NTP</emphasis> and <emphasis>SNTP</emphasis>. The default protocol is
+            <emphasis>NTP</emphasis>. If you are using <emphasis>NTP</emphasis>, you can omit the protocol
             in the address as demonstrated in the previous examples.
         </para>
 
@@ -140,9 +140,9 @@ print $server->getDate()->getIso();
         <title>Using Ports for Time Servers</title>
 
         <para>
-            As with every protocol within the world wide web, the <emphasis role="strong">NTP</emphasis> and
-            <emphasis role="strong">SNTP</emphasis> protocols use standard ports. NTP uses port
-            <emphasis role="strong">123</emphasis> and SNTP uses port <emphasis role="strong">37</emphasis>.
+            As with every protocol within the world wide web, the <emphasis>NTP</emphasis> and
+            <emphasis>SNTP</emphasis> protocols use standard ports. NTP uses port
+            <emphasis>123</emphasis> and SNTP uses port <emphasis>37</emphasis>.
         </para>
 
         <para>
@@ -166,14 +166,14 @@ print $server->getDate()->getIso();
         <title>Time Servers Options</title>
 
         <para>
-            There is only one option within <classname>Zend_TimeSync</classname> which will be used internally: <emphasis role="strong">timeout</emphasis>.
+            There is only one option within <classname>Zend_TimeSync</classname> which will be used internally: <emphasis>timeout</emphasis>.
             You can set any self-defined option you are in need of and request it, however.
         </para>
 
         <para>
-            The option <emphasis role="strong">timeout</emphasis> defines the number of seconds after which
+            The option <emphasis>timeout</emphasis> defines the number of seconds after which
             a connection is detected as broken when there was no response. The default value is
-            <emphasis role="strong">1</emphasis>, which means that <classname>Zend_TimeSync</classname> will
+            <emphasis>1</emphasis>, which means that <classname>Zend_TimeSync</classname> will
             fallback to the next time server if the requested time server does not respond in one second.
         </para>
 

+ 8 - 8
documentation/manual/en/module_specs/Zend_TimeSync.xml

@@ -6,7 +6,7 @@
 
     <para>
         <classname>Zend_TimeSync</classname> is able to receive internet or network time from a time server using
-        the <emphasis role="strong">NTP</emphasis> or <emphasis role="strong">SNTP</emphasis> protocol.
+        the <emphasis>NTP</emphasis> or <emphasis>SNTP</emphasis> protocol.
         With <classname>Zend_TimeSync</classname>, Zend Framework is able to act independently from the
         time settings of the server where it is running.
     </para>
@@ -51,7 +51,7 @@
         <itemizedlist mark='opencircle'>
             <listitem>
                 <para>
-                    <emphasis role="strong">Server without time service</emphasis>
+                    <emphasis>Server without time service</emphasis>
                 </para>
                 <para>
                     If your application is running on a server and this server does not have any time service
@@ -60,17 +60,17 @@
             </listitem>
             <listitem>
                 <para>
-                    <emphasis role="strong">Separate database server</emphasis>
+                    <emphasis>Separate database server</emphasis>
                 </para>
                 <para>
                     If your database is running on a different server and this server is not connected
-                    with <emphasis role="strong">NTP</emphasis> or <emphasis role="strong">SNTP</emphasis>
+                    with <emphasis>NTP</emphasis> or <emphasis>SNTP</emphasis>
                     to the application server, you might have problems using storing and using time stamp data.
                 </para>
             </listitem>
             <listitem>
                 <para>
-                    <emphasis role="strong">Multiple servers</emphasis>
+                    <emphasis>Multiple servers</emphasis>
                 </para>
                 <para>
                     If your application is running on more than one server and these servers' time bases
@@ -80,7 +80,7 @@
             </listitem>
             <listitem>
                 <para>
-                    <emphasis role="strong">Batch processing</emphasis>
+                    <emphasis>Batch processing</emphasis>
                 </para>
                 <para>
                     If you want to work with a time service within a batch file or within a
@@ -101,7 +101,7 @@
         <title>What is NTP ?</title>
 
         <para>
-            The <code>Network Time Protocol</code> (<emphasis role="strong">NTP</emphasis>) is a protocol
+            The <code>Network Time Protocol</code> (<emphasis>NTP</emphasis>) is a protocol
             for synchronizing multiple systems' clocks over packet-switched, variable-latency data
             networks. NTP uses UDP port 123 as its transport layer. See the
             <ulink url="http://en.wikipedia.org/wiki/Network_Time_Protocol">wikipedia article</ulink>
@@ -115,7 +115,7 @@
         <title>What is SNTP?</title>
 
         <para>
-            The <code>Simple Network Time Protocol</code> (<emphasis role="strong">SNTP</emphasis>) is a
+            The <code>Simple Network Time Protocol</code> (<emphasis>SNTP</emphasis>) is a
             protocol synchronizing multiple systems' clocks over packet-switched, variable-latency
             data networks. SNTP uses UDP port 37 as its transport layer. It is closely related to the
             Network Time Protocol, but simpler.

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

@@ -371,7 +371,7 @@ $translate = new Zend_Translate('gettext',
 
         <note>
             <para>
-                You must set the cache <emphasis role="strong">before</emphasis> you use or initiate
+                You must set the cache <emphasis>before</emphasis> you use or initiate
                 any adapter or instance of <classname>Zend_Translate</classname>. Otherwise your translation
                 source will not be cached until you add a new source with the
                 <code>addTranslation()</code> method.

+ 9 - 9
documentation/manual/en/module_specs/Zend_Translate-Introduction.xml

@@ -19,14 +19,14 @@
     <itemizedlist>
         <listitem>
             <para>
-                <emphasis role="strong">Inconsistent API:</emphasis>
+                <emphasis>Inconsistent API:</emphasis>
                 There is no single API for the different source formats.
                 The usage of gettext for example is very complicated.
             </para>
         </listitem>
         <listitem>
             <para>
-                <emphasis role="strong">PHP supports only gettext and native array:</emphasis>
+                <emphasis>PHP supports only gettext and native array:</emphasis>
                 PHP itself offers only support for array or gettext.
                 All other source formats have to be coded manually,
                 because there is no native support.
@@ -34,7 +34,7 @@
         </listitem>
         <listitem>
             <para>
-                <emphasis role="strong">No detection of the default language:</emphasis>
+                <emphasis>No detection of the default language:</emphasis>
                 The default language of the user cannot be detected without
                 deeper knowledge of the backgrounds for
                 the different web browsers.
@@ -42,7 +42,7 @@
         </listitem>
         <listitem>
             <para>
-                <emphasis role="strong">Gettext is not thread-safe:</emphasis>
+                <emphasis>Gettext is not thread-safe:</emphasis>
                 PHP's gettext library is not thread safe, and it
                 should not be used in a multithreaded environment.
                 This is due to problems with gettext itself, not PHP,
@@ -60,7 +60,7 @@
     <itemizedlist>
         <listitem>
             <para>
-                <emphasis role="strong">Supports multiple source formats:</emphasis>
+                <emphasis>Supports multiple source formats:</emphasis>
                 <classname>Zend_Translate</classname> supports several source formats, including
                 those supported by PHP, and other formats including TMX
                 and CSV files.
@@ -68,14 +68,14 @@
         </listitem>
         <listitem>
             <para>
-                <emphasis role="strong">Thread-safe gettext:</emphasis>
+                <emphasis>Thread-safe gettext:</emphasis>
                 The gettext reader of <classname>Zend_Translate</classname> is thread-safe.
                 There are no problems using it in multi-threaded environments.
             </para>
         </listitem>
         <listitem>
             <para>
-                <emphasis role="strong">Easy and generic API:</emphasis>
+                <emphasis>Easy and generic API:</emphasis>
                 The API of <classname>Zend_Translate</classname> is very simple and requires only a
                 handful of functions.
                 So it's easy to learn and easy to maintain.
@@ -87,14 +87,14 @@
         </listitem>
         <listitem>
             <para>
-                <emphasis role="strong">Detection of the user's standard language:</emphasis>
+                <emphasis>Detection of the user's standard language:</emphasis>
                 The preferred language of the user accessing the site can be
                 detected and used by <classname>Zend_Translate</classname>.
             </para>
         </listitem>
         <listitem>
             <para>
-                <emphasis role="strong">Automatic source detection:</emphasis>
+                <emphasis>Automatic source detection:</emphasis>
                 <classname>Zend_Translate</classname> is capable of detecting and integrating multiple source files
                 and additionally detect the locale to be used depending on directory or filenames.
             </para>

+ 6 - 6
documentation/manual/en/module_specs/Zend_Validate-EmailAddress.xml

@@ -11,7 +11,7 @@
     </para>
 
     <para>
-        <emphasis role="strong">Basic usage</emphasis>
+        <emphasis>Basic usage</emphasis>
     </para>
 
     <para>
@@ -34,7 +34,7 @@ if ($validator->isValid($email)) {
     </para>
 
     <para>
-        <emphasis role="strong">Complex local parts</emphasis>
+        <emphasis>Complex local parts</emphasis>
     </para>
 
     <para>
@@ -49,7 +49,7 @@ if ($validator->isValid($email)) {
     </para>
 
     <para>
-        <emphasis role="strong">Validating different types of hostnames</emphasis>
+        <emphasis>Validating different types of hostnames</emphasis>
     </para>
 
     <para>
@@ -80,7 +80,7 @@ if ($validator->isValid($email)) {
     </para>
 
     <para>
-        <emphasis role="strong">Checking if the hostname actually accepts email</emphasis>
+        <emphasis>Checking if the hostname actually accepts email</emphasis>
     </para>
 
     <para>
@@ -112,7 +112,7 @@ $validator = new Zend_Validate_EmailAddress(Zend_Validate_Hostname::ALLOW_DNS,
     </para>
 
     <para>
-        <emphasis role="strong">Validating International Domains Names</emphasis>
+        <emphasis>Validating International Domains Names</emphasis>
     </para>
 
     <para>
@@ -134,7 +134,7 @@ $validator->hostnameValidator->setValidateIdn(false);
     </para>
 
     <para>
-        <emphasis role="strong">Validating Top Level Domains</emphasis>
+        <emphasis>Validating Top Level Domains</emphasis>
     </para>
 
     <para>

+ 4 - 4
documentation/manual/en/module_specs/Zend_Validate-Hostname.xml

@@ -12,7 +12,7 @@
     </para>
 
     <para>
-        <emphasis role="strong">Basic usage</emphasis>
+        <emphasis>Basic usage</emphasis>
     </para>
 
     <para>
@@ -36,7 +36,7 @@ if ($validator->isValid($hostname)) {
     </para>
 
     <para>
-        <emphasis role="strong">Validating different types of hostnames</emphasis>
+        <emphasis>Validating different types of hostnames</emphasis>
     </para>
 
     <para>
@@ -76,7 +76,7 @@ $validator = new Zend_Validate_Hostname(Zend_Validate_Hostname::ALLOW_DNS |
     </para>
 
     <para>
-        <emphasis role="strong">Validating International Domains Names</emphasis>
+        <emphasis>Validating International Domains Names</emphasis>
     </para>
 
     <para>
@@ -148,7 +148,7 @@ $validator =
     </para>
 
     <para>
-        <emphasis role="strong">Validating Top Level Domains</emphasis>
+        <emphasis>Validating Top Level Domains</emphasis>
     </para>
 
     <para>

Diff do ficheiro suprimidas por serem muito extensas
+ 151 - 151
documentation/manual/en/ref/requirements.xml


Alguns ficheiros não foram mostrados porque muitos ficheiros mudaram neste diff