]> git.ipfire.org Git - pakfire.git/blame - po/pakfire.pot
Rewrite the buildsystem of this package.
[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"
a1388014 11"POT-Creation-Date: 2011-09-27 16:07+0200\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
a1388014 20#: ../python/pakfire/actions.py:108
94438733
MT
21#, python-format
22msgid "Cannot run scriptlet because no interpreter is available: %s"
23msgstr ""
24
a1388014 25#: ../python/pakfire/actions.py:112
94438733
MT
26#, python-format
27msgid "Cannot run scriptlet because the interpreter is not executable: %s"
28msgstr ""
29
a1388014 30#: ../python/pakfire/actions.py:161
94438733
MT
31#, python-format
32msgid ""
33"The scriptlet returned an error:\n"
34"%s"
35msgstr ""
36
a1388014 37#: ../python/pakfire/actions.py:164
94438733
MT
38#, python-format
39msgid "The scriptlet ran more than %s seconds and was killed."
40msgstr ""
41
a1388014 42#: ../python/pakfire/actions.py:222 ../python/pakfire/actions.py:279
1e80d5d7
MT
43msgid "Installing"
44msgstr ""
45
a1388014 46#: ../python/pakfire/actions.py:232
1e80d5d7
MT
47msgid "Updating"
48msgstr ""
49
a1388014 50#: ../python/pakfire/actions.py:246
3d6cea71 51msgid "Removing"
1e80d5d7
MT
52msgstr ""
53
e871a081 54#. Cleaning up leftover files and stuff.
a1388014 55#: ../python/pakfire/actions.py:264
e871a081
MT
56msgid "Cleanup"
57msgstr ""
58
a1388014 59#: ../python/pakfire/actions.py:289
1e80d5d7
MT
60msgid "Downgrading"
61msgstr ""
62
a1388014
MT
63#: ../python/pakfire/base.py:199 ../python/pakfire/base.py:229
64#: ../python/pakfire/base.py:275 ../python/pakfire/base.py:316
65#: ../python/pakfire/base.py:349
c9a51ed9
MT
66msgid "Nothing to do"
67msgstr ""
68
a1388014 69#: ../python/pakfire/base.py:261
022c792a
MT
70msgid "There are no packages to install."
71msgstr ""
72
a1388014 73#: ../python/pakfire/base.py:451
c07a3ca7
MT
74msgid "Build command has failed."
75msgstr ""
76
a1388014 77#: ../python/pakfire/base.py:535
35d89fd7
MT
78msgid "Everything is fine."
79msgstr ""
80
a1388014 81#: ../python/pakfire/builder.py:123
c07a3ca7 82msgid "Package information:"
18edfe75
MT
83msgstr ""
84
c07a3ca7 85#. Copy the makefile and load source tarballs.
a1388014 86#: ../python/pakfire/builder.py:261
c07a3ca7
MT
87msgid "Extracting"
88msgstr ""
89
a1388014 90#: ../python/pakfire/builder.py:551
c07a3ca7
MT
91msgid "The build command failed. See logfile for details."
92msgstr ""
93
94#. Package the result.
95#. Make all these little package from the build environment.
a1388014 96#: ../python/pakfire/builder.py:700
c07a3ca7
MT
97msgid "Creating packages:"
98msgstr ""
99
100#. Execute the buildscript of this stage.
a1388014 101#: ../python/pakfire/builder.py:720
c07a3ca7
MT
102#, python-format
103msgid "Running stage %s:"
104msgstr ""
105
a1388014 106#: ../python/pakfire/cli.py:42
c605d735 107msgid "Pakfire command line interface."
ae20b05f
MT
108msgstr ""
109
a1388014 110#: ../python/pakfire/cli.py:49
c605d735 111msgid "The path where pakfire should operate in."
ae20b05f
MT
112msgstr ""
113
a1388014 114#: ../python/pakfire/cli.py:112
c605d735 115msgid "Enable verbose output."
ae20b05f
MT
116msgstr ""
117
a1388014 118#: ../python/pakfire/cli.py:115
c605d735 119msgid "Path to a configuration file to load."
ae20b05f
MT
120msgstr ""
121
a1388014 122#: ../python/pakfire/cli.py:118
c605d735 123msgid "Disable a repository temporarily."
ae20b05f
MT
124msgstr ""
125
a1388014 126#: ../python/pakfire/cli.py:121
6557ff4c
MT
127msgid "Enable a repository temporarily."
128msgstr ""
129
a1388014 130#: ../python/pakfire/cli.py:124
6a509182
MT
131msgid "Run pakfire in offline mode."
132msgstr ""
133
a1388014 134#: ../python/pakfire/cli.py:129
c605d735 135msgid "Install one or more packages to the system."
ae20b05f
MT
136msgstr ""
137
a1388014 138#: ../python/pakfire/cli.py:131
c605d735 139msgid "Give name of at least one package to install."
ae20b05f
MT
140msgstr ""
141
a1388014 142#: ../python/pakfire/cli.py:137
c605d735 143msgid "Install one or more packages from the filesystem."
ae20b05f
MT
144msgstr ""
145
a1388014 146#: ../python/pakfire/cli.py:139
c605d735 147msgid "Give filename of at least one package."
ae20b05f
MT
148msgstr ""
149
a1388014 150#: ../python/pakfire/cli.py:145
c605d735 151msgid "Remove one or more packages from the system."
ae20b05f
MT
152msgstr ""
153
a1388014 154#: ../python/pakfire/cli.py:147
c605d735 155msgid "Give name of at least one package to remove."
ae20b05f
MT
156msgstr ""
157
a1388014 158#: ../python/pakfire/cli.py:153
c605d735 159msgid "Update the whole system or one specific package."
ae20b05f
MT
160msgstr ""
161
a1388014 162#: ../python/pakfire/cli.py:155 ../python/pakfire/cli.py:163
c605d735 163msgid "Give a name of a package to update or leave emtpy for all."
ae20b05f
MT
164msgstr ""
165
a1388014 166#: ../python/pakfire/cli.py:161
b25a3d84
MT
167msgid "Check, if there are any updates available."
168msgstr ""
169
a1388014 170#: ../python/pakfire/cli.py:169
c605d735 171msgid "Print some information about the given package(s)."
ae20b05f
MT
172msgstr ""
173
a1388014 174#: ../python/pakfire/cli.py:171
c605d735 175msgid "Give at least the name of one package."
ae20b05f
MT
176msgstr ""
177
a1388014 178#: ../python/pakfire/cli.py:177
c605d735 179msgid "Search for a given pattern."
ae20b05f
MT
180msgstr ""
181
a1388014 182#: ../python/pakfire/cli.py:179
c605d735 183msgid "A pattern to search for."
f6964521
MT
184msgstr ""
185
a1388014 186#: ../python/pakfire/cli.py:185
c605d735 187msgid "Get a list of packages that provide a given file or feature."
f6964521
MT
188msgstr ""
189
a1388014 190#: ../python/pakfire/cli.py:187
c605d735 191msgid "File or feature to search for."
f6964521
MT
192msgstr ""
193
a1388014 194#: ../python/pakfire/cli.py:193
c605d735 195msgid "Get list of packages that belong to the given group."
ae20b05f
MT
196msgstr ""
197
a1388014 198#: ../python/pakfire/cli.py:195
c605d735 199msgid "Group name to search for."
d4c94aa5
MT
200msgstr ""
201
a1388014 202#: ../python/pakfire/cli.py:201
c605d735 203msgid "Install all packages that belong to the given group."
ae20b05f
MT
204msgstr ""
205
a1388014 206#: ../python/pakfire/cli.py:203
c605d735 207msgid "Group name."
d4c94aa5
MT
208msgstr ""
209
a1388014 210#: ../python/pakfire/cli.py:209
c605d735 211msgid "List all currently enabled repositories."
ae20b05f
MT
212msgstr ""
213
a1388014 214#: ../python/pakfire/cli.py:213
31267a64
MT
215msgid "Cleanup commands."
216msgstr ""
217
a1388014 218#: ../python/pakfire/cli.py:221
31267a64
MT
219msgid "Cleanup all temporary files."
220msgstr ""
221
a1388014 222#: ../python/pakfire/cli.py:227
35d89fd7
MT
223msgid "Check the system for any errors."
224msgstr ""
225
a1388014 226#: ../python/pakfire/cli.py:233
b25a3d84
MT
227msgid "Check the dependencies for a particular package."
228msgstr ""
229
a1388014 230#: ../python/pakfire/cli.py:235
b25a3d84
MT
231msgid "Give name of at least one package to check."
232msgstr ""
233
a1388014 234#: ../python/pakfire/cli.py:298 ../python/pakfire/transaction.py:194
c605d735 235msgid "Repository"
ae20b05f
MT
236msgstr ""
237
a1388014 238#: ../python/pakfire/cli.py:298
c605d735 239msgid "Enabled"
ae20b05f
MT
240msgstr ""
241
a1388014 242#: ../python/pakfire/cli.py:298
c605d735 243msgid "Priority"
ae20b05f
MT
244msgstr ""
245
a1388014 246#: ../python/pakfire/cli.py:298
c605d735 247msgid "Packages"
ae20b05f
MT
248msgstr ""
249
a1388014 250#: ../python/pakfire/cli.py:310
31267a64
MT
251msgid "Cleaning up everything..."
252msgstr ""
253
a1388014 254#: ../python/pakfire/cli.py:324 ../python/pakfire/cli.py:579
c605d735 255msgid "Pakfire builder command line interface."
ae20b05f
MT
256msgstr ""
257
a1388014 258#: ../python/pakfire/cli.py:379
c605d735 259msgid "Update the package indexes."
ae20b05f
MT
260msgstr ""
261
a1388014 262#: ../python/pakfire/cli.py:385 ../python/pakfire/cli.py:599
c605d735 263msgid "Build one or more packages."
ae20b05f
MT
264msgstr ""
265
a1388014 266#: ../python/pakfire/cli.py:387 ../python/pakfire/cli.py:601
c605d735 267msgid "Give name of at least one package to build."
ae20b05f
MT
268msgstr ""
269
a1388014 270#: ../python/pakfire/cli.py:391 ../python/pakfire/cli.py:605
c605d735 271msgid "Build the package for the given architecture."
ae20b05f
MT
272msgstr ""
273
a1388014
MT
274#: ../python/pakfire/cli.py:393 ../python/pakfire/cli.py:419
275#: ../python/pakfire/cli.py:607
c605d735 276msgid "Path were the output files should be copied to."
ae20b05f
MT
277msgstr ""
278
a1388014
MT
279#: ../python/pakfire/cli.py:395 ../python/pakfire/cli.py:408
280#: ../python/pakfire/cli.py:609
f22069bb 281msgid "Mode to run in. Is either 'release' or 'development' (default)."
c0fd807c
MT
282msgstr ""
283
a1388014 284#: ../python/pakfire/cli.py:400
f22069bb
MT
285msgid "Go into a shell."
286msgstr ""
287
a1388014 288#: ../python/pakfire/cli.py:402
c605d735 289msgid "Give name of a package."
ae20b05f
MT
290msgstr ""
291
a1388014 292#: ../python/pakfire/cli.py:406
c605d735 293msgid "Emulated architecture in the shell."
7c8f2953
MT
294msgstr ""
295
a1388014 296#: ../python/pakfire/cli.py:413
c605d735 297msgid "Generate a source package."
47a4cb89
MT
298msgstr ""
299
a1388014 300#: ../python/pakfire/cli.py:415
c605d735 301msgid "Give name(s) of a package(s)."
47a4cb89
MT
302msgstr ""
303
a1388014 304#: ../python/pakfire/cli.py:492
df9c4f62 305msgid "Pakfire server command line interface."
47a4cb89
MT
306msgstr ""
307
a1388014 308#: ../python/pakfire/cli.py:529
df9c4f62 309msgid "Request a build job from the server."
47a4cb89
MT
310msgstr ""
311
a1388014 312#: ../python/pakfire/cli.py:535
df9c4f62 313msgid "Send a keepalive to the server."
47a4cb89
MT
314msgstr ""
315
a1388014 316#: ../python/pakfire/cli.py:542
df9c4f62 317msgid "Update all repositories."
66af936c
MT
318msgstr ""
319
a1388014 320#: ../python/pakfire/cli.py:548
df9c4f62 321msgid "Repository management commands."
a39fd08b
MT
322msgstr ""
323
a1388014 324#: ../python/pakfire/cli.py:556
df9c4f62 325msgid "Create a new repository index."
a39fd08b
MT
326msgstr ""
327
a1388014 328#: ../python/pakfire/cli.py:557
df9c4f62 329msgid "Path to the packages."
47a4cb89
MT
330msgstr ""
331
a1388014 332#: ../python/pakfire/cli.py:558
df9c4f62 333msgid "Path to input packages."
71d3b468
MT
334msgstr ""
335
a1388014 336#: ../python/pakfire/cli.py:611
c07a3ca7
MT
337msgid "Do not verify build dependencies."
338msgstr ""
339
a1388014
MT
340#: ../python/pakfire/compress.py:133
341#: ../python/pakfire/packages/packager.py:489
536544e3
MT
342#, python-format
343msgid "Compressing %s"
344msgstr ""
345
a1388014 346#: ../python/pakfire/errors.py:30
60845a36
MT
347msgid "An unhandled error occured."
348msgstr ""
349
a1388014 350#: ../python/pakfire/errors.py:51
60845a36
MT
351msgid "One or more dependencies could not been resolved."
352msgstr ""
353
a1388014 354#: ../python/pakfire/errors.py:66
6a509182
MT
355msgid ""
356"The requested action cannot be done on offline mode.\n"
357"Please connect your system to the network, remove --offline from the command "
358"line and try again."
359msgstr ""
360
a1388014 361#: ../python/pakfire/packages/base.py:89
c605d735 362msgid "Name"
47a4cb89
MT
363msgstr ""
364
a1388014 365#: ../python/pakfire/packages/base.py:90 ../python/pakfire/transaction.py:193
c605d735 366msgid "Arch"
47a4cb89
MT
367msgstr ""
368
a1388014 369#: ../python/pakfire/packages/base.py:91 ../python/pakfire/transaction.py:193
c605d735 370msgid "Version"
47a4cb89
MT
371msgstr ""
372
a1388014 373#: ../python/pakfire/packages/base.py:92
c605d735 374msgid "Release"
47a4cb89
MT
375msgstr ""
376
a1388014 377#: ../python/pakfire/packages/base.py:96 ../python/pakfire/transaction.py:194
c605d735 378msgid "Size"
47a4cb89
MT
379msgstr ""
380
a1388014 381#: ../python/pakfire/packages/base.py:100
c605d735 382msgid "Repo"
66af936c
MT
383msgstr ""
384
a1388014 385#: ../python/pakfire/packages/base.py:103
c605d735 386msgid "Summary"
66af936c
MT
387msgstr ""
388
a1388014 389#: ../python/pakfire/packages/base.py:104
c605d735 390msgid "Groups"
7c8f2953
MT
391msgstr ""
392
a1388014 393#: ../python/pakfire/packages/base.py:105
c605d735 394msgid "URL"
7c8f2953
MT
395msgstr ""
396
a1388014 397#: ../python/pakfire/packages/base.py:106
c605d735 398msgid "License"
7c8f2953
MT
399msgstr ""
400
a1388014 401#: ../python/pakfire/packages/base.py:109
c605d735 402msgid "Description"
7c8f2953
MT
403msgstr ""
404
a1388014 405#: ../python/pakfire/packages/base.py:116
c07a3ca7
MT
406msgid "Maintainer"
407msgstr ""
408
a1388014 409#: ../python/pakfire/packages/base.py:118
c605d735 410msgid "UUID"
7c8f2953
MT
411msgstr ""
412
a1388014 413#: ../python/pakfire/packages/base.py:119
c605d735 414msgid "Build ID"
7c8f2953
MT
415msgstr ""
416
a1388014 417#: ../python/pakfire/packages/base.py:120
c605d735 418msgid "Build date"
7c8f2953
MT
419msgstr ""
420
a1388014 421#: ../python/pakfire/packages/base.py:121
c605d735 422msgid "Build host"
7c8f2953
MT
423msgstr ""
424
a1388014 425#: ../python/pakfire/packages/base.py:123
c605d735 426msgid "Provides"
47a4cb89
MT
427msgstr ""
428
a1388014 429#: ../python/pakfire/packages/base.py:128
c07a3ca7
MT
430msgid "Pre-requires"
431msgstr ""
432
a1388014 433#: ../python/pakfire/packages/base.py:133
c605d735 434msgid "Requires"
47a4cb89
MT
435msgstr ""
436
a1388014 437#: ../python/pakfire/packages/base.py:138
c07a3ca7
MT
438msgid "Conflicts"
439msgstr ""
440
a1388014 441#: ../python/pakfire/packages/base.py:143
c07a3ca7
MT
442msgid "Obsoletes"
443msgstr ""
444
a1388014 445#: ../python/pakfire/packages/base.py:151
c157d1e2
MT
446msgid "File"
447msgstr ""
448
a1388014 449#: ../python/pakfire/packages/base.py:332
c157d1e2
MT
450msgid "Not set"
451msgstr ""
452
a1388014 453#: ../python/pakfire/packages/file.py:106
75bb74a7 454#, python-format
a1388014 455msgid "Could not extract file: /%(src)s - %(dst)s"
75bb74a7
MT
456msgstr ""
457
a1388014 458#: ../python/pakfire/packages/file.py:156
6a509182 459#, python-format
c07a3ca7
MT
460msgid "Filename: %s"
461msgstr ""
462
a1388014 463#: ../python/pakfire/packages/make.py:101
c07a3ca7 464msgid "Package name is undefined."
6a509182
MT
465msgstr ""
466
a1388014 467#: ../python/pakfire/packages/make.py:104
c07a3ca7
MT
468msgid "Package version is undefined."
469msgstr ""
470
471#. Load progressbar.
a1388014 472#: ../python/pakfire/packages/packager.py:315
c07a3ca7
MT
473msgid "Packaging"
474msgstr ""
475
a1388014 476#: ../python/pakfire/packages/packager.py:608
6a509182 477#, python-format
c07a3ca7 478msgid "Building source package %s:"
6a509182
MT
479msgstr ""
480
a1388014 481#: ../python/pakfire/repository/index.py:229
c07a3ca7 482#, python-format
6a509182 483msgid ""
c07a3ca7
MT
484"I cannot be forced to re-download the metadata for the repository '%s' when "
485"running in offline mode."
6a509182
MT
486msgstr ""
487
a1388014 488#: ../python/pakfire/repository/index.py:279
c605d735
MT
489#, python-format
490msgid "%s: package database"
47a4cb89
MT
491msgstr ""
492
714392de 493#. Create progress bar.
a1388014 494#: ../python/pakfire/repository/index.py:367
714392de
MT
495#, python-format
496msgid "Loading from %s"
497msgstr ""
498
c605d735 499#. Add all packages from the database to the index.
a1388014 500#: ../python/pakfire/repository/index.py:424
c605d735 501msgid "Loading installed packages"
47a4cb89
MT
502msgstr ""
503
a1388014 504#: ../python/pakfire/repository/remote.py:106
6a509182
MT
505#, python-format
506msgid "Cannot download this file in offline mode: %s"
507msgstr ""
508
a1388014 509#: ../python/pakfire/satsolver.py:148
15d88336 510msgid "The solver returned one problem:"
5168e648
MT
511msgstr ""
512
15d88336 513#. Ask the user if he or she want to modify the request. If not, just exit.
a1388014 514#: ../python/pakfire/satsolver.py:164
15d88336
MT
515msgid "Do you want to manually alter the request?"
516msgstr ""
517
a1388014 518#: ../python/pakfire/satsolver.py:167
15d88336
MT
519msgid "You can now try to satisfy the solver by modifying your request."
520msgstr ""
521
a1388014 522#: ../python/pakfire/satsolver.py:172
15d88336
MT
523msgid "Which problem to you want to resolve?"
524msgstr ""
525
a1388014 526#: ../python/pakfire/satsolver.py:174
15d88336
MT
527msgid "Press enter to try to re-solve the request."
528msgstr ""
529
a1388014 530#: ../python/pakfire/satsolver.py:205
15d88336
MT
531#, python-format
532msgid " Solution: %s"
533msgstr ""
534
a1388014 535#: ../python/pakfire/satsolver.py:214
15d88336 536msgid " Solutions:"
5168e648
MT
537msgstr ""
538
a1388014 539#: ../python/pakfire/transaction.py:128
0a9a2371
MT
540msgid "Downloading packages:"
541msgstr ""
542
a1388014 543#: ../python/pakfire/transaction.py:193
c605d735 544msgid "Package"
e412b8dc
MT
545msgstr ""
546
a1388014 547#: ../python/pakfire/transaction.py:198
c605d735 548msgid "Installing:"
92806f47
MT
549msgstr ""
550
a1388014 551#: ../python/pakfire/transaction.py:199
c605d735 552msgid "Reinstalling:"
66af936c
MT
553msgstr ""
554
a1388014 555#: ../python/pakfire/transaction.py:200
c605d735 556msgid "Updating:"
66af936c
MT
557msgstr ""
558
a1388014 559#: ../python/pakfire/transaction.py:201
c605d735 560msgid "Downgrading:"
66af936c
MT
561msgstr ""
562
a1388014 563#: ../python/pakfire/transaction.py:202
c605d735 564msgid "Removing:"
66af936c
MT
565msgstr ""
566
a1388014 567#: ../python/pakfire/transaction.py:208
c605d735 568msgid "Transaction Summary"
677ff42a
MT
569msgstr ""
570
a1388014 571#: ../python/pakfire/transaction.py:215
c605d735 572msgid "package"
677ff42a
MT
573msgstr ""
574
a1388014 575#: ../python/pakfire/transaction.py:221
c605d735
MT
576#, python-format
577msgid "Total download size: %s"
677ff42a
MT
578msgstr ""
579
a1388014 580#: ../python/pakfire/transaction.py:225
3d6cea71
MT
581#, python-format
582msgid "Installed size: %s"
583msgstr ""
584
a1388014 585#: ../python/pakfire/transaction.py:227
3d6cea71
MT
586#, python-format
587msgid "Freed size: %s"
588msgstr ""
589
a1388014 590#: ../python/pakfire/transaction.py:236
c605d735 591msgid "Is this okay?"
7c8f2953
MT
592msgstr ""
593
a1388014 594#: ../python/pakfire/transaction.py:242
3d6cea71
MT
595msgid "Running transaction"
596msgstr ""
597
a1388014 598#: ../python/pakfire/util.py:66
c605d735
MT
599#, python-format
600msgid "%s [y/N]"
677ff42a 601msgstr ""
5168e648 602
a1388014 603#: ../python/src/problem.c:159
5168e648
MT
604#, c-format
605msgid "%s does not belong to a distupgrade repository"
606msgstr ""
607
a1388014 608#: ../python/src/problem.c:166
5168e648
MT
609#, c-format
610msgid "%s has inferior architecture"
611msgstr ""
612
a1388014 613#: ../python/src/problem.c:173
5168e648
MT
614#, c-format
615msgid "problem with installed package %s"
616msgstr ""
617
a1388014 618#: ../python/src/problem.c:179
5168e648
MT
619#, c-format
620msgid "conflicting requests"
621msgstr ""
622
a1388014 623#: ../python/src/problem.c:184
5168e648
MT
624#, c-format
625msgid "nothing provides requested %s"
626msgstr ""
627
a1388014 628#: ../python/src/problem.c:190
5168e648
MT
629#, c-format
630msgid "some dependency problem"
631msgstr ""
632
a1388014 633#: ../python/src/problem.c:195
5168e648
MT
634#, c-format
635msgid "package %s is not installable"
636msgstr ""
637
a1388014 638#: ../python/src/problem.c:202
5168e648
MT
639#, c-format
640msgid "nothing provides %s needed by %s"
641msgstr ""
642
a1388014 643#: ../python/src/problem.c:209
5168e648
MT
644#, c-format
645msgid "cannot install both %s and %s"
646msgstr ""
647
a1388014 648#: ../python/src/problem.c:216
5168e648
MT
649#, c-format
650msgid "package %s conflicts with %s provided by %s"
651msgstr ""
652
a1388014 653#: ../python/src/problem.c:224
5168e648
MT
654#, c-format
655msgid "package %s obsoletes %s provided by %s"
656msgstr ""
657
a1388014 658#: ../python/src/problem.c:232
5168e648
MT
659#, c-format
660msgid "installed package %s obsoletes %s provided by %s"
661msgstr ""
662
a1388014 663#: ../python/src/problem.c:240
5168e648
MT
664#, c-format
665msgid "package %s implicitely obsoletes %s provided by %s"
666msgstr ""
667
a1388014 668#: ../python/src/problem.c:248
5168e648
MT
669#, c-format
670msgid "package %s requires %s, but none of the providers can be installed"
671msgstr ""
672
a1388014 673#: ../python/src/problem.c:255
5168e648
MT
674#, c-format
675msgid "package %s conflicts with %s provided by itself"
676msgstr ""
677
a1388014 678#: ../python/src/problem.c:264
5168e648
MT
679#, c-format
680msgid "bad rule type"
681msgstr ""
15d88336 682
a1388014 683#: ../python/src/solution.c:86
15d88336
MT
684#, c-format
685msgid "do not keep %s installed"
686msgstr ""
687
a1388014 688#: ../python/src/solution.c:89
15d88336
MT
689#, c-format
690msgid "do not install a solvable %s"
691msgstr ""
692
a1388014 693#: ../python/src/solution.c:92
15d88336
MT
694#, c-format
695msgid "do not install %s"
696msgstr ""
697
a1388014 698#: ../python/src/solution.c:98
15d88336
MT
699#, c-format
700msgid "do not forbid installation of %s"
701msgstr ""
702
a1388014 703#: ../python/src/solution.c:101
15d88336
MT
704#, c-format
705msgid "do not deinstall all solvables %s"
706msgstr ""
707
a1388014 708#: ../python/src/solution.c:104
15d88336
MT
709#, c-format
710msgid "do not deinstall %s"
711msgstr ""
712
a1388014 713#: ../python/src/solution.c:109
15d88336
MT
714#, c-format
715msgid "do not install most recent version of %s"
716msgstr ""
717
a1388014 718#: ../python/src/solution.c:114
15d88336
MT
719#, c-format
720msgid "do not lock %s"
721msgstr ""
722
a1388014 723#: ../python/src/solution.c:119
15d88336
MT
724#, c-format
725msgid "do something different"
726msgstr ""
727
a1388014 728#: ../python/src/solution.c:126
15d88336
MT
729#, c-format
730msgid "keep %s despite the inferior architecture"
731msgstr ""
732
a1388014 733#: ../python/src/solution.c:129
15d88336
MT
734#, c-format
735msgid "install %s despite the inferior architecture"
736msgstr ""
737
a1388014 738#: ../python/src/solution.c:135
15d88336
MT
739#, c-format
740msgid "keep obsolete %s"
741msgstr ""
742
a1388014 743#: ../python/src/solution.c:138
15d88336
MT
744#, c-format
745msgid "install %s from excluded repository"
746msgstr ""
747
a1388014 748#: ../python/src/solution.c:150
15d88336
MT
749#, c-format
750msgid "allow downgrade of %s to %s"
751msgstr ""
752
a1388014 753#: ../python/src/solution.c:154
15d88336
MT
754#, c-format
755msgid "allow architecture change of %s to %s"
756msgstr ""
757
a1388014 758#: ../python/src/solution.c:159
15d88336
MT
759#, c-format
760msgid "allow vendor change from '%s' (%s) to '%s' (%s)"
761msgstr ""
762
a1388014 763#: ../python/src/solution.c:163
15d88336
MT
764#, c-format
765msgid "allow vendor change from '%s' (%s) to no vendor (%s)"
766msgstr ""
767
a1388014 768#: ../python/src/solution.c:169
15d88336
MT
769#, c-format
770msgid "allow replacement of %s with %s"
771msgstr ""
a1388014
MT
772
773#. XXX Maybe we can make a more beautiful message here?!
774#: ../scripts/pakfire-multicall.py:23
775msgid ""
776"There has been an error when trying to import one or more of the modules, "
777"that are required to run Pakfire."
778msgstr ""
779
780#: ../scripts/pakfire-multicall.py:25
781msgid "Please check your installation of Pakfire."
782msgstr ""
783
784#: ../scripts/pakfire-multicall.py:27
785msgid "The error that lead to this:"
786msgstr ""
787
788#: ../scripts/pakfire-multicall.py:65
789msgid "An error has occured when running Pakfire."
790msgstr ""
791
792#: ../scripts/pakfire-multicall.py:68
793msgid "Error message:"
794msgstr ""
795
796#: ../scripts/pakfire-multicall.py:72
797msgid "Further description:"
798msgstr ""