~tai271828/checkbox/fix-1334224

« back to all changes in this revision

Viewing changes to plainbox/po/ru.po

  • Committer: Launchpad Translations on behalf of checkbox-dev
  • Date: 2014-08-05 05:44:09 UTC
  • Revision ID: launchpad_translations_on_behalf_of_checkbox-dev-20140805054409-9q5j7b3e7hnfep1n
Launchpad automatic translations update.

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
msgstr ""
8
8
"Project-Id-Version: plainbox\n"
9
9
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
10
 
"POT-Creation-Date: 2014-06-02 14:50+0200\n"
 
10
"POT-Creation-Date: 2014-08-04 16:52+0200\n"
11
11
"PO-Revision-Date: 2014-06-25 12:46+0000\n"
12
12
"Last-Translator: Jay ZDLin <Unknown>\n"
13
13
"Language-Team: Russian <ru@li.org>\n"
16
16
"Content-Transfer-Encoding: 8bit\n"
17
17
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && "
18
18
"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
19
 
"X-Launchpad-Export-Date: 2014-07-30 05:47+0000\n"
20
 
"X-Generator: Launchpad (build 17131)\n"
 
19
"X-Launchpad-Export-Date: 2014-08-05 05:43+0000\n"
 
20
"X-Generator: Launchpad (build 17147)\n"
21
21
 
22
22
#: .././plainbox/impl/_argparse.py:139
23
23
#: .././plainbox/vendor/argparse/py32-argparse.py:298
42
42
msgid "Name of the default provider to use"
43
43
msgstr "Имя провайдера по умолчанию"
44
44
 
45
 
#: .././plainbox/impl/clitools.py:281
 
45
#: .././plainbox/impl/box.py:70
 
46
msgid "plainbox [--help] [--version] | [options] <command> ..."
 
47
msgstr ""
 
48
 
 
49
#: .././plainbox/impl/clitools.py:294
46
50
#, python-format
47
51
msgid "parsed early namespace: %s"
48
52
msgstr ""
49
53
 
50
 
#: .././plainbox/impl/clitools.py:286
 
54
#: .././plainbox/impl/clitools.py:299
51
55
#, python-format
52
56
msgid "parsed full namespace: %s"
53
57
msgstr ""
54
58
 
55
 
#: .././plainbox/impl/clitools.py:416 .././plainbox/provider_manager.py:1187
 
59
#: .././plainbox/impl/clitools.py:429 .././plainbox/provider_manager.py:1192
56
60
#: .././plainbox/vendor/argparse/py32-argparse.py:1625
57
61
msgid "show program's version number and exit"
58
62
msgstr "показать версию программы и выйти"
59
63
 
60
 
#: .././plainbox/impl/clitools.py:437
 
64
#: .././plainbox/impl/clitools.py:453
61
65
msgid "logging and debugging"
62
66
msgstr "журналирование и отладка"
63
67
 
64
68
#. TRANSLATORS: please keep --log-level=INFO untranslated
65
 
#: .././plainbox/impl/clitools.py:452
 
69
#: .././plainbox/impl/clitools.py:468
66
70
msgid "be more verbose (same as --log-level=INFO)"
67
71
msgstr "более подробно (аналогично --log-level=INFO)"
68
72
 
69
73
#. TRANSLATORS: please keep DEBUG untranslated
70
 
#: .././plainbox/impl/clitools.py:460
 
74
#: .././plainbox/impl/clitools.py:476
71
75
msgid "enable DEBUG messages on the root logger"
72
76
msgstr ""
73
77
 
74
78
#. TRANSLATORS: please keep DEBUG untranslated
75
 
#: .././plainbox/impl/clitools.py:466
 
79
#: .././plainbox/impl/clitools.py:482
76
80
msgid "display DEBUG messages in the console"
77
81
msgstr "отображать сообщения DEBUG в консоли"
78
82
 
79
 
#: .././plainbox/impl/clitools.py:470
 
83
#: .././plainbox/impl/clitools.py:486
80
84
msgid "LOGGER"
81
85
msgstr ""
82
86
 
83
87
#. TRANSLATORS: please keep DEBUG untranslated
84
 
#: .././plainbox/impl/clitools.py:474
 
88
#: .././plainbox/impl/clitools.py:490
85
89
msgid ""
86
90
"enable DEBUG messages on the specified logger (can be used multiple times)"
87
91
msgstr ""
88
92
 
89
93
#. TRANSLATORS: please keep pdb untranslated
90
 
#: .././plainbox/impl/clitools.py:482
 
94
#: .././plainbox/impl/clitools.py:498
91
95
msgid "jump into pdb (python debugger) when a command crashes"
92
96
msgstr "переключиться на pdb (отладчик python) при сбое программы"
93
97
 
94
98
#. TRANSLATORS: please keep SIGINT/KeyboardInterrupt and --pdb
95
99
#. untranslated
96
 
#: .././plainbox/impl/clitools.py:490
 
100
#: .././plainbox/impl/clitools.py:506
97
101
msgid "crash on SIGINT/KeyboardInterrupt, useful with --pdb"
98
102
msgstr "отказ при SIGINT/KeyboardInterrupt, обычно используется с --pdb"
99
103
 
100
 
#: .././plainbox/impl/clitools.py:507
 
104
#: .././plainbox/impl/clitools.py:523
101
105
#: .././plainbox/vendor/argparse/py32-argparse.py:1956
102
106
msgid "too few arguments"
103
107
msgstr "слишком мало аргументов"
105
109
#. Don't let SystemExit be caught in the logic below, we really
106
110
#. just want to exit when that gets thrown.
107
111
#. TRANSLATORS: please keep SystemExit untranslated
108
 
#: .././plainbox/impl/clitools.py:519
 
112
#: .././plainbox/impl/clitools.py:535
109
113
msgid "caught SystemExit, exiting"
110
114
msgstr ""
111
115
 
112
 
#: .././plainbox/impl/clitools.py:524
 
116
#: .././plainbox/impl/clitools.py:540
113
117
#, python-format
114
118
msgid "caught %r, deciding on what to do next"
115
119
msgstr ""
116
120
 
117
 
#: .././plainbox/impl/clitools.py:544
 
121
#: .././plainbox/impl/clitools.py:560
118
122
#, python-format
119
123
msgid "action for exception %r is %s"
120
124
msgstr "для исключения %r выполнить %s"
121
125
 
122
 
#: .././plainbox/impl/clitools.py:549
 
126
#: .././plainbox/impl/clitools.py:565
123
127
#, python-format
124
128
msgid "Executable %r invoked with %r has crashed"
125
129
msgstr ""
126
130
 
127
 
#: .././plainbox/impl/clitools.py:553
 
131
#: .././plainbox/impl/clitools.py:569
128
132
#, python-format
129
133
msgid "caught runaway exception: %r"
130
134
msgstr ""
131
135
 
132
 
#: .././plainbox/impl/clitools.py:554
 
136
#: .././plainbox/impl/clitools.py:570
133
137
msgid "starting debugger..."
134
138
msgstr "запуск отладчика..."
135
139
 
136
 
#: .././plainbox/impl/clitools.py:651
 
140
#: .././plainbox/impl/clitools.py:720
137
141
msgid "Unable to find any of the executables {}"
138
142
msgstr "Не удалось найти ни один из исполняемых файлов {}"
139
143
 
243
247
msgid "analyze how selected jobs would be executed"
244
248
msgstr "анализ выполнения выбранных заданий"
245
249
 
246
 
#: .././plainbox/impl/commands/analyze.py:248
 
250
#: .././plainbox/impl/commands/analyze.py:249
247
251
msgid "run all selected local jobs, required to see true data"
248
252
msgstr ""
249
253
 
250
254
#. TRANSLATORS: please keep the word 'local' untranslated.
251
255
#. It designates special type of jobs, not their location.
252
 
#: .././plainbox/impl/commands/analyze.py:254
 
256
#: .././plainbox/impl/commands/analyze.py:255
253
257
msgid "do not run local jobs"
254
258
msgstr "не выполнять задания local"
255
259
 
256
 
#: .././plainbox/impl/commands/analyze.py:258
 
260
#: .././plainbox/impl/commands/analyze.py:259
257
261
msgid "print general job statistics"
258
262
msgstr "вывести общую статистику заданий"
259
263
 
260
 
#: .././plainbox/impl/commands/analyze.py:261
 
264
#: .././plainbox/impl/commands/analyze.py:262
261
265
msgid "print dependency report"
262
266
msgstr "вывести отчёт о зависимостях"
263
267
 
264
 
#: .././plainbox/impl/commands/analyze.py:264
 
268
#: .././plainbox/impl/commands/analyze.py:265
265
269
msgid "print interactivity report"
266
270
msgstr "вывести отчёт об интерактивности"
267
271
 
268
 
#: .././plainbox/impl/commands/analyze.py:267
 
272
#: .././plainbox/impl/commands/analyze.py:268
269
273
msgid "print estimated duration report"
270
274
msgstr "вывести отчёт о расчётном времени"
271
275
 
272
 
#: .././plainbox/impl/commands/analyze.py:270
 
276
#: .././plainbox/impl/commands/analyze.py:271
273
277
msgid "print validation report"
274
278
msgstr "вывести отчёт о валидации"
275
279
 
276
 
#: .././plainbox/impl/commands/analyze.py:273
 
280
#: .././plainbox/impl/commands/analyze.py:274
277
281
msgid "print requirement report"
278
282
msgstr ""
279
283
 
280
 
#: .././plainbox/impl/commands/analyze.py:277
 
284
#: .././plainbox/impl/commands/analyze.py:278
281
285
msgid "when coupled with -v, only problematic jobs will be listed"
282
286
msgstr "при наличии параметра -v будут перечислены только проблемные задания"
283
287
 
284
 
#: .././plainbox/impl/commands/analyze.py:280
 
288
#: .././plainbox/impl/commands/analyze.py:281
285
289
msgid "print desired job list"
286
290
msgstr "вывести список желаемых заданий"
287
291
 
288
 
#: .././plainbox/impl/commands/analyze.py:283
 
292
#: .././plainbox/impl/commands/analyze.py:284
289
293
msgid "print run list"
290
294
msgstr "вывести список запуска"
291
295
 
