summaryrefslogtreecommitdiff
path: root/basic
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-11-09 15:54:49 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-11-09 15:54:49 +0000
commit6246fe2c96c840b048d9f8d2ea660514ab39764a (patch)
tree8065712eed714e5f7b76f84177fa263fef7f6bfa /basic
parentb6ad52f8fdf7036932e34bb62b4bf276304b8222 (diff)
INTEGRATION: CWS gh8 (1.21.208); FILE MERGED
2004/10/12 12:57:28 gh 1.21.208.1: #i34630#testtool: add en-US and de languages to the src files and merge in old translations from src642
Diffstat (limited to 'basic')
-rw-r--r--basic/source/app/basmsg.src13
1 files changed, 8 insertions, 5 deletions
diff --git a/basic/source/app/basmsg.src b/basic/source/app/basmsg.src
index cc94767487cf..2f4a219676f3 100644
--- a/basic/source/app/basmsg.src
+++ b/basic/source/app/basmsg.src
@@ -2,9 +2,9 @@
*
* $RCSfile: basmsg.src,v $
*
- * $Revision: 1.21 $
+ * $Revision: 1.22 $
*
- * last change: $Author: hr $ $Date: 2003-03-18 16:28:24 $
+ * last change: $Author: hr $ $Date: 2004-11-09 16:54:49 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -75,14 +75,17 @@
///////////////////////////////
String S_PROG_START
{
- Text = "Program start: ($Arg1); ($Arg2)";
+ Text [ de ] = "Programmstart: ($Arg1); ($Arg2)";
+ Text[ en-US ] = "Program start: ($Arg1); ($Arg2)";
};
String S_ERROR_OUTSIDE_TESTCASE
{
- Text = "Error outside of test case";
+ Text [ de ] = "Fehler auerhalb eines Testcase.";
+ Text[ en-US ] = "Error outside of test case";
};
String S_WARNING_PREFIX
{
- Text = "Warning: ";
+ Text [ de ] = "Warnung: ";
+ Text[ en-US ] = "Warning: ";
};