xref: /aoo42x/main/cui/source/options/optjsearch.src (revision eb841fff)
10e2af6afSAndrew Rist/**************************************************************
2*eb841fffSmseidel *
30e2af6afSAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
40e2af6afSAndrew Rist * or more contributor license agreements.  See the NOTICE file
50e2af6afSAndrew Rist * distributed with this work for additional information
60e2af6afSAndrew Rist * regarding copyright ownership.  The ASF licenses this file
70e2af6afSAndrew Rist * to you under the Apache License, Version 2.0 (the
80e2af6afSAndrew Rist * "License"); you may not use this file except in compliance
90e2af6afSAndrew Rist * with the License.  You may obtain a copy of the License at
10*eb841fffSmseidel *
110e2af6afSAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12*eb841fffSmseidel *
130e2af6afSAndrew Rist * Unless required by applicable law or agreed to in writing,
140e2af6afSAndrew Rist * software distributed under the License is distributed on an
150e2af6afSAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
160e2af6afSAndrew Rist * KIND, either express or implied.  See the License for the
170e2af6afSAndrew Rist * specific language governing permissions and limitations
180e2af6afSAndrew Rist * under the License.
19*eb841fffSmseidel *
200e2af6afSAndrew Rist *************************************************************/
210e2af6afSAndrew Rist
220e2af6afSAndrew Rist
23cdf0e10cSrcweir
24cdf0e10cSrcweir#include <helpid.hrc>
25cdf0e10cSrcweir#include <cuires.hrc>
26cdf0e10cSrcweir
27cdf0e10cSrcweir#include "optjsearch.hrc"
28cdf0e10cSrcweir
29cdf0e10cSrcweir
30cdf0e10cSrcweirTabPage RID_SVXPAGE_JSEARCH_OPTIONS
31cdf0e10cSrcweir{
32cdf0e10cSrcweir	HelpId = HID_SVXPAGE_JSEARCH_OPTIONS ;
33cdf0e10cSrcweir	SVLook = TRUE ;
34cdf0e10cSrcweir	Hide = TRUE ;
35*eb841fffSmseidel	Size = MAP_APPFONT ( 260, 185 ) ;
36cdf0e10cSrcweir	FixedLine FL_TREAT_AS_EQUAL
37cdf0e10cSrcweir	{
38*eb841fffSmseidel		Pos = MAP_APPFONT ( 6, 3 ) ;
39*eb841fffSmseidel		Size = MAP_APPFONT ( 248, 8 ) ;
40*eb841fffSmseidel		Text [ en-US ] = "Treat as equal" ;
41cdf0e10cSrcweir	};
42cdf0e10cSrcweir	CheckBox CB_MATCH_CASE
43cdf0e10cSrcweir	{
44*eb841fffSmseidel		HelpID = "cui:CheckBox:RID_SVXPAGE_JSEARCH_OPTIONS:CB_MATCH_CASE" ;
45*eb841fffSmseidel		Pos = MAP_APPFONT ( 12, 14 ) ;
46*eb841fffSmseidel		Size = MAP_APPFONT ( 118, 10 ) ;
47*eb841fffSmseidel		Text [ en-US ] = "~uppercase/lowercase" ;
48cdf0e10cSrcweir	};
49cdf0e10cSrcweir	CheckBox CB_MATCH_FULL_HALF_WIDTH
50cdf0e10cSrcweir	{
51*eb841fffSmseidel		HelpID = "cui:CheckBox:RID_SVXPAGE_JSEARCH_OPTIONS:CB_MATCH_FULL_HALF_WIDTH" ;
52*eb841fffSmseidel		Pos = MAP_APPFONT ( 12, 28 ) ;
53*eb841fffSmseidel		Size = MAP_APPFONT ( 118, 10 ) ;
54*eb841fffSmseidel		Text [ en-US ] = "~full-width/half-width forms" ;
55cdf0e10cSrcweir	};
56cdf0e10cSrcweir	CheckBox CB_MATCH_HIRAGANA_KATAKANA
57cdf0e10cSrcweir	{
58*eb841fffSmseidel		HelpID = "cui:CheckBox:RID_SVXPAGE_JSEARCH_OPTIONS:CB_MATCH_HIRAGANA_KATAKANA" ;
59*eb841fffSmseidel		Pos = MAP_APPFONT ( 12, 42 ) ;
60*eb841fffSmseidel		Size = MAP_APPFONT ( 118, 10 ) ;
61*eb841fffSmseidel		Text [ en-US ] = "~hiragana/katakana" ;
62cdf0e10cSrcweir	};
63cdf0e10cSrcweir	CheckBox CB_MATCH_CONTRACTIONS
64cdf0e10cSrcweir	{
65*eb841fffSmseidel		HelpID = "cui:CheckBox:RID_SVXPAGE_JSEARCH_OPTIONS:CB_MATCH_CONTRACTIONS" ;
66*eb841fffSmseidel		Pos = MAP_APPFONT ( 12, 56 ) ;
67*eb841fffSmseidel		Size = MAP_APPFONT ( 118, 10 ) ;
68*eb841fffSmseidel		Text [ en-US ] = "~contractions (yo-on, sokuon)" ;
69cdf0e10cSrcweir	};
70cdf0e10cSrcweir	CheckBox CB_MATCH_MINUS_DASH_CHOON
71cdf0e10cSrcweir	{
72*eb841fffSmseidel		HelpID = "cui:CheckBox:RID_SVXPAGE_JSEARCH_OPTIONS:CB_MATCH_MINUS_DASH_CHOON" ;
73*eb841fffSmseidel		Pos = MAP_APPFONT ( 12, 70 ) ;
74*eb841fffSmseidel		Size = MAP_APPFONT ( 118, 10 ) ;
75*eb841fffSmseidel		Text [ en-US ] = "~minus/dash/cho-on" ;
76cdf0e10cSrcweir	};
77cdf0e10cSrcweir	CheckBox CB_MATCH_REPEAT_CHAR_MARKS
78cdf0e10cSrcweir	{
79*eb841fffSmseidel		HelpID = "cui:CheckBox:RID_SVXPAGE_JSEARCH_OPTIONS:CB_MATCH_REPEAT_CHAR_MARKS" ;
80*eb841fffSmseidel		Pos = MAP_APPFONT ( 12, 84 ) ;
81*eb841fffSmseidel		Size = MAP_APPFONT ( 118, 10 ) ;
82*eb841fffSmseidel		Text [ en-US ] = "'re~peat character' marks" ;
83cdf0e10cSrcweir	};
84cdf0e10cSrcweir	CheckBox CB_MATCH_VARIANT_FORM_KANJI
85cdf0e10cSrcweir	{
86*eb841fffSmseidel		HelpID = "cui:CheckBox:RID_SVXPAGE_JSEARCH_OPTIONS:CB_MATCH_VARIANT_FORM_KANJI" ;
87*eb841fffSmseidel		Pos = MAP_APPFONT ( 12, 98 ) ;
88*eb841fffSmseidel		Size = MAP_APPFONT ( 118, 10 ) ;
89*eb841fffSmseidel		Text [ en-US ] = "~variant-form kanji (itaiji)" ;
90cdf0e10cSrcweir	};
91cdf0e10cSrcweir	CheckBox CB_MATCH_OLD_KANA_FORMS
92cdf0e10cSrcweir	{
93*eb841fffSmseidel		HelpID = "cui:CheckBox:RID_SVXPAGE_JSEARCH_OPTIONS:CB_MATCH_OLD_KANA_FORMS" ;
94*eb841fffSmseidel		Pos = MAP_APPFONT ( 12, 112) ;
95*eb841fffSmseidel		Size = MAP_APPFONT ( 118, 10 ) ;
96*eb841fffSmseidel		Text [ en-US ] = "~old Kana forms" ;
97cdf0e10cSrcweir	};
98cdf0e10cSrcweir	CheckBox CB_MATCH_DIZI_DUZU
99cdf0e10cSrcweir	{
100*eb841fffSmseidel		HelpID = "cui:CheckBox:RID_SVXPAGE_JSEARCH_OPTIONS:CB_MATCH_DIZI_DUZU" ;
101*eb841fffSmseidel		Pos = MAP_APPFONT ( 136, 14 ) ;
102*eb841fffSmseidel		Size = MAP_APPFONT ( 118, 10 ) ;
103*eb841fffSmseidel		Text [ en-US ] = "~di/zi, du/zu" ;
104cdf0e10cSrcweir	};
105cdf0e10cSrcweir	CheckBox CB_MATCH_BAVA_HAFA
106cdf0e10cSrcweir	{
107*eb841fffSmseidel		HelpID = "cui:CheckBox:RID_SVXPAGE_JSEARCH_OPTIONS:CB_MATCH_BAVA_HAFA" ;
108*eb841fffSmseidel		Pos = MAP_APPFONT ( 136, 28 ) ;
109*eb841fffSmseidel		Size = MAP_APPFONT ( 118, 10 ) ;
110*eb841fffSmseidel		Text [ en-US ] = "~ba/va, ha/fa" ;
111cdf0e10cSrcweir	};
112cdf0e10cSrcweir	CheckBox CB_MATCH_TSITHICHI_DHIZI
113cdf0e10cSrcweir	{
114*eb841fffSmseidel		HelpID = "cui:CheckBox:RID_SVXPAGE_JSEARCH_OPTIONS:CB_MATCH_TSITHICHI_DHIZI" ;
115*eb841fffSmseidel		Pos = MAP_APPFONT ( 136, 42 ) ;
116*eb841fffSmseidel		Size = MAP_APPFONT ( 118, 10 ) ;
117*eb841fffSmseidel		Text [ en-US ] = "~tsi/thi/chi, dhi/zi" ;
118cdf0e10cSrcweir	};
119cdf0e10cSrcweir	CheckBox CB_MATCH_HYUFYU_BYUVYU
120cdf0e10cSrcweir	{
121*eb841fffSmseidel		HelpID = "cui:CheckBox:RID_SVXPAGE_JSEARCH_OPTIONS:CB_MATCH_HYUFYU_BYUVYU" ;
122*eb841fffSmseidel		Pos = MAP_APPFONT ( 136, 56 ) ;
123*eb841fffSmseidel		Size = MAP_APPFONT ( 118, 10 ) ;
124*eb841fffSmseidel		Text [ en-US ] = "h~yu/fyu, byu/vyu" ;
125cdf0e10cSrcweir	};
126cdf0e10cSrcweir	CheckBox CB_MATCH_SESHE_ZEJE
127cdf0e10cSrcweir	{
128*eb841fffSmseidel		HelpID = "cui:CheckBox:RID_SVXPAGE_JSEARCH_OPTIONS:CB_MATCH_SESHE_ZEJE" ;
129*eb841fffSmseidel		Pos = MAP_APPFONT ( 136, 70 ) ;
130*eb841fffSmseidel		Size = MAP_APPFONT ( 118, 10 ) ;
131*eb841fffSmseidel		Text [ en-US ] = "~se/she, ze/je" ;
132cdf0e10cSrcweir	};
133cdf0e10cSrcweir	CheckBox CB_MATCH_IAIYA
134cdf0e10cSrcweir	{
135*eb841fffSmseidel		HelpID = "cui:CheckBox:RID_SVXPAGE_JSEARCH_OPTIONS:CB_MATCH_IAIYA" ;
136*eb841fffSmseidel		Pos = MAP_APPFONT ( 136, 84 ) ;
137*eb841fffSmseidel		Size = MAP_APPFONT ( 118, 10 ) ;
138*eb841fffSmseidel		Text [ en-US ] = "~ia/iya (piano/piyano)" ;
139cdf0e10cSrcweir	};
140cdf0e10cSrcweir	CheckBox CB_MATCH_KIKU
141cdf0e10cSrcweir	{
142*eb841fffSmseidel		HelpID = "cui:CheckBox:RID_SVXPAGE_JSEARCH_OPTIONS:CB_MATCH_KIKU" ;
143*eb841fffSmseidel		Pos = MAP_APPFONT ( 136, 98 ) ;
144*eb841fffSmseidel		Size = MAP_APPFONT ( 118, 10 ) ;
145*eb841fffSmseidel		Text [ en-US ] = "~ki/ku (tekisuto/tekusuto)" ;
146cdf0e10cSrcweir	};
147*eb841fffSmseidel	CheckBox CB_MATCH_PROLONGED_SOUNDMARK
148cdf0e10cSrcweir	{
149*eb841fffSmseidel		HelpID = "cui:CheckBox:RID_SVXPAGE_JSEARCH_OPTIONS:CB_MATCH_PROLONGED_SOUNDMARK" ;
150*eb841fffSmseidel		Pos = MAP_APPFONT ( 136, 112 ) ;
151*eb841fffSmseidel		Size = MAP_APPFONT ( 118, 10 ) ;
152*eb841fffSmseidel		Text [ en-US ] = "Prolon~ged vowels (ka-/kaa)" ;
153cdf0e10cSrcweir	};
154*eb841fffSmseidel	FixedLine FL_IGNORE
155cdf0e10cSrcweir	{
156*eb841fffSmseidel		Pos = MAP_APPFONT ( 6, 128 ) ;
157*eb841fffSmseidel		Size = MAP_APPFONT ( 248, 8 ) ;
158*eb841fffSmseidel		Text [ en-US ] = "Ignore" ;
159cdf0e10cSrcweir	};
160cdf0e10cSrcweir	CheckBox CB_IGNORE_PUNCTUATION
161cdf0e10cSrcweir	{
162*eb841fffSmseidel		HelpID = "cui:CheckBox:RID_SVXPAGE_JSEARCH_OPTIONS:CB_IGNORE_PUNCTUATION" ;
163*eb841fffSmseidel		Pos = MAP_APPFONT ( 12, 139 ) ;
164*eb841fffSmseidel		Size = MAP_APPFONT ( 118, 10 ) ;
165*eb841fffSmseidel		Text [ en-US ] = "Pu~nctuation characters" ;
166cdf0e10cSrcweir	};
167cdf0e10cSrcweir	CheckBox CB_IGNORE_WHITESPACES
168cdf0e10cSrcweir	{
169*eb841fffSmseidel		HelpID = "cui:CheckBox:RID_SVXPAGE_JSEARCH_OPTIONS:CB_IGNORE_WHITESPACES" ;
170*eb841fffSmseidel		Pos = MAP_APPFONT ( 12, 153 ) ;
171*eb841fffSmseidel		Size = MAP_APPFONT ( 118, 10 ) ;
172*eb841fffSmseidel		Text [ en-US ] = "~Whitespace characters" ;
173cdf0e10cSrcweir	};
174*eb841fffSmseidel	CheckBox CB_IGNORE_MIDDLE_DOT
175cdf0e10cSrcweir	{
176*eb841fffSmseidel		HelpID = "cui:CheckBox:RID_SVXPAGE_JSEARCH_OPTIONS:CB_IGNORE_MIDDLE_DOT" ;
177*eb841fffSmseidel		Pos = MAP_APPFONT ( 136, 139 ) ;
178*eb841fffSmseidel		Size = MAP_APPFONT ( 118, 10 ) ;
179cdf0e10cSrcweir		Text [ en-US ] = "Midd~le dots";
180cdf0e10cSrcweir	};
181*eb841fffSmseidel	Text [ en-US ] = "Searching in Japanese" ;
182cdf0e10cSrcweir};
183cdf0e10cSrcweir// end TabPage
184cdf0e10cSrcweir
185*eb841fffSmseidel// ******************************************************************* EOF
186