]> git.ipfire.org Git - pakfire.git/commitdiff
Translation updates.
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 21 Oct 2012 11:56:48 +0000 (13:56 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 21 Oct 2012 11:56:48 +0000 (13:56 +0200)
po/ca.po [new file with mode: 0644]
po/da.po
po/de.po
po/es.po
po/fr.po
po/it.po
po/km_KH.po [new file with mode: 0644]
po/pakfire.pot
po/pt_BR.po
po/pt_PT.po
po/ru.po

diff --git a/po/ca.po b/po/ca.po
new file mode 100644 (file)
index 0000000..2d8d09f
--- /dev/null
+++ b/po/ca.po
@@ -0,0 +1,1701 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+# 
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: IPFire Project\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2012-07-26 19:43+0200\n"
+"PO-Revision-Date: 2011-05-19 21:47+0000\n"
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
+"Language-Team: Catalan (http://www.transifex.com/projects/p/ipfire/language/ca/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: ca\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#: ../python/pakfire/actions.py:72
+#, python-format
+msgid "%s has got no signatures"
+msgstr ""
+
+#: ../python/pakfire/actions.py:78
+#, python-format
+msgid "%s has got no valid signatures"
+msgstr ""
+
+#: ../python/pakfire/actions.py:193
+msgid "Could not handle scriptlet of unknown type. Skipping."
+msgstr ""
+
+#. This functions creates a fork with then chroots into the
+#. pakfire root if necessary and then compiles the given scriptlet
+#. code and runs it.
+#: ../python/pakfire/actions.py:196 ../python/pakfire/actions.py:266
+msgid "Executing python scriptlet..."
+msgstr ""
+
+#: ../python/pakfire/actions.py:202
+#, python-format
+msgid "Cannot run scriptlet because no interpreter is available: %s"
+msgstr ""
+
+#: ../python/pakfire/actions.py:206
+#, python-format
+msgid "Cannot run scriptlet because the interpreter is not executable: %s"
+msgstr ""
+
+#: ../python/pakfire/actions.py:245
+#, python-format
+msgid ""
+"The scriptlet returned an error:\n"
+"%s"
+msgstr ""
+
+#: ../python/pakfire/actions.py:248
+#, python-format
+msgid "The scriptlet ran more than %s seconds and was killed."
+msgstr ""
+
+#: ../python/pakfire/actions.py:252
+#, python-format
+msgid ""
+"The scriptlet returned with an unhandled error:\n"
+"%s"
+msgstr ""
+
+#: ../python/pakfire/actions.py:291
+#, python-format
+msgid "Exception occured: %s"
+msgstr ""
+
+#: ../python/pakfire/actions.py:364 ../python/pakfire/actions.py:402
+#: ../python/pakfire/actions.py:424 ../python/pakfire/actions.py:446
+#: ../python/pakfire/actions.py:463 ../python/pakfire/actions.py:482
+#, python-format
+msgid "Running transaction test for %s"
+msgstr ""
+
+#: ../python/pakfire/actions.py:373
+msgid "Installing"
+msgstr ""
+
+#: ../python/pakfire/actions.py:411
+msgid "Updating"
+msgstr ""
+
+#: ../python/pakfire/actions.py:430
+msgid "Removing"
+msgstr ""
+
+#. Cleaning up leftover files and stuff.
+#: ../python/pakfire/actions.py:453
+msgid "Cleanup"
+msgstr ""
+
+#: ../python/pakfire/actions.py:475
+msgid "Reinstalling"
+msgstr ""
+
+#: ../python/pakfire/actions.py:491
+msgid "Downgrading"
+msgstr ""
+
+#: ../python/pakfire/base.py:320
+msgid "Local install repository"
+msgstr ""
+
+#: ../python/pakfire/base.py:377
+#, python-format
+msgid "Could not find any installed package providing \"%s\"."
+msgstr ""
+
+#: ../python/pakfire/base.py:383
+#, python-format
+msgid "Multiple reinstall candidates for \"%(pattern)s\": %(pkgs)s"
+msgstr ""
+
+#: ../python/pakfire/base.py:387 ../python/pakfire/base.py:455
+#: ../python/pakfire/base.py:491 ../python/pakfire/base.py:553
+#: ../python/pakfire/base.py:574 ../python/pakfire/transaction.py:396
+msgid "Nothing to do"
+msgstr ""
+
+#: ../python/pakfire/base.py:412
+#, python-format
+msgid "Could not find package %s in a remote repository."
+msgstr ""
+
+#: ../python/pakfire/base.py:483
+#, python-format
+msgid "Excluding %s."
+msgstr ""
+
+#: ../python/pakfire/base.py:535
+#, python-format
+msgid "\"%s\" package does not seem to be installed."
+msgstr ""
+
+#: ../python/pakfire/base.py:688
+msgid "Build command has failed."
+msgstr ""
+
+#: ../python/pakfire/base.py:723
+msgid "New repository"
+msgstr ""
+
+#: ../python/pakfire/base.py:764
+msgid "Everything is fine."
+msgstr ""
+
+#: ../python/pakfire/builder.py:144
+msgid "You have not set the distribution for which you want to build."
+msgstr ""
+
+#: ../python/pakfire/builder.py:145
+msgid "Please do so in builder.conf or on the CLI."
+msgstr ""
+
+#: ../python/pakfire/builder.py:146
+msgid "Distribution configuration is missing."
+msgstr ""
+
+#: ../python/pakfire/builder.py:160
+#, python-format
+msgid "Cannot build for %s on this host."
+msgstr ""
+
+#. Log the package information.
+#: ../python/pakfire/builder.py:190
+msgid "Package information:"
+msgstr ""
+
+#. Install all packages.
+#: ../python/pakfire/builder.py:408
+msgid "Install packages needed for build..."
+msgstr ""
+
+#: ../python/pakfire/builder.py:413
+msgid "Extracting"
+msgstr ""
+
+#: ../python/pakfire/builder.py:714
+msgid "You cannot run a build when no package was given."
+msgstr ""
+
+#: ../python/pakfire/builder.py:719
+#, python-format
+msgid "Could not find makefile in build root: %s"
+msgstr ""
+
+#: ../python/pakfire/builder.py:744
+msgid "Build failed."
+msgstr ""
+
+#: ../python/pakfire/builder.py:746
+msgid "The build command failed. See logfile for details."
+msgstr ""
+
+#: ../python/pakfire/builder.py:760
+msgid "Running installation test..."
+msgstr ""
+
+#: ../python/pakfire/builder.py:767
+msgid "Installation test succeeded."
+msgstr ""
+
+#. Create a progressbar.
+#: ../python/pakfire/builder.py:804
+msgid "Signing packages..."
+msgstr ""
+
+#: ../python/pakfire/builder.py:838
+msgid "Dumping package information:"
+msgstr ""
+
+#. Walk through the whole tree and collect all files
+#. that are on the same disk (not crossing mountpoints).
+#: ../python/pakfire/builder.py:868
+msgid "Creating filelist..."
+msgstr ""
+
+#. Create a nice progressbar.
+#: ../python/pakfire/builder.py:887
+msgid "Compressing files..."
+msgstr ""
+
+#: ../python/pakfire/builder.py:906
+#, python-format
+msgid "Cache file was successfully created at %s."
+msgstr ""
+
+#: ../python/pakfire/builder.py:907
+#, 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:918
+msgid "Extracting files..."
+msgstr ""
+
+#. Update all packages.
+#: ../python/pakfire/builder.py:938
+msgid "Updating packages from cache..."
+msgstr ""
+
+#. Package the result.
+#. Make all these little package from the build environment.
+#: ../python/pakfire/builder.py:1076
+msgid "Creating packages:"
+msgstr ""
+
+#. Execute the buildscript of this stage.
+#: ../python/pakfire/builder.py:1090
+#, python-format
+msgid "Running stage %s:"
+msgstr ""
+
+#: ../python/pakfire/builder.py:1108
+#, python-format
+msgid "Could not remove static libraries: %s"
+msgstr ""
+
+#: ../python/pakfire/builder.py:1114
+msgid "Compressing man pages did not complete successfully."
+msgstr ""
+
+#: ../python/pakfire/builder.py:1134
+msgid "Extracting debuginfo did not complete with success. Aborting build."
+msgstr ""
+
+#: ../python/pakfire/cli.py:50
+msgid "Pakfire command line interface."
+msgstr ""
+
+#: ../python/pakfire/cli.py:57
+msgid "The path where pakfire should operate in."
+msgstr ""
+
+#: ../python/pakfire/cli.py:129
+msgid "Enable verbose output."
+msgstr ""
+
+#: ../python/pakfire/cli.py:132
+msgid "Path to a configuration file to load."
+msgstr ""
+
+#: ../python/pakfire/cli.py:136
+msgid "Disable a repository temporarily."
+msgstr ""
+
+#: ../python/pakfire/cli.py:139
+msgid "Enable a repository temporarily."
+msgstr ""
+
+#: ../python/pakfire/cli.py:143
+msgid "Run pakfire in offline mode."
+msgstr ""
+
+#: ../python/pakfire/cli.py:148
+msgid "Install one or more packages to the system."
+msgstr ""
+
+#: ../python/pakfire/cli.py:150
+msgid "Give name of at least one package to install."
+msgstr ""
+
+#: ../python/pakfire/cli.py:156
+msgid "Reinstall one or more packages."
+msgstr ""
+
+#: ../python/pakfire/cli.py:158
+msgid "Give name of at least one package to reinstall."
+msgstr ""
+
+#: ../python/pakfire/cli.py:164
+msgid "Remove one or more packages from the system."
+msgstr ""
+
+#: ../python/pakfire/cli.py:166
+msgid "Give name of at least one package to remove."
+msgstr ""
+
+#: ../python/pakfire/cli.py:172
+msgid "Give a name of a package to update or leave emtpy for all."
+msgstr ""
+
+#: ../python/pakfire/cli.py:174
+msgid "Exclude package from update."
+msgstr ""
+
+#: ../python/pakfire/cli.py:176 ../python/pakfire/cli.py:201
+msgid "Allow changing the vendor of packages."
+msgstr ""
+
+#: ../python/pakfire/cli.py:178 ../python/pakfire/cli.py:203
+msgid "Allow changing the architecture of packages."
+msgstr ""
+
+#: ../python/pakfire/cli.py:183
+msgid "Update the whole system or one specific package."
+msgstr ""
+
+#: ../python/pakfire/cli.py:190
+msgid "Check, if there are any updates available."
+msgstr ""
+
+#: ../python/pakfire/cli.py:197
+msgid "Downgrade one or more packages."
+msgstr ""
+
+#: ../python/pakfire/cli.py:199
+msgid "Give a name of a package to downgrade."
+msgstr ""
+
+#: ../python/pakfire/cli.py:209
+msgid "Print some information about the given package(s)."
+msgstr ""
+
+#: ../python/pakfire/cli.py:211
+msgid "Give at least the name of one package."
+msgstr ""
+
+#: ../python/pakfire/cli.py:217
+msgid "Search for a given pattern."
+msgstr ""
+
+#: ../python/pakfire/cli.py:219
+msgid "A pattern to search for."
+msgstr ""
+
+#: ../python/pakfire/cli.py:225
+msgid "Get a list of packages that provide a given file or feature."
+msgstr ""
+
+#: ../python/pakfire/cli.py:227
+msgid "File or feature to search for."
+msgstr ""
+
+#: ../python/pakfire/cli.py:233
+msgid "Get list of packages that belong to the given group."
+msgstr ""
+
+#: ../python/pakfire/cli.py:235
+msgid "Group name to search for."
+msgstr ""
+
+#: ../python/pakfire/cli.py:241
+msgid "Install all packages that belong to the given group."
+msgstr ""
+
+#: ../python/pakfire/cli.py:243
+msgid "Group name."
+msgstr ""
+
+#: ../python/pakfire/cli.py:249
+msgid "List all currently enabled repositories."
+msgstr ""
+
+#: ../python/pakfire/cli.py:253
+msgid "Cleanup commands."
+msgstr ""
+
+#: ../python/pakfire/cli.py:261
+msgid "Cleanup all temporary files."
+msgstr ""
+
+#: ../python/pakfire/cli.py:267
+msgid "Check the system for any errors."
+msgstr ""
+
+#: ../python/pakfire/cli.py:273
+msgid "Check the dependencies for a particular package."
+msgstr ""
+
+#: ../python/pakfire/cli.py:275
+msgid "Give name of at least one package to check."
+msgstr ""
+
+#: ../python/pakfire/cli.py:348 ../python/pakfire/transaction.py:405
+msgid "Repository"
+msgstr ""
+
+#: ../python/pakfire/cli.py:348
+msgid "Enabled"
+msgstr ""
+
+#: ../python/pakfire/cli.py:348 ../python/pakfire/cli.py:1051
+msgid "Priority"
+msgstr ""
+
+#: ../python/pakfire/cli.py:348 ../python/pakfire/cli.py:1096
+msgid "Packages"
+msgstr ""
+
+#: ../python/pakfire/cli.py:360
+msgid "Cleaning up everything..."
+msgstr ""
+
+#: ../python/pakfire/cli.py:381
+msgid "You cannot run pakfire-builder in a pakfire chroot."
+msgstr ""
+
+#: ../python/pakfire/cli.py:384 ../python/pakfire/cli.py:734
+msgid "Pakfire builder command line interface."
+msgstr ""
+
+#: ../python/pakfire/cli.py:444
+msgid "Update the package indexes."
+msgstr ""
+
+#: ../python/pakfire/cli.py:450 ../python/pakfire/cli.py:754
+msgid "Build one or more packages."
+msgstr ""
+
+#: ../python/pakfire/cli.py:452 ../python/pakfire/cli.py:643
+#: ../python/pakfire/cli.py:756
+msgid "Give name of at least one package to build."
+msgstr ""
+
+#: ../python/pakfire/cli.py:456 ../python/pakfire/cli.py:760
+#: ../python/pakfire/cli.py:847
+msgid "Build the package for the given architecture."
+msgstr ""
+
+#: ../python/pakfire/cli.py:458 ../python/pakfire/cli.py:488
+#: ../python/pakfire/cli.py:762
+msgid "Path were the output files should be copied to."
+msgstr ""
+
+#: ../python/pakfire/cli.py:460 ../python/pakfire/cli.py:477
+#: ../python/pakfire/cli.py:764
+msgid "Mode to run in. Is either 'release' or 'development' (default)."
+msgstr ""
+
+#: ../python/pakfire/cli.py:462
+msgid "Run a shell after a successful build."
+msgstr ""
+
+#: ../python/pakfire/cli.py:464
+msgid "Do not perform the install test."
+msgstr ""
+
+#: ../python/pakfire/cli.py:469
+msgid "Go into a shell."
+msgstr ""
+
+#: ../python/pakfire/cli.py:471
+msgid "Give name of a package."
+msgstr ""
+
+#: ../python/pakfire/cli.py:475
+msgid "Emulated architecture in the shell."
+msgstr ""
+
+#: ../python/pakfire/cli.py:482
+msgid "Generate a source package."
+msgstr ""
+
+#: ../python/pakfire/cli.py:484
+msgid "Give name(s) of a package(s)."
+msgstr ""
+
+#: ../python/pakfire/cli.py:493
+msgid "Create a build environment cache."
+msgstr ""
+
+#: ../python/pakfire/cli.py:503
+msgid "Create a new build environment cache."
+msgstr ""
+
+#: ../python/pakfire/cli.py:508
+msgid "Remove all cached build environments."
+msgstr ""
+
+#: ../python/pakfire/cli.py:588
+#, python-format
+msgid "Removing environment cache file: %s..."
+msgstr ""
+
+#: ../python/pakfire/cli.py:594
+#, python-format
+msgid "Could not remove file: %s"
+msgstr ""
+
+#: ../python/pakfire/cli.py:600
+msgid "Pakfire server command line interface."
+msgstr ""
+
+#: ../python/pakfire/cli.py:641
+msgid "Send a scrach build job to the server."
+msgstr ""
+
+#: ../python/pakfire/cli.py:645
+msgid "Limit build to only these architecture(s)."
+msgstr ""
+
+#: ../python/pakfire/cli.py:651
+msgid "Send a keepalive to the server."
+msgstr ""
+
+#: ../python/pakfire/cli.py:658
+msgid "Update all repositories."
+msgstr ""
+
+#: ../python/pakfire/cli.py:664
+msgid "Repository management commands."
+msgstr ""
+
+#: ../python/pakfire/cli.py:672
+msgid "Create a new repository index."
+msgstr ""
+
+#: ../python/pakfire/cli.py:674
+msgid "Path to the packages."
+msgstr ""
+
+#: ../python/pakfire/cli.py:676
+msgid "Path to input packages."
+msgstr ""
+
+#: ../python/pakfire/cli.py:678
+msgid "Key to sign the repository with."
+msgstr ""
+
+#: ../python/pakfire/cli.py:683
+msgid "Dump some information about this machine."
+msgstr ""
+
+#: ../python/pakfire/cli.py:766
+msgid "Do not verify build dependencies."
+msgstr ""
+
+#: ../python/pakfire/cli.py:799
+msgid "Pakfire client command line interface."
+msgstr ""
+
+#: ../python/pakfire/cli.py:841
+msgid "Build a package remotely."
+msgstr ""
+
+#: ../python/pakfire/cli.py:843
+msgid "Give name of a package to build."
+msgstr ""
+
+#: ../python/pakfire/cli.py:852
+msgid "Print some information about this host."
+msgstr ""
+
+#: ../python/pakfire/cli.py:858
+msgid "Check the connection to the hub."
+msgstr ""
+
+#: ../python/pakfire/cli.py:863
+msgid "Show information about build jobs."
+msgstr ""
+
+#: ../python/pakfire/cli.py:873
+msgid "Show a list of all active jobs."
+msgstr ""
+
+#: ../python/pakfire/cli.py:878
+msgid "Show a list of all recently finished of failed build jobs."
+msgstr ""
+
+#: ../python/pakfire/cli.py:883
+msgid "Show details about given build job."
+msgstr ""
+
+#: ../python/pakfire/cli.py:884
+msgid "The ID of the build job."
+msgstr ""
+
+#: ../python/pakfire/cli.py:889
+msgid "Show information about builds."
+msgstr ""
+
+#: ../python/pakfire/cli.py:897
+msgid "Show details about the given build."
+msgstr ""
+
+#: ../python/pakfire/cli.py:898
+msgid "The ID of the build."
+msgstr ""
+
+#: ../python/pakfire/cli.py:903
+msgid "Test the connection to the hub."
+msgstr ""
+
+#: ../python/pakfire/cli.py:904
+msgid "Error code to test."
+msgstr ""
+
+#: ../python/pakfire/cli.py:952 ../python/pakfire/server.py:303
+msgid "Hostname"
+msgstr ""
+
+#: ../python/pakfire/cli.py:953
+msgid "Pakfire hub"
+msgstr ""
+
+#: ../python/pakfire/cli.py:956
+msgid "Username"
+msgstr ""
+
+#. Hardware information
+#: ../python/pakfire/cli.py:960 ../python/pakfire/server.py:307
+msgid "Hardware information"
+msgstr ""
+
+#: ../python/pakfire/cli.py:961 ../python/pakfire/server.py:308
+msgid "CPU model"
+msgstr ""
+
+#: ../python/pakfire/cli.py:962 ../python/pakfire/server.py:309
+msgid "Memory"
+msgstr ""
+
+#: ../python/pakfire/cli.py:963
+msgid "Parallelism"
+msgstr ""
+
+#: ../python/pakfire/cli.py:965 ../python/pakfire/server.py:311
+msgid "Native arch"
+msgstr ""
+
+#: ../python/pakfire/cli.py:967
+msgid "Default arch"
+msgstr ""
+
+#: ../python/pakfire/cli.py:969 ../python/pakfire/server.py:313
+msgid "Supported arches"
+msgstr ""
+
+#: ../python/pakfire/cli.py:982
+msgid "Your IP address"
+msgstr ""
+
+#: ../python/pakfire/cli.py:987
+msgid "You are authenticated to the build service:"
+msgstr ""
+
+#: ../python/pakfire/cli.py:993
+msgid "User name"
+msgstr ""
+
+#: ../python/pakfire/cli.py:994
+msgid "Real name"
+msgstr ""
+
+#: ../python/pakfire/cli.py:995
+msgid "Email address"
+msgstr ""
+
+#: ../python/pakfire/cli.py:996
+msgid "Registered"
+msgstr ""
+
+#: ../python/pakfire/cli.py:1003
+msgid "You could not be authenticated to the build service."
+msgstr ""
+
+#: ../python/pakfire/cli.py:1024
+msgid "No ongoing jobs found."
+msgstr ""
+
+#: ../python/pakfire/cli.py:1027
+msgid "Active build jobs"
+msgstr ""
+
+#: ../python/pakfire/cli.py:1033
+msgid "No jobs found."
+msgstr ""
+
+#: ../python/pakfire/cli.py:1036
+msgid "Recently processed build jobs"
+msgstr ""
+
+#: ../python/pakfire/cli.py:1043
+#, python-format
+msgid "A build with ID %s could not be found."
+msgstr ""
+
+#: ../python/pakfire/cli.py:1046
+#, python-format
+msgid "Build: %(name)s"
+msgstr ""
+
+#: ../python/pakfire/cli.py:1050 ../python/pakfire/cli.py:1078
+msgid "State"
+msgstr ""
+
+#: ../python/pakfire/cli.py:1054
+msgid "Jobs"
+msgstr ""
+
+#: ../python/pakfire/cli.py:1067
+#, python-format
+msgid "A job with ID %s could not be found."
+msgstr ""
+
+#: ../python/pakfire/cli.py:1074
+#, python-format
+msgid "Job: %(name)s"
+msgstr ""
+
+#: ../python/pakfire/cli.py:1079 ../python/pakfire/packages/base.py:107
+#: ../python/pakfire/transaction.py:404
+msgid "Arch"
+msgstr ""
+
+#: ../python/pakfire/cli.py:1084 ../python/pakfire/packages/base.py:142
+msgid "Build host"
+msgstr ""
+
+#: ../python/pakfire/cli.py:1089
+msgid "Time created"
+msgstr ""
+
+#: ../python/pakfire/cli.py:1090
+msgid "Time started"
+msgstr ""
+
+#: ../python/pakfire/cli.py:1091
+msgid "Time finished"
+msgstr ""
+
+#: ../python/pakfire/cli.py:1092
+msgid "Duration"
+msgstr ""
+
+#: ../python/pakfire/cli.py:1120
+msgid "Invalid error code given."
+msgstr ""
+
+#: ../python/pakfire/cli.py:1123
+#, python-format
+msgid "Reponse from the server: %s"
+msgstr ""
+
+#: ../python/pakfire/cli.py:1129
+msgid "Pakfire daemon command line interface."
+msgstr ""
+
+#: ../python/pakfire/cli.py:1157
+msgid "Pakfire key command line interface."
+msgstr ""
+
+#: ../python/pakfire/cli.py:1201 ../python/pakfire/cli.py:1211
+msgid "Import a key from file."
+msgstr ""
+
+#: ../python/pakfire/cli.py:1203
+msgid "The real name of the owner of this key."
+msgstr ""
+
+#: ../python/pakfire/cli.py:1205
+msgid "The email address of the owner of this key."
+msgstr ""
+
+#: ../python/pakfire/cli.py:1213
+msgid "Filename of that key to import."
+msgstr ""
+
+#: ../python/pakfire/cli.py:1219
+msgid "Export a key to a file."
+msgstr ""
+
+#: ../python/pakfire/cli.py:1221
+msgid "The ID of the key to export."
+msgstr ""
+
+#: ../python/pakfire/cli.py:1223
+msgid "Write the key to this file."
+msgstr ""
+
+#: ../python/pakfire/cli.py:1225
+msgid "Export the secret key, too."
+msgstr ""
+
+#: ../python/pakfire/cli.py:1231
+msgid "Delete a key from the local keyring."
+msgstr ""
+
+#: ../python/pakfire/cli.py:1233
+msgid "The ID of the key to delete."
+msgstr ""
+
+#: ../python/pakfire/cli.py:1239
+msgid "List all imported keys."
+msgstr ""
+
+#: ../python/pakfire/cli.py:1245
+msgid "Sign one or more packages."
+msgstr ""
+
+#: ../python/pakfire/cli.py:1247
+msgid "Key that is used sign the package(s)."
+msgstr ""
+
+#: ../python/pakfire/cli.py:1249
+msgid "Package(s) to sign."
+msgstr ""
+
+#: ../python/pakfire/cli.py:1255
+msgid "Verify one or more packages."
+msgstr ""
+
+#: ../python/pakfire/cli.py:1259
+msgid "Package(s) to verify."
+msgstr ""
+
+#: ../python/pakfire/cli.py:1266
+msgid "Generating the key may take a moment..."
+msgstr ""
+
+#: ../python/pakfire/cli.py:1315
+#, python-format
+msgid "Signing %s..."
+msgstr ""
+
+#: ../python/pakfire/cli.py:1332
+#, python-format
+msgid "Verifying %s..."
+msgstr ""
+
+#: ../python/pakfire/cli.py:1342
+msgid "This signature is valid."
+msgstr ""
+
+#: ../python/pakfire/cli.py:1345
+msgid "Unknown key"
+msgstr ""
+
+#: ../python/pakfire/cli.py:1346
+msgid "Could not check if this signature is valid."
+msgstr ""
+
+#: ../python/pakfire/cli.py:1349 ../python/pakfire/keyring.py:96
+#, python-format
+msgid "Created: %s"
+msgstr ""
+
+#: ../python/pakfire/cli.py:1353 ../python/pakfire/keyring.py:99
+#, python-format
+msgid "Expires: %s"
+msgstr ""
+
+#. If the keepalive message could not successfully be sent, we don't
+#. bother, because the client will soon retry.
+#: ../python/pakfire/client/base.py:213
+msgid "Could not send a keepalive message to the hub."
+msgstr ""
+
+#. Don't give a shit either.
+#: ../python/pakfire/client/base.py:247
+msgid "Could not update the host information."
+msgstr ""
+
+#: ../python/pakfire/client/builder.py:179
+msgid "Less than 2GB of free space. Cannot request a new job."
+msgstr ""
+
+#. Log all XMLRPC protocol errors.
+#: ../python/pakfire/client/transport.py:90
+msgid "XMLRPC protocol error:"
+msgstr ""
+
+#: ../python/pakfire/client/transport.py:91
+#, python-format
+msgid "URL: %s"
+msgstr ""
+
+#: ../python/pakfire/client/transport.py:92
+msgid "  HTTP headers:"
+msgstr ""
+
+#: ../python/pakfire/client/transport.py:95
+#, python-format
+msgid "Error code: %s"
+msgstr ""
+
+#: ../python/pakfire/client/transport.py:96
+#, python-format
+msgid "Error message: %s"
+msgstr ""
+
+#: ../python/pakfire/client/transport.py:116
+#, python-format
+msgid "Trying again in %(timeout)s second(s). %(tries)s tries left."
+msgstr ""
+
+#: ../python/pakfire/client/transport.py:121
+msgid "Maximum number of tries was reached. Giving up."
+msgstr ""
+
+#: ../python/pakfire/compress.py:85 ../python/pakfire/compress.py:95
+#, python-format
+msgid "Given algorithm '%s' is not supported."
+msgstr ""
+
+#: ../python/pakfire/config.py:191
+#, python-format
+msgid "Unhandled configuration update: %s"
+msgstr ""
+
+#: ../python/pakfire/config.py:205
+msgid "Configuration:"
+msgstr ""
+
+#: ../python/pakfire/config.py:207
+#, python-format
+msgid "Section: %s"
+msgstr ""
+
+#: ../python/pakfire/config.py:212
+msgid "No settings in this section."
+msgstr ""
+
+#: ../python/pakfire/config.py:214
+msgid "Loaded from files:"
+msgstr ""
+
+#: ../python/pakfire/downloader.py:155
+msgid "Downloading source files:"
+msgstr ""
+
+#: ../python/pakfire/downloader.py:158
+msgid "Cannot download source code in offline mode."
+msgstr ""
+
+#: ../python/pakfire/downloader.py:181
+#, python-format
+msgid "Downloaded empty file: %s"
+msgstr ""
+
+#: ../python/pakfire/errors.py:30
+msgid "An unhandled error occured."
+msgstr ""
+
+#: ../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 ""
+
+#: ../python/pakfire/errors.py:61
+msgid "An error occured when pakfire tried to download files."
+msgstr ""
+
+#: ../python/pakfire/errors.py:74
+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 ""
+
+#: ../python/pakfire/errors.py:86
+msgid "Running pakfire-build in a pakfire container?"
+msgstr ""
+
+#: ../python/pakfire/errors.py:94 ../python/pakfire/transaction.py:475
+msgid "Transaction test was not successful"
+msgstr ""
+
+#: ../python/pakfire/errors.py:98
+msgid "Generic XMLRPC error."
+msgstr ""
+
+#: ../python/pakfire/errors.py:102
+msgid ""
+"You are forbidden to perform this action. Maybe you need to check your "
+"credentials."
+msgstr ""
+
+#: ../python/pakfire/errors.py:106
+msgid "A request could not be fulfilled by the server."
+msgstr ""
+
+#: ../python/pakfire/errors.py:110
+msgid "Could not find the requested URL."
+msgstr ""
+
+#: ../python/pakfire/errors.py:114
+msgid "An unforseable problem on the XML-RPC transport connection occured."
+msgstr ""
+
+#: ../python/pakfire/i18n.py:54
+#, python-format
+msgid "%(commas)s and %(last)s"
+msgstr ""
+
+#: ../python/pakfire/keyring.py:82
+#, python-format
+msgid "Fingerprint: %s"
+msgstr ""
+
+#: ../python/pakfire/keyring.py:84
+msgid "Private key available!"
+msgstr ""
+
+#: ../python/pakfire/keyring.py:88
+#, python-format
+msgid "Subkey: %s"
+msgstr ""
+
+#: ../python/pakfire/keyring.py:90
+msgid "This key has expired!"
+msgstr ""
+
+#: ../python/pakfire/keyring.py:93
+msgid "This is a secret key."
+msgstr ""
+
+#: ../python/pakfire/keyring.py:101
+msgid "This key does not expire."
+msgstr ""
+
+#: ../python/pakfire/keyring.py:149
+#, python-format
+msgid "Generating new key for %(realname)s <%(email)s>..."
+msgstr ""
+
+#: ../python/pakfire/keyring.py:150
+msgid "This may take a while..."
+msgstr ""
+
+#: ../python/pakfire/keyring.py:169
+#, python-format
+msgid "Successfully imported %s."
+msgstr ""
+
+#: ../python/pakfire/keyring.py:189
+msgid "Host key:"
+msgstr ""
+
+#: ../python/pakfire/keyring.py:196
+#, python-format
+msgid ""
+"WARNING! Host key with ID %s configured, but the secret key is missing!"
+msgstr ""
+
+#: ../python/pakfire/keyring.py:199
+#, python-format
+msgid "WARNING! Host key with ID %s configured, but not found!"
+msgstr ""
+
+#: ../python/pakfire/keyring.py:201
+msgid "No host key available or configured."
+msgstr ""
+
+#: ../python/pakfire/packages/base.py:99
+msgid "Name"
+msgstr ""
+
+#: ../python/pakfire/packages/base.py:110 ../python/pakfire/transaction.py:404
+msgid "Version"
+msgstr ""
+
+#: ../python/pakfire/packages/base.py:111
+msgid "Release"
+msgstr ""
+
+#: ../python/pakfire/packages/base.py:115 ../python/pakfire/transaction.py:405
+msgid "Size"
+msgstr ""
+
+#: ../python/pakfire/packages/base.py:119
+msgid "Repo"
+msgstr ""
+
+#: ../python/pakfire/packages/base.py:122
+msgid "Summary"
+msgstr ""
+
+#: ../python/pakfire/packages/base.py:123
+msgid "Groups"
+msgstr ""
+
+#: ../python/pakfire/packages/base.py:124
+msgid "URL"
+msgstr ""
+
+#: ../python/pakfire/packages/base.py:125
+msgid "License"
+msgstr ""
+
+#: ../python/pakfire/packages/base.py:128
+msgid "Description"
+msgstr ""
+
+#: ../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 ""
+
+#: ../python/pakfire/packages/base.py:140
+msgid "Build ID"
+msgstr ""
+
+#: ../python/pakfire/packages/base.py:141
+msgid "Build date"
+msgstr ""
+
+#: ../python/pakfire/packages/base.py:144
+msgid "Signatures"
+msgstr ""
+
+#: ../python/pakfire/packages/base.py:149
+msgid "Provides"
+msgstr ""
+
+#: ../python/pakfire/packages/base.py:154
+msgid "Pre-requires"
+msgstr ""
+
+#: ../python/pakfire/packages/base.py:159
+msgid "Requires"
+msgstr ""
+
+#: ../python/pakfire/packages/base.py:164
+msgid "Conflicts"
+msgstr ""
+
+#: ../python/pakfire/packages/base.py:169
+msgid "Obsoletes"
+msgstr ""
+
+#: ../python/pakfire/packages/base.py:177
+msgid "File"
+msgstr ""
+
+#: ../python/pakfire/packages/base.py:367
+msgid "Not set"
+msgstr ""
+
+#: ../python/pakfire/packages/base.py:534
+#, python-format
+msgid "Config file saved as %s."
+msgstr ""
+
+#: ../python/pakfire/packages/file.py:93
+#, python-format
+msgid "Could not extract file: /%(src)s - %(dst)s"
+msgstr ""
+
+#: ../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/lexer.py:718
+#, python-format
+msgid "Template does not exist: %s"
+msgstr ""
+
+#: ../python/pakfire/packages/make.py:81
+msgid "Package name is undefined."
+msgstr ""
+
+#: ../python/pakfire/packages/make.py:84
+msgid "Package version is undefined."
+msgstr ""
+
+#: ../python/pakfire/packages/make.py:421
+#, python-format
+msgid "Searching for automatic dependencies for %s..."
+msgstr ""
+
+#: ../python/pakfire/packages/make.py:475
+#, 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:491
+#, python-format
+msgid "Filter '%(pattern)s' filtered %(dep)s."
+msgstr ""
+
+#. Load progressbar.
+#: ../python/pakfire/packages/packager.py:394
+#: ../python/pakfire/packages/packager.py:689
+msgid "Packaging"
+msgstr ""
+
+#: ../python/pakfire/packages/packager.py:717
+#, python-format
+msgid "Building source package %s:"
+msgstr ""
+
+#: ../python/pakfire/repository/database.py:123
+msgid ""
+"The format of the database is not supported by this version of pakfire."
+msgstr ""
+
+#: ../python/pakfire/repository/database.py:231
+#, python-format
+msgid "Cannot use database with version greater than %s."
+msgstr ""
+
+#: ../python/pakfire/repository/database.py:233
+#, python-format
+msgid "Migrating database from format %(old)s to %(new)s."
+msgstr ""
+
+#. Create progress bar.
+#: ../python/pakfire/repository/local.py:102
+#: ../python/pakfire/repository/local.py:272
+#, python-format
+msgid "%s: Adding packages..."
+msgstr ""
+
+#. Make a nice progress bar.
+#: ../python/pakfire/repository/local.py:205
+msgid "Compressing database..."
+msgstr ""
+
+#: ../python/pakfire/repository/remote.py:122
+msgid "You cannot force to update metadata in offline mode."
+msgstr ""
+
+#: ../python/pakfire/repository/remote.py:147
+#, python-format
+msgid "No metadata available for repository %s. Cannot download any."
+msgstr ""
+
+#: ../python/pakfire/repository/remote.py:172
+#, python-format
+msgid "Could not update metadata for %s from any mirror server"
+msgstr ""
+
+#: ../python/pakfire/repository/remote.py:181
+msgid "The downloaded metadata was less recent than the current one."
+msgstr ""
+
+#: ../python/pakfire/repository/remote.py:220
+#, python-format
+msgid "Cannot download package database for %s in offline mode."
+msgstr ""
+
+#: ../python/pakfire/repository/remote.py:231
+#, python-format
+msgid "%s: package database"
+msgstr ""
+
+#: ../python/pakfire/repository/remote.py:305
+#, python-format
+msgid "Cannot download this file in offline mode: %s"
+msgstr ""
+
+#: ../python/pakfire/repository/remote.py:311
+#, python-format
+msgid "Could not download %s: %s"
+msgstr ""
+
+#: ../python/pakfire/repository/remote.py:336
+msgid "The checksum of the downloaded file did not match."
+msgstr ""
+
+#: ../python/pakfire/repository/remote.py:337
+#, python-format
+msgid "Expected %(good)s but got %(bad)s."
+msgstr ""
+
+#: ../python/pakfire/repository/remote.py:338
+msgid "Trying an other mirror."
+msgstr ""
+
+#. Create a progressbar.
+#: ../python/pakfire/repository/system.py:66
+msgid "Loading installed packages"
+msgstr ""
+
+#: ../python/pakfire/satsolver.py:199 ../python/pakfire/satsolver.py:225
+msgid "The solver returned one problem:"
+msgstr ""
+
+#. Ask the user if he or she want to modify the request. If not, just exit.
+#: ../python/pakfire/satsolver.py:241
+msgid "Do you want to manually alter the request?"
+msgstr ""
+
+#: ../python/pakfire/satsolver.py:244
+msgid "You can now try to satisfy the solver by modifying your request."
+msgstr ""
+
+#: ../python/pakfire/satsolver.py:249
+msgid "Which problem to you want to resolve?"
+msgstr ""
+
+#: ../python/pakfire/satsolver.py:251
+msgid "Press enter to try to re-solve the request."
+msgstr ""
+
+#: ../python/pakfire/satsolver.py:282
+#, python-format
+msgid "    Solution: %s"
+msgstr ""
+
+#: ../python/pakfire/satsolver.py:291
+msgid "    Solutions:"
+msgstr ""
+
+#: ../python/pakfire/server.py:279 ../python/pakfire/system.py:132
+msgid "Could not be determined"
+msgstr ""
+
+#: ../python/pakfire/transaction.py:94
+#, python-format
+msgid "file %(name)s from %(pkg1)s conflicts with file from package %(pkg2)s"
+msgstr ""
+
+#: ../python/pakfire/transaction.py:100
+#, python-format
+msgid "file %(name)s from %(pkg)s conflicts with files from %(pkgs)s"
+msgstr ""
+
+#: ../python/pakfire/transaction.py:106
+#, python-format
+msgid ""
+"file %(name)s causes the transaction test to fail for an unknown reason"
+msgstr ""
+
+#: ../python/pakfire/transaction.py:114
+#, 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:327
+#, python-format
+msgid "Not enough space to download %s of packages."
+msgstr ""
+
+#: ../python/pakfire/transaction.py:330
+msgid "Downloading packages:"
+msgstr ""
+
+#: ../python/pakfire/transaction.py:404
+msgid "Package"
+msgstr ""
+
+#: ../python/pakfire/transaction.py:409
+msgid "Installing:"
+msgstr ""
+
+#: ../python/pakfire/transaction.py:410
+msgid "Reinstalling:"
+msgstr ""
+
+#: ../python/pakfire/transaction.py:411
+msgid "Updating:"
+msgstr ""
+
+#: ../python/pakfire/transaction.py:412
+msgid "Downgrading:"
+msgstr ""
+
+#: ../python/pakfire/transaction.py:413
+msgid "Removing:"
+msgstr ""
+
+#: ../python/pakfire/transaction.py:419
+msgid "Transaction Summary"
+msgstr ""
+
+#: ../python/pakfire/transaction.py:426
+msgid "package"
+msgstr ""
+
+#: ../python/pakfire/transaction.py:432
+#, python-format
+msgid "Total download size: %s"
+msgstr ""
+
+#: ../python/pakfire/transaction.py:436
+#, python-format
+msgid "Installed size: %s"
+msgstr ""
+
+#: ../python/pakfire/transaction.py:439
+#, python-format
+msgid "Freed size: %s"
+msgstr ""
+
+#: ../python/pakfire/transaction.py:450
+msgid "Is this okay?"
+msgstr ""
+
+#: ../python/pakfire/transaction.py:456
+msgid "Running Transaction Test"
+msgstr ""
+
+#: ../python/pakfire/transaction.py:468
+msgid "Transaction Test Succeeded"
+msgstr ""
+
+#. Make a nice progressbar.
+#: ../python/pakfire/transaction.py:501
+msgid "Verifying signatures..."
+msgstr ""
+
+#: ../python/pakfire/transaction.py:533
+#, python-format
+msgid "Found %s signature error(s)!"
+msgstr ""
+
+#: ../python/pakfire/transaction.py:538
+msgid "Going on because we are running in permissive mode."
+msgstr ""
+
+#: ../python/pakfire/transaction.py:539
+msgid "This is dangerous!"
+msgstr ""
+
+#: ../python/pakfire/transaction.py:560
+msgid "Running transaction"
+msgstr ""
+
+#: ../python/pakfire/util.py:68
+#, python-format
+msgid "%s [y/N]"
+msgstr ""
+
+#: ../python/pakfire/util.py:260
+msgid "Killing orphans..."
+msgstr ""
+
+#: ../python/pakfire/util.py:267
+#, python-format
+msgid "Process ID %s is still running in chroot. Killing..."
+msgstr ""
+
+#: ../python/pakfire/util.py:279
+msgid "Waiting for processes to terminate..."
+msgstr ""
+
+#: ../python/src/problem.c:159
+#, c-format
+msgid "%s does not belong to a distupgrade repository"
+msgstr ""
+
+#: ../python/src/problem.c:166
+#, c-format
+msgid "%s has inferior architecture"
+msgstr ""
+
+#: ../python/src/problem.c:173
+#, c-format
+msgid "problem with installed package %s"
+msgstr ""
+
+#: ../python/src/problem.c:179
+#, c-format
+msgid "conflicting requests"
+msgstr ""
+
+#: ../python/src/problem.c:184
+#, c-format
+msgid "nothing provides requested %s"
+msgstr ""
+
+#: ../python/src/problem.c:190
+#, c-format
+msgid "some dependency problem"
+msgstr ""
+
+#: ../python/src/problem.c:195
+#, c-format
+msgid "package %s is not installable"
+msgstr ""
+
+#: ../python/src/problem.c:202
+#, c-format
+msgid "nothing provides %s needed by %s"
+msgstr ""
+
+#: ../python/src/problem.c:209
+#, c-format
+msgid "cannot install both %s and %s"
+msgstr ""
+
+#: ../python/src/problem.c:216
+#, c-format
+msgid "package %s conflicts with %s provided by %s"
+msgstr ""
+
+#: ../python/src/problem.c:224
+#, c-format
+msgid "package %s obsoletes %s provided by %s"
+msgstr ""
+
+#: ../python/src/problem.c:232
+#, c-format
+msgid "installed package %s obsoletes %s provided by %s"
+msgstr ""
+
+#: ../python/src/problem.c:240
+#, c-format
+msgid "package %s implicitely obsoletes %s provided by %s"
+msgstr ""
+
+#: ../python/src/problem.c:248
+#, c-format
+msgid "package %s requires %s, but none of the providers can be installed"
+msgstr ""
+
+#: ../python/src/problem.c:255
+#, c-format
+msgid "package %s conflicts with %s provided by itself"
+msgstr ""
+
+#: ../python/src/problem.c:264
+#, c-format
+msgid "bad rule type"
+msgstr ""
+
+#: ../python/src/solution.c:86
+#, c-format
+msgid "do not keep %s installed"
+msgstr ""
+
+#: ../python/src/solution.c:89
+#, c-format
+msgid "do not install a solvable %s"
+msgstr ""
+
+#: ../python/src/solution.c:92
+#, c-format
+msgid "do not install %s"
+msgstr ""
+
+#: ../python/src/solution.c:98
+#, c-format
+msgid "do not forbid installation of %s"
+msgstr ""
+
+#: ../python/src/solution.c:101
+#, c-format
+msgid "do not deinstall all solvables %s"
+msgstr ""
+
+#: ../python/src/solution.c:104
+#, c-format
+msgid "do not deinstall %s"
+msgstr ""
+
+#: ../python/src/solution.c:109
+#, c-format
+msgid "do not install most recent version of %s"
+msgstr ""
+
+#: ../python/src/solution.c:114
+#, c-format
+msgid "do not lock %s"
+msgstr ""
+
+#: ../python/src/solution.c:119
+#, c-format
+msgid "do something different"
+msgstr ""
+
+#: ../python/src/solution.c:126
+#, c-format
+msgid "keep %s despite the inferior architecture"
+msgstr ""
+
+#: ../python/src/solution.c:129
+#, c-format
+msgid "install %s despite the inferior architecture"
+msgstr ""
+
+#: ../python/src/solution.c:135
+#, c-format
+msgid "keep obsolete %s"
+msgstr ""
+
+#: ../python/src/solution.c:138
+#, c-format
+msgid "install %s from excluded repository"
+msgstr ""
+
+#: ../python/src/solution.c:150
+#, c-format
+msgid "allow downgrade of %s to %s"
+msgstr ""
+
+#: ../python/src/solution.c:154
+#, c-format
+msgid "allow architecture change of %s to %s"
+msgstr ""
+
+#: ../python/src/solution.c:159
+#, c-format
+msgid "allow vendor change from '%s' (%s) to '%s' (%s)"
+msgstr ""
+
+#: ../python/src/solution.c:163
+#, c-format
+msgid "allow vendor change from '%s' (%s) to no vendor (%s)"
+msgstr ""
+
+#: ../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:80
+msgid "Further description:"
+msgstr ""
index b387859e6ce83883dd823507ebfed3844e3a8b36..ca476cb0f284149ce87a212a254233bcff40a08f 100644 (file)
--- a/po/da.po
+++ b/po/da.po
@@ -6,17 +6,17 @@
 #   <hbrolarsen@gmx.de>, 2011.
 msgid ""
 msgstr ""
-"Project-Id-Version: The IPFire Project\n"
+"Project-Id-Version: IPFire Project\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2012-05-16 12:33+0000\n"
-"PO-Revision-Date: 2012-05-17 08:24+0000\n"
+"POT-Creation-Date: 2012-07-26 19:43+0200\n"
+"PO-Revision-Date: 2012-07-27 08:20+0000\n"
 "Last-Translator: Danskmand <hbrolarsen@gmx.de>\n"
 "Language-Team: Danish (http://www.transifex.com/projects/p/ipfire/language/da/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Language: da\n"
-"Plural-Forms: nplurals=2; plural=(n != 1)\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
 #: ../python/pakfire/actions.py:72
 #, python-format
@@ -121,7 +121,7 @@ msgstr ""
 
 #: ../python/pakfire/base.py:387 ../python/pakfire/base.py:455
 #: ../python/pakfire/base.py:491 ../python/pakfire/base.py:553
-#: ../python/pakfire/base.py:574 ../python/pakfire/transaction.py:390
+#: ../python/pakfire/base.py:574 ../python/pakfire/transaction.py:396
 msgid "Nothing to do"
 msgstr "Intet at gøre"
 
@@ -421,7 +421,7 @@ msgstr "Kontroller afhængigheder for en bestemt pakke."
 msgid "Give name of at least one package to check."
 msgstr "angiv navnet på mindst én pakke som kontrolleres."
 
-#: ../python/pakfire/cli.py:348 ../python/pakfire/transaction.py:399
+#: ../python/pakfire/cli.py:348 ../python/pakfire/transaction.py:405
 msgid "Repository"
 msgstr "Projektarkivet"
 
@@ -429,11 +429,11 @@ msgstr "Projektarkivet"
 msgid "Enabled"
 msgstr "aktiveret"
 
-#: ../python/pakfire/cli.py:348 ../python/pakfire/cli.py:1050
+#: ../python/pakfire/cli.py:348 ../python/pakfire/cli.py:1051
 msgid "Priority"
 msgstr "Prioritet"
 
-#: ../python/pakfire/cli.py:348 ../python/pakfire/cli.py:1095
+#: ../python/pakfire/cli.py:348 ../python/pakfire/cli.py:1096
 msgid "Packages"
 msgstr "Pakker"
 
@@ -660,224 +660,232 @@ msgstr ""
 msgid "Memory"
 msgstr ""
 
-#: ../python/pakfire/cli.py:964 ../python/pakfire/server.py:311
+#: ../python/pakfire/cli.py:963
+msgid "Parallelism"
+msgstr ""
+
+#: ../python/pakfire/cli.py:965 ../python/pakfire/server.py:311
 msgid "Native arch"
 msgstr ""
 
-#: ../python/pakfire/cli.py:966
+#: ../python/pakfire/cli.py:967
 msgid "Default arch"
 msgstr ""
 
-#: ../python/pakfire/cli.py:968 ../python/pakfire/server.py:313
+#: ../python/pakfire/cli.py:969 ../python/pakfire/server.py:313
 msgid "Supported arches"
 msgstr ""
 
-#: ../python/pakfire/cli.py:981
+#: ../python/pakfire/cli.py:982
 msgid "Your IP address"
 msgstr ""
 
-#: ../python/pakfire/cli.py:986
+#: ../python/pakfire/cli.py:987
 msgid "You are authenticated to the build service:"
 msgstr ""
 
-#: ../python/pakfire/cli.py:992
+#: ../python/pakfire/cli.py:993
 msgid "User name"
 msgstr ""
 
-#: ../python/pakfire/cli.py:993
+#: ../python/pakfire/cli.py:994
 msgid "Real name"
 msgstr ""
 
-#: ../python/pakfire/cli.py:994
+#: ../python/pakfire/cli.py:995
 msgid "Email address"
 msgstr ""
 
-#: ../python/pakfire/cli.py:995
+#: ../python/pakfire/cli.py:996
 msgid "Registered"
 msgstr ""
 
-#: ../python/pakfire/cli.py:1002
+#: ../python/pakfire/cli.py:1003
 msgid "You could not be authenticated to the build service."
 msgstr ""
 
-#: ../python/pakfire/cli.py:1023
+#: ../python/pakfire/cli.py:1024
 msgid "No ongoing jobs found."
 msgstr ""
 
-#: ../python/pakfire/cli.py:1026
+#: ../python/pakfire/cli.py:1027
 msgid "Active build jobs"
 msgstr ""
 
-#: ../python/pakfire/cli.py:1032
+#: ../python/pakfire/cli.py:1033
 msgid "No jobs found."
 msgstr ""
 
-#: ../python/pakfire/cli.py:1035
+#: ../python/pakfire/cli.py:1036
 msgid "Recently processed build jobs"
 msgstr ""
 
-#: ../python/pakfire/cli.py:1042
+#: ../python/pakfire/cli.py:1043
 #, python-format
 msgid "A build with ID %s could not be found."
 msgstr ""
 
-#: ../python/pakfire/cli.py:1045
+#: ../python/pakfire/cli.py:1046
 #, python-format
 msgid "Build: %(name)s"
 msgstr ""
 
-#: ../python/pakfire/cli.py:1049 ../python/pakfire/cli.py:1077
+#: ../python/pakfire/cli.py:1050 ../python/pakfire/cli.py:1078
 msgid "State"
 msgstr ""
 
-#: ../python/pakfire/cli.py:1053
+#: ../python/pakfire/cli.py:1054
 msgid "Jobs"
 msgstr ""
 
-#: ../python/pakfire/cli.py:1066
+#: ../python/pakfire/cli.py:1067
 #, python-format
 msgid "A job with ID %s could not be found."
 msgstr ""
 
-#: ../python/pakfire/cli.py:1073
+#: ../python/pakfire/cli.py:1074
 #, python-format
 msgid "Job: %(name)s"
 msgstr ""
 
-#: ../python/pakfire/cli.py:1078 ../python/pakfire/packages/base.py:107
-#: ../python/pakfire/transaction.py:398
+#: ../python/pakfire/cli.py:1079 ../python/pakfire/packages/base.py:107
+#: ../python/pakfire/transaction.py:404
 msgid "Arch"
 msgstr "arch"
 
-#: ../python/pakfire/cli.py:1083 ../python/pakfire/packages/base.py:142
+#: ../python/pakfire/cli.py:1084 ../python/pakfire/packages/base.py:142
 msgid "Build host"
 msgstr "Build host"
 
-#: ../python/pakfire/cli.py:1088
+#: ../python/pakfire/cli.py:1089
 msgid "Time created"
 msgstr ""
 
-#: ../python/pakfire/cli.py:1089
+#: ../python/pakfire/cli.py:1090
 msgid "Time started"
 msgstr ""
 
-#: ../python/pakfire/cli.py:1090
+#: ../python/pakfire/cli.py:1091
 msgid "Time finished"
 msgstr ""
 
-#: ../python/pakfire/cli.py:1091
+#: ../python/pakfire/cli.py:1092
 msgid "Duration"
 msgstr ""
 
-#: ../python/pakfire/cli.py:1119
+#: ../python/pakfire/cli.py:1120
 msgid "Invalid error code given."
 msgstr ""
 
-#: ../python/pakfire/cli.py:1122
+#: ../python/pakfire/cli.py:1123
 #, python-format
 msgid "Reponse from the server: %s"
 msgstr ""
 
-#: ../python/pakfire/cli.py:1128
+#: ../python/pakfire/cli.py:1129
 msgid "Pakfire daemon command line interface."
 msgstr ""
 
-#: ../python/pakfire/cli.py:1156
+#: ../python/pakfire/cli.py:1157
 msgid "Pakfire key command line interface."
 msgstr ""
 
-#: ../python/pakfire/cli.py:1200 ../python/pakfire/cli.py:1210
+#: ../python/pakfire/cli.py:1201 ../python/pakfire/cli.py:1211
 msgid "Import a key from file."
 msgstr ""
 
-#: ../python/pakfire/cli.py:1202
+#: ../python/pakfire/cli.py:1203
 msgid "The real name of the owner of this key."
 msgstr ""
 
-#: ../python/pakfire/cli.py:1204
+#: ../python/pakfire/cli.py:1205
 msgid "The email address of the owner of this key."
 msgstr ""
 
-#: ../python/pakfire/cli.py:1212
+#: ../python/pakfire/cli.py:1213
 msgid "Filename of that key to import."
 msgstr ""
 
-#: ../python/pakfire/cli.py:1218
+#: ../python/pakfire/cli.py:1219
 msgid "Export a key to a file."
 msgstr ""
 
-#: ../python/pakfire/cli.py:1220
+#: ../python/pakfire/cli.py:1221
 msgid "The ID of the key to export."
 msgstr ""
 
-#: ../python/pakfire/cli.py:1222
+#: ../python/pakfire/cli.py:1223
 msgid "Write the key to this file."
 msgstr ""
 
-#: ../python/pakfire/cli.py:1228
+#: ../python/pakfire/cli.py:1225
+msgid "Export the secret key, too."
+msgstr ""
+
+#: ../python/pakfire/cli.py:1231
 msgid "Delete a key from the local keyring."
 msgstr ""
 
-#: ../python/pakfire/cli.py:1230
+#: ../python/pakfire/cli.py:1233
 msgid "The ID of the key to delete."
 msgstr ""
 
-#: ../python/pakfire/cli.py:1236
+#: ../python/pakfire/cli.py:1239
 msgid "List all imported keys."
 msgstr ""
 
-#: ../python/pakfire/cli.py:1242
+#: ../python/pakfire/cli.py:1245
 msgid "Sign one or more packages."
 msgstr ""
 
-#: ../python/pakfire/cli.py:1244
+#: ../python/pakfire/cli.py:1247
 msgid "Key that is used sign the package(s)."
 msgstr ""
 
-#: ../python/pakfire/cli.py:1246
+#: ../python/pakfire/cli.py:1249
 msgid "Package(s) to sign."
 msgstr ""
 
-#: ../python/pakfire/cli.py:1252
+#: ../python/pakfire/cli.py:1255
 msgid "Verify one or more packages."
 msgstr ""
 
-#: ../python/pakfire/cli.py:1256
+#: ../python/pakfire/cli.py:1259
 msgid "Package(s) to verify."
 msgstr ""
 
-#: ../python/pakfire/cli.py:1263
+#: ../python/pakfire/cli.py:1266
 msgid "Generating the key may take a moment..."
 msgstr ""
 
-#: ../python/pakfire/cli.py:1311
+#: ../python/pakfire/cli.py:1315
 #, python-format
 msgid "Signing %s..."
 msgstr ""
 
-#: ../python/pakfire/cli.py:1328
+#: ../python/pakfire/cli.py:1332
 #, python-format
 msgid "Verifying %s..."
 msgstr ""
 
-#: ../python/pakfire/cli.py:1338
+#: ../python/pakfire/cli.py:1342
 msgid "This signature is valid."
 msgstr ""
 
-#: ../python/pakfire/cli.py:1341
+#: ../python/pakfire/cli.py:1345
 msgid "Unknown key"
 msgstr ""
 
-#: ../python/pakfire/cli.py:1342
+#: ../python/pakfire/cli.py:1346
 msgid "Could not check if this signature is valid."
 msgstr ""
 
-#: ../python/pakfire/cli.py:1345 ../python/pakfire/keyring.py:96
+#: ../python/pakfire/cli.py:1349 ../python/pakfire/keyring.py:96
 #, python-format
 msgid "Created: %s"
 msgstr ""
 
-#: ../python/pakfire/cli.py:1349 ../python/pakfire/keyring.py:99
+#: ../python/pakfire/cli.py:1353 ../python/pakfire/keyring.py:99
 #, python-format
 msgid "Expires: %s"
 msgstr ""
@@ -996,7 +1004,7 @@ msgstr "Den anmodede operation kan ikke ske på offlinetilstand ⏎ venligst til
 msgid "Running pakfire-build in a pakfire container?"
 msgstr ""
 
-#: ../python/pakfire/errors.py:94 ../python/pakfire/transaction.py:469
+#: ../python/pakfire/errors.py:94 ../python/pakfire/transaction.py:475
 msgid "Transaction test was not successful"
 msgstr ""
 
@@ -1090,7 +1098,7 @@ msgstr ""
 msgid "Name"
 msgstr "navn"
 
-#: ../python/pakfire/packages/base.py:110 ../python/pakfire/transaction.py:398
+#: ../python/pakfire/packages/base.py:110 ../python/pakfire/transaction.py:404
 msgid "Version"
 msgstr "version"
 
@@ -1098,7 +1106,7 @@ msgstr "version"
 msgid "Release"
 msgstr "version"
 
-#: ../python/pakfire/packages/base.py:115 ../python/pakfire/transaction.py:399
+#: ../python/pakfire/packages/base.py:115 ../python/pakfire/transaction.py:405
 msgid "Size"
 msgstr "størrelse"
 
@@ -1213,37 +1221,37 @@ msgstr ""
 msgid "Template does not exist: %s"
 msgstr ""
 
-#: ../python/pakfire/packages/make.py:80
+#: ../python/pakfire/packages/make.py:81
 msgid "Package name is undefined."
 msgstr ""
 
-#: ../python/pakfire/packages/make.py:83
+#: ../python/pakfire/packages/make.py:84
 msgid "Package version is undefined."
 msgstr ""
 
-#: ../python/pakfire/packages/make.py:420
+#: ../python/pakfire/packages/make.py:421
 #, python-format
 msgid "Searching for automatic dependencies for %s..."
 msgstr ""
 
-#: ../python/pakfire/packages/make.py:474
+#: ../python/pakfire/packages/make.py:475
 #, 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:490
+#: ../python/pakfire/packages/make.py:491
 #, python-format
 msgid "Filter '%(pattern)s' filtered %(dep)s."
 msgstr ""
 
 #. Load progressbar.
-#: ../python/pakfire/packages/packager.py:391
-#: ../python/pakfire/packages/packager.py:686
+#: ../python/pakfire/packages/packager.py:394
+#: ../python/pakfire/packages/packager.py:689
 msgid "Packaging"
 msgstr ""
 
-#: ../python/pakfire/packages/packager.py:714
+#: ../python/pakfire/packages/packager.py:717
 #, python-format
 msgid "Building source package %s:"
 msgstr ""
@@ -1361,7 +1369,7 @@ msgstr "Løsning:%s"
 msgid "    Solutions:"
 msgstr "Løsninger:"
 
-#: ../python/pakfire/server.py:279 ../python/pakfire/system.py:131
+#: ../python/pakfire/server.py:279 ../python/pakfire/system.py:132
 msgid "Could not be determined"
 msgstr ""
 
@@ -1375,100 +1383,106 @@ msgstr ""
 msgid "file %(name)s from %(pkg)s conflicts with files from %(pkgs)s"
 msgstr ""
 
-#: ../python/pakfire/transaction.py:108
+#: ../python/pakfire/transaction.py:106
+#, python-format
+msgid ""
+"file %(name)s causes the transaction test to fail for an unknown reason"
+msgstr ""
+
+#: ../python/pakfire/transaction.py:114
 #, 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:321
+#: ../python/pakfire/transaction.py:327
 #, python-format
 msgid "Not enough space to download %s of packages."
 msgstr ""
 
-#: ../python/pakfire/transaction.py:324
+#: ../python/pakfire/transaction.py:330
 msgid "Downloading packages:"
 msgstr "Download af pakker:"
 
-#: ../python/pakfire/transaction.py:398
+#: ../python/pakfire/transaction.py:404
 msgid "Package"
 msgstr "pakke"
 
-#: ../python/pakfire/transaction.py:403
+#: ../python/pakfire/transaction.py:409
 msgid "Installing:"
 msgstr "installerer:"
 
-#: ../python/pakfire/transaction.py:404
+#: ../python/pakfire/transaction.py:410
 msgid "Reinstalling:"
 msgstr "Geninstallerer:"
 
-#: ../python/pakfire/transaction.py:405
+#: ../python/pakfire/transaction.py:411
 msgid "Updating:"
 msgstr "opdaterer:"
 
-#: ../python/pakfire/transaction.py:406
+#: ../python/pakfire/transaction.py:412
 msgid "Downgrading:"
 msgstr "nedgradering:"
 
-#: ../python/pakfire/transaction.py:407
+#: ../python/pakfire/transaction.py:413
 msgid "Removing:"
 msgstr "fjerner:"
 
-#: ../python/pakfire/transaction.py:413
+#: ../python/pakfire/transaction.py:419
 msgid "Transaction Summary"
 msgstr "Transaktions resumé"
 
-#: ../python/pakfire/transaction.py:420
+#: ../python/pakfire/transaction.py:426
 msgid "package"
 msgstr "Pakke"
 
-#: ../python/pakfire/transaction.py:426
+#: ../python/pakfire/transaction.py:432
 #, python-format
 msgid "Total download size: %s"
 msgstr "samlet download størrelse: %s"
 
-#: ../python/pakfire/transaction.py:430
+#: ../python/pakfire/transaction.py:436
 #, python-format
 msgid "Installed size: %s"
 msgstr "installeret størrelse %s"
 
-#: ../python/pakfire/transaction.py:433
+#: ../python/pakfire/transaction.py:439
 #, python-format
 msgid "Freed size: %s"
 msgstr "befriet størrelse %s"
 
-#: ../python/pakfire/transaction.py:444
+#: ../python/pakfire/transaction.py:450
 msgid "Is this okay?"
 msgstr "er det ok ?"
 
-#: ../python/pakfire/transaction.py:450
+#: ../python/pakfire/transaction.py:456
 msgid "Running Transaction Test"
 msgstr ""
 
-#: ../python/pakfire/transaction.py:462
+#: ../python/pakfire/transaction.py:468
 msgid "Transaction Test Succeeded"
 msgstr ""
 
 #. Make a nice progressbar.
-#: ../python/pakfire/transaction.py:495
+#: ../python/pakfire/transaction.py:501
 msgid "Verifying signatures..."
 msgstr ""
 
-#: ../python/pakfire/transaction.py:527
+#: ../python/pakfire/transaction.py:533
 #, python-format
 msgid "Found %s signature error(s)!"
 msgstr ""
 
-#: ../python/pakfire/transaction.py:532
+#: ../python/pakfire/transaction.py:538
 msgid "Going on because we are running in permissive mode."
 msgstr ""
 
-#: ../python/pakfire/transaction.py:533
+#: ../python/pakfire/transaction.py:539
 msgid "This is dangerous!"
 msgstr ""
 
-#: ../python/pakfire/transaction.py:554
+#: ../python/pakfire/transaction.py:560
 msgid "Running transaction"
 msgstr "løbende transaktion"
 
index a4cc4424d9c6a37bbb81bbbdd7598a96362d229d..5a60bd164fc5c03ba266934a150f88469d7481ed 100644 (file)
--- a/po/de.po
+++ b/po/de.po
@@ -7,17 +7,17 @@
 # Michael Tremer <michael.tremer@ipfire.org>, 2011, 2012.
 msgid ""
 msgstr ""
-"Project-Id-Version: The IPFire Project\n"
+"Project-Id-Version: IPFire Project\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2012-05-16 12:33+0000\n"
-"PO-Revision-Date: 2012-05-20 20:46+0000\n"
+"POT-Creation-Date: 2012-07-26 19:43+0200\n"
+"PO-Revision-Date: 2012-07-27 14:04+0000\n"
 "Last-Translator: Michael Tremer <michael.tremer@ipfire.org>\n"
 "Language-Team: German (http://www.transifex.com/projects/p/ipfire/language/de/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Language: de\n"
-"Plural-Forms: nplurals=2; plural=(n != 1)\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
 #: ../python/pakfire/actions.py:72
 #, python-format
@@ -122,7 +122,7 @@ msgstr "Mehrere Kandidaten zur Neuinstallation für \"%(pattern)s\": %(pkgs)s"
 
 #: ../python/pakfire/base.py:387 ../python/pakfire/base.py:455
 #: ../python/pakfire/base.py:491 ../python/pakfire/base.py:553
-#: ../python/pakfire/base.py:574 ../python/pakfire/transaction.py:390
+#: ../python/pakfire/base.py:574 ../python/pakfire/transaction.py:396
 msgid "Nothing to do"
 msgstr "Nichts zu tun"
 
@@ -422,7 +422,7 @@ msgstr "Überprüfe die Abhängigkeiten eines bestimmten Paketes."
 msgid "Give name of at least one package to check."
 msgstr "Gib mindestens ein Paket an, das überprüft werden soll."
 
-#: ../python/pakfire/cli.py:348 ../python/pakfire/transaction.py:399
+#: ../python/pakfire/cli.py:348 ../python/pakfire/transaction.py:405
 msgid "Repository"
 msgstr "Repositorium"
 
@@ -430,11 +430,11 @@ msgstr "Repositorium"
 msgid "Enabled"
 msgstr "Aktiviert"
 
-#: ../python/pakfire/cli.py:348 ../python/pakfire/cli.py:1050
+#: ../python/pakfire/cli.py:348 ../python/pakfire/cli.py:1051
 msgid "Priority"
 msgstr "Priorität"
 
-#: ../python/pakfire/cli.py:348 ../python/pakfire/cli.py:1095
+#: ../python/pakfire/cli.py:348 ../python/pakfire/cli.py:1096
 msgid "Packages"
 msgstr "Pakete"
 
@@ -661,224 +661,232 @@ msgstr "CPU-Modell"
 msgid "Memory"
 msgstr "Speicher"
 
-#: ../python/pakfire/cli.py:964 ../python/pakfire/server.py:311
+#: ../python/pakfire/cli.py:963
+msgid "Parallelism"
+msgstr "Parallele Prozesse"
+
+#: ../python/pakfire/cli.py:965 ../python/pakfire/server.py:311
 msgid "Native arch"
 msgstr "Native Architektur"
 
-#: ../python/pakfire/cli.py:966
+#: ../python/pakfire/cli.py:967
 msgid "Default arch"
 msgstr "Standardarchitektur"
 
-#: ../python/pakfire/cli.py:968 ../python/pakfire/server.py:313
+#: ../python/pakfire/cli.py:969 ../python/pakfire/server.py:313
 msgid "Supported arches"
 msgstr "Unterstützte Architekturen"
 
-#: ../python/pakfire/cli.py:981
+#: ../python/pakfire/cli.py:982
 msgid "Your IP address"
 msgstr "Lokale IP-Adresse"
 
-#: ../python/pakfire/cli.py:986
+#: ../python/pakfire/cli.py:987
 msgid "You are authenticated to the build service:"
 msgstr "Sie sind mit dem Build-Service authentifiziert:"
 
-#: ../python/pakfire/cli.py:992
+#: ../python/pakfire/cli.py:993
 msgid "User name"
 msgstr "Benutzername"
 
-#: ../python/pakfire/cli.py:993
+#: ../python/pakfire/cli.py:994
 msgid "Real name"
 msgstr "Realer Name"
 
-#: ../python/pakfire/cli.py:994
+#: ../python/pakfire/cli.py:995
 msgid "Email address"
 msgstr "Emailadresse"
 
-#: ../python/pakfire/cli.py:995
+#: ../python/pakfire/cli.py:996
 msgid "Registered"
 msgstr "Registriert"
 
-#: ../python/pakfire/cli.py:1002
+#: ../python/pakfire/cli.py:1003
 msgid "You could not be authenticated to the build service."
 msgstr "Sie konnten nicht am Build-Service angemeldet werden."
 
-#: ../python/pakfire/cli.py:1023
+#: ../python/pakfire/cli.py:1024
 msgid "No ongoing jobs found."
 msgstr "Keine laufenden Jobs gefunden."
 
-#: ../python/pakfire/cli.py:1026
+#: ../python/pakfire/cli.py:1027
 msgid "Active build jobs"
 msgstr "Aktive Build-Jobs."
 
-#: ../python/pakfire/cli.py:1032
+#: ../python/pakfire/cli.py:1033
 msgid "No jobs found."
 msgstr "Keine Jobs gefunden."
 
-#: ../python/pakfire/cli.py:1035
+#: ../python/pakfire/cli.py:1036
 msgid "Recently processed build jobs"
 msgstr "Kürzlich bearbeitete Build-Jobs"
 
-#: ../python/pakfire/cli.py:1042
+#: ../python/pakfire/cli.py:1043
 #, python-format
 msgid "A build with ID %s could not be found."
 msgstr "Ein Build mit ID %s konnte nicht gefunden werden."
 
-#: ../python/pakfire/cli.py:1045
+#: ../python/pakfire/cli.py:1046
 #, python-format
 msgid "Build: %(name)s"
 msgstr "Build: %(name)s"
 
-#: ../python/pakfire/cli.py:1049 ../python/pakfire/cli.py:1077
+#: ../python/pakfire/cli.py:1050 ../python/pakfire/cli.py:1078
 msgid "State"
 msgstr "Status"
 
-#: ../python/pakfire/cli.py:1053
+#: ../python/pakfire/cli.py:1054
 msgid "Jobs"
 msgstr "Jobs"
 
-#: ../python/pakfire/cli.py:1066
+#: ../python/pakfire/cli.py:1067
 #, python-format
 msgid "A job with ID %s could not be found."
 msgstr "Ein Job mit der ID %s konnte nicht gefunden werden."
 
-#: ../python/pakfire/cli.py:1073
+#: ../python/pakfire/cli.py:1074
 #, python-format
 msgid "Job: %(name)s"
 msgstr "Job: %(name)s"
 
-#: ../python/pakfire/cli.py:1078 ../python/pakfire/packages/base.py:107
-#: ../python/pakfire/transaction.py:398
+#: ../python/pakfire/cli.py:1079 ../python/pakfire/packages/base.py:107
+#: ../python/pakfire/transaction.py:404
 msgid "Arch"
 msgstr "Arch"
 
-#: ../python/pakfire/cli.py:1083 ../python/pakfire/packages/base.py:142
+#: ../python/pakfire/cli.py:1084 ../python/pakfire/packages/base.py:142
 msgid "Build host"
 msgstr "Build-Host"
 
-#: ../python/pakfire/cli.py:1088
+#: ../python/pakfire/cli.py:1089
 msgid "Time created"
 msgstr "Erstellt"
 
-#: ../python/pakfire/cli.py:1089
+#: ../python/pakfire/cli.py:1090
 msgid "Time started"
 msgstr "Gestartet"
 
-#: ../python/pakfire/cli.py:1090
+#: ../python/pakfire/cli.py:1091
 msgid "Time finished"
 msgstr "Beendet"
 
-#: ../python/pakfire/cli.py:1091
+#: ../python/pakfire/cli.py:1092
 msgid "Duration"
 msgstr "Dauer"
 
-#: ../python/pakfire/cli.py:1119
+#: ../python/pakfire/cli.py:1120
 msgid "Invalid error code given."
 msgstr "Unbekannter Fehlercode ausgegeben."
 
-#: ../python/pakfire/cli.py:1122
+#: ../python/pakfire/cli.py:1123
 #, python-format
 msgid "Reponse from the server: %s"
 msgstr "Antwort vom Server: %s"
 
-#: ../python/pakfire/cli.py:1128
+#: ../python/pakfire/cli.py:1129
 msgid "Pakfire daemon command line interface."
 msgstr "Pakfire-Daemon Kommandozeilen-Interface"
 
-#: ../python/pakfire/cli.py:1156
+#: ../python/pakfire/cli.py:1157
 msgid "Pakfire key command line interface."
 msgstr "Pakfire Schlüssel-Kommandozeilen-Interface."
 
-#: ../python/pakfire/cli.py:1200 ../python/pakfire/cli.py:1210
+#: ../python/pakfire/cli.py:1201 ../python/pakfire/cli.py:1211
 msgid "Import a key from file."
 msgstr "Schlüssel aus Datei importieren."
 
-#: ../python/pakfire/cli.py:1202
+#: ../python/pakfire/cli.py:1203
 msgid "The real name of the owner of this key."
 msgstr "Der reale Name des Eigentümers des Schlüssels."
 
-#: ../python/pakfire/cli.py:1204
+#: ../python/pakfire/cli.py:1205
 msgid "The email address of the owner of this key."
 msgstr "Die Email-Adresse des Eigentümers des Schlüssels."
 
-#: ../python/pakfire/cli.py:1212
+#: ../python/pakfire/cli.py:1213
 msgid "Filename of that key to import."
 msgstr "Dateiname des zu importierenden Schlüssels."
 
-#: ../python/pakfire/cli.py:1218
+#: ../python/pakfire/cli.py:1219
 msgid "Export a key to a file."
 msgstr "Exportiere Schlüssel in Datei."
 
-#: ../python/pakfire/cli.py:1220
+#: ../python/pakfire/cli.py:1221
 msgid "The ID of the key to export."
 msgstr "Die ID des zu exporierenden Schlüssels."
 
-#: ../python/pakfire/cli.py:1222
+#: ../python/pakfire/cli.py:1223
 msgid "Write the key to this file."
 msgstr "Schreibe Schlüssel in diese Datei."
 
-#: ../python/pakfire/cli.py:1228
+#: ../python/pakfire/cli.py:1225
+msgid "Export the secret key, too."
+msgstr "Auch den geheimen Schlüssel exportieren."
+
+#: ../python/pakfire/cli.py:1231
 msgid "Delete a key from the local keyring."
 msgstr "Lösche Datei aus dem lokalen Schlüsselring."
 
-#: ../python/pakfire/cli.py:1230
+#: ../python/pakfire/cli.py:1233
 msgid "The ID of the key to delete."
 msgstr "Die ID des zu Löschenden Schlüssels."
 
-#: ../python/pakfire/cli.py:1236
+#: ../python/pakfire/cli.py:1239
 msgid "List all imported keys."
 msgstr "Zeige alle importierten Schlüssel an."
 
-#: ../python/pakfire/cli.py:1242
+#: ../python/pakfire/cli.py:1245
 msgid "Sign one or more packages."
 msgstr "Signiere ein oder mehrere Pakete."
 
-#: ../python/pakfire/cli.py:1244
+#: ../python/pakfire/cli.py:1247
 msgid "Key that is used sign the package(s)."
 msgstr "Schlüssel, der genutzt wird um das Paket/die Pakete zu signieren."
 
-#: ../python/pakfire/cli.py:1246
+#: ../python/pakfire/cli.py:1249
 msgid "Package(s) to sign."
 msgstr "Paket(e) zum signieren."
 
-#: ../python/pakfire/cli.py:1252
+#: ../python/pakfire/cli.py:1255
 msgid "Verify one or more packages."
 msgstr "Verifiziere ein oder mehrere Pakete."
 
-#: ../python/pakfire/cli.py:1256
+#: ../python/pakfire/cli.py:1259
 msgid "Package(s) to verify."
 msgstr "Paket(e) zum verifizieren."
 
-#: ../python/pakfire/cli.py:1263
+#: ../python/pakfire/cli.py:1266
 msgid "Generating the key may take a moment..."
 msgstr "Die Schlüsselgenerierung nimmt einen Moment in Anspruch..."
 
-#: ../python/pakfire/cli.py:1311
+#: ../python/pakfire/cli.py:1315
 #, python-format
 msgid "Signing %s..."
 msgstr "Signiere %s..."
 
-#: ../python/pakfire/cli.py:1328
+#: ../python/pakfire/cli.py:1332
 #, python-format
 msgid "Verifying %s..."
 msgstr "Verifiziere %s..."
 
-#: ../python/pakfire/cli.py:1338
+#: ../python/pakfire/cli.py:1342
 msgid "This signature is valid."
 msgstr "Die Signatur ist gültig."
 
-#: ../python/pakfire/cli.py:1341
+#: ../python/pakfire/cli.py:1345
 msgid "Unknown key"
 msgstr "Unbekannter Schlüssel"
 
-#: ../python/pakfire/cli.py:1342
+#: ../python/pakfire/cli.py:1346
 msgid "Could not check if this signature is valid."
 msgstr "Kann nicht überprüfen, ob die Signatur gültig ist."
 
-#: ../python/pakfire/cli.py:1345 ../python/pakfire/keyring.py:96
+#: ../python/pakfire/cli.py:1349 ../python/pakfire/keyring.py:96
 #, python-format
 msgid "Created: %s"
 msgstr "Erstellt: %s"
 
-#: ../python/pakfire/cli.py:1349 ../python/pakfire/keyring.py:99
+#: ../python/pakfire/cli.py:1353 ../python/pakfire/keyring.py:99
 #, python-format
 msgid "Expires: %s"
 msgstr "Läuft ab: %s"
@@ -997,7 +1005,7 @@ msgstr "Die Aktion kann nicht im Offline-Modus durchgeführt werden.\nBitte verb
 msgid "Running pakfire-build in a pakfire container?"
 msgstr "pakfire-build in Pakfire-Container ausführen?"
 
-#: ../python/pakfire/errors.py:94 ../python/pakfire/transaction.py:469
+#: ../python/pakfire/errors.py:94 ../python/pakfire/transaction.py:475
 msgid "Transaction test was not successful"
 msgstr "Transaktionstest war nicht erfolgreich"
 
@@ -1091,7 +1099,7 @@ msgstr "Kein Host-Schlüssel verfügbar oder konfiguriert."
 msgid "Name"
 msgstr "Name"
 
-#: ../python/pakfire/packages/base.py:110 ../python/pakfire/transaction.py:398
+#: ../python/pakfire/packages/base.py:110 ../python/pakfire/transaction.py:404
 msgid "Version"
 msgstr "Version"
 
@@ -1099,7 +1107,7 @@ msgstr "Version"
 msgid "Release"
 msgstr "Release"
 
-#: ../python/pakfire/packages/base.py:115 ../python/pakfire/transaction.py:399
+#: ../python/pakfire/packages/base.py:115 ../python/pakfire/transaction.py:405
 msgid "Size"
 msgstr "Größe"
 
@@ -1214,37 +1222,37 @@ msgstr "Datei konnte nicht entfernt werden: /%s."
 msgid "Template does not exist: %s"
 msgstr "Vorlage existiert nicht: %s"
 
-#: ../python/pakfire/packages/make.py:80
+#: ../python/pakfire/packages/make.py:81
 msgid "Package name is undefined."
 msgstr "Paketname ist undefiniert."
 
-#: ../python/pakfire/packages/make.py:83
+#: ../python/pakfire/packages/make.py:84
 msgid "Package version is undefined."
 msgstr "Paketversion ist undefiniert."
 
-#: ../python/pakfire/packages/make.py:420
+#: ../python/pakfire/packages/make.py:421
 #, python-format
 msgid "Searching for automatic dependencies for %s..."
 msgstr "Suche nach automatischen Abhängigkeiten für %s..."
 
-#: ../python/pakfire/packages/make.py:474
+#: ../python/pakfire/packages/make.py:475
 #, python-format
 msgid "Regular experession is invalid and has been skipped: %s"
 msgstr "Regulärer Ausdruck ist ungültig und wurde übersprungen: %s"
 
 #. Let the user know what has been done.
-#: ../python/pakfire/packages/make.py:490
+#: ../python/pakfire/packages/make.py:491
 #, python-format
 msgid "Filter '%(pattern)s' filtered %(dep)s."
 msgstr "Filter \"%(pattern)s\" filterte %(dep)s."
 
 #. Load progressbar.
-#: ../python/pakfire/packages/packager.py:391
-#: ../python/pakfire/packages/packager.py:686
+#: ../python/pakfire/packages/packager.py:394
+#: ../python/pakfire/packages/packager.py:689
 msgid "Packaging"
 msgstr "Packe"
 
-#: ../python/pakfire/packages/packager.py:714
+#: ../python/pakfire/packages/packager.py:717
 #, python-format
 msgid "Building source package %s:"
 msgstr "Baue Quellpaket %s:"
@@ -1362,7 +1370,7 @@ msgstr "    Lösung: %s"
 msgid "    Solutions:"
 msgstr "    Lösungen:"
 
-#: ../python/pakfire/server.py:279 ../python/pakfire/system.py:131
+#: ../python/pakfire/server.py:279 ../python/pakfire/system.py:132
 msgid "Could not be determined"
 msgstr "Konnte nicht festgestellt werden"
 
@@ -1376,100 +1384,106 @@ msgstr "Datei %(name)s aus %(pkg1)s hat einen Konflikt mit der Datei aus %(pkg2)
 msgid "file %(name)s from %(pkg)s conflicts with files from %(pkgs)s"
 msgstr "Datei %(name)s aus %(pkg)s hat mehrere Konflikte mit Dateien aus %(pkgs)s"
 
-#: ../python/pakfire/transaction.py:108
+#: ../python/pakfire/transaction.py:106
+#, python-format
+msgid ""
+"file %(name)s causes the transaction test to fail for an unknown reason"
+msgstr "Die Datei %(name)s verursacht einen unbekannten Fehler in der Transaktion."
+
+#: ../python/pakfire/transaction.py:114
 #, python-format
 msgid ""
 "There is not enough space left on %(name)s. Need at least %(size)s to "
 "perform transaction."
 msgstr "Es ist nicht mehr genügend Speicherplatz auf %(name)s frei. Es werden mindestens %(size)s benötigt um die Transaktion durchzuführen."
 
-#: ../python/pakfire/transaction.py:321
+#: ../python/pakfire/transaction.py:327
 #, python-format
 msgid "Not enough space to download %s of packages."
 msgstr "Es ist nicht genügend Speicherplatz vorhanden um %s Pakete herunterzuladen."
 
-#: ../python/pakfire/transaction.py:324
+#: ../python/pakfire/transaction.py:330
 msgid "Downloading packages:"
 msgstr "Lade Pakete herunter:"
 
-#: ../python/pakfire/transaction.py:398
+#: ../python/pakfire/transaction.py:404
 msgid "Package"
 msgstr "Paket"
 
-#: ../python/pakfire/transaction.py:403
+#: ../python/pakfire/transaction.py:409
 msgid "Installing:"
 msgstr "Installiere:"
 
-#: ../python/pakfire/transaction.py:404
+#: ../python/pakfire/transaction.py:410
 msgid "Reinstalling:"
 msgstr "Reinstalliere:"
 
-#: ../python/pakfire/transaction.py:405
+#: ../python/pakfire/transaction.py:411
 msgid "Updating:"
 msgstr "Aktualisiere:"
 
-#: ../python/pakfire/transaction.py:406
+#: ../python/pakfire/transaction.py:412
 msgid "Downgrading:"
 msgstr "Downgrade:"
 
-#: ../python/pakfire/transaction.py:407
+#: ../python/pakfire/transaction.py:413
 msgid "Removing:"
 msgstr "Entferne:"
 
-#: ../python/pakfire/transaction.py:413
+#: ../python/pakfire/transaction.py:419
 msgid "Transaction Summary"
 msgstr "Zusammenfassung der Transaktion"
 
-#: ../python/pakfire/transaction.py:420
+#: ../python/pakfire/transaction.py:426
 msgid "package"
 msgstr "Paket"
 
-#: ../python/pakfire/transaction.py:426
+#: ../python/pakfire/transaction.py:432
 #, python-format
 msgid "Total download size: %s"
 msgstr "Gesamte Downloadgröße: %s"
 
-#: ../python/pakfire/transaction.py:430
+#: ../python/pakfire/transaction.py:436
 #, python-format
 msgid "Installed size: %s"
 msgstr "Installierte Größe: %s"
 
-#: ../python/pakfire/transaction.py:433
+#: ../python/pakfire/transaction.py:439
 #, python-format
 msgid "Freed size: %s"
 msgstr "Freigegebener Platz: %s"
 
-#: ../python/pakfire/transaction.py:444
+#: ../python/pakfire/transaction.py:450
 msgid "Is this okay?"
 msgstr "Ist dies in Ordnung?"
 
-#: ../python/pakfire/transaction.py:450
+#: ../python/pakfire/transaction.py:456
 msgid "Running Transaction Test"
 msgstr "Führe Transaktionstest aus"
 
-#: ../python/pakfire/transaction.py:462
+#: ../python/pakfire/transaction.py:468
 msgid "Transaction Test Succeeded"
 msgstr "Transaktionstest erfolgreich"
 
 #. Make a nice progressbar.
-#: ../python/pakfire/transaction.py:495
+#: ../python/pakfire/transaction.py:501
 msgid "Verifying signatures..."
 msgstr "Verifiziere Signaturen..."
 
-#: ../python/pakfire/transaction.py:527
+#: ../python/pakfire/transaction.py:533
 #, python-format
 msgid "Found %s signature error(s)!"
 msgstr "%s Signaturproblem(e) gefunden!"
 
-#: ../python/pakfire/transaction.py:532
+#: ../python/pakfire/transaction.py:538
 msgid "Going on because we are running in permissive mode."
 msgstr "Fahre aufgrund des permissive-Modus fort."
 
-#: ../python/pakfire/transaction.py:533
+#: ../python/pakfire/transaction.py:539
 msgid "This is dangerous!"
 msgstr "Dies ist gefährlich!"
 
-#: ../python/pakfire/transaction.py:554
+#: ../python/pakfire/transaction.py:560
 msgid "Running transaction"
 msgstr "Führe Transaktion durch"
 
index 7fde4decdebad45452ab5c64435abee3b4d47ce6..f5a9cd8c4b1a8c722a95df4d95fae16a56aba651 100644 (file)
--- a/po/es.po
+++ b/po/es.po
@@ -4,20 +4,21 @@
 # 
 # Translators:
 # Andrés Reyes <andres.rt@gmail.com>, 2011.
+#   <king_cucaracha@hotmail.com>, 2012.
 #   <urkonn@gmail.com>, 2011, 2012.
 msgid ""
 msgstr ""
-"Project-Id-Version: The IPFire Project\n"
+"Project-Id-Version: IPFire Project\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2012-05-16 12:33+0000\n"
-"PO-Revision-Date: 2012-05-17 08:24+0000\n"
-"Last-Translator: urkonn <urkonn@gmail.com>\n"
+"POT-Creation-Date: 2012-07-26 19:43+0200\n"
+"PO-Revision-Date: 2012-09-17 16:10+0000\n"
+"Last-Translator: king_cucaracha <king_cucaracha@hotmail.com>\n"
 "Language-Team: Spanish (http://www.transifex.com/projects/p/ipfire/language/es/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Language: es\n"
-"Plural-Forms: nplurals=2; plural=(n != 1)\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
 #: ../python/pakfire/actions.py:72
 #, python-format
@@ -100,7 +101,7 @@ msgstr "Limpiar"
 
 #: ../python/pakfire/actions.py:475
 msgid "Reinstalling"
-msgstr ""
+msgstr "Reinstalando"
 
 #: ../python/pakfire/actions.py:491
 msgid "Downgrading"
@@ -113,7 +114,7 @@ msgstr ""
 #: ../python/pakfire/base.py:377
 #, python-format
 msgid "Could not find any installed package providing \"%s\"."
-msgstr ""
+msgstr "No se pudo encontrar ningún paquete instaldo con \"%s\""
 
 #: ../python/pakfire/base.py:383
 #, python-format
@@ -122,24 +123,24 @@ msgstr ""
 
 #: ../python/pakfire/base.py:387 ../python/pakfire/base.py:455
 #: ../python/pakfire/base.py:491 ../python/pakfire/base.py:553
-#: ../python/pakfire/base.py:574 ../python/pakfire/transaction.py:390
+#: ../python/pakfire/base.py:574 ../python/pakfire/transaction.py:396
 msgid "Nothing to do"
 msgstr "Nada que hacer"
 
 #: ../python/pakfire/base.py:412
 #, python-format
 msgid "Could not find package %s in a remote repository."
-msgstr ""
+msgstr "No se pudo encontrar el paquete %s en el repositorio remoto."
 
 #: ../python/pakfire/base.py:483
 #, python-format
 msgid "Excluding %s."
-msgstr ""
+msgstr "Excluir %s"
 
 #: ../python/pakfire/base.py:535
 #, python-format
 msgid "\"%s\" package does not seem to be installed."
-msgstr ""
+msgstr "El paquete \"%s\" no parece estar instalado."
 
 #: ../python/pakfire/base.py:688
 msgid "Build command has failed."
@@ -312,11 +313,11 @@ msgstr "Da el nombre de al menos de un paquete para instalar."
 
 #: ../python/pakfire/cli.py:156
 msgid "Reinstall one or more packages."
-msgstr ""
+msgstr "Reinstalar uno o más paquetes"
 
 #: ../python/pakfire/cli.py:158
 msgid "Give name of at least one package to reinstall."
-msgstr ""
+msgstr "Proporcione el nombre de cuando menos un paquete para reinstalar."
 
 #: ../python/pakfire/cli.py:164
 msgid "Remove one or more packages from the system."
@@ -332,7 +333,7 @@ msgstr "Da el nombre de un paquete para actualizar o déjalo vacío para actuali
 
 #: ../python/pakfire/cli.py:174
 msgid "Exclude package from update."
-msgstr ""
+msgstr "Excluir de la actualización de paquetes"
 
 #: ../python/pakfire/cli.py:176 ../python/pakfire/cli.py:201
 msgid "Allow changing the vendor of packages."
@@ -422,7 +423,7 @@ msgstr "Comprobar las dependencias de un paquete en particular."
 msgid "Give name of at least one package to check."
 msgstr "Dar al menos el nombre de un paquete a comprobar."
 
-#: ../python/pakfire/cli.py:348 ../python/pakfire/transaction.py:399
+#: ../python/pakfire/cli.py:348 ../python/pakfire/transaction.py:405
 msgid "Repository"
 msgstr "Repositorio"
 
@@ -430,11 +431,11 @@ msgstr "Repositorio"
 msgid "Enabled"
 msgstr "Activado"
 
-#: ../python/pakfire/cli.py:348 ../python/pakfire/cli.py:1050
+#: ../python/pakfire/cli.py:348 ../python/pakfire/cli.py:1051
 msgid "Priority"
 msgstr "Prioridad"
 
-#: ../python/pakfire/cli.py:348 ../python/pakfire/cli.py:1095
+#: ../python/pakfire/cli.py:348 ../python/pakfire/cli.py:1096
 msgid "Packages"
 msgstr "Paquetes"
 
@@ -444,7 +445,7 @@ msgstr "Limpiando todo..."
 
 #: ../python/pakfire/cli.py:381
 msgid "You cannot run pakfire-builder in a pakfire chroot."
-msgstr ""
+msgstr "No puede ejecutar pakfire-builder en un chroot de pakfier"
 
 #: ../python/pakfire/cli.py:384 ../python/pakfire/cli.py:734
 msgid "Pakfire builder command line interface."
@@ -661,224 +662,232 @@ msgstr ""
 msgid "Memory"
 msgstr ""
 
-#: ../python/pakfire/cli.py:964 ../python/pakfire/server.py:311
+#: ../python/pakfire/cli.py:963
+msgid "Parallelism"
+msgstr "Paralelismo"
+
+#: ../python/pakfire/cli.py:965 ../python/pakfire/server.py:311
 msgid "Native arch"
 msgstr ""
 
-#: ../python/pakfire/cli.py:966
+#: ../python/pakfire/cli.py:967
 msgid "Default arch"
 msgstr ""
 
-#: ../python/pakfire/cli.py:968 ../python/pakfire/server.py:313
+#: ../python/pakfire/cli.py:969 ../python/pakfire/server.py:313
 msgid "Supported arches"
 msgstr ""
 
-#: ../python/pakfire/cli.py:981
+#: ../python/pakfire/cli.py:982
 msgid "Your IP address"
 msgstr ""
 
-#: ../python/pakfire/cli.py:986
+#: ../python/pakfire/cli.py:987
 msgid "You are authenticated to the build service:"
 msgstr ""
 
-#: ../python/pakfire/cli.py:992
+#: ../python/pakfire/cli.py:993
 msgid "User name"
 msgstr ""
 
-#: ../python/pakfire/cli.py:993
+#: ../python/pakfire/cli.py:994
 msgid "Real name"
 msgstr ""
 
-#: ../python/pakfire/cli.py:994
+#: ../python/pakfire/cli.py:995
 msgid "Email address"
 msgstr ""
 
-#: ../python/pakfire/cli.py:995
+#: ../python/pakfire/cli.py:996
 msgid "Registered"
 msgstr ""
 
-#: ../python/pakfire/cli.py:1002
+#: ../python/pakfire/cli.py:1003
 msgid "You could not be authenticated to the build service."
 msgstr ""
 
-#: ../python/pakfire/cli.py:1023
+#: ../python/pakfire/cli.py:1024
 msgid "No ongoing jobs found."
 msgstr ""
 
-#: ../python/pakfire/cli.py:1026
+#: ../python/pakfire/cli.py:1027
 msgid "Active build jobs"
 msgstr ""
 
-#: ../python/pakfire/cli.py:1032
+#: ../python/pakfire/cli.py:1033
 msgid "No jobs found."
 msgstr ""
 
-#: ../python/pakfire/cli.py:1035
+#: ../python/pakfire/cli.py:1036
 msgid "Recently processed build jobs"
 msgstr ""
 
-#: ../python/pakfire/cli.py:1042
+#: ../python/pakfire/cli.py:1043
 #, python-format
 msgid "A build with ID %s could not be found."
 msgstr ""
 
-#: ../python/pakfire/cli.py:1045
+#: ../python/pakfire/cli.py:1046
 #, python-format
 msgid "Build: %(name)s"
 msgstr ""
 
-#: ../python/pakfire/cli.py:1049 ../python/pakfire/cli.py:1077
+#: ../python/pakfire/cli.py:1050 ../python/pakfire/cli.py:1078
 msgid "State"
 msgstr ""
 
-#: ../python/pakfire/cli.py:1053
+#: ../python/pakfire/cli.py:1054
 msgid "Jobs"
 msgstr ""
 
-#: ../python/pakfire/cli.py:1066
+#: ../python/pakfire/cli.py:1067
 #, python-format
 msgid "A job with ID %s could not be found."
 msgstr ""
 
-#: ../python/pakfire/cli.py:1073
+#: ../python/pakfire/cli.py:1074
 #, python-format
 msgid "Job: %(name)s"
 msgstr ""
 
-#: ../python/pakfire/cli.py:1078 ../python/pakfire/packages/base.py:107
-#: ../python/pakfire/transaction.py:398
+#: ../python/pakfire/cli.py:1079 ../python/pakfire/packages/base.py:107
+#: ../python/pakfire/transaction.py:404
 msgid "Arch"
 msgstr "Arquitectura"
 
-#: ../python/pakfire/cli.py:1083 ../python/pakfire/packages/base.py:142
+#: ../python/pakfire/cli.py:1084 ../python/pakfire/packages/base.py:142
 msgid "Build host"
 msgstr "Host de construcción"
 
-#: ../python/pakfire/cli.py:1088
+#: ../python/pakfire/cli.py:1089
 msgid "Time created"
 msgstr ""
 
-#: ../python/pakfire/cli.py:1089
+#: ../python/pakfire/cli.py:1090
 msgid "Time started"
 msgstr ""
 
-#: ../python/pakfire/cli.py:1090
+#: ../python/pakfire/cli.py:1091
 msgid "Time finished"
 msgstr ""
 
-#: ../python/pakfire/cli.py:1091
+#: ../python/pakfire/cli.py:1092
 msgid "Duration"
 msgstr ""
 
-#: ../python/pakfire/cli.py:1119
+#: ../python/pakfire/cli.py:1120
 msgid "Invalid error code given."
 msgstr ""
 
-#: ../python/pakfire/cli.py:1122
+#: ../python/pakfire/cli.py:1123
 #, python-format
 msgid "Reponse from the server: %s"
 msgstr ""
 
-#: ../python/pakfire/cli.py:1128
+#: ../python/pakfire/cli.py:1129
 msgid "Pakfire daemon command line interface."
 msgstr ""
 
-#: ../python/pakfire/cli.py:1156
+#: ../python/pakfire/cli.py:1157
 msgid "Pakfire key command line interface."
 msgstr ""
 
-#: ../python/pakfire/cli.py:1200 ../python/pakfire/cli.py:1210
+#: ../python/pakfire/cli.py:1201 ../python/pakfire/cli.py:1211
 msgid "Import a key from file."
 msgstr ""
 
-#: ../python/pakfire/cli.py:1202
+#: ../python/pakfire/cli.py:1203
 msgid "The real name of the owner of this key."
 msgstr ""
 
-#: ../python/pakfire/cli.py:1204
+#: ../python/pakfire/cli.py:1205
 msgid "The email address of the owner of this key."
 msgstr ""
 
-#: ../python/pakfire/cli.py:1212
+#: ../python/pakfire/cli.py:1213
 msgid "Filename of that key to import."
 msgstr ""
 
-#: ../python/pakfire/cli.py:1218
+#: ../python/pakfire/cli.py:1219
 msgid "Export a key to a file."
 msgstr ""
 
-#: ../python/pakfire/cli.py:1220
+#: ../python/pakfire/cli.py:1221
 msgid "The ID of the key to export."
 msgstr ""
 
-#: ../python/pakfire/cli.py:1222
+#: ../python/pakfire/cli.py:1223
 msgid "Write the key to this file."
 msgstr ""
 
-#: ../python/pakfire/cli.py:1228
+#: ../python/pakfire/cli.py:1225
+msgid "Export the secret key, too."
+msgstr "Exportar también la llave secreta"
+
+#: ../python/pakfire/cli.py:1231
 msgid "Delete a key from the local keyring."
 msgstr ""
 
-#: ../python/pakfire/cli.py:1230
+#: ../python/pakfire/cli.py:1233
 msgid "The ID of the key to delete."
 msgstr ""
 
-#: ../python/pakfire/cli.py:1236
+#: ../python/pakfire/cli.py:1239
 msgid "List all imported keys."
 msgstr ""
 
-#: ../python/pakfire/cli.py:1242
+#: ../python/pakfire/cli.py:1245
 msgid "Sign one or more packages."
 msgstr ""
 
-#: ../python/pakfire/cli.py:1244
+#: ../python/pakfire/cli.py:1247
 msgid "Key that is used sign the package(s)."
 msgstr ""
 
-#: ../python/pakfire/cli.py:1246
+#: ../python/pakfire/cli.py:1249
 msgid "Package(s) to sign."
 msgstr ""
 
-#: ../python/pakfire/cli.py:1252
+#: ../python/pakfire/cli.py:1255
 msgid "Verify one or more packages."
 msgstr ""
 
-#: ../python/pakfire/cli.py:1256
+#: ../python/pakfire/cli.py:1259
 msgid "Package(s) to verify."
 msgstr ""
 
-#: ../python/pakfire/cli.py:1263
+#: ../python/pakfire/cli.py:1266
 msgid "Generating the key may take a moment..."
 msgstr ""
 
-#: ../python/pakfire/cli.py:1311
+#: ../python/pakfire/cli.py:1315
 #, python-format
 msgid "Signing %s..."
 msgstr ""
 
-#: ../python/pakfire/cli.py:1328
+#: ../python/pakfire/cli.py:1332
 #, python-format
 msgid "Verifying %s..."
 msgstr ""
 
-#: ../python/pakfire/cli.py:1338
+#: ../python/pakfire/cli.py:1342
 msgid "This signature is valid."
 msgstr ""
 
-#: ../python/pakfire/cli.py:1341
+#: ../python/pakfire/cli.py:1345
 msgid "Unknown key"
 msgstr ""
 
-#: ../python/pakfire/cli.py:1342
+#: ../python/pakfire/cli.py:1346
 msgid "Could not check if this signature is valid."
 msgstr ""
 
-#: ../python/pakfire/cli.py:1345 ../python/pakfire/keyring.py:96
+#: ../python/pakfire/cli.py:1349 ../python/pakfire/keyring.py:96
 #, python-format
 msgid "Created: %s"
 msgstr ""
 
-#: ../python/pakfire/cli.py:1349 ../python/pakfire/keyring.py:99
+#: ../python/pakfire/cli.py:1353 ../python/pakfire/keyring.py:99
 #, python-format
 msgid "Expires: %s"
 msgstr ""
@@ -892,7 +901,7 @@ msgstr ""
 #. Don't give a shit either.
 #: ../python/pakfire/client/base.py:247
 msgid "Could not update the host information."
-msgstr ""
+msgstr "No se pudo actualizar la información del host"
 
 #: ../python/pakfire/client/builder.py:179
 msgid "Less than 2GB of free space. Cannot request a new job."
@@ -960,7 +969,7 @@ msgstr ""
 
 #: ../python/pakfire/downloader.py:155
 msgid "Downloading source files:"
-msgstr ""
+msgstr "Descargando archivos fuente"
 
 #: ../python/pakfire/downloader.py:158
 msgid "Cannot download source code in offline mode."
@@ -995,11 +1004,11 @@ msgstr "La acción solicitada no puede ser realizada en modo desconectado.\nPor
 
 #: ../python/pakfire/errors.py:86
 msgid "Running pakfire-build in a pakfire container?"
-msgstr ""
+msgstr "¿Ejecutar pakfire-build en un contenedor pakfire?"
 
-#: ../python/pakfire/errors.py:94 ../python/pakfire/transaction.py:469
+#: ../python/pakfire/errors.py:94 ../python/pakfire/transaction.py:475
 msgid "Transaction test was not successful"
-msgstr ""
+msgstr "La prueba de transacción no fue exitosa"
 
 #: ../python/pakfire/errors.py:98
 msgid "Generic XMLRPC error."
@@ -1013,7 +1022,7 @@ msgstr ""
 
 #: ../python/pakfire/errors.py:106
 msgid "A request could not be fulfilled by the server."
-msgstr ""
+msgstr "Una solicitud no pudo ser completada por el servidor."
 
 #: ../python/pakfire/errors.py:110
 msgid "Could not find the requested URL."
@@ -1026,7 +1035,7 @@ msgstr ""
 #: ../python/pakfire/i18n.py:54
 #, python-format
 msgid "%(commas)s and %(last)s"
-msgstr ""
+msgstr "%(commas)s y %(last)s"
 
 #: ../python/pakfire/keyring.py:82
 #, python-format
@@ -1091,7 +1100,7 @@ msgstr ""
 msgid "Name"
 msgstr "Nombre"
 
-#: ../python/pakfire/packages/base.py:110 ../python/pakfire/transaction.py:398
+#: ../python/pakfire/packages/base.py:110 ../python/pakfire/transaction.py:404
 msgid "Version"
 msgstr "Versión"
 
@@ -1099,7 +1108,7 @@ msgstr "Versión"
 msgid "Release"
 msgstr "Lanzamiento"
 
-#: ../python/pakfire/packages/base.py:115 ../python/pakfire/transaction.py:399
+#: ../python/pakfire/packages/base.py:115 ../python/pakfire/transaction.py:405
 msgid "Size"
 msgstr "Tamaño"
 
@@ -1133,7 +1142,7 @@ msgstr "Mantenedor"
 
 #: ../python/pakfire/packages/base.py:137
 msgid "Vendor"
-msgstr ""
+msgstr "Proveedor (vendor)"
 
 #: ../python/pakfire/packages/base.py:139
 msgid "UUID"
@@ -1182,7 +1191,7 @@ msgstr "No establecido"
 #: ../python/pakfire/packages/base.py:534
 #, python-format
 msgid "Config file saved as %s."
-msgstr ""
+msgstr "Archivo de configuración guardado como %s."
 
 #: ../python/pakfire/packages/file.py:93
 #, python-format
@@ -1202,49 +1211,49 @@ msgstr ""
 #: ../python/pakfire/packages/file.py:312
 #, python-format
 msgid "Config file created as %s"
-msgstr ""
+msgstr "Archivo de Configuración creado como %s"
 
 #: ../python/pakfire/packages/file.py:326
 #, python-format
 msgid "Could not remove file: /%s"
-msgstr ""
+msgstr "No se pudo remover el archivo :/%s"
 
 #: ../python/pakfire/packages/lexer.py:718
 #, python-format
 msgid "Template does not exist: %s"
 msgstr ""
 
-#: ../python/pakfire/packages/make.py:80
+#: ../python/pakfire/packages/make.py:81
 msgid "Package name is undefined."
 msgstr "El nombre del paquete no está definido."
 
-#: ../python/pakfire/packages/make.py:83
+#: ../python/pakfire/packages/make.py:84
 msgid "Package version is undefined."
 msgstr "La versión del paquete no está definida."
 
-#: ../python/pakfire/packages/make.py:420
+#: ../python/pakfire/packages/make.py:421
 #, python-format
 msgid "Searching for automatic dependencies for %s..."
 msgstr ""
 
-#: ../python/pakfire/packages/make.py:474
+#: ../python/pakfire/packages/make.py:475
 #, 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:490
+#: ../python/pakfire/packages/make.py:491
 #, python-format
 msgid "Filter '%(pattern)s' filtered %(dep)s."
 msgstr ""
 
 #. Load progressbar.
-#: ../python/pakfire/packages/packager.py:391
-#: ../python/pakfire/packages/packager.py:686
+#: ../python/pakfire/packages/packager.py:394
+#: ../python/pakfire/packages/packager.py:689
 msgid "Packaging"
 msgstr "Empaquetado"
 
-#: ../python/pakfire/packages/packager.py:714
+#: ../python/pakfire/packages/packager.py:717
 #, python-format
 msgid "Building source package %s:"
 msgstr "Construyendo paquete fuente %s:"
@@ -1252,7 +1261,7 @@ msgstr "Construyendo paquete fuente %s:"
 #: ../python/pakfire/repository/database.py:123
 msgid ""
 "The format of the database is not supported by this version of pakfire."
-msgstr ""
+msgstr "El formato de la base de datos no es soportado por esta versión de pakfire"
 
 #: ../python/pakfire/repository/database.py:231
 #, python-format
@@ -1330,7 +1339,7 @@ msgstr ""
 #. Create a progressbar.
 #: ../python/pakfire/repository/system.py:66
 msgid "Loading installed packages"
-msgstr ""
+msgstr "Cargando Paquetes instalados"
 
 #: ../python/pakfire/satsolver.py:199 ../python/pakfire/satsolver.py:225
 msgid "The solver returned one problem:"
@@ -1362,7 +1371,7 @@ msgstr "    Solución: %s"
 msgid "    Solutions:"
 msgstr "    Soluciones:"
 
-#: ../python/pakfire/server.py:279 ../python/pakfire/system.py:131
+#: ../python/pakfire/server.py:279 ../python/pakfire/system.py:132
 msgid "Could not be determined"
 msgstr ""
 
@@ -1376,100 +1385,106 @@ msgstr ""
 msgid "file %(name)s from %(pkg)s conflicts with files from %(pkgs)s"
 msgstr ""
 
-#: ../python/pakfire/transaction.py:108
+#: ../python/pakfire/transaction.py:106
+#, python-format
+msgid ""
+"file %(name)s causes the transaction test to fail for an unknown reason"
+msgstr "el archivo %(name)s provoca que la prueba de transacción falle por alguna razón desconocida"
+
+#: ../python/pakfire/transaction.py:114
 #, python-format
 msgid ""
 "There is not enough space left on %(name)s. Need at least %(size)s to "
 "perform transaction."
-msgstr ""
+msgstr "No hay espacio sufiente en %(name)s. Se necesita cuando menos %(size)s para ejecutar la transacción"
 
-#: ../python/pakfire/transaction.py:321
+#: ../python/pakfire/transaction.py:327
 #, python-format
 msgid "Not enough space to download %s of packages."
-msgstr ""
+msgstr "No hay espacio suficiente para descargar %s paquetes"
 
-#: ../python/pakfire/transaction.py:324
+#: ../python/pakfire/transaction.py:330
 msgid "Downloading packages:"
 msgstr "Descargando paquetes:"
 
-#: ../python/pakfire/transaction.py:398
+#: ../python/pakfire/transaction.py:404
 msgid "Package"
 msgstr "Paquete"
 
-#: ../python/pakfire/transaction.py:403
+#: ../python/pakfire/transaction.py:409
 msgid "Installing:"
 msgstr "Instalando:"
 
-#: ../python/pakfire/transaction.py:404
+#: ../python/pakfire/transaction.py:410
 msgid "Reinstalling:"
 msgstr "Reinstalando:"
 
-#: ../python/pakfire/transaction.py:405
+#: ../python/pakfire/transaction.py:411
 msgid "Updating:"
 msgstr "Actualizando:"
 
-#: ../python/pakfire/transaction.py:406
+#: ../python/pakfire/transaction.py:412
 msgid "Downgrading:"
 msgstr "Desactualizando:"
 
-#: ../python/pakfire/transaction.py:407
+#: ../python/pakfire/transaction.py:413
 msgid "Removing:"
 msgstr "Quitando:"
 
-#: ../python/pakfire/transaction.py:413
+#: ../python/pakfire/transaction.py:419
 msgid "Transaction Summary"
 msgstr "Sumario de la transacción"
 
-#: ../python/pakfire/transaction.py:420
+#: ../python/pakfire/transaction.py:426
 msgid "package"
 msgstr "paquete"
 
-#: ../python/pakfire/transaction.py:426
+#: ../python/pakfire/transaction.py:432
 #, python-format
 msgid "Total download size: %s"
 msgstr "Tamaño total descargado: %s"
 
-#: ../python/pakfire/transaction.py:430
+#: ../python/pakfire/transaction.py:436
 #, python-format
 msgid "Installed size: %s"
 msgstr "Tamaño instalado: %s"
 
-#: ../python/pakfire/transaction.py:433
+#: ../python/pakfire/transaction.py:439
 #, python-format
 msgid "Freed size: %s"
 msgstr "Tamaño liberado: %s"
 
-#: ../python/pakfire/transaction.py:444
+#: ../python/pakfire/transaction.py:450
 msgid "Is this okay?"
 msgstr "¿Es esto correcto?"
 
-#: ../python/pakfire/transaction.py:450
+#: ../python/pakfire/transaction.py:456
 msgid "Running Transaction Test"
-msgstr ""
+msgstr "Ejecutando Prueba de Transacción"
 
-#: ../python/pakfire/transaction.py:462
+#: ../python/pakfire/transaction.py:468
 msgid "Transaction Test Succeeded"
-msgstr ""
+msgstr "Prueba de Transacción completada con éxito"
 
 #. Make a nice progressbar.
-#: ../python/pakfire/transaction.py:495
+#: ../python/pakfire/transaction.py:501
 msgid "Verifying signatures..."
 msgstr ""
 
-#: ../python/pakfire/transaction.py:527
+#: ../python/pakfire/transaction.py:533
 #, python-format
 msgid "Found %s signature error(s)!"
 msgstr ""
 
-#: ../python/pakfire/transaction.py:532
+#: ../python/pakfire/transaction.py:538
 msgid "Going on because we are running in permissive mode."
 msgstr ""
 
-#: ../python/pakfire/transaction.py:533
+#: ../python/pakfire/transaction.py:539
 msgid "This is dangerous!"
 msgstr ""
 
-#: ../python/pakfire/transaction.py:554
+#: ../python/pakfire/transaction.py:560
 msgid "Running transaction"
 msgstr "Corriendo transacción"
 
@@ -1480,7 +1495,7 @@ msgstr "%s[s/N]"
 
 #: ../python/pakfire/util.py:260
 msgid "Killing orphans..."
-msgstr ""
+msgstr "Matando huérfanos..."
 
 #: ../python/pakfire/util.py:267
 #, python-format
@@ -1489,7 +1504,7 @@ msgstr ""
 
 #: ../python/pakfire/util.py:279
 msgid "Waiting for processes to terminate..."
-msgstr ""
+msgstr "Esperando a que finalicen los procesos.."
 
 #: ../python/src/problem.c:159
 #, c-format
index a48d336cf1721a233726fa089dc12dc865915c9f..d4708d5bdb7a1bfc7c08655afde742ecf22613d3 100644 (file)
--- a/po/fr.po
+++ b/po/fr.po
@@ -3,20 +3,21 @@
 # This file is distributed under the same license as the PACKAGE package.
 # 
 # Translators:
+#   <1112daniel@gmail.com>, 2012.
 #   <rafael@keramid.as>, 2012.
 msgid ""
 msgstr ""
-"Project-Id-Version: The IPFire Project\n"
+"Project-Id-Version: IPFire Project\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2012-05-16 12:33+0000\n"
-"PO-Revision-Date: 2012-07-25 09:51+0000\n"
-"Last-Translator: RafaelK <rafael@keramid.as>\n"
+"POT-Creation-Date: 2012-07-26 19:43+0200\n"
+"PO-Revision-Date: 2012-10-14 14:36+0000\n"
+"Last-Translator: 1112daniel <1112daniel@gmail.com>\n"
 "Language-Team: French (http://www.transifex.com/projects/p/ipfire/language/fr/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Language: fr\n"
-"Plural-Forms: nplurals=2; plural=(n > 1)\n"
+"Plural-Forms: nplurals=2; plural=(n > 1);\n"
 
 #: ../python/pakfire/actions.py:72
 #, python-format
@@ -121,7 +122,7 @@ msgstr ""
 
 #: ../python/pakfire/base.py:387 ../python/pakfire/base.py:455
 #: ../python/pakfire/base.py:491 ../python/pakfire/base.py:553
-#: ../python/pakfire/base.py:574 ../python/pakfire/transaction.py:390
+#: ../python/pakfire/base.py:574 ../python/pakfire/transaction.py:396
 msgid "Nothing to do"
 msgstr ""
 
@@ -287,7 +288,7 @@ msgstr "Activer la sortie verbeuse."
 
 #: ../python/pakfire/cli.py:132
 msgid "Path to a configuration file to load."
-msgstr "Chemin vers un fichier de configurer à charger."
+msgstr "Chemin vers un fichier de configuration à charger."
 
 #: ../python/pakfire/cli.py:136
 msgid "Disable a repository temporarily."
@@ -391,7 +392,7 @@ msgstr ""
 
 #: ../python/pakfire/cli.py:241
 msgid "Install all packages that belong to the given group."
-msgstr ""
+msgstr "Installez tous les paquets qui appartiennent au groupe donné."
 
 #: ../python/pakfire/cli.py:243
 msgid "Group name."
@@ -399,7 +400,7 @@ msgstr "Nom du groupe."
 
 #: ../python/pakfire/cli.py:249
 msgid "List all currently enabled repositories."
-msgstr "Liste des tous les dépôts actuellement activés."
+msgstr "Lister les dépôts actuellement activés."
 
 #: ../python/pakfire/cli.py:253
 msgid "Cleanup commands."
@@ -421,7 +422,7 @@ msgstr ""
 msgid "Give name of at least one package to check."
 msgstr ""
 
-#: ../python/pakfire/cli.py:348 ../python/pakfire/transaction.py:399
+#: ../python/pakfire/cli.py:348 ../python/pakfire/transaction.py:405
 msgid "Repository"
 msgstr "Dépôt"
 
@@ -429,11 +430,11 @@ msgstr "Dépôt"
 msgid "Enabled"
 msgstr "Activé"
 
-#: ../python/pakfire/cli.py:348 ../python/pakfire/cli.py:1050
+#: ../python/pakfire/cli.py:348 ../python/pakfire/cli.py:1051
 msgid "Priority"
 msgstr "Priorité"
 
-#: ../python/pakfire/cli.py:348 ../python/pakfire/cli.py:1095
+#: ../python/pakfire/cli.py:348 ../python/pakfire/cli.py:1096
 msgid "Packages"
 msgstr "Paquets"
 
@@ -451,7 +452,7 @@ msgstr ""
 
 #: ../python/pakfire/cli.py:444
 msgid "Update the package indexes."
-msgstr ""
+msgstr "Mettez les index du paquet à jour."
 
 #: ../python/pakfire/cli.py:450 ../python/pakfire/cli.py:754
 msgid "Build one or more packages."
@@ -660,224 +661,232 @@ msgstr ""
 msgid "Memory"
 msgstr ""
 
-#: ../python/pakfire/cli.py:964 ../python/pakfire/server.py:311
+#: ../python/pakfire/cli.py:963
+msgid "Parallelism"
+msgstr ""
+
+#: ../python/pakfire/cli.py:965 ../python/pakfire/server.py:311
 msgid "Native arch"
 msgstr ""
 
-#: ../python/pakfire/cli.py:966
+#: ../python/pakfire/cli.py:967
 msgid "Default arch"
 msgstr ""
 
-#: ../python/pakfire/cli.py:968 ../python/pakfire/server.py:313
+#: ../python/pakfire/cli.py:969 ../python/pakfire/server.py:313
 msgid "Supported arches"
 msgstr ""
 
-#: ../python/pakfire/cli.py:981
+#: ../python/pakfire/cli.py:982
 msgid "Your IP address"
 msgstr ""
 
-#: ../python/pakfire/cli.py:986
+#: ../python/pakfire/cli.py:987
 msgid "You are authenticated to the build service:"
 msgstr ""
 
-#: ../python/pakfire/cli.py:992
+#: ../python/pakfire/cli.py:993
 msgid "User name"
 msgstr ""
 
-#: ../python/pakfire/cli.py:993
+#: ../python/pakfire/cli.py:994
 msgid "Real name"
 msgstr ""
 
-#: ../python/pakfire/cli.py:994
+#: ../python/pakfire/cli.py:995
 msgid "Email address"
 msgstr ""
 
-#: ../python/pakfire/cli.py:995
+#: ../python/pakfire/cli.py:996
 msgid "Registered"
 msgstr ""
 
-#: ../python/pakfire/cli.py:1002
+#: ../python/pakfire/cli.py:1003
 msgid "You could not be authenticated to the build service."
 msgstr ""
 
-#: ../python/pakfire/cli.py:1023
+#: ../python/pakfire/cli.py:1024
 msgid "No ongoing jobs found."
 msgstr ""
 
-#: ../python/pakfire/cli.py:1026
+#: ../python/pakfire/cli.py:1027
 msgid "Active build jobs"
 msgstr ""
 
-#: ../python/pakfire/cli.py:1032
+#: ../python/pakfire/cli.py:1033
 msgid "No jobs found."
 msgstr ""
 
-#: ../python/pakfire/cli.py:1035
+#: ../python/pakfire/cli.py:1036
 msgid "Recently processed build jobs"
 msgstr ""
 
-#: ../python/pakfire/cli.py:1042
+#: ../python/pakfire/cli.py:1043
 #, python-format
 msgid "A build with ID %s could not be found."
 msgstr ""
 
-#: ../python/pakfire/cli.py:1045
+#: ../python/pakfire/cli.py:1046
 #, python-format
 msgid "Build: %(name)s"
 msgstr ""
 
-#: ../python/pakfire/cli.py:1049 ../python/pakfire/cli.py:1077
+#: ../python/pakfire/cli.py:1050 ../python/pakfire/cli.py:1078
 msgid "State"
 msgstr ""
 
-#: ../python/pakfire/cli.py:1053
+#: ../python/pakfire/cli.py:1054
 msgid "Jobs"
 msgstr ""
 
-#: ../python/pakfire/cli.py:1066
+#: ../python/pakfire/cli.py:1067
 #, python-format
 msgid "A job with ID %s could not be found."
 msgstr ""
 
-#: ../python/pakfire/cli.py:1073
+#: ../python/pakfire/cli.py:1074
 #, python-format
 msgid "Job: %(name)s"
 msgstr ""
 
-#: ../python/pakfire/cli.py:1078 ../python/pakfire/packages/base.py:107
-#: ../python/pakfire/transaction.py:398
+#: ../python/pakfire/cli.py:1079 ../python/pakfire/packages/base.py:107
+#: ../python/pakfire/transaction.py:404
 msgid "Arch"
 msgstr "Architecture"
 
-#: ../python/pakfire/cli.py:1083 ../python/pakfire/packages/base.py:142
+#: ../python/pakfire/cli.py:1084 ../python/pakfire/packages/base.py:142
 msgid "Build host"
 msgstr "Hôte de build"
 
-#: ../python/pakfire/cli.py:1088
+#: ../python/pakfire/cli.py:1089
 msgid "Time created"
 msgstr ""
 
-#: ../python/pakfire/cli.py:1089
+#: ../python/pakfire/cli.py:1090
 msgid "Time started"
 msgstr ""
 
-#: ../python/pakfire/cli.py:1090
+#: ../python/pakfire/cli.py:1091
 msgid "Time finished"
 msgstr ""
 
-#: ../python/pakfire/cli.py:1091
+#: ../python/pakfire/cli.py:1092
 msgid "Duration"
 msgstr ""
 
-#: ../python/pakfire/cli.py:1119
+#: ../python/pakfire/cli.py:1120
 msgid "Invalid error code given."
 msgstr ""
 
-#: ../python/pakfire/cli.py:1122
+#: ../python/pakfire/cli.py:1123
 #, python-format
 msgid "Reponse from the server: %s"
 msgstr ""
 
-#: ../python/pakfire/cli.py:1128
+#: ../python/pakfire/cli.py:1129
 msgid "Pakfire daemon command line interface."
 msgstr ""
 
-#: ../python/pakfire/cli.py:1156
+#: ../python/pakfire/cli.py:1157
 msgid "Pakfire key command line interface."
 msgstr ""
 
-#: ../python/pakfire/cli.py:1200 ../python/pakfire/cli.py:1210
+#: ../python/pakfire/cli.py:1201 ../python/pakfire/cli.py:1211
 msgid "Import a key from file."
 msgstr ""
 
-#: ../python/pakfire/cli.py:1202
+#: ../python/pakfire/cli.py:1203
 msgid "The real name of the owner of this key."
 msgstr ""
 
-#: ../python/pakfire/cli.py:1204
+#: ../python/pakfire/cli.py:1205
 msgid "The email address of the owner of this key."
 msgstr ""
 
-#: ../python/pakfire/cli.py:1212
+#: ../python/pakfire/cli.py:1213
 msgid "Filename of that key to import."
 msgstr ""
 
-#: ../python/pakfire/cli.py:1218
+#: ../python/pakfire/cli.py:1219
 msgid "Export a key to a file."
 msgstr ""
 
-#: ../python/pakfire/cli.py:1220
+#: ../python/pakfire/cli.py:1221
 msgid "The ID of the key to export."
 msgstr ""
 
-#: ../python/pakfire/cli.py:1222
+#: ../python/pakfire/cli.py:1223
 msgid "Write the key to this file."
 msgstr ""
 
-#: ../python/pakfire/cli.py:1228
+#: ../python/pakfire/cli.py:1225
+msgid "Export the secret key, too."
+msgstr ""
+
+#: ../python/pakfire/cli.py:1231
 msgid "Delete a key from the local keyring."
 msgstr ""
 
-#: ../python/pakfire/cli.py:1230
+#: ../python/pakfire/cli.py:1233
 msgid "The ID of the key to delete."
 msgstr ""
 
-#: ../python/pakfire/cli.py:1236
+#: ../python/pakfire/cli.py:1239
 msgid "List all imported keys."
 msgstr ""
 
-#: ../python/pakfire/cli.py:1242
+#: ../python/pakfire/cli.py:1245
 msgid "Sign one or more packages."
 msgstr ""
 
-#: ../python/pakfire/cli.py:1244
+#: ../python/pakfire/cli.py:1247
 msgid "Key that is used sign the package(s)."
 msgstr ""
 
-#: ../python/pakfire/cli.py:1246
+#: ../python/pakfire/cli.py:1249
 msgid "Package(s) to sign."
 msgstr ""
 
-#: ../python/pakfire/cli.py:1252
+#: ../python/pakfire/cli.py:1255
 msgid "Verify one or more packages."
 msgstr ""
 
-#: ../python/pakfire/cli.py:1256
+#: ../python/pakfire/cli.py:1259
 msgid "Package(s) to verify."
 msgstr ""
 
-#: ../python/pakfire/cli.py:1263
+#: ../python/pakfire/cli.py:1266
 msgid "Generating the key may take a moment..."
 msgstr ""
 
-#: ../python/pakfire/cli.py:1311
+#: ../python/pakfire/cli.py:1315
 #, python-format
 msgid "Signing %s..."
 msgstr ""
 
-#: ../python/pakfire/cli.py:1328
+#: ../python/pakfire/cli.py:1332
 #, python-format
 msgid "Verifying %s..."
 msgstr ""
 
-#: ../python/pakfire/cli.py:1338
+#: ../python/pakfire/cli.py:1342
 msgid "This signature is valid."
 msgstr ""
 
-#: ../python/pakfire/cli.py:1341
+#: ../python/pakfire/cli.py:1345
 msgid "Unknown key"
 msgstr ""
 
-#: ../python/pakfire/cli.py:1342
+#: ../python/pakfire/cli.py:1346
 msgid "Could not check if this signature is valid."
 msgstr ""
 
-#: ../python/pakfire/cli.py:1345 ../python/pakfire/keyring.py:96
+#: ../python/pakfire/cli.py:1349 ../python/pakfire/keyring.py:96
 #, python-format
 msgid "Created: %s"
 msgstr ""
 
-#: ../python/pakfire/cli.py:1349 ../python/pakfire/keyring.py:99
+#: ../python/pakfire/cli.py:1353 ../python/pakfire/keyring.py:99
 #, python-format
 msgid "Expires: %s"
 msgstr ""
@@ -996,7 +1005,7 @@ msgstr ""
 msgid "Running pakfire-build in a pakfire container?"
 msgstr ""
 
-#: ../python/pakfire/errors.py:94 ../python/pakfire/transaction.py:469
+#: ../python/pakfire/errors.py:94 ../python/pakfire/transaction.py:475
 msgid "Transaction test was not successful"
 msgstr ""
 
@@ -1090,7 +1099,7 @@ msgstr ""
 msgid "Name"
 msgstr "Nom"
 
-#: ../python/pakfire/packages/base.py:110 ../python/pakfire/transaction.py:398
+#: ../python/pakfire/packages/base.py:110 ../python/pakfire/transaction.py:404
 msgid "Version"
 msgstr "Version"
 
@@ -1098,7 +1107,7 @@ msgstr "Version"
 msgid "Release"
 msgstr "Release"
 
-#: ../python/pakfire/packages/base.py:115 ../python/pakfire/transaction.py:399
+#: ../python/pakfire/packages/base.py:115 ../python/pakfire/transaction.py:405
 msgid "Size"
 msgstr "Taille"
 
@@ -1213,37 +1222,37 @@ msgstr ""
 msgid "Template does not exist: %s"
 msgstr ""
 
-#: ../python/pakfire/packages/make.py:80
+#: ../python/pakfire/packages/make.py:81
 msgid "Package name is undefined."
 msgstr ""
 
-#: ../python/pakfire/packages/make.py:83
+#: ../python/pakfire/packages/make.py:84
 msgid "Package version is undefined."
 msgstr ""
 
-#: ../python/pakfire/packages/make.py:420
+#: ../python/pakfire/packages/make.py:421
 #, python-format
 msgid "Searching for automatic dependencies for %s..."
 msgstr ""
 
-#: ../python/pakfire/packages/make.py:474
+#: ../python/pakfire/packages/make.py:475
 #, 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:490
+#: ../python/pakfire/packages/make.py:491
 #, python-format
 msgid "Filter '%(pattern)s' filtered %(dep)s."
 msgstr ""
 
 #. Load progressbar.
-#: ../python/pakfire/packages/packager.py:391
-#: ../python/pakfire/packages/packager.py:686
+#: ../python/pakfire/packages/packager.py:394
+#: ../python/pakfire/packages/packager.py:689
 msgid "Packaging"
 msgstr ""
 
-#: ../python/pakfire/packages/packager.py:714
+#: ../python/pakfire/packages/packager.py:717
 #, python-format
 msgid "Building source package %s:"
 msgstr ""
@@ -1361,7 +1370,7 @@ msgstr "    Solution: %s"
 msgid "    Solutions:"
 msgstr "    Solutions:"
 
-#: ../python/pakfire/server.py:279 ../python/pakfire/system.py:131
+#: ../python/pakfire/server.py:279 ../python/pakfire/system.py:132
 msgid "Could not be determined"
 msgstr ""
 
@@ -1375,100 +1384,106 @@ msgstr ""
 msgid "file %(name)s from %(pkg)s conflicts with files from %(pkgs)s"
 msgstr ""
 
-#: ../python/pakfire/transaction.py:108
+#: ../python/pakfire/transaction.py:106
+#, python-format
+msgid ""
+"file %(name)s causes the transaction test to fail for an unknown reason"
+msgstr ""
+
+#: ../python/pakfire/transaction.py:114
 #, 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:321
+#: ../python/pakfire/transaction.py:327
 #, python-format
 msgid "Not enough space to download %s of packages."
 msgstr ""
 
-#: ../python/pakfire/transaction.py:324
+#: ../python/pakfire/transaction.py:330
 msgid "Downloading packages:"
 msgstr ""
 
-#: ../python/pakfire/transaction.py:398
+#: ../python/pakfire/transaction.py:404
 msgid "Package"
 msgstr "Paquet"
 
-#: ../python/pakfire/transaction.py:403
+#: ../python/pakfire/transaction.py:409
 msgid "Installing:"
 msgstr "Installation :"
 
-#: ../python/pakfire/transaction.py:404
+#: ../python/pakfire/transaction.py:410
 msgid "Reinstalling:"
 msgstr "Réinstallation:"
 
-#: ../python/pakfire/transaction.py:405
+#: ../python/pakfire/transaction.py:411
 msgid "Updating:"
 msgstr "Mise à jour :"
 
-#: ../python/pakfire/transaction.py:406
+#: ../python/pakfire/transaction.py:412
 msgid "Downgrading:"
 msgstr ""
 
-#: ../python/pakfire/transaction.py:407
+#: ../python/pakfire/transaction.py:413
 msgid "Removing:"
 msgstr "Suppression :"
 
-#: ../python/pakfire/transaction.py:413
+#: ../python/pakfire/transaction.py:419
 msgid "Transaction Summary"
 msgstr "Sommaire de transaction"
 
-#: ../python/pakfire/transaction.py:420
+#: ../python/pakfire/transaction.py:426
 msgid "package"
 msgstr "paquet"
 
-#: ../python/pakfire/transaction.py:426
+#: ../python/pakfire/transaction.py:432
 #, python-format
 msgid "Total download size: %s"
 msgstr "Taille totale du téléchargement : %s"
 
-#: ../python/pakfire/transaction.py:430
+#: ../python/pakfire/transaction.py:436
 #, python-format
 msgid "Installed size: %s"
 msgstr ""
 
-#: ../python/pakfire/transaction.py:433
+#: ../python/pakfire/transaction.py:439
 #, python-format
 msgid "Freed size: %s"
 msgstr ""
 
-#: ../python/pakfire/transaction.py:444
+#: ../python/pakfire/transaction.py:450
 msgid "Is this okay?"
 msgstr "Est-ce ok ?"
 
-#: ../python/pakfire/transaction.py:450
+#: ../python/pakfire/transaction.py:456
 msgid "Running Transaction Test"
 msgstr ""
 
-#: ../python/pakfire/transaction.py:462
+#: ../python/pakfire/transaction.py:468
 msgid "Transaction Test Succeeded"
 msgstr ""
 
 #. Make a nice progressbar.
-#: ../python/pakfire/transaction.py:495
+#: ../python/pakfire/transaction.py:501
 msgid "Verifying signatures..."
 msgstr ""
 
-#: ../python/pakfire/transaction.py:527
+#: ../python/pakfire/transaction.py:533
 #, python-format
 msgid "Found %s signature error(s)!"
 msgstr ""
 
-#: ../python/pakfire/transaction.py:532
+#: ../python/pakfire/transaction.py:538
 msgid "Going on because we are running in permissive mode."
 msgstr ""
 
-#: ../python/pakfire/transaction.py:533
+#: ../python/pakfire/transaction.py:539
 msgid "This is dangerous!"
 msgstr ""
 
-#: ../python/pakfire/transaction.py:554
+#: ../python/pakfire/transaction.py:560
 msgid "Running transaction"
 msgstr ""
 
index e5257ee65a49a0a5917511c88af5a177beea7112..d920a14551cf2cd50d76aa2ac17ee474a3f02733 100644 (file)
--- a/po/it.po
+++ b/po/it.po
@@ -6,17 +6,17 @@
 # simone sandri <simone.povoscania@hotmail.it>, 2012.
 msgid ""
 msgstr ""
-"Project-Id-Version: The IPFire Project\n"
+"Project-Id-Version: IPFire Project\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2012-05-16 12:33+0000\n"
-"PO-Revision-Date: 2012-05-17 08:24+0000\n"
+"POT-Creation-Date: 2012-07-26 19:43+0200\n"
+"PO-Revision-Date: 2012-07-27 08:20+0000\n"
 "Last-Translator: simone sandri <simone.povoscania@hotmail.it>\n"
 "Language-Team: Italian (http://www.transifex.com/projects/p/ipfire/language/it/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Language: it\n"
-"Plural-Forms: nplurals=2; plural=(n != 1)\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
 #: ../python/pakfire/actions.py:72
 #, python-format
@@ -121,7 +121,7 @@ msgstr ""
 
 #: ../python/pakfire/base.py:387 ../python/pakfire/base.py:455
 #: ../python/pakfire/base.py:491 ../python/pakfire/base.py:553
-#: ../python/pakfire/base.py:574 ../python/pakfire/transaction.py:390
+#: ../python/pakfire/base.py:574 ../python/pakfire/transaction.py:396
 msgid "Nothing to do"
 msgstr ""
 
@@ -421,7 +421,7 @@ msgstr ""
 msgid "Give name of at least one package to check."
 msgstr ""
 
-#: ../python/pakfire/cli.py:348 ../python/pakfire/transaction.py:399
+#: ../python/pakfire/cli.py:348 ../python/pakfire/transaction.py:405
 msgid "Repository"
 msgstr ""
 
@@ -429,11 +429,11 @@ msgstr ""
 msgid "Enabled"
 msgstr "Abilitato"
 
-#: ../python/pakfire/cli.py:348 ../python/pakfire/cli.py:1050
+#: ../python/pakfire/cli.py:348 ../python/pakfire/cli.py:1051
 msgid "Priority"
 msgstr "Priorità"
 
-#: ../python/pakfire/cli.py:348 ../python/pakfire/cli.py:1095
+#: ../python/pakfire/cli.py:348 ../python/pakfire/cli.py:1096
 msgid "Packages"
 msgstr "Pacchetti"
 
@@ -660,224 +660,232 @@ msgstr ""
 msgid "Memory"
 msgstr ""
 
-#: ../python/pakfire/cli.py:964 ../python/pakfire/server.py:311
+#: ../python/pakfire/cli.py:963
+msgid "Parallelism"
+msgstr ""
+
+#: ../python/pakfire/cli.py:965 ../python/pakfire/server.py:311
 msgid "Native arch"
 msgstr ""
 
-#: ../python/pakfire/cli.py:966
+#: ../python/pakfire/cli.py:967
 msgid "Default arch"
 msgstr ""
 
-#: ../python/pakfire/cli.py:968 ../python/pakfire/server.py:313
+#: ../python/pakfire/cli.py:969 ../python/pakfire/server.py:313
 msgid "Supported arches"
 msgstr ""
 
-#: ../python/pakfire/cli.py:981
+#: ../python/pakfire/cli.py:982
 msgid "Your IP address"
 msgstr ""
 
-#: ../python/pakfire/cli.py:986
+#: ../python/pakfire/cli.py:987
 msgid "You are authenticated to the build service:"
 msgstr ""
 
-#: ../python/pakfire/cli.py:992
+#: ../python/pakfire/cli.py:993
 msgid "User name"
 msgstr ""
 
-#: ../python/pakfire/cli.py:993
+#: ../python/pakfire/cli.py:994
 msgid "Real name"
 msgstr ""
 
-#: ../python/pakfire/cli.py:994
+#: ../python/pakfire/cli.py:995
 msgid "Email address"
 msgstr ""
 
-#: ../python/pakfire/cli.py:995
+#: ../python/pakfire/cli.py:996
 msgid "Registered"
 msgstr ""
 
-#: ../python/pakfire/cli.py:1002
+#: ../python/pakfire/cli.py:1003
 msgid "You could not be authenticated to the build service."
 msgstr ""
 
-#: ../python/pakfire/cli.py:1023
+#: ../python/pakfire/cli.py:1024
 msgid "No ongoing jobs found."
 msgstr ""
 
-#: ../python/pakfire/cli.py:1026
+#: ../python/pakfire/cli.py:1027
 msgid "Active build jobs"
 msgstr ""
 
-#: ../python/pakfire/cli.py:1032
+#: ../python/pakfire/cli.py:1033
 msgid "No jobs found."
 msgstr ""
 
-#: ../python/pakfire/cli.py:1035
+#: ../python/pakfire/cli.py:1036
 msgid "Recently processed build jobs"
 msgstr ""
 
-#: ../python/pakfire/cli.py:1042
+#: ../python/pakfire/cli.py:1043
 #, python-format
 msgid "A build with ID %s could not be found."
 msgstr ""
 
-#: ../python/pakfire/cli.py:1045
+#: ../python/pakfire/cli.py:1046
 #, python-format
 msgid "Build: %(name)s"
 msgstr ""
 
-#: ../python/pakfire/cli.py:1049 ../python/pakfire/cli.py:1077
+#: ../python/pakfire/cli.py:1050 ../python/pakfire/cli.py:1078
 msgid "State"
 msgstr ""
 
-#: ../python/pakfire/cli.py:1053
+#: ../python/pakfire/cli.py:1054
 msgid "Jobs"
 msgstr ""
 
-#: ../python/pakfire/cli.py:1066
+#: ../python/pakfire/cli.py:1067
 #, python-format
 msgid "A job with ID %s could not be found."
 msgstr ""
 
-#: ../python/pakfire/cli.py:1073
+#: ../python/pakfire/cli.py:1074
 #, python-format
 msgid "Job: %(name)s"
 msgstr ""
 
-#: ../python/pakfire/cli.py:1078 ../python/pakfire/packages/base.py:107
-#: ../python/pakfire/transaction.py:398
+#: ../python/pakfire/cli.py:1079 ../python/pakfire/packages/base.py:107
+#: ../python/pakfire/transaction.py:404
 msgid "Arch"
 msgstr "Architettura"
 
-#: ../python/pakfire/cli.py:1083 ../python/pakfire/packages/base.py:142
+#: ../python/pakfire/cli.py:1084 ../python/pakfire/packages/base.py:142
 msgid "Build host"
 msgstr "Costruisci host"
 
-#: ../python/pakfire/cli.py:1088
+#: ../python/pakfire/cli.py:1089
 msgid "Time created"
 msgstr ""
 
-#: ../python/pakfire/cli.py:1089
+#: ../python/pakfire/cli.py:1090
 msgid "Time started"
 msgstr ""
 
-#: ../python/pakfire/cli.py:1090
+#: ../python/pakfire/cli.py:1091
 msgid "Time finished"
 msgstr ""
 
-#: ../python/pakfire/cli.py:1091
+#: ../python/pakfire/cli.py:1092
 msgid "Duration"
 msgstr ""
 
-#: ../python/pakfire/cli.py:1119
+#: ../python/pakfire/cli.py:1120
 msgid "Invalid error code given."
 msgstr ""
 
-#: ../python/pakfire/cli.py:1122
+#: ../python/pakfire/cli.py:1123
 #, python-format
 msgid "Reponse from the server: %s"
 msgstr ""
 
-#: ../python/pakfire/cli.py:1128
+#: ../python/pakfire/cli.py:1129
 msgid "Pakfire daemon command line interface."
 msgstr ""
 
-#: ../python/pakfire/cli.py:1156
+#: ../python/pakfire/cli.py:1157
 msgid "Pakfire key command line interface."
 msgstr ""
 
-#: ../python/pakfire/cli.py:1200 ../python/pakfire/cli.py:1210
+#: ../python/pakfire/cli.py:1201 ../python/pakfire/cli.py:1211
 msgid "Import a key from file."
 msgstr ""
 
-#: ../python/pakfire/cli.py:1202
+#: ../python/pakfire/cli.py:1203
 msgid "The real name of the owner of this key."
 msgstr ""
 
-#: ../python/pakfire/cli.py:1204
+#: ../python/pakfire/cli.py:1205
 msgid "The email address of the owner of this key."
 msgstr ""
 
-#: ../python/pakfire/cli.py:1212
+#: ../python/pakfire/cli.py:1213
 msgid "Filename of that key to import."
 msgstr ""
 
-#: ../python/pakfire/cli.py:1218
+#: ../python/pakfire/cli.py:1219
 msgid "Export a key to a file."
 msgstr ""
 
-#: ../python/pakfire/cli.py:1220
+#: ../python/pakfire/cli.py:1221
 msgid "The ID of the key to export."
 msgstr ""
 
-#: ../python/pakfire/cli.py:1222
+#: ../python/pakfire/cli.py:1223
 msgid "Write the key to this file."
 msgstr ""
 
-#: ../python/pakfire/cli.py:1228
+#: ../python/pakfire/cli.py:1225
+msgid "Export the secret key, too."
+msgstr ""
+
+#: ../python/pakfire/cli.py:1231
 msgid "Delete a key from the local keyring."
 msgstr ""
 
-#: ../python/pakfire/cli.py:1230
+#: ../python/pakfire/cli.py:1233
 msgid "The ID of the key to delete."
 msgstr ""
 
-#: ../python/pakfire/cli.py:1236
+#: ../python/pakfire/cli.py:1239
 msgid "List all imported keys."
 msgstr ""
 
-#: ../python/pakfire/cli.py:1242
+#: ../python/pakfire/cli.py:1245
 msgid "Sign one or more packages."
 msgstr ""
 
-#: ../python/pakfire/cli.py:1244
+#: ../python/pakfire/cli.py:1247
 msgid "Key that is used sign the package(s)."
 msgstr ""
 
-#: ../python/pakfire/cli.py:1246
+#: ../python/pakfire/cli.py:1249
 msgid "Package(s) to sign."
 msgstr ""
 
-#: ../python/pakfire/cli.py:1252
+#: ../python/pakfire/cli.py:1255
 msgid "Verify one or more packages."
 msgstr ""
 
-#: ../python/pakfire/cli.py:1256
+#: ../python/pakfire/cli.py:1259
 msgid "Package(s) to verify."
 msgstr ""
 
-#: ../python/pakfire/cli.py:1263
+#: ../python/pakfire/cli.py:1266
 msgid "Generating the key may take a moment..."
 msgstr ""
 
-#: ../python/pakfire/cli.py:1311
+#: ../python/pakfire/cli.py:1315
 #, python-format
 msgid "Signing %s..."
 msgstr ""
 
-#: ../python/pakfire/cli.py:1328
+#: ../python/pakfire/cli.py:1332
 #, python-format
 msgid "Verifying %s..."
 msgstr ""
 
-#: ../python/pakfire/cli.py:1338
+#: ../python/pakfire/cli.py:1342
 msgid "This signature is valid."
 msgstr ""
 
-#: ../python/pakfire/cli.py:1341
+#: ../python/pakfire/cli.py:1345
 msgid "Unknown key"
 msgstr ""
 
-#: ../python/pakfire/cli.py:1342
+#: ../python/pakfire/cli.py:1346
 msgid "Could not check if this signature is valid."
 msgstr ""
 
-#: ../python/pakfire/cli.py:1345 ../python/pakfire/keyring.py:96
+#: ../python/pakfire/cli.py:1349 ../python/pakfire/keyring.py:96
 #, python-format
 msgid "Created: %s"
 msgstr ""
 
-#: ../python/pakfire/cli.py:1349 ../python/pakfire/keyring.py:99
+#: ../python/pakfire/cli.py:1353 ../python/pakfire/keyring.py:99
 #, python-format
 msgid "Expires: %s"
 msgstr ""
@@ -996,7 +1004,7 @@ msgstr ""
 msgid "Running pakfire-build in a pakfire container?"
 msgstr ""
 
-#: ../python/pakfire/errors.py:94 ../python/pakfire/transaction.py:469
+#: ../python/pakfire/errors.py:94 ../python/pakfire/transaction.py:475
 msgid "Transaction test was not successful"
 msgstr ""
 
@@ -1090,7 +1098,7 @@ msgstr ""
 msgid "Name"
 msgstr "Nome"
 
-#: ../python/pakfire/packages/base.py:110 ../python/pakfire/transaction.py:398
+#: ../python/pakfire/packages/base.py:110 ../python/pakfire/transaction.py:404
 msgid "Version"
 msgstr "Versione"
 
@@ -1098,7 +1106,7 @@ msgstr "Versione"
 msgid "Release"
 msgstr "Rilascio"
 
-#: ../python/pakfire/packages/base.py:115 ../python/pakfire/transaction.py:399
+#: ../python/pakfire/packages/base.py:115 ../python/pakfire/transaction.py:405
 msgid "Size"
 msgstr "Dimensioni"
 
@@ -1213,37 +1221,37 @@ msgstr "Impossibile rimuovere il file: /%s"
 msgid "Template does not exist: %s"
 msgstr ""
 
-#: ../python/pakfire/packages/make.py:80
+#: ../python/pakfire/packages/make.py:81
 msgid "Package name is undefined."
 msgstr "Il nome del pacchetto non è definito."
 
-#: ../python/pakfire/packages/make.py:83
+#: ../python/pakfire/packages/make.py:84
 msgid "Package version is undefined."
 msgstr "La versione del pacchetto non è definito."
 
-#: ../python/pakfire/packages/make.py:420
+#: ../python/pakfire/packages/make.py:421
 #, python-format
 msgid "Searching for automatic dependencies for %s..."
 msgstr ""
 
-#: ../python/pakfire/packages/make.py:474
+#: ../python/pakfire/packages/make.py:475
 #, 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:490
+#: ../python/pakfire/packages/make.py:491
 #, python-format
 msgid "Filter '%(pattern)s' filtered %(dep)s."
 msgstr ""
 
 #. Load progressbar.
-#: ../python/pakfire/packages/packager.py:391
-#: ../python/pakfire/packages/packager.py:686
+#: ../python/pakfire/packages/packager.py:394
+#: ../python/pakfire/packages/packager.py:689
 msgid "Packaging"
 msgstr ""
 
-#: ../python/pakfire/packages/packager.py:714
+#: ../python/pakfire/packages/packager.py:717
 #, python-format
 msgid "Building source package %s:"
 msgstr ""
@@ -1361,7 +1369,7 @@ msgstr "    Soluzione: %s"
 msgid "    Solutions:"
 msgstr "   Soluzioni:"
 
-#: ../python/pakfire/server.py:279 ../python/pakfire/system.py:131
+#: ../python/pakfire/server.py:279 ../python/pakfire/system.py:132
 msgid "Could not be determined"
 msgstr ""
 
@@ -1375,100 +1383,106 @@ msgstr ""
 msgid "file %(name)s from %(pkg)s conflicts with files from %(pkgs)s"
 msgstr ""
 
-#: ../python/pakfire/transaction.py:108
+#: ../python/pakfire/transaction.py:106
+#, python-format
+msgid ""
+"file %(name)s causes the transaction test to fail for an unknown reason"
+msgstr ""
+
+#: ../python/pakfire/transaction.py:114
 #, 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:321
+#: ../python/pakfire/transaction.py:327
 #, python-format
 msgid "Not enough space to download %s of packages."
 msgstr ""
 
-#: ../python/pakfire/transaction.py:324
+#: ../python/pakfire/transaction.py:330
 msgid "Downloading packages:"
 msgstr "Pacchetti scaricati:"
 
-#: ../python/pakfire/transaction.py:398
+#: ../python/pakfire/transaction.py:404
 msgid "Package"
 msgstr "Pacchetto"
 
-#: ../python/pakfire/transaction.py:403
+#: ../python/pakfire/transaction.py:409
 msgid "Installing:"
 msgstr "Installando:"
 
-#: ../python/pakfire/transaction.py:404
+#: ../python/pakfire/transaction.py:410
 msgid "Reinstalling:"
 msgstr "Reinstallando:"
 
-#: ../python/pakfire/transaction.py:405
+#: ../python/pakfire/transaction.py:411
 msgid "Updating:"
 msgstr "Aggiornando:"
 
-#: ../python/pakfire/transaction.py:406
+#: ../python/pakfire/transaction.py:412
 msgid "Downgrading:"
 msgstr ""
 
-#: ../python/pakfire/transaction.py:407
+#: ../python/pakfire/transaction.py:413
 msgid "Removing:"
 msgstr "Rimuovendo:"
 
-#: ../python/pakfire/transaction.py:413
+#: ../python/pakfire/transaction.py:419
 msgid "Transaction Summary"
 msgstr "Riepilogo Transazione"
 
-#: ../python/pakfire/transaction.py:420
+#: ../python/pakfire/transaction.py:426
 msgid "package"
 msgstr "pacchetto"
 
-#: ../python/pakfire/transaction.py:426
+#: ../python/pakfire/transaction.py:432
 #, python-format
 msgid "Total download size: %s"
 msgstr "Dimensione da scaricare : %s"
 
-#: ../python/pakfire/transaction.py:430
+#: ../python/pakfire/transaction.py:436
 #, python-format
 msgid "Installed size: %s"
 msgstr ""
 
-#: ../python/pakfire/transaction.py:433
+#: ../python/pakfire/transaction.py:439
 #, python-format
 msgid "Freed size: %s"
 msgstr ""
 
-#: ../python/pakfire/transaction.py:444
+#: ../python/pakfire/transaction.py:450
 msgid "Is this okay?"
 msgstr "Va bene?"
 
-#: ../python/pakfire/transaction.py:450
+#: ../python/pakfire/transaction.py:456
 msgid "Running Transaction Test"
 msgstr ""
 
-#: ../python/pakfire/transaction.py:462
+#: ../python/pakfire/transaction.py:468
 msgid "Transaction Test Succeeded"
 msgstr ""
 
 #. Make a nice progressbar.
-#: ../python/pakfire/transaction.py:495
+#: ../python/pakfire/transaction.py:501
 msgid "Verifying signatures..."
 msgstr ""
 
-#: ../python/pakfire/transaction.py:527
+#: ../python/pakfire/transaction.py:533
 #, python-format
 msgid "Found %s signature error(s)!"
 msgstr ""
 
-#: ../python/pakfire/transaction.py:532
+#: ../python/pakfire/transaction.py:538
 msgid "Going on because we are running in permissive mode."
 msgstr ""
 
-#: ../python/pakfire/transaction.py:533
+#: ../python/pakfire/transaction.py:539
 msgid "This is dangerous!"
 msgstr "Questo è pericoloso!"
 
-#: ../python/pakfire/transaction.py:554
+#: ../python/pakfire/transaction.py:560
 msgid "Running transaction"
 msgstr ""
 
diff --git a/po/km_KH.po b/po/km_KH.po
new file mode 100644 (file)
index 0000000..d325432
--- /dev/null
@@ -0,0 +1,1702 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+# 
+# Translators:
+#   <srun_siline@yahoo.com>, 2012.
+msgid ""
+msgstr ""
+"Project-Id-Version: IPFire Project\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2012-07-26 19:43+0200\n"
+"PO-Revision-Date: 2012-10-09 10:12+0000\n"
+"Last-Translator: Siline <srun_siline@yahoo.com>\n"
+"Language-Team: Khmer (Cambodia) (http://www.transifex.com/projects/p/ipfire/language/km_KH/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: km_KH\n"
+"Plural-Forms: nplurals=1; plural=0;\n"
+
+#: ../python/pakfire/actions.py:72
+#, python-format
+msgid "%s has got no signatures"
+msgstr ""
+
+#: ../python/pakfire/actions.py:78
+#, python-format
+msgid "%s has got no valid signatures"
+msgstr ""
+
+#: ../python/pakfire/actions.py:193
+msgid "Could not handle scriptlet of unknown type. Skipping."
+msgstr ""
+
+#. This functions creates a fork with then chroots into the
+#. pakfire root if necessary and then compiles the given scriptlet
+#. code and runs it.
+#: ../python/pakfire/actions.py:196 ../python/pakfire/actions.py:266
+msgid "Executing python scriptlet..."
+msgstr ""
+
+#: ../python/pakfire/actions.py:202
+#, python-format
+msgid "Cannot run scriptlet because no interpreter is available: %s"
+msgstr ""
+
+#: ../python/pakfire/actions.py:206
+#, python-format
+msgid "Cannot run scriptlet because the interpreter is not executable: %s"
+msgstr ""
+
+#: ../python/pakfire/actions.py:245
+#, python-format
+msgid ""
+"The scriptlet returned an error:\n"
+"%s"
+msgstr ""
+
+#: ../python/pakfire/actions.py:248
+#, python-format
+msgid "The scriptlet ran more than %s seconds and was killed."
+msgstr ""
+
+#: ../python/pakfire/actions.py:252
+#, python-format
+msgid ""
+"The scriptlet returned with an unhandled error:\n"
+"%s"
+msgstr ""
+
+#: ../python/pakfire/actions.py:291
+#, python-format
+msgid "Exception occured: %s"
+msgstr ""
+
+#: ../python/pakfire/actions.py:364 ../python/pakfire/actions.py:402
+#: ../python/pakfire/actions.py:424 ../python/pakfire/actions.py:446
+#: ../python/pakfire/actions.py:463 ../python/pakfire/actions.py:482
+#, python-format
+msgid "Running transaction test for %s"
+msgstr ""
+
+#: ../python/pakfire/actions.py:373
+msgid "Installing"
+msgstr ""
+
+#: ../python/pakfire/actions.py:411
+msgid "Updating"
+msgstr ""
+
+#: ../python/pakfire/actions.py:430
+msgid "Removing"
+msgstr "កំពុងលុប"
+
+#. Cleaning up leftover files and stuff.
+#: ../python/pakfire/actions.py:453
+msgid "Cleanup"
+msgstr ""
+
+#: ../python/pakfire/actions.py:475
+msgid "Reinstalling"
+msgstr ""
+
+#: ../python/pakfire/actions.py:491
+msgid "Downgrading"
+msgstr ""
+
+#: ../python/pakfire/base.py:320
+msgid "Local install repository"
+msgstr ""
+
+#: ../python/pakfire/base.py:377
+#, python-format
+msgid "Could not find any installed package providing \"%s\"."
+msgstr ""
+
+#: ../python/pakfire/base.py:383
+#, python-format
+msgid "Multiple reinstall candidates for \"%(pattern)s\": %(pkgs)s"
+msgstr ""
+
+#: ../python/pakfire/base.py:387 ../python/pakfire/base.py:455
+#: ../python/pakfire/base.py:491 ../python/pakfire/base.py:553
+#: ../python/pakfire/base.py:574 ../python/pakfire/transaction.py:396
+msgid "Nothing to do"
+msgstr ""
+
+#: ../python/pakfire/base.py:412
+#, python-format
+msgid "Could not find package %s in a remote repository."
+msgstr ""
+
+#: ../python/pakfire/base.py:483
+#, python-format
+msgid "Excluding %s."
+msgstr ""
+
+#: ../python/pakfire/base.py:535
+#, python-format
+msgid "\"%s\" package does not seem to be installed."
+msgstr ""
+
+#: ../python/pakfire/base.py:688
+msgid "Build command has failed."
+msgstr ""
+
+#: ../python/pakfire/base.py:723
+msgid "New repository"
+msgstr ""
+
+#: ../python/pakfire/base.py:764
+msgid "Everything is fine."
+msgstr ""
+
+#: ../python/pakfire/builder.py:144
+msgid "You have not set the distribution for which you want to build."
+msgstr ""
+
+#: ../python/pakfire/builder.py:145
+msgid "Please do so in builder.conf or on the CLI."
+msgstr ""
+
+#: ../python/pakfire/builder.py:146
+msgid "Distribution configuration is missing."
+msgstr ""
+
+#: ../python/pakfire/builder.py:160
+#, python-format
+msgid "Cannot build for %s on this host."
+msgstr ""
+
+#. Log the package information.
+#: ../python/pakfire/builder.py:190
+msgid "Package information:"
+msgstr ""
+
+#. Install all packages.
+#: ../python/pakfire/builder.py:408
+msgid "Install packages needed for build..."
+msgstr ""
+
+#: ../python/pakfire/builder.py:413
+msgid "Extracting"
+msgstr ""
+
+#: ../python/pakfire/builder.py:714
+msgid "You cannot run a build when no package was given."
+msgstr ""
+
+#: ../python/pakfire/builder.py:719
+#, python-format
+msgid "Could not find makefile in build root: %s"
+msgstr ""
+
+#: ../python/pakfire/builder.py:744
+msgid "Build failed."
+msgstr ""
+
+#: ../python/pakfire/builder.py:746
+msgid "The build command failed. See logfile for details."
+msgstr ""
+
+#: ../python/pakfire/builder.py:760
+msgid "Running installation test..."
+msgstr ""
+
+#: ../python/pakfire/builder.py:767
+msgid "Installation test succeeded."
+msgstr ""
+
+#. Create a progressbar.
+#: ../python/pakfire/builder.py:804
+msgid "Signing packages..."
+msgstr ""
+
+#: ../python/pakfire/builder.py:838
+msgid "Dumping package information:"
+msgstr ""
+
+#. Walk through the whole tree and collect all files
+#. that are on the same disk (not crossing mountpoints).
+#: ../python/pakfire/builder.py:868
+msgid "Creating filelist..."
+msgstr ""
+
+#. Create a nice progressbar.
+#: ../python/pakfire/builder.py:887
+msgid "Compressing files..."
+msgstr ""
+
+#: ../python/pakfire/builder.py:906
+#, python-format
+msgid "Cache file was successfully created at %s."
+msgstr ""
+
+#: ../python/pakfire/builder.py:907
+#, 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:918
+msgid "Extracting files..."
+msgstr ""
+
+#. Update all packages.
+#: ../python/pakfire/builder.py:938
+msgid "Updating packages from cache..."
+msgstr ""
+
+#. Package the result.
+#. Make all these little package from the build environment.
+#: ../python/pakfire/builder.py:1076
+msgid "Creating packages:"
+msgstr ""
+
+#. Execute the buildscript of this stage.
+#: ../python/pakfire/builder.py:1090
+#, python-format
+msgid "Running stage %s:"
+msgstr ""
+
+#: ../python/pakfire/builder.py:1108
+#, python-format
+msgid "Could not remove static libraries: %s"
+msgstr ""
+
+#: ../python/pakfire/builder.py:1114
+msgid "Compressing man pages did not complete successfully."
+msgstr ""
+
+#: ../python/pakfire/builder.py:1134
+msgid "Extracting debuginfo did not complete with success. Aborting build."
+msgstr ""
+
+#: ../python/pakfire/cli.py:50
+msgid "Pakfire command line interface."
+msgstr "ពាក្យបញ្ជា Pakfire "
+
+#: ../python/pakfire/cli.py:57
+msgid "The path where pakfire should operate in."
+msgstr "ទីតាំងកន្លែង pakfire តំណើការ"
+
+#: ../python/pakfire/cli.py:129
+msgid "Enable verbose output."
+msgstr "អនុញ្ញាតិអោយបញ្ចេញកាកសំណល់មកក្រៅ"
+
+#: ../python/pakfire/cli.py:132
+msgid "Path to a configuration file to load."
+msgstr "ទីតាំងកន្លែង Configuration file តំណើការ"
+
+#: ../python/pakfire/cli.py:136
+msgid "Disable a repository temporarily."
+msgstr "មិនអនុញ្ញាតិអោយមានឃ្លាំងផ្ទុកបណ្តោះអសន្ត"
+
+#: ../python/pakfire/cli.py:139
+msgid "Enable a repository temporarily."
+msgstr ""
+
+#: ../python/pakfire/cli.py:143
+msgid "Run pakfire in offline mode."
+msgstr ""
+
+#: ../python/pakfire/cli.py:148
+msgid "Install one or more packages to the system."
+msgstr "តំឡើង មួយ ឫ ច្រើន កម្មវិធីចូលប្រពន្ធ័"
+
+#: ../python/pakfire/cli.py:150
+msgid "Give name of at least one package to install."
+msgstr "ផ្តល់ឈ្មោះយ៉ាងហោចមួយដើម្បីតំឡើង"
+
+#: ../python/pakfire/cli.py:156
+msgid "Reinstall one or more packages."
+msgstr ""
+
+#: ../python/pakfire/cli.py:158
+msgid "Give name of at least one package to reinstall."
+msgstr ""
+
+#: ../python/pakfire/cli.py:164
+msgid "Remove one or more packages from the system."
+msgstr "លុបកម្មវិធី​ មួយ ឬច្រើន ចេញពីប្រពន្ធ័"
+
+#: ../python/pakfire/cli.py:166
+msgid "Give name of at least one package to remove."
+msgstr "ផ្តល់ឈ្មោះយ៉ាងហោចមួយ ចេញពីប្រពន្ធ័"
+
+#: ../python/pakfire/cli.py:172
+msgid "Give a name of a package to update or leave emtpy for all."
+msgstr "ផ្តល់ឈ្មោះកម្មវិធីសម្រាប់ធ្វើបច្ចុប្បន្នភាព ឬទុកទំនេរចោល"
+
+#: ../python/pakfire/cli.py:174
+msgid "Exclude package from update."
+msgstr ""
+
+#: ../python/pakfire/cli.py:176 ../python/pakfire/cli.py:201
+msgid "Allow changing the vendor of packages."
+msgstr ""
+
+#: ../python/pakfire/cli.py:178 ../python/pakfire/cli.py:203
+msgid "Allow changing the architecture of packages."
+msgstr ""
+
+#: ../python/pakfire/cli.py:183
+msgid "Update the whole system or one specific package."
+msgstr "ធ្វើបច្ចុប្បន្នភាពប្រពន្ធ័ទាំងមូល"
+
+#: ../python/pakfire/cli.py:190
+msgid "Check, if there are any updates available."
+msgstr ""
+
+#: ../python/pakfire/cli.py:197
+msgid "Downgrade one or more packages."
+msgstr ""
+
+#: ../python/pakfire/cli.py:199
+msgid "Give a name of a package to downgrade."
+msgstr ""
+
+#: ../python/pakfire/cli.py:209
+msgid "Print some information about the given package(s)."
+msgstr "បោះពុម្ភពត៌មាន"
+
+#: ../python/pakfire/cli.py:211
+msgid "Give at least the name of one package."
+msgstr "ផ្តល់ឈ្មោះយ៉ាងហោចមួយ សម្រាប់កម្មវិធីមួយ"
+
+#: ../python/pakfire/cli.py:217
+msgid "Search for a given pattern."
+msgstr "ស្វែងរកគំរូ"
+
+#: ../python/pakfire/cli.py:219
+msgid "A pattern to search for."
+msgstr "គំរូស្វែងរក"
+
+#: ../python/pakfire/cli.py:225
+msgid "Get a list of packages that provide a given file or feature."
+msgstr "យកបញ្ជីកម្មវិធី"
+
+#: ../python/pakfire/cli.py:227
+msgid "File or feature to search for."
+msgstr "ស្វែងរក​ ឯកសារ ឬ លក្ខណៈ​"
+
+#: ../python/pakfire/cli.py:233
+msgid "Get list of packages that belong to the given group."
+msgstr "ផ្តល់បញ្ជីកម្មវីធីដែលជាកម្មសិទ្ធក្រុម"
+
+#: ../python/pakfire/cli.py:235
+msgid "Group name to search for."
+msgstr "ឈ្មោះក្រុមដែលត្រូវស្វែងរក"
+
+#: ../python/pakfire/cli.py:241
+msgid "Install all packages that belong to the given group."
+msgstr "តំឡើងគ្រប់កម្មវិធី"
+
+#: ../python/pakfire/cli.py:243
+msgid "Group name."
+msgstr "ឈ្មោះក្រុម"
+
+#: ../python/pakfire/cli.py:249
+msgid "List all currently enabled repositories."
+msgstr "បង្ហាញឃ្លាំងដំណើការ"
+
+#: ../python/pakfire/cli.py:253
+msgid "Cleanup commands."
+msgstr ""
+
+#: ../python/pakfire/cli.py:261
+msgid "Cleanup all temporary files."
+msgstr ""
+
+#: ../python/pakfire/cli.py:267
+msgid "Check the system for any errors."
+msgstr ""
+
+#: ../python/pakfire/cli.py:273
+msgid "Check the dependencies for a particular package."
+msgstr ""
+
+#: ../python/pakfire/cli.py:275
+msgid "Give name of at least one package to check."
+msgstr ""
+
+#: ../python/pakfire/cli.py:348 ../python/pakfire/transaction.py:405
+msgid "Repository"
+msgstr "ឃ្លាំង"
+
+#: ../python/pakfire/cli.py:348
+msgid "Enabled"
+msgstr "អនុញ្ញាតិ"
+
+#: ../python/pakfire/cli.py:348 ../python/pakfire/cli.py:1051
+msgid "Priority"
+msgstr ""
+
+#: ../python/pakfire/cli.py:348 ../python/pakfire/cli.py:1096
+msgid "Packages"
+msgstr ""
+
+#: ../python/pakfire/cli.py:360
+msgid "Cleaning up everything..."
+msgstr ""
+
+#: ../python/pakfire/cli.py:381
+msgid "You cannot run pakfire-builder in a pakfire chroot."
+msgstr ""
+
+#: ../python/pakfire/cli.py:384 ../python/pakfire/cli.py:734
+msgid "Pakfire builder command line interface."
+msgstr ""
+
+#: ../python/pakfire/cli.py:444
+msgid "Update the package indexes."
+msgstr ""
+
+#: ../python/pakfire/cli.py:450 ../python/pakfire/cli.py:754
+msgid "Build one or more packages."
+msgstr ""
+
+#: ../python/pakfire/cli.py:452 ../python/pakfire/cli.py:643
+#: ../python/pakfire/cli.py:756
+msgid "Give name of at least one package to build."
+msgstr ""
+
+#: ../python/pakfire/cli.py:456 ../python/pakfire/cli.py:760
+#: ../python/pakfire/cli.py:847
+msgid "Build the package for the given architecture."
+msgstr ""
+
+#: ../python/pakfire/cli.py:458 ../python/pakfire/cli.py:488
+#: ../python/pakfire/cli.py:762
+msgid "Path were the output files should be copied to."
+msgstr ""
+
+#: ../python/pakfire/cli.py:460 ../python/pakfire/cli.py:477
+#: ../python/pakfire/cli.py:764
+msgid "Mode to run in. Is either 'release' or 'development' (default)."
+msgstr ""
+
+#: ../python/pakfire/cli.py:462
+msgid "Run a shell after a successful build."
+msgstr ""
+
+#: ../python/pakfire/cli.py:464
+msgid "Do not perform the install test."
+msgstr ""
+
+#: ../python/pakfire/cli.py:469
+msgid "Go into a shell."
+msgstr ""
+
+#: ../python/pakfire/cli.py:471
+msgid "Give name of a package."
+msgstr ""
+
+#: ../python/pakfire/cli.py:475
+msgid "Emulated architecture in the shell."
+msgstr ""
+
+#: ../python/pakfire/cli.py:482
+msgid "Generate a source package."
+msgstr ""
+
+#: ../python/pakfire/cli.py:484
+msgid "Give name(s) of a package(s)."
+msgstr ""
+
+#: ../python/pakfire/cli.py:493
+msgid "Create a build environment cache."
+msgstr ""
+
+#: ../python/pakfire/cli.py:503
+msgid "Create a new build environment cache."
+msgstr ""
+
+#: ../python/pakfire/cli.py:508
+msgid "Remove all cached build environments."
+msgstr ""
+
+#: ../python/pakfire/cli.py:588
+#, python-format
+msgid "Removing environment cache file: %s..."
+msgstr ""
+
+#: ../python/pakfire/cli.py:594
+#, python-format
+msgid "Could not remove file: %s"
+msgstr ""
+
+#: ../python/pakfire/cli.py:600
+msgid "Pakfire server command line interface."
+msgstr ""
+
+#: ../python/pakfire/cli.py:641
+msgid "Send a scrach build job to the server."
+msgstr ""
+
+#: ../python/pakfire/cli.py:645
+msgid "Limit build to only these architecture(s)."
+msgstr ""
+
+#: ../python/pakfire/cli.py:651
+msgid "Send a keepalive to the server."
+msgstr ""
+
+#: ../python/pakfire/cli.py:658
+msgid "Update all repositories."
+msgstr ""
+
+#: ../python/pakfire/cli.py:664
+msgid "Repository management commands."
+msgstr ""
+
+#: ../python/pakfire/cli.py:672
+msgid "Create a new repository index."
+msgstr ""
+
+#: ../python/pakfire/cli.py:674
+msgid "Path to the packages."
+msgstr ""
+
+#: ../python/pakfire/cli.py:676
+msgid "Path to input packages."
+msgstr ""
+
+#: ../python/pakfire/cli.py:678
+msgid "Key to sign the repository with."
+msgstr ""
+
+#: ../python/pakfire/cli.py:683
+msgid "Dump some information about this machine."
+msgstr ""
+
+#: ../python/pakfire/cli.py:766
+msgid "Do not verify build dependencies."
+msgstr ""
+
+#: ../python/pakfire/cli.py:799
+msgid "Pakfire client command line interface."
+msgstr ""
+
+#: ../python/pakfire/cli.py:841
+msgid "Build a package remotely."
+msgstr ""
+
+#: ../python/pakfire/cli.py:843
+msgid "Give name of a package to build."
+msgstr ""
+
+#: ../python/pakfire/cli.py:852
+msgid "Print some information about this host."
+msgstr ""
+
+#: ../python/pakfire/cli.py:858
+msgid "Check the connection to the hub."
+msgstr ""
+
+#: ../python/pakfire/cli.py:863
+msgid "Show information about build jobs."
+msgstr ""
+
+#: ../python/pakfire/cli.py:873
+msgid "Show a list of all active jobs."
+msgstr ""
+
+#: ../python/pakfire/cli.py:878
+msgid "Show a list of all recently finished of failed build jobs."
+msgstr ""
+
+#: ../python/pakfire/cli.py:883
+msgid "Show details about given build job."
+msgstr ""
+
+#: ../python/pakfire/cli.py:884
+msgid "The ID of the build job."
+msgstr ""
+
+#: ../python/pakfire/cli.py:889
+msgid "Show information about builds."
+msgstr ""
+
+#: ../python/pakfire/cli.py:897
+msgid "Show details about the given build."
+msgstr ""
+
+#: ../python/pakfire/cli.py:898
+msgid "The ID of the build."
+msgstr ""
+
+#: ../python/pakfire/cli.py:903
+msgid "Test the connection to the hub."
+msgstr ""
+
+#: ../python/pakfire/cli.py:904
+msgid "Error code to test."
+msgstr ""
+
+#: ../python/pakfire/cli.py:952 ../python/pakfire/server.py:303
+msgid "Hostname"
+msgstr ""
+
+#: ../python/pakfire/cli.py:953
+msgid "Pakfire hub"
+msgstr ""
+
+#: ../python/pakfire/cli.py:956
+msgid "Username"
+msgstr ""
+
+#. Hardware information
+#: ../python/pakfire/cli.py:960 ../python/pakfire/server.py:307
+msgid "Hardware information"
+msgstr ""
+
+#: ../python/pakfire/cli.py:961 ../python/pakfire/server.py:308
+msgid "CPU model"
+msgstr ""
+
+#: ../python/pakfire/cli.py:962 ../python/pakfire/server.py:309
+msgid "Memory"
+msgstr ""
+
+#: ../python/pakfire/cli.py:963
+msgid "Parallelism"
+msgstr ""
+
+#: ../python/pakfire/cli.py:965 ../python/pakfire/server.py:311
+msgid "Native arch"
+msgstr ""
+
+#: ../python/pakfire/cli.py:967
+msgid "Default arch"
+msgstr ""
+
+#: ../python/pakfire/cli.py:969 ../python/pakfire/server.py:313
+msgid "Supported arches"
+msgstr ""
+
+#: ../python/pakfire/cli.py:982
+msgid "Your IP address"
+msgstr ""
+
+#: ../python/pakfire/cli.py:987
+msgid "You are authenticated to the build service:"
+msgstr ""
+
+#: ../python/pakfire/cli.py:993
+msgid "User name"
+msgstr ""
+
+#: ../python/pakfire/cli.py:994
+msgid "Real name"
+msgstr ""
+
+#: ../python/pakfire/cli.py:995
+msgid "Email address"
+msgstr ""
+
+#: ../python/pakfire/cli.py:996
+msgid "Registered"
+msgstr ""
+
+#: ../python/pakfire/cli.py:1003
+msgid "You could not be authenticated to the build service."
+msgstr ""
+
+#: ../python/pakfire/cli.py:1024
+msgid "No ongoing jobs found."
+msgstr ""
+
+#: ../python/pakfire/cli.py:1027
+msgid "Active build jobs"
+msgstr ""
+
+#: ../python/pakfire/cli.py:1033
+msgid "No jobs found."
+msgstr ""
+
+#: ../python/pakfire/cli.py:1036
+msgid "Recently processed build jobs"
+msgstr ""
+
+#: ../python/pakfire/cli.py:1043
+#, python-format
+msgid "A build with ID %s could not be found."
+msgstr ""
+
+#: ../python/pakfire/cli.py:1046
+#, python-format
+msgid "Build: %(name)s"
+msgstr ""
+
+#: ../python/pakfire/cli.py:1050 ../python/pakfire/cli.py:1078
+msgid "State"
+msgstr ""
+
+#: ../python/pakfire/cli.py:1054
+msgid "Jobs"
+msgstr ""
+
+#: ../python/pakfire/cli.py:1067
+#, python-format
+msgid "A job with ID %s could not be found."
+msgstr ""
+
+#: ../python/pakfire/cli.py:1074
+#, python-format
+msgid "Job: %(name)s"
+msgstr ""
+
+#: ../python/pakfire/cli.py:1079 ../python/pakfire/packages/base.py:107
+#: ../python/pakfire/transaction.py:404
+msgid "Arch"
+msgstr "សំខាន់"
+
+#: ../python/pakfire/cli.py:1084 ../python/pakfire/packages/base.py:142
+msgid "Build host"
+msgstr "ឈ្មោះម៉ាស៊ីន"
+
+#: ../python/pakfire/cli.py:1089
+msgid "Time created"
+msgstr ""
+
+#: ../python/pakfire/cli.py:1090
+msgid "Time started"
+msgstr ""
+
+#: ../python/pakfire/cli.py:1091
+msgid "Time finished"
+msgstr ""
+
+#: ../python/pakfire/cli.py:1092
+msgid "Duration"
+msgstr ""
+
+#: ../python/pakfire/cli.py:1120
+msgid "Invalid error code given."
+msgstr ""
+
+#: ../python/pakfire/cli.py:1123
+#, python-format
+msgid "Reponse from the server: %s"
+msgstr ""
+
+#: ../python/pakfire/cli.py:1129
+msgid "Pakfire daemon command line interface."
+msgstr ""
+
+#: ../python/pakfire/cli.py:1157
+msgid "Pakfire key command line interface."
+msgstr ""
+
+#: ../python/pakfire/cli.py:1201 ../python/pakfire/cli.py:1211
+msgid "Import a key from file."
+msgstr ""
+
+#: ../python/pakfire/cli.py:1203
+msgid "The real name of the owner of this key."
+msgstr ""
+
+#: ../python/pakfire/cli.py:1205
+msgid "The email address of the owner of this key."
+msgstr ""
+
+#: ../python/pakfire/cli.py:1213
+msgid "Filename of that key to import."
+msgstr ""
+
+#: ../python/pakfire/cli.py:1219
+msgid "Export a key to a file."
+msgstr ""
+
+#: ../python/pakfire/cli.py:1221
+msgid "The ID of the key to export."
+msgstr ""
+
+#: ../python/pakfire/cli.py:1223
+msgid "Write the key to this file."
+msgstr ""
+
+#: ../python/pakfire/cli.py:1225
+msgid "Export the secret key, too."
+msgstr ""
+
+#: ../python/pakfire/cli.py:1231
+msgid "Delete a key from the local keyring."
+msgstr ""
+
+#: ../python/pakfire/cli.py:1233
+msgid "The ID of the key to delete."
+msgstr ""
+
+#: ../python/pakfire/cli.py:1239
+msgid "List all imported keys."
+msgstr ""
+
+#: ../python/pakfire/cli.py:1245
+msgid "Sign one or more packages."
+msgstr ""
+
+#: ../python/pakfire/cli.py:1247
+msgid "Key that is used sign the package(s)."
+msgstr ""
+
+#: ../python/pakfire/cli.py:1249
+msgid "Package(s) to sign."
+msgstr ""
+
+#: ../python/pakfire/cli.py:1255
+msgid "Verify one or more packages."
+msgstr ""
+
+#: ../python/pakfire/cli.py:1259
+msgid "Package(s) to verify."
+msgstr ""
+
+#: ../python/pakfire/cli.py:1266
+msgid "Generating the key may take a moment..."
+msgstr ""
+
+#: ../python/pakfire/cli.py:1315
+#, python-format
+msgid "Signing %s..."
+msgstr ""
+
+#: ../python/pakfire/cli.py:1332
+#, python-format
+msgid "Verifying %s..."
+msgstr ""
+
+#: ../python/pakfire/cli.py:1342
+msgid "This signature is valid."
+msgstr ""
+
+#: ../python/pakfire/cli.py:1345
+msgid "Unknown key"
+msgstr ""
+
+#: ../python/pakfire/cli.py:1346
+msgid "Could not check if this signature is valid."
+msgstr ""
+
+#: ../python/pakfire/cli.py:1349 ../python/pakfire/keyring.py:96
+#, python-format
+msgid "Created: %s"
+msgstr ""
+
+#: ../python/pakfire/cli.py:1353 ../python/pakfire/keyring.py:99
+#, python-format
+msgid "Expires: %s"
+msgstr ""
+
+#. If the keepalive message could not successfully be sent, we don't
+#. bother, because the client will soon retry.
+#: ../python/pakfire/client/base.py:213
+msgid "Could not send a keepalive message to the hub."
+msgstr ""
+
+#. Don't give a shit either.
+#: ../python/pakfire/client/base.py:247
+msgid "Could not update the host information."
+msgstr ""
+
+#: ../python/pakfire/client/builder.py:179
+msgid "Less than 2GB of free space. Cannot request a new job."
+msgstr ""
+
+#. Log all XMLRPC protocol errors.
+#: ../python/pakfire/client/transport.py:90
+msgid "XMLRPC protocol error:"
+msgstr ""
+
+#: ../python/pakfire/client/transport.py:91
+#, python-format
+msgid "URL: %s"
+msgstr ""
+
+#: ../python/pakfire/client/transport.py:92
+msgid "  HTTP headers:"
+msgstr ""
+
+#: ../python/pakfire/client/transport.py:95
+#, python-format
+msgid "Error code: %s"
+msgstr ""
+
+#: ../python/pakfire/client/transport.py:96
+#, python-format
+msgid "Error message: %s"
+msgstr ""
+
+#: ../python/pakfire/client/transport.py:116
+#, python-format
+msgid "Trying again in %(timeout)s second(s). %(tries)s tries left."
+msgstr ""
+
+#: ../python/pakfire/client/transport.py:121
+msgid "Maximum number of tries was reached. Giving up."
+msgstr ""
+
+#: ../python/pakfire/compress.py:85 ../python/pakfire/compress.py:95
+#, python-format
+msgid "Given algorithm '%s' is not supported."
+msgstr ""
+
+#: ../python/pakfire/config.py:191
+#, python-format
+msgid "Unhandled configuration update: %s"
+msgstr ""
+
+#: ../python/pakfire/config.py:205
+msgid "Configuration:"
+msgstr ""
+
+#: ../python/pakfire/config.py:207
+#, python-format
+msgid "Section: %s"
+msgstr ""
+
+#: ../python/pakfire/config.py:212
+msgid "No settings in this section."
+msgstr ""
+
+#: ../python/pakfire/config.py:214
+msgid "Loaded from files:"
+msgstr ""
+
+#: ../python/pakfire/downloader.py:155
+msgid "Downloading source files:"
+msgstr ""
+
+#: ../python/pakfire/downloader.py:158
+msgid "Cannot download source code in offline mode."
+msgstr ""
+
+#: ../python/pakfire/downloader.py:181
+#, python-format
+msgid "Downloaded empty file: %s"
+msgstr ""
+
+#: ../python/pakfire/errors.py:30
+msgid "An unhandled error occured."
+msgstr ""
+
+#: ../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 ""
+
+#: ../python/pakfire/errors.py:61
+msgid "An error occured when pakfire tried to download files."
+msgstr ""
+
+#: ../python/pakfire/errors.py:74
+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 ""
+
+#: ../python/pakfire/errors.py:86
+msgid "Running pakfire-build in a pakfire container?"
+msgstr ""
+
+#: ../python/pakfire/errors.py:94 ../python/pakfire/transaction.py:475
+msgid "Transaction test was not successful"
+msgstr ""
+
+#: ../python/pakfire/errors.py:98
+msgid "Generic XMLRPC error."
+msgstr ""
+
+#: ../python/pakfire/errors.py:102
+msgid ""
+"You are forbidden to perform this action. Maybe you need to check your "
+"credentials."
+msgstr ""
+
+#: ../python/pakfire/errors.py:106
+msgid "A request could not be fulfilled by the server."
+msgstr ""
+
+#: ../python/pakfire/errors.py:110
+msgid "Could not find the requested URL."
+msgstr ""
+
+#: ../python/pakfire/errors.py:114
+msgid "An unforseable problem on the XML-RPC transport connection occured."
+msgstr ""
+
+#: ../python/pakfire/i18n.py:54
+#, python-format
+msgid "%(commas)s and %(last)s"
+msgstr ""
+
+#: ../python/pakfire/keyring.py:82
+#, python-format
+msgid "Fingerprint: %s"
+msgstr ""
+
+#: ../python/pakfire/keyring.py:84
+msgid "Private key available!"
+msgstr ""
+
+#: ../python/pakfire/keyring.py:88
+#, python-format
+msgid "Subkey: %s"
+msgstr ""
+
+#: ../python/pakfire/keyring.py:90
+msgid "This key has expired!"
+msgstr ""
+
+#: ../python/pakfire/keyring.py:93
+msgid "This is a secret key."
+msgstr ""
+
+#: ../python/pakfire/keyring.py:101
+msgid "This key does not expire."
+msgstr ""
+
+#: ../python/pakfire/keyring.py:149
+#, python-format
+msgid "Generating new key for %(realname)s <%(email)s>..."
+msgstr ""
+
+#: ../python/pakfire/keyring.py:150
+msgid "This may take a while..."
+msgstr ""
+
+#: ../python/pakfire/keyring.py:169
+#, python-format
+msgid "Successfully imported %s."
+msgstr ""
+
+#: ../python/pakfire/keyring.py:189
+msgid "Host key:"
+msgstr ""
+
+#: ../python/pakfire/keyring.py:196
+#, python-format
+msgid ""
+"WARNING! Host key with ID %s configured, but the secret key is missing!"
+msgstr ""
+
+#: ../python/pakfire/keyring.py:199
+#, python-format
+msgid "WARNING! Host key with ID %s configured, but not found!"
+msgstr ""
+
+#: ../python/pakfire/keyring.py:201
+msgid "No host key available or configured."
+msgstr ""
+
+#: ../python/pakfire/packages/base.py:99
+msgid "Name"
+msgstr "ឈ្មោះ"
+
+#: ../python/pakfire/packages/base.py:110 ../python/pakfire/transaction.py:404
+msgid "Version"
+msgstr "ជៅនាន់"
+
+#: ../python/pakfire/packages/base.py:111
+msgid "Release"
+msgstr "បញ្ចេញ"
+
+#: ../python/pakfire/packages/base.py:115 ../python/pakfire/transaction.py:405
+msgid "Size"
+msgstr "ទំហំ"
+
+#: ../python/pakfire/packages/base.py:119
+msgid "Repo"
+msgstr "ការទិញកិច្ចសន្យាវិញ"
+
+#: ../python/pakfire/packages/base.py:122
+msgid "Summary"
+msgstr "សង្ខេប"
+
+#: ../python/pakfire/packages/base.py:123
+msgid "Groups"
+msgstr "ក្រុម"
+
+#: ../python/pakfire/packages/base.py:124
+msgid "URL"
+msgstr "អសយ័ដ្ឋាន"
+
+#: ../python/pakfire/packages/base.py:125
+msgid "License"
+msgstr "កម្មសិទ្ធបញ្ញា"
+
+#: ../python/pakfire/packages/base.py:128
+msgid "Description"
+msgstr "ពិពណ៌នា"
+
+#: ../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 "UUID"
+
+#: ../python/pakfire/packages/base.py:140
+msgid "Build ID"
+msgstr "អត្តលេខ"
+
+#: ../python/pakfire/packages/base.py:141
+msgid "Build date"
+msgstr "ថ្ងៃ/ខែ/ឆ្នាំ"
+
+#: ../python/pakfire/packages/base.py:144
+msgid "Signatures"
+msgstr ""
+
+#: ../python/pakfire/packages/base.py:149
+msgid "Provides"
+msgstr "ផ្តល់"
+
+#: ../python/pakfire/packages/base.py:154
+msgid "Pre-requires"
+msgstr ""
+
+#: ../python/pakfire/packages/base.py:159
+msgid "Requires"
+msgstr "តំរូវការ"
+
+#: ../python/pakfire/packages/base.py:164
+msgid "Conflicts"
+msgstr ""
+
+#: ../python/pakfire/packages/base.py:169
+msgid "Obsoletes"
+msgstr ""
+
+#: ../python/pakfire/packages/base.py:177
+msgid "File"
+msgstr ""
+
+#: ../python/pakfire/packages/base.py:367
+msgid "Not set"
+msgstr ""
+
+#: ../python/pakfire/packages/base.py:534
+#, python-format
+msgid "Config file saved as %s."
+msgstr ""
+
+#: ../python/pakfire/packages/file.py:93
+#, python-format
+msgid "Could not extract file: /%(src)s - %(dst)s"
+msgstr ""
+
+#: ../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/lexer.py:718
+#, python-format
+msgid "Template does not exist: %s"
+msgstr ""
+
+#: ../python/pakfire/packages/make.py:81
+msgid "Package name is undefined."
+msgstr ""
+
+#: ../python/pakfire/packages/make.py:84
+msgid "Package version is undefined."
+msgstr ""
+
+#: ../python/pakfire/packages/make.py:421
+#, python-format
+msgid "Searching for automatic dependencies for %s..."
+msgstr ""
+
+#: ../python/pakfire/packages/make.py:475
+#, 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:491
+#, python-format
+msgid "Filter '%(pattern)s' filtered %(dep)s."
+msgstr ""
+
+#. Load progressbar.
+#: ../python/pakfire/packages/packager.py:394
+#: ../python/pakfire/packages/packager.py:689
+msgid "Packaging"
+msgstr ""
+
+#: ../python/pakfire/packages/packager.py:717
+#, python-format
+msgid "Building source package %s:"
+msgstr ""
+
+#: ../python/pakfire/repository/database.py:123
+msgid ""
+"The format of the database is not supported by this version of pakfire."
+msgstr ""
+
+#: ../python/pakfire/repository/database.py:231
+#, python-format
+msgid "Cannot use database with version greater than %s."
+msgstr ""
+
+#: ../python/pakfire/repository/database.py:233
+#, python-format
+msgid "Migrating database from format %(old)s to %(new)s."
+msgstr ""
+
+#. Create progress bar.
+#: ../python/pakfire/repository/local.py:102
+#: ../python/pakfire/repository/local.py:272
+#, python-format
+msgid "%s: Adding packages..."
+msgstr ""
+
+#. Make a nice progress bar.
+#: ../python/pakfire/repository/local.py:205
+msgid "Compressing database..."
+msgstr ""
+
+#: ../python/pakfire/repository/remote.py:122
+msgid "You cannot force to update metadata in offline mode."
+msgstr ""
+
+#: ../python/pakfire/repository/remote.py:147
+#, python-format
+msgid "No metadata available for repository %s. Cannot download any."
+msgstr ""
+
+#: ../python/pakfire/repository/remote.py:172
+#, python-format
+msgid "Could not update metadata for %s from any mirror server"
+msgstr ""
+
+#: ../python/pakfire/repository/remote.py:181
+msgid "The downloaded metadata was less recent than the current one."
+msgstr ""
+
+#: ../python/pakfire/repository/remote.py:220
+#, python-format
+msgid "Cannot download package database for %s in offline mode."
+msgstr ""
+
+#: ../python/pakfire/repository/remote.py:231
+#, python-format
+msgid "%s: package database"
+msgstr "%s ប្រអប់ដែលតាបេស"
+
+#: ../python/pakfire/repository/remote.py:305
+#, python-format
+msgid "Cannot download this file in offline mode: %s"
+msgstr ""
+
+#: ../python/pakfire/repository/remote.py:311
+#, python-format
+msgid "Could not download %s: %s"
+msgstr ""
+
+#: ../python/pakfire/repository/remote.py:336
+msgid "The checksum of the downloaded file did not match."
+msgstr ""
+
+#: ../python/pakfire/repository/remote.py:337
+#, python-format
+msgid "Expected %(good)s but got %(bad)s."
+msgstr ""
+
+#: ../python/pakfire/repository/remote.py:338
+msgid "Trying an other mirror."
+msgstr ""
+
+#. Create a progressbar.
+#: ../python/pakfire/repository/system.py:66
+msgid "Loading installed packages"
+msgstr ""
+
+#: ../python/pakfire/satsolver.py:199 ../python/pakfire/satsolver.py:225
+msgid "The solver returned one problem:"
+msgstr ""
+
+#. Ask the user if he or she want to modify the request. If not, just exit.
+#: ../python/pakfire/satsolver.py:241
+msgid "Do you want to manually alter the request?"
+msgstr ""
+
+#: ../python/pakfire/satsolver.py:244
+msgid "You can now try to satisfy the solver by modifying your request."
+msgstr ""
+
+#: ../python/pakfire/satsolver.py:249
+msgid "Which problem to you want to resolve?"
+msgstr ""
+
+#: ../python/pakfire/satsolver.py:251
+msgid "Press enter to try to re-solve the request."
+msgstr ""
+
+#: ../python/pakfire/satsolver.py:282
+#, python-format
+msgid "    Solution: %s"
+msgstr ""
+
+#: ../python/pakfire/satsolver.py:291
+msgid "    Solutions:"
+msgstr ""
+
+#: ../python/pakfire/server.py:279 ../python/pakfire/system.py:132
+msgid "Could not be determined"
+msgstr ""
+
+#: ../python/pakfire/transaction.py:94
+#, python-format
+msgid "file %(name)s from %(pkg1)s conflicts with file from package %(pkg2)s"
+msgstr ""
+
+#: ../python/pakfire/transaction.py:100
+#, python-format
+msgid "file %(name)s from %(pkg)s conflicts with files from %(pkgs)s"
+msgstr ""
+
+#: ../python/pakfire/transaction.py:106
+#, python-format
+msgid ""
+"file %(name)s causes the transaction test to fail for an unknown reason"
+msgstr ""
+
+#: ../python/pakfire/transaction.py:114
+#, 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:327
+#, python-format
+msgid "Not enough space to download %s of packages."
+msgstr ""
+
+#: ../python/pakfire/transaction.py:330
+msgid "Downloading packages:"
+msgstr ""
+
+#: ../python/pakfire/transaction.py:404
+msgid "Package"
+msgstr "ប្រអប់"
+
+#: ../python/pakfire/transaction.py:409
+msgid "Installing:"
+msgstr "ការតំឡើង"
+
+#: ../python/pakfire/transaction.py:410
+msgid "Reinstalling:"
+msgstr ""
+
+#: ../python/pakfire/transaction.py:411
+msgid "Updating:"
+msgstr "ការធ្វើបច្ចុប្បន្នភាព"
+
+#: ../python/pakfire/transaction.py:412
+msgid "Downgrading:"
+msgstr ""
+
+#: ../python/pakfire/transaction.py:413
+msgid "Removing:"
+msgstr "ការលុប"
+
+#: ../python/pakfire/transaction.py:419
+msgid "Transaction Summary"
+msgstr "ប្រត្តិបត្តការសង្ខេប"
+
+#: ../python/pakfire/transaction.py:426
+msgid "package"
+msgstr ""
+
+#: ../python/pakfire/transaction.py:432
+#, python-format
+msgid "Total download size: %s"
+msgstr "ទំហំទាញយកសរុប​ %s"
+
+#: ../python/pakfire/transaction.py:436
+#, python-format
+msgid "Installed size: %s"
+msgstr ""
+
+#: ../python/pakfire/transaction.py:439
+#, python-format
+msgid "Freed size: %s"
+msgstr ""
+
+#: ../python/pakfire/transaction.py:450
+msgid "Is this okay?"
+msgstr "តើនេះត្រឹមត្រូវ"
+
+#: ../python/pakfire/transaction.py:456
+msgid "Running Transaction Test"
+msgstr ""
+
+#: ../python/pakfire/transaction.py:468
+msgid "Transaction Test Succeeded"
+msgstr ""
+
+#. Make a nice progressbar.
+#: ../python/pakfire/transaction.py:501
+msgid "Verifying signatures..."
+msgstr ""
+
+#: ../python/pakfire/transaction.py:533
+#, python-format
+msgid "Found %s signature error(s)!"
+msgstr ""
+
+#: ../python/pakfire/transaction.py:538
+msgid "Going on because we are running in permissive mode."
+msgstr ""
+
+#: ../python/pakfire/transaction.py:539
+msgid "This is dangerous!"
+msgstr ""
+
+#: ../python/pakfire/transaction.py:560
+msgid "Running transaction"
+msgstr ""
+
+#: ../python/pakfire/util.py:68
+#, python-format
+msgid "%s [y/N]"
+msgstr "%s [បាទ/ទេ]"
+
+#: ../python/pakfire/util.py:260
+msgid "Killing orphans..."
+msgstr ""
+
+#: ../python/pakfire/util.py:267
+#, python-format
+msgid "Process ID %s is still running in chroot. Killing..."
+msgstr ""
+
+#: ../python/pakfire/util.py:279
+msgid "Waiting for processes to terminate..."
+msgstr ""
+
+#: ../python/src/problem.c:159
+#, c-format
+msgid "%s does not belong to a distupgrade repository"
+msgstr ""
+
+#: ../python/src/problem.c:166
+#, c-format
+msgid "%s has inferior architecture"
+msgstr ""
+
+#: ../python/src/problem.c:173
+#, c-format
+msgid "problem with installed package %s"
+msgstr ""
+
+#: ../python/src/problem.c:179
+#, c-format
+msgid "conflicting requests"
+msgstr ""
+
+#: ../python/src/problem.c:184
+#, c-format
+msgid "nothing provides requested %s"
+msgstr ""
+
+#: ../python/src/problem.c:190
+#, c-format
+msgid "some dependency problem"
+msgstr ""
+
+#: ../python/src/problem.c:195
+#, c-format
+msgid "package %s is not installable"
+msgstr ""
+
+#: ../python/src/problem.c:202
+#, c-format
+msgid "nothing provides %s needed by %s"
+msgstr ""
+
+#: ../python/src/problem.c:209
+#, c-format
+msgid "cannot install both %s and %s"
+msgstr ""
+
+#: ../python/src/problem.c:216
+#, c-format
+msgid "package %s conflicts with %s provided by %s"
+msgstr ""
+
+#: ../python/src/problem.c:224
+#, c-format
+msgid "package %s obsoletes %s provided by %s"
+msgstr ""
+
+#: ../python/src/problem.c:232
+#, c-format
+msgid "installed package %s obsoletes %s provided by %s"
+msgstr "កម្មវិធីតំឡើងរួច %s obsoletes %s provided by %s"
+
+#: ../python/src/problem.c:240
+#, c-format
+msgid "package %s implicitely obsoletes %s provided by %s"
+msgstr "កម្មវិធី %s implicitely obsoletes %s provided by %s"
+
+#: ../python/src/problem.c:248
+#, c-format
+msgid "package %s requires %s, but none of the providers can be installed"
+msgstr "កម្មវិធី %s តំរូវ %s, ប៉ុន្តែមិនមាន providers អាចតំឡើង"
+
+#: ../python/src/problem.c:255
+#, c-format
+msgid "package %s conflicts with %s provided by itself"
+msgstr "កម្មវិធី %s ស្ទួបជាមួយ %s ផ្តល់ដោយខ្លួនឯង"
+
+#: ../python/src/problem.c:264
+#, c-format
+msgid "bad rule type"
+msgstr "ប្រភេទវិន័យអាក្រក់"
+
+#: ../python/src/solution.c:86
+#, c-format
+msgid "do not keep %s installed"
+msgstr "កុំរក្សា %s បានតំឡើង"
+
+#: ../python/src/solution.c:89
+#, c-format
+msgid "do not install a solvable %s"
+msgstr "កុំតំឡើង solvable %s"
+
+#: ../python/src/solution.c:92
+#, c-format
+msgid "do not install %s"
+msgstr "កុំតំឡើង %s"
+
+#: ../python/src/solution.c:98
+#, c-format
+msgid "do not forbid installation of %s"
+msgstr "កុំហាមឃាត់ការតំឡើង %s"
+
+#: ../python/src/solution.c:101
+#, c-format
+msgid "do not deinstall all solvables %s"
+msgstr "កុំតំឡើងឡើងវិញទាំងអស់ %s"
+
+#: ../python/src/solution.c:104
+#, c-format
+msgid "do not deinstall %s"
+msgstr "កុំតំឡើងឡើងវិញ %s"
+
+#: ../python/src/solution.c:109
+#, c-format
+msgid "do not install most recent version of %s"
+msgstr ""
+
+#: ../python/src/solution.c:114
+#, c-format
+msgid "do not lock %s"
+msgstr ""
+
+#: ../python/src/solution.c:119
+#, c-format
+msgid "do something different"
+msgstr ""
+
+#: ../python/src/solution.c:126
+#, c-format
+msgid "keep %s despite the inferior architecture"
+msgstr ""
+
+#: ../python/src/solution.c:129
+#, c-format
+msgid "install %s despite the inferior architecture"
+msgstr ""
+
+#: ../python/src/solution.c:135
+#, c-format
+msgid "keep obsolete %s"
+msgstr ""
+
+#: ../python/src/solution.c:138
+#, c-format
+msgid "install %s from excluded repository"
+msgstr ""
+
+#: ../python/src/solution.c:150
+#, c-format
+msgid "allow downgrade of %s to %s"
+msgstr ""
+
+#: ../python/src/solution.c:154
+#, c-format
+msgid "allow architecture change of %s to %s"
+msgstr ""
+
+#: ../python/src/solution.c:159
+#, c-format
+msgid "allow vendor change from '%s' (%s) to '%s' (%s)"
+msgstr ""
+
+#: ../python/src/solution.c:163
+#, c-format
+msgid "allow vendor change from '%s' (%s) to no vendor (%s)"
+msgstr ""
+
+#: ../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:80
+msgid "Further description:"
+msgstr ""
index c1c67fbcc1674f9248cfcaf6b08187e2cac81e2f..21d0135d75d1b6c0e31909c7f3286e6d433efbeb 100644 (file)
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2012-07-26 19:43+0200\n"
+"POT-Creation-Date: 2012-10-21 13:52+0200\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"
@@ -27,80 +27,80 @@ msgstr ""
 msgid "%s has got no valid signatures"
 msgstr ""
 
-#: ../python/pakfire/actions.py:193
+#: ../python/pakfire/actions.py:202
 msgid "Could not handle scriptlet of unknown type. Skipping."
 msgstr ""
 
 #. This functions creates a fork with then chroots into the
 #. pakfire root if necessary and then compiles the given scriptlet
 #. code and runs it.
-#: ../python/pakfire/actions.py:196 ../python/pakfire/actions.py:266
+#: ../python/pakfire/actions.py:205 ../python/pakfire/actions.py:275
 msgid "Executing python scriptlet..."
 msgstr ""
 
-#: ../python/pakfire/actions.py:202
+#: ../python/pakfire/actions.py:211
 #, python-format
 msgid "Cannot run scriptlet because no interpreter is available: %s"
 msgstr ""
 
-#: ../python/pakfire/actions.py:206
+#: ../python/pakfire/actions.py:215
 #, python-format
 msgid "Cannot run scriptlet because the interpreter is not executable: %s"
 msgstr ""
 
-#: ../python/pakfire/actions.py:245
+#: ../python/pakfire/actions.py:254
 #, python-format
 msgid ""
 "The scriptlet returned an error:\n"
 "%s"
 msgstr ""
 
-#: ../python/pakfire/actions.py:248
+#: ../python/pakfire/actions.py:257
 #, python-format
 msgid "The scriptlet ran more than %s seconds and was killed."
 msgstr ""
 
-#: ../python/pakfire/actions.py:252
+#: ../python/pakfire/actions.py:261
 #, python-format
 msgid ""
 "The scriptlet returned with an unhandled error:\n"
 "%s"
 msgstr ""
 
-#: ../python/pakfire/actions.py:291
+#: ../python/pakfire/actions.py:300
 #, python-format
 msgid "Exception occured: %s"
 msgstr ""
 
-#: ../python/pakfire/actions.py:364 ../python/pakfire/actions.py:402
-#: ../python/pakfire/actions.py:424 ../python/pakfire/actions.py:446
-#: ../python/pakfire/actions.py:463 ../python/pakfire/actions.py:482
+#: ../python/pakfire/actions.py:373 ../python/pakfire/actions.py:411
+#: ../python/pakfire/actions.py:433 ../python/pakfire/actions.py:455
+#: ../python/pakfire/actions.py:472 ../python/pakfire/actions.py:491
 #, python-format
 msgid "Running transaction test for %s"
 msgstr ""
 
-#: ../python/pakfire/actions.py:373
+#: ../python/pakfire/actions.py:382
 msgid "Installing"
 msgstr ""
 
-#: ../python/pakfire/actions.py:411
+#: ../python/pakfire/actions.py:420
 msgid "Updating"
 msgstr ""
 
-#: ../python/pakfire/actions.py:430
+#: ../python/pakfire/actions.py:439
 msgid "Removing"
 msgstr ""
 
 #. Cleaning up leftover files and stuff.
-#: ../python/pakfire/actions.py:453
+#: ../python/pakfire/actions.py:462
 msgid "Cleanup"
 msgstr ""
 
-#: ../python/pakfire/actions.py:475
+#: ../python/pakfire/actions.py:484
 msgid "Reinstalling"
 msgstr ""
 
-#: ../python/pakfire/actions.py:491
+#: ../python/pakfire/actions.py:500
 msgid "Downgrading"
 msgstr ""
 
@@ -139,15 +139,15 @@ msgstr ""
 msgid "\"%s\" package does not seem to be installed."
 msgstr ""
 
-#: ../python/pakfire/base.py:688
+#: ../python/pakfire/base.py:692
 msgid "Build command has failed."
 msgstr ""
 
-#: ../python/pakfire/base.py:723
+#: ../python/pakfire/base.py:733
 msgid "New repository"
 msgstr ""
 
-#: ../python/pakfire/base.py:764
+#: ../python/pakfire/base.py:774
 msgid "Everything is fine."
 msgstr ""
 
@@ -191,84 +191,84 @@ msgstr ""
 msgid "Could not find makefile in build root: %s"
 msgstr ""
 
-#: ../python/pakfire/builder.py:744
+#: ../python/pakfire/builder.py:747
 msgid "Build failed."
 msgstr ""
 
-#: ../python/pakfire/builder.py:746
+#: ../python/pakfire/builder.py:749
 msgid "The build command failed. See logfile for details."
 msgstr ""
 
-#: ../python/pakfire/builder.py:760
+#: ../python/pakfire/builder.py:767
 msgid "Running installation test..."
 msgstr ""
 
-#: ../python/pakfire/builder.py:767
+#: ../python/pakfire/builder.py:774
 msgid "Installation test succeeded."
 msgstr ""
 
 #. Create a progressbar.
-#: ../python/pakfire/builder.py:804
+#: ../python/pakfire/builder.py:811
 msgid "Signing packages..."
 msgstr ""
 
-#: ../python/pakfire/builder.py:838
+#: ../python/pakfire/builder.py:845
 msgid "Dumping package information:"
 msgstr ""
 
 #. Walk through the whole tree and collect all files
 #. that are on the same disk (not crossing mountpoints).
-#: ../python/pakfire/builder.py:868
+#: ../python/pakfire/builder.py:875
 msgid "Creating filelist..."
 msgstr ""
 
 #. Create a nice progressbar.
-#: ../python/pakfire/builder.py:887
+#: ../python/pakfire/builder.py:894
 msgid "Compressing files..."
 msgstr ""
 
-#: ../python/pakfire/builder.py:906
+#: ../python/pakfire/builder.py:913
 #, python-format
 msgid "Cache file was successfully created at %s."
 msgstr ""
 
-#: ../python/pakfire/builder.py:907
+#: ../python/pakfire/builder.py:914
 #, 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:918
+#: ../python/pakfire/builder.py:925
 msgid "Extracting files..."
 msgstr ""
 
 #. Update all packages.
-#: ../python/pakfire/builder.py:938
+#: ../python/pakfire/builder.py:945
 msgid "Updating packages from cache..."
 msgstr ""
 
 #. Package the result.
 #. Make all these little package from the build environment.
-#: ../python/pakfire/builder.py:1076
+#: ../python/pakfire/builder.py:1093
 msgid "Creating packages:"
 msgstr ""
 
 #. Execute the buildscript of this stage.
-#: ../python/pakfire/builder.py:1090
+#: ../python/pakfire/builder.py:1107
 #, python-format
 msgid "Running stage %s:"
 msgstr ""
 
-#: ../python/pakfire/builder.py:1108
+#: ../python/pakfire/builder.py:1125
 #, python-format
 msgid "Could not remove static libraries: %s"
 msgstr ""
 
-#: ../python/pakfire/builder.py:1114
+#: ../python/pakfire/builder.py:1131
 msgid "Compressing man pages did not complete successfully."
 msgstr ""
 
-#: ../python/pakfire/builder.py:1134
+#: ../python/pakfire/builder.py:1151
 msgid "Extracting debuginfo did not complete with success. Aborting build."
 msgstr ""
 
@@ -308,583 +308,591 @@ msgstr ""
 msgid "Give name of at least one package to install."
 msgstr ""
 
-#: ../python/pakfire/cli.py:156
-msgid "Reinstall one or more packages."
+#: ../python/pakfire/cli.py:152
+msgid "Don't install recommended packages."
 msgstr ""
 
 #: ../python/pakfire/cli.py:158
+msgid "Reinstall one or more packages."
+msgstr ""
+
+#: ../python/pakfire/cli.py:160
 msgid "Give name of at least one package to reinstall."
 msgstr ""
 
-#: ../python/pakfire/cli.py:164
+#: ../python/pakfire/cli.py:166
 msgid "Remove one or more packages from the system."
 msgstr ""
 
-#: ../python/pakfire/cli.py:166
+#: ../python/pakfire/cli.py:168
 msgid "Give name of at least one package to remove."
 msgstr ""
 
-#: ../python/pakfire/cli.py:172
+#: ../python/pakfire/cli.py:174
 msgid "Give a name of a package to update or leave emtpy for all."
 msgstr ""
 
-#: ../python/pakfire/cli.py:174
+#: ../python/pakfire/cli.py:176
 msgid "Exclude package from update."
 msgstr ""
 
-#: ../python/pakfire/cli.py:176 ../python/pakfire/cli.py:201
+#: ../python/pakfire/cli.py:178 ../python/pakfire/cli.py:203
 msgid "Allow changing the vendor of packages."
 msgstr ""
 
-#: ../python/pakfire/cli.py:178 ../python/pakfire/cli.py:203
+#: ../python/pakfire/cli.py:180 ../python/pakfire/cli.py:205
 msgid "Allow changing the architecture of packages."
 msgstr ""
 
-#: ../python/pakfire/cli.py:183
+#: ../python/pakfire/cli.py:185
 msgid "Update the whole system or one specific package."
 msgstr ""
 
-#: ../python/pakfire/cli.py:190
+#: ../python/pakfire/cli.py:192
 msgid "Check, if there are any updates available."
 msgstr ""
 
-#: ../python/pakfire/cli.py:197
+#: ../python/pakfire/cli.py:199
 msgid "Downgrade one or more packages."
 msgstr ""
 
-#: ../python/pakfire/cli.py:199
+#: ../python/pakfire/cli.py:201
 msgid "Give a name of a package to downgrade."
 msgstr ""
 
-#: ../python/pakfire/cli.py:209
+#: ../python/pakfire/cli.py:211
 msgid "Print some information about the given package(s)."
 msgstr ""
 
-#: ../python/pakfire/cli.py:211
+#: ../python/pakfire/cli.py:213
 msgid "Give at least the name of one package."
 msgstr ""
 
-#: ../python/pakfire/cli.py:217
+#: ../python/pakfire/cli.py:219
 msgid "Search for a given pattern."
 msgstr ""
 
-#: ../python/pakfire/cli.py:219
+#: ../python/pakfire/cli.py:221
 msgid "A pattern to search for."
 msgstr ""
 
-#: ../python/pakfire/cli.py:225
+#: ../python/pakfire/cli.py:227
 msgid "Get a list of packages that provide a given file or feature."
 msgstr ""
 
-#: ../python/pakfire/cli.py:227
+#: ../python/pakfire/cli.py:229
 msgid "File or feature to search for."
 msgstr ""
 
-#: ../python/pakfire/cli.py:233
+#: ../python/pakfire/cli.py:235
 msgid "Get list of packages that belong to the given group."
 msgstr ""
 
-#: ../python/pakfire/cli.py:235
+#: ../python/pakfire/cli.py:237
 msgid "Group name to search for."
 msgstr ""
 
-#: ../python/pakfire/cli.py:241
+#: ../python/pakfire/cli.py:243
 msgid "Install all packages that belong to the given group."
 msgstr ""
 
-#: ../python/pakfire/cli.py:243
+#: ../python/pakfire/cli.py:245
 msgid "Group name."
 msgstr ""
 
-#: ../python/pakfire/cli.py:249
+#: ../python/pakfire/cli.py:251
 msgid "List all currently enabled repositories."
 msgstr ""
 
-#: ../python/pakfire/cli.py:253
+#: ../python/pakfire/cli.py:255
 msgid "Cleanup commands."
 msgstr ""
 
-#: ../python/pakfire/cli.py:261
+#: ../python/pakfire/cli.py:263
 msgid "Cleanup all temporary files."
 msgstr ""
 
-#: ../python/pakfire/cli.py:267
+#: ../python/pakfire/cli.py:269
 msgid "Check the system for any errors."
 msgstr ""
 
-#: ../python/pakfire/cli.py:273
+#: ../python/pakfire/cli.py:275
 msgid "Check the dependencies for a particular package."
 msgstr ""
 
-#: ../python/pakfire/cli.py:275
+#: ../python/pakfire/cli.py:277
 msgid "Give name of at least one package to check."
 msgstr ""
 
-#: ../python/pakfire/cli.py:348 ../python/pakfire/transaction.py:405
+#: ../python/pakfire/cli.py:352 ../python/pakfire/transaction.py:405
 msgid "Repository"
 msgstr ""
 
-#: ../python/pakfire/cli.py:348
+#: ../python/pakfire/cli.py:352
 msgid "Enabled"
 msgstr ""
 
-#: ../python/pakfire/cli.py:348 ../python/pakfire/cli.py:1051
+#: ../python/pakfire/cli.py:352 ../python/pakfire/cli.py:1058
 msgid "Priority"
 msgstr ""
 
-#: ../python/pakfire/cli.py:348 ../python/pakfire/cli.py:1096
+#: ../python/pakfire/cli.py:352 ../python/pakfire/cli.py:1103
 msgid "Packages"
 msgstr ""
 
-#: ../python/pakfire/cli.py:360
+#: ../python/pakfire/cli.py:364
 msgid "Cleaning up everything..."
 msgstr ""
 
-#: ../python/pakfire/cli.py:381
+#: ../python/pakfire/cli.py:385
 msgid "You cannot run pakfire-builder in a pakfire chroot."
 msgstr ""
 
-#: ../python/pakfire/cli.py:384 ../python/pakfire/cli.py:734
+#: ../python/pakfire/cli.py:388 ../python/pakfire/cli.py:738
 msgid "Pakfire builder command line interface."
 msgstr ""
 
-#: ../python/pakfire/cli.py:444
+#: ../python/pakfire/cli.py:448
 msgid "Update the package indexes."
 msgstr ""
 
-#: ../python/pakfire/cli.py:450 ../python/pakfire/cli.py:754
+#: ../python/pakfire/cli.py:454 ../python/pakfire/cli.py:758
 msgid "Build one or more packages."
 msgstr ""
 
-#: ../python/pakfire/cli.py:452 ../python/pakfire/cli.py:643
-#: ../python/pakfire/cli.py:756
+#: ../python/pakfire/cli.py:456 ../python/pakfire/cli.py:647
+#: ../python/pakfire/cli.py:760
 msgid "Give name of at least one package to build."
 msgstr ""
 
-#: ../python/pakfire/cli.py:456 ../python/pakfire/cli.py:760
-#: ../python/pakfire/cli.py:847
+#: ../python/pakfire/cli.py:460 ../python/pakfire/cli.py:764
+#: ../python/pakfire/cli.py:854
 msgid "Build the package for the given architecture."
 msgstr ""
 
-#: ../python/pakfire/cli.py:458 ../python/pakfire/cli.py:488
-#: ../python/pakfire/cli.py:762
+#: ../python/pakfire/cli.py:462 ../python/pakfire/cli.py:492
+#: ../python/pakfire/cli.py:766
 msgid "Path were the output files should be copied to."
 msgstr ""
 
-#: ../python/pakfire/cli.py:460 ../python/pakfire/cli.py:477
-#: ../python/pakfire/cli.py:764
+#: ../python/pakfire/cli.py:464 ../python/pakfire/cli.py:481
+#: ../python/pakfire/cli.py:768
 msgid "Mode to run in. Is either 'release' or 'development' (default)."
 msgstr ""
 
-#: ../python/pakfire/cli.py:462
+#: ../python/pakfire/cli.py:466
 msgid "Run a shell after a successful build."
 msgstr ""
 
-#: ../python/pakfire/cli.py:464
+#: ../python/pakfire/cli.py:468
 msgid "Do not perform the install test."
 msgstr ""
 
-#: ../python/pakfire/cli.py:469
+#: ../python/pakfire/cli.py:473
 msgid "Go into a shell."
 msgstr ""
 
-#: ../python/pakfire/cli.py:471
+#: ../python/pakfire/cli.py:475
 msgid "Give name of a package."
 msgstr ""
 
-#: ../python/pakfire/cli.py:475
+#: ../python/pakfire/cli.py:479
 msgid "Emulated architecture in the shell."
 msgstr ""
 
-#: ../python/pakfire/cli.py:482
+#: ../python/pakfire/cli.py:486
 msgid "Generate a source package."
 msgstr ""
 
-#: ../python/pakfire/cli.py:484
+#: ../python/pakfire/cli.py:488
 msgid "Give name(s) of a package(s)."
 msgstr ""
 
-#: ../python/pakfire/cli.py:493
+#: ../python/pakfire/cli.py:497
 msgid "Create a build environment cache."
 msgstr ""
 
-#: ../python/pakfire/cli.py:503
+#: ../python/pakfire/cli.py:507
 msgid "Create a new build environment cache."
 msgstr ""
 
-#: ../python/pakfire/cli.py:508
+#: ../python/pakfire/cli.py:512
 msgid "Remove all cached build environments."
 msgstr ""
 
-#: ../python/pakfire/cli.py:588
+#: ../python/pakfire/cli.py:592
 #, python-format
 msgid "Removing environment cache file: %s..."
 msgstr ""
 
-#: ../python/pakfire/cli.py:594
+#: ../python/pakfire/cli.py:598
 #, python-format
 msgid "Could not remove file: %s"
 msgstr ""
 
-#: ../python/pakfire/cli.py:600
+#: ../python/pakfire/cli.py:604
 msgid "Pakfire server command line interface."
 msgstr ""
 
-#: ../python/pakfire/cli.py:641
+#: ../python/pakfire/cli.py:645
 msgid "Send a scrach build job to the server."
 msgstr ""
 
-#: ../python/pakfire/cli.py:645
+#: ../python/pakfire/cli.py:649
 msgid "Limit build to only these architecture(s)."
 msgstr ""
 
-#: ../python/pakfire/cli.py:651
+#: ../python/pakfire/cli.py:655
 msgid "Send a keepalive to the server."
 msgstr ""
 
-#: ../python/pakfire/cli.py:658
+#: ../python/pakfire/cli.py:662
 msgid "Update all repositories."
 msgstr ""
 
-#: ../python/pakfire/cli.py:664
+#: ../python/pakfire/cli.py:668
 msgid "Repository management commands."
 msgstr ""
 
-#: ../python/pakfire/cli.py:672
+#: ../python/pakfire/cli.py:676
 msgid "Create a new repository index."
 msgstr ""
 
-#: ../python/pakfire/cli.py:674
+#: ../python/pakfire/cli.py:678
 msgid "Path to the packages."
 msgstr ""
 
-#: ../python/pakfire/cli.py:676
+#: ../python/pakfire/cli.py:680
 msgid "Path to input packages."
 msgstr ""
 
-#: ../python/pakfire/cli.py:678
+#: ../python/pakfire/cli.py:682
 msgid "Key to sign the repository with."
 msgstr ""
 
-#: ../python/pakfire/cli.py:683
+#: ../python/pakfire/cli.py:687
 msgid "Dump some information about this machine."
 msgstr ""
 
-#: ../python/pakfire/cli.py:766
+#: ../python/pakfire/cli.py:770
 msgid "Do not verify build dependencies."
 msgstr ""
 
-#: ../python/pakfire/cli.py:799
+#: ../python/pakfire/cli.py:772
+msgid "Only run the prepare stage."
+msgstr ""
+
+#: ../python/pakfire/cli.py:806
 msgid "Pakfire client command line interface."
 msgstr ""
 
-#: ../python/pakfire/cli.py:841
+#: ../python/pakfire/cli.py:848
 msgid "Build a package remotely."
 msgstr ""
 
-#: ../python/pakfire/cli.py:843
+#: ../python/pakfire/cli.py:850
 msgid "Give name of a package to build."
 msgstr ""
 
-#: ../python/pakfire/cli.py:852
+#: ../python/pakfire/cli.py:859
 msgid "Print some information about this host."
 msgstr ""
 
-#: ../python/pakfire/cli.py:858
+#: ../python/pakfire/cli.py:865
 msgid "Check the connection to the hub."
 msgstr ""
 
-#: ../python/pakfire/cli.py:863
+#: ../python/pakfire/cli.py:870
 msgid "Show information about build jobs."
 msgstr ""
 
-#: ../python/pakfire/cli.py:873
+#: ../python/pakfire/cli.py:880
 msgid "Show a list of all active jobs."
 msgstr ""
 
-#: ../python/pakfire/cli.py:878
+#: ../python/pakfire/cli.py:885
 msgid "Show a list of all recently finished of failed build jobs."
 msgstr ""
 
-#: ../python/pakfire/cli.py:883
+#: ../python/pakfire/cli.py:890
 msgid "Show details about given build job."
 msgstr ""
 
-#: ../python/pakfire/cli.py:884
+#: ../python/pakfire/cli.py:891
 msgid "The ID of the build job."
 msgstr ""
 
-#: ../python/pakfire/cli.py:889
+#: ../python/pakfire/cli.py:896
 msgid "Show information about builds."
 msgstr ""
 
-#: ../python/pakfire/cli.py:897
+#: ../python/pakfire/cli.py:904
 msgid "Show details about the given build."
 msgstr ""
 
-#: ../python/pakfire/cli.py:898
+#: ../python/pakfire/cli.py:905
 msgid "The ID of the build."
 msgstr ""
 
-#: ../python/pakfire/cli.py:903
+#: ../python/pakfire/cli.py:910
 msgid "Test the connection to the hub."
 msgstr ""
 
-#: ../python/pakfire/cli.py:904
+#: ../python/pakfire/cli.py:911
 msgid "Error code to test."
 msgstr ""
 
-#: ../python/pakfire/cli.py:952 ../python/pakfire/server.py:303
+#: ../python/pakfire/cli.py:959 ../python/pakfire/server.py:303
 msgid "Hostname"
 msgstr ""
 
-#: ../python/pakfire/cli.py:953
+#: ../python/pakfire/cli.py:960
 msgid "Pakfire hub"
 msgstr ""
 
-#: ../python/pakfire/cli.py:956
+#: ../python/pakfire/cli.py:963
 msgid "Username"
 msgstr ""
 
 #. Hardware information
-#: ../python/pakfire/cli.py:960 ../python/pakfire/server.py:307
+#: ../python/pakfire/cli.py:967 ../python/pakfire/server.py:307
 msgid "Hardware information"
 msgstr ""
 
-#: ../python/pakfire/cli.py:961 ../python/pakfire/server.py:308
+#: ../python/pakfire/cli.py:968 ../python/pakfire/server.py:308
 msgid "CPU model"
 msgstr ""
 
-#: ../python/pakfire/cli.py:962 ../python/pakfire/server.py:309
+#: ../python/pakfire/cli.py:969 ../python/pakfire/server.py:309
 msgid "Memory"
 msgstr ""
 
-#: ../python/pakfire/cli.py:963
+#: ../python/pakfire/cli.py:970
 msgid "Parallelism"
 msgstr ""
 
-#: ../python/pakfire/cli.py:965 ../python/pakfire/server.py:311
+#: ../python/pakfire/cli.py:972 ../python/pakfire/server.py:311
 msgid "Native arch"
 msgstr ""
 
-#: ../python/pakfire/cli.py:967
+#: ../python/pakfire/cli.py:974
 msgid "Default arch"
 msgstr ""
 
-#: ../python/pakfire/cli.py:969 ../python/pakfire/server.py:313
+#: ../python/pakfire/cli.py:976 ../python/pakfire/server.py:313
 msgid "Supported arches"
 msgstr ""
 
-#: ../python/pakfire/cli.py:982
+#: ../python/pakfire/cli.py:989
 msgid "Your IP address"
 msgstr ""
 
-#: ../python/pakfire/cli.py:987
+#: ../python/pakfire/cli.py:994
 msgid "You are authenticated to the build service:"
 msgstr ""
 
-#: ../python/pakfire/cli.py:993
+#: ../python/pakfire/cli.py:1000
 msgid "User name"
 msgstr ""
 
-#: ../python/pakfire/cli.py:994
+#: ../python/pakfire/cli.py:1001
 msgid "Real name"
 msgstr ""
 
-#: ../python/pakfire/cli.py:995
+#: ../python/pakfire/cli.py:1002
 msgid "Email address"
 msgstr ""
 
-#: ../python/pakfire/cli.py:996
+#: ../python/pakfire/cli.py:1003
 msgid "Registered"
 msgstr ""
 
-#: ../python/pakfire/cli.py:1003
+#: ../python/pakfire/cli.py:1010
 msgid "You could not be authenticated to the build service."
 msgstr ""
 
-#: ../python/pakfire/cli.py:1024
+#: ../python/pakfire/cli.py:1031
 msgid "No ongoing jobs found."
 msgstr ""
 
-#: ../python/pakfire/cli.py:1027
+#: ../python/pakfire/cli.py:1034
 msgid "Active build jobs"
 msgstr ""
 
-#: ../python/pakfire/cli.py:1033
+#: ../python/pakfire/cli.py:1040
 msgid "No jobs found."
 msgstr ""
 
-#: ../python/pakfire/cli.py:1036
+#: ../python/pakfire/cli.py:1043
 msgid "Recently processed build jobs"
 msgstr ""
 
-#: ../python/pakfire/cli.py:1043
+#: ../python/pakfire/cli.py:1050
 #, python-format
 msgid "A build with ID %s could not be found."
 msgstr ""
 
-#: ../python/pakfire/cli.py:1046
+#: ../python/pakfire/cli.py:1053
 #, python-format
 msgid "Build: %(name)s"
 msgstr ""
 
-#: ../python/pakfire/cli.py:1050 ../python/pakfire/cli.py:1078
+#: ../python/pakfire/cli.py:1057 ../python/pakfire/cli.py:1085
 msgid "State"
 msgstr ""
 
-#: ../python/pakfire/cli.py:1054
+#: ../python/pakfire/cli.py:1061
 msgid "Jobs"
 msgstr ""
 
-#: ../python/pakfire/cli.py:1067
+#: ../python/pakfire/cli.py:1074
 #, python-format
 msgid "A job with ID %s could not be found."
 msgstr ""
 
-#: ../python/pakfire/cli.py:1074
+#: ../python/pakfire/cli.py:1081
 #, python-format
 msgid "Job: %(name)s"
 msgstr ""
 
-#: ../python/pakfire/cli.py:1079 ../python/pakfire/packages/base.py:107
+#: ../python/pakfire/cli.py:1086 ../python/pakfire/packages/base.py:107
 #: ../python/pakfire/transaction.py:404
 msgid "Arch"
 msgstr ""
 
-#: ../python/pakfire/cli.py:1084 ../python/pakfire/packages/base.py:142
+#: ../python/pakfire/cli.py:1091 ../python/pakfire/packages/base.py:142
 msgid "Build host"
 msgstr ""
 
-#: ../python/pakfire/cli.py:1089
+#: ../python/pakfire/cli.py:1096
 msgid "Time created"
 msgstr ""
 
-#: ../python/pakfire/cli.py:1090
+#: ../python/pakfire/cli.py:1097
 msgid "Time started"
 msgstr ""
 
-#: ../python/pakfire/cli.py:1091
+#: ../python/pakfire/cli.py:1098
 msgid "Time finished"
 msgstr ""
 
-#: ../python/pakfire/cli.py:1092
+#: ../python/pakfire/cli.py:1099
 msgid "Duration"
 msgstr ""
 
-#: ../python/pakfire/cli.py:1120
+#: ../python/pakfire/cli.py:1127
 msgid "Invalid error code given."
 msgstr ""
 
-#: ../python/pakfire/cli.py:1123
+#: ../python/pakfire/cli.py:1130
 #, python-format
 msgid "Reponse from the server: %s"
 msgstr ""
 
-#: ../python/pakfire/cli.py:1129
+#: ../python/pakfire/cli.py:1136
 msgid "Pakfire daemon command line interface."
 msgstr ""
 
-#: ../python/pakfire/cli.py:1157
+#: ../python/pakfire/cli.py:1164
 msgid "Pakfire key command line interface."
 msgstr ""
 
-#: ../python/pakfire/cli.py:1201 ../python/pakfire/cli.py:1211
+#: ../python/pakfire/cli.py:1208 ../python/pakfire/cli.py:1218
 msgid "Import a key from file."
 msgstr ""
 
-#: ../python/pakfire/cli.py:1203
+#: ../python/pakfire/cli.py:1210
 msgid "The real name of the owner of this key."
 msgstr ""
 
-#: ../python/pakfire/cli.py:1205
+#: ../python/pakfire/cli.py:1212
 msgid "The email address of the owner of this key."
 msgstr ""
 
-#: ../python/pakfire/cli.py:1213
+#: ../python/pakfire/cli.py:1220
 msgid "Filename of that key to import."
 msgstr ""
 
-#: ../python/pakfire/cli.py:1219
+#: ../python/pakfire/cli.py:1226
 msgid "Export a key to a file."
 msgstr ""
 
-#: ../python/pakfire/cli.py:1221
+#: ../python/pakfire/cli.py:1228
 msgid "The ID of the key to export."
 msgstr ""
 
-#: ../python/pakfire/cli.py:1223
+#: ../python/pakfire/cli.py:1230
 msgid "Write the key to this file."
 msgstr ""
 
-#: ../python/pakfire/cli.py:1225
+#: ../python/pakfire/cli.py:1232
 msgid "Export the secret key, too."
 msgstr ""
 
-#: ../python/pakfire/cli.py:1231
+#: ../python/pakfire/cli.py:1238
 msgid "Delete a key from the local keyring."
 msgstr ""
 
-#: ../python/pakfire/cli.py:1233
+#: ../python/pakfire/cli.py:1240
 msgid "The ID of the key to delete."
 msgstr ""
 
-#: ../python/pakfire/cli.py:1239
+#: ../python/pakfire/cli.py:1246
 msgid "List all imported keys."
 msgstr ""
 
-#: ../python/pakfire/cli.py:1245
+#: ../python/pakfire/cli.py:1252
 msgid "Sign one or more packages."
 msgstr ""
 
-#: ../python/pakfire/cli.py:1247
+#: ../python/pakfire/cli.py:1254
 msgid "Key that is used sign the package(s)."
 msgstr ""
 
-#: ../python/pakfire/cli.py:1249
+#: ../python/pakfire/cli.py:1256
 msgid "Package(s) to sign."
 msgstr ""
 
-#: ../python/pakfire/cli.py:1255
+#: ../python/pakfire/cli.py:1262
 msgid "Verify one or more packages."
 msgstr ""
 
-#: ../python/pakfire/cli.py:1259
+#: ../python/pakfire/cli.py:1266
 msgid "Package(s) to verify."
 msgstr ""
 
-#: ../python/pakfire/cli.py:1266
+#: ../python/pakfire/cli.py:1273
 msgid "Generating the key may take a moment..."
 msgstr ""
 
-#: ../python/pakfire/cli.py:1315
+#: ../python/pakfire/cli.py:1322
 #, python-format
 msgid "Signing %s..."
 msgstr ""
 
-#: ../python/pakfire/cli.py:1332
+#: ../python/pakfire/cli.py:1339
 #, python-format
 msgid "Verifying %s..."
 msgstr ""
 
-#: ../python/pakfire/cli.py:1342
+#: ../python/pakfire/cli.py:1349
 msgid "This signature is valid."
 msgstr ""
 
-#: ../python/pakfire/cli.py:1345
+#: ../python/pakfire/cli.py:1352
 msgid "Unknown key"
 msgstr ""
 
-#: ../python/pakfire/cli.py:1346
+#: ../python/pakfire/cli.py:1353
 msgid "Could not check if this signature is valid."
 msgstr ""
 
-#: ../python/pakfire/cli.py:1349 ../python/pakfire/keyring.py:96
+#: ../python/pakfire/cli.py:1356 ../python/pakfire/keyring.py:96
 #, python-format
 msgid "Created: %s"
 msgstr ""
 
-#: ../python/pakfire/cli.py:1353 ../python/pakfire/keyring.py:99
+#: ../python/pakfire/cli.py:1360 ../python/pakfire/keyring.py:99
 #, python-format
 msgid "Expires: %s"
 msgstr ""
@@ -1177,19 +1185,32 @@ msgstr ""
 msgid "Obsoletes"
 msgstr ""
 
-#: ../python/pakfire/packages/base.py:177
+#: ../python/pakfire/packages/base.py:174
+msgid "Recommends"
+msgstr ""
+
+#: ../python/pakfire/packages/base.py:179
+msgid "Suggests"
+msgstr ""
+
+#: ../python/pakfire/packages/base.py:187
 msgid "File"
 msgstr ""
 
-#: ../python/pakfire/packages/base.py:367
+#: ../python/pakfire/packages/base.py:377
 msgid "Not set"
 msgstr ""
 
-#: ../python/pakfire/packages/base.py:534
+#: ../python/pakfire/packages/base.py:564
 #, python-format
 msgid "Config file saved as %s."
 msgstr ""
 
+#: ../python/pakfire/packages/base.py:569
+#, python-format
+msgid "Preserving datafile '/%s'"
+msgstr ""
+
 #: ../python/pakfire/packages/file.py:93
 #, python-format
 msgid "Could not extract file: /%(src)s - %(dst)s"
@@ -1210,12 +1231,17 @@ msgstr ""
 msgid "Config file created as %s"
 msgstr ""
 
-#: ../python/pakfire/packages/file.py:326
+#: ../python/pakfire/packages/file.py:317
+#, python-format
+msgid "Don't overwrite already existing datafile '/%s'"
+msgstr ""
+
+#: ../python/pakfire/packages/file.py:331
 #, python-format
 msgid "Could not remove file: /%s"
 msgstr ""
 
-#: ../python/pakfire/packages/lexer.py:718
+#: ../python/pakfire/packages/lexer.py:753
 #, python-format
 msgid "Template does not exist: %s"
 msgstr ""
@@ -1228,29 +1254,29 @@ msgstr ""
 msgid "Package version is undefined."
 msgstr ""
 
-#: ../python/pakfire/packages/make.py:421
+#: ../python/pakfire/packages/make.py:434
 #, python-format
 msgid "Searching for automatic dependencies for %s..."
 msgstr ""
 
-#: ../python/pakfire/packages/make.py:475
+#: ../python/pakfire/packages/make.py:488
 #, 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:491
+#: ../python/pakfire/packages/make.py:504
 #, python-format
 msgid "Filter '%(pattern)s' filtered %(dep)s."
 msgstr ""
 
 #. Load progressbar.
-#: ../python/pakfire/packages/packager.py:394
-#: ../python/pakfire/packages/packager.py:689
+#: ../python/pakfire/packages/packager.py:398
+#: ../python/pakfire/packages/packager.py:712
 msgid "Packaging"
 msgstr ""
 
-#: ../python/pakfire/packages/packager.py:717
+#: ../python/pakfire/packages/packager.py:740
 #, python-format
 msgid "Building source package %s:"
 msgstr ""
@@ -1259,12 +1285,12 @@ msgstr ""
 msgid "The format of the database is not supported by this version of pakfire."
 msgstr ""
 
-#: ../python/pakfire/repository/database.py:231
+#: ../python/pakfire/repository/database.py:234
 #, python-format
 msgid "Cannot use database with version greater than %s."
 msgstr ""
 
-#: ../python/pakfire/repository/database.py:233
+#: ../python/pakfire/repository/database.py:236
 #, python-format
 msgid "Migrating database from format %(old)s to %(new)s."
 msgstr ""
@@ -1337,33 +1363,33 @@ msgstr ""
 msgid "Loading installed packages"
 msgstr ""
 
-#: ../python/pakfire/satsolver.py:199 ../python/pakfire/satsolver.py:225
+#: ../python/pakfire/satsolver.py:200 ../python/pakfire/satsolver.py:226
 msgid "The solver returned one problem:"
 msgstr ""
 
 #. Ask the user if he or she want to modify the request. If not, just exit.
-#: ../python/pakfire/satsolver.py:241
+#: ../python/pakfire/satsolver.py:242
 msgid "Do you want to manually alter the request?"
 msgstr ""
 
-#: ../python/pakfire/satsolver.py:244
+#: ../python/pakfire/satsolver.py:245
 msgid "You can now try to satisfy the solver by modifying your request."
 msgstr ""
 
-#: ../python/pakfire/satsolver.py:249
+#: ../python/pakfire/satsolver.py:250
 msgid "Which problem to you want to resolve?"
 msgstr ""
 
-#: ../python/pakfire/satsolver.py:251
+#: ../python/pakfire/satsolver.py:252
 msgid "Press enter to try to re-solve the request."
 msgstr ""
 
-#: ../python/pakfire/satsolver.py:282
+#: ../python/pakfire/satsolver.py:283
 #, python-format
 msgid "    Solution: %s"
 msgstr ""
 
-#: ../python/pakfire/satsolver.py:291
+#: ../python/pakfire/satsolver.py:292
 msgid "    Solutions:"
 msgstr ""
 
index 813ae65a87a6c65240d8ae3295a1c89a1f6bc3f3..e37c7c9cfba3ac6ece2b6b6134054b847df799b8 100644 (file)
@@ -6,17 +6,17 @@
 #   <andre@andremorro.com>, 2012.
 msgid ""
 msgstr ""
-"Project-Id-Version: The IPFire Project\n"
+"Project-Id-Version: IPFire Project\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2012-05-16 12:33+0000\n"
-"PO-Revision-Date: 2012-07-17 12:02+0000\n"
+"POT-Creation-Date: 2012-07-26 19:43+0200\n"
+"PO-Revision-Date: 2012-09-05 17:32+0000\n"
 "Last-Translator: andremorro <andre@andremorro.com>\n"
 "Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/ipfire/language/pt_BR/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Language: pt_BR\n"
-"Plural-Forms: nplurals=2; plural=(n > 1)\n"
+"Plural-Forms: nplurals=2; plural=(n > 1);\n"
 
 #: ../python/pakfire/actions.py:72
 #, python-format
@@ -54,7 +54,7 @@ msgstr ""
 msgid ""
 "The scriptlet returned an error:\n"
 "%s"
-msgstr ""
+msgstr "O scriptlet retornou um erro:\n%s"
 
 #: ../python/pakfire/actions.py:248
 #, python-format
@@ -82,20 +82,20 @@ msgstr ""
 
 #: ../python/pakfire/actions.py:373
 msgid "Installing"
-msgstr ""
+msgstr "Instalando"
 
 #: ../python/pakfire/actions.py:411
 msgid "Updating"
-msgstr ""
+msgstr "Atualizando"
 
 #: ../python/pakfire/actions.py:430
 msgid "Removing"
-msgstr ""
+msgstr "Removendo"
 
 #. Cleaning up leftover files and stuff.
 #: ../python/pakfire/actions.py:453
 msgid "Cleanup"
-msgstr ""
+msgstr "Limpeza"
 
 #: ../python/pakfire/actions.py:475
 msgid "Reinstalling"
@@ -103,7 +103,7 @@ msgstr ""
 
 #: ../python/pakfire/actions.py:491
 msgid "Downgrading"
-msgstr ""
+msgstr "Downgrading"
 
 #: ../python/pakfire/base.py:320
 msgid "Local install repository"
@@ -121,9 +121,9 @@ msgstr ""
 
 #: ../python/pakfire/base.py:387 ../python/pakfire/base.py:455
 #: ../python/pakfire/base.py:491 ../python/pakfire/base.py:553
-#: ../python/pakfire/base.py:574 ../python/pakfire/transaction.py:390
+#: ../python/pakfire/base.py:574 ../python/pakfire/transaction.py:396
 msgid "Nothing to do"
-msgstr ""
+msgstr "Nada a fazer"
 
 #: ../python/pakfire/base.py:412
 #, python-format
@@ -142,7 +142,7 @@ msgstr ""
 
 #: ../python/pakfire/base.py:688
 msgid "Build command has failed."
-msgstr ""
+msgstr "Comando de build falhou."
 
 #: ../python/pakfire/base.py:723
 msgid "New repository"
@@ -150,7 +150,7 @@ msgstr ""
 
 #: ../python/pakfire/base.py:764
 msgid "Everything is fine."
-msgstr ""
+msgstr "Tudo OK."
 
 #: ../python/pakfire/builder.py:144
 msgid "You have not set the distribution for which you want to build."
@@ -172,7 +172,7 @@ msgstr ""
 #. Log the package information.
 #: ../python/pakfire/builder.py:190
 msgid "Package information:"
-msgstr ""
+msgstr "Informações do pacote:"
 
 #. Install all packages.
 #: ../python/pakfire/builder.py:408
@@ -181,7 +181,7 @@ msgstr ""
 
 #: ../python/pakfire/builder.py:413
 msgid "Extracting"
-msgstr ""
+msgstr "Extraindo"
 
 #: ../python/pakfire/builder.py:714
 msgid "You cannot run a build when no package was given."
@@ -252,7 +252,7 @@ msgstr ""
 #. Make all these little package from the build environment.
 #: ../python/pakfire/builder.py:1076
 msgid "Creating packages:"
-msgstr ""
+msgstr "Criando pacotes:"
 
 #. Execute the buildscript of this stage.
 #: ../python/pakfire/builder.py:1090
@@ -295,11 +295,11 @@ msgstr "Desabilita repositório temporariamente."
 
 #: ../python/pakfire/cli.py:139
 msgid "Enable a repository temporarily."
-msgstr ""
+msgstr "Habilita temporariamente um repositório."
 
 #: ../python/pakfire/cli.py:143
 msgid "Run pakfire in offline mode."
-msgstr ""
+msgstr "Rodar pakfire em modo offline."
 
 #: ../python/pakfire/cli.py:148
 msgid "Install one or more packages to the system."
@@ -347,7 +347,7 @@ msgstr "Atualiza todo o sistema ou um pacote específico."
 
 #: ../python/pakfire/cli.py:190
 msgid "Check, if there are any updates available."
-msgstr ""
+msgstr "Analisa se há alguma atualização necessária."
 
 #: ../python/pakfire/cli.py:197
 msgid "Downgrade one or more packages."
@@ -403,25 +403,25 @@ msgstr "Lista todos os repositórios habilitados."
 
 #: ../python/pakfire/cli.py:253
 msgid "Cleanup commands."
-msgstr ""
+msgstr "Comandos de limpeza."
 
 #: ../python/pakfire/cli.py:261
 msgid "Cleanup all temporary files."
-msgstr ""
+msgstr "Limpa todos arquivos temporários"
 
 #: ../python/pakfire/cli.py:267
 msgid "Check the system for any errors."
-msgstr ""
+msgstr "Analisa o sistema em busca de erros."
 
 #: ../python/pakfire/cli.py:273
 msgid "Check the dependencies for a particular package."
-msgstr ""
+msgstr "Analisa as dependências para um pacote específico."
 
 #: ../python/pakfire/cli.py:275
 msgid "Give name of at least one package to check."
-msgstr ""
+msgstr "Fornece o nome ao menos de um pacote para análise."
 
-#: ../python/pakfire/cli.py:348 ../python/pakfire/transaction.py:399
+#: ../python/pakfire/cli.py:348 ../python/pakfire/transaction.py:405
 msgid "Repository"
 msgstr "Repositório"
 
@@ -429,17 +429,17 @@ msgstr "Repositório"
 msgid "Enabled"
 msgstr "Habilitado."
 
-#: ../python/pakfire/cli.py:348 ../python/pakfire/cli.py:1050
+#: ../python/pakfire/cli.py:348 ../python/pakfire/cli.py:1051
 msgid "Priority"
 msgstr "Prioridade"
 
-#: ../python/pakfire/cli.py:348 ../python/pakfire/cli.py:1095
+#: ../python/pakfire/cli.py:348 ../python/pakfire/cli.py:1096
 msgid "Packages"
-msgstr ""
+msgstr "Pacotes"
 
 #: ../python/pakfire/cli.py:360
 msgid "Cleaning up everything..."
-msgstr ""
+msgstr "Limpa tudo..."
 
 #: ../python/pakfire/cli.py:381
 msgid "You cannot run pakfire-builder in a pakfire chroot."
@@ -460,22 +460,22 @@ msgstr "Compilar um ou mais pacotes."
 #: ../python/pakfire/cli.py:452 ../python/pakfire/cli.py:643
 #: ../python/pakfire/cli.py:756
 msgid "Give name of at least one package to build."
-msgstr ""
+msgstr "Cite ao menos um pacote para a compilação."
 
 #: ../python/pakfire/cli.py:456 ../python/pakfire/cli.py:760
 #: ../python/pakfire/cli.py:847
 msgid "Build the package for the given architecture."
-msgstr ""
+msgstr "Constroi o pacote a arquitetura citada."
 
 #: ../python/pakfire/cli.py:458 ../python/pakfire/cli.py:488
 #: ../python/pakfire/cli.py:762
 msgid "Path were the output files should be copied to."
-msgstr ""
+msgstr "Caminho onde as saídas devem ser copiadas."
 
 #: ../python/pakfire/cli.py:460 ../python/pakfire/cli.py:477
 #: ../python/pakfire/cli.py:764
 msgid "Mode to run in. Is either 'release' or 'development' (default)."
-msgstr ""
+msgstr "Modo de operação. Ou 'release' ou 'development' (padrão)."
 
 #: ../python/pakfire/cli.py:462
 msgid "Run a shell after a successful build."
@@ -487,23 +487,23 @@ msgstr ""
 
 #: ../python/pakfire/cli.py:469
 msgid "Go into a shell."
-msgstr ""
+msgstr "Entra em uma shell."
 
 #: ../python/pakfire/cli.py:471
 msgid "Give name of a package."
-msgstr ""
+msgstr "De o nome de uma pacote."
 
 #: ../python/pakfire/cli.py:475
 msgid "Emulated architecture in the shell."
-msgstr ""
+msgstr "Emula arquitetura na shell."
 
 #: ../python/pakfire/cli.py:482
 msgid "Generate a source package."
-msgstr ""
+msgstr "Gera pacote fonte."
 
 #: ../python/pakfire/cli.py:484
 msgid "Give name(s) of a package(s)."
-msgstr ""
+msgstr "Cite algum(ns) pacote(s)."
 
 #: ../python/pakfire/cli.py:493
 msgid "Create a build environment cache."
@@ -529,7 +529,7 @@ msgstr ""
 
 #: ../python/pakfire/cli.py:600
 msgid "Pakfire server command line interface."
-msgstr ""
+msgstr "Linha de comando do servidor pakfire"
 
 #: ../python/pakfire/cli.py:641
 msgid "Send a scrach build job to the server."
@@ -541,27 +541,27 @@ msgstr ""
 
 #: ../python/pakfire/cli.py:651
 msgid "Send a keepalive to the server."
-msgstr ""
+msgstr "Envia um \"keepalive\" ao servidor."
 
 #: ../python/pakfire/cli.py:658
 msgid "Update all repositories."
-msgstr ""
+msgstr "Atualiza todos os repositórios"
 
 #: ../python/pakfire/cli.py:664
 msgid "Repository management commands."
-msgstr ""
+msgstr "Comandos de controle do respositório."
 
 #: ../python/pakfire/cli.py:672
 msgid "Create a new repository index."
-msgstr ""
+msgstr "Cria um novo índice de repositório."
 
 #: ../python/pakfire/cli.py:674
 msgid "Path to the packages."
-msgstr ""
+msgstr "Caminho dos pacotes."
 
 #: ../python/pakfire/cli.py:676
 msgid "Path to input packages."
-msgstr ""
+msgstr "Caminho para pacotes de entrada."
 
 #: ../python/pakfire/cli.py:678
 msgid "Key to sign the repository with."
@@ -660,224 +660,232 @@ msgstr ""
 msgid "Memory"
 msgstr ""
 
-#: ../python/pakfire/cli.py:964 ../python/pakfire/server.py:311
+#: ../python/pakfire/cli.py:963
+msgid "Parallelism"
+msgstr ""
+
+#: ../python/pakfire/cli.py:965 ../python/pakfire/server.py:311
 msgid "Native arch"
 msgstr ""
 
-#: ../python/pakfire/cli.py:966
+#: ../python/pakfire/cli.py:967
 msgid "Default arch"
 msgstr ""
 
-#: ../python/pakfire/cli.py:968 ../python/pakfire/server.py:313
+#: ../python/pakfire/cli.py:969 ../python/pakfire/server.py:313
 msgid "Supported arches"
 msgstr ""
 
-#: ../python/pakfire/cli.py:981
+#: ../python/pakfire/cli.py:982
 msgid "Your IP address"
 msgstr ""
 
-#: ../python/pakfire/cli.py:986
+#: ../python/pakfire/cli.py:987
 msgid "You are authenticated to the build service:"
 msgstr ""
 
-#: ../python/pakfire/cli.py:992
+#: ../python/pakfire/cli.py:993
 msgid "User name"
 msgstr ""
 
-#: ../python/pakfire/cli.py:993
+#: ../python/pakfire/cli.py:994
 msgid "Real name"
 msgstr ""
 
-#: ../python/pakfire/cli.py:994
+#: ../python/pakfire/cli.py:995
 msgid "Email address"
 msgstr ""
 
-#: ../python/pakfire/cli.py:995
+#: ../python/pakfire/cli.py:996
 msgid "Registered"
 msgstr ""
 
-#: ../python/pakfire/cli.py:1002
+#: ../python/pakfire/cli.py:1003
 msgid "You could not be authenticated to the build service."
 msgstr ""
 
-#: ../python/pakfire/cli.py:1023
+#: ../python/pakfire/cli.py:1024
 msgid "No ongoing jobs found."
 msgstr ""
 
-#: ../python/pakfire/cli.py:1026
+#: ../python/pakfire/cli.py:1027
 msgid "Active build jobs"
 msgstr ""
 
-#: ../python/pakfire/cli.py:1032
+#: ../python/pakfire/cli.py:1033
 msgid "No jobs found."
 msgstr ""
 
-#: ../python/pakfire/cli.py:1035
+#: ../python/pakfire/cli.py:1036
 msgid "Recently processed build jobs"
 msgstr ""
 
-#: ../python/pakfire/cli.py:1042
+#: ../python/pakfire/cli.py:1043
 #, python-format
 msgid "A build with ID %s could not be found."
 msgstr ""
 
-#: ../python/pakfire/cli.py:1045
+#: ../python/pakfire/cli.py:1046
 #, python-format
 msgid "Build: %(name)s"
 msgstr ""
 
-#: ../python/pakfire/cli.py:1049 ../python/pakfire/cli.py:1077
+#: ../python/pakfire/cli.py:1050 ../python/pakfire/cli.py:1078
 msgid "State"
 msgstr ""
 
-#: ../python/pakfire/cli.py:1053
+#: ../python/pakfire/cli.py:1054
 msgid "Jobs"
 msgstr ""
 
-#: ../python/pakfire/cli.py:1066
+#: ../python/pakfire/cli.py:1067
 #, python-format
 msgid "A job with ID %s could not be found."
 msgstr ""
 
-#: ../python/pakfire/cli.py:1073
+#: ../python/pakfire/cli.py:1074
 #, python-format
 msgid "Job: %(name)s"
 msgstr ""
 
-#: ../python/pakfire/cli.py:1078 ../python/pakfire/packages/base.py:107
-#: ../python/pakfire/transaction.py:398
+#: ../python/pakfire/cli.py:1079 ../python/pakfire/packages/base.py:107
+#: ../python/pakfire/transaction.py:404
 msgid "Arch"
 msgstr "Arch"
 
-#: ../python/pakfire/cli.py:1083 ../python/pakfire/packages/base.py:142
+#: ../python/pakfire/cli.py:1084 ../python/pakfire/packages/base.py:142
 msgid "Build host"
 msgstr "Host do Build"
 
-#: ../python/pakfire/cli.py:1088
+#: ../python/pakfire/cli.py:1089
 msgid "Time created"
 msgstr ""
 
-#: ../python/pakfire/cli.py:1089
+#: ../python/pakfire/cli.py:1090
 msgid "Time started"
 msgstr ""
 
-#: ../python/pakfire/cli.py:1090
+#: ../python/pakfire/cli.py:1091
 msgid "Time finished"
 msgstr ""
 
-#: ../python/pakfire/cli.py:1091
+#: ../python/pakfire/cli.py:1092
 msgid "Duration"
 msgstr ""
 
-#: ../python/pakfire/cli.py:1119
+#: ../python/pakfire/cli.py:1120
 msgid "Invalid error code given."
 msgstr ""
 
-#: ../python/pakfire/cli.py:1122
+#: ../python/pakfire/cli.py:1123
 #, python-format
 msgid "Reponse from the server: %s"
 msgstr ""
 
-#: ../python/pakfire/cli.py:1128
+#: ../python/pakfire/cli.py:1129
 msgid "Pakfire daemon command line interface."
 msgstr ""
 
-#: ../python/pakfire/cli.py:1156
+#: ../python/pakfire/cli.py:1157
 msgid "Pakfire key command line interface."
 msgstr ""
 
-#: ../python/pakfire/cli.py:1200 ../python/pakfire/cli.py:1210
+#: ../python/pakfire/cli.py:1201 ../python/pakfire/cli.py:1211
 msgid "Import a key from file."
 msgstr ""
 
-#: ../python/pakfire/cli.py:1202
+#: ../python/pakfire/cli.py:1203
 msgid "The real name of the owner of this key."
 msgstr ""
 
-#: ../python/pakfire/cli.py:1204
+#: ../python/pakfire/cli.py:1205
 msgid "The email address of the owner of this key."
 msgstr ""
 
-#: ../python/pakfire/cli.py:1212
+#: ../python/pakfire/cli.py:1213
 msgid "Filename of that key to import."
 msgstr ""
 
-#: ../python/pakfire/cli.py:1218
+#: ../python/pakfire/cli.py:1219
 msgid "Export a key to a file."
 msgstr ""
 
-#: ../python/pakfire/cli.py:1220
+#: ../python/pakfire/cli.py:1221
 msgid "The ID of the key to export."
 msgstr ""
 
-#: ../python/pakfire/cli.py:1222
+#: ../python/pakfire/cli.py:1223
 msgid "Write the key to this file."
 msgstr ""
 
-#: ../python/pakfire/cli.py:1228
+#: ../python/pakfire/cli.py:1225
+msgid "Export the secret key, too."
+msgstr ""
+
+#: ../python/pakfire/cli.py:1231
 msgid "Delete a key from the local keyring."
 msgstr ""
 
-#: ../python/pakfire/cli.py:1230
+#: ../python/pakfire/cli.py:1233
 msgid "The ID of the key to delete."
 msgstr ""
 
-#: ../python/pakfire/cli.py:1236
+#: ../python/pakfire/cli.py:1239
 msgid "List all imported keys."
 msgstr ""
 
-#: ../python/pakfire/cli.py:1242
+#: ../python/pakfire/cli.py:1245
 msgid "Sign one or more packages."
 msgstr ""
 
-#: ../python/pakfire/cli.py:1244
+#: ../python/pakfire/cli.py:1247
 msgid "Key that is used sign the package(s)."
 msgstr ""
 
-#: ../python/pakfire/cli.py:1246
+#: ../python/pakfire/cli.py:1249
 msgid "Package(s) to sign."
 msgstr ""
 
-#: ../python/pakfire/cli.py:1252
+#: ../python/pakfire/cli.py:1255
 msgid "Verify one or more packages."
 msgstr ""
 
-#: ../python/pakfire/cli.py:1256
+#: ../python/pakfire/cli.py:1259
 msgid "Package(s) to verify."
 msgstr ""
 
-#: ../python/pakfire/cli.py:1263
+#: ../python/pakfire/cli.py:1266
 msgid "Generating the key may take a moment..."
 msgstr ""
 
-#: ../python/pakfire/cli.py:1311
+#: ../python/pakfire/cli.py:1315
 #, python-format
 msgid "Signing %s..."
 msgstr ""
 
-#: ../python/pakfire/cli.py:1328
+#: ../python/pakfire/cli.py:1332
 #, python-format
 msgid "Verifying %s..."
 msgstr ""
 
-#: ../python/pakfire/cli.py:1338
+#: ../python/pakfire/cli.py:1342
 msgid "This signature is valid."
 msgstr ""
 
-#: ../python/pakfire/cli.py:1341
+#: ../python/pakfire/cli.py:1345
 msgid "Unknown key"
 msgstr ""
 
-#: ../python/pakfire/cli.py:1342
+#: ../python/pakfire/cli.py:1346
 msgid "Could not check if this signature is valid."
 msgstr ""
 
-#: ../python/pakfire/cli.py:1345 ../python/pakfire/keyring.py:96
+#: ../python/pakfire/cli.py:1349 ../python/pakfire/keyring.py:96
 #, python-format
 msgid "Created: %s"
 msgstr ""
 
-#: ../python/pakfire/cli.py:1349 ../python/pakfire/keyring.py:99
+#: ../python/pakfire/cli.py:1353 ../python/pakfire/keyring.py:99
 #, python-format
 msgid "Expires: %s"
 msgstr ""
@@ -972,7 +980,7 @@ msgstr ""
 
 #: ../python/pakfire/errors.py:30
 msgid "An unhandled error occured."
-msgstr ""
+msgstr "Um erro não tratado ocorreu."
 
 #: ../python/pakfire/errors.py:46
 msgid "Could not compress/decompress data."
@@ -980,7 +988,7 @@ msgstr ""
 
 #: ../python/pakfire/errors.py:58
 msgid "One or more dependencies could not been resolved."
-msgstr ""
+msgstr "Uma ou mais dependências não puderam ser resolvidas."
 
 #: ../python/pakfire/errors.py:61
 msgid "An error occured when pakfire tried to download files."
@@ -990,13 +998,13 @@ msgstr ""
 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 ""
+msgstr "A ação solicitada não pode ser feita em modo offline.\nPor favor conecte seu sistema a rede, remova --offline da linha de comando e tente novamente."
 
 #: ../python/pakfire/errors.py:86
 msgid "Running pakfire-build in a pakfire container?"
 msgstr ""
 
-#: ../python/pakfire/errors.py:94 ../python/pakfire/transaction.py:469
+#: ../python/pakfire/errors.py:94 ../python/pakfire/transaction.py:475
 msgid "Transaction test was not successful"
 msgstr ""
 
@@ -1090,7 +1098,7 @@ msgstr ""
 msgid "Name"
 msgstr "Nome"
 
-#: ../python/pakfire/packages/base.py:110 ../python/pakfire/transaction.py:398
+#: ../python/pakfire/packages/base.py:110 ../python/pakfire/transaction.py:404
 msgid "Version"
 msgstr "Versão"
 
@@ -1098,7 +1106,7 @@ msgstr "Versão"
 msgid "Release"
 msgstr "Release"
 
-#: ../python/pakfire/packages/base.py:115 ../python/pakfire/transaction.py:399
+#: ../python/pakfire/packages/base.py:115 ../python/pakfire/transaction.py:405
 msgid "Size"
 msgstr "Tamanho"
 
@@ -1172,11 +1180,11 @@ msgstr ""
 
 #: ../python/pakfire/packages/base.py:177
 msgid "File"
-msgstr ""
+msgstr "Arquivo"
 
 #: ../python/pakfire/packages/base.py:367
 msgid "Not set"
-msgstr ""
+msgstr "Não setado"
 
 #: ../python/pakfire/packages/base.py:534
 #, python-format
@@ -1213,37 +1221,37 @@ msgstr ""
 msgid "Template does not exist: %s"
 msgstr ""
 
-#: ../python/pakfire/packages/make.py:80
+#: ../python/pakfire/packages/make.py:81
 msgid "Package name is undefined."
 msgstr ""
 
-#: ../python/pakfire/packages/make.py:83
+#: ../python/pakfire/packages/make.py:84
 msgid "Package version is undefined."
 msgstr ""
 
-#: ../python/pakfire/packages/make.py:420
+#: ../python/pakfire/packages/make.py:421
 #, python-format
 msgid "Searching for automatic dependencies for %s..."
 msgstr ""
 
-#: ../python/pakfire/packages/make.py:474
+#: ../python/pakfire/packages/make.py:475
 #, 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:490
+#: ../python/pakfire/packages/make.py:491
 #, python-format
 msgid "Filter '%(pattern)s' filtered %(dep)s."
 msgstr ""
 
 #. Load progressbar.
-#: ../python/pakfire/packages/packager.py:391
-#: ../python/pakfire/packages/packager.py:686
+#: ../python/pakfire/packages/packager.py:394
+#: ../python/pakfire/packages/packager.py:689
 msgid "Packaging"
 msgstr ""
 
-#: ../python/pakfire/packages/packager.py:714
+#: ../python/pakfire/packages/packager.py:717
 #, python-format
 msgid "Building source package %s:"
 msgstr ""
@@ -1306,7 +1314,7 @@ msgstr "%s: database de pacote"
 #: ../python/pakfire/repository/remote.py:305
 #, python-format
 msgid "Cannot download this file in offline mode: %s"
-msgstr ""
+msgstr "Não posso fazer o download deste arquivo em modo offiline: %s"
 
 #: ../python/pakfire/repository/remote.py:311
 #, python-format
@@ -1333,35 +1341,35 @@ msgstr ""
 
 #: ../python/pakfire/satsolver.py:199 ../python/pakfire/satsolver.py:225
 msgid "The solver returned one problem:"
-msgstr ""
+msgstr "O resolvedor retornou um problema:"
 
 #. Ask the user if he or she want to modify the request. If not, just exit.
 #: ../python/pakfire/satsolver.py:241
 msgid "Do you want to manually alter the request?"
-msgstr ""
+msgstr "Deseja alterar manualmente a solicitação?"
 
 #: ../python/pakfire/satsolver.py:244
 msgid "You can now try to satisfy the solver by modifying your request."
-msgstr ""
+msgstr "Agora você pode tentar satisfazer o solucionador modificando o seu pedido."
 
 #: ../python/pakfire/satsolver.py:249
 msgid "Which problem to you want to resolve?"
-msgstr ""
+msgstr "Qual problema você quer resolver?"
 
 #: ../python/pakfire/satsolver.py:251
 msgid "Press enter to try to re-solve the request."
-msgstr ""
+msgstr "Pressione Enter para tentar voltar a resolver o pedido."
 
 #: ../python/pakfire/satsolver.py:282
 #, python-format
 msgid "    Solution: %s"
-msgstr ""
+msgstr "Solução: %s"
 
 #: ../python/pakfire/satsolver.py:291
 msgid "    Solutions:"
-msgstr ""
+msgstr "Soluções:"
 
-#: ../python/pakfire/server.py:279 ../python/pakfire/system.py:131
+#: ../python/pakfire/server.py:279 ../python/pakfire/system.py:132
 msgid "Could not be determined"
 msgstr ""
 
@@ -1375,102 +1383,108 @@ msgstr ""
 msgid "file %(name)s from %(pkg)s conflicts with files from %(pkgs)s"
 msgstr ""
 
-#: ../python/pakfire/transaction.py:108
+#: ../python/pakfire/transaction.py:106
+#, python-format
+msgid ""
+"file %(name)s causes the transaction test to fail for an unknown reason"
+msgstr ""
+
+#: ../python/pakfire/transaction.py:114
 #, 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:321
+#: ../python/pakfire/transaction.py:327
 #, python-format
 msgid "Not enough space to download %s of packages."
 msgstr ""
 
-#: ../python/pakfire/transaction.py:324
+#: ../python/pakfire/transaction.py:330
 msgid "Downloading packages:"
-msgstr ""
+msgstr "Baixando pacotes:"
 
-#: ../python/pakfire/transaction.py:398
+#: ../python/pakfire/transaction.py:404
 msgid "Package"
 msgstr "Pacote"
 
-#: ../python/pakfire/transaction.py:403
+#: ../python/pakfire/transaction.py:409
 msgid "Installing:"
 msgstr "Instalando:"
 
-#: ../python/pakfire/transaction.py:404
+#: ../python/pakfire/transaction.py:410
 msgid "Reinstalling:"
-msgstr ""
+msgstr "Reinstalando:"
 
-#: ../python/pakfire/transaction.py:405
+#: ../python/pakfire/transaction.py:411
 msgid "Updating:"
 msgstr "Atualizando:"
 
-#: ../python/pakfire/transaction.py:406
+#: ../python/pakfire/transaction.py:412
 msgid "Downgrading:"
-msgstr ""
+msgstr "Downgrading:"
 
-#: ../python/pakfire/transaction.py:407
+#: ../python/pakfire/transaction.py:413
 msgid "Removing:"
 msgstr "Removendo:"
 
-#: ../python/pakfire/transaction.py:413
+#: ../python/pakfire/transaction.py:419
 msgid "Transaction Summary"
 msgstr "Sumário da Transação"
 
-#: ../python/pakfire/transaction.py:420
+#: ../python/pakfire/transaction.py:426
 msgid "package"
-msgstr ""
+msgstr "pacote"
 
-#: ../python/pakfire/transaction.py:426
+#: ../python/pakfire/transaction.py:432
 #, python-format
 msgid "Total download size: %s"
 msgstr "Tamanho do Download :%s"
 
-#: ../python/pakfire/transaction.py:430
+#: ../python/pakfire/transaction.py:436
 #, python-format
 msgid "Installed size: %s"
-msgstr ""
+msgstr "Tamanho instalado %s"
 
-#: ../python/pakfire/transaction.py:433
+#: ../python/pakfire/transaction.py:439
 #, python-format
 msgid "Freed size: %s"
-msgstr ""
+msgstr "Espaço liberado: %s"
 
-#: ../python/pakfire/transaction.py:444
+#: ../python/pakfire/transaction.py:450
 msgid "Is this okay?"
 msgstr "Está ok?"
 
-#: ../python/pakfire/transaction.py:450
+#: ../python/pakfire/transaction.py:456
 msgid "Running Transaction Test"
 msgstr ""
 
-#: ../python/pakfire/transaction.py:462
+#: ../python/pakfire/transaction.py:468
 msgid "Transaction Test Succeeded"
 msgstr ""
 
 #. Make a nice progressbar.
-#: ../python/pakfire/transaction.py:495
+#: ../python/pakfire/transaction.py:501
 msgid "Verifying signatures..."
 msgstr ""
 
-#: ../python/pakfire/transaction.py:527
+#: ../python/pakfire/transaction.py:533
 #, python-format
 msgid "Found %s signature error(s)!"
 msgstr ""
 
-#: ../python/pakfire/transaction.py:532
+#: ../python/pakfire/transaction.py:538
 msgid "Going on because we are running in permissive mode."
 msgstr ""
 
-#: ../python/pakfire/transaction.py:533
+#: ../python/pakfire/transaction.py:539
 msgid "This is dangerous!"
 msgstr ""
 
-#: ../python/pakfire/transaction.py:554
+#: ../python/pakfire/transaction.py:560
 msgid "Running transaction"
-msgstr ""
+msgstr "Transações ativas"
 
 #: ../python/pakfire/util.py:68
 #, python-format
@@ -1493,102 +1507,102 @@ msgstr ""
 #: ../python/src/problem.c:159
 #, c-format
 msgid "%s does not belong to a distupgrade repository"
-msgstr ""
+msgstr "%s não pertence ao repositório de distupgrade"
 
 #: ../python/src/problem.c:166
 #, c-format
 msgid "%s has inferior architecture"
-msgstr ""
+msgstr "%s tem uma arquitetura inferior"
 
 #: ../python/src/problem.c:173
 #, c-format
 msgid "problem with installed package %s"
-msgstr ""
+msgstr "problema com o pacote instalado %s"
 
 #: ../python/src/problem.c:179
 #, c-format
 msgid "conflicting requests"
-msgstr ""
+msgstr "requisições conflitantes"
 
 #: ../python/src/problem.c:184
 #, c-format
 msgid "nothing provides requested %s"
-msgstr ""
+msgstr "nada provê a resquisição %s"
 
 #: ../python/src/problem.c:190
 #, c-format
 msgid "some dependency problem"
-msgstr ""
+msgstr "problemas de dependência"
 
 #: ../python/src/problem.c:195
 #, c-format
 msgid "package %s is not installable"
-msgstr ""
+msgstr "pacote %s não é instalável"
 
 #: ../python/src/problem.c:202
 #, c-format
 msgid "nothing provides %s needed by %s"
-msgstr ""
+msgstr "não há fornecedor para %s necessário paa %s"
 
 #: ../python/src/problem.c:209
 #, c-format
 msgid "cannot install both %s and %s"
-msgstr ""
+msgstr "não é possível instalar %s e %s"
 
 #: ../python/src/problem.c:216
 #, c-format
 msgid "package %s conflicts with %s provided by %s"
-msgstr ""
+msgstr "pacote %s conflita com %s fornecido por %s"
 
 #: ../python/src/problem.c:224
 #, c-format
 msgid "package %s obsoletes %s provided by %s"
-msgstr ""
+msgstr "pacote %s torna obsoleto %s fornecido por %s"
 
 #: ../python/src/problem.c:232
 #, c-format
 msgid "installed package %s obsoletes %s provided by %s"
-msgstr ""
+msgstr "Pacote instalado %s torna obsoleto %s fornecido por %s"
 
 #: ../python/src/problem.c:240
 #, c-format
 msgid "package %s implicitely obsoletes %s provided by %s"
-msgstr ""
+msgstr "pacote %s torna implicitamente obsoleto %s fornecido por %s"
 
 #: ../python/src/problem.c:248
 #, c-format
 msgid "package %s requires %s, but none of the providers can be installed"
-msgstr ""
+msgstr "pacote %s requer %s, mas nenhum dos provedores pode ser instalado."
 
 #: ../python/src/problem.c:255
 #, c-format
 msgid "package %s conflicts with %s provided by itself"
-msgstr ""
+msgstr "pacote %s conflita com %s fornecido por si-mesmo"
 
 #: ../python/src/problem.c:264
 #, c-format
 msgid "bad rule type"
-msgstr ""
+msgstr "tipo de regra inválida"
 
 #: ../python/src/solution.c:86
 #, c-format
 msgid "do not keep %s installed"
-msgstr ""
+msgstr "não mantenha %s instalado"
 
 #: ../python/src/solution.c:89
 #, c-format
 msgid "do not install a solvable %s"
-msgstr ""
+msgstr "não instale um %s resolvível"
 
 #: ../python/src/solution.c:92
 #, c-format
 msgid "do not install %s"
-msgstr ""
+msgstr "não instale %s"
 
 #: ../python/src/solution.c:98
 #, c-format
 msgid "do not forbid installation of %s"
-msgstr ""
+msgstr "não proibir instalação de %s"
 
 #: ../python/src/solution.c:101
 #, c-format
@@ -1608,57 +1622,57 @@ msgstr ""
 #: ../python/src/solution.c:114
 #, c-format
 msgid "do not lock %s"
-msgstr ""
+msgstr "não trave %s"
 
 #: ../python/src/solution.c:119
 #, c-format
 msgid "do something different"
-msgstr ""
+msgstr "faça algo diferente"
 
 #: ../python/src/solution.c:126
 #, c-format
 msgid "keep %s despite the inferior architecture"
-msgstr ""
+msgstr "mantém %s apesar da arquitetura inferior"
 
 #: ../python/src/solution.c:129
 #, c-format
 msgid "install %s despite the inferior architecture"
-msgstr ""
+msgstr "instala %s apesar da arquitetura inferior"
 
 #: ../python/src/solution.c:135
 #, c-format
 msgid "keep obsolete %s"
-msgstr ""
+msgstr "mante obsoleto %s"
 
 #: ../python/src/solution.c:138
 #, c-format
 msgid "install %s from excluded repository"
-msgstr ""
+msgstr "instala %s de respositórios exclúido."
 
 #: ../python/src/solution.c:150
 #, c-format
 msgid "allow downgrade of %s to %s"
-msgstr ""
+msgstr "permite downgrade de %s para %s"
 
 #: ../python/src/solution.c:154
 #, c-format
 msgid "allow architecture change of %s to %s"
-msgstr ""
+msgstr "permite mudança de arquitetura de %s para %s"
 
 #: ../python/src/solution.c:159
 #, c-format
 msgid "allow vendor change from '%s' (%s) to '%s' (%s)"
-msgstr ""
+msgstr "permite mudar fornecedor de  '%s' (%s) para '%s' (%s)"
 
 #: ../python/src/solution.c:163
 #, c-format
 msgid "allow vendor change from '%s' (%s) to no vendor (%s)"
-msgstr ""
+msgstr "permitir a mudança de fornecedor de '%s' (%s) para nenhum fornecedor (%s)"
 
 #: ../python/src/solution.c:169
 #, c-format
 msgid "allow replacement of %s with %s"
-msgstr ""
+msgstr "permite substituição de %s com %s"
 
 #. XXX Maybe we can make a more beautiful message here?!
 #: ../tools/pakfire-multicall.py:25
index 4c47fea332eac7ddf1a31ef7a817bbd08eb4222e..5702bf44c0ef984e11aced1ed38c9b284035352c 100644 (file)
@@ -6,17 +6,17 @@
 #   <cda.mrmib@gmail.com>, 2012.
 msgid ""
 msgstr ""
-"Project-Id-Version: The IPFire Project\n"
+"Project-Id-Version: IPFire Project\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2012-05-16 12:33+0000\n"
-"PO-Revision-Date: 2012-06-04 20:42+0000\n"
+"POT-Creation-Date: 2012-07-26 19:43+0200\n"
+"PO-Revision-Date: 2012-07-27 08:20+0000\n"
 "Last-Translator: cda.mrmib <cda.mrmib@gmail.com>\n"
 "Language-Team: Portuguese (Portugal) (http://www.transifex.com/projects/p/ipfire/language/pt_PT/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Language: pt_PT\n"
-"Plural-Forms: nplurals=2; plural=(n != 1)\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
 #: ../python/pakfire/actions.py:72
 #, python-format
@@ -121,7 +121,7 @@ msgstr ""
 
 #: ../python/pakfire/base.py:387 ../python/pakfire/base.py:455
 #: ../python/pakfire/base.py:491 ../python/pakfire/base.py:553
-#: ../python/pakfire/base.py:574 ../python/pakfire/transaction.py:390
+#: ../python/pakfire/base.py:574 ../python/pakfire/transaction.py:396
 msgid "Nothing to do"
 msgstr ""
 
@@ -421,7 +421,7 @@ msgstr ""
 msgid "Give name of at least one package to check."
 msgstr ""
 
-#: ../python/pakfire/cli.py:348 ../python/pakfire/transaction.py:399
+#: ../python/pakfire/cli.py:348 ../python/pakfire/transaction.py:405
 msgid "Repository"
 msgstr "Repositório"
 
@@ -429,11 +429,11 @@ msgstr "Repositório"
 msgid "Enabled"
 msgstr ""
 
-#: ../python/pakfire/cli.py:348 ../python/pakfire/cli.py:1050
+#: ../python/pakfire/cli.py:348 ../python/pakfire/cli.py:1051
 msgid "Priority"
 msgstr ""
 
-#: ../python/pakfire/cli.py:348 ../python/pakfire/cli.py:1095
+#: ../python/pakfire/cli.py:348 ../python/pakfire/cli.py:1096
 msgid "Packages"
 msgstr ""
 
@@ -660,224 +660,232 @@ msgstr ""
 msgid "Memory"
 msgstr ""
 
-#: ../python/pakfire/cli.py:964 ../python/pakfire/server.py:311
+#: ../python/pakfire/cli.py:963
+msgid "Parallelism"
+msgstr ""
+
+#: ../python/pakfire/cli.py:965 ../python/pakfire/server.py:311
 msgid "Native arch"
 msgstr ""
 
-#: ../python/pakfire/cli.py:966
+#: ../python/pakfire/cli.py:967
 msgid "Default arch"
 msgstr ""
 
-#: ../python/pakfire/cli.py:968 ../python/pakfire/server.py:313
+#: ../python/pakfire/cli.py:969 ../python/pakfire/server.py:313
 msgid "Supported arches"
 msgstr ""
 
-#: ../python/pakfire/cli.py:981
+#: ../python/pakfire/cli.py:982
 msgid "Your IP address"
 msgstr ""
 
-#: ../python/pakfire/cli.py:986
+#: ../python/pakfire/cli.py:987
 msgid "You are authenticated to the build service:"
 msgstr ""
 
-#: ../python/pakfire/cli.py:992
+#: ../python/pakfire/cli.py:993
 msgid "User name"
 msgstr ""
 
-#: ../python/pakfire/cli.py:993
+#: ../python/pakfire/cli.py:994
 msgid "Real name"
 msgstr ""
 
-#: ../python/pakfire/cli.py:994
+#: ../python/pakfire/cli.py:995
 msgid "Email address"
 msgstr ""
 
-#: ../python/pakfire/cli.py:995
+#: ../python/pakfire/cli.py:996
 msgid "Registered"
 msgstr ""
 
-#: ../python/pakfire/cli.py:1002
+#: ../python/pakfire/cli.py:1003
 msgid "You could not be authenticated to the build service."
 msgstr ""
 
-#: ../python/pakfire/cli.py:1023
+#: ../python/pakfire/cli.py:1024
 msgid "No ongoing jobs found."
 msgstr ""
 
-#: ../python/pakfire/cli.py:1026
+#: ../python/pakfire/cli.py:1027
 msgid "Active build jobs"
 msgstr ""
 
-#: ../python/pakfire/cli.py:1032
+#: ../python/pakfire/cli.py:1033
 msgid "No jobs found."
 msgstr ""
 
-#: ../python/pakfire/cli.py:1035
+#: ../python/pakfire/cli.py:1036
 msgid "Recently processed build jobs"
 msgstr ""
 
-#: ../python/pakfire/cli.py:1042
+#: ../python/pakfire/cli.py:1043
 #, python-format
 msgid "A build with ID %s could not be found."
 msgstr ""
 
-#: ../python/pakfire/cli.py:1045
+#: ../python/pakfire/cli.py:1046
 #, python-format
 msgid "Build: %(name)s"
 msgstr ""
 
-#: ../python/pakfire/cli.py:1049 ../python/pakfire/cli.py:1077
+#: ../python/pakfire/cli.py:1050 ../python/pakfire/cli.py:1078
 msgid "State"
 msgstr ""
 
-#: ../python/pakfire/cli.py:1053
+#: ../python/pakfire/cli.py:1054
 msgid "Jobs"
 msgstr ""
 
-#: ../python/pakfire/cli.py:1066
+#: ../python/pakfire/cli.py:1067
 #, python-format
 msgid "A job with ID %s could not be found."
 msgstr ""
 
-#: ../python/pakfire/cli.py:1073
+#: ../python/pakfire/cli.py:1074
 #, python-format
 msgid "Job: %(name)s"
 msgstr ""
 
-#: ../python/pakfire/cli.py:1078 ../python/pakfire/packages/base.py:107
-#: ../python/pakfire/transaction.py:398
+#: ../python/pakfire/cli.py:1079 ../python/pakfire/packages/base.py:107
+#: ../python/pakfire/transaction.py:404
 msgid "Arch"
 msgstr "Arch"
 
-#: ../python/pakfire/cli.py:1083 ../python/pakfire/packages/base.py:142
+#: ../python/pakfire/cli.py:1084 ../python/pakfire/packages/base.py:142
 msgid "Build host"
 msgstr "Anfitrião da Compilação"
 
-#: ../python/pakfire/cli.py:1088
+#: ../python/pakfire/cli.py:1089
 msgid "Time created"
 msgstr ""
 
-#: ../python/pakfire/cli.py:1089
+#: ../python/pakfire/cli.py:1090
 msgid "Time started"
 msgstr ""
 
-#: ../python/pakfire/cli.py:1090
+#: ../python/pakfire/cli.py:1091
 msgid "Time finished"
 msgstr ""
 
-#: ../python/pakfire/cli.py:1091
+#: ../python/pakfire/cli.py:1092
 msgid "Duration"
 msgstr ""
 
-#: ../python/pakfire/cli.py:1119
+#: ../python/pakfire/cli.py:1120
 msgid "Invalid error code given."
 msgstr ""
 
-#: ../python/pakfire/cli.py:1122
+#: ../python/pakfire/cli.py:1123
 #, python-format
 msgid "Reponse from the server: %s"
 msgstr ""
 
-#: ../python/pakfire/cli.py:1128
+#: ../python/pakfire/cli.py:1129
 msgid "Pakfire daemon command line interface."
 msgstr ""
 
-#: ../python/pakfire/cli.py:1156
+#: ../python/pakfire/cli.py:1157
 msgid "Pakfire key command line interface."
 msgstr ""
 
-#: ../python/pakfire/cli.py:1200 ../python/pakfire/cli.py:1210
+#: ../python/pakfire/cli.py:1201 ../python/pakfire/cli.py:1211
 msgid "Import a key from file."
 msgstr ""
 
-#: ../python/pakfire/cli.py:1202
+#: ../python/pakfire/cli.py:1203
 msgid "The real name of the owner of this key."
 msgstr ""
 
-#: ../python/pakfire/cli.py:1204
+#: ../python/pakfire/cli.py:1205
 msgid "The email address of the owner of this key."
 msgstr ""
 
-#: ../python/pakfire/cli.py:1212
+#: ../python/pakfire/cli.py:1213
 msgid "Filename of that key to import."
 msgstr ""
 
-#: ../python/pakfire/cli.py:1218
+#: ../python/pakfire/cli.py:1219
 msgid "Export a key to a file."
 msgstr ""
 
-#: ../python/pakfire/cli.py:1220
+#: ../python/pakfire/cli.py:1221
 msgid "The ID of the key to export."
 msgstr ""
 
-#: ../python/pakfire/cli.py:1222
+#: ../python/pakfire/cli.py:1223
 msgid "Write the key to this file."
 msgstr ""
 
-#: ../python/pakfire/cli.py:1228
+#: ../python/pakfire/cli.py:1225
+msgid "Export the secret key, too."
+msgstr ""
+
+#: ../python/pakfire/cli.py:1231
 msgid "Delete a key from the local keyring."
 msgstr ""
 
-#: ../python/pakfire/cli.py:1230
+#: ../python/pakfire/cli.py:1233
 msgid "The ID of the key to delete."
 msgstr ""
 
-#: ../python/pakfire/cli.py:1236
+#: ../python/pakfire/cli.py:1239
 msgid "List all imported keys."
 msgstr ""
 
-#: ../python/pakfire/cli.py:1242
+#: ../python/pakfire/cli.py:1245
 msgid "Sign one or more packages."
 msgstr ""
 
-#: ../python/pakfire/cli.py:1244
+#: ../python/pakfire/cli.py:1247
 msgid "Key that is used sign the package(s)."
 msgstr ""
 
-#: ../python/pakfire/cli.py:1246
+#: ../python/pakfire/cli.py:1249
 msgid "Package(s) to sign."
 msgstr ""
 
-#: ../python/pakfire/cli.py:1252
+#: ../python/pakfire/cli.py:1255
 msgid "Verify one or more packages."
 msgstr ""
 
-#: ../python/pakfire/cli.py:1256
+#: ../python/pakfire/cli.py:1259
 msgid "Package(s) to verify."
 msgstr ""
 
-#: ../python/pakfire/cli.py:1263
+#: ../python/pakfire/cli.py:1266
 msgid "Generating the key may take a moment..."
 msgstr ""
 
-#: ../python/pakfire/cli.py:1311
+#: ../python/pakfire/cli.py:1315
 #, python-format
 msgid "Signing %s..."
 msgstr ""
 
-#: ../python/pakfire/cli.py:1328
+#: ../python/pakfire/cli.py:1332
 #, python-format
 msgid "Verifying %s..."
 msgstr ""
 
-#: ../python/pakfire/cli.py:1338
+#: ../python/pakfire/cli.py:1342
 msgid "This signature is valid."
 msgstr ""
 
-#: ../python/pakfire/cli.py:1341
+#: ../python/pakfire/cli.py:1345
 msgid "Unknown key"
 msgstr ""
 
-#: ../python/pakfire/cli.py:1342
+#: ../python/pakfire/cli.py:1346
 msgid "Could not check if this signature is valid."
 msgstr ""
 
-#: ../python/pakfire/cli.py:1345 ../python/pakfire/keyring.py:96
+#: ../python/pakfire/cli.py:1349 ../python/pakfire/keyring.py:96
 #, python-format
 msgid "Created: %s"
 msgstr ""
 
-#: ../python/pakfire/cli.py:1349 ../python/pakfire/keyring.py:99
+#: ../python/pakfire/cli.py:1353 ../python/pakfire/keyring.py:99
 #, python-format
 msgid "Expires: %s"
 msgstr ""
@@ -996,7 +1004,7 @@ msgstr ""
 msgid "Running pakfire-build in a pakfire container?"
 msgstr ""
 
-#: ../python/pakfire/errors.py:94 ../python/pakfire/transaction.py:469
+#: ../python/pakfire/errors.py:94 ../python/pakfire/transaction.py:475
 msgid "Transaction test was not successful"
 msgstr ""
 
@@ -1090,7 +1098,7 @@ msgstr ""
 msgid "Name"
 msgstr "Nome"
 
-#: ../python/pakfire/packages/base.py:110 ../python/pakfire/transaction.py:398
+#: ../python/pakfire/packages/base.py:110 ../python/pakfire/transaction.py:404
 msgid "Version"
 msgstr "Versão"
 
@@ -1098,7 +1106,7 @@ msgstr "Versão"
 msgid "Release"
 msgstr "Release"
 
-#: ../python/pakfire/packages/base.py:115 ../python/pakfire/transaction.py:399
+#: ../python/pakfire/packages/base.py:115 ../python/pakfire/transaction.py:405
 msgid "Size"
 msgstr "Tamanho"
 
@@ -1213,37 +1221,37 @@ msgstr ""
 msgid "Template does not exist: %s"
 msgstr ""
 
-#: ../python/pakfire/packages/make.py:80
+#: ../python/pakfire/packages/make.py:81
 msgid "Package name is undefined."
 msgstr ""
 
-#: ../python/pakfire/packages/make.py:83
+#: ../python/pakfire/packages/make.py:84
 msgid "Package version is undefined."
 msgstr ""
 
-#: ../python/pakfire/packages/make.py:420
+#: ../python/pakfire/packages/make.py:421
 #, python-format
 msgid "Searching for automatic dependencies for %s..."
 msgstr ""
 
-#: ../python/pakfire/packages/make.py:474
+#: ../python/pakfire/packages/make.py:475
 #, 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:490
+#: ../python/pakfire/packages/make.py:491
 #, python-format
 msgid "Filter '%(pattern)s' filtered %(dep)s."
 msgstr ""
 
 #. Load progressbar.
-#: ../python/pakfire/packages/packager.py:391
-#: ../python/pakfire/packages/packager.py:686
+#: ../python/pakfire/packages/packager.py:394
+#: ../python/pakfire/packages/packager.py:689
 msgid "Packaging"
 msgstr ""
 
-#: ../python/pakfire/packages/packager.py:714
+#: ../python/pakfire/packages/packager.py:717
 #, python-format
 msgid "Building source package %s:"
 msgstr ""
@@ -1361,7 +1369,7 @@ msgstr ""
 msgid "    Solutions:"
 msgstr ""
 
-#: ../python/pakfire/server.py:279 ../python/pakfire/system.py:131
+#: ../python/pakfire/server.py:279 ../python/pakfire/system.py:132
 msgid "Could not be determined"
 msgstr ""
 
@@ -1375,100 +1383,106 @@ msgstr ""
 msgid "file %(name)s from %(pkg)s conflicts with files from %(pkgs)s"
 msgstr ""
 
-#: ../python/pakfire/transaction.py:108
+#: ../python/pakfire/transaction.py:106
+#, python-format
+msgid ""
+"file %(name)s causes the transaction test to fail for an unknown reason"
+msgstr ""
+
+#: ../python/pakfire/transaction.py:114
 #, 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:321
+#: ../python/pakfire/transaction.py:327
 #, python-format
 msgid "Not enough space to download %s of packages."
 msgstr ""
 
-#: ../python/pakfire/transaction.py:324
+#: ../python/pakfire/transaction.py:330
 msgid "Downloading packages:"
 msgstr ""
 
-#: ../python/pakfire/transaction.py:398
+#: ../python/pakfire/transaction.py:404
 msgid "Package"
 msgstr "Pacote"
 
-#: ../python/pakfire/transaction.py:403
+#: ../python/pakfire/transaction.py:409
 msgid "Installing:"
 msgstr "A Instalar:"
 
-#: ../python/pakfire/transaction.py:404
+#: ../python/pakfire/transaction.py:410
 msgid "Reinstalling:"
 msgstr ""
 
-#: ../python/pakfire/transaction.py:405
+#: ../python/pakfire/transaction.py:411
 msgid "Updating:"
 msgstr "A Actualizar:"
 
-#: ../python/pakfire/transaction.py:406
+#: ../python/pakfire/transaction.py:412
 msgid "Downgrading:"
 msgstr ""
 
-#: ../python/pakfire/transaction.py:407
+#: ../python/pakfire/transaction.py:413
 msgid "Removing:"
 msgstr "A Remover:"
 
-#: ../python/pakfire/transaction.py:413
+#: ../python/pakfire/transaction.py:419
 msgid "Transaction Summary"
 msgstr "Sumário da Transação"
 
-#: ../python/pakfire/transaction.py:420
+#: ../python/pakfire/transaction.py:426
 msgid "package"
 msgstr ""
 
-#: ../python/pakfire/transaction.py:426
+#: ../python/pakfire/transaction.py:432
 #, python-format
 msgid "Total download size: %s"
 msgstr "Tamanho total de Download: %s"
 
-#: ../python/pakfire/transaction.py:430
+#: ../python/pakfire/transaction.py:436
 #, python-format
 msgid "Installed size: %s"
 msgstr ""
 
-#: ../python/pakfire/transaction.py:433
+#: ../python/pakfire/transaction.py:439
 #, python-format
 msgid "Freed size: %s"
 msgstr ""
 
-#: ../python/pakfire/transaction.py:444
+#: ../python/pakfire/transaction.py:450
 msgid "Is this okay?"
 msgstr "Isto está correto?"
 
-#: ../python/pakfire/transaction.py:450
+#: ../python/pakfire/transaction.py:456
 msgid "Running Transaction Test"
 msgstr ""
 
-#: ../python/pakfire/transaction.py:462
+#: ../python/pakfire/transaction.py:468
 msgid "Transaction Test Succeeded"
 msgstr ""
 
 #. Make a nice progressbar.
-#: ../python/pakfire/transaction.py:495
+#: ../python/pakfire/transaction.py:501
 msgid "Verifying signatures..."
 msgstr ""
 
-#: ../python/pakfire/transaction.py:527
+#: ../python/pakfire/transaction.py:533
 #, python-format
 msgid "Found %s signature error(s)!"
 msgstr ""
 
-#: ../python/pakfire/transaction.py:532
+#: ../python/pakfire/transaction.py:538
 msgid "Going on because we are running in permissive mode."
 msgstr ""
 
-#: ../python/pakfire/transaction.py:533
+#: ../python/pakfire/transaction.py:539
 msgid "This is dangerous!"
 msgstr ""
 
-#: ../python/pakfire/transaction.py:554
+#: ../python/pakfire/transaction.py:560
 msgid "Running transaction"
 msgstr ""
 
index f89a745ecb620dc82eb5ed0fed028f8f44142923..9648a51f1423e28d9249d7c460cdcd67ac850180 100644 (file)
--- a/po/ru.po
+++ b/po/ru.po
@@ -7,17 +7,17 @@
 #   <compworm@ya.ru>, 2011.
 msgid ""
 msgstr ""
-"Project-Id-Version: The IPFire Project\n"
+"Project-Id-Version: IPFire Project\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2012-05-16 12:33+0000\n"
-"PO-Revision-Date: 2012-05-26 18:47+0000\n"
+"POT-Creation-Date: 2012-07-26 19:43+0200\n"
+"PO-Revision-Date: 2012-07-27 08:20+0000\n"
 "Last-Translator: Alexander Savchenko <>\n"
 "Language-Team: Russian (http://www.transifex.com/projects/p/ipfire/language/ru/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Language: ru\n"
-"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n"
+"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
 
 #: ../python/pakfire/actions.py:72
 #, python-format
@@ -122,7 +122,7 @@ msgstr ""
 
 #: ../python/pakfire/base.py:387 ../python/pakfire/base.py:455
 #: ../python/pakfire/base.py:491 ../python/pakfire/base.py:553
-#: ../python/pakfire/base.py:574 ../python/pakfire/transaction.py:390
+#: ../python/pakfire/base.py:574 ../python/pakfire/transaction.py:396
 msgid "Nothing to do"
 msgstr "Нет заданий"
 
@@ -422,7 +422,7 @@ msgstr "Проверить зависимости для конкретного
 msgid "Give name of at least one package to check."
 msgstr "Укажите имя хотя бы одного пакета для проверки."
 
-#: ../python/pakfire/cli.py:348 ../python/pakfire/transaction.py:399
+#: ../python/pakfire/cli.py:348 ../python/pakfire/transaction.py:405
 msgid "Repository"
 msgstr "Репозиторий"
 
@@ -430,11 +430,11 @@ msgstr "Репозиторий"
 msgid "Enabled"
 msgstr "Включено"
 
-#: ../python/pakfire/cli.py:348 ../python/pakfire/cli.py:1050
+#: ../python/pakfire/cli.py:348 ../python/pakfire/cli.py:1051
 msgid "Priority"
 msgstr "Приоритет"
 
-#: ../python/pakfire/cli.py:348 ../python/pakfire/cli.py:1095
+#: ../python/pakfire/cli.py:348 ../python/pakfire/cli.py:1096
 msgid "Packages"
 msgstr "Пакеты"
 
@@ -661,224 +661,232 @@ msgstr "Модель ЦП"
 msgid "Memory"
 msgstr "Память"
 
-#: ../python/pakfire/cli.py:964 ../python/pakfire/server.py:311
+#: ../python/pakfire/cli.py:963
+msgid "Parallelism"
+msgstr ""
+
+#: ../python/pakfire/cli.py:965 ../python/pakfire/server.py:311
 msgid "Native arch"
 msgstr ""
 
-#: ../python/pakfire/cli.py:966
+#: ../python/pakfire/cli.py:967
 msgid "Default arch"
 msgstr ""
 
-#: ../python/pakfire/cli.py:968 ../python/pakfire/server.py:313
+#: ../python/pakfire/cli.py:969 ../python/pakfire/server.py:313
 msgid "Supported arches"
 msgstr "Поддерживаемые архитектуры"
 
-#: ../python/pakfire/cli.py:981
+#: ../python/pakfire/cli.py:982
 msgid "Your IP address"
 msgstr "Ваш IP-адрес"
 
-#: ../python/pakfire/cli.py:986
+#: ../python/pakfire/cli.py:987
 msgid "You are authenticated to the build service:"
 msgstr ""
 
-#: ../python/pakfire/cli.py:992
+#: ../python/pakfire/cli.py:993
 msgid "User name"
 msgstr "Имя пользователя"
 
-#: ../python/pakfire/cli.py:993
+#: ../python/pakfire/cli.py:994
 msgid "Real name"
 msgstr "Настоящее имя"
 
-#: ../python/pakfire/cli.py:994
+#: ../python/pakfire/cli.py:995
 msgid "Email address"
 msgstr "Адрес электронной почты"
 
-#: ../python/pakfire/cli.py:995
+#: ../python/pakfire/cli.py:996
 msgid "Registered"
 msgstr ""
 
-#: ../python/pakfire/cli.py:1002
+#: ../python/pakfire/cli.py:1003
 msgid "You could not be authenticated to the build service."
 msgstr ""
 
-#: ../python/pakfire/cli.py:1023
+#: ../python/pakfire/cli.py:1024
 msgid "No ongoing jobs found."
 msgstr ""
 
-#: ../python/pakfire/cli.py:1026
+#: ../python/pakfire/cli.py:1027
 msgid "Active build jobs"
 msgstr ""
 
-#: ../python/pakfire/cli.py:1032
+#: ../python/pakfire/cli.py:1033
 msgid "No jobs found."
 msgstr "Задания не найдены."
 
-#: ../python/pakfire/cli.py:1035
+#: ../python/pakfire/cli.py:1036
 msgid "Recently processed build jobs"
 msgstr ""
 
-#: ../python/pakfire/cli.py:1042
+#: ../python/pakfire/cli.py:1043
 #, python-format
 msgid "A build with ID %s could not be found."
 msgstr ""
 
-#: ../python/pakfire/cli.py:1045
+#: ../python/pakfire/cli.py:1046
 #, python-format
 msgid "Build: %(name)s"
 msgstr ""
 
-#: ../python/pakfire/cli.py:1049 ../python/pakfire/cli.py:1077
+#: ../python/pakfire/cli.py:1050 ../python/pakfire/cli.py:1078
 msgid "State"
 msgstr "Состояние"
 
-#: ../python/pakfire/cli.py:1053
+#: ../python/pakfire/cli.py:1054
 msgid "Jobs"
 msgstr "Задания"
 
-#: ../python/pakfire/cli.py:1066
+#: ../python/pakfire/cli.py:1067
 #, python-format
 msgid "A job with ID %s could not be found."
 msgstr ""
 
-#: ../python/pakfire/cli.py:1073
+#: ../python/pakfire/cli.py:1074
 #, python-format
 msgid "Job: %(name)s"
 msgstr "Задание: %(name)s"
 
-#: ../python/pakfire/cli.py:1078 ../python/pakfire/packages/base.py:107
-#: ../python/pakfire/transaction.py:398
+#: ../python/pakfire/cli.py:1079 ../python/pakfire/packages/base.py:107
+#: ../python/pakfire/transaction.py:404
 msgid "Arch"
 msgstr "Архитектура"
 
-#: ../python/pakfire/cli.py:1083 ../python/pakfire/packages/base.py:142
+#: ../python/pakfire/cli.py:1084 ../python/pakfire/packages/base.py:142
 msgid "Build host"
 msgstr "Хост сборки"
 
-#: ../python/pakfire/cli.py:1088
+#: ../python/pakfire/cli.py:1089
 msgid "Time created"
 msgstr "Время создания"
 
-#: ../python/pakfire/cli.py:1089
+#: ../python/pakfire/cli.py:1090
 msgid "Time started"
 msgstr "Время запуска"
 
-#: ../python/pakfire/cli.py:1090
+#: ../python/pakfire/cli.py:1091
 msgid "Time finished"
 msgstr "Время завершения"
 
-#: ../python/pakfire/cli.py:1091
+#: ../python/pakfire/cli.py:1092
 msgid "Duration"
 msgstr "Продолжительность"
 
-#: ../python/pakfire/cli.py:1119
+#: ../python/pakfire/cli.py:1120
 msgid "Invalid error code given."
 msgstr ""
 
-#: ../python/pakfire/cli.py:1122
+#: ../python/pakfire/cli.py:1123
 #, python-format
 msgid "Reponse from the server: %s"
 msgstr ""
 
-#: ../python/pakfire/cli.py:1128
+#: ../python/pakfire/cli.py:1129
 msgid "Pakfire daemon command line interface."
 msgstr ""
 
-#: ../python/pakfire/cli.py:1156
+#: ../python/pakfire/cli.py:1157
 msgid "Pakfire key command line interface."
 msgstr ""
 
-#: ../python/pakfire/cli.py:1200 ../python/pakfire/cli.py:1210
+#: ../python/pakfire/cli.py:1201 ../python/pakfire/cli.py:1211
 msgid "Import a key from file."
 msgstr ""
 
-#: ../python/pakfire/cli.py:1202
+#: ../python/pakfire/cli.py:1203
 msgid "The real name of the owner of this key."
 msgstr ""
 
-#: ../python/pakfire/cli.py:1204
+#: ../python/pakfire/cli.py:1205
 msgid "The email address of the owner of this key."
 msgstr ""
 
-#: ../python/pakfire/cli.py:1212
+#: ../python/pakfire/cli.py:1213
 msgid "Filename of that key to import."
 msgstr ""
 
-#: ../python/pakfire/cli.py:1218
+#: ../python/pakfire/cli.py:1219
 msgid "Export a key to a file."
 msgstr ""
 
-#: ../python/pakfire/cli.py:1220
+#: ../python/pakfire/cli.py:1221
 msgid "The ID of the key to export."
 msgstr ""
 
-#: ../python/pakfire/cli.py:1222
+#: ../python/pakfire/cli.py:1223
 msgid "Write the key to this file."
 msgstr ""
 
-#: ../python/pakfire/cli.py:1228
+#: ../python/pakfire/cli.py:1225
+msgid "Export the secret key, too."
+msgstr ""
+
+#: ../python/pakfire/cli.py:1231
 msgid "Delete a key from the local keyring."
 msgstr ""
 
-#: ../python/pakfire/cli.py:1230
+#: ../python/pakfire/cli.py:1233
 msgid "The ID of the key to delete."
 msgstr ""
 
-#: ../python/pakfire/cli.py:1236
+#: ../python/pakfire/cli.py:1239
 msgid "List all imported keys."
 msgstr ""
 
-#: ../python/pakfire/cli.py:1242
+#: ../python/pakfire/cli.py:1245
 msgid "Sign one or more packages."
 msgstr ""
 
-#: ../python/pakfire/cli.py:1244
+#: ../python/pakfire/cli.py:1247
 msgid "Key that is used sign the package(s)."
 msgstr ""
 
-#: ../python/pakfire/cli.py:1246
+#: ../python/pakfire/cli.py:1249
 msgid "Package(s) to sign."
 msgstr ""
 
-#: ../python/pakfire/cli.py:1252
+#: ../python/pakfire/cli.py:1255
 msgid "Verify one or more packages."
 msgstr ""
 
-#: ../python/pakfire/cli.py:1256
+#: ../python/pakfire/cli.py:1259
 msgid "Package(s) to verify."
 msgstr ""
 
-#: ../python/pakfire/cli.py:1263
+#: ../python/pakfire/cli.py:1266
 msgid "Generating the key may take a moment..."
 msgstr ""
 
-#: ../python/pakfire/cli.py:1311
+#: ../python/pakfire/cli.py:1315
 #, python-format
 msgid "Signing %s..."
 msgstr ""
 
-#: ../python/pakfire/cli.py:1328
+#: ../python/pakfire/cli.py:1332
 #, python-format
 msgid "Verifying %s..."
 msgstr ""
 
-#: ../python/pakfire/cli.py:1338
+#: ../python/pakfire/cli.py:1342
 msgid "This signature is valid."
 msgstr ""
 
-#: ../python/pakfire/cli.py:1341
+#: ../python/pakfire/cli.py:1345
 msgid "Unknown key"
 msgstr ""
 
-#: ../python/pakfire/cli.py:1342
+#: ../python/pakfire/cli.py:1346
 msgid "Could not check if this signature is valid."
 msgstr ""
 
-#: ../python/pakfire/cli.py:1345 ../python/pakfire/keyring.py:96
+#: ../python/pakfire/cli.py:1349 ../python/pakfire/keyring.py:96
 #, python-format
 msgid "Created: %s"
 msgstr ""
 
-#: ../python/pakfire/cli.py:1349 ../python/pakfire/keyring.py:99
+#: ../python/pakfire/cli.py:1353 ../python/pakfire/keyring.py:99
 #, python-format
 msgid "Expires: %s"
 msgstr ""
@@ -997,7 +1005,7 @@ msgstr "Запрашиваемое действие не может быть в
 msgid "Running pakfire-build in a pakfire container?"
 msgstr ""
 
-#: ../python/pakfire/errors.py:94 ../python/pakfire/transaction.py:469
+#: ../python/pakfire/errors.py:94 ../python/pakfire/transaction.py:475
 msgid "Transaction test was not successful"
 msgstr ""
 
@@ -1091,7 +1099,7 @@ msgstr ""
 msgid "Name"
 msgstr "Имя"
 
-#: ../python/pakfire/packages/base.py:110 ../python/pakfire/transaction.py:398
+#: ../python/pakfire/packages/base.py:110 ../python/pakfire/transaction.py:404
 msgid "Version"
 msgstr "Версия"
 
@@ -1099,7 +1107,7 @@ msgstr "Версия"
 msgid "Release"
 msgstr "Релиз"
 
-#: ../python/pakfire/packages/base.py:115 ../python/pakfire/transaction.py:399
+#: ../python/pakfire/packages/base.py:115 ../python/pakfire/transaction.py:405
 msgid "Size"
 msgstr "Размер"
 
@@ -1214,37 +1222,37 @@ msgstr "Невозможно удалить файл: /%s"
 msgid "Template does not exist: %s"
 msgstr "Шаблон не существует: %s"
 
-#: ../python/pakfire/packages/make.py:80
+#: ../python/pakfire/packages/make.py:81
 msgid "Package name is undefined."
 msgstr "Имя пакета не определено."
 
-#: ../python/pakfire/packages/make.py:83
+#: ../python/pakfire/packages/make.py:84
 msgid "Package version is undefined."
 msgstr "Версия пакета не определена."
 
-#: ../python/pakfire/packages/make.py:420
+#: ../python/pakfire/packages/make.py:421
 #, python-format
 msgid "Searching for automatic dependencies for %s..."
 msgstr ""
 
-#: ../python/pakfire/packages/make.py:474
+#: ../python/pakfire/packages/make.py:475
 #, 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:490
+#: ../python/pakfire/packages/make.py:491
 #, python-format
 msgid "Filter '%(pattern)s' filtered %(dep)s."
 msgstr ""
 
 #. Load progressbar.
-#: ../python/pakfire/packages/packager.py:391
-#: ../python/pakfire/packages/packager.py:686
+#: ../python/pakfire/packages/packager.py:394
+#: ../python/pakfire/packages/packager.py:689
 msgid "Packaging"
 msgstr ""
 
-#: ../python/pakfire/packages/packager.py:714
+#: ../python/pakfire/packages/packager.py:717
 #, python-format
 msgid "Building source package %s:"
 msgstr "Создание исходного пакета %s:"
@@ -1362,7 +1370,7 @@ msgstr "    Решение: %s"
 msgid "    Solutions:"
 msgstr "    Решения:"
 
-#: ../python/pakfire/server.py:279 ../python/pakfire/system.py:131
+#: ../python/pakfire/server.py:279 ../python/pakfire/system.py:132
 msgid "Could not be determined"
 msgstr ""
 
@@ -1376,100 +1384,106 @@ msgstr ""
 msgid "file %(name)s from %(pkg)s conflicts with files from %(pkgs)s"
 msgstr ""
 
-#: ../python/pakfire/transaction.py:108
+#: ../python/pakfire/transaction.py:106
+#, python-format
+msgid ""
+"file %(name)s causes the transaction test to fail for an unknown reason"
+msgstr ""
+
+#: ../python/pakfire/transaction.py:114
 #, 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:321
+#: ../python/pakfire/transaction.py:327
 #, python-format
 msgid "Not enough space to download %s of packages."
 msgstr "Недостаточно места для загрузки %s пакетов."
 
-#: ../python/pakfire/transaction.py:324
+#: ../python/pakfire/transaction.py:330
 msgid "Downloading packages:"
 msgstr "Скачивание пакетов:"
 
-#: ../python/pakfire/transaction.py:398
+#: ../python/pakfire/transaction.py:404
 msgid "Package"
 msgstr "Пакет"
 
-#: ../python/pakfire/transaction.py:403
+#: ../python/pakfire/transaction.py:409
 msgid "Installing:"
 msgstr "Устанавливается"
 
-#: ../python/pakfire/transaction.py:404
+#: ../python/pakfire/transaction.py:410
 msgid "Reinstalling:"
 msgstr "Переустановка:"
 
-#: ../python/pakfire/transaction.py:405
+#: ../python/pakfire/transaction.py:411
 msgid "Updating:"
 msgstr "Обновляется"
 
-#: ../python/pakfire/transaction.py:406
+#: ../python/pakfire/transaction.py:412
 msgid "Downgrading:"
 msgstr "Откат:"
 
-#: ../python/pakfire/transaction.py:407
+#: ../python/pakfire/transaction.py:413
 msgid "Removing:"
 msgstr "Удаляется"
 
-#: ../python/pakfire/transaction.py:413
+#: ../python/pakfire/transaction.py:419
 msgid "Transaction Summary"
 msgstr "Информация о транзакции"
 
-#: ../python/pakfire/transaction.py:420
+#: ../python/pakfire/transaction.py:426
 msgid "package"
 msgstr "пакет"
 
-#: ../python/pakfire/transaction.py:426
+#: ../python/pakfire/transaction.py:432
 #, python-format
 msgid "Total download size: %s"
 msgstr "Суммарный объём загрузки: %s"
 
-#: ../python/pakfire/transaction.py:430
+#: ../python/pakfire/transaction.py:436
 #, python-format
 msgid "Installed size: %s"
 msgstr "Размер после установки: %s"
 
-#: ../python/pakfire/transaction.py:433
+#: ../python/pakfire/transaction.py:439
 #, python-format
 msgid "Freed size: %s"
 msgstr "Освобождено: %s."
 
-#: ../python/pakfire/transaction.py:444
+#: ../python/pakfire/transaction.py:450
 msgid "Is this okay?"
 msgstr "Всё верно?"
 
-#: ../python/pakfire/transaction.py:450
+#: ../python/pakfire/transaction.py:456
 msgid "Running Transaction Test"
 msgstr ""
 
-#: ../python/pakfire/transaction.py:462
+#: ../python/pakfire/transaction.py:468
 msgid "Transaction Test Succeeded"
 msgstr ""
 
 #. Make a nice progressbar.
-#: ../python/pakfire/transaction.py:495
+#: ../python/pakfire/transaction.py:501
 msgid "Verifying signatures..."
 msgstr ""
 
-#: ../python/pakfire/transaction.py:527
+#: ../python/pakfire/transaction.py:533
 #, python-format
 msgid "Found %s signature error(s)!"
 msgstr ""
 
-#: ../python/pakfire/transaction.py:532
+#: ../python/pakfire/transaction.py:538
 msgid "Going on because we are running in permissive mode."
 msgstr ""
 
-#: ../python/pakfire/transaction.py:533
+#: ../python/pakfire/transaction.py:539
 msgid "This is dangerous!"
 msgstr ""
 
-#: ../python/pakfire/transaction.py:554
+#: ../python/pakfire/transaction.py:560
 msgid "Running transaction"
 msgstr "Запуск транзакции"