2011.03.05. 8:38 keltezéssel, Andras Timar írta:
Hello,
In the LibreOffice 3.3.x – Merged UI » desktop / source / deployment / gui.po
lines 64 is :
Required OpenOffice.org version doesn't match:
and line 65 is :
You have OpenOffice.org %VERSION
Probably the word OpenOffice should be today replaced by productname
variable.
Should this be reported as a bug (same kind as
https://bugs.freedesktop.org/show_bug.cgi?id=33844) ?
There should be a way to check the occurences of "OpenOffice" in the
en-US.sdf.
Hi Denis,
It is an interesting question, because this string belongs to the
extension framework. Currently in description.xml of extensions we
have
<dependencies>
<OpenOffice.org-minimal-version value="3.2"
d:name="OpenOffice.org 3.2" />
</dependencies>
or something like that. The highest reasonable version value is 3.3,
because that version of OOo is released, and LibreOffice version
number is also 3.3 or higher. So our users will not see this string.
Anyway, maybe we should change it to "Required %PRODUCTNAME version
doesn't match".
Well, after a little thinking I decided to fix it immediately on master
(for LibreOffice 3.4), because whatever will happen to extensions (even
if compatibility breaks between the same version of OOo and
LibreOffice), it makes no sense to refer to OpenOffice.org in LibreOffice.
http://cgit.freedesktop.org/libreoffice/libs-core/commit/?id=d4b9ff4722fc73cb6d613065bdbc7ae9b3f96d00
Thanks for the bug report Denis. By the way, now I searched for
"OpenOffice.org" in pot files and I did not find any more occurences
that needed to be replaced.
Best regards,
Andras