# 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: 2011-07-16 16:56+0200\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" #: ../pakfire/builder.py:254 #, python-format msgid "Extracting: %s (source)" msgstr "" #: ../pakfire/cli.py:18 msgid "Pakfire command line interface." msgstr "" #: ../pakfire/cli.py:25 msgid "The path where pakfire should operate in." msgstr "" #: ../pakfire/cli.py:65 msgid "Enable verbose output." msgstr "" #: ../pakfire/cli.py:68 msgid "Path to a configuration file to load." msgstr "" #: ../pakfire/cli.py:71 msgid "Disable a repository temporarily." msgstr "" #: ../pakfire/cli.py:76 msgid "Install one or more packages to the system." msgstr "" #: ../pakfire/cli.py:78 msgid "Give name of at least one package to install." msgstr "" #: ../pakfire/cli.py:84 msgid "Install one or more packages from the filesystem." msgstr "" #: ../pakfire/cli.py:86 msgid "Give filename of at least one package." msgstr "" #: ../pakfire/cli.py:92 msgid "Remove one or more packages from the system." msgstr "" #: ../pakfire/cli.py:94 msgid "Give name of at least one package to remove." msgstr "" #: ../pakfire/cli.py:100 msgid "Update the whole system or one specific package." msgstr "" #: ../pakfire/cli.py:102 msgid "Give a name of a package to update or leave emtpy for all." msgstr "" #: ../pakfire/cli.py:108 msgid "Print some information about the given package(s)." msgstr "" #: ../pakfire/cli.py:110 msgid "Give at least the name of one package." msgstr "" #: ../pakfire/cli.py:116 msgid "Search for a given pattern." msgstr "" #: ../pakfire/cli.py:118 msgid "A pattern to search for." msgstr "" #: ../pakfire/cli.py:124 msgid "Get a list of packages that provide a given file or feature." msgstr "" #: ../pakfire/cli.py:126 ../pakfire/cli.py:134 msgid "File or feature to search for." msgstr "" #: ../pakfire/cli.py:132 msgid "Get a list of packages that require a given file or feature." msgstr "" #: ../pakfire/cli.py:140 msgid "Get list of packages that belong to the given group." msgstr "" #: ../pakfire/cli.py:142 msgid "Group name to search for." msgstr "" #: ../pakfire/cli.py:148 msgid "Install all packages that belong to the given group." msgstr "" #: ../pakfire/cli.py:150 msgid "Group name." msgstr "" #: ../pakfire/cli.py:156 msgid "List all currently enabled repositories." msgstr "" #: ../pakfire/cli.py:222 ../pakfire/repository/transaction.py:248 msgid "Repository" msgstr "" #: ../pakfire/cli.py:222 msgid "Enabled" msgstr "" #: ../pakfire/cli.py:222 msgid "Priority" msgstr "" #: ../pakfire/cli.py:222 msgid "Packages" msgstr "" #: ../pakfire/cli.py:237 msgid "Pakfire builder command line interface." msgstr "" #: ../pakfire/cli.py:279 msgid "Update the package indexes." msgstr "" #: ../pakfire/cli.py:285 msgid "Build one or more packages." msgstr "" #: ../pakfire/cli.py:287 msgid "Give name of at least one package to build." msgstr "" #: ../pakfire/cli.py:291 msgid "Build the package for the given architecture." msgstr "" #: ../pakfire/cli.py:293 ../pakfire/cli.py:315 msgid "Path were the output files should be copied to." msgstr "" #: ../pakfire/cli.py:298 msgid "Go into a shell." msgstr "" #: ../pakfire/cli.py:300 msgid "Give name of a package." msgstr "" #: ../pakfire/cli.py:304 msgid "Emulated architecture in the shell." msgstr "" #: ../pakfire/cli.py:309 msgid "Generate a source package." msgstr "" #: ../pakfire/cli.py:311 msgid "Give name(s) of a package(s)." msgstr "" #: ../pakfire/cli.py:386 msgid "Pakfire repo command line interface." msgstr "" #: ../pakfire/cli.py:405 msgid "Repository management commands." msgstr "" #: ../pakfire/cli.py:413 msgid "Create a new repository index." msgstr "" #: ../pakfire/cli.py:414 msgid "Path to the packages." msgstr "" #: ../pakfire/cli.py:415 msgid "Path to input packages." msgstr "" #: ../pakfire/cli.py:427 msgid "Pakfire master command line interface." msgstr "" #: ../pakfire/cli.py:449 msgid "Update the sources." msgstr "" #: ../pakfire/cli.py:459 msgid "Pakfire server command line interface." msgstr "" #: ../pakfire/cli.py:483 msgid "Request a build job from the server." msgstr "" #: ../pakfire/cli.py:489 msgid "Send a keepalive to the server." msgstr "" #: ../pakfire/packages/base.py:69 msgid "Name" msgstr "" #: ../pakfire/packages/base.py:70 ../pakfire/repository/transaction.py:247 msgid "Arch" msgstr "" #: ../pakfire/packages/base.py:71 ../pakfire/repository/transaction.py:247 msgid "Version" msgstr "" #: ../pakfire/packages/base.py:72 msgid "Release" msgstr "" #: ../pakfire/packages/base.py:73 ../pakfire/repository/transaction.py:248 msgid "Size" msgstr "" #: ../pakfire/packages/base.py:74 msgid "Repo" msgstr "" #: ../pakfire/packages/base.py:75 msgid "Summary" msgstr "" #: ../pakfire/packages/base.py:76 msgid "Groups" msgstr "" #: ../pakfire/packages/base.py:77 msgid "URL" msgstr "" #: ../pakfire/packages/base.py:78 msgid "License" msgstr "" #: ../pakfire/packages/base.py:81 msgid "Description" msgstr "" #: ../pakfire/packages/base.py:87 msgid "UUID" msgstr "" #: ../pakfire/packages/base.py:88 msgid "Build ID" msgstr "" #: ../pakfire/packages/base.py:89 msgid "Build date" msgstr "" #: ../pakfire/packages/base.py:90 msgid "Build host" msgstr "" #: ../pakfire/packages/base.py:92 msgid "Provides" msgstr "" #: ../pakfire/packages/base.py:97 msgid "Requires" msgstr "" #: ../pakfire/repository/index_old.py:397 ../pakfire/repository/index.py:216 #, python-format msgid "%s: package database" msgstr "" #. Add all packages from the database to the index. #: ../pakfire/repository/index.py:317 msgid "Loading installed packages" msgstr "" #: ../pakfire/repository/transaction.py:103 #, python-format msgid "Extracting: %s" msgstr "" #: ../pakfire/repository/transaction.py:106 #, python-format msgid "Installing: %s" msgstr "" #: ../pakfire/repository/transaction.py:108 #, python-format msgid "Reinstalling: %s" msgstr "" #: ../pakfire/repository/transaction.py:110 #, python-format msgid "Updating: %s" msgstr "" #: ../pakfire/repository/transaction.py:112 #, python-format msgid "Downgrading: %s" msgstr "" #: ../pakfire/repository/transaction.py:129 #, python-format msgid "Removing: %s" msgstr "" #: ../pakfire/repository/transaction.py:247 msgid "Package" msgstr "" #: ../pakfire/repository/transaction.py:252 msgid "Installing:" msgstr "" #: ../pakfire/repository/transaction.py:253 msgid "Reinstalling:" msgstr "" #: ../pakfire/repository/transaction.py:254 msgid "Updating:" msgstr "" #: ../pakfire/repository/transaction.py:255 msgid "Downgrading:" msgstr "" #: ../pakfire/repository/transaction.py:256 msgid "Removing:" msgstr "" #: ../pakfire/repository/transaction.py:262 msgid "Transaction Summary" msgstr "" #: ../pakfire/repository/transaction.py:269 msgid "package" msgstr "" #: ../pakfire/repository/transaction.py:275 #, python-format msgid "Total download size: %s" msgstr "" #: ../pakfire/repository/transaction.py:284 msgid "Is this okay?" msgstr "" #: ../pakfire/util.py:36 #, python-format msgid "%s [y/N]" msgstr ""