summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--scp2/source/ooo/file_ooo.scp3
-rw-r--r--scp2/source/ooo/module_langpack.ulf8
-rw-r--r--solenv/bin/modules/installer/globals.pm42
3 files changed, 49 insertions, 4 deletions
diff --git a/scp2/source/ooo/file_ooo.scp b/scp2/source/ooo/file_ooo.scp
index e765ef568b0c..5111bb66d3cc 100644
--- a/scp2/source/ooo/file_ooo.scp
+++ b/scp2/source/ooo/file_ooo.scp
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: file_ooo.scp,v $
- * $Revision: 1.257.2.3 $
+ * $Revision: 1.257.18.2 $
*
* This file is part of OpenOffice.org.
*
@@ -2230,6 +2230,7 @@ File gid_File_Registry_Spool_Oo_Common_Ctl_Xcu
Name (or) = "/registry/spool/org/openoffice/Office/Common-ctl.xcu";
Name (ne) = "/registry/spool/org/openoffice/Office/Common-ctl.xcu";
Name (fa) = "/registry/spool/org/openoffice/Office/Common-ctl.xcu";
+ Name (my) = "/registry/spool/org/openoffice/Office/Common-ctl.xcu";
End
File gid_File_Registry_Spool_Oo_Office_Writer_PyMailMerge_Xcu
diff --git a/scp2/source/ooo/module_langpack.ulf b/scp2/source/ooo/module_langpack.ulf
index a5257ea58d0e..3a002f04da10 100644
--- a/scp2/source/ooo/module_langpack.ulf
+++ b/scp2/source/ooo/module_langpack.ulf
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: module_langpack.ulf,v $
- * $Revision: 1.10 $
+ * $Revision: 1.10.178.1 $
*
* This file is part of OpenOffice.org.
*
@@ -687,3 +687,9 @@ en-US = "Mongolian"
[STR_DESC_MODULE_LANGPACK_MN]
en-US = "Installs Mongolian support in %PRODUCTNAME %PRODUCTVERSION"
+
+[STR_NAME_MODULE_LANGPACK_MY]
+en-US = "Burmese"
+
+[STR_DESC_MODULE_LANGPACK_MY]
+en-US = "Installs Burmese (Myanmar) support in %PRODUCTNAME %PRODUCTVERSION"
diff --git a/solenv/bin/modules/installer/globals.pm b/solenv/bin/modules/installer/globals.pm
index 72ec0830e82a..bd3081c296c8 100644
--- a/solenv/bin/modules/installer/globals.pm
+++ b/solenv/bin/modules/installer/globals.pm
@@ -8,7 +8,7 @@
#
# $RCSfile: globals.pm,v $
#
-# $Revision: 1.106 $
+# $Revision: 1.103.16.2 $
#
# This file is part of OpenOffice.org.
#
@@ -39,7 +39,45 @@ BEGIN
{
$prog="make_installer.pl";
- @noMSLocaleLangs = ( "br", "bs", "dz", "gu", "km", "nr", "ns", "rw", "ss", "st", "tg", "ts", "tn", "ve", "xh", "zu" , "ne" , "bn", "bn-BD", "bn-IN", "lo", "cy" , "ku" , "as-IN" , "te-IN" , "ml-IN" , "mr-IN", "ur-IN", "ta-IN", "or-IN" , "ti-ER" , "eo" , "ka" ,"ga" , "uk", "gd" );
+ @noMSLocaleLangs = (
+ "br",
+ "bs",
+ "dz",
+ "gu",
+ "km",
+ "nr",
+ "ns",
+ "rw",
+ "ss",
+ "st",
+ "tg",
+ "ts",
+ "tn",
+ "ve",
+ "xh",
+ "zu",
+ "ne",
+ "bn",
+ "bn-BD",
+ "bn-IN",
+ "lo",
+ "cy",
+ "ku",
+ "as-IN",
+ "te-IN",
+ "ml-IN",
+ "mr-IN",
+ "ur-IN",
+ "ta-IN",
+ "or-IN",
+ "ti-ER",
+ "eo",
+ "ka",
+ "ga",
+ "uk",
+ "gd",
+ "my"
+ );
@items_at_modules = ("Files", "Dirs", "Unixlinks");
@asianlanguages = ("ja", "ko", "zh-CN", "zh-TW");