1 |
# Makefile variables for PO directory in any package using GNU gettext. |
# Makefile variables for PO directory in any package using GNU gettext. |
2 |
|
|
3 |
# Usually the message domain is the same as the package name. |
# Usually the message domain is the same as the package name. |
4 |
DOMAIN = $(PACKAGE) |
DOMAIN = winpt |
5 |
|
|
6 |
# These two variables depend on the location of this directory. |
# These two variables depend on the location of this directory. |
7 |
subdir = Po |
subdir = Po |
18 |
# or entity, or to disclaim their copyright. The empty string stands for |
# or entity, or to disclaim their copyright. The empty string stands for |
19 |
# the public domain; in this case the translators are expected to disclaim |
# the public domain; in this case the translators are expected to disclaim |
20 |
# their copyright. |
# their copyright. |
|
#COPYRIGHT_HOLDER = Timo Schulz |
|
21 |
COPYRIGHT_HOLDER = |
COPYRIGHT_HOLDER = |
22 |
|
|
23 |
# This is the email address or URL to which the translators shall report |
# This is the email address or URL to which the translators shall report |