~openerp-commiter/openobject-addons/trunk-extra-addons

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
# Spanish translation for openobject-addons
# Copyright (c) 2010 Rosetta Contributors and Canonical Ltd 2010
# This file is distributed under the same license as the openobject-addons package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2010.
#
msgid ""
msgstr ""
"Project-Id-Version: openobject-addons\n"
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
"POT-Creation-Date: 2009-03-04 18:40+0000\n"
"PO-Revision-Date: 2010-09-24 15:57+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Spanish <es@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2012-08-28 07:15+0000\n"
"X-Generator: Launchpad (build 15864)\n"

#. module: magento_openerp_synchro
#: model:ir.actions.wizard,name:magento_openerp_synchro.wizard_magento_saleorders_update
#: model:ir.ui.menu,name:magento_openerp_synchro.menu_magento_saleorders_update
msgid "Update sale orders"
msgstr ""

#. module: magento_openerp_synchro
#: code:addons/magento_openerp_synchro/magento.py:0
#, python-format
msgid "You must have only one shop with Magento flag turned on"
msgstr ""

#. module: magento_openerp_synchro
#: code:addons/magento_openerp_synchro/magento.py:0
#: code:addons/magento_openerp_synchro/magento_utils.py:0
#: code:addons/magento_openerp_synchro/wizard/magento_so_correct.py:0
#: code:addons/magento_openerp_synchro/wizard/magento_so_import.py:0
#: code:addons/magento_openerp_synchro/wizard/magento_so_update.py:0
#, python-format
msgid "Magento Import"
msgstr ""

#. module: magento_openerp_synchro
#: field:product.product,magento_id:0
msgid "Magento product id"
msgstr ""

#. module: magento_openerp_synchro
#: code:addons/magento_openerp_synchro/wizard/magento_category_synchronize.py:0
#: code:addons/magento_openerp_synchro/wizard/magento_product_synchronize.py:0
#, python-format
msgid "Magento Export"
msgstr ""

#. module: magento_openerp_synchro
#: wizard_field:magento.categories.sync,init,categ_new:0
msgid "New Categories"
msgstr ""

#. module: magento_openerp_synchro
#: code:addons/magento_openerp_synchro/wizard/magento_category_synchronize.py:0
#, python-format
msgid "Successfully updated category with OpenERP id %s and Magento id %s"
msgstr ""

#. module: magento_openerp_synchro
#: wizard_view:magento.products.sync,init:0
msgid "Product and Stock Synchronization"
msgstr ""

#. module: magento_openerp_synchro
#: code:addons/magento_openerp_synchro/wizard/magento_so_update.py:0
#, python-format
msgid ""
"Error occurred during Sales Orders update, See your debug.xmlrpc.log in the "
"Smile_OpenERP_Synch folder in your Apache!\n"
"Error %s"
msgstr ""

#. module: magento_openerp_synchro
#: code:addons/magento_openerp_synchro/magento.py:0
#, python-format
msgid "Magento Connect"
msgstr ""

#. module: magento_openerp_synchro
#: code:addons/magento_openerp_synchro/wizard/magento_so_import.py:0
#, python-format
msgid ""
"Error occurred during Sales Orders Sync, See your debug.xmlrpc.log in the "
"Smile_OpenERP_Synch folder in your Apache!\n"
"Error %s"
msgstr ""

#. module: magento_openerp_synchro
#: wizard_field:magento.saleorders.correct,init,has_error:0
#: wizard_field:magento.saleorders.import,init,has_error:0
msgid "Sales Orders With Error"
msgstr ""

#. module: magento_openerp_synchro
#: code:addons/magento_openerp_synchro/magento.py:0
#, python-format
msgid "MagentoError"
msgstr ""

#. module: magento_openerp_synchro
#: model:product.category,name:magento_openerp_synchro.cat_service
msgid "Services"
msgstr "Servicios"

#. module: magento_openerp_synchro
#: view:magento.web:0
msgid "Magento web"
msgstr "web Magento"

#. module: magento_openerp_synchro
#: field:product.category,updated:0
msgid "Category updated on Magento"
msgstr ""

#. module: magento_openerp_synchro
#: view:sale.order:0
msgid "Sale Order"
msgstr "Pedido de venta"

