]> git.ipfire.org Git - people/stevee/pakfire.git/blob - po/tr.po
Update translations.
[people/stevee/pakfire.git] / po / tr.po
1 # SOME DESCRIPTIVE TITLE.
2 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3 # This file is distributed under the same license as the PACKAGE package.
4 #
5 # Translators:
6 msgid ""
7 msgstr ""
8 "Project-Id-Version: IPFire Project\n"
9 "Report-Msgid-Bugs-To: \n"
10 "POT-Creation-Date: 2013-01-24 01:36+0100\n"
11 "PO-Revision-Date: 2013-06-13 09:25+0000\n"
12 "Last-Translator: Michael Tremer <michael.tremer@ipfire.org>\n"
13 "Language-Team: Turkish (http://www.transifex.com/projects/p/ipfire/language/tr/)\n"
14 "MIME-Version: 1.0\n"
15 "Content-Type: text/plain; charset=UTF-8\n"
16 "Content-Transfer-Encoding: 8bit\n"
17 "Language: tr\n"
18 "Plural-Forms: nplurals=2; plural=(n > 1);\n"
19
20 #: ../python/pakfire/actions.py:72
21 #, python-format
22 msgid "%s has got no signatures"
23 msgstr ""
24
25 #: ../python/pakfire/actions.py:78
26 #, python-format
27 msgid "%s has got no valid signatures"
28 msgstr ""
29
30 #: ../python/pakfire/actions.py:201
31 msgid "Could not handle scriptlet of unknown type. Skipping."
32 msgstr ""
33
34 #. This functions creates a fork with then chroots into the
35 #. pakfire root if necessary and then compiles the given scriptlet
36 #. code and runs it.
37 #: ../python/pakfire/actions.py:204 ../python/pakfire/actions.py:274
38 msgid "Executing python scriptlet..."
39 msgstr ""
40
41 #: ../python/pakfire/actions.py:210
42 #, python-format
43 msgid "Cannot run scriptlet because no interpreter is available: %s"
44 msgstr ""
45
46 #: ../python/pakfire/actions.py:214
47 #, python-format
48 msgid "Cannot run scriptlet because the interpreter is not executable: %s"
49 msgstr ""
50
51 #: ../python/pakfire/actions.py:253
52 #, python-format
53 msgid ""
54 "The scriptlet returned an error:\n"
55 "%s"
56 msgstr ""
57
58 #: ../python/pakfire/actions.py:256
59 #, python-format
60 msgid "The scriptlet ran more than %s seconds and was killed."
61 msgstr ""
62
63 #: ../python/pakfire/actions.py:260
64 #, python-format
65 msgid ""
66 "The scriptlet returned with an unhandled error:\n"
67 "%s"
68 msgstr ""
69
70 #: ../python/pakfire/actions.py:299
71 #, python-format
72 msgid "Exception occured: %s"
73 msgstr ""
74
75 #: ../python/pakfire/actions.py:372 ../python/pakfire/actions.py:410
76 #: ../python/pakfire/actions.py:432 ../python/pakfire/actions.py:454
77 #: ../python/pakfire/actions.py:471 ../python/pakfire/actions.py:490
78 #, python-format
79 msgid "Running transaction test for %s"
80 msgstr ""
81
82 #: ../python/pakfire/actions.py:381
83 msgid "Installing"
84 msgstr ""
85
86 #: ../python/pakfire/actions.py:419
87 msgid "Updating"
88 msgstr ""
89
90 #: ../python/pakfire/actions.py:438
91 msgid "Removing"
92 msgstr ""
93
94 #. Cleaning up leftover files and stuff.
95 #: ../python/pakfire/actions.py:461
96 msgid "Cleanup"
97 msgstr ""
98
99 #: ../python/pakfire/actions.py:483
100 msgid "Reinstalling"
101 msgstr ""
102
103 #: ../python/pakfire/actions.py:499
104 msgid "Downgrading"
105 msgstr ""
106
107 #: ../python/pakfire/base.py:197
108 msgid "Local install repository"
109 msgstr ""
110
111 #: ../python/pakfire/base.py:261
112 #, python-format
113 msgid "Could not find any installed package providing \"%s\"."
114 msgstr ""
115
116 #: ../python/pakfire/base.py:267
117 #, python-format
118 msgid "Multiple reinstall candidates for \"%(pattern)s\": %(pkgs)s"
119 msgstr ""
120
121 #: ../python/pakfire/base.py:271 ../python/pakfire/base.py:337
122 #: ../python/pakfire/base.py:376 ../python/pakfire/base.py:440
123 #: ../python/pakfire/base.py:467 ../python/pakfire/transaction.py:396
124 msgid "Nothing to do"
125 msgstr ""
126
127 #: ../python/pakfire/base.py:296
128 #, python-format
129 msgid "Could not find package %s in a remote repository."
130 msgstr ""
131
132 #: ../python/pakfire/base.py:368
133 #, python-format
134 msgid "Excluding %s."
135 msgstr ""
136
137 #: ../python/pakfire/base.py:426
138 #, python-format
139 msgid "\"%s\" package does not seem to be installed."
140 msgstr ""
141
142 #: ../python/pakfire/base.py:590
143 msgid "Everything is fine."
144 msgstr ""
145
146 #: ../python/pakfire/base.py:611
147 msgid "Build command has failed."
148 msgstr ""
149
150 #: ../python/pakfire/base.py:648
151 msgid "You have not set the distribution for which you want to build."
152 msgstr ""
153
154 #: ../python/pakfire/base.py:649
155 msgid "Please do so in builder.conf or on the CLI."
156 msgstr ""
157
158 #: ../python/pakfire/base.py:650
159 msgid "Distribution configuration is missing."
160 msgstr ""
161
162 #: ../python/pakfire/base.py:731
163 msgid "New repository"
164 msgstr ""
165
166 #: ../python/pakfire/builder.py:80
167 #, python-format
168 msgid "Cannot build for %s on this host."
169 msgstr ""
170
171 #. Log the package information.
172 #: ../python/pakfire/builder.py:138
173 msgid "Package information:"
174 msgstr ""
175
176 #. Install all packages.
177 #: ../python/pakfire/builder.py:407
178 msgid "Install packages needed for build..."
179 msgstr ""
180
181 #: ../python/pakfire/builder.py:412 ../python/pakfire/cli.py:446
182 msgid "Extracting"
183 msgstr ""
184
185 #: ../python/pakfire/builder.py:729
186 msgid "You cannot run a build when no package was given."
187 msgstr ""
188
189 #: ../python/pakfire/builder.py:733
190 #, python-format
191 msgid "Could not find makefile in build root: %s"
192 msgstr ""
193
194 #: ../python/pakfire/builder.py:763
195 msgid "Build failed"
196 msgstr ""
197
198 #: ../python/pakfire/builder.py:766
199 msgid "Build interrupted"
200 msgstr ""
201
202 #: ../python/pakfire/builder.py:772
203 msgid "Build failed."
204 msgstr ""
205
206 #. End here in case of an error.
207 #: ../python/pakfire/builder.py:788
208 msgid "The build command failed. See logfile for details."
209 msgstr ""
210
211 #: ../python/pakfire/builder.py:791
212 msgid "Running installation test..."
213 msgstr ""
214
215 #: ../python/pakfire/builder.py:797
216 msgid "Installation test succeeded."
217 msgstr ""
218
219 #. Create a progressbar.
220 #: ../python/pakfire/builder.py:840
221 msgid "Signing packages..."
222 msgstr ""
223
224 #: ../python/pakfire/builder.py:874
225 msgid "Dumping package information:"
226 msgstr ""
227
228 #. Package the result.
229 #. Make all these little package from the build environment.
230 #: ../python/pakfire/builder.py:1026
231 msgid "Creating packages:"
232 msgstr ""
233
234 #. Execute the buildscript of this stage.
235 #: ../python/pakfire/builder.py:1040
236 #, python-format
237 msgid "Running stage %s:"
238 msgstr ""
239
240 #: ../python/pakfire/builder.py:1058
241 #, python-format
242 msgid "Could not remove static libraries: %s"
243 msgstr ""
244
245 #: ../python/pakfire/builder.py:1064
246 msgid "Compressing man pages did not complete successfully."
247 msgstr ""
248
249 #: ../python/pakfire/builder.py:1084
250 msgid "Extracting debuginfo did not complete with success. Aborting build."
251 msgstr ""
252
253 #: ../python/pakfire/cli.py:52
254 msgid "Pakfire command line interface."
255 msgstr ""
256
257 #: ../python/pakfire/cli.py:59
258 msgid "The path where pakfire should operate in."
259 msgstr ""
260
261 #: ../python/pakfire/cli.py:146
262 msgid "Enable verbose output."
263 msgstr ""
264
265 #: ../python/pakfire/cli.py:149
266 msgid "Path to a configuration file to load."
267 msgstr ""
268
269 #: ../python/pakfire/cli.py:152
270 msgid "Disable a repository temporarily."
271 msgstr ""
272
273 #: ../python/pakfire/cli.py:155
274 msgid "Enable a repository temporarily."
275 msgstr ""
276
277 #: ../python/pakfire/cli.py:159
278 msgid "Run pakfire in offline mode."
279 msgstr ""
280
281 #: ../python/pakfire/cli.py:164
282 msgid "Install one or more packages to the system."
283 msgstr ""
284
285 #: ../python/pakfire/cli.py:166
286 msgid "Give name of at least one package to install."
287 msgstr ""
288
289 #: ../python/pakfire/cli.py:168
290 msgid "Don't install recommended packages."
291 msgstr ""
292
293 #: ../python/pakfire/cli.py:174
294 msgid "Reinstall one or more packages."
295 msgstr ""
296
297 #: ../python/pakfire/cli.py:176
298 msgid "Give name of at least one package to reinstall."
299 msgstr ""
300
301 #: ../python/pakfire/cli.py:182
302 msgid "Remove one or more packages from the system."
303 msgstr ""
304
305 #: ../python/pakfire/cli.py:184
306 msgid "Give name of at least one package to remove."
307 msgstr ""
308
309 #: ../python/pakfire/cli.py:190
310 msgid "Give a name of a package to update or leave emtpy for all."
311 msgstr ""
312
313 #: ../python/pakfire/cli.py:192
314 msgid "Exclude package from update."
315 msgstr ""
316
317 #: ../python/pakfire/cli.py:194 ../python/pakfire/cli.py:219
318 msgid "Allow changing the vendor of packages."
319 msgstr ""
320
321 #: ../python/pakfire/cli.py:196 ../python/pakfire/cli.py:221
322 msgid "Disallow changing the architecture of packages."
323 msgstr ""
324
325 #: ../python/pakfire/cli.py:201
326 msgid "Update the whole system or one specific package."
327 msgstr ""
328
329 #: ../python/pakfire/cli.py:208
330 msgid "Check, if there are any updates available."
331 msgstr ""
332
333 #: ../python/pakfire/cli.py:215
334 msgid "Downgrade one or more packages."
335 msgstr ""
336
337 #: ../python/pakfire/cli.py:217
338 msgid "Give a name of a package to downgrade."
339 msgstr ""
340
341 #: ../python/pakfire/cli.py:227
342 msgid "Print some information about the given package(s)."
343 msgstr ""
344
345 #: ../python/pakfire/cli.py:229
346 msgid "Give at least the name of one package."
347 msgstr ""
348
349 #: ../python/pakfire/cli.py:235
350 msgid "Search for a given pattern."
351 msgstr ""
352
353 #: ../python/pakfire/cli.py:237
354 msgid "A pattern to search for."
355 msgstr ""
356
357 #: ../python/pakfire/cli.py:243
358 msgid "Get a list of packages that provide a given file or feature."
359 msgstr ""
360
361 #: ../python/pakfire/cli.py:245
362 msgid "File or feature to search for."
363 msgstr ""
364
365 #: ../python/pakfire/cli.py:251
366 msgid "Get list of packages that belong to the given group."
367 msgstr ""
368
369 #: ../python/pakfire/cli.py:253
370 msgid "Group name to search for."
371 msgstr ""
372
373 #: ../python/pakfire/cli.py:259
374 msgid "Install all packages that belong to the given group."
375 msgstr ""
376
377 #: ../python/pakfire/cli.py:261
378 msgid "Group name."
379 msgstr ""
380
381 #: ../python/pakfire/cli.py:267
382 msgid "List all currently enabled repositories."
383 msgstr ""
384
385 #: ../python/pakfire/cli.py:271
386 msgid "Cleanup commands."
387 msgstr ""
388
389 #: ../python/pakfire/cli.py:279
390 msgid "Cleanup all temporary files."
391 msgstr ""
392
393 #: ../python/pakfire/cli.py:285
394 msgid "Check the system for any errors."
395 msgstr ""
396
397 #: ../python/pakfire/cli.py:291
398 msgid "Check the dependencies for a particular package."
399 msgstr ""
400
401 #: ../python/pakfire/cli.py:293
402 msgid "Give name of at least one package to check."
403 msgstr ""
404
405 #: ../python/pakfire/cli.py:299
406 msgid "Extract a package to a directory."
407 msgstr ""
408
409 #: ../python/pakfire/cli.py:301
410 msgid "Give name of the file to extract."
411 msgstr ""
412
413 #: ../python/pakfire/cli.py:303
414 msgid "Target directory where to extract to."
415 msgstr ""
416
417 #: ../python/pakfire/cli.py:385 ../python/pakfire/transaction.py:405
418 msgid "Repository"
419 msgstr ""
420
421 #: ../python/pakfire/cli.py:385
422 msgid "Enabled"
423 msgstr ""
424
425 #: ../python/pakfire/cli.py:385 ../python/pakfire/cli.py:1112
426 msgid "Priority"
427 msgstr ""
428
429 #: ../python/pakfire/cli.py:385 ../python/pakfire/cli.py:1157
430 msgid "Packages"
431 msgstr ""
432
433 #: ../python/pakfire/cli.py:393
434 msgid "Cleaning up everything..."
435 msgstr ""
436
437 #: ../python/pakfire/cli.py:429
438 msgid "Cannot extract mixed package types"
439 msgstr ""
440
441 #: ../python/pakfire/cli.py:432
442 msgid "You must provide an install directory with --target=..."
443 msgstr ""
444
445 #: ../python/pakfire/cli.py:438
446 msgid "Cannot extract to /."
447 msgstr ""
448
449 #: ../python/pakfire/cli.py:456
450 msgid "You cannot run pakfire-builder in a pakfire chroot."
451 msgstr ""
452
453 #: ../python/pakfire/cli.py:459 ../python/pakfire/cli.py:785
454 msgid "Pakfire builder command line interface."
455 msgstr ""
456
457 #: ../python/pakfire/cli.py:518
458 msgid "Choose the distribution configuration to use for build"
459 msgstr ""
460
461 #: ../python/pakfire/cli.py:521
462 msgid "Run pakfire for the given architecture."
463 msgstr ""
464
465 #: ../python/pakfire/cli.py:526
466 msgid "Update the package indexes."
467 msgstr ""
468
469 #: ../python/pakfire/cli.py:532 ../python/pakfire/cli.py:805
470 msgid "Build one or more packages."
471 msgstr ""
472
473 #: ../python/pakfire/cli.py:534 ../python/pakfire/cli.py:694
474 #: ../python/pakfire/cli.py:807
475 msgid "Give name of at least one package to build."
476 msgstr ""
477
478 #: ../python/pakfire/cli.py:538 ../python/pakfire/cli.py:566
479 #: ../python/pakfire/cli.py:813
480 msgid "Path were the output files should be copied to."
481 msgstr ""
482
483 #: ../python/pakfire/cli.py:540 ../python/pakfire/cli.py:555
484 #: ../python/pakfire/cli.py:815
485 msgid "Mode to run in. Is either 'release' or 'development' (default)."
486 msgstr ""
487
488 #: ../python/pakfire/cli.py:542
489 msgid "Run a shell after a successful build."
490 msgstr ""
491
492 #: ../python/pakfire/cli.py:544
493 msgid "Do not perform the install test."
494 msgstr ""
495
496 #: ../python/pakfire/cli.py:549
497 msgid "Go into a shell."
498 msgstr ""
499
500 #: ../python/pakfire/cli.py:551
501 msgid "Give name of a package."
502 msgstr ""
503
504 #: ../python/pakfire/cli.py:560
505 msgid "Generate a source package."
506 msgstr ""
507
508 #: ../python/pakfire/cli.py:562
509 msgid "Give name(s) of a package(s)."
510 msgstr ""
511
512 #: ../python/pakfire/cli.py:651
513 msgid "Pakfire server command line interface."
514 msgstr ""
515
516 #: ../python/pakfire/cli.py:692
517 msgid "Send a scrach build job to the server."
518 msgstr ""
519
520 #: ../python/pakfire/cli.py:696
521 msgid "Limit build to only these architecture(s)."
522 msgstr ""
523
524 #: ../python/pakfire/cli.py:702
525 msgid "Send a keepalive to the server."
526 msgstr ""
527
528 #: ../python/pakfire/cli.py:709
529 msgid "Update all repositories."
530 msgstr ""
531
532 #: ../python/pakfire/cli.py:715
533 msgid "Repository management commands."
534 msgstr ""
535
536 #: ../python/pakfire/cli.py:723
537 msgid "Create a new repository index."
538 msgstr ""
539
540 #: ../python/pakfire/cli.py:725
541 msgid "Path to the packages."
542 msgstr ""
543
544 #: ../python/pakfire/cli.py:727
545 msgid "Path to input packages."
546 msgstr ""
547
548 #: ../python/pakfire/cli.py:729
549 msgid "Key to sign the repository with."
550 msgstr ""
551
552 #: ../python/pakfire/cli.py:734
553 msgid "Dump some information about this machine."
554 msgstr ""
555
556 #: ../python/pakfire/cli.py:811 ../python/pakfire/cli.py:907
557 msgid "Build the package for the given architecture."
558 msgstr ""
559
560 #: ../python/pakfire/cli.py:817
561 msgid "Do not verify build dependencies."
562 msgstr ""
563
564 #: ../python/pakfire/cli.py:819
565 msgid "Only run the prepare stage."
566 msgstr ""
567
568 #: ../python/pakfire/cli.py:853
569 msgid "Pakfire client command line interface."
570 msgstr ""
571
572 #: ../python/pakfire/cli.py:901
573 msgid "Build a package remotely."
574 msgstr ""
575
576 #: ../python/pakfire/cli.py:903
577 msgid "Give name of a package to build."
578 msgstr ""
579
580 #: ../python/pakfire/cli.py:912
581 msgid "Print some information about this host."
582 msgstr ""
583
584 #: ../python/pakfire/cli.py:918
585 msgid "Check the connection to the hub."
586 msgstr ""
587
588 #: ../python/pakfire/cli.py:923
589 msgid "Show information about build jobs."
590 msgstr ""
591
592 #: ../python/pakfire/cli.py:933
593 msgid "Show a list of all active jobs."
594 msgstr ""
595
596 #: ../python/pakfire/cli.py:938
597 msgid "Show a list of all recently finished of failed build jobs."
598 msgstr ""
599
600 #: ../python/pakfire/cli.py:943
601 msgid "Show details about given build job."
602 msgstr ""
603
604 #: ../python/pakfire/cli.py:944
605 msgid "The ID of the build job."
606 msgstr ""
607
608 #: ../python/pakfire/cli.py:949
609 msgid "Show information about builds."
610 msgstr ""
611
612 #: ../python/pakfire/cli.py:957
613 msgid "Show details about the given build."
614 msgstr ""
615
616 #: ../python/pakfire/cli.py:958
617 msgid "The ID of the build."
618 msgstr ""
619
620 #: ../python/pakfire/cli.py:963
621 msgid "Test the connection to the hub."
622 msgstr ""
623
624 #: ../python/pakfire/cli.py:964
625 msgid "Error code to test."
626 msgstr ""
627
628 #: ../python/pakfire/cli.py:1013 ../python/pakfire/server.py:302
629 msgid "Hostname"
630 msgstr ""
631
632 #: ../python/pakfire/cli.py:1014
633 msgid "Pakfire hub"
634 msgstr ""
635
636 #: ../python/pakfire/cli.py:1017
637 msgid "Username"
638 msgstr ""
639
640 #. Hardware information
641 #: ../python/pakfire/cli.py:1021 ../python/pakfire/server.py:306
642 msgid "Hardware information"
643 msgstr ""
644
645 #: ../python/pakfire/cli.py:1022 ../python/pakfire/server.py:307
646 msgid "CPU model"
647 msgstr ""
648
649 #: ../python/pakfire/cli.py:1023 ../python/pakfire/server.py:308
650 msgid "Memory"
651 msgstr ""
652
653 #: ../python/pakfire/cli.py:1024
654 msgid "Parallelism"
655 msgstr ""
656
657 #: ../python/pakfire/cli.py:1026 ../python/pakfire/server.py:310
658 msgid "Native arch"
659 msgstr ""
660
661 #: ../python/pakfire/cli.py:1028
662 msgid "Default arch"
663 msgstr ""
664
665 #: ../python/pakfire/cli.py:1030 ../python/pakfire/server.py:312
666 msgid "Supported arches"
667 msgstr ""
668
669 #: ../python/pakfire/cli.py:1043
670 msgid "Your IP address"
671 msgstr ""
672
673 #: ../python/pakfire/cli.py:1048
674 msgid "You are authenticated to the build service:"
675 msgstr ""
676
677 #: ../python/pakfire/cli.py:1054
678 msgid "User name"
679 msgstr ""
680
681 #: ../python/pakfire/cli.py:1055
682 msgid "Real name"
683 msgstr ""
684
685 #: ../python/pakfire/cli.py:1056
686 msgid "Email address"
687 msgstr ""
688
689 #: ../python/pakfire/cli.py:1057
690 msgid "Registered"
691 msgstr ""
692
693 #: ../python/pakfire/cli.py:1064
694 msgid "You could not be authenticated to the build service."
695 msgstr ""
696
697 #: ../python/pakfire/cli.py:1085
698 msgid "No ongoing jobs found."
699 msgstr ""
700
701 #: ../python/pakfire/cli.py:1088
702 msgid "Active build jobs"
703 msgstr ""
704
705 #: ../python/pakfire/cli.py:1094
706 msgid "No jobs found."
707 msgstr ""
708
709 #: ../python/pakfire/cli.py:1097
710 msgid "Recently processed build jobs"
711 msgstr ""
712
713 #: ../python/pakfire/cli.py:1104
714 #, python-format
715 msgid "A build with ID %s could not be found."
716 msgstr ""
717
718 #: ../python/pakfire/cli.py:1107
719 #, python-format
720 msgid "Build: %(name)s"
721 msgstr ""
722
723 #: ../python/pakfire/cli.py:1111 ../python/pakfire/cli.py:1139
724 msgid "State"
725 msgstr ""
726
727 #: ../python/pakfire/cli.py:1115
728 msgid "Jobs"
729 msgstr ""
730
731 #: ../python/pakfire/cli.py:1128
732 #, python-format
733 msgid "A job with ID %s could not be found."
734 msgstr ""
735
736 #: ../python/pakfire/cli.py:1135
737 #, python-format
738 msgid "Job: %(name)s"
739 msgstr ""
740
741 #: ../python/pakfire/cli.py:1140 ../python/pakfire/packages/base.py:107
742 #: ../python/pakfire/transaction.py:404
743 msgid "Arch"
744 msgstr ""
745
746 #: ../python/pakfire/cli.py:1145 ../python/pakfire/packages/base.py:148
747 msgid "Build host"
748 msgstr ""
749
750 #: ../python/pakfire/cli.py:1150
751 msgid "Time created"
752 msgstr ""
753
754 #: ../python/pakfire/cli.py:1151
755 msgid "Time started"
756 msgstr ""
757
758 #: ../python/pakfire/cli.py:1152
759 msgid "Time finished"
760 msgstr ""
761
762 #: ../python/pakfire/cli.py:1153
763 msgid "Duration"
764 msgstr ""
765
766 #: ../python/pakfire/cli.py:1181
767 msgid "Invalid error code given."
768 msgstr ""
769
770 #: ../python/pakfire/cli.py:1184
771 #, python-format
772 msgid "Reponse from the server: %s"
773 msgstr ""
774
775 #: ../python/pakfire/cli.py:1190
776 msgid "Pakfire daemon command line interface."
777 msgstr ""
778
779 #: ../python/pakfire/cli.py:1220
780 msgid "Pakfire key command line interface."
781 msgstr ""
782
783 #: ../python/pakfire/cli.py:1256 ../python/pakfire/cli.py:1266
784 msgid "Import a key from file."
785 msgstr ""
786
787 #: ../python/pakfire/cli.py:1258
788 msgid "The real name of the owner of this key."
789 msgstr ""
790
791 #: ../python/pakfire/cli.py:1260
792 msgid "The email address of the owner of this key."
793 msgstr ""
794
795 #: ../python/pakfire/cli.py:1268
796 msgid "Filename of that key to import."
797 msgstr ""
798
799 #: ../python/pakfire/cli.py:1274
800 msgid "Export a key to a file."
801 msgstr ""
802
803 #: ../python/pakfire/cli.py:1276
804 msgid "The ID of the key to export."
805 msgstr ""
806
807 #: ../python/pakfire/cli.py:1278
808 msgid "Write the key to this file."
809 msgstr ""
810
811 #: ../python/pakfire/cli.py:1284
812 msgid "Delete a key from the local keyring."
813 msgstr ""
814
815 #: ../python/pakfire/cli.py:1286
816 msgid "The ID of the key to delete."
817 msgstr ""
818
819 #: ../python/pakfire/cli.py:1292
820 msgid "List all imported keys."
821 msgstr ""
822
823 #: ../python/pakfire/cli.py:1298
824 msgid "Sign one or more packages."
825 msgstr ""
826
827 #: ../python/pakfire/cli.py:1300
828 msgid "Key that is used sign the package(s)."
829 msgstr ""
830
831 #: ../python/pakfire/cli.py:1302
832 msgid "Package(s) to sign."
833 msgstr ""
834
835 #: ../python/pakfire/cli.py:1308
836 msgid "Verify one or more packages."
837 msgstr ""
838
839 #: ../python/pakfire/cli.py:1312
840 msgid "Package(s) to verify."
841 msgstr ""
842
843 #: ../python/pakfire/cli.py:1319
844 msgid "Generating the key may take a moment..."
845 msgstr ""
846
847 #: ../python/pakfire/cli.py:1373
848 #, python-format
849 msgid "Signing %s..."
850 msgstr ""
851
852 #: ../python/pakfire/cli.py:1393
853 #, python-format
854 msgid "Verifying %s..."
855 msgstr ""
856
857 #: ../python/pakfire/cli.py:1403
858 msgid "This signature is valid."
859 msgstr ""
860
861 #: ../python/pakfire/cli.py:1406
862 msgid "Unknown key"
863 msgstr ""
864
865 #: ../python/pakfire/cli.py:1407
866 msgid "Could not check if this signature is valid."
867 msgstr ""
868
869 #: ../python/pakfire/cli.py:1410 ../python/pakfire/keyring.py:96
870 #, python-format
871 msgid "Created: %s"
872 msgstr ""
873
874 #: ../python/pakfire/cli.py:1414 ../python/pakfire/keyring.py:99
875 #, python-format
876 msgid "Expires: %s"
877 msgstr ""
878
879 #. If the keepalive message could not successfully be sent, we don't
880 #. bother, because the client will soon retry.
881 #: ../python/pakfire/client/base.py:213
882 msgid "Could not send a keepalive message to the hub."
883 msgstr ""
884
885 #. Don't give a shit either.
886 #: ../python/pakfire/client/base.py:247
887 msgid "Could not update the host information."
888 msgstr ""
889
890 #: ../python/pakfire/client/builder.py:179
891 msgid "Less than 2GB of free space. Cannot request a new job."
892 msgstr ""
893
894 #. Log all XMLRPC protocol errors.
895 #: ../python/pakfire/client/transport.py:90
896 msgid "XMLRPC protocol error:"
897 msgstr ""
898
899 #: ../python/pakfire/client/transport.py:91
900 #, python-format
901 msgid "URL: %s"
902 msgstr ""
903
904 #: ../python/pakfire/client/transport.py:92
905 msgid " HTTP headers:"
906 msgstr ""
907
908 #: ../python/pakfire/client/transport.py:95
909 #, python-format
910 msgid "Error code: %s"
911 msgstr ""
912
913 #: ../python/pakfire/client/transport.py:96
914 #, python-format
915 msgid "Error message: %s"
916 msgstr ""
917
918 #: ../python/pakfire/client/transport.py:116
919 #, python-format
920 msgid "Trying again in %(timeout)s second(s). %(tries)s tries left."
921 msgstr ""
922
923 #: ../python/pakfire/client/transport.py:121
924 msgid "Maximum number of tries was reached. Giving up."
925 msgstr ""
926
927 #: ../python/pakfire/compress.py:85 ../python/pakfire/compress.py:95
928 #, python-format
929 msgid "Given algorithm '%s' is not supported."
930 msgstr ""
931
932 #: ../python/pakfire/config.py:191
933 #, python-format
934 msgid "Unhandled configuration update: %s = %s"
935 msgstr ""
936
937 #: ../python/pakfire/config.py:205
938 msgid "Configuration:"
939 msgstr ""
940
941 #: ../python/pakfire/config.py:207
942 #, python-format
943 msgid "Section: %s"
944 msgstr ""
945
946 #: ../python/pakfire/config.py:212
947 msgid "No settings in this section."
948 msgstr ""
949
950 #: ../python/pakfire/config.py:214
951 msgid "Loaded from files:"
952 msgstr ""
953
954 #: ../python/pakfire/downloader.py:155
955 msgid "Downloading source files:"
956 msgstr ""
957
958 #: ../python/pakfire/downloader.py:158
959 msgid "Cannot download source code in offline mode."
960 msgstr ""
961
962 #: ../python/pakfire/downloader.py:181
963 #, python-format
964 msgid "Downloaded empty file: %s"
965 msgstr ""
966
967 #: ../python/pakfire/errors.py:30
968 msgid "An unhandled error occured."
969 msgstr ""
970
971 #: ../python/pakfire/errors.py:46
972 msgid "Could not compress/decompress data."
973 msgstr ""
974
975 #: ../python/pakfire/errors.py:58
976 msgid "One or more dependencies could not been resolved."
977 msgstr ""
978
979 #: ../python/pakfire/errors.py:61
980 msgid "An error occured when pakfire tried to download files."
981 msgstr ""
982
983 #: ../python/pakfire/errors.py:74
984 msgid ""
985 "The requested action cannot be done on offline mode.\n"
986 "Please connect your system to the network, remove --offline from the command line and try again."
987 msgstr ""
988
989 #: ../python/pakfire/errors.py:86
990 msgid "Running pakfire-build in a pakfire container?"
991 msgstr ""
992
993 #: ../python/pakfire/errors.py:98 ../python/pakfire/transaction.py:475
994 msgid "Transaction test was not successful"
995 msgstr ""
996
997 #: ../python/pakfire/errors.py:102
998 msgid "Generic XMLRPC error."
999 msgstr ""
1000
1001 #: ../python/pakfire/errors.py:106
1002 msgid ""
1003 "You are forbidden to perform this action. Maybe you need to check your "
1004 "credentials."
1005 msgstr ""
1006
1007 #: ../python/pakfire/errors.py:110
1008 msgid "A request could not be fulfilled by the server."
1009 msgstr ""
1010
1011 #: ../python/pakfire/errors.py:114
1012 msgid "Could not find the requested URL."
1013 msgstr ""
1014
1015 #: ../python/pakfire/errors.py:118
1016 msgid "An unforseable problem on the XML-RPC transport connection occured."
1017 msgstr ""
1018
1019 #: ../python/pakfire/i18n.py:54
1020 #, python-format
1021 msgid "%(commas)s and %(last)s"
1022 msgstr ""
1023
1024 #: ../python/pakfire/keyring.py:82
1025 #, python-format
1026 msgid "Fingerprint: %s"
1027 msgstr ""
1028
1029 #: ../python/pakfire/keyring.py:84
1030 msgid "Private key available!"
1031 msgstr ""
1032
1033 #: ../python/pakfire/keyring.py:88
1034 #, python-format
1035 msgid "Subkey: %s"
1036 msgstr ""
1037
1038 #: ../python/pakfire/keyring.py:90
1039 msgid "This key has expired!"
1040 msgstr ""
1041
1042 #: ../python/pakfire/keyring.py:93
1043 msgid "This is a secret key."
1044 msgstr ""
1045
1046 #: ../python/pakfire/keyring.py:101
1047 msgid "This key does not expire."
1048 msgstr ""
1049
1050 #: ../python/pakfire/keyring.py:149
1051 #, python-format
1052 msgid "Generating new key for %(realname)s <%(email)s>..."
1053 msgstr ""
1054
1055 #: ../python/pakfire/keyring.py:150
1056 msgid "This may take a while..."
1057 msgstr ""
1058
1059 #: ../python/pakfire/keyring.py:169
1060 #, python-format
1061 msgid "Successfully imported %s."
1062 msgstr ""
1063
1064 #: ../python/pakfire/keyring.py:189
1065 msgid "Host key:"
1066 msgstr ""
1067
1068 #: ../python/pakfire/keyring.py:196
1069 #, python-format
1070 msgid ""
1071 "WARNING! Host key with ID %s configured, but the secret key is missing!"
1072 msgstr ""
1073
1074 #: ../python/pakfire/keyring.py:199
1075 #, python-format
1076 msgid "WARNING! Host key with ID %s configured, but not found!"
1077 msgstr ""
1078
1079 #: ../python/pakfire/keyring.py:201
1080 msgid "No host key available or configured."
1081 msgstr ""
1082
1083 #: ../python/pakfire/packages/base.py:99
1084 msgid "Name"
1085 msgstr ""
1086
1087 #: ../python/pakfire/packages/base.py:110 ../python/pakfire/transaction.py:404
1088 msgid "Version"
1089 msgstr ""
1090
1091 #: ../python/pakfire/packages/base.py:111
1092 msgid "Release"
1093 msgstr ""
1094
1095 #: ../python/pakfire/packages/base.py:115 ../python/pakfire/transaction.py:405
1096 msgid "Size"
1097 msgstr ""
1098
1099 #: ../python/pakfire/packages/base.py:119
1100 msgid "Installed size"
1101 msgstr ""
1102
1103 #: ../python/pakfire/packages/base.py:125
1104 msgid "Repo"
1105 msgstr ""
1106
1107 #: ../python/pakfire/packages/base.py:128
1108 msgid "Summary"
1109 msgstr ""
1110
1111 #: ../python/pakfire/packages/base.py:129
1112 msgid "Groups"
1113 msgstr ""
1114
1115 #: ../python/pakfire/packages/base.py:130
1116 msgid "URL"
1117 msgstr ""
1118
1119 #: ../python/pakfire/packages/base.py:131
1120 msgid "License"
1121 msgstr ""
1122
1123 #: ../python/pakfire/packages/base.py:134
1124 msgid "Description"
1125 msgstr ""
1126
1127 #: ../python/pakfire/packages/base.py:141
1128 msgid "Maintainer"
1129 msgstr ""
1130
1131 #: ../python/pakfire/packages/base.py:143
1132 msgid "Vendor"
1133 msgstr ""
1134
1135 #: ../python/pakfire/packages/base.py:145
1136 msgid "UUID"
1137 msgstr ""
1138
1139 #: ../python/pakfire/packages/base.py:146
1140 msgid "Build ID"
1141 msgstr ""
1142
1143 #: ../python/pakfire/packages/base.py:147
1144 msgid "Build date"
1145 msgstr ""
1146
1147 #: ../python/pakfire/packages/base.py:150
1148 msgid "Signatures"
1149 msgstr ""
1150
1151 #: ../python/pakfire/packages/base.py:155
1152 msgid "Provides"
1153 msgstr ""
1154
1155 #: ../python/pakfire/packages/base.py:160
1156 msgid "Pre-requires"
1157 msgstr ""
1158
1159 #: ../python/pakfire/packages/base.py:165
1160 msgid "Requires"
1161 msgstr ""
1162
1163 #: ../python/pakfire/packages/base.py:170
1164 msgid "Conflicts"
1165 msgstr ""
1166
1167 #: ../python/pakfire/packages/base.py:175
1168 msgid "Obsoletes"
1169 msgstr ""
1170
1171 #: ../python/pakfire/packages/base.py:180
1172 msgid "Recommends"
1173 msgstr ""
1174
1175 #: ../python/pakfire/packages/base.py:185
1176 msgid "Suggests"
1177 msgstr ""
1178
1179 #: ../python/pakfire/packages/base.py:193
1180 msgid "File"
1181 msgstr ""
1182
1183 #: ../python/pakfire/packages/base.py:383
1184 msgid "Not set"
1185 msgstr ""
1186
1187 #: ../python/pakfire/packages/base.py:570
1188 #, python-format
1189 msgid "Config file saved as %s."
1190 msgstr ""
1191
1192 #: ../python/pakfire/packages/base.py:575
1193 #, python-format
1194 msgid "Preserving datafile '/%s'"
1195 msgstr ""
1196
1197 #: ../python/pakfire/packages/file.py:80
1198 #, python-format
1199 msgid "Filename: %s"
1200 msgstr ""
1201
1202 #: ../python/pakfire/packages/file.py:181
1203 #, python-format
1204 msgid "File in archive is missing in file metadata: %s. Skipping."
1205 msgstr ""
1206
1207 #: ../python/pakfire/packages/file.py:237
1208 #, python-format
1209 msgid "Config file created as %s"
1210 msgstr ""
1211
1212 #: ../python/pakfire/packages/file.py:242
1213 #, python-format
1214 msgid "Don't overwrite already existing datafile '/%s'"
1215 msgstr ""
1216
1217 #: ../python/pakfire/packages/file.py:256
1218 #, python-format
1219 msgid "Could not remove file: /%s"
1220 msgstr ""
1221
1222 #: ../python/pakfire/packages/lexer.py:756
1223 #, python-format
1224 msgid "Template does not exist: %s"
1225 msgstr ""
1226
1227 #: ../python/pakfire/packages/make.py:83
1228 msgid "Package name is undefined."
1229 msgstr ""
1230
1231 #: ../python/pakfire/packages/make.py:86
1232 msgid "Package version is undefined."
1233 msgstr ""
1234
1235 #: ../python/pakfire/packages/make.py:443
1236 #, python-format
1237 msgid "Searching for automatic dependencies for %s..."
1238 msgstr ""
1239
1240 #: ../python/pakfire/packages/make.py:497
1241 #, python-format
1242 msgid "Regular experession is invalid and has been skipped: %s"
1243 msgstr ""
1244
1245 #. Let the user know what has been done.
1246 #: ../python/pakfire/packages/make.py:513
1247 #, python-format
1248 msgid "Filter '%(pattern)s' filtered %(dep)s."
1249 msgstr ""
1250
1251 #. Load progressbar.
1252 #: ../python/pakfire/packages/packager.py:400
1253 #: ../python/pakfire/packages/packager.py:714
1254 msgid "Packaging"
1255 msgstr ""
1256
1257 #: ../python/pakfire/packages/packager.py:742
1258 #, python-format
1259 msgid "Building source package %s:"
1260 msgstr ""
1261
1262 #: ../python/pakfire/packages/tar.py:87
1263 #, python-format
1264 msgid "Could not extract file: /%(src)s - %(dst)s"
1265 msgstr ""
1266
1267 #: ../python/pakfire/repository/__init__.py:93
1268 msgid "Initializing repositories..."
1269 msgstr ""
1270
1271 #: ../python/pakfire/repository/database.py:127
1272 msgid ""
1273 "The format of the database is not supported by this version of pakfire."
1274 msgstr ""
1275
1276 #: ../python/pakfire/repository/database.py:238
1277 #, python-format
1278 msgid "Cannot use database with version greater than %s."
1279 msgstr ""
1280
1281 #: ../python/pakfire/repository/database.py:240
1282 #, python-format
1283 msgid "Migrating database from format %(old)s to %(new)s."
1284 msgstr ""
1285
1286 #. Create progress bar.
1287 #: ../python/pakfire/repository/local.py:123
1288 #, python-format
1289 msgid "%s: Adding packages..."
1290 msgstr ""
1291
1292 #. Make a nice progress bar.
1293 #: ../python/pakfire/repository/local.py:229
1294 msgid "Compressing database..."
1295 msgstr ""
1296
1297 #. Create progress bar.
1298 #: ../python/pakfire/repository/local.py:287
1299 #, python-format
1300 msgid "%s: Reading packages..."
1301 msgstr ""
1302
1303 #: ../python/pakfire/repository/remote.py:151
1304 #, python-format
1305 msgid "No metadata available for repository %s. Cannot download any."
1306 msgstr ""
1307
1308 #: ../python/pakfire/repository/remote.py:176
1309 #, python-format
1310 msgid "Could not update metadata for %s from any mirror server"
1311 msgstr ""
1312
1313 #: ../python/pakfire/repository/remote.py:185
1314 msgid "The downloaded metadata was less recent than the current one."
1315 msgstr ""
1316
1317 #: ../python/pakfire/repository/remote.py:224
1318 #, python-format
1319 msgid "Cannot download package database for %s in offline mode."
1320 msgstr ""
1321
1322 #: ../python/pakfire/repository/remote.py:235
1323 #, python-format
1324 msgid "%s: package database"
1325 msgstr ""
1326
1327 #: ../python/pakfire/repository/remote.py:309
1328 #, python-format
1329 msgid "Cannot download this file in offline mode: %s"
1330 msgstr ""
1331
1332 #: ../python/pakfire/repository/remote.py:315
1333 #, python-format
1334 msgid "Could not download %s: %s"
1335 msgstr ""
1336
1337 #: ../python/pakfire/repository/remote.py:340
1338 msgid "The checksum of the downloaded file did not match."
1339 msgstr ""
1340
1341 #: ../python/pakfire/repository/remote.py:341
1342 #, python-format
1343 msgid "Expected %(good)s but got %(bad)s."
1344 msgstr ""
1345
1346 #: ../python/pakfire/repository/remote.py:342
1347 msgid "Trying an other mirror."
1348 msgstr ""
1349
1350 #. Create a progressbar.
1351 #: ../python/pakfire/repository/system.py:59
1352 msgid "Loading installed packages"
1353 msgstr ""
1354
1355 #: ../python/pakfire/satsolver.py:329
1356 #, python-format
1357 msgid "Dependency solving finished in %.2f ms"
1358 msgstr ""
1359
1360 #: ../python/pakfire/satsolver.py:344 ../python/pakfire/satsolver.py:370
1361 msgid "The solver returned one problem:"
1362 msgstr ""
1363
1364 #. Ask the user if he or she want to modify the request. If not, just exit.
1365 #: ../python/pakfire/satsolver.py:386
1366 msgid "Do you want to manually alter the request?"
1367 msgstr ""
1368
1369 #: ../python/pakfire/satsolver.py:389
1370 msgid "You can now try to satisfy the solver by modifying your request."
1371 msgstr ""
1372
1373 #: ../python/pakfire/satsolver.py:394
1374 msgid "Which problem to you want to resolve?"
1375 msgstr ""
1376
1377 #: ../python/pakfire/satsolver.py:396
1378 msgid "Press enter to try to re-solve the request."
1379 msgstr ""
1380
1381 #: ../python/pakfire/satsolver.py:427
1382 #, python-format
1383 msgid " Solution: %s"
1384 msgstr ""
1385
1386 #: ../python/pakfire/satsolver.py:436
1387 msgid " Solutions:"
1388 msgstr ""
1389
1390 #: ../python/pakfire/server.py:278 ../python/pakfire/system.py:132
1391 msgid "Could not be determined"
1392 msgstr ""
1393
1394 #: ../python/pakfire/shell.py:84
1395 #, python-format
1396 msgid "Executing command: %s in %s"
1397 msgstr ""
1398
1399 #: ../python/pakfire/shell.py:123
1400 #, python-format
1401 msgid "Command exceeded timeout (%(timeout)d): %(command)s"
1402 msgstr ""
1403
1404 #: ../python/pakfire/shell.py:129
1405 #, python-format
1406 msgid "Child returncode was: %s"
1407 msgstr ""
1408
1409 #: ../python/pakfire/shell.py:132
1410 #, python-format
1411 msgid "Command failed: %s"
1412 msgstr ""
1413
1414 #: ../python/pakfire/transaction.py:94
1415 #, python-format
1416 msgid "file %(name)s from %(pkg1)s conflicts with file from package %(pkg2)s"
1417 msgstr ""
1418
1419 #: ../python/pakfire/transaction.py:100
1420 #, python-format
1421 msgid "file %(name)s from %(pkg)s conflicts with files from %(pkgs)s"
1422 msgstr ""
1423
1424 #: ../python/pakfire/transaction.py:106
1425 #, python-format
1426 msgid ""
1427 "file %(name)s causes the transaction test to fail for an unknown reason"
1428 msgstr ""
1429
1430 #: ../python/pakfire/transaction.py:114
1431 #, python-format
1432 msgid ""
1433 "There is not enough space left on %(name)s. Need at least %(size)s to "
1434 "perform transaction."
1435 msgstr ""
1436
1437 #: ../python/pakfire/transaction.py:327
1438 #, python-format
1439 msgid "Not enough space to download %s of packages."
1440 msgstr ""
1441
1442 #: ../python/pakfire/transaction.py:330
1443 msgid "Downloading packages:"
1444 msgstr ""
1445
1446 #: ../python/pakfire/transaction.py:404
1447 msgid "Package"
1448 msgstr ""
1449
1450 #: ../python/pakfire/transaction.py:409
1451 msgid "Installing:"
1452 msgstr ""
1453
1454 #: ../python/pakfire/transaction.py:410
1455 msgid "Reinstalling:"
1456 msgstr ""
1457
1458 #: ../python/pakfire/transaction.py:411
1459 msgid "Updating:"
1460 msgstr ""
1461
1462 #: ../python/pakfire/transaction.py:412
1463 msgid "Downgrading:"
1464 msgstr ""
1465
1466 #: ../python/pakfire/transaction.py:413
1467 msgid "Removing:"
1468 msgstr ""
1469
1470 #: ../python/pakfire/transaction.py:419
1471 msgid "Transaction Summary"
1472 msgstr ""
1473
1474 #: ../python/pakfire/transaction.py:426
1475 msgid "package"
1476 msgstr ""
1477
1478 #: ../python/pakfire/transaction.py:432
1479 #, python-format
1480 msgid "Total download size: %s"
1481 msgstr ""
1482
1483 #: ../python/pakfire/transaction.py:436
1484 #, python-format
1485 msgid "Installed size: %s"
1486 msgstr ""
1487
1488 #: ../python/pakfire/transaction.py:439
1489 #, python-format
1490 msgid "Freed size: %s"
1491 msgstr ""
1492
1493 #: ../python/pakfire/transaction.py:450
1494 msgid "Is this okay?"
1495 msgstr ""
1496
1497 #: ../python/pakfire/transaction.py:456
1498 msgid "Running Transaction Test"
1499 msgstr ""
1500
1501 #: ../python/pakfire/transaction.py:468
1502 msgid "Transaction Test Succeeded"
1503 msgstr ""
1504
1505 #. Make a nice progressbar.
1506 #: ../python/pakfire/transaction.py:501
1507 msgid "Verifying signatures..."
1508 msgstr ""
1509
1510 #: ../python/pakfire/transaction.py:533
1511 #, python-format
1512 msgid "Found %s signature error(s)!"
1513 msgstr ""
1514
1515 #: ../python/pakfire/transaction.py:538
1516 msgid "Going on because we are running in permissive mode."
1517 msgstr ""
1518
1519 #: ../python/pakfire/transaction.py:539
1520 msgid "This is dangerous!"
1521 msgstr ""
1522
1523 #: ../python/pakfire/transaction.py:560
1524 msgid "Running transaction"
1525 msgstr ""
1526
1527 #: ../python/pakfire/util.py:68
1528 #, python-format
1529 msgid "%s [y/N]"
1530 msgstr ""
1531
1532 #: ../python/pakfire/util.py:260
1533 msgid "Killing orphans..."
1534 msgstr ""
1535
1536 #: ../python/pakfire/util.py:267
1537 #, python-format
1538 msgid "Process ID %s is still running in chroot. Killing..."
1539 msgstr ""
1540
1541 #: ../python/pakfire/util.py:279
1542 msgid "Waiting for processes to terminate..."
1543 msgstr ""
1544
1545 #: ../python/src/problem.c:159
1546 #, c-format
1547 msgid "%s does not belong to a distupgrade repository"
1548 msgstr ""
1549
1550 #: ../python/src/problem.c:166
1551 #, c-format
1552 msgid "%s has inferior architecture"
1553 msgstr ""
1554
1555 #: ../python/src/problem.c:173
1556 #, c-format
1557 msgid "problem with installed package %s"
1558 msgstr ""
1559
1560 #: ../python/src/problem.c:179
1561 #, c-format
1562 msgid "conflicting requests"
1563 msgstr ""
1564
1565 #: ../python/src/problem.c:184
1566 #, c-format
1567 msgid "nothing provides requested %s"
1568 msgstr ""
1569
1570 #: ../python/src/problem.c:190
1571 #, c-format
1572 msgid "some dependency problem"
1573 msgstr ""
1574
1575 #: ../python/src/problem.c:195
1576 #, c-format
1577 msgid "package %s is not installable"
1578 msgstr ""
1579
1580 #: ../python/src/problem.c:202
1581 #, c-format
1582 msgid "nothing provides %s needed by %s"
1583 msgstr ""
1584
1585 #: ../python/src/problem.c:209
1586 #, c-format
1587 msgid "cannot install both %s and %s"
1588 msgstr ""
1589
1590 #: ../python/src/problem.c:216
1591 #, c-format
1592 msgid "package %s conflicts with %s provided by %s"
1593 msgstr ""
1594
1595 #: ../python/src/problem.c:224
1596 #, c-format
1597 msgid "package %s obsoletes %s provided by %s"
1598 msgstr ""
1599
1600 #: ../python/src/problem.c:232
1601 #, c-format
1602 msgid "installed package %s obsoletes %s provided by %s"
1603 msgstr ""
1604
1605 #: ../python/src/problem.c:240
1606 #, c-format
1607 msgid "package %s implicitely obsoletes %s provided by %s"
1608 msgstr ""
1609
1610 #: ../python/src/problem.c:248
1611 #, c-format
1612 msgid "package %s requires %s, but none of the providers can be installed"
1613 msgstr ""
1614
1615 #: ../python/src/problem.c:255
1616 #, c-format
1617 msgid "package %s conflicts with %s provided by itself"
1618 msgstr ""
1619
1620 #: ../python/src/problem.c:264
1621 #, c-format
1622 msgid "bad rule type"
1623 msgstr ""
1624
1625 #: ../python/src/solution.c:86
1626 #, c-format
1627 msgid "do not keep %s installed"
1628 msgstr ""
1629
1630 #: ../python/src/solution.c:89
1631 #, c-format
1632 msgid "do not install a solvable %s"
1633 msgstr ""
1634
1635 #: ../python/src/solution.c:92
1636 #, c-format
1637 msgid "do not install %s"
1638 msgstr ""
1639
1640 #: ../python/src/solution.c:98
1641 #, c-format
1642 msgid "do not forbid installation of %s"
1643 msgstr ""
1644
1645 #: ../python/src/solution.c:101
1646 #, c-format
1647 msgid "do not deinstall all solvables %s"
1648 msgstr ""
1649
1650 #: ../python/src/solution.c:104
1651 #, c-format
1652 msgid "do not deinstall %s"
1653 msgstr ""
1654
1655 #: ../python/src/solution.c:109
1656 #, c-format
1657 msgid "do not install most recent version of %s"
1658 msgstr ""
1659
1660 #: ../python/src/solution.c:114
1661 #, c-format
1662 msgid "do not lock %s"
1663 msgstr ""
1664
1665 #: ../python/src/solution.c:119
1666 #, c-format
1667 msgid "do something different"
1668 msgstr ""
1669
1670 #: ../python/src/solution.c:126
1671 #, c-format
1672 msgid "keep %s despite the inferior architecture"
1673 msgstr ""
1674
1675 #: ../python/src/solution.c:129
1676 #, c-format
1677 msgid "install %s despite the inferior architecture"
1678 msgstr ""
1679
1680 #: ../python/src/solution.c:135
1681 #, c-format
1682 msgid "keep obsolete %s"
1683 msgstr ""
1684
1685 #: ../python/src/solution.c:138
1686 #, c-format
1687 msgid "install %s from excluded repository"
1688 msgstr ""
1689
1690 #: ../python/src/solution.c:150
1691 #, c-format
1692 msgid "allow downgrade of %s to %s"
1693 msgstr ""
1694
1695 #: ../python/src/solution.c:154
1696 #, c-format
1697 msgid "allow architecture change of %s to %s"
1698 msgstr ""
1699
1700 #: ../python/src/solution.c:159
1701 #, c-format
1702 msgid "allow vendor change from '%s' (%s) to '%s' (%s)"
1703 msgstr ""
1704
1705 #: ../python/src/solution.c:163
1706 #, c-format
1707 msgid "allow vendor change from '%s' (%s) to no vendor (%s)"
1708 msgstr ""
1709
1710 #: ../python/src/solution.c:169
1711 #, c-format
1712 msgid "allow replacement of %s with %s"
1713 msgstr ""
1714
1715 #. XXX Maybe we can make a more beautiful message here?!
1716 #: ../tools/pakfire-multicall.py:25
1717 msgid ""
1718 "There has been an error when trying to import one or more of the modules, "
1719 "that are required to run Pakfire."
1720 msgstr ""
1721
1722 #: ../tools/pakfire-multicall.py:27
1723 msgid "Please check your installation of Pakfire."
1724 msgstr ""
1725
1726 #: ../tools/pakfire-multicall.py:29
1727 msgid "The error that lead to this:"
1728 msgstr ""
1729
1730 #: ../tools/pakfire-multicall.py:70
1731 msgid "An error has occured when running Pakfire."
1732 msgstr ""
1733
1734 #: ../tools/pakfire-multicall.py:73
1735 msgid "Error message:"
1736 msgstr ""
1737
1738 #: ../tools/pakfire-multicall.py:80
1739 msgid "Further description:"
1740 msgstr ""