summaryrefslogtreecommitdiff
path: root/svtools
diff options
context:
space:
mode:
authorobo <obo@openoffice.org>2010-06-22 09:56:28 +0200
committerobo <obo@openoffice.org>2010-06-22 09:56:28 +0200
commitf0efe75ac5ee8c46880bc2c5ed4b92352ab7f523 (patch)
treecd9c5a47992f535d44509856433dbddef90f311b /svtools
parentb9e8a8aa1c33d5874826d5844f14f727a4c08358 (diff)
parent5377af06aa3745d5502a3f8180b0360ee3c76867 (diff)
CWS-TOOLING: integrate CWS mba33issues01
Diffstat (limited to 'svtools')
-rw-r--r--svtools/source/misc/errtxt.src10
1 files changed, 5 insertions, 5 deletions
diff --git a/svtools/source/misc/errtxt.src b/svtools/source/misc/errtxt.src
index 6c1a90ae6412..f33896e20003 100644
--- a/svtools/source/misc/errtxt.src
+++ b/svtools/source/misc/errtxt.src
@@ -328,23 +328,23 @@ Resource RID_ERRHDL
};
String ERRCODE_INET_CONNECT
{
- Text [ en-US ] = "Could not establish Internet connection to $(ARG1)." ;
+ Text [ en-US ] = "Could not establish network connection to $(ARG1)." ;
};
String ERRCODE_INET_READ
{
- Text [ en-US ] = "Error reading data from the Internet.\nServer error message: $(ARG1)." ;
+ Text [ en-US ] = "Error reading data from the network.\nServer error message: $(ARG1)." ;
};
String ERRCODE_INET_WRITE
{
- Text [ en-US ] = "Error transferring data to the Internet.\nServer error message: $(ARG1)." ;
+ Text [ en-US ] = "Error transferring data to the network.\nServer error message: $(ARG1)." ;
};
String ERRCODE_INET_GENERAL
{
- Text [ en-US ] = "General Internet error has occurred." ;
+ Text [ en-US ] = "General network error has occurred." ;
};
String ERRCODE_INET_OFFLINE
{
- Text [ en-US ] = "The requested Internet data is not available in the cache and cannot be transmitted as the Online mode has not be activated." ;
+ Text [ en-US ] = "The requested network data is not available in the cache and cannot be transmitted as the Online mode has not be activated." ;
};
String ERRCODE_SFXMSG_STYLEREPLACE
{