diff options
author | Dan McGee <dan@archlinux.org> | 2012-05-20 18:22:51 +0200 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2012-05-20 18:22:51 +0200 |
commit | 267158112317b0696c210006fb216ce7dae5cac3 (patch) | |
tree | f2a9c45bbb9f9e48c7f00bb1183b228446bc1a30 /scripts/po/pacman-scripts.pot | |
parent | 951d23e3ec03fbd7faa3fad910a664365f75b3c4 (diff) | |
download | pacman-267158112317b0696c210006fb216ce7dae5cac3.tar.gz pacman-267158112317b0696c210006fb216ce7dae5cac3.tar.xz |
Update pacman-scripts message catalog
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'scripts/po/pacman-scripts.pot')
-rw-r--r-- | scripts/po/pacman-scripts.pot | 36 |
1 files changed, 27 insertions, 9 deletions
diff --git a/scripts/po/pacman-scripts.pot b/scripts/po/pacman-scripts.pot index 72772047..3f28deef 100644 --- a/scripts/po/pacman-scripts.pot +++ b/scripts/po/pacman-scripts.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: pacman 4.0.2\n" +"Project-Id-Version: pacman 4.0.3\n" "Report-Msgid-Bugs-To: http://bugs.archlinux.org/index.php?project=3\n" -"POT-Creation-Date: 2012-03-28 18:00-0500\n" +"POT-Creation-Date: 2012-05-20 11:17-0500\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" @@ -263,6 +263,9 @@ msgstr "" msgid "%s is not allowed to start with a hyphen." msgstr "" +msgid "%s contains invalid characters: '%s'" +msgstr "" + msgid "%s is not allowed to contain colons, hyphens or whitespace." msgstr "" @@ -739,16 +742,16 @@ msgstr "" msgid "Disabling key %s..." msgstr "" -msgid "A specified keyfile could not be added to the gpg keychain." +msgid "A specified keyfile could not be added to the keyring." msgstr "" -msgid "A specified key could not be removed from the gpg keychain." +msgid "A specified key could not be removed from the keyring." msgstr "" msgid "The key identified by %s could not be edited." msgstr "" -msgid "A specified key could not be exported from the gpg keychain." +msgid "A specified key could not be exported from the keyring." msgstr "" msgid "The fingerprint of a specified key could not be determined." @@ -855,7 +858,7 @@ msgstr "" msgid "Finished. Your pacman database has been optimized." msgstr "" -msgid "Usage: pkgdelta [-q] <package1> <package2>\\n" +msgid "Usage: pkgdelta [options] <package1> <package2>\\n" msgstr "" msgid "" @@ -866,6 +869,18 @@ msgstr "" msgid "Example: pkgdelta pacman-3.0.0.pkg.tar.gz pacman-3.0.1.pkg.tar.gz" msgstr "" +msgid "Options:\\n" +msgstr "" + +msgid "quiet\\n" +msgstr "" + +msgid "minimal of package before deltas are generated (bytes)\\n" +msgstr "" + +msgid "percent of new package above which the delta will be discarded\\n" +msgstr "" + msgid "" "Copyright (c) 2009 Xavier Chantry <shiningxc@gmail.com>.\\n\\nThis is free " "software; see the source for copying conditions.\\nThere is NO WARRANTY, to " @@ -875,6 +890,9 @@ msgstr "" msgid "Invalid package file '%s'." msgstr "" +msgid "Skipping delta creation for small package: %s - size %s" +msgstr "" + msgid "The package names don't match : '%s' and '%s'" msgstr "" @@ -890,6 +908,9 @@ msgstr "" msgid "Delta could not be created." msgstr "" +msgid "Delta package larger than maximum size. Removing." +msgstr "" + msgid "Generated delta : '%s'" msgstr "" @@ -907,9 +928,6 @@ msgid "" "\\nMultiple packages to add can be specified on the command line.\\n" msgstr "" -msgid "Options:\\n" -msgstr "" - msgid " -d, --delta generate and add delta for package update\\n" msgstr "" |