~alejandrosantana/account-financial-tools/7.0-account-financial_tools--add--account_account_extended_search

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
# Translation of OpenERP Server.
# This file contains the translation of the following modules:
#	* account_chart_update
#
msgid ""
msgstr ""
"Project-Id-Version: OpenERP Server 7.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-10-15 14:01+0000\n"
"PO-Revision-Date: 2013-10-29 14:13+0000\n"
"Last-Translator: Pedro Manuel Baeza <pedro.baeza@gmail.com>\n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2013-12-12 05:57+0000\n"
"X-Generator: Launchpad (build 16869)\n"

#. module: account_chart_update
#: view:wizard.update.charts.accounts:0
msgid "Update chart of accounts from a template"
msgstr "Actualizar plan contable desde una plantilla"

#. module: account_chart_update
#: field:wizard.update.charts.accounts.account,update_account_id:0
msgid "Account to update"
msgstr "Cuenta a actualizar"

#. module: account_chart_update
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:368
#, python-format
msgid "The code field is different.\n"
msgstr "El campo código es diferente.\n"

#. module: account_chart_update
#: view:wizard.update.charts.accounts:0
msgid "Fiscal position"
msgstr "Posición fiscal"

#. module: account_chart_update
#: field:wizard.update.charts.accounts,update_children_accounts_parent:0
msgid "Update children accounts parent"
msgstr "Actualizar padre de cuentas hijas"

#. module: account_chart_update
#: field:wizard.update.charts.accounts.fiscal.position,update_fiscal_position_id:0
msgid "Fiscal position to update"
msgstr "Posición fiscal a actualizar"

#. module: account_chart_update
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:716
#, python-format
msgid "Created tax code %s.\n"
msgstr "Creado código de impuesto %s.\n"

#. module: account_chart_update
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:1012
#, python-format
msgid "Tax %s: The collected account can not be set.\n"
msgstr "Impuesto %s: No se pudo establecer la cuenta a recibir.\n"

#. module: account_chart_update
#: field:wizard.update.charts.accounts,new_accounts:0
msgid "New accounts"
msgstr "Nuevas cuentas"

#. module: account_chart_update
#: selection:wizard.update.charts.accounts.account,type:0
#: selection:wizard.update.charts.accounts.fiscal.position,type:0
#: selection:wizard.update.charts.accounts.tax,type:0
#: selection:wizard.update.charts.accounts.tax.code,type:0
msgid "Updated template"
msgstr "Plantilla actualizada"

#. module: account_chart_update
#: field:wizard.update.charts.accounts,company_id:0
msgid "Company"
msgstr "Compañía"

#. module: account_chart_update
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:1076
#, python-format
msgid "Fiscal position %s: The destination tax %s can not be set.\n"
msgstr "Posición fiscal %s: No se pudo establecer la cuenta destino %s.\n"

#. module: account_chart_update
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:839
#, python-format
msgid "Tax %s: The tax code for the tax refund %s can not be set.\n"
msgstr ""
"Impuesto %s: No se pudo establecer el código de impuesto para la devolución "
"de impuesto %s.\n"

#. module: account_chart_update
#: view:wizard.update.charts.accounts:0
msgid ""
"If you leave these options set, the wizard will not just create new records, "
"but also update records with changes (i.e. different tax amount)"
msgstr ""
"Si deja esta opción marcada, el asistente creará no sólo nuevos registros, "
"si no que también actualizará aquellos con cambios (por ejemplo, diferente "
"porcentaje de impuesto)"

#. module: account_chart_update
#: field:wizard.update.charts.accounts,updated_tax_codes:0
msgid "Updated tax codes"
msgstr "Códigos de impuesto actualizados"

#. module: account_chart_update
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:617
#, python-format
msgid "The template has taxes the fiscal position instance does not.\n"
msgstr ""
"La plantilla tiene impuestos que la instancia de posición fiscal no.\n"

#. module: account_chart_update
#: field:wizard.update.charts.accounts,update_account:0
msgid "Update accounts"
msgstr "Actualizar cuentas"

