]> git.ipfire.org Git - people/stevee/pakfire.git/blobdiff - po/pakfire.pot
Add experimental support for package signatures.
[people/stevee/pakfire.git] / po / pakfire.pot
index 10bc2eb50eb7e636e4808c13161593717763fc45..5bac065ff8a4c1bb6fcd1c41ea41e12c8015fa71 100644 (file)
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-08-06 18:04+0200\n"
+"POT-Creation-Date: 2012-02-11 12:47+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -17,672 +17,1337 @@ msgstr ""
 "Content-Type: text/plain; charset=CHARSET\n"
 "Content-Transfer-Encoding: 8bit\n"
 
-#: ../pakfire/actions.py:123 ../pakfire/actions.py:180
+#: ../python/pakfire/actions.py:150
+#, python-format
+msgid "Cannot run scriptlet because no interpreter is available: %s"
+msgstr ""
+
+#: ../python/pakfire/actions.py:154
+#, python-format
+msgid "Cannot run scriptlet because the interpreter is not executable: %s"
+msgstr ""
+
+#: ../python/pakfire/actions.py:193
+#, python-format
+msgid ""
+"The scriptlet returned an error:\n"
+"%s"
+msgstr ""
+
+#: ../python/pakfire/actions.py:196
+#, python-format
+msgid "The scriptlet ran more than %s seconds and was killed."
+msgstr ""
+
+#: ../python/pakfire/actions.py:200
+#, python-format
+msgid ""
+"The scriptlet returned with an unhandled error:\n"
+"%s"
+msgstr ""
+
+#: ../python/pakfire/actions.py:254 ../python/pakfire/actions.py:292
+#: ../python/pakfire/actions.py:315 ../python/pakfire/actions.py:338
+#: ../python/pakfire/actions.py:355 ../python/pakfire/actions.py:374
+#, python-format
+msgid "Running transaction test for %s"
+msgstr ""
+
+#: ../python/pakfire/actions.py:263 ../python/pakfire/actions.py:367
 msgid "Installing"
 msgstr ""
 
-#: ../pakfire/actions.py:133
+#: ../python/pakfire/actions.py:301
 msgid "Updating"
 msgstr ""
 
-#: ../pakfire/actions.py:147
+#: ../python/pakfire/actions.py:321
 msgid "Removing"
 msgstr ""
 
 #. Cleaning up leftover files and stuff.
-#: ../pakfire/actions.py:165
+#: ../python/pakfire/actions.py:345
 msgid "Cleanup"
 msgstr ""
 
-#: ../pakfire/actions.py:190
+#: ../python/pakfire/actions.py:383
 msgid "Downgrading"
 msgstr ""
 
-#: ../pakfire/base.py:186 ../pakfire/base.py:228 ../pakfire/base.py:259
-#: ../pakfire/base.py:281
+#: ../python/pakfire/base.py:214 ../python/pakfire/base.py:244
+#: ../python/pakfire/base.py:290 ../python/pakfire/base.py:341
+#: ../python/pakfire/base.py:407 ../python/pakfire/base.py:444
+#: ../python/pakfire/base.py:497 ../python/pakfire/base.py:517
 msgid "Nothing to do"
 msgstr ""
 
-#: ../pakfire/base.py:214
+#: ../python/pakfire/base.py:276
 msgid "There are no packages to install."
 msgstr ""
 
-#: ../pakfire/base.py:477
+#: ../python/pakfire/base.py:331
+#, python-format
+msgid "Could not find any installed package providing \"%s\"."
+msgstr ""
+
+#: ../python/pakfire/base.py:337
+#, python-format
+msgid "Multiple reinstall candidates for \"%s\": %s"
+msgstr ""
+
+#: ../python/pakfire/base.py:366
+#, python-format
+msgid "Could not find package %s in a remote repository."
+msgstr ""
+
+#: ../python/pakfire/base.py:435
+#, python-format
+msgid "Excluding %s."
+msgstr ""
+
+#: ../python/pakfire/base.py:485
+#, python-format
+msgid "\"%s\" package does not seem to be installed."
+msgstr ""
+
+#: ../python/pakfire/base.py:629
+msgid "Build command has failed."
+msgstr ""
+
+#: ../python/pakfire/base.py:713
 msgid "Everything is fine."
 msgstr ""
 
-#: ../pakfire/builder.py:278
+#: ../python/pakfire/builder.py:128
+#, python-format
+msgid "Cannot build for %s on this host."
+msgstr ""
+
+#. Log the package information.
+#: ../python/pakfire/builder.py:159
+msgid "Package information:"
+msgstr ""
+
+#. Install all packages.
+#: ../python/pakfire/builder.py:330
+msgid "Install packages needed for build..."
+msgstr ""
+
+#: ../python/pakfire/builder.py:335
+msgid "Extracting"
+msgstr ""
+
+#: ../python/pakfire/builder.py:604
+msgid "You cannot run a build when no package was given."
+msgstr ""
+
+#: ../python/pakfire/builder.py:609
 #, python-format
-msgid "Extracting: %s (source)"
+msgid "Could not find makefile in build root: %s"
 msgstr ""
 
