On 23/11/2014 Aivaras Stepukonis wrote:
1) Writer > Find & Replace (Cntr+F) > Replace All (there's got to be
some text, a search key and a replace key for it to work): when the
replacing is complete, a small info window pops up with a push button
labeled "OK." Can someone point me to the actual text string. I fail to
isolate it.

Here's the keyid for it from a kid build I just made (it's based on trunk while kid is still based on 4.1.1, but it shouldn't make a difference in our case): http://i.imgur.com/21U00Cc.png (so the ID is "y++ta0"). With that ID you can look up the string as explained in https://wiki.openoffice.org/wiki/Pootle_User_Guide (ask if you have doubts).

But unfortunately this is the same "OK" string we use in other places, see http://i.imgur.com/yRCOhbB.png (ASCII Filter) and you will notice that "OK" has the same ID next to it. So you can't change that specific OK button: any changes will affect the other OK buttons too.

2) On January 1st, [2015] Lithuania is switching from LTL to EUR, is there
something I should keep in mind, any strings in the languages files with
national currencies specified I should update?

The relevant file is probably this one:
http://opengrok.adfinis-sygroup.org/source/xref/aoo-trunk/main/i18npool/source/localedata/data/lt_LT.xml

Possibly it's this section, but please read the whole file:
359  <LC_CURRENCY>
360    <Currency default="true" usedInCompatibleFormatCodes="true">
361      <CurrencyID>LTL</CurrencyID>
362      <CurrencySymbol>Lt</CurrencySymbol>
363      <BankSymbol>LTL</BankSymbol>
364      <CurrencyName>Litas</CurrencyName>
365      <DecimalPlaces>2</DecimalPlaces>
366    </Currency>
367  </LC_CURRENCY>

If you look around the code and maybe look at some other Euro countries, you can probably make a patch or just tell us how to fix the file, and we can make a test build.

Regards,
  Andrea.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to