diff options
author | Caolán McNamara <caolanm@redhat.com> | 2019-09-25 11:51:18 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2019-09-26 13:20:30 +0200 |
commit | 5c485d1e9a14696922e0a4bbdecef8e8e8b6c6c0 (patch) | |
tree | 2db26d4ecd5b71d367ef17c92244b0a5f5a6b149 /sw/inc | |
parent | e412401edcf0a979f9f19c051990c0fb08987048 (diff) |
weld SwAutoMarkDlg_Impl
Change-Id: I64fc2b503f76b61ea8c2f26c8170c72611935131
Reviewed-on: https://gerrit.libreoffice.org/79533
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sw/inc')
-rw-r--r-- | sw/inc/strings.hrc | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/sw/inc/strings.hrc b/sw/inc/strings.hrc index 010d7e662724..6cb4b8256fab 100644 --- a/sw/inc/strings.hrc +++ b/sw/inc/strings.hrc @@ -1365,6 +1365,16 @@ #define STR_OPT_PREVIEW_DELETED NC_("optredlinepage|deletedpreview", "Delete") #define STR_OPT_PREVIEW_CHANGED NC_("optredlinepage|changedpreview", "Attributes") +#define STR_AUTOMARK_SEARCHTERM NC_("createautomarkdialog|searchterm", "Search term") +#define STR_AUTOMARK_ALTERNATIVE NC_("createautomarkdialog|alternative", "Alternative entry") +#define STR_AUTOMARK_KEY1 NC_("createautomarkdialog|key1", "1st key") +#define STR_AUTOMARK_KEY2 NC_("createautomarkdialog|key2", "2nd key") +#define STR_AUTOMARK_COMMENT NC_("createautomarkdialog|comment", "Comment") +#define STR_AUTOMARK_CASESENSITIVE NC_("createautomarkdialog|casesensitive", "Match case") +#define STR_AUTOMARK_WORDONLY NC_("createautomarkdialog|wordonly", "Word only") +#define STR_AUTOMARK_YES NC_("createautomarkdialog|yes", "Yes") +#define STR_AUTOMARK_NO NC_("createautomarkdialog|no", "No") + #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |