summaryrefslogtreecommitdiff
path: root/sfx2/source/view/view.src
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2007-05-29 13:58:27 +0000
committerRüdiger Timm <rt@openoffice.org>2007-05-29 13:58:27 +0000
commitf9113e17cc758b806e212c5a9d51c278497e6049 (patch)
treed4564c70d2f3238b9fee5724a732eddebb2d5217 /sfx2/source/view/view.src
parentc43530cb52836b1c132edcd4484383e5ab37aea1 (diff)
INTEGRATION: CWS webhtml (1.49.288); FILE MERGED
2007/04/04 11:48:32 cd 1.49.288.1: #i74477# Web HTML feature. Added error message for non-existing web browser
Diffstat (limited to 'sfx2/source/view/view.src')
-rw-r--r--sfx2/source/view/view.src11
1 files changed, 9 insertions, 2 deletions
diff --git a/sfx2/source/view/view.src b/sfx2/source/view/view.src
index d0aa0613e8fc..8d21a75d13cc 100644
--- a/sfx2/source/view/view.src
+++ b/sfx2/source/view/view.src
@@ -4,9 +4,9 @@
*
* $RCSfile: view.src,v $
*
- * $Revision: 1.50 $
+ * $Revision: 1.51 $
*
- * last change: $Author: ihi $ $Date: 2007-04-19 17:17:37 $
+ * last change: $Author: rt $ $Date: 2007-05-29 14:58:27 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -175,6 +175,13 @@ String STR_REPAIREDDOCUMENT
Text [ en-US ] = " (repaired document)" ;
};
+ErrorBox MSG_ERROR_NO_WEBBROWSER_FOUND
+{
+ BUTTONS = WB_OK ;
+ DEFBUTTON = WB_DEF_OK ;
+ Message [ de ] = "%PRODUCTNAME konnte auf Ihrem Rechner keinen Web-Browser finden. Bitte überprüfen Sie Ihre Arbeitsplatz-Einstellungen, oder installieren Sie einen Web-Browser (z.B. Mozilla) an die von dem Web-Browser vorgeschriebene Stelle." ;
+ Message[ en-US ] = "%PRODUCTNAME could not find a web browser on your system. Please check your Desktop Preferences or install a web browser (for example, Mozilla) in the default location requested during the browser installation." ;
+};