#. module: account_chart_update
#: view:wizard.update.charts.accounts:0
msgid "Account"
msgstr "Cuenta"

#. module: account_chart_update
#: field:wizard.update.charts.accounts.account,notes:0
#: field:wizard.update.charts.accounts.fiscal.position,notes:0
#: field:wizard.update.charts.accounts.tax,notes:0
#: field:wizard.update.charts.accounts.tax.code,notes:0
msgid "Notes"
msgstr "Notas"

#. module: account_chart_update
#: view:wizard.update.charts.accounts:0
#: field:wizard.update.charts.accounts,tax_ids:0
msgid "Taxes"
msgstr "Impuestos"

#. module: account_chart_update
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:371
#, python-format
msgid "The info field is different.\n"
msgstr "El campo info es diferente.\n"

#. module: account_chart_update
#: field:wizard.update.charts.accounts,new_taxes:0
msgid "New taxes"
msgstr "Nuevos impuestos"

#. module: account_chart_update
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:723
#, python-format
msgid "Updated tax code %s.\n"
msgstr "Actualizado código de impuesto %s.\n"

#. module: account_chart_update
#: field:wizard.update.charts.accounts,new_tax_codes:0
msgid "New tax codes"
msgstr "Nuevos códigos de impuesto"

#. module: account_chart_update
#: field:wizard.update.charts.accounts.tax,update_tax_id:0
msgid "Tax to update"
msgstr "Impuesto a actualizar"

#. module: account_chart_update
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:806
#, python-format
msgid "Created tax %s.\n"
msgstr "Creado impuesto %s.\n"

#. module: account_chart_update
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:459
#, python-format
msgid "The base sign field is different.\n"
msgstr "El campo signo base es diferente.\n"

#. module: account_chart_update
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:441
#, python-format
msgid "The type field is different.\n"
msgstr "El campo tipo es diferente.\n"

#. module: account_chart_update
#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_account
msgid "wizard.update.charts.accounts.account"
msgstr "Asistente de actualización de plan contable"

#. module: account_chart_update
#: view:wizard.update.charts.accounts:0
#: field:wizard.update.charts.accounts,account_ids:0
msgid "Accounts"
msgstr "Cuentas"

#. module: account_chart_update
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:835
#, python-format
msgid "Tax %s: The tax code for the tax %s can not be set.\n"
msgstr ""
"Impuesto %s: No se pudo establecer el código de impuesto para el impuesto "
"%s.\n"

#. module: account_chart_update
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:612
#, python-format
msgid "Tax mapping not found on the fiscal position instance: %s -> %s.\n"
msgstr ""
"Mapeo de cuenta no encontrado en la instancia de la posición fiscal: %s -> "
"%s.\n"

#. module: account_chart_update
#: help:wizard.update.charts.accounts,update_tax_code:0
msgid "Existing tax codes are updated. Tax codes are searched by name."
msgstr ""
"Los códigos de impuestos existentes serán actualizados. Los códigos de "
"impuestos se buscarán por nombre."

#. module: account_chart_update
#: view:wizard.update.charts.accounts:0
msgid "Previous"
msgstr "Anterior"

#. module: account_chart_update
#: view:wizard.update.charts.accounts:0
msgid "Tax"
msgstr "Impuesto"

#. module: account_chart_update
#: view:wizard.update.charts.accounts:0
msgid "Next"
msgstr "Siguiente"

#. module: account_chart_update
#: selection:wizard.update.charts.accounts.account,type:0
#: selection:wizard.update.charts.accounts.fiscal.position,type:0
#: selection:wizard.update.charts.accounts.tax,type:0
#: selection:wizard.update.charts.accounts.tax.code,type:0
msgid "New template"
msgstr "Nueva plantilla"

#. module: account_chart_update
#: help:wizard.update.charts.accounts,code_digits:0
msgid ""
"No. of digits to use for account code. Make sure it is the same number as "
"existing accounts."
msgstr ""
"Nº de dígitos a usar para el código de cuenta. Asegúrese que este número es "
"el mismo que el de las cuentas existentes."

