Code

Imported upstream SVN snapshot 1.4~rc2+20090928.
[pkg-rrdtool.git] / po / rrdtool.pot
1 # SOME DESCRIPTIVE TITLE.
2 # Copyright (C) YEAR Tobias Oetiker
3 # This file is distributed under the same license as the PACKAGE package.
4 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5 #
6 #, fuzzy
7 msgid ""
8 msgstr ""
9 "Project-Id-Version: PACKAGE VERSION\n"
10 "Report-Msgid-Bugs-To: http://oss.oetiker.ch/rrdtool-trac/newticket\n"
11 "POT-Creation-Date: 2009-09-25 17:08+0200\n"
12 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14 "Language-Team: LANGUAGE <LL@li.org>\n"
15 "MIME-Version: 1.0\n"
16 "Content-Type: text/plain; charset=CHARSET\n"
17 "Content-Transfer-Encoding: 8bit\n"
19 #: src/rrd_getopt.c:618
20 #, c-format
21 msgid "%s: option `%s' is ambiguous\n"
22 msgstr ""
24 #: src/rrd_getopt.c:640
25 #, c-format
26 msgid "%s: option `--%s' doesn't allow an argument\n"
27 msgstr ""
29 #: src/rrd_getopt.c:646
30 #, c-format
31 msgid "%s: option `%c%s' doesn't allow an argument\n"
32 msgstr ""
34 #: src/rrd_getopt.c:661 src/rrd_getopt.c:814
35 #, c-format
36 msgid "%s: option `%s' requires an argument\n"
37 msgstr ""
39 #: src/rrd_getopt.c:687
40 #, c-format
41 msgid "%s: unrecognized option `--%s'\n"
42 msgstr ""
44 #: src/rrd_getopt.c:691
45 #, c-format
46 msgid "%s: unrecognized option `%c%s'\n"
47 msgstr ""
49 #: src/rrd_getopt.c:715
50 #, c-format
51 msgid "%s: illegal option -- %c\n"
52 msgstr ""
54 #: src/rrd_getopt.c:718
55 #, c-format
56 msgid "%s: invalid option -- %c\n"
57 msgstr ""
59 #: src/rrd_getopt.c:744 src/rrd_getopt.c:852
60 #, c-format
61 msgid "%s: option requires an argument -- %c\n"
62 msgstr ""
64 #: src/rrd_getopt.c:786
65 #, c-format
66 msgid "%s: option `-W %s' is ambiguous\n"
67 msgstr ""
69 #: src/rrd_getopt.c:801
70 #, c-format
71 msgid "%s: option `-W %s' doesn't allow an argument\n"
72 msgstr ""
74 #: src/rrd_tool.c:51
75 #, c-format
76 msgid ""
77 "RRDtool %s  Copyright 1997-2008 by Tobias Oetiker <tobi@oetiker.ch>\n"
78 "               Compiled %s %s\n"
79 "\n"
80 "Usage: rrdtool [options] command command_options\n"
81 "\n"
82 msgstr ""
84 #: src/rrd_tool.c:58
85 msgid ""
86 "Valid commands: create, update, updatev, graph, graphv,  dump, restore,\n"
87 "\t\tlast, lastupdate, first, info, fetch, tune,\n"
88 "\t\tresize, xport, flushcached\n"
89 "\n"
90 msgstr ""
92 #: src/rrd_tool.c:63
93 msgid ""
94 "Valid remote commands: quit, ls, cd, mkdir, pwd\n"
95 "\n"
96 msgstr ""
98 #: src/rrd_tool.c:67
99 msgid ""
100 "* create - create a new RRD\n"
101 "\n"
102 "\trrdtool create filename [--start|-b start time]\n"
103 "\t\t[--step|-s step]\n"
104 "\t\t[DS:ds-name:DST:dst arguments]\n"
105 "\t\t[RRA:CF:cf arguments]\n"
106 "\n"
107 msgstr ""
109 #: src/rrd_tool.c:74
110 msgid ""
111 "* dump - dump an RRD to XML\n"
112 "\n"
113 "\trrdtool dump filename.rrd >filename.xml\n"
114 "\n"
115 msgstr ""
117 #: src/rrd_tool.c:78
118 msgid ""
119 "* info - returns the configuration and status of the RRD\n"
120 "\n"
121 "\trrdtool info filename.rrd\n"
122 "\n"
123 msgstr ""
125 #: src/rrd_tool.c:82
126 msgid ""
127 "* restore - restore an RRD file from its XML form\n"
128 "\n"
129 "\trrdtool restore [--range-check|-r] [--force-overwrite|-f] filename.xml "
130 "filename.rrd\n"
131 "\n"
132 msgstr ""
134 #: src/rrd_tool.c:86
135 msgid ""
136 "* last - show last update time for RRD\n"
137 "\n"
138 "\trrdtool last filename.rrd\n"
139 "\n"
140 msgstr ""
142 #: src/rrd_tool.c:90
143 msgid ""
144 "* lastupdate - returns the most recent datum stored for\n"
145 "  each DS in an RRD\n"
146 "\n"
147 "\trrdtool lastupdate filename.rrd\n"
148 "\n"
149 msgstr ""
151 #: src/rrd_tool.c:94
152 msgid ""
153 "* first - show first update time for RRA within an RRD\n"
154 "\n"
155 "\trrdtool first filename.rrd [--rraindex number]\n"
156 "\n"
157 msgstr ""
159 #: src/rrd_tool.c:98
160 msgid ""
161 "* update - update an RRD\n"
162 "\n"
163 "\trrdtool update filename\n"
164 "\t\t[--template|-t ds-name:ds-name:...]\n"
165 "\t\t[--daemon <address>]\n"
166 "\t\ttime|N:value[:value...]\n"
167 "\n"
168 "\t\tat-time@value[:value...]\n"
169 "\n"
170 "\t\t[ time:value[:value...] ..]\n"
171 "\n"
172 msgstr ""
174 #: src/rrd_tool.c:107
175 msgid ""
176 "* updatev - a verbose version of update\n"
177 "\treturns information about values, RRAs, and datasources updated\n"
178 "\n"
179 "\trrdtool updatev filename\n"
180 "\t\t[--template|-t ds-name:ds-name:...]\n"
181 "\t\ttime|N:value[:value...]\n"
182 "\n"
183 "\t\tat-time@value[:value...]\n"
184 "\n"
185 "\t\t[ time:value[:value...] ..]\n"
186 "\n"
187 msgstr ""
189 #: src/rrd_tool.c:116
190 msgid ""
191 "* fetch - fetch data out of an RRD\n"
192 "\n"
193 "\trrdtool fetch filename.rrd CF\n"
194 "\t\t[-r|--resolution resolution]\n"
195 "\t\t[-s|--start start] [-e|--end end]\n"
196 "\t\t[--daemon <address>]\n"
197 "\n"
198 msgstr ""
200 #: src/rrd_tool.c:123
201 msgid ""
202 "* flushcached - flush cached data out to an RRD file\n"
203 "\n"
204 "\trrdtool flushcached filename.rrd\n"
205 "\t\t[--daemon <address>]\n"
206 "\n"
207 msgstr ""
209 #: src/rrd_tool.c:130
210 msgid ""
211 "* graph - generate a graph from one or several RRD\n"
212 "\n"
213 "\trrdtool graph filename [-s|--start seconds] [-e|--end seconds]\n"
214 msgstr ""
216 #: src/rrd_tool.c:133
217 msgid ""
218 "* graphv - generate a graph from one or several RRD\n"
219 "           with meta data printed before the graph\n"
220 "\n"
221 "\trrdtool graphv filename [-s|--start seconds] [-e|--end seconds]\n"
222 msgstr ""
224 #: src/rrd_tool.c:137
225 msgid ""
226 "\t\t[-x|--x-grid x-axis grid and label]\n"
227 "\t\t[-Y|--alt-y-grid] [--full-size-mode]\n"
228 "\t\t[-y|--y-grid y-axis grid and label]\n"
229 "\t\t[-v|--vertical-label string] [-w|--width pixels]\n"
230 "\t\t[--right-axis scale:shift] [--right-axis-label label]\n"
231 "\t\t[--right-axis-format format]\n"
232 "\t\t[-h|--height pixels] [-o|--logarithmic]\n"
233 "\t\t[-u|--upper-limit value] [-z|--lazy]\n"
234 "\t\t[-l|--lower-limit value] [-r|--rigid]\n"
235 "\t\t[-g|--no-legend] [--daemon <address>]\n"
236 "\t\t[-F|--force-rules-legend]\n"
237 "\t\t[-j|--only-graph]\n"
238 msgstr ""
240 #: src/rrd_tool.c:149
241 msgid ""
242 "\t\t[-n|--font FONTTAG:size:font]\n"
243 "\t\t[-m|--zoom factor]\n"
244 "\t\t[-A|--alt-autoscale]\n"
245 "\t\t[-M|--alt-autoscale-max]\n"
246 "\t\t[-G|--graph-render-mode {normal,mono}]\n"
247 "\t\t[-R|--font-render-mode {normal,light,mono}]\n"
248 "\t\t[-B|--font-smoothing-threshold size]\n"
249 "\t\t[-T|--tabwidth width]\n"
250 "\t\t[-E|--slope-mode]\n"
251 "\t\t[-N|--no-gridfit]\n"
252 "\t\t[-X|--units-exponent value]\n"
253 "\t\t[-L|--units-length value]\n"
254 "\t\t[-S|--step seconds]\n"
255 "\t\t[-f|--imginfo printfstr]\n"
256 "\t\t[-a|--imgformat PNG]\n"
257 "\t\t[-c|--color COLORTAG#rrggbb[aa]]\n"
258 "\t\t[--border width\n"
259 "\t\t[-t|--title string]\n"
260 "\t\t[-W|--watermark string]\n"
261 "\t\t[DEF:vname=rrd:ds-name:CF]\n"
262 msgstr ""
264 #: src/rrd_tool.c:170
265 msgid ""
266 "\t\t[CDEF:vname=rpn-expression]\n"
267 "\t\t[VDEF:vdefname=rpn-expression]\n"
268 "\t\t[PRINT:vdefname:format]\n"
269 "\t\t[GPRINT:vdefname:format]\n"
270 "\t\t[COMMENT:text]\n"
271 "\t\t[SHIFT:vname:offset]\n"
272 "\t\t[TICK:vname#rrggbb[aa][:[fraction][:legend]]]\n"
273 "\t\t[HRULE:value#rrggbb[aa][:legend]]\n"
274 "\t\t[VRULE:value#rrggbb[aa][:legend]]\n"
275 "\t\t[LINE[width]:vname[#rrggbb[aa][:[legend][:STACK]]]]\n"
276 "\t\t[AREA:vname[#rrggbb[aa][:[legend][:STACK]]]]\n"
277 "\t\t[PRINT:vname:CF:format] (deprecated)\n"
278 "\t\t[GPRINT:vname:CF:format] (deprecated)\n"
279 "\t\t[STACK:vname[#rrggbb[aa][:legend]]] (deprecated)\n"
280 "\n"
281 msgstr ""
283 #: src/rrd_tool.c:184
284 msgid ""
285 " * tune -  Modify some basic properties of an RRD\n"
286 "\n"
287 "\trrdtool tune filename\n"
288 "\t\t[--heartbeat|-h ds-name:heartbeat]\n"
289 "\t\t[--data-source-type|-d ds-name:DST]\n"
290 "\t\t[--data-source-rename|-r old-name:new-name]\n"
291 "\t\t[--minimum|-i ds-name:min] [--maximum|-a ds-name:max]\n"
292 "\t\t[--deltapos scale-value] [--deltaneg scale-value]\n"
293 "\t\t[--failure-threshold integer]\n"
294 "\t\t[--window-length integer]\n"
295 "\t\t[--alpha adaptation-parameter]\n"
296 msgstr ""
298 #: src/rrd_tool.c:195
299 msgid ""
300 " * tune -  Modify some basic properties of an RRD\n"
301 "\n"
302 "\t\t[--beta adaptation-parameter]\n"
303 "\t\t[--gamma adaptation-parameter]\n"
304 "\t\t[--gamma-deviation adaptation-parameter]\n"
305 "\t\t[--aberrant-reset ds-name]\n"
306 "\n"
307 msgstr ""
309 #: src/rrd_tool.c:202
310 msgid ""
311 " * resize - alter the length of one of the RRAs in an RRD\n"
312 "\n"
313 "\trrdtool resize filename rranum GROW|SHRINK rows\n"
314 "\n"
315 msgstr ""
317 #: src/rrd_tool.c:205
318 msgid ""
319 "* xport - generate XML dump from one or several RRD\n"
320 "\n"
321 "\trrdtool xport [-s|--start seconds] [-e|--end seconds]\n"
322 "\t\t[-m|--maxrows rows]\n"
323 "\t\t[--step seconds]\n"
324 "\t\t[--enumds]\n"
325 "\t\t[DEF:vname=rrd:ds-name:CF]\n"
326 "\t\t[CDEF:vname=rpn-expression]\n"
327 "\t\t[XPORT:vname:legend]\n"
328 "\n"
329 msgstr ""
331 #: src/rrd_tool.c:212
332 msgid ""
333 " * quit - closing a session in remote mode\n"
334 "\n"
335 "\trrdtool quit\n"
336 "\n"
337 msgstr ""
339 #: src/rrd_tool.c:215
340 msgid ""
341 " * ls - lists all *.rrd files in current directory\n"
342 "\n"
343 "\trrdtool ls\n"
344 "\n"
345 msgstr ""
347 #: src/rrd_tool.c:218
348 msgid ""
349 " * cd - changes the current directory\n"
350 "\n"
351 "\trrdtool cd new directory\n"
352 "\n"
353 msgstr ""
355 #: src/rrd_tool.c:221
356 msgid ""
357 " * mkdir - creates a new directory\n"
358 "\n"
359 "\trrdtool mkdir newdirectoryname\n"
360 "\n"
361 msgstr ""
363 #: src/rrd_tool.c:224
364 msgid ""
365 " * pwd - returns the current working directory\n"
366 "\n"
367 "\trrdtool pwd\n"
368 "\n"
369 msgstr ""
371 #: src/rrd_tool.c:227
372 msgid ""
373 "RRDtool is distributed under the Terms of the GNU General\n"
374 "Public License Version 2. (www.gnu.org/copyleft/gpl.html)\n"
375 "\n"
376 "For more information read the RRD manpages\n"
377 "\n"
378 msgstr ""