From 9c607b61f4e66c78b0c36802a1dcc997bf39e307 Mon Sep 17 00:00:00 2001 From: Takeshi Abe Date: Mon, 25 Feb 2019 17:25:30 +0900 Subject: 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 --- scp2/source/ooo/registryitem_ooo.scp | 2 +- scp2/source/ooo/registryitem_ooo.ulf | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) (limited to 'scp2/source') 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" -- cgit