This repository has been archived by the owner on Feb 3, 2024. It is now read-only.
forked from rains31/wingidecn
-
Notifications
You must be signed in to change notification settings - Fork 0
/
src_wingide_topcommands.po
1064 lines (858 loc) · 31.8 KB
/
src_wingide_topcommands.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
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
# Module src_wingide_topcommands translation file for language=en
# Copyright (C) 2003 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: 2003-07-10 12:24GMT\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: 8bit\n"
"Generated-By: pygettext.py 1.4\n"
"X-Generator: KBabel 0.9.5\n"
#: /Users/sdeibel/src/ide/src/wingide/topcommands.py:2
msgid ""
" topcommands.py -- Top-level application commands\n"
"\n"
"Copyright (c) 1999-2012, Archaeopteryx Software, Inc. All rights reserved.\n"
"\n"
"Written by Stephan R.A. Deibel and John P. Ehresman\n"
msgstr ""
#: /Users/sdeibel/src/ide/src/wingide/topcommands.py:63
msgid " Implements model ctrl-tab document switching. "
msgstr ""
#: /Users/sdeibel/src/ide/src/wingide/topcommands.py:66
msgid ""
" Create, set up signal handlers, but don't move forward or back. multi\n"
" is the multi editor to cycle through. "
msgstr ""
#: /Users/sdeibel/src/ide/src/wingide/topcommands.py:90
msgid " Key press handler; must run before command map lookup "
msgstr ""
#: /Users/sdeibel/src/ide/src/wingide/topcommands.py:122
msgid " Move to different location. "
msgstr ""
#: /Users/sdeibel/src/ide/src/wingide/topcommands.py:157
msgid "These are the high level application control commands."
msgstr ""
#: /Users/sdeibel/src/ide/src/wingide/topcommands.py:164
#: /Users/sdeibel/src/ide/src/wingide/topcommands.py:2243
msgid " Constructor; fGuiMgr is invariant. "
msgstr ""
#: /Users/sdeibel/src/ide/src/wingide/topcommands.py:182
msgid " Quit the application. "
msgstr ""
#: /Users/sdeibel/src/ide/src/wingide/topcommands.py:187
msgid " Restart the application "
msgstr ""
#: /Users/sdeibel/src/ide/src/wingide/topcommands.py:194
msgid " Show the application-wide about box "
msgstr ""
#: /Users/sdeibel/src/ide/src/wingide/topcommands.py:206
msgid " Open a file from disk "
msgstr ""
#: /Users/sdeibel/src/ide/src/wingide/topcommands.py:213
msgid "File open failed"
msgstr ""
#: /Users/sdeibel/src/ide/src/wingide/topcommands.py:214
msgid "%s is a directory and cannot be opened."
msgstr ""
#: /Users/sdeibel/src/ide/src/wingide/topcommands.py:237
msgid ""
" Open a file from disk, prompting with file selection dialog if\n"
" necessary "
msgstr ""
#: /Users/sdeibel/src/ide/src/wingide/topcommands.py:250
msgid "Open File"
msgstr ""
#: /Users/sdeibel/src/ide/src/wingide/topcommands.py:251
msgid "Select file to open"
msgstr ""
#: /Users/sdeibel/src/ide/src/wingide/topcommands.py:265
msgid "The file to select"
msgstr ""
#: /Users/sdeibel/src/ide/src/wingide/topcommands.py:270
msgid "Select file to open:"
msgstr ""
#: /Users/sdeibel/src/ide/src/wingide/topcommands.py:275
#: /Users/sdeibel/src/ide/src/wingide/topcommands.py:282
msgid " Open a file from disk using keyboard-driven selection of the file"
msgstr ""
#: /Users/sdeibel/src/ide/src/wingide/topcommands.py:288
msgid " Create a new file "
msgstr ""
#: /Users/sdeibel/src/ide/src/wingide/topcommands.py:294
msgid ""
" Create a new scratch buffer with given title and mime type.\n"
" The buffer is never marked as changed but can be saved w/ save-as."
msgstr ""
#: /Users/sdeibel/src/ide/src/wingide/topcommands.py:301
msgid ""
"Create a new document window with same documents and panels as in\n"
" the current document window (if any; otherwise empty with default panels)"
msgstr ""
#: /Users/sdeibel/src/ide/src/wingide/topcommands.py:319
msgid "Create a new panel window of given type"
msgstr ""
#: /Users/sdeibel/src/ide/src/wingide/topcommands.py:324
msgid "Hide/remove all tools and restore to original default state"
msgstr ""
#: /Users/sdeibel/src/ide/src/wingide/topcommands.py:329
msgid "Close the current window and all documents and panels in it"
msgstr ""
#: /Users/sdeibel/src/ide/src/wingide/topcommands.py:344
msgid ""
" Save all unsaved items, prompting for names for any new items that don't \n"
" have a filename already."
msgstr ""
#: /Users/sdeibel/src/ide/src/wingide/topcommands.py:352
msgid " Check whether anything needs saving "
msgstr ""
#: /Users/sdeibel/src/ide/src/wingide/topcommands.py:364
msgid ""
"Close active document. Abandon any changes when ignore_changes is\n"
" True. Close empty windows when close_window is true and quit if all\n"
" document windows closed when can_quit is true."
msgstr ""
#: /Users/sdeibel/src/ide/src/wingide/topcommands.py:397
msgid ""
"Close all documents in the current window, or in all windows if in\n"
" one-window-per-editor windowing policy. Leave currently visible\n"
" documents (or active window in one-window-per-editor-mode) if "
"omit_current \n"
" is True. Abandons changes rather than saving them when ignore_changes "
"is True.\n"
" Close empty window and quit if all document windows closed when "
"close_window is True."
msgstr ""
#: /Users/sdeibel/src/ide/src/wingide/topcommands.py:452
msgid "Save active document. Also close it if close is True."
msgstr ""
#: /Users/sdeibel/src/ide/src/wingide/topcommands.py:472
msgid "Save active document to a new file"
msgstr ""
#: /Users/sdeibel/src/ide/src/wingide/topcommands.py:486
msgid "The location to write the file"
msgstr ""
#: /Users/sdeibel/src/ide/src/wingide/topcommands.py:491
msgid "Write file:"
msgstr ""
#: /Users/sdeibel/src/ide/src/wingide/topcommands.py:492
msgid "First line to write or None for all"
msgstr ""
#: /Users/sdeibel/src/ide/src/wingide/topcommands.py:496
msgid "Last line to write or None for all"
msgstr ""
#: /Users/sdeibel/src/ide/src/wingide/topcommands.py:500
msgid "Set to False to keep the editor pointed at the old file"
msgstr ""
#: /Users/sdeibel/src/ide/src/wingide/topcommands.py:509
msgid ""
"Write current file to a new location, optionally omitting all but\n"
" the lines in the given range. The editor is changed to point\n"
" to the new location when follow is True. Note that the editor contents\n"
" will be truncated to the given start/end lines when follow is True."
msgstr ""
#: /Users/sdeibel/src/ide/src/wingide/topcommands.py:520
#: /Users/sdeibel/src/ide/src/wingide/topcommands.py:652
msgid "Conflicting Filenames"
msgstr ""
#: /Users/sdeibel/src/ide/src/wingide/topcommands.py:521
msgid ""
"The file %s is open in another editor. Please specify another file name to "
"save to."
msgstr ""
#: /Users/sdeibel/src/ide/src/wingide/topcommands.py:523
#: /Users/sdeibel/src/ide/src/wingide/topcommands.py:655
#: /Users/sdeibel/src/ide/src/wingide/topcommands.py:1865
#: /Users/sdeibel/src/ide/src/wingide/topcommands.py:1899
msgid "_OK"
msgstr ""
#: /Users/sdeibel/src/ide/src/wingide/topcommands.py:564
msgid ""
"Write current document to given location and close it. Saves to current\n"
" file name if the given filename is None."
msgstr ""
#: /Users/sdeibel/src/ide/src/wingide/topcommands.py:578
msgid ""
"Write current document to given location only if it contains any changes and "
"close it.\n"
" Writes to current file name if given filename is None."
msgstr ""
#: /Users/sdeibel/src/ide/src/wingide/topcommands.py:597
msgid "The new filename for the file"
msgstr ""
#: /Users/sdeibel/src/ide/src/wingide/topcommands.py:602
msgid "Rename file:"
msgstr ""
#: /Users/sdeibel/src/ide/src/wingide/topcommands.py:607
msgid " Rename current file, moving the file on disk if it exists. "
msgstr ""
#: /Users/sdeibel/src/ide/src/wingide/topcommands.py:626
msgid "Name of the new file"
msgstr ""
#: /Users/sdeibel/src/ide/src/wingide/topcommands.py:632
msgid "New file:"
msgstr ""
#: /Users/sdeibel/src/ide/src/wingide/topcommands.py:640
msgid ""
"Create a new blank file on disk, open it in an editor, and add it \n"
" to the current project."
msgstr ""
#: /Users/sdeibel/src/ide/src/wingide/topcommands.py:653
msgid ""
"The file %s is open in another editor. Please choose another file name."
msgstr ""
#: /Users/sdeibel/src/ide/src/wingide/topcommands.py:672
msgid "Name of the new directory"
msgstr ""
#: /Users/sdeibel/src/ide/src/wingide/topcommands.py:679
msgid "New directory:"
msgstr ""
#: /Users/sdeibel/src/ide/src/wingide/topcommands.py:687
msgid "Create a new directory on disk and add it to the current project."
msgstr ""
#: /Users/sdeibel/src/ide/src/wingide/topcommands.py:707
msgid "Name of the new package"
msgstr ""
#: /Users/sdeibel/src/ide/src/wingide/topcommands.py:713
msgid "New package:"
msgstr ""
#: /Users/sdeibel/src/ide/src/wingide/topcommands.py:721
msgid ""
"Create a new Python package directory on disk, add it to the current "
"project,\n"
" and open the new __init__.py in the editor."
msgstr ""
#: /Users/sdeibel/src/ide/src/wingide/topcommands.py:731
msgid ""
"Abandon any changes in the current document and reload it from disk.\n"
" Prompts for user to confirm the operation unless either there are no\n"
" local changes being abandoned or confirm is set to False."
msgstr ""
#: /Users/sdeibel/src/ide/src/wingide/topcommands.py:741
msgid "Abandon Changes?"
msgstr ""
#: /Users/sdeibel/src/ide/src/wingide/topcommands.py:742
msgid ""
"Do you really want to abandon your changes and reread this file from disk?"
msgstr ""
#: /Users/sdeibel/src/ide/src/wingide/topcommands.py:744
msgid "_Abandon Changes"
msgstr ""
#: /Users/sdeibel/src/ide/src/wingide/topcommands.py:745
msgid "_Cancel"
msgstr ""
#: /Users/sdeibel/src/ide/src/wingide/topcommands.py:754
msgid " Return arg info sequence for switch-document command. "
msgstr ""
#: /Users/sdeibel/src/ide/src/wingide/topcommands.py:768
msgid "Document to switch to"
msgstr ""
#: /Users/sdeibel/src/ide/src/wingide/topcommands.py:774
msgid "Switch to document:"
msgstr ""
#: /Users/sdeibel/src/ide/src/wingide/topcommands.py:779
msgid ""
" Switches to named document. Name may either be the complete name\n"
" or the last path component of a path name. "
msgstr ""
#: /Users/sdeibel/src/ide/src/wingide/topcommands.py:809
msgid ""
"Open document from the project via the Open From Project dialog.\n"
" The given fragment is used as the initial fragment filter and if it\n"
" is None, the selected text or the symbol under the cursor is used.\n"
" If skip_if_unique is true, the file is opened without the dialog being\n"
" displayed if only one filename matches the fragment. "
msgstr ""
#: /Users/sdeibel/src/ide/src/wingide/topcommands.py:824
msgid ""
" Start moving between documents in the order they were visited. Starts\n"
" modal key interaction that ends when a key other than tab is seen or "
"ctrl\n"
" is released. "
msgstr ""
#: /Users/sdeibel/src/ide/src/wingide/topcommands.py:876
msgid ""
"Move to the next document alphabetically in the list of documents\n"
" open in the current window"
msgstr ""
#: /Users/sdeibel/src/ide/src/wingide/topcommands.py:922
msgid ""
"Move to the previous document alphabetically in the list of documents\n"
" open in the current window"
msgstr ""
#: /Users/sdeibel/src/ide/src/wingide/topcommands.py:955
msgid ""
"Move to the nth document alphabetically in the list of documents\n"
" open in the current window"
msgstr ""
#: /Users/sdeibel/src/ide/src/wingide/topcommands.py:976
msgid ""
"Switches to previous document most recently visited in the current window\n"
" or window set if in one-window-per-editor windowing mode."
msgstr ""
#: /Users/sdeibel/src/ide/src/wingide/topcommands.py:988
msgid "Switch to the next window alphabetically by title"
msgstr ""
#: /Users/sdeibel/src/ide/src/wingide/topcommands.py:1005
msgid "Switch to the previous window alphabetically by title"
msgstr ""
#: /Users/sdeibel/src/ide/src/wingide/topcommands.py:1020
msgid ""
"Get list of (title, window) sorted alphabetically by title and\n"
" current window"
msgstr ""
#: /Users/sdeibel/src/ide/src/wingide/topcommands.py:1032
msgid ""
"Get the active multieditor in the given window (most recent window if\n"
" wnd==None)."
msgstr ""
#: /Users/sdeibel/src/ide/src/wingide/topcommands.py:1052
msgid ""
"Get the list of (wnd, multi, loc, panel_instance) for all editors in\n"
" the given windows (None is current window / window set). The returned "
"list \n"
" is in order of visit time with any as yet unvisited documents appended "
"at end."
msgstr ""
#: /Users/sdeibel/src/ide/src/wingide/topcommands.py:1145
msgid "Name of the command to execute"
msgstr ""
#: /Users/sdeibel/src/ide/src/wingide/topcommands.py:1148
msgid "Command"
msgstr ""
#: /Users/sdeibel/src/ide/src/wingide/topcommands.py:1153
msgid " Execute given command by name, collecting any args as needed "
msgstr ""
#: /Users/sdeibel/src/ide/src/wingide/topcommands.py:1158
msgid "Cannot parse command name: %s"
msgstr ""
#: /Users/sdeibel/src/ide/src/wingide/topcommands.py:1165
msgid "Command not found: %s"
msgstr ""
#: /Users/sdeibel/src/ide/src/wingide/topcommands.py:1181
msgid ""
"Force reload of all scripts, from all configured script directories.\n"
" This is usually only needed when adding a new script file. Existing\n"
" scripts are automatically reloaded when they change on disk."
msgstr ""
#: /Users/sdeibel/src/ide/src/wingide/topcommands.py:1190
msgid " Display interactive tip manager "
msgstr ""
#: /Users/sdeibel/src/ide/src/wingide/topcommands.py:1196
msgid " Show the HTML version of the Wing IDE users manual "
msgstr ""
#: /Users/sdeibel/src/ide/src/wingide/topcommands.py:1201
msgid ""
" Show the PDF version of the Wing IDE users manual for either\n"
" US Letter or A4, depending on user's print locale "
msgstr ""
#: /Users/sdeibel/src/ide/src/wingide/topcommands.py:1207
msgid " Show the Python users manual "
msgstr ""
#: /Users/sdeibel/src/ide/src/wingide/topcommands.py:1213
msgid " Show the Wingware home page "
msgstr ""
#: /Users/sdeibel/src/ide/src/wingide/topcommands.py:1216
msgid " Show the Wingware store for purchasing a license "
msgstr ""
#: /Users/sdeibel/src/ide/src/wingide/topcommands.py:1219
msgid " Show the Wingware wiki for sharing scripts, tips, and tricks"
msgstr ""
#: /Users/sdeibel/src/ide/src/wingide/topcommands.py:1222
msgid " Show the Wing IDE support site home page "
msgstr ""
#: /Users/sdeibel/src/ide/src/wingide/topcommands.py:1225
msgid " Show the Python Success Stories page"
msgstr ""
#: /Users/sdeibel/src/ide/src/wingide/topcommands.py:1228
msgid " Show the python.org site home page "
msgstr ""
#: /Users/sdeibel/src/ide/src/wingide/topcommands.py:1231
msgid " Show the python.org site search page "
msgstr ""
#: /Users/sdeibel/src/ide/src/wingide/topcommands.py:1234
msgid " Show the Python for Beginners web page "
msgstr ""
#: /Users/sdeibel/src/ide/src/wingide/topcommands.py:1237
msgid " Show the Python donations web page "
msgstr ""
#: /Users/sdeibel/src/ide/src/wingide/topcommands.py:1242
msgid ""
"Show most recently visited panel instance of given type. If no such\n"
" panel exists, add one to the primary window and show it. Returns the "
"panel\n"
" view object or None if not shown. Focus is shifted to panel if "
"grab_focus\n"
" is specified and is true; if grab_focus is not specified, it defaults "
"to\n"
" the value of flash.\n"
" \n"
" The valid panel types are:\n"
" \n"
" project (*)\n"
" browser (**)\n"
" batch-search (*)\n"
" interactive-search\n"
" source-assistant (**)\n"
" debug-data\n"
" debug-stack\n"
" debug-io\n"
" debug-exceptions\n"
" debug-breakpoints (**)\n"
" debug-probe (**)\n"
" debug-watch (**)\n"
" debug-modules (**)\n"
" python-shell\n"
" messages (*)\n"
" help\n"
" indent (**)\n"
" bookmarks (**)\n"
" testing (**)\n"
" open-files (*)\n"
" os-command (**)\n"
" snippets (**)\n"
" diff (**)\n"
" uses (**)\n"
" refactoring (**)\n"
" versioncontrol.svn (**)\n"
" versioncontrol.hg (**)\n"
" versioncontrol.git (**)\n"
" versioncontrol.bzr (**)\n"
" versioncontrol.cvs (**)\n"
" versioncontrol.perforce (**)\n"
" \n"
" (*) Wing Personal and Pro only\n"
" (**) Wing Pro only\n"
" \n"
" "
msgstr ""
#: /Users/sdeibel/src/ide/src/wingide/topcommands.py:1298
msgid "Panel Type"
msgstr ""
#: /Users/sdeibel/src/ide/src/wingide/topcommands.py:1426
msgid ""
" Edit the preferences file using the preferences GUI, optionally\n"
" opening to the section that contains the given preference by name "
msgstr ""
#: /Users/sdeibel/src/ide/src/wingide/topcommands.py:1433
msgid " Show the plugins GUI for enabling and disabling plugins "
msgstr ""
#: /Users/sdeibel/src/ide/src/wingide/topcommands.py:1439
msgid "Show the File Sets preference editor"
msgstr ""
#: /Users/sdeibel/src/ide/src/wingide/topcommands.py:1448
msgid " Edit the preferences as a text file "
msgstr ""
#: /Users/sdeibel/src/ide/src/wingide/topcommands.py:1458
#: /Users/sdeibel/src/ide/src/wingide/topcommands.py:1464
#: /Users/sdeibel/src/ide/src/wingide/topcommands.py:1470
#: /Users/sdeibel/src/ide/src/wingide/topcommands.py:1476
#: /Users/sdeibel/src/ide/src/wingide/topcommands.py:1482
#: /Users/sdeibel/src/ide/src/wingide/topcommands.py:1488
#: /Users/sdeibel/src/ide/src/wingide/topcommands.py:1494
#: /Users/sdeibel/src/ide/src/wingide/topcommands.py:1500
#: /Users/sdeibel/src/ide/src/wingide/topcommands.py:1506
#: /Users/sdeibel/src/ide/src/wingide/topcommands.py:1512
#: /Users/sdeibel/src/ide/src/wingide/topcommands.py:1518
msgid ""
" Enter a sequence of digits indicating number of times to repeat\n"
" the subsequent command or keystroke. "
msgstr ""
#: /Users/sdeibel/src/ide/src/wingide/topcommands.py:1525
msgid "VI style repeat/numeric modifier for following command"
msgstr ""
#: /Users/sdeibel/src/ide/src/wingide/topcommands.py:1531
msgid "Show the line numbers in editors"
msgstr ""
#: /Users/sdeibel/src/ide/src/wingide/topcommands.py:1543
msgid "Hide line numbers in editors"
msgstr ""
#: /Users/sdeibel/src/ide/src/wingide/topcommands.py:1549
msgid "Process query-end-session message on win32"
msgstr ""
#: /Users/sdeibel/src/ide/src/wingide/topcommands.py:1553
msgid ""
" Execute the file at the given location or use the active view\n"
" if loc is None. "
msgstr ""
#: /Users/sdeibel/src/ide/src/wingide/topcommands.py:1579
msgid ""
"Execute the given command line in the OS Commands tool using default run \n"
" directory and environment as defined in project properties, or the "
"values\n"
" set in an existing command with the same command line in the OS Commands "
"tool."
msgstr ""
#: /Users/sdeibel/src/ide/src/wingide/topcommands.py:1599
msgid ""
"Execute one of the stored commands in the OS Commands tool, selecting it by "
"its\n"
" title"
msgstr ""
#: /Users/sdeibel/src/ide/src/wingide/topcommands.py:1614
msgid "Title"
msgstr ""
#: /Users/sdeibel/src/ide/src/wingide/topcommands.py:1616
msgid "Title:"
msgstr ""
#: /Users/sdeibel/src/ide/src/wingide/topcommands.py:1619
msgid ""
"Execute one of the stored commands in the OS Commands tool, selecting it by "
"its\n"
" internal ID"
msgstr ""
#: /Users/sdeibel/src/ide/src/wingide/topcommands.py:1630
msgid ""
"Show the selected file in the Explorer, Finder, or other OS-provided\n"
" file manager. Shows the given file, if any, or the current file "
"selected\n"
" in the GUI."
msgstr ""
#: /Users/sdeibel/src/ide/src/wingide/topcommands.py:1645
msgid "Show the given documentation section"
msgstr ""
#: /Users/sdeibel/src/ide/src/wingide/topcommands.py:1650
msgid "Show the tutorial"
msgstr ""
#: /Users/sdeibel/src/ide/src/wingide/topcommands.py:1654
msgid "Show the quick start guide"
msgstr ""
#: /Users/sdeibel/src/ide/src/wingide/topcommands.py:1658
msgid "Show the How-Tos index"
msgstr ""
#: /Users/sdeibel/src/ide/src/wingide/topcommands.py:1662
msgid "Show the Wing Tips window"
msgstr ""
#: /Users/sdeibel/src/ide/src/wingide/topcommands.py:1666
msgid ""
"Show the given document in PDF format. One of 'manual', 'intro',\n"
" or 'howtos'."
msgstr ""
#: /Users/sdeibel/src/ide/src/wingide/topcommands.py:1684
msgid "Show the given document section in HTML format."
msgstr ""
#: /Users/sdeibel/src/ide/src/wingide/topcommands.py:1706
msgid ""
"Search using given text and the toolbar search area. The search\n"
" is always forward from the current cursor or selection position"
msgstr ""
#: /Users/sdeibel/src/ide/src/wingide/topcommands.py:1759
msgid "Search successful (wrapped)"
msgstr ""
#: /Users/sdeibel/src/ide/src/wingide/topcommands.py:1764
msgid "No search match"
msgstr ""
#: /Users/sdeibel/src/ide/src/wingide/topcommands.py:1771
msgid "Search successful"
msgstr ""
#: /Users/sdeibel/src/ide/src/wingide/topcommands.py:1786
msgid "Move to next match of text already entered in the toolbar search area"
msgstr ""
#: /Users/sdeibel/src/ide/src/wingide/topcommands.py:1795
msgid ""
"Move to previous match of text already entered in the toolbar search area"
msgstr ""
#: /Users/sdeibel/src/ide/src/wingide/topcommands.py:1804
msgid " Move focus to toolbar search entry. "
msgstr ""
#: /Users/sdeibel/src/ide/src/wingide/topcommands.py:1823
msgid "Show the feedback submission dialog"
msgstr ""
#: /Users/sdeibel/src/ide/src/wingide/topcommands.py:1828
msgid "Show the bug reporting dialog"
msgstr ""
#: /Users/sdeibel/src/ide/src/wingide/topcommands.py:1833
msgid ""
"Check for updates to Wing IDE and offer to install any that are\n"
" available"
msgstr ""
#: /Users/sdeibel/src/ide/src/wingide/topcommands.py:1839
msgid ""
"Prompt user and copy the tutorial directory from the Wing IDE \n"
" installation to the directory selected by the user"
msgstr ""
#: /Users/sdeibel/src/ide/src/wingide/topcommands.py:1848
#: /Users/sdeibel/src/ide/src/wingide/topcommands.py:1862
msgid "Could not copy tutorial"
msgstr ""
#: /Users/sdeibel/src/ide/src/wingide/topcommands.py:1849
msgid "No valid directory was selected."
msgstr ""
#: /Users/sdeibel/src/ide/src/wingide/topcommands.py:1860
msgid "tutorial"
msgstr ""
#: /Users/sdeibel/src/ide/src/wingide/topcommands.py:1863
msgid ""
"A non-empty directory %s already exists. Please remove it or select "
"another location."
msgstr ""
#: /Users/sdeibel/src/ide/src/wingide/topcommands.py:1897
msgid "Tutorial copied"
msgstr ""
#: /Users/sdeibel/src/ide/src/wingide/topcommands.py:1898
msgid "Tutorial was copied to %s"
msgstr ""
#: /Users/sdeibel/src/ide/src/wingide/topcommands.py:1904
msgid "Choose Target Folder"
msgstr ""
#: /Users/sdeibel/src/ide/src/wingide/topcommands.py:1905
msgid "Please select a target folder to which to copy the tutorial files"
msgstr ""
#: /Users/sdeibel/src/ide/src/wingide/topcommands.py:1913
msgid "Show the contents of all non-empty text registers in a temporary editor"
msgstr ""
#: /Users/sdeibel/src/ide/src/wingide/topcommands.py:1920
msgid "Utility to get current editor"
msgstr ""
#: /Users/sdeibel/src/ide/src/wingide/topcommands.py:1929
msgid ""
"Set a bookmark at current location on the editor. Mark is the\n"
" project-wide textual name of the bookmark."
msgstr ""
#: /Users/sdeibel/src/ide/src/wingide/topcommands.py:1946
msgid "The project-wide name of the bookmark to set or replace."
msgstr ""
#: /Users/sdeibel/src/ide/src/wingide/topcommands.py:1948
msgid "Name:"
msgstr ""
#: /Users/sdeibel/src/ide/src/wingide/topcommands.py:1958
msgid ""
"Set or remove a bookmark at current location on the editor. When set,\n"
" the name of the bookmark is set to an auto-generated default."
msgstr ""
#: /Users/sdeibel/src/ide/src/wingide/topcommands.py:1966
msgid ""
"Set or remove a bookmark at the position in the editor where the most\n"
" recent mouse click occurred. When set, the name of the bookmark is set "
"to\n"
" an auto-generated default."
msgstr ""
#: /Users/sdeibel/src/ide/src/wingide/topcommands.py:1975
msgid "Remove the given named bookmark"
msgstr ""
#: /Users/sdeibel/src/ide/src/wingide/topcommands.py:1984
msgid ""
"Set a bookmark at current line, using a default bookmark name for that "
"context.\n"
" This command is only available if there is not already a bookmark on the "
"line."
msgstr ""
#: /Users/sdeibel/src/ide/src/wingide/topcommands.py:1998
msgid ""
"Remove bookmark at current line, if any. This command is only available if "
"there is a\n"
" bookmark on the line."
msgstr ""
#: /Users/sdeibel/src/ide/src/wingide/topcommands.py:2012
msgid "Goto named bookmark"
msgstr ""
#: /Users/sdeibel/src/ide/src/wingide/topcommands.py:2026
msgid "Bookmark"
msgstr ""
#: /Users/sdeibel/src/ide/src/wingide/topcommands.py:2028
msgid "Bookmark:"
msgstr ""
#: /Users/sdeibel/src/ide/src/wingide/topcommands.py:2033
msgid ""
"Go to the next bookmark, or the first one if no bookmark is selected.\n"
" Stays within the file in the current editor when current_file_only is\n"
" True."
msgstr ""
#: /Users/sdeibel/src/ide/src/wingide/topcommands.py:2041
msgid ""
"Go to the previous bookmark in the bookmark list, or the last one\n"
" if no bookmark is selected. Stays within the file in the current\n"
" editor when current_file_only is True."
msgstr ""
#: /Users/sdeibel/src/ide/src/wingide/topcommands.py:2049
msgid "Show a list of all currently defined bookmarks"
msgstr ""
#: /Users/sdeibel/src/ide/src/wingide/topcommands.py:2055
msgid " Returns list of menu items for selecting among defined bookmarks "
msgstr ""
#: /Users/sdeibel/src/ide/src/wingide/topcommands.py:2067
msgid "No bookmarks defined"
msgstr ""
#: /Users/sdeibel/src/ide/src/wingide/topcommands.py:2073
msgid ""
"Set a bookmark at current location on the editor using the next\n"
" key press as the name of the bookmark."
msgstr ""
#: /Users/sdeibel/src/ide/src/wingide/topcommands.py:2082
msgid ""
"Goto bookmark using single character name defined by\n"
" the next pressed key"
msgstr ""
#: /Users/sdeibel/src/ide/src/wingide/topcommands.py:2095
msgid "Remove one or more bookmarks (pass in space separated list of names)"
msgstr ""
#: /Users/sdeibel/src/ide/src/wingide/topcommands.py:2101
msgid ""
" Start internal profiling. Profile information is collected for Wing IDE's\n"
" internals until internal_profile_stop is executed."
msgstr ""
#: /Users/sdeibel/src/ide/src/wingide/topcommands.py:2137
msgid ""
" Stop internal profiling after earlier internal_profile_start command.\n"
" The profile can be found in the error-log file or submitted to Wingware "
"as\n"
" part of the error log included with a bug report from the Help menu. "
msgstr ""
#: /Users/sdeibel/src/ide/src/wingide/topcommands.py:2152
msgid "Restore the given named perspective."
msgstr ""
#: /Users/sdeibel/src/ide/src/wingide/topcommands.py:2155
msgid "Invalid Perspective::The perspective '%s' does not exist"
msgstr ""
#: /Users/sdeibel/src/ide/src/wingide/topcommands.py:2162
msgid "Display the perspectives manager dialog"
msgstr ""
#: /Users/sdeibel/src/ide/src/wingide/topcommands.py:2169
msgid "Enable auto-perspectives"
msgstr ""
#: /Users/sdeibel/src/ide/src/wingide/topcommands.py:2181
msgid "Disable auto-perspectives"
msgstr ""
#: /Users/sdeibel/src/ide/src/wingide/topcommands.py:2195
msgid "Load the given named file set"
msgstr ""
#: /Users/sdeibel/src/ide/src/wingide/topcommands.py:2198
msgid "Invalid File Set::The named file set '%s' does not exist"
msgstr ""
#: /Users/sdeibel/src/ide/src/wingide/topcommands.py:2205
msgid "Display the file set manager dialog"
msgstr ""
#: /Users/sdeibel/src/ide/src/wingide/topcommands.py:2211
msgid "Create a new named file set with the currently open files"
msgstr ""
#: /Users/sdeibel/src/ide/src/wingide/topcommands.py:2221
msgid "Create a new named file set with the currently selected files"
msgstr ""
#: /Users/sdeibel/src/ide/src/wingide/topcommands.py:2229
msgid "Enter a new license code, replacing any existing license activation"
msgstr ""
#: /Users/sdeibel/src/ide/src/wingide/topcommands.py:2236
msgid "Commands to dynamically generate menu items for the top level menus."
msgstr ""
#: /Users/sdeibel/src/ide/src/wingide/topcommands.py:2254
msgid " Returns list of menu item definitions for all windows. "
msgstr ""
#: /Users/sdeibel/src/ide/src/wingide/topcommands.py:2308
msgid ""
"Return extra Help menu items to include if running on a trial license\n"
" or no license"
msgstr ""
#: /Users/sdeibel/src/ide/src/wingide/topcommands.py:2319
msgid "Buy Now"
msgstr ""
#: /Users/sdeibel/src/ide/src/wingide/topcommands.py:2320
msgid "Enter License..."
msgstr ""
#: /Users/sdeibel/src/ide/src/wingide/topcommands.py:2332
msgid ""
" Returns list of menu item definitions for all documents in active\n"
" window. "
msgstr ""
#: /Users/sdeibel/src/ide/src/wingide/topcommands.py:2358
msgid "Wing IDE Help"
msgstr ""
#: /Users/sdeibel/src/ide/src/wingide/topcommands.py:2385
#: /Users/sdeibel/src/ide/src/wingide/topcommands.py:2399
#: /Users/sdeibel/src/ide/src/wingide/topcommands.py:2417
msgid " Debug loc; used to implement recent menu. "
msgstr ""
#: /Users/sdeibel/src/ide/src/wingide/topcommands.py:2390
msgid " Generates list of menu items for recent files menu. "
msgstr ""
#: /Users/sdeibel/src/ide/src/wingide/topcommands.py:2410
msgid " Generates list of menu items for recent projects menu. "
msgstr ""
#: /Users/sdeibel/src/ide/src/wingide/topcommands.py:2436
#: /Users/sdeibel/src/ide/src/wingide/topcommands.py:2481
#: /Users/sdeibel/src/ide/src/wingide/topcommands.py:2526
msgid " Generates list of menu items for recent debug menu. "
msgstr ""
#: /Users/sdeibel/src/ide/src/wingide/topcommands.py:2452
msgid " Generates list of menu items for named debug entry points. "
msgstr ""
#: /Users/sdeibel/src/ide/src/wingide/topcommands.py:2464
#: /Users/sdeibel/src/ide/src/wingide/topcommands.py:2503
msgid "Manage Named Entry Points..."
msgstr ""
#: /Users/sdeibel/src/ide/src/wingide/topcommands.py:2469
msgid " Execute loc; used to implement recent menu. "
msgstr ""
#: /Users/sdeibel/src/ide/src/wingide/topcommands.py:2493
msgid " Generates list of menu items to execute named entry points. "
msgstr ""
#: /Users/sdeibel/src/ide/src/wingide/topcommands.py:2509
msgid " Invoke script; used to implement recent menu. "
msgstr ""
#: /Users/sdeibel/src/ide/src/wingide/topcommands.py:2514
msgid " Returns label to use for script. "
msgstr ""
#: /Users/sdeibel/src/ide/src/wingide/topcommands.py:2534
msgid ""
" Create list of tool menu items. If new_window is True, commands attached\n"
" to items will create new tool window. "
msgstr ""
#: /Users/sdeibel/src/ide/src/wingide/topcommands.py:2578
#: /Users/sdeibel/src/ide/src/wingide/topcommands.py:2583
msgid " Returns list of menu items for the tools menu. "
msgstr ""