375
379
msgid "crash the application"
376
380
msgstr "вызвать сбой приложения"
377
381
 
378
 
#: .././plainbox/impl/commands/crash.py:68
 
382
#: .././plainbox/impl/commands/crash.py:69
379
383
msgid "raise an exception"
380
384
msgstr "вызвать исключение"
381
385
 
382
 
#: .././plainbox/impl/commands/crash.py:74
 
386
#: .././plainbox/impl/commands/crash.py:75
383
387
msgid "hang the application with a busy loop"
384
388
msgstr ""
385
389
 
387
391
msgid "development commands"
388
392
msgstr "команды разработчика"
389
393
 
 
394
#: .././plainbox/impl/commands/dev.py:61
 
395
msgid "plainbox dev <subcommand> ..."
 
396
msgstr ""
 
397
 
390
398
#: .././plainbox/impl/commands/list.py:60
391
399
msgid "children"
392
400
msgstr ""
395
403
msgid "list and describe various objects"
396
404
msgstr "вывести список и описание различных объектов"
397
405
 
398
 
#: .././plainbox/impl/commands/list.py:83
 
406
#: .././plainbox/impl/commands/list.py:84
399
407
msgid "show object attributes"
400
408
msgstr "показать атрибуты объекта"
401
409
 
402
 
#: .././plainbox/impl/commands/list.py:86
 
410
#: .././plainbox/impl/commands/list.py:87
403
411
msgid "list objects from the specified group"
404
412
msgstr "вывести объекты из заданной группы"
405
413
 
440
448
msgstr "обрабатывать stdin заданным обработчиком"
441
449
 
442
450
#. TRANSLATORS: please keep plainbox.parsers untranslated.
443
 
#: .././plainbox/impl/commands/parse.py:108
 
451
#: .././plainbox/impl/commands/parse.py:109
444
452
msgid ""
445
453
"\n"
446
454
"            This command can be used to invoke any of the parsers exposed\n"
454
462
"            "
455
463
msgstr ""
456
464
 
457
 
#: .././plainbox/impl/commands/parse.py:117
 
465
#: .././plainbox/impl/commands/parse.py:118
458
466
msgid "Example: "
459
467
msgstr "Пример: "
460
468
 
461
 
#: .././plainbox/impl/commands/parse.py:122
 
469
#: .././plainbox/impl/commands/parse.py:123
462
470
msgid "PARSER-NAME"
463
471
msgstr "ИМЯ-ОБРАБОТЧИКА"
464
472
 
465
 
#: .././plainbox/impl/commands/parse.py:124
 
473
#: .././plainbox/impl/commands/parse.py:125
466
474
msgid "Name of the parser to use"
467
475
msgstr "Имя обработчика, который необходимо использовать"
468
476
 
470
478
msgid "Pick an action"
471
479
msgstr "Выбор действия"
472
480
 
473
 
#: .././plainbox/impl/commands/run.py:221
 
481
#: .././plainbox/impl/commands/run.py:224
474
482
#, python-brace-format
475
483
msgid "ID: {0}"
476
484
msgstr "ID: {0}"
477
485
 
478
 
#: .././plainbox/impl/commands/run.py:228
 
486
#: .././plainbox/impl/commands/run.py:231
479
487
msgid "press ENTER to continue"
480
488
msgstr "нажмите ВВОД для продолжения"
481
489
 
482
 
#: .././plainbox/impl/commands/run.py:229
 
490
#: .././plainbox/impl/commands/run.py:232
 
491
#: .././plainbox/impl/commands/run.py:832
 
492
msgid "add a comment"
 
493
msgstr "добавить комментарий"
 
494
 
 
495
#: .././plainbox/impl/commands/run.py:233
483
496
msgid "skip this job"
484
497
msgstr "пропустить задание"
485
498
 
486
 
#: .././plainbox/impl/commands/run.py:230
 
499
#: .././plainbox/impl/commands/run.py:234
487
500
msgid "save the session and quit"
488
501
msgstr "сохранить сессию и выйти"
489
502
 
490
 
#: .././plainbox/impl/commands/run.py:240
 
503
#: .././plainbox/impl/commands/run.py:244
491
504
msgid "Command output hidden"
492
505
msgstr ""
493
506
 
494
 
#: .././plainbox/impl/commands/run.py:264
 
507
#: .././plainbox/impl/commands/run.py:268
495
508
msgid "Job cannot be started because:"
496
509
msgstr "Задание не может быть начато по причине:"
497
510
 
498
 
#: .././plainbox/impl/commands/run.py:272
 
511
#: .././plainbox/impl/commands/run.py:276
499
512
msgid "Outcome"
500
513
msgstr ""
501
514
 
502
 
#: .././plainbox/impl/commands/run.py:376
503
 
#: .././plainbox/impl/commands/run.py:379
504
 
#: .././plainbox/impl/commands/run.py:382
505
 
#: .././plainbox/impl/commands/run.py:970
506
 
#: .././plainbox/impl/commands/run.py:986
 
515
#: .././plainbox/impl/commands/run.py:380
 
516
#: .././plainbox/impl/commands/run.py:383
 
517
#: .././plainbox/impl/commands/run.py:386
 
518
#: .././plainbox/impl/commands/run.py:991
 
519
#: .././plainbox/impl/commands/run.py:1007
507
520
msgid "?"
508
521
msgstr "?"
509
522
 
510
 
#: .././plainbox/impl/commands/run.py:443
 
523
#: .././plainbox/impl/commands/run.py:447
511
524
msgid "Resume Incomplete Session"
512
525
msgstr "Возобновить незавершённую сессию"
513
526
 
514
 
#: .././plainbox/impl/commands/run.py:445
 
527
#: .././plainbox/impl/commands/run.py:449
515
528
#, python-brace-format
516
529
msgid "There is {0} incomplete session that might be resumed"
517
530
msgid_plural "There are {0} incomplete sessions that might be resumed"
519
532
msgstr[1] "Имеются {0} незавершённые сессии, которые можно возобновить"
520
533
msgstr[2] "Имеются {0} незавершённых сессий, которые можно возобновить"
521
534
 
522
 
#: .././plainbox/impl/commands/run.py:452
 
535
#: .././plainbox/impl/commands/run.py:456
523
536
msgid "resume this session"
524
537
msgstr "возобновить сессию"
525
538
 
526
 
#: .././plainbox/impl/commands/run.py:453
 
539
#: .././plainbox/impl/commands/run.py:457
527
540
msgid "next session"
528
541
msgstr "следующая сессия"
529
542
 
530
 
#: .././plainbox/impl/commands/run.py:454
 
543
#: .././plainbox/impl/commands/run.py:458
531
544
msgid "create new session"
532
545
msgstr "создать новую сессию"
533
546
 
534
 
#: .././plainbox/impl/commands/run.py:455
 
547
#: .././plainbox/impl/commands/run.py:459
535
548
msgid "Do you want to resume session {0!a}?"
536
549
msgstr "Возобновить сессию {0!a}?"
537
550
 
538
 
#: .././plainbox/impl/commands/run.py:469
 
551
#: .././plainbox/impl/commands/run.py:473
539
552
msgid "ignore this problem"
540
553
msgstr "игнорировать проблему"
541
554
 
542
 
#: .././plainbox/impl/commands/run.py:470
 
555
#: .././plainbox/impl/commands/run.py:474
543
556
msgid "erase this session"
544
557
msgstr "удалить сессию"
545
558
 
546
 
#: .././plainbox/impl/commands/run.py:473
 
559
#: .././plainbox/impl/commands/run.py:477
547
560
#: .././plainbox/impl/commands/session.py:83
548
561
msgid "Session removed"
549
562
msgstr "Сессия удалена"
550
563
 
551
564
#. TRANSLATORS: This is the exit message
552
 
#: .././plainbox/impl/commands/run.py:485
 
565
#: .././plainbox/impl/commands/run.py:489
553
566
msgid "Session not resumed"
554
567
msgstr "Сессия не возобновлена"
555
568
 
556
 
#: .././plainbox/impl/commands/run.py:491
 
569
#: .././plainbox/impl/commands/run.py:495
557
570
msgid "Available output formats: {}"
558
571
msgstr "Доступные форматы вывода: {}"
559
572
 
560
 
#: .././plainbox/impl/commands/run.py:495
 
573
#: .././plainbox/impl/commands/run.py:499
561
574
msgid "Each format may support a different set of options"
562
575
msgstr "Каждый формат может поддерживать разные наборы параметров"
563
576
 
564
 
#: .././plainbox/impl/commands/run.py:501
 
577
#: .././plainbox/impl/commands/run.py:505
565
578
msgid "Available transports: {}"
566
579
msgstr "Доступные транспорты: {}"
567
580
 
568
 
#: .././plainbox/impl/commands/run.py:523
 
581
#: .././plainbox/impl/commands/run.py:527
569
582
msgid "yes"
570
583
msgstr "да"
571
584
 
572
 
#: .././plainbox/impl/commands/run.py:524
 
585
#: .././plainbox/impl/commands/run.py:528
573
586
msgid "no"
574
587
msgstr "нет"
575
588
 
576
 
#: .././plainbox/impl/commands/run.py:529
 
589
#: .././plainbox/impl/commands/run.py:533
577
590
msgid "Do you want to start a new session?"
578
591
msgstr "Начать новую сессию?"
579
592
 
580
 
#: .././plainbox/impl/commands/run.py:535
 
593
#: .././plainbox/impl/commands/run.py:539
581
594
msgid "Previous session run tried to execute job: {}"
582
595
msgstr ""
583
596
 
584
 
#: .././plainbox/impl/commands/run.py:538
 
597
#: .././plainbox/impl/commands/run.py:542
585
598
msgid "skip that job"
586
599
msgstr "пропустить задание"
587
600
 
588
 
#: .././plainbox/impl/commands/run.py:539
 
601
#: .././plainbox/impl/commands/run.py:543
 
602
msgid "mark it as passed and continue"
 
603
msgstr ""
 
604
 
 
605
#: .././plainbox/impl/commands/run.py:544
589
606
msgid "mark it as failed and continue"
590
607
msgstr ""
591
608
 
592
 
#: .././plainbox/impl/commands/run.py:540
 
