diff options
Diffstat (limited to 'scp2')
-rw-r--r-- | scp2/source/ooo/common_brand.scp | 4 | ||||
-rw-r--r-- | scp2/source/ooo/file_ooo.scp | 4 | ||||
-rw-r--r-- | scp2/source/ooo/module_ooo.scp | 8 | ||||
-rw-r--r-- | scp2/source/ooo/module_ooo.ulf | 8 |
4 files changed, 12 insertions, 12 deletions
diff --git a/scp2/source/ooo/common_brand.scp b/scp2/source/ooo/common_brand.scp index d2842eca043c..205f33cc6c7d 100644 --- a/scp2/source/ooo/common_brand.scp +++ b/scp2/source/ooo/common_brand.scp @@ -294,9 +294,9 @@ Directory gid_Brand_Dir_Share_Extensions_Dict_It DosName = "dict-it"; End -Directory gid_Brand_Dir_Share_Extensions_Dict_Ku_Tr +Directory gid_Brand_Dir_Share_Extensions_Dict_Kmr_Latn ParentID = gid_Brand_Dir_Share_Extensions; - DosName = "dict-ku-TR"; + DosName = "dict-kmr-Latn"; End Directory gid_Brand_Dir_Share_Extensions_Dict_Lt diff --git a/scp2/source/ooo/file_ooo.scp b/scp2/source/ooo/file_ooo.scp index b2b8d054c29c..e8be2289d48a 100644 --- a/scp2/source/ooo/file_ooo.scp +++ b/scp2/source/ooo/file_ooo.scp @@ -995,9 +995,9 @@ End #endif #if defined WITH_MYSPELL_DICTS -File gid_File_Extension_Dictionary_Ku_Tr +File gid_File_Extension_Dictionary_Kmr_Latn Dir = FILELIST_DIR; - Name = "Dictionary/dict-ku-TR.filelist"; + Name = "Dictionary/dict-kmr-Latn.filelist"; Styles = (PACKED, FORCELANGUAGEPACK, FILELIST); TXT_FILE_BODY; End diff --git a/scp2/source/ooo/module_ooo.scp b/scp2/source/ooo/module_ooo.scp index 5bb35243aef6..7d9e5fa7d76c 100644 --- a/scp2/source/ooo/module_ooo.scp +++ b/scp2/source/ooo/module_ooo.scp @@ -332,12 +332,12 @@ Module gid_Module_Root_Extension_Dictionary_It Styles = (); End -Module gid_Module_Root_Extension_Dictionary_Ku_Tr - MOD_NAME_DESC ( MODULE_EXTENSION_DICTIONARY_KU_TR ); - Files = (gid_File_Extension_Dictionary_Ku_Tr); +Module gid_Module_Root_Extension_Dictionary_Kmr_Latn + MOD_NAME_DESC ( MODULE_EXTENSION_DICTIONARY_KMR_LATN ); + Files = (gid_File_Extension_Dictionary_Kmr_Latn); InstallOrder = "2000"; Sortkey = "620"; - Spellcheckerlanguage = "ku-TR"; + Spellcheckerlanguage = "kmr-Latn"; 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 0044162e67a4..8b6cc4f13a33 100644 --- a/scp2/source/ooo/module_ooo.ulf +++ b/scp2/source/ooo/module_ooo.ulf @@ -196,11 +196,11 @@ en-US = "Italian" [STR_DESC_MODULE_EXTENSION_DICTIONARY_IT] en-US = "Italian spelling dictionary, hyphenation rules, and thesaurus" -[STR_NAME_MODULE_EXTENSION_DICTIONARY_KU_TR] -en-US = "Kurdish (Turkey)" +[STR_NAME_MODULE_EXTENSION_DICTIONARY_KMR_LATN] +en-US = "Kurdish, Northern, Latin script" -[STR_DESC_MODULE_EXTENSION_DICTIONARY_KU_TR] -en-US = "Kurdish (Turkey) spelling dictionary" +[STR_DESC_MODULE_EXTENSION_DICTIONARY_KMR_LATN] +en-US = "Kurdish, Northern, Latin script spelling dictionary" [STR_NAME_MODULE_EXTENSION_DICTIONARY_LT] en-US = "Lithuanian" |