forked from GNOME/jhbuild
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtg.po
1800 lines (1425 loc) · 44.1 KB
/
tg.po
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# Victor Ibragimov <[email protected]>, 2013.
#
msgid ""
msgstr ""
"Project-Id-Version: Tajik Gnome\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?"
"product=jhbuild&keywords=I18N+L10N&component=general\n"
"POT-Creation-Date: 2013-01-22 14:38+0000\n"
"PO-Revision-Date: 2013-01-23 15:37+0500\n"
"Last-Translator: Victor Ibragimov <[email protected]>\n"
"Language-Team: \n"
"Language: Tajik\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Poedit 1.5.4\n"
"Plural-Forms: nplurals=1; plural=0;\n"
#: ../autogen.sh:104
#, sh-format
msgid "Configuring $PKG_NAME without autotools"
msgstr ""
#: ../autogen.sh:121 ../autogen.sh:126
#, sh-format
msgid "Unable to create file $srcdir/Makefile.inc"
msgstr ""
#: ../autogen.sh:141
#, sh-format
msgid "Unable to read file $makefile"
msgstr ""
#: ../autogen.sh:146
#, sh-format
msgid "Unable to copy $makefile to $srcdir/Makefile"
msgstr ""
#: ../autogen.sh:151
#, sh-format
msgid "Now type `make' to compile $PKG_NAME"
msgstr ""
#: ../autogen.sh:187
#, sh-format
msgid ""
"**Error**: Directory `$srcdir' does not look like the top-level $PKG_NAME "
"directory"
msgstr ""
#: ../autogen.sh:211
msgid "gnome-autogen.sh not available"
msgstr ""
#: ../autogen.sh:214
msgid "yelp-tools not available"
msgstr ""
#: ../jhbuild/commands/autobuild.py:28
msgid "Build modules non-interactively and upload results to JhAutobuild"
msgstr ""
#: ../jhbuild/commands/autobuild.py:36 ../jhbuild/commands/base.py:172
#: ../jhbuild/commands/base.py:283 ../jhbuild/commands/make.py:42
#: ../jhbuild/commands/tinderbox.py:38
msgid "always run autogen.sh"
msgstr ""
#: ../jhbuild/commands/autobuild.py:39 ../jhbuild/commands/base.py:178
#: ../jhbuild/commands/base.py:286 ../jhbuild/commands/make.py:45
#: ../jhbuild/commands/tinderbox.py:44
msgid "run make clean before make"
msgstr ""
#: ../jhbuild/commands/autobuild.py:42 ../jhbuild/commands/base.py:187
#: ../jhbuild/commands/base.py:298
msgid "run make distcheck after building"
msgstr ""
#: ../jhbuild/commands/autobuild.py:45 ../jhbuild/commands/base.py:47
#: ../jhbuild/commands/base.py:199 ../jhbuild/commands/base.py:450
#: ../jhbuild/commands/clean.py:38 ../jhbuild/commands/tinderbox.py:53
msgid "treat the given modules as up to date"
msgstr ""
#: ../jhbuild/commands/autobuild.py:48 ../jhbuild/commands/base.py:202
#: ../jhbuild/commands/clean.py:41 ../jhbuild/commands/tinderbox.py:56
msgid "start building at the given module"
msgstr ""
#: ../jhbuild/commands/autobuild.py:51
msgid "jhautobuild report URL"
msgstr ""
#: ../jhbuild/commands/autobuild.py:54
msgid "verbose mode"
msgstr ""
#: ../jhbuild/commands/autobuild.py:71
msgid "report URL for autobuild not specified"
msgstr ""
#: ../jhbuild/commands/autobuild.py:82 ../jhbuild/commands/base.py:73
#: ../jhbuild/commands/base.py:249 ../jhbuild/commands/base.py:488
#: ../jhbuild/commands/clean.py:55 ../jhbuild/commands/tinderbox.py:94
#, python-format
msgid "%s not in module list"
msgstr ""
#: ../jhbuild/commands/base.py:38
msgid "Update all modules from version control"
msgstr ""
#: ../jhbuild/commands/base.py:41 ../jhbuild/commands/base.py:89
#: ../jhbuild/commands/base.py:123 ../jhbuild/commands/base.py:166
#: ../jhbuild/commands/base.py:277 ../jhbuild/commands/base.py:441
#: ../jhbuild/commands/tinderbox.py:32
msgid "[ options ... ] [ modules ... ]"
msgstr ""
#: ../jhbuild/commands/base.py:50
msgid "start updating at the given module"
msgstr ""
#: ../jhbuild/commands/base.py:53
msgid "update only modules with the given tags"
msgstr ""
#: ../jhbuild/commands/base.py:56 ../jhbuild/commands/base.py:95
#: ../jhbuild/commands/base.py:208 ../jhbuild/commands/base.py:307
#: ../jhbuild/commands/tinderbox.py:59
msgid "set a sticky date when checking out modules"
msgstr ""
#: ../jhbuild/commands/base.py:59 ../jhbuild/commands/base.py:190
#: ../jhbuild/commands/base.py:459
msgid "ignore all soft-dependencies"
msgstr ""
#: ../jhbuild/commands/base.py:86
msgid "Update one or more modules from version control"
msgstr ""
#: ../jhbuild/commands/base.py:104 ../jhbuild/commands/base.py:142
#: ../jhbuild/commands/base.py:382 ../jhbuild/commands/base.py:399
#: ../jhbuild/commands/rdepends.py:52 ../jhbuild/moduleset.py:164
#, python-format
msgid "A module called '%s' could not be found."
msgstr ""
#: ../jhbuild/commands/base.py:107 ../jhbuild/commands/base.py:145
#: ../jhbuild/commands/base.py:339 ../jhbuild/commands/rdepends.py:47
#: ../jhbuild/commands/uninstall.py:46
msgid "This command requires a module parameter."
msgstr ""
#: ../jhbuild/commands/base.py:120
msgid "Clean one or more modules"
msgstr ""
#: ../jhbuild/commands/base.py:129
msgid "honour the makeclean setting in config file"
msgstr ""
#: ../jhbuild/commands/base.py:132 ../jhbuild/commands/base.py:175
#: ../jhbuild/commands/base.py:289 ../jhbuild/commands/tinderbox.py:41
msgid "completely clean source tree"
msgstr ""
#: ../jhbuild/commands/base.py:149
msgid "clean command called while makeclean is set to False, skipped."
msgstr ""
#: ../jhbuild/commands/base.py:163
msgid "Update and compile all modules (the default)"
msgstr ""
#: ../jhbuild/commands/base.py:181 ../jhbuild/commands/base.py:292
#: ../jhbuild/commands/make.py:48
msgid "run make check after building"
msgstr ""
#: ../jhbuild/commands/base.py:184 ../jhbuild/commands/base.py:295
msgid "run make dist after building"
msgstr ""
#: ../jhbuild/commands/base.py:193 ../jhbuild/commands/base.py:301
#: ../jhbuild/commands/tinderbox.py:47
msgid "skip version control update"
msgstr ""
#: ../jhbuild/commands/base.py:196 ../jhbuild/commands/base.py:304
#: ../jhbuild/commands/make.py:51
msgid "quiet (no output)"
msgstr ""
#: ../jhbuild/commands/base.py:205 ../jhbuild/commands/base.py:456
msgid "build only modules with the given tags"
msgstr ""
#: ../jhbuild/commands/base.py:211 ../jhbuild/commands/base.py:310
msgid "run tests in real X and not in Xvfb"
msgstr ""
#: ../jhbuild/commands/base.py:214 ../jhbuild/commands/tinderbox.py:62
msgid "try to force checkout and autogen on failure"
msgstr ""
#: ../jhbuild/commands/base.py:217 ../jhbuild/commands/tinderbox.py:65
msgid "don't poison modules on failure"
msgstr ""
#: ../jhbuild/commands/base.py:220 ../jhbuild/commands/base.py:313
#: ../jhbuild/commands/tinderbox.py:68
msgid "build even if policy says not to"
msgstr ""
#: ../jhbuild/commands/base.py:223
msgid "also build soft-dependencies that could be skipped"
msgstr ""
#: ../jhbuild/commands/base.py:226 ../jhbuild/commands/base.py:316
msgid "skip modules installed less than the given time ago"
msgstr ""
#: ../jhbuild/commands/base.py:229 ../jhbuild/commands/tinderbox.py:71
msgid "ignore missing system dependencies"
msgstr ""
#: ../jhbuild/commands/base.py:253
msgid "requested module is in the ignore list, nothing to do."
msgstr ""
#: ../jhbuild/commands/base.py:260 ../jhbuild/commands/tinderbox.py:100
#, python-format
msgid ""
"Required system dependencies not installed. Install using the command "
"%(cmd)s or to ignore system dependencies use command-line option %(opt)s"
msgstr ""
#: ../jhbuild/commands/base.py:274
msgid "Update and compile one or more modules"
msgstr ""
#: ../jhbuild/commands/base.py:334 ../jhbuild/commands/make.py:95
#, python-format
msgid ""
"module \"%(modname)s\" does not exist, created automatically using "
"repository \"%(reponame)s\""
msgstr ""
#: ../jhbuild/commands/base.py:347
msgid "Run a command under the JHBuild environment"
msgstr ""
#: ../jhbuild/commands/base.py:350
msgid "[ options ... ] program [ arguments ... ]"
msgstr ""
#: ../jhbuild/commands/base.py:356
msgid "run command in build dir of the given module"
msgstr ""
#: ../jhbuild/commands/base.py:359
msgid "run command in checkout dir of the given module"
msgstr ""
#: ../jhbuild/commands/base.py:372 ../jhbuild/commands/base.py:416
#, python-format
msgid "Unable to execute the command '%(command)s': %(err)s"
msgstr ""
#: ../jhbuild/commands/base.py:390 ../jhbuild/commands/base.py:407
#, python-format
msgid "Unable to execute the command '%s'"
msgstr ""
#: ../jhbuild/commands/base.py:414 ../jhbuild/frontends/gtkui.py:447
#: ../jhbuild/frontends/terminal.py:145
msgid "No command given"
msgstr ""
#: ../jhbuild/commands/base.py:423
msgid "Start a shell under the JHBuild environment"
msgstr ""
#: ../jhbuild/commands/base.py:438
msgid "List the modules that would be built"
msgstr ""
#: ../jhbuild/commands/base.py:447
msgid "show which revision will be built"
msgstr ""
#: ../jhbuild/commands/base.py:453
msgid "start list at the given module"
msgstr ""
#: ../jhbuild/commands/base.py:462
msgid "also list soft-dependencies that could be skipped"
msgstr ""
#: ../jhbuild/commands/base.py:465
msgid "list all modules, not only those that would be built"
msgstr ""
#: ../jhbuild/commands/base.py:472
msgid "Conflicting options specified ('--start-at' and '--all-modules')"
msgstr ""
#: ../jhbuild/commands/base.py:504
msgid "Output a Graphviz dependency graph for one or more modules"
msgstr ""
#: ../jhbuild/commands/base.py:507 ../jhbuild/commands/info.py:39
#: ../jhbuild/commands/uninstall.py:33
msgid "[ modules ... ]"
msgstr ""
#: ../jhbuild/commands/base.py:513
msgid "add dotted lines to soft dependencies"
msgstr ""
#: ../jhbuild/commands/base.py:516
msgid "group modules from metamodule together"
msgstr ""
#: ../jhbuild/commands/bootstrap.py:24
msgid "Build support tools"
msgstr ""
#: ../jhbuild/commands/bot.py:54
msgid "Control buildbot"
msgstr ""
#: ../jhbuild/commands/bot.py:57 ../jhbuild/commands/__init__.py:45
#: ../jhbuild/commands/make.py:36
msgid "[ options ... ]"
msgstr "[ имконот ... ]"
#: ../jhbuild/commands/bot.py:63
msgid "setup a buildbot environment"
msgstr ""
#: ../jhbuild/commands/bot.py:66
msgid "start a buildbot slave server"
msgstr ""
#: ../jhbuild/commands/bot.py:69
msgid "stop a buildbot slave server"
msgstr ""
#: ../jhbuild/commands/bot.py:72
msgid "start a buildbot master server"
msgstr ""
#: ../jhbuild/commands/bot.py:75
msgid "reload a buildbot master server configuration"
msgstr ""
#: ../jhbuild/commands/bot.py:78
msgid "stop a buildbot master server"
msgstr ""
#: ../jhbuild/commands/bot.py:81
msgid "start as daemon"
msgstr ""
#: ../jhbuild/commands/bot.py:84
msgid "PID file location"
msgstr ""
#: ../jhbuild/commands/bot.py:87
msgid "log file location"
msgstr ""
#: ../jhbuild/commands/bot.py:90
msgid "directory with slave files (only with --start-server)"
msgstr ""
#: ../jhbuild/commands/bot.py:93
msgid "directory with buildbot work files (only with --start-server)"
msgstr ""
#: ../jhbuild/commands/bot.py:96
msgid "master cfg file location (only with --start-server)"
msgstr ""
#: ../jhbuild/commands/bot.py:99
msgid "exec a buildbot step (internal use only)"
msgstr ""
#: ../jhbuild/commands/bot.py:118
msgid "buildbot and twisted not found, run jhbuild bot --setup"
msgstr ""
#: ../jhbuild/commands/bot.py:295
#, python-format
msgid "No description for slave %s."
msgstr ""
#. parse error
#: ../jhbuild/commands/bot.py:300
#, python-format
msgid "Failed to parse slave config for %s."
msgstr ""
#: ../jhbuild/commands/bot.py:807 ../jhbuild/commands/bot.py:815
msgid "failed to get buildbot PID"
msgstr ""
#: ../jhbuild/commands/checkbranches.py:28
msgid ""
"Check modules in GNOME Git repository have the correct branch definition"
msgstr ""
#: ../jhbuild/commands/checkbranches.py:65
#, python-format
msgid "%(module)s is missing branch definition for %(branch)s"
msgstr ""
#: ../jhbuild/commands/checkmodulesets.py:30
msgid "Check if modules in JHBuild have the correct definition"
msgstr ""
#: ../jhbuild/commands/checkmodulesets.py:43
#, python-format
msgid "%(module)s is unreachable (%(href)s)"
msgstr ""
#: ../jhbuild/commands/checkmodulesets.py:46
#, python-format
msgid "Cannot check %(module)s (%(href)s)"
msgstr ""
#: ../jhbuild/commands/clean.py:29
msgid "Clean all modules"
msgstr ""
#: ../jhbuild/commands/goalreport.py:328
msgid "Report GNOME modules status wrt various goals"
msgstr ""
#: ../jhbuild/commands/goalreport.py:351
msgid "check to perform"
msgstr ""
#: ../jhbuild/commands/gui.py:30
msgid "Build targets from a GUI app"
msgstr ""
#: ../jhbuild/commands/info.py:36
msgid "Display information about one or more modules"
msgstr ""
#: ../jhbuild/commands/info.py:51 ../jhbuild/commands/uninstall.py:43
#, python-format
msgid "unknown module %s"
msgstr ""
#: ../jhbuild/commands/info.py:60
msgid "Name:"
msgstr "Ном:"
#: ../jhbuild/commands/info.py:61
msgid "Module Set:"
msgstr ""
#: ../jhbuild/commands/info.py:62
msgid "Type:"
msgstr "Навъ:"
#: ../jhbuild/commands/info.py:65 ../jhbuild/commands/info.py:69
msgid "Install version:"
msgstr ""
#: ../jhbuild/commands/info.py:66 ../jhbuild/commands/info.py:70
msgid "Install date:"
msgstr ""
#: ../jhbuild/commands/info.py:69 ../jhbuild/commands/info.py:70
msgid "not installed"
msgstr ""
#: ../jhbuild/commands/info.py:75
msgid "CVS Root:"
msgstr ""
#: ../jhbuild/commands/info.py:76
msgid "CVS Module:"
msgstr ""
#: ../jhbuild/commands/info.py:78
msgid "CVS Revision:"
msgstr ""
#: ../jhbuild/commands/info.py:80
msgid "Subversion Module:"
msgstr ""
#: ../jhbuild/commands/info.py:82
msgid "Darcs Archive:"
msgstr ""
#: ../jhbuild/commands/info.py:84
msgid "Git Module:"
msgstr ""
#: ../jhbuild/commands/info.py:86
msgid "Git Origin Module:"
msgstr ""
#: ../jhbuild/commands/info.py:90
msgid "Git Branch:"
msgstr ""
#: ../jhbuild/commands/info.py:92
msgid "Git Tag:"
msgstr ""
#: ../jhbuild/commands/info.py:94
msgid "URL:"
msgstr "Суроғаи URL :"
#: ../jhbuild/commands/info.py:95
msgid "Version:"
msgstr "Версия:"
#: ../jhbuild/commands/info.py:98
msgid "Tree-ID:"
msgstr ""
#: ../jhbuild/commands/info.py:103
msgid "Sourcedir:"
msgstr ""
#: ../jhbuild/commands/info.py:109
msgid "Requires:"
msgstr ""
#: ../jhbuild/commands/info.py:113
msgid "Required by:"
msgstr ""
#: ../jhbuild/commands/info.py:115
msgid "Suggests:"
msgstr ""
#: ../jhbuild/commands/info.py:117
msgid "After:"
msgstr "Баъд аз:"
#: ../jhbuild/commands/info.py:121
msgid "Before:"
msgstr "Пеш аз:"
#: ../jhbuild/commands/__init__.py:84 ../jhbuild/commands/sysdeps.py:49
#, python-format
msgid "required=%s"
msgstr "лозимӣ=%s"
#: ../jhbuild/commands/__init__.py:86 ../jhbuild/commands/sysdeps.py:51
#, python-format
msgid "installed=%s"
msgstr "насбшуда=%s"
#. Translators: This is used to separate items of package metadata
#: ../jhbuild/commands/__init__.py:88 ../jhbuild/commands/sysdeps.py:53
msgid ", "
msgstr ""
#: ../jhbuild/commands/__init__.py:90 ../jhbuild/commands/sysdeps.py:55
#, python-format
msgid "(%s)"
msgstr ""
#: ../jhbuild/commands/__init__.py:94 ../jhbuild/commands/sysdeps.py:80
msgid "Required packages:"
msgstr ""
#: ../jhbuild/commands/__init__.py:95 ../jhbuild/commands/sysdeps.py:81
#: ../jhbuild/commands/sysdeps.py:124
msgid " System installed packages which are too old:"
msgstr ""
#: ../jhbuild/commands/__init__.py:105 ../jhbuild/commands/__init__.py:117
#: ../jhbuild/commands/sysdeps.py:90 ../jhbuild/commands/sysdeps.py:118
#: ../jhbuild/commands/sysdeps.py:133
msgid " (none)"
msgstr " (ҳеҷ)"
#: ../jhbuild/commands/__init__.py:107 ../jhbuild/commands/sysdeps.py:92
#: ../jhbuild/commands/sysdeps.py:135
msgid " No matching system package installed:"
msgstr ""
#: ../jhbuild/commands/__init__.py:134
msgid "JHBuild commands are:"
msgstr ""
#: ../jhbuild/commands/__init__.py:140
msgid "For more information run \"jhbuild <command> --help\""
msgstr ""
#: ../jhbuild/commands/__init__.py:149
msgid "Information about available JHBuild commands"
msgstr ""
#: ../jhbuild/commands/__init__.py:176
#, python-format
msgid "no such command (did you mean \"jhbuild build %s\"?)"
msgstr ""
#: ../jhbuild/commands/__init__.py:178
#, python-format
msgid "no such command (did you mean \"jhbuild run %s\"?)"
msgstr ""
#: ../jhbuild/commands/make.py:33
msgid "Compile and install the module for the current directory"
msgstr ""
#: ../jhbuild/commands/make.py:78
#, python-format
msgid "The current directory is not in the checkout root %r"
msgstr ""
#: ../jhbuild/commands/make.py:90
#, python-format
msgid "No module matching current directory %r in the moduleset"
msgstr ""
#: ../jhbuild/commands/rdepends.py:28
msgid "Display reverse-dependencies of a module"
msgstr ""
#: ../jhbuild/commands/rdepends.py:31
msgid "[ module ]"
msgstr "[ модул ]"
#: ../jhbuild/commands/rdepends.py:37
msgid "display dependency path next to modules"
msgstr ""
#: ../jhbuild/commands/rdepends.py:40
msgid "limit display to modules directly depending on given module"
msgstr ""
#: ../jhbuild/commands/sanitycheck.py:46
msgid "Check that required support tools are available"
msgstr ""
#: ../jhbuild/commands/sanitycheck.py:53
msgid "no extra arguments expected"
msgstr ""
#: ../jhbuild/commands/sanitycheck.py:58
#, python-format
msgid "checkout root (%s) is not writable"
msgstr ""
#: ../jhbuild/commands/sanitycheck.py:61
#, python-format
msgid "install prefix (%s) is not writable"
msgstr ""
#: ../jhbuild/commands/sanitycheck.py:66 ../jhbuild/commands/sanitycheck.py:69
#: ../jhbuild/commands/sanitycheck.py:72 ../jhbuild/commands/sanitycheck.py:75
#: ../jhbuild/commands/sanitycheck.py:78
#: ../jhbuild/commands/sanitycheck.py:120
#: ../jhbuild/commands/sanitycheck.py:124
#: ../jhbuild/commands/sanitycheck.py:132
#: ../jhbuild/commands/sanitycheck.py:141
#: ../jhbuild/commands/sanitycheck.py:147
#: ../jhbuild/commands/sanitycheck.py:149
#: ../jhbuild/commands/sanitycheck.py:151 ../jhbuild/modtypes/cmake.py:82
#: ../jhbuild/versioncontrol/bzr.py:206 ../jhbuild/versioncontrol/cvs.py:297
#: ../jhbuild/versioncontrol/darcs.py:110
#: ../jhbuild/versioncontrol/fossil.py:107
#: ../jhbuild/versioncontrol/git.py:448 ../jhbuild/versioncontrol/hg.py:103
#: ../jhbuild/versioncontrol/mtn.py:142 ../jhbuild/versioncontrol/svn.py:313
#, python-format
msgid "%s not found"
msgstr "%s ёфт нашуд"
#: ../jhbuild/commands/sanitycheck.py:87
#, python-format
msgid "aclocal can't see %s macros"
msgstr ""
#: ../jhbuild/commands/sanitycheck.py:92
#, python-format
msgid ""
"Please copy the lacking macros (%(macros)s) in one of the following paths: "
"%(path)s"
msgstr ""
#: ../jhbuild/commands/sanitycheck.py:100
msgid "Could not find XML catalog"
msgstr ""
#: ../jhbuild/commands/sanitycheck.py:109
#, python-format
msgid "Could not find %s in XML catalog"
msgstr ""
#: ../jhbuild/commands/sanitycheck.py:116
#, python-format
msgid "Could not find the Perl module %s"
msgstr ""
#: ../jhbuild/commands/sanitycheck.py:128
msgid "curl or wget not found"
msgstr ""
#: ../jhbuild/commands/sanitycheck.py:137
msgid "Installed git program is not the right git"
msgstr ""
#: ../jhbuild/commands/sanitycheck.py:143
msgid "Could not check git program"
msgstr ""
#: ../jhbuild/commands/snapshot.py:34
msgid "Print out a moduleset for the exact versions that are checked out"
msgstr ""
#: ../jhbuild/commands/sysdeps.py:32
msgid "Check and install tarball dependencies using system packages"
msgstr ""
#: ../jhbuild/commands/sysdeps.py:40
msgid "Install pkg-config modules via system"
msgstr ""
#: ../jhbuild/commands/sysdeps.py:69
msgid "System installed packages which are new enough:"
msgstr ""
#: ../jhbuild/commands/sysdeps.py:78 ../jhbuild/commands/sysdeps.py:148
msgid " (none)"
msgstr " (ҳеҷ)"
#: ../jhbuild/commands/sysdeps.py:123
msgid "Optional packages: (JHBuild will build the missing packages)"
msgstr ""
#: ../jhbuild/commands/sysdeps.py:156
#, python-format
msgid ""
"%(cmd)s is required to install packages on this system. Please install "
"%(cmd)s."
msgstr ""
#: ../jhbuild/commands/sysdeps.py:161
msgid "Don't know how to install packages on this system"
msgstr ""
#: ../jhbuild/commands/sysdeps.py:165
#, python-format
msgid "No uninstalled system dependencies to install for modules: %r"
msgstr ""
#: ../jhbuild/commands/sysdeps.py:167
#, python-format
msgid "Installing dependencies on system: %s"
msgstr ""
#: ../jhbuild/commands/tinderbox.py:29
msgid "Build modules non-interactively and store build logs"
msgstr ""
#: ../jhbuild/commands/tinderbox.py:50
msgid "directory to store build logs in"
msgstr ""
#: ../jhbuild/commands/tinderbox.py:82
msgid "output directory for tinderbox build not specified"
msgstr ""
#: ../jhbuild/commands/twoninetynine.py:161
msgid "Report GNOME modules status wrt 3.0 goals"
msgstr ""
#: ../jhbuild/commands/uninstall.py:30
msgid "Uninstall all modules"
msgstr ""
#: ../jhbuild/commands/uninstall.py:52
#, python-format
msgid "Module %(mod)r is not installed"
msgstr ""
#: ../jhbuild/config.py:174
msgid ""
"JHBuild start script has been installed in ~/.local/bin/jhbuild, you should "
"remove the old version that is still in ~/bin/ (or make it a symlink to ~/."
"local/bin/jhbuild)"
msgstr ""
#: ../jhbuild/config.py:186
msgid ""
"Obsolete JHBuild start script, make sure it is removed then do run 'make "
"install'"
msgstr ""
#: ../jhbuild/config.py:194
msgid "could not load config defaults"
msgstr ""
#: ../jhbuild/config.py:205
#, python-format
msgid "could not load config file, %s is missing"
msgstr ""
#: ../jhbuild/config.py:211
#, python-format
msgid ""
"The default location of the configuration file has changed. Please move "
"%(old_path)s to %(new_path)s."
msgstr ""
#: ../jhbuild/config.py:241
#, python-format
msgid "Could not include config file (%s)"
msgstr ""
#: ../jhbuild/config.py:255
msgid "could not load config file"
msgstr ""
#: ../jhbuild/config.py:269
#, python-format
msgid "unknown keys defined in configuration file: %s"
msgstr ""
#: ../jhbuild/config.py:276
#, python-format
msgid ""
"the \"%s\" configuration variable is deprecated, you should use \"repos"
"['gnome.org']\"."
msgstr ""
#: ../jhbuild/config.py:281 ../jhbuild/config.py:286
#, python-format
msgid ""
"the \"%s\" configuration variable is deprecated, you should use \"repos\"."
msgstr ""
#: ../jhbuild/config.py:320
msgid "invalid checkout mode"
msgstr ""
#: ../jhbuild/config.py:324
#, python-format
msgid "invalid checkout mode (module: %s)"
msgstr ""
#: ../jhbuild/config.py:326
msgid "copy mode requires copy_dir to be set"
msgstr ""
#: ../jhbuild/config.py:331
#, python-format
msgid "modulesets directory (%s) not found, disabling use_local_modulesets"
msgstr ""
#: ../jhbuild/config.py:337 ../jhbuild/config.py:339 ../jhbuild/config.py:341
#: ../jhbuild/config.py:343 ../jhbuild/config.py:346
#, python-format
msgid "%s must be an absolute path"
msgstr ""
#: ../jhbuild/config.py:359
#, python-format
msgid "install prefix (%s) can not be created"
msgstr ""
#: ../jhbuild/config.py:366
#, python-format
msgid "working directory (%s) can not be created"
msgstr ""
#: ../jhbuild/config.py:482
#, python-format
msgid "Can't create %s directory"
msgstr ""
#: ../jhbuild/config.py:513
#, python-format
msgid ""
"Unable to determine python version using the PYTHON environment variable "
"(%s). Using default \"%s\""
msgstr ""
#: ../jhbuild/config.py:528
#, python-format
msgid ""
"Unable to determine python site-packages directory using the PYTHON "
"environment variable (%s). Using default \"%s\""
msgstr ""
#: ../jhbuild/config.py:575
#, python-format
msgid "Could not create GConf config (%s)"
msgstr ""
#: ../jhbuild/config.py:667
msgid "Failed to parse 'min_age' relative time"
msgstr ""
#: ../jhbuild/config.py:681
msgid ""
"quiet mode has been disabled because the Python curses module is missing."
msgstr ""
#: ../jhbuild.desktop.in.in.h:1
msgid "GNOME Build Tool"
msgstr ""
#: ../jhbuild.desktop.in.in.h:2
msgid "Build GNOME modules"
msgstr ""
#: ../jhbuild/frontends/autobuild.py:72
#, python-format
msgid "Server Error, retrying in %d seconds"
msgstr ""
#: ../jhbuild/frontends/autobuild.py:76
msgid "Server Error, aborting"
msgstr ""
#: ../jhbuild/frontends/autobuild.py:180
#, python-format
msgid "Error: %s"
msgstr "Хатогӣ: %s"
#: ../jhbuild/frontends/autobuild.py:185 ../jhbuild/utils/cmds.py:66
#, python-format
msgid "Error running %s"
msgstr ""
#: ../jhbuild/frontends/autobuild.py:212
msgid "ERROR: Wrong credentials, please check username/password"
msgstr ""
#: ../jhbuild/frontends/autobuild.py:218
#, python-format
msgid "Starting Build #%s"
msgstr ""
#: ../jhbuild/frontends/autobuild.py:232
#, python-format
msgid "**** Starting module %s ****"
msgstr ""
#: ../jhbuild/frontends/buildscript.py:42
#, python-format
msgid "install prefix (%s) must be writable"
msgstr ""
#: ../jhbuild/frontends/buildscript.py:49
#, python-format
msgid "checkout root (%s) can not be created"
msgstr ""
#: ../jhbuild/frontends/buildscript.py:51
#, python-format
msgid "checkout root (%s) must be writable"
msgstr ""
#: ../jhbuild/frontends/buildscript.py:58
#, python-format
msgid "checkout copy dir (%s) can not be created"
msgstr ""
#: ../jhbuild/frontends/buildscript.py:60
#, python-format
msgid "checkout copy dir (%s) must be writable"
msgstr ""
#: ../jhbuild/frontends/buildscript.py:110
#, python-format
msgid "Skipping %s (installed recently)"
msgstr ""
#: ../jhbuild/frontends/buildscript.py:119
#, python-format
msgid "module %(mod)s will be built even though %(dep)s failed"
msgstr ""
#: ../jhbuild/frontends/buildscript.py:122
#, python-format
msgid "module %(mod)s not built due to non buildable %(dep)s"
msgstr ""