From 267158112317b0696c210006fb216ce7dae5cac3 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Sun, 20 May 2012 11:22:51 -0500 Subject: Update pacman-scripts message catalog Signed-off-by: Dan McGee --- scripts/po/pacman-scripts.pot | 36 +++++++++++++++++++++++++++--------- 1 file changed, 27 insertions(+), 9 deletions(-) (limited to 'scripts/po/pacman-scripts.pot') 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 \n" "Language-Team: LANGUAGE \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] \\n" +msgid "Usage: pkgdelta [options] \\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 .\\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 "" -- cgit v1.2.3-24-g4f1b From 26abe8f6004777ba49777eaaec3bc0a47f50fcb2 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Sun, 20 May 2012 11:27:36 -0500 Subject: Fix gettext usage in pkgdelta help instructions Signed-off-by: Dan McGee --- scripts/po/pacman-scripts.pot | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to 'scripts/po/pacman-scripts.pot') diff --git a/scripts/po/pacman-scripts.pot b/scripts/po/pacman-scripts.pot index 3f28deef..2abdbeea 100644 --- a/scripts/po/pacman-scripts.pot +++ b/scripts/po/pacman-scripts.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "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-05-20 11:17-0500\n" +"POT-Creation-Date: 2012-05-20 11:26-0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -872,13 +872,17 @@ msgstr "" msgid "Options:\\n" msgstr "" -msgid "quiet\\n" +msgid " -q, --quiet minimize output\\n" msgstr "" -msgid "minimal of package before deltas are generated (bytes)\\n" +msgid "" +" --min-pkg-size minimum package size before deltas are generated " +"(bytes)\\n" msgstr "" -msgid "percent of new package above which the delta will be discarded\\n" +msgid "" +" --max-delta-size percent of package size above which deltas will be " +"discarded\\n" msgstr "" msgid "" @@ -946,9 +950,6 @@ msgstr "" msgid "Please move along, there is nothing to see here.\\n" msgstr "" -msgid " -q, --quiet minimize output\\n" -msgstr "" - msgid " -s, --sign sign database with GnuPG after update\\n" msgstr "" -- cgit v1.2.3-24-g4f1b