-
Notifications
You must be signed in to change notification settings - Fork 4
/
src_proj.po
2174 lines (1719 loc) · 60.4 KB
/
src_proj.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_proj 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/proj/anastats.py:77
msgid ""
"Wing uses the Python configuration specified in the Environment tab of File "
"Properties for your main\n"
"debug file, if any is defined, or in Project Properties if there is no main "
"debug file. Source\n"
"analysis results will vary when run against different versions of Python or "
"with different PYTHONPATH.\n"
msgstr ""
#: /Users/sdeibel/src/ide/src/proj/anastats.py:88
msgid "Interpreter:"
msgstr ""
#: /Users/sdeibel/src/ide/src/proj/anastats.py:99
msgid "Effective Python Path:"
msgstr ""
#: /Users/sdeibel/src/ide/src/proj/anastats.py:122
msgid "Change Settings"
msgstr ""
#: /Users/sdeibel/src/ide/src/proj/anastats.py:124
msgid "Close"
msgstr ""
#: /Users/sdeibel/src/ide/src/proj/anastats.py:163
msgid "Python Environment"
msgstr ""
#: /Users/sdeibel/src/ide/src/proj/anastats.py:198
msgid "<untitled>"
msgstr ""
#: /Users/sdeibel/src/ide/src/proj/anastats.py:206
#: /Users/sdeibel/src/ide/src/proj/anastats.py:210
msgid "<not found>"
msgstr ""
#: /Users/sdeibel/src/ide/src/proj/anastats.py:220
msgid ""
"\n"
"These settings are being determined by the configured environment for the "
"main debug file\n"
"%s. Use the button below to alter settings for that file.\n"
msgstr ""
#: /Users/sdeibel/src/ide/src/proj/anastats.py:223
msgid ""
"\n"
"Since no main debug file is defined, these settings are being determined by "
"the environment\n"
"configured for project %s. Use the button below to alter the project "
"properties.\n"
msgstr ""
#: /Users/sdeibel/src/ide/src/proj/attribs.py:31
msgid "The list of files in the project"
msgstr ""
#: /Users/sdeibel/src/ide/src/proj/attribs.py:33
msgid "The list of directories in the project"
msgstr ""
#: /Users/sdeibel/src/ide/src/proj/attribs.py:37
msgid "The type of project file: shared or unshared"
msgstr ""
#: /Users/sdeibel/src/ide/src/proj/attribs.py:61
msgid ""
"The PYTHONPATH used by the code in your project. The default is the value "
"of sys.path in your selected Python interpreter (which includes any "
"inherited PYTHONPATH environment variable). The path separator is \"%s\". "
"This value is used by the debugger and source analyser to provide better "
"auto-completion and source navigation options. You can use environment "
"variable names as part of the directory names in the form $(ENVNAME). Use "
"$(WING:PROJECT_DIR) for the project directory."
msgstr ""
#: /Users/sdeibel/src/ide/src/proj/attribs.py:63
msgid ""
"The Python executable or virtualenv Python used with the code in your "
"project. This is used by the debugger and source analyser to provide "
"correct auto-completion and code navigation options. The default is the "
"interpreter run by \"python\" on the command line, or as found on the path "
"(or registry on Windows)"
msgstr ""
#: /Users/sdeibel/src/ide/src/proj/attribs.py:71
msgid ""
"Arguments to pass to the Python interpreter when debugging. The default -u "
"provides for unbuffered output; prompts for keyboard input may not appear "
"without this option."
msgstr ""
#: /Users/sdeibel/src/ide/src/proj/attribs.py:83
msgid ""
"Initial directory in which the debug process starts. The default is to use "
"the directory of the debug file. This is also used for initial directory for "
"Python Shell, for resolving partial Python Path entries, and some other "
"features. For these, the default is to use the directory of the main debug "
"file is used, or the directory of the project when no main debug file is "
"defined. Use $(WING:PROJECT_DIR) to set the initial directory to the "
"project's directory."
msgstr ""
#: /Users/sdeibel/src/ide/src/proj/attribs.py:94
msgid "Command to execute before running the debug process."
msgstr ""
#: /Users/sdeibel/src/ide/src/proj/attribs.py:103
msgid ""
"The environment to use by default when debugging or executing this file. "
"Either use the project-defined environment with given run args or select a "
"launch configuration."
msgstr ""
#: /Users/sdeibel/src/ide/src/proj/attribs.py:126
msgid ""
"Environment variables to set before running the debug process or other sub-"
"processes started from Wing IDE. Some tools, such as the Snippets tool also "
"use the environment specified here. Entries are in \"name=value\" format, "
"one per line. Use \"name=\" (without a value) to unset and remove an "
"inherited environment value."
msgstr ""
#: /Users/sdeibel/src/ide/src/proj/attribs.py:129
msgid ""
"The base directory for the project. This overrides the project file "
"location as the directory on which to base relative paths shown in the "
"Project view and elsewhere. It is also used as the directory in which the "
"Python Shell subprocess is launched and for the starting directory when the "
"Default Directory Policy preference is set to Current Project."
msgstr ""
#: /Users/sdeibel/src/ide/src/proj/attribs.py:138
msgid ""
"The main entry point for debugging, either a Python file or a named entry "
"point. When not specified, debugging starts in the current file in the "
"environment specified in its File Properties under Debug/Execute."
msgstr ""
#: /Users/sdeibel/src/ide/src/proj/attribs.py:142
msgid ""
"The primary debug file, if any. When set, this is where debugging always "
"starts. Otherwise debugging starts in the current file."
msgstr ""
#: /Users/sdeibel/src/ide/src/proj/attribs.py:171
msgid ""
"A list of modifications to the default set of attributes that are stored in "
"the project files's shared layer (*.wpr). Each item is +package.attrib-name "
"to add a shared attrib or -package.attrib-name to move an attrib to the per-"
"user file (*.wpu) so it is not shared with other users."
msgstr ""
#: /Users/sdeibel/src/ide/src/proj/attribs.py:180
#: /Users/sdeibel/src/ide/src/proj/attribs.py:209
#: /Users/sdeibel/src/ide/src/proj/attribs.py:238
msgid "Use Preferences Setting"
msgstr ""
#: /Users/sdeibel/src/ide/src/proj/attribs.py:181
#: /Users/sdeibel/src/ide/src/proj/properties.py:1992
msgid "Line Feed \\n (Posix/Unix/OS X)"
msgstr ""
#: /Users/sdeibel/src/ide/src/proj/attribs.py:182
msgid "Carriage Return \\r (Mac OS <=9)"
msgstr ""
#: /Users/sdeibel/src/ide/src/proj/attribs.py:183
msgid "Carriage Return and Line Feed \\r\\n (Windows)"
msgstr ""
#: /Users/sdeibel/src/ide/src/proj/attribs.py:188
msgid ""
"Preferred line ending style to use with this project. This overrides the "
"default line ending set in preferences."
msgstr ""
#: /Users/sdeibel/src/ide/src/proj/attribs.py:195
#: /Users/sdeibel/src/ide/src/proj/attribs.py:224
msgid "Ignore Conflicts"
msgstr ""
#: /Users/sdeibel/src/ide/src/proj/attribs.py:196
#: /Users/sdeibel/src/ide/src/proj/attribs.py:225
msgid "Warn About Conflicts"
msgstr ""
#: /Users/sdeibel/src/ide/src/proj/attribs.py:197
msgid "Auto-convert on Open"
msgstr ""
#: /Users/sdeibel/src/ide/src/proj/attribs.py:202
msgid ""
"Policy for treating files that are opened if the line endings in the file do "
"not match the preferred line ending style"
msgstr ""
#: /Users/sdeibel/src/ide/src/proj/attribs.py:210
msgid "Spaces Only"
msgstr ""
#: /Users/sdeibel/src/ide/src/proj/attribs.py:211
msgid "Tabs Only"
msgstr ""
#: /Users/sdeibel/src/ide/src/proj/attribs.py:212
msgid "Mixed Tabs and Spaces"
msgstr ""
#: /Users/sdeibel/src/ide/src/proj/attribs.py:217
msgid ""
"Preferred indentation style to use with this project. This overrides the "
"default indentation style set in preferences."
msgstr ""
#: /Users/sdeibel/src/ide/src/proj/attribs.py:230
msgid ""
"Policy for treating files that are opened if the indent style in the file "
"does not match the preferred indent style"
msgstr ""
#: /Users/sdeibel/src/ide/src/proj/attribs.py:243
msgid ""
"Controls whether to automatically strip trailing white space in the editor. "
"May be enabled for all files or only files that are part of the project."
msgstr ""
#: /Users/sdeibel/src/ide/src/proj/attribs.py:253
#: /Users/sdeibel/src/ide/src/proj/properties.py:2392
msgid "Use Preference Setting"
msgstr ""
#: /Users/sdeibel/src/ide/src/proj/attribs.py:255
msgid ""
"The default encoding to use for text files opened in the source editor and "
"other tools, when an encoding for that file cannot be determined by reading "
"the file. Other encodings may also be tried. This also sets the encoding "
"to use for newly created files."
msgstr ""
#: /Users/sdeibel/src/ide/src/proj/attribs.py:265
msgid "Enables Zope2/Plone support"
msgstr ""
#: /Users/sdeibel/src/ide/src/proj/attribs.py:270
msgid ""
"Enables checking for and offering to auto-add files when a new Zope Home is "
"set"
msgstr ""
#: /Users/sdeibel/src/ide/src/proj/attribs.py:275
msgid ""
"Zope2 instance directory (or Zope installation for Zope 2.6.x and earlier). "
"When altered, Wing will check and offer to install WingDBG, the debugger "
"support product."
msgstr ""
#: /Users/sdeibel/src/ide/src/proj/attribs.py:280
msgid ""
"Zope2 host (if remote). This is used to find the Debugger / Local/Remote / "
"Location Map value to use on file names read from the zope.conf file. It "
"should be left blank if your Zope instance is on the same machine as Wing."
msgstr ""
#: /Users/sdeibel/src/ide/src/proj/attribs.py:285
msgid ""
"Enable debugging of Django template files, so setting breakpoints, stepping, "
"and viewing data will work in template files as well as Python code."
msgstr ""
#: /Users/sdeibel/src/ide/src/proj/attribs.py:290
msgid ""
"Enable special event loop handling for matplotlib so that plots update "
"interactively while working in the Python Shell and Debug Probe."
msgstr ""
#: /Users/sdeibel/src/ide/src/proj/attribs.py:295
msgid "A container in which scripts can store information in the project file."
msgstr ""
#: /Users/sdeibel/src/ide/src/proj/attribs.py:301
msgid ""
"Determines the TCP/IP port on which the IDE will listen for the connections "
"from externally launched debug processes. This needs to be unique for each "
"IDE instance running on a host. The externally launched debug process needs "
"to be told the value specified here using kWingHostPort inside wingdbstub.py "
"or by WINGDB_HOSTPORT environment variable before importing wingdbstub in "
"the debug process."
msgstr ""
#: /Users/sdeibel/src/ide/src/proj/cap_panel.py:80
msgid "Click to open recent projects"
msgstr ""
#: /Users/sdeibel/src/ide/src/proj/cap_panel.py:87
msgid "_Options"
msgstr ""
#: /Users/sdeibel/src/ide/src/proj/cap_panel.py:96
msgid "Follow Selection"
msgstr ""
#: /Users/sdeibel/src/ide/src/proj/cap_panel.py:97
msgid "Follow Current Editor"
msgstr ""
#: /Users/sdeibel/src/ide/src/proj/cap_panel.py:99
msgid "View As Tree"
msgstr ""
#: /Users/sdeibel/src/ide/src/proj/cap_panel.py:100
msgid "View As Flattened Tree"
msgstr ""
#: /Users/sdeibel/src/ide/src/proj/cap_panel.py:103
msgid ""
"When checked, the project selection is visited in a non-sticky editor that "
"auto-closes when hidden. Double clicking always opens a sticky file for "
"editing."
msgstr ""
#: /Users/sdeibel/src/ide/src/proj/cap_panel.py:106
msgid ""
"When checked, project tree expansion is automatically changed to show the "
"file in the current editor."
msgstr ""
#: /Users/sdeibel/src/ide/src/proj/cap_panel.py:132
msgid "Sort By Name"
msgstr ""
#: /Users/sdeibel/src/ide/src/proj/cap_panel.py:133
msgid "Sort By Mime Type"
msgstr ""
#: /Users/sdeibel/src/ide/src/proj/cap_panel.py:134
msgid "Sort By Extension"
msgstr ""
#: /Users/sdeibel/src/ide/src/proj/cap_panel.py:144
msgid "List Files Before Directories"
msgstr ""
#: /Users/sdeibel/src/ide/src/proj/cap_panel.py:195
msgid "Project: %s%s [%i files / %i dirs]"
msgstr ""
#: /Users/sdeibel/src/ide/src/proj/cap_panel.py:216
msgid "Project"
msgstr ""
#: /Users/sdeibel/src/ide/src/proj/cap_panel.py:222
msgid "Project Manager"
msgstr ""
#: /Users/sdeibel/src/ide/src/proj/cap_panel.py:382
msgid "Project: <none>"
msgstr ""
#: /Users/sdeibel/src/ide/src/proj/cap_panel.py:384
msgid "Project: %s"
msgstr ""
#: /Users/sdeibel/src/ide/src/proj/cap_panel.py:422
#: /Users/sdeibel/src/ide/src/proj/cap_panel.py:434
msgid "Project panel state"
msgstr ""
#: /Users/sdeibel/src/ide/src/proj/cap_panel.py:451
msgid "Directory P_roperties..."
msgstr ""
#: /Users/sdeibel/src/ide/src/proj/cap_panel.py:459
msgid "File P_roperties..."
msgstr ""
#: /Users/sdeibel/src/ide/src/proj/cap_panel.py:476
msgid "_Copy Filenames"
msgstr ""
#: /Users/sdeibel/src/ide/src/proj/cap_panel.py:483
msgid "Show in Explorer"
msgstr ""
#: /Users/sdeibel/src/ide/src/proj/cap_panel.py:485
msgid "Show in Finder"
msgstr ""
#: /Users/sdeibel/src/ide/src/proj/cap_panel.py:487
msgid "Show Directory"
msgstr ""
#: /Users/sdeibel/src/ide/src/proj/cap_panel.py:489
msgid "Open in External _Viewer"
msgstr ""
#: /Users/sdeibel/src/ide/src/proj/cap_panel.py:490
msgid "_Search in Selected"
msgstr ""
#: /Users/sdeibel/src/ide/src/proj/cap_panel.py:494
msgid "_Name Selected File Set..."
msgstr ""
#: /Users/sdeibel/src/ide/src/proj/cap_panel.py:499
msgid "_Debug Selected"
msgstr ""
#: /Users/sdeibel/src/ide/src/proj/cap_panel.py:502
msgid "E_xecute Selected"
msgstr ""
#: /Users/sdeibel/src/ide/src/proj/cap_panel.py:505
msgid "Set As Main Debug Fi_le"
msgstr ""
#: /Users/sdeibel/src/ide/src/proj/cap_panel.py:507
msgid "Clear Main Debug Fi_le"
msgstr ""
#: /Users/sdeibel/src/ide/src/proj/cap_panel.py:527
msgid "Re_move/Exclude From Project"
msgstr ""
#: /Users/sdeibel/src/ide/src/proj/cap_panel.py:529
msgid "Re_move From Project"
msgstr ""
#: /Users/sdeibel/src/ide/src/proj/cap_panel.py:531
msgid "_Add Existing File..."
msgstr ""
#: /Users/sdeibel/src/ide/src/proj/cap_panel.py:532
msgid "Add Existing D_irectory..."
msgstr ""
#: /Users/sdeibel/src/ide/src/proj/cap_panel.py:534
msgid "Res_can Directory"
msgstr ""
#: /Users/sdeibel/src/ide/src/proj/cap_panel.py:541
msgid "Dele_te"
msgstr ""
#: /Users/sdeibel/src/ide/src/proj/cap_panel.py:543
msgid "Move To _Trash"
msgstr ""
#: /Users/sdeibel/src/ide/src/proj/cap_panel.py:550
msgid "Renam_e..."
msgstr ""
#: /Users/sdeibel/src/ide/src/proj/cap_panel.py:552
msgid "_Create New File..."
msgstr ""
#: /Users/sdeibel/src/ide/src/proj/cap_panel.py:553
msgid "Create Ne_w Directory..."
msgstr ""
#: /Users/sdeibel/src/ide/src/proj/cap_panel.py:554
msgid "Create Ne_w Package..."
msgstr ""
#: /Users/sdeibel/src/ide/src/proj/cap_panel.py:559
msgid "Show Project _Documentation"
msgstr ""
#: /Users/sdeibel/src/ide/src/proj/cap_panel.py:562
msgid "Configure Menu..."
msgstr ""
#: /Users/sdeibel/src/ide/src/proj/cap_panel.py:588
msgid "Project File"
msgstr ""
#: /Users/sdeibel/src/ide/src/proj/cap_panel.py:609
msgid "New name for the directory"
msgstr ""
#: /Users/sdeibel/src/ide/src/proj/cap_panel.py:610
msgid "New Directory Name"
msgstr ""
#: /Users/sdeibel/src/ide/src/proj/cap_panel.py:612
msgid "New name for the file"
msgstr ""
#: /Users/sdeibel/src/ide/src/proj/cap_panel.py:613
msgid "New File Name"
msgstr ""
#: /Users/sdeibel/src/ide/src/proj/cap_panel.py:859
msgid "Recycle Selected Files and Directories?"
msgstr ""
#: /Users/sdeibel/src/ide/src/proj/cap_panel.py:860
msgid ""
"Are you sure you want to move the selected files, directories, and all "
"contents of the directories to the recycling bin?"
msgstr ""
#: /Users/sdeibel/src/ide/src/proj/cap_panel.py:861
msgid "_Recycle Selected Files and Directories"
msgstr ""
#: /Users/sdeibel/src/ide/src/proj/cap_panel.py:863
msgid "Move Selected Files and Directories to Trash?"
msgstr ""
#: /Users/sdeibel/src/ide/src/proj/cap_panel.py:864
msgid ""
"Are you sure you want to move the selected files, directories, and all "
"contents of the directories to the trash?"
msgstr ""
#: /Users/sdeibel/src/ide/src/proj/cap_panel.py:865
msgid "_Move Selected Files and Directories to Trash"
msgstr ""
#: /Users/sdeibel/src/ide/src/proj/cap_panel.py:868
msgid "Recycle Selected Files?"
msgstr ""
#: /Users/sdeibel/src/ide/src/proj/cap_panel.py:869
msgid "Are you sure you want to move the selected files to the recycling bin?"
msgstr ""
#: /Users/sdeibel/src/ide/src/proj/cap_panel.py:870
msgid "_Recycle Selected Files"
msgstr ""
#: /Users/sdeibel/src/ide/src/proj/cap_panel.py:872
msgid "Move Selected Files to Trash?"
msgstr ""
#: /Users/sdeibel/src/ide/src/proj/cap_panel.py:873
msgid "Are you sure you want to move the selected files to the trash?"
msgstr ""
#: /Users/sdeibel/src/ide/src/proj/cap_panel.py:874
msgid "_Move Selected Files to Trash"
msgstr ""
#: /Users/sdeibel/src/ide/src/proj/cap_panel.py:877
msgid "Recycle Selected Directories?"
msgstr ""
#: /Users/sdeibel/src/ide/src/proj/cap_panel.py:878
msgid ""
"Are you sure you want to move the selected directories and all files within "
"them to the recycling bin?"
msgstr ""
#: /Users/sdeibel/src/ide/src/proj/cap_panel.py:879
msgid "_Recycle Selected Directories"
msgstr ""
#: /Users/sdeibel/src/ide/src/proj/cap_panel.py:881
msgid "Move Selected Directories to Trash?"
msgstr ""
#: /Users/sdeibel/src/ide/src/proj/cap_panel.py:882
msgid ""
"Are you sure you want to move the selected directories and all files within "
"them to the trash?"
msgstr ""
#: /Users/sdeibel/src/ide/src/proj/cap_panel.py:883
msgid "_Move Selected Directories to Trash"
msgstr ""
#: /Users/sdeibel/src/ide/src/proj/cap_panel.py:889
#: /Users/sdeibel/src/ide/src/proj/manager.py:1336
#: /Users/sdeibel/src/ide/src/proj/properties.py:1859
#: /Users/sdeibel/src/ide/src/proj/properties.py:1958
#: /Users/sdeibel/src/ide/src/proj/properties.py:2228
msgid "_Cancel"
msgstr ""
#: /Users/sdeibel/src/ide/src/proj/cap_shared.py:69
msgid ""
"Serious error writing the user branch of project file %s: File may be "
"corrupted. Please report this problem to support@wingware.com"
msgstr ""
#: /Users/sdeibel/src/ide/src/proj/cap_shared.py:75
#: /Users/sdeibel/src/ide/src/proj/project.py:1680
msgid "Failed to write parts of the project file: "
msgstr ""
#: /Users/sdeibel/src/ide/src/proj/cap_treepanel.py:647
#: /Users/sdeibel/src/ide/src/proj/cap_treepanel.py:1230
msgid "Move Selected Files?"
msgstr ""
#: /Users/sdeibel/src/ide/src/proj/cap_treepanel.py:648
#: /Users/sdeibel/src/ide/src/proj/cap_treepanel.py:1231
msgid "Are you sure you want to move the following items to %s ?"
msgstr ""
#: /Users/sdeibel/src/ide/src/proj/cap_treepanel.py:651
#: /Users/sdeibel/src/ide/src/proj/cap_treepanel.py:1233
msgid "Copy Selected Files?"
msgstr ""
#: /Users/sdeibel/src/ide/src/proj/cap_treepanel.py:652
#: /Users/sdeibel/src/ide/src/proj/cap_treepanel.py:1234
msgid "Are you sure you want to copy the following items to %s ?"
msgstr ""
#: /Users/sdeibel/src/ide/src/proj/cap_treepanel.py:658
#: /Users/sdeibel/src/ide/src/proj/cap_treepanel.py:1239
#: /Users/sdeibel/src/ide/src/proj/manager.py:382
#: /Users/sdeibel/src/ide/src/proj/newproject.py:431
msgid "OK"
msgstr ""
#: /Users/sdeibel/src/ide/src/proj/cap_treepanel.py:659
#: /Users/sdeibel/src/ide/src/proj/cap_treepanel.py:1240
#: /Users/sdeibel/src/ide/src/proj/manager.py:323
#: /Users/sdeibel/src/ide/src/proj/newproject.py:432
msgid "Cancel"
msgstr ""
#: /Users/sdeibel/src/ide/src/proj/cap_treepanel.py:664
#: /Users/sdeibel/src/ide/src/proj/cap_treepanel.py:1245
msgid "_Don't show this dialog again"
msgstr ""
#: /Users/sdeibel/src/ide/src/proj/cap_treepanel.py:727
msgid ". (project home directory)"
msgstr ""
#: /Users/sdeibel/src/ide/src/proj/cap_treepanel.py:1140
msgid "File"
msgstr ""
#: /Users/sdeibel/src/ide/src/proj/manager.py:95
msgid "Choose file to create"
msgstr ""
#: /Users/sdeibel/src/ide/src/proj/manager.py:98
msgid "Select file to add to project"
msgstr ""
#: /Users/sdeibel/src/ide/src/proj/manager.py:186
msgid "Select Directory to Remove"
msgstr ""
#: /Users/sdeibel/src/ide/src/proj/manager.py:211
msgid "Invalid selection"
msgstr ""
#: /Users/sdeibel/src/ide/src/proj/manager.py:212
msgid "Sorry, %s is not a directory."
msgstr ""
#: /Users/sdeibel/src/ide/src/proj/manager.py:279
msgid "Cannot Move Files"
msgstr ""
#: /Users/sdeibel/src/ide/src/proj/manager.py:281
msgid "Cannot Copy Files"
msgstr ""
#: /Users/sdeibel/src/ide/src/proj/manager.py:282
msgid "%s::The directory %s already exists. Please remove or rename it first."
msgstr ""
#: /Users/sdeibel/src/ide/src/proj/manager.py:299
msgid "Replace existing files?"
msgstr ""
#: /Users/sdeibel/src/ide/src/proj/manager.py:300
msgid ""
"The following files already exist. Do you want to replace the selected "
"files?"
msgstr ""
#: /Users/sdeibel/src/ide/src/proj/manager.py:322
msgid "Replace the Selected Files"
msgstr ""
#: /Users/sdeibel/src/ide/src/proj/manager.py:374
msgid "Could not Move"
msgstr ""
#: /Users/sdeibel/src/ide/src/proj/manager.py:375
msgid ""
"Some of the selected items could not be moved on disk. Please check their "
"permissions and try again."
msgstr ""
#: /Users/sdeibel/src/ide/src/proj/manager.py:378
msgid "Could not Copy"
msgstr ""
#: /Users/sdeibel/src/ide/src/proj/manager.py:379
msgid ""
"Some of the selected items could not be copied on disk. Please check their "
"permissions and try again."
msgstr ""
#: /Users/sdeibel/src/ide/src/proj/manager.py:668
msgid "Open Project"
msgstr ""
#: /Users/sdeibel/src/ide/src/proj/manager.py:669
msgid "Select project to open"
msgstr ""
#: /Users/sdeibel/src/ide/src/proj/manager.py:695
msgid "Converting project..."
msgstr ""
#: /Users/sdeibel/src/ide/src/proj/manager.py:706
msgid "Project Conversion Options"
msgstr ""
#: /Users/sdeibel/src/ide/src/proj/manager.py:707
msgid ""
"Would you like to convert this project to use the new auto-updating "
"directory style available in Wing IDE 3.0? Doing so may include more files "
"than were shown in your Wing 2.x project display.\n"
"\n"
"Alternatively, you may convert the project as a static list of files.\n"
"\n"
"You will be able to modify the project contents after conversion in either "
"case. The converted project will be opened as a new untitled project."
msgstr ""
#: /Users/sdeibel/src/ide/src/proj/manager.py:718
msgid "Use Auto-Updating Project"
msgstr ""
#: /Users/sdeibel/src/ide/src/proj/manager.py:719
msgid "Use Static Project"
msgstr ""
#: /Users/sdeibel/src/ide/src/proj/manager.py:728
msgid "Creating project instance..."
msgstr ""
#: /Users/sdeibel/src/ide/src/proj/manager.py:732
msgid "Reading project..."
msgstr ""
#: /Users/sdeibel/src/ide/src/proj/manager.py:738
#: /Users/sdeibel/src/ide/src/proj/manager.py:751
msgid "Failed to load project"
msgstr ""
#: /Users/sdeibel/src/ide/src/proj/manager.py:739
msgid ""
"Could not open project file '%s': it is a shared (two-file) project for use "
"with revision control and cannot be read by Wing IDE Personal."
msgstr ""
#: /Users/sdeibel/src/ide/src/proj/manager.py:741
#: /Users/sdeibel/src/ide/src/proj/manager.py:755
#: /Users/sdeibel/src/ide/src/proj/project.py:1368
#: /Users/sdeibel/src/ide/src/proj/properties.py:2975
msgid "_OK"
msgstr ""
#: /Users/sdeibel/src/ide/src/proj/manager.py:752
msgid ""
"Could not open project file '%s': it may be unreadable or in an invalid "
"file format. Try opening it from the File menu to inspect the contents of "
"the file."
msgstr ""
#: /Users/sdeibel/src/ide/src/proj/manager.py:770
msgid "Close prior project..."
msgstr ""
#: /Users/sdeibel/src/ide/src/proj/manager.py:773
msgid "Project opened"
msgstr ""
#: /Users/sdeibel/src/ide/src/proj/manager.py:791
msgid "Failed to save portions of visual state:"
msgstr ""
#: /Users/sdeibel/src/ide/src/proj/manager.py:844
msgid "Creating GUI..."
msgstr ""
#: /Users/sdeibel/src/ide/src/proj/manager.py:848
msgid "Update command GUI..."
msgstr ""
#: /Users/sdeibel/src/ide/src/proj/manager.py:879
msgid ""
"Converted version %s project::This Wing version %s project file has been "
"converted to Wing %s.x auto-updating project file format. You may want to "
"trim what Wing has added to the project. Then save it to a new file name, "
"since Wing %s.x project files cannot be opened with older versions of Wing."
msgstr ""
#: /Users/sdeibel/src/ide/src/proj/manager.py:885
msgid ""
"Converted version %s project::This Wing version %s project file has been "
"converted to Wing %s.x project file format with a static list of files. To "
"add auto-updating directories, use Add Directory in the Project menu. "
"Please save the project to a new file name, since Wing %s.x project files "
"cannot be opened with older versions of Wing."
msgstr ""
#: /Users/sdeibel/src/ide/src/proj/manager.py:891
msgid ""
"Converted version %s project::This Wing version %s project file has been "
"converted to Wing %s.x project file format. Please save it to a new file "
"name, since Wing %s.x project files cannot be opened with older versions of "
"Wing."
msgstr ""
#: /Users/sdeibel/src/ide/src/proj/manager.py:1335
msgid "_Open Selected"
msgstr ""
#: /Users/sdeibel/src/ide/src/proj/manager.py:1338
msgid "Select Project File to Open"
msgstr ""
#: /Users/sdeibel/src/ide/src/proj/manager.py:1457
msgid "Enter fragments separated by spaces:"
msgstr ""
#: /Users/sdeibel/src/ide/src/proj/manager.py:1541
msgid "Match on _Full Path"
msgstr ""
#: /Users/sdeibel/src/ide/src/proj/newproject.py:35
msgid "Generic Python"
msgstr ""
#: /Users/sdeibel/src/ide/src/proj/newproject.py:36
msgid "Generic with virtualenv"
msgstr ""
#: /Users/sdeibel/src/ide/src/proj/newproject.py:38
msgid "Matplotlib"
msgstr ""
#: /Users/sdeibel/src/ide/src/proj/newproject.py:40
msgid "Django"
msgstr ""
#: /Users/sdeibel/src/ide/src/proj/newproject.py:41
msgid "Google App Engine"
msgstr ""
#: /Users/sdeibel/src/ide/src/proj/newproject.py:42
msgid "mod_python"
msgstr ""
#: /Users/sdeibel/src/ide/src/proj/newproject.py:43
msgid "mod_wsgi"
msgstr ""
#: /Users/sdeibel/src/ide/src/proj/newproject.py:44
msgid "Plone"
msgstr ""
#: /Users/sdeibel/src/ide/src/proj/newproject.py:45
msgid "Pyramid"
msgstr ""
#: /Users/sdeibel/src/ide/src/proj/newproject.py:46
msgid "Turbogears"
msgstr ""
#: /Users/sdeibel/src/ide/src/proj/newproject.py:47
msgid "Web2py"
msgstr ""
#: /Users/sdeibel/src/ide/src/proj/newproject.py:49
msgid "PyGTK"
msgstr ""
#: /Users/sdeibel/src/ide/src/proj/newproject.py:50
msgid "PyGObject"
msgstr ""
#: /Users/sdeibel/src/ide/src/proj/newproject.py:51
msgid "PyQt"
msgstr ""
#: /Users/sdeibel/src/ide/src/proj/newproject.py:52
msgid "WxPython"
msgstr ""
#: /Users/sdeibel/src/ide/src/proj/newproject.py:54
msgid "Blender"
msgstr ""
#: /Users/sdeibel/src/ide/src/proj/newproject.py:55
msgid "Autodesk Maya"
msgstr ""
#: /Users/sdeibel/src/ide/src/proj/newproject.py:56
msgid "NUKE/NUKEX"
msgstr ""
#: /Users/sdeibel/src/ide/src/proj/newproject.py:57
msgid "Source Filmmaker"
msgstr ""
#: /Users/sdeibel/src/ide/src/proj/newproject.py:59
msgid "Hex-Rays IDA"
msgstr ""
#: /Users/sdeibel/src/ide/src/proj/newproject.py:60
msgid "Paste/Pylons"
msgstr ""
#: /Users/sdeibel/src/ide/src/proj/newproject.py:61
msgid "PyGame"
msgstr ""
#: /Users/sdeibel/src/ide/src/proj/newproject.py:62
msgid "Twisted"
msgstr ""
#: /Users/sdeibel/src/ide/src/proj/newproject.py:63
msgid "Webware"
msgstr ""
#: /Users/sdeibel/src/ide/src/proj/newproject.py:64
msgid "Zope2 (without Plone)"
msgstr ""
#: /Users/sdeibel/src/ide/src/proj/newproject.py:82
msgid ""
"The type of project you wish to create. Some project types prompt for "
"different initial values."
msgstr ""
#: /Users/sdeibel/src/ide/src/proj/newproject.py:91
msgid ""
"The primary source directory to add to the project. Other directories can "
"be added later in the Project tool."
msgstr ""
#: /Users/sdeibel/src/ide/src/proj/newproject.py:97
msgid "This can be changed later in Project Properties."
msgstr ""
#: /Users/sdeibel/src/ide/src/proj/newproject.py:100
msgid "The Python executable to use with this project."
msgstr ""
#: /Users/sdeibel/src/ide/src/proj/newproject.py:102
msgid "The python.exe to use with this project."
msgstr ""
#: /Users/sdeibel/src/ide/src/proj/newproject.py:103
msgid "The virtualenv Python to use with this project."
msgstr ""
#: /Users/sdeibel/src/ide/src/proj/newproject.py:115
msgid "The PYTHONPATH to use for this project."
msgstr ""
#: /Users/sdeibel/src/ide/src/proj/newproject.py:149
msgid "Python Executable"
msgstr ""
#: /Users/sdeibel/src/ide/src/proj/newproject.py:184
msgid "Project Created"
msgstr ""
#: /Users/sdeibel/src/ide/src/proj/newproject.py:185
msgid ""
"A new untitled project has been created. You can now:<ul><li>Drag files and "
"directories onto the Project tool<li>Configure Project Properties from the "