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