makepkg: clean-up of output messages
commit4bdb868ac8d535a3818d519b16eff7d129fe6717
authorAllan McRae <allan@archlinux.org>
Sat, 18 Jun 2011 02:40:14 +0000 (18 12:40 +1000)
committerDan McGee <dan@archlinux.org>
Fri, 24 Jun 2011 07:02:21 +0000 (24 02:02 -0500)
tree9cf55ebfa2870e72dee254310567c4dd89589daa
parent624a87870164ab48bda485204d6fd49c86a0c354
makepkg: clean-up of output messages

There was a lot of inconsistency in how strings that should not be
translated (program names, option flags, PKGBUILD directives, etc) were
handled. This patch moves them all outside the gettext invocation for
consistency and to prevent accidental translation.

Note that some of these may need reverted if they cause difficulties in
translation due to gettext usage in bash not taking positional parameters
for arguments. A quick survey of current translations indicates that this
issue will be rare.  Also, we should be able to catch these before a full
string freeze given we are going to probably need a "developer preview"
release before the next release series.

Signed-off-by: Allan McRae <allan@archlinux.org>
scripts/makepkg.sh.in