#. module: magento_openerp_synchro
#: model:ir.actions.wizard,name:magento_openerp_synchro.wizard_magento_saleorders_import
#: model:ir.ui.menu,name:magento_openerp_synchro.menu_magento_saleorders_import
msgid "Import sale orders"
msgstr "Importar pedidos de venta"

#. module: magento_openerp_synchro
#: view:product.product:0
msgid "Products"
msgstr "Productos"

#. module: magento_openerp_synchro
#: model:ir.actions.act_window,name:magento_openerp_synchro.action_magento_web_form
#: model:ir.model,name:magento_openerp_synchro.model_magento_web
#: model:ir.ui.menu,name:magento_openerp_synchro.menu_magento_web_form
msgid "Magento Web"
msgstr "web Magento"

#. module: magento_openerp_synchro
#: code:addons/magento_openerp_synchro/magento.py:0
#, python-format
msgid "Magento returned %s"
msgstr ""

#. module: magento_openerp_synchro
#: code:addons/magento_openerp_synchro/magento.py:0
#: code:addons/magento_openerp_synchro/magento_utils.py:0
#: code:addons/magento_openerp_synchro/wizard/magento_so_import.py:0
#, python-format
msgid "UserError"
msgstr "Error de usuario"

#. module: magento_openerp_synchro
#: constraint:product.category:0
msgid "Error ! You can not create recursive categories."
msgstr "Error! No se pueden crear categorías recursivas."

#. module: magento_openerp_synchro
#: field:product.category,magento_product_attribute_set_id:0
msgid "Magento Product Attribute Set Id"
msgstr ""

#. module: magento_openerp_synchro
#: field:sale.order,has_error:0
msgid "magento order error"
msgstr ""

#. module: magento_openerp_synchro
#: model:ir.actions.wizard,name:magento_openerp_synchro.wizard_magento_categories
#: model:ir.ui.menu,name:magento_openerp_synchro.menu_magento_categories
msgid "Synchronize Categories"
msgstr ""

#. module: magento_openerp_synchro
#: view:product.product:0
#: view:res.partner:0
#: view:sale.order:0
msgid "Magento"
msgstr "Magento"

#. module: magento_openerp_synchro
#: code:addons/magento_openerp_synchro/magento_utils.py:0
#: code:addons/magento_openerp_synchro/wizard/magento_so_import.py:0
#, python-format
msgid "You must have one shop with magento_id set to 1"
msgstr ""

#. module: magento_openerp_synchro
#: field:res.partner,magento_id:0
msgid "magento partner id"
msgstr "ID empresa magento"

#. module: magento_openerp_synchro
#: view:res.partner:0
msgid "Partners"
msgstr "Empresas"

#. module: magento_openerp_synchro
#: view:magento.web:0
msgid "Magento Api Information"
msgstr ""

#. module: magento_openerp_synchro
#: wizard_button:magento.categories.sync,init,end:0
#: wizard_button:magento.products.sync,init,end:0
#: wizard_button:magento.saleorders.correct,init,end:0
#: wizard_button:magento.saleorders.import,init,end:0
#: wizard_button:magento.saleorders.update,init,end:0
msgid "End"
msgstr "Finalizar"

#. module: magento_openerp_synchro
#: model:ir.module.module,description:magento_openerp_synchro.module_meta_information
msgid ""
"Magento OpenERP Interface - This module allows product catalog \n"
"and sale orders synchronization between OpenERP and Magento.\n"
"This module is contributed by the Smile French IT company (www.smile.fr)\n"
"and Zikzakmedia (www.zikzakmedia.com)"
msgstr ""

#. module: magento_openerp_synchro
#: model:ir.module.module,shortdesc:magento_openerp_synchro.module_meta_information
msgid "Magento Synchro Smile"
msgstr ""

#. module: magento_openerp_synchro
#: code:addons/magento_openerp_synchro/wizard/magento_so_update.py:0
#, python-format
msgid ""
"Error occurred during Sales Orders update, See your debug.xmlrpc.log in the "
"Smile_OpenERP_Synch folder in your Apache!"
msgstr ""

#. module: magento_openerp_synchro
#: code:addons/magento_openerp_synchro/wizard/magento_product_synchronize.py:0
#, python-format
msgid "Successfully created product with OpenERP id %s and Magento id %s"
msgstr ""