-#: ../pakfire/cli.py:42
+#: ../python/pakfire/builder.py:623
+msgid "The build command failed. See logfile for details."
+msgstr ""
+
+#. Walk through the whole tree and collect all files
+#. that are on the same disk (not crossing mountpoints).
+#: ../python/pakfire/builder.py:681
+msgid "Creating filelist..."
+msgstr ""
+
+#. Create a nice progressbar.
+#: ../python/pakfire/builder.py:700
+msgid "Compressing files..."
+msgstr ""
+
+#: ../python/pakfire/builder.py:719
+#, python-format
+msgid "Cache file was successfully created at %s."
+msgstr ""
+
+#: ../python/pakfire/builder.py:720
+#, python-format
+msgid "  Containing %(files)s files, it has a size of %(size)s."
+msgstr ""
+
+#. Make a nice progress bar as always.
+#: ../python/pakfire/builder.py:731
+msgid "Extracting files..."
+msgstr ""
+
+#. Update all packages.
+#: ../python/pakfire/builder.py:751
+msgid "Updating packages from cache..."
+msgstr ""
+
+#. Package the result.
+#. Make all these little package from the build environment.
+#: ../python/pakfire/builder.py:879
+msgid "Creating packages:"
+msgstr ""
+
+#. Execute the buildscript of this stage.
+#: ../python/pakfire/builder.py:899
+#, python-format
+msgid "Running stage %s:"
+msgstr ""
+
+#: ../python/pakfire/builder.py:917
+#, python-format
+msgid "Could not remove static libraries: %s"
+msgstr ""
+
+#: ../python/pakfire/builder.py:923
+msgid "Compressing man pages did not complete successfully."
+msgstr ""
+
+#: ../python/pakfire/builder.py:943
+msgid "Extracting debuginfo did not complete with success. Aborting build."
+msgstr ""
+
+#: ../python/pakfire/cli.py:48
 msgid "Pakfire command line interface."
 msgstr ""
 
-#: ../pakfire/cli.py:49
+#: ../python/pakfire/cli.py:55
 msgid "The path where pakfire should operate in."
 msgstr ""
 
-#: ../pakfire/cli.py:105
+#: ../python/pakfire/cli.py:122
 msgid "Enable verbose output."
 msgstr ""
 
-#: ../pakfire/cli.py:108
+#: ../python/pakfire/cli.py:125
 msgid "Path to a configuration file to load."
 msgstr ""
 
-#: ../pakfire/cli.py:111
+#: ../python/pakfire/cli.py:129
 msgid "Disable a repository temporarily."
 msgstr ""
 
-#: ../pakfire/cli.py:114
+#: ../python/pakfire/cli.py:132
 msgid "Enable a repository temporarily."
 msgstr ""
 
-#: ../pakfire/cli.py:117
+#: ../python/pakfire/cli.py:136
 msgid "Run pakfire in offline mode."
 msgstr ""
 
-#: ../pakfire/cli.py:122
+#: ../python/pakfire/cli.py:141
 msgid "Install one or more packages to the system."
 msgstr ""
 
-#: ../pakfire/cli.py:124
+#: ../python/pakfire/cli.py:143
 msgid "Give name of at least one package to install."
 msgstr ""
 
-#: ../pakfire/cli.py:130
+#: ../python/pakfire/cli.py:149
 msgid "Install one or more packages from the filesystem."
 msgstr ""
 
-#: ../pakfire/cli.py:132
+#: ../python/pakfire/cli.py:151
 msgid "Give filename of at least one package."
 msgstr ""
 
-#: ../pakfire/cli.py:138
+#: ../python/pakfire/cli.py:157
+msgid "Reinstall one or more packages."
+msgstr ""
+
+#: ../python/pakfire/cli.py:159
+msgid "Give name of at least one package to reinstall."
+msgstr ""
+
+#: ../python/pakfire/cli.py:165
 msgid "Remove one or more packages from the system."
 msgstr ""
 
-#: ../pakfire/cli.py:140
+#: ../python/pakfire/cli.py:167
 msgid "Give name of at least one package to remove."
 msgstr ""
 
-#: ../pakfire/cli.py:146
+#: ../python/pakfire/cli.py:173
+msgid "Give a name of a package to update or leave emtpy for all."
+msgstr ""
+
+#: ../python/pakfire/cli.py:175
+msgid "Exclude package from update."
+msgstr ""
+
+#: ../python/pakfire/cli.py:177 ../python/pakfire/cli.py:202
+msgid "Allow changing the vendor of packages."
+msgstr ""
+
+#: ../python/pakfire/cli.py:179 ../python/pakfire/cli.py:204
+msgid "Allow changing the architecture of packages."
+msgstr ""
+
+#: ../python/pakfire/cli.py:184
 msgid "Update the whole system or one specific package."
 msgstr ""
 
-#: ../pakfire/cli.py:148
-msgid "Give a name of a package to update or leave emtpy for all."
+#: ../python/pakfire/cli.py:191
+msgid "Check, if there are any updates available."
 msgstr ""
 
-#: ../pakfire/cli.py:154
+#: ../python/pakfire/cli.py:198
+msgid "Downgrade one or more packages."
+msgstr ""
+
+#: ../python/pakfire/cli.py:200
+msgid "Give a name of a package to downgrade."
+msgstr ""
+
+#: ../python/pakfire/cli.py:210
 msgid "Print some information about the given package(s)."
 msgstr ""
 
-#: ../pakfire/cli.py:156
+#: ../python/pakfire/cli.py:212
 msgid "Give at least the name of one package."
 msgstr ""
 
-#: ../pakfire/cli.py:162
+#: ../python/pakfire/cli.py:218
 msgid "Search for a given pattern."
 msgstr ""
 
-#: ../pakfire/cli.py:164
+#: ../python/pakfire/cli.py:220
 msgid "A pattern to search for."
 msgstr ""
 
-#: ../pakfire/cli.py:170
+#: ../python/pakfire/cli.py:226
 msgid "Get a list of packages that provide a given file or feature."
 msgstr ""
 
-#: ../pakfire/cli.py:172
+#: ../python/pakfire/cli.py:228
 msgid "File or feature to search for."
 msgstr ""
 
-#: ../pakfire/cli.py:178
+#: ../python/pakfire/cli.py:234
 msgid "Get list of packages that belong to the given group."
 msgstr ""
 
-#: ../pakfire/cli.py:180
+#: ../python/pakfire/cli.py:236
 msgid "Group name to search for."
 msgstr ""
 
