diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2005-03-23 10:34:08 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2005-03-23 10:34:08 +0000 |
commit | 69947ba0cda85700c59f8334fd9edea10f95979e (patch) | |
tree | 5f67c379a37001074f1bfc8d519f91d16aeebf1a /forms/source/resource | |
parent | 5a52627765c1beba84fcc72377fd07ef22b28b33 (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.src | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/forms/source/resource/xforms.src b/forms/source/resource/xforms.src index d820b603f..bd6635c90 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" ; +}; |