Rev 189 | Details | Compare with Previous | Last modification | View Log | RSS feed
| Rev | Author | Line No. | Line | 
|---|---|---|---|
| 38 | PointedEar | 1 | # Makefile snippet that holds all package-dependent information. | 
| 2 | |||
| 3 | # Add more languages here! Beware that this is a makefile snippet and | ||
| 4 | # you have to adhere to make syntax. | ||
| 5 | LINGUAS = de | ||
| 6 | |||
| 7 | # Textdomain for our package. | ||
| 8 | TEXTDOMAIN = de.pointedears | ||
| 9 | |||
| 56 | PointedEar | 10 | PACKAGE_NAME = PE | 
| 11 | PACKAGE_VERSION = 0.3.2 | ||
| 12 | |||
| 38 | PointedEar | 13 | # Initial copyright holder added to pot and po files. | 
| 14 | COPYRIGHT_HOLDER = Thomas 'PointedEars' Lahn | ||
| 15 | |||
| 16 | # Where to send msgid bugs? | ||
| 17 | MSGID_BUGS_ADDRESS = Thomas 'PointedEars' Lahn <webmaster@PointedEars.de> |