Updated PCI IDs to latest snapshot.
[tangerine.git] / workbench / classes / gadgets / texteditor / mcp / locale / TextEditor_mcp.cd
blob6f9e76b33eac2b92a6ae08ccc2653d124f775844
2 ; TextEditor_mcp.cd - TextEditor MUI custom prefs catalog description file
3 ; $Id: TextEditor_mcp.cd,v 1.1 2005/03/30 23:44:36 tactica Exp $
5 #version 2
6 #language english
9 HelpBubble_BlockQual (0//)
10 Move the cursor key and hold down the qualifier\n\
11 that you set here to mark text.
13 HelpBubble_CheckWord (1//)
14 If enabled, then the editor will lookup the word,\n\
15 and only show suggestions if the word is misspelled.
17 HelpBubble_Smooth (2//)
18 This will enable pixel smooth scrolling.
20 HelpBubble_TypeNSpell (3//)
21 Enable this to let the editor\n\
22 lookup the words while you type them.
24 HelpBubble_UndoLevel (4//)
25 Each undo eats 10 bytes of memory.\n\
26 Cut and Copy takes a little more,\n\
27 depends on the block size!
29 MSG_Button_DefaultKeys (5//)
30 Default _keys
32 MSG_Button_Delete (6//)
33 _Delete
35 MSG_Button_Insert (7//)
36 _Insert
38 MSG_ConfigMenu_CheckWord (8//)
39 Check word
41 MSG_ConfigMenu_TypeNSpell (9//)
42 Type'n'spell
44 MSG_CycleItem_Alt (10//)
45 Alt
47 MSG_CycleItem_Ctrl (11//)
48 Control
50 MSG_CycleItem_Mouse (12//)
51 (mouse only)
53 MSG_CycleItem_Shift (13//)
54 Shift
56 MSG_Execution_ARexx (14//)
57 ARexx
59 MSG_Execution_CLI (15//)
60 CLI
62 MSG_Function_BOL (16//)
63 Begin Of Line
65 MSG_Function_Backspace (17//)
66 Backspace
68 MSG_Function_Bottom (18//)
69 Bottom
71 MSG_Function_Copy (19//)
72 Copy
74 MSG_Function_Cut (20//)
75 Cut
77 MSG_Function_DelBOL (21//)
78 Delete to BOL
80 MSG_Function_DelBOW (22//)
81 Delete to BOW
83 MSG_Function_DelEOL (23//)
84 Delete to EOL
86 MSG_Function_DelEOW (24//)
87 Delete to EOW
89 MSG_Function_Delete (25//)
90 Delete
92 MSG_Function_Down (26//)
93 Down
95 MSG_Function_EOL (27//)
96 End Of Line
98 MSG_Function_Left (28//)
99 Left
101 MSG_Function_NextGadget (29//)
102 Next gadget
104 MSG_Function_NxtPage (30//)
105 Next Page
107 MSG_Function_NxtPara (31//)
108 Next Paragraph
110 MSG_Function_NxtSent (32//)
111 Next Sentence
113 MSG_Function_NxtWord (33//)
114 Next Word
116 MSG_Function_Paste (34//)
117 Paste
119 MSG_Function_PrvPage (35//)
120 Prev Page
122 MSG_Function_PrvPara (36//)
123 Prev Paragraph
125 MSG_Function_PrvSent (37//)
126 Prev Sentence
128 MSG_Function_PrvWord (38//)
129 Prev Word
131 MSG_Function_Redo (39//)
132 Redo
134 MSG_Function_Return (40//)
135 Return
137 MSG_Function_Right (41//)
138 Right
140 MSG_Function_SuggestSpelling (42//)
141 Suggest spelling
143 MSG_Function_Tab (43//)
146 MSG_Function_Top (44//)
149 MSG_Function_Undo (45//)
150 Undo
152 MSG_Function_Up (46//)
155 MSG_GroupTitle_Control (47//)
156 Control
158 MSG_GroupTitle_Cursor (48//)
159 Cursor
161 MSG_GroupTitle_Design (49//)
162 Design
164 MSG_GroupTitle_Fonts (50//)
165 Fonts
167 MSG_GroupTitle_Separator (51//)
168 Separator
170 MSG_HelpTxt_SpellChecker (52//)
171  \33u Intro \33n\n\
173 The TextEditor gadget offers you easy integration of external spell checkers, \
174 this allows you to have both type'n'spell and also normal word-guessing.\n\
176  \33u Lookup command \33n\n\
178 For the type'n'spell you'll have to set the lookup command to a script that \
179 will lookup the word and set the environment variable \"Found\" to either 0 \
180 (for not found) or 1 (for a match).\n\
181 I have chosen this behavior because it is the default for AlphaSpell.\n\
182 You write %s where you want the word.\n\
183 If you use AlphaSpell, then you can write:\n\
184 \33bARexx:\33n \"Options Results;Address ALPHASPELL Search For '%s' Path 'T:' Danish.ald\"\n\
186 You \33bmust\33n remember the quotes, this will let ARexx execute it \
187 as a command instead of a script.\n\
189  \33u Suggest command \33n\n\
191 If you press HELP over a word, then the editor will launch this command, \
192 again with %s substituted with the current word.\n\
193 Your script should produce a file in T: named \"Matches\". This file are \
194 then read by the gadget, and the contents are shown in a popup-listview, \
195 from where you can choose a word which will replace the misspelled one.\n\
196 Again, AlphaSpell users can write:\n\
197 \33bARexx:\33n \"Options Results;Address ALPHASPELL Match '%s' To 'T:Matches' Path 'T:' Danish.ald\"\n\
199 If you use the methods described above, then you must start AlphaSpell \
200 with the \"ARexx\" switch.\n\
202 It is advised to keep your dictionary in RAM if you enable \
203 the type'n'spell feature.
205 MSG_LVLabel_Action (53//)
206 \33c\0333Action:
208 MSG_LVLabel_Key (54//)
209 \33c\0333Key:
211 MSG_Label_Background (55//)
212 Background
214 MSG_Label_BlinkSpeed (56//)
215 Blinkspeed
217 MSG_Label_BlkQual (57//)
218 Block qualifier
220 MSG_Label_Cursor (58//)
221 Cursor
223 MSG_Label_Fixed (59//)
224 Fixed
226 MSG_Label_Frame (60//)
227 Frame
229 MSG_Label_Highlight (61//)
230 Highlight
232 MSG_Label_LookupCmd (62//)
233 Lookup command
235 MSG_Label_LookupWords (63//)
236 Lookup word before suggesting?
238 MSG_Label_Normal (64//)
239 Normal
241 MSG_Label_Selected (65//)
242 Selected
244 MSG_Label_SeparatorShadow (66//)
245 Shadow
247 MSG_Label_SeparatorShine (67//)
248 Shine
250 MSG_Label_Smooth (68//)
251 Smooth
253 MSG_Label_SpellNType (69//)
254 Spell check as you type?
256 MSG_Label_SuggestCmd (70//)
257 Suggest command
259 MSG_Label_TabSize (71//)
260 Tab size
262 MSG_Label_Text (72//)
263 Text
265 MSG_Label_UndoLevel (73//)
266 Undo levels
268 MSG_Label_Width (74//)
269 Width
271 MSG_MenuItem_Background (75//)
272 Background
274 MSG_MenuItem_Bold (76//)
275 Bold
277 MSG_MenuItem_Center (77//)
278 Center
280 MSG_MenuItem_Copy (78//)
281 Copy
283 MSG_MenuItem_Cut (79//)
286 MSG_MenuItem_Delete (80//)
287 Delete
289 MSG_MenuItem_Fill (81//)
290 Fill
292 MSG_MenuItem_Halfshadow (82//)
293 Halfshadow
295 MSG_MenuItem_Halfshine (83//)
296 Halfshine
298 MSG_MenuItem_Italic (84//)
299 Italic
301 MSG_MenuItem_Left (85//)
302 Left
304 MSG_MenuItem_Mark (86//)
305 Mark
307 MSG_MenuItem_Normal (87//)
308 Normal
310 MSG_MenuItem_Paste (88//)
311 Paste
313 MSG_MenuItem_Redo (89//)
314 Redo
316 MSG_MenuItem_Right (90//)
317 Right
319 MSG_MenuItem_Shadow (91//)
320 Shadow
322 MSG_MenuItem_Shine (92//)
323 Shine
325 MSG_MenuItem_Text (93//)
326 Text
328 MSG_MenuItem_Underline (94//)
329 Underline
331 MSG_MenuItem_Undo (95//)
332 Undo
334 MSG_MenuSubTitle_Alignment (96//)
335 Alignment
337 MSG_MenuSubTitle_Color (97//)
338 Color
340 MSG_MenuTitle_Edit (98//)
341 Edit
343 MSG_Page_Keybindings (99//)
344 Keybindings
346 MSG_Page_Sample (100//)
347 Sample
349 MSG_Page_Settings (101//)
350 Settings
352 MSG_Page_SpellChecker (102//)
353 Spell checker
355 MSG_PopWinTitle_Background (103//)
356 Select background
358 MSG_PopWinTitle_Cursor (104//)
359 Select cursor color
361 MSG_PopWinTitle_Frame (105//)
362 Select frame
364 MSG_PopWinTitle_Highlight (106//)
365 Select highlight color
367 MSG_PopWinTitle_Selected (107//)
368 Select block color
370 MSG_PopWinTitle_SeparatorShadow (108//)
371 Select separators shadow color
373 MSG_PopWinTitle_SeparatorShine (109//)
374 Select separators shine color
376 MSG_PopWinTitle_Text (110//)
377 Select text color
379 MSG_SliderText_MaxWidth (111//)
380 Same as char
382 MSG_SliderText_MinSpeed (112//)
385 MSG_SliderText_MinWidth (113//)
386 1 pixel
388 MSG_SliderText_StdSpeed (114//)
389 \33r%ld ms
391 MSG_SliderText_StdWidth (115//)
392 %ld pixels
394 MSG_SliderText_TabSize (116//)
395 %ld spaces
397 MSG_Function_GotoBookmark1 (117//)
398 Goto Bookmark 1
400 MSG_Function_GotoBookmark2 (118//)
401 Goto Bookmark 2
403 MSG_Function_GotoBookmark3 (119//)
404 Goto Bookmark 3
406 MSG_Function_SetBookmark1 (120//)
407 Set Bookmark 1
409 MSG_Function_SetBookmark2 (121//)
410 Set Bookmark 2
412 MSG_Function_SetBookmark3 (122//)
413 Set Bookmark 3
415 MSG_Button_Snoop (123//)
416 Snoop
418 MSG_Function_DelLine (124//)
419 Delete line