-
Notifications
You must be signed in to change notification settings - Fork 4
/
src_edit.po
3097 lines (2441 loc) · 85.1 KB
/
src_edit.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_edit 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:23GMT\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/edit/attribmenus.py:288
msgid "(top)"
msgstr ""
#: /Users/sdeibel/src/ide/src/edit/attribmenus.py:290
msgid "Not all symbols displayed"
msgstr ""
#: /Users/sdeibel/src/ide/src/edit/attribmenus.py:292
msgid "(bottom)"
msgstr ""
#: /Users/sdeibel/src/ide/src/edit/attribs.py:41
#: /Users/sdeibel/src/ide/src/edit/attribs.py:54
#: /Users/sdeibel/src/ide/src/edit/attribs.py:67
#: /Users/sdeibel/src/ide/src/edit/attribs.py:104
msgid "Use Preference Setting"
msgstr ""
#: /Users/sdeibel/src/ide/src/edit/attribs.py:42
msgid "Always Show White Space"
msgstr ""
#: /Users/sdeibel/src/ide/src/edit/attribs.py:47
msgid ""
"Whether to show white space on this file: Either refer to the preference, "
"or override the preference to force showing white white space for this file"
msgstr ""
#: /Users/sdeibel/src/ide/src/edit/attribs.py:55
msgid "Always Show EOL Characters"
msgstr ""
#: /Users/sdeibel/src/ide/src/edit/attribs.py:60
msgid ""
"Whether to show EOL characters on this file: Either refer to the "
"preference, or override the preference to force showing end of line "
"characters for this file"
msgstr ""
#: /Users/sdeibel/src/ide/src/edit/attribs.py:68
msgid "Always Show Indent Guides"
msgstr ""
#: /Users/sdeibel/src/ide/src/edit/attribs.py:73
msgid ""
"Whether to show indent guides on this file: Either refer to the preference, "
"or override the preference to force showing indent guides for this file"
msgstr ""
#: /Users/sdeibel/src/ide/src/edit/attribs.py:80
msgid "Match Existing Indents"
msgstr ""
#: /Users/sdeibel/src/ide/src/edit/attribs.py:81
msgid "Use Spaces Only"
msgstr ""
#: /Users/sdeibel/src/ide/src/edit/attribs.py:82
msgid "Use Tabs Only"
msgstr ""
#: /Users/sdeibel/src/ide/src/edit/attribs.py:83
msgid "Use Mixed Tabs and Spaces"
msgstr ""
#: /Users/sdeibel/src/ide/src/edit/attribs.py:88
msgid ""
"Defines the indent style to use on new indents in this file. When set, this "
"ignores the type of any existing indentation. This property is disabled for "
"Python files. Use the indentation tool to convert or repair inconsistent "
"indents."
msgstr ""
#: /Users/sdeibel/src/ide/src/edit/attribs.py:98
msgid "Defines named bookmarks set within the current project."
msgstr ""
#: /Users/sdeibel/src/ide/src/edit/attribs.py:105
msgid "Always Ensure File Ends With an EOL"
msgstr ""
#: /Users/sdeibel/src/ide/src/edit/attribs.py:106
msgid "Never Ensure File Ends With an EOL"
msgstr ""
#: /Users/sdeibel/src/ide/src/edit/attribs.py:111
msgid ""
"Whether to ensure file ends with an EOL character when it is save: Either "
"refer to the preference, or override the preference to always ensure file "
"ends with an EOL or never ensure file ends with an EOL "
msgstr ""
#: /Users/sdeibel/src/ide/src/edit/attribs.py:120
msgid "The defined commands in the OS Commands toolbox"
msgstr ""
#: /Users/sdeibel/src/ide/src/edit/attribs.py:125
msgid "Seed value for command ids"
msgstr ""
#: /Users/sdeibel/src/ide/src/edit/cap_autocomplete.py:1344
msgid "(symbol)"
msgstr ""
#: /Users/sdeibel/src/ide/src/edit/cap_autocomplete.py:1355
msgid "(snippet)"
msgstr ""
#: /Users/sdeibel/src/ide/src/edit/cap_autocomplete.py:2967
msgid "_Sort Alphabetically"
msgstr ""
#: /Users/sdeibel/src/ide/src/edit/cap_autocomplete.py:2969
msgid "Sort items alphabetically rather than in the order found in the file"
msgstr ""
#: /Users/sdeibel/src/ide/src/edit/cap_autocomplete.py:2971
msgid "Include _Args in Search"
msgstr ""
#: /Users/sdeibel/src/ide/src/edit/cap_autocomplete.py:2973
msgid "Include the text of function arguments in the text on which to search"
msgstr ""
#: /Users/sdeibel/src/ide/src/edit/cap_autoeditor.py:1274
msgid "Press : again to indent following block instead"
msgstr ""
#: /Users/sdeibel/src/ide/src/edit/cap_autoeditor.py:1307
msgid "Press : again to select another possible indent"
msgstr ""
#: /Users/sdeibel/src/ide/src/edit/cap_autoeditor.py:1321
msgid "Press : again to indent following line"
msgstr ""
#: /Users/sdeibel/src/ide/src/edit/cap_autoeditor.py:2053
msgid "Entering Invocation: Tab key moves between arguments"
msgstr ""
#: /Users/sdeibel/src/ide/src/edit/cap_bookmarks.py:537
#: /Users/sdeibel/src/ide/src/edit/cap_bookmarks.py:784
msgid "Bookmarks"
msgstr ""
#: /Users/sdeibel/src/ide/src/edit/cap_bookmarks.py:542
#: /Users/sdeibel/src/ide/src/edit/cap_bookmarks.py:632
msgid "Bookmark Manager"
msgstr ""
#: /Users/sdeibel/src/ide/src/edit/cap_bookmarks.py:654
#: /Users/sdeibel/src/ide/src/edit/cap_bookmarks.py:660
msgid "Scope"
msgstr ""
#: /Users/sdeibel/src/ide/src/edit/cap_bookmarks.py:654
#: /Users/sdeibel/src/ide/src/edit/cap_bookmarks.py:660
#: /Users/sdeibel/src/ide/src/edit/cap_oscommands.py:699
#: /Users/sdeibel/src/ide/src/edit/cap_sassist.py:68
msgid "File"
msgstr ""
#: /Users/sdeibel/src/ide/src/edit/cap_bookmarks.py:654
#: /Users/sdeibel/src/ide/src/edit/cap_bookmarks.py:660
#: /Users/sdeibel/src/ide/src/edit/cap_snippets.py:1020
#: /Users/sdeibel/src/ide/src/edit/cap_snippets.py:1038
msgid "Name"
msgstr ""
#: /Users/sdeibel/src/ide/src/edit/cap_bookmarks.py:654
#: /Users/sdeibel/src/ide/src/edit/cap_bookmarks.py:660
#: /Users/sdeibel/src/ide/src/edit/editor.py:9100
msgid "Line"
msgstr ""
#: /Users/sdeibel/src/ide/src/edit/cap_bookmarks.py:711
msgid "undefined"
msgstr ""
#: /Users/sdeibel/src/ide/src/edit/cap_bookmarks.py:716
#: /Users/sdeibel/src/ide/src/edit/cap_bookmarks.py:717
msgid "n/a"
msgstr ""
#: /Users/sdeibel/src/ide/src/edit/cap_bookmarks.py:756
msgid "Remove All Bookmarks?"
msgstr ""
#: /Users/sdeibel/src/ide/src/edit/cap_bookmarks.py:757
msgid ""
"Are you sure you want to remove all bookmarks? This operation cannot be "
"undone."
msgstr ""
#: /Users/sdeibel/src/ide/src/edit/cap_bookmarks.py:760
#: /Users/sdeibel/src/ide/src/edit/cap_bookmarks.py:776
msgid "Remove All Bookmarks"
msgstr ""
#: /Users/sdeibel/src/ide/src/edit/cap_bookmarks.py:761
#: /Users/sdeibel/src/ide/src/edit/cap_snippets.py:1191
#: /Users/sdeibel/src/ide/src/edit/cap_snippets.py:1370
msgid "Cancel"
msgstr ""
#: /Users/sdeibel/src/ide/src/edit/cap_bookmarks.py:773
msgid "Goto Selected Bookmark"
msgstr ""
#: /Users/sdeibel/src/ide/src/edit/cap_bookmarks.py:775
msgid "Remove Selected Bookmark"
msgstr ""
#: /Users/sdeibel/src/ide/src/edit/cap_bookmarks.py:778
msgid "Show Bookmarking Documentation"
msgstr ""
#: /Users/sdeibel/src/ide/src/edit/cap_indentmgr.py:109
msgid "Indent Style Mismatch"
msgstr ""
#: /Users/sdeibel/src/ide/src/edit/cap_indentmgr.py:110
msgid ""
"You may convert indentation with the Indentation tool, use indentation that "
"matches the file, or ignore this and continue with your selected indent "
"style."
msgstr ""
#: /Users/sdeibel/src/ide/src/edit/cap_indentmgr.py:113
msgid ""
"Warning: The indent style you have chosen does not match the existing "
"content of the file. This will introduce inconsistent indentation into the "
"file. %s"
msgstr ""
#: /Users/sdeibel/src/ide/src/edit/cap_indentmgr.py:126
msgid "_Ignore and Use Spaces Only"
msgstr ""
#: /Users/sdeibel/src/ide/src/edit/cap_indentmgr.py:128
msgid "_Ignore and Use Tabs Only"
msgstr ""
#: /Users/sdeibel/src/ide/src/edit/cap_indentmgr.py:130
msgid "Con_vert Indentation"
msgstr ""
#: /Users/sdeibel/src/ide/src/edit/cap_indentmgr.py:133
msgid "_Match File (%s)"
msgstr ""
#: /Users/sdeibel/src/ide/src/edit/cap_indentmgr.py:135
#: /Users/sdeibel/src/ide/src/edit/cap_oscommands.py:2049
#: /Users/sdeibel/src/ide/src/edit/cap_snippets.py:1450
#: /Users/sdeibel/src/ide/src/edit/printer.py:96
msgid "_Cancel"
msgstr ""
#: /Users/sdeibel/src/ide/src/edit/cap_indentmgr.py:137
msgid "_Don't show this notice again"
msgstr ""
#: /Users/sdeibel/src/ide/src/edit/cap_indentmgr.py:162
msgid "Cannot convert because a macro is being recorded"
msgstr ""
#: /Users/sdeibel/src/ide/src/edit/cap_indentmgr.py:167
#: /Users/sdeibel/src/ide/src/edit/cap_indentmgr.py:219
msgid "Cannot convert because the editor text is read-only"
msgstr ""
#: /Users/sdeibel/src/ide/src/edit/cap_indentmgr.py:181
#: /Users/sdeibel/src/ide/src/edit/cap_indentmgr.py:204
msgid "This file can be converted. Select the desired indent size above."
msgstr ""
#: /Users/sdeibel/src/ide/src/edit/cap_indentmgr.py:182
msgid ""
"Wing will indent using spaces according to the selected indent size and will "
"replace any %s space(s) found in an indent with one tab.\n"
msgstr ""
#: /Users/sdeibel/src/ide/src/edit/cap_indentmgr.py:185
msgid ""
"\n"
"Tab size of 8 is required in this case because the Python interpreter "
"expects tabs in mixed indentation to be equivalent to eight spaces.\n"
msgstr ""
#: /Users/sdeibel/src/ide/src/edit/cap_indentmgr.py:195
#: /Users/sdeibel/src/ide/src/edit/cap_indentmgr.py:214
msgid "Cannot convert indents because a macro is being recorded"
msgstr ""
#: /Users/sdeibel/src/ide/src/edit/cap_indentmgr.py:205
msgid "Wing will convert all indentation in the file to use only spaces."
msgstr ""
#: /Users/sdeibel/src/ide/src/edit/cap_indentmgr.py:223
msgid "Wing can convert this file."
msgstr ""
#: /Users/sdeibel/src/ide/src/edit/cap_indentmgr.py:224
msgid "Wing will place one tab per indentation level found in the file."
msgstr ""
#: /Users/sdeibel/src/ide/src/edit/cap_indentmgr.py:577
msgid "_Convert..."
msgstr ""
#: /Users/sdeibel/src/ide/src/edit/cap_indentmgr.py:578
#: /Users/sdeibel/src/ide/src/edit/editor.py:8117
msgid "Do_n't Convert"
msgstr ""
#: /Users/sdeibel/src/ide/src/edit/cap_indentmgr.py:579
#: /Users/sdeibel/src/ide/src/edit/editor.py:8118
msgid "_Don't ask about this file again"
msgstr ""
#: /Users/sdeibel/src/ide/src/edit/cap_indentmgr.py:590
msgid "Suspicious Indentation in File"
msgstr ""
#: /Users/sdeibel/src/ide/src/edit/cap_indentmgr.py:592
msgid ""
"The file %s contains indentation with %s. It may appear incorrectly in some "
"editors and may contain unexpected errors in block structure. Total indents "
"= %s. The Indentation tool can be used to convert the file to another style "
"of indent."
msgstr ""
#: /Users/sdeibel/src/ide/src/edit/cap_indentmgr.py:601
msgid "Ne_ver ask for any file"
msgstr ""
#: /Users/sdeibel/src/ide/src/edit/cap_indentmgr.py:632
msgid "Indentation Policy Violation"
msgstr ""
#: /Users/sdeibel/src/ide/src/edit/cap_indentmgr.py:634
msgid ""
"The file %s contains indentation with %s and you have configured your "
"project to require %s indents. Total indents = %s. If you wish, you can "
"convert this file with the indentation manager."
msgstr ""
#: /Users/sdeibel/src/ide/src/edit/cap_indentmgr.py:664
msgid "tabs and spaces"
msgstr ""
#: /Users/sdeibel/src/ide/src/edit/cap_indentmgr.py:666
msgid "spaces only"
msgstr ""
#: /Users/sdeibel/src/ide/src/edit/cap_indentmgr.py:668
msgid "tabs only"
msgstr ""
#: /Users/sdeibel/src/ide/src/edit/cap_indentmgr.py:670
msgid "no indents"
msgstr ""
#: /Users/sdeibel/src/ide/src/edit/cap_indentmgr.py:676
msgid " (with indent errors)"
msgstr ""
#: /Users/sdeibel/src/ide/src/edit/cap_indentmgr.py:678
msgid " (with indent warnings)"
msgstr ""
#: /Users/sdeibel/src/ide/src/edit/cap_indentmgr.py:762
#: /Users/sdeibel/src/ide/src/edit/prefs.py:1040
msgid "Indentation"
msgstr ""
#: /Users/sdeibel/src/ide/src/edit/cap_indentmgr.py:767
msgid "Source Code Indent Analysis and Conversion"
msgstr ""
#: /Users/sdeibel/src/ide/src/edit/cap_indentmgr.py:795
#: /Users/sdeibel/src/ide/src/edit/editor.py:8116
msgid "_Convert"
msgstr ""
#: /Users/sdeibel/src/ide/src/edit/cap_indentmgr.py:822
#: /Users/sdeibel/src/ide/src/edit/cap_indentmgr.py:882
msgid "None.\n"
msgstr ""
#: /Users/sdeibel/src/ide/src/edit/cap_indentmgr.py:823
#: /Users/sdeibel/src/ide/src/edit/cap_indentmgr.py:883
msgid ""
"Availability:\n"
"\n"
msgstr ""
#: /Users/sdeibel/src/ide/src/edit/cap_indentmgr.py:825
#: /Users/sdeibel/src/ide/src/edit/cap_indentmgr.py:885
msgid ""
"Action:\n"
"\n"
msgstr ""
#: /Users/sdeibel/src/ide/src/edit/cap_indentmgr.py:917
msgid "Convert"
msgstr ""
#: /Users/sdeibel/src/ide/src/edit/cap_indentmgr.py:1017
msgid "File:"
msgstr ""
#: /Users/sdeibel/src/ide/src/edit/cap_indentmgr.py:1025
msgid "Status:"
msgstr ""
#: /Users/sdeibel/src/ide/src/edit/cap_indentmgr.py:1039
msgid "Counts:"
msgstr ""
#: /Users/sdeibel/src/ide/src/edit/cap_indentmgr.py:1053
#: /Users/sdeibel/src/ide/src/edit/cap_indentmgr.py:1066
msgid "(from existing contents)"
msgstr ""
#: /Users/sdeibel/src/ide/src/edit/cap_indentmgr.py:1059
msgid "T_ab size:"
msgstr ""
#: /Users/sdeibel/src/ide/src/edit/cap_indentmgr.py:1072
msgid "_Indent size:"
msgstr ""
#: /Users/sdeibel/src/ide/src/edit/cap_indentmgr.py:1077
msgid "Conversions:"
msgstr ""
#: /Users/sdeibel/src/ide/src/edit/cap_indentmgr.py:1086
msgid "_Spaces Only"
msgstr ""
#: /Users/sdeibel/src/ide/src/edit/cap_indentmgr.py:1088
msgid "_Tabs Only"
msgstr ""
#: /Users/sdeibel/src/ide/src/edit/cap_indentmgr.py:1090
msgid "_Mixed Tabs & Spaces"
msgstr ""
#: /Users/sdeibel/src/ide/src/edit/cap_indentmgr.py:1166
msgid "(user-entered value)"
msgstr ""
#: /Users/sdeibel/src/ide/src/edit/cap_indentmgr.py:1168
#: /Users/sdeibel/src/ide/src/edit/cap_indentmgr.py:1172
msgid "(from file contents)"
msgstr ""
#: /Users/sdeibel/src/ide/src/edit/cap_indentmgr.py:1170
#: /Users/sdeibel/src/ide/src/edit/cap_indentmgr.py:1174
msgid "(from preferences)"
msgstr ""
#: /Users/sdeibel/src/ide/src/edit/cap_indentmgr.py:1197
msgid "<i>No active source editor</i>"
msgstr ""
#: /Users/sdeibel/src/ide/src/edit/cap_openfiles.py:44
#: /Users/sdeibel/src/ide/src/edit/cap_openfiles.py:49
#: /Users/sdeibel/src/ide/src/edit/cap_openfiles.py:94
#: /Users/sdeibel/src/ide/src/edit/cap_openfiles.py:293
msgid "Open Files"
msgstr ""
#: /Users/sdeibel/src/ide/src/edit/cap_openfiles.py:109
#: /Users/sdeibel/src/ide/src/edit/cap_openfiles.py:119
msgid "Open files state"
msgstr ""
#: /Users/sdeibel/src/ide/src/edit/cap_openfiles.py:262
msgid "Goto File"
msgstr ""
#: /Users/sdeibel/src/ide/src/edit/cap_openfiles.py:264
msgid "Save"
msgstr ""
#: /Users/sdeibel/src/ide/src/edit/cap_openfiles.py:265
msgid "Close Selected"
msgstr ""
#: /Users/sdeibel/src/ide/src/edit/cap_openfiles.py:266
msgid "Close Others"
msgstr ""
#: /Users/sdeibel/src/ide/src/edit/cap_openfiles.py:278
msgid "Select All"
msgstr ""
#: /Users/sdeibel/src/ide/src/edit/cap_openfiles.py:279
msgid "Select None"
msgstr ""
#: /Users/sdeibel/src/ide/src/edit/cap_openfiles.py:281
msgid "Name Selected File Set..."
msgstr ""
#: /Users/sdeibel/src/ide/src/edit/cap_openfiles.py:282
msgid "Open File Set"
msgstr ""
#: /Users/sdeibel/src/ide/src/edit/cap_openfiles.py:283
msgid "Manage File Sets..."
msgstr ""
#: /Users/sdeibel/src/ide/src/edit/cap_openfiles.py:287
msgid "File Properties..."
msgstr ""
#: /Users/sdeibel/src/ide/src/edit/cap_oscommands.py:214
msgid "Build Command: %s"
msgstr ""
#: /Users/sdeibel/src/ide/src/edit/cap_oscommands.py:306
#: /Users/sdeibel/src/ide/src/edit/prefs.py:285
#: /Users/sdeibel/src/ide/src/edit/prefs.py:292
#: /Users/sdeibel/src/ide/src/edit/prefs.py:655
msgid "Use Default"
msgstr ""
#: /Users/sdeibel/src/ide/src/edit/cap_oscommands.py:317
msgid "Title"
msgstr ""
#: /Users/sdeibel/src/ide/src/edit/cap_oscommands.py:318
msgid "Enter a title for the command if a non-default title is desired."
msgstr ""
#: /Users/sdeibel/src/ide/src/edit/cap_oscommands.py:323
msgid "Use pseudo-tty"
msgstr ""
#: /Users/sdeibel/src/ide/src/edit/cap_oscommands.py:324
msgid ""
"Enable this if the executed command or file expects to be run within a tty; "
"it executes the process within a pseudo TTY environment."
msgstr ""
#: /Users/sdeibel/src/ide/src/edit/cap_oscommands.py:330
msgid "Line mode"
msgstr ""
#: /Users/sdeibel/src/ide/src/edit/cap_oscommands.py:331
msgid ""
"Enable this to process input line edits locally, so that the line is "
"executed only after Enter is pressed; disable it to work in unbuffered "
"character mode, which sends each typed character to the sub-process as it "
"comes in. Note: Disabling this may not work for some processes; only a "
"_very_ limited subset of tty emulation is supported. Using command line "
"flags to disable color and other features in the sub-process may help."
msgstr ""
#: /Users/sdeibel/src/ide/src/edit/cap_oscommands.py:342
msgid "Auto-save files before execution"
msgstr ""
#: /Users/sdeibel/src/ide/src/edit/cap_oscommands.py:343
msgid ""
"Enable this to auto-save all open files before starting execution of the "
"command."
msgstr ""
#: /Users/sdeibel/src/ide/src/edit/cap_oscommands.py:349
#: /Users/sdeibel/src/ide/src/edit/cap_snippets.py:816
#: /Users/sdeibel/src/ide/src/edit/cap_snippets.py:1020
#: /Users/sdeibel/src/ide/src/edit/cap_snippets.py:1038
msgid "Key Binding"
msgstr ""
#: /Users/sdeibel/src/ide/src/edit/cap_oscommands.py:350
msgid "Press the desired key sequence to bind to this command."
msgstr ""
#: /Users/sdeibel/src/ide/src/edit/cap_oscommands.py:355
msgid "Raise OS Commands when executed"
msgstr ""
#: /Users/sdeibel/src/ide/src/edit/cap_oscommands.py:356
msgid ""
"Set this to automatically show the OS Commands tool when the command is "
"executed."
msgstr ""
#: /Users/sdeibel/src/ide/src/edit/cap_oscommands.py:362
msgid "I/O Encoding"
msgstr ""
#: /Users/sdeibel/src/ide/src/edit/cap_oscommands.py:363
msgid ""
"Use this to specify the encoding of text sent to and from the sub-process."
msgstr ""
#: /Users/sdeibel/src/ide/src/edit/cap_oscommands.py:441
#: /Users/sdeibel/src/ide/src/edit/cap_oscommands.py:698
msgid "Command Line"
msgstr ""
#: /Users/sdeibel/src/ide/src/edit/cap_oscommands.py:442
msgid ""
"The command line to execute. Use $(ENV) to insert values from the "
"environment or from the following special variables: $(WING:FILENAME) for "
"full path of current file, $(WING:LINENO) for current line number, $(WING:"
"SCOPE) for x.y.z-formatted list of current Python scope, $(WING:PROJECT) for "
"full path of current project, $(WING:PROJECT_DIR) for the directory that "
"contains the current project, $(WING:SELECTION) for the text selected on the "
"current editor, and $(WING:PYTHON) forthe full path to the Python being used "
"by the current project. %s can be used as a short hand for $(WING:"
"FILENAME). These values will be empty if undefined or there is no current "
"file. "
msgstr ""
#: /Users/sdeibel/src/ide/src/edit/cap_oscommands.py:480
msgid ""
"The starting directory for the sub-process. If unspecified, the directory "
"for commands will be the location of the project's main debug file or the "
"project file. For executing a file, the default directory is the location "
"of the file. $(ENV) formatted variables may be used to insert values from "
"the environment and special variables."
msgstr ""
#: /Users/sdeibel/src/ide/src/edit/cap_oscommands.py:487
msgid ""
"The PYTHONPATH to set when running this command. The path separator is \"%s"
"\". If unspecified, the PYTHONPATH Wing inherits at startup is used. $(ENV) "
"formatted variables may be used to insert values from the environment and "
"special variables."
msgstr ""
#: /Users/sdeibel/src/ide/src/edit/cap_oscommands.py:492
msgid ""
"Environment variables to set before running this command. Entries are in "
"\"name=value\" format, one per line. Use \"name=\" (without a value) to "
"unset and remove an inherited environment value. If unspecified, the "
"environment Wing inherits at startup is used."
msgstr ""
#: /Users/sdeibel/src/ide/src/edit/cap_oscommands.py:703
#: /Users/sdeibel/src/ide/src/edit/cap_sassist.py:85
msgid "Type"
msgstr ""
#: /Users/sdeibel/src/ide/src/edit/cap_oscommands.py:704
msgid ""
"Select a type of command (either command line or a file) and enter the "
"command line or filename. In command lines, use $(ENV) to insert values from "
"the environment or from the following special variables: $(WING:FILENAME) "
"for full path of current file, $(WING:LINENO) for current line number, "
"$(WING:SCOPE) for x.y.z-formatted list of current scope, $(WING:PROJECT) for "
"full path of current project, $(WING:PROJECT_DIR) for the directory that "
"contains the current project, and $(WING:SELECTION) for the text selected on "
"the current editor. %s can be used as a short hand for $(WING:FILENAME). "
"These values will be empty if undefined or there is not current file. For "
"files, Wing tries to automatically determine how to execute that file."
msgstr ""
#: /Users/sdeibel/src/ide/src/edit/cap_oscommands.py:743
msgid "Named Entry Point: %s"
msgstr ""
#: /Users/sdeibel/src/ide/src/edit/cap_oscommands.py:791
msgid "Entry Point"
msgstr ""
#: /Users/sdeibel/src/ide/src/edit/cap_oscommands.py:792
msgid "The named entry point to launch"
msgstr ""
#: /Users/sdeibel/src/ide/src/edit/cap_oscommands.py:900
msgid "No File Name"
msgstr ""
#: /Users/sdeibel/src/ide/src/edit/cap_oscommands.py:901
msgid "Please select a file before configuring the environment"
msgstr ""
#: /Users/sdeibel/src/ide/src/edit/cap_oscommands.py:914
msgid "Configure runtime environment for executing this file"
msgstr ""
#: /Users/sdeibel/src/ide/src/edit/cap_oscommands.py:925
msgid "Python File"
msgstr ""
#: /Users/sdeibel/src/ide/src/edit/cap_oscommands.py:926
msgid ""
"The Python file to run within the default launch configuration specified in "
"its File Properties"
msgstr ""
#: /Users/sdeibel/src/ide/src/edit/cap_oscommands.py:940
msgid "OS Command Properties: %s"
msgstr ""
#: /Users/sdeibel/src/ide/src/edit/cap_oscommands.py:974
msgid "Test Execution: %s"
msgstr ""
#: /Users/sdeibel/src/ide/src/edit/cap_oscommands.py:981
msgid "Test Execute"
msgstr ""
#: /Users/sdeibel/src/ide/src/edit/cap_oscommands.py:1031
msgid "Definition"
msgstr ""
#: /Users/sdeibel/src/ide/src/edit/cap_oscommands.py:1039
msgid "Environment"
msgstr ""
#: /Users/sdeibel/src/ide/src/edit/cap_oscommands.py:1129
msgid "Initial directory '%s' does not exist"
msgstr ""
#: /Users/sdeibel/src/ide/src/edit/cap_oscommands.py:1131
msgid "Initial directory '%s' is not a directory"
msgstr ""
#: /Users/sdeibel/src/ide/src/edit/cap_oscommands.py:1137
msgid "No Python file was selected"
msgstr ""
#: /Users/sdeibel/src/ide/src/edit/cap_oscommands.py:1142
msgid "The file '%s' does not exist"
msgstr ""
#: /Users/sdeibel/src/ide/src/edit/cap_oscommands.py:1144
msgid "The file '%s' is a directory"
msgstr ""
#: /Users/sdeibel/src/ide/src/edit/cap_oscommands.py:1149
msgid "The file '%s' is not a Python file"
msgstr ""
#: /Users/sdeibel/src/ide/src/edit/cap_oscommands.py:1177
msgid "PYTHONPATH entry '%s' does not exist"
msgstr ""
#: /Users/sdeibel/src/ide/src/edit/cap_oscommands.py:1179
msgid "PYTHONPATH entry '%s' is not a directory"
msgstr ""
#: /Users/sdeibel/src/ide/src/edit/cap_oscommands.py:1195
msgid "Environment must be in var=value form, one per line:"
msgstr ""
#: /Users/sdeibel/src/ide/src/edit/cap_oscommands.py:1197
msgid "Env entry %s is invalid"
msgstr ""
#: /Users/sdeibel/src/ide/src/edit/cap_oscommands.py:1205
msgid "The command line is empty"
msgstr ""
#: /Users/sdeibel/src/ide/src/edit/cap_oscommands.py:1571
msgid "Save Session"
msgstr ""
#: /Users/sdeibel/src/ide/src/edit/cap_oscommands.py:1572
msgid "Choose file to which to save the session:"
msgstr ""
#: /Users/sdeibel/src/ide/src/edit/cap_oscommands.py:1953
#: /Users/sdeibel/src/ide/src/edit/cap_oscommands.py:1969
msgid "OS Commands state"
msgstr ""
#: /Users/sdeibel/src/ide/src/edit/cap_oscommands.py:2037
msgid "Delete Build Command?"
msgstr ""
#: /Users/sdeibel/src/ide/src/edit/cap_oscommands.py:2038
msgid ""
"This command is used as a build command in this project. If you delete it, "
"the build command will also be deleted. Are you sure you want to delete it?"
msgstr ""
#: /Users/sdeibel/src/ide/src/edit/cap_oscommands.py:2042
msgid "Delete Command?"
msgstr ""
#: /Users/sdeibel/src/ide/src/edit/cap_oscommands.py:2048
msgid "_Delete Command"
msgstr ""
#: /Users/sdeibel/src/ide/src/edit/cap_oscommands.py:2061
msgid "_Options"
msgstr ""
#: /Users/sdeibel/src/ide/src/edit/cap_oscommands.py:2069
msgid "Execute current command"
msgstr ""
#: /Users/sdeibel/src/ide/src/edit/cap_oscommands.py:2076
msgid "Terminate current command"
msgstr ""
#: /Users/sdeibel/src/ide/src/edit/cap_oscommands.py:2087
msgid "Create new command"
msgstr ""
#: /Users/sdeibel/src/ide/src/edit/cap_oscommands.py:2094
msgid "Edit current command"
msgstr ""
#: /Users/sdeibel/src/ide/src/edit/cap_oscommands.py:2101
msgid "Delete current command"
msgstr ""
#: /Users/sdeibel/src/ide/src/edit/cap_oscommands.py:2130
#: /Users/sdeibel/src/ide/src/edit/cap_oscommands.py:2135
msgid "Toolbox"
msgstr ""
#: /Users/sdeibel/src/ide/src/edit/cap_oscommands.py:2257
#: /Users/sdeibel/src/ide/src/edit/cap_oscommands.py:2720
#: /Users/sdeibel/src/ide/src/edit/cap_oscommands.py:2832
msgid "_Terminate %s"
msgstr ""
#: /Users/sdeibel/src/ide/src/edit/cap_oscommands.py:2258
#: /Users/sdeibel/src/ide/src/edit/cap_oscommands.py:2721
#: /Users/sdeibel/src/ide/src/edit/cap_oscommands.py:2833
msgid "_Restart %s"
msgstr ""
#: /Users/sdeibel/src/ide/src/edit/cap_oscommands.py:2260
#: /Users/sdeibel/src/ide/src/edit/cap_oscommands.py:2723
#: /Users/sdeibel/src/ide/src/edit/cap_oscommands.py:2835
msgid "_Execute %s"
msgstr ""
#: /Users/sdeibel/src/ide/src/edit/cap_oscommands.py:2268
msgid "E_xecute %s"
msgstr ""
#: /Users/sdeibel/src/ide/src/edit/cap_oscommands.py:2273
msgid "_New: Command Line..."
msgstr ""
#: /Users/sdeibel/src/ide/src/edit/cap_oscommands.py:2274
msgid "_New: Python File..."
msgstr ""
#: /Users/sdeibel/src/ide/src/edit/cap_oscommands.py:2276
msgid "_New: Named Entry Point..."
msgstr ""
#: /Users/sdeibel/src/ide/src/edit/cap_oscommands.py:2278
msgid "_New Toolbox Command..."
msgstr ""
#: /Users/sdeibel/src/ide/src/edit/cap_oscommands.py:2280
#: /Users/sdeibel/src/ide/src/edit/cap_oscommands.py:2733
msgid "E_dit %s..."
msgstr ""
#: /Users/sdeibel/src/ide/src/edit/cap_oscommands.py:2281
#: /Users/sdeibel/src/ide/src/edit/cap_oscommands.py:2734
msgid "Re_move %s"
msgstr ""
#: /Users/sdeibel/src/ide/src/edit/cap_oscommands.py:2284
msgid "_Hide Toolbox"
msgstr ""
#: /Users/sdeibel/src/ide/src/edit/cap_oscommands.py:2286
msgid "_Show Toolbox"
msgstr ""
#: /Users/sdeibel/src/ide/src/edit/cap_oscommands.py:2288
msgid "_Clear Console"
msgstr ""
#: /Users/sdeibel/src/ide/src/edit/cap_oscommands.py:2290
msgid "A_uto-clear Consoles"
msgstr ""
#: /Users/sdeibel/src/ide/src/edit/cap_oscommands.py:2291
msgid ""
"Automatically clear past history from a console when a process is started/"
"restarted"
msgstr ""
#: /Users/sdeibel/src/ide/src/edit/cap_oscommands.py:2292
msgid "Python Prompt after Execution"
msgstr ""
#: /Users/sdeibel/src/ide/src/edit/cap_oscommands.py:2293
msgid ""
"When executing Python files, remain at the Python prompt after the file has "
"finished executing, rather than terminating Python. This is the same as the "
"-i command line option for Python."
msgstr ""
#: /Users/sdeibel/src/ide/src/edit/cap_oscommands.py:2296
msgid "Wrap Long Lines"
msgstr ""
#: /Users/sdeibel/src/ide/src/edit/cap_oscommands.py:2297
msgid "Wrap long output lines to fit in available display area."
msgstr ""
#: /Users/sdeibel/src/ide/src/edit/cap_oscommands.py:2299
msgid "Show OS Commands Documentation"
msgstr ""
#: /Users/sdeibel/src/ide/src/edit/cap_oscommands.py:2479
msgid "Process terminated with an exit code of %s\n"
msgstr ""
#: /Users/sdeibel/src/ide/src/edit/cap_oscommands.py:2502
msgid "Process failed to start"
msgstr ""
#: /Users/sdeibel/src/ide/src/edit/cap_oscommands.py:2664
#: /Users/sdeibel/src/ide/src/edit/cap_oscommands.py:2727
msgid "New: Command Line..."
msgstr ""
#: /Users/sdeibel/src/ide/src/edit/cap_oscommands.py:2665
#: /Users/sdeibel/src/ide/src/edit/cap_oscommands.py:2728
msgid "New: Python File..."
msgstr ""
#: /Users/sdeibel/src/ide/src/edit/cap_oscommands.py:2672
#: /Users/sdeibel/src/ide/src/edit/cap_oscommands.py:2729
msgid "New: Named Entry Point..."
msgstr ""
#: /Users/sdeibel/src/ide/src/edit/cap_oscommands.py:2731
msgid "_New..."
msgstr ""
#: /Users/sdeibel/src/ide/src/edit/cap_oscommands.py:2837
msgid "C_opy"
msgstr ""
#: /Users/sdeibel/src/ide/src/edit/cap_oscommands.py:2838
#: /Users/sdeibel/src/ide/src/edit/editor.py:8455
#: /Users/sdeibel/src/ide/src/edit/editor.py:11437
msgid "_Paste"
msgstr ""
#: /Users/sdeibel/src/ide/src/edit/cap_oscommands.py:2839
msgid "C_lear Console"
msgstr ""
#: /Users/sdeibel/src/ide/src/edit/cap_oscommands.py:2843
msgid "Send Ctrl-_C (SIGINT)"
msgstr ""
#: /Users/sdeibel/src/ide/src/edit/cap_oscommands.py:2844
msgid "Send Ctrl-_D (EOF)"
msgstr ""
#: /Users/sdeibel/src/ide/src/edit/cap_oscommands.py:2845
msgid "Send Ctrl-_Z (SIGSTOP)"
msgstr ""
#: /Users/sdeibel/src/ide/src/edit/cap_oscommands.py:2850
msgid "_Save a Copy..."
msgstr ""
#: /Users/sdeibel/src/ide/src/edit/cap_oscommands.py:2884
msgid "OS Commands"
msgstr ""
#: /Users/sdeibel/src/ide/src/edit/cap_oscommands.py:2890
msgid "Operating System Commands"
msgstr ""