ProjectDjango/i18n/django_ru.ts

changeset 3
fbae2b012fac
child 4
81c2943be6b6
equal deleted inserted replaced
2:1e97424fda0c 3:fbae2b012fac
1 <?xml version="1.0" encoding="utf-8"?>
2 <!DOCTYPE TS>
3 <TS version="2.0" language="ru_RU">
4 <context>
5 <name>DjangoDialog</name>
6 <message>
7 <location filename="ProjectDjango/DjangoDialog.ui" line="14"/>
8 <source>Django</source>
9 <translation type="unfinished"></translation>
10 </message>
11 <message>
12 <location filename="ProjectDjango/DjangoDialog.ui" line="35"/>
13 <source>Output</source>
14 <translation type="unfinished"></translation>
15 </message>
16 <message>
17 <location filename="ProjectDjango/DjangoDialog.ui" line="63"/>
18 <source>Errors</source>
19 <translation type="unfinished"></translation>
20 </message>
21 <message>
22 <location filename="ProjectDjango/DjangoDialog.py" line="169"/>
23 <source>Process Generation Error</source>
24 <translation type="unfinished"></translation>
25 </message>
26 <message>
27 <location filename="ProjectDjango/DjangoDialog.py" line="169"/>
28 <source>The process {0} could not be started. Ensure, that it is in the search path.</source>
29 <translation type="unfinished"></translation>
30 </message>
31 <message>
32 <location filename="ProjectDjango/DjangoDialog.py" line="246"/>
33 <source>Select data file</source>
34 <translation type="unfinished"></translation>
35 </message>
36 <message>
37 <location filename="ProjectDjango/DjangoDialog.py" line="267"/>
38 <source>Error saving data</source>
39 <translation type="unfinished"></translation>
40 </message>
41 <message>
42 <location filename="ProjectDjango/DjangoDialog.py" line="267"/>
43 <source>&lt;p&gt;The data could not be written to &lt;b&gt;{0}&lt;/b&gt;&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
44 <translation type="unfinished"></translation>
45 </message>
46 </context>
47 <context>
48 <name>DjangoDumpdataDataDialog</name>
49 <message>
50 <location filename="ProjectDjango/DjangoDumpdataDataDialog.ui" line="20"/>
51 <source>dumpdata Command Options</source>
52 <translation type="unfinished"></translation>
53 </message>
54 <message>
55 <location filename="ProjectDjango/DjangoDumpdataDataDialog.ui" line="35"/>
56 <source>Applications</source>
57 <translation type="unfinished"></translation>
58 </message>
59 <message>
60 <location filename="ProjectDjango/DjangoDumpdataDataDialog.ui" line="70"/>
61 <source>Exclude Applications</source>
62 <translation type="unfinished"></translation>
63 </message>
64 <message>
65 <location filename="ProjectDjango/DjangoDumpdataDataDialog.ui" line="76"/>
66 <source>Enter the list of applications separated by spaces.</source>
67 <translation type="unfinished"></translation>
68 </message>
69 <message>
70 <location filename="ProjectDjango/DjangoDumpdataDataDialog.ui" line="93"/>
71 <source>Dump Format</source>
72 <translation type="unfinished"></translation>
73 </message>
74 <message>
75 <location filename="ProjectDjango/DjangoDumpdataDataDialog.py" line="38"/>
76 <source>JSON</source>
77 <translation type="unfinished"></translation>
78 </message>
79 <message>
80 <location filename="ProjectDjango/DjangoDumpdataDataDialog.py" line="39"/>
81 <source>XML</source>
82 <translation type="unfinished"></translation>
83 </message>
84 <message>
85 <location filename="ProjectDjango/DjangoDumpdataDataDialog.py" line="42"/>
86 <source>YAML</source>
87 <translation type="unfinished"></translation>
88 </message>
89 <message>
90 <location filename="ProjectDjango/DjangoDumpdataDataDialog.ui" line="53"/>
91 <source>Enter the list of applications separated by spaces. Leave empty for all.</source>
92 <translation type="unfinished"></translation>
93 </message>
94 <message>
95 <location filename="ProjectDjango/DjangoDumpdataDataDialog.ui" line="99"/>
96 <source>Serialization Format:</source>
97 <translation type="unfinished"></translation>
98 </message>
99 <message>
100 <location filename="ProjectDjango/DjangoDumpdataDataDialog.ui" line="126"/>
101 <source>Indentation Level:</source>
102 <translation type="unfinished"></translation>
103 </message>
104 <message>
105 <location filename="ProjectDjango/DjangoDumpdataDataDialog.ui" line="133"/>
106 <source>Enter the indentation level to be used when pretty-printing output</source>
107 <translation type="unfinished"></translation>
108 </message>
109 </context>
110 <context>
111 <name>DjangoLoaddataDataDialog</name>
112 <message>
113 <location filename="ProjectDjango/DjangoLoaddataDataDialog.ui" line="20"/>
114 <source>loaddata Command Options</source>
115 <translation type="unfinished"></translation>
116 </message>
117 <message>
118 <location filename="ProjectDjango/DjangoLoaddataDataDialog.ui" line="29"/>
119 <source>Enter the list of fixture patterns or the path of a fixture file.</source>
120 <translation type="unfinished"></translation>
121 </message>
122 <message>
123 <location filename="ProjectDjango/DjangoLoaddataDataDialog.ui" line="39"/>
124 <source>Select a fixture file via a file selection dialog</source>
125 <translation type="unfinished"></translation>
126 </message>
127 <message>
128 <location filename="ProjectDjango/DjangoLoaddataDataDialog.ui" line="42"/>
129 <source>...</source>
130 <translation type="unfinished"></translation>
131 </message>
132 <message>
133 <location filename="ProjectDjango/DjangoLoaddataDataDialog.py" line="50"/>
134 <source>JSON Files (*.json);;XML Files (*.xml);;</source>
135 <translation type="unfinished"></translation>
136 </message>
137 <message>
138 <location filename="ProjectDjango/DjangoLoaddataDataDialog.py" line="53"/>
139 <source>YAML Files (*.yaml);;</source>
140 <translation type="unfinished"></translation>
141 </message>
142 <message>
143 <location filename="ProjectDjango/DjangoLoaddataDataDialog.py" line="56"/>
144 <source>All Files (*)</source>
145 <translation type="unfinished"></translation>
146 </message>
147 <message>
148 <location filename="ProjectDjango/DjangoLoaddataDataDialog.py" line="58"/>
149 <source>Select fixture file</source>
150 <translation type="unfinished"></translation>
151 </message>
152 </context>
153 <context>
154 <name>DjangoPage</name>
155 <message>
156 <location filename="ProjectDjango/ConfigurationPage/DjangoPage.ui" line="17"/>
157 <source>&lt;b&gt;Configure Django&lt;/b&gt;</source>
158 <translation type="unfinished"></translation>
159 </message>
160 <message>
161 <location filename="ProjectDjango/ConfigurationPage/DjangoPage.ui" line="37"/>
162 <source>Console Commands</source>
163 <translation type="unfinished"></translation>
164 </message>
165 <message>
166 <location filename="ProjectDjango/ConfigurationPage/DjangoPage.ui" line="43"/>
167 <source>Console Command:</source>
168 <translation type="unfinished"></translation>
169 </message>
170 <message>
171 <location filename="ProjectDjango/ConfigurationPage/DjangoPage.ui" line="56"/>
172 <source>Enter the console command</source>
173 <translation type="unfinished"></translation>
174 </message>
175 <message>
176 <location filename="ProjectDjango/ConfigurationPage/DjangoPage.ui" line="66"/>
177 <source>Console Command (non-closing):</source>
178 <translation type="unfinished"></translation>
179 </message>
180 <message>
181 <location filename="ProjectDjango/ConfigurationPage/DjangoPage.ui" line="79"/>
182 <source>Enter the console command for a non-closing console</source>
183 <translation type="unfinished"></translation>
184 </message>
185 <message>
186 <location filename="ProjectDjango/ConfigurationPage/DjangoPage.ui" line="102"/>
187 <source>Server</source>
188 <translation type="unfinished"></translation>
189 </message>
190 <message>
191 <location filename="ProjectDjango/ConfigurationPage/DjangoPage.ui" line="114"/>
192 <source>Server Address:</source>
193 <translation type="unfinished"></translation>
194 </message>
195 <message>
196 <location filename="ProjectDjango/ConfigurationPage/DjangoPage.ui" line="121"/>
197 <source>Enter the server port or server address and port (e.g. 127.0.0.1:8000)</source>
198 <translation type="unfinished"></translation>
199 </message>
200 <message>
201 <location filename="ProjectDjango/ConfigurationPage/DjangoPage.ui" line="131"/>
202 <source>Recent Applications Lists</source>
203 <translation type="unfinished"></translation>
204 </message>
205 <message>
206 <location filename="ProjectDjango/ConfigurationPage/DjangoPage.ui" line="145"/>
207 <source>Number of recent applications lists:</source>
208 <translation type="unfinished"></translation>
209 </message>
210 <message>
211 <location filename="ProjectDjango/ConfigurationPage/DjangoPage.ui" line="186"/>
212 <source>Django Python Console</source>
213 <translation type="unfinished"></translation>
214 </message>
215 <message>
216 <location filename="ProjectDjango/ConfigurationPage/DjangoPage.ui" line="198"/>
217 <source>Select to use plain Python instead of IPython</source>
218 <translation type="unfinished"></translation>
219 </message>
220 <message>
221 <location filename="ProjectDjango/ConfigurationPage/DjangoPage.ui" line="201"/>
222 <source>Use plain Python instead of IPython</source>
223 <translation type="unfinished"></translation>
224 </message>
225 <message>
226 <location filename="ProjectDjango/ConfigurationPage/DjangoPage.ui" line="89"/>
227 <source>&lt;b&gt;Note:&lt;/b&gt; The console command for a console, that is spawning (i.e. exits before the console window is closed), should be prefixed by an &apos;@&apos; character.</source>
228 <translation type="unfinished"></translation>
229 </message>
230 <message>
231 <location filename="ProjectDjango/ConfigurationPage/DjangoPage.ui" line="152"/>
232 <source>Enter the number of recent applications to remember</source>
233 <translation type="unfinished"></translation>
234 </message>
235 </context>
236 <context>
237 <name>Project</name>
238 <message>
239 <location filename="ProjectDjango/Project.py" line="512"/>
240 <source>D&amp;jango</source>
241 <translation type="unfinished"></translation>
242 </message>
243 <message>
244 <location filename="ProjectDjango/Project.py" line="728"/>
245 <source>New Form</source>
246 <translation type="unfinished"></translation>
247 </message>
248 <message>
249 <location filename="ProjectDjango/Project.py" line="698"/>
250 <source>The file already exists! Overwrite it?</source>
251 <translation type="unfinished"></translation>
252 </message>
253 <message>
254 <location filename="ProjectDjango/Project.py" line="728"/>
255 <source>&lt;p&gt;The new form file &lt;b&gt;{0}&lt;/b&gt; could not be created.&lt;br&gt;Problem: {1}&lt;/p&gt;</source>
256 <translation type="unfinished"></translation>
257 </message>
258 <message>
259 <location filename="ProjectDjango/Project.py" line="72"/>
260 <source>Current Project</source>
261 <translation type="unfinished"></translation>
262 </message>
263 <message>
264 <location filename="ProjectDjango/Project.py" line="76"/>
265 <source>Selects the current project</source>
266 <translation type="unfinished"></translation>
267 </message>
268 <message>
269 <location filename="ProjectDjango/Project.py" line="91"/>
270 <source>Start Project</source>
271 <translation type="unfinished"></translation>
272 </message>
273 <message>
274 <location filename="ProjectDjango/Project.py" line="91"/>
275 <source>Start &amp;Project</source>
276 <translation type="unfinished"></translation>
277 </message>
278 <message>
279 <location filename="ProjectDjango/Project.py" line="95"/>
280 <source>Starts a new Django project</source>
281 <translation type="unfinished"></translation>
282 </message>
283 <message>
284 <location filename="ProjectDjango/Project.py" line="97"/>
285 <source>&lt;b&gt;Start Project&lt;/b&gt;&lt;p&gt;Starts a new Django project using &quot;django-admin.py startproject&quot;.&lt;/p&gt;</source>
286 <translation type="unfinished"></translation>
287 </message>
288 <message>
289 <location filename="ProjectDjango/Project.py" line="104"/>
290 <source>Start Application (global)</source>
291 <translation type="unfinished"></translation>
292 </message>
293 <message>
294 <location filename="ProjectDjango/Project.py" line="104"/>
295 <source>Start Application (&amp;global)</source>
296 <translation type="unfinished"></translation>
297 </message>
298 <message>
299 <location filename="ProjectDjango/Project.py" line="109"/>
300 <source>Starts a new global Django application</source>
301 <translation type="unfinished"></translation>
302 </message>
303 <message>
304 <location filename="ProjectDjango/Project.py" line="111"/>
305 <source>&lt;b&gt;Start Application (global)&lt;/b&gt;&lt;p&gt;Starts a new global Django application using &quot;django-admin.py startapp&quot;.&lt;/p&gt;</source>
306 <translation type="unfinished"></translation>
307 </message>
308 <message>
309 <location filename="ProjectDjango/Project.py" line="120"/>
310 <source>Start Application (local)</source>
311 <translation type="unfinished"></translation>
312 </message>
313 <message>
314 <location filename="ProjectDjango/Project.py" line="120"/>
315 <source>Start Application (&amp;local)</source>
316 <translation type="unfinished"></translation>
317 </message>
318 <message>
319 <location filename="ProjectDjango/Project.py" line="125"/>
320 <source>Starts a new local Django application</source>
321 <translation type="unfinished"></translation>
322 </message>
323 <message>
324 <location filename="ProjectDjango/Project.py" line="127"/>
325 <source>&lt;b&gt;Start Application (local)&lt;/b&gt;&lt;p&gt;Starts a new local Django application using &quot;manage.py startapp&quot;.&lt;/p&gt;</source>
326 <translation type="unfinished"></translation>
327 </message>
328 <message>
329 <location filename="ProjectDjango/Project.py" line="140"/>
330 <source>Run Server</source>
331 <translation type="unfinished"></translation>
332 </message>
333 <message>
334 <location filename="ProjectDjango/Project.py" line="140"/>
335 <source>Run &amp;Server</source>
336 <translation type="unfinished"></translation>
337 </message>
338 <message>
339 <location filename="ProjectDjango/Project.py" line="144"/>
340 <source>Starts the Django Web server</source>
341 <translation type="unfinished"></translation>
342 </message>
343 <message>
344 <location filename="ProjectDjango/Project.py" line="146"/>
345 <source>&lt;b&gt;Run Server&lt;/b&gt;&lt;p&gt;Starts the Django Web server using &quot;manage.py runserver&quot;.&lt;/p&gt;</source>
346 <translation type="unfinished"></translation>
347 </message>
348 <message>
349 <location filename="ProjectDjango/Project.py" line="1218"/>
350 <source>Run Web-Browser</source>
351 <translation type="unfinished"></translation>
352 </message>
353 <message>
354 <location filename="ProjectDjango/Project.py" line="153"/>
355 <source>Run &amp;Web-Browser</source>
356 <translation type="unfinished"></translation>
357 </message>
358 <message>
359 <location filename="ProjectDjango/Project.py" line="157"/>
360 <source>Starts the default Web-Browser with the URL of the Django Web server</source>
361 <translation type="unfinished"></translation>
362 </message>
363 <message>
364 <location filename="ProjectDjango/Project.py" line="159"/>
365 <source>&lt;b&gt;Run Web-Browser&lt;/b&gt;&lt;p&gt;Starts the default Web-Browser with the URL of the Django Web server.&lt;/p&gt;</source>
366 <translation type="unfinished"></translation>
367 </message>
368 <message>
369 <location filename="ProjectDjango/Project.py" line="758"/>
370 <source>About Django</source>
371 <translation type="unfinished"></translation>
372 </message>
373 <message>
374 <location filename="ProjectDjango/Project.py" line="205"/>
375 <source>About D&amp;jango</source>
376 <translation type="unfinished"></translation>
377 </message>
378 <message>
379 <location filename="ProjectDjango/Project.py" line="209"/>
380 <source>Shows some information about Django</source>
381 <translation type="unfinished"></translation>
382 </message>
383 <message>
384 <location filename="ProjectDjango/Project.py" line="211"/>
385 <source>&lt;b&gt;About Django&lt;/b&gt;&lt;p&gt;Shows some information about Django.&lt;/p&gt;</source>
386 <translation type="unfinished"></translation>
387 </message>
388 <message>
389 <location filename="ProjectDjango/Project.py" line="227"/>
390 <source>Synchronize</source>
391 <translation type="unfinished"></translation>
392 </message>
393 <message>
394 <location filename="ProjectDjango/Project.py" line="227"/>
395 <source>&amp;Synchronize</source>
396 <translation type="unfinished"></translation>
397 </message>
398 <message>
399 <location filename="ProjectDjango/Project.py" line="231"/>
400 <source>Synchronizes the database</source>
401 <translation type="unfinished"></translation>
402 </message>
403 <message>
404 <location filename="ProjectDjango/Project.py" line="233"/>
405 <source>&lt;b&gt;Synchronize&lt;/b&gt;&lt;p&gt;Synchronizes the database.&lt;/p&gt;</source>
406 <translation type="unfinished"></translation>
407 </message>
408 <message>
409 <location filename="ProjectDjango/Project.py" line="546"/>
410 <source>&amp;Database</source>
411 <translation type="unfinished"></translation>
412 </message>
413 <message>
414 <location filename="ProjectDjango/Project.py" line="758"/>
415 <source>&lt;p&gt;Django is a high-level Python Web framework that encourages rapid development and clean, pragmatic design.&lt;/p&gt;&lt;p&gt;&lt;table&gt;&lt;tr&gt;&lt;td&gt;Version:&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;URL:&lt;/td&gt;&lt;td&gt;&lt;a href=&quot;http://www.djangoproject.com&quot;&gt;http://www.djangoproject.com&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/p&gt;</source>
416 <translation type="unfinished"></translation>
417 </message>
418 <message>
419 <location filename="ProjectDjango/Project.py" line="1124"/>
420 <source>Project</source>
421 <translation type="unfinished"></translation>
422 </message>
423 <message>
424 <location filename="ProjectDjango/Project.py" line="890"/>
425 <source>Application</source>
426 <translation type="unfinished"></translation>
427 </message>
428 <message>
429 <location filename="ProjectDjango/Project.py" line="892"/>
430 <source>Start Django</source>
431 <translation type="unfinished"></translation>
432 </message>
433 <message>
434 <location filename="ProjectDjango/Project.py" line="892"/>
435 <source>Select if this project should be a Django Project or Application.&lt;br /&gt;Select the empty entry for none.</source>
436 <translation type="unfinished"></translation>
437 </message>
438 <message>
439 <location filename="ProjectDjango/Project.py" line="956"/>
440 <source>Start Django Project</source>
441 <translation type="unfinished"></translation>
442 </message>
443 <message>
444 <location filename="ProjectDjango/Project.py" line="934"/>
445 <source>Django project created successfully.</source>
446 <translation type="unfinished"></translation>
447 </message>
448 <message>
449 <location filename="ProjectDjango/Project.py" line="956"/>
450 <source>Enter the name of the new Django project.</source>
451 <translation type="unfinished"></translation>
452 </message>
453 <message>
454 <location filename="ProjectDjango/Project.py" line="982"/>
455 <source>Start Django Application</source>
456 <translation type="unfinished"></translation>
457 </message>
458 <message>
459 <location filename="ProjectDjango/Project.py" line="1007"/>
460 <source>Django application created successfully.</source>
461 <translation type="unfinished"></translation>
462 </message>
463 <message>
464 <location filename="ProjectDjango/Project.py" line="1088"/>
465 <source>Select Project</source>
466 <translation type="unfinished"></translation>
467 </message>
468 <message>
469 <location filename="ProjectDjango/Project.py" line="1088"/>
470 <source>Select the Django project to work with.</source>
471 <translation type="unfinished"></translation>
472 </message>
473 <message>
474 <location filename="ProjectDjango/Project.py" line="1122"/>
475 <source>None</source>
476 <translation type="unfinished"></translation>
477 </message>
478 <message>
479 <location filename="ProjectDjango/Project.py" line="1666"/>
480 <source>Process Generation Error</source>
481 <translation type="unfinished"></translation>
482 </message>
483 <message>
484 <location filename="ProjectDjango/Project.py" line="1186"/>
485 <source>The Django server could not be started.</source>
486 <translation type="unfinished"></translation>
487 </message>
488 <message>
489 <location filename="ProjectDjango/Project.py" line="1218"/>
490 <source>Could not start the web-browser for the url &quot;{0}&quot;.</source>
491 <translation type="unfinished"></translation>
492 </message>
493 <message>
494 <location filename="ProjectDjango/Project.py" line="1626"/>
495 <source>The Django process could not be started.</source>
496 <translation type="unfinished"></translation>
497 </message>
498 <message>
499 <location filename="ProjectDjango/Project.py" line="78"/>
500 <source>&lt;b&gt;Current Project&lt;/b&gt;&lt;p&gt;Selects the current project. Used for multi-project Django projects to switch between the projects.&lt;/p&gt;</source>
501 <translation type="unfinished"></translation>
502 </message>
503 <message>
504 <location filename="ProjectDjango/Project.py" line="1416"/>
505 <source>Diff Settings</source>
506 <translation type="unfinished"></translation>
507 </message>
508 <message>
509 <location filename="ProjectDjango/Project.py" line="398"/>
510 <source>&amp;Diff Settings</source>
511 <translation type="unfinished"></translation>
512 </message>
513 <message>
514 <location filename="ProjectDjango/Project.py" line="402"/>
515 <source>Shows the modification made to the settings</source>
516 <translation type="unfinished"></translation>
517 </message>
518 <message>
519 <location filename="ProjectDjango/Project.py" line="404"/>
520 <source>&lt;b&gt;Diff Settings&lt;/b&gt;&lt;p&gt;Shows the modification made to the settings.&lt;/p&gt;</source>
521 <translation type="unfinished"></translation>
522 </message>
523 <message>
524 <location filename="ProjectDjango/Project.py" line="589"/>
525 <source>&amp;Tools</source>
526 <translation type="unfinished"></translation>
527 </message>
528 <message>
529 <location filename="ProjectDjango/Project.py" line="1127"/>
530 <source>&amp;Current Django project ({0})</source>
531 <translation type="unfinished"></translation>
532 </message>
533 <message>
534 <location filename="ProjectDjango/Project.py" line="1437"/>
535 <source>Cleanup</source>
536 <translation type="unfinished"></translation>
537 </message>
538 <message>
539 <location filename="ProjectDjango/Project.py" line="411"/>
540 <source>&amp;Cleanup</source>
541 <translation type="unfinished"></translation>
542 </message>
543 <message>
544 <location filename="ProjectDjango/Project.py" line="415"/>
545 <source>Cleans out old data from the database</source>
546 <translation type="unfinished"></translation>
547 </message>
548 <message>
549 <location filename="ProjectDjango/Project.py" line="417"/>
550 <source>&lt;b&gt;Cleanup&lt;/b&gt;&lt;p&gt;Cleans out old data from the database.&lt;/p&gt;</source>
551 <translation type="unfinished"></translation>
552 </message>
553 <message>
554 <location filename="ProjectDjango/Project.py" line="1449"/>
555 <source>Database cleaned up successfully.</source>
556 <translation type="unfinished"></translation>
557 </message>
558 <message>
559 <location filename="ProjectDjango/Project.py" line="1459"/>
560 <source>Validate</source>
561 <translation type="unfinished"></translation>
562 </message>
563 <message>
564 <location filename="ProjectDjango/Project.py" line="424"/>
565 <source>&amp;Validate</source>
566 <translation type="unfinished"></translation>
567 </message>
568 <message>
569 <location filename="ProjectDjango/Project.py" line="428"/>
570 <source>Validates all installed models</source>
571 <translation type="unfinished"></translation>
572 </message>
573 <message>
574 <location filename="ProjectDjango/Project.py" line="430"/>
575 <source>&lt;b&gt;Validate&lt;/b&gt;&lt;p&gt;Validates all installed models.&lt;/p&gt;</source>
576 <translation type="unfinished"></translation>
577 </message>
578 <message>
579 <location filename="ProjectDjango/Project.py" line="786"/>
580 <source>Select Applications</source>
581 <translation type="unfinished"></translation>
582 </message>
583 <message>
584 <location filename="ProjectDjango/Project.py" line="786"/>
585 <source>Enter the list of applications separated by spaces.</source>
586 <translation type="unfinished"></translation>
587 </message>
588 <message>
589 <location filename="ProjectDjango/Project.py" line="437"/>
590 <source>Start Python Console</source>
591 <translation type="unfinished"></translation>
592 </message>
593 <message>
594 <location filename="ProjectDjango/Project.py" line="437"/>
595 <source>Start &amp;Python Console</source>
596 <translation type="unfinished"></translation>
597 </message>
598 <message>
599 <location filename="ProjectDjango/Project.py" line="441"/>
600 <source>Starts a Python interactive interpreter</source>
601 <translation type="unfinished"></translation>
602 </message>
603 <message>
604 <location filename="ProjectDjango/Project.py" line="443"/>
605 <source>&lt;b&gt;Start Python Console&lt;/b&gt;&lt;p&gt;Starts a Python interactive interpreter.&lt;/p&gt;</source>
606 <translation type="unfinished"></translation>
607 </message>
608 <message>
609 <location filename="ProjectDjango/Project.py" line="1508"/>
610 <source>Create Cache Tables</source>
611 <translation type="unfinished"></translation>
612 </message>
613 <message>
614 <location filename="ProjectDjango/Project.py" line="171"/>
615 <source>C&amp;reate Cache Tables</source>
616 <translation type="unfinished"></translation>
617 </message>
618 <message>
619 <location filename="ProjectDjango/Project.py" line="175"/>
620 <source>Creates the tables needed to use the SQL cache backend</source>
621 <translation type="unfinished"></translation>
622 </message>
623 <message>
624 <location filename="ProjectDjango/Project.py" line="177"/>
625 <source>&lt;b&gt;Create Cache Tables&lt;/b&gt;&lt;p&gt;Creates the tables needed to use the SQL cache backend.&lt;/p&gt;</source>
626 <translation type="unfinished"></translation>
627 </message>
628 <message>
629 <location filename="ProjectDjango/Project.py" line="1515"/>
630 <source>Enter the names of the cache tables separated by spaces.</source>
631 <translation type="unfinished"></translation>
632 </message>
633 <message>
634 <location filename="ProjectDjango/Project.py" line="1529"/>
635 <source>Cache tables created successfully.</source>
636 <translation type="unfinished"></translation>
637 </message>
638 <message>
639 <location filename="ProjectDjango/Project.py" line="240"/>
640 <source>Introspect</source>
641 <translation type="unfinished"></translation>
642 </message>
643 <message>
644 <location filename="ProjectDjango/Project.py" line="240"/>
645 <source>&amp;Introspect</source>
646 <translation type="unfinished"></translation>
647 </message>
648 <message>
649 <location filename="ProjectDjango/Project.py" line="244"/>
650 <source>Introspects the database tables and outputs a Django model module</source>
651 <translation type="unfinished"></translation>
652 </message>
653 <message>
654 <location filename="ProjectDjango/Project.py" line="246"/>
655 <source>&lt;b&gt;Introspect&lt;/b&gt;&lt;p&gt;Introspects the database tables and outputs a Django model module.&lt;/p&gt;</source>
656 <translation type="unfinished"></translation>
657 </message>
658 <message>
659 <location filename="ProjectDjango/Project.py" line="1253"/>
660 <source>Introspect Database</source>
661 <translation type="unfinished"></translation>
662 </message>
663 <message>
664 <location filename="ProjectDjango/Project.py" line="254"/>
665 <source>Flush</source>
666 <translation type="unfinished"></translation>
667 </message>
668 <message>
669 <location filename="ProjectDjango/Project.py" line="254"/>
670 <source>&amp;Flush</source>
671 <translation type="unfinished"></translation>
672 </message>
673 <message>
674 <location filename="ProjectDjango/Project.py" line="258"/>
675 <source>Returns all database tables to the state just after their installation</source>
676 <translation type="unfinished"></translation>
677 </message>
678 <message>
679 <location filename="ProjectDjango/Project.py" line="260"/>
680 <source>&lt;b&gt;Flush&lt;/b&gt;&lt;p&gt;Returns all database tables to the state just after their installation.&lt;/p&gt;</source>
681 <translation type="unfinished"></translation>
682 </message>
683 <message>
684 <location filename="ProjectDjango/Project.py" line="1399"/>
685 <source>Flush Database</source>
686 <translation type="unfinished"></translation>
687 </message>
688 <message>
689 <location filename="ProjectDjango/Project.py" line="1282"/>
690 <source>Flushing the database will destroy all data. Are you sure?</source>
691 <translation type="unfinished"></translation>
692 </message>
693 <message>
694 <location filename="ProjectDjango/Project.py" line="1292"/>
695 <source>Database tables flushed successfully.</source>
696 <translation type="unfinished"></translation>
697 </message>
698 <message>
699 <location filename="ProjectDjango/Project.py" line="268"/>
700 <source>Start Client Console</source>
701 <translation type="unfinished"></translation>
702 </message>
703 <message>
704 <location filename="ProjectDjango/Project.py" line="272"/>
705 <source>Starts a console window for the database client</source>
706 <translation type="unfinished"></translation>
707 </message>
708 <message>
709 <location filename="ProjectDjango/Project.py" line="274"/>
710 <source>&lt;b&gt;Start Client Console&lt;/b&gt;&lt;p&gt;Starts a console window for the database client.&lt;/p&gt;</source>
711 <translation type="unfinished"></translation>
712 </message>
713 <message>
714 <location filename="ProjectDjango/Project.py" line="268"/>
715 <source>Start &amp;Client Console</source>
716 <translation type="unfinished"></translation>
717 </message>
718 <message>
719 <location filename="ProjectDjango/Project.py" line="1364"/>
720 <source>Create Tables</source>
721 <translation type="unfinished"></translation>
722 </message>
723 <message>
724 <location filename="ProjectDjango/Project.py" line="285"/>
725 <source>Create &amp;Tables</source>
726 <translation type="unfinished"></translation>
727 </message>
728 <message>
729 <location filename="ProjectDjango/Project.py" line="289"/>
730 <source>Prints the CREATE TABLE SQL statements for one or more applications</source>
731 <translation type="unfinished"></translation>
732 </message>
733 <message>
734 <location filename="ProjectDjango/Project.py" line="291"/>
735 <source>&lt;b&gt;Create Tables&lt;/b&gt;&lt;p&gt;Prints the CREATE TABLE SQL statements for one or more applications.&lt;/p&gt;</source>
736 <translation type="unfinished"></translation>
737 </message>
738 <message>
739 <location filename="ProjectDjango/Project.py" line="567"/>
740 <source>Show &amp;SQL</source>
741 <translation type="unfinished"></translation>
742 </message>
743 <message>
744 <location filename="ProjectDjango/Project.py" line="1371"/>
745 <source>Create Indexes</source>
746 <translation type="unfinished"></translation>
747 </message>
748 <message>
749 <location filename="ProjectDjango/Project.py" line="300"/>
750 <source>Create &amp;Indexes</source>
751 <translation type="unfinished"></translation>
752 </message>
753 <message>
754 <location filename="ProjectDjango/Project.py" line="306"/>
755 <source>&lt;b&gt;Create Indexes&lt;/b&gt;&lt;p&gt;Prints the CREATE INDEX SQL statements for one or more applications.&lt;/p&gt;</source>
756 <translation type="unfinished"></translation>
757 </message>
758 <message>
759 <location filename="ProjectDjango/Project.py" line="1378"/>
760 <source>Create Everything</source>
761 <translation type="unfinished"></translation>
762 </message>
763 <message>
764 <location filename="ProjectDjango/Project.py" line="315"/>
765 <source>Create &amp;Everything</source>
766 <translation type="unfinished"></translation>
767 </message>
768 <message>
769 <location filename="ProjectDjango/Project.py" line="319"/>
770 <source>Prints the CREATE ... SQL statements for one or more applications</source>
771 <translation type="unfinished"></translation>
772 </message>
773 <message>
774 <location filename="ProjectDjango/Project.py" line="321"/>
775 <source>&lt;b&gt;Create Everything&lt;/b&gt;&lt;p&gt;Prints the CREATE TABLE, custom SQL and CREATE INDEX SQL statements for one or more applications.&lt;/p&gt;</source>
776 <translation type="unfinished"></translation>
777 </message>
778 <message>
779 <location filename="ProjectDjango/Project.py" line="304"/>
780 <source>Prints the CREATE INDEX SQL statements for one or more applications</source>
781 <translation type="unfinished"></translation>
782 </message>
783 <message>
784 <location filename="ProjectDjango/Project.py" line="1385"/>
785 <source>Custom Statements</source>
786 <translation type="unfinished"></translation>
787 </message>
788 <message>
789 <location filename="ProjectDjango/Project.py" line="330"/>
790 <source>&amp;Custom Statements</source>
791 <translation type="unfinished"></translation>
792 </message>
793 <message>
794 <location filename="ProjectDjango/Project.py" line="334"/>
795 <source>Prints the custom table modifying SQL statements for one or more applications</source>
796 <translation type="unfinished"></translation>
797 </message>
798 <message>
799 <location filename="ProjectDjango/Project.py" line="337"/>
800 <source>&lt;b&gt;Custom Statements&lt;/b&gt;&lt;p&gt;Prints the custom table modifying SQL statements for one or more applications.&lt;/p&gt;</source>
801 <translation type="unfinished"></translation>
802 </message>
803 <message>
804 <location filename="ProjectDjango/Project.py" line="1392"/>
805 <source>Drop Tables</source>
806 <translation type="unfinished"></translation>
807 </message>
808 <message>
809 <location filename="ProjectDjango/Project.py" line="346"/>
810 <source>&amp;Drop Tables</source>
811 <translation type="unfinished"></translation>
812 </message>
813 <message>
814 <location filename="ProjectDjango/Project.py" line="350"/>
815 <source>Prints the DROP TABLE SQL statements for one or more applications</source>
816 <translation type="unfinished"></translation>
817 </message>
818 <message>
819 <location filename="ProjectDjango/Project.py" line="353"/>
820 <source>&lt;b&gt;Drop Tables&lt;/b&gt;&lt;p&gt;Prints the DROP TABLE SQL statements for one or more applications.&lt;/p&gt;</source>
821 <translation type="unfinished"></translation>
822 </message>
823 <message>
824 <location filename="ProjectDjango/Project.py" line="362"/>
825 <source>&amp;Flush Database</source>
826 <translation type="unfinished"></translation>
827 </message>
828 <message>
829 <location filename="ProjectDjango/Project.py" line="366"/>
830 <source>Prints a list of statements to return all database tables to the state just after their installation</source>
831 <translation type="unfinished"></translation>
832 </message>
833 <message>
834 <location filename="ProjectDjango/Project.py" line="369"/>
835 <source>&lt;b&gt;Flush Database&lt;/b&gt;&lt;p&gt;Prints a list of statements to return all database tables to the state just after their installation.&lt;/p&gt;</source>
836 <translation type="unfinished"></translation>
837 </message>
838 <message>
839 <location filename="ProjectDjango/Project.py" line="1406"/>
840 <source>Reset Sequences</source>
841 <translation type="unfinished"></translation>
842 </message>
843 <message>
844 <location filename="ProjectDjango/Project.py" line="378"/>
845 <source>Reset &amp;Sequences</source>
846 <translation type="unfinished"></translation>
847 </message>
848 <message>
849 <location filename="ProjectDjango/Project.py" line="382"/>
850 <source>Prints the SQL statements for resetting sequences for one or more applications</source>
851 <translation type="unfinished"></translation>
852 </message>
853 <message>
854 <location filename="ProjectDjango/Project.py" line="385"/>
855 <source>&lt;b&gt;Reset Sequences&lt;/b&gt;&lt;p&gt;Prints the SQL statements for resetting sequences for one or more applications.&lt;/p&gt;</source>
856 <translation type="unfinished"></translation>
857 </message>
858 <message>
859 <location filename="ProjectDjango/Project.py" line="1543"/>
860 <source>Dump Data</source>
861 <translation type="unfinished"></translation>
862 </message>
863 <message>
864 <location filename="ProjectDjango/Project.py" line="454"/>
865 <source>&amp;Dump Data</source>
866 <translation type="unfinished"></translation>
867 </message>
868 <message>
869 <location filename="ProjectDjango/Project.py" line="458"/>
870 <source>Dump the database data to a fixture</source>
871 <translation type="unfinished"></translation>
872 </message>
873 <message>
874 <location filename="ProjectDjango/Project.py" line="460"/>
875 <source>&lt;b&gt;Dump Data&lt;/b&gt;&lt;p&gt;Dump the database data to a fixture.&lt;/p&gt;</source>
876 <translation type="unfinished"></translation>
877 </message>
878 <message>
879 <location filename="ProjectDjango/Project.py" line="606"/>
880 <source>T&amp;esting</source>
881 <translation type="unfinished"></translation>
882 </message>
883 <message>
884 <location filename="ProjectDjango/Project.py" line="1351"/>
885 <source>SQL Files (*.sql)</source>
886 <translation type="unfinished"></translation>
887 </message>
888 <message>
889 <location filename="ProjectDjango/Project.py" line="1566"/>
890 <source>JSON Files (*.json)</source>
891 <translation type="unfinished"></translation>
892 </message>
893 <message>
894 <location filename="ProjectDjango/Project.py" line="1568"/>
895 <source>XML Files (*.xml)</source>
896 <translation type="unfinished"></translation>
897 </message>
898 <message>
899 <location filename="ProjectDjango/Project.py" line="1570"/>
900 <source>YAML Files (*.yaml)</source>
901 <translation type="unfinished"></translation>
902 </message>
903 <message>
904 <location filename="ProjectDjango/Project.py" line="1582"/>
905 <source>Load Data</source>
906 <translation type="unfinished"></translation>
907 </message>
908 <message>
909 <location filename="ProjectDjango/Project.py" line="467"/>
910 <source>&amp;Load Data</source>
911 <translation type="unfinished"></translation>
912 </message>
913 <message>
914 <location filename="ProjectDjango/Project.py" line="471"/>
915 <source>Load data from fixture files</source>
916 <translation type="unfinished"></translation>
917 </message>
918 <message>
919 <location filename="ProjectDjango/Project.py" line="473"/>
920 <source>&lt;b&gt;Load Data&lt;/b&gt;&lt;p&gt;Load data from fixture files.&lt;/p&gt;</source>
921 <translation type="unfinished"></translation>
922 </message>
923 <message>
924 <location filename="ProjectDjango/Project.py" line="480"/>
925 <source>Run Testsuite</source>
926 <translation type="unfinished"></translation>
927 </message>
928 <message>
929 <location filename="ProjectDjango/Project.py" line="480"/>
930 <source>Run &amp;Testsuite</source>
931 <translation type="unfinished"></translation>
932 </message>
933 <message>
934 <location filename="ProjectDjango/Project.py" line="484"/>
935 <source>Run the test suite for applications or the whole site</source>
936 <translation type="unfinished"></translation>
937 </message>
938 <message>
939 <location filename="ProjectDjango/Project.py" line="486"/>
940 <source>&lt;b&gt;Run Testsuite&lt;/b&gt;&lt;p&gt;Run the test suite for applications or the whole site.&lt;/p&gt;</source>
941 <translation type="unfinished"></translation>
942 </message>
943 <message>
944 <location filename="ProjectDjango/Project.py" line="493"/>
945 <source>Run Testserver</source>
946 <translation type="unfinished"></translation>
947 </message>
948 <message>
949 <location filename="ProjectDjango/Project.py" line="493"/>
950 <source>Run Test&amp;server</source>
951 <translation type="unfinished"></translation>
952 </message>
953 <message>
954 <location filename="ProjectDjango/Project.py" line="497"/>
955 <source>Run a development server with data from a set of fixtures</source>
956 <translation type="unfinished"></translation>
957 </message>
958 <message>
959 <location filename="ProjectDjango/Project.py" line="499"/>
960 <source>&lt;b&gt;Run Testserver&lt;/b&gt;&lt;p&gt;Run a development server with data from a set of fixtures.&lt;/p&gt;</source>
961 <translation type="unfinished"></translation>
962 </message>
963 <message>
964 <location filename="ProjectDjango/Project.py" line="1666"/>
965 <source>The Django test server could not be started.</source>
966 <translation type="unfinished"></translation>
967 </message>
968 <message>
969 <location filename="ProjectDjango/Project.py" line="188"/>
970 <source>Help</source>
971 <translation type="unfinished"></translation>
972 </message>
973 <message>
974 <location filename="ProjectDjango/Project.py" line="188"/>
975 <source>&amp;Help</source>
976 <translation type="unfinished"></translation>
977 </message>
978 <message>
979 <location filename="ProjectDjango/Project.py" line="192"/>
980 <source>Shows the Django help index</source>
981 <translation type="unfinished"></translation>
982 </message>
983 <message>
984 <location filename="ProjectDjango/Project.py" line="194"/>
985 <source>&lt;b&gt;Help&lt;/b&gt;&lt;p&gt;Shows the Django help index page.&lt;/p&gt;</source>
986 <translation type="unfinished"></translation>
987 </message>
988 <message>
989 <location filename="ProjectDjango/Project.py" line="628"/>
990 <source>New template...</source>
991 <translation type="unfinished"></translation>
992 </message>
993 <message>
994 <location filename="ProjectDjango/Project.py" line="635"/>
995 <source>Update all catalogs</source>
996 <translation type="unfinished"></translation>
997 </message>
998 <message>
999 <location filename="ProjectDjango/Project.py" line="637"/>
1000 <source>Update selected catalogs</source>
1001 <translation type="unfinished"></translation>
1002 </message>
1003 <message>
1004 <location filename="ProjectDjango/Project.py" line="645"/>
1005 <source>Compile all catalogs</source>
1006 <translation type="unfinished"></translation>
1007 </message>
1008 <message>
1009 <location filename="ProjectDjango/Project.py" line="647"/>
1010 <source>Compile selected catalogs</source>
1011 <translation type="unfinished"></translation>
1012 </message>
1013 <message>
1014 <location filename="ProjectDjango/Project.py" line="1745"/>
1015 <source>Initializing message catalog for &apos;{0}&apos;</source>
1016 <translation type="unfinished"></translation>
1017 </message>
1018 <message>
1019 <location filename="ProjectDjango/Project.py" line="1987"/>
1020 <source>No current site selected or no site created yet. Aborting...</source>
1021 <translation type="unfinished"></translation>
1022 </message>
1023 <message>
1024 <location filename="ProjectDjango/Project.py" line="1763"/>
1025 <source>
1026 Message catalog initialized successfully.</source>
1027 <translation type="unfinished"></translation>
1028 </message>
1029 <message>
1030 <location filename="ProjectDjango/Project.py" line="1867"/>
1031 <source>Updating message catalogs</source>
1032 <translation type="unfinished"></translation>
1033 </message>
1034 <message>
1035 <location filename="ProjectDjango/Project.py" line="1953"/>
1036 <source>No locales detected. Aborting...</source>
1037 <translation type="unfinished"></translation>
1038 </message>
1039 <message>
1040 <location filename="ProjectDjango/Project.py" line="1915"/>
1041 <source>
1042 Message catalogs updated successfully.</source>
1043 <translation type="unfinished"></translation>
1044 </message>
1045 <message>
1046 <location filename="ProjectDjango/Project.py" line="1977"/>
1047 <source>Compiling message catalogs</source>
1048 <translation type="unfinished"></translation>
1049 </message>
1050 <message>
1051 <location filename="ProjectDjango/Project.py" line="1993"/>
1052 <source>
1053 Message catalogs compiled successfully.</source>
1054 <translation type="unfinished"></translation>
1055 </message>
1056 <message>
1057 <location filename="ProjectDjango/Project.py" line="639"/>
1058 <source>Update all catalogs (with obsolete)</source>
1059 <translation type="unfinished"></translation>
1060 </message>
1061 <message>
1062 <location filename="ProjectDjango/Project.py" line="642"/>
1063 <source>Update selected catalogs (with obsolete)</source>
1064 <translation type="unfinished"></translation>
1065 </message>
1066 <message>
1067 <location filename="ProjectDjango/Project.py" line="1018"/>
1068 <source>Start Global Django Application</source>
1069 <translation type="unfinished"></translation>
1070 </message>
1071 <message>
1072 <location filename="ProjectDjango/Project.py" line="1018"/>
1073 <source>Enter the name of the new global Django application.</source>
1074 <translation type="unfinished"></translation>
1075 </message>
1076 <message>
1077 <location filename="ProjectDjango/Project.py" line="1037"/>
1078 <source>Start Local Django Application</source>
1079 <translation type="unfinished"></translation>
1080 </message>
1081 <message>
1082 <location filename="ProjectDjango/Project.py" line="1037"/>
1083 <source>Enter the name of the new local Django application.</source>
1084 <translation type="unfinished"></translation>
1085 </message>
1086 <message>
1087 <location filename="ProjectDjango/Project.py" line="1898"/>
1088 <source>Updating message catalogs (keeping obsolete messages)</source>
1089 <translation type="unfinished"></translation>
1090 </message>
1091 </context>
1092 <context>
1093 <name>ProjectDjangoPlugin</name>
1094 <message>
1095 <location filename="PluginProjectDjango.py" line="191"/>
1096 <source>Django</source>
1097 <translation type="unfinished"></translation>
1098 </message>
1099 <message>
1100 <location filename="PluginProjectDjango.py" line="159"/>
1101 <source>eric5 version is too old, {0}, {1} or newer needed.</source>
1102 <translation type="unfinished"></translation>
1103 </message>
1104 </context>
1105 </TS>

eric ide

mercurial