[Libreoffice-commits] .: Branch 'libreoffice-3-4' - 3 commits - i18npool/inc i18npool/source svtools/source vcl/source

Michael Meeks michael at kemper.freedesktop.org
Tue Jul 26 08:47:37 PDT 2011


 i18npool/inc/i18npool/lang.h        |    2 ++
 i18npool/source/isolang/isolang.cxx |    1 +
 svtools/source/dialogs/formats.src  |    2 +-
 svtools/source/misc/langtab.src     |    1 +
 vcl/source/src/btntext.src          |    2 +-
 5 files changed, 6 insertions(+), 2 deletions(-)

New commits:
commit cf6eb7aca7dff8103b2419121d5f876728bb32bd
Author: Andras Timar <atimar at novell.com>
Date:   Sun May 1 14:14:51 2011 +0200

    change 97/XP/2000 to 97/XP/2000/2003 - fdo#36734
    
    Signed-off-by: Michael Meeks <michael.meeks at novell.com>

diff --git a/svtools/source/dialogs/formats.src b/svtools/source/dialogs/formats.src
index 0477cd1..3ab9488 100644
--- a/svtools/source/dialogs/formats.src
+++ b/svtools/source/dialogs/formats.src
@@ -189,7 +189,7 @@ String STR_FORMAT_ID_BIFF_5
 };
 String STR_FORMAT_ID_BIFF_8
 {
-    Text [ en-US ] = "Biff8 (Microsoft Excel 97/2000/XP)";
+    Text [ en-US ] = "Biff8 (Microsoft Excel 97/2000/XP/2003)";
 };
 String STR_FORMAT_ID_SYLK
 {
commit ed288dd607d68a3b0b30e0e7dc1f39e6127ea123
Author: Andras Timar <atimar at novell.com>
Date:   Fri Apr 29 08:27:59 2011 +0200

    change SV_BUTTONTEXT_LESS from More to Less - fdo#36663
    
    Signed-off-by: Michael Meeks <michael.meeks at novell.com>

diff --git a/vcl/source/src/btntext.src b/vcl/source/src/btntext.src
index a6792b2..181650b 100644
--- a/vcl/source/src/btntext.src
+++ b/vcl/source/src/btntext.src
@@ -68,7 +68,7 @@ String SV_BUTTONTEXT_MORE
 
 String SV_BUTTONTEXT_LESS
 {
-    Text [ en-US ] = "~More";
+    Text [ en-US ] = "~Less";
 };
 
 String SV_BUTTONTEXT_IGNORE
commit e410b2f8cca61f167e0f36117e765e0030860da3
Author: Andras Timar <atimar at suse.com>
Date:   Tue Jun 14 17:51:44 2011 +0200

    add Teke-Eboo language - fdo#37275
    
    Signed-off-by: Michael Meeks <michael.meeks at novell.com>

diff --git a/i18npool/inc/i18npool/lang.h b/i18npool/inc/i18npool/lang.h
index e91e302..0108ac6 100644
--- a/i18npool/inc/i18npool/lang.h
+++ b/i18npool/inc/i18npool/lang.h
@@ -531,6 +531,8 @@ typedef unsigned short LanguageType;
 #define LANGUAGE_USER_TEKE_TYEE             0x0661
 #define LANGUAGE_USER_VILI                  0x0662
 #define LANGUAGE_USER_PORTUGUESE_ANGOLA     0x8016  /* makeLangID( 0x20, getPrimaryLanguage( LANGUAGE_PORTUGUESE)) */
+#define LANGUAGE_USER_MANX                  0x0663
+#define LANGUAGE_USER_TEKE_EBOO             0x0664
 
 #endif /* INCLUDED_I18NPOOL_LANG_H */
 
diff --git a/i18npool/source/isolang/isolang.cxx b/i18npool/source/isolang/isolang.cxx
index 2f53c6d..073d932 100644
--- a/i18npool/source/isolang/isolang.cxx
+++ b/i18npool/source/isolang/isolang.cxx
@@ -474,6 +474,7 @@ static MsLangId::IsoLangEntry const aImplIsoLangEntries[] =
     { LANGUAGE_USER_KITUBA,                "mkw", "CG" },
     { LANGUAGE_USER_LARI,                  "ldi", "CG" },
     { LANGUAGE_USER_MBOCHI,                "mdw", "CG" },
+    { LANGUAGE_USER_TEKE_EBOO,             "ebo", "CG" },
     { LANGUAGE_USER_TEKE_IBALI,            "tek", "CG" },
     { LANGUAGE_USER_TEKE_TYEE,             "tyx", "CG" },
     { LANGUAGE_USER_VILI,                  "vif", "CG" },
diff --git a/svtools/source/misc/langtab.src b/svtools/source/misc/langtab.src
index e6e6db2..81d4f96 100644
--- a/svtools/source/misc/langtab.src
+++ b/svtools/source/misc/langtab.src
@@ -336,6 +336,7 @@ StringArray STR_ARR_SVT_LANGUAGE_TABLE
         < "Kituba" ; LANGUAGE_USER_KITUBA ; > ;
         < "Lari" ; LANGUAGE_USER_LARI ; > ;
         < "Mbochi" ; LANGUAGE_USER_MBOCHI ; > ;
+        < "Teke-Eboo" ; LANGUAGE_USER_TEKE_EBOO ; > ;
         < "Teke-Ibali" ; LANGUAGE_USER_TEKE_IBALI ; > ;
         < "Teke-Tyee" ; LANGUAGE_USER_TEKE_TYEE ; > ;
         < "Vili" ; LANGUAGE_USER_VILI ; > ;


More information about the Libreoffice-commits mailing list