diff options
author | Allan McRae <allan@archlinux.org> | 2009-08-02 07:29:32 +0200 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2009-08-02 19:06:27 +0200 |
commit | b2dcacb5aadd77d89239ac944259085848c42167 (patch) | |
tree | 84e8ce5cfafafe57649cca99c5faaf37f28c3812 /po | |
parent | a5ef0e072a8b74f56d37f3c0c417b72ebe539ae8 (diff) | |
download | pacman-b2dcacb5aadd77d89239ac944259085848c42167.tar.gz pacman-b2dcacb5aadd77d89239ac944259085848c42167.tar.xz |
Remove unneed order arguements in zn_CN translation
Fixes FS#12812
Signed-off-by: Allan McRae <allan@archlinux.org>
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'po')
-rw-r--r-- | po/zh_CN.po | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/po/zh_CN.po b/po/zh_CN.po index 5d87fcca..4550b620 100644 --- a/po/zh_CN.po +++ b/po/zh_CN.po @@ -1157,7 +1157,7 @@ msgid "%s is not allowed to contain hyphens." msgstr "%s 不允许含有连字号(减号)" msgid "%s is not available for the '%s' architecture." -msgstr "%1$s 不具备 '%2$s' 架构。" +msgstr "%s 不具备 '%s' 架构。" msgid "Note that many packages may need a line added to their %s" msgstr "注意许多软件包可能需要在 %s 中添加" |