#. module: magento_openerp_synchro
#: wizard_view:magento.categories.sync,init:0
msgid "Categories exported"
msgstr ""

#. module: magento_openerp_synchro
#: field:magento.web,magento_name:0
msgid "Magento Web Name"
msgstr "Nombre web de Magento"

#. module: magento_openerp_synchro
#: code:addons/magento_openerp_synchro/wizard/magento_so_correct.py:0
#, python-format
msgid ""
"Error occurred during Sales Orders correct, See your debug.xmlrpc.log in the "
"Smile_OpenERP_Synch folder in your Apache!"
msgstr ""

#. module: magento_openerp_synchro
#: model:product.uom.categ,name:magento_openerp_synchro.product_uom_categ_unit
msgid "PCE"
msgstr ""

#. module: magento_openerp_synchro
#: code:addons/magento_openerp_synchro/wizard/magento_category_synchronize.py:0
#, python-format
msgid "you asked to export non-exportable categories : IDs %s"
msgstr ""

#. module: magento_openerp_synchro
#: code:addons/magento_openerp_synchro/magento.py:0
#, python-format
msgid "ConnectionError"
msgstr ""

#. module: magento_openerp_synchro
#: wizard_field:magento.products.sync,init,prod_fail:0
msgid "Failed to export products"
msgstr ""

#. module: magento_openerp_synchro
#: code:addons/magento_openerp_synchro/wizard/magento_so_update.py:0
#, python-format
msgid "Magento SO update"
msgstr ""

#. module: magento_openerp_synchro
#: wizard_field:magento.products.sync,init,prod_new:0
msgid "New products"
msgstr "Nuevos productos"

#. module: magento_openerp_synchro
#: code:addons/magento_openerp_synchro/wizard/magento_so_import.py:0
#, python-format
msgid ""
"ERROR: couldn't create a shipping product, did you configure a shipping "
"product in the delivery module? %s"
msgstr ""

#. module: magento_openerp_synchro
#: constraint:ir.ui.view:0
msgid "Invalid XML for View Architecture!"
msgstr "¡XML inválido para la definición de la vista!"

#. module: magento_openerp_synchro
#: constraint:product.template:0
msgid "Error: UOS must be in a different category than the UOM"
msgstr "Error: La UdV debe estar en una categoría diferente que la UdM"

#. module: magento_openerp_synchro
#: wizard_field:magento.products.sync,init,prod_update:0
msgid "Updated products"
msgstr "Productos actualizados"

#. module: magento_openerp_synchro
#: code:addons/magento_openerp_synchro/magento.py:0
#, python-format
msgid "Couldn't connect to Magento with URL %sindex.php/api/xmlrpc"
msgstr ""

#. module: magento_openerp_synchro
#: code:addons/magento_openerp_synchro/wizard/magento_so_correct.py:0
#, python-format
msgid ""
"Error occurred during Sales Orders correct, See your debug.xmlrpc.log in the "
"Smile_OpenERP_Synch folder in your Apache!\n"
"Error %s"
msgstr ""

#. module: magento_openerp_synchro
#: view:sale.order:0
msgid "Sales orders"
msgstr "Pedidos de venta"

#. module: magento_openerp_synchro
#: wizard_field:magento.saleorders.correct,init,corrected:0
msgid "Corrected Sales Orders"
msgstr ""

#. module: magento_openerp_synchro
#: code:addons/magento_openerp_synchro/wizard/magento_category_synchronize.py:0
#, python-format
msgid "Successfully created category with OpenERP id %s and Magento id %s"
msgstr ""

#. module: magento_openerp_synchro
#: wizard_field:magento.saleorders.import,init,so_nb:0
msgid "New Sales Orders"
msgstr ""

#. module: magento_openerp_synchro
#: field:magento.web,auto_update:0
msgid "Enhance auto update for products and category"
msgstr ""

#. module: magento_openerp_synchro
#: view:product.category:0
msgid "Product Categories"
msgstr "Categorías de producto"

#. module: magento_openerp_synchro
#: constraint:product.template:0
msgid ""
"Error: The default UOM and the purchase UOM must be in the same category."
msgstr ""
"Error: La UdM por defecto y la UdM de compra deben estar en la misma "
"categoría."

#. module: magento_openerp_synchro
#: model:ir.actions.wizard,name:magento_openerp_synchro.wizard_magento_products
#: model:ir.ui.menu,name:magento_openerp_synchro.menu_magento_products
msgid "Synchronize Products And Stocks"
msgstr ""

