diff options
author | Andras Timar <atimar@suse.com> | 2011-09-01 14:25:33 +0200 |
---|---|---|
committer | Andras Timar <atimar@suse.com> | 2011-09-01 14:35:07 +0200 |
commit | de3aec237a2b005017d4c9a7121e65efe28fb8e6 (patch) | |
tree | 29fe1b803dfc9075db34a3ee1b82db784baf046c /scp2 | |
parent | b325ea0165adbd9ec31e007805d6e790be2d64e1 (diff) |
add European Portoguise dictionary pack
Diffstat (limited to 'scp2')
-rw-r--r-- | scp2/source/ooo/common_brand.scp | 5 | ||||
-rw-r--r-- | scp2/source/ooo/file_ooo.scp | 9 | ||||
-rw-r--r-- | scp2/source/ooo/module_ooo.scp | 13 | ||||
-rw-r--r-- | scp2/source/ooo/module_ooo.ulf | 6 |
4 files changed, 32 insertions, 1 deletions
diff --git a/scp2/source/ooo/common_brand.scp b/scp2/source/ooo/common_brand.scp index 2cdf18317b94..a4b487f4327c 100644 --- a/scp2/source/ooo/common_brand.scp +++ b/scp2/source/ooo/common_brand.scp @@ -336,6 +336,11 @@ Directory gid_Brand_Dir_Share_Extensions_Dict_Pt DosName = "dict-pt"; End +Directory gid_Brand_Dir_Share_Extensions_Dict_Pt_Pt + ParentID = gid_Brand_Dir_Share_Extensions; + DosName = "dict-pt-pt"; +End + Directory gid_Brand_Dir_Share_Extensions_Dict_Ro ParentID = gid_Brand_Dir_Share_Extensions; DosName = "dict-ro"; diff --git a/scp2/source/ooo/file_ooo.scp b/scp2/source/ooo/file_ooo.scp index ad46442e2253..61589b6e55c1 100644 --- a/scp2/source/ooo/file_ooo.scp +++ b/scp2/source/ooo/file_ooo.scp @@ -2019,6 +2019,15 @@ End #endif #ifndef WITHOUT_MYSPELL_DICTS +File gid_File_Extension_Dictionary_Pt_Pt + Dir = gid_Brand_Dir_Share_Extensions_Dict_Pt_Pt; + Name = "dict-pt-pt.oxt"; + Styles = (PACKED, FORCELANGUAGEPACK, ARCHIVE); + UnixRights = 444; +End +#endif + +#ifndef WITHOUT_MYSPELL_DICTS File gid_File_Extension_Dictionary_Ro Dir = gid_Brand_Dir_Share_Extensions_Dict_Ro; Name = "dict-ro.oxt"; diff --git a/scp2/source/ooo/module_ooo.scp b/scp2/source/ooo/module_ooo.scp index d8b3397c4d63..d94acf4df8e0 100644 --- a/scp2/source/ooo/module_ooo.scp +++ b/scp2/source/ooo/module_ooo.scp @@ -314,7 +314,18 @@ Module gid_Module_Root_Extension_Dictionary_Pt Files = (gid_File_Extension_Dictionary_Pt); InstallOrder = "2000"; Sortkey = "515"; - Spellcheckerlanguage = "pt"; + Spellcheckerlanguage = "pt-BR"; + PackageInfo = "packinfo_office.txt"; + ParentID = gid_Module_Dictionaries; + Styles = (); +End + +Module gid_Module_Root_Extension_Dictionary_Pt_Pt + MOD_NAME_DESC ( MODULE_EXTENSION_DICTIONARY_PT_PT ); + Files = (gid_File_Extension_Dictionary_Pt_Pt); + InstallOrder = "2000"; + Sortkey = "515"; + Spellcheckerlanguage = "pt-PT"; PackageInfo = "packinfo_office.txt"; ParentID = gid_Module_Dictionaries; Styles = (); diff --git a/scp2/source/ooo/module_ooo.ulf b/scp2/source/ooo/module_ooo.ulf index 2511277edea3..65c343a0f6a9 100644 --- a/scp2/source/ooo/module_ooo.ulf +++ b/scp2/source/ooo/module_ooo.ulf @@ -193,6 +193,12 @@ en-US = "Brazilian Portuguese" [STR_DESC_MODULE_EXTENSION_DICTIONARY_PT] en-US = "Brazilian Portuguese Spelling Dictionary - 1990 Spelling Agreement" +[STR_NAME_MODULE_EXTENSION_DICTIONARY_PT_PT] +en-US = "Portuguese" + +[STR_DESC_MODULE_EXTENSION_DICTIONARY_PT_PT] +en-US = "European Portuguese Dictionaries" + [STR_NAME_MODULE_EXTENSION_DICTIONARY_RO] en-US = "Romanian" |