#. module: account_chart_update
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:435
#, python-format
msgid "The sequence field is different.\n"
msgstr "El campo secuencia es diferente.\n"

#. module: account_chart_update
#: field:wizard.update.charts.accounts,updated_accounts:0
msgid "Updated accounts"
msgstr "Cuentas actualizadas"

#. module: account_chart_update
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:630
#, python-format
msgid ""
"Account mapping not found on the fiscal position instance: %s -> %s.\n"
msgstr ""
"Mapeo de cuenta no encontrado en la instancia de posición fiscal: %s -> %s.\n"

#. module: account_chart_update
#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_tax
msgid "wizard.update.charts.accounts.tax"
msgstr "wizard.update.charts.accounts.tax"

#. module: account_chart_update
#: field:wizard.update.charts.accounts.account,type:0
#: field:wizard.update.charts.accounts.fiscal.position,type:0
#: field:wizard.update.charts.accounts.tax,type:0
#: field:wizard.update.charts.accounts.tax.code,type:0
msgid "Type"
msgstr "Tipo"

#. module: account_chart_update
#: field:wizard.update.charts.accounts,updated_taxes:0
msgid "Updated taxes"
msgstr "Impuestos actualizados"

#. module: account_chart_update
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:465
#, python-format
msgid "The include base amount field is different.\n"
msgstr "El campo incluir en importe base es diferente.\n"

#. module: account_chart_update
#: view:wizard.update.charts.accounts:0
msgid "Chart of Accounts"
msgstr "Plan contable"

#. module: account_chart_update
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:633
#, python-format
msgid "The template has accounts the fiscal position instance does not.\n"
msgstr "La plantilla tiene cuentas que la instancia de posición fiscal no.\n"

#. module: account_chart_update
#: selection:wizard.update.charts.accounts,state:0
msgid "Step 1"
msgstr "Paso 1"

#. module: account_chart_update
#: selection:wizard.update.charts.accounts,state:0
msgid "Step 2"
msgstr "Paso 2"

#. module: account_chart_update
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:1014
#, python-format
msgid "Tax %s: The paid account can not be set.\n"
msgstr "Impuesto %s: No se pudo establecer la cuenta a pagar.\n"

#. module: account_chart_update
#: model:ir.actions.act_window,name:account_chart_update.action_wizard_update_chart
#: model:ir.ui.menu,name:account_chart_update.menu_wizard
msgid "Update chart of accounts"
msgstr "Actualizar plan de cuentas"

#. module: account_chart_update
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:941
#, python-format
msgid "Exception creating account %s: %s - %s.\n"
msgstr "Excepción creando cuenta %s: %s - %s.\n"

#. module: account_chart_update
#: field:wizard.update.charts.accounts,continue_on_errors:0
msgid "Continue on errors"
msgstr "Continuar tras errores"

#. module: account_chart_update
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:453
#, python-format
msgid "The python compute field is different.\n"
msgstr "El campo cálculo python es diferente.\n"

#. module: account_chart_update
#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_tax_code
msgid "wizard.update.charts.accounts.tax.code"
msgstr "wizard.update.charts.accounts.tax.code"

#. module: account_chart_update
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:1092
#, python-format
msgid "Fiscal position %s: The source account %s can not be set.\n"
msgstr "Posición fiscal %s: No se pudo establecer la cuenta de origen %s.\n"

#. module: account_chart_update
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:833
#, python-format
msgid "Tax %s: The tax code for the base %s can not be set.\n"
msgstr ""
"Impuesto %s: No se pudo establecer el código de impuesto para la base %s.\n"

#. module: account_chart_update
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:952
#, python-format
msgid "Exception writing account %s: %s - %s.\n"
msgstr "Excepción escribiendo cuenta %s: %s - %s.\n"

#. module: account_chart_update
#: view:wizard.update.charts.accounts:0
msgid "Note: Not all the fields are tested for changes, just the main ones"
msgstr "Nota: No se comprueban todos los campos, sólo los importantes"

#. module: account_chart_update
#: field:wizard.update.charts.accounts,update_fiscal_position:0
msgid "Update fiscal positions"
msgstr "Actualizar posiciones fiscales"

