-
Notifications
You must be signed in to change notification settings - Fork 4
/
src_guimgr_commands.po
571 lines (464 loc) · 17.4 KB
/
src_guimgr_commands.po
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
# Module src_guimgr_commands translation file for language=en
# Copyright (C) 2004 Archaeopteryx Software, Inc.
# Wing IDE for Python -- www.wingide.com
#
msgid ""
msgstr ""
"Project-Id-Version: wingide 5.0.0\n"
"POT-Creation-Date: 2013-11-13 10:33+EST\n"
"PO-Revision-Date: 2004-02-23 15:25 EST\n"
"Last-Translator: 小雨<rains31@gmail.com>\n"
"Language-Team: www.knownsec.com\n"
"Language: zh\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: text/plain\n"
"Generated-By: pygettext.py 1.5\n"
#: /Users/sdeibel/src/ide/src/guimgr/commands.py:46
msgid ""
"Commands for the documentation viewer that are available regardless\n"
" of where the focus is."
msgstr ""
#: /Users/sdeibel/src/ide/src/guimgr/commands.py:59
msgid "Search all documentation. "
msgstr ""
#: /Users/sdeibel/src/ide/src/guimgr/commands.py:74
msgid ""
"Commands for the documentation viewer. These are available when\n"
" the documentation viewer has the keyboard focus."
msgstr ""
#: /Users/sdeibel/src/ide/src/guimgr/commands.py:92
msgid "Go back to prior page in the history of those that have been viewed"
msgstr ""
#: /Users/sdeibel/src/ide/src/guimgr/commands.py:99
msgid "Go forward to next page in the history of those that have been viewed"
msgstr ""
#: /Users/sdeibel/src/ide/src/guimgr/commands.py:106
msgid "Go to the previous page in the current document"
msgstr ""
#: /Users/sdeibel/src/ide/src/guimgr/commands.py:113
msgid "Go to the next page in the current document"
msgstr ""
#: /Users/sdeibel/src/ide/src/guimgr/commands.py:120
msgid "Go to the document contents page"
msgstr ""
#: /Users/sdeibel/src/ide/src/guimgr/commands.py:127
msgid ""
" Initiate incremental mini-search forward from the cursor position,\n"
" optionally entering the given search string."
msgstr ""
#: /Users/sdeibel/src/ide/src/guimgr/commands.py:137
msgid ""
" Initiate incremental regular expression mini-search forward from the\n"
" cursor position, optionally entering the given search string."
msgstr ""
#: /Users/sdeibel/src/ide/src/guimgr/commands.py:146
msgid ""
" Initiate incremental mini-search backward from the cursor position,\n"
" optionally entering the given search string."
msgstr ""
#: /Users/sdeibel/src/ide/src/guimgr/commands.py:155
msgid ""
" Initiate incremental regular expression mini-search backward from the\n"
" cursor position, optionally entering the given search string."
msgstr ""
#: /Users/sdeibel/src/ide/src/guimgr/commands.py:164
msgid ""
"Repeat the most recent isearch, using same string and regex/text.\n"
" Reverse direction when reverse is True."
msgstr ""
#: /Users/sdeibel/src/ide/src/guimgr/commands.py:180
msgid ""
" Initiate incremental mini-search forward from the cursor position,\n"
" using current selection as the search string. Set persist=False to \n"
" do the search but end the interactive search session immediately."
msgstr ""
#: /Users/sdeibel/src/ide/src/guimgr/commands.py:190
msgid ""
" Initiate incremental mini-search backward from the cursor position,\n"
" using current selection as the search string. Set persist=False to\n"
" do the search but end the interactive search session immediately."
msgstr ""
#: /Users/sdeibel/src/ide/src/guimgr/commands.py:211
msgid " Copy any selected text. "
msgstr ""
#: /Users/sdeibel/src/ide/src/guimgr/commands.py:240
msgid "Increase documentation font size"
msgstr ""
#: /Users/sdeibel/src/ide/src/guimgr/commands.py:245
msgid "Decrease documentation font size"
msgstr ""
#: /Users/sdeibel/src/ide/src/guimgr/commands.py:250
msgid "Reset documentation font size to default"
msgstr ""
#: /Users/sdeibel/src/ide/src/guimgr/commands.py:259
msgid ""
"Commands for the Wing Tips tool. These are only available when the\n"
" tool is visible and has focus"
msgstr ""
#: /Users/sdeibel/src/ide/src/guimgr/commands.py:272
msgid "Go to the previous page in Wing Tips"
msgstr ""
#: /Users/sdeibel/src/ide/src/guimgr/commands.py:279
msgid "Go to the next page in Wing Tips"
msgstr ""
#: /Users/sdeibel/src/ide/src/guimgr/commands.py:286
msgid "Go to the Wing Tips contents page"
msgstr ""
#: /Users/sdeibel/src/ide/src/guimgr/commands.py:291
msgid "Go to a next unseen Wing Tips page"
msgstr ""
#: /Users/sdeibel/src/ide/src/guimgr/commands.py:296
msgid "Close the Wing Tips window"
msgstr ""
#: /Users/sdeibel/src/ide/src/guimgr/commands.py:305
msgid ""
"Commands for a particular editor split, available when the editor\n"
" in that split has the keyboard focus. Additional commands affecting\n"
" the editor's content are defined separately."
msgstr ""
#: /Users/sdeibel/src/ide/src/guimgr/commands.py:313
#: /Users/sdeibel/src/ide/src/guimgr/commands.py:363
#: /Users/sdeibel/src/ide/src/guimgr/commands.py:458
#: /Users/sdeibel/src/ide/src/guimgr/commands.py:519
#: /Users/sdeibel/src/ide/src/guimgr/commands.py:664
#: /Users/sdeibel/src/ide/src/guimgr/commands.py:766
#: /Users/sdeibel/src/ide/src/guimgr/commands.py:837
msgid " Constructor"
msgstr ""
#: /Users/sdeibel/src/ide/src/guimgr/commands.py:319
msgid " Activate the file menu for the editor. "
msgstr ""
#: /Users/sdeibel/src/ide/src/guimgr/commands.py:326
msgid "Move back in history to previous visited editor position"
msgstr ""
#: /Users/sdeibel/src/ide/src/guimgr/commands.py:333
msgid "Move forward in history to next visited editor position"
msgstr ""
#: /Users/sdeibel/src/ide/src/guimgr/commands.py:340
msgid "Increase height of this split"
msgstr ""
#: /Users/sdeibel/src/ide/src/guimgr/commands.py:344
msgid "Decrease height of this split"
msgstr ""
#: /Users/sdeibel/src/ide/src/guimgr/commands.py:348
msgid "Increase width of this split"
msgstr ""
#: /Users/sdeibel/src/ide/src/guimgr/commands.py:352
msgid "Decrease width of this split"
msgstr ""
#: /Users/sdeibel/src/ide/src/guimgr/commands.py:356
msgid ""
"Commands that control splitting up an editor panel. These are available\n"
" when one split in the editor panel has the keyboard focus."
msgstr ""
#: /Users/sdeibel/src/ide/src/guimgr/commands.py:369
msgid " Split current view horizontally. "
msgstr ""
#: /Users/sdeibel/src/ide/src/guimgr/commands.py:377
msgid " Split current view horizontally and open selected file"
msgstr ""
#: /Users/sdeibel/src/ide/src/guimgr/commands.py:390
msgid "The file to select"
msgstr ""
#: /Users/sdeibel/src/ide/src/guimgr/commands.py:394
msgid "Select file:"
msgstr ""
#: /Users/sdeibel/src/ide/src/guimgr/commands.py:399
msgid ""
" Split current view vertically. Create new editor in new view when new==1."
msgstr ""
#: /Users/sdeibel/src/ide/src/guimgr/commands.py:407
msgid " Split current view vertically and open selected file"
msgstr ""
#: /Users/sdeibel/src/ide/src/guimgr/commands.py:417
msgid ""
" Unsplit all editors so there's only one. Action specifies how to\n"
" choose the remaining displayed editor. One of::\n"
"\n"
" current -- Show current editor\n"
" close -- Close current editor before unsplitting\n"
" recent -- Change to recent buffer before unsplitting\n"
" recent-or-close -- Change to recent buffer before closing\n"
" split, or close the current buffer if there is only\n"
" one split left.\n"
" \n"
" NOTE: The parameters for this command are subject to change\n"
" in the future.\n"
" \n"
" "
msgstr ""
#: /Users/sdeibel/src/ide/src/guimgr/commands.py:452
msgid "Commands available only when the editor is in non-modal editing mode"
msgstr ""
#: /Users/sdeibel/src/ide/src/guimgr/commands.py:464
#: /Users/sdeibel/src/ide/src/guimgr/commands.py:545
msgid "Turn on auto-select mode character by character"
msgstr ""
#: /Users/sdeibel/src/ide/src/guimgr/commands.py:474
#: /Users/sdeibel/src/ide/src/guimgr/commands.py:550
msgid "Turn on auto-select mode line by line"
msgstr ""
#: /Users/sdeibel/src/ide/src/guimgr/commands.py:484
#: /Users/sdeibel/src/ide/src/guimgr/commands.py:555
msgid "Turn on auto-select block mode"
msgstr ""
#: /Users/sdeibel/src/ide/src/guimgr/commands.py:494
#: /Users/sdeibel/src/ide/src/guimgr/commands.py:685
msgid "Exit visual mode and return back to default mode"
msgstr ""
#: /Users/sdeibel/src/ide/src/guimgr/commands.py:512
msgid ""
"Commands available only when the editor is in browse mode (used\n"
" for VI bindings and possibly others)"
msgstr ""
#: /Users/sdeibel/src/ide/src/guimgr/commands.py:529
#: /Users/sdeibel/src/ide/src/guimgr/commands.py:690
msgid "Enter editor insert mode"
msgstr ""
#: /Users/sdeibel/src/ide/src/guimgr/commands.py:534
msgid "Enter editor replace mode"
msgstr ""
#: /Users/sdeibel/src/ide/src/guimgr/commands.py:539
msgid ""
"Enter editor visual mode. Unit should be one of 'char', 'line',\n"
" or 'block'."
msgstr ""
#: /Users/sdeibel/src/ide/src/guimgr/commands.py:560
msgid "Turn on auto-select using previous mode and selection"
msgstr ""
#: /Users/sdeibel/src/ide/src/guimgr/commands.py:566
#: /Users/sdeibel/src/ide/src/guimgr/commands.py:696
msgid "Execute a VI command (implements \":\" commands from VI)"
msgstr ""
#: /Users/sdeibel/src/ide/src/guimgr/commands.py:585
#: /Users/sdeibel/src/ide/src/guimgr/commands.py:715
#: /Users/sdeibel/src/ide/src/guimgr/commands.py:793
msgid ""
"Perform vi mode ctrl-v action which either does a paste or does\n"
" start-select-block. The default is to map ctrl-v to clipboard on\n"
" Windows and OS X. This can be overridden by the VI Mode Ctrl-X/C/V\n"
" preference."
msgstr ""
#: /Users/sdeibel/src/ide/src/guimgr/commands.py:598
#: /Users/sdeibel/src/ide/src/guimgr/commands.py:728
msgid ""
"Perform vi mode ctrl-x action which either does a cut or does\n"
" initiate-numeric-modified with the following digit key press. The "
"default\n"
" is to map ctrl-x to clipboard on Windows and OS X. This can be "
"overridden\n"
" by the VI Mode Ctrl-X/C/V preference."
msgstr ""
#: /Users/sdeibel/src/ide/src/guimgr/commands.py:617
#: /Users/sdeibel/src/ide/src/guimgr/commands.py:747
msgid ""
"Perform vi mode ctrl-c action which either does a copy or nothing if\n"
" ctrl-x/v/c are not being used for clipboard actions. The default\n"
" is to map ctrl-c to clipboard on Windows and OS X. This can be "
"overridden\n"
" by the VI Mode Ctrl-X/C/V preference."
msgstr ""
#: /Users/sdeibel/src/ide/src/guimgr/commands.py:627
msgid ""
"Perform vi's :set action. The command is the portion after :set. Currently\n"
" supports ic, noic, ai, noai, number or nu, nonumber or nonu, ro, noro, "
"sm, and\n"
" nosm. Multiple options can be specied in one call as for :set ic sm ai"
msgstr ""
#: /Users/sdeibel/src/ide/src/guimgr/commands.py:657
msgid ""
"Commands available only when the editor is in visual mode (used\n"
" for VI bindings and some others)"
msgstr ""
#: /Users/sdeibel/src/ide/src/guimgr/commands.py:674
#: /Users/sdeibel/src/ide/src/guimgr/commands.py:776
#: /Users/sdeibel/src/ide/src/guimgr/commands.py:843
msgid "Enter editor browse mode"
msgstr ""
#: /Users/sdeibel/src/ide/src/guimgr/commands.py:679
msgid ""
"Alter type of editor visual mode or exit back to browse mode. Unit should "
"be \n"
" one of 'char', 'line', or 'block'."
msgstr ""
#: /Users/sdeibel/src/ide/src/guimgr/commands.py:759
msgid ""
"Commands available only when editor is in insert mode (used \n"
" for VI bindings and possibly others)"
msgstr ""
#: /Users/sdeibel/src/ide/src/guimgr/commands.py:806
msgid ""
"Perform vi mode ctrl-x action which either does a cut or nothing \n"
" depending on whether ctrl-x/v/c are mapped to clipboard actions. The "
"default\n"
" is to map ctrl-x to clipboard on Windows and OS X. This can be "
"overridden\n"
" by the VI Mode Ctrl-X/C/V preference."
msgstr ""
#: /Users/sdeibel/src/ide/src/guimgr/commands.py:817
msgid ""
"Perform vi mode ctrl-c action which either does a copy or enters browse\n"
" mode if ctrl-x/v/c are not being used for clipboard actions. The "
"default\n"
" is to map ctrl-c to clipboard on Windows and OS X. This can be "
"overridden\n"
" by the VI Mode Ctrl-X/C/V preference."
msgstr ""
#: /Users/sdeibel/src/ide/src/guimgr/commands.py:830
msgid ""
"Commands available only when editor is in replace mode (used \n"
" for VI bindings and possibly others)"
msgstr ""
#: /Users/sdeibel/src/ide/src/guimgr/commands.py:862
msgid ""
"Commands for windows that contain dockable tool areas. These\n"
" are available for the currently active window, if any."
msgstr ""
#: /Users/sdeibel/src/ide/src/guimgr/commands.py:874
msgid "Show or minimize the horizontal tool area"
msgstr ""
#: /Users/sdeibel/src/ide/src/guimgr/commands.py:883
msgid "Show or minimize the vertical tool area"
msgstr ""
#: /Users/sdeibel/src/ide/src/guimgr/commands.py:919
msgid " Returns if panel window is in front of editor or dock window. "
msgstr ""
#: /Users/sdeibel/src/ide/src/guimgr/commands.py:999
msgid "Show the horizontal tool area"
msgstr ""
#: /Users/sdeibel/src/ide/src/guimgr/commands.py:1007
msgid "Minimize the horizontal tool area"
msgstr ""
#: /Users/sdeibel/src/ide/src/guimgr/commands.py:1015
msgid "Show the vertical tool area"
msgstr ""
#: /Users/sdeibel/src/ide/src/guimgr/commands.py:1023
msgid "Minimize the vertical tool area"
msgstr ""
#: /Users/sdeibel/src/ide/src/guimgr/commands.py:1031
msgid "Hide the horizontal tool area"
msgstr ""
#: /Users/sdeibel/src/ide/src/guimgr/commands.py:1039
msgid "Hide the vertical tool area"
msgstr ""
#: /Users/sdeibel/src/ide/src/guimgr/commands.py:1047
msgid ""
"Hide both the vertical and horizontal tool areas and toolbar, saving "
"previous\n"
" state so it can be restored later with exit_fullscreen"
msgstr ""
#: /Users/sdeibel/src/ide/src/guimgr/commands.py:1065
msgid "Restore previous non-fullscreen state of all tools and tool bar"
msgstr ""
#: /Users/sdeibel/src/ide/src/guimgr/commands.py:1094
msgid " Show toolbars in all document windows "
msgstr ""
#: /Users/sdeibel/src/ide/src/guimgr/commands.py:1103
msgid " Hide toolbars in all document windows "
msgstr ""
#: /Users/sdeibel/src/ide/src/guimgr/commands.py:1113
msgid ""
"Commands for windows in general. These are available for the currently \n"
" active window, if any."
msgstr ""
#: /Users/sdeibel/src/ide/src/guimgr/commands.py:1125
msgid ""
"Move the keyboard focus forward within the Window to the next editable\n"
" area"
msgstr ""
#: /Users/sdeibel/src/ide/src/guimgr/commands.py:1306
msgid ""
"Move focus to next or previous editor split, optionally wrapping when\n"
" the end is reached."
msgstr ""
#: /Users/sdeibel/src/ide/src/guimgr/commands.py:1327
msgid "Move focus to first editor split"
msgstr ""
#: /Users/sdeibel/src/ide/src/guimgr/commands.py:1336
msgid "Move focus to last editor split"
msgstr ""
#: /Users/sdeibel/src/ide/src/guimgr/commands.py:1345
msgid "Move focus to previous editor split"
msgstr ""
#: /Users/sdeibel/src/ide/src/guimgr/commands.py:1352
msgid ""
"Move focus back to the current editor, out of any tool, if there is\n"
" an active editor."
msgstr ""
#: /Users/sdeibel/src/ide/src/guimgr/commands.py:1373
msgid ""
"Commands available when the tool bar search entry area has the keyboard\n"
" focus."
msgstr ""
#: /Users/sdeibel/src/ide/src/guimgr/commands.py:1386
#: /Users/sdeibel/src/ide/src/guimgr/commands.py:1402
msgid " Cut selection "
msgstr ""
#: /Users/sdeibel/src/ide/src/guimgr/commands.py:1414
msgid " Paste from clipboard "
msgstr ""
#: /Users/sdeibel/src/ide/src/guimgr/commands.py:1422
msgid "Move forward one character"
msgstr ""
#: /Users/sdeibel/src/ide/src/guimgr/commands.py:1429
msgid "Move forward one character, extending the selection"
msgstr ""
#: /Users/sdeibel/src/ide/src/guimgr/commands.py:1436
msgid "Move forward one word"
msgstr ""
#: /Users/sdeibel/src/ide/src/guimgr/commands.py:1443
msgid "Move forward one word, extending the selection"
msgstr ""
#: /Users/sdeibel/src/ide/src/guimgr/commands.py:1450
msgid "Move backward one character"
msgstr ""
#: /Users/sdeibel/src/ide/src/guimgr/commands.py:1457
msgid "Move backward one character, extending the selection"
msgstr ""
#: /Users/sdeibel/src/ide/src/guimgr/commands.py:1464
msgid "Move backward one word"
msgstr ""
#: /Users/sdeibel/src/ide/src/guimgr/commands.py:1471
msgid "Move backward one word, extending the selection"
msgstr ""
#: /Users/sdeibel/src/ide/src/guimgr/commands.py:1478
msgid "Move to the beginning of the toolbar search entry"
msgstr ""
#: /Users/sdeibel/src/ide/src/guimgr/commands.py:1485
msgid ""
"Move to the beginning of the toolbar search entry, extending the selection"
msgstr ""
#: /Users/sdeibel/src/ide/src/guimgr/commands.py:1492
msgid "Move to the end of the toolbar search entry"
msgstr ""
#: /Users/sdeibel/src/ide/src/guimgr/commands.py:1499
msgid "Move to the end of the toolbar search entry, extending the selection"
msgstr ""
#: /Users/sdeibel/src/ide/src/guimgr/commands.py:1506
msgid "Delete character in front of the cursor"
msgstr ""
#: /Users/sdeibel/src/ide/src/guimgr/commands.py:1513
msgid "Delete word in front of the cursor"
msgstr ""
#: /Users/sdeibel/src/ide/src/guimgr/commands.py:1521
msgid "Delete character behind the cursor"
msgstr ""
#: /Users/sdeibel/src/ide/src/guimgr/commands.py:1528
msgid "Delete word behind the cursor"
msgstr ""
#: /Users/sdeibel/src/ide/src/guimgr/commands.py:1536
#: /Users/sdeibel/src/ide/src/guimgr/commands.py:1734
msgid ""
" Standard editor commands for use when a QLineEdit instance has the \n"
" focus. "
msgstr ""
#: /Users/sdeibel/src/ide/src/guimgr/commands.py:1550
#: /Users/sdeibel/src/ide/src/guimgr/commands.py:1748
msgid " Returns start, end of selection; when no selection, start == end "
msgstr ""
#: /Users/sdeibel/src/ide/src/guimgr/commands.py:1774
msgid ""
" Returns start of line and start of line text for line the cursor is\n"
" on. Assumes a block is a line. "
msgstr ""