609
#: .././plainbox/impl/commands/run.py:545
593
610
msgid "run it again"
594
611
msgstr "запустить снова"
595
612
 
596
 
#: .././plainbox/impl/commands/run.py:541
 
613
#: .././plainbox/impl/commands/run.py:546
597
614
msgid "What do you want to do with that job?"
598
615
msgstr "Что требуется сделать с заданием?"
599
616
 
600
 
#: .././plainbox/impl/commands/run.py:545
 
617
#: .././plainbox/impl/commands/run.py:550
601
618
msgid "Skipped after resuming execution"
602
619
msgstr "Пропущено после возобновления выполнения"
603
620
 
604
 
#: .././plainbox/impl/commands/run.py:550
 
621
#: .././plainbox/impl/commands/run.py:555
 
622
msgid "Passed after resuming execution"
 
623
msgstr ""
 
624
 
 
625
#: .././plainbox/impl/commands/run.py:560
605
626
msgid "Failed after resuming execution"
606
627
msgstr "Сбой после возобновления выполнения"
607
628
 
608
 
#: .././plainbox/impl/commands/run.py:622
 
629
#: .././plainbox/impl/commands/run.py:632
609
630
msgid "The job database you are currently using is broken"
610
631
msgstr "База данных заданий, используемая в настоящий момент, повреждена"
611
632
 
612
 
#: .././plainbox/impl/commands/run.py:624
 
633
#: .././plainbox/impl/commands/run.py:634
613
634
#, python-brace-format
614
635
msgid "At least two jobs contend for the id {0}"
615
636
msgstr "Как минимум два задания претендуют на идентификатор {0}"
616
637
 
617
 
#: .././plainbox/impl/commands/run.py:627
 
638
#: .././plainbox/impl/commands/run.py:637
618
639
#, python-brace-format
619
640
msgid "First job defined in: {0}"
620
641
msgstr "Первое задание определено в: {0}"
621
642
 
622
 
#: .././plainbox/impl/commands/run.py:629
 
643
#: .././plainbox/impl/commands/run.py:639
623
644
#, python-brace-format
624
645
msgid "Second job defined in: {0}"
625
646
msgstr "Второе задание определено в: {0}"
626
647
 
627
 
#: .././plainbox/impl/commands/run.py:634
 
648
#: .././plainbox/impl/commands/run.py:644
628
649
msgid "This session cannot be resumed"
629
650
msgstr "Данная сессия не может быть возобновлена"
630
651
 
631
 
#: .././plainbox/impl/commands/run.py:679
 
652
#: .././plainbox/impl/commands/run.py:689
632
653
msgid "Analyzing Jobs"
633
654
msgstr ""
634
655
 
635
 
#: .././plainbox/impl/commands/run.py:689
 
656
#: .././plainbox/impl/commands/run.py:699
636
657
msgid "Authentication"
637
658
msgstr "Аутентификация"
638
659
 
639
 
#: .././plainbox/impl/commands/run.py:697
640
 
msgid "Running All Jobs"
641
 
msgstr ""
642
 
 
643
 
#: .././plainbox/impl/commands/run.py:753
 
660
#: .././plainbox/impl/commands/run.py:707
 
661
msgid "Running Selected Jobs"
 
662
msgstr ""
 
663
 
 
664
#: .././plainbox/impl/commands/run.py:763
 
665
#: .././plainbox/impl/commands/run.py:882
 
666
msgid "Please enter your comments:"
 
667
msgstr ""
 
668
 
 
669
#: .././plainbox/impl/commands/run.py:770
644
670
msgid "Explicitly skipped before execution"
645
671
msgstr ""
646
672
 
647
 
#: .././plainbox/impl/commands/run.py:788
 
673
#: .././plainbox/impl/commands/run.py:808
648
674
msgid "Results"
649
675
msgstr ""
650
676
 
651
 
#: .././plainbox/impl/commands/run.py:795
 
677
#: .././plainbox/impl/commands/run.py:815
652
678
msgid "Saving results to {}"
653
679
msgstr "Сохранение результатов в {}"
654
680
 
655
 
#: .././plainbox/impl/commands/run.py:806
 
681
#: .././plainbox/impl/commands/run.py:826
656
682
msgid "Select an outcome or an action: "
657
683
msgstr "Выберите результат или действие: "
658
684
 
659
 
#: .././plainbox/impl/commands/run.py:812
660
 
msgid "add a comment"
661
 
msgstr "добавить комментарий"
662
 
 
663
 
#: .././plainbox/impl/commands/run.py:816
664
 
#: .././plainbox/impl/commands/run.py:821
665
 
#: .././plainbox/impl/commands/run.py:826
 
685
#: .././plainbox/impl/commands/run.py:836
 
686
#: .././plainbox/impl/commands/run.py:841
 
687
#: .././plainbox/impl/commands/run.py:846
666
688
#, python-brace-format
667
689
msgid "set outcome to {0}"
668
690
msgstr ""
669
691
 
670
 
#: .././plainbox/impl/commands/run.py:817
 
692
#: .././plainbox/impl/commands/run.py:837
671
693
msgctxt "set outcome to <pass>"
672
694
msgid "pass"
673
695
msgstr ""
674
696
 
675
 
#: .././plainbox/impl/commands/run.py:822
 
697
#: .././plainbox/impl/commands/run.py:842
676
698
msgctxt "set outcome to <fail>"
677
699
msgid "fail"
678
700
msgstr ""
679
701
 
680
 
#: .././plainbox/impl/commands/run.py:827
 
702
#: .././plainbox/impl/commands/run.py:847
681
703
msgctxt "set outcome to <skip>"
682
704
msgid "skip"
683
705
msgstr ""
684
706
 
685
 
#: .././plainbox/impl/commands/run.py:831
 
707
#: .././plainbox/impl/commands/run.py:851
686
708
msgid "re-run this job"
687
709
msgstr "перезапустить задание"
688
710
 
689
 
#: .././plainbox/impl/commands/run.py:838
 
711
#: .././plainbox/impl/commands/run.py:858
690
712
#, python-brace-format
691
713
msgid "set suggested outcome [{0}]"
692
714
msgstr ""
693
715
 
694
 
#: .././plainbox/impl/commands/run.py:841
 
716
#: .././plainbox/impl/commands/run.py:861
695
717
msgid "Please decide what to do next:"
696
718
msgstr ""
697
719
 
698
 
#: .././plainbox/impl/commands/run.py:842
 
720
#: .././plainbox/impl/commands/run.py:862
699
721
msgid "outcome"
700
722
msgstr ""
701
723
 
702
 
#: .././plainbox/impl/commands/run.py:844
703
 
#: .././plainbox/impl/commands/run.py:847
 
724
#: .././plainbox/impl/commands/run.py:864
 
725
#: .././plainbox/impl/commands/run.py:867
704
726
msgid "comments"
705
727
msgstr "комментарии"
706
728
 
707
 
#: .././plainbox/impl/commands/run.py:845
 
729
#: .././plainbox/impl/commands/run.py:865
708
730
msgctxt "none comment"
709
731
msgid "none"
710
732
msgstr ""
711
733
 
712
 
#: .././plainbox/impl/commands/run.py:862
713
 
msgid "Please enter your comments:"
714
 
msgstr ""
715
 
 
716
 
#: .././plainbox/impl/commands/run.py:873
 
734
#: .././plainbox/impl/commands/run.py:893
717
735
msgid "There were some problems with the selected jobs"
718
736
msgstr "Возникли проблемы с выбранными заданиями"
719
737
 
720
 
#: .././plainbox/impl/commands/run.py:876
 
738
#: .././plainbox/impl/commands/run.py:896
721
739
msgid "Problematic jobs will not be considered"
722
740
msgstr "Проблемные задания не будут рассматриваться"
723
741
 
724
 
#: .././plainbox/impl/commands/run.py:879
 
742
#: .././plainbox/impl/commands/run.py:899
725
743
msgid "Session Statistics"
726
744
msgstr ""
727
745
 
728
 
#: .././plainbox/impl/commands/run.py:880
 
746
#: .././plainbox/impl/commands/run.py:900
729
747
#, python-brace-format, python-format
730
748
msgid "This session is about {0:.2f}% complete"
731
749
msgstr ""
732
750
 
733
 
#: .././plainbox/impl/commands/run.py:885
 
751
#: .././plainbox/impl/commands/run.py:905
734
752
msgid "Estimated duration is {:.2f} for automated jobs."
735
753
msgstr ""
736
754
"Расчётная продолжительность автоматических заданий составляет {:.2f}."
737
755
 
738
 
#: .././plainbox/impl/commands/run.py:889
 
756
#: .././plainbox/impl/commands/run.py:909
739
757
msgid "Estimated duration cannot be determined for automated jobs."
740
758
msgstr ""
741
759
"Расчётная продолжительность не может быть определена для автоматических "
742
760
"заданий."
743
761
 
744
 
#: .././plainbox/impl/commands/run.py:891
 
762
#: .././plainbox/impl/commands/run.py:911
745
763
msgid "Estimated duration is {:.2f} for manual jobs."
746
764
msgstr ""
747
765
"Расчётная продолжительность заданий, выполняемых вручную, составляет {:.2f}."
748
766
 
749
 
#: .././plainbox/impl/commands/run.py:895
 
767
#: .././plainbox/impl/commands/run.py:915
750
768
msgid "Estimated duration cannot be determined for manual jobs."
751
769
msgstr ""
752
770
"Расчётная продолжительность не может быть определена для заданий, "
753
771
"выполняемых вручную."
754
772
 
755
 
#: .././plainbox/impl/commands/run.py:896
 
773
#: .././plainbox/impl/commands/run.py:916
756
774
#, python-brace-format
757
775
msgid "Size of the desired job list: {0}"
758
776
msgstr ""
759
777
 
760
 
#: .././plainbox/impl/commands/run.py:898
 
778
#: .././plainbox/impl/commands/run.py:918
761
779
#, python-brace-format
762
780
msgid "Size of the effective execution plan: {0}"
763
781
msgstr ""
764
782
 
765
 
#: .././plainbox/impl/commands/run.py:953
 
783
#: .././plainbox/impl/commands/run.py:974
766
784
msgid "run a test job"
767
785
msgstr "запустить тестовое здание"
768
786
 
769
 
