FIXED: Support for translation
[oscopy.git] / po / messages.po
blob89447fa7e22f811fd864732d8a400fc4511715b4
1 # SOME DESCRIPTIVE TITLE.
2 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3 # This file is distributed under the same license as the PACKAGE package.
4 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
6 #, fuzzy
7 msgid ""
8 msgstr ""
9 "Project-Id-Version: PACKAGE VERSION\n"
10 "Report-Msgid-Bugs-To: \n"
11 "POT-Creation-Date: 2010-05-05 12:42-0300\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 #: oscopy_ui.py:60
20 msgid ""
21 "  on|off       toggle auto refresh of current figure\n"
22 "  current|all  refresh either current figure or all\n"
23 "  FIG#         figure to refresh\n"
24 "without arguments refresh current figure"
25 msgstr ""
27 #: oscopy_ui.py:81
28 msgid "refreshing"
29 msgstr ""
31 #: oscopy_ui.py:85
32 msgid "Pause command disabled in UI"
33 msgstr ""
35 #: oscopy_ui.py:88
36 msgid "Plot command disabled in UI"
37 msgstr ""
39 #: oscopy_ui.py:109 oscopy_gui/menus.py:77
40 msgid "Linear"
41 msgstr ""
43 #: oscopy_ui.py:109 oscopy_gui/menus.py:77
44 msgid "LogX"
45 msgstr ""
47 #: oscopy_ui.py:109 oscopy_gui/menus.py:77
48 msgid "LogY"
49 msgstr ""
51 #: oscopy_ui.py:110 oscopy_gui/menus.py:78
52 msgid "Loglog"
53 msgstr ""
55 #: oscopy_ui.py:153
56 msgid "Add file(s)"
57 msgstr ""
59 #: oscopy_ui.py:167
60 msgid "New math signal"
61 msgstr ""
63 #: oscopy_ui.py:173
64 msgid "Expression:"
65 msgstr ""
67 #: oscopy_ui.py:194
68 msgid "Execute script"
69 msgstr ""
71 #: oscopy_ui.py:239
72 msgid "_File"
73 msgstr ""
75 #: oscopy_ui.py:240
76 msgid "_Add file(s)..."
77 msgstr ""
79 #: oscopy_ui.py:242
80 msgid "_Update"
81 msgstr ""
83 #: oscopy_ui.py:244
84 msgid "_Execute script..."
85 msgstr ""
87 #: oscopy_ui.py:246
88 msgid "_New Math Signal"
89 msgstr ""
91 #: oscopy_ui.py:249
92 msgid "_Run netlister and simulate..."
93 msgstr ""
95 #: oscopy_ui.py:251
96 msgid "_Windows"
97 msgstr ""
99 #: oscopy_ui.py:252
100 msgid "_Quit"
101 msgstr ""
103 #: oscopy_ui.py:259
104 msgid "_Show terminal"
105 msgstr ""
107 #: oscopy_ui.py:271
108 msgid "Signal"
109 msgstr ""
111 #: oscopy_ui.py:285
112 msgid "Freeze"
113 msgstr ""
115 #: oscopy_ui.py:312
116 msgid "Oscopy GUI"
117 msgstr ""
119 #: oscopy_ui.py:422 oscopy_ui.py:444 oscopy/app.py:141
120 #, python-format
121 msgid "Figure %d"
122 msgstr ""
124 #: oscopy_ui.py:615
125 #, python-format
126 msgid "Executing command '%s' failed."
127 msgstr ""
129 #: oscopy/readers/reader.py:152
130 msgid "No file specified"
131 msgstr ""
133 #: oscopy/readers/reader.py:154
134 msgid "File do not exist"
135 msgstr ""
137 #: oscopy/readers/reader.py:156
138 msgid "File is not a file"
139 msgstr ""
141 #: oscopy/context.py:109
142 msgid "Out of range figure number"
143 msgstr ""
145 #: oscopy/context.py:120
146 msgid "File already loaded, use update to read it again"
147 msgstr ""
149 #: oscopy/context.py:231
150 #, python-format
151 msgid "What is %s"
152 msgstr ""
154 #: oscopy/app.py:52
155 msgid "   Create a new figure, set_ it as current, add the signals"
156 msgstr ""
158 #: oscopy/app.py:65
159 msgid "   Destroy a figure"
160 msgstr ""
162 #: oscopy/app.py:86
163 msgid "   Select the current figure and the current graph"
164 msgstr ""
166 #: oscopy/app.py:107
167 msgid "   Define the layout of the current figure"
168 msgstr ""
170 #: oscopy/app.py:114
171 msgid "   Print the list of figures"
172 msgstr ""
174 #: oscopy/app.py:119
175 #, python-format
176 msgid "%s Figure %d: %s"
177 msgstr ""
179 #: oscopy/app.py:123
180 #, python-format
181 msgid "    %s Graph %d : (%s) %s"
182 msgstr ""
184 #: oscopy/app.py:130
185 msgid "   Draw and show the figures"
186 msgstr ""
188 #: oscopy/app.py:162
189 msgid "   Read signal file"
190 msgstr ""
192 #: oscopy/app.py:166
193 #, python-format
194 msgid "%s already read, use update to reread it"
195 msgstr ""
197 #: oscopy/app.py:171
198 #, python-format
199 msgid "Failed to read %s:"
200 msgstr ""
202 #: oscopy/app.py:173 oscopy/app.py:200
203 msgid "File format not supported"
204 msgstr ""
206 #: oscopy/app.py:177
207 msgid "   Write signals to file"
208 msgstr ""
210 #: oscopy/app.py:198
211 msgid "Write error:"
212 msgstr ""
214 #: oscopy/app.py:204
215 msgid "   Reread data files"
216 msgstr ""
218 #: oscopy/app.py:212
219 #, python-format
220 msgid "%s not found in readers"
221 msgstr ""
223 #: oscopy/app.py:216
224 msgid "   Add a graph to the current figure"
225 msgstr ""
227 #: oscopy/app.py:220 oscopy/figure.py:80
228 msgid "Maximum graph number reached"
229 msgstr ""
231 #: oscopy/app.py:235
232 msgid "   Delete a graph from the current figure"
233 msgstr ""
235 #: oscopy/app.py:246
236 msgid "   Set the type of the current graph of the current figure"
237 msgstr ""
239 #: oscopy/app.py:247
240 msgid ""
241 "Available modes :\n"
242 "   lin      Linear graph\n"
243 msgstr ""
245 #: oscopy/app.py:260
246 msgid "   Set the axis scale"
247 msgstr ""
249 #: oscopy/app.py:268
250 msgid "   Set the axis range of the current graph of the current figure"
251 msgstr ""
253 #: oscopy/app.py:287
254 msgid "   Set the unit to be displayed on graph axis"
255 msgstr ""
257 #: oscopy/app.py:302
258 msgid "   Insert a list of signals into the current graph"
259 msgstr ""
261 #: oscopy/app.py:311
262 msgid "   Delete a list of signals into from current graph"
263 msgstr ""
265 #: oscopy/app.py:320
266 msgid "   Do not consider signal for subsequent updates"
267 msgstr ""
269 #: oscopy/app.py:326
270 msgid "   Consider signal for subsequent updates"
271 msgstr ""
273 #: oscopy/app.py:332
274 msgid "   List loaded signals"
275 msgstr ""
277 #: oscopy/app.py:348
278 msgid "   Define a new signal destsig using mathematical expression"
279 msgstr ""
281 #: oscopy/app.py:353
282 msgid "Error creating signal from math expression:"
283 msgstr ""
285 #: oscopy/app.py:370
286 msgid "   Print text"
287 msgstr ""
289 #: oscopy/app.py:376
290 msgid "   Wait for the user to press enter"
291 msgstr ""
293 #: oscopy/app.py:414
294 msgid "   execute commands from file"
295 msgstr ""
297 #: oscopy/app.py:426
298 msgid "Script error:"
299 msgstr ""
301 #: oscopy/app.py:434
302 msgid ""
303 "   set the scaling factor of the graph (in power of ten)\n"
304 "   use 'auto' for automatic scaling factor\n"
305 "   e.g. factor -3, 6 set the scale factor at 1e-3 and 10e6"
306 msgstr ""
308 #: oscopy/graphs/graph.py:128
309 msgid "Signals"
310 msgstr ""
312 #: oscopy/graphs/graph.py:240 oscopy/graphs/graph.py:242
313 msgid "Invalid argument"
314 msgstr ""
316 #: oscopy/graphs/graph.py:318
317 msgid "Unrecognized argument"
318 msgstr ""
320 #: oscopy/graphs/graph.py:371
321 msgid "Invalid cursor number"
322 msgstr ""
324 #: oscopy/graphs/graph.py:373
325 msgid "Invalid cursor type"
326 msgstr ""
328 #: oscopy/graphs/cursor.py:98 oscopy/figure.py:71 oscopy/figure.py:109
329 #: oscopy/figure.py:111 oscopy/signal.py:113
330 msgid "Bad type"
331 msgstr ""
333 #: oscopy/figure.py:100 oscopy/figure.py:102
334 msgid "Bad graph number"
335 msgstr ""
337 #: oscopy/figure.py:134
338 msgid "No graph defined"
339 msgstr ""
341 #: oscopy/figure.py:154 oscopy/figure.py:215
342 msgid "Bad layout"
343 msgstr ""
345 #: oscopy/signal.py:69
346 #, python-format
347 msgid "Data %s not handled"
348 msgstr ""
350 #: oscopy_gui/menus.py:10
351 msgid "Horizontal"
352 msgstr ""
354 #: oscopy_gui/menus.py:10
355 msgid "Vertical"
356 msgstr ""
358 #: oscopy_gui/menus.py:11
359 msgid "Quad"
360 msgstr ""
362 #: oscopy_gui/menus.py:22
363 msgid "Add graph"
364 msgstr ""
366 #: oscopy_gui/menus.py:26
367 msgid "Delete graph"
368 msgstr ""
370 #: oscopy_gui/menus.py:31
371 msgid "Layout"
372 msgstr ""
374 #: oscopy_gui/menus.py:81
375 msgid "Range..."
376 msgstr ""
378 #: oscopy_gui/menus.py:86
379 msgid "Units..."
380 msgstr ""
382 #: oscopy_gui/menus.py:91
383 msgid "Scale"
384 msgstr ""
386 #: oscopy_gui/menus.py:96
387 msgid "Insert signal"
388 msgstr ""
390 #: oscopy_gui/menus.py:101
391 msgid "Remove signal"
392 msgstr ""
394 #: oscopy_gui/menus.py:184
395 msgid "No graph selected"
396 msgstr ""
398 #: oscopy_gui/dialogs.py:31
399 msgid "Enter graph units"
400 msgstr ""
402 #: oscopy_gui/dialogs.py:96
403 msgid "Enter graph range"
404 msgstr ""
406 #: oscopy_gui/dialogs.py:103
407 msgid "From"
408 msgstr ""
410 #: oscopy_gui/dialogs.py:103
411 msgid "To"
412 msgstr ""
414 #: oscopy_gui/dialogs.py:170
415 #, python-format
416 msgid "Run %s:"
417 msgstr ""
419 #: oscopy_gui/dialogs.py:176
420 msgid "Run netlister and simulate"
421 msgstr ""
423 #: oscopy_gui/dialogs.py:185
424 msgid "netlister"
425 msgstr ""
427 #: oscopy_gui/dialogs.py:195
428 msgid "simulator"
429 msgstr ""
431 #: oscopy_gui/dialogs.py:207
432 msgid "<b>Options</b>"
433 msgstr ""
435 #: oscopy_gui/dialogs.py:212
436 msgid "Run from directory:"
437 msgstr ""
439 #: oscopy_gui/dialogs.py:214
440 msgid "Choose directory"
441 msgstr ""
443 #: oscopy_gui/dialogs.py:226
444 msgid "Update readers once terminated"
445 msgstr ""
447 #: oscopy_gui/dialogs.py:310
448 msgid "Command:"
449 msgstr ""