#. module: magento_openerp_synchro
#: view:magento.web:0
#: view:product.category:0
#: view:product.product:0
#: view:res.partner:0
#: view:sale.order:0
#: view:sale.shop:0
msgid "Magento Information"
msgstr ""

#. module: magento_openerp_synchro
#: field:sale.shop,magento_flag:0
msgid "Magento webshop"
msgstr ""

#. module: magento_openerp_synchro
#: field:magento.web,magento_flag:0
msgid "magento web flag"
msgstr ""

#. module: magento_openerp_synchro
#: code:addons/magento_openerp_synchro/wizard/magento_so_import.py:0
#, python-format
msgid "Sale Order %s : Error on product id : %s sku : %s name %s"
msgstr ""

#. module: magento_openerp_synchro
#: field:product.category,magento_product_type:0
msgid "Magento Product Type"
msgstr ""

#. module: magento_openerp_synchro
#: code:addons/magento_openerp_synchro/magento.py:0
#: constraint:magento.web:0
#, python-format
msgid "Error: The module has been designed for only one Magento Web."
msgstr ""

#. module: magento_openerp_synchro
#: field:sale.order,magento_id:0
msgid "magento order id"
msgstr ""

#. module: magento_openerp_synchro
#: field:magento.web,magento_url:0
msgid "Magento Url"
msgstr ""

#. module: magento_openerp_synchro
#: wizard_view:magento.saleorders.correct,init:0
#: wizard_view:magento.saleorders.import,init:0
#: wizard_view:magento.saleorders.update,init:0
msgid "Saleorders import"
msgstr ""

#. module: magento_openerp_synchro
#: code:addons/magento_openerp_synchro/wizard/magento_product_synchronize.py:0
#, python-format
msgid "Successfully updated product with OpenERP id %s and Magento id %s"
msgstr ""

#. module: magento_openerp_synchro
#: field:magento.web,api_user:0
msgid "Magento Api User"
msgstr ""

#. module: magento_openerp_synchro
#: model:ir.actions.wizard,name:magento_openerp_synchro.wizard_magento_saleorders_correct
#: model:ir.ui.menu,name:magento_openerp_synchro.menu_magento_saleorders_correct
msgid "Correct sale orders"
msgstr ""

#. module: magento_openerp_synchro
#: field:product.category,exportable:0
#: field:product.product,exportable:0
msgid "Export to website"
msgstr ""

#. module: magento_openerp_synchro
#: code:addons/magento_openerp_synchro/wizard/magento_product_synchronize.py:0
#, python-format
msgid "Magento API return an error on product id %s . Error %s"
msgstr ""

#. module: magento_openerp_synchro
#: wizard_view:magento.saleorders.correct,init:0
msgid "Magento Sale Orders Correction"
msgstr ""

#. module: magento_openerp_synchro
#: wizard_view:magento.categories.sync,init:0
msgid "Categories Synchronization"
msgstr ""

#. module: magento_openerp_synchro
#: code:addons/magento_openerp_synchro/magento_utils.py:0
#, python-format
msgid "Sale Order %s : Cannot find product with id : %s sku : %s name %s"
msgstr ""

#. module: magento_openerp_synchro
#: code:addons/magento_openerp_synchro/magento.py:0
#, python-format
msgid ""
"You must have a declared website with a valid URL, a Magento username and "
"password"
msgstr ""

#. module: magento_openerp_synchro
#: wizard_view:magento.products.sync,init:0
msgid "Products exported"
msgstr "Productos exportados"

#. module: magento_openerp_synchro
#: wizard_field:magento.saleorders.update,init,updated:0
msgid "Sales Orders Updated"
msgstr ""

#. module: magento_openerp_synchro
#: view:res.partner:0
msgid "General"
msgstr "General"

#. module: magento_openerp_synchro
#: view:sale.shop:0
msgid "Sale Shop"
msgstr "Tienda de ventas"

#. module: magento_openerp_synchro
#: wizard_field:magento.categories.sync,init,categ_fail:0
msgid "Failed to export Categories"
msgstr ""

#. module: magento_openerp_synchro
#: wizard_view:magento.saleorders.update,init:0
msgid "Magento Sale Orders Update"
msgstr ""

