]> git.ipfire.org Git - people/stevee/pakfire.git/blob - po/pakfire.pot
Move removing static libs from QA to pakfire.
[people/stevee/pakfire.git] / po / pakfire.pot
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 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5 #
6 #, fuzzy
7 msgid ""
8 msgstr ""
9 "Project-Id-Version: PACKAGE VERSION\n"
10 "Report-Msgid-Bugs-To: \n"
11 "POT-Creation-Date: 2011-11-02 11:14+0100\n"
12 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14 "Language-Team: LANGUAGE <LL@li.org>\n"
15 "Language: \n"
16 "MIME-Version: 1.0\n"
17 "Content-Type: text/plain; charset=CHARSET\n"
18 "Content-Transfer-Encoding: 8bit\n"
19
20 #: ../python/pakfire/actions.py:148
21 #, python-format
22 msgid "Cannot run scriptlet because no interpreter is available: %s"
23 msgstr ""
24
25 #: ../python/pakfire/actions.py:152
26 #, python-format
27 msgid "Cannot run scriptlet because the interpreter is not executable: %s"
28 msgstr ""
29
30 #: ../python/pakfire/actions.py:191
31 #, python-format
32 msgid ""
33 "The scriptlet returned an error:\n"
34 "%s"
35 msgstr ""
36
37 #: ../python/pakfire/actions.py:194
38 #, python-format
39 msgid "The scriptlet ran more than %s seconds and was killed."
40 msgstr ""
41
42 #: ../python/pakfire/actions.py:249 ../python/pakfire/actions.py:287
43 #: ../python/pakfire/actions.py:310 ../python/pakfire/actions.py:333
44 #: ../python/pakfire/actions.py:350 ../python/pakfire/actions.py:369
45 #, python-format
46 msgid "Running transaction test for %s"
47 msgstr ""
48
49 #: ../python/pakfire/actions.py:258 ../python/pakfire/actions.py:362
50 msgid "Installing"
51 msgstr ""
52
53 #: ../python/pakfire/actions.py:296
54 msgid "Updating"
55 msgstr ""
56
57 #: ../python/pakfire/actions.py:316
58 msgid "Removing"
59 msgstr ""
60
61 #. Cleaning up leftover files and stuff.
62 #: ../python/pakfire/actions.py:340
63 msgid "Cleanup"
64 msgstr ""
65
66 #: ../python/pakfire/actions.py:378
67 msgid "Downgrading"
68 msgstr ""
69
70 #: ../python/pakfire/base.py:205 ../python/pakfire/base.py:235
71 #: ../python/pakfire/base.py:281 ../python/pakfire/base.py:332
72 #: ../python/pakfire/base.py:398 ../python/pakfire/base.py:437
73 #: ../python/pakfire/base.py:490 ../python/pakfire/base.py:510
74 msgid "Nothing to do"
75 msgstr ""
76
77 #: ../python/pakfire/base.py:267
78 msgid "There are no packages to install."
79 msgstr ""
80
81 #: ../python/pakfire/base.py:322
82 #, python-format
83 msgid "Could not find any installed package providing \"%s\"."
84 msgstr ""
85
86 #: ../python/pakfire/base.py:328
87 #, python-format
88 msgid "Multiple reinstall candidates for \"%s\": %s"
89 msgstr ""
90
91 #: ../python/pakfire/base.py:357
92 #, python-format
93 msgid "Could not find package %s in a remote repository."
94 msgstr ""
95
96 #: ../python/pakfire/base.py:426
97 #, python-format
98 msgid "Excluding %s."
99 msgstr ""
100
101 #: ../python/pakfire/base.py:478
102 #, python-format
103 msgid "\"%s\" package does not seem to be installed."
104 msgstr ""
105
106 #: ../python/pakfire/base.py:622
107 msgid "Build command has failed."
108 msgstr ""
109
110 #: ../python/pakfire/base.py:702
111 msgid "Everything is fine."
112 msgstr ""
113
114 #: ../python/pakfire/builder.py:122
115 msgid "Package information:"
116 msgstr ""
117
118 #. Copy the makefile and load source tarballs.
119 #: ../python/pakfire/builder.py:287
120 msgid "Extracting"
121 msgstr ""
122
123 #: ../python/pakfire/builder.py:547
124 msgid "The build command failed. See logfile for details."
125 msgstr ""
126
127 #. Package the result.
128 #. Make all these little package from the build environment.
129 #: ../python/pakfire/builder.py:690
130 msgid "Creating packages:"
131 msgstr ""
132
133 #. Execute the buildscript of this stage.
134 #: ../python/pakfire/builder.py:710
135 #, python-format
136 msgid "Running stage %s:"
137 msgstr ""
138
139 #: ../python/pakfire/cli.py:43
140 msgid "Pakfire command line interface."
141 msgstr ""
142
143 #: ../python/pakfire/cli.py:50
144 msgid "The path where pakfire should operate in."
145 msgstr ""
146
147 #: ../python/pakfire/cli.py:117
148 msgid "Enable verbose output."
149 msgstr ""
150
151 #: ../python/pakfire/cli.py:120
152 msgid "Path to a configuration file to load."
153 msgstr ""
154
155 #: ../python/pakfire/cli.py:123
156 msgid "Disable a repository temporarily."
157 msgstr ""
158
159 #: ../python/pakfire/cli.py:126
160 msgid "Enable a repository temporarily."
161 msgstr ""
162
163 #: ../python/pakfire/cli.py:129
164 msgid "Run pakfire in offline mode."
165 msgstr ""
166
167 #: ../python/pakfire/cli.py:134
168 msgid "Install one or more packages to the system."
169 msgstr ""
170
171 #: ../python/pakfire/cli.py:136
172 msgid "Give name of at least one package to install."
173 msgstr ""
174
175 #: ../python/pakfire/cli.py:142
176 msgid "Install one or more packages from the filesystem."
177 msgstr ""
178
179 #: ../python/pakfire/cli.py:144
180 msgid "Give filename of at least one package."
181 msgstr ""
182
183 #: ../python/pakfire/cli.py:150
184 msgid "Reinstall one or more packages."
185 msgstr ""
186
187 #: ../python/pakfire/cli.py:152
188 msgid "Give name of at least one package to reinstall."
189 msgstr ""
190
191 #: ../python/pakfire/cli.py:158
192 msgid "Remove one or more packages from the system."
193 msgstr ""
194
195 #: ../python/pakfire/cli.py:160
196 msgid "Give name of at least one package to remove."
197 msgstr ""
198
199 #: ../python/pakfire/cli.py:166
200 msgid "Give a name of a package to update or leave emtpy for all."
201 msgstr ""
202
203 #: ../python/pakfire/cli.py:168
204 msgid "Exclude package from update."
205 msgstr ""
206
207 #: ../python/pakfire/cli.py:170 ../python/pakfire/cli.py:195
208 msgid "Allow changing the vendor of packages."
209 msgstr ""
210
211 #: ../python/pakfire/cli.py:172 ../python/pakfire/cli.py:197
212 msgid "Allow changing the architecture of packages."
213 msgstr ""
214
215 #: ../python/pakfire/cli.py:177
216 msgid "Update the whole system or one specific package."
217 msgstr ""
218
219 #: ../python/pakfire/cli.py:184
220 msgid "Check, if there are any updates available."
221 msgstr ""
222
223 #: ../python/pakfire/cli.py:191
224 msgid "Downgrade one or more packages."
225 msgstr ""
226
227 #: ../python/pakfire/cli.py:193
228 msgid "Give a name of a package to downgrade."
229 msgstr ""
230
231 #: ../python/pakfire/cli.py:203
232 msgid "Print some information about the given package(s)."
233 msgstr ""
234
235 #: ../python/pakfire/cli.py:205
236 msgid "Give at least the name of one package."
237 msgstr ""
238
239 #: ../python/pakfire/cli.py:211
240 msgid "Search for a given pattern."
241 msgstr ""
242
243 #: ../python/pakfire/cli.py:213
244 msgid "A pattern to search for."
245 msgstr ""
246
247 #: ../python/pakfire/cli.py:219
248 msgid "Get a list of packages that provide a given file or feature."
249 msgstr ""
250
251 #: ../python/pakfire/cli.py:221
252 msgid "File or feature to search for."
253 msgstr ""
254
255 #: ../python/pakfire/cli.py:227
256 msgid "Get list of packages that belong to the given group."
257 msgstr ""
258
259 #: ../python/pakfire/cli.py:229
260 msgid "Group name to search for."
261 msgstr ""
262
263 #: ../python/pakfire/cli.py:235
264 msgid "Install all packages that belong to the given group."
265 msgstr ""
266
267 #: ../python/pakfire/cli.py:237
268 msgid "Group name."
269 msgstr ""
270
271 #: ../python/pakfire/cli.py:243
272 msgid "List all currently enabled repositories."
273 msgstr ""
274
275 #: ../python/pakfire/cli.py:247
276 msgid "Cleanup commands."
277 msgstr ""
278
279 #: ../python/pakfire/cli.py:255
280 msgid "Cleanup all temporary files."
281 msgstr ""
282
283 #: ../python/pakfire/cli.py:261
284 msgid "Check the system for any errors."
285 msgstr ""
286
287 #: ../python/pakfire/cli.py:267
288 msgid "Check the dependencies for a particular package."
289 msgstr ""
290
291 #: ../python/pakfire/cli.py:269
292 msgid "Give name of at least one package to check."
293 msgstr ""
294
295 #: ../python/pakfire/cli.py:348 ../python/pakfire/transaction.py:344
296 msgid "Repository"
297 msgstr ""
298
299 #: ../python/pakfire/cli.py:348
300 msgid "Enabled"
301 msgstr ""
302
303 #: ../python/pakfire/cli.py:348
304 msgid "Priority"
305 msgstr ""
306
307 #: ../python/pakfire/cli.py:348
308 msgid "Packages"
309 msgstr ""
310
311 #: ../python/pakfire/cli.py:360
312 msgid "Cleaning up everything..."
313 msgstr ""
314
315 #: ../python/pakfire/cli.py:376
316 msgid "You cannot run pakfire-builder in a pakfire chroot."
317 msgstr ""
318
319 #: ../python/pakfire/cli.py:379 ../python/pakfire/cli.py:636
320 msgid "Pakfire builder command line interface."
321 msgstr ""
322
323 #: ../python/pakfire/cli.py:434
324 msgid "Update the package indexes."
325 msgstr ""
326
327 #: ../python/pakfire/cli.py:440 ../python/pakfire/cli.py:656
328 msgid "Build one or more packages."
329 msgstr ""
330
331 #: ../python/pakfire/cli.py:442 ../python/pakfire/cli.py:658
332 msgid "Give name of at least one package to build."
333 msgstr ""
334
335 #: ../python/pakfire/cli.py:446 ../python/pakfire/cli.py:662
336 msgid "Build the package for the given architecture."
337 msgstr ""
338
339 #: ../python/pakfire/cli.py:448 ../python/pakfire/cli.py:476
340 #: ../python/pakfire/cli.py:664
341 msgid "Path were the output files should be copied to."
342 msgstr ""
343
344 #: ../python/pakfire/cli.py:450 ../python/pakfire/cli.py:465
345 #: ../python/pakfire/cli.py:666
346 msgid "Mode to run in. Is either 'release' or 'development' (default)."
347 msgstr ""
348
349 #: ../python/pakfire/cli.py:452
350 msgid "Run a shell after a successful build."
351 msgstr ""
352
353 #: ../python/pakfire/cli.py:457
354 msgid "Go into a shell."
355 msgstr ""
356
357 #: ../python/pakfire/cli.py:459
358 msgid "Give name of a package."
359 msgstr ""
360
361 #: ../python/pakfire/cli.py:463
362 msgid "Emulated architecture in the shell."
363 msgstr ""
364
365 #: ../python/pakfire/cli.py:470
366 msgid "Generate a source package."
367 msgstr ""
368
369 #: ../python/pakfire/cli.py:472
370 msgid "Give name(s) of a package(s)."
371 msgstr ""
372
373 #: ../python/pakfire/cli.py:549
374 msgid "Pakfire server command line interface."
375 msgstr ""
376
377 #: ../python/pakfire/cli.py:586
378 msgid "Request a build job from the server."
379 msgstr ""
380
381 #: ../python/pakfire/cli.py:592
382 msgid "Send a keepalive to the server."
383 msgstr ""
384
385 #: ../python/pakfire/cli.py:599
386 msgid "Update all repositories."
387 msgstr ""
388
389 #: ../python/pakfire/cli.py:605
390 msgid "Repository management commands."
391 msgstr ""
392
393 #: ../python/pakfire/cli.py:613
394 msgid "Create a new repository index."
395 msgstr ""
396
397 #: ../python/pakfire/cli.py:614
398 msgid "Path to the packages."
399 msgstr ""
400
401 #: ../python/pakfire/cli.py:615
402 msgid "Path to input packages."
403 msgstr ""
404
405 #: ../python/pakfire/cli.py:668
406 msgid "Do not verify build dependencies."
407 msgstr ""
408
409 #: ../python/pakfire/compress.py:133
410 #: ../python/pakfire/packages/packager.py:502
411 #, python-format
412 msgid "Compressing %s"
413 msgstr ""
414
415 #: ../python/pakfire/downloader.py:132
416 msgid "Downloading source files:"
417 msgstr ""
418
419 #: ../python/pakfire/errors.py:30
420 msgid "An unhandled error occured."
421 msgstr ""
422
423 #: ../python/pakfire/errors.py:54
424 msgid "One or more dependencies could not been resolved."
425 msgstr ""
426
427 #: ../python/pakfire/errors.py:69
428 msgid ""
429 "The requested action cannot be done on offline mode.\n"
430 "Please connect your system to the network, remove --offline from the command "
431 "line and try again."
432 msgstr ""
433
434 #: ../python/pakfire/errors.py:81
435 msgid "Running pakfire-build in a pakfire container?"
436 msgstr ""
437
438 #: ../python/pakfire/errors.py:85 ../python/pakfire/transaction.py:409
439 msgid "Transaction test was not successful"
440 msgstr ""
441
442 #: ../python/pakfire/i18n.py:54
443 #, python-format
444 msgid "%(commas)s and %(last)s"
445 msgstr ""
446
447 #: ../python/pakfire/packages/base.py:97
448 msgid "Name"
449 msgstr ""
450
451 #: ../python/pakfire/packages/base.py:105 ../python/pakfire/transaction.py:343
452 msgid "Arch"
453 msgstr ""
454
455 #: ../python/pakfire/packages/base.py:108 ../python/pakfire/transaction.py:343
456 msgid "Version"
457 msgstr ""
458
459 #: ../python/pakfire/packages/base.py:109
460 msgid "Release"
461 msgstr ""
462
463 #: ../python/pakfire/packages/base.py:113 ../python/pakfire/transaction.py:344
464 msgid "Size"
465 msgstr ""
466
467 #: ../python/pakfire/packages/base.py:117
468 msgid "Repo"
469 msgstr ""
470
471 #: ../python/pakfire/packages/base.py:120
472 msgid "Summary"
473 msgstr ""
474
475 #: ../python/pakfire/packages/base.py:121
476 msgid "Groups"
477 msgstr ""
478
479 #: ../python/pakfire/packages/base.py:122
480 msgid "URL"
481 msgstr ""
482
483 #: ../python/pakfire/packages/base.py:123
484 msgid "License"
485 msgstr ""
486
487 #: ../python/pakfire/packages/base.py:126
488 msgid "Description"
489 msgstr ""
490
491 #: ../python/pakfire/packages/base.py:133
492 msgid "Maintainer"
493 msgstr ""
494
495 #: ../python/pakfire/packages/base.py:135
496 msgid "Vendor"
497 msgstr ""
498
499 #: ../python/pakfire/packages/base.py:137
500 msgid "UUID"
501 msgstr ""
502
503 #: ../python/pakfire/packages/base.py:138
504 msgid "Build ID"
505 msgstr ""
506
507 #: ../python/pakfire/packages/base.py:139
508 msgid "Build date"
509 msgstr ""
510
511 #: ../python/pakfire/packages/base.py:140
512 msgid "Build host"
513 msgstr ""
514
515 #: ../python/pakfire/packages/base.py:142
516 msgid "Provides"
517 msgstr ""
518
519 #: ../python/pakfire/packages/base.py:147
520 msgid "Pre-requires"
521 msgstr ""
522
523 #: ../python/pakfire/packages/base.py:152
524 msgid "Requires"
525 msgstr ""
526
527 #: ../python/pakfire/packages/base.py:157
528 msgid "Conflicts"
529 msgstr ""
530
531 #: ../python/pakfire/packages/base.py:162
532 msgid "Obsoletes"
533 msgstr ""
534
535 #: ../python/pakfire/packages/base.py:170
536 msgid "File"
537 msgstr ""
538
539 #: ../python/pakfire/packages/base.py:359
540 msgid "Not set"
541 msgstr ""
542
543 #: ../python/pakfire/packages/base.py:498
544 #, python-format
545 msgid "Config file saved as %s."
546 msgstr ""
547
548 #: ../python/pakfire/packages/file.py:95
549 #, python-format
550 msgid "Could not extract file: /%(src)s - %(dst)s"
551 msgstr ""
552
553 #: ../python/pakfire/packages/file.py:145
554 #, python-format
555 msgid "Filename: %s"
556 msgstr ""
557
558 #: ../python/pakfire/packages/file.py:254
559 #, python-format
560 msgid "File in archive is missing in file metadata: /%s. Skipping."
561 msgstr ""
562
563 #: ../python/pakfire/packages/file.py:310
564 #, python-format
565 msgid "Config file created as %s"
566 msgstr ""
567
568 #: ../python/pakfire/packages/file.py:324
569 #, python-format
570 msgid "Could not remove file: /%s"
571 msgstr ""
572
573 #: ../python/pakfire/packages/make.py:75
574 msgid "Package name is undefined."
575 msgstr ""
576
577 #: ../python/pakfire/packages/make.py:78
578 msgid "Package version is undefined."
579 msgstr ""
580
581 #. Load progressbar.
582 #: ../python/pakfire/packages/packager.py:340
583 msgid "Packaging"
584 msgstr ""
585
586 #: ../python/pakfire/packages/packager.py:628
587 #, python-format
588 msgid "Building source package %s:"
589 msgstr ""
590
591 #: ../python/pakfire/repository/database.py:112
592 msgid "The format of the database is not supported by this version of pakfire."
593 msgstr ""
594
595 #: ../python/pakfire/repository/database.py:220
596 #, python-format
597 msgid "Cannot use database with version greater than %s."
598 msgstr ""
599
600 #: ../python/pakfire/repository/database.py:222
601 #, python-format
602 msgid "Migrating database from format %s to %s."
603 msgstr ""
604
605 #: ../python/pakfire/repository/index.py:229
606 #, python-format
607 msgid ""
608 "I cannot be forced to re-download the metadata for the repository '%s' when "
609 "running in offline mode."
610 msgstr ""
611
612 #: ../python/pakfire/repository/index.py:279
613 #, python-format
614 msgid "%s: package database"
615 msgstr ""
616
617 #. Create progress bar.
618 #: ../python/pakfire/repository/index.py:367
619 #, python-format
620 msgid "Loading from %s"
621 msgstr ""
622
623 #. Add all packages from the database to the index.
624 #: ../python/pakfire/repository/index.py:424
625 msgid "Loading installed packages"
626 msgstr ""
627
628 #: ../python/pakfire/repository/remote.py:106
629 #, python-format
630 msgid "Cannot download this file in offline mode: %s"
631 msgstr ""
632
633 #: ../python/pakfire/satsolver.py:157
634 msgid "The solver returned one problem:"
635 msgstr ""
636
637 #. Ask the user if he or she want to modify the request. If not, just exit.
638 #: ../python/pakfire/satsolver.py:173
639 msgid "Do you want to manually alter the request?"
640 msgstr ""
641
642 #: ../python/pakfire/satsolver.py:176
643 msgid "You can now try to satisfy the solver by modifying your request."
644 msgstr ""
645
646 #: ../python/pakfire/satsolver.py:181
647 msgid "Which problem to you want to resolve?"
648 msgstr ""
649
650 #: ../python/pakfire/satsolver.py:183
651 msgid "Press enter to try to re-solve the request."
652 msgstr ""
653
654 #: ../python/pakfire/satsolver.py:214
655 #, python-format
656 msgid " Solution: %s"
657 msgstr ""
658
659 #: ../python/pakfire/satsolver.py:223
660 msgid " Solutions:"
661 msgstr ""
662
663 #: ../python/pakfire/transaction.py:88
664 #, python-format
665 msgid "file %s from %s conflicts with file from package %s"
666 msgstr ""
667
668 #: ../python/pakfire/transaction.py:94
669 #, python-format
670 msgid "file %s from %s conflicts with files from %s"
671 msgstr ""
672
673 #: ../python/pakfire/transaction.py:103
674 #, python-format
675 msgid ""
676 "There is not enough space left on %(name)s. Need at least %(size)s to "
677 "perform transaction."
678 msgstr ""
679
680 #: ../python/pakfire/transaction.py:280
681 #, python-format
682 msgid "Not enough space to download %s of packages."
683 msgstr ""
684
685 #: ../python/pakfire/transaction.py:283
686 msgid "Downloading packages:"
687 msgstr ""
688
689 #: ../python/pakfire/transaction.py:343
690 msgid "Package"
691 msgstr ""
692
693 #: ../python/pakfire/transaction.py:348
694 msgid "Installing:"
695 msgstr ""
696
697 #: ../python/pakfire/transaction.py:349
698 msgid "Reinstalling:"
699 msgstr ""
700
701 #: ../python/pakfire/transaction.py:350
702 msgid "Updating:"
703 msgstr ""
704
705 #: ../python/pakfire/transaction.py:351
706 msgid "Downgrading:"
707 msgstr ""
708
709 #: ../python/pakfire/transaction.py:352
710 msgid "Removing:"
711 msgstr ""
712
713 #: ../python/pakfire/transaction.py:358
714 msgid "Transaction Summary"
715 msgstr ""
716
717 #: ../python/pakfire/transaction.py:365
718 msgid "package"
719 msgstr ""
720
721 #: ../python/pakfire/transaction.py:371
722 #, python-format
723 msgid "Total download size: %s"
724 msgstr ""
725
726 #: ../python/pakfire/transaction.py:375
727 #, python-format
728 msgid "Installed size: %s"
729 msgstr ""
730
731 #: ../python/pakfire/transaction.py:378
732 #, python-format
733 msgid "Freed size: %s"
734 msgstr ""
735
736 #: ../python/pakfire/transaction.py:387
737 msgid "Is this okay?"
738 msgstr ""
739
740 #: ../python/pakfire/transaction.py:390
741 msgid "Running Transaction Test"
742 msgstr ""
743
744 #: ../python/pakfire/transaction.py:402
745 msgid "Transaction Test Succeeded"
746 msgstr ""
747
748 #: ../python/pakfire/transaction.py:420
749 msgid "Running transaction"
750 msgstr ""
751
752 #: ../python/pakfire/util.py:66
753 #, python-format
754 msgid "%s [y/N]"
755 msgstr ""
756
757 #: ../python/pakfire/util.py:252
758 msgid "Killing orphans..."
759 msgstr ""
760
761 #: ../python/pakfire/util.py:259
762 #, python-format
763 msgid "Process ID %s is still running in chroot. Killing..."
764 msgstr ""
765
766 #: ../python/pakfire/util.py:271
767 msgid "Waiting for processes to terminate..."
768 msgstr ""
769
770 #: ../python/src/problem.c:159
771 #, c-format
772 msgid "%s does not belong to a distupgrade repository"
773 msgstr ""
774
775 #: ../python/src/problem.c:166
776 #, c-format
777 msgid "%s has inferior architecture"
778 msgstr ""
779
780 #: ../python/src/problem.c:173
781 #, c-format
782 msgid "problem with installed package %s"
783 msgstr ""
784
785 #: ../python/src/problem.c:179
786 #, c-format
787 msgid "conflicting requests"
788 msgstr ""
789
790 #: ../python/src/problem.c:184
791 #, c-format
792 msgid "nothing provides requested %s"
793 msgstr ""
794
795 #: ../python/src/problem.c:190
796 #, c-format
797 msgid "some dependency problem"
798 msgstr ""
799
800 #: ../python/src/problem.c:195
801 #, c-format
802 msgid "package %s is not installable"
803 msgstr ""
804
805 #: ../python/src/problem.c:202
806 #, c-format
807 msgid "nothing provides %s needed by %s"
808 msgstr ""
809
810 #: ../python/src/problem.c:209
811 #, c-format
812 msgid "cannot install both %s and %s"
813 msgstr ""
814
815 #: ../python/src/problem.c:216
816 #, c-format
817 msgid "package %s conflicts with %s provided by %s"
818 msgstr ""
819
820 #: ../python/src/problem.c:224
821 #, c-format
822 msgid "package %s obsoletes %s provided by %s"
823 msgstr ""
824
825 #: ../python/src/problem.c:232
826 #, c-format
827 msgid "installed package %s obsoletes %s provided by %s"
828 msgstr ""
829
830 #: ../python/src/problem.c:240
831 #, c-format
832 msgid "package %s implicitely obsoletes %s provided by %s"
833 msgstr ""
834
835 #: ../python/src/problem.c:248
836 #, c-format
837 msgid "package %s requires %s, but none of the providers can be installed"
838 msgstr ""
839
840 #: ../python/src/problem.c:255
841 #, c-format
842 msgid "package %s conflicts with %s provided by itself"
843 msgstr ""
844
845 #: ../python/src/problem.c:264
846 #, c-format
847 msgid "bad rule type"
848 msgstr ""
849
850 #: ../python/src/solution.c:86
851 #, c-format
852 msgid "do not keep %s installed"
853 msgstr ""
854
855 #: ../python/src/solution.c:89
856 #, c-format
857 msgid "do not install a solvable %s"
858 msgstr ""
859
860 #: ../python/src/solution.c:92
861 #, c-format
862 msgid "do not install %s"
863 msgstr ""
864
865 #: ../python/src/solution.c:98
866 #, c-format
867 msgid "do not forbid installation of %s"
868 msgstr ""
869
870 #: ../python/src/solution.c:101
871 #, c-format
872 msgid "do not deinstall all solvables %s"
873 msgstr ""
874
875 #: ../python/src/solution.c:104
876 #, c-format
877 msgid "do not deinstall %s"
878 msgstr ""
879
880 #: ../python/src/solution.c:109
881 #, c-format
882 msgid "do not install most recent version of %s"
883 msgstr ""
884
885 #: ../python/src/solution.c:114
886 #, c-format
887 msgid "do not lock %s"
888 msgstr ""
889
890 #: ../python/src/solution.c:119
891 #, c-format
892 msgid "do something different"
893 msgstr ""
894
895 #: ../python/src/solution.c:126
896 #, c-format
897 msgid "keep %s despite the inferior architecture"
898 msgstr ""
899
900 #: ../python/src/solution.c:129
901 #, c-format
902 msgid "install %s despite the inferior architecture"
903 msgstr ""
904
905 #: ../python/src/solution.c:135
906 #, c-format
907 msgid "keep obsolete %s"
908 msgstr ""
909
910 #: ../python/src/solution.c:138
911 #, c-format
912 msgid "install %s from excluded repository"
913 msgstr ""
914
915 #: ../python/src/solution.c:150
916 #, c-format
917 msgid "allow downgrade of %s to %s"
918 msgstr ""
919
920 #: ../python/src/solution.c:154
921 #, c-format
922 msgid "allow architecture change of %s to %s"
923 msgstr ""
924
925 #: ../python/src/solution.c:159
926 #, c-format
927 msgid "allow vendor change from '%s' (%s) to '%s' (%s)"
928 msgstr ""
929
930 #: ../python/src/solution.c:163
931 #, c-format
932 msgid "allow vendor change from '%s' (%s) to no vendor (%s)"
933 msgstr ""
934
935 #: ../python/src/solution.c:169
936 #, c-format
937 msgid "allow replacement of %s with %s"
938 msgstr ""
939
940 #. XXX Maybe we can make a more beautiful message here?!
941 #: ../scripts/pakfire-multicall.py:23
942 msgid ""
943 "There has been an error when trying to import one or more of the modules, "
944 "that are required to run Pakfire."
945 msgstr ""
946
947 #: ../scripts/pakfire-multicall.py:25
948 msgid "Please check your installation of Pakfire."
949 msgstr ""
950
951 #: ../scripts/pakfire-multicall.py:27
952 msgid "The error that lead to this:"
953 msgstr ""
954
955 #: ../scripts/pakfire-multicall.py:65
956 msgid "An error has occured when running Pakfire."
957 msgstr ""
958
959 #: ../scripts/pakfire-multicall.py:68
960 msgid "Error message:"
961 msgstr ""
962
963 #: ../scripts/pakfire-multicall.py:72
964 msgid "Further description:"
965 msgstr ""