diff options
author | David Tardon <dtardon@redhat.com> | 2012-09-11 07:31:43 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2012-09-11 07:36:32 +0200 |
commit | d9412fb4755377b8358a46a249cfe29a22ea9451 (patch) | |
tree | 20943b906d7008fa8e85e53000c1a951b2151324 /scp2 | |
parent | a2a10b59876951b6493419713e9054ceabd3d6cc (diff) |
fdo#53520 rename portuguese dicts
Change-Id: I70cb4856f1db4722e886407d1c2fdf6a73b9a7f3
Diffstat (limited to 'scp2')
-rw-r--r-- | scp2/source/ooo/common_brand.scp | 6 | ||||
-rw-r--r-- | scp2/source/ooo/file_ooo.scp | 8 | ||||
-rw-r--r-- | scp2/source/ooo/module_ooo.scp | 6 | ||||
-rw-r--r-- | scp2/source/ooo/module_ooo.ulf | 4 |
4 files changed, 12 insertions, 12 deletions
diff --git a/scp2/source/ooo/common_brand.scp b/scp2/source/ooo/common_brand.scp index 968a5508688f..0a7c84769104 100644 --- a/scp2/source/ooo/common_brand.scp +++ b/scp2/source/ooo/common_brand.scp @@ -334,14 +334,14 @@ Directory gid_Brand_Dir_Share_Extensions_Dict_Pl DosName = "dict-pl"; End -Directory gid_Brand_Dir_Share_Extensions_Dict_Pt +Directory gid_Brand_Dir_Share_Extensions_Dict_Pt_Br ParentID = gid_Brand_Dir_Share_Extensions; - DosName = "dict-pt"; + DosName = "dict-pt-BR"; End Directory gid_Brand_Dir_Share_Extensions_Dict_Pt_Pt ParentID = gid_Brand_Dir_Share_Extensions; - DosName = "dict-pt-pt"; + DosName = "dict-pt-PT"; End Directory gid_Brand_Dir_Share_Extensions_Dict_Ro diff --git a/scp2/source/ooo/file_ooo.scp b/scp2/source/ooo/file_ooo.scp index 3d3215f0560c..a9c77a04c538 100644 --- a/scp2/source/ooo/file_ooo.scp +++ b/scp2/source/ooo/file_ooo.scp @@ -1560,9 +1560,9 @@ End #endif #ifndef WITHOUT_MYSPELL_DICTS -File gid_File_Extension_Dictionary_Pt - Dir = gid_Brand_Dir_Share_Extensions_Dict_Pt; - Name = "dict-pt.oxt"; +File gid_File_Extension_Dictionary_Pt_Br + Dir = gid_Brand_Dir_Share_Extensions_Dict_Pt_Br; + Name = "dict-pt-BR.oxt"; Styles = (PACKED, FORCELANGUAGEPACK, ARCHIVE); UnixRights = 444; End @@ -1571,7 +1571,7 @@ End #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"; + Name = "dict-pt-PT.oxt"; Styles = (PACKED, FORCELANGUAGEPACK, ARCHIVE); UnixRights = 444; End diff --git a/scp2/source/ooo/module_ooo.scp b/scp2/source/ooo/module_ooo.scp index c5c9c221cab2..2ae3e4116ec8 100644 --- a/scp2/source/ooo/module_ooo.scp +++ b/scp2/source/ooo/module_ooo.scp @@ -407,9 +407,9 @@ Module gid_Module_Root_Extension_Dictionary_Pl Styles = (); End -Module gid_Module_Root_Extension_Dictionary_Pt - MOD_NAME_DESC ( MODULE_EXTENSION_DICTIONARY_PT ); - Files = (gid_File_Extension_Dictionary_Pt); +Module gid_Module_Root_Extension_Dictionary_Pt_Br + MOD_NAME_DESC ( MODULE_EXTENSION_DICTIONARY_PT_BR ); + Files = (gid_File_Extension_Dictionary_Pt_Br); InstallOrder = "2000"; Sortkey = "515"; Spellcheckerlanguage = "pt-BR"; diff --git a/scp2/source/ooo/module_ooo.ulf b/scp2/source/ooo/module_ooo.ulf index 964e53534d09..68092069cb52 100644 --- a/scp2/source/ooo/module_ooo.ulf +++ b/scp2/source/ooo/module_ooo.ulf @@ -241,10 +241,10 @@ en-US = "Polish" [STR_DESC_MODULE_EXTENSION_DICTIONARY_PL] en-US = "Polish spelling dictionary, hyphenation rules, and thesaurus" -[STR_NAME_MODULE_EXTENSION_DICTIONARY_PT] +[STR_NAME_MODULE_EXTENSION_DICTIONARY_PT_BR] en-US = "Brazilian Portuguese" -[STR_DESC_MODULE_EXTENSION_DICTIONARY_PT] +[STR_DESC_MODULE_EXTENSION_DICTIONARY_PT_BR] en-US = "Brazilian Portuguese spelling Dictionary (1990 Spelling Agreement), and hyphenation rules" [STR_NAME_MODULE_EXTENSION_DICTIONARY_PT_PT] |