Mercurial > repos > rliterman > csp2
comparison CSP2/CSP2_env/env-d9b9114564458d9d-741b3de822f2aaca6c6caa4325c4afce/share/doc/gettext/gettext.1.html @ 68:5028fdace37b
planemo upload commit 2e9511a184a1ca667c7be0c6321a36dc4e3d116d
author | jpayne |
---|---|
date | Tue, 18 Mar 2025 16:23:26 -0400 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
67:0e9998148a16 | 68:5028fdace37b |
---|---|
1 <!-- Creator : groff version 1.22.3 --> | |
2 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" | |
3 "http://www.w3.org/TR/html4/loose.dtd"> | |
4 <html> | |
5 <head> | |
6 <meta name="generator" content="groff -Thtml, see www.gnu.org"> | |
7 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"> | |
8 <meta name="Content-Style" content="text/css"> | |
9 <style type="text/css"> | |
10 p { margin-top: 0; margin-bottom: 0; vertical-align: top } | |
11 pre { margin-top: 0; margin-bottom: 0; vertical-align: top } | |
12 table { margin-top: 0; margin-bottom: 0; vertical-align: top } | |
13 h1 { text-align: center } | |
14 </style> | |
15 <title>GETTEXT</title> | |
16 | |
17 </head> | |
18 <body> | |
19 | |
20 <h1 align="center">GETTEXT</h1> | |
21 | |
22 <a href="#NAME">NAME</a><br> | |
23 <a href="#SYNOPSIS">SYNOPSIS</a><br> | |
24 <a href="#DESCRIPTION">DESCRIPTION</a><br> | |
25 <a href="#AUTHOR">AUTHOR</a><br> | |
26 <a href="#REPORTING BUGS">REPORTING BUGS</a><br> | |
27 <a href="#COPYRIGHT">COPYRIGHT</a><br> | |
28 <a href="#SEE ALSO">SEE ALSO</a><br> | |
29 | |
30 <hr> | |
31 | |
32 | |
33 <h2>NAME | |
34 <a name="NAME"></a> | |
35 </h2> | |
36 | |
37 | |
38 <p style="margin-left:11%; margin-top: 1em">gettext - | |
39 translate message</p> | |
40 | |
41 <h2>SYNOPSIS | |
42 <a name="SYNOPSIS"></a> | |
43 </h2> | |
44 | |
45 | |
46 <p style="margin-left:11%; margin-top: 1em"><b>gettext</b> | |
47 [<i>OPTION</i>] [[<i>TEXTDOMAIN</i>] <i>MSGID</i>] <b><br> | |
48 gettext</b> [<i>OPTION</i>] <i>-s</i> [<i>MSGID</i>]...</p> | |
49 | |
50 <h2>DESCRIPTION | |
51 <a name="DESCRIPTION"></a> | |
52 </h2> | |
53 | |
54 | |
55 <p style="margin-left:11%; margin-top: 1em">The | |
56 <b>gettext</b> program translates a natural language message | |
57 into the user’s language, by looking up the | |
58 translation in a message catalog.</p> | |
59 | |
60 <p style="margin-left:11%; margin-top: 1em">Display native | |
61 language translation of a textual message. <b><br> | |
62 -d</b>, | |
63 <b>--domain</b>=<i>TEXTDOMAIN</i></p> | |
64 | |
65 <p style="margin-left:22%;">retrieve translated messages | |
66 from TEXTDOMAIN</p> | |
67 | |
68 <p style="margin-left:11%;"><b>-c</b>, | |
69 <b>--context</b>=<i>CONTEXT</i></p> | |
70 | |
71 <p style="margin-left:22%;">specify context for MSGID</p> | |
72 | |
73 <table width="100%" border="0" rules="none" frame="void" | |
74 cellspacing="0" cellpadding="0"> | |
75 <tr valign="top" align="left"> | |
76 <td width="11%"></td> | |
77 <td width="3%"> | |
78 | |
79 | |
80 <p><b>-e</b></p></td> | |
81 <td width="8%"></td> | |
82 <td width="63%"> | |
83 | |
84 | |
85 <p>enable expansion of some escape sequences</p></td> | |
86 <td width="15%"> | |
87 </td></tr> | |
88 <tr valign="top" align="left"> | |
89 <td width="11%"></td> | |
90 <td width="3%"> | |
91 | |
92 | |
93 <p><b>-n</b></p></td> | |
94 <td width="8%"></td> | |
95 <td width="63%"> | |
96 | |
97 | |
98 <p>suppress trailing newline</p></td> | |
99 <td width="15%"> | |
100 </td></tr> | |
101 <tr valign="top" align="left"> | |
102 <td width="11%"></td> | |
103 <td width="3%"> | |
104 | |
105 | |
106 <p><b>-E</b></p></td> | |
107 <td width="8%"></td> | |
108 <td width="63%"> | |
109 | |
110 | |
111 <p>(ignored for compatibility)</p></td> | |
112 <td width="15%"> | |
113 </td></tr> | |
114 </table> | |
115 | |
116 <p style="margin-left:11%;">[TEXTDOMAIN] MSGID</p> | |
117 | |
118 <p style="margin-left:22%;">retrieve translated message | |
119 corresponding to MSGID from TEXTDOMAIN</p> | |
120 | |
121 <p style="margin-left:11%; margin-top: 1em"><b>Informative | |
122 output: <br> | |
123 -h</b>, <b>--help</b></p> | |
124 | |
125 <p style="margin-left:22%;">display this help and exit</p> | |
126 | |
127 <p style="margin-left:11%;"><b>-V</b>, | |
128 <b>--version</b></p> | |
129 | |
130 <p style="margin-left:22%;">display version information and | |
131 exit</p> | |
132 | |
133 <p style="margin-left:11%; margin-top: 1em">If the | |
134 TEXTDOMAIN parameter is not given, the domain is determined | |
135 from the environment variable TEXTDOMAIN. If the message | |
136 catalog is not found in the regular directory, another | |
137 location can be specified with the environment variable | |
138 TEXTDOMAINDIR. When used with the <b>-s</b> option the | |
139 program behaves like the ’echo’ command. But it | |
140 does not simply copy its arguments to stdout. Instead those | |
141 messages found in the selected catalog are translated. | |
142 Standard search directory: /mnt/c/Users/crash/Documents/BobLiterman/CSP2_Galaxy/CSP2/CSP2_env/env-d9b9114564458d9d-741b3de822f2aaca6c6caa4325c4afce/share/locale</p> | |
143 | |
144 <h2>AUTHOR | |
145 <a name="AUTHOR"></a> | |
146 </h2> | |
147 | |
148 | |
149 <p style="margin-left:11%; margin-top: 1em">Written by | |
150 Ulrich Drepper.</p> | |
151 | |
152 <h2>REPORTING BUGS | |
153 <a name="REPORTING BUGS"></a> | |
154 </h2> | |
155 | |
156 | |
157 <p style="margin-left:11%; margin-top: 1em">Report bugs in | |
158 the bug tracker at | |
159 <https://savannah.gnu.org/projects/gettext> or by | |
160 email to <bug-gettext@gnu.org>.</p> | |
161 | |
162 <h2>COPYRIGHT | |
163 <a name="COPYRIGHT"></a> | |
164 </h2> | |
165 | |
166 | |
167 <p style="margin-left:11%; margin-top: 1em">Copyright | |
168 © 1995-2023 Free Software Foundation, Inc. | |
169 License GPLv3+: GNU GPL version 3 or later | |
170 <https://gnu.org/licenses/gpl.html> <br> | |
171 This is free software: you are free to change and | |
172 redistribute it. There is NO WARRANTY, to the extent | |
173 permitted by law.</p> | |
174 | |
175 <h2>SEE ALSO | |
176 <a name="SEE ALSO"></a> | |
177 </h2> | |
178 | |
179 | |
180 <p style="margin-left:11%; margin-top: 1em">The full | |
181 documentation for <b>gettext</b> is maintained as a Texinfo | |
182 manual. If the <b>info</b> and <b>gettext</b> programs are | |
183 properly installed at your site, the command</p> | |
184 | |
185 <p style="margin-left:22%; margin-top: 1em"><b>info | |
186 gettext</b></p> | |
187 | |
188 <p style="margin-left:11%; margin-top: 1em">should give you | |
189 access to the complete manual.</p> | |
190 <hr> | |
191 </body> | |
192 </html> |