[Libreoffice-commits] .: officecfg/registry scp2/source setup_native/source solenv/inc

Andras Timar timar at kemper.freedesktop.org
Wed Feb 29 07:05:07 PST 2012


 officecfg/registry/data/org/openoffice/VCL.xcu |   23 +++++++++++++++++++++++
 scp2/source/ooo/module_langpack.ulf            |    6 ++++++
 setup_native/source/win32/msi-encodinglist.txt |    1 +
 solenv/inc/langlist.mk                         |    1 +
 4 files changed, 31 insertions(+)

New commits:
commit bd2b353f66e4bb2e76c115eb8028c1d0ba59a468
Author: Andras Timar <atimar at suse.com>
Date:   Wed Feb 29 15:58:04 2012 +0100

    add Amharic (am) UI translation

diff --git a/officecfg/registry/data/org/openoffice/VCL.xcu b/officecfg/registry/data/org/openoffice/VCL.xcu
index 265b4ec..e01d207 100644
--- a/officecfg/registry/data/org/openoffice/VCL.xcu
+++ b/officecfg/registry/data/org/openoffice/VCL.xcu
@@ -136,6 +136,29 @@
       </prop>
     </node>
 
+    <node oor:name="am" oor:op="replace">
+     <prop oor:name="UI_SANS" oor:op="replace" oor:type="xs:string">
+        <value>Nyala;Abyssinica SIL</value>
+     </prop>
+      <prop oor:name="SANS_UNICODE" oor:type="xs:string" oor:op="replace">
+        <value>Nyala;Abyssinica SIL</value>
+      </prop>
+     <prop oor:name="CTL_DISPLAY" oor:type="xs:string" oor:op="replace">
+        <value>Nyala;Abyssinica SIL</value>
+     </prop>
+     <prop oor:name="CTL_HEADING" oor:type="xs:string" oor:op="replace">
+        <value>Nyala;Abyssinica SIL</value>
+     </prop>
+     <prop oor:name="CTL_PRESENTATION" oor:type="xs:string" oor:op="replace">
+        <value>Nyala;Abyssinica SIL</value>
+     </prop>
+     <prop oor:name="CTL_SPREADSHEET" oor:type="xs:string" oor:op="replace">
+        <value>Nyala;Abyssinica SIL</value>
+     </prop>
+     <prop oor:name="CTL_TEXT" oor:type="xs:string" oor:op="replace">
+        <value>Nyala;Abyssinica SIL</value>
+     </prop>
+    </node>
     <node oor:name="ar" oor:op="replace">
      <prop oor:name="UI_SANS" oor:op="replace" oor:type="xs:string">
         <value>Tahoma;Traditional Arabic;Simplified Arabic;Lucidasans;Lucida Sans;Supplement;Arial Unicode MS;Lucida Sans Unicode;clearlyU;Interface User;Geneva;Dialog;Albany AMT;Albany;Lucida;Arial;Nimbus Sans L;Helvetica;Helmet;Interface System;Sans Serif</value>
diff --git a/scp2/source/ooo/module_langpack.ulf b/scp2/source/ooo/module_langpack.ulf
index 4fd7314..086033f 100644
--- a/scp2/source/ooo/module_langpack.ulf
+++ b/scp2/source/ooo/module_langpack.ulf
@@ -673,6 +673,12 @@ en-US = "Luxembourgish"
 [STR_DESC_MODULE_LANGPACK_LB]
 en-US = "Installs the Luxembourgish user interface"
 
+[STR_NAME_MODULE_LANGPACK_AM]
+en-US = "Amharic"
+
+[STR_DESC_MODULE_LANGPACK_AM]
+en-US = "Installs the Amharic user interface"
+
 [STR_NAME_MODULE_LANGPACK_QTZ]
 en-US = "KeyID"
 
diff --git a/setup_native/source/win32/msi-encodinglist.txt b/setup_native/source/win32/msi-encodinglist.txt
index 936adb4..1fd3cb9 100644
--- a/setup_native/source/win32/msi-encodinglist.txt
+++ b/setup_native/source/win32/msi-encodinglist.txt
@@ -1,6 +1,7 @@
 # Syntax: language ANSI-Codepage LCID
 # comment lines begin with hash
 af    1252  1078   # Afrikaans
+am       0  1118   # Amharic
 ar    1256  1025
 ar-SA 1256  1025
 as       0  1101   # Assamese
diff --git a/solenv/inc/langlist.mk b/solenv/inc/langlist.mk
index 42c1172..d61eef7 100644
--- a/solenv/inc/langlist.mk
+++ b/solenv/inc/langlist.mk
@@ -27,6 +27,7 @@
 
 # Complete list of all supported localizations (ISO codes)
 completelangiso=af \
+am \
 ar \
 as \
 ast \


More information about the Libreoffice-commits mailing list