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

[DOCUMENTATION] English : Fix TYPOs on Zend_Currency

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

+ 6 - 6
documentation/manual/en/module_specs/Zend_Currency-Number.xml

@@ -10,9 +10,9 @@
     </para>
     </para>
 
 
     <para>
     <para>
-        For example, most locales are using the latin script for rendering numbers. But there
-        are languages like "Arabic" which are using other digits. And when you have an arabic
-        website you may also want to render other currencies by using the arabic script. See
+        For example, most locales are using the Latin script for rendering numbers. But there
+        are languages like "Arabic" which are using other digits. And when you have an Arabic
+        website you may also want to render other currencies by using the Arabic script. See
         the following example:
         the following example:
     </para>
     </para>
 
 
@@ -21,7 +21,7 @@
 
 
         <para>
         <para>
             Let's expect that we are again using our "Dollar" currency. But now we want to
             Let's expect that we are again using our "Dollar" currency. But now we want to
-            render our currency by using the arabic script.
+            render our currency by using the Arabic script.
         </para>
         </para>
 
 
         <programlisting language="php"><![CDATA[
         <programlisting language="php"><![CDATA[
@@ -61,14 +61,14 @@ print $currency; // Could return '$ 1.000'
 ]]></programlisting>
 ]]></programlisting>
 
 
     <para>
     <para>
-        There are two ways to define the format which will be used. You can eighter give a
+        There are two ways to define the format which will be used. You can either give a
         locale or define a format manually.
         locale or define a format manually.
     </para>
     </para>
 
 
     <para>
     <para>
         When you are using a locale for defining the format all is done automatically. The
         When you are using a locale for defining the format all is done automatically. The
         locale 'de', for example, defines '.' as separator for thousands and ',' as decimal
         locale 'de', for example, defines '.' as separator for thousands and ',' as decimal
-        point. Within english this is reversed.
+        point. Within English this is reversed.
     </para>
     </para>
 
 
     <programlisting language="php"><![CDATA[
     <programlisting language="php"><![CDATA[

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

@@ -53,15 +53,15 @@
 
 
             <para>
             <para>
                 The amount of currency (generally known as money value) is formatted by
                 The amount of currency (generally known as money value) is formatted by
-                usaging the formatting rules defined by the locale. For example is the ','
-                sign in english used as separator for thousands, but in german as precision
+                using the formatting rules defined by the locale. For example is the ','
+                sign in English used as separator for thousands, but in German as precision
                 sign.
                 sign.
             </para>
             </para>
         </listitem>
         </listitem>
     </itemizedlist>
     </itemizedlist>
 
 
     <para>
     <para>
-        The following list mentions all options which could be set. They can eighter be set at
+        The following list mentions all options which could be set. They can either be set at
         initiation or by using the <methodname>setFormat()</methodname> method. In any case
         initiation or by using the <methodname>setFormat()</methodname> method. In any case
         you have to give this options as array.
         you have to give this options as array.
     </para>
     </para>
@@ -166,6 +166,6 @@
     <para>
     <para>
         As you can see there is much which could be changed. Still as already mentioned the
         As you can see there is much which could be changed. Still as already mentioned the
         default values for this settings conform the official standard for currency
         default values for this settings conform the official standard for currency
-        represenation in every country.
+        representation in every country.
     </para>
     </para>
 </sect1>
 </sect1>

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

@@ -64,7 +64,7 @@ print $currency; // Could return '$ 100'
 ]]></programlisting>
 ]]></programlisting>
 
 
         <para>
         <para>
-            So by using the default setting the currency (in our case $) could eighter be
+            So by using the default setting the currency (in our case $) could either be
             rendered left or right from the value. Now let's define a fixed position:
             rendered left or right from the value. Now let's define a fixed position:
         </para>
         </para>