#. module: account_chart_update
#: view:wizard.update.charts.accounts:0
msgid "or"
msgstr "o"

#. module: account_chart_update
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:250
#, python-format
msgid "Update Chart of Accounts from a Chart Template "
msgstr "Actualizar plan contable a partir de una plantilla de plan contable "

#. module: account_chart_update
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:531
#, python-format
msgid "The name is different.\n"
msgstr "El nombre es diferente.\n"

#. module: account_chart_update
#: view:wizard.update.charts.accounts:0
msgid "Log"
msgstr "Registro"

#. module: account_chart_update
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:736
#, python-format
msgid "Tax code %s: The parent tax code %s can not be set.\n"
msgstr ""
"Código de impuesto %s: No se pudo establecer el código de impuesto padre "
"%s.\n"

#. module: account_chart_update
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:438
#, python-format
msgid "The amount field is different.\n"
msgstr "El campo importe es diferente.\n"

#. module: account_chart_update
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:450
#, python-format
msgid "The child depend field is different.\n"
msgstr "El campo impuesto en hijos es diferente.\n"

#. module: account_chart_update
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:948
#, python-format
msgid "Updated account %s.\n"
msgstr "Actualizada cuenta %s.\n"

#. module: account_chart_update
#: field:wizard.update.charts.accounts.tax.code,update_tax_code_id:0
msgid "Tax code to update"
msgstr "Código de impuesto a actualizar"

#. module: account_chart_update
#: field:wizard.update.charts.accounts,log:0
msgid "Messages and Errors"
msgstr "Mensajes y errores"

#. module: account_chart_update
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:468
#, python-format
msgid "The type tax use field is different.\n"
msgstr "El campo aplicación impuesto es diferente.\n"

#. module: account_chart_update
#: selection:wizard.update.charts.accounts,state:0
msgid "Wizard completed"
msgstr "Asistente completado"

#. module: account_chart_update
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:963
#, python-format
msgid "Account %s: The parent account %s can not be set.\n"
msgstr "Cuenta %s: No se pudo establecer la cuenta padre %s.\n"

#. module: account_chart_update
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:831
#, python-format
msgid "Tax %s: The parent tax %s can not be set.\n"
msgstr "Impuesto %s: No se pudo establecer el impuesto padre %s.\n"

#. module: account_chart_update
#: view:wizard.update.charts.accounts:0
#: field:wizard.update.charts.accounts,tax_code_ids:0
msgid "Tax codes"
msgstr "Códigos de impuestos"

#. module: account_chart_update
#: field:wizard.update.charts.accounts,state:0
msgid "Status"
msgstr "Estado"

#. module: account_chart_update
#: field:wizard.update.charts.accounts.fiscal.position,fiscal_position_id:0
msgid "Fiscal position template"
msgstr "Plantilla de posición fiscal"

#. module: account_chart_update
#: view:wizard.update.charts.accounts:0
msgid "Summary of updated objects"
msgstr "Resumen de objetos actualizados"

#. module: account_chart_update
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:374
#, python-format
msgid "The sign field is different.\n"
msgstr "El campo signo es diferente.\n"

#. module: account_chart_update
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:813
#, python-format
msgid "Updated tax %s.\n"
msgstr "Actualizado impuesto %s.\n"

#. module: account_chart_update
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:874
#, python-format
msgid "Exception setting the parent of account %s children: %s - %s.\n"
msgstr ""
"Excepción estableciendo el padre de los hijos de la cuenta %s: %s - %s.\n"

#. module: account_chart_update
#: help:wizard.update.charts.accounts,update_account:0
msgid "Existing accounts are updated. Accounts are searched by code."
msgstr ""
"Las cuentas contables existentes serán actualizadas. Las cuentas se buscarán "
"por código."

#. module: account_chart_update
#: field:wizard.update.charts.accounts,code_digits:0
msgid "# of digits"
msgstr "Nº de dígitos"

#. module: account_chart_update
#: field:wizard.update.charts.accounts,update_tax_code:0
msgid "Update tax codes"
msgstr "Actualizar códigos de impuestos"

