# SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR , YEAR. # #, fuzzy msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2013-01-24 01:36+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=CHARSET\n" "Content-Transfer-Encoding: 8bit\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:201 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:204 ../python/pakfire/actions.py:274 msgid "Executing python scriptlet..." msgstr "" #: ../python/pakfire/actions.py:210 #, python-format msgid "Cannot run scriptlet because no interpreter is available: %s" msgstr "" #: ../python/pakfire/actions.py:214 #, python-format msgid "Cannot run scriptlet because the interpreter is not executable: %s" msgstr "" #: ../python/pakfire/actions.py:253 #, python-format msgid "" "The scriptlet returned an error:\n" "%s" msgstr "" #: ../python/pakfire/actions.py:256 #, python-format msgid "The scriptlet ran more than %s seconds and was killed." msgstr "" #: ../python/pakfire/actions.py:260 #, python-format msgid "" "The scriptlet returned with an unhandled error:\n" "%s" msgstr "" #: ../python/pakfire/actions.py:299 #, python-format msgid "Exception occured: %s" msgstr "" #: ../python/pakfire/actions.py:372 ../python/pakfire/actions.py:410 #: ../python/pakfire/actions.py:432 ../python/pakfire/actions.py:454 #: ../python/pakfire/actions.py:471 ../python/pakfire/actions.py:490 #, python-format msgid "Running transaction test for %s" msgstr "" #: ../python/pakfire/actions.py:381 msgid "Installing" msgstr "" #: ../python/pakfire/actions.py:419 msgid "Updating" msgstr "" #: ../python/pakfire/actions.py:438 msgid "Removing" msgstr "" #. Cleaning up leftover files and stuff. #: ../python/pakfire/actions.py:461 msgid "Cleanup" msgstr "" #: ../python/pakfire/actions.py:483 msgid "Reinstalling" msgstr "" #: ../python/pakfire/actions.py:499 msgid "Downgrading" msgstr "" #: ../python/pakfire/base.py:197 msgid "Local install repository" msgstr "" #: ../python/pakfire/base.py:261 #, python-format msgid "Could not find any installed package providing \"%s\"." msgstr "" #: ../python/pakfire/base.py:267 #, python-format msgid "Multiple reinstall candidates for \"%(pattern)s\": %(pkgs)s" msgstr "" #: ../python/pakfire/base.py:271 ../python/pakfire/base.py:337 #: ../python/pakfire/base.py:376 ../python/pakfire/base.py:440 #: ../python/pakfire/base.py:467 ../python/pakfire/transaction.py:396 msgid "Nothing to do" msgstr "" #: ../python/pakfire/base.py:296 #, python-format msgid "Could not find package %s in a remote repository." msgstr "" #: ../python/pakfire/base.py:368 #, python-format msgid "Excluding %s." msgstr "" #: ../python/pakfire/base.py:426 #, python-format msgid "\"%s\" package does not seem to be installed." msgstr "" #: ../python/pakfire/base.py:590 msgid "Everything is fine." msgstr "" #: ../python/pakfire/base.py:611 msgid "Build command has failed." msgstr "" #: ../python/pakfire/base.py:648 msgid "You have not set the distribution for which you want to build." msgstr "" #: ../python/pakfire/base.py:649 msgid "Please do so in builder.conf or on the CLI." msgstr "" #: ../python/pakfire/base.py:650 msgid "Distribution configuration is missing." msgstr "" #: ../python/pakfire/base.py:731 msgid "New repository" msgstr "" #: ../python/pakfire/builder.py:80 #, python-format msgid "Cannot build for %s on this host." msgstr "" #. Log the package information. #: ../python/pakfire/builder.py:138 msgid "Package information:" msgstr "" #. Install all packages. #: ../python/pakfire/builder.py:407 msgid "Install packages needed for build..." msgstr "" #: ../python/pakfire/builder.py:412 ../python/pakfire/cli.py:446 msgid "Extracting" msgstr "" #: ../python/pakfire/builder.py:729 msgid "You cannot run a build when no package was given." msgstr "" #: ../python/pakfire/builder.py:733 #, python-format msgid "Could not find makefile in build root: %s" msgstr "" #: ../python/pakfire/builder.py:763 msgid "Build failed" msgstr "" #: ../python/pakfire/builder.py:766 msgid "Build interrupted" msgstr "" #: ../python/pakfire/builder.py:772 msgid "Build failed." msgstr "" #. End here in case of an error. #: ../python/pakfire/builder.py:788 msgid "The build command failed. See logfile for details." msgstr "" #: ../python/pakfire/builder.py:791 msgid "Running installation test..." msgstr "" #: ../python/pakfire/builder.py:797 msgid "Installation test succeeded." msgstr "" #. Create a progressbar. #: ../python/pakfire/builder.py:840 msgid "Signing packages..." msgstr "" #: ../python/pakfire/builder.py:874 msgid "Dumping package information:" msgstr "" #. Package the result. #. Make all these little package from the build environment. #: ../python/pakfire/builder.py:1026 msgid "Creating packages:" msgstr "" #. Execute the buildscript of this stage. #: ../python/pakfire/builder.py:1040 #, python-format msgid "Running stage %s:" msgstr "" #: ../python/pakfire/builder.py:1058 #, python-format msgid "Could not remove static libraries: %s" msgstr "" #: ../python/pakfire/builder.py:1064 msgid "Compressing man pages did not complete successfully." msgstr "" #: ../python/pakfire/builder.py:1084 msgid "Extracting debuginfo did not complete with success. Aborting build." msgstr "" #: ../python/pakfire/cli.py:52 msgid "Pakfire command line interface." msgstr "" #: ../python/pakfire/cli.py:59 msgid "The path where pakfire should operate in." msgstr "" #: ../python/pakfire/cli.py:146 msgid "Enable verbose output." msgstr "" #: ../python/pakfire/cli.py:149 msgid "Path to a configuration file to load." msgstr "" #: ../python/pakfire/cli.py:152 msgid "Disable a repository temporarily." msgstr "" #: ../python/pakfire/cli.py:155 msgid "Enable a repository temporarily." msgstr "" #: ../python/pakfire/cli.py:159 msgid "Run pakfire in offline mode." msgstr "" #: ../python/pakfire/cli.py:164 msgid "Install one or more packages to the system." msgstr "" #: ../python/pakfire/cli.py:166 msgid "Give name of at least one package to install." msgstr "" #: ../python/pakfire/cli.py:168 msgid "Don't install recommended packages." msgstr "" #: ../python/pakfire/cli.py:174 msgid "Reinstall one or more packages." msgstr "" #: ../python/pakfire/cli.py:176 msgid "Give name of at least one package to reinstall." msgstr "" #: ../python/pakfire/cli.py:182 msgid "Remove one or more packages from the system." msgstr "" #: ../python/pakfire/cli.py:184 msgid "Give name of at least one package to remove." msgstr "" #: ../python/pakfire/cli.py:190 msgid "Give a name of a package to update or leave emtpy for all." msgstr "" #: ../python/pakfire/cli.py:192 msgid "Exclude package from update." msgstr "" #: ../python/pakfire/cli.py:194 ../python/pakfire/cli.py:219 msgid "Allow changing the vendor of packages." msgstr "" #: ../python/pakfire/cli.py:196 ../python/pakfire/cli.py:221 msgid "Disallow changing the architecture of packages." msgstr "" #: ../python/pakfire/cli.py:201 msgid "Update the whole system or one specific package." msgstr "" #: ../python/pakfire/cli.py:208 msgid "Check, if there are any updates available." msgstr "" #: ../python/pakfire/cli.py:215 msgid "Downgrade one or more packages." msgstr "" #: ../python/pakfire/cli.py:217 msgid "Give a name of a package to downgrade." msgstr "" #: ../python/pakfire/cli.py:227 msgid "Print some information about the given package(s)." msgstr "" #: ../python/pakfire/cli.py:229 msgid "Give at least the name of one package." msgstr "" #: ../python/pakfire/cli.py:235 msgid "Search for a given pattern." msgstr "" #: ../python/pakfire/cli.py:237 msgid "A pattern to search for." msgstr "" #: ../python/pakfire/cli.py:243 msgid "Get a list of packages that provide a given file or feature." msgstr "" #: ../python/pakfire/cli.py:245 msgid "File or feature to search for." msgstr "" #: ../python/pakfire/cli.py:251 msgid "Get list of packages that belong to the given group." msgstr "" #: ../python/pakfire/cli.py:253 msgid "Group name to search for." msgstr "" #: ../python/pakfire/cli.py:259 msgid "Install all packages that belong to the given group." msgstr "" #: ../python/pakfire/cli.py:261 msgid "Group name." msgstr "" #: ../python/pakfire/cli.py:267 msgid "List all currently enabled repositories." msgstr "" #: ../python/pakfire/cli.py:271 msgid "Cleanup commands." msgstr "" #: ../python/pakfire/cli.py:279 msgid "Cleanup all temporary files." msgstr "" #: ../python/pakfire/cli.py:285 msgid "Check the system for any errors." msgstr "" #: ../python/pakfire/cli.py:291 msgid "Check the dependencies for a particular package." msgstr "" #: ../python/pakfire/cli.py:293 msgid "Give name of at least one package to check." msgstr "" #: ../python/pakfire/cli.py:299 msgid "Extract a package to a directory." msgstr "" #: ../python/pakfire/cli.py:301 msgid "Give name of the file to extract." msgstr "" #: ../python/pakfire/cli.py:303 msgid "Target directory where to extract to." msgstr "" #: ../python/pakfire/cli.py:385 ../python/pakfire/transaction.py:405 msgid "Repository" msgstr "" #: ../python/pakfire/cli.py:385 msgid "Enabled" msgstr "" #: ../python/pakfire/cli.py:385 ../python/pakfire/cli.py:1112 msgid "Priority" msgstr "" #: ../python/pakfire/cli.py:385 ../python/pakfire/cli.py:1157 msgid "Packages" msgstr "" #: ../python/pakfire/cli.py:393 msgid "Cleaning up everything..." msgstr "" #: ../python/pakfire/cli.py:429 msgid "Cannot extract mixed package types" msgstr "" #: ../python/pakfire/cli.py:432 msgid "You must provide an install directory with --target=..." msgstr "" #: ../python/pakfire/cli.py:438 msgid "Cannot extract to /." msgstr "" #: ../python/pakfire/cli.py:456 msgid "You cannot run pakfire-builder in a pakfire chroot." msgstr "" #: ../python/pakfire/cli.py:459 ../python/pakfire/cli.py:785 msgid "Pakfire builder command line interface." msgstr "" #: ../python/pakfire/cli.py:518 msgid "Choose the distribution configuration to use for build" msgstr "" #: ../python/pakfire/cli.py:521 msgid "Run pakfire for the given architecture." msgstr "" #: ../python/pakfire/cli.py:526 msgid "Update the package indexes." msgstr "" #: ../python/pakfire/cli.py:532 ../python/pakfire/cli.py:805 msgid "Build one or more packages." msgstr "" #: ../python/pakfire/cli.py:534 ../python/pakfire/cli.py:694 #: ../python/pakfire/cli.py:807 msgid "Give name of at least one package to build." msgstr "" #: ../python/pakfire/cli.py:538 ../python/pakfire/cli.py:566 #: ../python/pakfire/cli.py:813 msgid "Path were the output files should be copied to." msgstr "" #: ../python/pakfire/cli.py:540 ../python/pakfire/cli.py:555 #: ../python/pakfire/cli.py:815 msgid "Mode to run in. Is either 'release' or 'development' (default)." msgstr "" #: ../python/pakfire/cli.py:542 msgid "Run a shell after a successful build." msgstr "" #: ../python/pakfire/cli.py:544 msgid "Do not perform the install test." msgstr "" #: ../python/pakfire/cli.py:549 msgid "Go into a shell." msgstr "" #: ../python/pakfire/cli.py:551 msgid "Give name of a package." msgstr "" #: ../python/pakfire/cli.py:560 msgid "Generate a source package." msgstr "" #: ../python/pakfire/cli.py:562 msgid "Give name(s) of a package(s)." msgstr "" #: ../python/pakfire/cli.py:651 msgid "Pakfire server command line interface." msgstr "" #: ../python/pakfire/cli.py:692 msgid "Send a scrach build job to the server." msgstr "" #: ../python/pakfire/cli.py:696 msgid "Limit build to only these architecture(s)." msgstr "" #: ../python/pakfire/cli.py:702 msgid "Send a keepalive to the server." msgstr "" #: ../python/pakfire/cli.py:709 msgid "Update all repositories." msgstr "" #: ../python/pakfire/cli.py:715 msgid "Repository management commands." msgstr "" #: ../python/pakfire/cli.py:723 msgid "Create a new repository index." msgstr "" #: ../python/pakfire/cli.py:725 msgid "Path to the packages." msgstr "" #: ../python/pakfire/cli.py:727 msgid "Path to input packages." msgstr "" #: ../python/pakfire/cli.py:729 msgid "Key to sign the repository with." msgstr "" #: ../python/pakfire/cli.py:734 msgid "Dump some information about this machine." msgstr "" #: ../python/pakfire/cli.py:811 ../python/pakfire/cli.py:907 msgid "Build the package for the given architecture." msgstr "" #: ../python/pakfire/cli.py:817 msgid "Do not verify build dependencies." msgstr "" #: ../python/pakfire/cli.py:819 msgid "Only run the prepare stage." msgstr "" #: ../python/pakfire/cli.py:853 msgid "Pakfire client command line interface." msgstr "" #: ../python/pakfire/cli.py:901 msgid "Build a package remotely." msgstr "" #: ../python/pakfire/cli.py:903 msgid "Give name of a package to build." msgstr "" #: ../python/pakfire/cli.py:912 msgid "Print some information about this host." msgstr "" #: ../python/pakfire/cli.py:918 msgid "Check the connection to the hub." msgstr "" #: ../python/pakfire/cli.py:923 msgid "Show information about build jobs." msgstr "" #: ../python/pakfire/cli.py:933 msgid "Show a list of all active jobs." msgstr "" #: ../python/pakfire/cli.py:938 msgid "Show a list of all recently finished of failed build jobs." msgstr "" #: ../python/pakfire/cli.py:943 msgid "Show details about given build job." msgstr "" #: ../python/pakfire/cli.py:944 msgid "The ID of the build job." msgstr "" #: ../python/pakfire/cli.py:949 msgid "Show information about builds." msgstr "" #: ../python/pakfire/cli.py:957 msgid "Show details about the given build." msgstr "" #: ../python/pakfire/cli.py:958 msgid "The ID of the build." msgstr "" #: ../python/pakfire/cli.py:963 msgid "Test the connection to the hub." msgstr "" #: ../python/pakfire/cli.py:964 msgid "Error code to test." msgstr "" #: ../python/pakfire/cli.py:1013 ../python/pakfire/server.py:302 msgid "Hostname" msgstr "" #: ../python/pakfire/cli.py:1014 msgid "Pakfire hub" msgstr "" #: ../python/pakfire/cli.py:1017 msgid "Username" msgstr "" #. Hardware information #: ../python/pakfire/cli.py:1021 ../python/pakfire/server.py:306 msgid "Hardware information" msgstr "" #: ../python/pakfire/cli.py:1022 ../python/pakfire/server.py:307 msgid "CPU model" msgstr "" #: ../python/pakfire/cli.py:1023 ../python/pakfire/server.py:308 msgid "Memory" msgstr "" #: ../python/pakfire/cli.py:1024 msgid "Parallelism" msgstr "" #: ../python/pakfire/cli.py:1026 ../python/pakfire/server.py:310 msgid "Native arch" msgstr "" #: ../python/pakfire/cli.py:1028 msgid "Default arch" msgstr "" #: ../python/pakfire/cli.py:1030 ../python/pakfire/server.py:312 msgid "Supported arches" msgstr "" #: ../python/pakfire/cli.py:1043 msgid "Your IP address" msgstr "" #: ../python/pakfire/cli.py:1048 msgid "You are authenticated to the build service:" msgstr "" #: ../python/pakfire/cli.py:1054 msgid "User name" msgstr "" #: ../python/pakfire/cli.py:1055 msgid "Real name" msgstr "" #: ../python/pakfire/cli.py:1056 msgid "Email address" msgstr "" #: ../python/pakfire/cli.py:1057 msgid "Registered" msgstr "" #: ../python/pakfire/cli.py:1064 msgid "You could not be authenticated to the build service." msgstr "" #: ../python/pakfire/cli.py:1085 msgid "No ongoing jobs found." msgstr "" #: ../python/pakfire/cli.py:1088 msgid "Active build jobs" msgstr "" #: ../python/pakfire/cli.py:1094 msgid "No jobs found." msgstr "" #: ../python/pakfire/cli.py:1097 msgid "Recently processed build jobs" msgstr "" #: ../python/pakfire/cli.py:1104 #, python-format msgid "A build with ID %s could not be found." msgstr "" #: ../python/pakfire/cli.py:1107 #, python-format msgid "Build: %(name)s" msgstr "" #: ../python/pakfire/cli.py:1111 ../python/pakfire/cli.py:1139 msgid "State" msgstr "" #: ../python/pakfire/cli.py:1115 msgid "Jobs" msgstr "" #: ../python/pakfire/cli.py:1128 #, python-format msgid "A job with ID %s could not be found." msgstr "" #: ../python/pakfire/cli.py:1135 #, python-format msgid "Job: %(name)s" msgstr "" #: ../python/pakfire/cli.py:1140 ../python/pakfire/packages/base.py:107 #: ../python/pakfire/transaction.py:404 msgid "Arch" msgstr "" #: ../python/pakfire/cli.py:1145 ../python/pakfire/packages/base.py:148 msgid "Build host" msgstr "" #: ../python/pakfire/cli.py:1150 msgid "Time created" msgstr "" #: ../python/pakfire/cli.py:1151 msgid "Time started" msgstr "" #: ../python/pakfire/cli.py:1152 msgid "Time finished" msgstr "" #: ../python/pakfire/cli.py:1153 msgid "Duration" msgstr "" #: ../python/pakfire/cli.py:1181 msgid "Invalid error code given." msgstr "" #: ../python/pakfire/cli.py:1184 #, python-format msgid "Reponse from the server: %s" msgstr "" #: ../python/pakfire/cli.py:1190 msgid "Pakfire daemon command line interface." msgstr "" #: ../python/pakfire/cli.py:1220 msgid "Pakfire key command line interface." msgstr "" #: ../python/pakfire/cli.py:1256 ../python/pakfire/cli.py:1266 msgid "Import a key from file." msgstr "" #: ../python/pakfire/cli.py:1258 msgid "The real name of the owner of this key." msgstr "" #: ../python/pakfire/cli.py:1260 msgid "The email address of the owner of this key." msgstr "" #: ../python/pakfire/cli.py:1268 msgid "Filename of that key to import." msgstr "" #: ../python/pakfire/cli.py:1274 msgid "Export a key to a file." msgstr "" #: ../python/pakfire/cli.py:1276 msgid "The ID of the key to export." msgstr "" #: ../python/pakfire/cli.py:1278 msgid "Write the key to this file." msgstr "" #: ../python/pakfire/cli.py:1284 msgid "Delete a key from the local keyring." msgstr "" #: ../python/pakfire/cli.py:1286 msgid "The ID of the key to delete." msgstr "" #: ../python/pakfire/cli.py:1292 msgid "List all imported keys." msgstr "" #: ../python/pakfire/cli.py:1298 msgid "Sign one or more packages." msgstr "" #: ../python/pakfire/cli.py:1300 msgid "Key that is used sign the package(s)." msgstr "" #: ../python/pakfire/cli.py:1302 msgid "Package(s) to sign." msgstr "" #: ../python/pakfire/cli.py:1308 msgid "Verify one or more packages." msgstr "" #: ../python/pakfire/cli.py:1312 msgid "Package(s) to verify." msgstr "" #: ../python/pakfire/cli.py:1319 msgid "Generating the key may take a moment..." msgstr "" #: ../python/pakfire/cli.py:1373 #, python-format msgid "Signing %s..." msgstr "" #: ../python/pakfire/cli.py:1393 #, python-format msgid "Verifying %s..." msgstr "" #: ../python/pakfire/cli.py:1403 msgid "This signature is valid." msgstr "" #: ../python/pakfire/cli.py:1406 msgid "Unknown key" msgstr "" #: ../python/pakfire/cli.py:1407 msgid "Could not check if this signature is valid." msgstr "" #: ../python/pakfire/cli.py:1410 ../python/pakfire/keyring.py:96 #, python-format msgid "Created: %s" msgstr "" #: ../python/pakfire/cli.py:1414 ../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 = %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:98 ../python/pakfire/transaction.py:475 msgid "Transaction test was not successful" msgstr "" #: ../python/pakfire/errors.py:102 msgid "Generic XMLRPC error." msgstr "" #: ../python/pakfire/errors.py:106 msgid "" "You are forbidden to perform this action. Maybe you need to check your " "credentials." msgstr "" #: ../python/pakfire/errors.py:110 msgid "A request could not be fulfilled by the server." msgstr "" #: ../python/pakfire/errors.py:114 msgid "Could not find the requested URL." msgstr "" #: ../python/pakfire/errors.py:118 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 "Installed size" msgstr "" #: ../python/pakfire/packages/base.py:125 msgid "Repo" msgstr "" #: ../python/pakfire/packages/base.py:128 msgid "Summary" msgstr "" #: ../python/pakfire/packages/base.py:129 msgid "Groups" msgstr "" #: ../python/pakfire/packages/base.py:130 msgid "URL" msgstr "" #: ../python/pakfire/packages/base.py:131 msgid "License" msgstr "" #: ../python/pakfire/packages/base.py:134 msgid "Description" msgstr "" #: ../python/pakfire/packages/base.py:141 msgid "Maintainer" msgstr "" #: ../python/pakfire/packages/base.py:143 msgid "Vendor" msgstr "" #: ../python/pakfire/packages/base.py:145 msgid "UUID" msgstr "" #: ../python/pakfire/packages/base.py:146 msgid "Build ID" msgstr "" #: ../python/pakfire/packages/base.py:147 msgid "Build date" msgstr "" #: ../python/pakfire/packages/base.py:150 msgid "Signatures" msgstr "" #: ../python/pakfire/packages/base.py:155 msgid "Provides" msgstr "" #: ../python/pakfire/packages/base.py:160 msgid "Pre-requires" msgstr "" #: ../python/pakfire/packages/base.py:165 msgid "Requires" msgstr "" #: ../python/pakfire/packages/base.py:170 msgid "Conflicts" msgstr "" #: ../python/pakfire/packages/base.py:175 msgid "Obsoletes" msgstr "" #: ../python/pakfire/packages/base.py:180 msgid "Recommends" msgstr "" #: ../python/pakfire/packages/base.py:185 msgid "Suggests" msgstr "" #: ../python/pakfire/packages/base.py:193 msgid "File" msgstr "" #: ../python/pakfire/packages/base.py:383 msgid "Not set" msgstr "" #: ../python/pakfire/packages/base.py:570 #, python-format msgid "Config file saved as %s." msgstr "" #: ../python/pakfire/packages/base.py:575 #, python-format msgid "Preserving datafile '/%s'" msgstr "" #: ../python/pakfire/packages/file.py:80 #, python-format msgid "Filename: %s" msgstr "" #: ../python/pakfire/packages/file.py:181 #, python-format msgid "File in archive is missing in file metadata: %s. Skipping." msgstr "" #: ../python/pakfire/packages/file.py:237 #, python-format msgid "Config file created as %s" msgstr "" #: ../python/pakfire/packages/file.py:242 #, python-format msgid "Don't overwrite already existing datafile '/%s'" msgstr "" #: ../python/pakfire/packages/file.py:256 #, python-format msgid "Could not remove file: /%s" msgstr "" #: ../python/pakfire/packages/lexer.py:756 #, python-format msgid "Template does not exist: %s" msgstr "" #: ../python/pakfire/packages/make.py:83 msgid "Package name is undefined." msgstr "" #: ../python/pakfire/packages/make.py:86 msgid "Package version is undefined." msgstr "" #: ../python/pakfire/packages/make.py:443 #, python-format msgid "Searching for automatic dependencies for %s..." msgstr "" #: ../python/pakfire/packages/make.py:497 #, 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:513 #, python-format msgid "Filter '%(pattern)s' filtered %(dep)s." msgstr "" #. Load progressbar. #: ../python/pakfire/packages/packager.py:400 #: ../python/pakfire/packages/packager.py:714 msgid "Packaging" msgstr "" #: ../python/pakfire/packages/packager.py:742 #, python-format msgid "Building source package %s:" msgstr "" #: ../python/pakfire/packages/tar.py:87 #, python-format msgid "Could not extract file: /%(src)s - %(dst)s" msgstr "" #: ../python/pakfire/repository/__init__.py:93 msgid "Initializing repositories..." msgstr "" #: ../python/pakfire/repository/database.py:127 msgid "The format of the database is not supported by this version of pakfire." msgstr "" #: ../python/pakfire/repository/database.py:238 #, python-format msgid "Cannot use database with version greater than %s." msgstr "" #: ../python/pakfire/repository/database.py:240 #, python-format msgid "Migrating database from format %(old)s to %(new)s." msgstr "" #. Create progress bar. #: ../python/pakfire/repository/local.py:123 #, python-format msgid "%s: Adding packages..." msgstr "" #. Make a nice progress bar. #: ../python/pakfire/repository/local.py:229 msgid "Compressing database..." msgstr "" #. Create progress bar. #: ../python/pakfire/repository/local.py:287 #, python-format msgid "%s: Reading packages..." msgstr "" #: ../python/pakfire/repository/remote.py:151 #, python-format msgid "No metadata available for repository %s. Cannot download any." msgstr "" #: ../python/pakfire/repository/remote.py:176 #, python-format msgid "Could not update metadata for %s from any mirror server" msgstr "" #: ../python/pakfire/repository/remote.py:185 msgid "The downloaded metadata was less recent than the current one." msgstr "" #: ../python/pakfire/repository/remote.py:224 #, python-format msgid "Cannot download package database for %s in offline mode." msgstr "" #: ../python/pakfire/repository/remote.py:235 #, python-format msgid "%s: package database" msgstr "" #: ../python/pakfire/repository/remote.py:309 #, python-format msgid "Cannot download this file in offline mode: %s" msgstr "" #: ../python/pakfire/repository/remote.py:315 #, python-format msgid "Could not download %s: %s" msgstr "" #: ../python/pakfire/repository/remote.py:340 msgid "The checksum of the downloaded file did not match." msgstr "" #: ../python/pakfire/repository/remote.py:341 #, python-format msgid "Expected %(good)s but got %(bad)s." msgstr "" #: ../python/pakfire/repository/remote.py:342 msgid "Trying an other mirror." msgstr "" #. Create a progressbar. #: ../python/pakfire/repository/system.py:59 msgid "Loading installed packages" msgstr "" #: ../python/pakfire/satsolver.py:329 #, python-format msgid "Dependency solving finished in %.2f ms" msgstr "" #: ../python/pakfire/satsolver.py:344 ../python/pakfire/satsolver.py:370 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:386 msgid "Do you want to manually alter the request?" msgstr "" #: ../python/pakfire/satsolver.py:389 msgid "You can now try to satisfy the solver by modifying your request." msgstr "" #: ../python/pakfire/satsolver.py:394 msgid "Which problem to you want to resolve?" msgstr "" #: ../python/pakfire/satsolver.py:396 msgid "Press enter to try to re-solve the request." msgstr "" #: ../python/pakfire/satsolver.py:427 #, python-format msgid " Solution: %s" msgstr "" #: ../python/pakfire/satsolver.py:436 msgid " Solutions:" msgstr "" #: ../python/pakfire/server.py:278 ../python/pakfire/system.py:132 msgid "Could not be determined" msgstr "" #: ../python/pakfire/shell.py:84 #, python-format msgid "Executing command: %s in %s" msgstr "" #: ../python/pakfire/shell.py:123 #, python-format msgid "Command exceeded timeout (%(timeout)d): %(command)s" msgstr "" #: ../python/pakfire/shell.py:129 #, python-format msgid "Child returncode was: %s" msgstr "" #: ../python/pakfire/shell.py:132 #, python-format msgid "Command failed: %s" 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 ""