diff options
author | Andras Timar <andras.timar@collabora.com> | 2013-11-24 19:33:36 +0100 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2013-11-24 20:41:29 +0100 |
commit | f0d3fa4ad08ba0f9975f4a6f9f96ab7ac946871d (patch) | |
tree | a32f5238b74540d178dc4da8b6de8e989df95597 /scp2 | |
parent | 2e317523c9224853d44ba9e47c321b680652f469 (diff) |
Add lo_LA (Lao) dictionary fdo#71939
Change-Id: Idbc102453aa47a71d7b550eb8a7b65c25825111e
Diffstat (limited to 'scp2')
-rw-r--r-- | scp2/source/ooo/common_brand.scp | 9 | ||||
-rw-r--r-- | scp2/source/ooo/file_ooo.scp | 13 | ||||
-rw-r--r-- | scp2/source/ooo/module_ooo.scp | 11 | ||||
-rw-r--r-- | scp2/source/ooo/module_ooo.ulf | 8 |
4 files changed, 36 insertions, 5 deletions
diff --git a/scp2/source/ooo/common_brand.scp b/scp2/source/ooo/common_brand.scp index 205f33cc6c7d..643e8dffa6b9 100644 --- a/scp2/source/ooo/common_brand.scp +++ b/scp2/source/ooo/common_brand.scp @@ -1,7 +1,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite @@ -299,6 +299,11 @@ Directory gid_Brand_Dir_Share_Extensions_Dict_Kmr_Latn DosName = "dict-kmr-Latn"; End +Directory gid_Brand_Dir_Share_Extensions_Dict_Lo + ParentID = gid_Brand_Dir_Share_Extensions; + DosName = "dict-lo"; +End + Directory gid_Brand_Dir_Share_Extensions_Dict_Lt ParentID = gid_Brand_Dir_Share_Extensions; DosName = "dict-lt"; @@ -432,7 +437,7 @@ Directory gid_Brand_Dir_Share_Uno_Packages_Cache_Uno_Packages Styles = (CREATE); End -Directory gid_Brand_Dir_Share_Glade +Directory gid_Brand_Dir_Share_Glade ParentID = gid_Brand_Dir_Share; DosName = "glade"; End diff --git a/scp2/source/ooo/file_ooo.scp b/scp2/source/ooo/file_ooo.scp index e8be2289d48a..08ed086f2ccc 100644 --- a/scp2/source/ooo/file_ooo.scp +++ b/scp2/source/ooo/file_ooo.scp @@ -1,7 +1,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite @@ -701,7 +701,7 @@ File gid_Starregistry_Services_Rdb Styles = (PACKED); End -#ifdef MACOSX +#ifdef MACOSX File gid_File_App_InfoPlist TXT_FILE_BODY; Dir = FILELIST_DIR; @@ -1004,6 +1004,15 @@ End #endif #if defined WITH_MYSPELL_DICTS +File gid_File_Extension_Dictionary_Lo + Dir = FILELIST_DIR; + Name = "Dictionary/dict-lo.filelist"; + Styles = (PACKED, FORCELANGUAGEPACK, FILELIST); + TXT_FILE_BODY; +End +#endif + +#if defined WITH_MYSPELL_DICTS File gid_File_Extension_Dictionary_Lt Dir = FILELIST_DIR; Name = "Dictionary/dict-lt.filelist"; diff --git a/scp2/source/ooo/module_ooo.scp b/scp2/source/ooo/module_ooo.scp index 7d9e5fa7d76c..1d54adfb76ce 100644 --- a/scp2/source/ooo/module_ooo.scp +++ b/scp2/source/ooo/module_ooo.scp @@ -354,6 +354,17 @@ Module gid_Module_Root_Extension_Dictionary_Lt Styles = (); End +Module gid_Module_Root_Extension_Dictionary_Lo + MOD_NAME_DESC ( MODULE_EXTENSION_DICTIONARY_LO ); + Files = (gid_File_Extension_Dictionary_Lo); + InstallOrder = "2000"; + Sortkey = "633"; + Spellcheckerlanguage = "lo"; + PackageInfo = "packinfo_office.txt"; + ParentID = gid_Module_Dictionaries; + Styles = (); +End + Module gid_Module_Root_Extension_Dictionary_Lv MOD_NAME_DESC ( MODULE_EXTENSION_DICTIONARY_LV ); Files = (gid_File_Extension_Dictionary_Lv); diff --git a/scp2/source/ooo/module_ooo.ulf b/scp2/source/ooo/module_ooo.ulf index 8b6cc4f13a33..adc8be95e097 100644 --- a/scp2/source/ooo/module_ooo.ulf +++ b/scp2/source/ooo/module_ooo.ulf @@ -15,7 +15,7 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ - + [STR_NAME_MODULE_ROOT_OSL] en-US = "%PRODUCTNAME %PRODUCTVERSION" @@ -202,6 +202,12 @@ en-US = "Kurdish, Northern, Latin script" [STR_DESC_MODULE_EXTENSION_DICTIONARY_KMR_LATN] en-US = "Kurdish, Northern, Latin script spelling dictionary" +[STR_NAME_MODULE_EXTENSION_DICTIONARY_LO] +en-US = "Lao" + +[STR_DESC_MODULE_EXTENSION_DICTIONARY_LO] +en-US = "Lao spelling dictionary" + [STR_NAME_MODULE_EXTENSION_DICTIONARY_LT] en-US = "Lithuanian" |