diff options
Diffstat (limited to 'scripts/po/en_GB.po')
-rw-r--r-- | scripts/po/en_GB.po | 121 |
1 files changed, 119 insertions, 2 deletions
diff --git a/scripts/po/en_GB.po b/scripts/po/en_GB.po index 86dc4cf1..9d4d58d2 100644 --- a/scripts/po/en_GB.po +++ b/scripts/po/en_GB.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Arch Linux Pacman package manager\n" "Report-Msgid-Bugs-To: http://bugs.archlinux.org/index.php?project=3\n" -"POT-Creation-Date: 2011-06-23 21:56-0500\n" +"POT-Creation-Date: 2011-06-23 22:23-0500\n" "PO-Revision-Date: 2011-03-28 02:45+0000\n" "Last-Translator: toofishes <dpmcgee@gmail.com>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -610,6 +610,124 @@ msgstr "Pre-3.5 database format detected - upgrading..." msgid "Done." msgstr "Done." +#, fuzzy +msgid "Usage: %s [options] <command> [arguments]" +msgstr "Usage: %s [options]" + +msgid "Manage pacman's list of trusted keys" +msgstr "" + +msgid "Options must be placed before commands. The available options are:" +msgstr "" + +#, fuzzy +msgid "" +" --gpgdir Set an alternate directory for gnupg (instead of '%s')" +msgstr " -p <file> Use an alternate build script (instead of '%s')" + +msgid "The available commands are:" +msgstr "" + +#, fuzzy +msgid " -a, --add [<file(s)>] Add the specified keys (empty for stdin)" +msgstr " -p, --file <package> query a package file instead of the database\n" + +#, fuzzy +msgid " -d, --del <keyid(s)> Remove the specified keyids" +msgstr " -p, --file <package> query a package file instead of the database\n" + +#, fuzzy +msgid " -e, --export <keyid(s)> Export the specified keyids" +msgstr " -p, --file <package> query a package file instead of the database\n" + +msgid "" +" -f, --finger [<keyid(s)>] List fingerprint for specified or all keyids" +msgstr "" + +#, fuzzy +msgid " -h, --help Show this help message and exit" +msgstr " -h, --help This help" + +msgid " -l, --list List keys" +msgstr "" + +#, fuzzy +msgid " -r, --receive <keyserver> <keyid(s)> Fetch the specified keyids" +msgstr " -p, --file <package> query a package file instead of the database\n" + +msgid " -t, --trust <keyid(s)> Set the trust level of the given keyids" +msgstr "" + +msgid " -u, --updatedb Update the trustdb of pacman" +msgstr "" + +msgid " -V, --version Show program version" +msgstr "" + +msgid "" +" --adv <params> Use pacman's keyring with advanced gpg commands" +msgstr "" + +msgid " --reload Reload the default keys" +msgstr "" + +#, fuzzy +msgid "Verifying official keys file signature..." +msgstr "Rotating database into place..." + +#, fuzzy +msgid "The signature of file %s is not valid." +msgstr "Creating updated database file '%s'" + +#, fuzzy +msgid "Verifying deprecated keys file signature..." +msgstr "Rotating database into place..." + +#, fuzzy +msgid "Verifying deleted keys file signature..." +msgstr "Rotating database into place..." + +#, fuzzy +msgid "Appending official keys..." +msgstr "Adding %s file..." + +msgid "Appending deprecated keys..." +msgstr "" + +#, fuzzy +msgid "Removing deleted keys from keyring..." +msgstr "Removing empty directories..." + +#, fuzzy +msgid "Updating trust database..." +msgstr "Syncing database to disk..." + +msgid "gnupg does not seem to be installed." +msgstr "" + +msgid "pacman-key requires gnupg for most operations." +msgstr "" + +msgid "pacman-key needs to be run as root." +msgstr "" + +msgid "You need to specify at least one key identifier" +msgstr "" + +msgid "You need to specify the keyserver and at least one key identifier" +msgstr "" + +#, fuzzy +msgid "The key identified by %s doesn't exist" +msgstr "%s file (%s) does not exist." + +#, fuzzy +msgid "Executing: %s " +msgstr "Extracting %s with %s" + +msgid "Unknown command:" +msgstr "" + msgid "" "pacman-optimize is a little hack that should improve the performance\\nof " "pacman when reading/writing to its filesystem-based database.\\n\\n" @@ -898,4 +1016,3 @@ msgstr "No packages modified, nothing to do." msgid "No packages modified, nothing to do." msgstr "No packages modified, nothing to do." - |