diff options
author | Caolán McNamara <caolanm@redhat.com> | 2023-05-10 16:38:08 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2023-05-10 22:29:02 +0200 |
commit | a580a69a1e579755f726ffcd2a31a6f4f42c7100 (patch) | |
tree | af283ae1b6ce22a0900d3c6c1a41496b3ebc4b94 /sc/inc/globstr.hrc | |
parent | d3c2ae1bb0913bcb2a28b2243e62f38016ddf7b0 (diff) |
reinforce the infobar warning when there are both external links...
and WEBSERVICE present. This information is also shown in the
"help" in the infobar
Change-Id: I1412dc472afba353153b0c91aac1524cefa76aee
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/151641
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sc/inc/globstr.hrc')
-rw-r--r-- | sc/inc/globstr.hrc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sc/inc/globstr.hrc b/sc/inc/globstr.hrc index 01e1ab47219b..600cf9354fc0 100644 --- a/sc/inc/globstr.hrc +++ b/sc/inc/globstr.hrc @@ -359,6 +359,8 @@ #define STR_BY NC_("STR_BY", "by") #define STR_ON NC_("STR_ON", "on") #define STR_RELOAD_TABLES NC_("STR_RELOAD_TABLES", "Automatic update of external links has been disabled.") +#define STR_TRUST_DOCUMENT_WARNING NC_("STR_TRUST_DOCUMENT_WARNING", "Are you sure you trust this document?") +#define STR_WEBSERVICE_WITH_LINKS_WARNING NC_("STR_WEBSERVICE_WITH_LINKS_WARNING", "Links to remote locations can be constructed that transmit local data to the remote server.") #define STR_REIMPORT_AFTER_LOAD NC_("STR_REIMPORT_AFTER_LOAD", "This file contains queries. The results of these queries were not saved.\nDo you want these queries to be repeated?") #define STR_INSERT_FULL NC_("STR_INSERT_FULL", "Filled cells cannot be shifted\nbeyond the sheet.") #define STR_TABINSERT_ERROR NC_("STR_TABINSERT_ERROR", "The table could not be inserted.") |