-#: ../pakfire/cli.py:186
+#: ../python/pakfire/cli.py:242
 msgid "Install all packages that belong to the given group."
 msgstr ""
 
-#: ../pakfire/cli.py:188
+#: ../python/pakfire/cli.py:244
 msgid "Group name."
 msgstr ""
 
-#: ../pakfire/cli.py:194
+#: ../python/pakfire/cli.py:250
 msgid "List all currently enabled repositories."
 msgstr ""
 
-#: ../pakfire/cli.py:198
+#: ../python/pakfire/cli.py:254
 msgid "Cleanup commands."
 msgstr ""
 
-#: ../pakfire/cli.py:206
+#: ../python/pakfire/cli.py:262
 msgid "Cleanup all temporary files."
 msgstr ""
 
-#: ../pakfire/cli.py:212
+#: ../python/pakfire/cli.py:268
 msgid "Check the system for any errors."
 msgstr ""
 
-#: ../pakfire/cli.py:272 ../pakfire/transaction.py:194
+#: ../python/pakfire/cli.py:274
+msgid "Check the dependencies for a particular package."
+msgstr ""
+
+#: ../python/pakfire/cli.py:276
+msgid "Give name of at least one package to check."
+msgstr ""
+
+#: ../python/pakfire/cli.py:352 ../python/pakfire/transaction.py:352
 msgid "Repository"
 msgstr ""
 
-#: ../pakfire/cli.py:272
+#: ../python/pakfire/cli.py:352
 msgid "Enabled"
 msgstr ""
 
-#: ../pakfire/cli.py:272
+#: ../python/pakfire/cli.py:352
 msgid "Priority"
 msgstr ""
 
-#: ../pakfire/cli.py:272
+#: ../python/pakfire/cli.py:352
 msgid "Packages"
 msgstr ""
 
-#: ../pakfire/cli.py:284
+#: ../python/pakfire/cli.py:364
 msgid "Cleaning up everything..."
 msgstr ""
 
-#: ../pakfire/cli.py:295
+#: ../python/pakfire/cli.py:380
+msgid "You cannot run pakfire-builder in a pakfire chroot."
+msgstr ""
+
+#: ../python/pakfire/cli.py:383 ../python/pakfire/cli.py:726
 msgid "Pakfire builder command line interface."
 msgstr ""
 
-#: ../pakfire/cli.py:348
+#: ../python/pakfire/cli.py:441
 msgid "Update the package indexes."
 msgstr ""
 
-#: ../pakfire/cli.py:354
+#: ../python/pakfire/cli.py:447 ../python/pakfire/cli.py:746
 msgid "Build one or more packages."
 msgstr ""
 
-#: ../pakfire/cli.py:356
+#: ../python/pakfire/cli.py:449 ../python/pakfire/cli.py:635
+#: ../python/pakfire/cli.py:748
 msgid "Give name of at least one package to build."
 msgstr ""
 
-#: ../pakfire/cli.py:360
+#: ../python/pakfire/cli.py:453 ../python/pakfire/cli.py:752
+#: ../python/pakfire/cli.py:822
 msgid "Build the package for the given architecture."
 msgstr ""
 
-#: ../pakfire/cli.py:362 ../pakfire/cli.py:388
+#: ../python/pakfire/cli.py:455 ../python/pakfire/cli.py:483
+#: ../python/pakfire/cli.py:754
 msgid "Path were the output files should be copied to."
 msgstr ""
 
-#: ../pakfire/cli.py:364 ../pakfire/cli.py:377
+#: ../python/pakfire/cli.py:457 ../python/pakfire/cli.py:472
+#: ../python/pakfire/cli.py:756
 msgid "Mode to run in. Is either 'release' or 'development' (default)."
 msgstr ""
 
-#: ../pakfire/cli.py:369
+#: ../python/pakfire/cli.py:459
+msgid "Run a shell after a successful build."
+msgstr ""
+
+#: ../python/pakfire/cli.py:464
 msgid "Go into a shell."
 msgstr ""
 
-#: ../pakfire/cli.py:371
+#: ../python/pakfire/cli.py:466
 msgid "Give name of a package."
 msgstr ""
 
-#: ../pakfire/cli.py:375
+#: ../python/pakfire/cli.py:470
 msgid "Emulated architecture in the shell."
 msgstr ""
 
-#: ../pakfire/cli.py:382
+#: ../python/pakfire/cli.py:477
 msgid "Generate a source package."
 msgstr ""
 
-#: ../pakfire/cli.py:384
+#: ../python/pakfire/cli.py:479
 msgid "Give name(s) of a package(s)."
 msgstr ""
 
-#: ../pakfire/cli.py:460
+#: ../python/pakfire/cli.py:489
+msgid "Create a build environment cache."
+msgstr ""
+
+#: ../python/pakfire/cli.py:499
+msgid "Create a new build environment cache."
+msgstr ""
+
+#: ../python/pakfire/cli.py:504
+msgid "Remove all cached build environments."
+msgstr ""
+
+#: ../python/pakfire/cli.py:582
+#, python-format
+msgid "Removing environment cache file: %s..."
+msgstr ""
+
+#: ../python/pakfire/cli.py:588
+#, python-format
+msgid "Could not remove file: %s"
+msgstr ""
+
+#: ../python/pakfire/cli.py:594
 msgid "Pakfire server command line interface."
 msgstr ""
 
-#: ../pakfire/cli.py:497
-msgid "Request a build job from the server."
+#: ../python/pakfire/cli.py:633
+msgid "Send a scrach build job to the server."
+msgstr ""
+
+#: ../python/pakfire/cli.py:637
+msgid "Limit build to only these architecture(s)."
 msgstr ""
 
-#: ../pakfire/cli.py:503
+#: ../python/pakfire/cli.py:643
 msgid "Send a keepalive to the server."
 msgstr ""
 
