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