summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2012-01-31 04:49:34 +0100
committerDan McGee <dan@archlinux.org>2012-01-31 04:49:34 +0100
commit7b2f600d717ce5ecd0025d2fba43d405adb58bd4 (patch)
tree0e9177b4a93b2c2d0edcc5a48d23e4b3f744bf2e
parent5c2928aa259cac1dcdaa8b27172c2ee12327d21a (diff)
downloadpacman-7b2f600d717ce5ecd0025d2fba43d405adb58bd4.tar.gz
pacman-7b2f600d717ce5ecd0025d2fba43d405adb58bd4.tar.xz
Update pot translation catalogs
Signed-off-by: Dan McGee <dan@archlinux.org>
-rw-r--r--scripts/po/pacman-scripts.pot72
-rw-r--r--src/pacman/po/pacman.pot6
2 files changed, 59 insertions, 19 deletions
diff --git a/scripts/po/pacman-scripts.pot b/scripts/po/pacman-scripts.pot
index aebf299f..2c74453d 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.1\n"
"Report-Msgid-Bugs-To: http://bugs.archlinux.org/index.php?project=3\n"
-"POT-Creation-Date: 2012-01-05 16:57-0600\n"
+"POT-Creation-Date: 2012-01-30 21:40-0600\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"
@@ -455,7 +455,7 @@ msgid "If %s is not specified, %s will look for '%s'"
msgstr ""
msgid ""
-"Copyright (c) 2006-2011 Pacman Development Team <pacman-dev@archlinux.org>."
+"Copyright (c) 2006-2012 Pacman Development Team <pacman-dev@archlinux.org>."
"\\nCopyright (C) 2002-2006 Judd Vinet <jvinet@zeroflux.org>.\\n\\nThis is "
"free software; see the source for copying conditions.\\nThere is NO "
"WARRANTY, to the extent permitted by law.\\n"
@@ -594,7 +594,7 @@ msgid "Usage: %s [pacman_db_root]"
msgstr ""
msgid ""
-"Copyright (c) 2010-2011 Pacman Development Team <pacman-dev@archlinux.org>."
+"Copyright (c) 2010-2012 Pacman Development Team <pacman-dev@archlinux.org>."
"\\nThis is free software; see the source for copying conditions.\\nThere is "
"NO WARRANTY, to the extent permitted by law.\\n"
msgstr ""
@@ -694,6 +694,9 @@ msgid ""
" --refresh-keys [keyid(s)] Update specified or all keys from a keyserver"
msgstr ""
+msgid "The key identified by %s could not be found locally."
+msgstr ""
+
msgid "You do not have sufficient permissions to read the %s keyring."
msgstr ""
@@ -745,7 +748,49 @@ msgstr ""
msgid "Disabling key %s..."
msgstr ""
-msgid "The key identified by %s does not exist."
+msgid "A specified keyfile could not be added to the gpg keychain."
+msgstr ""
+
+msgid "A specified key could not be removed from the gpg keychain."
+msgstr ""
+
+msgid "The key identified by %s could not be edited."
+msgstr ""
+
+msgid "A specified key could not be exported from the gpg keychain."
+msgstr ""
+
+msgid "The fingerprint of a specified key could not be determined."
+msgstr ""
+
+msgid "%s could not be imported."
+msgstr ""
+
+msgid "File %s does not exist and could not be imported."
+msgstr ""
+
+msgid "A specified key could not be listed."
+msgstr ""
+
+msgid "A specified signature could not be listed."
+msgstr ""
+
+msgid "A specified key could not be locally signed."
+msgstr ""
+
+msgid "Remote key not fetched correctly from keyserver."
+msgstr ""
+
+msgid "A specified local key could not be updated from a keyserver."
+msgstr ""
+
+msgid "The signature identified by %s could not be verified."
+msgstr ""
+
+msgid "Updating trust database..."
+msgstr ""
+
+msgid "Trust database could not be updated."
msgstr ""
msgid "Cannot find the %s binary required for all %s operations."
@@ -766,9 +811,6 @@ msgstr ""
msgid "Please run %s with each operation separately."
msgstr ""
-msgid "Updating trust database..."
-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"
@@ -871,7 +913,7 @@ msgstr ""
msgid ""
"repo-add will update a package database by reading a package file."
-"\\nMultiple packages to add can be specified on the command line.\\n\\n"
+"\\nMultiple packages to add can be specified on the command line.\\n"
msgstr ""
msgid "Options:\\n"
@@ -883,13 +925,16 @@ msgstr ""
msgid " -f, --files update database's file list\\n"
msgstr ""
-msgid "Usage: repo-remove [options] <path-to-db> <packagename|delta> ...\\n\\n"
+msgid "Usage: repo-remove [options] <path-to-db> <packagename|delta> ...\\n"
msgstr ""
msgid ""
"repo-remove will update a package database by removing the package name"
"\\nspecified on the command line from the given repo database. Multiple"
-"\\npackages to remove can be specified on the command line.\\n\\n"
+"\\npackages to remove can be specified on the command line.\\n"
+msgstr ""
+
+msgid "Please move along, there is nothing to see here.\\n"
msgstr ""
msgid " -q, --quiet minimize output\\n"
@@ -906,18 +951,17 @@ msgstr ""
msgid ""
"\\nSee %s(8) for more details and descriptions of the available options.\\n"
-"\\n"
msgstr ""
msgid ""
-"Example: repo-add /path/to/repo.db.tar.gz pacman-3.0.0-1-i686.pkg.tar.gz"
+"Example: repo-add /path/to/repo.db.tar.gz pacman-3.0.0-1-i686.pkg.tar.gz\\n"
msgstr ""
-msgid "Example: repo-remove /path/to/repo.db.tar.gz kernel26"
+msgid "Example: repo-remove /path/to/repo.db.tar.gz kernel26\\n"
msgstr ""
msgid ""
-"Copyright (c) 2006-2011 Pacman Development Team <pacman-dev@archlinux.org>\\n"
+"Copyright (c) 2006-2012 Pacman Development Team <pacman-dev@archlinux.org>\\n"
"\\nThis is free software; see the source for copying conditions.\\nThere is "
"NO WARRANTY, to the extent permitted by law.\\n"
msgstr ""
diff --git a/src/pacman/po/pacman.pot b/src/pacman/po/pacman.pot
index 54ea0dd9..8b3fb706 100644
--- a/src/pacman/po/pacman.pot
+++ b/src/pacman/po/pacman.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: pacman 4.0.1\n"
"Report-Msgid-Bugs-To: http://bugs.archlinux.org/index.php?project=3\n"
-"POT-Creation-Date: 2011-11-13 21:47-0600\n"
+"POT-Creation-Date: 2012-01-23 18:47-0600\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"
@@ -870,10 +870,6 @@ msgid "could not access cache directory %s\n"
msgstr ""
#, c-format
-msgid "File %s does not seem to be a valid package, remove it?"
-msgstr ""
-
-#, c-format
msgid "failed to update %s (%s)\n"
msgstr ""