summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2005-11-11 11:22:23 +0000
committerRüdiger Timm <rt@openoffice.org>2005-11-11 11:22:23 +0000
commitd9f9b27f0c9298686b18b084c032a8b9ed937fd5 (patch)
tree43132d0fc0f248aef2fd69eafd46c4523870b4b8 /sfx2
parentbfdd5839226bc51ba414e0b2509d4bec25103ba0 (diff)
INTEGRATION: CWS c06 (1.102.126); FILE MERGED
2005/09/19 15:16:13 kso 1.102.126.2: #i53490# - string review. 2005/08/23 15:47:36 mba 1.102.126.1: #i53490#: warning when hyperlinks are not executed at all
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/appl/app.src13
1 files changed, 11 insertions, 2 deletions
diff --git a/sfx2/source/appl/app.src b/sfx2/source/appl/app.src
index 04ab8fecd2b9..421b68d4757f 100644
--- a/sfx2/source/appl/app.src
+++ b/sfx2/source/appl/app.src
@@ -4,9 +4,9 @@
*
* $RCSfile: app.src,v $
*
- * $Revision: 1.104 $
+ * $Revision: 1.105 $
*
- * last change: $Author: hr $ $Date: 2005-09-23 15:20:08 $
+ * last change: $Author: rt $ $Date: 2005-11-11 12:22:23 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -1296,6 +1296,15 @@ WarningBox RID_SECURITY_WARNING_HYPERLINK
Message [ en-US ] = "This hyperlink is going to open \"%s\". Do you want to proceed?" ;
};
+WarningBox RID_SECURITY_WARNING_NO_HYPERLINKS
+{
+ //HelpId = HID_WARNING_SECURITY_NO_HYPERLINKS;
+ Buttons = WB_OK ;
+ DefButton = WB_DEF_OK ;
+ Message [ de ] = "Der Hyperlink wird aus Sicherheitsgünden nicht aus geführt.\nDie angegebene Adresse wird nicht geöffnet.";
+ Message [ en-US ] = "For security reasons, the hyperlink cannot be executed.\nThe stated address will not be opened.";
+};
+
String RID_SECURITY_WARNING_TITLE
{
Text [ de ] = "Sicherheitswarnung" ;