summaryrefslogtreecommitdiff
path: root/extensions/source/propctrlr/formres.src
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2007-07-03 12:06:54 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2007-07-03 12:06:54 +0000
commit38cb0e7f41de49d1bfb5a9efedb09034a3c5d153 (patch)
treea84f7edaecd6f06414384ba6c4e88e0def3806d5 /extensions/source/propctrlr/formres.src
parent37977d361235f6688b1a3a98b6711a87a063cc5e (diff)
INTEGRATION: CWS tkr01 (1.76.26); FILE MERGED
2007/07/02 14:08:42 ab 1.76.26.3: #i78846# Fixed typos 2007/06/26 11:25:39 tkr 1.76.26.2: RESYNC: (1.76-1.77); FILE MERGED 2007/06/26 10:09:24 tkr 1.76.26.1: #i78846# Enable TreeControl support
Diffstat (limited to 'extensions/source/propctrlr/formres.src')
-rw-r--r--extensions/source/propctrlr/formres.src62
1 files changed, 60 insertions, 2 deletions
diff --git a/extensions/source/propctrlr/formres.src b/extensions/source/propctrlr/formres.src
index 35a9e5d6e..02612aeb9 100644
--- a/extensions/source/propctrlr/formres.src
+++ b/extensions/source/propctrlr/formres.src
@@ -4,9 +4,9 @@
*
* $RCSfile: formres.src,v $
*
- * $Revision: 1.77 $
+ * $Revision: 1.78 $
*
- * last change: $Author: kz $ $Date: 2007-06-20 10:42:29 $
+ * last change: $Author: rt $ $Date: 2007-07-03 13:06:54 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -778,6 +778,28 @@ Resource RID_RSC_ENUM_SUBMIT_TARGET
String 3 { Text = "_self"; };
String 4 { Text = "_top"; };
};
+
+Resource RID_RSC_ENUM_SELECTION_TYPE
+{
+ String 1
+ {
+ Text [ en-US ] = "None" ;
+ };
+ String 2
+ {
+ Text [ en-US ] = "Single" ;
+ };
+ String 3
+ {
+ Text [ en-US ] = "Multi" ;
+ };
+ String 4
+ {
+ Text [ en-US ] = "Range" ;
+ };
+
+};
+
String RID_STR_EVT_APPROVEPARAMETER
{
Text [ en-US ] = "Fill parameters" ;
@@ -1391,7 +1413,43 @@ String RID_STR_BINDING_UI_NAME
Text [ en-US ] = "Binding" ;
};
+String RID_STR_SELECTION_TYPE
+{
+ Text [ en-US ] = "Selection type" ;
+};
+
+String RID_STR_ROOT_DISPLAYED
+{
+ Text [ en-US ] = "Root displayed" ;
+};
+
+String RID_STR_SHOWS_HANDLES
+{
+ Text [ en-US ] = "Show handles" ;
+};
+
+String RID_STR_SHOWS_ROOT_HANDLES
+{
+ Text [ en-US ] = "Show root handles" ;
+};
+
+String RID_STR_EDITABLE
+{
+ Text [ en-US ] = "Editable" ;
+};
+
+String RID_STR_INVOKES_STOP_NOT_EDITING
+{
+ Text [ en-US ] = "Invokes stop node editing" ;
+};
+
+String RID_STR_ROW_HEIGHT
+{
+ Text [ en-US ] = "Row height" ;
+};
+
String RID_STR_DECORATION
{
Text [ en-US ] = "With title bar" ;
};
+