Mercurial > pyarq-presupuestos
comparison mo/pyArq-Presupuestos.pot @ 1:2ac1551ad2ab version 0.0.0
add code
author | Miguel Ángel Bárcena Rodríguez <miguelangel@obraencurso.es> |
---|---|
date | Sun, 31 Oct 2010 20:07:33 +0100 |
parents | |
children | a221c14c3c31 |
comparison
equal
deleted
inserted
replaced
0:a1703c4f2990 | 1:2ac1551ad2ab |
---|---|
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. | |
5 # | |
6 #, fuzzy | |
7 msgid "" | |
8 msgstr "" | |
9 "Project-Id-Version: PACKAGE VERSION\n" | |
10 "Report-Msgid-Bugs-To: \n" | |
11 "POT-Creation-Date: 2010-10-31 20:01+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 "Language: \n" | |
16 "MIME-Version: 1.0\n" | |
17 "Content-Type: text/plain; charset=CHARSET\n" | |
18 "Content-Transfer-Encoding: 8bit\n" | |
19 | |
20 #: ../Generic/base.py:358 | |
21 msgid "Invalid code: $1" | |
22 msgstr "" | |
23 | |
24 #: ../Generic/base.py:373 | |
25 msgid "Synonyms ($1) must be a list, code: $2" | |
26 msgstr "" | |
27 | |
28 #: ../Generic/base.py:377 | |
29 msgid "Invalid Code in synomyms list ($1) code: $2" | |
30 msgstr "" | |
31 | |
32 #: ../Generic/base.py:408 | |
33 msgid "Unit ($1) must be a string: $2" | |
34 msgstr "" | |
35 | |
36 #: ../Generic/base.py:422 | |
37 msgid "Summary ($1) must be a string: $1" | |
38 msgstr "" | |
39 | |
40 #: ../Generic/base.py:439 | |
41 msgid "Prices ($1) must be a list: $2" | |
42 msgstr "" | |
43 | |
44 #: ../Generic/base.py:460 | |
45 msgid "Price ($1) must be a list with two items: $2" | |
46 msgstr "" | |
47 | |
48 #: ../Generic/base.py:465 | |
49 msgid "Price must be a float number: $1" | |
50 msgstr "" | |
51 | |
52 #: ../Generic/base.py:475 | |
53 #, python-format | |
54 msgid "The record do not have this Price. Code: %s" | |
55 msgstr "" | |
56 | |
57 #: ../Generic/base.py:481 | |
58 msgid "The record do not have this Price" | |
59 msgstr "" | |
60 | |
61 #: ../Generic/base.py:496 | |
62 msgid "Parents ($1) must be a list: $2" | |
63 msgstr "" | |
64 | |
65 #: ../Generic/base.py:500 ../Generic/base.py:512 | |
66 msgid "Invalid parent code ($1) in the record: $2" | |
67 msgstr "" | |
68 | |
69 #: ../Generic/base.py:528 | |
70 msgid "children ($1) must be a list, record: $2" | |
71 msgstr "" | |
72 | |
73 #: ../Generic/base.py:532 | |
74 msgid "child ($1) must be a Decomposition object, record: $2" | |
75 msgstr "" | |
76 | |
77 #: ../Generic/base.py:580 | |
78 msgid "Text ($1) must be a string, record: $2" | |
79 msgstr "" | |
80 | |
81 #: ../Generic/base.py:593 | |
82 msgid "sheet must be a Sheet instance" | |
83 msgstr "" | |
84 | |
85 #: ../Generic/base.py:606 | |
86 msgid "files must be a list: $1" | |
87 msgstr "" | |
88 | |
89 #: ../Generic/base.py:617 ../Generic/base.py:632 | |
90 msgid "Incorrect path" | |
91 msgstr "" | |
92 | |
93 #: ../Generic/base.py:622 | |
94 msgid "file must be a list or a File object: $1" | |
95 msgstr "" | |
96 | |
97 #: ../Generic/base.py:651 | |
98 msgid "labels must be a list" | |
99 msgstr "" | |
100 | |
101 #: ../Generic/base.py:657 | |
102 msgid "label must be a string" | |
103 msgstr "" | |
104 | |
105 #: ../Generic/base.py:666 | |
106 msgid "Label must be a string" | |
107 msgstr "" | |
108 | |
109 #: ../Generic/base.py:894 | |
110 msgid "Position must be a integer" | |
111 msgstr "" | |
112 | |
113 #: ../Generic/base.py:904 | |
114 msgid "BudgetMeasures atribute must be a list" | |
115 msgstr "" | |
116 | |
117 #: ../Generic/base.py:907 | |
118 msgid "BudgetMeasures item must be a Measure " | |
119 msgstr "" | |
120 | |
121 #: ../Generic/base.py:914 | |
122 msgid "Certification atribute must be a list or None" | |
123 msgstr "" | |
124 | |
125 #: ../Generic/base.py:920 | |
126 msgid "Real cost atribute must be a list or None" | |
127 msgstr "" | |
128 | |
129 #: ../Generic/base.py:926 | |
130 msgid "Cost goals atribute must be a list or None" | |
131 msgstr "" | |
132 | |
133 #: ../Generic/base.py:932 | |
134 msgid "Cost Planned atribute must be a list or None" | |
135 msgstr "" | |
136 | |
137 #: ../Generic/base.py:1023 | |
138 msgid "Measure must be a float number. Type: $1" | |
139 msgstr "" | |
140 | |
141 #: ../Generic/base.py:1034 | |
142 msgid "Lines must be a list" | |
143 msgstr "" | |
144 | |
145 #: ../Generic/base.py:1037 | |
146 msgid "Line must be a MeasureLine objetc" | |
147 msgstr "" | |
148 | |
149 #: ../Generic/base.py:1045 | |
150 msgid "Factor must be a float number |$1|" | |
151 msgstr "" | |
152 | |
153 #: ../Generic/base.py:1057 | |
154 msgid "Yield must be a float number" | |
155 msgstr "" | |
156 | |
157 #: ../Generic/base.py:1068 | |
158 msgid "Fixed must be boolean object" | |
159 msgstr "" | |
160 | |
161 #: ../Generic/base.py:1137 | |
162 msgid "Type must be M or A. Type: $1" | |
163 msgstr "" | |
164 | |
165 #: ../Generic/base.py:1269 | |
166 msgid " Parcial Subtotal must be a float number. Parcial: $1" | |
167 msgstr "" | |
168 | |
169 #: ../Generic/base.py:1276 | |
170 msgid " Acumulated Subtotal must be a float number. Parcial: $1" | |
171 msgstr "" | |
172 | |
173 #: ../Generic/base.py:1311 | |
174 msgid "Invalid measure line type ($1)" | |
175 msgstr "" | |
176 | |
177 #: ../Generic/base.py:1316 | |
178 msgid "Measure Comment must be a string ($1)" | |
179 msgstr "" | |
180 | |
181 #: ../Generic/base.py:1322 | |
182 msgid "Invalid Measure Units ($1)" | |
183 msgstr "" | |
184 | |
185 #: ../Generic/base.py:1334 | |
186 msgid "Invalid Measure length ($1)" | |
187 msgstr "" | |
188 | |
189 #: ../Generic/base.py:1346 | |
190 msgid "Invalid Measure Width ($1)" | |
191 msgstr "" | |
192 | |
193 #: ../Generic/base.py:1358 | |
194 msgid "Invalid Measure Height ($1)" | |
195 msgstr "" | |
196 | |
197 #: ../Generic/base.py:1369 | |
198 msgid "Formula must be a string ($1)" | |
199 msgstr "" | |
200 | |
201 #: ../Generic/base.py:1372 | |
202 msgid "There is invalid charactersin formula ($1)" | |
203 msgstr "" | |
204 | |
205 #: ../Generic/base.py:1437 ../Generic/base.py:2406 | |
206 msgid "'a' value must be a float number" | |
207 msgstr "" | |
208 | |
209 #: ../Generic/base.py:1441 ../Generic/base.py:2410 | |
210 msgid "'b' value must be a float number" | |
211 msgstr "" | |
212 | |
213 #: ../Generic/base.py:1445 ../Generic/base.py:2414 | |
214 msgid "'c' value must be a float number" | |
215 msgstr "" | |
216 | |
217 #: ../Generic/base.py:1449 ../Generic/base.py:2418 | |
218 msgid "'d' value must be a float number" | |
219 msgstr "" | |
220 | |
221 #: ../Generic/base.py:1477 ../Generic/base.py:2446 | |
222 msgid "Invalid formula" | |
223 msgstr "" | |
224 | |
225 #: ../Generic/base.py:1727 | |
226 msgid "sheet_dict must be a dictionay" | |
227 msgstr "" | |
228 | |
229 #: ../Generic/base.py:1744 ../Generic/base.py:1750 | |
230 msgid "sheet field must be a string" | |
231 msgstr "" | |
232 | |
233 #: ../Generic/base.py:1746 | |
234 msgid "section_dict must be a dictionary" | |
235 msgstr "" | |
236 | |
237 #: ../Generic/base.py:1752 | |
238 msgid "sheet section must be a string" | |
239 msgstr "" | |
240 | |
241 #: ../Generic/base.py:1754 | |
242 msgid "sheet paragraph must be a string" | |
243 msgstr "" | |
244 | |
245 #: ../Generic/base.py:1992 | |
246 msgid "Owner must be a string" | |
247 msgstr "" | |
248 | |
249 #: ../Generic/base.py:2008 | |
250 #, python-format | |
251 msgid "Invalid Date: %s" | |
252 msgstr "" | |
253 | |
254 #: ../Generic/base.py:2019 | |
255 msgid "Comment must be a string" | |
256 msgstr "" | |
257 | |
258 #: ../Generic/base.py:2035 | |
259 msgid "Budget type must be 1, 2, 3 or 4." | |
260 msgstr "" | |
261 | |
262 #: ../Generic/base.py:2047 | |
263 msgid "Certificate order must be a integer." | |
264 msgstr "" | |
265 | |
266 #: ../Generic/base.py:2062 | |
267 msgid "Budget certificate Date must be a valid Date." | |
268 msgstr "" | |
269 | |
270 #: ../Generic/base.py:2076 | |
271 msgid "Invalid title list format" | |
272 msgstr "" | |
273 | |
274 #: ../Generic/base.py:2105 | |
275 msgid "Invalid Index Title" | |
276 msgstr "" | |
277 | |
278 #: ../Generic/base.py:2140 | |
279 msgid "Decimal Key error" | |
280 msgstr "" | |
281 | |
282 #: ../Generic/base.py:2176 | |
283 msgid "Invalid Percentage key" | |
284 msgstr "" | |
285 | |
286 #: ../Generic/base.py:2291 | |
287 msgid "Invalid parent code: $1" | |
288 msgstr "" | |
289 | |
290 #: ../Generic/base.py:2294 | |
291 msgid "Invalid child code: $1" | |
292 msgstr "" | |
293 | |
294 #: ../Generic/base.py:2297 | |
295 msgid "Invalid position in measure $1, in code $2" | |
296 msgstr "" | |
297 | |
298 #: ../Generic/base.py:2305 | |
299 msgid "" | |
300 "Circular Decomposition, parent code: $1, child code: $2, repeated code: $3" | |
301 msgstr "" | |
302 | |
303 #: ../Generic/base.py:2360 ../Generic/base.py:2372 | |
304 msgid "" | |
305 "Error: Invalid child position in decomposition. Parent code: $1 Child code: " | |
306 "$2 Position: $3" | |
307 msgstr "" | |
308 | |
309 #: ../Generic/base.py:2366 | |
310 msgid "Error: Empty child code. Parent code: $1 Position: $2" | |
311 msgstr "" | |
312 | |
313 #: ../Generic/base.py:2457 | |
314 msgid "Invalid code" | |
315 msgstr "" | |
316 | |
317 #: ../Generic/base.py:2467 | |
318 msgid "Invalid record: $1" | |
319 msgstr "" | |
320 | |
321 #: ../Generic/base.py:2530 | |
322 msgid "Only can be one root record" | |
323 msgstr "" | |
324 | |
325 #: ../Generic/base.py:2624 ../Generic/base.py:2630 | |
326 msgid "This record does not exits" | |
327 msgstr "" | |
328 | |
329 #: ../Generic/base.py:2627 | |
330 msgid "Path item must be a integer" | |
331 msgstr "" | |
332 | |
333 #: ../Generic/base.py:2632 | |
334 msgid "Path must be a not empty tuple: $1" | |
335 msgstr "" | |
336 | |
337 #: ../Generic/base.py:2683 | |
338 msgid "The sheet code must be a string" | |
339 msgstr "" | |
340 | |
341 #: ../Generic/base.py:2685 | |
342 msgid "The sheet title must be a string" | |
343 msgstr "" | |
344 | |
345 #: ../Generic/base.py:2693 | |
346 msgid "The sheet sections must be a dictionary" | |
347 msgstr "" | |
348 | |
349 #: ../Generic/base.py:2698 | |
350 msgid "The field code must be a string" | |
351 msgstr "" | |
352 | |
353 #: ../Generic/base.py:2700 | |
354 msgid "The field title must be a string" | |
355 msgstr "" | |
356 | |
357 #: ../Generic/base.py:2708 | |
358 msgid "The sheet field must be a dictionary" | |
359 msgstr "" | |
360 | |
361 #: ../Generic/base.py:2713 | |
362 msgid "The paragraph code must be a string" | |
363 msgstr "" | |
364 | |
365 #: ../Generic/base.py:2715 | |
366 msgid "The paragraph text must be a string" | |
367 msgstr "" | |
368 | |
369 #: ../Generic/base.py:2723 | |
370 msgid "The paragraph dict must be a dictionary" | |
371 msgstr "" | |
372 | |
373 #: ../Generic/base.py:2728 ../Generic/base.py:2752 ../Generic/base.py:2882 | |
374 #: ../Generic/base.py:2906 ../Generic/base.py:2928 | |
375 msgid "The record_code code must be a string" | |
376 msgstr "" | |
377 | |
378 #: ../Generic/base.py:2730 | |
379 msgid "The field must be a string" | |
380 msgstr "" | |
381 | |
382 #: ../Generic/base.py:2732 | |
383 msgid "The section dict must be a dictionary" | |
384 msgstr "" | |
385 | |
386 #: ../Generic/base.py:2736 | |
387 msgid "" | |
388 "Error: The budget do not have this record code and can not be added the " | |
389 "sheet text in the field $1. Record Code: $2" | |
390 msgstr "" | |
391 | |
392 #: ../Generic/base.py:2754 | |
393 msgid "The filename must be a string" | |
394 msgstr "" | |
395 | |
396 #: ../Generic/base.py:2758 | |
397 msgid "" | |
398 "Error: The budget do not have the record code $1 and can not be added the " | |
399 "file: $2" | |
400 msgstr "" | |
401 | |
402 #: ../Generic/base.py:2768 | |
403 msgid "The company code must be a string" | |
404 msgstr "" | |
405 | |
406 #: ../Generic/base.py:2770 | |
407 msgid "The summary must be a string" | |
408 msgstr "" | |
409 | |
410 #: ../Generic/base.py:2772 ../Generic/base.py:2800 | |
411 msgid "The name must be a string" | |
412 msgstr "" | |
413 | |
414 #: ../Generic/base.py:2774 | |
415 msgid "The name must be a list" | |
416 msgstr "" | |
417 | |
418 #: ../Generic/base.py:2778 | |
419 msgid "The office must be a list" | |
420 msgstr "" | |
421 | |
422 #: ../Generic/base.py:2780 | |
423 msgid "The office must be a 10 items list" | |
424 msgstr "" | |
425 | |
426 #: ../Generic/base.py:2783 | |
427 msgid "This office item must be a string" | |
428 msgstr "" | |
429 | |
430 #: ../Generic/base.py:2787 | |
431 msgid "This office item must be a list" | |
432 msgstr "" | |
433 | |
434 #: ../Generic/base.py:2802 | |
435 msgid "The web must be a string" | |
436 msgstr "" | |
437 | |
438 #: ../Generic/base.py:2804 | |
439 msgid "The email must be a string" | |
440 msgstr "" | |
441 | |
442 #: ../Generic/base.py:2814 | |
443 msgid "The tecnical info code must be a string" | |
444 msgstr "" | |
445 | |
446 #: ../Generic/base.py:2816 | |
447 msgid "The tecnical info description must be a string" | |
448 msgstr "" | |
449 | |
450 #: ../Generic/base.py:2819 | |
451 msgid "The tecnical info unit must be a string" | |
452 msgstr "" | |
453 | |
454 #: ../Generic/base.py:2866 | |
455 msgid "The label must be a string" | |
456 msgstr "" | |
457 | |
458 #: ../Generic/base.py:2884 | |
459 msgid "The parametric select comment must be a string" | |
460 msgstr "" | |
461 | |
462 #: ../Generic/base.py:2887 | |
463 msgid "" | |
464 "Error: The budget do not have the record code $1 and can not be added the " | |
465 "Parametric select comment: $2" | |
466 msgstr "" | |
467 | |
468 #: ../Generic/base.py:2894 | |
469 msgid "" | |
470 "Error: The Record $1 is not a Parametric Record and can not have Parametric " | |
471 "comment" | |
472 msgstr "" | |
473 | |
474 #: ../Generic/base.py:2908 | |
475 msgid "The summary record must be a string" | |
476 msgstr "" | |
477 | |
478 #: ../Generic/base.py:2910 | |
479 msgid "" | |
480 "Error: The budget do not have the record code $1 and can not be seted the " | |
481 "summary: $2" | |
482 msgstr "" | |
483 | |
484 #: ../Generic/base.py:2916 | |
485 msgid "" | |
486 "Error: The Record $1 is not a Parametric Record and can not have Parametric " | |
487 "summary" | |
488 msgstr "" | |
489 | |
490 #: ../Generic/base.py:2930 | |
491 msgid "The text record must be a string" | |
492 msgstr "" | |
493 | |
494 #: ../Generic/base.py:2932 | |
495 msgid "" | |
496 "Error: The budget do not have the record code $1 and can not be seted the " | |
497 "text: $2" | |
498 msgstr "" | |
499 | |
500 #: ../Generic/base.py:2938 | |
501 msgid "" | |
502 "Error: The Record $1 is not a Parametric Record and can not have Parametric " | |
503 "text" | |
504 msgstr "" | |
505 | |
506 #: ../Generic/base.py:3396 | |
507 msgid "Invalid Hierarchy ($1) The hierarchy must be -1, 0, 1 or 2" | |
508 msgstr "" | |
509 | |
510 #: ../Generic/base.py:3403 | |
511 msgid "Invalid type ($1),the type must be (empty string,0,1,2,3)" | |
512 msgstr "" | |
513 | |
514 #: ../Generic/base.py:3412 | |
515 msgid "" | |
516 "Invalid subtype ($1), The subtype must one in (empty string, EA, EU, EC, EF, " | |
517 "OB, PA, PU, H, Q, %, MC, MCr, MM, MS, ME, MCu, MAl, ML, M)" | |
518 msgstr "" | |
519 | |
520 #: ../Generic/fiebdc.py:151 | |
521 msgid "Invalid code, it must be a string" | |
522 msgstr "" | |
523 | |
524 #: ../Generic/fiebdc.py:157 | |
525 msgid "The code '$1' have invalid characters." | |
526 msgstr "" | |
527 | |
528 #: ../Generic/fiebdc.py:170 | |
529 msgid "The code '$1' contains special characters repeated." | |
530 msgstr "" | |
531 | |
532 #: ../Generic/fiebdc.py:391 | |
533 msgid "" | |
534 "The 'V' record (Property and Version) must be the first record in the file " | |
535 "but it is the number: $1" | |
536 msgstr "" | |
537 | |
538 #: ../Generic/fiebdc.py:394 | |
539 msgid "The default values were taken and this V record is ignored" | |
540 msgstr "" | |
541 | |
542 #: ../Generic/fiebdc.py:428 | |
543 #, python-format | |
544 msgid "FIEBDC format: %s" | |
545 msgstr "" | |
546 | |
547 #: ../Generic/fiebdc.py:437 | |
548 #, python-format | |
549 msgid "FIEBDC file generated by %s" | |
550 msgstr "" | |
551 | |
552 #: ../Generic/fiebdc.py:776 | |
553 msgid "Record C without a valid code" | |
554 msgstr "" | |
555 | |
556 #: ../Generic/fiebdc.py:852 ../Generic/fiebdc.py:864 ../Generic/fiebdc.py:892 | |
557 msgid "Incorrect type ($1) in the code $2" | |
558 msgstr "" | |
559 | |
560 #: ../Generic/fiebdc.py:943 | |
561 msgid "" | |
562 "ValueError loadig the descomposition of the record $1, the factor of the " | |
563 "child $2 must be a float number and can not be $3, seted default value 1.0" | |
564 msgstr "" | |
565 | |
566 #: ../Generic/fiebdc.py:954 | |
567 msgid "" | |
568 "ValueError loading the descomposition of the record $1, the yield of the " | |
569 "child $2, must be a float number and cannot be $3, seted default value 1.0" | |
570 msgstr "" | |
571 | |
572 #: ../Generic/fiebdc.py:1041 | |
573 msgid "Invalid codes in $1 record, codes $2" | |
574 msgstr "" | |
575 | |
576 #: ../Generic/fiebdc.py:1045 | |
577 msgid "Empty child code in $1 record, codes: $2" | |
578 msgstr "" | |
579 | |
580 #: ../Generic/fiebdc.py:1058 | |
581 msgid "Invalid path in $1 record, codes $2" | |
582 msgstr "" | |
583 | |
584 #: ../Generic/fiebdc.py:1069 | |
585 msgid "Invalid Total Measure value in $1 record, codes $2" | |
586 msgstr "" | |
587 | |
588 #: ../Generic/fiebdc.py:1089 | |
589 msgid "" | |
590 "The comment is not a formula or its have invalid characters, in the $1 " | |
591 "record, codes $2" | |
592 msgstr "" | |
593 | |
594 #: ../Generic/fiebdc.py:1403 ../Generic/fiebdc.py:1657 | |
595 msgid "The file $1 do not exist" | |
596 msgstr "" | |
597 | |
598 #: ../Generic/fiebdc.py:1763 ../Generic/fiebdc.py:1770 | |
599 msgid "PyArq hates parametric DLLs" | |
600 msgstr "" | |
601 | |
602 #: ../Generic/fiebdc.py:1980 | |
603 msgid "Loading file $1" | |
604 msgstr "" | |
605 | |
606 #: ../Generic/fiebdc.py:2000 | |
607 msgid "This codepage do not exist in FIEBDC3! Default codepage: $1" | |
608 msgstr "" | |
609 | |
610 #: ../Generic/fiebdc.py:2004 | |
611 msgid "This V record dot have a codepage! Default codepage: $1" | |
612 msgstr "" | |
613 | |
614 #: ../Generic/fiebdc.py:2008 | |
615 msgid "Not 'V' record in File! Default codepage: $1" | |
616 msgstr "" | |
617 | |
618 #: ../Generic/fiebdc.py:2049 | |
619 msgid "Cancelled process" | |
620 msgstr "" | |
621 | |
622 #: ../Generic/fiebdc.py:2052 | |
623 msgid "Time to load: $1 seconds" | |
624 msgstr "" | |
625 | |
626 #: ../Generic/fiebdc.py:2054 | |
627 msgid "Records/Valid Records: $1/$2" | |
628 msgstr "" | |
629 | |
630 #: ../Generic/fiebdc.py:2057 | |
631 msgid "$1 unsuported record type O: Comercial Relationship" | |
632 msgstr "" | |
633 | |
634 #: ../Generic/fiebdc.py:2060 | |
635 msgid "This file is not a valid FIBDC3 file" | |
636 msgstr "" | |
637 | |
638 #: ../Generic/fiebdc.py:2097 | |
639 msgid "Testing budget ..." | |
640 msgstr "" | |
641 | |
642 #: ../Generic/fiebdc.py:2115 | |
643 msgid "End Test" | |
644 msgstr "" | |
645 | |
646 #: ../Gtk/gui.py:69 | |
647 msgid "The icon file does not exist. '$1'" | |
648 msgstr "" | |
649 | |
650 #: ../Gtk/gui.py:75 | |
651 msgid "pyArq-Presupuestos running on $1" | |
652 msgstr "" | |
653 | |
654 #: ../Gtk/gui.py:164 | |
655 msgid "_File" | |
656 msgstr "" | |
657 | |
658 #: ../Gtk/gui.py:165 | |
659 msgid "_Import Fiebdc" | |
660 msgstr "" | |
661 | |
662 #: ../Gtk/gui.py:167 | |
663 msgid "_Close" | |
664 msgstr "" | |
665 | |
666 #: ../Gtk/gui.py:169 | |
667 msgid "_View" | |
668 msgstr "" | |
669 | |
670 #: ../Gtk/gui.py:170 | |
671 msgid "_Text" | |
672 msgstr "" | |
673 | |
674 #: ../Gtk/gui.py:172 | |
675 msgid "_Test" | |
676 msgstr "" | |
677 | |
678 #: ../Gtk/gui.py:174 | |
679 msgid "Import Fiebdc _price database" | |
680 msgstr "" | |
681 | |
682 #: ../Gtk/gui.py:176 | |
683 msgid "_Open price database" | |
684 msgstr "" | |
685 | |
686 #: ../Gtk/gui.py:248 | |
687 msgid "Saving file: $1" | |
688 msgstr "" | |
689 | |
690 #: ../Gtk/gui.py:253 | |
691 msgid "Saving time: $1 seconds" | |
692 msgstr "" | |
693 | |
694 #: ../Gtk/gui.py:321 | |
695 msgid "Loading file: $1:" | |
696 msgstr "" | |
697 | |
698 #: ../Gtk/gui.py:468 ../Gtk/importFiebdc.py:224 | |
699 msgid "Time: 0s" | |
700 msgstr "" | |
701 | |
702 #: ../Gtk/gui.py:532 ../Gtk/importFiebdc.py:303 | |
703 msgid "Time: $1" | |
704 msgstr "" | |
705 | |
706 #: ../Gtk/gui.py:809 | |
707 msgid "The value must be a list" | |
708 msgstr "" | |
709 | |
710 #: ../Gtk/gui.py:812 | |
711 msgid "Incorrect len" | |
712 msgstr "" | |
713 | |
714 #: ../Gtk/gui.py:840 | |
715 msgid "Incorrect item $1" | |
716 msgstr "" | |
717 | |
718 #: ../Gtk/gui.py:854 | |
719 msgid "The budget does not have the path record: $1" | |
720 msgstr "" | |
721 | |
722 #: ../Gtk/gui.py:989 | |
723 msgid "Decomposition" | |
724 msgstr "" | |
725 | |
726 #: ../Gtk/gui.py:990 ../Gtk/gui.py:2006 | |
727 msgid "Description" | |
728 msgstr "" | |
729 | |
730 #: ../Gtk/gui.py:991 ../Gtk/gui.py:2008 | |
731 msgid "Measure" | |
732 msgstr "" | |
733 | |
734 #: ../Gtk/gui.py:992 | |
735 msgid "Sheet of Conditions" | |
736 msgstr "" | |
737 | |
738 #: ../Gtk/gui.py:993 | |
739 msgid "Files" | |
740 msgstr "" | |
741 | |
742 #: ../Gtk/gui.py:994 | |
743 msgid "Companies" | |
744 msgstr "" | |
745 | |
746 #: ../Gtk/gui.py:1355 | |
747 msgid "The item must be a widget object." | |
748 msgstr "" | |
749 | |
750 #: ../Gtk/gui.py:1361 | |
751 msgid "Invalid orientation." | |
752 msgstr "" | |
753 | |
754 #: ../Gtk/gui.py:1736 ../Gtk/gui.py:2370 ../Gtk/gui.py:3780 | |
755 msgid "Argument must be a Budget object" | |
756 msgstr "" | |
757 | |
758 #: ../Gtk/gui.py:1745 | |
759 msgid "DecompositionList.__init__: Record path can not be None" | |
760 msgstr "" | |
761 | |
762 #: ../Gtk/gui.py:1776 | |
763 msgid "a" | |
764 msgstr "" | |
765 | |
766 #: ../Gtk/gui.py:2003 ../Gtk/gui.py:3840 | |
767 msgid "Code" | |
768 msgstr "" | |
769 | |
770 #: ../Gtk/gui.py:2004 | |
771 msgid "Unit" | |
772 msgstr "" | |
773 | |
774 #: ../Gtk/gui.py:2010 | |
775 msgid "Price" | |
776 msgstr "" | |
777 | |
778 #: ../Gtk/gui.py:2012 | |
779 msgid "Amount" | |
780 msgstr "" | |
781 | |
782 #: ../Gtk/gui.py:2024 ../Gtk/gui.py:2502 | |
783 msgid "Invalid path" | |
784 msgstr "" | |
785 | |
786 #: ../Gtk/gui.py:2375 | |
787 msgid "Record path must be a tuple" | |
788 msgstr "" | |
789 | |
790 #: ../Gtk/gui.py:2519 | |
791 msgid "measure must be a Measure object. Type: $1" | |
792 msgstr "" | |
793 | |
794 #: ../Gtk/gui.py:2530 ../Gtk/gui.py:3855 ../Gtk/gui.py:4182 | |
795 msgid "Type" | |
796 msgstr "" | |
797 | |
798 #: ../Gtk/gui.py:2531 | |
799 msgid "Comment" | |
800 msgstr "" | |
801 | |
802 #: ../Gtk/gui.py:2532 | |
803 msgid "" | |
804 "N\n" | |
805 "(a)" | |
806 msgstr "" | |
807 | |
808 #: ../Gtk/gui.py:2533 | |
809 msgid "" | |
810 "Length\n" | |
811 "(b)" | |
812 msgstr "" | |
813 | |
814 #: ../Gtk/gui.py:2534 | |
815 msgid "" | |
816 "Width\n" | |
817 "(c)" | |
818 msgstr "" | |
819 | |
820 #: ../Gtk/gui.py:2535 | |
821 msgid "" | |
822 "Height\n" | |
823 "(d)" | |
824 msgstr "" | |
825 | |
826 #: ../Gtk/gui.py:2536 | |
827 msgid "Formula" | |
828 msgstr "" | |
829 | |
830 #: ../Gtk/gui.py:2537 | |
831 #, python-format | |
832 msgid "" | |
833 "Parcial\n" | |
834 "[%s]" | |
835 msgstr "" | |
836 | |
837 #: ../Gtk/gui.py:2538 | |
838 msgid "Subtotal" | |
839 msgstr "" | |
840 | |
841 #: ../Gtk/gui.py:2946 ../Gtk/gui.py:2968 | |
842 msgid "Description text of the record $1" | |
843 msgstr "" | |
844 | |
845 #: ../Gtk/gui.py:3125 | |
846 msgid "Sheet of Conditions of the record $1" | |
847 msgstr "" | |
848 | |
849 #: ../Gtk/gui.py:3145 | |
850 msgid "Field" | |
851 msgstr "" | |
852 | |
853 #: ../Gtk/gui.py:3167 | |
854 msgid "Section" | |
855 msgstr "" | |
856 | |
857 #: ../Gtk/gui.py:3320 | |
858 msgid "Sheet2 of Conditions of the record $1" | |
859 msgstr "" | |
860 | |
861 #: ../Gtk/gui.py:3696 | |
862 msgid "$1 text" | |
863 msgstr "" | |
864 | |
865 #: ../Gtk/gui.py:3841 | |
866 msgid "Code that define the company" | |
867 msgstr "" | |
868 | |
869 #: ../Gtk/gui.py:3842 | |
870 msgid "Summary" | |
871 msgstr "" | |
872 | |
873 #: ../Gtk/gui.py:3843 | |
874 msgid "Summary of the company name" | |
875 msgstr "" | |
876 | |
877 #: ../Gtk/gui.py:3844 ../Gtk/gui.py:3860 | |
878 msgid "Name" | |
879 msgstr "" | |
880 | |
881 #: ../Gtk/gui.py:3845 | |
882 msgid "Complete name" | |
883 msgstr "" | |
884 | |
885 #: ../Gtk/gui.py:3846 | |
886 msgid "CIF" | |
887 msgstr "" | |
888 | |
889 #: ../Gtk/gui.py:3847 | |
890 msgid "Fiscal identifier number" | |
891 msgstr "" | |
892 | |
893 #: ../Gtk/gui.py:3848 | |
894 msgid "Web" | |
895 msgstr "" | |
896 | |
897 #: ../Gtk/gui.py:3849 | |
898 msgid "Company web page" | |
899 msgstr "" | |
900 | |
901 #: ../Gtk/gui.py:3850 | |
902 msgid "Email" | |
903 msgstr "" | |
904 | |
905 #: ../Gtk/gui.py:3851 | |
906 msgid "Company email" | |
907 msgstr "" | |
908 | |
909 #: ../Gtk/gui.py:3856 | |
910 msgid "" | |
911 "Type of Office:\n" | |
912 " C: Central office\n" | |
913 " D: Local office\n" | |
914 " R: Performer" | |
915 msgstr "" | |
916 | |
917 #: ../Gtk/gui.py:3861 | |
918 msgid "Office name" | |
919 msgstr "" | |
920 | |
921 #: ../Gtk/gui.py:3862 | |
922 msgid "Address" | |
923 msgstr "" | |
924 | |
925 #: ../Gtk/gui.py:3863 | |
926 msgid "Postal code" | |
927 msgstr "" | |
928 | |
929 #: ../Gtk/gui.py:3864 | |
930 msgid "Town" | |
931 msgstr "" | |
932 | |
933 #: ../Gtk/gui.py:3865 | |
934 msgid "Province" | |
935 msgstr "" | |
936 | |
937 #: ../Gtk/gui.py:3866 | |
938 msgid "Country" | |
939 msgstr "" | |
940 | |
941 #: ../Gtk/gui.py:3867 | |
942 msgid "Phone" | |
943 msgstr "" | |
944 | |
945 #: ../Gtk/gui.py:3868 | |
946 msgid "Phone numbers of the office" | |
947 msgstr "" | |
948 | |
949 #: ../Gtk/gui.py:3869 | |
950 msgid "Fax" | |
951 msgstr "" | |
952 | |
953 #: ../Gtk/gui.py:3870 | |
954 msgid "Fax numbers of the office" | |
955 msgstr "" | |
956 | |
957 #: ../Gtk/gui.py:3871 | |
958 msgid "Contact person" | |
959 msgstr "" | |
960 | |
961 #: ../Gtk/gui.py:3872 | |
962 msgid "Contact persons in the office" | |
963 msgstr "" | |
964 | |
965 #: ../Gtk/gui.py:3876 | |
966 msgid "Unknow Option Type" | |
967 msgstr "" | |
968 | |
969 #: ../Gtk/gui.py:4120 | |
970 msgid "Boolean" | |
971 msgstr "" | |
972 | |
973 #: ../Gtk/gui.py:4121 | |
974 msgid "Integer" | |
975 msgstr "" | |
976 | |
977 #: ../Gtk/gui.py:4122 | |
978 msgid "Text" | |
979 msgstr "" | |
980 | |
981 #: ../Gtk/gui.py:4123 | |
982 msgid "Color" | |
983 msgstr "" | |
984 | |
985 #: ../Gtk/gui.py:4124 | |
986 msgid "List" | |
987 msgstr "" | |
988 | |
989 #: ../Gtk/gui.py:4156 | |
990 msgid "Option name" | |
991 msgstr "" | |
992 | |
993 #: ../Gtk/gui.py:4169 | |
994 msgid "Value" | |
995 msgstr "" | |
996 | |
997 #: ../Gtk/gui.py:4207 | |
998 msgid "Description:" | |
999 msgstr "" | |
1000 | |
1001 #: ../Gtk/gui.py:4369 | |
1002 msgid "Option values must be strings" | |
1003 msgstr "" | |
1004 | |
1005 #: ../Gtk/gui.py:4371 | |
1006 msgid "Option must be a tuple with 4 items" | |
1007 msgstr "" | |
1008 | |
1009 #: ../Gtk/gui.py:4373 | |
1010 msgid "Option list must be a list" | |
1011 msgstr "" | |
1012 | |
1013 #: ../Gtk/gui.py:4393 | |
1014 msgid "Icorrect type, must be boolean" | |
1015 msgstr "" | |
1016 | |
1017 #: ../Gtk/gui.py:4398 | |
1018 msgid "Icorrect type, must be integer" | |
1019 msgstr "" | |
1020 | |
1021 #: ../Gtk/gui.py:4411 | |
1022 msgid "Icorrect type, must be string" | |
1023 msgstr "" | |
1024 | |
1025 #: ../Gtk/gui.py:4424 | |
1026 msgid "Icorrect type, must be list" | |
1027 msgstr "" | |
1028 | |
1029 #: ../Gtk/gui.py:4430 | |
1030 msgid "Icorrect type, must be a parseable color" | |
1031 msgstr "" | |
1032 | |
1033 #: ../Gtk/gui.py:4438 | |
1034 msgid "Type must be boolean, integer, string or color" | |
1035 msgstr "" | |
1036 | |
1037 #: ../Gtk/gui.py:4441 | |
1038 msgid "Value must be in the option dict" | |
1039 msgstr "" | |
1040 | |
1041 #: ../Gtk/gui.py:4443 | |
1042 msgid "Values must be a dict" | |
1043 msgstr "" | |
1044 | |
1045 #: ../Gtk/gui.py:4501 | |
1046 msgid "No file selected" | |
1047 msgstr "" | |
1048 | |
1049 #: ../Gtk/gui.py:4503 | |
1050 msgid "The filename must have durus extension" | |
1051 msgstr "" | |
1052 | |
1053 #: ../Gtk/importFiebdc.py:89 | |
1054 msgid "Open File" | |
1055 msgstr "" | |
1056 | |
1057 #: ../Gtk/importFiebdc.py:139 | |
1058 msgid "The file must have 'bc3' extension" | |
1059 msgstr "" | |
1060 | |
1061 #: ../Gtk/importFiebdc.py:212 | |
1062 msgid "Loading file ..." | |
1063 msgstr "" | |
1064 | |
1065 #: ../Gtk/importFiebdc.py:236 | |
1066 msgid "Cancel" | |
1067 msgstr "" |