diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2007-08-06 14:24:29 +0300 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2007-08-06 14:24:29 +0300 |
commit | 480c7faa69c55fb01d2b9a4feb4e9cfdd90b1832 (patch) | |
tree | 64f662bf0836ca17231a287387f959e7a95c5208 /po/zh_TW.po | |
parent | 37c6a80fd9ba9a49da5cc4ae3de33d70e92427ee (diff) | |
download | rpm-480c7faa69c55fb01d2b9a4feb4e9cfdd90b1832.tar.gz rpm-480c7faa69c55fb01d2b9a4feb4e9cfdd90b1832.tar.bz2 rpm-480c7faa69c55fb01d2b9a4feb4e9cfdd90b1832.zip |
Use PACKAGE_BUGREPORT in rpmrc.c's error messages.
Background: autoconf supplies a define (PACKAGE_BUGREPORT) which can be
used to provide an email-address for bug reporting. So far, rpmrc.c
sources used a hard-coded addresses instead.
This had caused i18n'ed strings (po/*) to contain different email
addresses for bug reporting. The patch changes this behavior into a the
i18n'ed strings to use the address as a string.
From Ralf Corsepius.
Diffstat (limited to 'po/zh_TW.po')
-rw-r--r-- | po/zh_TW.po | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/po/zh_TW.po b/po/zh_TW.po index 7ecac4800..399cf51cf 100644 --- a/po/zh_TW.po +++ b/po/zh_TW.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: rpm 4.4.2\n" "Report-Msgid-Bugs-To: rpm-maint@lists.rpm.org\n" -"POT-Creation-Date: 2007-07-24 15:19+0300\n" +"POT-Creation-Date: 2007-08-06 14:23+0300\n" "PO-Revision-Date: 2007-05-05 10:52+0800\n" "Last-Translator: Wei-Lun Chao <chaoweilun@gmail.com>\n" "Language-Team: Chinese (traditional) <zh-l10n@linux.org.tw>\n" @@ -3005,9 +3005,9 @@ msgid "Unknown system: %s\n" msgstr "不明的系統:%s\n" #: lib/rpmrc.c:1565 -#, fuzzy -msgid "Please contact rpm-maint@lists.rpm.org\n" -msgstr "請洽詢 rpm-list@redhat.com\n" +#, c-format +msgid "Please contact %s\n" +msgstr "" #: lib/rpmrc.c:1802 #, c-format @@ -4052,6 +4052,10 @@ msgstr "%s: 快取作業失敗:ec %d。\n" msgid "%s: read manifest failed: %s\n" msgstr "%s: 讀取清單失敗:%s\n" +#, fuzzy +#~ msgid "Please contact rpm-maint@lists.rpm.org\n" +#~ msgstr "請洽詢 rpm-list@redhat.com\n" + #~ msgid "list install/erase scriptlets from package(s)" #~ msgstr "從套件中列出安裝/清除短命令稿" |