diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2019-02-25 17:25:30 +0900 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2019-03-29 13:18:03 +0100 |
commit | 9c607b61f4e66c78b0c36802a1dcc997bf39e307 (patch) | |
tree | 23394eece8c742dd02293e55aa440a47ebe37f60 /scp2 | |
parent | 799aef2bf37ba4e23d3a837be49e354624b7083d (diff) |
tdf#114311 Translate "LibreOffice Extension" file type in Windows
Change-Id: I5e2f222449424d4a6498d8566f13aca7f07c0c51
Reviewed-on: https://gerrit.libreoffice.org/68303
Tested-by: Jenkins
Reviewed-by: Andras Timar <andras.timar@collabora.com>
Diffstat (limited to 'scp2')
-rw-r--r-- | scp2/source/ooo/registryitem_ooo.scp | 2 | ||||
-rw-r--r-- | scp2/source/ooo/registryitem_ooo.ulf | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/scp2/source/ooo/registryitem_ooo.scp b/scp2/source/ooo/registryitem_ooo.scp index ed93d2816100..9a7998ace432 100644 --- a/scp2/source/ooo/registryitem_ooo.scp +++ b/scp2/source/ooo/registryitem_ooo.scp @@ -573,7 +573,7 @@ RegistryItem gid_Regitem_Office_Extension_1 ParentID = PREDEFINED_HKEY_CLASSES_ROOT; ModuleID = gid_Module_Root; Subkey = "office.Extension.1"; - Value = "%PRODUCTNAME Extension"; + REG_VALUE_LNG(EXTENSION) Styles = (); End diff --git a/scp2/source/ooo/registryitem_ooo.ulf b/scp2/source/ooo/registryitem_ooo.ulf index 8c073488f0e5..c07b641a0e0b 100644 --- a/scp2/source/ooo/registryitem_ooo.ulf +++ b/scp2/source/ooo/registryitem_ooo.ulf @@ -22,5 +22,8 @@ en-US = "&Install" [STR_REG_VAL_SO60_CONFIGFILE] en-US = "%PRODUCTNAME Configuration File" +[STR_REG_VAL_EXTENSION] +en-US = "%PRODUCTNAME Extension" + [STR_REG_VAL_APPCAPABILITY_DESCRIPTION_OOO] en-US = "LibreOffice" |