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