#. module: account_chart_update
#: field:wizard.update.charts.accounts,lang:0
msgid "Language"
msgstr "Idioma"

#. module: account_chart_update
#: field:wizard.update.charts.accounts.account,account_id:0
msgid "Account template"
msgstr "Plantilla de cuenta"

#. module: account_chart_update
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:1127
#, python-format
msgid "Error"
msgstr "Error"

#. module: account_chart_update
#: view:wizard.update.charts.accounts:0
msgid "Summary of created objects"
msgstr "Resumen de objetos creados"

#. module: account_chart_update
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:534
#, python-format
msgid "The type is different.\n"
msgstr "El tipo es diferente.\n"

#. module: account_chart_update
#: view:wizard.update.charts.accounts:0
#: field:wizard.update.charts.accounts,fiscal_position_ids:0
msgid "Fiscal positions"
msgstr "Posiciones fiscales"

#. module: account_chart_update
#: field:wizard.update.charts.accounts,update_tax:0
msgid "Update taxes"
msgstr "Actualizar impuestos"

#. module: account_chart_update
#: view:wizard.update.charts.accounts:0
msgid "Cancel"
msgstr "Cancelar"

#. module: account_chart_update
#: help:wizard.update.charts.accounts,update_tax:0
msgid "Existing taxes are updated. Taxes are searched by name."
msgstr ""
"Los impuestos existentes serán actualizados. Los impuestos se buscarán por "
"nombre."

#. module: account_chart_update
#: view:wizard.update.charts.accounts:0
msgid "Create/Update"
msgstr "Crear/Actualizar"

#. module: account_chart_update
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:837
#, python-format
msgid "Tax %s: The tax code for the base refund %s can not be set.\n"
msgstr ""
"Impuesto %s: No se pudo establecer el código de impuesto para la base de "
"devolución %s.\n"

#. module: account_chart_update
#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts
msgid "wizard.update.charts.accounts"
msgstr "wizard.update.charts.accounts"

#. module: account_chart_update
#: field:wizard.update.charts.accounts,chart_template_id:0
msgid "Chart Template"
msgstr "Plantilla plan contable"

#. module: account_chart_update
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:462
#, python-format
msgid "The tax sign field is different.\n"
msgstr "El campo signo de impuesto es diferente.\n"

#. module: account_chart_update
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:1127
#, python-format
msgid ""
"One or more errors detected!\n"
"\n"
"%s"
msgstr ""
"¡Uno o más errores detectados!\n"
"\n"
"%s"

#. module: account_chart_update
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:1094
#, python-format
msgid "Fiscal position %s: The destination account %s can not be set.\n"
msgstr "Posición fiscal %s: No se pudo establecer la cuenta de destino %s.\n"

#. module: account_chart_update
#: field:wizard.update.charts.accounts,new_fps:0
msgid "New fiscal positions"
msgstr "Nuevas posiciones fiscales"

#. module: account_chart_update
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:444
#, python-format
msgid "The applicable type field is different.\n"
msgstr "El campo tipo aplicable es diferente.\n"

#. module: account_chart_update
#: view:wizard.update.charts.accounts:0
msgid "Tax code"
msgstr "Código de impuesto"

#. module: account_chart_update
#: field:wizard.update.charts.accounts.tax,tax_id:0
msgid "Tax template"
msgstr "Plantilla de impuesto"

#. module: account_chart_update
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:614
#, python-format
msgid "Tax mapping not found on the fiscal position instance: %s -> None.\n"
msgstr ""
"Mapeo de cuentas no encontrado en la instancia de posición fiscal: %s -> "
"Ninguno.\n"

#. module: account_chart_update
#: view:wizard.update.charts.accounts:0
msgid "Update records?"
msgstr "¿Actualizar registros?"

#. module: account_chart_update
#: help:wizard.update.charts.accounts,update_fiscal_position:0
msgid ""
"Existing fiscal positions are updated. Fiscal positions are searched by name."
msgstr ""
"Las posiciones fiscales existentes serán actualizadas. Las posiciones "
"fiscales se buscarán por nombre."

