diff options
author | Katarina Behrens <Katarina.Behrens@cib.de> | 2017-11-23 15:47:41 +0100 |
---|---|---|
committer | Thorsten Behrens <Thorsten.Behrens@CIB.de> | 2017-11-23 17:48:45 +0100 |
commit | d938e1ab00897c12938443ed373bf00083126df2 (patch) | |
tree | dc45a725e67471a20a92f9f59e0bc516c092ee3d /vcl | |
parent | 474c6ba06e94ba635075a1fe0aee15c555400c0c (diff) |
gpg4libre: translatable strings for non-LibO filepickers
just strings, code using them is yet to be implemented
Change-Id: I03b2c44f574b3212b39bf4aabedf01c577f35de9
Reviewed-on: https://gerrit.libreoffice.org/45156
Reviewed-by: Siegmund Gorr <siegmund.gorr@cib.de>
Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/inc/strings.hrc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/vcl/inc/strings.hrc b/vcl/inc/strings.hrc index c06bc06d7793..3960232843f7 100644 --- a/vcl/inc/strings.hrc +++ b/vcl/inc/strings.hrc @@ -92,6 +92,8 @@ #define STR_FPICKER_AUTO_EXTENSION NC_("STR_FPICKER_AUTO_EXTENSION", "~Automatic file name extension") #define STR_FPICKER_PASSWORD NC_("STR_FPICKER_PASSWORD", "Save with pass~word") +// dear loplugins, please don't remove this constant, it will be used in follow-up commits +#define STR_FPICKER_GPGENCRYPT NC_("STR_FPICKER_GPGENCRYPT", "Encrypt with ~GPG key") #define STR_FPICKER_FILTER_OPTIONS NC_("STR_FPICKER_FILTER_OPTIONS", "~Edit filter settings") #define STR_FPICKER_READONLY NC_("STR_FPICKER_READONLY", "~Read-only") #define STR_FPICKER_INSERT_AS_LINK NC_("STR_FPICKER_INSERT_AS_LINK", "Insert as ~Link") |