mirror of https://gitee.com/openkylin/libvirt.git
avoid xgettext warning aboug bug-reporting address
* po/Makevars (MSGID_BUGS_ADDRESS): Set, to avoid xgettext warning. * po/libvirt.pot: Set bug-reporting address.
This commit is contained in:
parent
8f06d6b103
commit
7924fec593
|
@ -1,4 +1,8 @@
|
|||
Mon Jan 5 14:15:41 CET 2009 Jim Meyering <meyering@redhat.com>
|
||||
Mon Jan 5 14:22:06 CET 2009 Jim Meyering <meyering@redhat.com>
|
||||
|
||||
avoid xgettext warning aboug bug-reporting address
|
||||
* po/Makevars (MSGID_BUGS_ADDRESS): Set, to avoid xgettext warning.
|
||||
* po/libvirt.pot: Set bug-reporting address.
|
||||
|
||||
avoid bogus descriptions due to use of gettext with the empty string
|
||||
* src/virsh.c: Use `""', not `gettext_noop("")', in numerous
|
||||
|
|
|
@ -34,7 +34,7 @@ COPYRIGHT_HOLDER = Free Software Foundation, Inc.
|
|||
# It can be your email address, or a mailing list address where translators
|
||||
# can write to without being subscribed, or the URL of a web page through
|
||||
# which the translators can contact you.
|
||||
MSGID_BUGS_ADDRESS =
|
||||
MSGID_BUGS_ADDRESS = libvir-list@redhat.com
|
||||
|
||||
# This is the list of locale categories, beyond LC_MESSAGES, for which the
|
||||
# message catalogs shall be used. It is usually empty.
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"Report-Msgid-Bugs-To: libvir-list@redhat.com\n"
|
||||
"POT-Creation-Date: 2008-12-04 16:26+0100\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
|
|
Loading…
Reference in New Issue