28 lines
651 B
Plaintext
28 lines
651 B
Plaintext
# Makefile snippet that holds all package-dependent information.
|
|
|
|
# Add more languages here! Beware that this is a makefile snippet and
|
|
# you have to adhere to make syntax.
|
|
LINGUAS = de \
|
|
de_AT \
|
|
it \
|
|
ru \
|
|
fr \
|
|
ar \
|
|
ar_SA \
|
|
ga \
|
|
pt \
|
|
pt_BR \
|
|
nl \
|
|
cs
|
|
|
|
# Textdomain for our package.
|
|
TEXTDOMAIN = com.cantanea.simplecal
|
|
|
|
# Initial copyright holder added to pot and po files.
|
|
#COPYRIGHT_HOLDER = Guido Flohr
|
|
COPYRIGHT_HOLDER = Edit the file PACKAGE to change this
|
|
|
|
# Where to send msgid bugs?
|
|
#MSGID_BUGS_ADDRESS = Guido Flohr <guido.flohr@cantanea.com>
|
|
MSGID_BUGS_ADDRESS = Edit the file PACKAGE to change this
|