From: Michael Tremer Date: Sun, 6 Feb 2011 15:41:45 +0000 (+0100) Subject: Updating translations. X-Git-Tag: 0.9.3~206 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=84e0fe09521f6be7e72e8ae3b54eff72ca4be221;p=pakfire.git Updating translations. --- diff --git a/po/POTFILES.in b/po/POTFILES.in index 36559977e..fc9ee1e5f 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -1,26 +1,29 @@ -pakfire/i18n.py +pakfire/base.py +pakfire/builder.py +pakfire/cli.py +pakfire/config.py +pakfire/constants.py +pakfire/database.py +pakfire/depsolve.py pakfire/distro.py -pakfire/packages/packager.py -pakfire/packages/source.py +pakfire/errors.py +pakfire/i18n.py +pakfire/index.py +pakfire/__init__.py +pakfire/logger.py +pakfire/packages/base.py pakfire/packages/binary.py +pakfire/packages/__init__.py +pakfire/packages/installed.py pakfire/packages/_io_.py pakfire/packages/listing.py -pakfire/packages/__init__.py -pakfire/packages/virtual.py -pakfire/packages/base.py +pakfire/packages/make.py +pakfire/packages/packager.py +pakfire/packages/source.py pakfire/packages/util.py -pakfire/constants.py +pakfire/packages/virtual.py +pakfire/plugins/__init__.py pakfire/repository.py pakfire/transaction.py -pakfire/database.py -pakfire/__init__.py -pakfire/cli.py -pakfire/index.py -pakfire/base.py -pakfire/env.py -pakfire/logger.py -pakfire/config.py -pakfire/depsolve.py pakfire/util.py -pakfire/plugins/__init__.py - +scripts/pakfire diff --git a/po/pakfire.pot b/po/pakfire.pot index ae5fe1c4d..149feb511 100644 --- a/po/pakfire.pot +++ b/po/pakfire.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-01-27 20:25+0100\n" +"POT-Creation-Date: 2011-02-06 15:13+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -17,143 +17,191 @@ msgstr "" "Content-Type: text/plain; charset=CHARSET\n" "Content-Transfer-Encoding: 8bit\n" -#: ../pakfire/packages/packager.py:109 -msgid "Extracting:" +#: ../pakfire/cli.py:25 +#, python-format +msgid "%s [y/N]" msgstr "" -#: ../pakfire/packages/base.py:42 -msgid "Name" +#: ../pakfire/cli.py:36 +msgid "Pakfire command line interface." msgstr "" -#: ../pakfire/packages/base.py:43 ../pakfire/transaction.py:214 -msgid "Arch" +#: ../pakfire/cli.py:43 +msgid "The path where pakfire should operate in." msgstr "" -#: ../pakfire/packages/base.py:44 ../pakfire/transaction.py:214 -msgid "Version" +#: ../pakfire/cli.py:72 +msgid "Enable verbose output." msgstr "" -#: ../pakfire/packages/base.py:45 -msgid "Release" +#: ../pakfire/cli.py:75 +msgid "Path to a configuration file to load." msgstr "" -#: ../pakfire/packages/base.py:46 ../pakfire/transaction.py:214 -msgid "Size" +#: ../pakfire/cli.py:78 +msgid "Disable a repository temporarily." msgstr "" -#. (_("Repo"), self.repo), -#: ../pakfire/packages/base.py:48 -msgid "Summary" +#: ../pakfire/cli.py:83 +msgid "Install one or more packages to the system." msgstr "" -#. (_("URL"), self.url), -#: ../pakfire/packages/base.py:50 -msgid "License" +#: ../pakfire/cli.py:85 +msgid "Give name of at least one package to install." msgstr "" -#: ../pakfire/packages/base.py:53 -msgid "Description" +#: ../pakfire/cli.py:91 +msgid "Update the whole system or one specific package." msgstr "" -#: ../pakfire/transaction.py:214 -msgid "Package" +#: ../pakfire/cli.py:93 +msgid "Give a name of a package to update or leave emtpy for all." msgstr "" -#: ../pakfire/transaction.py:214 -msgid "Repository" +#: ../pakfire/cli.py:99 +msgid "Print some information about the given package(s)." msgstr "" -#: ../pakfire/transaction.py:218 -msgid "Installing:" +#: ../pakfire/cli.py:101 +msgid "Give at least the name of one package." msgstr "" -#: ../pakfire/transaction.py:224 -msgid "Updating:" +#: ../pakfire/cli.py:107 +msgid "Search for a given pattern." msgstr "" -#: ../pakfire/transaction.py:230 -msgid "Removing:" +#: ../pakfire/cli.py:109 +msgid "A pattern to search for." msgstr "" -#: ../pakfire/transaction.py:235 -msgid "Transaction Summary" +#: ../pakfire/cli.py:149 +msgid "Pakfire builder command line interface." msgstr "" -#: ../pakfire/transaction.py:241 -msgid "Install" +#: ../pakfire/cli.py:185 +msgid "Update the package indexes." msgstr "" -#: ../pakfire/transaction.py:241 ../pakfire/transaction.py:244 -#: ../pakfire/transaction.py:247 -msgid "Package(s)" +#: ../pakfire/cli.py:191 +msgid "Build one or more packages." msgstr "" -#: ../pakfire/transaction.py:244 -msgid "Updates" +#: ../pakfire/cli.py:193 +msgid "Give name of at least one package to build." msgstr "" -#: ../pakfire/transaction.py:247 -msgid "Remove" +#: ../pakfire/cli.py:197 +msgid "Build the package for the given architecture." msgstr "" -#: ../pakfire/transaction.py:250 -#, python-format -msgid "Total download size: %s" +#: ../pakfire/cli.py:199 ../pakfire/cli.py:221 +msgid "Path were the output files should be copied to." +msgstr "" + +#: ../pakfire/cli.py:204 +msgid "Go into a shell." +msgstr "" + +#: ../pakfire/cli.py:206 ../pakfire/cli.py:217 +msgid "Give name of a package." +msgstr "" + +#: ../pakfire/cli.py:210 +msgid "Emulated architecture in the shell." +msgstr "" + +#: ../pakfire/cli.py:215 +msgid "Generate a source package." msgstr "" -#: ../pakfire/__init__.py:88 +#: ../pakfire/__init__.py:156 msgid "Is this okay?" msgstr "" -#: ../pakfire/cli.py:20 -#, python-format -msgid "%s [y/N]" +#: ../pakfire/packages/base.py:42 +msgid "Name" msgstr "" -#: ../pakfire/cli.py:29 -msgid "Pakfire command line interface." +#: ../pakfire/packages/base.py:43 ../pakfire/transaction.py:231 +msgid "Arch" msgstr "" -#: ../pakfire/cli.py:33 ../pakfire/cli.py:84 -msgid "Enable verbose output." +#: ../pakfire/packages/base.py:44 ../pakfire/transaction.py:231 +msgid "Version" msgstr "" -#: ../pakfire/cli.py:36 ../pakfire/cli.py:87 -msgid "The path where pakfire should operate in." +#: ../pakfire/packages/base.py:45 +msgid "Release" msgstr "" -#: ../pakfire/cli.py:43 ../pakfire/cli.py:94 -msgid "Install one or more packages to the system." +#: ../pakfire/packages/base.py:46 ../pakfire/transaction.py:231 +msgid "Size" msgstr "" -#: ../pakfire/cli.py:45 ../pakfire/cli.py:96 -msgid "Give name of at least one package to install." +#. (_("Repo"), self.repo), +#: ../pakfire/packages/base.py:48 +msgid "Summary" msgstr "" -#: ../pakfire/cli.py:50 ../pakfire/cli.py:101 -msgid "Update the whole system or one specific package." +#. (_("URL"), self.url), +#: ../pakfire/packages/base.py:50 +msgid "License" msgstr "" -#: ../pakfire/cli.py:52 ../pakfire/cli.py:103 -msgid "Give a name of a package to update or leave emtpy for all." +#: ../pakfire/packages/base.py:53 +msgid "Description" msgstr "" -#: ../pakfire/cli.py:57 ../pakfire/cli.py:108 -msgid "Print some information about the given package(s)." +#: ../pakfire/packages/packager.py:67 +msgid "Extracting" msgstr "" -#: ../pakfire/cli.py:59 ../pakfire/cli.py:110 -msgid "Give at least the name of one package." +#: ../pakfire/packages/packager.py:122 +msgid "Extracting:" msgstr "" -#: ../pakfire/cli.py:64 ../pakfire/cli.py:115 -msgid "Search for a given pattern." +#: ../pakfire/transaction.py:231 +msgid "Package" msgstr "" -#: ../pakfire/cli.py:66 ../pakfire/cli.py:117 -msgid "A pattern to search for." +#: ../pakfire/transaction.py:231 +msgid "Repository" msgstr "" -#: ../pakfire/cli.py:80 -msgid "Pakfire builder command line interface." +#: ../pakfire/transaction.py:235 +msgid "Installing:" +msgstr "" + +#: ../pakfire/transaction.py:241 +msgid "Updating:" +msgstr "" + +#: ../pakfire/transaction.py:247 +msgid "Removing:" +msgstr "" + +#: ../pakfire/transaction.py:252 +msgid "Transaction Summary" +msgstr "" + +#: ../pakfire/transaction.py:258 +msgid "Install" +msgstr "" + +#: ../pakfire/transaction.py:258 ../pakfire/transaction.py:261 +#: ../pakfire/transaction.py:264 +msgid "Package(s)" +msgstr "" + +#: ../pakfire/transaction.py:261 +msgid "Updates" +msgstr "" + +#: ../pakfire/transaction.py:264 +msgid "Remove" +msgstr "" + +#: ../pakfire/transaction.py:267 +#, python-format +msgid "Total download size: %s" msgstr ""