LibreOffice 3.5.2 portable

Mint az ahogy már megszokható, (pl. itt) ezúttal is készült portable (azaz hordozható, USB kulcsra telepíthető) változat a LibreOffice 3.5.2 verziójából.

A portable változat teljes értékű irodai programcsomag, amely tartalmazza a hagyományos telepítés által elérhető funkciókat. A portable változat megegyezik az eredeti kiadással, új funkciót nem ad a programcsomaghoz, ellenben telepíthetőek – kompatibilisek vele – a legkülönfélébb kiegészítők (vagy itt).

Ezúttal is két telepítőkészlet érhető el: egy kisebbik a leggyakoribb nyelvekkel és egy másik, nagyobb az összes támogatott nyelvvel.

Bejelentés itt, letöltés itt.

My hack at Hamburg Hackfest

Hamburg Hackfest 2012 logo When I arrived in Hamburg I did not know exactly what I would hack on. Something localization related was in my mind. Then I decided that I would like to solve an easy hack which has not been picked by anyone for 18 months, yet it is important from the localization point of view. In source code of UI strings (both in vcl resources, and in xml config files) it is possible to add comments to English UI string in order to explain or disambiguate them. These comments have a special language code: x-comment. Until now tooling ignored these comments, they were not extracted to sdf/po files, so they were little of use to translators. There are not many x-comments in the code, but it is no wonder. It would have not made sense to write comments that nobody would ever see. I patched l10ntools in master, so from now on x-comments are extracted, and will be there in the po files.

x-comment and KeyID in Pootle
x-comment and KeyID in Pootle

This is how it will look like in Pootle, when we will start to translate LibreOffice 3.6. Next to the KeyID the x-comment will appear, if there is one. Now it is up to translators and developers to write good comments for the problematic parts of the UI. Give context, explain things, when someting is non-trivial. Please send patches, make new translators’ job easier.

Example from svx/source/dialog/sdstring.src:

String RID_SVXSTR_GRDT10
{
    Text [ en-US ] = "Diagonal 1l";
    Text [ x-comment ] = "l means left";
};

Currently there are no comments in xml configuration files, but if there were, an entry would look like this:

<prop oor:name="VerbUIName">
    <value xml:lang="x-comment">This is the Open command.</value>
    <value xml:lang="en-US">~Open</value>
</prop>

LibreOffice 3.5.2

LibreOffice logó A LibreOffice-t – teljes értékű irodai programcsomagot – kiadó Document Foundation (TDF) örömmel jelenti a programcsomag 3.5-ös ágának második, hibajavító kiadását.

Ebben a verzióban nincsenek újdonságok, csak a stabilitást és a megbízhatóságot növelő hibajavítások.

A LibreOffice 3.5.1 kiadása óta javított hibák listája a wikiben található meg, külön a 3.5.2 RC1-re és a 3.5.2 RC2-re, amely egyébként megegyezik a végleges kiadással.

A kiadás alkalmából a TDF frissítette a LibreOffice infografikát is. A friss adatok mellett újdonságként jelent meg rajta, hogy 322 aktív fordító fordítja 111 nyelvre a LibreOffice-t, és az infrastruktúrát 14 adminisztrátor tartja fenn 5 kontinensen.

A hivatalos bejelentés a TDF blogján olvasható.