#: .././plainbox/impl/commands/run.py:955
 
787
#: .././plainbox/impl/commands/run.py:976
770
788
msgid "user interface options"
771
789
msgstr "параметры пользовательского интерфейса"
772
790
 
773
 
#: .././plainbox/impl/commands/run.py:962
 
791
#: .././plainbox/impl/commands/run.py:983
774
792
msgid "skip tests that require interactivity"
775
793
msgstr "пропустить тесты, требующие интерактивности"
776
794
 
777
 
#: .././plainbox/impl/commands/run.py:965
 
795
#: .././plainbox/impl/commands/run.py:986
778
796
msgid "don't really run most jobs"
779
797
msgstr ""
780
798
 
781
 
#: .././plainbox/impl/commands/run.py:966
 
799
#: .././plainbox/impl/commands/run.py:987
782
800
msgid "output options"
783
801
msgstr "параметры вывода"
784
802
 
785
 
#: .././plainbox/impl/commands/run.py:970
 
803
#: .././plainbox/impl/commands/run.py:991
786
804
msgid "FORMAT"
787
805
msgstr ""
788
806
 
789
 
#: .././plainbox/impl/commands/run.py:972
 
807
#: .././plainbox/impl/commands/run.py:993
790
808
msgid ""
791
809
"save test results in the specified FORMAT (pass ? for a list of choices)"
792
810
msgstr ""
793
811
 
794
 
#: .././plainbox/impl/commands/run.py:976
795
 
#: .././plainbox/impl/commands/run.py:996
 
812
#: .././plainbox/impl/commands/run.py:997
 
813
#: .././plainbox/impl/commands/run.py:1017
796
814
msgid "OPTIONS"
797
815
msgstr ""
798
816
 
799
 
#: .././plainbox/impl/commands/run.py:977
 
817
#: .././plainbox/impl/commands/run.py:998
800
818
msgid ""
801
819
"comma-separated list of options for the export mechanism (pass ? for a list "
802
820
"of choices)"
803
821
msgstr ""
804
822
 
805
 
#: .././plainbox/impl/commands/run.py:981
 
823
#: .././plainbox/impl/commands/run.py:1002
806
824
msgid "FILE"
807
825
msgstr "ФАЙЛ"
808
826
 
809
 
#: .././plainbox/impl/commands/run.py:982
 
827
#: .././plainbox/impl/commands/run.py:1003
810
828
msgid "save test results to the specified FILE (or to stdout if FILE is -)"
811
829
msgstr ""
812
830
"сохранить результаты тестов в заданный ФАЙЛ (или в stdout, если ФАЙЛ -)"
813
831
 
814
 
#: .././plainbox/impl/commands/run.py:986
 
832
#: .././plainbox/impl/commands/run.py:1007
815
833
msgid "TRANSPORT"
816
834
msgstr ""
817
835
 
818
 
#: .././plainbox/impl/commands/run.py:988
 
836
#: .././plainbox/impl/commands/run.py:1009
819
837
msgid ""
820
838
"use TRANSPORT to send results somewhere (pass ? for a list of choices)"
821
839
msgstr ""
822
840
 
823
 
#: .././plainbox/impl/commands/run.py:992
 
841
#: .././plainbox/impl/commands/run.py:1013
824
842
msgid "WHERE"
825
843
msgstr "КУДА"
826
844
 
827
 
#: .././plainbox/impl/commands/run.py:993
 
845
#: .././plainbox/impl/commands/run.py:1014
828
846
msgid "where to send data using the selected transport"
829
847
msgstr "куда отправить данные при помощи выбранного транспорта"
830
848
 
831
 
#: .././plainbox/impl/commands/run.py:997
 
849
#: .././plainbox/impl/commands/run.py:1018
832
850
msgid ""
833
851
"comma-separated list of key-value options (k=v) to be passed to the transport"
834
852
msgstr ""
835
853
"транспорту передаётся список разделённых запятыми параметров \"ключ-"
836
854
"значение\" (k=v)"
837
855
 
838
 
#: .././plainbox/impl/commands/script.py:59
 
856
#: .././plainbox/impl/commands/script.py:58
839
857
msgid "There is no job called {!a}"
840
858
msgstr "Задание не вызвано {!a}"
841
859
 
842
 
#: .././plainbox/impl/commands/script.py:61
 
860
#: .././plainbox/impl/commands/script.py:60
843
861
msgid "See `plainbox special --list-jobs` for a list of choices"
844
862
msgstr ""
845
863
 
846
 
#: .././plainbox/impl/commands/script.py:64
 
864
#: .././plainbox/impl/commands/script.py:63
847
865
msgid "Selected job does not have a command"
848
866
msgstr ""
849
867
 
850
 
#: .././plainbox/impl/commands/script.py:79
 
868
#: .././plainbox/impl/commands/script.py:84
851
869
msgid "Leftover file detected: {!a}:"
852
870
msgstr ""
853
871
 
854
 
#: .././plainbox/impl/commands/script.py:92
 
872
#: .././plainbox/impl/commands/script.py:91
 
873
msgid "Leftover directory detected: {!a}"
 
874
msgstr ""
 
875
 
 
876
#: .././plainbox/impl/commands/script.py:95
 
877
msgid "Leftover thing detected: {!a}"
 
878
msgstr ""
 
879
 
 
880
#: .././plainbox/impl/commands/script.py:99
855
881
msgid "job {} returned {}"
856
882
msgstr ""
857
883
 
858
 
#: .././plainbox/impl/commands/script.py:93
 
884
#: .././plainbox/impl/commands/script.py:100
859
885
msgid "command:"
860
886
msgstr ""
861
887
 
862
 
#: .././plainbox/impl/commands/script.py:122
 
888
#: .././plainbox/impl/commands/script.py:129
863
889
msgid "run a command from a job"
864
890
msgstr ""
865
891
 
866
 
#: .././plainbox/impl/commands/script.py:125
 
892
#: .././plainbox/impl/commands/script.py:133
867
893
msgid "JOB-ID"
868
894
msgstr "ID задания"
869
895
 
870
 
#: .././plainbox/impl/commands/script.py:126
 
896
#: .././plainbox/impl/commands/script.py:134
871
897
msgid "Id of the job to run"
872
898
msgstr "Идентификатор задания, которое требуется запустить"
873
899
 
875
901
msgid "run unit and integration tests"
876
902
msgstr ""
877
903
 
878
 
#: .././plainbox/impl/commands/selftest.py:78
 
904
#: .././plainbox/impl/commands/selftest.py:79
879
905
msgid "run integration test suite (this verifies checkbox jobs)"
880
906
msgstr ""
881
907
 
882
 
#: .././plainbox/impl/commands/selftest.py:84
 
908
#: .././plainbox/impl/commands/selftest.py:85
883
909
msgid "run unit tests (this only verifies plainbox core)"
884
910
msgstr ""
885
911
 
886
 
#: .././plainbox/impl/commands/selftest.py:89
 
912
#: .././plainbox/impl/commands/selftest.py:90
887
913
msgid "abort the test on first failure"
888
914
msgstr ""
889
915
 
890
 
#: .././plainbox/impl/commands/selftest.py:94
 
916
#: .././plainbox/impl/commands/selftest.py:95
891
917
msgid "run tests quietly"
892
918
msgstr ""
893
919
 
894
 
#: .././plainbox/impl/commands/selftest.py:97
 
920
#: .././plainbox/impl/commands/selftest.py:98
895
921
msgid "run tests with normal verbosity (default)"
896
922
msgstr ""
897
923
 
898
 
#: .././plainbox/impl/commands/selftest.py:100
 
924
#: .././plainbox/impl/commands/selftest.py:101
899
925
msgid "run tests verbosely, printing each test case name"
900
926
msgstr ""
901
927
 
987
1013
"    "
988
1014
msgstr ""
989
1015
 
990
 
#: .././plainbox/impl/commands/session.py:156
 
1016
#: .././plainbox/impl/commands/session.py:157
991
1017
msgid "available session subcommands"
992
1018
msgstr ""
993
1019
 
994
 
#: .././plainbox/impl/commands/session.py:158
 
1020
#: .././plainbox/impl/commands/session.py:159
995
1021
msgid "list available sessions"
996
1022
msgstr ""
997
1023
 
998
 
#: .././plainbox/impl/commands/session.py:161
999
 
msgid "remove a session"
 
1024
#: .././plainbox/impl/commands/session.py:162
 
1025
msgid "remove one more more sessions"
1000
1026
msgstr ""
1001
1027
 
1002
 
#: .././plainbox/impl/commands/session.py:163
1003
 
#: .././plainbox/impl/commands/session.py:169
1004
 
#: .././plainbox/impl/commands/session.py:175
 
1028
#: .././plainbox/impl/commands/session.py:164
 
1029
#: .././plainbox/impl/commands/session.py:170
 
1030
#: .././plainbox/impl/commands/session.py:176
1005
1031
msgid "SESSION-ID"
1006
1032
msgstr ""
1007
1033
 
1008
 
#: .././plainbox/impl/commands/session.py:164
 
1034
#: .././plainbox/impl/commands/session.py:165
1009
1035
msgid "Identifier of the session to remove"
1010
1036
msgstr ""
1011
1037
 
1012
 
#: .././plainbox/impl/commands/session.py:167
 
1038
#: .././plainbox/impl/commands/session.py:168
1013
1039
msgid "show a single session"
1014
1040
msgstr ""
1015
1041
 
1016
 
#: .././plainbox/impl/commands/session.py:170
 
1042
#: .././plainbox/impl/commands/session.py:171
1017
1043
msgid "Identifier of the session to show"
1018
1044
msgstr ""
1019
1045
 
1020
 
#: .././plainbox/impl/commands/session.py:173
 
1046
#: .././plainbox/impl/commands/session.py:174
1021
1047
msgid "archive a single session"
1022
1048
msgstr ""
1023
1049
 
1024
 
#: .././plainbox/impl/commands/session.py:176
 
1050
#: .././plainbox/impl/commands/session.py:177
1025
1051
msgid "Identifier of the session to archive"
1026
1052
msgstr ""
1027
1053
 
1028
 
#: .././plainbox/impl/commands/session.py:178
 
1054
#: .././plainbox/impl/commands/session.py:179
1029
1055
msgid "ARCHIVE"
1030
1056
msgstr ""
1031
1057
 
