summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-04-13 10:46:20 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-04-13 10:46:20 +0000
commit672d5cedb376a8fe259747a2ab321398de657bab (patch)
treef5fcef8cf66af95c63c9d3a52b59e3c3e862ca8a
parent07d7e096e51ec375fc77eaca29b2d6140b24c610 (diff)
INTEGRATION: CWS frmcontrols02 (1.41.2); FILE MERGED
2004/01/23 18:00:25 fs 1.41.2.1: #i24414# #i24417#
-rw-r--r--forms/source/resource/strings.src22
1 files changed, 19 insertions, 3 deletions
diff --git a/forms/source/resource/strings.src b/forms/source/resource/strings.src
index 6c2fa1855f69..2aa49bb3e45b 100644
--- a/forms/source/resource/strings.src
+++ b/forms/source/resource/strings.src
@@ -2,9 +2,9 @@
*
* $RCSfile: strings.src,v $
*
- * $Revision: 1.42 $
+ * $Revision: 1.43 $
*
- * last change: $Author: rt $ $Date: 2004-04-02 10:59:08 $
+ * last change: $Author: hr $ $Date: 2004-04-13 11:46:20 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -564,7 +564,9 @@ String RID_STR_CLEAR_GRAPHICS
String RID_STR_INVALIDSTREAM
{
- Text = "Die übergebene Stream-Komponente ist ungültig.";
+ Text = "Der übergebene Stream ist ungültig.";
+ Text [ english ] = "The given stream is invalid.";
+ Text [ english_us ] = "The given stream is invalid.";
};
String RID_STR_SYNTAXERROR
@@ -610,6 +612,13 @@ String RID_STR_INCOMPATIBLE_TYPES
Text [ english_us ] = "The value types supported by the binding cannot be used for exchanging data with this control.";
};
+String RID_STR_LABEL_RECORD
+{
+ Text = "Datensatz";
+ Text [ english ] = "Record";
+ Text [ english_us ] = "Record";
+};
+
String RID_STR_INVALID_VALIDATOR
{
Text [ language_user1 ] = "This is a technical error message, which will never be visible at the user interface, "
@@ -619,3 +628,10 @@ String RID_STR_INVALID_VALIDATOR
Text [ english ] = "The control is connected to an external value binding, which at the same time acts as validator. You need to revoke the value binding, before you can set a new validator.";
Text [ english_us ] = "The control is connected to an external value binding, which at the same time acts as validator. You need to revoke the value binding, before you can set a new validator.";
};
+
+String RID_STR_LABEL_OF
+{
+ Text = "von";
+ Text [ english ] = "of";
+ Text [ english_us ] = "of";
+};