summaryrefslogtreecommitdiff
path: root/vcl/inc
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2022-03-07 21:44:07 +0100
committerCaolán McNamara <caolanm@redhat.com>2022-03-11 13:10:45 +0100
commit3307afa99c28fd282094e9558795b0a20ba5c6a0 (patch)
tree5879ac4acbea451c772b368af2ed4f7160ee8cc3 /vcl/inc
parentd680b29e05dd3ac2e64e47c4e1f83a4e38b1db24 (diff)
tdf#114150: Remove duplication of strings found in file dialogs
Change-Id: I86f720a23dd9d400d39d9606e073b483850a9df2 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/131153 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'vcl/inc')
-rw-r--r--vcl/inc/strings.hrc19
1 files changed, 0 insertions, 19 deletions
diff --git a/vcl/inc/strings.hrc b/vcl/inc/strings.hrc
index 33462929e300..0439162f07c3 100644
--- a/vcl/inc/strings.hrc
+++ b/vcl/inc/strings.hrc
@@ -67,28 +67,9 @@
#define SV_STDTEXT_PREFERENCES NC_("SV_STDTEXT_PREFERENCES", "Preferences...")
#define SV_STDTEXT_ALLFILETYPES NC_("SV_STDTEXT_ALLFILETYPES", "Any type")
-#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")
-#define STR_FPICKER_SHOW_PREVIEW NC_("STR_FPICKER_SHOW_PREVIEW", "Pr~eview")
-#define STR_FPICKER_PLAY NC_("STR_FPICKER_PLAY", "~Play")
-#define STR_FPICKER_VERSION NC_("STR_FPICKER_VERSION", "~Version:")
-#define STR_FPICKER_TEMPLATES NC_("STR_FPICKER_TEMPLATES", "S~tyles:")
-#define STR_FPICKER_IMAGE_TEMPLATE NC_("STR_FPICKER_IMAGE_TEMPLATE", "Frame Style: ")
-#define STR_FPICKER_IMAGE_ANCHOR NC_("STR_FPICKER_IMAGE_ANCHOR", "A~nchor: ")
-#define STR_FPICKER_SELECTION NC_("STR_FPICKER_SELECTION", "~Selection")
-#define STR_FPICKER_FOLDER_DEFAULT_TITLE NC_("STR_FPICKER_FOLDER_DEFAULT_TITLE", "Select Path")
-#define STR_FPICKER_FOLDER_DEFAULT_DESCRIPTION NC_("STR_FPICKER_FOLDER_DEFAULT_DESCRIPTION", "Please select a folder.")
-#define STR_FPICKER_ALREADYEXISTOVERWRITE_PRIMARY NC_("STR_FPICKER_ALREADYEXISTOVERWRITE_PRIMARY", "A file named \"$filename$\" already exists. Do you want to replace it?")
#define STR_FPICKER_ALREADYEXISTOVERWRITE_SECONDARY NC_("STR_FPICKER_ALREADYEXISTOVERWRITE_SECONDARY", "The file already exists in \"$dirname$\". Replacing it will overwrite its contents.")
#define STR_FPICKER_ALLFORMATS NC_("STR_FPICKER_ALLFORMATS", "All Formats")
-#define STR_FPICKER_OPEN NC_("STR_FPICKER_OPEN", "Open")
-#define STR_FPICKER_SAVE NC_("STR_FPICKER_SAVE", "Save")
-#define STR_FPICKER_TYPE NC_("STR_FPICKER_TYPE", "File ~type")
#define SV_ACCESSERROR_NO_FONTS NC_("SV_ACCESSERROR_NO_FONTS", "No fonts could be found on the system.")