1ppdpo(1) Apple Inc. ppdpo(1)
2
3
4
6 ppdpo - ppd message catalog generator (deprecated)
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 macOS strings format message catalog source file for
15 translation. This program is deprecated and will be removed in a
16 future release of CUPS.
17
19 ppdpo supports the following options:
20
21 -D name[=value]
22 Sets the named variable for use in the source file. It is equiva‐
23 lent to using the #define directive in the source file.
24
25 -I include-directory
26 Specifies an alternate include directory. Multiple -I options can
27 be supplied to add additional directories.
28
29 -o output-file
30 Specifies the output file. The supported extensions are .po or
31 .po.gz for GNU gettext format message catalogs and .strings for
32 macOS strings files.
33
35 ppdc(1), ppdhtml(1), ppdi(1), ppdmerge(1), ppdcfile(5), CUPS Online
36 Help (http://localhost:631/help)
37
39 Copyright © 2007-2017 by Apple Inc.
40
41
42
4312 June 2014 CUPS ppdpo(1)