-#: ../pakfire/cli.py:510
+#: ../python/pakfire/cli.py:650
 msgid "Update all repositories."
 msgstr ""
 
-#: ../pakfire/cli.py:516
+#: ../python/pakfire/cli.py:656
 msgid "Repository management commands."
 msgstr ""
 
-#: ../pakfire/cli.py:524
+#: ../python/pakfire/cli.py:664
 msgid "Create a new repository index."
 msgstr ""
 
-#: ../pakfire/cli.py:525
+#: ../python/pakfire/cli.py:666
 msgid "Path to the packages."
 msgstr ""
 
-#: ../pakfire/cli.py:526
+#: ../python/pakfire/cli.py:668
 msgid "Path to input packages."
 msgstr ""
 
-#: ../pakfire/errors.py:27
+#: ../python/pakfire/cli.py:670
+msgid "Key to sign the repository with."
+msgstr ""
+
+#: ../python/pakfire/cli.py:675
+msgid "Dump some information about this machine."
+msgstr ""
+
+#: ../python/pakfire/cli.py:758
+msgid "Do not verify build dependencies."
+msgstr ""
+
+#: ../python/pakfire/cli.py:782
+msgid "Pakfire client command line interface."
+msgstr ""
+
+#: ../python/pakfire/cli.py:816
+msgid "Build a package remotely."
+msgstr ""
+
+#: ../python/pakfire/cli.py:818
+msgid "Give name of a package to build."
+msgstr ""
+
+#: ../python/pakfire/cli.py:827
+msgid "Print some information about this host."
+msgstr ""
+
+#: ../python/pakfire/cli.py:833
+msgid "Check the connection to the hub."
+msgstr ""
+
+#: ../python/pakfire/cli.py:860 ../python/pakfire/server.py:302
+msgid "Hostname"
+msgstr ""
+
+#: ../python/pakfire/cli.py:861
+msgid "Pakfire hub"
+msgstr ""
+
+#: ../python/pakfire/cli.py:864
+msgid "Username"
+msgstr ""
+
+#. Hardware information
+#: ../python/pakfire/cli.py:868 ../python/pakfire/server.py:306
+msgid "Hardware information"
+msgstr ""
+
+#: ../python/pakfire/cli.py:869 ../python/pakfire/server.py:307
+msgid "CPU model"
+msgstr ""
+
+#: ../python/pakfire/cli.py:870 ../python/pakfire/server.py:308
+msgid "Memory"
+msgstr ""
+
+#: ../python/pakfire/cli.py:872 ../python/pakfire/server.py:310
+msgid "Native arch"
+msgstr ""
+
+#: ../python/pakfire/cli.py:874
+msgid "Default arch"
+msgstr ""
+
+#: ../python/pakfire/cli.py:876 ../python/pakfire/server.py:312
+msgid "Supported arches"
+msgstr ""
+
+#: ../python/pakfire/cli.py:889
+msgid "Your IP address"
+msgstr ""
+
+#: ../python/pakfire/cli.py:894
+msgid "You are authenticated to the build service:"
+msgstr ""
+
+#: ../python/pakfire/cli.py:900
+msgid "User name"
+msgstr ""
+
+#: ../python/pakfire/cli.py:901
+msgid "Real name"
+msgstr ""
+
+#: ../python/pakfire/cli.py:902
+msgid "Email address"
+msgstr ""
+
+#: ../python/pakfire/cli.py:903
+msgid "Registered"
+msgstr ""
+
+#: ../python/pakfire/cli.py:910
+msgid "You could not be authenticated to the build service."
+msgstr ""
+
+#: ../python/pakfire/cli.py:919
+msgid "Pakfire daemon command line interface."
+msgstr ""
+
+#: ../python/pakfire/cli.py:952
+msgid "Pakfire key command line interface."
+msgstr ""
+
+#: ../python/pakfire/cli.py:996
+msgid "Initialize the local keyring."
+msgstr ""
+
+#: ../python/pakfire/cli.py:1002 ../python/pakfire/cli.py:1012
+msgid "Import a key from file."
+msgstr ""
+
+#: ../python/pakfire/cli.py:1004
+msgid "The real name of the owner of this key."
+msgstr ""
+
+#: ../python/pakfire/cli.py:1006
+msgid "The email address of the owner of this key."
+msgstr ""
+
+#: ../python/pakfire/cli.py:1014
+msgid "Filename of that key to import."
+msgstr ""
+
+#: ../python/pakfire/cli.py:1020
+msgid "Export a key to a file."
+msgstr ""
+
+#: ../python/pakfire/cli.py:1022
+msgid "The ID of the key to export."
+msgstr ""
+
+#: ../python/pakfire/cli.py:1024
+msgid "Write the key to this file."
+msgstr ""
+
+#: ../python/pakfire/cli.py:1030
+msgid "List all imported keys."
+msgstr ""
+
+#: ../python/pakfire/cli.py:1036
+msgid "Sign one or more packages."
+msgstr ""
+
+#: ../python/pakfire/cli.py:1038
+msgid "Key that is used sign the package(s)."
+msgstr ""
+
+#: ../python/pakfire/cli.py:1040
+msgid "Package(s) to sign."
+msgstr ""
+
+#: ../python/pakfire/cli.py:1046
+msgid "Verify one or more packages."
+msgstr ""
+
+#: ../python/pakfire/cli.py:1050
+msgid "Package(s) to verify."
+msgstr ""
+
+#: ../python/pakfire/cli.py:1061
+msgid "Generating the key may take a moment..."
+msgstr ""
+
+#: ../python/pakfire/cli.py:1108
+#, python-format
+msgid "Signing %s..."
+msgstr ""
+
+#: ../python/pakfire/cli.py:1125
+#, python-format
+msgid "Verifying %s..."
+msgstr ""
+
+#: ../python/pakfire/cli.py:1135
+msgid "This signature is valid."
+msgstr ""
+
+#: ../python/pakfire/cli.py:1138
+msgid "Unknown key"
+msgstr ""
+
+#: ../python/pakfire/cli.py:1139
+msgid "Could not check if this signature is valid."
+msgstr ""
+
+#: ../python/pakfire/cli.py:1142 ../python/pakfire/keyring.py:94
+#, python-format
+msgid "Created: %s"
+msgstr ""
+
+#: ../python/pakfire/cli.py:1146 ../python/pakfire/keyring.py:97
+#, python-format
+msgid "Expires: %s"
+msgstr ""
+
+#: ../python/pakfire/client/transport.py:55
+#, python-format
+msgid "Socket error: %s"
+msgstr ""
+
+#: ../python/pakfire/client/transport.py:79
+#, python-format
+msgid "Trying again in %s seconds. %s tries left."
+msgstr ""
+
+#: ../python/pakfire/compress.py:85 ../python/pakfire/compress.py:95
+#, python-format
+msgid "Given algorithm '%s' is not supported."
+msgstr ""
+
+#. Parse the file.
+#: ../python/pakfire/config.py:256
+#, python-format
+msgid "Reading from configuration file: %s"
+msgstr ""
+
+#: ../python/pakfire/config.py:306
+msgid "Configuration:"
+msgstr ""
+
+#: ../python/pakfire/config.py:308
+#, python-format
+msgid "Section: %s"
+msgstr ""
+
+#: ../python/pakfire/config.py:313
+msgid "No settings in this section."
+msgstr ""
+
+#: ../python/pakfire/config.py:315
+msgid "Loaded from files:"
+msgstr ""
+
+#: ../python/pakfire/downloader.py:134
+msgid "Downloading source files:"
+msgstr ""
+
+#: ../python/pakfire/errors.py:30
 msgid "An unhandled error occured."
 msgstr ""
 
