On Tue, Oct 5, 2010 at 12:03 AM, Lior Kaplan <kaplanlior@gmail.com> wrote:
Hi,
While going over the translation of OO.org, I've found an hardcoded mention
for Oracle
which should be replaced by some kind of %VERNDORNAME variable like we
have
%PRODUCTNAME.
I'm not sure we actually have %VERNDORNAME, as I didn't find any reference
for it in the translations.
If we do have it, please consider the following patch (under LGPLv3+).
Seems we have %OOOVENDOR (taken from svx / source / intro.po).
So an updated patch attached.
diff --git a/framework/source/classes/resource.src b/framework/source/classes/resource.src
index 5c0f7d0..60ce86e 100644
--- a/framework/source/classes/resource.src
+++ b/framework/source/classes/resource.src
@@ -124,7 +124,7 @@ String STR_TOOLBAR_TITLE_ADDON
String STR_STATUSBAR_LOGOTEXT
{
- Text [ en-US ] = "A %PRODUCTNAME product by Oracle";
+ Text [ en-US ] = "A %PRODUCTNAME product by %OOOVENDOR";
};
// ***********************************************************************
Context
Privacy Policy |
Impressum (Legal Info) |
Copyright information: Unless otherwise specified, all text and images
on this website are licensed under the
Creative Commons Attribution-Share Alike 3.0 License.
This does not include the source code of LibreOffice, which is
licensed under the Mozilla Public License (
MPLv2).
"LibreOffice" and "The Document Foundation" are
registered trademarks of their corresponding registered owners or are
in actual use as trademarks in one or more countries. Their respective
logos and icons are also subject to international copyright laws. Use
thereof is explained in our
trademark policy.