1 /*************************************************************************
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 * Copyright 2008 by Sun Microsystems, Inc.
7 * OpenOffice.org - a multi-platform office productivity suite
9 * $RCSfile: ctrlbox.src,v $
12 * This file is part of OpenOffice.org.
14 * OpenOffice.org is free software: you can redistribute it and/or modify
15 * it under the terms of the GNU Lesser General Public License version 3
16 * only, as published by the Free Software Foundation.
18 * OpenOffice.org is distributed in the hope that it will be useful,
19 * but WITHOUT ANY WARRANTY; without even the implied warranty of
20 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21 * GNU Lesser General Public License version 3 for more details
22 * (a copy is included in the LICENSE file that accompanied this code).
24 * You should have received a copy of the GNU Lesser General Public License
25 * version 3 along with OpenOffice.org. If not, see
26 * <http://www.openoffice.org/license.html>
27 * for a copy of the LGPLv3 License.
29 ************************************************************************/
30 #include <svtools/svtools.hrc>
32 #ifndef IMAGE_STDBTN_COLOR
33 #define IMAGE_STDBTN_COLOR Color { Red = 0xFFFF; Green = 0x0000; Blue = 0xFFFF; }
37 IMAGE RID_IMG_SCALABLEFONT
39 ImageBitmap = Bitmap { File = "scalfont.bmp" ; };
40 MaskColor = IMAGE_STDBTN_COLOR ;
43 IMAGE RID_IMG_SCALABLEFONT_HC
45 ImageBitmap = Bitmap { File = "scalfont_h.bmp" ; };
46 MaskColor = IMAGE_STDBTN_COLOR ;
49 IMAGE RID_IMG_PRINTERFONT
51 ImageBitmap = Bitmap { File = "prnfont.bmp" ; };
52 MaskColor = IMAGE_STDBTN_COLOR ;
55 IMAGE RID_IMG_PRINTERFONT_HC
57 ImageBitmap = Bitmap { File = "prnfont_h.bmp" ; };
58 MaskColor = IMAGE_STDBTN_COLOR ;
61 IMAGE RID_IMG_BITMAPFONT
63 ImageBitmap = Bitmap { File = "bmpfont.bmp" ; };
64 MaskColor = IMAGE_STDBTN_COLOR ;
67 IMAGE RID_IMG_BITMAPFONT_HC
69 ImageBitmap = Bitmap { File = "bmpfont_h.bmp" ; };
70 MaskColor = IMAGE_STDBTN_COLOR ;
73 String STR_SVT_AUTOMATIC_COLOR
75 Text [ en-US ] = "Automatic";
79 * ressources for CollatorRessource / CollatorRessourceData resp.
82 String STR_SVT_COLLATE_ALPHANUMERIC
84 /* alphanumeric sorting algorithm */
85 Text [ en-US ] = "Alphanumeric";
88 String STR_SVT_COLLATE_NORMAL
90 /* default or normal sorting algorithm */
91 Text [ en-US ] = "Normal";
94 String STR_SVT_COLLATE_CHARSET
96 /* default or normal sorting algorithm */
97 Text [ en-US ] = "Character set";
100 String STR_SVT_COLLATE_DICTIONARY
102 /* german dictionary word order / sorting */
103 Text [ en-US ] = "Dictionary";
106 String STR_SVT_COLLATE_PINYIN
108 /* chinese sorting algorithm */
109 Text [ en-US ] = "Pinyin";
112 String STR_SVT_COLLATE_STROKE
114 /* chinese sorting algorithm */
115 Text [ en-US ] = "Stroke";
118 String STR_SVT_COLLATE_RADICAL
120 /* chinese sorting algorithm */
121 Text [ en-US ] = "Radical";
124 String STR_SVT_COLLATE_UNICODE
126 /* sorting according to the unicode code point of the character */
127 Text [ en-US ] = "Unicode";
130 String STR_SVT_COLLATE_ZHUYIN
132 /* chinese sorting algorithm */
133 Text [ en-US ] = "Zhuyin";
136 String STR_SVT_COLLATE_PHONEBOOK
138 /* phone book sorting algorithm. e.g. German */
139 Text [ en-US ] = "Phone book";
142 String STR_SVT_COLLATE_PHONETIC_F
144 Text [ en-US ] = "Phonetic (alphanumeric first)";
147 String STR_SVT_COLLATE_PHONETIC_L
149 Text [ en-US ] = "Phonetic (alphanumeric last)";
152 String STR_SVT_INDEXENTRY_ALPHANUMERIC
154 /* alphanumeric indexentry algorithm */
155 Text [ en-US ] = "Alphanumeric";
158 String STR_SVT_INDEXENTRY_DICTIONARY
160 /* korean dictionary indexentry algorithm */
161 Text [ en-US ] = "Dictionary";
164 String STR_SVT_INDEXENTRY_PINYIN
166 /* chinese sorting algorithm */
167 Text [ en-US ] = "Pinyin";
170 String STR_SVT_INDEXENTRY_RADICAL
172 /* chinese indexentry algorithm */
173 Text [ en-US ] = "Radical";
176 String STR_SVT_INDEXENTRY_STROKE
178 /* chinese indexentry algorithm */
179 Text [ en-US ] = "Stroke";
182 String STR_SVT_INDEXENTRY_ZHUYIN
184 /* chinese indexentry algorithm */
185 Text [ en-US ] = "Zhuyin";
188 String STR_SVT_INDEXENTRY_PHONETIC_FS
190 Text [ en-US ] = "Phonetic (alphanumeric first, grouped by syllables)";
193 String STR_SVT_INDEXENTRY_PHONETIC_FC
195 Text [ en-US ] = "Phonetic (alphanumeric first, grouped by consonants)";
198 String STR_SVT_INDEXENTRY_PHONETIC_LS
200 Text [ en-US ] = "Phonetic (alphanumeric last, grouped by syllables)";
203 String STR_SVT_INDEXENTRY_PHONETIC_LC
205 Text [ en-US ] = "Phonetic (alphanumeric last, grouped by consonants)";