forked from geany/geany-plugins
-
Notifications
You must be signed in to change notification settings - Fork 0
/
zh_CN.po
9190 lines (7227 loc) · 210 KB
/
zh_CN.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
# Chinese Simplified translations for Geany plugins
# Copyright (C) 2009 THE Geany'S COPYRIGHT HOLDER
# This file is distributed under the same license as the Geany package.
#
# Xhacker Liu <[email protected]>, 2009.
msgid ""
msgstr ""
"Project-Id-Version: Geany-Plugins 1.30\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-09-22 11:56+0200\n"
"PO-Revision-Date: 2009-10-30 08:44+0800\n"
"Last-Translator: Xhacker Liu <[email protected]>\n"
"Language-Team: zh_CN <>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Gtranslator 1.9.6\n"
"Plural-Forms: nplurals=1; plural=0;\n"
#: ../addons/src/ao_bookmarklist.c:190
msgid "(Empty Line)"
msgstr "(空行)"
#: ../addons/src/ao_bookmarklist.c:315
#, fuzzy
msgid "_Remove Bookmark"
msgstr "书签"
#. Translators: Number is meant at this point.
#: ../addons/src/ao_bookmarklist.c:342
msgid "No."
msgstr "No."
#: ../addons/src/ao_bookmarklist.c:350 ../devhelp/src/dhp-object.c:494
#: ../devhelp/devhelp/dh-window.c:1142
msgid "Contents"
msgstr "内容"
#: ../addons/src/ao_bookmarklist.c:383 ../treebrowser/src/treebrowser.c:666
#: ../webhelper/src/gwh-plugin.c:328
msgid "Bookmarks"
msgstr "书签"
#. complete update
#: ../addons/src/ao_tasks.c:373 ../geanyvc/src/geanyvc.c:2527
msgid "_Update"
msgstr "更新(_U)"
#: ../addons/src/ao_tasks.c:382
msgid "_Hide Message Window"
msgstr ""
#: ../addons/src/ao_tasks.c:412 ../debugger/src/stree.c:420
#: ../scope/data/scope.glade.h:72 ../scope/data/scope_gtk3.glade.h:72
#, fuzzy
msgid "File"
msgstr "文件(_F)"
#: ../addons/src/ao_tasks.c:423 ../debugger/src/bptree.c:702
#: ../debugger/src/stree.c:427 ../scope/data/scope.glade.h:73
#: ../scope/data/scope_gtk3.glade.h:73
msgid "Line"
msgstr ""
#. i18n: in the programming language context, if you don't
#. * have an ESTABLISHED term for it, leave it
#. * untranslated.
#: ../addons/src/ao_tasks.c:434 ../debugger/src/vtree.c:201
#: ../devhelp/devhelp/dh-link.c:287 ../latex/src/bibtexlabels.c:68
#: ../scope/data/scope.glade.h:79 ../scope/data/scope_gtk3.glade.h:79
msgid "Type"
msgstr "Type"
#: ../addons/src/ao_tasks.c:445
#, fuzzy
msgid "Task"
msgstr "任务"
#: ../addons/src/ao_tasks.c:478
msgid "Tasks"
msgstr "任务"
#: ../addons/src/ao_tasks.c:542
#, fuzzy
msgid "Context:"
msgstr "内容"
#: ../addons/src/ao_xmltagging.c:54
msgid "XML tagging"
msgstr ""
#: ../addons/src/ao_xmltagging.c:65
msgid "Tag name to be inserted:"
msgstr ""
#: ../addons/src/ao_xmltagging.c:69
#, c-format
msgid ""
"%s will be replaced with your current selection. Please keep care on your "
"selection"
msgstr ""
#: ../addons/src/ao_openuri.c:165
msgid "Open URI"
msgstr "打开URI"
#: ../addons/src/ao_openuri.c:171
msgid "Copy URI"
msgstr "复制URI"
#: ../addons/src/ao_wrapwords.c:252
#, fuzzy
msgid "Enclose Characters"
msgstr "箭头字符"
#: ../addons/src/ao_wrapwords.c:253
msgid "Accept"
msgstr ""
#: ../addons/src/ao_wrapwords.c:254 ../geanymacro/src/geanymacro.c:1064
#, fuzzy
msgid "Cancel"
msgstr "编码:"
#: ../addons/src/ao_wrapwords.c:254
msgid "OK"
msgstr ""
#: ../addons/src/ao_wrapwords.c:263
#, c-format
msgid "Enclose combo %d"
msgstr ""
#: ../addons/src/ao_wrapwords.c:279
#, fuzzy
msgid "Opening Character"
msgstr "插入特殊字符(_S)"
#: ../addons/src/ao_wrapwords.c:286
#, fuzzy
msgid "Closing Character"
msgstr "箭头字符"
#: ../addons/src/ao_doclist.c:250
msgid "Close Ot_her Documents"
msgstr "关闭其他文件(_H)"
#: ../addons/src/ao_doclist.c:255
msgid "C_lose All"
msgstr "关闭全部(_L)"
#: ../addons/src/ao_doclist.c:311
msgid "Show Document List"
msgstr "显示文件列表"
#: ../addons/src/ao_copyfilepath.c:104
#, c-format
msgid "File path \"%s\" copied to clipboard."
msgstr ""
#: ../addons/src/ao_copyfilepath.c:119 ../addons/src/addons.c:456
msgid "Copy File Path"
msgstr ""
#: ../addons/src/ao_copyfilepath.c:122
#, fuzzy
msgid "Copy the file path of the current document to the clipboard"
msgstr "检查当前文件的拼写。"
#: ../addons/src/addons.c:364 ../autoclose/src/autoclose.c:876
#: ../codenav/src/codenavigation.c:281 ../latex/src/latex.c:208
#: ../latex/src/latex.c:293 ../geanyprj/src/geanyprj.c:176
#: ../geanyvc/src/geanyvc.c:1973 ../geniuspaste/src/geniuspaste.c:336
#: ../lineoperations/src/lo_prefs.c:58 ../sendmail/src/sendmail.c:128
#: ../sendmail/src/sendmail.c:293 ../spellcheck/src/scplugin.c:124
#: ../treebrowser/src/treebrowser.c:2103
#: ../updatechecker/src/updatechecker.c:262
msgid "Plugin configuration directory could not be created."
msgstr "无法创建插件配置文件目录。"
#: ../addons/src/addons.c:447
msgid "Focus Bookmark List"
msgstr "焦点书签列表"
#: ../addons/src/addons.c:449
#, fuzzy
msgid "Focus Tasks List"
msgstr "焦点书签列表"
#: ../addons/src/addons.c:451
msgid "Update Tasks List"
msgstr ""
#: ../addons/src/addons.c:453
msgid "Run XML tagging"
msgstr ""
#: ../addons/src/addons.c:483
msgid "Show toolbar item to show a list of currently open documents"
msgstr "在工具栏中显示当前打开文件列表"
#: ../addons/src/addons.c:487
msgid "Sort documents by _name"
msgstr ""
#: ../addons/src/addons.c:489
msgid "Sort the documents in the list by their filename"
msgstr ""
#: ../addons/src/addons.c:492
msgid "Sort documents by _occurrence"
msgstr ""
#: ../addons/src/addons.c:494
#, fuzzy
msgid "Sort the documents in the order of the document tabs"
msgstr "为您的新文档设置编码"
#: ../addons/src/addons.c:497
msgid "Sort documents by _occurrence (reversed)"
msgstr ""
#: ../addons/src/addons.c:499
msgid "Sort the documents in the order of the document tabs (reversed)"
msgstr ""
#: ../addons/src/addons.c:526
#, fuzzy
msgid "Show an 'Open URI' item in the editor menu"
msgstr "在编辑器菜单中显示“打开URI”"
#: ../addons/src/addons.c:532
#, fuzzy
msgid "Show available Tasks in the Messages Window"
msgstr "在消息窗口中显示可用的任务"
#: ../addons/src/addons.c:538
msgid "Show tasks of all documents"
msgstr ""
#: ../addons/src/addons.c:542
msgid ""
"Whether to show the tasks of all open documents in the list or only those of "
"the current document."
msgstr ""
#: ../addons/src/addons.c:549
msgid "Specify a semicolon separated list of search tokens."
msgstr ""
#: ../addons/src/addons.c:551
msgid "Search tokens:"
msgstr ""
#: ../addons/src/addons.c:568
msgid "Show status icon in the Notification Area"
msgstr "在通知区域显示状态图标"
#: ../addons/src/addons.c:574
#, fuzzy
msgid "Show defined bookmarks (marked lines) in the sidebar"
msgstr "显示定义的书签(标记的行)在侧栏"
#: ../addons/src/addons.c:580
msgid "Mark all occurrences of a word when double-clicking it"
msgstr ""
#: ../addons/src/addons.c:586
msgid "Deselect a previous highlight by single click"
msgstr ""
#: ../addons/src/addons.c:596
msgid "Strip trailing blank lines"
msgstr ""
#: ../addons/src/addons.c:602
msgid "XML tagging for selection"
msgstr ""
#: ../addons/src/addons.c:608
msgid "Enclose selection on configurable keybindings"
msgstr ""
#: ../addons/src/addons.c:612
msgid "Configure enclose pairs"
msgstr ""
#: ../addons/src/addons.c:620
msgid "Enclose selection automatically (without having to press a keybinding)"
msgstr ""
#: ../addons/src/addons.c:626
msgid "Show a calltip when hovering over a color value"
msgstr ""
#: ../addons/src/addons.c:632
msgid "Open Color Chooser when double-clicking a color value"
msgstr ""
#. Set metadata
#: ../addons/src/addons.c:729
msgid "Addons"
msgstr "附加组件"
#: ../addons/src/addons.c:730
msgid "Various small addons for Geany."
msgstr "很多 Geany 的小附加组件。"
#: ../autoclose/src/autoclose.c:1032
msgid "Auto-close quotes and brackets"
msgstr ""
#: ../autoclose/src/autoclose.c:1033
msgid "Parenthesis ( )"
msgstr ""
#: ../autoclose/src/autoclose.c:1034
msgid "Auto-close parenthesis \"(\" -> \"(|)\""
msgstr ""
#: ../autoclose/src/autoclose.c:1036
msgid "Curly brackets { }"
msgstr ""
#: ../autoclose/src/autoclose.c:1037
msgid "Auto-close curly brackets \"{\" -> \"{|}\""
msgstr ""
#: ../autoclose/src/autoclose.c:1039
msgid "Square brackets [ ]"
msgstr ""
#: ../autoclose/src/autoclose.c:1040
msgid "Auto-close square brackets \"[\" -> \"[|]\""
msgstr ""
#: ../autoclose/src/autoclose.c:1041
msgid "Angular brackets < >"
msgstr ""
#: ../autoclose/src/autoclose.c:1042
msgid "Auto-close angular brackets \"<\" -> \"<|>\""
msgstr ""
#: ../autoclose/src/autoclose.c:1044
msgid "\tOnly for HTML"
msgstr ""
#: ../autoclose/src/autoclose.c:1045
msgid "Auto-close angular brackets only in HTML documents"
msgstr ""
#: ../autoclose/src/autoclose.c:1046
msgid "Double quotes \" \""
msgstr ""
#: ../autoclose/src/autoclose.c:1047
msgid "Auto-close double quotes \" -> \"|\""
msgstr ""
#: ../autoclose/src/autoclose.c:1048
msgid "Single quotes ' '"
msgstr ""
#: ../autoclose/src/autoclose.c:1049
msgid "Auto-close single quotes ' -> '|'"
msgstr ""
#: ../autoclose/src/autoclose.c:1050
msgid "Backquote ` `"
msgstr ""
#: ../autoclose/src/autoclose.c:1051
msgid "Auto-close backquote ` -> `|`"
msgstr ""
#: ../autoclose/src/autoclose.c:1053
msgid "\tOnly for Shell-scripts (Bash)"
msgstr ""
#: ../autoclose/src/autoclose.c:1054
msgid "Auto-close backquote only in Shell-scripts like Bash"
msgstr ""
#: ../autoclose/src/autoclose.c:1056
msgid "Improve curly brackets completion"
msgstr ""
#: ../autoclose/src/autoclose.c:1057
msgid "Indent when enclosing"
msgstr ""
#: ../autoclose/src/autoclose.c:1058
msgid ""
"If you select some text and press \"{\" or \"}\", plugin will auto-close "
"selected lines and make new block with indent.\n"
"You do not need to select block precisely - block enclosing takes into "
"account only lines."
msgstr ""
#: ../autoclose/src/autoclose.c:1063
#, fuzzy
msgid "Move cursor to beginning"
msgstr "将选中部分左对齐"
#: ../autoclose/src/autoclose.c:1064
msgid ""
"If you checked \"Indent when enclosing\", moving cursor to beginning may be "
"useful: usually you make new block and need to create new statement before "
"this block."
msgstr ""
#: ../autoclose/src/autoclose.c:1067
#, fuzzy
msgid "Improved auto-indentation"
msgstr "简报"
#: ../autoclose/src/autoclose.c:1068
msgid ""
"Improved auto-indent for curly brackets: type \"{\" and then press Enter - "
"plugin will create full indented block. Works without \"auto-close { }\" "
"checkbox."
msgstr ""
#: ../autoclose/src/autoclose.c:1071
msgid "\tWhitesmith's style"
msgstr ""
#: ../autoclose/src/autoclose.c:1072
msgid ""
"This style puts the brace associated with a control statement on the next "
"line, indented. Statements within the braces are indented to the same level "
"as the braces."
msgstr ""
#: ../autoclose/src/autoclose.c:1077
msgid "Delete pairing character while backspacing first"
msgstr ""
#: ../autoclose/src/autoclose.c:1078
msgid "Check if you want to delete pairing bracket by pressing BackSpace."
msgstr ""
#: ../autoclose/src/autoclose.c:1080
msgid "Suppress double-completion"
msgstr ""
#: ../autoclose/src/autoclose.c:1081
msgid ""
"Check if you want to allow editor automatically fix mistypes with brackets: "
"if you type \"{}\" you will get \"{}\", not \"{}}\"."
msgstr ""
#: ../autoclose/src/autoclose.c:1083
#, fuzzy
msgid "Enclose selections"
msgstr "选择字体"
#: ../autoclose/src/autoclose.c:1084
msgid "Automatically enclose selected text by pressing just one bracket key."
msgstr ""
#: ../autoclose/src/autoclose.c:1086
#, fuzzy
msgid "Keep selection when enclosing"
msgstr "将选中部分居中"
#: ../autoclose/src/autoclose.c:1087
msgid "Keep your previously selected text after enclosing."
msgstr ""
#: ../autoclose/src/autoclose.c:1089
msgid "Behaviour inside comments and strings"
msgstr ""
#: ../autoclose/src/autoclose.c:1090
msgid "Allow auto-closing in strings and comments"
msgstr ""
#: ../autoclose/src/autoclose.c:1091
msgid "Check if you want to keep auto-closing inside strings and comments too."
msgstr ""
#: ../autoclose/src/autoclose.c:1092
msgid "Enclose selections in strings and comments"
msgstr ""
#: ../autoclose/src/autoclose.c:1093
msgid ""
"Check if you want to enclose selections inside strings and comments too."
msgstr ""
#: ../autoclose/src/autoclose.c:1096
msgid "Auto-complete \";\" for functions"
msgstr ""
#: ../autoclose/src/autoclose.c:1097
msgid ""
"Full function auto-closing (works only for C/C++): type \"sin(\" and you "
"will get \"sin(|);\"."
msgstr ""
#: ../autoclose/src/autoclose.c:1099
msgid "Shift+BackSpace removes pairing brace too"
msgstr ""
#: ../autoclose/src/autoclose.c:1100
msgid ""
"Remove left and right brace while pressing Shift+BackSpace.\n"
"Tip: to completely remove indented block just Shift+BackSpace first \"{\" or "
"last \"}\"."
msgstr ""
#: ../autoclose/src/autoclose.c:1103
msgid "Jump on Tab to enclosed char"
msgstr ""
#: ../autoclose/src/autoclose.c:1104
msgid "Jump behind autoclosed items on Tab press."
msgstr ""
#. Set metadata
#: ../autoclose/src/autoclose.c:1160
msgid "Auto-close"
msgstr ""
#: ../autoclose/src/autoclose.c:1161
msgid "Auto-close braces and brackets with lot of features"
msgstr ""
#. Set metadata
#: ../automark/src/automark.c:206
msgid "Auto-mark"
msgstr ""
#: ../automark/src/automark.c:207
msgid "Auto-mark word under cursor"
msgstr ""
#: ../codenav/src/codenavigation.c:128
msgid ""
"Codenav head/impl lists should have been same length. Geany will use the "
"default configuration."
msgstr ""
#. Frame, which is the returned widget
#. Add the menu item and make it sensitive only when a document is opened
#: ../codenav/src/codenavigation.c:384 ../codenav/src/switch_head_impl.c:70
#: ../codenav/src/switch_head_impl.c:84
msgid "Switch header/implementation"
msgstr ""
#. Help label
#: ../codenav/src/codenavigation.c:391
msgid "You can specify multiple extensions by separating them by commas."
msgstr ""
#: ../codenav/src/codenavigation.c:414
msgid "Implementations extensions"
msgstr ""
#: ../codenav/src/codenavigation.c:423
msgid "Headers extensions"
msgstr ""
#. Add the "reset to default" button to the frame's hbox
#: ../codenav/src/codenavigation.c:450
#, fuzzy
msgid "Reset to Default"
msgstr "默认(%s)"
#: ../codenav/src/codenavigation.c:535
msgid ""
"Are you sure you want to delete all languages and restore defaults?\n"
"This action cannot be undone."
msgstr ""
#. Set metadata
#: ../codenav/src/codenavigation.c:609
msgid "Code navigation"
msgstr "代码导航"
#: ../codenav/src/codenavigation.c:610
msgid ""
"This plugin adds features to facilitate navigation between source files."
msgstr ""
#. Add the menu item, sensitive only when a document is opened
#: ../codenav/src/goto_file.c:68 ../codenav/src/goto_file.c:218
msgid "Go to File..."
msgstr ""
#: ../codenav/src/goto_file.c:82
msgid "Go to File"
msgstr ""
#: ../codenav/src/goto_file.c:227
msgid "Enter the file you want to open:"
msgstr ""
#: ../codenav/src/goto_file.c:303 ../codenav/src/switch_head_impl.c:409
#, fuzzy, c-format
msgid "%s not found, create it?"
msgstr "未找到 %s,创建?"
#: ../commander/src/commander-plugin.c:42
#, fuzzy
msgid "Commander"
msgstr "命令0:"
#: ../commander/src/commander-plugin.c:43
msgid "Provides a command panel for quick access to actions, files and more"
msgstr ""
#: ../commander/src/commander-plugin.c:772
#, fuzzy
msgid "Show Command Panel"
msgstr "命令0:"
#: ../commander/src/commander-plugin.c:776
#, fuzzy
msgid "Show Command Panel (Commands Only)"
msgstr "命令0:"
#: ../commander/src/commander-plugin.c:780
#, fuzzy
msgid "Show Command Panel (Files Only)"
msgstr "命令0:"
#: ../debugger/src/plugin.c:127 ../debugger/src/keys.c:75
#: ../scope/data/scope.glade.h:145 ../scope/data/scope_gtk3.glade.h:145
#: ../scope/src/scope.c:228
#, fuzzy
msgid "Debug"
msgstr "调试器"
#. Set metadata
#: ../debugger/src/plugin.c:198
#, fuzzy
msgid "Debugger"
msgstr "调试器"
#: ../debugger/src/plugin.c:199
msgid "Various debuggers integration."
msgstr ""
#: ../debugger/src/vtree.c:170 ../debugger/src/envtree.c:424
#: ../scope/data/scope.glade.h:88 ../scope/data/scope_gtk3.glade.h:88
#, fuzzy
msgid "Name"
msgstr "名称:"
#: ../debugger/src/vtree.c:193 ../debugger/src/envtree.c:429
#: ../scope/data/scope.glade.h:89 ../scope/data/scope_gtk3.glade.h:89
msgid "Value"
msgstr ""
#: ../debugger/src/tpage.c:105
msgid "Choose target file"
msgstr ""
#. target
#: ../debugger/src/tpage.c:296
#, fuzzy
msgid "Target:"
msgstr "Pages"
#: ../debugger/src/tpage.c:300 ../debugger/src/tpage.c:303
#, fuzzy
msgid "Browse"
msgstr "浏览..."
#. debugger
#: ../debugger/src/tpage.c:309
#, fuzzy
msgid "Debugger:"
msgstr "调试器"
#. arguments
#: ../debugger/src/tpage.c:320
#, fuzzy
msgid "Command Line Arguments"
msgstr "命令0:"
#. environment
#: ../debugger/src/tpage.c:331
#, fuzzy
msgid "Environment Variables"
msgstr "环境"
#. if name is empty - offer to delete variable
#: ../debugger/src/envtree.c:259 ../debugger/src/envtree.c:365
#: ../debugger/src/debug.c:264
#, fuzzy
msgid "Delete variable?"
msgstr "本地变量"
#: ../debugger/src/bptree.c:676
#, fuzzy
msgid "Location"
msgstr "位置:"
#: ../debugger/src/bptree.c:685 ../scope/data/scope.glade.h:83
#: ../scope/data/scope_gtk3.glade.h:83
#, fuzzy
msgid "Condition"
msgstr "Edition"
#: ../debugger/src/bptree.c:696
msgid "Hit count"
msgstr ""
#: ../debugger/src/bptree.c:861
#, c-format
msgid "line %i"
msgstr ""
#: ../debugger/src/dbm_gdb.c:526
#, fuzzy, c-format
msgid "Program received signal %s (%s)"
msgstr "程序收到信号:"
#: ../debugger/src/dbm_gdb.c:547
#, fuzzy, c-format
msgid "Program exited with code \"%i\""
msgstr "程序退出,代码 %d [%s]\n"
#: ../debugger/src/dbm_gdb.c:737
msgid "Failed to spawn gdb process"
msgstr ""
#: ../debugger/src/dbm_gdb.c:784
msgid "~\"Loading target file.\\n\""
msgstr ""
#: ../debugger/src/dbm_gdb.c:784
msgid "Error loading file"
msgstr ""
#. setting asyncronous mode
#. setting null-stop array printing
#. enable pretty printing
#: ../debugger/src/dbm_gdb.c:789 ../debugger/src/dbm_gdb.c:792
#: ../debugger/src/dbm_gdb.c:795
msgid "Error configuring GDB"
msgstr ""
#: ../debugger/src/dbm_gdb.c:835
#, c-format
msgid ""
"Breakpoint at %s:%i cannot be set\n"
"Debugger message: %s"
msgstr ""
#: ../debugger/src/utils.c:67
#, c-format
msgid "Can't find a source file \"%s\""
msgstr ""
#: ../debugger/src/stree.c:164
msgid "Active frame"
msgstr ""
#: ../debugger/src/stree.c:164
msgid "Click an arrow to switch to a frame"
msgstr ""
#: ../debugger/src/stree.c:350
#, c-format
msgid "Thread %i"
msgstr ""
#: ../debugger/src/stree.c:395 ../latex/src/bibtexlabels.c:46
#: ../scope/data/scope.glade.h:75 ../scope/data/scope_gtk3.glade.h:75
msgid "Address"
msgstr "Address"
#. i18n: in the programming language context, if you don't
#. * have an ESTABLISHED term for it, leave it
#. * untranslated.
#: ../debugger/src/stree.c:413 ../devhelp/devhelp/dh-link.c:267
#: ../scope/data/scope.glade.h:74 ../scope/data/scope_gtk3.glade.h:74
#, fuzzy
msgid "Function"
msgstr "函数参数"
#: ../debugger/src/tabs.c:131
#, fuzzy
msgid "Target"
msgstr "Pages"
#: ../debugger/src/tabs.c:134 ../scope/src/scope.c:516
msgid "Breakpoints"
msgstr "断点"
#: ../debugger/src/tabs.c:137
#, fuzzy
msgid "Watch"
msgstr "观察点"
#: ../debugger/src/tabs.c:140
msgid "Autos"
msgstr ""
#: ../debugger/src/tabs.c:143
#, fuzzy
msgid "Call Stack"
msgstr "堆栈(_K)"
#: ../debugger/src/tabs.c:146
#, fuzzy
msgid "Debug Terminal"
msgstr "在终端中运行"
#: ../debugger/src/tabs.c:149
#, fuzzy
msgid "Debugger Messages"
msgstr "调试器"
#: ../debugger/src/keys.c:48
#, fuzzy
msgid "Run / Continue"
msgstr "继续(_C)"
#: ../debugger/src/keys.c:49 ../debugger/src/btnpanel.c:109
msgid "Stop"
msgstr ""
#: ../debugger/src/keys.c:50 ../debugger/src/btnpanel.c:106
#, fuzzy
msgid "Restart"
msgstr "正在启动"
#: ../debugger/src/keys.c:51 ../debugger/src/btnpanel.c:126
#: ../scope/src/scope.c:67 ../scope/src/scope.c:164
#, fuzzy
msgid "Step into"
msgstr "单步进入(_I)"
#: ../debugger/src/keys.c:52 ../debugger/src/btnpanel.c:123
#: ../scope/src/scope.c:68 ../scope/src/scope.c:165
msgid "Step over"
msgstr ""
#: ../debugger/src/keys.c:53 ../debugger/src/btnpanel.c:140
#: ../scope/src/scope.c:69 ../scope/src/scope.c:166
#, fuzzy
msgid "Step out"
msgstr "单步进入(_I)"
#: ../debugger/src/keys.c:54 ../debugger/src/btnpanel.c:143
#: ../scope/src/scope.c:65 ../scope/src/scope.c:162
#, fuzzy
msgid "Run to cursor"
msgstr "运行到位置"
#: ../debugger/src/keys.c:55
#, fuzzy
msgid "Add / Remove breakpoint"
msgstr "添加/删除断点。"
#: ../debugger/src/keys.c:56
#, fuzzy
msgid "Jump to the current instruction"
msgstr "完成当前执行的函数。"
#: ../debugger/src/watch_model.c:220
msgid "Can't evaluate expression"
msgstr ""
#: ../debugger/src/callbacks.c:257
msgid "To edit source files stop debugging session"
msgstr ""
#: ../debugger/src/btnpanel.c:93 ../debugger/src/btnpanel.c:181
#, fuzzy
msgid "Run"
msgstr "运行(_R)"
#: ../debugger/src/btnpanel.c:151 ../debugger/src/btnpanel.c:153
#, fuzzy
msgid "Settings"
msgstr "正在启动"
#: ../debugger/src/btnpanel.c:158
msgid "Two panel mode"
msgstr ""
#: ../debugger/src/btnpanel.c:176
#, fuzzy
msgid "Continue"
msgstr "继续(_C)"
#: ../debugger/src/dconfig.c:678
msgid "Save debug session data to a project"
msgstr ""
#. Set metadata
#: ../defineformat/src/defineformat.c:266
msgid "Define formatter"
msgstr ""
#: ../defineformat/src/defineformat.c:267
msgid "Automatically align backslash in multi-line defines"
msgstr ""
#. never search for more than this many chars
#: ../devhelp/src/dhp.h:38
#, fuzzy
msgid "Documentation"
msgstr "文件交互"
#: ../devhelp/src/dhp.h:39
msgid "Code"
msgstr ""
#: ../devhelp/src/dhp-object.c:387
msgid "Search for 'Tag' Documentation in"
msgstr ""
#. i18n: Please don't translate "Devhelp" (it's marked as translatable
#. * for transliteration only)
#: ../devhelp/src/dhp-object.c:390 ../devhelp/src/dhp-object.c:503
#: ../devhelp/devhelp/dh-window.c:727 ../devhelp/devhelp/dh-window.c:1034
#: ../devhelp/devhelp/dh-window.c:1863
msgid "Devhelp"
msgstr ""
#: ../devhelp/src/dhp-object.c:397
#, fuzzy
msgid "Manual Pages"
msgstr "Manual"
#: ../devhelp/src/dhp-object.c:443
msgid "Go back one page"
msgstr ""
#: ../devhelp/src/dhp-object.c:444
msgid "Go forward one page"
msgstr ""
#: ../devhelp/src/dhp-object.c:445
msgid "Zoom in"
msgstr ""
#: ../devhelp/src/dhp-object.c:446
msgid "Zoom out"
msgstr ""
#: ../devhelp/src/dhp-object.c:497 ../devhelp/devhelp/dh-window.c:1152
msgid "Search"
msgstr ""
#: ../devhelp/src/dhp-object.c:1305
#, fuzzy, c-format
msgid "Search for '%s' Documentation in"
msgstr "插入环境"
#: ../devhelp/src/dhp-plugin.c:119
#, c-format
msgid "Unable to create config dir at '%s'"
msgstr ""
#: ../devhelp/src/dhp-plugin.c:134
#, c-format
msgid "Unable to get default configuration: %s"
msgstr ""
#: ../devhelp/src/dhp-plugin.c:142
#, c-format
msgid "Unable to write default configuration: %s"
msgstr ""
#: ../devhelp/src/dhp-plugin.c:175
msgid "Toggle sidebar contents tab"
msgstr ""
#: ../devhelp/src/dhp-plugin.c:177
msgid "Toggle sidebar search tab"
msgstr ""
#: ../devhelp/src/dhp-plugin.c:179
#, fuzzy
msgid "Toggle documentation tab"
msgstr "文件交互"
#: ../devhelp/src/dhp-plugin.c:181
msgid "Activate all tabs"
msgstr ""
#: ../devhelp/src/dhp-plugin.c:183
msgid "Search for current tag in Devhelp"
msgstr ""
#: ../devhelp/src/dhp-plugin.c:187
msgid "Search for current tag in Manual Pages"
msgstr ""
#. Set metadata