~ubuntu-branches/ubuntu/saucy/rrdtool/saucy-proposed

« back to all changes in this revision

Viewing changes to po/rrdtool.pot

  • Committer: Bazaar Package Importer
  • Author(s): Clint Byrum
  • Date: 2010-07-22 08:07:01 UTC
  • mfrom: (1.2.8 upstream) (3.1.6 sid)
  • Revision ID: james.westby@ubuntu.com-20100722080701-k46mgdfz6euxwqsm
Tags: 1.4.3-1ubuntu1
* Merge from debian unstable, Remaining changes:
  - debian/control: Don't build against ruby1.9 as we don't want
    it in main.
* require libdbi >= 0.8.3 to prevent aborts when using dbi datasources

Show diffs side-by-side

added added

removed removed

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