ppdpo - ppd message catalog generator
ppdpo [ -D name[=value] ] [ -I include-directory ] [ -o output-file ] source-file
ppdpo(1) Apple Inc. ppdpo(1)
NAME
ppdpo - ppd message catalog generator
SYNOPSIS
ppdpo [ -D name[=value] ] [ -I include-directory ] [ -o output-file ]
source-file
DESCRIPTION
ppdpo extracts UI strings from PPDC source files and updates either a
GNU gettext or Mac OS X strings format message catalog source file for
translation.
The -D option sets the named variable for use in the source file. It is
equivalent to using the #define directive in the source file.
The -I option specifies an alternate include directory; multiple -I
options can be supplied to add additional directories.
The -o option specifies the output file. The supported extensions are
".po" or ".po.gz" for GNU gettext format message catalogs and
".strings" for Mac OS X strings files.
ATTRIBUTES
See attributes(7) for descriptions of the following attributes:
+---------------+------------------+
|ATTRIBUTE TYPE | ATTRIBUTE VALUE |
+---------------+------------------+
|Availability | print/cups |
+---------------+------------------+
|Stability | Volatile |
+---------------+------------------+
SEE ALSO
ppdc(1), ppdhtml(1), ppdi(1), ppdmerge(1), ppdcfile(5)
http://localhost:631/help
COPYRIGHT
Copyright 2007-2009 by Apple Inc.
NOTES
This software was built from source available at
https://github.com/oracle/solaris-userland. The original community
source was downloaded from
http://ftp.easysw.com/pub/cups/1.4.5/cups-1.4.5-source.tar.bz2
Further information about this software can be found on the open source
community website at http://www.cups.org/.
10 October 2008 CUPS ppdpo(1)