1032
 
#: .././plainbox/impl/commands/session.py:179
 
1058
#: .././plainbox/impl/commands/session.py:180
1033
1059
msgid "Name of the archive to create"
1034
1060
msgstr ""
1035
1061
 
1037
1063
msgid "special/internal commands"
1038
1064
msgstr ""
1039
1065
 
1040
 
#: .././plainbox/impl/commands/special.py:142
 
1066
#: .././plainbox/impl/commands/special.py:143
1041
1067
msgid "list jobs instead of running them"
1042
1068
msgstr ""
1043
1069
 
1044
 
#: .././plainbox/impl/commands/special.py:146
 
1070
#: .././plainbox/impl/commands/special.py:147
1045
1071
msgid "list jobs with cheksums instead of running them"
1046
1072
msgstr ""
1047
1073
 
1048
 
#: .././plainbox/impl/commands/special.py:150
 
1074
#: .././plainbox/impl/commands/special.py:151
1049
1075
msgid "list all unique resource expressions"
1050
1076
msgstr ""
1051
1077
 
1052
 
#: .././plainbox/impl/commands/special.py:154
 
1078
#: .././plainbox/impl/commands/special.py:155
1053
1079
msgid "print a graph of jobs instead of running them"
1054
1080
msgstr ""
1055
1081
 
1056
1082
#. TRANSLATORS: please keep --dot untranslated
1057
 
#: .././plainbox/impl/commands/special.py:159
 
1083
#: .././plainbox/impl/commands/special.py:160
1058
1084
msgid "show resource relationships (for --dot)"
1059
1085
msgstr ""
1060
1086
 
1098
1124
"    "
1099
1125
msgstr ""
1100
1126
 
1101
 
#: .././plainbox/impl/commands/startprovider.py:524
 
1127
#: .././plainbox/impl/commands/startprovider.py:525
1102
1128
msgid "name"
1103
1129
msgstr ""
1104
1130
 
1106
1132
#. the very least translate only YYYY and some-name. In either case
1107
1133
#. some-name must be a reasonably-ASCII string (should be safe for a
1108
1134
#. portable directory name)
1109
 
#: .././plainbox/impl/commands/startprovider.py:530
 
1135
#: .././plainbox/impl/commands/startprovider.py:531
1110
1136
msgid "provider name, eg: YYYY.example.org:some-name"
1111
1137
msgstr ""
1112
1138
 
1113
 
#: .././plainbox/impl/ctrl.py:252
 
1139
#: .././plainbox/impl/ctrl.py:259
1114
1140
#, python-format
1115
1141
msgid "Storing resource record %r: %s"
1116
1142
msgstr ""
1117
1143
 
 
1144
#: .././plainbox/impl/ctrl.py:293
 
1145
#, python-format
 
1146
msgid "Ignoring invalid generated job %s: %s"
 
1147
msgstr ""
 
1148
 
1118
1149
#. TRANSLATORS: keep the word "local" untranslated. It is a
1119
1150
#. special type of job that needs to be distinguished.
1120
 
#: .././plainbox/impl/ctrl.py:281
 
1151
#: .././plainbox/impl/ctrl.py:310
1121
1152
#, python-format
1122
1153
msgid ""
1123
 
"Local job %s produced job %r that collides with an existing job %s (from "
 
1154
"Local job %s produced job %s that collides with an existing job %s (from "
1124
1155
"%s), the new job was discarded"
1125
1156
msgstr ""
1126
1157
 
1127
 
#: .././plainbox/impl/ctrl.py:298
 
1158
#: .././plainbox/impl/ctrl.py:327
1128
1159
#, python-format
1129
1160
msgid "processing output from a job: %r"
1130
1161
msgstr ""
1131
1162
 
1132
1163
#. TRANSLATORS: keep the word "local" untranslated. It is a
1133
1164
#. special type of job that needs to be distinguished.
1134
 
#: .././plainbox/impl/ctrl.py:317
 
1165
#: .././plainbox/impl/ctrl.py:346
1135
1166
#, python-format
1136
1167
msgid "local script %s returned invalid RFC822 data: %s"
1137
1168
msgstr ""
1138
1169
 
1139
 
#: .././plainbox/impl/ctrl.py:347
 
1170
#: .././plainbox/impl/ctrl.py:376
1140
1171
#, python-format
1141
1172
msgid "Adding executable %s to nest %s"
1142
1173
msgstr ""
1143
1174
 
1144
1175
#. run the command
1145
 
#: .././plainbox/impl/ctrl.py:406
 
1176
#: .././plainbox/impl/ctrl.py:436
1146
1177
#, python-format
1147
 
msgid "job[%s] executing %r with env %r"
 
1178
msgid "job[%s] executing %r with env %r in cwd %r"
1148
1179
msgstr ""
1149
1180
 
1150
 
#: .././plainbox/impl/ctrl.py:430 .././plainbox/impl/ctrl.py:436
 
1181
#: .././plainbox/impl/ctrl.py:460
1151
1182
#, python-format
1152
1183
msgid "Symlink nest for executables: %s"
1153
1184
msgstr ""
1154
1185
 
 
1186
#: .././plainbox/impl/ctrl.py:490
 
1187
#, python-format
 
1188
msgid "Job temporary current working directory: %s"
 
1189
msgstr ""
 
1190
 
1155
1191
#: .././plainbox/impl/depmgr.py:100
1156
1192
msgid "dependency cycle detected: {}"
1157
1193
msgstr ""
1273
1309
msgstr ""
1274
1310
 
1275
1311
#: .././plainbox/impl/exporter/xlsx.py:319
1276
 
#: .././plainbox/impl/exporter/xlsx.py:573
1277
 
#: .././plainbox/impl/exporter/xlsx.py:584
 
1312
#: .././plainbox/impl/exporter/xlsx.py:578
 
1313
#: .././plainbox/impl/exporter/xlsx.py:589
1278
1314
msgid "Name"
1279
1315
msgstr ""
1280
1316
 
1282
1318
msgid "Version"
1283
1319
msgstr ""
1284
1320
 
1285
 
#: .././plainbox/impl/exporter/xlsx.py:342
 
1321
#: .././plainbox/impl/exporter/xlsx.py:344
 
1322
#: .././plainbox/impl/exporter/xlsx.py:345
 
1323
#: .././plainbox/impl/exporter/xlsx.py:346
 
1324
msgid "N/A"
 
1325
msgstr ""
 
1326
 
 
1327
#: .././plainbox/impl/exporter/xlsx.py:350
1286
1328
msgid "Failures summary"
1287
1329
msgstr ""
1288
1330
 
1289
 
#: .././plainbox/impl/exporter/xlsx.py:346
 
1331
#: .././plainbox/impl/exporter/xlsx.py:354
1290
1332
msgid "{} Test passed"
1291
1333
msgid_plural "{} Tests passed"
1292
1334
msgstr[0] ""
1293
1335
msgstr[1] ""
1294
1336
 
1295
 
#: .././plainbox/impl/exporter/xlsx.py:349
1296
 
msgid "Success Rate: {:.2f}% ({}/{})"
 
1337
#: .././plainbox/impl/exporter/xlsx.py:357
 
1338
msgid "Success Rate: {} ({}/{})"
1297
1339
msgstr ""
1298
1340
 
1299
 
#: .././plainbox/impl/exporter/xlsx.py:356
 
1341
#: .././plainbox/impl/exporter/xlsx.py:363
1300
1342
msgid "{} Test failed"
1301
1343
msgid_plural "{} Tests failed"
1302
1344
msgstr[0] ""
1303
1345
msgstr[1] ""
1304
1346
 
1305
 
#: .././plainbox/impl/exporter/xlsx.py:359
1306
 
msgid "Failure Rate: {:.2f}% ({}/{})"
1307
 
msgstr ""
1308
 
 
1309
1347
#: .././plainbox/impl/exporter/xlsx.py:366
 
1348
msgid "Failure Rate: {} ({}/{})"
 
1349
msgstr ""
 
1350
 
 
1351
#: .././plainbox/impl/exporter/xlsx.py:372
1310
1352
msgid "{} Test skipped"
1311
1353
msgid_plural "{} Tests skipped"
1312
1354
msgstr[0] ""
1313
1355
msgstr[1] ""
1314
1356
 
1315
 
#: .././plainbox/impl/exporter/xlsx.py:369
1316
 
msgid "Skip Rate: {:.2f}% ({}/{})"
 
1357
#: .././plainbox/impl/exporter/xlsx.py:375
 
1358
msgid "Skip Rate: {} ({}/{})"
1317
1359
msgstr ""
1318
1360
 
1319
 
#: .././plainbox/impl/exporter/xlsx.py:374
 
1361
#: .././plainbox/impl/exporter/xlsx.py:379
1320
1362
msgid "Fail"
1321
1363
msgstr ""
1322
1364
 
1323
 
#: .././plainbox/impl/exporter/xlsx.py:374
 
1365
#: .././plainbox/impl/exporter/xlsx.py:379
1324
1366
msgid "Skip"
1325
1367
msgstr ""
1326
1368
 
1327
 
#: .././plainbox/impl/exporter/xlsx.py:374
 
1369
#: .././plainbox/impl/exporter/xlsx.py:379
1328
1370
msgid "Pass"
1329
1371
msgstr ""
1330
1372
 
1331
 
#: .././plainbox/impl/exporter/xlsx.py:387
1332
 
#: .././plainbox/impl/exporter/xlsx.py:388
1333
 
#: .././plainbox/impl/exporter/xlsx.py:631
 
1373
#: .././plainbox/impl/exporter/xlsx.py:392
 
1374
#: .././plainbox/impl/exporter/xlsx.py:393
 
1375
#: .././plainbox/impl/exporter/xlsx.py:636
1334
1376
msgid "Summary"
1335
1377
msgstr ""
1336
1378
 
1337
 
#: .././plainbox/impl/exporter/xlsx.py:492
1338
 
#: .././plainbox/impl/exporter/xlsx.py:576
1339
 
#: .././plainbox/impl/exporter/xlsx.py:628
 
1379
#: .././plainbox/impl/exporter/xlsx.py:497
 
1380
#: .././plainbox/impl/exporter/xlsx.py:581
 