-#: ../pakfire/errors.py:48
+#: ../python/pakfire/errors.py:46
+msgid "Could not compress/decompress data."
+msgstr ""
+
+#: ../python/pakfire/errors.py:58
 msgid "One or more dependencies could not been resolved."
 msgstr ""
 
-#: ../pakfire/errors.py:63
+#: ../python/pakfire/errors.py:73
 msgid ""
 "The requested action cannot be done on offline mode.\n"
 "Please connect your system to the network, remove --offline from the command "
 "line and try again."
 msgstr ""
 
-#: ../pakfire/packages/base.py:89
+#: ../python/pakfire/errors.py:85
+msgid "Running pakfire-build in a pakfire container?"
+msgstr ""
+
+#: ../python/pakfire/errors.py:89 ../python/pakfire/transaction.py:417
+msgid "Transaction test was not successful"
+msgstr ""
+
+#: ../python/pakfire/i18n.py:54
+#, python-format
+msgid "%(commas)s and %(last)s"
+msgstr ""
+
+#: ../python/pakfire/keyring.py:67
+msgid "Initializing local keyring..."
+msgstr ""
+
+#: ../python/pakfire/keyring.py:82
+#, python-format
+msgid "Fingerprint: %s"
+msgstr ""
+
+#: ../python/pakfire/keyring.py:86
+#, python-format
+msgid "Subkey: %s"
+msgstr ""
+
+#: ../python/pakfire/keyring.py:88
+msgid "This key has expired!"
+msgstr ""
+
+#: ../python/pakfire/keyring.py:91
+msgid "This is a secret key."
+msgstr ""
+
+#: ../python/pakfire/keyring.py:99
+msgid "This key does not expire."
+msgstr ""
+
+#: ../python/pakfire/keyring.py:146
+#, python-format
+msgid "Successfully import key %s."
+msgstr ""
+
+#: ../python/pakfire/packages/base.py:99
 msgid "Name"
 msgstr ""
 
-#: ../pakfire/packages/base.py:90 ../pakfire/transaction.py:193
+#: ../python/pakfire/packages/base.py:107 ../python/pakfire/transaction.py:351
 msgid "Arch"
 msgstr ""
 
-#: ../pakfire/packages/base.py:91 ../pakfire/transaction.py:193
+#: ../python/pakfire/packages/base.py:110 ../python/pakfire/transaction.py:351
 msgid "Version"
 msgstr ""
 
-#: ../pakfire/packages/base.py:92
+#: ../python/pakfire/packages/base.py:111
 msgid "Release"
 msgstr ""
 
-#: ../pakfire/packages/base.py:93 ../pakfire/transaction.py:194
+#: ../python/pakfire/packages/base.py:115 ../python/pakfire/transaction.py:352
 msgid "Size"
 msgstr ""
 
-#: ../pakfire/packages/base.py:94
+#: ../python/pakfire/packages/base.py:119
 msgid "Repo"
 msgstr ""
 
-#: ../pakfire/packages/base.py:95
+#: ../python/pakfire/packages/base.py:122
 msgid "Summary"
 msgstr ""
 
-#: ../pakfire/packages/base.py:96
+#: ../python/pakfire/packages/base.py:123
 msgid "Groups"
 msgstr ""
 
-#: ../pakfire/packages/base.py:97
+#: ../python/pakfire/packages/base.py:124
 msgid "URL"
 msgstr ""
 
-#: ../pakfire/packages/base.py:98
+#: ../python/pakfire/packages/base.py:125
 msgid "License"
 msgstr ""
 
-#: ../pakfire/packages/base.py:101
+#: ../python/pakfire/packages/base.py:128
 msgid "Description"
 msgstr ""
 
-#: ../pakfire/packages/base.py:107
+#: ../python/pakfire/packages/base.py:135
+msgid "Maintainer"
+msgstr ""
+
+#: ../python/pakfire/packages/base.py:137
+msgid "Vendor"
+msgstr ""
+
+#: ../python/pakfire/packages/base.py:139
 msgid "UUID"
 msgstr ""
 