#. module: magento_openerp_synchro
#: model:product.uom,name:magento_openerp_synchro.product_uom_unit
msgid "Unit"
msgstr "Unidad"

#. module: magento_openerp_synchro
#: code:addons/magento_openerp_synchro/wizard/magento_category_synchronize.py:0
#: code:addons/magento_openerp_synchro/wizard/magento_product_synchronize.py:0
#, python-format
msgid "An error occurred : %s "
msgstr ""

#. module: magento_openerp_synchro
#: view:product.product:0
msgid "Information"
msgstr "Información"

#. module: magento_openerp_synchro
#: constraint:ir.model:0
msgid ""
"The Object name must start with x_ and not contain any special character !"
msgstr ""
"¡El nombre del objeto debe empezar con x_ y no contener ningún carácter "
"especial!"

#. module: magento_openerp_synchro
#: wizard_field:magento.categories.sync,init,categ_update:0
msgid "Updated Categories"
msgstr ""

#. module: magento_openerp_synchro
#: code:addons/magento_openerp_synchro/wizard/magento_product_synchronize.py:0
#, python-format
msgid "short description"
msgstr "descripción breve"

#. module: magento_openerp_synchro
#: code:addons/magento_openerp_synchro/magento.py:0
#, python-format
msgid "Error : %s"
msgstr ""

#. module: magento_openerp_synchro
#: code:addons/magento_openerp_synchro/wizard/magento_product_synchronize.py:0
#, python-format
msgid "you asked to export non-exportable products : IDs %s"
msgstr ""

#. module: magento_openerp_synchro
#: field:product.product,magento_tax_class_id:0
msgid "Magento tax class Id"
msgstr ""

#. module: magento_openerp_synchro
#: model:product.template,name:magento_openerp_synchro.product_product_shipping_product_template
msgid "Shipping and Handling"
msgstr ""

#. module: magento_openerp_synchro
#: code:addons/magento_openerp_synchro/wizard/magento_so_import.py:0
#, python-format
msgid ""
"Error occurred during Sales Orders Sync, See your debug.xmlrpc.log in the "
"Smile_OpenERP_Synch folder in your Apache!"
msgstr ""

#. module: magento_openerp_synchro
#: code:addons/magento_openerp_synchro/wizard/magento_category_synchronize.py:0
#: code:addons/magento_openerp_synchro/wizard/magento_product_synchronize.py:0
#, python-format
msgid "Error"
msgstr "Error!"

#. module: magento_openerp_synchro
#: code:addons/magento_openerp_synchro/wizard/magento_product_synchronize.py:0
#, python-format
msgid "description"
msgstr "descripción"

#. module: magento_openerp_synchro
#: code:addons/magento_openerp_synchro/wizard/magento_category_synchronize.py:0
#, python-format
msgid "Magento API return an error on category id %s . Error %s"
msgstr ""

#. module: magento_openerp_synchro
#: code:addons/magento_openerp_synchro/wizard/magento_category_synchronize.py:0
#: code:addons/magento_openerp_synchro/wizard/magento_product_synchronize.py:0
#, python-format
msgid "OpenERP Error"
msgstr ""

#. module: magento_openerp_synchro
#: code:addons/magento_openerp_synchro/wizard/magento_so_update.py:0
#, python-format
msgid "Sale Order ID %s wrong update !"
msgstr ""

#. module: magento_openerp_synchro
#: wizard_view:magento.saleorders.import,init:0
msgid "Magento Sale Orders Synchronization"
msgstr ""

#. module: magento_openerp_synchro
#: field:magento.web,api_pwd:0
msgid "Magento Api Password"
msgstr ""

#. module: magento_openerp_synchro
#: field:product.category,magento_id:0
msgid "magento category id"
msgstr ""

#. module: magento_openerp_synchro
#: field:product.product,updated:0
msgid "Product updated on Magento"
msgstr ""

#. module: magento_openerp_synchro
#: code:addons/magento_openerp_synchro/magento_utils.py:0
#: code:addons/magento_openerp_synchro/wizard/magento_so_import.py:0
#, python-format
msgid "magento SO/"
msgstr ""

#. module: magento_openerp_synchro
#: constraint:product.product:0
msgid "Error: Invalid ean code"
msgstr "Error: Código EAN inválido"