1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements.  See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership.  The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance
9 * with the License.  You may obtain a copy of the License at
10 *
11 *   http://www.apache.org/licenses/LICENSE-2.0
12 *
13 * Unless required by applicable law or agreed to in writing,
14 * software distributed under the License is distributed on an
15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16 * KIND, either express or implied.  See the License for the
17 * specific language governing permissions and limitations
18 * under the License.
19 *
20 *************************************************************/
21
22
23
24#include <svtools/svtools.hrc>
25
26Image RID_IMG_TREENODE_COLLAPSED
27{
28	ImageBitmap = Bitmap { File = "plus.bmp"; } ;
29    MaskColor = Color { Red = 0xFF00; Green = 0x0000; Blue = 0xFF00; };
30};
31
32Image RID_IMG_TREENODE_EXPANDED
33{
34	ImageBitmap = Bitmap { File = "minus.bmp"; } ;
35    MaskColor = Color { Red = 0xFF00; Green = 0x0000; Blue = 0xFF00; };
36};
37
38Image RID_IMG_TREENODE_COLLAPSED_HC
39{
40	ImageBitmap = Bitmap { File = "plus_sch.bmp"; } ;
41    MaskColor = Color { Red = 0xFF00; Green = 0x0000; Blue = 0xFF00; };
42};
43
44Image RID_IMG_TREENODE_EXPANDED_HC
45{
46	ImageBitmap = Bitmap { File = "minus_sch.bmp"; } ;
47    MaskColor = Color { Red = 0xFF00; Green = 0x0000; Blue = 0xFF00; };
48};
49
50// descriptions of accessible objects
51
52String STR_SVT_ACC_DESC_TABLISTBOX
53{
54	Text [ en-US ] = "Row: %1, Column: %2";
55};
56String STR_SVT_ACC_DESC_FILEVIEW
57{
58	Text [ en-US ] = ", Type: %1, URL: %2";
59};
60String STR_SVT_ACC_DESC_FOLDER
61{
62	Text [ en-US ] = "Folder";
63};
64String STR_SVT_ACC_DESC_FILE
65{
66	Text [ en-US ] = "File";
67};
68String STR_SVT_ACC_EMPTY_FIELD
69{
70	Text [ en-US ] = "Empty Field";
71};
72
73