1381
#: .././plainbox/impl/exporter/xlsx.py:633
1340
1382
msgid "Test Descriptions"
1341
1383
msgstr ""
1342
1384
 
1343
 
#: .././plainbox/impl/exporter/xlsx.py:504
 
1385
#: .././plainbox/impl/exporter/xlsx.py:509
1344
1386
msgid "PASS"
1345
1387
msgstr ""
1346
1388
 
1347
 
#: .././plainbox/impl/exporter/xlsx.py:510
 
1389
#: .././plainbox/impl/exporter/xlsx.py:515
1348
1390
msgid "FAIL"
1349
1391
msgstr ""
1350
1392
 
1351
 
#: .././plainbox/impl/exporter/xlsx.py:516
 
1393
#: .././plainbox/impl/exporter/xlsx.py:521
1352
1394
msgid "skip"
1353
1395
msgstr "пропустить"
1354
1396
 
1355
 
#: .././plainbox/impl/exporter/xlsx.py:524
 
1397
#: .././plainbox/impl/exporter/xlsx.py:529
1356
1398
msgid "not supported"
1357
1399
msgstr ""
1358
1400
 
1359
 
#: .././plainbox/impl/exporter/xlsx.py:564
 
1401
#: .././plainbox/impl/exporter/xlsx.py:569
1360
1402
msgid "Tests Performed"
1361
1403
msgstr ""
1362
1404
 
1363
 
#: .././plainbox/impl/exporter/xlsx.py:573
 
1405
#: .././plainbox/impl/exporter/xlsx.py:578
1364
1406
msgid "Result"
1365
1407
msgstr ""
1366
1408
 
1367
 
#: .././plainbox/impl/exporter/xlsx.py:573
 
1409
#: .././plainbox/impl/exporter/xlsx.py:578
1368
1410
msgid "I/O Log"
1369
1411
msgstr ""
1370
1412
 
1371
 
#: .././plainbox/impl/exporter/xlsx.py:584
 
1413
#: .././plainbox/impl/exporter/xlsx.py:589
1372
1414
msgid "Description"
1373
1415
msgstr ""
1374
1416
 
1375
 
#: .././plainbox/impl/exporter/xlsx.py:623
 
1417
#: .././plainbox/impl/exporter/xlsx.py:628
1376
1418
msgid "System Info"
1377
1419
msgstr ""
1378
1420
 
1379
 
#: .././plainbox/impl/exporter/xlsx.py:625
 
1421
#: .././plainbox/impl/exporter/xlsx.py:630
1380
1422
msgid "Test Results"
1381
1423
msgstr ""
1382
1424
 
1383
 
#: .././plainbox/impl/exporter/xlsx.py:634
 
1425
#: .././plainbox/impl/exporter/xlsx.py:639
1384
1426
msgid "Log Files"
1385
1427
msgstr ""
1386
1428
 
1387
 
#: .././plainbox/impl/exporter/xlsx.py:640
 
1429
#: .././plainbox/impl/exporter/xlsx.py:645
1388
1430
msgid "System Testing Report"
1389
1431
msgstr ""
1390
1432
 
1442
1484
msgid "expression {!r} needs unavailable resource {!r}"
1443
1485
msgstr ""
1444
1486
 
1445
 
#: .././plainbox/impl/resource.py:219
 
1487
#: .././plainbox/impl/resource.py:271
1446
1488
msgid "this kind of python code is not allowed: {}"
1447
1489
msgstr ""
1448
1490
 
1449
 
#: .././plainbox/impl/resource.py:414
 
1491
#: .././plainbox/impl/resource.py:466
1450
1492
msgid "expression did not reference any resources"
1451
1493
msgstr ""
1452
1494
 
1453
 
#: .././plainbox/impl/resource.py:423
 
1495
#: .././plainbox/impl/resource.py:475
1454
1496
msgid "expression referenced multiple resources"
1455
1497
msgstr ""
1456
1498
 
1457
 
#: .././plainbox/impl/resource.py:509
 
1499
#: .././plainbox/impl/resource.py:586
1458
1500
#, python-format
1459
1501
msgid "Exception in requirement expression %r (with %s=%r): %r"
1460
1502
msgstr ""
1461
1503
 
 
1504
#: .././plainbox/impl/resource.py:638
 
1505
msgid ""
 
1506
"unable to parse imports statement {0!r}: expected exactly four or six tokens"
 
1507
msgstr ""
 
1508
 
 
1509
#: .././plainbox/impl/resource.py:642
 
1510
msgid "unable to parse imports statement {0!r}: expected 'from' keyword"
 
1511
msgstr ""
 
1512
 
 
1513
#: .././plainbox/impl/resource.py:647
 
1514
msgid ""
 
1515
"unable to parse imports statement {0!r}: expected a namespace, not fully "
 
1516
"qualified job identifier"
 
1517
msgstr ""
 
1518
 
 
1519
#: .././plainbox/impl/resource.py:651
 
1520
msgid "unable to parse imports statement {0!r}: expected 'import' keyword"
 
1521
msgstr ""
 
1522
 
 
1523
#: .././plainbox/impl/resource.py:656
 
1524
msgid ""
 
1525
"unable to parse imports statement {0!r}: expected a partial job identifier, "
 
1526
"not a fully qualified job identifier"
 
1527
msgstr ""
 
1528
 
 
1529
#: .././plainbox/impl/resource.py:662
 
1530
msgid "unable to parse imports statement {0!r}: expected 'as' keyword"
 
1531
msgstr ""
 
1532
 
1462
1533
#: .././plainbox/impl/result.py:63
1463
1534
msgctxt "textual outcome"
1464
1535
msgid "job didn't run"
1512
1583
msgstr ""
1513
1584
 
1514
1585
#. TRANSLATORS: %r is the name of the job
1515
 
#: .././plainbox/impl/runner.py:343
 
1586
#: .././plainbox/impl/runner.py:361
1516
1587
#, python-format
1517
1588
msgid "Running %r"
1518
1589
msgstr ""
1519
1590
 
1520
 
#: .././plainbox/impl/runner.py:350
 
1591
#: .././plainbox/impl/runner.py:368
1521
1592
msgid "This type of job is not supported"
1522
1593
msgstr ""
1523
1594
 
1524
1595
#. TRANSLATORS: please keep 'plugin' untranslated
1525
 
#: .././plainbox/impl/runner.py:383 .././plainbox/impl/runner.py:408
1526
 
#: .././plainbox/impl/runner.py:434 .././plainbox/impl/runner.py:460
1527
 
#: .././plainbox/impl/runner.py:486 .././plainbox/impl/runner.py:527
1528
 
#: .././plainbox/impl/runner.py:571 .././plainbox/impl/runner.py:620
 
1596
#: .././plainbox/impl/runner.py:401 .././plainbox/impl/runner.py:426
 
1597
#: .././plainbox/impl/runner.py:452 .././plainbox/impl/runner.py:478
 
1598
#: .././plainbox/impl/runner.py:504 .././plainbox/impl/runner.py:545
 
1599
#: .././plainbox/impl/runner.py:589 .././plainbox/impl/runner.py:638
1529
1600
msgid "bad job plugin value"
1530
1601
msgstr ""
1531
1602
 
1532
 
#: .././plainbox/impl/runner.py:636
 
1603
#: .././plainbox/impl/runner.py:654
1533
1604
msgid "Job skipped in dry-run mode"
1534
1605
msgstr ""
1535
1606
 
1536
 
#: .././plainbox/impl/runner.py:704
 
1607
#: .././plainbox/impl/runner.py:722
1537
1608
#, python-format
1538
1609
msgid "job[%s] extcmd delegate: %r"
1539
1610
msgstr ""
1540
1611
 
1541
 
#: .././plainbox/impl/runner.py:741
 
1612
#: .././plainbox/impl/runner.py:737
 
1613
#, python-brace-format
 
1614
msgid "job {0} has no command to run"
 
1615
msgstr ""
 
1616
 
 
1617
#: .././plainbox/impl/runner.py:759
1542
1618
#, python-format
1543
1619
msgid "job[%s] starting command: %s"
1544
1620
msgstr ""
1545
1621
 
1546
 
#: .././plainbox/impl/runner.py:745
 
1622
#: .././plainbox/impl/runner.py:763
1547
1623
#, python-format
1548
1624
msgid "job[%s] command return code: %r"
1549
1625
msgstr ""
1550
1626
 
1551
 
#: .././plainbox/impl/runner.py:777
 
1627
#: .././plainbox/impl/runner.py:799
1552
1628
msgid "No exec controller supports job {}"
1553
1629
msgstr ""
1554
1630
 
1555
 
#: .././plainbox/impl/runner.py:779
 
1631
#: .././plainbox/impl/runner.py:801
1556
1632
#, python-format
1557
1633
msgid "Selected execution controller %s (score %d) for job %r"
1558
1634
msgstr ""
1559
1635
 
 
1636
#: .././plainbox/impl/runner.py:828
 
1637
#, python-brace-format
 
1638
msgid ""
 
1639
"Job {0} created leftover filesystem artefacts in its working directory"
 
1640
msgstr ""
 
1641
 
 
1642
#: .././plainbox/impl/runner.py:831
 
1643
#, python-format
 
1644
msgid "Leftover file/directory: %r"
 
1645
msgstr ""
 
1646
 
 
1647
#: .././plainbox/impl/runner.py:834
 
1648
msgid ""
 
1649
"Please store desired files in $PLAINBOX_SESSION_SHARE and use regular "
 
1650
"temporary files for everything else"
 
1651
msgstr ""
 
1652
 
1560
1653
#: .././plainbox/impl/secure/config.py:87
1561
1654
msgid "unset"
1562
1655
msgstr ""
1611
1704
msgid "Syntax error in job generated from %s: %s"
1612
1705
msgstr ""
1613
1706
 
 
1707
#: .././plainbox/impl/secure/launcher1.py:172
 
1708
msgid "Security elevation mechanism for plainbox"
 
1709
msgstr ""
 
1710
 
1614
1711
#. TRANSLATORS: don't translate pkexec(1)
1615
 
#: .././plainbox/impl/secure/launcher1.py:208
 
