From 1d16875db7461a05eee456b39e815893c7aefd96 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Mon, 8 Aug 2011 19:01:26 -0500 Subject: Update several translation strings * Fix typos/capitalization * Make sure large blocks of text are translated in one unit Signed-off-by: Dan McGee --- scripts/pacman-key.sh.in | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'scripts/pacman-key.sh.in') diff --git a/scripts/pacman-key.sh.in b/scripts/pacman-key.sh.in index 1fc1ab5b..74ecfcf1 100644 --- a/scripts/pacman-key.sh.in +++ b/scripts/pacman-key.sh.in @@ -64,11 +64,11 @@ usage() { echo "$(gettext " -u, --updatedb Update the trustdb of pacman")" echo "$(gettext " -v, --verify Verify the file specified by the signature")" echo "$(gettext " -V, --version Show program version")" - echo "$(gettext " --config Use an alternate config file")" - printf "$(gettext " (instead of '%s')")\n" "@sysconfdir@/pacman.conf" + printf "$(gettext " --config Use an alternate config file (instead of\n\ + '%s')")\n" "@sysconfdir@/pacman.conf" echo "$(gettext " --edit-key Present a menu for key management task on keyids")" - echo "$(gettext " --gpgdir Set an alternate directory for gnupg")" - printf "$(gettext " (instead of '%s')")\n" "@sysconfdir@/pacman.d/gnupg" + printf "$(gettext " --gpgdir Set an alternate directory for GnuPG (instead\n\ + of '%s')")\n" "@sysconfdir@/pacman.d/gnupg" echo "$(gettext " --import Imports pubring.gpg and trustdb.gpg from dir(s)")" echo "$(gettext " --import-trustdb Imports ownertrust values from trustdb.gpg in dir(s)")" echo "$(gettext " --init Ensure the keyring is properly initialized")" @@ -375,7 +375,7 @@ fi CONFIG=${CONFIG:-@sysconfdir@/pacman.conf} if [[ ! -r "${CONFIG}" ]]; then - error "$(gettext "%s configuation file '%s' not found.")" "pacman" "$CONFIG" + error "$(gettext "%s configuration file '%s' not found.")" "pacman" "$CONFIG" exit 1 fi -- cgit v1.2.3-24-g4f1b