]> git.ipfire.org Git - thirdparty/cups.git/blame - doc/help/man-ppdpo.html
Initial work on man page modernization (STR #4372)
[thirdparty/cups.git] / doc / help / man-ppdpo.html
CommitLineData
c277f98c 1<!DOCTYPE HTML>
94436c5a
MS
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>
11ppdpo - ppd message catalog generator
12<h2 class="title"><a name="SYNOPSIS">Synopsis</a></h2>
c277f98c
MS
13<b>ppdpo</b>
14[ -D
15<i>name[=value]</i>
16] [ -I
17<i>include-directory</i>
18] [ -o
19<i>output-file</i>
20]
21<i>source-file</i>
22<h2 class="title"><a name="DESCRIPTION">Description</a></h2>
94436c5a
MS
23<i>ppdpo</i> extracts UI strings from PPDC source files and updates either
24a GNU gettext or OS X strings format message catalog source file for
25translation.
26<p>The <i>-D</i> option sets the named variable for use in the
27source file. It is equivalent to using the #define directive
28in the source file.
29<p>The <i>-I</i> option specifies an alternate include directory;
30multiple <i>-I</i> options can be supplied to add additional
31directories.
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
34OS X strings files.
35<h2 class="title"><a name="SEE_ALSO">See Also</a></h2>
36ppdc(1), ppdhtml(1), ppdi(1), ppdmerge(1), ppdcfile(5)
37<br>
c277f98c 38<a href="http://localhost:631/help">http://localhost:631/help</a>
94436c5a
MS
39<h2 class="title"><a name="COPYRIGHT">Copyright</a></h2>
40Copyright 2007-2013 by Apple Inc.
41
42</body>
43</html>