#. module: account_chart_update
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:537
#, python-format
msgid "The user type is different.\n"
msgstr "El tipo de usuario es diferente.\n"

#. module: account_chart_update
#: field:wizard.update.charts.accounts.account,update_chart_wizard_id:0
#: field:wizard.update.charts.accounts.fiscal.position,update_chart_wizard_id:0
#: field:wizard.update.charts.accounts.tax,update_chart_wizard_id:0
#: field:wizard.update.charts.accounts.tax.code,update_chart_wizard_id:0
msgid "Update chart wizard"
msgstr "Asistente para actualizar el plan contable"

#. module: account_chart_update
#: view:wizard.update.charts.accounts:0
msgid ""
"This wizard will update your accounts, taxes and fiscal positions according "
"to the selected chart template"
msgstr ""
"Este asistente actualizará sus cuentas, impuestos y posiciones fiscales de "
"acuerdo a la plantilla de plan contable seleccionada"

#. module: account_chart_update
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:540
#, python-format
msgid "The reconcile is different.\n"
msgstr "El campo reconciliar es diferente.\n"

#. module: account_chart_update
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:447
#, python-format
msgid "The domain field is different.\n"
msgstr "El campo dominio es diferente.\n"

#. module: account_chart_update
#: view:wizard.update.charts.accounts:0
msgid "Other options"
msgstr "Otras opciones"

#. module: account_chart_update
#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_fiscal_position
msgid "wizard.update.charts.accounts.fiscal.position"
msgstr "wizard.update.charts.accounts.fiscal.position"

#. module: account_chart_update
#: view:wizard.update.charts.accounts:0
msgid "Records to create/update"
msgstr "Registros a crear/actualizar"

#. module: account_chart_update
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:1096
#, python-format
msgid "Created or updated fiscal position %s.\n"
msgstr "Creada o actualizada posición fiscal %s.\n"

#. module: account_chart_update
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:1074
#, python-format
msgid "Fiscal position %s: The source tax %s can not be set.\n"
msgstr "Posición fiscal %s: No se pudo establecer el impuesto origen %s.\n"

#. module: account_chart_update
#: field:wizard.update.charts.accounts,updated_fps:0
msgid "Updated fiscal positions"
msgstr "Posiciones fiscales actualizadas"

#. module: account_chart_update
#: help:wizard.update.charts.accounts,lang:0
msgid ""
"For records searched by name (taxes, tax codes, fiscal positions), the "
"template name will be matched against the record name on this language."
msgstr ""
"Para los registros de impuestos,  códigos de impuestos y posiciones "
"fiscales, sus nombres se comparan con los de la plantilla seleccionada."

#. module: account_chart_update
#: code:addons/account_chart_update/wizard/wizard_chart_update.py:937
#, python-format
msgid "Created account %s.\n"
msgstr "Creada cuenta %s.\n"

#. module: account_chart_update
#: help:wizard.update.charts.accounts,update_children_accounts_parent:0
msgid ""
"Update the parent of accounts that seem (based on the code) to be children "
"of the newly created ones. If you had an account 430 with a child 4300000, "
"and a 4300 account is created, the 4300000 parent will be set to 4300."
msgstr ""
"Actualizar el padre de las cuentas que parecen (basándose en el código) ser "
"hijas de las cuentas recién creadas. Si tiene una cuenta 430 con una hija "
"4300000, y se crea una cuenta 4300, se establecerá la cuenta 4300 como padre "
"de la cuenta 4300000."

#. module: account_chart_update
#: help:wizard.update.charts.accounts,continue_on_errors:0
msgid ""
"If set, the wizard will continue to the next step even if there are minor "
"errors (for example the parent account of a new account couldn't be set)."
msgstr ""
"Si está marcado, el asistente continuará al paso siguiente incluso si hay "
"errores menores (por ejemplo, no se pudo establecer la cuenta padre de una "
"nueva cuenta)."

#. module: account_chart_update
#: field:wizard.update.charts.accounts.tax.code,tax_code_id:0
msgid "Tax code template"
msgstr "Plantilla de código de impuesto"