summaryrefslogtreecommitdiff
path: root/forms/source/resource
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2005-03-23 10:34:08 +0000
committerVladimir Glazounov <vg@openoffice.org>2005-03-23 10:34:08 +0000
commit6d3eac207f6a01e97ab79875aa2edaf43ff6ccd2 (patch)
treeddb237013de285e6b972bedb61364e0979c8e0a1 /forms/source/resource
parent7f32ec701e7d1cc1c1752c206d595e2538efa247 (diff)
INTEGRATION: CWS eforms4 (1.2.6); FILE MERGED
2004/12/29 10:50:29 fs 1.2.6.1: localize the UI name for bindings
Diffstat (limited to 'forms/source/resource')
-rw-r--r--forms/source/resource/xforms.src10
1 files changed, 8 insertions, 2 deletions
diff --git a/forms/source/resource/xforms.src b/forms/source/resource/xforms.src
index d820b603fd92..bd6635c9043f 100644
--- a/forms/source/resource/xforms.src
+++ b/forms/source/resource/xforms.src
@@ -2,9 +2,9 @@
*
* $RCSfile: xforms.src,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: obo $ $Date: 2004-11-16 10:47:50 $
+ * last change: $Author: vg $ $Date: 2005-03-23 11:34:08 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -255,3 +255,9 @@ String RID_STR_XFORMS_PATTERN_DOESNT_MATCH
Text [ de ] = "Die Zeichenkette '$1' entspricht nicht dem geforderten regulären Ausdruck '$2'.";
Text [ en-US ] = "The string '$1' does not match the required regular expression '$2'.";
};
+
+String RID_STR_XFORMS_BINDING_UI_NAME
+{
+ Text [ de ] = "Bindung" ;
+ Text [ en-US ] = "Binding" ;
+};