]> git.ipfire.org Git - thirdparty/cups.git/blob - doc/help/man-ppdpo.html
Final sync-up with cups.org trunk repository
[thirdparty/cups.git] / doc / help / man-ppdpo.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2 <html>
3 <!-- SECTION: Man Pages -->
4 <head>
5 <link rel="stylesheet" type="text/css" href="../cups-printable.css">
6 <title>ppdpo(1)</title>
7 </head>
8 <body>
9 <h1 class="title">ppdpo(1)</h1>
10 <h2 class="title"><a name="NAME">Name</a></h2>
11 ppdpo - ppd message catalog generator
12 <h2 class="title"><a name="SYNOPSIS">Synopsis</a></h2>
13 <b>ppdpo
14 </b>[ -D
15 <i>name[=value]
16 </i>] [ -I
17 <i>include-directory
18 </i>] [ -o
19 <i>output-file
20 </i>]
21 <i>source-file
22 </i><h2 class="title"><a name="DESCRIPTION">Description</a></h2>
23 <i>ppdpo</i> extracts UI strings from PPDC source files and updates either
24 a GNU gettext or OS X strings format message catalog source file for
25 translation.
26 <p>The <i>-D</i> option sets the named variable for use in the
27 source file. It is equivalent to using the #define directive
28 in the source file.
29 <p>The <i>-I</i> option specifies an alternate include directory;
30 multiple <i>-I</i> options can be supplied to add additional
31 directories.
32 <p>The <i>-o</i> option specifies the output file. The supported extensions are
33 ".po" or ".po.gz" for GNU gettext format message catalogs and ".strings" for
34 OS X strings files.
35 <h2 class="title"><a name="SEE_ALSO">See Also</a></h2>
36 ppdc(1), ppdhtml(1), ppdi(1), ppdmerge(1), ppdcfile(5)
37 <br>
38 <a href='http://localhost:631/help'>http://localhost:631/help</a>
39 <h2 class="title"><a name="COPYRIGHT">Copyright</a></h2>
40 Copyright 2007-2013 by Apple Inc.
41
42 </body>
43 </html>