Просмотр исходного кода

[MANUAL] English:

- typo fixed

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@20102 44c647ce-9c0f-0410-b52a-842ac1e357ba
thomas 16 лет назад
Родитель
Сommit
7ec655ed0c

+ 1 - 1
documentation/manual/en/module_specs/Zend_Currency-Description.xml

@@ -53,7 +53,7 @@
 
                     <entry>
                         The full name for this currency will be rendered. For US Dollar the full
-                        full name would be "US Dollar"
+                        name would be "US Dollar"
                     </entry>
                 </row>
             </tbody>

+ 2 - 2
documentation/manual/en/module_specs/Zend_Currency-Exchange.xml

@@ -90,8 +90,8 @@ print $currency->add($currency2);
 ]]></programlisting>
 
     <para>
-        The above example will return '$ 3.000' because the 1.000 EUR will be converted by a
-        rate of 2 to 2.000 USD.
+        The above example will return '$ 3.000' because the 1.000 <acronym>EUR</acronym> will be
+        converted by a rate of 2 to 2.000 <acronym>USD</acronym>.
     </para>
 
     <note>

+ 2 - 2
documentation/manual/en/module_specs/Zend_Currency-Options.xml

@@ -79,7 +79,7 @@
                 <emphasis><property>display</property></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.description">this
+                    linkend="zend.currency.description">this
                     table</link>.
             </para>
         </listitem>
@@ -117,7 +117,7 @@
                 <emphasis><property>position</property></emphasis>: Defines the position at
                 which the currency description should be displayed. The supported positions are
                 described <link
-                    linkend="zend.currency.usage.position">this this section</link>.
+                    linkend="zend.currency.position">this section</link>.
             </para>
         </listitem>
 

+ 2 - 2
documentation/manual/en/module_specs/Zend_Currency-Position.xml

@@ -80,8 +80,8 @@ print $currency; // Could return '100 $';
 ]]></programlisting>
 
         <para>
-            Note that in the second snippet the position of USD is fixed regardless of the
-            used locale or currency.
+            Note that in the second snippet the position of <acronym>USD</acronym> is fixed
+            regardless of the used locale or currency.
         </para>
     </example>
 </sect1>