diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-07-02 09:13:05 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-07-02 09:13:05 +0000 |
commit | f220a0ac7656fa5b93a7f521e29c075e9ea9c3f0 (patch) | |
tree | 04178d5feba677a7ea574909c304839772c5c4f8 /i18npool | |
parent | 6698140fd012be263f2e5b864fe47161aacb858b (diff) |
INTEGRATION: CWS locdat30 (1.15.182); FILE MERGED
2008/06/18 21:01:46 erack 1.15.182.2: #i90775# space between amount and currency symbol; patch from <rail>
2008/06/14 18:39:11 erack 1.15.182.1: make usedInCompatibleFormatCodes match reality
Diffstat (limited to 'i18npool')
-rw-r--r-- | i18npool/source/localedata/data/ru_RU.xml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/i18npool/source/localedata/data/ru_RU.xml b/i18npool/source/localedata/data/ru_RU.xml index b00e91a9fdbe..17405f6c6efc 100644 --- a/i18npool/source/localedata/data/ru_RU.xml +++ b/i18npool/source/localedata/data/ru_RU.xml @@ -66,22 +66,22 @@ <FormatCode>0,00%</FormatCode> </FormatElement> <FormatElement msgid="CurrencyFormatskey1" default="true" type="short" usage="CURRENCY" formatindex="12"> - <FormatCode># ##0[$р.-419];-# ##0[$р.-419]</FormatCode> + <FormatCode># ##0 [$р.-419];-# ##0 [$р.-419]</FormatCode> </FormatElement> <FormatElement msgid="CurrencyFormatskey2" default="false" type="medium" usage="CURRENCY" formatindex="13"> - <FormatCode># ##0,00[$р.-419];-# ##0,00[$р.-419]</FormatCode> + <FormatCode># ##0,00 [$р.-419];-# ##0,00 [$р.-419]</FormatCode> </FormatElement> <FormatElement msgid="CurrencyFormatskey3" default="false" type="medium" usage="CURRENCY" formatindex="14"> - <FormatCode># ##0[$р.-419];[RED]-# ##0[$р.-419]</FormatCode> + <FormatCode># ##0 [$р.-419];[RED]-# ##0 [$р.-419]</FormatCode> </FormatElement> <FormatElement msgid="CurrencyFormatskey4" default="true" type="medium" usage="CURRENCY" formatindex="15"> - <FormatCode># ##0,00[$р.-419];[RED]-# ##0,00[$р.-419]</FormatCode> + <FormatCode># ##0,00 [$р.-419];[RED]-# ##0,00 [$р.-419]</FormatCode> </FormatElement> <FormatElement msgid="CurrencyFormatskey5" default="false" type="medium" usage="CURRENCY" formatindex="16"> <FormatCode># ##0,00 CCC</FormatCode> </FormatElement> <FormatElement msgid="CurrencyFormatskey6" default="false" type="medium" usage="CURRENCY" formatindex="17"> - <FormatCode># ##0,--[$р.-419];[RED]-# ##0,--[$р.-419]</FormatCode> + <FormatCode># ##0,-- [$р.-419];[RED]-# ##0,-- [$р.-419]</FormatCode> </FormatElement> <FormatElement msgid="DateFormatskey1" default="true" type="short" usage="DATE" formatindex="18"> <FormatCode>D.M.YY</FormatCode> @@ -304,14 +304,14 @@ </Calendar> </LC_CALENDAR> <LC_CURRENCY> - <Currency default="true" usedInCompatibleFormatCodes="true"> + <Currency default="true" usedInCompatibleFormatCodes="false"> <CurrencyID>RUB</CurrencyID> <CurrencySymbol>руб.</CurrencySymbol> <BankSymbol>RUB</BankSymbol> <CurrencyName>Российский рубль</CurrencyName> <DecimalPlaces>2</DecimalPlaces> </Currency> - <Currency default="false" usedInCompatibleFormatCodes="false"> + <Currency default="false" usedInCompatibleFormatCodes="true"> <CurrencyID>RUR</CurrencyID> <CurrencySymbol>р.</CurrencySymbol> <BankSymbol>RUR</BankSymbol> |