-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathsrc_testing.po
333 lines (260 loc) · 8.54 KB
/
src_testing.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
# Module src_testing translation file for language=en
# Copyright (C) 2010 Wingware
# Wingware Python IDE -- www.wingware.com
#
msgid ""
msgstr ""
"Project-Id-Version: wingide 5.0.0\n"
"POT-Creation-Date: 2013-11-13 10:33+EST\n"
"PO-Revision-Date: 2010-11-24 23:48 EST\n"
"Last-Translator: 小雨<rains31@gmail.com>\n"
"Language-Team: www.knownsec.com\n"
"Language: zh\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: text/plain\n"
"Generated-By: pygettext.py 1.5\n"
#: /Users/sdeibel/src/ide/src/testing/adaptors.py:72
msgid "Unittest"
msgstr ""
#: /Users/sdeibel/src/ide/src/testing/adaptors.py:82
msgid "Nose"
msgstr ""
#: /Users/sdeibel/src/ide/src/testing/adaptors.py:110
msgid "Doctest"
msgstr ""
#: /Users/sdeibel/src/ide/src/testing/adaptors.py:138
msgid "Django Tests"
msgstr ""
#: /Users/sdeibel/src/ide/src/testing/attribs.py:25
msgid "List of test files"
msgstr ""
#: /Users/sdeibel/src/ide/src/testing/attribs.py:30
msgid "Glob / Wild Card"
msgstr ""
#: /Users/sdeibel/src/ide/src/testing/attribs.py:31
msgid "Regexp"
msgstr ""
#: /Users/sdeibel/src/ide/src/testing/attribs.py:35
msgid ""
"List of glob wildcard or regular expressions identifying project test "
"files. Project files whose full path matches one of the patterns will be "
"considered test files and automatically added to the Testing tool."
msgstr ""
#: /Users/sdeibel/src/ide/src/testing/attribs.py:43
msgid ""
"List of glob patterns for project test files. Project files whose full path "
"matches one of the patterns will be considered test files and automatically "
"added to the Testing tool."
msgstr ""
#: /Users/sdeibel/src/ide/src/testing/attribs.py:50
msgid "Name of the unit testing framework"
msgstr ""
#: /Users/sdeibel/src/ide/src/testing/attribs.py:62
msgid ""
"The environment to use when running unit tests. Either select a launch "
"configuration, or use the given run arguments with the default environment "
"for the project."
msgstr ""
#: /Users/sdeibel/src/ide/src/testing/attribs.py:70
msgid "Per-Module"
msgstr ""
#: /Users/sdeibel/src/ide/src/testing/attribs.py:71
msgid "Per-Package"
msgstr ""
#: /Users/sdeibel/src/ide/src/testing/attribs.py:75
msgid ""
"How many processes are spawned for each test run. In the per-module model, "
"one process is spawned for each module; in the per-package model, one "
"process is spawned for each package or ddirectory. Note that differing "
"environment settings or run arguments can cause additional processes to be "
"spawned."
msgstr ""
#: /Users/sdeibel/src/ide/src/testing/cap_testinggui.py:319
msgid "<i>no children</i>"
msgstr ""
#: /Users/sdeibel/src/ide/src/testing/cap_testinggui.py:480
msgid "Name"
msgstr ""
#: /Users/sdeibel/src/ide/src/testing/cap_testinggui.py:614
#: /Users/sdeibel/src/ide/src/testing/cap_testinggui.py:1100
msgid "_Run Tests"
msgstr ""
#: /Users/sdeibel/src/ide/src/testing/cap_testinggui.py:619
msgid "_Debug Tests"
msgstr ""
#: /Users/sdeibel/src/ide/src/testing/cap_testinggui.py:642
msgid "Filter: "
msgstr ""
#: /Users/sdeibel/src/ide/src/testing/cap_testinggui.py:704
msgid "Succeeded"
msgstr ""
#: /Users/sdeibel/src/ide/src/testing/cap_testinggui.py:706
msgid "Failed"
msgstr ""
#: /Users/sdeibel/src/ide/src/testing/cap_testinggui.py:708
msgid "Error"
msgstr ""
#: /Users/sdeibel/src/ide/src/testing/cap_testinggui.py:710
msgid "Syntax Error"
msgstr ""
#: /Users/sdeibel/src/ide/src/testing/cap_testinggui.py:712
msgid "Running"
msgstr ""
#: /Users/sdeibel/src/ide/src/testing/cap_testinggui.py:743
msgid "No tests to run"
msgstr ""
#: /Users/sdeibel/src/ide/src/testing/cap_testinggui.py:810
msgid "Clear All Test Results?"
msgstr ""
#: /Users/sdeibel/src/ide/src/testing/cap_testinggui.py:811
msgid "Are you sure you want to clear all the stored test results?"
msgstr ""
#: /Users/sdeibel/src/ide/src/testing/cap_testinggui.py:812
msgid "Clear All"
msgstr ""
#: /Users/sdeibel/src/ide/src/testing/cap_testinggui.py:813
msgid "Cancel"
msgstr ""
#: /Users/sdeibel/src/ide/src/testing/cap_testinggui.py:858
msgid "Remove File"
msgstr ""
#: /Users/sdeibel/src/ide/src/testing/cap_testinggui.py:858
msgid "Remove Files"
msgstr ""
#: /Users/sdeibel/src/ide/src/testing/cap_testinggui.py:866
msgid "Sort Tests Alphabetically"
msgstr ""
#: /Users/sdeibel/src/ide/src/testing/cap_testinggui.py:871
msgid "Sort Tests by Source Order"
msgstr ""
#: /Users/sdeibel/src/ide/src/testing/cap_testinggui.py:876
#: /Users/sdeibel/src/ide/src/testing/cap_testinggui.py:883
msgid "Goto Source"
msgstr ""
#: /Users/sdeibel/src/ide/src/testing/cap_testinggui.py:877
msgid "Run Test"
msgstr ""
#: /Users/sdeibel/src/ide/src/testing/cap_testinggui.py:878
msgid "Debug Test"
msgstr ""
#: /Users/sdeibel/src/ide/src/testing/cap_testinggui.py:879
msgid "Run All Tests"
msgstr ""
#: /Users/sdeibel/src/ide/src/testing/cap_testinggui.py:880
msgid "Clear All Results"
msgstr ""
#: /Users/sdeibel/src/ide/src/testing/cap_testinggui.py:884
msgid "Abort Tests"
msgstr ""
#: /Users/sdeibel/src/ide/src/testing/cap_testinggui.py:889
msgid "Expand All Failed Tests"
msgstr ""
#: /Users/sdeibel/src/ide/src/testing/cap_testinggui.py:890
msgid "Collapse All Tests"
msgstr ""
#: /Users/sdeibel/src/ide/src/testing/cap_testinggui.py:893
msgid "Add Files from Project..."
msgstr ""
#: /Users/sdeibel/src/ide/src/testing/cap_testinggui.py:894
msgid "Add Single File..."
msgstr ""
#: /Users/sdeibel/src/ide/src/testing/cap_testinggui.py:897
msgid "File Properties..."
msgstr ""
#: /Users/sdeibel/src/ide/src/testing/cap_testinggui.py:899
msgid "Show Testing Documentation"
msgstr ""
#: /Users/sdeibel/src/ide/src/testing/cap_testinggui.py:902
msgid "Select All"
msgstr ""
#: /Users/sdeibel/src/ide/src/testing/cap_testinggui.py:909
msgid "Copy Selected Text"
msgstr ""
#: /Users/sdeibel/src/ide/src/testing/cap_testinggui.py:913
msgid "Copy Failure Summary"
msgstr ""
#: /Users/sdeibel/src/ide/src/testing/cap_testinggui.py:917
msgid "Copy All Results"
msgstr ""
#: /Users/sdeibel/src/ide/src/testing/cap_testinggui.py:1070
msgid "Completed tests"
msgstr ""
#: /Users/sdeibel/src/ide/src/testing/cap_testinggui.py:1097
msgid "_Abort Tests"
msgstr ""
#: /Users/sdeibel/src/ide/src/testing/cap_testinggui.py:1112
msgid "Abort Debug"
msgstr ""
#: /Users/sdeibel/src/ide/src/testing/cap_testinggui.py:1115
msgid "Debug Tests"
msgstr ""
#: /Users/sdeibel/src/ide/src/testing/cap_testinggui.py:1228
#: /Users/sdeibel/src/ide/src/testing/cap_testinggui.py:1236
msgid "Testing"
msgstr ""
#: /Users/sdeibel/src/ide/src/testing/cap_testinggui.py:1241
msgid "Unit Tests"
msgstr ""
#: /Users/sdeibel/src/ide/src/testing/proppanels.py:34
#: /Users/sdeibel/src/ide/src/testing/proppanels.py:49
msgid "Test file patterns"
msgstr ""
#: /Users/sdeibel/src/ide/src/testing/proppanels.py:38
msgid "Pattern Type"
msgstr ""
#: /Users/sdeibel/src/ide/src/testing/proppanels.py:39
msgid "Pattern"
msgstr ""
#: /Users/sdeibel/src/ide/src/testing/proppanels.py:56
msgid "Default Test Framework"
msgstr ""
#: /Users/sdeibel/src/ide/src/testing/proppanels.py:64
#: /Users/sdeibel/src/ide/src/testing/proppanels.py:115
msgid "Environment"
msgstr ""
#: /Users/sdeibel/src/ide/src/testing/proppanels.py:70
msgid "Process Model"
msgstr ""
#: /Users/sdeibel/src/ide/src/testing/proppanels.py:74
#: /Users/sdeibel/src/ide/src/testing/proppanels.py:121
msgid "_Testing"
msgstr ""
#: /Users/sdeibel/src/ide/src/testing/proppanels.py:86
msgid "Default (%s)"
msgstr ""
#: /Users/sdeibel/src/ide/src/testing/proppanels.py:90
msgid "Test Framework"
msgstr ""
#: /Users/sdeibel/src/ide/src/testing/proppanels.py:100
msgid "Use Project Setting and Run Args:"
msgstr ""
#: /Users/sdeibel/src/ide/src/testing/proppanels.py:101
msgid ""
"Use the testing configuration from Project Properties with the specified run "
"arguments"
msgstr ""
#: /Users/sdeibel/src/ide/src/testing/proppanels.py:103
msgid "Use Selected Launch Configuration:"
msgstr ""
#: /Users/sdeibel/src/ide/src/testing/proppanels.py:104
msgid "Select a custom launch configuration for testing this file"
msgstr ""
#: /Users/sdeibel/src/ide/src/testing/proppanels.py:107
msgid ""
"The environment to use when running this file as a unit test. Either select "
"a launch configuration, or use the given run arguments with the project-"
"specified environment."
msgstr ""
#: /Users/sdeibel/src/ide/src/testing/runtests.py:395
msgid "Starting tests: %s"
msgstr ""
#: /Users/sdeibel/src/ide/src/testing/runtests.py:447
msgid "Could not start debug process"
msgstr ""
#: /Users/sdeibel/src/ide/src/testing/runtests.py:475
msgid "Finished tests: %s"
msgstr ""
#: /Users/sdeibel/src/ide/src/testing/runtests.py:477
msgid "No results from tests: %s"
msgstr ""