From f7f64a056a282897356bd0763fc0550b4b844260 Mon Sep 17 00:00:00 2001 From: Rüdiger Timm Date: Fri, 2 Apr 2004 09:59:08 +0000 Subject: 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) --- forms/source/resource/strings.src | 45 ++++++++++++++++----------------------- 1 file changed, 18 insertions(+), 27 deletions(-) (limited to 'forms/source/resource') 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."; +}; -- cgit