summaryrefslogtreecommitdiff
path: root/basic/source/app/ttmsg.src
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2002-09-05 14:17:07 +0000
committerKurt Zenker <kz@openoffice.org>2002-09-05 14:17:07 +0000
commitc30f35403d910e3e48aa3b2ebddc2ccc5410cd8c (patch)
tree5121f119cdf02d89b5acace10ba1c3cd603d0734 /basic/source/app/ttmsg.src
parent56459d150e7f16b00370c7fbbc40b228a90436f7 (diff)
Merge SRC641: 05.09.02 - 17:13:48
Diffstat (limited to 'basic/source/app/ttmsg.src')
-rw-r--r--basic/source/app/ttmsg.src16
1 files changed, 14 insertions, 2 deletions
diff --git a/basic/source/app/ttmsg.src b/basic/source/app/ttmsg.src
index 2d4d75f86bad..8fbac1f21d04 100644
--- a/basic/source/app/ttmsg.src
+++ b/basic/source/app/ttmsg.src
@@ -2,9 +2,9 @@
*
* $RCSfile: ttmsg.src,v $
*
- * $Revision: 1.36 $
+ * $Revision: 1.37 $
*
- * last change: $Author: gh $ $Date: 2002-06-26 13:06:16 $
+ * last change: $Author: kz $ $Date: 2002-09-05 15:17:07 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -80,6 +80,7 @@ String S_NAME_NOT_THERE
String S_DOUBLE_NAME
{
Text = "Name double: ($Arg1)";
+ Text[ french ] = "Nom double : ($Arg1)";
};
String S_READING_FILE
{
@@ -100,6 +101,8 @@ String S_SHORTNAME_UNKNOWN
String S_LONGNAME_UNKNOWN
{
Text = "Long-name unknown: ($Arg1)";
+ Text[ dutch ] = "Volledige naam onbekend: ($Arg1)";
+ Text[ danish ] = "Det lange navn er ukendt: ($Arg1)";
};
String S_FIRST_SHORTNAME_REQ_ASTRX
{
@@ -108,18 +111,22 @@ String S_FIRST_SHORTNAME_REQ_ASTRX
String S_TIMOUT_WAITING
{
Text = "Server Timeout while waiting for answer. Sequence No: ($Arg1)";
+ Text[ dutch ] = "Server-time-out bij het wachten op antwoord. Sequentie nr: ($Arg1)";
};
String S_APPLICATION_RESTARTED
{
Text = "Application has been restarted.";
+ Text[ dutch ] = "Toepassing is opnieuw gestart";
};
String S_APPLICATION_START_FAILED
{
Text = "Application \"($Arg1)\" cannot be started. ";
+ Text[ dutch ] = "Toepassing \"($Arg1)\" kan niet worden gestart.";
};
String S_TIMOUT_SENDING
{
Text = "Server Timeout while sending. Sequence No: ($Arg1)";
+ Text[ dutch ] = "Server-time-out bij het verzenden. Sequentie nr: ($Arg1)";
};
String S_NO_CONNECTION
{
@@ -128,6 +135,7 @@ String S_NO_CONNECTION
String S_NO_FILES_FOUND // Not used anymore. needed only for old *.res files
{
Text = "No ($Arg1) files found";
+ Text[ dutch ] = "Geen ($Arg1)-bestanden gevonden";
};
String S_ERRORS_DETECTED
{
@@ -156,18 +164,22 @@ String S_NO_INCLUDE_FILE_WARNINGS_DETECTED
String S_UNKNOWN_SLOT_CONTROL
{
Text = "Slot/Control unknown :\"($Arg1)\"";
+ Text[ dutch ] = "Sleuf/Control onbekend:\"($Arg1)\"";
};
String S_RETURN_SEQUENCE_MISSMATCH
{
Text = "Return Stream has wrong sequence: ($Arg1) instead of ($Arg2)";
+ Text[ dutch ] = "Return Stream met foutieve sequentie: ($Arg1) in plaats van ($Arg2)";
};
String S_RETURNED_VALUE_ID_MISSMATCH
{
Text = "Return value received but different Id expected";
+ Text[ dutch ] = "Retourwaarde ontvangen, echter andere ID verwacht";
};
String S_RETURNED_VALUE_NO_RECEIVER
{
Text = "Return value received but no receiver defined";
+ Text[ dutch ] = "Retourwaarde ontvangen, echter geen ontvanger gedefinieerd";
};
String S_UNKNOWN_METHOD
{