[Libreoffice-commits] core.git: include/fpicker vcl/inc

Katarina Behrens Katarina.Behrens at cib.de
Thu Nov 23 16:49:13 UTC 2017


 include/fpicker/strings.hrc |    2 ++
 vcl/inc/strings.hrc         |    2 ++
 2 files changed, 4 insertions(+)

New commits:
commit d938e1ab00897c12938443ed373bf00083126df2
Author: Katarina Behrens <Katarina.Behrens at cib.de>
Date:   Thu Nov 23 15:47:41 2017 +0100

    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 at cib.de>
    Reviewed-by: Thorsten Behrens <Thorsten.Behrens at CIB.de>
    Tested-by: Thorsten Behrens <Thorsten.Behrens at CIB.de>

diff --git a/include/fpicker/strings.hrc b/include/fpicker/strings.hrc
index ad0569aed0ed..eee7cc86f385 100644
--- a/include/fpicker/strings.hrc
+++ b/include/fpicker/strings.hrc
@@ -13,6 +13,8 @@
 
 #define STR_SVT_FILEPICKER_AUTO_EXTENSION           NC_("STR_SVT_FILEPICKER_AUTO_EXTENSION", "~Automatic file name extension")
 #define STR_SVT_FILEPICKER_PASSWORD                 NC_("STR_SVT_FILEPICKER_PASSWORD", "Save with pass~word")
+//dear loplugins, please don't remove this constant, it will be used in follow-up commits
+#define STR_SVT_FILEPICKER_GPGENCRYPT               NC_("STR_SVT_FILEPICKER_GPGENCRYPT", "Encrypt with ~GPG key")
 #define STR_SVT_FILEPICKER_FILTER_OPTIONS           NC_("STR_SVT_FILEPICKER_FILTER_OPTIONS", "~Edit filter settings")
 #define STR_SVT_FILEPICKER_READONLY                 NC_("STR_SVT_FILEPICKER_READONLY", "~Read-only")
 #define STR_SVT_FILEPICKER_INSERT_AS_LINK           NC_("STR_SVT_FILEPICKER_INSERT_AS_LINK", "~Link")
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")


More information about the Libreoffice-commits mailing list