-#: ../pakfire/packages/base.py:108
+#: ../python/pakfire/packages/base.py:140
 msgid "Build ID"
 msgstr ""
 
-#: ../pakfire/packages/base.py:109
+#: ../python/pakfire/packages/base.py:141
 msgid "Build date"
 msgstr ""
 
-#: ../pakfire/packages/base.py:110
+#: ../python/pakfire/packages/base.py:142
 msgid "Build host"
 msgstr ""
 
-#: ../pakfire/packages/base.py:112
+#: ../python/pakfire/packages/base.py:144
 msgid "Provides"
 msgstr ""
 
-#: ../pakfire/packages/base.py:117
+#: ../python/pakfire/packages/base.py:149
+msgid "Pre-requires"
+msgstr ""
+
+#: ../python/pakfire/packages/base.py:154
 msgid "Requires"
 msgstr ""
 
-#: ../pakfire/repository/index.py:220
+#: ../python/pakfire/packages/base.py:159
+msgid "Conflicts"
+msgstr ""
+
+#: ../python/pakfire/packages/base.py:164
+msgid "Obsoletes"
+msgstr ""
+
+#: ../python/pakfire/packages/base.py:172
+msgid "File"
+msgstr ""
+
+#: ../python/pakfire/packages/base.py:362
+msgid "Not set"
+msgstr ""
+
+#: ../python/pakfire/packages/base.py:527
 #, python-format
-msgid ""
-"There is no metadata for the repository '%s' and we cannot download any "
-"because we are running in offline mode. Connect to a network or disable this "
-"repository."
+msgid "Config file saved as %s."
 msgstr ""
 
-#: ../pakfire/repository/index.py:225
+#: ../python/pakfire/packages/file.py:93
 #, python-format
-msgid ""
-"I cannot be forced to re-download the metadata for the repository '%s' when "
-"running in offline mode."
+msgid "Could not extract file: /%(src)s - %(dst)s"
 msgstr ""
 
-#: ../pakfire/repository/index.py:262
+#: ../python/pakfire/packages/file.py:159
+#, python-format
+msgid "Filename: %s"
+msgstr ""
+
+#: ../python/pakfire/packages/file.py:256
+#, python-format
+msgid "File in archive is missing in file metadata: %s. Skipping."
+msgstr ""
+
+#: ../python/pakfire/packages/file.py:312
+#, python-format
+msgid "Config file created as %s"
+msgstr ""
+
+#: ../python/pakfire/packages/file.py:326
+#, python-format
+msgid "Could not remove file: /%s"
+msgstr ""
+
+#: ../python/pakfire/packages/make.py:79
+msgid "Package name is undefined."
+msgstr ""
+
+#: ../python/pakfire/packages/make.py:82
+msgid "Package version is undefined."
+msgstr ""
+
+#: ../python/pakfire/packages/make.py:416
+#, python-format
+msgid "Searching for automatic dependencies for %s..."
+msgstr ""
+
+#: ../python/pakfire/packages/make.py:464
+#, python-format
+msgid "Regular experession is invalid and has been skipped: %s"
+msgstr ""
+
+#. Let the user know what has been done.
+#: ../python/pakfire/packages/make.py:480
+#, python-format
+msgid "Filter '%s' filtered %s."
+msgstr ""
+
+#. Load progressbar.
+#: ../python/pakfire/packages/packager.py:362
+msgid "Packaging"
+msgstr ""
+
+#: ../python/pakfire/packages/packager.py:634
+#, python-format
+msgid "Building source package %s:"
+msgstr ""
+
+#: ../python/pakfire/repository/database.py:114
+msgid "The format of the database is not supported by this version of pakfire."
+msgstr ""
+
+#: ../python/pakfire/repository/database.py:222
+#, python-format
+msgid "Cannot use database with version greater than %s."
+msgstr ""
+
+#: ../python/pakfire/repository/database.py:224
+#, python-format
+msgid "Migrating database from format %s to %s."
+msgstr ""
+
+#: ../python/pakfire/repository/index.py:234
+#, python-format
 msgid ""
-"Your repository metadata is outdated  and a new version needs to be "
-"downloaded."
+"I cannot be forced to re-download the metadata for the repository '%s' when "
+"running in offline mode."
 msgstr ""
 
-#: ../pakfire/repository/index.py:268
+#: ../python/pakfire/repository/index.py:284
 #, python-format
 msgid "%s: package database"
 msgstr ""
 
 #. Create progress bar.
-#: ../pakfire/repository/index.py:356
+#: ../python/pakfire/repository/index.py:392
 #, python-format
 msgid "Loading from %s"
 msgstr ""
 
 #. Add all packages from the database to the index.
-#: ../pakfire/repository/index.py:409
+#: ../python/pakfire/repository/index.py:455
 msgid "Loading installed packages"
 msgstr ""
 
-#: ../pakfire/repository/remote.py:106
+#. Create progressbar.
+#: ../python/pakfire/repository/local.py:104
+msgid "Signing packages..."
+msgstr ""
+
+#. Make a nice progress bar.
+#: ../python/pakfire/repository/local.py:163
+msgid "Compressing database..."
+msgstr ""
+
+#: ../python/pakfire/repository/remote.py:108
 #, python-format
 msgid "Cannot download this file in offline mode: %s"
 msgstr ""
 
-#: ../pakfire/satsolver.py:148
+#: ../python/pakfire/satsolver.py:158
 msgid "The solver returned one problem:"
 msgstr ""
 
 #. Ask the user if he or she want to modify the request. If not, just exit.
-#: ../pakfire/satsolver.py:164
+#: ../python/pakfire/satsolver.py:174
 msgid "Do you want to manually alter the request?"
 msgstr ""
 