1712
#: .././plainbox/impl/secure/launcher1.py:178
1616
1713
msgid "return immediately, only useful when used with pkexec(1)"
1617
1714
msgstr ""
1618
1715
 
1619
 
#: .././plainbox/impl/secure/launcher1.py:211
1620
 
#: .././plainbox/impl/secure/launcher1.py:223
 
1716
#: .././plainbox/impl/secure/launcher1.py:181
 
1717
#: .././plainbox/impl/secure/launcher1.py:193
1621
1718
msgid "CHECKSUM"
1622
1719
msgstr ""
1623
1720
 
1624
 
#: .././plainbox/impl/secure/launcher1.py:212
 
1721
#: .././plainbox/impl/secure/launcher1.py:182
1625
1722
msgid "run a job with this checksum"
1626
1723
msgstr ""
1627
1724
 
1628
 
#: .././plainbox/impl/secure/launcher1.py:213
 
1725
#: .././plainbox/impl/secure/launcher1.py:183
1629
1726
msgid "target job specification"
1630
1727
msgstr ""
1631
1728
 
1632
 
#: .././plainbox/impl/secure/launcher1.py:215
1633
 
#: .././plainbox/impl/secure/launcher1.py:232
 
1729
#: .././plainbox/impl/secure/launcher1.py:185
 
1730
#: .././plainbox/impl/secure/launcher1.py:202
1634
1731
msgid "NAME=VALUE"
1635
1732
msgstr ""
1636
1733
 
1637
 
#: .././plainbox/impl/secure/launcher1.py:219
 
1734
#: .././plainbox/impl/secure/launcher1.py:189
1638
1735
msgid "environment passed to the target job"
1639
1736
msgstr ""
1640
1737
 
1641
 
#: .././plainbox/impl/secure/launcher1.py:220
 
1738
#: .././plainbox/impl/secure/launcher1.py:190
1642
1739
msgid "generator job specification"
1643
1740
msgstr ""
1644
1741
 
1645
1742
#. TRANSLATORS: don't translate 'local' in the sentence below. It
1646
1743
#. denotes a special type of job, not its location.
1647
 
#: .././plainbox/impl/secure/launcher1.py:226
 
1744
#: .././plainbox/impl/secure/launcher1.py:196
1648
1745
msgid "also run a job with this checksum (assuming it is a local job)"
1649
1746
msgstr ""
1650
1747
 
1651
 
#: .././plainbox/impl/secure/launcher1.py:234
 
1748
#: .././plainbox/impl/secure/launcher1.py:204
1652
1749
msgid "environment passed to the generator job"
1653
1750
msgstr ""
1654
1751
 
1684
1781
msgid "Cannot load job definitions from {!r}: {}"
1685
1782
msgstr ""
1686
1783
 
1687
 
#: .././plainbox/impl/secure/providers/v1.py:136
 
1784
#: .././plainbox/impl/secure/providers/v1.py:137
1688
1785
msgid "Unknown unit type: {!r}"
1689
1786
msgstr ""
1690
1787
 
1691
 
#: .././plainbox/impl/secure/providers/v1.py:141
 
1788
#: .././plainbox/impl/secure/providers/v1.py:142
1692
1789
msgid "Cannot define unit from record {!r}: {}"
1693
1790
msgstr ""
1694
1791
 
1695
 
#: .././plainbox/impl/secure/providers/v1.py:148
 
1792
#: .././plainbox/impl/secure/providers/v1.py:149
1696
1793
msgid "Problem in unit definition, field {}: {}"
1697
1794
msgstr ""
1698
1795
 
1699
 
#: .././plainbox/impl/secure/providers/v1.py:151
 
1796
#: .././plainbox/impl/secure/providers/v1.py:152
1700
1797
#, python-format
1701
1798
msgid "Loaded %r"
1702
1799
msgstr ""
2009
2106
msgstr ""
2010
2107
 
2011
2108
#. TRANSLATORS: please don't translate app_blob, None and bytes
2012
 
#: .././plainbox/impl/session/state.py:147
 
2109
#: .././plainbox/impl/session/state.py:148
2013
2110
msgid "app_blob must be either None or bytes"
2014
2111
msgstr ""
2015
2112
 
2016
2113
#. TRANSLATORS: please don't translate app_blob, None and bytes
2017
 
#: .././plainbox/impl/session/state.py:164
 
2114
#: .././plainbox/impl/session/state.py:165
2018
2115
msgid "app_id must be either None or str"
2019
2116
msgstr ""
2020
2117
 
2021
 
#: .././plainbox/impl/session/state.py:272
 
2118
#: .././plainbox/impl/session/state.py:273
2022
2119
#, python-format
2023
2120
msgid "Job %s result changed to %r"
2024
2121
msgstr ""
2025
2122
 
2026
 
#: .././plainbox/impl/session/state.py:281
 
2123
#: .././plainbox/impl/session/state.py:282
2027
2124
#, python-format
2028
2125
msgid "New job defined: %r"
2029
2126
msgstr ""
2030
2127
 
2031
 
#: .././plainbox/impl/session/state.py:290
 
2128
#: .././plainbox/impl/session/state.py:291
2032
2129
#, python-format
2033
2130
msgid "Job removed: %r"
2034
2131
msgstr ""
2035
2132
 
2036
 
#: .././plainbox/impl/session/state.py:381
 
2133
#: .././plainbox/impl/session/state.py:382
2037
2134
msgid "cannot remove jobs that are on the run list: {}"
2038
2135
msgstr ""
2039
2136
 
2252
2349
msgid "Unable to import {}: {}"
2253
2350
msgstr ""
2254
2351
 
2255
 
#: .././plainbox/impl/unit/__init__.py:177
 
2352
#: .././plainbox/impl/unit/__init__.py:141
2256
2353
msgid "unit"
2257
2354
msgstr ""
2258
2355
 
2259
 
#: .././plainbox/impl/unit/job.py:257
 
2356
#: .././plainbox/impl/unit/job.py:329 .././plainbox/impl/unit/job.py:332
2260
2357
msgid "job"
2261
2358
msgstr ""
2262
2359
 
2263
 
#: .././plainbox/impl/unit/job.py:338
 
2360
#: .././plainbox/impl/unit/job.py:421
2264
2361
#, python-format
2265
2362
msgid "Incorrect value of 'estimated_duration' in job %s read from %s"
2266
2363
msgstr ""
2267
2364
 
2268
2365
#. TRANSLATORS: don't translate record.origin or JobOutputTextSource
2269
 
#: .././plainbox/impl/unit/job.py:502
 
2366
#: .././plainbox/impl/unit/job.py:613
2270
2367
msgid "record.origin must be a JobOutputTextSource"
2271
2368
msgstr ""
2272
2369
 
2273
2370
#. TRANSLATORS: don't translate record.origin.source.job
2274
 
#: .././plainbox/impl/unit/job.py:505
 
2371
#: .././plainbox/impl/unit/job.py:616
2275
2372
msgid "record.origin.source.job must be this job"
2276
2373
msgstr ""
2277
2374
 
2441
2538
msgid "overwrite existing provider files"
2442
2539
msgstr ""
2443
2540
 
2444
 
#: .././plainbox/provider_manager.py:507
 
2541
#: .././plainbox/provider_manager.py:503
 
2542
msgid "directory to use (defaults to user's home provider path)"
 
2543
msgstr ""
 
2544
 
 
2545
#: .././plainbox/provider_manager.py:511
2445
2546
#, python-format
2446
2547
msgid "Removing provider file: %s"
2447
2548
msgstr ""
2448
2549
 
2449
 
#: .././plainbox/provider_manager.py:511
 
2550
#: .././plainbox/provider_manager.py:515
2450
2551
msgid "Provider file already exists: {}"
2451
2552
msgstr ""
2452
2553
 
2453
 
#: .././plainbox/provider_manager.py:514
 
2554
#: .././plainbox/provider_manager.py:518
2454
2555
#, python-format
2455
2556
msgid "Creating provider file: %s"
2456
2557
msgstr ""
2463
2564
#. It must be correctly preserved or the result won't work. In particular
2464
2565
#. the leading whitespace *must* be preserved and *must* have the same
2465
2566
#. length on each line.
2466
 
#: .././plainbox/provider_manager.py:529
 
2567
#: .././plainbox/provider_manager.py:533
2467
2568
msgid ""
2468
2569
"\n"
2469
2570
"    build provider specific executables from source\n"
2502
2603
#. It must be correctly preserved or the result won't work. In particular
2503
2604
#. the leading whitespace *must* be preserved and *must* have the same
2504
2605
#. length on each line.
2505
 
#: .././plainbox/provider_manager.py:678
 
2606
#: .././plainbox/provider_manager.py:682
2506
2607
msgid ""
2507
2608
"\n"
2508
2609
"    clean build results\n"
2541
2642
#. It must be correctly preserved or the result won't work. In particular
2542
2643
#. the leading whitespace *must* be preserved and *must* have the same
2543
2644
#. length on each line.
2544
 
#: .././plainbox/provider_manager.py:781
 
2645
#: .././plainbox/provider_manager.py:785
2545
2646
msgid ""
2546
2647
"\n"
2547
2648
"    display basic information about this provider\n"
2555
2656
"    "
2556
2657
msgstr ""
2557
2658
 
2558
 
#: .././plainbox/provider_manager.py:807
 
2659
#: .././plainbox/provider_manager.py:811
2559
2660
msgid "[Provider MetaData]"
2560
2661
msgstr ""
2561
2662
 
2562
2663
#. TRANSLATORS: {} is the name of the test provider
2563
 
#: .././plainbox/provider_manager.py:809
 
2664
#: .././plainbox/provider_manager.py:813
2564
2665
msgid "name: {}"
2565
2666
msgstr ""
2566
2667
 
2567
2668
#. TRANSLATORS: {} is the namenamespace of the test provider
2568
 
#: .././plainbox/provider_manager.py:811
 
2669
#: .././plainbox/provider_manager.py:815
2569
2670
msgid "namespace: {} (derived from name)"
2570
2671
msgstr ""
2571
2672
 
2572
2673
#. TRANSLATORS: {} is the name of the test provider
2573
 
#: .././plainbox/provider_manager.py:814
 
2674
#: .././plainbox/provider_manager.py:818
2574
2675
msgid "description: {}"
2575
2676
msgstr ""
2576
2677
 
