Kaydet (Commit) 6cf656f2 authored tarafından Matthias Seidel's avatar Matthias Seidel

Deleted whitespace, use correct branding, fixed typos

üst e1ee6c6b
......@@ -64,7 +64,7 @@
3. Select the locale in the Language list box => MUST be assertion free.
3.a. Assertions are only shown at the very first time a number formatter
is created, respectively the first time a specific locale data is
used. To repeat steps 1.-3. you'd need to create another spreadsheet
used. To repeat steps 1.-3. you'd need to create another spreadsheet
document.
===========================================================================
......@@ -102,9 +102,9 @@
<!ATTLIST Locale versionDTD CDATA #FIXED "2.0.3">
<!-- Version identifier to prevent mismatching data files being submitted
because of older files being copied as templates. The version should be
less than or equal to the OOo release, or the OOo release number plus some
less than or equal to the AOO release, or the AOO release number plus some
extension, like "2.0.enhanced", to be able to easily determine the
corresponding OOo version. New versions of the DTD with new required
corresponding AOO version. New versions of the DTD with new required
elements SHOULD REALLY result in a new versionDTD here and
LOCALE_VERSION_DTD in ../LocaleNode.cxx, and *.xml files MUST be adapted
then, otherwise building the data or checking it with a validating parser
......@@ -180,7 +180,7 @@
<!ATTLIST FormatElement type (short|medium|long) #REQUIRED >
<!--
There may be up to three groups (type="short", type="medium", type="long")
for each usage category defined. Each group, if defined, needs excactly one
for each usage category defined. Each group, if defined, needs exactly one
default. The type roughly determines the display string length, for example
short, medium, and long date formats.
......@@ -263,9 +263,9 @@
Of usage="CURRENCY":
formatindices 12, 13, 14, 15, 17 with [$xxx-yyy] notation must use the
xxx currency symbol that has the attribute
usedInCompatibleFormatCodes="true". The hexadecimal yyy LANGID must be
usedInCompatibleFormatCodes="true". The hexadecimal yyy LANGID must be
properly set. It can be found in project util module tools file
tools/inc/lang.hxx. You may verify the proper use of the xxx currency
tools/inc/lang.hxx. You may verify the proper use of the xxx currency
symbol with the AWK script
i18npool/source/localedata/data/currency-check.awk, it mustn't display
any output. If it does, then there's something wrong.
......@@ -283,7 +283,7 @@
<!-- The unoid of a gregorian calendar MUST be lower case "gregorian",
calendars MUST match the names defined in the OASIS OpenDocument Format
(ODF) 1.2 or later specification. The implementation name registered with
the OOo service resgistry MUST match, e.g.
the AOO service registry MUST match, e.g.
com.sun.star.i18n.Calendar_gregorian
-->
<!ATTLIST Calendar default (true|false) #REQUIRED >
......@@ -350,7 +350,7 @@
codes for compatibility with StarOffice5 and StarOffice4.
Every locale data file MUST contain exactly one currency having this set to "true",
and that currency MUST be used in format codes 12..17.
For European countries using the EURo it MUST be the old currency, for example, DM.
For European countries using EUR it MUST be the old currency, for example, DM.
-->
<!ATTLIST Currency legacyOnly (true|false) #IMPLIED >
<!-- If this Currency element exists only to be able to correctly load legacy
......@@ -409,8 +409,8 @@
See Collation Customization in ICU User Guide for syntax,
http://www.icu-project.org/userguide/Collate_Customization.html
There are two ways to add language specific tailoring in OpenOffice.org.
For small tailoring, you can directly add it in locale data here. For
There are two ways to add language specific tailoring in OpenOffice.
For small tailoring, you can directly add it in locale data here. For
large tailoring, it is suggested to put the data under collator/data, so
it will be compiled to a binary format in build time and improve performance
in run time.
......@@ -507,7 +507,7 @@
<!ELEMENT ForbiddenLineBeginCharacters (#PCDATA)>
<!ELEMENT ForbiddenLineEndCharacters (#PCDATA)>
<!-- optional break iterator rules for the languages.
<!-- optional break iterator rules for the languages.
if defined, 5 rules should be all listed, each of them can be blank and default will be used.
order of the rules is significant!
-->
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment