1ppdpo(1) Apple Inc. ppdpo(1)
2
3
4
6 ppdpo - ppd message catalog generator
7
9 ppdpo [ -D name[=value] ] [ -I include-directory ] [ -o output-file ]
10 source-file
11
13 ppdpo extracts UI strings from PPDC source files and updates either a
14 GNU gettext or OS X strings format message catalog source file for
15 translation.
16
17 The -D option sets the named variable for use in the source file. It is
18 equivalent to using the #define directive in the source file.
19
20 The -I option specifies an alternate include directory; multiple -I
21 options can be supplied to add additional directories.
22
23 The -o option specifies the output file. The supported extensions are
24 ".po" or ".po.gz" for GNU gettext format message catalogs and
25 ".strings" for OS X strings files.
26
28 ppdc(1), ppdhtml(1), ppdi(1), ppdmerge(1), ppdcfile(5)
29 http://localhost:631/help
30
32 Copyright 2007-2013 by Apple Inc.
33
34
35
3623 April 2012 CUPS ppdpo(1)