2577
2678
#. TRANSLATORS: {} is the version of the test provider
2578
 
#: .././plainbox/provider_manager.py:816
 
2679
#: .././plainbox/provider_manager.py:820
2579
2680
msgid "version: {}"
2580
2681
msgstr ""
2581
2682
 
2582
2683
#. TRANSLATORS: {} is the gettext translation domain of the provider
2583
 
#: .././plainbox/provider_manager.py:818
 
2684
#: .././plainbox/provider_manager.py:822
2584
2685
msgid "gettext domain: {}"
2585
2686
msgstr ""
2586
2687
 
2587
 
#: .././plainbox/provider_manager.py:819
 
2688
#: .././plainbox/provider_manager.py:823
2588
2689
msgid "[Unit Definitions]"
2589
2690
msgstr ""
2590
2691
 
2591
2692
#. TRANSLATORS: the fields are as follows:
2592
2693
#. 0: unit representation
2593
2694
#. 1: pathname of the file the job is defined in
2594
 
#: .././plainbox/provider_manager.py:825
 
2695
#: .././plainbox/provider_manager.py:829
2595
2696
#, python-brace-format
2596
2697
msgid "{0} {1}, from {2}"
2597
2698
msgstr ""
2598
2699
 
2599
 
#: .././plainbox/provider_manager.py:829
 
2700
#: .././plainbox/provider_manager.py:833
2600
2701
msgid "Some units could not be parsed correctly"
2601
2702
msgstr ""
2602
2703
 
2603
2704
#. TRANSLATORS: please don't translate `manage.py validate`
2604
 
#: .././plainbox/provider_manager.py:831
 
2705
#: .././plainbox/provider_manager.py:835
2605
2706
msgid "Please run `manage.py validate` for details"
2606
2707
msgstr ""
2607
2708
 
2608
 
#: .././plainbox/provider_manager.py:832
 
2709
#: .././plainbox/provider_manager.py:836
2609
2710
msgid "[White Lists]"
2610
2711
msgstr ""
2611
2712
 
2612
 
#: .././plainbox/provider_manager.py:839
 
2713
#: .././plainbox/provider_manager.py:843
2613
2714
msgid "Errors prevent whitelists from being displayed"
2614
2715
msgstr ""
2615
2716
 
2616
2717
#. TRANSLATORS: the fields are as follows:
2617
2718
#. 0: whitelist name
2618
2719
#. 1: pathname of the file the whitelist is defined in
2619
 
#: .././plainbox/provider_manager.py:845
 
2720
#: .././plainbox/provider_manager.py:849
2620
2721
msgid "{0!a}, from {1}"
2621
2722
msgstr ""
2622
2723
 
2623
 
#: .././plainbox/provider_manager.py:848
 
2724
#: .././plainbox/provider_manager.py:852
2624
2725
msgid "[Executables]"
2625
2726
msgstr ""
2626
2727
 
2632
2733
#. It must be correctly preserved or the result won't work. In particular
2633
2734
#. the leading whitespace *must* be preserved and *must* have the same
2634
2735
#. length on each line.
2635
 
#: .././plainbox/provider_manager.py:863
 
2736
#: .././plainbox/provider_manager.py:867
2636
2737
msgid ""
2637
2738
"\n"
2638
2739
"    perform various static analysis and validation\n"
2657
2758
"    "
2658
2759
msgstr ""
2659
2760
 
2660
 
#: .././plainbox/provider_manager.py:912
 
2761
#: .././plainbox/provider_manager.py:916
2661
2762
msgid "validation options"
2662
2763
msgstr ""
2663
2764
 
2664
 
#: .././plainbox/provider_manager.py:915
 
2765
#: .././plainbox/provider_manager.py:919
2665
2766
msgid "Be strict about correctness"
2666
2767
msgstr ""
2667
2768
 
2668
 
#: .././plainbox/provider_manager.py:918
 
2769
#: .././plainbox/provider_manager.py:922
2669
2770
msgid "Report deprecated syntax and features"
2670
2771
msgstr ""
2671
2772
 
2672
 
#: .././plainbox/provider_manager.py:921
 
2773
#: .././plainbox/provider_manager.py:925
2673
2774
msgid "Be loose about correctness"
2674
2775
msgstr ""
2675
2776
 
2676
 
#: .././plainbox/provider_manager.py:924
 
2777
#: .././plainbox/provider_manager.py:928
2677
2778
msgid "Support deprecated syntax and features"
2678
2779
msgstr ""
2679
2780
 
2680
 
#: .././plainbox/provider_manager.py:936
 
2781
#: .././plainbox/provider_manager.py:940
2681
2782
msgid "NOTE: subsequent units from problematic files are ignored"
2682
2783
msgstr ""
2683
2784
 
2684
 
#: .././plainbox/provider_manager.py:954
 
2785
#: .././plainbox/provider_manager.py:958
2685
2786
msgid "missing definition of required field"
2686
2787
msgstr ""
2687
2788
 
2688
 
#: .././plainbox/provider_manager.py:955
 
2789
#: .././plainbox/provider_manager.py:959
2689
2790
msgid "incorrect value supplied"
2690
2791
msgstr ""
2691
2792
 
2692
 
#: .././plainbox/provider_manager.py:956
 
2793
#: .././plainbox/provider_manager.py:960
2693
2794
msgid "useless field in this context"
2694
2795
msgstr ""
2695
2796
 
2696
 
#: .././plainbox/provider_manager.py:957
 
2797
#: .././plainbox/provider_manager.py:961
2697
2798
msgid "usage of deprecated field"
2698
2799
msgstr ""
2699
2800
 
2700
 
#: .././plainbox/provider_manager.py:958
 
2801
#: .././plainbox/provider_manager.py:962
2701
2802
msgid "template field is constant"
2702
2803
msgstr ""
2703
2804
 
2704
 
#: .././plainbox/provider_manager.py:959
 
2805
#: .././plainbox/provider_manager.py:963
2705
2806
msgid "template field is variable"
2706
2807
msgstr ""
2707
2808
 
2710
2811
#. 1: job id
2711
2812
#. 2: field name
2712
2813
#. 3: explanation of the problem
2713
 
#: .././plainbox/provider_manager.py:968
 
2814
#: .././plainbox/provider_manager.py:972
2714
2815
msgid "{0}: job {1!a}, field {2!a}: {3}"
2715
2816
msgstr ""
2716
2817
 
2717
 
#: .././plainbox/provider_manager.py:979
 
2818
#: .././plainbox/provider_manager.py:983
2718
2819
#, python-brace-format
2719
2820
msgid "allowed values are: {0}"
2720
2821
msgstr ""
2721
2822
 
2722
 
#: .././plainbox/provider_manager.py:986
 
2823
#: .././plainbox/provider_manager.py:990
2723
2824
msgid "All jobs seem to be valid"
2724
2825
msgstr ""
2725
2826
 
2731
2832
#. It must be correctly preserved or the result won't work. In particular
2732
2833
#. the leading whitespace *must* be preserved and *must* have the same
2733
2834
#. length on each line.
2734
 
#: .././plainbox/provider_manager.py:1009
 
2835
#: .././plainbox/provider_manager.py:1013
2735
2836
msgid ""
2736
2837
"\n"
2737
2838
"    update, merge and build translation catalogs\n"
2741
2842
"    "
2742
2843
msgstr ""
2743
2844
 
2744
 
#: .././plainbox/provider_manager.py:1032
 
2845
#: .././plainbox/provider_manager.py:1036
2745
2846
msgid "don't actually do anything"
2746
2847
msgstr ""
2747
2848
 
2748
 
#: .././plainbox/provider_manager.py:1033
 
2849
#: .././plainbox/provider_manager.py:1037
2749
2850
msgid "actions to perform"
2750
2851
msgstr ""
2751
2852
 
2752
 
#: .././plainbox/provider_manager.py:1036
 
2853
#: .././plainbox/provider_manager.py:1040
2753
2854
msgid "do not update the translation template"
2754
2855
msgstr ""
2755
2856
 
2756
 
#: .././plainbox/provider_manager.py:1039
 
2857
#: .././plainbox/provider_manager.py:1043
2757
2858
msgid "do not merge translation files with the template"
2758
2859
msgstr ""
2759
2860
 
2760
 
#: .././plainbox/provider_manager.py:1042
 
2861
#: .././plainbox/provider_manager.py:1046
2761
2862
msgid "do not build binary translation files"
2762
2863
msgstr ""
2763
2864
 
 
2865
#: .././plainbox/provider_manager.py:1185
 
2866
msgid "Per-provider management script"
 
2867
msgstr ""
 
2868
 
2764
2869
#. TRANSLATORS: please keep 'manage.py', '--help', '--version'
2765
2870
#. untranslated. Translate only '[options]'
2766
 
#: .././plainbox/provider_manager.py:1184
 
2871
#: .././plainbox/provider_manager.py:1189
2767
2872
msgid "manage.py [--help] [--version] [options]"
2768
2873
msgstr ""
2769
2874
 
2770
 
#: .././plainbox/provider_manager.py:1264
 
2875
#: .././plainbox/provider_manager.py:1273
2771
2876
msgid "{}: bad value of {!r}, {}"
2772
2877
msgstr ""
2773
2878
 
 
2879
#: .././plainbox/test_i18n.py:62 .././plainbox/test_i18n.py:69
 
2880
#: .././plainbox/test_i18n.py:123 .././plainbox/test_i18n.py:137
 
2881
msgid "msgid"
 
2882
msgstr ""
 
2883
 
 
2884
#: .././plainbox/test_i18n.py:65 .././plainbox/test_i18n.py:66
 
2885
#: .././plainbox/test_i18n.py:73 .././plainbox/test_i18n.py:75
 
2886
#: .././plainbox/test_i18n.py:130 .././plainbox/test_i18n.py:144
 
2887
msgid "msgid1"
 
2888
msgid_plural "msgid2"
 
2889
msgstr[0] ""
 
2890
msgstr[1] ""
 
2891
 
2774
2892
#: .././plainbox/vendor/argparse/py32-argparse.py:806
2775
2893
#: .././plainbox/vendor/argparse/py33-argparse.py:832
2776
2894
#: .././plainbox/vendor/argparse/py34-argparse.py:831