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