-#: ../pakfire/satsolver.py:167
+#: ../python/pakfire/satsolver.py:177
 msgid "You can now try to satisfy the solver by modifying your request."
 msgstr ""
 
-#: ../pakfire/satsolver.py:172
+#: ../python/pakfire/satsolver.py:182
 msgid "Which problem to you want to resolve?"
 msgstr ""
 
-#: ../pakfire/satsolver.py:174
+#: ../python/pakfire/satsolver.py:184
 msgid "Press enter to try to re-solve the request."
 msgstr ""
 
-#: ../pakfire/satsolver.py:205
+#: ../python/pakfire/satsolver.py:215
 #, python-format
 msgid "    Solution: %s"
 msgstr ""
 
-#: ../pakfire/satsolver.py:214
+#: ../python/pakfire/satsolver.py:224
 msgid "    Solutions:"
 msgstr ""
 
-#: ../pakfire/transaction.py:128
+#: ../python/pakfire/server.py:278 ../python/pakfire/system.py:125
+msgid "Could not be determined"
+msgstr ""
+
+#: ../python/pakfire/transaction.py:91
+#, python-format
+msgid "file %s from %s conflicts with file from package %s"
+msgstr ""
+
+#: ../python/pakfire/transaction.py:97
+#, python-format
+msgid "file %s from %s conflicts with files from %s"
+msgstr ""
+
+#: ../python/pakfire/transaction.py:106
+#, python-format
+msgid ""
+"There is not enough space left on %(name)s. Need at least %(size)s to "
+"perform transaction."
+msgstr ""
+
+#: ../python/pakfire/transaction.py:288
+#, python-format
+msgid "Not enough space to download %s of packages."
+msgstr ""
+
+#: ../python/pakfire/transaction.py:291
 msgid "Downloading packages:"
 msgstr ""
 
-#: ../pakfire/transaction.py:193
+#: ../python/pakfire/transaction.py:351
 msgid "Package"
 msgstr ""
 
-#: ../pakfire/transaction.py:198
+#: ../python/pakfire/transaction.py:356
 msgid "Installing:"
 msgstr ""
 
-#: ../pakfire/transaction.py:199
+#: ../python/pakfire/transaction.py:357
 msgid "Reinstalling:"
 msgstr ""
 
-#: ../pakfire/transaction.py:200
+#: ../python/pakfire/transaction.py:358
 msgid "Updating:"
 msgstr ""
 
-#: ../pakfire/transaction.py:201
+#: ../python/pakfire/transaction.py:359
 msgid "Downgrading:"
 msgstr ""
 
-#: ../pakfire/transaction.py:202
+#: ../python/pakfire/transaction.py:360
 msgid "Removing:"
 msgstr ""
 
-#: ../pakfire/transaction.py:208
+#: ../python/pakfire/transaction.py:366
 msgid "Transaction Summary"
 msgstr ""
 
-#: ../pakfire/transaction.py:215
+#: ../python/pakfire/transaction.py:373
 msgid "package"
 msgstr ""
 
-#: ../pakfire/transaction.py:221
+#: ../python/pakfire/transaction.py:379
 #, python-format
 msgid "Total download size: %s"
 msgstr ""
 
-#: ../pakfire/transaction.py:225
+#: ../python/pakfire/transaction.py:383
 #, python-format
 msgid "Installed size: %s"
 msgstr ""
 
-#: ../pakfire/transaction.py:227
+#: ../python/pakfire/transaction.py:386
 #, python-format
 msgid "Freed size: %s"
 msgstr ""
 
-#: ../pakfire/transaction.py:236
+#: ../python/pakfire/transaction.py:395
 msgid "Is this okay?"
 msgstr ""
 
-#: ../pakfire/transaction.py:242
-msgid "Running transaction"
+#: ../python/pakfire/transaction.py:398
+msgid "Running Transaction Test"
 msgstr ""
 
-#: ../pakfire/util.py:65
-#, python-format
-msgid "%s [y/N]"
+#: ../python/pakfire/transaction.py:410
+msgid "Transaction Test Succeeded"
 msgstr ""
 
-#: ../scripts/pakfire:23
-msgid ""
-"There has been an error when trying to import one or more of the modules, "
-"that are required to run Pakfire."
+#: ../python/pakfire/transaction.py:428
+msgid "Running transaction"
 msgstr ""
 
-#: ../scripts/pakfire:25
-msgid "Please your installation of Pakfire."
+#: ../python/pakfire/util.py:68
+#, python-format
+msgid "%s [y/N]"
 msgstr ""
 
-#: ../scripts/pakfire:27
-msgid "The error that lead to this:"
+#: ../python/pakfire/util.py:260
+msgid "Killing orphans..."
 msgstr ""
 
-#: ../scripts/pakfire:64
-msgid "An error has occured when running Pakfire."
-msgstr ""
-
-#: ../scripts/pakfire:67
-msgid "Error message:"
+#: ../python/pakfire/util.py:267
+#, python-format
+msgid "Process ID %s is still running in chroot. Killing..."
 msgstr ""
 
-#: ../scripts/pakfire:71
-msgid "Further description:"
+#: ../python/pakfire/util.py:279
+msgid "Waiting for processes to terminate..."
 msgstr ""
 
-#: ../src/problem.c:159
+#: ../python/src/problem.c:159
 #, c-format
 msgid "%s does not belong to a distupgrade repository"
 msgstr ""
 
-#: ../src/problem.c:166
+#: ../python/src/problem.c:166
 #, c-format
 msgid "%s has inferior architecture"
 msgstr ""
 
-#: ../src/problem.c:173
+#: ../python/src/problem.c:173
 #, c-format
 msgid "problem with installed package %s"
 msgstr ""
 
