File: PACKAGE

package info (click to toggle)
libintl-perl 1.16-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 5,344 kB
  • ctags: 405
  • sloc: perl: 153,518; makefile: 169
file content (27 lines) | stat: -rw-r--r-- 633 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# 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 \

# Textdomain for our package.

TEXTDOMAIN = org.imperia.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@imperia.net>
MSGID_BUGS_ADDRESS = Edit the file PACAKGE to change this.