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