]> git.ipfire.org Git - people/ms/pakfire.git/blame - po/ca.po
Fix creating a repository without re-signing everything.
[people/ms/pakfire.git] / po / ca.po
CommitLineData
09c608bc
MT
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#
5# Translators:
6msgid ""
7msgstr ""
8"Project-Id-Version: IPFire Project\n"
9"Report-Msgid-Bugs-To: \n"
10"POT-Creation-Date: 2012-07-26 19:43+0200\n"
11"PO-Revision-Date: 2011-05-19 21:47+0000\n"
12"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
13"Language-Team: Catalan (http://www.transifex.com/projects/p/ipfire/language/ca/)\n"
14"MIME-Version: 1.0\n"
15"Content-Type: text/plain; charset=UTF-8\n"
16"Content-Transfer-Encoding: 8bit\n"
17"Language: ca\n"
18"Plural-Forms: nplurals=2; plural=(n != 1);\n"
19
20#: ../python/pakfire/actions.py:72
21#, python-format
22msgid "%s has got no signatures"
23msgstr ""
24
25#: ../python/pakfire/actions.py:78
26#, python-format
27msgid "%s has got no valid signatures"
28msgstr ""
29
30#: ../python/pakfire/actions.py:193
31msgid "Could not handle scriptlet of unknown type. Skipping."
32msgstr ""
33
34#. This functions creates a fork with then chroots into the
35#. pakfire root if necessary and then compiles the given scriptlet
36#. code and runs it.
37#: ../python/pakfire/actions.py:196 ../python/pakfire/actions.py:266
38msgid "Executing python scriptlet..."
39msgstr ""
40
41#: ../python/pakfire/actions.py:202
42#, python-format
43msgid "Cannot run scriptlet because no interpreter is available: %s"
44msgstr ""
45
46#: ../python/pakfire/actions.py:206
47#, python-format
48msgid "Cannot run scriptlet because the interpreter is not executable: %s"
49msgstr ""
50
51#: ../python/pakfire/actions.py:245
52#, python-format
53msgid ""
54"The scriptlet returned an error:\n"
55"%s"
56msgstr ""
57
58#: ../python/pakfire/actions.py:248
59#, python-format
60msgid "The scriptlet ran more than %s seconds and was killed."
61msgstr ""
62
63#: ../python/pakfire/actions.py:252
64#, python-format
65msgid ""
66"The scriptlet returned with an unhandled error:\n"
67"%s"
68msgstr ""
69
70#: ../python/pakfire/actions.py:291
71#, python-format
72msgid "Exception occured: %s"
73msgstr ""
74
75#: ../python/pakfire/actions.py:364 ../python/pakfire/actions.py:402
76#: ../python/pakfire/actions.py:424 ../python/pakfire/actions.py:446
77#: ../python/pakfire/actions.py:463 ../python/pakfire/actions.py:482
78#, python-format
79msgid "Running transaction test for %s"
80msgstr ""
81
82#: ../python/pakfire/actions.py:373
83msgid "Installing"
84msgstr ""
85
86#: ../python/pakfire/actions.py:411
87msgid "Updating"
88msgstr ""
89
90#: ../python/pakfire/actions.py:430
91msgid "Removing"
92msgstr ""
93
94#. Cleaning up leftover files and stuff.
95#: ../python/pakfire/actions.py:453
96msgid "Cleanup"
97msgstr ""
98
99#: ../python/pakfire/actions.py:475
100msgid "Reinstalling"
101msgstr ""
102
103#: ../python/pakfire/actions.py:491
104msgid "Downgrading"
105msgstr ""
106
107#: ../python/pakfire/base.py:320
108msgid "Local install repository"
109msgstr ""
110
111#: ../python/pakfire/base.py:377
112#, python-format
113msgid "Could not find any installed package providing \"%s\"."
114msgstr ""
115
116#: ../python/pakfire/base.py:383
117#, python-format
118msgid "Multiple reinstall candidates for \"%(pattern)s\": %(pkgs)s"
119msgstr ""
120
121#: ../python/pakfire/base.py:387 ../python/pakfire/base.py:455
122#: ../python/pakfire/base.py:491 ../python/pakfire/base.py:553
123#: ../python/pakfire/base.py:574 ../python/pakfire/transaction.py:396
124msgid "Nothing to do"
125msgstr ""
126
127#: ../python/pakfire/base.py:412
128#, python-format
129msgid "Could not find package %s in a remote repository."
130msgstr ""
131
132#: ../python/pakfire/base.py:483
133#, python-format
134msgid "Excluding %s."
135msgstr ""
136
137#: ../python/pakfire/base.py:535
138#, python-format
139msgid "\"%s\" package does not seem to be installed."
140msgstr ""
141
142#: ../python/pakfire/base.py:688
143msgid "Build command has failed."
144msgstr ""
145
146#: ../python/pakfire/base.py:723
147msgid "New repository"
148msgstr ""
149
150#: ../python/pakfire/base.py:764
151msgid "Everything is fine."
152msgstr ""
153
154#: ../python/pakfire/builder.py:144
155msgid "You have not set the distribution for which you want to build."
156msgstr ""
157
158#: ../python/pakfire/builder.py:145
159msgid "Please do so in builder.conf or on the CLI."
160msgstr ""
161
162#: ../python/pakfire/builder.py:146
163msgid "Distribution configuration is missing."
164msgstr ""
165
166#: ../python/pakfire/builder.py:160
167#, python-format
168msgid "Cannot build for %s on this host."
169msgstr ""
170
171#. Log the package information.
172#: ../python/pakfire/builder.py:190
173msgid "Package information:"
174msgstr ""
175
176#. Install all packages.
177#: ../python/pakfire/builder.py:408
178msgid "Install packages needed for build..."
179msgstr ""
180
181#: ../python/pakfire/builder.py:413
182msgid "Extracting"
183msgstr ""
184
185#: ../python/pakfire/builder.py:714
186msgid "You cannot run a build when no package was given."
187msgstr ""
188
189#: ../python/pakfire/builder.py:719
190#, python-format
191msgid "Could not find makefile in build root: %s"
192msgstr ""
193
194#: ../python/pakfire/builder.py:744
195msgid "Build failed."
196msgstr ""
197
198#: ../python/pakfire/builder.py:746
199msgid "The build command failed. See logfile for details."
200msgstr ""
201
202#: ../python/pakfire/builder.py:760
203msgid "Running installation test..."
204msgstr ""
205
206#: ../python/pakfire/builder.py:767
207msgid "Installation test succeeded."
208msgstr ""
209
210#. Create a progressbar.
211#: ../python/pakfire/builder.py:804
212msgid "Signing packages..."
213msgstr ""
214
215#: ../python/pakfire/builder.py:838
216msgid "Dumping package information:"
217msgstr ""
218
219#. Walk through the whole tree and collect all files
220#. that are on the same disk (not crossing mountpoints).
221#: ../python/pakfire/builder.py:868
222msgid "Creating filelist..."
223msgstr ""
224
225#. Create a nice progressbar.
226#: ../python/pakfire/builder.py:887
227msgid "Compressing files..."
228msgstr ""
229
230#: ../python/pakfire/builder.py:906
231#, python-format
232msgid "Cache file was successfully created at %s."
233msgstr ""
234
235#: ../python/pakfire/builder.py:907
236#, python-format
237msgid " Containing %(files)s files, it has a size of %(size)s."
238msgstr ""
239
240#. Make a nice progress bar as always.
241#: ../python/pakfire/builder.py:918
242msgid "Extracting files..."
243msgstr ""
244
245#. Update all packages.
246#: ../python/pakfire/builder.py:938
247msgid "Updating packages from cache..."
248msgstr ""
249
250#. Package the result.
251#. Make all these little package from the build environment.
252#: ../python/pakfire/builder.py:1076
253msgid "Creating packages:"
254msgstr ""
255
256#. Execute the buildscript of this stage.
257#: ../python/pakfire/builder.py:1090
258#, python-format
259msgid "Running stage %s:"
260msgstr ""
261
262#: ../python/pakfire/builder.py:1108
263#, python-format
264msgid "Could not remove static libraries: %s"
265msgstr ""
266
267#: ../python/pakfire/builder.py:1114
268msgid "Compressing man pages did not complete successfully."
269msgstr ""
270
271#: ../python/pakfire/builder.py:1134
272msgid "Extracting debuginfo did not complete with success. Aborting build."
273msgstr ""
274
275#: ../python/pakfire/cli.py:50
276msgid "Pakfire command line interface."
277msgstr ""
278
279#: ../python/pakfire/cli.py:57
280msgid "The path where pakfire should operate in."
281msgstr ""
282
283#: ../python/pakfire/cli.py:129
284msgid "Enable verbose output."
285msgstr ""
286
287#: ../python/pakfire/cli.py:132
288msgid "Path to a configuration file to load."
289msgstr ""
290
291#: ../python/pakfire/cli.py:136
292msgid "Disable a repository temporarily."
293msgstr ""
294
295#: ../python/pakfire/cli.py:139
296msgid "Enable a repository temporarily."
297msgstr ""
298
299#: ../python/pakfire/cli.py:143
300msgid "Run pakfire in offline mode."
301msgstr ""
302
303#: ../python/pakfire/cli.py:148
304msgid "Install one or more packages to the system."
305msgstr ""
306
307#: ../python/pakfire/cli.py:150
308msgid "Give name of at least one package to install."
309msgstr ""
310
311#: ../python/pakfire/cli.py:156
312msgid "Reinstall one or more packages."
313msgstr ""
314
315#: ../python/pakfire/cli.py:158
316msgid "Give name of at least one package to reinstall."
317msgstr ""
318
319#: ../python/pakfire/cli.py:164
320msgid "Remove one or more packages from the system."
321msgstr ""
322
323#: ../python/pakfire/cli.py:166
324msgid "Give name of at least one package to remove."
325msgstr ""
326
327#: ../python/pakfire/cli.py:172
328msgid "Give a name of a package to update or leave emtpy for all."
329msgstr ""
330
331#: ../python/pakfire/cli.py:174
332msgid "Exclude package from update."
333msgstr ""
334
335#: ../python/pakfire/cli.py:176 ../python/pakfire/cli.py:201
336msgid "Allow changing the vendor of packages."
337msgstr ""
338
339#: ../python/pakfire/cli.py:178 ../python/pakfire/cli.py:203
340msgid "Allow changing the architecture of packages."
341msgstr ""
342
343#: ../python/pakfire/cli.py:183
344msgid "Update the whole system or one specific package."
345msgstr ""
346
347#: ../python/pakfire/cli.py:190
348msgid "Check, if there are any updates available."
349msgstr ""
350
351#: ../python/pakfire/cli.py:197
352msgid "Downgrade one or more packages."
353msgstr ""
354
355#: ../python/pakfire/cli.py:199
356msgid "Give a name of a package to downgrade."
357msgstr ""
358
359#: ../python/pakfire/cli.py:209
360msgid "Print some information about the given package(s)."
361msgstr ""
362
363#: ../python/pakfire/cli.py:211
364msgid "Give at least the name of one package."
365msgstr ""
366
367#: ../python/pakfire/cli.py:217
368msgid "Search for a given pattern."
369msgstr ""
370
371#: ../python/pakfire/cli.py:219
372msgid "A pattern to search for."
373msgstr ""
374
375#: ../python/pakfire/cli.py:225
376msgid "Get a list of packages that provide a given file or feature."
377msgstr ""
378
379#: ../python/pakfire/cli.py:227
380msgid "File or feature to search for."
381msgstr ""
382
383#: ../python/pakfire/cli.py:233
384msgid "Get list of packages that belong to the given group."
385msgstr ""
386
387#: ../python/pakfire/cli.py:235
388msgid "Group name to search for."
389msgstr ""
390
391#: ../python/pakfire/cli.py:241
392msgid "Install all packages that belong to the given group."
393msgstr ""
394
395#: ../python/pakfire/cli.py:243
396msgid "Group name."
397msgstr ""
398
399#: ../python/pakfire/cli.py:249
400msgid "List all currently enabled repositories."
401msgstr ""
402
403#: ../python/pakfire/cli.py:253
404msgid "Cleanup commands."
405msgstr ""
406
407#: ../python/pakfire/cli.py:261
408msgid "Cleanup all temporary files."
409msgstr ""
410
411#: ../python/pakfire/cli.py:267
412msgid "Check the system for any errors."
413msgstr ""
414
415#: ../python/pakfire/cli.py:273
416msgid "Check the dependencies for a particular package."
417msgstr ""
418
419#: ../python/pakfire/cli.py:275
420msgid "Give name of at least one package to check."
421msgstr ""
422
423#: ../python/pakfire/cli.py:348 ../python/pakfire/transaction.py:405
424msgid "Repository"
425msgstr ""
426
427#: ../python/pakfire/cli.py:348
428msgid "Enabled"
429msgstr ""
430
431#: ../python/pakfire/cli.py:348 ../python/pakfire/cli.py:1051
432msgid "Priority"
433msgstr ""
434
435#: ../python/pakfire/cli.py:348 ../python/pakfire/cli.py:1096
436msgid "Packages"
437msgstr ""
438
439#: ../python/pakfire/cli.py:360
440msgid "Cleaning up everything..."
441msgstr ""
442
443#: ../python/pakfire/cli.py:381
444msgid "You cannot run pakfire-builder in a pakfire chroot."
445msgstr ""
446
447#: ../python/pakfire/cli.py:384 ../python/pakfire/cli.py:734
448msgid "Pakfire builder command line interface."
449msgstr ""
450
451#: ../python/pakfire/cli.py:444
452msgid "Update the package indexes."
453msgstr ""
454
455#: ../python/pakfire/cli.py:450 ../python/pakfire/cli.py:754
456msgid "Build one or more packages."
457msgstr ""
458
459#: ../python/pakfire/cli.py:452 ../python/pakfire/cli.py:643
460#: ../python/pakfire/cli.py:756
461msgid "Give name of at least one package to build."
462msgstr ""
463
464#: ../python/pakfire/cli.py:456 ../python/pakfire/cli.py:760
465#: ../python/pakfire/cli.py:847
466msgid "Build the package for the given architecture."
467msgstr ""
468
469#: ../python/pakfire/cli.py:458 ../python/pakfire/cli.py:488
470#: ../python/pakfire/cli.py:762
471msgid "Path were the output files should be copied to."
472msgstr ""
473
474#: ../python/pakfire/cli.py:460 ../python/pakfire/cli.py:477
475#: ../python/pakfire/cli.py:764
476msgid "Mode to run in. Is either 'release' or 'development' (default)."
477msgstr ""
478
479#: ../python/pakfire/cli.py:462
480msgid "Run a shell after a successful build."
481msgstr ""
482
483#: ../python/pakfire/cli.py:464
484msgid "Do not perform the install test."
485msgstr ""
486
487#: ../python/pakfire/cli.py:469
488msgid "Go into a shell."
489msgstr ""
490
491#: ../python/pakfire/cli.py:471
492msgid "Give name of a package."
493msgstr ""
494
495#: ../python/pakfire/cli.py:475
496msgid "Emulated architecture in the shell."
497msgstr ""
498
499#: ../python/pakfire/cli.py:482
500msgid "Generate a source package."
501msgstr ""
502
503#: ../python/pakfire/cli.py:484
504msgid "Give name(s) of a package(s)."
505msgstr ""
506
507#: ../python/pakfire/cli.py:493
508msgid "Create a build environment cache."
509msgstr ""
510
511#: ../python/pakfire/cli.py:503
512msgid "Create a new build environment cache."
513msgstr ""
514
515#: ../python/pakfire/cli.py:508
516msgid "Remove all cached build environments."
517msgstr ""
518
519#: ../python/pakfire/cli.py:588
520#, python-format
521msgid "Removing environment cache file: %s..."
522msgstr ""
523
524#: ../python/pakfire/cli.py:594
525#, python-format
526msgid "Could not remove file: %s"
527msgstr ""
528
529#: ../python/pakfire/cli.py:600
530msgid "Pakfire server command line interface."
531msgstr ""
532
533#: ../python/pakfire/cli.py:641
534msgid "Send a scrach build job to the server."
535msgstr ""
536
537#: ../python/pakfire/cli.py:645
538msgid "Limit build to only these architecture(s)."
539msgstr ""
540
541#: ../python/pakfire/cli.py:651
542msgid "Send a keepalive to the server."
543msgstr ""
544
545#: ../python/pakfire/cli.py:658
546msgid "Update all repositories."
547msgstr ""
548
549#: ../python/pakfire/cli.py:664
550msgid "Repository management commands."
551msgstr ""
552
553#: ../python/pakfire/cli.py:672
554msgid "Create a new repository index."
555msgstr ""
556
557#: ../python/pakfire/cli.py:674
558msgid "Path to the packages."
559msgstr ""
560
561#: ../python/pakfire/cli.py:676
562msgid "Path to input packages."
563msgstr ""
564
565#: ../python/pakfire/cli.py:678
566msgid "Key to sign the repository with."
567msgstr ""
568
569#: ../python/pakfire/cli.py:683
570msgid "Dump some information about this machine."
571msgstr ""
572
573#: ../python/pakfire/cli.py:766
574msgid "Do not verify build dependencies."
575msgstr ""
576
577#: ../python/pakfire/cli.py:799
578msgid "Pakfire client command line interface."
579msgstr ""
580
581#: ../python/pakfire/cli.py:841
582msgid "Build a package remotely."
583msgstr ""
584
585#: ../python/pakfire/cli.py:843
586msgid "Give name of a package to build."
587msgstr ""
588
589#: ../python/pakfire/cli.py:852
590msgid "Print some information about this host."
591msgstr ""
592
593#: ../python/pakfire/cli.py:858
594msgid "Check the connection to the hub."
595msgstr ""
596
597#: ../python/pakfire/cli.py:863
598msgid "Show information about build jobs."
599msgstr ""
600
601#: ../python/pakfire/cli.py:873
602msgid "Show a list of all active jobs."
603msgstr ""
604
605#: ../python/pakfire/cli.py:878
606msgid "Show a list of all recently finished of failed build jobs."
607msgstr ""
608
609#: ../python/pakfire/cli.py:883
610msgid "Show details about given build job."
611msgstr ""
612
613#: ../python/pakfire/cli.py:884
614msgid "The ID of the build job."
615msgstr ""
616
617#: ../python/pakfire/cli.py:889
618msgid "Show information about builds."
619msgstr ""
620
621#: ../python/pakfire/cli.py:897
622msgid "Show details about the given build."
623msgstr ""
624
625#: ../python/pakfire/cli.py:898
626msgid "The ID of the build."
627msgstr ""
628
629#: ../python/pakfire/cli.py:903
630msgid "Test the connection to the hub."
631msgstr ""
632
633#: ../python/pakfire/cli.py:904
634msgid "Error code to test."
635msgstr ""
636
637#: ../python/pakfire/cli.py:952 ../python/pakfire/server.py:303
638msgid "Hostname"
639msgstr ""
640
641#: ../python/pakfire/cli.py:953
642msgid "Pakfire hub"
643msgstr ""
644
645#: ../python/pakfire/cli.py:956
646msgid "Username"
647msgstr ""
648
649#. Hardware information
650#: ../python/pakfire/cli.py:960 ../python/pakfire/server.py:307
651msgid "Hardware information"
652msgstr ""
653
654#: ../python/pakfire/cli.py:961 ../python/pakfire/server.py:308
655msgid "CPU model"
656msgstr ""
657
658#: ../python/pakfire/cli.py:962 ../python/pakfire/server.py:309
659msgid "Memory"
660msgstr ""
661
662#: ../python/pakfire/cli.py:963
663msgid "Parallelism"
664msgstr ""
665
666#: ../python/pakfire/cli.py:965 ../python/pakfire/server.py:311
667msgid "Native arch"
668msgstr ""
669
670#: ../python/pakfire/cli.py:967
671msgid "Default arch"
672msgstr ""
673
674#: ../python/pakfire/cli.py:969 ../python/pakfire/server.py:313
675msgid "Supported arches"
676msgstr ""
677
678#: ../python/pakfire/cli.py:982
679msgid "Your IP address"
680msgstr ""
681
682#: ../python/pakfire/cli.py:987
683msgid "You are authenticated to the build service:"
684msgstr ""
685
686#: ../python/pakfire/cli.py:993
687msgid "User name"
688msgstr ""
689
690#: ../python/pakfire/cli.py:994
691msgid "Real name"
692msgstr ""
693
694#: ../python/pakfire/cli.py:995
695msgid "Email address"
696msgstr ""
697
698#: ../python/pakfire/cli.py:996
699msgid "Registered"
700msgstr ""
701
702#: ../python/pakfire/cli.py:1003
703msgid "You could not be authenticated to the build service."
704msgstr ""
705
706#: ../python/pakfire/cli.py:1024
707msgid "No ongoing jobs found."
708msgstr ""
709
710#: ../python/pakfire/cli.py:1027
711msgid "Active build jobs"
712msgstr ""
713
714#: ../python/pakfire/cli.py:1033
715msgid "No jobs found."
716msgstr ""
717
718#: ../python/pakfire/cli.py:1036
719msgid "Recently processed build jobs"
720msgstr ""
721
722#: ../python/pakfire/cli.py:1043
723#, python-format
724msgid "A build with ID %s could not be found."
725msgstr ""
726
727#: ../python/pakfire/cli.py:1046
728#, python-format
729msgid "Build: %(name)s"
730msgstr ""
731
732#: ../python/pakfire/cli.py:1050 ../python/pakfire/cli.py:1078
733msgid "State"
734msgstr ""
735
736#: ../python/pakfire/cli.py:1054
737msgid "Jobs"
738msgstr ""
739
740#: ../python/pakfire/cli.py:1067
741#, python-format
742msgid "A job with ID %s could not be found."
743msgstr ""
744
745#: ../python/pakfire/cli.py:1074
746#, python-format
747msgid "Job: %(name)s"
748msgstr ""
749
750#: ../python/pakfire/cli.py:1079 ../python/pakfire/packages/base.py:107
751#: ../python/pakfire/transaction.py:404
752msgid "Arch"
753msgstr ""
754
755#: ../python/pakfire/cli.py:1084 ../python/pakfire/packages/base.py:142
756msgid "Build host"
757msgstr ""
758
759#: ../python/pakfire/cli.py:1089
760msgid "Time created"
761msgstr ""
762
763#: ../python/pakfire/cli.py:1090
764msgid "Time started"
765msgstr ""
766
767#: ../python/pakfire/cli.py:1091
768msgid "Time finished"
769msgstr ""
770
771#: ../python/pakfire/cli.py:1092
772msgid "Duration"
773msgstr ""
774
775#: ../python/pakfire/cli.py:1120
776msgid "Invalid error code given."
777msgstr ""
778
779#: ../python/pakfire/cli.py:1123
780#, python-format
781msgid "Reponse from the server: %s"
782msgstr ""
783
784#: ../python/pakfire/cli.py:1129
785msgid "Pakfire daemon command line interface."
786msgstr ""
787
788#: ../python/pakfire/cli.py:1157
789msgid "Pakfire key command line interface."
790msgstr ""
791
792#: ../python/pakfire/cli.py:1201 ../python/pakfire/cli.py:1211
793msgid "Import a key from file."
794msgstr ""
795
796#: ../python/pakfire/cli.py:1203
797msgid "The real name of the owner of this key."
798msgstr ""
799
800#: ../python/pakfire/cli.py:1205
801msgid "The email address of the owner of this key."
802msgstr ""
803
804#: ../python/pakfire/cli.py:1213
805msgid "Filename of that key to import."
806msgstr ""
807
808#: ../python/pakfire/cli.py:1219
809msgid "Export a key to a file."
810msgstr ""
811
812#: ../python/pakfire/cli.py:1221
813msgid "The ID of the key to export."
814msgstr ""
815
816#: ../python/pakfire/cli.py:1223
817msgid "Write the key to this file."
818msgstr ""
819
820#: ../python/pakfire/cli.py:1225
821msgid "Export the secret key, too."
822msgstr ""
823
824#: ../python/pakfire/cli.py:1231
825msgid "Delete a key from the local keyring."
826msgstr ""
827
828#: ../python/pakfire/cli.py:1233
829msgid "The ID of the key to delete."
830msgstr ""
831
832#: ../python/pakfire/cli.py:1239
833msgid "List all imported keys."
834msgstr ""
835
836#: ../python/pakfire/cli.py:1245
837msgid "Sign one or more packages."
838msgstr ""
839
840#: ../python/pakfire/cli.py:1247
841msgid "Key that is used sign the package(s)."
842msgstr ""
843
844#: ../python/pakfire/cli.py:1249
845msgid "Package(s) to sign."
846msgstr ""
847
848#: ../python/pakfire/cli.py:1255
849msgid "Verify one or more packages."
850msgstr ""
851
852#: ../python/pakfire/cli.py:1259
853msgid "Package(s) to verify."
854msgstr ""
855
856#: ../python/pakfire/cli.py:1266
857msgid "Generating the key may take a moment..."
858msgstr ""
859
860#: ../python/pakfire/cli.py:1315
861#, python-format
862msgid "Signing %s..."
863msgstr ""
864
865#: ../python/pakfire/cli.py:1332
866#, python-format
867msgid "Verifying %s..."
868msgstr ""
869
870#: ../python/pakfire/cli.py:1342
871msgid "This signature is valid."
872msgstr ""
873
874#: ../python/pakfire/cli.py:1345
875msgid "Unknown key"
876msgstr ""
877
878#: ../python/pakfire/cli.py:1346
879msgid "Could not check if this signature is valid."
880msgstr ""
881
882#: ../python/pakfire/cli.py:1349 ../python/pakfire/keyring.py:96
883#, python-format
884msgid "Created: %s"
885msgstr ""
886
887#: ../python/pakfire/cli.py:1353 ../python/pakfire/keyring.py:99
888#, python-format
889msgid "Expires: %s"
890msgstr ""
891
892#. If the keepalive message could not successfully be sent, we don't
893#. bother, because the client will soon retry.
894#: ../python/pakfire/client/base.py:213
895msgid "Could not send a keepalive message to the hub."
896msgstr ""
897
898#. Don't give a shit either.
899#: ../python/pakfire/client/base.py:247
900msgid "Could not update the host information."
901msgstr ""
902
903#: ../python/pakfire/client/builder.py:179
904msgid "Less than 2GB of free space. Cannot request a new job."
905msgstr ""
906
907#. Log all XMLRPC protocol errors.
908#: ../python/pakfire/client/transport.py:90
909msgid "XMLRPC protocol error:"
910msgstr ""
911
912#: ../python/pakfire/client/transport.py:91
913#, python-format
914msgid "URL: %s"
915msgstr ""
916
917#: ../python/pakfire/client/transport.py:92
918msgid " HTTP headers:"
919msgstr ""
920
921#: ../python/pakfire/client/transport.py:95
922#, python-format
923msgid "Error code: %s"
924msgstr ""
925
926#: ../python/pakfire/client/transport.py:96
927#, python-format
928msgid "Error message: %s"
929msgstr ""
930
931#: ../python/pakfire/client/transport.py:116
932#, python-format
933msgid "Trying again in %(timeout)s second(s). %(tries)s tries left."
934msgstr ""
935
936#: ../python/pakfire/client/transport.py:121
937msgid "Maximum number of tries was reached. Giving up."
938msgstr ""
939
940#: ../python/pakfire/compress.py:85 ../python/pakfire/compress.py:95
941#, python-format
942msgid "Given algorithm '%s' is not supported."
943msgstr ""
944
945#: ../python/pakfire/config.py:191
946#, python-format
947msgid "Unhandled configuration update: %s"
948msgstr ""
949
950#: ../python/pakfire/config.py:205
951msgid "Configuration:"
952msgstr ""
953
954#: ../python/pakfire/config.py:207
955#, python-format
956msgid "Section: %s"
957msgstr ""
958
959#: ../python/pakfire/config.py:212
960msgid "No settings in this section."
961msgstr ""
962
963#: ../python/pakfire/config.py:214
964msgid "Loaded from files:"
965msgstr ""
966
967#: ../python/pakfire/downloader.py:155
968msgid "Downloading source files:"
969msgstr ""
970
971#: ../python/pakfire/downloader.py:158
972msgid "Cannot download source code in offline mode."
973msgstr ""
974
975#: ../python/pakfire/downloader.py:181
976#, python-format
977msgid "Downloaded empty file: %s"
978msgstr ""
979
980#: ../python/pakfire/errors.py:30
981msgid "An unhandled error occured."
982msgstr ""
983
984#: ../python/pakfire/errors.py:46
985msgid "Could not compress/decompress data."
986msgstr ""
987
988#: ../python/pakfire/errors.py:58
989msgid "One or more dependencies could not been resolved."
990msgstr ""
991
992#: ../python/pakfire/errors.py:61
993msgid "An error occured when pakfire tried to download files."
994msgstr ""
995
996#: ../python/pakfire/errors.py:74
997msgid ""
998"The requested action cannot be done on offline mode.\n"
999"Please connect your system to the network, remove --offline from the command line and try again."
1000msgstr ""
1001
1002#: ../python/pakfire/errors.py:86
1003msgid "Running pakfire-build in a pakfire container?"
1004msgstr ""
1005
1006#: ../python/pakfire/errors.py:94 ../python/pakfire/transaction.py:475
1007msgid "Transaction test was not successful"
1008msgstr ""
1009
1010#: ../python/pakfire/errors.py:98
1011msgid "Generic XMLRPC error."
1012msgstr ""
1013
1014#: ../python/pakfire/errors.py:102
1015msgid ""
1016"You are forbidden to perform this action. Maybe you need to check your "
1017"credentials."
1018msgstr ""
1019
1020#: ../python/pakfire/errors.py:106
1021msgid "A request could not be fulfilled by the server."
1022msgstr ""
1023
1024#: ../python/pakfire/errors.py:110
1025msgid "Could not find the requested URL."
1026msgstr ""
1027
1028#: ../python/pakfire/errors.py:114
1029msgid "An unforseable problem on the XML-RPC transport connection occured."
1030msgstr ""
1031
1032#: ../python/pakfire/i18n.py:54
1033#, python-format
1034msgid "%(commas)s and %(last)s"
1035msgstr ""
1036
1037#: ../python/pakfire/keyring.py:82
1038#, python-format
1039msgid "Fingerprint: %s"
1040msgstr ""
1041
1042#: ../python/pakfire/keyring.py:84
1043msgid "Private key available!"
1044msgstr ""
1045
1046#: ../python/pakfire/keyring.py:88
1047#, python-format
1048msgid "Subkey: %s"
1049msgstr ""
1050
1051#: ../python/pakfire/keyring.py:90
1052msgid "This key has expired!"
1053msgstr ""
1054
1055#: ../python/pakfire/keyring.py:93
1056msgid "This is a secret key."
1057msgstr ""
1058
1059#: ../python/pakfire/keyring.py:101
1060msgid "This key does not expire."
1061msgstr ""
1062
1063#: ../python/pakfire/keyring.py:149
1064#, python-format
1065msgid "Generating new key for %(realname)s <%(email)s>..."
1066msgstr ""
1067
1068#: ../python/pakfire/keyring.py:150
1069msgid "This may take a while..."
1070msgstr ""
1071
1072#: ../python/pakfire/keyring.py:169
1073#, python-format
1074msgid "Successfully imported %s."
1075msgstr ""
1076
1077#: ../python/pakfire/keyring.py:189
1078msgid "Host key:"
1079msgstr ""
1080
1081#: ../python/pakfire/keyring.py:196
1082#, python-format
1083msgid ""
1084"WARNING! Host key with ID %s configured, but the secret key is missing!"
1085msgstr ""
1086
1087#: ../python/pakfire/keyring.py:199
1088#, python-format
1089msgid "WARNING! Host key with ID %s configured, but not found!"
1090msgstr ""
1091
1092#: ../python/pakfire/keyring.py:201
1093msgid "No host key available or configured."
1094msgstr ""
1095
1096#: ../python/pakfire/packages/base.py:99
1097msgid "Name"
1098msgstr ""
1099
1100#: ../python/pakfire/packages/base.py:110 ../python/pakfire/transaction.py:404
1101msgid "Version"
1102msgstr ""
1103
1104#: ../python/pakfire/packages/base.py:111
1105msgid "Release"
1106msgstr ""
1107
1108#: ../python/pakfire/packages/base.py:115 ../python/pakfire/transaction.py:405
1109msgid "Size"
1110msgstr ""
1111
1112#: ../python/pakfire/packages/base.py:119
1113msgid "Repo"
1114msgstr ""
1115
1116#: ../python/pakfire/packages/base.py:122
1117msgid "Summary"
1118msgstr ""
1119
1120#: ../python/pakfire/packages/base.py:123
1121msgid "Groups"
1122msgstr ""
1123
1124#: ../python/pakfire/packages/base.py:124
1125msgid "URL"
1126msgstr ""
1127
1128#: ../python/pakfire/packages/base.py:125
1129msgid "License"
1130msgstr ""
1131
1132#: ../python/pakfire/packages/base.py:128
1133msgid "Description"
1134msgstr ""
1135
1136#: ../python/pakfire/packages/base.py:135
1137msgid "Maintainer"
1138msgstr ""
1139
1140#: ../python/pakfire/packages/base.py:137
1141msgid "Vendor"
1142msgstr ""
1143
1144#: ../python/pakfire/packages/base.py:139
1145msgid "UUID"
1146msgstr ""
1147
1148#: ../python/pakfire/packages/base.py:140
1149msgid "Build ID"
1150msgstr ""
1151
1152#: ../python/pakfire/packages/base.py:141
1153msgid "Build date"
1154msgstr ""
1155
1156#: ../python/pakfire/packages/base.py:144
1157msgid "Signatures"
1158msgstr ""
1159
1160#: ../python/pakfire/packages/base.py:149
1161msgid "Provides"
1162msgstr ""
1163
1164#: ../python/pakfire/packages/base.py:154
1165msgid "Pre-requires"
1166msgstr ""
1167
1168#: ../python/pakfire/packages/base.py:159
1169msgid "Requires"
1170msgstr ""
1171
1172#: ../python/pakfire/packages/base.py:164
1173msgid "Conflicts"
1174msgstr ""
1175
1176#: ../python/pakfire/packages/base.py:169
1177msgid "Obsoletes"
1178msgstr ""
1179
1180#: ../python/pakfire/packages/base.py:177
1181msgid "File"
1182msgstr ""
1183
1184#: ../python/pakfire/packages/base.py:367
1185msgid "Not set"
1186msgstr ""
1187
1188#: ../python/pakfire/packages/base.py:534
1189#, python-format
1190msgid "Config file saved as %s."
1191msgstr ""
1192
1193#: ../python/pakfire/packages/file.py:93
1194#, python-format
1195msgid "Could not extract file: /%(src)s - %(dst)s"
1196msgstr ""
1197
1198#: ../python/pakfire/packages/file.py:159
1199#, python-format
1200msgid "Filename: %s"
1201msgstr ""
1202
1203#: ../python/pakfire/packages/file.py:256
1204#, python-format
1205msgid "File in archive is missing in file metadata: %s. Skipping."
1206msgstr ""
1207
1208#: ../python/pakfire/packages/file.py:312
1209#, python-format
1210msgid "Config file created as %s"
1211msgstr ""
1212
1213#: ../python/pakfire/packages/file.py:326
1214#, python-format
1215msgid "Could not remove file: /%s"
1216msgstr ""
1217
1218#: ../python/pakfire/packages/lexer.py:718
1219#, python-format
1220msgid "Template does not exist: %s"
1221msgstr ""
1222
1223#: ../python/pakfire/packages/make.py:81
1224msgid "Package name is undefined."
1225msgstr ""
1226
1227#: ../python/pakfire/packages/make.py:84
1228msgid "Package version is undefined."
1229msgstr ""
1230
1231#: ../python/pakfire/packages/make.py:421
1232#, python-format
1233msgid "Searching for automatic dependencies for %s..."
1234msgstr ""
1235
1236#: ../python/pakfire/packages/make.py:475
1237#, python-format
1238msgid "Regular experession is invalid and has been skipped: %s"
1239msgstr ""
1240
1241#. Let the user know what has been done.
1242#: ../python/pakfire/packages/make.py:491
1243#, python-format
1244msgid "Filter '%(pattern)s' filtered %(dep)s."
1245msgstr ""
1246
1247#. Load progressbar.
1248#: ../python/pakfire/packages/packager.py:394
1249#: ../python/pakfire/packages/packager.py:689
1250msgid "Packaging"
1251msgstr ""
1252
1253#: ../python/pakfire/packages/packager.py:717
1254#, python-format
1255msgid "Building source package %s:"
1256msgstr ""
1257
1258#: ../python/pakfire/repository/database.py:123
1259msgid ""
1260"The format of the database is not supported by this version of pakfire."
1261msgstr ""
1262
1263#: ../python/pakfire/repository/database.py:231
1264#, python-format
1265msgid "Cannot use database with version greater than %s."
1266msgstr ""
1267
1268#: ../python/pakfire/repository/database.py:233
1269#, python-format
1270msgid "Migrating database from format %(old)s to %(new)s."
1271msgstr ""
1272
1273#. Create progress bar.
1274#: ../python/pakfire/repository/local.py:102
1275#: ../python/pakfire/repository/local.py:272
1276#, python-format
1277msgid "%s: Adding packages..."
1278msgstr ""
1279
1280#. Make a nice progress bar.
1281#: ../python/pakfire/repository/local.py:205
1282msgid "Compressing database..."
1283msgstr ""
1284
1285#: ../python/pakfire/repository/remote.py:122
1286msgid "You cannot force to update metadata in offline mode."
1287msgstr ""
1288
1289#: ../python/pakfire/repository/remote.py:147
1290#, python-format
1291msgid "No metadata available for repository %s. Cannot download any."
1292msgstr ""
1293
1294#: ../python/pakfire/repository/remote.py:172
1295#, python-format
1296msgid "Could not update metadata for %s from any mirror server"
1297msgstr ""
1298
1299#: ../python/pakfire/repository/remote.py:181
1300msgid "The downloaded metadata was less recent than the current one."
1301msgstr ""
1302
1303#: ../python/pakfire/repository/remote.py:220
1304#, python-format
1305msgid "Cannot download package database for %s in offline mode."
1306msgstr ""
1307
1308#: ../python/pakfire/repository/remote.py:231
1309#, python-format
1310msgid "%s: package database"
1311msgstr ""
1312
1313#: ../python/pakfire/repository/remote.py:305
1314#, python-format
1315msgid "Cannot download this file in offline mode: %s"
1316msgstr ""
1317
1318#: ../python/pakfire/repository/remote.py:311
1319#, python-format
1320msgid "Could not download %s: %s"
1321msgstr ""
1322
1323#: ../python/pakfire/repository/remote.py:336
1324msgid "The checksum of the downloaded file did not match."
1325msgstr ""
1326
1327#: ../python/pakfire/repository/remote.py:337
1328#, python-format
1329msgid "Expected %(good)s but got %(bad)s."
1330msgstr ""
1331
1332#: ../python/pakfire/repository/remote.py:338
1333msgid "Trying an other mirror."
1334msgstr ""
1335
1336#. Create a progressbar.
1337#: ../python/pakfire/repository/system.py:66
1338msgid "Loading installed packages"
1339msgstr ""
1340
1341#: ../python/pakfire/satsolver.py:199 ../python/pakfire/satsolver.py:225
1342msgid "The solver returned one problem:"
1343msgstr ""
1344
1345#. Ask the user if he or she want to modify the request. If not, just exit.
1346#: ../python/pakfire/satsolver.py:241
1347msgid "Do you want to manually alter the request?"
1348msgstr ""
1349
1350#: ../python/pakfire/satsolver.py:244
1351msgid "You can now try to satisfy the solver by modifying your request."
1352msgstr ""
1353
1354#: ../python/pakfire/satsolver.py:249
1355msgid "Which problem to you want to resolve?"
1356msgstr ""
1357
1358#: ../python/pakfire/satsolver.py:251
1359msgid "Press enter to try to re-solve the request."
1360msgstr ""
1361
1362#: ../python/pakfire/satsolver.py:282
1363#, python-format
1364msgid " Solution: %s"
1365msgstr ""
1366
1367#: ../python/pakfire/satsolver.py:291
1368msgid " Solutions:"
1369msgstr ""
1370
1371#: ../python/pakfire/server.py:279 ../python/pakfire/system.py:132
1372msgid "Could not be determined"
1373msgstr ""
1374
1375#: ../python/pakfire/transaction.py:94
1376#, python-format
1377msgid "file %(name)s from %(pkg1)s conflicts with file from package %(pkg2)s"
1378msgstr ""
1379
1380#: ../python/pakfire/transaction.py:100
1381#, python-format
1382msgid "file %(name)s from %(pkg)s conflicts with files from %(pkgs)s"
1383msgstr ""
1384
1385#: ../python/pakfire/transaction.py:106
1386#, python-format
1387msgid ""
1388"file %(name)s causes the transaction test to fail for an unknown reason"
1389msgstr ""
1390
1391#: ../python/pakfire/transaction.py:114
1392#, python-format
1393msgid ""
1394"There is not enough space left on %(name)s. Need at least %(size)s to "
1395"perform transaction."
1396msgstr ""
1397
1398#: ../python/pakfire/transaction.py:327
1399#, python-format
1400msgid "Not enough space to download %s of packages."
1401msgstr ""
1402
1403#: ../python/pakfire/transaction.py:330
1404msgid "Downloading packages:"
1405msgstr ""
1406
1407#: ../python/pakfire/transaction.py:404
1408msgid "Package"
1409msgstr ""
1410
1411#: ../python/pakfire/transaction.py:409
1412msgid "Installing:"
1413msgstr ""
1414
1415#: ../python/pakfire/transaction.py:410
1416msgid "Reinstalling:"
1417msgstr ""
1418
1419#: ../python/pakfire/transaction.py:411
1420msgid "Updating:"
1421msgstr ""
1422
1423#: ../python/pakfire/transaction.py:412
1424msgid "Downgrading:"
1425msgstr ""
1426
1427#: ../python/pakfire/transaction.py:413
1428msgid "Removing:"
1429msgstr ""
1430
1431#: ../python/pakfire/transaction.py:419
1432msgid "Transaction Summary"
1433msgstr ""
1434
1435#: ../python/pakfire/transaction.py:426
1436msgid "package"
1437msgstr ""
1438
1439#: ../python/pakfire/transaction.py:432
1440#, python-format
1441msgid "Total download size: %s"
1442msgstr ""
1443
1444#: ../python/pakfire/transaction.py:436
1445#, python-format
1446msgid "Installed size: %s"
1447msgstr ""
1448
1449#: ../python/pakfire/transaction.py:439
1450#, python-format
1451msgid "Freed size: %s"
1452msgstr ""
1453
1454#: ../python/pakfire/transaction.py:450
1455msgid "Is this okay?"
1456msgstr ""
1457
1458#: ../python/pakfire/transaction.py:456
1459msgid "Running Transaction Test"
1460msgstr ""
1461
1462#: ../python/pakfire/transaction.py:468
1463msgid "Transaction Test Succeeded"
1464msgstr ""
1465
1466#. Make a nice progressbar.
1467#: ../python/pakfire/transaction.py:501
1468msgid "Verifying signatures..."
1469msgstr ""
1470
1471#: ../python/pakfire/transaction.py:533
1472#, python-format
1473msgid "Found %s signature error(s)!"
1474msgstr ""
1475
1476#: ../python/pakfire/transaction.py:538
1477msgid "Going on because we are running in permissive mode."
1478msgstr ""
1479
1480#: ../python/pakfire/transaction.py:539
1481msgid "This is dangerous!"
1482msgstr ""
1483
1484#: ../python/pakfire/transaction.py:560
1485msgid "Running transaction"
1486msgstr ""
1487
1488#: ../python/pakfire/util.py:68
1489#, python-format
1490msgid "%s [y/N]"
1491msgstr ""
1492
1493#: ../python/pakfire/util.py:260
1494msgid "Killing orphans..."
1495msgstr ""
1496
1497#: ../python/pakfire/util.py:267
1498#, python-format
1499msgid "Process ID %s is still running in chroot. Killing..."
1500msgstr ""
1501
1502#: ../python/pakfire/util.py:279
1503msgid "Waiting for processes to terminate..."
1504msgstr ""
1505
1506#: ../python/src/problem.c:159
1507#, c-format
1508msgid "%s does not belong to a distupgrade repository"
1509msgstr ""
1510
1511#: ../python/src/problem.c:166
1512#, c-format
1513msgid "%s has inferior architecture"
1514msgstr ""
1515
1516#: ../python/src/problem.c:173
1517#, c-format
1518msgid "problem with installed package %s"
1519msgstr ""
1520
1521#: ../python/src/problem.c:179
1522#, c-format
1523msgid "conflicting requests"
1524msgstr ""
1525
1526#: ../python/src/problem.c:184
1527#, c-format
1528msgid "nothing provides requested %s"
1529msgstr ""
1530
1531#: ../python/src/problem.c:190
1532#, c-format
1533msgid "some dependency problem"
1534msgstr ""
1535
1536#: ../python/src/problem.c:195
1537#, c-format
1538msgid "package %s is not installable"
1539msgstr ""
1540
1541#: ../python/src/problem.c:202
1542#, c-format
1543msgid "nothing provides %s needed by %s"
1544msgstr ""
1545
1546#: ../python/src/problem.c:209
1547#, c-format
1548msgid "cannot install both %s and %s"
1549msgstr ""
1550
1551#: ../python/src/problem.c:216
1552#, c-format
1553msgid "package %s conflicts with %s provided by %s"
1554msgstr ""
1555
1556#: ../python/src/problem.c:224
1557#, c-format
1558msgid "package %s obsoletes %s provided by %s"
1559msgstr ""
1560
1561#: ../python/src/problem.c:232
1562#, c-format
1563msgid "installed package %s obsoletes %s provided by %s"
1564msgstr ""
1565
1566#: ../python/src/problem.c:240
1567#, c-format
1568msgid "package %s implicitely obsoletes %s provided by %s"
1569msgstr ""
1570
1571#: ../python/src/problem.c:248
1572#, c-format
1573msgid "package %s requires %s, but none of the providers can be installed"
1574msgstr ""
1575
1576#: ../python/src/problem.c:255
1577#, c-format
1578msgid "package %s conflicts with %s provided by itself"
1579msgstr ""
1580
1581#: ../python/src/problem.c:264
1582#, c-format
1583msgid "bad rule type"
1584msgstr ""
1585
1586#: ../python/src/solution.c:86
1587#, c-format
1588msgid "do not keep %s installed"
1589msgstr ""
1590
1591#: ../python/src/solution.c:89
1592#, c-format
1593msgid "do not install a solvable %s"
1594msgstr ""
1595
1596#: ../python/src/solution.c:92
1597#, c-format
1598msgid "do not install %s"
1599msgstr ""
1600
1601#: ../python/src/solution.c:98
1602#, c-format
1603msgid "do not forbid installation of %s"
1604msgstr ""
1605
1606#: ../python/src/solution.c:101
1607#, c-format
1608msgid "do not deinstall all solvables %s"
1609msgstr ""
1610
1611#: ../python/src/solution.c:104
1612#, c-format
1613msgid "do not deinstall %s"
1614msgstr ""
1615
1616#: ../python/src/solution.c:109
1617#, c-format
1618msgid "do not install most recent version of %s"
1619msgstr ""
1620
1621#: ../python/src/solution.c:114
1622#, c-format
1623msgid "do not lock %s"
1624msgstr ""
1625
1626#: ../python/src/solution.c:119
1627#, c-format
1628msgid "do something different"
1629msgstr ""
1630
1631#: ../python/src/solution.c:126
1632#, c-format
1633msgid "keep %s despite the inferior architecture"
1634msgstr ""
1635
1636#: ../python/src/solution.c:129
1637#, c-format
1638msgid "install %s despite the inferior architecture"
1639msgstr ""
1640
1641#: ../python/src/solution.c:135
1642#, c-format
1643msgid "keep obsolete %s"
1644msgstr ""
1645
1646#: ../python/src/solution.c:138
1647#, c-format
1648msgid "install %s from excluded repository"
1649msgstr ""
1650
1651#: ../python/src/solution.c:150
1652#, c-format
1653msgid "allow downgrade of %s to %s"
1654msgstr ""
1655
1656#: ../python/src/solution.c:154
1657#, c-format
1658msgid "allow architecture change of %s to %s"
1659msgstr ""
1660
1661#: ../python/src/solution.c:159
1662#, c-format
1663msgid "allow vendor change from '%s' (%s) to '%s' (%s)"
1664msgstr ""
1665
1666#: ../python/src/solution.c:163
1667#, c-format
1668msgid "allow vendor change from '%s' (%s) to no vendor (%s)"
1669msgstr ""
1670
1671#: ../python/src/solution.c:169
1672#, c-format
1673msgid "allow replacement of %s with %s"
1674msgstr ""
1675
1676#. XXX Maybe we can make a more beautiful message here?!
1677#: ../tools/pakfire-multicall.py:25
1678msgid ""
1679"There has been an error when trying to import one or more of the modules, "
1680"that are required to run Pakfire."
1681msgstr ""
1682
1683#: ../tools/pakfire-multicall.py:27
1684msgid "Please check your installation of Pakfire."
1685msgstr ""
1686
1687#: ../tools/pakfire-multicall.py:29
1688msgid "The error that lead to this:"
1689msgstr ""
1690
1691#: ../tools/pakfire-multicall.py:70
1692msgid "An error has occured when running Pakfire."
1693msgstr ""
1694
1695#: ../tools/pakfire-multicall.py:73
1696msgid "Error message:"
1697msgstr ""
1698
1699#: ../tools/pakfire-multicall.py:80
1700msgid "Further description:"
1701msgstr ""