comparison mo/pyArq-Presupuestos.pot @ 23:65e7ae0d0e63

GTK2 to GTK3
author Miguel Ángel Bárcena Rodríguez <miguelangel@obraencurso.es>
date Thu, 02 May 2019 16:31:17 +0200
parents a7b9f7e7dfa4
children 16f91684686b
comparison
equal deleted inserted replaced
22:7bd4ca56607d 23:65e7ae0d0e63
6 #, fuzzy 6 #, fuzzy
7 msgid "" 7 msgid ""
8 msgstr "" 8 msgstr ""
9 "Project-Id-Version: PACKAGE VERSION\n" 9 "Project-Id-Version: PACKAGE VERSION\n"
10 "Report-Msgid-Bugs-To: \n" 10 "Report-Msgid-Bugs-To: \n"
11 "POT-Creation-Date: 2013-11-02 18:58+0100\n" 11 "POT-Creation-Date: 2019-04-27 10:53+0200\n"
12 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 12 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" 13 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14 "Language-Team: LANGUAGE <LL@li.org>\n" 14 "Language-Team: LANGUAGE <LL@li.org>\n"
15 "Language: \n" 15 "Language: \n"
16 "MIME-Version: 1.0\n" 16 "MIME-Version: 1.0\n"
17 "Content-Type: text/plain; charset=CHARSET\n" 17 "Content-Type: text/plain; charset=CHARSET\n"
18 "Content-Transfer-Encoding: 8bit\n" 18 "Content-Transfer-Encoding: 8bit\n"
19 19
20 #: ../Generic/base.py:359 20 #: ../Generic/base.py:283
21 msgid ""
22 "\n"
23 "A free program of measurements, budgets and control of construction sites.\n"
24 "In beta development, still there is not a fully functional version.\n"
25 msgstr ""
26
27 #: ../Generic/base.py:288
28 msgid ""
29 "\n"
30 "Usage:\n"
31 " pyarqPresupuestos [file]...\n"
32 "\n"
33 "Help Options:\n"
34 " -h, --help Show this help\n"
35 msgstr ""
36
37 #: ../Generic/base.py:421
21 msgid "Invalid code: $1" 38 msgid "Invalid code: $1"
22 msgstr "" 39 msgstr ""
23 40
24 #: ../Generic/base.py:374 41 #: ../Generic/base.py:436
25 msgid "Synonyms ($1) must be a list, code: $2" 42 msgid "Synonyms ($1) must be a list, code: $2"
26 msgstr "" 43 msgstr ""
27 44
28 #: ../Generic/base.py:378 45 #: ../Generic/base.py:440
29 msgid "Invalid Code in synomyms list ($1) code: $2" 46 msgid "Invalid Code in synomyms list ($1) code: $2"
30 msgstr "" 47 msgstr ""
31 48
32 #: ../Generic/base.py:409 49 #: ../Generic/base.py:471
33 msgid "Unit ($1) must be a string: $2" 50 msgid "Unit ($1) must be a string: $2"
34 msgstr "" 51 msgstr ""
35 52
36 #: ../Generic/base.py:423 53 #: ../Generic/base.py:485
37 msgid "Summary ($1) must be a string: $1" 54 msgid "Summary ($1) must be a string: $1"
38 msgstr "" 55 msgstr ""
39 56
40 #: ../Generic/base.py:440 57 #: ../Generic/base.py:502
41 msgid "Prices ($1) must be a list: $2" 58 msgid "Prices ($1) must be a list: $2"
42 msgstr "" 59 msgstr ""
43 60
44 #: ../Generic/base.py:461 61 #: ../Generic/base.py:523
45 msgid "Price ($1) must be a list with two items: $2" 62 msgid "Price ($1) must be a list with two items: $2"
46 msgstr "" 63 msgstr ""
47 64
48 #: ../Generic/base.py:466 65 #: ../Generic/base.py:528
49 msgid "Price must be a float number: $1" 66 msgid "Price must be a float number: $1"
50 msgstr "" 67 msgstr ""
51 68
52 #: ../Generic/base.py:476 69 #: ../Generic/base.py:538
53 #, python-format 70 #, python-format
54 msgid "The record do not have this Price. Code: %s" 71 msgid "The record do not have this Price. Code: %s"
55 msgstr "" 72 msgstr ""
56 73
57 #: ../Generic/base.py:482 74 #: ../Generic/base.py:544
58 msgid "The record do not have this Price" 75 msgid "The record do not have this Price"
59 msgstr "" 76 msgstr ""
60 77
61 #: ../Generic/base.py:497 78 #: ../Generic/base.py:559
62 msgid "Parents ($1) must be a list: $2" 79 msgid "Parents ($1) must be a list: $2"
63 msgstr "" 80 msgstr ""
64 81
65 #: ../Generic/base.py:501 ../Generic/base.py:513 82 #: ../Generic/base.py:563 ../Generic/base.py:575
66 msgid "Invalid parent code ($1) in the record: $2" 83 msgid "Invalid parent code ($1) in the record: $2"
67 msgstr "" 84 msgstr ""
68 85
69 #: ../Generic/base.py:529 86 #: ../Generic/base.py:591
70 msgid "children ($1) must be a list, record: $2" 87 msgid "children ($1) must be a list, record: $2"
71 msgstr "" 88 msgstr ""
72 89
73 #: ../Generic/base.py:533 90 #: ../Generic/base.py:595
74 msgid "child ($1) must be a Decomposition object, record: $2" 91 msgid "child ($1) must be a Decomposition object, record: $2"
75 msgstr "" 92 msgstr ""
76 93
77 #: ../Generic/base.py:581 94 #: ../Generic/base.py:649
78 msgid "Text ($1) must be a string, record: $2" 95 msgid "Text ($1) must be a string, record: $2"
79 msgstr "" 96 msgstr ""
80 97
81 #: ../Generic/base.py:594 98 #: ../Generic/base.py:662
82 msgid "sheet must be a Sheet instance" 99 msgid "sheet must be a Sheet instance"
83 msgstr "" 100 msgstr ""
84 101
85 #: ../Generic/base.py:607 102 #: ../Generic/base.py:674
86 msgid "files must be a list: $1" 103 msgid "files must be a list: $1"
87 msgstr "" 104 msgstr ""
88 105
89 #: ../Generic/base.py:618 ../Generic/base.py:633 106 #: ../Generic/base.py:685 ../Generic/base.py:699
90 msgid "Incorrect path" 107 msgid "Incorrect path"
91 msgstr "" 108 msgstr ""
92 109
93 #: ../Generic/base.py:623 110 #: ../Generic/base.py:690
94 msgid "file must be a list or a File object: $1" 111 msgid "file must be a list or a File object: $1"
95 msgstr "" 112 msgstr ""
96 113
97 #: ../Generic/base.py:652 114 #: ../Generic/base.py:718
98 msgid "labels must be a list" 115 msgid "labels must be a list"
99 msgstr "" 116 msgstr ""
100 117
101 #: ../Generic/base.py:658 118 #: ../Generic/base.py:724
102 msgid "label must be a string" 119 msgid "label must be a string"
103 msgstr "" 120 msgstr ""
104 121
105 #: ../Generic/base.py:667 122 #: ../Generic/base.py:733
106 msgid "Label must be a string" 123 msgid "Label must be a string"
107 msgstr "" 124 msgstr ""
108 125
109 #: ../Generic/base.py:907 126 #: ../Generic/base.py:981
110 msgid "Position must be a integer" 127 msgid "Position must be a integer"
111 msgstr "" 128 msgstr ""
112 129
113 #: ../Generic/base.py:917 130 #: ../Generic/base.py:995
114 msgid "BudgetMeasures atribute must be a list" 131 msgid "BudgetMeasures atribute must be a list"
115 msgstr "" 132 msgstr ""
116 133
117 #: ../Generic/base.py:920 134 #: ../Generic/base.py:998
118 msgid "BudgetMeasures item must be a Measure " 135 msgid "BudgetMeasures item must be a Measure "
119 msgstr "" 136 msgstr ""
120 137
121 #: ../Generic/base.py:927 138 #: ../Generic/base.py:1007
122 msgid "Certification atribute must be a list or None" 139 msgid "Certification atribute must be a list or None"
123 msgstr "" 140 msgstr ""
124 141
125 #: ../Generic/base.py:933 142 #: ../Generic/base.py:1015
126 msgid "Real cost atribute must be a list or None" 143 msgid "Real cost atribute must be a list or None"
127 msgstr "" 144 msgstr ""
128 145
129 #: ../Generic/base.py:939 146 #: ../Generic/base.py:1023
130 msgid "Cost goals atribute must be a list or None" 147 msgid "Cost goals atribute must be a list or None"
131 msgstr "" 148 msgstr ""
132 149
133 #: ../Generic/base.py:945 150 #: ../Generic/base.py:1031
134 msgid "Cost Planned atribute must be a list or None" 151 msgid "Cost Planned atribute must be a list or None"
135 msgstr "" 152 msgstr ""
136 153
137 #: ../Generic/base.py:1036 154 #: ../Generic/base.py:1124
138 msgid "Measure must be a float number. Type: $1" 155 msgid "Measure must be a float number. Type: $1"
139 msgstr "" 156 msgstr ""
140 157
141 #: ../Generic/base.py:1047 158 #: ../Generic/base.py:1136
142 msgid "Lines must be a list" 159 msgid "Lines must be a list"
143 msgstr "" 160 msgstr ""
144 161
145 #: ../Generic/base.py:1050 162 #: ../Generic/base.py:1139
146 msgid "Line must be a MeasureLine objetc" 163 msgid "Line must be a MeasureLine objetc"
147 msgstr "" 164 msgstr ""
148 165
149 #: ../Generic/base.py:1058 166 #: ../Generic/base.py:1150
150 msgid "Factor must be a float number |$1|" 167 msgid "Factor must be a float number |$1|"
151 msgstr "" 168 msgstr ""
152 169
153 #: ../Generic/base.py:1070 170 #: ../Generic/base.py:1162
154 msgid "Yield must be a float number" 171 msgid "Yield must be a float number"
155 msgstr "" 172 msgstr ""
156 173
157 #: ../Generic/base.py:1081 174 #: ../Generic/base.py:1173
158 msgid "Fixed must be boolean object" 175 msgid "Fixed must be boolean object"
159 msgstr "" 176 msgstr ""
160 177
161 #: ../Generic/base.py:1151 178 #: ../Generic/base.py:1243
162 msgid "Type must be M or A. Type: $1" 179 msgid "Type must be M or A. Type: $1"
163 msgstr "" 180 msgstr ""
164 181
165 #: ../Generic/base.py:1283 182 #: ../Generic/base.py:1387
166 msgid " Parcial Subtotal must be a float number. Parcial: $1" 183 msgid " Parcial Subtotal must be a float number. Parcial: $1"
167 msgstr "" 184 msgstr ""
168 185
169 #: ../Generic/base.py:1290 186 #: ../Generic/base.py:1395
170 msgid " Acumulated Subtotal must be a float number. Parcial: $1" 187 msgid " Acumulated Subtotal must be a float number. Parcial: $1"
171 msgstr "" 188 msgstr ""
172 189
173 #: ../Generic/base.py:1325 190 #: ../Generic/base.py:1431
174 msgid "Invalid measure line type ($1)" 191 msgid "Invalid measure line type ($1)"
175 msgstr "" 192 msgstr ""
176 193
177 #: ../Generic/base.py:1330 194 #: ../Generic/base.py:1437
178 msgid "Measure Comment must be a string ($1)" 195 msgid "Measure Comment must be a string ($1)"
179 msgstr "" 196 msgstr ""
180 197
181 #: ../Generic/base.py:1336 198 #: ../Generic/base.py:1444
182 msgid "Invalid Measure Units ($1)" 199 msgid "Invalid Measure Units ($1)"
183 msgstr "" 200 msgstr ""
184 201
185 #: ../Generic/base.py:1348 202 #: ../Generic/base.py:1457
186 msgid "Invalid Measure length ($1)" 203 msgid "Invalid Measure length ($1)"
187 msgstr "" 204 msgstr ""
188 205
189 #: ../Generic/base.py:1360 206 #: ../Generic/base.py:1470
190 msgid "Invalid Measure Width ($1)" 207 msgid "Invalid Measure Width ($1)"
191 msgstr "" 208 msgstr ""
192 209
193 #: ../Generic/base.py:1372 210 #: ../Generic/base.py:1483
194 msgid "Invalid Measure Height ($1)" 211 msgid "Invalid Measure Height ($1)"
195 msgstr "" 212 msgstr ""
196 213
197 #: ../Generic/base.py:1383 214 #: ../Generic/base.py:1495
198 msgid "Formula must be a string ($1)" 215 msgid "Formula must be a string ($1)"
199 msgstr "" 216 msgstr ""
200 217
201 #: ../Generic/base.py:1386 218 #: ../Generic/base.py:1498
202 msgid "There is invalid charactersin formula ($1)" 219 msgid "There is invalid charactersin formula ($1)"
203 msgstr "" 220 msgstr ""
204 221
205 #: ../Generic/base.py:1451 ../Generic/base.py:2443 222 #: ../Generic/base.py:1564 ../Generic/base.py:2618
206 msgid "'a' value must be a float number" 223 msgid "'a' value must be a float number"
207 msgstr "" 224 msgstr ""
208 225
209 #: ../Generic/base.py:1455 ../Generic/base.py:2447 226 #: ../Generic/base.py:1568 ../Generic/base.py:2622
210 msgid "'b' value must be a float number" 227 msgid "'b' value must be a float number"
211 msgstr "" 228 msgstr ""
212 229
213 #: ../Generic/base.py:1459 ../Generic/base.py:2451 230 #: ../Generic/base.py:1572 ../Generic/base.py:2626
214 msgid "'c' value must be a float number" 231 msgid "'c' value must be a float number"
215 msgstr "" 232 msgstr ""
216 233
217 #: ../Generic/base.py:1463 ../Generic/base.py:2455 234 #: ../Generic/base.py:1576 ../Generic/base.py:2630
218 msgid "'d' value must be a float number" 235 msgid "'d' value must be a float number"
219 msgstr "" 236 msgstr ""
220 237
221 #: ../Generic/base.py:1491 ../Generic/base.py:2483 238 #: ../Generic/base.py:1604 ../Generic/base.py:2658
222 msgid "Invalid formula" 239 msgid "Invalid formula"
223 msgstr "" 240 msgstr ""
224 241
225 #: ../Generic/base.py:1741 242 #: ../Generic/base.py:1858
226 msgid "sheet_dict must be a dictionay" 243 msgid "sheet_dict must be a dictionay"
227 msgstr "" 244 msgstr ""
228 245
229 #: ../Generic/base.py:1758 ../Generic/base.py:1764 246 #: ../Generic/base.py:1879 ../Generic/base.py:1886
230 msgid "sheet field must be a string" 247 msgid "sheet field must be a string"
231 msgstr "" 248 msgstr ""
232 249
233 #: ../Generic/base.py:1760 250 #: ../Generic/base.py:1881
234 msgid "section_dict must be a dictionary" 251 msgid "section_dict must be a dictionary"
235 msgstr "" 252 msgstr ""
236 253
237 #: ../Generic/base.py:1766 254 #: ../Generic/base.py:1888
238 msgid "sheet section must be a string" 255 msgid "sheet section must be a string"
239 msgstr "" 256 msgstr ""
240 257
241 #: ../Generic/base.py:1768 258 #: ../Generic/base.py:1890
242 msgid "sheet paragraph must be a string" 259 msgid "sheet paragraph must be a string"
243 msgstr "" 260 msgstr ""
244 261
245 #: ../Generic/base.py:2006 262 #: ../Generic/base.py:2177
246 msgid "Owner must be a string" 263 msgid "Owner must be a string"
247 msgstr "" 264 msgstr ""
248 265
249 #: ../Generic/base.py:2022 266 #: ../Generic/base.py:2193
250 msgid "Invalid Date: $1" 267 msgid "Invalid Date: $1"
251 msgstr "" 268 msgstr ""
252 269
253 #: ../Generic/base.py:2033 270 #: ../Generic/base.py:2204
254 msgid "Comment must be a string" 271 msgid "Comment must be a string"
255 msgstr "" 272 msgstr ""
256 273
257 #: ../Generic/base.py:2049 274 #: ../Generic/base.py:2220
258 msgid "Budget type must be 1, 2, 3 or 4." 275 msgid "Budget type must be 1, 2, 3 or 4."
259 msgstr "" 276 msgstr ""
260 277
261 #: ../Generic/base.py:2061 278 #: ../Generic/base.py:2232
262 msgid "Certificate order must be a integer." 279 msgid "Certificate order must be a integer."
263 msgstr "" 280 msgstr ""
264 281
265 #: ../Generic/base.py:2076 282 #: ../Generic/base.py:2247
266 msgid "Budget certificate Date must be a valid Date." 283 msgid "Budget certificate Date must be a valid Date."
267 msgstr "" 284 msgstr ""
268 285
269 #: ../Generic/base.py:2090 286 #: ../Generic/base.py:2261
270 msgid "Invalid title list format" 287 msgid "Invalid title list format"
271 msgstr "" 288 msgstr ""
272 289
273 #: ../Generic/base.py:2119 290 #: ../Generic/base.py:2290
274 msgid "Invalid Index Title" 291 msgid "Invalid Index Title"
275 msgstr "" 292 msgstr ""
276 293
277 #: ../Generic/base.py:2154 294 #: ../Generic/base.py:2327
278 msgid "Decimal Key error" 295 msgid "Decimal Key error"
279 msgstr "" 296 msgstr ""
280 297
281 #: ../Generic/base.py:2190 298 #: ../Generic/base.py:2365
282 msgid "Invalid Percentage key" 299 msgid "Invalid Percentage key"
283 msgstr "" 300 msgstr ""
284 301
285 #: ../Generic/base.py:2313 302 #: ../Generic/base.py:2488
286 msgid "Invalid parent code: $1" 303 msgid "Invalid parent code: $1"
287 msgstr "" 304 msgstr ""
288 305
289 #: ../Generic/base.py:2316 306 #: ../Generic/base.py:2491
290 msgid "Invalid child code: $1 $2" 307 msgid "Invalid child code: $1 $2"
291 msgstr "" 308 msgstr ""
292 309
293 #: ../Generic/base.py:2319 310 #: ../Generic/base.py:2494
294 msgid "Invalid position in measure $1, in code $2" 311 msgid "Invalid position in measure $1, in code $2"
295 msgstr "" 312 msgstr ""
296 313
297 #: ../Generic/base.py:2327 314 #: ../Generic/base.py:2502
298 msgid "" 315 msgid ""
299 "Circular Decomposition, parent code: $1, child code: $2, repeated code: $3" 316 "Circular Decomposition, parent code: $1, child code: $2, repeated code: $3"
300 msgstr "" 317 msgstr ""
301 318
302 #: ../Generic/base.py:2352 319 #: ../Generic/base.py:2527
303 msgid "" 320 msgid ""
304 "No-estructured measure or empty position. Parent Code: $1, Child code: $2, " 321 "No-estructured measure or empty position. Parent Code: $1, Child code: $2, "
305 "Position: $3" 322 "Position: $3"
306 msgstr "" 323 msgstr ""
307 324
308 #: ../Generic/base.py:2356 325 #: ../Generic/base.py:2531
309 msgid "" 326 msgid ""
310 "No-estructured measure or empty position. Repeated child in unspecified " 327 "No-estructured measure or empty position. Repeated child in unspecified "
311 "position. It is impossible to determine the position. New child is added in " 328 "position. It is impossible to determine the position. New child is added in "
312 "the decomposition. Parent code: $1, Child code: $2, Position: $3" 329 "the decomposition. Parent code: $1, Child code: $2, Position: $3"
313 msgstr "" 330 msgstr ""
314 331
315 #: ../Generic/base.py:2396 ../Generic/base.py:2408 332 #: ../Generic/base.py:2571 ../Generic/base.py:2583
316 msgid "" 333 msgid ""
317 "Error: Invalid child position in decomposition. Parent code: $1 Child code: " 334 "Error: Invalid child position in decomposition. Parent code: $1 Child code: "
318 "$2 Position: $3" 335 "$2 Position: $3"
319 msgstr "" 336 msgstr ""
320 337
321 #: ../Generic/base.py:2402 338 #: ../Generic/base.py:2577
322 msgid "Error: Empty child code. Parent code: $1 Position: $2" 339 msgid "Error: Empty child code. Parent code: $1 Position: $2"
323 msgstr "" 340 msgstr ""
324 341
325 #: ../Generic/base.py:2494 342 #: ../Generic/base.py:2669
326 msgid "Invalid code" 343 msgid "Invalid code"
327 msgstr "" 344 msgstr ""
328 345
329 #: ../Generic/base.py:2504 346 #: ../Generic/base.py:2679
330 msgid "Invalid record: $1" 347 msgid "Invalid record: $1"
331 msgstr "" 348 msgstr ""
332 349
333 #: ../Generic/base.py:2567 350 #: ../Generic/base.py:2742
334 msgid "Only can be one root record" 351 msgid "Only can be one root record"
335 msgstr "" 352 msgstr ""
336 353
337 #: ../Generic/base.py:2663 ../Generic/base.py:2669 354 #: ../Generic/base.py:2851 ../Generic/base.py:2857
338 msgid "This record does not exits" 355 msgid "This record does not exits"
339 msgstr "" 356 msgstr ""
340 357
341 #: ../Generic/base.py:2666 358 #: ../Generic/base.py:2854
342 msgid "Path item must be a integer" 359 msgid "Path item must be a integer"
343 msgstr "" 360 msgstr ""
344 361
345 #: ../Generic/base.py:2671 362 #: ../Generic/base.py:2859
346 msgid "Path must be a not empty tuple: $1" 363 msgid "Path must be a not empty tuple: $1"
347 msgstr "" 364 msgstr ""
348 365
349 #: ../Generic/base.py:2722 366 #: ../Generic/base.py:2926
350 msgid "The sheet code must be a string" 367 msgid "The sheet code must be a string"
351 msgstr "" 368 msgstr ""
352 369
353 #: ../Generic/base.py:2724 370 #: ../Generic/base.py:2928
354 msgid "The sheet title must be a string" 371 msgid "The sheet title must be a string"
355 msgstr "" 372 msgstr ""
356 373
357 #: ../Generic/base.py:2732 374 #: ../Generic/base.py:2939
358 msgid "The sheet sections must be a dictionary" 375 msgid "The sheet sections must be a dictionary"
359 msgstr "" 376 msgstr ""
360 377
361 #: ../Generic/base.py:2737 378 #: ../Generic/base.py:2945
362 msgid "The field code must be a string" 379 msgid "The field code must be a string"
363 msgstr "" 380 msgstr ""
364 381
365 #: ../Generic/base.py:2739 382 #: ../Generic/base.py:2947
366 msgid "The field title must be a string" 383 msgid "The field title must be a string"
367 msgstr "" 384 msgstr ""
368 385
369 #: ../Generic/base.py:2747 386 #: ../Generic/base.py:2958
370 msgid "The sheet field must be a dictionary" 387 msgid "The sheet field must be a dictionary"
371 msgstr "" 388 msgstr ""
372 389
373 #: ../Generic/base.py:2752 390 #: ../Generic/base.py:2964
374 msgid "The paragraph code must be a string" 391 msgid "The paragraph code must be a string"
375 msgstr "" 392 msgstr ""
376 393
377 #: ../Generic/base.py:2754 394 #: ../Generic/base.py:2966
378 msgid "The paragraph text must be a string" 395 msgid "The paragraph text must be a string"
379 msgstr "" 396 msgstr ""
380 397
381 #: ../Generic/base.py:2762 398 #: ../Generic/base.py:2977
382 msgid "The paragraph dict must be a dictionary" 399 msgid "The paragraph dict must be a dictionary"
383 msgstr "" 400 msgstr ""
384 401
385 #: ../Generic/base.py:2767 ../Generic/base.py:2791 ../Generic/base.py:2921 402 #: ../Generic/base.py:2983 ../Generic/base.py:3008 ../Generic/base.py:3147
386 #: ../Generic/base.py:2945 ../Generic/base.py:2967 403 #: ../Generic/base.py:3171 ../Generic/base.py:3193
387 msgid "The record_code code must be a string" 404 msgid "The record_code code must be a string"
388 msgstr "" 405 msgstr ""
389 406
390 #: ../Generic/base.py:2769 407 #: ../Generic/base.py:2985
391 msgid "The field must be a string" 408 msgid "The field must be a string"
392 msgstr "" 409 msgstr ""
393 410
394 #: ../Generic/base.py:2771 411 #: ../Generic/base.py:2987
395 msgid "The section dict must be a dictionary" 412 msgid "The section dict must be a dictionary"
396 msgstr "" 413 msgstr ""
397 414
398 #: ../Generic/base.py:2775 415 #: ../Generic/base.py:2991
399 msgid "" 416 msgid ""
400 "Error: The budget do not have this record code and can not be added the " 417 "Error: The budget do not have this record code and can not be added the "
401 "sheet text in the field $1. Record Code: $2" 418 "sheet text in the field $1. Record Code: $2"
402 msgstr "" 419 msgstr ""
403 420
404 #: ../Generic/base.py:2793 421 #: ../Generic/base.py:3011
405 msgid "The filename must be a string" 422 msgid "The filename must be a string"
406 msgstr "" 423 msgstr ""
407 424
408 #: ../Generic/base.py:2797 425 #: ../Generic/base.py:3015
409 msgid "" 426 msgid ""
410 "Error: The budget do not have the record code $1 and can not be added the " 427 "Error: The budget do not have the record code $1 and can not be added the "
411 "file: $2" 428 "file: $2"
412 msgstr "" 429 msgstr ""
413 430
414 #: ../Generic/base.py:2807 431 #: ../Generic/base.py:3026
415 msgid "The company code must be a string" 432 msgid "The company code must be a string"
416 msgstr "" 433 msgstr ""
417 434
418 #: ../Generic/base.py:2809 435 #: ../Generic/base.py:3028
419 msgid "The summary must be a string" 436 msgid "The summary must be a string"
420 msgstr "" 437 msgstr ""
421 438
422 #: ../Generic/base.py:2811 ../Generic/base.py:2839 439 #: ../Generic/base.py:3030 ../Generic/base.py:3058
423 msgid "The name must be a string" 440 msgid "The name must be a string"
424 msgstr "" 441 msgstr ""
425 442
426 #: ../Generic/base.py:2813 443 #: ../Generic/base.py:3032
427 msgid "The name must be a list" 444 msgid "The name must be a list"
428 msgstr "" 445 msgstr ""
429 446
430 #: ../Generic/base.py:2817 447 #: ../Generic/base.py:3036
431 msgid "The office must be a list" 448 msgid "The office must be a list"
432 msgstr "" 449 msgstr ""
433 450
434 #: ../Generic/base.py:2819 451 #: ../Generic/base.py:3038
435 msgid "The office must be a 10 items list" 452 msgid "The office must be a 10 items list"
436 msgstr "" 453 msgstr ""
437 454
438 #: ../Generic/base.py:2822 455 #: ../Generic/base.py:3041
439 msgid "This office item must be a string" 456 msgid "This office item must be a string"
440 msgstr "" 457 msgstr ""
441 458
442 #: ../Generic/base.py:2826 459 #: ../Generic/base.py:3045
443 msgid "This office item must be a list" 460 msgid "This office item must be a list"
444 msgstr "" 461 msgstr ""
445 462
446 #: ../Generic/base.py:2841 463 #: ../Generic/base.py:3060
447 msgid "The web must be a string" 464 msgid "The web must be a string"
448 msgstr "" 465 msgstr ""
449 466
450 #: ../Generic/base.py:2843 467 #: ../Generic/base.py:3062
451 msgid "The email must be a string" 468 msgid "The email must be a string"
452 msgstr "" 469 msgstr ""
453 470
454 #: ../Generic/base.py:2853 471 #: ../Generic/base.py:3074
455 msgid "The tecnical info code must be a string" 472 msgid "The tecnical info code must be a string"
456 msgstr "" 473 msgstr ""
457 474
458 #: ../Generic/base.py:2855 475 #: ../Generic/base.py:3076
459 msgid "The tecnical info description must be a string" 476 msgid "The tecnical info description must be a string"
460 msgstr "" 477 msgstr ""
461 478
462 #: ../Generic/base.py:2858 479 #: ../Generic/base.py:3079
463 msgid "The tecnical info unit must be a string" 480 msgid "The tecnical info unit must be a string"
464 msgstr "" 481 msgstr ""
465 482
466 #: ../Generic/base.py:2905 483 #: ../Generic/base.py:3130
467 msgid "The label must be a string" 484 msgid "The label must be a string"
468 msgstr "" 485 msgstr ""
469 486
470 #: ../Generic/base.py:2923 487 #: ../Generic/base.py:3149
471 msgid "The parametric select comment must be a string" 488 msgid "The parametric select comment must be a string"
472 msgstr "" 489 msgstr ""
473 490
474 #: ../Generic/base.py:2926 491 #: ../Generic/base.py:3152
475 msgid "" 492 msgid ""
476 "Error: The budget do not have the record code $1 and can not be added the " 493 "Error: The budget do not have the record code $1 and can not be added the "
477 "Parametric select comment: $2" 494 "Parametric select comment: $2"
478 msgstr "" 495 msgstr ""
479 496
480 #: ../Generic/base.py:2933 497 #: ../Generic/base.py:3159
481 msgid "" 498 msgid ""
482 "Error: The Record $1 is not a Parametric Record and can not have Parametric " 499 "Error: The Record $1 is not a Parametric Record and can not have Parametric "
483 "comment" 500 "comment"
484 msgstr "" 501 msgstr ""
485 502
486 #: ../Generic/base.py:2947 503 #: ../Generic/base.py:3173
487 msgid "The summary record must be a string" 504 msgid "The summary record must be a string"
488 msgstr "" 505 msgstr ""
489 506
490 #: ../Generic/base.py:2949 507 #: ../Generic/base.py:3175
491 msgid "" 508 msgid ""
492 "Error: The budget do not have the record code $1 and can not be seted the " 509 "Error: The budget do not have the record code $1 and can not be seted the "
493 "summary: $2" 510 "summary: $2"
494 msgstr "" 511 msgstr ""
495 512
496 #: ../Generic/base.py:2955 513 #: ../Generic/base.py:3181
497 msgid "" 514 msgid ""
498 "Error: The Record $1 is not a Parametric Record and can not have Parametric " 515 "Error: The Record $1 is not a Parametric Record and can not have Parametric "
499 "summary" 516 "summary"
500 msgstr "" 517 msgstr ""
501 518
502 #: ../Generic/base.py:2969 519 #: ../Generic/base.py:3195
503 msgid "The text record must be a string" 520 msgid "The text record must be a string"
504 msgstr "" 521 msgstr ""
505 522
506 #: ../Generic/base.py:2971 523 #: ../Generic/base.py:3197
507 msgid "" 524 msgid ""
508 "Error: The budget do not have the record code $1 and can not be seted the " 525 "Error: The budget do not have the record code $1 and can not be seted the "
509 "text: $2" 526 "text: $2"
510 msgstr "" 527 msgstr ""
511 528
512 #: ../Generic/base.py:2977 529 #: ../Generic/base.py:3203
513 msgid "" 530 msgid ""
514 "Error: The Record $1 is not a Parametric Record and can not have Parametric " 531 "Error: The Record $1 is not a Parametric Record and can not have Parametric "
515 "text" 532 "text"
516 msgstr "" 533 msgstr ""
517 534
518 #: ../Generic/base.py:3435 535 #: ../Generic/base.py:3726
519 msgid "Invalid Hierarchy ($1) The hierarchy must be -1, 0, 1, 2" 536 msgid "Invalid Hierarchy ($1) The hierarchy must be -1, 0, 1, 2"
520 msgstr "" 537 msgstr ""
521 538
522 #: ../Generic/base.py:3445 539 #: ../Generic/base.py:3738
523 msgid "Invalid type ($1),the type must be (empty string,0,1,2,3)" 540 msgid "Invalid type ($1),the type must be (empty string,0,1,2,3)"
524 msgstr "" 541 msgstr ""
525 542
526 #: ../Generic/base.py:3454 543 #: ../Generic/base.py:3749
527 msgid "" 544 msgid ""
528 "Invalid subtype ($1), The subtype must one in (empty string, EA, EU, EC, EF, " 545 "Invalid subtype ($1), The subtype must one in (empty string, EA, EU, EC, EF, "
529 "OB, PA, PU, H, Q, %, MC, MCr, MM, MS, ME, MCu, MAl, ML, M)" 546 "OB, PA, PU, H, Q, %, MC, MCr, MM, MS, ME, MCu, MAl, ML, M)"
530 msgstr "" 547 msgstr ""
531 548
532 #: ../Generic/durusdatabase.py:48 549 #: ../Generic/fiebdc.py:150
533 msgid "Incorrent Base version"
534 msgstr ""
535
536 #: ../Generic/durusdatabase.py:77
537 msgid "Loading file: $1:"
538 msgstr ""
539
540 #: ../Generic/durusdatabase.py:82
541 msgid "Loadig time: $1 seconds"
542 msgstr ""
543
544 #: ../Generic/fiebdc.py:152
545 msgid "Invalid code, it must be a unicode string" 550 msgid "Invalid code, it must be a unicode string"
546 msgstr "" 551 msgstr ""
547 552
548 #: ../Generic/fiebdc.py:159 553 #: ../Generic/fiebdc.py:157
549 msgid "The code '$1' have invalid characters." 554 msgid "The code '$1' have invalid characters, replaced by '$2'."
550 msgstr "" 555 msgstr ""
551 556
552 #: ../Generic/fiebdc.py:162 557 #: ../Generic/fiebdc.py:160
553 msgid "The code '$1' have invalid characters and can not be encoded in utf8." 558 msgid "The code '$1' have invalid characters and can not be encoded in utf8."
554 msgstr "" 559 msgstr ""
555 560
556 #: ../Generic/fiebdc.py:184 561 #: ../Generic/fiebdc.py:187
557 msgid "The code '$1' contains special characters repeated." 562 msgid "The code '$1' contains special characters repeated."
558 msgstr "" 563 msgstr ""
559 564
560 #: ../Generic/fiebdc.py:405 565 #: ../Generic/fiebdc.py:391
566 msgid "FIEBDC. Unknow record: $1"
567 msgstr ""
568
569 #: ../Generic/fiebdc.py:410
561 msgid "" 570 msgid ""
562 "The 'V' record (Property and Version) must be the first record in the file " 571 "The 'V' record (Property and Version) must be the first record in the file "
563 "but it is the number: $1" 572 "but it is the number: $1"
564 msgstr "" 573 msgstr ""
565 574
566 #: ../Generic/fiebdc.py:408 575 #: ../Generic/fiebdc.py:413
567 msgid "The default values were taken and this V record is ignored" 576 msgid "The default values were taken and this V record is ignored"
568 msgstr "" 577 msgstr ""
569 578
570 #: ../Generic/fiebdc.py:442 579 #: ../Generic/fiebdc.py:447
571 msgid "FIEBDC format: $1" 580 msgid "FIEBDC format: $1"
572 msgstr "" 581 msgstr ""
573 582
574 #: ../Generic/fiebdc.py:452 583 #: ../Generic/fiebdc.py:457
575 msgid "FIEBDC file generated by $1" 584 msgid "FIEBDC file generated by $1"
576 msgstr "" 585 msgstr ""
577 586
578 #: ../Generic/fiebdc.py:793 587 #: ../Generic/fiebdc.py:798
579 msgid "Record C without a valid code" 588 msgid "Record C without a valid code"
580 msgstr "" 589 msgstr ""
581 590
582 #: ../Generic/fiebdc.py:869 ../Generic/fiebdc.py:881 ../Generic/fiebdc.py:909 591 #: ../Generic/fiebdc.py:876 ../Generic/fiebdc.py:888 ../Generic/fiebdc.py:916
583 msgid "Incorrect type ($1) in the code $2" 592 msgid "Incorrect type ($1) in the code $2"
584 msgstr "" 593 msgstr ""
585 594
586 #: ../Generic/fiebdc.py:961 595 #: ../Generic/fiebdc.py:970
587 msgid "" 596 msgid ""
588 "ValueError loadig the descomposition of the record $1, the factor of the " 597 "ValueError loadig the descomposition of the record $1, the factor of the "
589 "child $2 must be a float number and can not be $3, seted default value 1.0" 598 "child $2 must be a float number and can not be $3, seted default value 1.0"
590 msgstr "" 599 msgstr ""
591 600
592 #: ../Generic/fiebdc.py:972 601 #: ../Generic/fiebdc.py:981
593 msgid "" 602 msgid ""
594 "ValueError loading the descomposition of the record $1, the yield of the " 603 "ValueError loading the descomposition of the record $1, the yield of the "
595 "child $2, must be a float number and cannot be $3, seted default value 1.0" 604 "child $2, must be a float number and cannot be $3, seted default value 1.0"
596 msgstr "" 605 msgstr ""
597 606
598 #: ../Generic/fiebdc.py:1060 607 #: ../Generic/fiebdc.py:1070
599 msgid "Invalid codes in $1 record, codes $2" 608 msgid "Invalid codes in $1 record, codes $2"
600 msgstr "" 609 msgstr ""
601 610
602 #: ../Generic/fiebdc.py:1064 611 #: ../Generic/fiebdc.py:1074
603 msgid "Empty child code in $1 record, codes: $2" 612 msgid "Empty child code in $1 record, codes: $2"
604 msgstr "" 613 msgstr ""
605 614
606 #: ../Generic/fiebdc.py:1084 615 #: ../Generic/fiebdc.py:1094
607 msgid "Invalid path in $1 record, codes $2" 616 msgid "Invalid path in $1 record, codes $2"
608 msgstr "" 617 msgstr ""
609 618
610 #: ../Generic/fiebdc.py:1095 619 #: ../Generic/fiebdc.py:1105
611 msgid "Invalid Total Measure value in $1 record, codes $2. Total fixed to 0." 620 msgid "Invalid Total Measure value in $1 record, codes $2. Total fixed to 0."
612 msgstr "" 621 msgstr ""
613 622
614 #: ../Generic/fiebdc.py:1116 623 #: ../Generic/fiebdc.py:1126
615 msgid "" 624 msgid ""
616 "The comment is not a formula or its have invalid characters, in the $1 " 625 "The comment is not a formula or its have invalid characters, in the $1 "
617 "record, codes $2" 626 "record, codes $2"
618 msgstr "" 627 msgstr ""
619 628
620 #: ../Generic/fiebdc.py:1142 629 #: ../Generic/fiebdc.py:1152
621 msgid "The measure values are not float numbers, code $1" 630 msgid "The measure values are not float numbers, code $1"
622 msgstr "" 631 msgstr ""
623 632
624 #: ../Generic/fiebdc.py:1438 ../Generic/fiebdc.py:1697 633 #: ../Generic/fiebdc.py:1452 ../Generic/fiebdc.py:1717
625 msgid "The file $1 do not exist" 634 msgid "The file $1 do not exist"
626 msgstr "" 635 msgstr ""
627 636
628 #: ../Generic/fiebdc.py:1803 ../Generic/fiebdc.py:1810 637 #: ../Generic/fiebdc.py:1823 ../Generic/fiebdc.py:1830
629 msgid "PyArq hates parametric DLLs" 638 msgid "PyArq hates parametric DLLs"
630 msgstr "" 639 msgstr ""
631 640
632 #: ../Generic/fiebdc.py:2019 641 #: ../Generic/fiebdc.py:2028
633 msgid "Loading file $1" 642 msgid "Loading file $1"
634 msgstr "" 643 msgstr ""
635 644
636 #: ../Generic/fiebdc.py:2038 645 #: ../Generic/fiebdc.py:2049
637 msgid "FIEBDC character encoding: $1" 646 msgid "FIEBDC character encoding: $1"
638 msgstr "" 647 msgstr ""
639 648
640 #: ../Generic/fiebdc.py:2040 649 #: ../Generic/fiebdc.py:2053
641 msgid "" 650 msgid ""
642 "This Character encoding do not exist in FIEBDC3! Default Character encoding: " 651 "This Character encoding do not exist in FIEBDC3! Default Character encoding: "
643 "$1" 652 "$1"
644 msgstr "" 653 msgstr ""
645 654
646 #: ../Generic/fiebdc.py:2044 655 #: ../Generic/fiebdc.py:2058
647 msgid "" 656 msgid ""
648 "This V record dot have a character encoding! Default character encoding: $1" 657 "This V record dot have a character encoding! Default character encoding: $1"
649 msgstr "" 658 msgstr ""
650 659
651 #: ../Generic/fiebdc.py:2048 660 #: ../Generic/fiebdc.py:2063
652 msgid "Not 'V' record in File! Default character encoding: $1" 661 msgid "Not 'V' record in File! Default character encoding: $1"
653 msgstr "" 662 msgstr ""
654 663
655 #: ../Generic/fiebdc.py:2085 664 #: ../Generic/fiebdc.py:2111
665 msgid "$1 unsuported record type O: Comercial Relationship"
666 msgstr ""
667
668 #: ../Generic/fiebdc.py:2114
669 msgid "This file is not a valid FIBDC3 file"
670 msgstr ""
671
672 #: ../Generic/fiebdc.py:2127
673 msgid "Testing budget ..."
674 msgstr ""
675
676 #: ../Generic/fiebdc.py:2146
677 msgid "End Test"
678 msgstr ""
679
680 #: ../Generic/fiebdc.py:2230 ../Gtk/gui.py:1038
656 msgid "Process terminated" 681 msgid "Process terminated"
657 msgstr "" 682 msgstr ""
658 683
659 #: ../Generic/fiebdc.py:2088 684 #: ../Generic/fiebdc.py:2312
660 msgid "Time to load: $1 seconds" 685 msgid "Time to load: $1 seconds"
661 msgstr "" 686 msgstr ""
662 687
663 #: ../Generic/fiebdc.py:2090 688 #: ../Generic/fiebdc.py:2314
664 msgid "Records/Valid Records: $1/$2" 689 msgid "Records/Valid Records: $1/$2"
665 msgstr "" 690 msgstr ""
666 691
667 #: ../Generic/fiebdc.py:2093 692 #: ../Gtk/gui.py:83 ../Gtk/gui.py:89
668 msgid "$1 unsuported record type O: Comercial Relationship"
669 msgstr ""
670
671 #: ../Generic/fiebdc.py:2096
672 msgid "This file is not a valid FIBDC3 file"
673 msgstr ""
674
675 #: ../Generic/fiebdc.py:2133
676 msgid "Testing budget ..."
677 msgstr ""
678
679 #: ../Generic/fiebdc.py:2151
680 msgid "End Test"
681 msgstr ""
682
683 #: ../Gtk/gui.py:68
684 msgid "The icon file does not exist. '$1'" 693 msgid "The icon file does not exist. '$1'"
685 msgstr "" 694 msgstr ""
686 695
687 #: ../Gtk/gui.py:74 696 #: ../Gtk/gui.py:95
688 msgid "pyArq-Presupuestos running on $1" 697 msgid "pyArq-Presupuestos running on $1"
689 msgstr "" 698 msgstr ""
690 699
691 #: ../Gtk/gui.py:169 700 #: ../Gtk/gui.py:176
701 msgid "_New window"
702 msgstr ""
703
704 #: ../Gtk/gui.py:177
705 msgid "_Close window"
706 msgstr ""
707
708 #: ../Gtk/gui.py:182
709 msgid "About"
710 msgstr ""
711
712 #: ../Gtk/gui.py:185
713 msgid "_Quit application"
714 msgstr ""
715
716 #: ../Gtk/gui.py:195
717 msgid "_Import Fiebdc"
718 msgstr ""
719
720 #: ../Gtk/gui.py:199 ../Gtk/gui.py:400 ../Gtk/gui.py:955
721 msgid "_Close tab"
722 msgstr ""
723
724 #: ../Gtk/gui.py:203
692 msgid "_File" 725 msgid "_File"
693 msgstr "" 726 msgstr ""
694 727
695 #: ../Gtk/gui.py:170 728 #: ../Gtk/gui.py:205
696 msgid "_Import Fiebdc" 729 msgid "_Back"
697 msgstr "" 730 msgstr ""
698 731
699 #: ../Gtk/gui.py:171 732 #: ../Gtk/gui.py:208
700 msgid "Import FIEBDC" 733 msgid "_Forward"
701 msgstr "" 734 msgstr ""
702 735
703 #: ../Gtk/gui.py:172 736 #: ../Gtk/gui.py:211
704 msgid "_Close" 737 msgid "_Up Item"
705 msgstr "" 738 msgstr ""
706 739
707 #: ../Gtk/gui.py:172 740 #: ../Gtk/gui.py:214
708 msgid "Close" 741 msgid "_Root"
709 msgstr "" 742 msgstr ""
710 743
711 #: ../Gtk/gui.py:174 744 #: ../Gtk/gui.py:217
712 msgid "_View"
713 msgstr ""
714
715 #: ../Gtk/gui.py:175 ../Gtk/gui.py:185
716 msgid "_Go" 745 msgid "_Go"
717 msgstr "" 746 msgstr ""
718 747
719 #: ../Gtk/gui.py:176 748 #: ../Gtk/gui.py:391 ../Gtk/gui.py:392
720 msgid "_Test" 749 msgid "Import Fiebdc"
721 msgstr "" 750 msgstr ""
722 751
723 #: ../Gtk/gui.py:186 752 #: ../Gtk/gui.py:401 ../Gtk/gui.py:956
724 msgid "_Back" 753 msgid "Close tab"
725 msgstr "" 754 msgstr ""
726 755
727 #: ../Gtk/gui.py:187 ../Gtk/gui.py:198 756 #: ../Gtk/gui.py:413 ../Gtk/gui.py:414
728 msgid "Go to the previous visited item" 757 msgid "Back"
729 msgstr "" 758 msgstr ""
730 759
731 #: ../Gtk/gui.py:189 760 #: ../Gtk/gui.py:422 ../Gtk/gui.py:423
732 msgid "_Forward" 761 msgid "Forward"
733 msgstr "" 762 msgstr ""
734 763
735 #: ../Gtk/gui.py:190 ../Gtk/gui.py:202 764 #: ../Gtk/gui.py:431 ../Gtk/gui.py:432
736 msgid "Go to the next visited item" 765 msgid "Up Item"
737 msgstr "" 766 msgstr ""
738 767
739 #: ../Gtk/gui.py:191 768 #: ../Gtk/gui.py:440 ../Gtk/gui.py:441
740 msgid "_Up Item" 769 msgid "Root"
741 msgstr "" 770 msgstr ""
742 771
743 #: ../Gtk/gui.py:192 772 #: ../Gtk/gui.py:655
744 msgid "Go up item"
745 msgstr ""
746
747 #: ../Gtk/gui.py:193
748 msgid "_Root"
749 msgstr ""
750
751 #: ../Gtk/gui.py:194
752 msgid "Go to root"
753 msgstr ""
754
755 #: ../Gtk/gui.py:221
756 msgid "Back history"
757 msgstr ""
758
759 #: ../Gtk/gui.py:226
760 msgid "Forward history"
761 msgstr ""
762
763 #: ../Gtk/gui.py:444
764 msgid "The page is not in the page list" 773 msgid "The page is not in the page list"
765 msgstr "" 774 msgstr ""
766 775
767 #: ../Gtk/gui.py:673 ../Gtk/importFiebdc.py:220 776 #: ../Gtk/gui.py:792 ../Gtk/gui.py:793
777 msgid "Open File"
778 msgstr ""
779
780 #: ../Gtk/gui.py:794
781 msgid "Cancel"
782 msgstr ""
783
784 #: ../Gtk/gui.py:833
785 msgid "The file must have 'bc3' extension"
786 msgstr ""
787
788 #: ../Gtk/gui.py:991
768 msgid "Time: 0s" 789 msgid "Time: 0s"
769 msgstr "" 790 msgstr ""
770 791
771 #: ../Gtk/gui.py:750 ../Gtk/importFiebdc.py:299 792 #: ../Gtk/gui.py:1104
772 msgid "Time: $1" 793 msgid "Time: $1"
773 msgstr "" 794 msgstr ""
774 795
775 #: ../Gtk/gui.py:1076 796 #: ../Gtk/gui.py:1455
776 msgid "The value must be a list" 797 msgid "The value must be a list"
777 msgstr "" 798 msgstr ""
778 799
779 #: ../Gtk/gui.py:1079 800 #: ../Gtk/gui.py:1458
780 msgid "Incorrect len" 801 msgid "Incorrect len"
781 msgstr "" 802 msgstr ""
782 803
783 #: ../Gtk/gui.py:1107 804 #: ../Gtk/gui.py:1486
784 msgid "Incorrect item $1" 805 msgid "Incorrect item $1"
785 msgstr "" 806 msgstr ""
786 807
787 #: ../Gtk/gui.py:1123 808 #: ../Gtk/gui.py:1502
788 msgid "The budget does not have the path record: $1" 809 msgid "The budget does not have the path record: $1"
789 msgstr "" 810 msgstr ""
790 811
791 #: ../Gtk/gui.py:1479 812 #: ../Gtk/gui.py:1865
792 msgid "Decomposition" 813 msgid "Decomposition"
793 msgstr "" 814 msgstr ""
794 815
795 #: ../Gtk/gui.py:1480 ../Gtk/gui.py:2486 816 #: ../Gtk/gui.py:1866 ../Gtk/gui.py:2895
796 msgid "Description" 817 msgid "Description"
797 msgstr "" 818 msgstr ""
798 819
799 #: ../Gtk/gui.py:1481 ../Gtk/gui.py:2488 820 #: ../Gtk/gui.py:1867 ../Gtk/gui.py:2897
800 msgid "Measure" 821 msgid "Measure"
801 msgstr "" 822 msgstr ""
802 823
803 #: ../Gtk/gui.py:1482 824 #: ../Gtk/gui.py:1868
804 msgid "Sheet of Conditions" 825 msgid "Sheet of Conditions"
805 msgstr "" 826 msgstr ""
806 827
807 #: ../Gtk/gui.py:1483 828 #: ../Gtk/gui.py:1869
808 msgid "Files" 829 msgid "Files"
809 msgstr "" 830 msgstr ""
810 831
811 #: ../Gtk/gui.py:1484 832 #: ../Gtk/gui.py:1870
812 msgid "Companies" 833 msgid "Companies"
813 msgstr "" 834 msgstr ""
814 835
815 #: ../Gtk/gui.py:1661 836 #: ../Gtk/gui.py:1950
816 msgid "Split View Left/Right" 837 msgid "Split View Left/Right"
817 msgstr "" 838 msgstr ""
818 839
819 #: ../Gtk/gui.py:1665 840 #: ../Gtk/gui.py:1960
820 msgid "Split View Top/Bottom" 841 msgid "Split View Top/Bottom"
821 msgstr "" 842 msgstr ""
822 843
823 #: ../Gtk/gui.py:1669 844 #: ../Gtk/gui.py:1968
845 msgid "Disconnect view"
846 msgstr ""
847
848 #: ../Gtk/gui.py:1971
849 msgid "Connect view"
850 msgstr ""
851
852 #: ../Gtk/gui.py:1984 ../Gtk/gui.py:2081
824 msgid "Close view" 853 msgid "Close view"
825 msgstr "" 854 msgstr ""
826 855
827 #: ../Gtk/gui.py:1837 856 #: ../Gtk/gui.py:2073
857 msgid "Split view Left/Right"
858 msgstr ""
859
860 #: ../Gtk/gui.py:2077
861 msgid "Split view Top/Bottom"
862 msgstr ""
863
864 #: ../Gtk/gui.py:2112
865 msgid "Connect View"
866 msgstr ""
867
868 #: ../Gtk/gui.py:2118
869 msgid "Disconnect View"
870 msgstr ""
871
872 #: ../Gtk/gui.py:2248
828 msgid "The item must be a widget object." 873 msgid "The item must be a widget object."
829 msgstr "" 874 msgstr ""
830 875
831 #: ../Gtk/gui.py:1843 876 #: ../Gtk/gui.py:2256
832 msgid "Invalid orientation." 877 msgid "Invalid orientation."
833 msgstr "" 878 msgstr ""
834 879
835 #: ../Gtk/gui.py:2215 ../Gtk/gui.py:2842 ../Gtk/gui.py:4172 880 #: ../Gtk/gui.py:2628 ../Gtk/gui.py:3256 ../Gtk/gui.py:4674
836 msgid "Argument must be a Budget object" 881 msgid "Argument must be a Budget object"
837 msgstr "" 882 msgstr ""
838 883
839 #: ../Gtk/gui.py:2224 884 #: ../Gtk/gui.py:2892 ../Gtk/gui.py:4739
840 msgid "Record path can not be None"
841 msgstr ""
842
843 #: ../Gtk/gui.py:2255
844 msgid "a"
845 msgstr ""
846
847 #: ../Gtk/gui.py:2483 ../Gtk/gui.py:4235
848 msgid "Code" 885 msgid "Code"
849 msgstr "" 886 msgstr ""
850 887
851 #: ../Gtk/gui.py:2484 888 #: ../Gtk/gui.py:2893
852 msgid "Unit" 889 msgid "Unit"
853 msgstr "" 890 msgstr ""
854 891
855 #: ../Gtk/gui.py:2490 892 #: ../Gtk/gui.py:2899
856 msgid "Price" 893 msgid "Price"
857 msgstr "" 894 msgstr ""
858 895
859 #: ../Gtk/gui.py:2492 896 #: ../Gtk/gui.py:2901
860 msgid "Amount" 897 msgid "Amount"
861 msgstr "" 898 msgstr ""
862 899
863 #: ../Gtk/gui.py:2503 ../Gtk/gui.py:2982 900 #: ../Gtk/gui.py:2912 ../Gtk/gui.py:3528
864 msgid "Invalid path" 901 msgid "Invalid path"
865 msgstr "" 902 msgstr ""
866 903
867 #: ../Gtk/gui.py:2847 904 #: ../Gtk/gui.py:3261
868 msgid "Record path must be a tuple" 905 msgid "Record path must be a tuple"
869 msgstr "" 906 msgstr ""
870 907
871 #: ../Gtk/gui.py:2991 908 #: ../Gtk/gui.py:3509 ../Gtk/gui.py:4754 ../Gtk/gui.py:5066
872 msgid "measure must be a Measure object. Type: $1"
873 msgstr ""
874
875 #: ../Gtk/gui.py:3003 ../Gtk/gui.py:4250 ../Gtk/gui.py:4563
876 msgid "Type" 909 msgid "Type"
877 msgstr "" 910 msgstr ""
878 911
879 #: ../Gtk/gui.py:3004 912 #: ../Gtk/gui.py:3510
880 msgid "Comment" 913 msgid "Comment"
881 msgstr "" 914 msgstr ""
882 915
883 #: ../Gtk/gui.py:3005 916 #: ../Gtk/gui.py:3511
884 msgid "" 917 msgid ""
885 "N\n" 918 "N\n"
886 "(a)" 919 "(a)"
887 msgstr "" 920 msgstr ""
888 921
889 #: ../Gtk/gui.py:3006 922 #: ../Gtk/gui.py:3512
890 msgid "" 923 msgid ""
891 "Length\n" 924 "Length\n"
892 "(b)" 925 "(b)"
893 msgstr "" 926 msgstr ""
894 927
895 #: ../Gtk/gui.py:3007 928 #: ../Gtk/gui.py:3513
896 msgid "" 929 msgid ""
897 "Width\n" 930 "Width\n"
898 "(c)" 931 "(c)"
899 msgstr "" 932 msgstr ""
900 933
901 #: ../Gtk/gui.py:3008 934 #: ../Gtk/gui.py:3514
902 msgid "" 935 msgid ""
903 "Height\n" 936 "Height\n"
904 "(d)" 937 "(d)"
905 msgstr "" 938 msgstr ""
906 939
907 #: ../Gtk/gui.py:3009 940 #: ../Gtk/gui.py:3515
908 msgid "Formula" 941 msgid "Formula"
909 msgstr "" 942 msgstr ""
910 943
911 #: ../Gtk/gui.py:3010 944 #: ../Gtk/gui.py:3516
912 #, python-format 945 #, python-format
913 msgid "" 946 msgid ""
914 "Parcial\n" 947 "Parcial\n"
915 "[%s]" 948 "[%s]"
916 msgstr "" 949 msgstr ""
917 950
918 #: ../Gtk/gui.py:3011 951 #: ../Gtk/gui.py:3517
919 msgid "Subtotal" 952 msgid "Subtotal"
920 msgstr "" 953 msgstr ""
921 954
922 #: ../Gtk/gui.py:3419 ../Gtk/gui.py:3441 955 #: ../Gtk/gui.py:3537
956 msgid "measure must be a Measure object. Type: $1"
957 msgstr ""
958
959 #: ../Gtk/gui.py:3835 ../Gtk/gui.py:3856
923 msgid "Description text of the record $1" 960 msgid "Description text of the record $1"
924 msgstr "" 961 msgstr ""
925 962
926 #: ../Gtk/gui.py:3592 963 #: ../Gtk/gui.py:4010
927 msgid "Sheet of Conditions of the record $1" 964 msgid "Sheet of Conditions of the record $1"
928 msgstr "" 965 msgstr ""
929 966
930 #: ../Gtk/gui.py:3610 967 #: ../Gtk/gui.py:4031
931 msgid "Field" 968 msgid "Field"
932 msgstr "" 969 msgstr ""
933 970
934 #: ../Gtk/gui.py:3631 971 #: ../Gtk/gui.py:4054
935 msgid "Section" 972 msgid "Section"
936 msgstr "" 973 msgstr ""
937 974
938 #: ../Gtk/gui.py:3779 975 #: ../Gtk/gui.py:4214
939 msgid "Sheet2 of Conditions of the record $1" 976 msgid "Sheet2 of Conditions of the record $1"
940 msgstr "" 977 msgstr ""
941 978
942 #: ../Gtk/gui.py:4236 979 #: ../Gtk/gui.py:4740
943 msgid "Code that define the company" 980 msgid "Code that define the company"
944 msgstr "" 981 msgstr ""
945 982
946 #: ../Gtk/gui.py:4237 983 #: ../Gtk/gui.py:4741
947 msgid "Summary" 984 msgid "Summary"
948 msgstr "" 985 msgstr ""
949 986
950 #: ../Gtk/gui.py:4238 987 #: ../Gtk/gui.py:4742
951 msgid "Summary of the company name" 988 msgid "Summary of the company name"
952 msgstr "" 989 msgstr ""
953 990
954 #: ../Gtk/gui.py:4239 ../Gtk/gui.py:4255 991 #: ../Gtk/gui.py:4743 ../Gtk/gui.py:4759
955 msgid "Name" 992 msgid "Name"
956 msgstr "" 993 msgstr ""
957 994
958 #: ../Gtk/gui.py:4240 995 #: ../Gtk/gui.py:4744
959 msgid "Complete name" 996 msgid "Complete name"
960 msgstr "" 997 msgstr ""
961 998
962 #: ../Gtk/gui.py:4241 999 #: ../Gtk/gui.py:4745
963 msgid "CIF" 1000 msgid "CIF"
964 msgstr "" 1001 msgstr ""
965 1002
966 #: ../Gtk/gui.py:4242 1003 #: ../Gtk/gui.py:4746
967 msgid "Fiscal identifier number" 1004 msgid "Fiscal identifier number"
968 msgstr "" 1005 msgstr ""
969 1006
970 #: ../Gtk/gui.py:4243 1007 #: ../Gtk/gui.py:4747
971 msgid "Web" 1008 msgid "Web"
972 msgstr "" 1009 msgstr ""
973 1010
974 #: ../Gtk/gui.py:4244 1011 #: ../Gtk/gui.py:4748
975 msgid "Company web page" 1012 msgid "Company web page"
976 msgstr "" 1013 msgstr ""
977 1014
978 #: ../Gtk/gui.py:4245 1015 #: ../Gtk/gui.py:4749
979 msgid "Email" 1016 msgid "Email"
980 msgstr "" 1017 msgstr ""
981 1018
982 #: ../Gtk/gui.py:4246 1019 #: ../Gtk/gui.py:4750
983 msgid "Company email" 1020 msgid "Company email"
984 msgstr "" 1021 msgstr ""
985 1022
986 #: ../Gtk/gui.py:4251 1023 #: ../Gtk/gui.py:4755
987 msgid "" 1024 msgid ""
988 "Type of Office:\n" 1025 "Type of Office:\n"
989 " C: Central office\n" 1026 " C: Central office\n"
990 " D: Local office\n" 1027 " D: Local office\n"
991 " R: Performer" 1028 " R: Performer"
992 msgstr "" 1029 msgstr ""
993 1030
994 #: ../Gtk/gui.py:4256 1031 #: ../Gtk/gui.py:4760
995 msgid "Office name" 1032 msgid "Office name"
996 msgstr "" 1033 msgstr ""
997 1034
998 #: ../Gtk/gui.py:4257 1035 #: ../Gtk/gui.py:4761
999 msgid "Address" 1036 msgid "Address"
1000 msgstr "" 1037 msgstr ""
1001 1038
1002 #: ../Gtk/gui.py:4258 1039 #: ../Gtk/gui.py:4762
1003 msgid "Postal code" 1040 msgid "Postal code"
1004 msgstr "" 1041 msgstr ""
1005 1042
1006 #: ../Gtk/gui.py:4259 1043 #: ../Gtk/gui.py:4763
1007 msgid "Town" 1044 msgid "Town"
1008 msgstr "" 1045 msgstr ""
1009 1046
1010 #: ../Gtk/gui.py:4260 1047 #: ../Gtk/gui.py:4764
1011 msgid "Province" 1048 msgid "Province"
1012 msgstr "" 1049 msgstr ""
1013 1050
1014 #: ../Gtk/gui.py:4261 1051 #: ../Gtk/gui.py:4765
1015 msgid "Country" 1052 msgid "Country"
1016 msgstr "" 1053 msgstr ""
1017 1054
1018 #: ../Gtk/gui.py:4262 1055 #: ../Gtk/gui.py:4766
1019 msgid "Phone" 1056 msgid "Phone"
1020 msgstr "" 1057 msgstr ""
1021 1058
1022 #: ../Gtk/gui.py:4263 1059 #: ../Gtk/gui.py:4767
1023 msgid "Phone numbers of the office" 1060 msgid "Phone numbers of the office"
1024 msgstr "" 1061 msgstr ""
1025 1062
1026 #: ../Gtk/gui.py:4264 1063 #: ../Gtk/gui.py:4768
1027 msgid "Fax" 1064 msgid "Fax"
1028 msgstr "" 1065 msgstr ""
1029 1066
1030 #: ../Gtk/gui.py:4265 1067 #: ../Gtk/gui.py:4769
1031 msgid "Fax numbers of the office" 1068 msgid "Fax numbers of the office"
1032 msgstr "" 1069 msgstr ""
1033 1070
1034 #: ../Gtk/gui.py:4266 1071 #: ../Gtk/gui.py:4770
1035 msgid "Contact person" 1072 msgid "Contact person"
1036 msgstr "" 1073 msgstr ""
1037 1074
1038 #: ../Gtk/gui.py:4267 1075 #: ../Gtk/gui.py:4771
1039 msgid "Contact persons in the office" 1076 msgid "Contact persons in the office"
1040 msgstr "" 1077 msgstr ""
1041 1078
1042 #: ../Gtk/gui.py:4271 1079 #: ../Gtk/gui.py:4775
1043 msgid "Unknow Option Type" 1080 msgid "Unknow Option Type"
1044 msgstr "" 1081 msgstr ""
1045 1082
1046 #: ../Gtk/gui.py:4501 1083 #: ../Gtk/gui.py:5002
1047 msgid "Boolean" 1084 msgid "Boolean"
1048 msgstr "" 1085 msgstr ""
1049 1086
1050 #: ../Gtk/gui.py:4502 1087 #: ../Gtk/gui.py:5003
1051 msgid "Integer" 1088 msgid "Integer"
1052 msgstr "" 1089 msgstr ""
1053 1090
1054 #: ../Gtk/gui.py:4503 1091 #: ../Gtk/gui.py:5004
1055 msgid "Text" 1092 msgid "Text"
1056 msgstr "" 1093 msgstr ""
1057 1094
1058 #: ../Gtk/gui.py:4504 1095 #: ../Gtk/gui.py:5005
1059 msgid "Color" 1096 msgid "Color"
1060 msgstr "" 1097 msgstr ""
1061 1098
1062 #: ../Gtk/gui.py:4505 1099 #: ../Gtk/gui.py:5006
1063 msgid "List" 1100 msgid "List"
1064 msgstr "" 1101 msgstr ""
1065 1102
1066 #: ../Gtk/gui.py:4537 1103 #: ../Gtk/gui.py:5040
1067 msgid "Option name" 1104 msgid "Option name"
1068 msgstr "" 1105 msgstr ""
1069 1106
1070 #: ../Gtk/gui.py:4550 1107 #: ../Gtk/gui.py:5053
1071 msgid "Value" 1108 msgid "Value"
1072 msgstr "" 1109 msgstr ""
1073 1110
1074 #: ../Gtk/gui.py:4589 1111 #: ../Gtk/gui.py:5094
1075 msgid "Description:" 1112 msgid "Description:"
1076 msgstr "" 1113 msgstr ""
1077 1114
1078 #: ../Gtk/gui.py:4750 1115 #: ../Gtk/gui.py:5258
1079 msgid "Option values must be strings" 1116 msgid "Option values must be strings"
1080 msgstr "" 1117 msgstr ""
1081 1118
1082 #: ../Gtk/gui.py:4752 1119 #: ../Gtk/gui.py:5260
1083 msgid "Option must be a tuple with 4 items" 1120 msgid "Option must be a tuple with 4 items"
1084 msgstr "" 1121 msgstr ""
1085 1122
1086 #: ../Gtk/gui.py:4754 1123 #: ../Gtk/gui.py:5262
1087 msgid "Option list must be a list" 1124 msgid "Option list must be a list"
1088 msgstr "" 1125 msgstr ""
1089 1126
1090 #: ../Gtk/gui.py:4774 1127 #: ../Gtk/gui.py:5282
1091 msgid "Icorrect type, must be boolean" 1128 msgid "Icorrect type, must be boolean"
1092 msgstr "" 1129 msgstr ""
1093 1130
1094 #: ../Gtk/gui.py:4779 1131 #: ../Gtk/gui.py:5287
1095 msgid "Icorrect type, must be integer" 1132 msgid "Icorrect type, must be integer"
1096 msgstr "" 1133 msgstr ""
1097 1134
1098 #: ../Gtk/gui.py:4792 1135 #: ../Gtk/gui.py:5300
1099 msgid "Icorrect type, must be string" 1136 msgid "Icorrect type, must be string"
1100 msgstr "" 1137 msgstr ""
1101 1138
1102 #: ../Gtk/gui.py:4805 1139 #: ../Gtk/gui.py:5313
1103 msgid "Icorrect type, must be list" 1140 msgid "Icorrect type, must be list"
1104 msgstr "" 1141 msgstr ""
1105 1142
1106 #: ../Gtk/gui.py:4811 1143 #: ../Gtk/gui.py:5317
1107 msgid "Icorrect type, must be a parseable color" 1144 msgid "Icorrect type, must be a parseable color"
1108 msgstr "" 1145 msgstr ""
1109 1146
1110 #: ../Gtk/gui.py:4819 1147 #: ../Gtk/gui.py:5325
1111 msgid "Type must be boolean, integer, string or color" 1148 msgid "Type must be boolean, integer, string or color"
1112 msgstr "" 1149 msgstr ""
1113 1150
1114 #: ../Gtk/gui.py:4822 1151 #: ../Gtk/gui.py:5328
1115 msgid "Value must be in the option dict" 1152 msgid "Value must be in the option dict"
1116 msgstr "" 1153 msgstr ""
1117 1154
1118 #: ../Gtk/gui.py:4824 1155 #: ../Gtk/gui.py:5331
1119 msgid "Values must be a dict" 1156 msgid "Values must be a dict"
1120 msgstr "" 1157 msgstr ""
1121
1122 #: ../Gtk/importFiebdc.py:91
1123 msgid "Open File"
1124 msgstr ""
1125
1126 #: ../Gtk/importFiebdc.py:135
1127 msgid "The file must have 'bc3' extension"
1128 msgstr ""
1129
1130 #: ../Gtk/importFiebdc.py:208
1131 msgid "Loading file ..."
1132 msgstr ""
1133
1134 #: ../Gtk/importFiebdc.py:232
1135 msgid "Cancel"
1136 msgstr ""