-#: ../src/problem.c:179
+#: ../python/src/problem.c:179
 #, c-format
 msgid "conflicting requests"
 msgstr ""
 
-#: ../src/problem.c:184
+#: ../python/src/problem.c:184
 #, c-format
 msgid "nothing provides requested %s"
 msgstr ""
 
-#: ../src/problem.c:190
+#: ../python/src/problem.c:190
 #, c-format
 msgid "some dependency problem"
 msgstr ""
 
-#: ../src/problem.c:195
+#: ../python/src/problem.c:195
 #, c-format
 msgid "package %s is not installable"
 msgstr ""
 
-#: ../src/problem.c:202
+#: ../python/src/problem.c:202
 #, c-format
 msgid "nothing provides %s needed by %s"
 msgstr ""
 
-#: ../src/problem.c:209
+#: ../python/src/problem.c:209
 #, c-format
 msgid "cannot install both %s and %s"
 msgstr ""
 
-#: ../src/problem.c:216
+#: ../python/src/problem.c:216
 #, c-format
 msgid "package %s conflicts with %s provided by %s"
 msgstr ""
 
-#: ../src/problem.c:224
+#: ../python/src/problem.c:224
 #, c-format
 msgid "package %s obsoletes %s provided by %s"
 msgstr ""
 
-#: ../src/problem.c:232
+#: ../python/src/problem.c:232
 #, c-format
 msgid "installed package %s obsoletes %s provided by %s"
 msgstr ""
 
-#: ../src/problem.c:240
+#: ../python/src/problem.c:240
 #, c-format
 msgid "package %s implicitely obsoletes %s provided by %s"
 msgstr ""
 
-#: ../src/problem.c:248
+#: ../python/src/problem.c:248
 #, c-format
 msgid "package %s requires %s, but none of the providers can be installed"
 msgstr ""
 
-#: ../src/problem.c:255
+#: ../python/src/problem.c:255
 #, c-format
 msgid "package %s conflicts with %s provided by itself"
 msgstr ""
 
-#: ../src/problem.c:264
+#: ../python/src/problem.c:264
 #, c-format
 msgid "bad rule type"
 msgstr ""
 
-#: ../src/solution.c:86
+#: ../python/src/solution.c:86
 #, c-format
 msgid "do not keep %s installed"
 msgstr ""
 
-#: ../src/solution.c:89
+#: ../python/src/solution.c:89
 #, c-format
 msgid "do not install a solvable %s"
 msgstr ""
 
-#: ../src/solution.c:92
+#: ../python/src/solution.c:92
 #, c-format
 msgid "do not install %s"
 msgstr ""
 
-#: ../src/solution.c:98
+#: ../python/src/solution.c:98
 #, c-format
 msgid "do not forbid installation of %s"
 msgstr ""
 
-#: ../src/solution.c:101
+#: ../python/src/solution.c:101
 #, c-format
 msgid "do not deinstall all solvables %s"
 msgstr ""
 
-#: ../src/solution.c:104
+#: ../python/src/solution.c:104
 #, c-format
 msgid "do not deinstall %s"
 msgstr ""
 
-#: ../src/solution.c:109
+#: ../python/src/solution.c:109
 #, c-format
 msgid "do not install most recent version of %s"
 msgstr ""
 
-#: ../src/solution.c:114
+#: ../python/src/solution.c:114
 #, c-format
 msgid "do not lock %s"
 msgstr ""
 
-#: ../src/solution.c:119
+#: ../python/src/solution.c:119
 #, c-format
 msgid "do something different"
 msgstr ""
 
-#: ../src/solution.c:126
+#: ../python/src/solution.c:126
 #, c-format
 msgid "keep %s despite the inferior architecture"
 msgstr ""
 
-#: ../src/solution.c:129
+#: ../python/src/solution.c:129
 #, c-format
 msgid "install %s despite the inferior architecture"
 msgstr ""
 
-#: ../src/solution.c:135
+#: ../python/src/solution.c:135
 #, c-format
 msgid "keep obsolete %s"
 msgstr ""
 
-#: ../src/solution.c:138
+#: ../python/src/solution.c:138
 #, c-format
 msgid "install %s from excluded repository"
 msgstr ""
 
-#: ../src/solution.c:150
+#: ../python/src/solution.c:150
 #, c-format
 msgid "allow downgrade of %s to %s"
 msgstr ""
 
-#: ../src/solution.c:154
+#: ../python/src/solution.c:154
 #, c-format
 msgid "allow architecture change of %s to %s"
 msgstr ""
 
-#: ../src/solution.c:159
+#: ../python/src/solution.c:159
 #, c-format
 msgid "allow vendor change from '%s' (%s) to '%s' (%s)"
 msgstr ""
 
-#: ../src/solution.c:163
+#: ../python/src/solution.c:163
 #, c-format
 msgid "allow vendor change from '%s' (%s) to no vendor (%s)"
 msgstr ""
 
-#: ../src/solution.c:169
+#: ../python/src/solution.c:169
 #, c-format
 msgid "allow replacement of %s with %s"
 msgstr ""
+
+#. XXX Maybe we can make a more beautiful message here?!
+#: ../tools/pakfire-multicall.py:25
+msgid ""
+"There has been an error when trying to import one or more of the modules, "
+"that are required to run Pakfire."
+msgstr ""
+
+#: ../tools/pakfire-multicall.py:27
+msgid "Please check your installation of Pakfire."
+msgstr ""
+
+#: ../tools/pakfire-multicall.py:29
+msgid "The error that lead to this:"
+msgstr ""
+
+#: ../tools/pakfire-multicall.py:70
+msgid "An error has occured when running Pakfire."
+msgstr ""
+
+#: ../tools/pakfire-multicall.py:73
+msgid "Error message:"
+msgstr ""
+
+#: ../tools/pakfire-multicall.py:77
+msgid "Further description:"
+msgstr ""