summaryrefslogtreecommitdiffstats
path: root/forms/source/resource/strings.src
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2004-04-02 09:59:08 +0000
committerRüdiger Timm <rt@openoffice.org>2004-04-02 09:59:08 +0000
commitf7f64a056a282897356bd0763fc0550b4b844260 (patch)
tree7b1fa65b277fa464103dfb82e6f2b949f0b5ba34 /forms/source/resource/strings.src
parentINTEGRATION: CWS frmvalidation (1.16.26); FILE MERGED (diff)
downloadcore-f7f64a056a282897356bd0763fc0550b4b844260.tar.gz
core-f7f64a056a282897356bd0763fc0550b4b844260.zip
INTEGRATION: CWS frmvalidation (1.41.22); FILE MERGED
2004/03/11 16:46:25 fs 1.41.22.1: mass checkin - #i25106# core for validating form controls via external XValidator instances - moved the services/interfaces related to binding form controls to external value suppliers into css.form.binding (out of drafts.css.form/component)
Diffstat (limited to 'forms/source/resource/strings.src')
-rw-r--r--forms/source/resource/strings.src45
1 files changed, 18 insertions, 27 deletions
diff --git a/forms/source/resource/strings.src b/forms/source/resource/strings.src
index c94c4f1db637..6c2fa1855f69 100644
--- a/forms/source/resource/strings.src
+++ b/forms/source/resource/strings.src
@@ -2,9 +2,9 @@
*
* $RCSfile: strings.src,v $
*
- * $Revision: 1.41 $
+ * $Revision: 1.42 $
*
- * last change: $Author: vg $ $Date: 2003-12-17 19:23:35 $
+ * last change: $Author: rt $ $Date: 2004-04-02 10:59:08 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -600,31 +600,22 @@ String RID_STR_SYNTAXERROR
Text[ slovenian ] = "Napaka v sintaksi poizvedbe";
};
+String RID_STR_INCOMPATIBLE_TYPES
+{
+ Text [ language_user1 ] = "This is a technical error message, which will never be visible at the user interface, "
+ "but is only seen by people who work with OOo's UNO API.";
+ Text = "Die von dem Binding unterstützten Typen können nicht zum Datenaustausch mit diesem Kontrollfeld benutzt werden.";
+ Text [ english ] = "The value types supported by the binding cannot be used for exchanging data with this control.";
+ Text [ english_us ] = "The value types supported by the binding cannot be used for exchanging data with this control.";
+};
+String RID_STR_INVALID_VALIDATOR
+{
+ Text [ language_user1 ] = "This is a technical error message, which will never be visible at the user interface, "
+ "but is only seen by people who work with OOo's UNO API.";
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+ Text = "Das Kontrollfeld hat eine Bindung an einen externen Wert, welche gleichzeitig als Validator fungiert. Diese Bindung muß gelöst werden, bevor ein neuer Validator eingesetzt werden kann.";
+ 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.";
+};