]> 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-10-03 13:39+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:112
21 #, python-format
22 msgid "Cannot run scriptlet because no interpreter is available: %s"
23 msgstr ""
24
25 #: ../python/pakfire/actions.py:116
26 #, python-format
27 msgid "Cannot run scriptlet because the interpreter is not executable: %s"
28 msgstr ""
29
30 #: ../python/pakfire/actions.py:165
31 #, python-format
32 msgid ""
33 "The scriptlet returned an error:\n"
34 "%s"
35 msgstr ""
36
37 #: ../python/pakfire/actions.py:168
38 #, python-format
39 msgid "The scriptlet ran more than %s seconds and was killed."
40 msgstr ""
41
42 #: ../python/pakfire/actions.py:223 ../python/pakfire/actions.py:239
43 #: ../python/pakfire/actions.py:262 ../python/pakfire/actions.py:285
44 #: ../python/pakfire/actions.py:302 ../python/pakfire/actions.py:328
45 #, python-format
46 msgid "Running transaction test for %s"
47 msgstr ""
48
49 #: ../python/pakfire/actions.py:232 ../python/pakfire/actions.py:314
50 msgid "Installing"
51 msgstr ""
52
53 #: ../python/pakfire/actions.py:248
54 msgid "Updating"
55 msgstr ""
56
57 #: ../python/pakfire/actions.py:268
58 msgid "Removing"
59 msgstr ""
60
61 #. Cleaning up leftover files and stuff.
62 #: ../python/pakfire/actions.py:292
63 msgid "Cleanup"
64 msgstr ""
65
66 #: ../python/pakfire/actions.py:337
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:542
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:543
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:686
104 msgid "Creating packages:"
105 msgstr ""
106
107 #. Execute the buildscript of this stage.
108 #: ../python/pakfire/builder.py:706
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:274
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:489
353 #, python-format
354 msgid "Compressing %s"
355 msgstr ""
356
357 #: ../python/pakfire/downloader.py:129
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:338
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:95 ../python/pakfire/transaction.py:273
394 msgid "Arch"
395 msgstr ""
396
397 #: ../python/pakfire/packages/base.py:96 ../python/pakfire/transaction.py:273
398 msgid "Version"
399 msgstr ""
400
401 #: ../python/pakfire/packages/base.py:97
402 msgid "Release"
403 msgstr ""
404
405 #: ../python/pakfire/packages/base.py:101 ../python/pakfire/transaction.py:274
406 msgid "Size"
407 msgstr ""
408
409 #: ../python/pakfire/packages/base.py:105
410 msgid "Repo"
411 msgstr ""
412
413 #: ../python/pakfire/packages/base.py:108
414 msgid "Summary"
415 msgstr ""
416
417 #: ../python/pakfire/packages/base.py:109
418 msgid "Groups"
419 msgstr ""
420
421 #: ../python/pakfire/packages/base.py:110
422 msgid "URL"
423 msgstr ""
424
425 #: ../python/pakfire/packages/base.py:111
426 msgid "License"
427 msgstr ""
428
429 #: ../python/pakfire/packages/base.py:114
430 msgid "Description"
431 msgstr ""
432
433 #: ../python/pakfire/packages/base.py:121
434 msgid "Maintainer"
435 msgstr ""
436
437 #: ../python/pakfire/packages/base.py:123
438 msgid "UUID"
439 msgstr ""
440
441 #: ../python/pakfire/packages/base.py:124
442 msgid "Build ID"
443 msgstr ""
444
445 #: ../python/pakfire/packages/base.py:125
446 msgid "Build date"
447 msgstr ""
448
449 #: ../python/pakfire/packages/base.py:126
450 msgid "Build host"
451 msgstr ""
452
453 #: ../python/pakfire/packages/base.py:128
454 msgid "Provides"
455 msgstr ""
456
457 #: ../python/pakfire/packages/base.py:133
458 msgid "Pre-requires"
459 msgstr ""
460
461 #: ../python/pakfire/packages/base.py:138
462 msgid "Requires"
463 msgstr ""
464
465 #: ../python/pakfire/packages/base.py:143
466 msgid "Conflicts"
467 msgstr ""
468
469 #: ../python/pakfire/packages/base.py:148
470 msgid "Obsoletes"
471 msgstr ""
472
473 #: ../python/pakfire/packages/base.py:156
474 msgid "File"
475 msgstr ""
476
477 #: ../python/pakfire/packages/base.py:337
478 msgid "Not set"
479 msgstr ""
480
481 #: ../python/pakfire/packages/file.py:107
482 #, python-format
483 msgid "Could not extract file: /%(src)s - %(dst)s"
484 msgstr ""
485
486 #: ../python/pakfire/packages/file.py:160
487 #, python-format
488 msgid "Filename: %s"
489 msgstr ""
490
491 #: ../python/pakfire/packages/make.py:75
492 msgid "Package name is undefined."
493 msgstr ""
494
495 #: ../python/pakfire/packages/make.py:78
496 msgid "Package version is undefined."
497 msgstr ""
498
499 #. Load progressbar.
500 #: ../python/pakfire/packages/packager.py:315
501 msgid "Packaging"
502 msgstr ""
503
504 #: ../python/pakfire/packages/packager.py:608
505 #, python-format
506 msgid "Building source package %s:"
507 msgstr ""
508
509 #: ../python/pakfire/repository/index.py:229
510 #, python-format
511 msgid ""
512 "I cannot be forced to re-download the metadata for the repository '%s' when "
513 "running in offline mode."
514 msgstr ""
515
516 #: ../python/pakfire/repository/index.py:279
517 #, python-format
518 msgid "%s: package database"
519 msgstr ""
520
521 #. Create progress bar.
522 #: ../python/pakfire/repository/index.py:367
523 #, python-format
524 msgid "Loading from %s"
525 msgstr ""
526
527 #. Add all packages from the database to the index.
528 #: ../python/pakfire/repository/index.py:424
529 msgid "Loading installed packages"
530 msgstr ""
531
532 #: ../python/pakfire/repository/remote.py:106
533 #, python-format
534 msgid "Cannot download this file in offline mode: %s"
535 msgstr ""
536
537 #: ../python/pakfire/satsolver.py:148
538 msgid "The solver returned one problem:"
539 msgstr ""
540
541 #. Ask the user if he or she want to modify the request. If not, just exit.
542 #: ../python/pakfire/satsolver.py:164
543 msgid "Do you want to manually alter the request?"
544 msgstr ""
545
546 #: ../python/pakfire/satsolver.py:167
547 msgid "You can now try to satisfy the solver by modifying your request."
548 msgstr ""
549
550 #: ../python/pakfire/satsolver.py:172
551 msgid "Which problem to you want to resolve?"
552 msgstr ""
553
554 #: ../python/pakfire/satsolver.py:174
555 msgid "Press enter to try to re-solve the request."
556 msgstr ""
557
558 #: ../python/pakfire/satsolver.py:205
559 #, python-format
560 msgid " Solution: %s"
561 msgstr ""
562
563 #: ../python/pakfire/satsolver.py:214
564 msgid " Solutions:"
565 msgstr ""
566
567 #: ../python/pakfire/transaction.py:76
568 #, python-format
569 msgid "file %s from %s conflicts with file from package %s"
570 msgstr ""
571
572 #: ../python/pakfire/transaction.py:82
573 #, python-format
574 msgid "file %s from %s conflicts with files from %s"
575 msgstr ""
576
577 #: ../python/pakfire/transaction.py:208
578 msgid "Downloading packages:"
579 msgstr ""
580
581 #: ../python/pakfire/transaction.py:273
582 msgid "Package"
583 msgstr ""
584
585 #: ../python/pakfire/transaction.py:278
586 msgid "Installing:"
587 msgstr ""
588
589 #: ../python/pakfire/transaction.py:279
590 msgid "Reinstalling:"
591 msgstr ""
592
593 #: ../python/pakfire/transaction.py:280
594 msgid "Updating:"
595 msgstr ""
596
597 #: ../python/pakfire/transaction.py:281
598 msgid "Downgrading:"
599 msgstr ""
600
601 #: ../python/pakfire/transaction.py:282
602 msgid "Removing:"
603 msgstr ""
604
605 #: ../python/pakfire/transaction.py:288
606 msgid "Transaction Summary"
607 msgstr ""
608
609 #: ../python/pakfire/transaction.py:295
610 msgid "package"
611 msgstr ""
612
613 #: ../python/pakfire/transaction.py:301
614 #, python-format
615 msgid "Total download size: %s"
616 msgstr ""
617
618 #: ../python/pakfire/transaction.py:305
619 #, python-format
620 msgid "Installed size: %s"
621 msgstr ""
622
623 #: ../python/pakfire/transaction.py:307
624 #, python-format
625 msgid "Freed size: %s"
626 msgstr ""
627
628 #: ../python/pakfire/transaction.py:316
629 msgid "Is this okay?"
630 msgstr ""
631
632 #: ../python/pakfire/transaction.py:319
633 msgid "Running Transaction Test"
634 msgstr ""
635
636 #: ../python/pakfire/transaction.py:331
637 msgid "Transaction Test Succeeded"
638 msgstr ""
639
640 #: ../python/pakfire/transaction.py:347
641 msgid "Running transaction"
642 msgstr ""
643
644 #: ../python/pakfire/util.py:66
645 #, python-format
646 msgid "%s [y/N]"
647 msgstr ""
648
649 #: ../python/src/problem.c:159
650 #, c-format
651 msgid "%s does not belong to a distupgrade repository"
652 msgstr ""
653
654 #: ../python/src/problem.c:166
655 #, c-format
656 msgid "%s has inferior architecture"
657 msgstr ""
658
659 #: ../python/src/problem.c:173
660 #, c-format
661 msgid "problem with installed package %s"
662 msgstr ""
663
664 #: ../python/src/problem.c:179
665 #, c-format
666 msgid "conflicting requests"
667 msgstr ""
668
669 #: ../python/src/problem.c:184
670 #, c-format
671 msgid "nothing provides requested %s"
672 msgstr ""
673
674 #: ../python/src/problem.c:190
675 #, c-format
676 msgid "some dependency problem"
677 msgstr ""
678
679 #: ../python/src/problem.c:195
680 #, c-format
681 msgid "package %s is not installable"
682 msgstr ""
683
684 #: ../python/src/problem.c:202
685 #, c-format
686 msgid "nothing provides %s needed by %s"
687 msgstr ""
688
689 #: ../python/src/problem.c:209
690 #, c-format
691 msgid "cannot install both %s and %s"
692 msgstr ""
693
694 #: ../python/src/problem.c:216
695 #, c-format
696 msgid "package %s conflicts with %s provided by %s"
697 msgstr ""
698
699 #: ../python/src/problem.c:224
700 #, c-format
701 msgid "package %s obsoletes %s provided by %s"
702 msgstr ""
703
704 #: ../python/src/problem.c:232
705 #, c-format
706 msgid "installed package %s obsoletes %s provided by %s"
707 msgstr ""
708
709 #: ../python/src/problem.c:240
710 #, c-format
711 msgid "package %s implicitely obsoletes %s provided by %s"
712 msgstr ""
713
714 #: ../python/src/problem.c:248
715 #, c-format
716 msgid "package %s requires %s, but none of the providers can be installed"
717 msgstr ""
718
719 #: ../python/src/problem.c:255
720 #, c-format
721 msgid "package %s conflicts with %s provided by itself"
722 msgstr ""
723
724 #: ../python/src/problem.c:264
725 #, c-format
726 msgid "bad rule type"
727 msgstr ""
728
729 #: ../python/src/solution.c:86
730 #, c-format
731 msgid "do not keep %s installed"
732 msgstr ""
733
734 #: ../python/src/solution.c:89
735 #, c-format
736 msgid "do not install a solvable %s"
737 msgstr ""
738
739 #: ../python/src/solution.c:92
740 #, c-format
741 msgid "do not install %s"
742 msgstr ""
743
744 #: ../python/src/solution.c:98
745 #, c-format
746 msgid "do not forbid installation of %s"
747 msgstr ""
748
749 #: ../python/src/solution.c:101
750 #, c-format
751 msgid "do not deinstall all solvables %s"
752 msgstr ""
753
754 #: ../python/src/solution.c:104
755 #, c-format
756 msgid "do not deinstall %s"
757 msgstr ""
758
759 #: ../python/src/solution.c:109
760 #, c-format
761 msgid "do not install most recent version of %s"
762 msgstr ""
763
764 #: ../python/src/solution.c:114
765 #, c-format
766 msgid "do not lock %s"
767 msgstr ""
768
769 #: ../python/src/solution.c:119
770 #, c-format
771 msgid "do something different"
772 msgstr ""
773
774 #: ../python/src/solution.c:126
775 #, c-format
776 msgid "keep %s despite the inferior architecture"
777 msgstr ""
778
779 #: ../python/src/solution.c:129
780 #, c-format
781 msgid "install %s despite the inferior architecture"
782 msgstr ""
783
784 #: ../python/src/solution.c:135
785 #, c-format
786 msgid "keep obsolete %s"
787 msgstr ""
788
789 #: ../python/src/solution.c:138
790 #, c-format
791 msgid "install %s from excluded repository"
792 msgstr ""
793
794 #: ../python/src/solution.c:150
795 #, c-format
796 msgid "allow downgrade of %s to %s"
797 msgstr ""
798
799 #: ../python/src/solution.c:154
800 #, c-format
801 msgid "allow architecture change of %s to %s"
802 msgstr ""
803
804 #: ../python/src/solution.c:159
805 #, c-format
806 msgid "allow vendor change from '%s' (%s) to '%s' (%s)"
807 msgstr ""
808
809 #: ../python/src/solution.c:163
810 #, c-format
811 msgid "allow vendor change from '%s' (%s) to no vendor (%s)"
812 msgstr ""
813
814 #: ../python/src/solution.c:169
815 #, c-format
816 msgid "allow replacement of %s with %s"
817 msgstr ""
818
819 #. XXX Maybe we can make a more beautiful message here?!
820 #: ../scripts/pakfire-multicall.py:23
821 msgid ""
822 "There has been an error when trying to import one or more of the modules, "
823 "that are required to run Pakfire."
824 msgstr ""
825
826 #: ../scripts/pakfire-multicall.py:25
827 msgid "Please check your installation of Pakfire."
828 msgstr ""
829
830 #: ../scripts/pakfire-multicall.py:27
831 msgid "The error that lead to this:"
832 msgstr ""
833
834 #: ../scripts/pakfire-multicall.py:65
835 msgid "An error has occured when running Pakfire."
836 msgstr ""
837
838 #: ../scripts/pakfire-multicall.py:68
839 msgid "Error message:"
840 msgstr ""
841
842 #: ../scripts/pakfire-multicall.py:72
843 msgid "Further description:"
844 msgstr ""