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