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