Merge lp:~openerp-connector-community/openerp-connector-magento/7.0-invoice-payment-method-cleanings-gbr into lp:~jan-philipp-fischer/openerp-connector-magento/7.0-invoice-payment-method

Proposed by Guewen Baconnier @ Camptocamp
Status: Merged
Merged at revision: 943
Proposed branch: lp:~openerp-connector-community/openerp-connector-magento/7.0-invoice-payment-method-cleanings-gbr
Merge into: lp:~jan-philipp-fischer/openerp-connector-magento/7.0-invoice-payment-method
Diff against target: 7354 lines (+4088/-1449)
38 files modified
magentoerpconnect/AUTHORS (+14/-14)
magentoerpconnect/CHANGES.rst (+20/-2)
magentoerpconnect/__openerp__.py (+4/-4)
magentoerpconnect/consumer.py (+4/-2)
magentoerpconnect/doc/conf.py (+1/-0)
magentoerpconnect/doc/guides/installation_guide.rst (+17/-4)
magentoerpconnect/doc/guides/tutorial_customize.rst (+5/-3)
magentoerpconnect/doc/guides/tutorial_development.rst (+41/-16)
magentoerpconnect/doc/howto/configure_payment_methods.rst (+1/-1)
magentoerpconnect/doc/howto/configure_taxes.rst (+20/-0)
magentoerpconnect/doc/index.rst (+1/-0)
magentoerpconnect/doc/project/contribute.rst (+23/-13)
magentoerpconnect/i18n/de.po (+0/-1058)
magentoerpconnect/i18n/es.po (+1053/-0)
magentoerpconnect/i18n/fr.po (+2/-2)
magentoerpconnect/i18n/it.po (+1004/-0)
magentoerpconnect/i18n/nl.po (+1062/-0)
magentoerpconnect/invoice.py (+6/-7)
magentoerpconnect/magento_model.py (+4/-2)
magentoerpconnect/magento_model_view.xml (+8/-0)
magentoerpconnect/partner.py (+2/-2)
magentoerpconnect/payment_invoice.py (+13/-9)
magentoerpconnect/payment_invoice.xml (+18/-16)
magentoerpconnect/product.py (+6/-6)
magentoerpconnect/sale.py (+96/-70)
magentoerpconnect/stock_picking.py (+1/-1)
magentoerpconnect/tests/__init__.py (+0/-1)
magentoerpconnect/tests/test_data.py (+373/-0)
magentoerpconnect/tests/test_export_invoice.py (+62/-4)
magentoerpconnect/tests/test_export_invoice_jan.py (+0/-180)
magentoerpconnect/tests/test_import_product_image.py (+1/-1)
magentoerpconnect/tests/test_synchronization.py (+32/-1)
magentoerpconnect/unit/export_synchronizer.py (+21/-10)
magentoerpconnect/unit/import_synchronizer.py (+19/-16)
magentoerpconnect_export_partner/consumer.py (+4/-4)
server_env_magentoerpconnect/__init__.py (+22/-0)
server_env_magentoerpconnect/__openerp__.py (+58/-0)
server_env_magentoerpconnect/magento_model.py (+70/-0)
To merge this branch: bzr merge lp:~openerp-connector-community/openerp-connector-magento/7.0-invoice-payment-method-cleanings-gbr
Reviewer Review Type Date Requested Status
Jan-Philipp Fischer Approve
Review via email: mp+211695@code.launchpad.net

Description of the change

cleanings

To post a comment you must log in.
Revision history for this message
Jan-Philipp Fischer (jan-philipp-fischer) wrote :

Thanks!

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'magentoerpconnect/AUTHORS'
2--- magentoerpconnect/AUTHORS 2013-11-01 08:50:27 +0000
3+++ magentoerpconnect/AUTHORS 2014-03-19 10:37:13 +0000
4@@ -1,15 +1,15 @@
5-Last update: Fri Nov 1 09:49:10 CET 2013
6+Last update: Tue Jan 14 15:17:34 CET 2014
7
8-* 2013 Guewen Baconnier at Camptocamp
9-* 2013 Alexandre Fayolle at Camptocamp
10-* 2013 Joel Grand-Guillaume at Camptocamp
11-* 2013 Sebastien Beau at Akretion
12-* 2013 Benoit Guillot at Akretion
13-* 2013 Chafique Delli at Akretion
14-* 2013 David Beal at Akretion
15-* 2013 Brendan Clune at Logic Supply
16-* 2013 Allison Miller at Logic Supply
17-* 2013 Augustin Cisterne-Kaas at Elico Corp
18-* 2013 Alexis de Lattre at Akretion (tiny change)
19-* 2013 Olivier Distexhe at Akilon (tiny change)
20-* 2013 Romain Deheele at Camptocamp
21+* Guewen Baconnier at Camptocamp
22+* Alexandre Fayolle at Camptocamp
23+* Joel Grand-Guillaume at Camptocamp
24+* Sebastien Beau at Akretion
25+* Benoit Guillot at Akretion
26+* Chafique Delli at Akretion
27+* David Beal at Akretion
28+* Brendan Clune at Logic Supply
29+* Allison Miller at Logic Supply
30+* Augustin Cisterne-Kaas at Elico Corp
31+* Alexis de Lattre at Akretion (tiny change)
32+* Olivier Distexhe at Akilon (tiny change)
33+* Romain Deheele at Camptocamp
34
35=== modified file 'magentoerpconnect/CHANGES.rst'
36--- magentoerpconnect/CHANGES.rst 2013-11-22 13:12:24 +0000
37+++ magentoerpconnect/CHANGES.rst 2014-03-19 10:37:13 +0000
38@@ -1,8 +1,26 @@
39 Changelog
40 ---------
41
42-2.2.1.dev0
43-~~~~~~~~~~
44+
45+2.3.1 (2014-01-23)
46+~~~~~~~~~~~~~~~~~~
47+
48+* Do not fail when a None value is given instead of a float when importing special lines of sales orders. (https://launchpad.net/bugs/1271537)
49+
50+
51+2.3.0 (2014-01-15 warning: API changes)
52+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
53+
54+* Compatibility with the Connector Framework: listeners 'on_record_create' receives
55+ an additional argument 'vals'; 'on_record_write's named argument 'fields' becomes 'vals'
56+ and receives the full dictionary of values
57+* Fix: wrong main image imported on products (https://launchpad.net/bugs/1258418)
58+* Changes calls to Mapper according to the new API of the Mappers.
59+ See branch: https://code.launchpad.net/~openerp-connector-core-editors/openerp-connector/7.0-connector-mapper-refactor
60+* Fix: mismatch between tax excluding and tax including amount, new configuration option (https://launchpad.net/bugs/1234117)
61+* Fix: mismatch between tax excluding and tax including amount, new configuration option (https://launchpad.net/bugs/1234117)
62+* Implements the new API (connector_ecommerce) for the special order lines:
63+ https://code.launchpad.net/~openerp-connector-core-editors/openerp-connector/7.0-e-commerce-addons-refactor-so-extra-lines/+merge/194629
64
65
66 2.2.1 (2013.11.22)
67
68=== modified file 'magentoerpconnect/__openerp__.py'
69--- magentoerpconnect/__openerp__.py 2014-01-14 11:32:02 +0000
70+++ magentoerpconnect/__openerp__.py 2014-03-19 10:37:13 +0000
71@@ -21,7 +21,7 @@
72 ##############################################################################
73
74 {'name': 'Magento Connector',
75- 'version': '2.2.1',
76+ 'version': '2.3.1',
77 'category': 'Connector',
78 'depends': ['account',
79 'product',
80@@ -33,7 +33,7 @@
81 'external_dependencies': {
82 'python': ['magento'],
83 },
84- 'author': 'MagentoERPconnect Core Editors',
85+ 'author': 'Connector Core Editors',
86 'license': 'AGPL-3',
87 'website': 'https://launchpad.net/magentoerpconnect',
88 'description': """
89@@ -46,7 +46,7 @@
90 it can be extended or modified easily from separate addons, a factor of
91 success when the implementations of Magento vary a lot.
92
93-Magento OpenERP Connector is mainly developed by the Magentoerpconnect Core
94+Magento OpenERP Connector is mainly developed by the Connector Core
95 Editors, these being Camptocamp_ and Akretion_. The `source is on
96 launchpad`_.
97
98@@ -108,7 +108,7 @@
99
100
101 .. _connector: https://code.launchpad.net/openerp-connector
102-.. _connector_ecommerce: https://code.launchpad.net/openerp-connector
103+.. _connector_ecommerce: https://code.launchpad.net/openerp-connector-ecommerce
104 .. _Camptocamp: http://www.camptocamp.com
105 .. _Akretion: http://www.akretion.com
106 .. _`source is on launchpad`: https://launchpad.net/magentoerpconnect
107
108=== modified file 'magentoerpconnect/consumer.py'
109--- magentoerpconnect/consumer.py 2013-05-02 12:30:40 +0000
110+++ magentoerpconnect/consumer.py 2014-03-19 10:37:13 +0000
111@@ -36,7 +36,7 @@
112
113 @on_record_create(model_names=_BIND_MODEL_NAMES)
114 @on_record_write(model_names=_BIND_MODEL_NAMES)
115-def delay_export(session, model_name, record_id, fields=None):
116+def delay_export(session, model_name, record_id, vals):
117 """ Delay a job which export a binding record.
118
119 (A binding record being a ``magento.res.partner``,
120@@ -44,11 +44,12 @@
121 """
122 if session.context.get('connector_no_export'):
123 return
124+ fields = vals.keys()
125 export_record.delay(session, model_name, record_id, fields=fields)
126
127
128 @on_record_write(model_names=_MODEL_NAMES)
129-def delay_export_all_bindings(session, model_name, record_id, fields=None):
130+def delay_export_all_bindings(session, model_name, record_id, vals):
131 """ Delay a job which export all the bindings of a record.
132
133 In this case, it is called on records of normal models and will delay
134@@ -59,6 +60,7 @@
135 model = session.pool.get(model_name)
136 record = model.browse(session.cr, session.uid,
137 record_id, context=session.context)
138+ fields = vals.keys()
139 for binding in record.magento_bind_ids:
140 export_record.delay(session, binding._model._name, binding.id,
141 fields=fields)
142
143=== modified file 'magentoerpconnect/doc/conf.py'
144--- magentoerpconnect/doc/conf.py 2013-11-06 09:47:38 +0000
145+++ magentoerpconnect/doc/conf.py 2014-03-19 10:37:13 +0000
146@@ -30,6 +30,7 @@
147 'webclient/addons',
148 'addons',
149 'openerp-connector',
150+ 'openerp-connector-ecommerce',
151 'e-commerce-addons',
152 'openerp-connector-magento')
153 pathes = [os.path.join(BASE_PATH, path) for path in ADDONS_PATHS]
154
155=== modified file 'magentoerpconnect/doc/guides/installation_guide.rst'
156--- magentoerpconnect/doc/guides/installation_guide.rst 2013-11-06 08:53:30 +0000
157+++ magentoerpconnect/doc/guides/installation_guide.rst 2014-03-19 10:37:13 +0000
158@@ -10,8 +10,7 @@
159 Installation
160 ************
161
162-The installation steps assume that you already have a working OpenERP
163-setup with all the OpenERP pre-requisites.
164+The installation steps assume that you already have a functioning OpenERP server.
165
166 If you are a developer, you may want to install the Connector using our
167 buildout configuration, head over :ref:`installation-with-buildout`.
168@@ -27,17 +26,25 @@
169 OpenERP
170 =======
171
172-Download the branches where you installed OpenERP::
173+Download the branches below in a path where you chosed to store the addons::
174
175 $ bzr branch lp:openerp-connector/7.0 openerp-connector
176- $ bzr branch lp:openerp-connector/7.0-e-commerce-addons e-commerce-addons
177+ $ bzr branch lp:openerp-connector-ecommerce/7.0 openerp-connector-ecommerce
178 $ bzr branch lp:openerp-connector-magento/7.0 openerp-connector-magento
179+ $ bzr branch lp:e-commerce-addons/7.0 e-commerce-addons
180 $ bzr branch lp:openerp-product-attributes/7.0 openerp-product-attributes
181 $ bzr branch lp:sale-wkfl/7.0 sale-wkfl
182
183+.. important:: Keep the Bazaar branches entire. Do not copy-paste the modules
184+ in another directory.
185+
186 Add the branches in the addons path, either using the server command
187 line or adding them in the OpenERP server configuration file.
188
189+Example using the command line argument::
190+
191+ $ /path/to/openerp-server --addons-path /path/to/openerp-connector,/path/to/openerp-connector-ecommerce,/path/to/openerp-connector-magento,/path/to/e-commerce-addons,/path/to/openerp-product-attributes,/path/to/sale-wkfl
192+
193 You also need to install the ``magento`` Python package.
194 So install it with either pip or either easy_install::
195
196@@ -75,6 +82,12 @@
197 #. Flush the Magento cache from the admin panel or by removing everything in
198 `magento_root/var/cache`
199
200+
201+.. important:: Please check if you have installed Magento on PHP with a *5.4.x** version.
202+ Magento is **not compatible** with this version and would prevent the API to
203+ behave normally. In that case, you must retrograde to PHP 5.3.x or apply the
204+ patch provided by Magento (see http://magento.com/resources/system-requirements)
205+
206 Configuring the Magento web-services
207 ====================================
208
209
210=== modified file 'magentoerpconnect/doc/guides/tutorial_customize.rst'
211--- magentoerpconnect/doc/guides/tutorial_customize.rst 2013-08-23 20:43:32 +0000
212+++ magentoerpconnect/doc/guides/tutorial_customize.rst 2014-03-19 10:37:13 +0000
213@@ -186,10 +186,12 @@
214 ===============
215
216 The mappings of the fields are defined in subclasses of
217-:py:class:`connector.connector.unit.mapper.ImportMapper` or
218-:py:class:`connector.connector.unit.mapper.ExportMapper`, respectively
219+:py:class:`connector.unit.mapper.ImportMapper` or
220+:py:class:`connector.unit.mapper.ExportMapper`, respectively
221 for the imports and the exports.
222
223+See the documentation about :py:class:`~connector.unit.mapper.Mapper`.
224+
225 .. note:: The connector almost never works with the OpenERP Models
226 directly. Instead, it works with its own models, which
227 ``_inherits`` (note the final ``s``) the base models. For
228@@ -201,7 +203,7 @@
229
230 When you need to change the mappings, you'll need to dive in the
231 ``magentoerpconnect``'s code and locate the class which does this job for
232-your model. You won't change anything on this class, but you'll extend
233+your model. You won't change anything in this class, but you'll extend
234 it so you need to have a look on it. For example, the mapping for
235 ``magento.res.partner`` in ``magentoerpconnect`` is the following
236 (excerpt)::
237
238=== modified file 'magentoerpconnect/doc/guides/tutorial_development.rst'
239--- magentoerpconnect/doc/guides/tutorial_development.rst 2013-04-10 11:27:07 +0000
240+++ magentoerpconnect/doc/guides/tutorial_development.rst 2014-03-19 10:37:13 +0000
241@@ -30,12 +30,12 @@
242
243 In ``magentoerpconnect/consumer.py``, some consumers are already
244 defined. You can add your one, it should be decorated by
245-:py:func:`magentoerpconnect.consumer.magento_consumer` and by the event
246+:py:func:`openerp.addons.magentoerpconnect.consumer.magento_consumer` and by the event
247 which has to fire it::
248
249 @on_record_write(model_names=['my.model'])
250 @magento_consumer
251- def my_consumer(session, model_name, record_id, fields=None):
252+ def my_consumer(session, model_name, record_id, vals=None):
253 print 'Yeah'
254
255 .. note:: The consumers always start with the arguments ``session`` and
256@@ -76,11 +76,27 @@
257 attribute. It means that you can access to the environment
258 from a synchronizer with ``self.environment``.
259
260+When you are inside a ``ConnectorUnit`` you can use the shortcuts::
261+
262+ # for the current model
263+ importer = self.get_connector_unit_for_model(MagentoImportSynchronizer)
264+ # for another model
265+ importer = self.get_connector_unit_for_model(MagentoImportSynchronizer,
266+ 'another.model')
267+
268+As the binders are the most used ``ConnectorUnit`` classes, they have a
269+dedicated shortcut::
270+
271+ # for the current model
272+ binder = self.get_binder_for_model()
273+ # for another model
274+ binder = self.get_binder_for_model('another.model')
275+
276
277 Create an import
278 ----------------
279
280-You'll need to work on at least 4 connector units:
281+You'll probably need to work with 4 connector units:
282
283 * a Synchronizer (presumably 2, we'll see why soon)
284 * a Mapper
285@@ -101,7 +117,8 @@
286 phases:
287
288 1. The first synchronizer searches the list of all the ids to import.
289-2. The second synchronizer imports all the ids atomically.
290+2. The second synchronizer imports all the ids atomically (in separate
291+ jobs).
292
293 We'll see in details a simple import: customer groups.
294 Customer groups are importer as categories of partners
295@@ -157,6 +174,13 @@
296 readonly=True),
297 }
298
299+ def copy_data(self, cr, uid, id, default=None, context=None):
300+ if default is None:
301+ default = {}
302+ default['magento_bind_ids'] = False
303+ return super(res_partner_category, self).copy_data(
304+ cr, uid, id, default=default, context=context)
305+
306 That's the only thing we need to change (besides the view) on the
307 OpenERP category!
308
309@@ -300,7 +324,7 @@
310
311 Observations:
312
313-* Decorated by :py:class:`connector.connector.queue.job.job`, allow to
314+* Decorated by :py:class:`connector.queue.job.job`, allow to
315 ``delay`` the function.
316 * We create a new environment and ask for the good importer, respectively
317 for batch imports and record imports. The environment returns an
318@@ -317,7 +341,7 @@
319
320 The import of customer groups is so simple that it can use a generic
321 class
322-:py:class:`magentoerpconnect.unit.import_synchronizer.SimpleRecordImport`.
323+:py:class:`openerp.addons.magentoerpconnect.unit.import_synchronizer.SimpleRecordImport`.
324 We just need to add the model in the ``_model_name`` attribute::
325
326 @magento
327@@ -336,15 +360,15 @@
328 (``_import_dependencies``, ``_after_import`` for example).
329 Refers to the importers already created in the module and to the base
330 class
331-:py:class:`magentoerpconnect.unit.import_synchronizer.MagentoImportSynchronizer`.
332+:py:class:`openerp.addons.magentoerpconnect.unit.import_synchronizer.MagentoImportSynchronizer`.
333
334-The synchronizer asks to the appropriate **Mapper** to transform the data
335-(in ``_map_data``). Here is how we'll create the **Mapper**.
336+The synchronizer asks to the appropriate :py:class:`~connector.unit.mapper.Mapper` to transform the data
337+(in ``_map_data``). Here is how we'll create the :py:class:`~connector.unit.mapper.Mapper`.
338
339 Mapper
340 ''''''
341
342-The mapper takes the record from Magento, and generates the OpenERP
343+The :py:class:`connector.unit.mapper.Mapper` takes the record from Magento, and generates the OpenERP
344 record. (or the reverse for the export Mappers)
345
346 The mapper for the customer groups is as follows::
347@@ -353,10 +377,9 @@
348 class PartnerCategoryImportMapper(connector.ImportMapper):
349 _model_name = 'magento.res.partner.category'
350
351- direct = [
352- ('customer_group_code', 'name'),
353- ('tax_class_id', 'tax_class_id'),
354- ]
355+ direct = [('customer_group_code', 'name'),
356+ ('tax_class_id', 'tax_class_id'),
357+ ]
358
359 @mapping
360 def magento_id(self, record):
361@@ -371,14 +394,16 @@
362
363 * Some mappings are in ``direct`` and some use a method with a
364 ``@mapping`` decorator.
365-* Methods allow to have more complex mappings.
366+* Methods allow to have more complex mappings. (see documentation on
367+ :py:class:`~connector.unit.mapper.Mapper`)
368+
369
370 Binder
371 ''''''
372
373 For the last piece of the construct, it will be an easy one, because
374 normally all the Magento Models will use the same Binder, the so called
375-:py:class:`magentoerpconnect.unit.binder.MagentoModelBinder`.
376+:py:class:`~openerp.addons.magentoerpconnect.unit.binder.MagentoModelBinder`.
377
378 We just need to add our model in the ``_model_name`` attribute::
379
380
381=== modified file 'magentoerpconnect/doc/howto/configure_payment_methods.rst'
382--- magentoerpconnect/doc/howto/configure_payment_methods.rst 2013-04-16 09:10:41 +0000
383+++ magentoerpconnect/doc/howto/configure_payment_methods.rst 2014-03-19 10:37:13 +0000
384@@ -6,7 +6,7 @@
385 ################################
386
387 Find the configuration in the menu
388-`Sales > Configuration > Sales > E-Commerce Payment Methods`.
389+`Sales > Configuration > Sales > Payment Methods`.
390
391 The name of the payment method is the code of the payment in Magento,
392 for instance: `checkmo`.
393
394=== added file 'magentoerpconnect/doc/howto/configure_taxes.rst'
395--- magentoerpconnect/doc/howto/configure_taxes.rst 1970-01-01 00:00:00 +0000
396+++ magentoerpconnect/doc/howto/configure_taxes.rst 2014-03-19 10:37:13 +0000
397@@ -0,0 +1,20 @@
398+.. _configure-taxes:
399+
400+
401+########################
402+How to configure taxes
403+########################
404+
405+The connector imports products prices and sale order
406+line unit prices with taxes excluded by default.
407+
408+If Magento is configured with prices including taxes,
409+you have to activate the checkbox ``Prices included tax``
410+in ``Connectors > Magento > Backends`` in the tab ``Advanced
411+Configuration``.
412+
413+.. warning:: This option should respect the same
414+ configuration than Magento. Pay
415+ attention to the taxes on the products,
416+ which should surely include prices when
417+ this option is activated.
418
419=== modified file 'magentoerpconnect/doc/index.rst'
420--- magentoerpconnect/doc/index.rst 2013-11-06 09:43:16 +0000
421+++ magentoerpconnect/doc/index.rst 2014-03-19 10:37:13 +0000
422@@ -105,6 +105,7 @@
423 howto/configure_shipping_methods
424 howto/configure_emails
425 howto/configure_schedulers
426+ howto/configure_taxes
427 guides/connector_checkpoint
428 guides/monitor_resolve_jobs
429 howto/modify_an_order
430
431=== modified file 'magentoerpconnect/doc/project/contribute.rst'
432--- magentoerpconnect/doc/project/contribute.rst 2013-11-06 11:24:43 +0000
433+++ magentoerpconnect/doc/project/contribute.rst 2014-03-19 10:37:13 +0000
434@@ -32,13 +32,19 @@
435
436 So we highly recommend to use this recipe for development.
437
438+.. note:: The buildout recipe uses ``bzr`` to get the branches.
439+ Ensure that ``bzr`` is configured with the launchpad login
440+ and the SSH key, or it may fail to get the branches.
441+
442 In order to use it, first get the branch::
443
444 $ bzr branch lp:openerp-connector-magento/7.0-buildout
445
446+.. warning:: System dependencies to build the eggs: libxml2-dev libxslt1-dev
447+
448 Then bootstrap it::
449
450- $ python2.6 -S bootstrap.py # or python, it depends on the distrib
451+ $ python -S bootstrap.py
452
453 Then run the buildout on the configuration file (eventually change options)::
454
455@@ -62,7 +68,7 @@
456 Start OpenERP
457 =============
458
459-All the commands are run from the root of the buildout.
460+All the commands are launched from the root directory of the buildout.
461
462 In standalone mode::
463
464@@ -80,7 +86,7 @@
465
466 $ bin/supervisord
467
468-The default configuration is to start OpenERP with 4 workers and 2 Connector
469+The default configuration starts OpenERP with 4 workers and 2 Connector
470 workers. This can be changed in the buildout.cfg file in the ``supervisor`` section.
471
472 The services can be managed on::
473@@ -90,21 +96,17 @@
474 Run the tests
475 =============
476
477-The Magento Connector and the Connector do not use YAML tests, but only
478+The Magento Connector and the Connector framework do not use YAML tests, but only
479 ``unittest2`` tests. The following command lines will run them::
480
481 $ bin/rununittests -m connector
482 $ bin/rununittests -m magentoerpconnect
483
484-Use the helps for more information about the options::
485+Use the help arguments for more information about the options::
486
487 $ bin/rununittests --help
488 $ bin/rununittests --help-oe
489
490-.. note:: There is a known bug which make the tests fails under undetermined
491- circumstances (seems related to the initialization of the registry),
492- launching again the test suite should work.
493-
494 Build the documentation
495 =======================
496
497@@ -123,9 +125,9 @@
498
499 If you want to develop a generic feature on the Magento Connector, we recommend
500 to use the `ak-magento vagrant box`_. It installs Magento 1.7 with the demo
501-data and the Magento part of the Connector.
502+data and the Magento (PHP) part of the Connector.
503
504-The project's page describe the installation process, just follow them.
505+The project's page on Github describe the installation process, just follow them.
506
507 We also use this box as a reference for the data of the tests.
508
509@@ -219,7 +221,15 @@
510 `Submit merge proposals for features or fixes`_ instructions.
511
512 The other way is to use the Launchpad's translation system on
513-https://translations.launchpad.net/openerp-connector-magento (maybe not activated as of today)
514+
515+Magento Connector
516+ https://translations.launchpad.net/openerp-connector-magento
517+
518+Connector E-Commerce
519+ https://translations.launchpad.net/openerp-connector-ecommerce
520+
521+Connector
522+ https://translations.launchpad.net/openerp-connector
523
524 OpenERP's guide on translations: https://doc.openerp.com/7.0/contribute/07_improving_translations/
525
526@@ -240,7 +250,7 @@
527 Thus, in the ``tests`` folder, you will find files with only data, and the
528 others with the tests.
529
530-In order to record, data, you can proceed as follows:
531+In order to record data, you can proceed as follows:
532
533 In ``magentoerpconnect/unit/backend_adapter.py`` at lines 130,130:
534
535
536=== added file 'magentoerpconnect/i18n/de.po'
537--- magentoerpconnect/i18n/de.po 1970-01-01 00:00:00 +0000
538+++ magentoerpconnect/i18n/de.po 2014-03-19 10:37:13 +0000
539@@ -0,0 +1,1060 @@
540+# German translation for openerp-connector-magento
541+# Copyright (c) 2014 Rosetta Contributors and Canonical Ltd 2014
542+# This file is distributed under the same license as the openerp-connector-magento package.
543+# FIRST AUTHOR <EMAIL@ADDRESS>, 2014.
544+#
545+msgid ""
546+msgstr ""
547+"Project-Id-Version: openerp-connector-magento\n"
548+"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
549+"POT-Creation-Date: 2013-05-01 12:45+0000\n"
550+"PO-Revision-Date: 2014-02-26 21:07+0000\n"
551+"Last-Translator: Thorsten Vocks (OpenBig.org) <thorsten.vocks@big-"
552+"consulting.net>\n"
553+"Language-Team: German <de@li.org>\n"
554+"MIME-Version: 1.0\n"
555+"Content-Type: text/plain; charset=UTF-8\n"
556+"Content-Transfer-Encoding: 8bit\n"
557+"X-Launchpad-Export-Date: 2014-02-27 06:35+0000\n"
558+"X-Generator: Launchpad (build 16935)\n"
559+
560+#. module: magentoerpconnect
561+#: help:magento.backend,pricelist_id:0
562+msgid "The price list used to define the prices of the products in Magento."
563+msgstr ""
564+"Die Preisliste wird benutzt, um die Preise der Produkte in Magento zu "
565+"definieren."
566+
567+#. module: magentoerpconnect
568+#: help:magento.store,send_invoice_paid_mail:0
569+msgid ""
570+"Does the invoice export/creation should send an email notification on "
571+"Magento side?"
572+msgstr ""
573+"Soll bei Erstellung/Export der Rechnung eine E-Mail aus Magento versendet "
574+"werden ?"
575+
576+#. module: magentoerpconnect
577+#: view:magento.backend:0
578+msgid "Import sales orders from all store views"
579+msgstr "Importiere Aufträge von allen Store Views"
580+
581+#. module: magentoerpconnect
582+#: model:sale.exception,description:magentoerpconnect.excep_wrong_total_amount_tax
583+msgid ""
584+"The tax amount computed in OpenERP doesn't match with the tax amount in "
585+"Magento.\n"
586+"\n"
587+"Cause:\n"
588+"The taxes are probably different between OpenERP and Magento. A fiscal "
589+"position could have changed the final price.\n"
590+"\n"
591+"Resolution:\n"
592+"Check your taxes and fiscal positions configuration and correct them if "
593+"necessary."
594+msgstr ""
595+"Die in OpenERP errechnete Steuer stimmt nicht mit der Magento Steuer "
596+"überein.\n"
597+"\n"
598+"Grund:\n"
599+"Vermutlich sind die Steuersätze in OpenERP und Magento nicht identisch. "
600+"Durch eine entsprechende Steuerzuordnung wurde möglicherweise der Endpreis "
601+"verändert.\n"
602+"\n"
603+"Lösung: \n"
604+"Überprüfen Sie die Steuern und auch Zuordnungen und korrigieren Sie diese "
605+"dann bei Bedarf."
606+
607+#. module: magentoerpconnect
608+#: help:magento.backend,warehouse_id:0
609+msgid "Warehouse used to compute the stock quantities."
610+msgstr "Zentrallager zur Bestände Berechnung"
611+
612+#. module: magentoerpconnect
613+#: field:magento.account.invoice,sync_date:0
614+#: field:magento.address,sync_date:0
615+#: field:magento.binding,sync_date:0
616+#: field:magento.product.category,sync_date:0
617+#: field:magento.product.product,sync_date:0
618+#: field:magento.res.partner,sync_date:0
619+#: field:magento.res.partner.category,sync_date:0
620+#: field:magento.sale.order,sync_date:0
621+#: field:magento.sale.order.line,sync_date:0
622+#: field:magento.stock.picking.out,sync_date:0
623+#: field:magento.store,sync_date:0
624+#: field:magento.storeview,sync_date:0
625+#: field:magento.website,sync_date:0
626+msgid "Last synchronization date"
627+msgstr "Letzte Synchronisierung"
628+
629+#. module: magentoerpconnect
630+#: help:magento.backend,default_category_id:0
631+msgid ""
632+"If a default category is selected, products imported without a category will "
633+"be linked to it."
634+msgstr ""
635+"Durch eine vor-eingestellte Standard Kategorie, werden alle Produkte, ohne "
636+"irgendeine Kategorie dann mit dieser verlinkt."
637+
638+#. module: magentoerpconnect
639+#: help:magento.storeview,import_orders_from_date:0
640+msgid ""
641+"do not consider non-imported sale orders before this date. Leave empty to "
642+"import all sale orders"
643+msgstr ""
644+"Vernachlässigen Sie die nicht-importierten Aufträge vor diesem Datum. Bitte "
645+"tragen Sie nichts ein, um sämtliche Aufträge zu importieren."
646+
647+#. module: magentoerpconnect
648+#: help:magento.store,send_picking_done_mail:0
649+msgid ""
650+"Does the picking export/creation should send an email notification on "
651+"Magento side?"
652+msgstr ""
653+"Soll bei Erstellung / Export eines Lieferscheins eine E-Mail aus Magento "
654+"versendet werden ?"
655+
656+#. module: magentoerpconnect
657+#: selection:magento.product.product,manage_stock:0
658+msgid "Do Not Manage Stock"
659+msgstr "Kein Lager verwalten"
660+
661+#. module: magentoerpconnect
662+#: field:connector.config.settings,module_magentoerpconnect_catalog:0
663+msgid "Handle the product's catalog (not implemented)"
664+msgstr "Verwalre den Produktkatalog (nicht implementiert)"
665+
666+#. module: magentoerpconnect
667+#: field:res.partner,company:0
668+msgid "Company"
669+msgstr "Unternehmen"
670+
671+#. module: magentoerpconnect
672+#: sql_constraint:magento.website:0
673+msgid "A website with the same ID on Magento already exists."
674+msgstr "Eine Webseite mit der gleichen ID existiert bereits in Magento."
675+
676+#. module: magentoerpconnect
677+#: field:magento.backend,import_categories_from_date:0
678+msgid "Import categories from date"
679+msgstr "Importiere Kategorien ab Datum"
680+
681+#. module: magentoerpconnect
682+#: view:account.invoice:0
683+#: field:account.invoice,magento_bind_ids:0
684+#: view:product.category:0
685+#: field:product.category,magento_bind_ids:0
686+#: view:product.product:0
687+#: field:product.product,magento_bind_ids:0
688+#: view:res.partner:0
689+#: field:res.partner,magento_bind_ids:0
690+#: field:res.partner.category,magento_bind_ids:0
691+#: field:sale.order,magento_bind_ids:0
692+#: field:sale.order.line,magento_bind_ids:0
693+#: field:sale.shop,magento_bind_ids:0
694+#: field:stock.picking,magento_bind_ids:0
695+#: view:stock.picking.out:0
696+#: field:stock.picking.out,magento_bind_ids:0
697+msgid "Magento Bindings"
698+msgstr "Magento Verbindungen"
699+
700+#. module: magentoerpconnect
701+#: help:connector.config.settings,module_magentoerpconnect_catalog:0
702+msgid "This installs the module magentoerpconnect_catalog."
703+msgstr "Dies installiert das Modul magentoerpconnect_catalog"
704+
705+#. module: magentoerpconnect
706+#: field:magento.address,is_magento_order_address:0
707+msgid "Address from a Magento Order"
708+msgstr "Adresse von einer Magento Bestellung"
709+
710+#. module: magentoerpconnect
711+#: field:magento.sale.order,magento_order_id:0
712+msgid "Magento Order ID"
713+msgstr "Magento Bestell ID"
714+
715+#. module: magentoerpconnect
716+#: model:ir.model,name:magentoerpconnect.model_magentoerpconnect_installed
717+msgid "magentoerpconnect.installed"
718+msgstr ""
719+
720+#. module: magentoerpconnect
721+#: help:connector.config.settings,module_magentoerpconnect_export_partner:0
722+msgid "This installs the module magentoerpconnect_export_partner."
723+msgstr "Dies installiert das Modul magentoerpconnect_export_partner."
724+
725+#. module: magentoerpconnect
726+#: field:magento.sale.order.line,notes:0
727+msgid "Notes"
728+msgstr "Notizen"
729+
730+#. module: magentoerpconnect
731+#: field:magento.sale.order,openerp_id:0
732+msgid "Sale Order"
733+msgstr "VK-Auftrag"
734+
735+#. module: magentoerpconnect
736+#: field:magento.stock.picking.out,openerp_id:0
737+msgid "Stock Picking"
738+msgstr "Lagerpackauftrag"
739+
740+#. module: magentoerpconnect
741+#: view:connector.config.settings:0
742+msgid "Extensions"
743+msgstr "Erweiterungen"
744+
745+#. module: magentoerpconnect
746+#: view:magento.backend:0
747+msgid "Advanced Configuration"
748+msgstr "Erweiterte Einstellungen"
749+
750+#. module: magentoerpconnect
751+#: field:magento.res.partner,group_id:0
752+msgid "Magento Group (Category)"
753+msgstr "Magento Gruppe (Kategorie)"
754+
755+#. module: magentoerpconnect
756+#: model:ir.ui.menu,name:magentoerpconnect.menu_magento_store
757+#: view:magento.website:0
758+#: field:magento.website,store_ids:0
759+msgid "Stores"
760+msgstr "Stores"
761+
762+#. module: magentoerpconnect
763+#: field:magento.backend,product_stock_field_id:0
764+msgid "Stock Field"
765+msgstr "Lagerfeld"
766+
767+#. module: magentoerpconnect
768+#: field:magento.res.partner.category,openerp_id:0
769+msgid "Partner Category"
770+msgstr "Partnerkategorie"
771+
772+#. module: magentoerpconnect
773+#: help:magento.product.product,magento_qty:0
774+msgid "Last computed quantity to send on Magento."
775+msgstr "Zuletzt errechnete Anzahl die zu Magento geschickt wird."
776+
777+#. module: magentoerpconnect
778+#: model:ir.ui.menu,name:magentoerpconnect.menu_magento_root
779+#: view:res.partner.category:0
780+msgid "Magento"
781+msgstr "Magento"
782+
783+#. module: magentoerpconnect
784+#: model:ir.model,name:magentoerpconnect.model_connector_config_settings
785+msgid "connector.config.settings"
786+msgstr ""
787+
788+#. module: magentoerpconnect
789+#: field:magento.backend,import_products_from_date:0
790+msgid "Import products from date"
791+msgstr "Importiere Produkte vom Datum"
792+
793+#. module: magentoerpconnect
794+#: model:ir.model,name:magentoerpconnect.model_res_partner
795+#: field:magento.address,openerp_id:0
796+#: field:magento.res.partner,openerp_id:0
797+msgid "Partner"
798+msgstr "Partner"
799+
800+#. module: magentoerpconnect
801+#: model:ir.model,name:magentoerpconnect.model_sale_order
802+msgid "Sales Order"
803+msgstr "VK-Auftrag"
804+
805+#. module: magentoerpconnect
806+#: model:ir.model,name:magentoerpconnect.model_stock_picking_out
807+msgid "Delivery Orders"
808+msgstr "Auslieferungsaufträge"
809+
810+#. module: magentoerpconnect
811+#: model:ir.model,name:magentoerpconnect.model_sale_order_line
812+msgid "Sales Order Line"
813+msgstr "Auftragsposition"
814+
815+#. module: magentoerpconnect
816+#: field:connector.config.settings,module_magentoerpconnect_pricing:0
817+msgid "Prices are managed in OpenERP with pricelists"
818+msgstr "Preise sind in OpenERP mit Preislisten verwaltet"
819+
820+#. module: magentoerpconnect
821+#: field:magento.address,is_default_shipping:0
822+msgid "Default Shipping"
823+msgstr "Vorgegebener Versand"
824+
825+#. module: magentoerpconnect
826+#: sql_constraint:magento.stock.picking.out:0
827+msgid "A stock picking with same ID on Magento already exists."
828+msgstr "Ein Packauftrag mit der gleichen ID existiert bereits in Magento."
829+
830+#. module: magentoerpconnect
831+#: view:magento.backend:0
832+msgid ""
833+"By clicking on the buttons,\n"
834+" you will initiate the synchronizations\n"
835+" with Magento.\n"
836+" Note that the import or exports\n"
837+" won't be done directly,\n"
838+" they will create 'Jobs'\n"
839+" executed as soon as possible."
840+msgstr ""
841+"Beim Klicken des Buttons,\n"
842+" weden Sie die Synchronisation mit "
843+"Magento initialisieren.\n"
844+" Beachten Sie dass Im- und Exporte "
845+"nicht direkt erldedigt werden. \n"
846+" Es werden 'Arbeitsschritte' erstellt, "
847+"die dies so früh wie möglich erledigen."
848+
849+#. module: magentoerpconnect
850+#: help:magento.backend,product_stock_field_id:0
851+msgid ""
852+"Choose the field of the product which will be used for stock inventory "
853+"updates.\n"
854+"If empty, Quantity Available is used."
855+msgstr ""
856+"Wählen Sie das Feld des Produktes, welches für Lagerinventar Updates benutzt "
857+"wird. \n"
858+"Wenn leer, wird die verfügbare Menge benutzt."
859+
860+#. module: magentoerpconnect
861+#: sql_constraint:magento.product.product:0
862+msgid "A product with the same ID on Magento already exists"
863+msgstr "Ein Produkt mit der gleichen ID existiert bereits in Magento."
864+
865+#. module: magentoerpconnect
866+#: model:ir.ui.menu,name:magentoerpconnect.menu_magento_backend
867+msgid "Backends"
868+msgstr "Backends"
869+
870+#. module: magentoerpconnect
871+#: field:magento.backend,location:0
872+msgid "Location"
873+msgstr "Standort"
874+
875+#. module: magentoerpconnect
876+#: model:ir.model,name:magentoerpconnect.model_stock_picking
877+msgid "Picking List"
878+msgstr "Entnahmeliste"
879+
880+#. module: magentoerpconnect
881+#: field:magento.backend,warehouse_id:0
882+msgid "Warehouse"
883+msgstr "Lager"
884+
885+#. module: magentoerpconnect
886+#: field:magento.backend,catalog_price_tax_included:0
887+msgid "Prices include tax"
888+msgstr "Preise inkl. Steuer"
889+
890+#. module: magentoerpconnect
891+#: view:magento.backend:0
892+msgid "Import products categories since"
893+msgstr "Importiere Produktkategorien seit"
894+
895+#. module: magentoerpconnect
896+#: field:magento.sale.order.line,openerp_id:0
897+msgid "Sale Order Line"
898+msgstr "Verkaufsauftragsposition"
899+
900+#. module: magentoerpconnect
901+#: field:magento.backend,username:0
902+msgid "Username"
903+msgstr "Benutzername"
904+
905+#. module: magentoerpconnect
906+#: model:ir.model,name:magentoerpconnect.model_product_category
907+#: field:magento.product.category,openerp_id:0
908+msgid "Product Category"
909+msgstr "Produktkategorie"
910+
911+#. module: magentoerpconnect
912+#: field:magento.res.partner,guest_customer:0
913+msgid "Guest Customer"
914+msgstr "Gastkunde"
915+
916+#. module: magentoerpconnect
917+#: help:connector.config.settings,module_magentoerpconnect_pricing:0
918+msgid ""
919+"Prices are set in OpenERP and exported to Magento.\n"
920+"\n"
921+"This installs the module magentoerpconnect_pricing."
922+msgstr ""
923+"Preise sind in OpenERP gesetzt und zu Magento exportiert.\n"
924+"\n"
925+"Dies installier das Modul magentoerpconnect_pricing."
926+
927+#. module: magentoerpconnect
928+#: field:delivery.carrier,magento_carrier_code:0
929+msgid "Magento Base Carrier Code"
930+msgstr "Magento Basisspediteur Code"
931+
932+#. module: magentoerpconnect
933+#: view:magento.website:0
934+msgid "Import partners since"
935+msgstr "Importiere Partner seit"
936+
937+#. module: magentoerpconnect
938+#: view:magento.backend:0
939+#: view:magento.website:0
940+msgid "Import in background"
941+msgstr "Importiere im Hintergrund"
942+
943+#. module: magentoerpconnect
944+#: field:magento.account.invoice,magento_id:0
945+#: field:magento.address,magento_id:0
946+#: field:magento.binding,magento_id:0
947+#: field:magento.product.category,magento_id:0
948+#: field:magento.product.product,magento_id:0
949+#: field:magento.res.partner,magento_id:0
950+#: field:magento.res.partner.category,magento_id:0
951+#: field:magento.sale.order,magento_id:0
952+#: field:magento.sale.order.line,magento_id:0
953+#: field:magento.stock.picking.out,magento_id:0
954+#: field:magento.store,magento_id:0
955+#: field:magento.storeview,magento_id:0
956+#: field:magento.website,magento_id:0
957+msgid "ID on Magento"
958+msgstr "ID in Magento"
959+
960+#. module: magentoerpconnect
961+#: model:ir.actions.act_window,name:magentoerpconnect.action_magento_store
962+msgid "Magento Stores"
963+msgstr "Magento Stores"
964+
965+#. module: magentoerpconnect
966+#: field:magento.backend,pricelist_id:0
967+#: field:magento.website,pricelist_id:0
968+msgid "Pricelist"
969+msgstr "Preisliste"
970+
971+#. module: magentoerpconnect
972+#: field:magento.sale.order,total_amount:0
973+msgid "Total amount"
974+msgstr "Gesamtbetrag"
975+
976+#. module: magentoerpconnect
977+#: model:ir.model,name:magentoerpconnect.model_magento_product_category
978+#: view:magento.product.category:0
979+msgid "Magento Product Category"
980+msgstr "Magento Produktkategorie"
981+
982+#. module: magentoerpconnect
983+#: view:magento.product.product:0
984+msgid "(recompute)"
985+msgstr "(neuberechnen)"
986+
987+#. module: magentoerpconnect
988+#: field:magento.store,openerp_id:0
989+msgid "Sale Shop"
990+msgstr "Verkaufsshop"
991+
992+#. module: magentoerpconnect
993+#: field:magento.product.product,manage_stock:0
994+msgid "Manage Stock Level"
995+msgstr "Verwalte Lager Level"
996+
997+#. module: magentoerpconnect
998+#: model:ir.model,name:magentoerpconnect.model_magento_backend
999+#: field:magento.account.invoice,backend_id:0
1000+#: field:magento.address,backend_id:0
1001+#: view:magento.backend:0
1002+#: field:magento.binding,backend_id:0
1003+#: field:magento.product.category,backend_id:0
1004+#: field:magento.product.product,backend_id:0
1005+#: field:magento.res.partner,backend_id:0
1006+#: field:magento.res.partner.category,backend_id:0
1007+#: field:magento.sale.order,backend_id:0
1008+#: field:magento.sale.order.line,backend_id:0
1009+#: field:magento.stock.picking.out,backend_id:0
1010+#: field:magento.store,backend_id:0
1011+#: field:magento.storeview,backend_id:0
1012+#: field:magento.website,backend_id:0
1013+msgid "Magento Backend"
1014+msgstr "Magento Backend"
1015+
1016+#. module: magentoerpconnect
1017+#: view:magento.storeview:0
1018+msgid "Import Sale Orders"
1019+msgstr "Importiere VK-Aufträge"
1020+
1021+#. module: magentoerpconnect
1022+#: field:magento.stock.picking.out,picking_method:0
1023+msgid "Picking Method"
1024+msgstr "Packmethode"
1025+
1026+#. module: magentoerpconnect
1027+#: view:res.partner:0
1028+#: field:res.partner,magento_address_bind_ids:0
1029+msgid "Magento Address Bindings"
1030+msgstr ""
1031+
1032+#. module: magentoerpconnect
1033+#: field:magento.store,send_invoice_paid_mail:0
1034+msgid "Send email notification on invoice paid"
1035+msgstr "Sende E-Mail bei bezahlter Rechnung"
1036+
1037+#. module: magentoerpconnect
1038+#: model:ir.actions.act_window,name:magentoerpconnect.action_magento_storeview
1039+msgid "Magento Storeviews"
1040+msgstr "Magento Storeviews"
1041+
1042+#. module: magentoerpconnect
1043+#: view:magento.storeview:0
1044+msgid "Import Sale Orders since"
1045+msgstr "Importiere VK-Aufträge seit"
1046+
1047+#. module: magentoerpconnect
1048+#: selection:magento.product.product,backorders:0
1049+msgid "Sell Quantity < 0"
1050+msgstr "Verkaufmenge < 0"
1051+
1052+#. module: magentoerpconnect
1053+#: help:magento.sale.order,magento_order_id:0
1054+msgid "'order_id' field in Magento"
1055+msgstr "'order_id' Feld in Magento"
1056+
1057+#. module: magentoerpconnect
1058+#: field:magento.product.category,magento_parent_id:0
1059+msgid "Magento Parent Category"
1060+msgstr "Magento Überkategorie"
1061+
1062+#. module: magentoerpconnect
1063+#: field:magento.res.partner,emailid:0
1064+msgid "E-mail address"
1065+msgstr "E-Mail Adresse"
1066+
1067+#. module: magentoerpconnect
1068+#: selection:magento.stock.picking.out,picking_method:0
1069+msgid "Partial"
1070+msgstr "Teilweise"
1071+
1072+#. module: magentoerpconnect
1073+#: model:ir.model,name:magentoerpconnect.model_sale_shop
1074+msgid "Sales Shop"
1075+msgstr "Verkaufsshop"
1076+
1077+#. module: magentoerpconnect
1078+#: field:magento.sale.order,total_amount_tax:0
1079+msgid "Total amount w. tax"
1080+msgstr "Gesamtbetrag inkl. Steuern"
1081+
1082+#. module: magentoerpconnect
1083+#: model:ir.model,name:magentoerpconnect.model_magento_storeview
1084+#: view:magento.storeview:0
1085+msgid "Magento Storeview"
1086+msgstr "Magento Storeview"
1087+
1088+#. module: magentoerpconnect
1089+#: field:magento.backend,default_lang_id:0
1090+msgid "Default Language"
1091+msgstr "Standardsprache"
1092+
1093+#. module: magentoerpconnect
1094+#: field:magento.sale.order,magento_parent_id:0
1095+msgid "Parent Magento Order"
1096+msgstr "Übergeordneter Vk-Auftrag"
1097+
1098+#. module: magentoerpconnect
1099+#: model:ir.model,name:magentoerpconnect.model_magento_address
1100+#: view:magento.address:0
1101+msgid "Magento Address"
1102+msgstr "Magento Adresse"
1103+
1104+#. module: magentoerpconnect
1105+#: view:magento.backend:0
1106+msgid "Update"
1107+msgstr "Update"
1108+
1109+#. module: magentoerpconnect
1110+#: model:ir.ui.menu,name:magentoerpconnect.menu_magento_storeview
1111+#: view:magento.store:0
1112+#: field:magento.store,storeview_ids:0
1113+msgid "Storeviews"
1114+msgstr "Storeviews"
1115+
1116+#. module: magentoerpconnect
1117+#: selection:magento.product.product,backorders:0
1118+#: selection:magento.product.product,manage_stock:0
1119+msgid "Use Default Config"
1120+msgstr "Verwende Standartkonfiguration"
1121+
1122+#. module: magentoerpconnect
1123+#: field:magento.storeview,store_id:0
1124+msgid "Store"
1125+msgstr "Store"
1126+
1127+#. module: magentoerpconnect
1128+#: field:magento.backend,website_ids:0
1129+msgid "Website"
1130+msgstr "Webseite"
1131+
1132+#. module: magentoerpconnect
1133+#: view:magento.backend:0
1134+msgid "Magento Configuration"
1135+msgstr "Magento Konfiguration"
1136+
1137+#. module: magentoerpconnect
1138+#: view:magento.backend:0
1139+msgid "Update all the products stock quantities"
1140+msgstr "Update alle Lagerstückzahlen"
1141+
1142+#. module: magentoerpconnect
1143+#: view:magento.backend:0
1144+msgid "Import partners from all websites"
1145+msgstr "Importiere Partner von allen Webseiten"
1146+
1147+#. module: magentoerpconnect
1148+#: view:connector.config.settings:0
1149+msgid "Magentoerpconnect"
1150+msgstr "Magentoerpconnect"
1151+
1152+#. module: magentoerpconnect
1153+#: view:magento.store:0
1154+#: view:magento.storeview:0
1155+#: view:magento.website:0
1156+msgid "Options"
1157+msgstr "Optionen"
1158+
1159+#. module: magentoerpconnect
1160+#: field:res.partner,birthday:0
1161+msgid "Birthday"
1162+msgstr "Geburtstag"
1163+
1164+#. module: magentoerpconnect
1165+#: field:magento.backend,default_category_id:0
1166+msgid "Default Product Category"
1167+msgstr "Voreingestellte Produktkategorie"
1168+
1169+#. module: magentoerpconnect
1170+#: field:magento.product.product,magento_qty:0
1171+msgid "Computed Quantity"
1172+msgstr "Errechnete Menge"
1173+
1174+#. module: magentoerpconnect
1175+#: model:ir.actions.act_window,name:magentoerpconnect.action_magento_website
1176+msgid "Magento Websites"
1177+msgstr "Magento Webseiten"
1178+
1179+#. module: magentoerpconnect
1180+#: model:ir.model,name:magentoerpconnect.model_magento_sale_order_line
1181+msgid "Magento Sale Order Line"
1182+msgstr "Magento Auftragszeile"
1183+
1184+#. module: magentoerpconnect
1185+#: sql_constraint:magento.product.category:0
1186+msgid "A product category with same ID on Magento already exists."
1187+msgstr ""
1188+"Eine Produktkategorie mit der gleichen ID existiert bereits in Magento."
1189+
1190+#. module: magentoerpconnect
1191+#: field:magento.product.product,product_type:0
1192+msgid "Magento Product Type"
1193+msgstr "Magento Produkttyp"
1194+
1195+#. module: magentoerpconnect
1196+#: field:magento.storeview,lang_id:0
1197+msgid "Language"
1198+msgstr "Sprache"
1199+
1200+#. module: magentoerpconnect
1201+#: field:magento.address,created_at:0
1202+#: field:magento.product.product,created_at:0
1203+#: field:magento.res.partner,created_at:0
1204+msgid "Created At (on Magento)"
1205+msgstr "Erstellt am (in Magento)"
1206+
1207+#. module: magentoerpconnect
1208+#: field:delivery.carrier,magento_export_tracking:0
1209+msgid "Export tracking numbers"
1210+msgstr "Exportiere Sendungsverfolgungsnummern"
1211+
1212+#. module: magentoerpconnect
1213+#: field:magento.storeview,sort_order:0
1214+#: field:magento.website,sort_order:0
1215+msgid "Sort Order"
1216+msgstr "Sortiere VK-Auftrag"
1217+
1218+#. module: magentoerpconnect
1219+#: field:magento.backend,product_binding_ids:0
1220+#: field:magento.website,product_binding_ids:0
1221+msgid "Magento Products"
1222+msgstr "Magento Produkte"
1223+
1224+#. module: magentoerpconnect
1225+#: field:magento.storeview,import_orders_from_date:0
1226+msgid "Import sale orders from date"
1227+msgstr "Importiere VK-Aufträge vom Datum"
1228+
1229+#. module: magentoerpconnect
1230+#: model:ir.model,name:magentoerpconnect.model_res_partner_category
1231+msgid "Partner Categories"
1232+msgstr "Partnerkategorien"
1233+
1234+#. module: magentoerpconnect
1235+#: field:magento.address,is_default_billing:0
1236+msgid "Default Invoice"
1237+msgstr "Voreingestellte Rechnung"
1238+
1239+#. module: magentoerpconnect
1240+#: view:magento.store:0
1241+#: view:magento.storeview:0
1242+#: view:magento.website:0
1243+msgid "Informations"
1244+msgstr "Informationen"
1245+
1246+#. module: magentoerpconnect
1247+#: field:magento.storeview,code:0
1248+#: field:magento.website,code:0
1249+msgid "Code"
1250+msgstr "Code"
1251+
1252+#. module: magentoerpconnect
1253+#: field:magento.sale.order.line,tax_rate:0
1254+msgid "Tax Rate"
1255+msgstr "Steuersatz"
1256+
1257+#. module: magentoerpconnect
1258+#: view:magento.backend:0
1259+#: view:magento.storeview:0
1260+#: view:magento.website:0
1261+msgid "Imports"
1262+msgstr "Importe"
1263+
1264+#. module: magentoerpconnect
1265+#: model:ir.actions.act_window,name:magentoerpconnect.action_magento_backend
1266+msgid "Magento Backends"
1267+msgstr "Magento Backends"
1268+
1269+#. module: magentoerpconnect
1270+#: field:magento.product.category,magento_child_ids:0
1271+msgid "Magento Child Categories"
1272+msgstr "Untergeordnete Magento Kategorien"
1273+
1274+#. module: magentoerpconnect
1275+#: field:connector.config.settings,module_magentoerpconnect_export_partner:0
1276+msgid "Export Partners to Magento (experimental)"
1277+msgstr "Exportiere Partner zu Magento (experimentell)"
1278+
1279+#. module: magentoerpconnect
1280+#: field:magento.backend,version:0
1281+msgid "Version"
1282+msgstr "Version"
1283+
1284+#. module: magentoerpconnect
1285+#: model:ir.model,name:magentoerpconnect.model_account_invoice
1286+#: field:magento.account.invoice,openerp_id:0
1287+msgid "Invoice"
1288+msgstr "Rechnung"
1289+
1290+#. module: magentoerpconnect
1291+#: field:delivery.carrier,magento_code:0
1292+msgid "Magento Carrier Code"
1293+msgstr ""
1294+
1295+#. module: magentoerpconnect
1296+#: sql_constraint:magento.res.partner.category:0
1297+msgid "A partner tag with same ID on Magento already exists."
1298+msgstr "Ein Partner Tag mit der gleichen ID existiert bereits in Magento."
1299+
1300+#. module: magentoerpconnect
1301+#: field:magento.res.partner,taxvat:0
1302+msgid "Magento VAT"
1303+msgstr "Magento VAT"
1304+
1305+#. module: magentoerpconnect
1306+#: field:magento.res.partner.category,tax_class_id:0
1307+msgid "Tax Class ID"
1308+msgstr "Steuersatz ID"
1309+
1310+#. module: magentoerpconnect
1311+#: model:sale.exception,name:magentoerpconnect.excep_wrong_total_amount
1312+msgid "Total Amount differs from Magento"
1313+msgstr "Gesamtwert unterscheidet sich zu Magento"
1314+
1315+#. module: magentoerpconnect
1316+#: field:magento.store,send_picking_done_mail:0
1317+msgid "Send email notification on picking done"
1318+msgstr "Sende Versandbestätigung per E-Mail"
1319+
1320+#. module: magentoerpconnect
1321+#: model:ir.model,name:magentoerpconnect.model_magento_binding
1322+#: model:ir.model,name:magentoerpconnect.model_magento_res_partner_category
1323+msgid "Magento Binding (abstract)"
1324+msgstr ""
1325+
1326+#. module: magentoerpconnect
1327+#: model:ir.model,name:magentoerpconnect.model_magento_account_invoice
1328+msgid "Magento Account Invoice"
1329+msgstr ""
1330+
1331+#. module: magentoerpconnect
1332+#: sql_constraint:magento.store:0
1333+msgid "A store with the same ID on Magento already exists."
1334+msgstr "Ein Store mit der ID existiert bereits in Magento."
1335+
1336+#. module: magentoerpconnect
1337+#: model:ir.model,name:magentoerpconnect.model_magento_res_partner
1338+#: field:magento.address,magento_partner_id:0
1339+#: view:magento.res.partner:0
1340+msgid "Magento Partner"
1341+msgstr "Magento Partner"
1342+
1343+#. module: magentoerpconnect
1344+#: sql_constraint:magento.storeview:0
1345+msgid "A storeview with same ID on Magento already exists."
1346+msgstr "Ein Storeview mit der ID existiert bereits in Magento."
1347+
1348+#. module: magentoerpconnect
1349+#: model:ir.model,name:magentoerpconnect.model_magento_stock_picking_out
1350+#: view:magento.stock.picking.out:0
1351+msgid "Magento Delivery Order"
1352+msgstr "Magento Versandauftrag"
1353+
1354+#. module: magentoerpconnect
1355+#: view:magento.backend:0
1356+msgid "Import products since"
1357+msgstr "Importiere/Update Produkte seit"
1358+
1359+#. module: magentoerpconnect
1360+#: field:magento.product.category,description:0
1361+msgid "Description"
1362+msgstr "Beschreibung"
1363+
1364+#. module: magentoerpconnect
1365+#: selection:magento.product.product,backorders:0
1366+msgid "Sell Quantity < 0 and Use Customer Notification"
1367+msgstr "Verkaufsmenge < 0 und benutzte Kundenbenachrichtigungen"
1368+
1369+#. module: magentoerpconnect
1370+#: sql_constraint:magento.account.invoice:0
1371+msgid "An invoice with the same ID on Magento already exists."
1372+msgstr "Eine Rechnung mit der ID existiert bereits in Magento."
1373+
1374+#. module: magentoerpconnect
1375+#: sql_constraint:magento.res.partner:0
1376+msgid "A partner with same ID on Magento already exists for this website."
1377+msgstr ""
1378+"Ein Partner mit der ID existiert in Magento bereits für diese Webseite."
1379+
1380+#. module: magentoerpconnect
1381+#: view:magento.backend:0
1382+msgid "e.g. http://my.magento.com"
1383+msgstr "e.g. http://my.magento.com"
1384+
1385+#. module: magentoerpconnect
1386+#: view:magento.account.invoice:0
1387+msgid "Magento Invoice"
1388+msgstr "Magento Rechnung"
1389+
1390+#. module: magentoerpconnect
1391+#: field:magento.backend,password:0
1392+msgid "Password"
1393+msgstr "Passwort"
1394+
1395+#. module: magentoerpconnect
1396+#: view:magento.backend:0
1397+msgid "Main Configuration"
1398+msgstr "Hauptkonfiguration"
1399+
1400+#. module: magentoerpconnect
1401+#: model:sale.exception,description:magentoerpconnect.excep_wrong_total_amount
1402+msgid ""
1403+"The amount computed in OpenERP doesn't match with the amount in Magento.\n"
1404+"\n"
1405+"Cause:\n"
1406+"The taxes are probably different between OpenERP and Magento. A fiscal "
1407+"position could have changed the final price.\n"
1408+"\n"
1409+"Resolution:\n"
1410+"Check your taxes and fiscal positions configuration and correct them if "
1411+"necessary."
1412+msgstr ""
1413+"Die in OpenERP errechnete Summe stimmt nicht mit der aus Magento überein.\n"
1414+"\n"
1415+"Grund:\n"
1416+"Die Steuern sind evtl. verschieden zwischen OpenERP und Magento. Eine "
1417+"Finanzposition hat die Endsumme evtl. verändert.\n"
1418+"\n"
1419+"Lösung:\n"
1420+"Überprüfen Sie Steuern und Finanzpositionen und korrigieren Sie diese, falls "
1421+"nötig."
1422+
1423+#. module: magentoerpconnect
1424+#: model:sale.exception,name:magentoerpconnect.excep_wrong_total_amount_tax
1425+msgid "Total Tax Amount differs from Magento"
1426+msgstr "Steuersumme unterscheidet sich zu Magento"
1427+
1428+#. module: magentoerpconnect
1429+#: view:magento.backend:0
1430+msgid "Import all customer groups"
1431+msgstr "Importiere alle Kundengruppen"
1432+
1433+#. module: magentoerpconnect
1434+#: field:magento.backend,name:0
1435+#: field:magento.storeview,name:0
1436+#: field:magento.website,name:0
1437+msgid "Name"
1438+msgstr "Name"
1439+
1440+#. module: magentoerpconnect
1441+#: model:ir.model,name:magentoerpconnect.model_magento_website
1442+#: field:magento.address,website_id:0
1443+#: field:magento.res.partner,website_id:0
1444+#: field:magento.store,website_id:0
1445+#: view:magento.website:0
1446+msgid "Magento Website"
1447+msgstr "Magento Webseite"
1448+
1449+#. module: magentoerpconnect
1450+#: field:magento.storeview,enabled:0
1451+msgid "Enabled"
1452+msgstr "Aktiviert"
1453+
1454+#. module: magentoerpconnect
1455+#: field:magento.product.product,backorders:0
1456+msgid "Manage Inventory Backorders"
1457+msgstr "Verwalte Inventarrücksendungen"
1458+
1459+#. module: magentoerpconnect
1460+#: model:ir.model,name:magentoerpconnect.model_product_product
1461+#: field:magento.product.product,openerp_id:0
1462+msgid "Product"
1463+msgstr "Produkt"
1464+
1465+#. module: magentoerpconnect
1466+#: view:magento.backend:0
1467+msgid "Synchronize Metadata"
1468+msgstr "Synchronisiere Metadaten"
1469+
1470+#. module: magentoerpconnect
1471+#: help:magento.website,pricelist_id:0
1472+msgid ""
1473+"The pricelist used to define the prices of the products in Magento for this "
1474+"website.\n"
1475+"Choose a pricelist only if the prices are different for this website.\n"
1476+"When empty, the default price will be used."
1477+msgstr ""
1478+"Die Preisliste, welche benutzt wird, um die Preise der Produkte der Webseite "
1479+"in Magento zu definieren.\n"
1480+"Wählen Sie eine Preisliste nur, wenn die Preis sich für diese Webseite "
1481+"unterscheiden. \n"
1482+"Wenn leer, wird der Standartpreis benutzt."
1483+
1484+#. module: magentoerpconnect
1485+#: model:ir.model,name:magentoerpconnect.model_delivery_carrier
1486+msgid "Carrier"
1487+msgstr "Frachtführer"
1488+
1489+#. module: magentoerpconnect
1490+#: model:ir.ui.menu,name:magentoerpconnect.menu_magento_website
1491+#: view:magento.backend:0
1492+#: field:magento.product.product,website_ids:0
1493+msgid "Websites"
1494+msgstr "Webseiten"
1495+
1496+#. module: magentoerpconnect
1497+#: view:magento.product.product:0
1498+msgid "Inventory Options"
1499+msgstr "Sortimentsoptionen"
1500+
1501+#. module: magentoerpconnect
1502+#: selection:magento.product.product,backorders:0
1503+msgid "No Sell"
1504+msgstr "Kein Verkauf"
1505+
1506+#. module: magentoerpconnect
1507+#: view:magento.backend:0
1508+msgid ""
1509+"Once imported,\n"
1510+" some types of records,\n"
1511+" like the products or categories,\n"
1512+" need a manual review.\n"
1513+" You will find the list\n"
1514+" of the new records to review\n"
1515+" in the menu 'Connectors > Checkpoint'."
1516+msgstr ""
1517+"Einmal importiert,\n"
1518+" einige Typen von Daten, \n"
1519+" wie die Produkte oder Kategorien, \n"
1520+" brauchen eine manuelle Überprüfung.\n"
1521+" Sie finden die Liste der zu Überprüfenden "
1522+"Daten in dem \n"
1523+" Menü 'Connectors > Checkpunkte'."
1524+
1525+#. module: magentoerpconnect
1526+#: field:delivery.carrier,magento_tracking_title:0
1527+msgid "Magento Tracking Title"
1528+msgstr "Magento Sendungsverfolgungstitel"
1529+
1530+#. module: magentoerpconnect
1531+#: selection:magento.product.product,manage_stock:0
1532+msgid "Manage Stock"
1533+msgstr ""
1534+
1535+#. module: magentoerpconnect
1536+#: field:magento.address,updated_at:0
1537+#: field:magento.product.product,updated_at:0
1538+#: field:magento.res.partner,updated_at:0
1539+msgid "Updated At (on Magento)"
1540+msgstr ""
1541+
1542+#. module: magentoerpconnect
1543+#: selection:magento.stock.picking.out,picking_method:0
1544+msgid "Complete"
1545+msgstr "Vollständig"
1546+
1547+#. module: magentoerpconnect
1548+#: model:ir.model,name:magentoerpconnect.model_magento_store
1549+#: view:magento.store:0
1550+msgid "Magento Store"
1551+msgstr "Magento Store"
1552+
1553+#. module: magentoerpconnect
1554+#: model:ir.model,name:magentoerpconnect.model_magento_product_product
1555+#: view:magento.product.product:0
1556+msgid "Magento Product"
1557+msgstr "Magento Produkt"
1558+
1559+#. module: magentoerpconnect
1560+#: model:ir.model,name:magentoerpconnect.model_magento_sale_order
1561+#: field:magento.account.invoice,magento_order_id:0
1562+#: field:magento.sale.order.line,magento_order_id:0
1563+#: field:magento.stock.picking.out,magento_order_id:0
1564+msgid "Magento Sale Order"
1565+msgstr "Magento VK-Auftrag"
1566+
1567+#. module: magentoerpconnect
1568+#: field:magento.website,import_partners_from_date:0
1569+msgid "Import partners from date"
1570+msgstr "Importiere Partner seit Datum"
1571+
1572+#. module: magentoerpconnect
1573+#: sql_constraint:magento.sale.order:0
1574+#: sql_constraint:magento.sale.order.line:0
1575+msgid "A sale order line with the same ID on Magento already exists."
1576+msgstr "Eine VK-Auftragszeile mit der ID existiert bereits in Magento."
1577+
1578+#. module: magentoerpconnect
1579+#: field:magento.sale.order,magento_order_line_ids:0
1580+msgid "Magento Order Lines"
1581+msgstr "Magento Auftragszeilen"
1582+
1583+#. module: magentoerpconnect
1584+#: field:magento.res.partner,newsletter:0
1585+msgid "Newsletter"
1586+msgstr "Newsletter"
1587+
1588+#. module: magentoerpconnect
1589+#: help:magento.backend,default_lang_id:0
1590+msgid ""
1591+"If a default language is selected, the records will be imported in the "
1592+"translation of this language.\n"
1593+"Note that a similar configuration exists for each storeview."
1594+msgstr ""
1595+
1596+#. module: magentoerpconnect
1597+#: sql_constraint:magento.address:0
1598+msgid "A partner address with same ID on Magento already exists."
1599+msgstr ""
1600
1601=== removed file 'magentoerpconnect/i18n/de.po'
1602--- magentoerpconnect/i18n/de.po 2014-01-13 12:22:35 +0000
1603+++ magentoerpconnect/i18n/de.po 1970-01-01 00:00:00 +0000
1604@@ -1,1058 +0,0 @@
1605-# German translation for openerp-connector-magento
1606-# Copyright (c) 2014 Rosetta Contributors and Canonical Ltd 2014
1607-# This file is distributed under the same license as the openerp-connector-magento package.
1608-# FIRST AUTHOR <EMAIL@ADDRESS>, 2014.
1609-#
1610-msgid ""
1611-msgstr ""
1612-"Project-Id-Version: openerp-connector-magento\n"
1613-"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
1614-"POT-Creation-Date: 2013-05-01 12:45+0000\n"
1615-"PO-Revision-Date: 2014-01-09 09:13+0000\n"
1616-"Last-Translator: Jan-Philipp Fischer <jan-philipp.fischer@greencoding.de>\n"
1617-"Language-Team: German <de@li.org>\n"
1618-"MIME-Version: 1.0\n"
1619-"Content-Type: text/plain; charset=UTF-8\n"
1620-"Content-Transfer-Encoding: 8bit\n"
1621-"X-Launchpad-Export-Date: 2014-01-09 09:24+0000\n"
1622-"X-Generator: Launchpad (build 16884)\n"
1623-
1624-#. module: magentoerpconnect
1625-#: help:magento.backend,pricelist_id:0
1626-msgid "The price list used to define the prices of the products in Magento."
1627-msgstr ""
1628-"Die Preisliste wird benutzt, um die Preise der Produkte in Magento zu "
1629-"definieren."
1630-
1631-#. module: magentoerpconnect
1632-#: help:magento.store,send_invoice_paid_mail:0
1633-msgid ""
1634-"Does the invoice export/creation should send an email notification on "
1635-"Magento side?"
1636-msgstr ""
1637-"Soll der Rechnungsexport, die Rechnungserstelltung eine E-Mail auf "
1638-"Magentoseite verschicken?"
1639-
1640-#. module: magentoerpconnect
1641-#: view:magento.backend:0
1642-msgid "Import sales orders from all store views"
1643-msgstr "Importiere VK-Aufträge von allen Store Views"
1644-
1645-#. module: magentoerpconnect
1646-#: model:sale.exception,description:magentoerpconnect.excep_wrong_total_amount_tax
1647-msgid ""
1648-"The tax amount computed in OpenERP doesn't match with the tax amount in "
1649-"Magento.\n"
1650-"\n"
1651-"Cause:\n"
1652-"The taxes are probably different between OpenERP and Magento. A fiscal "
1653-"position could have changed the final price.\n"
1654-"\n"
1655-"Resolution:\n"
1656-"Check your taxes and fiscal positions configuration and correct them if "
1657-"necessary."
1658-msgstr ""
1659-"Die Steuersumme in OpenERP stimmt nicht mit der Steuersumme von Magento "
1660-"überein.\n"
1661-"\n"
1662-"Grund:\n"
1663-"Die Steuern sind eventuell verschieden zwischen OpenERP und Magento. Eine "
1664-"Finanzposition hat evtl. die Endsumme geändert.\n"
1665-"\n"
1666-"Lösung:\n"
1667-"Überprüfen Sie die Steuer und Finanzpositionen Konfigurationen und "
1668-"korrigieren Sie diese falls erforderlich."
1669-
1670-#. module: magentoerpconnect
1671-#: help:magento.backend,warehouse_id:0
1672-msgid "Warehouse used to compute the stock quantities."
1673-msgstr "Lager benutzt zum errechnen von Lagermengen."
1674-
1675-#. module: magentoerpconnect
1676-#: field:magento.account.invoice,sync_date:0
1677-#: field:magento.address,sync_date:0
1678-#: field:magento.binding,sync_date:0
1679-#: field:magento.product.category,sync_date:0
1680-#: field:magento.product.product,sync_date:0
1681-#: field:magento.res.partner,sync_date:0
1682-#: field:magento.res.partner.category,sync_date:0
1683-#: field:magento.sale.order,sync_date:0
1684-#: field:magento.sale.order.line,sync_date:0
1685-#: field:magento.stock.picking.out,sync_date:0
1686-#: field:magento.store,sync_date:0
1687-#: field:magento.storeview,sync_date:0
1688-#: field:magento.website,sync_date:0
1689-msgid "Last synchronization date"
1690-msgstr "Letztes Synchronisationsdatum"
1691-
1692-#. module: magentoerpconnect
1693-#: help:magento.backend,default_category_id:0
1694-msgid ""
1695-"If a default category is selected, products imported without a category will "
1696-"be linked to it."
1697-msgstr ""
1698-"Wenn eine voreingestellte Kategorie ausgewählt ist, werde Produkte ohne eine "
1699-"Kategoerie mit dieser verlinkt."
1700-
1701-#. module: magentoerpconnect
1702-#: help:magento.storeview,import_orders_from_date:0
1703-msgid ""
1704-"do not consider non-imported sale orders before this date. Leave empty to "
1705-"import all sale orders"
1706-msgstr ""
1707-"Beachte keine nicht importiereten VK-Aufträge bevor diesem Datum. Lasse leer "
1708-"um alle VK-Aufträge zu importieren."
1709-
1710-#. module: magentoerpconnect
1711-#: help:magento.store,send_picking_done_mail:0
1712-msgid ""
1713-"Does the picking export/creation should send an email notification on "
1714-"Magento side?"
1715-msgstr ""
1716-"Soll der Versandexport, die Versandanlage eine E-Mail auf Magento Seite "
1717-"schicken?"
1718-
1719-#. module: magentoerpconnect
1720-#: selection:magento.product.product,manage_stock:0
1721-msgid "Do Not Manage Stock"
1722-msgstr "Verwalte nicht das Lager"
1723-
1724-#. module: magentoerpconnect
1725-#: field:connector.config.settings,module_magentoerpconnect_catalog:0
1726-msgid "Handle the product's catalog (not implemented)"
1727-msgstr "Verwalre den Produktkatalog (nicht implementiert)"
1728-
1729-#. module: magentoerpconnect
1730-#: field:res.partner,company:0
1731-msgid "Company"
1732-msgstr "Unternehmen"
1733-
1734-#. module: magentoerpconnect
1735-#: sql_constraint:magento.website:0
1736-msgid "A website with the same ID on Magento already exists."
1737-msgstr "Eine Webseite mit der gleichen ID existiert bereits in Magento."
1738-
1739-#. module: magentoerpconnect
1740-#: field:magento.backend,import_categories_from_date:0
1741-msgid "Import categories from date"
1742-msgstr "Importiere Kategorien ab Datum"
1743-
1744-#. module: magentoerpconnect
1745-#: view:account.invoice:0
1746-#: field:account.invoice,magento_bind_ids:0
1747-#: view:product.category:0
1748-#: field:product.category,magento_bind_ids:0
1749-#: view:product.product:0
1750-#: field:product.product,magento_bind_ids:0
1751-#: view:res.partner:0
1752-#: field:res.partner,magento_bind_ids:0
1753-#: field:res.partner.category,magento_bind_ids:0
1754-#: field:sale.order,magento_bind_ids:0
1755-#: field:sale.order.line,magento_bind_ids:0
1756-#: field:sale.shop,magento_bind_ids:0
1757-#: field:stock.picking,magento_bind_ids:0
1758-#: view:stock.picking.out:0
1759-#: field:stock.picking.out,magento_bind_ids:0
1760-msgid "Magento Bindings"
1761-msgstr "Magento Verbindungen"
1762-
1763-#. module: magentoerpconnect
1764-#: help:connector.config.settings,module_magentoerpconnect_catalog:0
1765-msgid "This installs the module magentoerpconnect_catalog."
1766-msgstr "Dies installiert das Modul magentoerpconnect_catalog"
1767-
1768-#. module: magentoerpconnect
1769-#: field:magento.address,is_magento_order_address:0
1770-msgid "Address from a Magento Order"
1771-msgstr "Adresse von einer Magento Bestellung"
1772-
1773-#. module: magentoerpconnect
1774-#: field:magento.sale.order,magento_order_id:0
1775-msgid "Magento Order ID"
1776-msgstr "Magento Bestell ID"
1777-
1778-#. module: magentoerpconnect
1779-#: model:ir.model,name:magentoerpconnect.model_magentoerpconnect_installed
1780-msgid "magentoerpconnect.installed"
1781-msgstr ""
1782-
1783-#. module: magentoerpconnect
1784-#: help:connector.config.settings,module_magentoerpconnect_export_partner:0
1785-msgid "This installs the module magentoerpconnect_export_partner."
1786-msgstr "Dies installiert das Modul magentoerpconnect_export_partner."
1787-
1788-#. module: magentoerpconnect
1789-#: field:magento.sale.order.line,notes:0
1790-msgid "Notes"
1791-msgstr "Notizen"
1792-
1793-#. module: magentoerpconnect
1794-#: field:magento.sale.order,openerp_id:0
1795-msgid "Sale Order"
1796-msgstr "VK-Auftrag"
1797-
1798-#. module: magentoerpconnect
1799-#: field:magento.stock.picking.out,openerp_id:0
1800-msgid "Stock Picking"
1801-msgstr "Lagerpackauftrag"
1802-
1803-#. module: magentoerpconnect
1804-#: view:connector.config.settings:0
1805-msgid "Extensions"
1806-msgstr "Erweiterungen"
1807-
1808-#. module: magentoerpconnect
1809-#: view:magento.backend:0
1810-msgid "Advanced Configuration"
1811-msgstr "Erweiterte Einstellungen"
1812-
1813-#. module: magentoerpconnect
1814-#: field:magento.res.partner,group_id:0
1815-msgid "Magento Group (Category)"
1816-msgstr "Magento Gruppe (Kategorie)"
1817-
1818-#. module: magentoerpconnect
1819-#: model:ir.ui.menu,name:magentoerpconnect.menu_magento_store
1820-#: view:magento.website:0
1821-#: field:magento.website,store_ids:0
1822-msgid "Stores"
1823-msgstr "Stores"
1824-
1825-#. module: magentoerpconnect
1826-#: field:magento.backend,product_stock_field_id:0
1827-msgid "Stock Field"
1828-msgstr "Lagerfeld"
1829-
1830-#. module: magentoerpconnect
1831-#: field:magento.res.partner.category,openerp_id:0
1832-msgid "Partner Category"
1833-msgstr "Partnerkategorie"
1834-
1835-#. module: magentoerpconnect
1836-#: help:magento.product.product,magento_qty:0
1837-msgid "Last computed quantity to send on Magento."
1838-msgstr "Zuletzt errechnete Anzahl die zu Magento geschickt wird."
1839-
1840-#. module: magentoerpconnect
1841-#: model:ir.ui.menu,name:magentoerpconnect.menu_magento_root
1842-#: view:res.partner.category:0
1843-msgid "Magento"
1844-msgstr "Magento"
1845-
1846-#. module: magentoerpconnect
1847-#: model:ir.model,name:magentoerpconnect.model_connector_config_settings
1848-msgid "connector.config.settings"
1849-msgstr ""
1850-
1851-#. module: magentoerpconnect
1852-#: field:magento.backend,import_products_from_date:0
1853-msgid "Import products from date"
1854-msgstr "Importiere Produkte vom Datum"
1855-
1856-#. module: magentoerpconnect
1857-#: model:ir.model,name:magentoerpconnect.model_res_partner
1858-#: field:magento.address,openerp_id:0
1859-#: field:magento.res.partner,openerp_id:0
1860-msgid "Partner"
1861-msgstr "Partner"
1862-
1863-#. module: magentoerpconnect
1864-#: model:ir.model,name:magentoerpconnect.model_sale_order
1865-msgid "Sales Order"
1866-msgstr "VK-Auftrag"
1867-
1868-#. module: magentoerpconnect
1869-#: model:ir.model,name:magentoerpconnect.model_stock_picking_out
1870-msgid "Delivery Orders"
1871-msgstr "Auslieferungsaufträge"
1872-
1873-#. module: magentoerpconnect
1874-#: model:ir.model,name:magentoerpconnect.model_sale_order_line
1875-msgid "Sales Order Line"
1876-msgstr "Auftragsposition"
1877-
1878-#. module: magentoerpconnect
1879-#: field:connector.config.settings,module_magentoerpconnect_pricing:0
1880-msgid "Prices are managed in OpenERP with pricelists"
1881-msgstr "Preise sind in OpenERP mit Preislisten verwaltet"
1882-
1883-#. module: magentoerpconnect
1884-#: field:magento.address,is_default_shipping:0
1885-msgid "Default Shipping"
1886-msgstr "Vorgegebener Versand"
1887-
1888-#. module: magentoerpconnect
1889-#: sql_constraint:magento.stock.picking.out:0
1890-msgid "A stock picking with same ID on Magento already exists."
1891-msgstr "Ein Packauftrag mit der gleichen ID existiert bereits in Magento."
1892-
1893-#. module: magentoerpconnect
1894-#: view:magento.backend:0
1895-msgid ""
1896-"By clicking on the buttons,\n"
1897-" you will initiate the synchronizations\n"
1898-" with Magento.\n"
1899-" Note that the import or exports\n"
1900-" won't be done directly,\n"
1901-" they will create 'Jobs'\n"
1902-" executed as soon as possible."
1903-msgstr ""
1904-"Beim Klicken des Buttons,\n"
1905-" weden Sie die Synchronisation mit "
1906-"Magento initialisieren.\n"
1907-" Beachten Sie dass Im- und Exporte "
1908-"nicht direkt erldedigt werden. \n"
1909-" Es werden 'Arbeitsschritte' erstellt, "
1910-"die dies so früh wie möglich erledigen."
1911-
1912-#. module: magentoerpconnect
1913-#: help:magento.backend,product_stock_field_id:0
1914-msgid ""
1915-"Choose the field of the product which will be used for stock inventory "
1916-"updates.\n"
1917-"If empty, Quantity Available is used."
1918-msgstr ""
1919-"Wählen Sie das Feld des Produktes, welches für Lagerinventar Updates benutzt "
1920-"wird. \n"
1921-"Wenn leer, wird die verfügbare Menge benutzt."
1922-
1923-#. module: magentoerpconnect
1924-#: sql_constraint:magento.product.product:0
1925-msgid "A product with the same ID on Magento already exists"
1926-msgstr "Ein Produkt mit der gleichen ID existiert bereits in Magento."
1927-
1928-#. module: magentoerpconnect
1929-#: model:ir.ui.menu,name:magentoerpconnect.menu_magento_backend
1930-msgid "Backends"
1931-msgstr "Backends"
1932-
1933-#. module: magentoerpconnect
1934-#: field:magento.backend,location:0
1935-msgid "Location"
1936-msgstr "Standort"
1937-
1938-#. module: magentoerpconnect
1939-#: model:ir.model,name:magentoerpconnect.model_stock_picking
1940-msgid "Picking List"
1941-msgstr "Entnahmeliste"
1942-
1943-#. module: magentoerpconnect
1944-#: field:magento.backend,warehouse_id:0
1945-msgid "Warehouse"
1946-msgstr "Lager"
1947-
1948-#. module: magentoerpconnect
1949-#: field:magento.backend,catalog_price_tax_included:0
1950-msgid "Prices include tax"
1951-msgstr "Preise inkl. Steuer"
1952-
1953-#. module: magentoerpconnect
1954-#: view:magento.backend:0
1955-msgid "Import products categories since"
1956-msgstr "Importiere Produktkategorien seit"
1957-
1958-#. module: magentoerpconnect
1959-#: field:magento.sale.order.line,openerp_id:0
1960-msgid "Sale Order Line"
1961-msgstr "Verkaufsauftragsposition"
1962-
1963-#. module: magentoerpconnect
1964-#: field:magento.backend,username:0
1965-msgid "Username"
1966-msgstr "Benutzername"
1967-
1968-#. module: magentoerpconnect
1969-#: model:ir.model,name:magentoerpconnect.model_product_category
1970-#: field:magento.product.category,openerp_id:0
1971-msgid "Product Category"
1972-msgstr "Produktkategorie"
1973-
1974-#. module: magentoerpconnect
1975-#: field:magento.res.partner,guest_customer:0
1976-msgid "Guest Customer"
1977-msgstr "Gastkunde"
1978-
1979-#. module: magentoerpconnect
1980-#: help:connector.config.settings,module_magentoerpconnect_pricing:0
1981-msgid ""
1982-"Prices are set in OpenERP and exported to Magento.\n"
1983-"\n"
1984-"This installs the module magentoerpconnect_pricing."
1985-msgstr ""
1986-"Preise sind in OpenERP gesetzt und zu Magento exportiert.\n"
1987-"\n"
1988-"Dies installier das Modul magentoerpconnect_pricing."
1989-
1990-#. module: magentoerpconnect
1991-#: field:delivery.carrier,magento_carrier_code:0
1992-msgid "Magento Base Carrier Code"
1993-msgstr "Magento Basisspediteur Code"
1994-
1995-#. module: magentoerpconnect
1996-#: view:magento.website:0
1997-msgid "Import partners since"
1998-msgstr "Importiere Partner seit"
1999-
2000-#. module: magentoerpconnect
2001-#: view:magento.backend:0
2002-#: view:magento.website:0
2003-msgid "Import in background"
2004-msgstr "Importiere im Hintergrund"
2005-
2006-#. module: magentoerpconnect
2007-#: field:magento.account.invoice,magento_id:0
2008-#: field:magento.address,magento_id:0
2009-#: field:magento.binding,magento_id:0
2010-#: field:magento.product.category,magento_id:0
2011-#: field:magento.product.product,magento_id:0
2012-#: field:magento.res.partner,magento_id:0
2013-#: field:magento.res.partner.category,magento_id:0
2014-#: field:magento.sale.order,magento_id:0
2015-#: field:magento.sale.order.line,magento_id:0
2016-#: field:magento.stock.picking.out,magento_id:0
2017-#: field:magento.store,magento_id:0
2018-#: field:magento.storeview,magento_id:0
2019-#: field:magento.website,magento_id:0
2020-msgid "ID on Magento"
2021-msgstr "ID in Magento"
2022-
2023-#. module: magentoerpconnect
2024-#: model:ir.actions.act_window,name:magentoerpconnect.action_magento_store
2025-msgid "Magento Stores"
2026-msgstr "Magento Stores"
2027-
2028-#. module: magentoerpconnect
2029-#: field:magento.backend,pricelist_id:0
2030-#: field:magento.website,pricelist_id:0
2031-msgid "Pricelist"
2032-msgstr "Preisliste"
2033-
2034-#. module: magentoerpconnect
2035-#: field:magento.sale.order,total_amount:0
2036-msgid "Total amount"
2037-msgstr "Gesamtbetrag"
2038-
2039-#. module: magentoerpconnect
2040-#: model:ir.model,name:magentoerpconnect.model_magento_product_category
2041-#: view:magento.product.category:0
2042-msgid "Magento Product Category"
2043-msgstr "Magento Produktkategorie"
2044-
2045-#. module: magentoerpconnect
2046-#: view:magento.product.product:0
2047-msgid "(recompute)"
2048-msgstr "(neuberechnen)"
2049-
2050-#. module: magentoerpconnect
2051-#: field:magento.store,openerp_id:0
2052-msgid "Sale Shop"
2053-msgstr "Verkaufsshop"
2054-
2055-#. module: magentoerpconnect
2056-#: field:magento.product.product,manage_stock:0
2057-msgid "Manage Stock Level"
2058-msgstr "Verwalte Lager Level"
2059-
2060-#. module: magentoerpconnect
2061-#: model:ir.model,name:magentoerpconnect.model_magento_backend
2062-#: field:magento.account.invoice,backend_id:0
2063-#: field:magento.address,backend_id:0
2064-#: view:magento.backend:0
2065-#: field:magento.binding,backend_id:0
2066-#: field:magento.product.category,backend_id:0
2067-#: field:magento.product.product,backend_id:0
2068-#: field:magento.res.partner,backend_id:0
2069-#: field:magento.res.partner.category,backend_id:0
2070-#: field:magento.sale.order,backend_id:0
2071-#: field:magento.sale.order.line,backend_id:0
2072-#: field:magento.stock.picking.out,backend_id:0
2073-#: field:magento.store,backend_id:0
2074-#: field:magento.storeview,backend_id:0
2075-#: field:magento.website,backend_id:0
2076-msgid "Magento Backend"
2077-msgstr "Magento Backend"
2078-
2079-#. module: magentoerpconnect
2080-#: view:magento.storeview:0
2081-msgid "Import Sale Orders"
2082-msgstr "Importiere VK-Aufträge"
2083-
2084-#. module: magentoerpconnect
2085-#: field:magento.stock.picking.out,picking_method:0
2086-msgid "Picking Method"
2087-msgstr "Packmethode"
2088-
2089-#. module: magentoerpconnect
2090-#: view:res.partner:0
2091-#: field:res.partner,magento_address_bind_ids:0
2092-msgid "Magento Address Bindings"
2093-msgstr ""
2094-
2095-#. module: magentoerpconnect
2096-#: field:magento.store,send_invoice_paid_mail:0
2097-msgid "Send email notification on invoice paid"
2098-msgstr "Sende E-Mail bei bezahlter Rechnung"
2099-
2100-#. module: magentoerpconnect
2101-#: model:ir.actions.act_window,name:magentoerpconnect.action_magento_storeview
2102-msgid "Magento Storeviews"
2103-msgstr "Magento Storeviews"
2104-
2105-#. module: magentoerpconnect
2106-#: view:magento.storeview:0
2107-msgid "Import Sale Orders since"
2108-msgstr "Importiere VK-Aufträge seit"
2109-
2110-#. module: magentoerpconnect
2111-#: selection:magento.product.product,backorders:0
2112-msgid "Sell Quantity < 0"
2113-msgstr "Verkaufmenge < 0"
2114-
2115-#. module: magentoerpconnect
2116-#: help:magento.sale.order,magento_order_id:0
2117-msgid "'order_id' field in Magento"
2118-msgstr "'order_id' Feld in Magento"
2119-
2120-#. module: magentoerpconnect
2121-#: field:magento.product.category,magento_parent_id:0
2122-msgid "Magento Parent Category"
2123-msgstr "Magento Überkategorie"
2124-
2125-#. module: magentoerpconnect
2126-#: field:magento.res.partner,emailid:0
2127-msgid "E-mail address"
2128-msgstr "E-Mail Adresse"
2129-
2130-#. module: magentoerpconnect
2131-#: selection:magento.stock.picking.out,picking_method:0
2132-msgid "Partial"
2133-msgstr "Teilweise"
2134-
2135-#. module: magentoerpconnect
2136-#: model:ir.model,name:magentoerpconnect.model_sale_shop
2137-msgid "Sales Shop"
2138-msgstr "Verkaufsshop"
2139-
2140-#. module: magentoerpconnect
2141-#: field:magento.sale.order,total_amount_tax:0
2142-msgid "Total amount w. tax"
2143-msgstr "Gesamtbetrag inkl. Steuern"
2144-
2145-#. module: magentoerpconnect
2146-#: model:ir.model,name:magentoerpconnect.model_magento_storeview
2147-#: view:magento.storeview:0
2148-msgid "Magento Storeview"
2149-msgstr "Magento Storeview"
2150-
2151-#. module: magentoerpconnect
2152-#: field:magento.backend,default_lang_id:0
2153-msgid "Default Language"
2154-msgstr "Standardsprache"
2155-
2156-#. module: magentoerpconnect
2157-#: field:magento.sale.order,magento_parent_id:0
2158-msgid "Parent Magento Order"
2159-msgstr "Übergeordneter Vk-Auftrag"
2160-
2161-#. module: magentoerpconnect
2162-#: model:ir.model,name:magentoerpconnect.model_magento_address
2163-#: view:magento.address:0
2164-msgid "Magento Address"
2165-msgstr "Magento Adresse"
2166-
2167-#. module: magentoerpconnect
2168-#: view:magento.backend:0
2169-msgid "Update"
2170-msgstr "Update"
2171-
2172-#. module: magentoerpconnect
2173-#: model:ir.ui.menu,name:magentoerpconnect.menu_magento_storeview
2174-#: view:magento.store:0
2175-#: field:magento.store,storeview_ids:0
2176-msgid "Storeviews"
2177-msgstr "Storeviews"
2178-
2179-#. module: magentoerpconnect
2180-#: selection:magento.product.product,backorders:0
2181-#: selection:magento.product.product,manage_stock:0
2182-msgid "Use Default Config"
2183-msgstr "Verwende Standartkonfiguration"
2184-
2185-#. module: magentoerpconnect
2186-#: field:magento.storeview,store_id:0
2187-msgid "Store"
2188-msgstr "Store"
2189-
2190-#. module: magentoerpconnect
2191-#: field:magento.backend,website_ids:0
2192-msgid "Website"
2193-msgstr "Webseite"
2194-
2195-#. module: magentoerpconnect
2196-#: view:magento.backend:0
2197-msgid "Magento Configuration"
2198-msgstr "Magento Konfiguration"
2199-
2200-#. module: magentoerpconnect
2201-#: view:magento.backend:0
2202-msgid "Update all the products stock quantities"
2203-msgstr "Update alle Lagerstückzahlen"
2204-
2205-#. module: magentoerpconnect
2206-#: view:magento.backend:0
2207-msgid "Import partners from all websites"
2208-msgstr "Importiere Partner von allen Webseiten"
2209-
2210-#. module: magentoerpconnect
2211-#: view:connector.config.settings:0
2212-msgid "Magentoerpconnect"
2213-msgstr "Magentoerpconnect"
2214-
2215-#. module: magentoerpconnect
2216-#: view:magento.store:0
2217-#: view:magento.storeview:0
2218-#: view:magento.website:0
2219-msgid "Options"
2220-msgstr "Optionen"
2221-
2222-#. module: magentoerpconnect
2223-#: field:res.partner,birthday:0
2224-msgid "Birthday"
2225-msgstr "Geburtstag"
2226-
2227-#. module: magentoerpconnect
2228-#: field:magento.backend,default_category_id:0
2229-msgid "Default Product Category"
2230-msgstr "Voreingestellte Produktkategorie"
2231-
2232-#. module: magentoerpconnect
2233-#: field:magento.product.product,magento_qty:0
2234-msgid "Computed Quantity"
2235-msgstr "Errechnete Menge"
2236-
2237-#. module: magentoerpconnect
2238-#: model:ir.actions.act_window,name:magentoerpconnect.action_magento_website
2239-msgid "Magento Websites"
2240-msgstr "Magento Webseiten"
2241-
2242-#. module: magentoerpconnect
2243-#: model:ir.model,name:magentoerpconnect.model_magento_sale_order_line
2244-msgid "Magento Sale Order Line"
2245-msgstr "Magento Auftragszeile"
2246-
2247-#. module: magentoerpconnect
2248-#: sql_constraint:magento.product.category:0
2249-msgid "A product category with same ID on Magento already exists."
2250-msgstr ""
2251-"Eine Produktkategorie mit der gleichen ID existiert bereits in Magento."
2252-
2253-#. module: magentoerpconnect
2254-#: field:magento.product.product,product_type:0
2255-msgid "Magento Product Type"
2256-msgstr "Magento Produkttyp"
2257-
2258-#. module: magentoerpconnect
2259-#: field:magento.storeview,lang_id:0
2260-msgid "Language"
2261-msgstr "Sprache"
2262-
2263-#. module: magentoerpconnect
2264-#: field:magento.address,created_at:0
2265-#: field:magento.product.product,created_at:0
2266-#: field:magento.res.partner,created_at:0
2267-msgid "Created At (on Magento)"
2268-msgstr "Erstellt am (in Magento)"
2269-
2270-#. module: magentoerpconnect
2271-#: field:delivery.carrier,magento_export_tracking:0
2272-msgid "Export tracking numbers"
2273-msgstr "Exportiere Sendungsverfolgungsnummern"
2274-
2275-#. module: magentoerpconnect
2276-#: field:magento.storeview,sort_order:0
2277-#: field:magento.website,sort_order:0
2278-msgid "Sort Order"
2279-msgstr "Sortiere VK-Auftrag"
2280-
2281-#. module: magentoerpconnect
2282-#: field:magento.backend,product_binding_ids:0
2283-#: field:magento.website,product_binding_ids:0
2284-msgid "Magento Products"
2285-msgstr "Magento Produkte"
2286-
2287-#. module: magentoerpconnect
2288-#: field:magento.storeview,import_orders_from_date:0
2289-msgid "Import sale orders from date"
2290-msgstr "Importiere VK-Aufträge vom Datum"
2291-
2292-#. module: magentoerpconnect
2293-#: model:ir.model,name:magentoerpconnect.model_res_partner_category
2294-msgid "Partner Categories"
2295-msgstr "Partnerkategorien"
2296-
2297-#. module: magentoerpconnect
2298-#: field:magento.address,is_default_billing:0
2299-msgid "Default Invoice"
2300-msgstr "Voreingestellte Rechnung"
2301-
2302-#. module: magentoerpconnect
2303-#: view:magento.store:0
2304-#: view:magento.storeview:0
2305-#: view:magento.website:0
2306-msgid "Informations"
2307-msgstr "Informationen"
2308-
2309-#. module: magentoerpconnect
2310-#: field:magento.storeview,code:0
2311-#: field:magento.website,code:0
2312-msgid "Code"
2313-msgstr "Code"
2314-
2315-#. module: magentoerpconnect
2316-#: field:magento.sale.order.line,tax_rate:0
2317-msgid "Tax Rate"
2318-msgstr "Steuersatz"
2319-
2320-#. module: magentoerpconnect
2321-#: view:magento.backend:0
2322-#: view:magento.storeview:0
2323-#: view:magento.website:0
2324-msgid "Imports"
2325-msgstr "Importe"
2326-
2327-#. module: magentoerpconnect
2328-#: model:ir.actions.act_window,name:magentoerpconnect.action_magento_backend
2329-msgid "Magento Backends"
2330-msgstr "Magento Backends"
2331-
2332-#. module: magentoerpconnect
2333-#: field:magento.product.category,magento_child_ids:0
2334-msgid "Magento Child Categories"
2335-msgstr "Untergeordnete Magento Kategorien"
2336-
2337-#. module: magentoerpconnect
2338-#: field:connector.config.settings,module_magentoerpconnect_export_partner:0
2339-msgid "Export Partners to Magento (experimental)"
2340-msgstr "Exportiere Partner zu Magento (experimentell)"
2341-
2342-#. module: magentoerpconnect
2343-#: field:magento.backend,version:0
2344-msgid "Version"
2345-msgstr "Version"
2346-
2347-#. module: magentoerpconnect
2348-#: model:ir.model,name:magentoerpconnect.model_account_invoice
2349-#: field:magento.account.invoice,openerp_id:0
2350-msgid "Invoice"
2351-msgstr "Rechnung"
2352-
2353-#. module: magentoerpconnect
2354-#: field:delivery.carrier,magento_code:0
2355-msgid "Magento Carrier Code"
2356-msgstr ""
2357-
2358-#. module: magentoerpconnect
2359-#: sql_constraint:magento.res.partner.category:0
2360-msgid "A partner tag with same ID on Magento already exists."
2361-msgstr "Ein Partner Tag mit der gleichen ID existiert bereits in Magento."
2362-
2363-#. module: magentoerpconnect
2364-#: field:magento.res.partner,taxvat:0
2365-msgid "Magento VAT"
2366-msgstr "Magento VAT"
2367-
2368-#. module: magentoerpconnect
2369-#: field:magento.res.partner.category,tax_class_id:0
2370-msgid "Tax Class ID"
2371-msgstr "Steuersatz ID"
2372-
2373-#. module: magentoerpconnect
2374-#: model:sale.exception,name:magentoerpconnect.excep_wrong_total_amount
2375-msgid "Total Amount differs from Magento"
2376-msgstr "Gesamtwert unterscheidet sich zu Magento"
2377-
2378-#. module: magentoerpconnect
2379-#: field:magento.store,send_picking_done_mail:0
2380-msgid "Send email notification on picking done"
2381-msgstr "Sende Versandbestätigung per E-Mail"
2382-
2383-#. module: magentoerpconnect
2384-#: model:ir.model,name:magentoerpconnect.model_magento_binding
2385-#: model:ir.model,name:magentoerpconnect.model_magento_res_partner_category
2386-msgid "Magento Binding (abstract)"
2387-msgstr ""
2388-
2389-#. module: magentoerpconnect
2390-#: model:ir.model,name:magentoerpconnect.model_magento_account_invoice
2391-msgid "Magento Account Invoice"
2392-msgstr ""
2393-
2394-#. module: magentoerpconnect
2395-#: sql_constraint:magento.store:0
2396-msgid "A store with the same ID on Magento already exists."
2397-msgstr "Ein Store mit der ID existiert bereits in Magento."
2398-
2399-#. module: magentoerpconnect
2400-#: model:ir.model,name:magentoerpconnect.model_magento_res_partner
2401-#: field:magento.address,magento_partner_id:0
2402-#: view:magento.res.partner:0
2403-msgid "Magento Partner"
2404-msgstr "Magento Partner"
2405-
2406-#. module: magentoerpconnect
2407-#: sql_constraint:magento.storeview:0
2408-msgid "A storeview with same ID on Magento already exists."
2409-msgstr "Ein Storeview mit der ID existiert bereits in Magento."
2410-
2411-#. module: magentoerpconnect
2412-#: model:ir.model,name:magentoerpconnect.model_magento_stock_picking_out
2413-#: view:magento.stock.picking.out:0
2414-msgid "Magento Delivery Order"
2415-msgstr "Magento Versandauftrag"
2416-
2417-#. module: magentoerpconnect
2418-#: view:magento.backend:0
2419-msgid "Import products since"
2420-msgstr "Importiere Produkte seit"
2421-
2422-#. module: magentoerpconnect
2423-#: field:magento.product.category,description:0
2424-msgid "Description"
2425-msgstr "Beschreibung"
2426-
2427-#. module: magentoerpconnect
2428-#: selection:magento.product.product,backorders:0
2429-msgid "Sell Quantity < 0 and Use Customer Notification"
2430-msgstr "Verkaufsmenge < 0 und benutzte Kundenbenachrichtigungen"
2431-
2432-#. module: magentoerpconnect
2433-#: sql_constraint:magento.account.invoice:0
2434-msgid "An invoice with the same ID on Magento already exists."
2435-msgstr "Eine Rechnung mit der ID existiert bereits in Magento."
2436-
2437-#. module: magentoerpconnect
2438-#: sql_constraint:magento.res.partner:0
2439-msgid "A partner with same ID on Magento already exists for this website."
2440-msgstr ""
2441-"Ein Partner mit der ID existiert in Magento bereits für diese Webseite."
2442-
2443-#. module: magentoerpconnect
2444-#: view:magento.backend:0
2445-msgid "e.g. http://my.magento.com"
2446-msgstr "e.g. http://my.magento.com"
2447-
2448-#. module: magentoerpconnect
2449-#: view:magento.account.invoice:0
2450-msgid "Magento Invoice"
2451-msgstr "Magento Rechnung"
2452-
2453-#. module: magentoerpconnect
2454-#: field:magento.backend,password:0
2455-msgid "Password"
2456-msgstr "Passwort"
2457-
2458-#. module: magentoerpconnect
2459-#: view:magento.backend:0
2460-msgid "Main Configuration"
2461-msgstr "Hauptkonfiguration"
2462-
2463-#. module: magentoerpconnect
2464-#: model:sale.exception,description:magentoerpconnect.excep_wrong_total_amount
2465-msgid ""
2466-"The amount computed in OpenERP doesn't match with the amount in Magento.\n"
2467-"\n"
2468-"Cause:\n"
2469-"The taxes are probably different between OpenERP and Magento. A fiscal "
2470-"position could have changed the final price.\n"
2471-"\n"
2472-"Resolution:\n"
2473-"Check your taxes and fiscal positions configuration and correct them if "
2474-"necessary."
2475-msgstr ""
2476-"Die in OpenERP errechnete Summe stimmt nicht mit der aus Magento überein.\n"
2477-"\n"
2478-"Grund:\n"
2479-"Die Steuern sind evtl. verschieden zwischen OpenERP und Magento. Eine "
2480-"Finanzposition hat die Endsumme evtl. verändert.\n"
2481-"\n"
2482-"Lösung:\n"
2483-"Überprüfen Sie Steuern und Finanzpositionen und korrigieren Sie diese, falls "
2484-"nötig."
2485-
2486-#. module: magentoerpconnect
2487-#: model:sale.exception,name:magentoerpconnect.excep_wrong_total_amount_tax
2488-msgid "Total Tax Amount differs from Magento"
2489-msgstr "Steuersumme unterscheidet sich zu Magento"
2490-
2491-#. module: magentoerpconnect
2492-#: view:magento.backend:0
2493-msgid "Import all customer groups"
2494-msgstr "Importiere alle Kundengruppen"
2495-
2496-#. module: magentoerpconnect
2497-#: field:magento.backend,name:0
2498-#: field:magento.storeview,name:0
2499-#: field:magento.website,name:0
2500-msgid "Name"
2501-msgstr "Name"
2502-
2503-#. module: magentoerpconnect
2504-#: model:ir.model,name:magentoerpconnect.model_magento_website
2505-#: field:magento.address,website_id:0
2506-#: field:magento.res.partner,website_id:0
2507-#: field:magento.store,website_id:0
2508-#: view:magento.website:0
2509-msgid "Magento Website"
2510-msgstr "Magento Webseite"
2511-
2512-#. module: magentoerpconnect
2513-#: field:magento.storeview,enabled:0
2514-msgid "Enabled"
2515-msgstr "Aktiviert"
2516-
2517-#. module: magentoerpconnect
2518-#: field:magento.product.product,backorders:0
2519-msgid "Manage Inventory Backorders"
2520-msgstr "Verwalte Inventarrücksendungen"
2521-
2522-#. module: magentoerpconnect
2523-#: model:ir.model,name:magentoerpconnect.model_product_product
2524-#: field:magento.product.product,openerp_id:0
2525-msgid "Product"
2526-msgstr "Produkt"
2527-
2528-#. module: magentoerpconnect
2529-#: view:magento.backend:0
2530-msgid "Synchronize Metadata"
2531-msgstr "Synchronisiere Metadaten"
2532-
2533-#. module: magentoerpconnect
2534-#: help:magento.website,pricelist_id:0
2535-msgid ""
2536-"The pricelist used to define the prices of the products in Magento for this "
2537-"website.\n"
2538-"Choose a pricelist only if the prices are different for this website.\n"
2539-"When empty, the default price will be used."
2540-msgstr ""
2541-"Die Preisliste, welche benutzt wird, um die Preise der Produkte der Webseite "
2542-"in Magento zu definieren.\n"
2543-"Wählen Sie eine Preisliste nur, wenn die Preis sich für diese Webseite "
2544-"unterscheiden. \n"
2545-"Wenn leer, wird der Standartpreis benutzt."
2546-
2547-#. module: magentoerpconnect
2548-#: model:ir.model,name:magentoerpconnect.model_delivery_carrier
2549-msgid "Carrier"
2550-msgstr "Frachtführer"
2551-
2552-#. module: magentoerpconnect
2553-#: model:ir.ui.menu,name:magentoerpconnect.menu_magento_website
2554-#: view:magento.backend:0
2555-#: field:magento.product.product,website_ids:0
2556-msgid "Websites"
2557-msgstr "Webseiten"
2558-
2559-#. module: magentoerpconnect
2560-#: view:magento.product.product:0
2561-msgid "Inventory Options"
2562-msgstr "Sortimentsoptionen"
2563-
2564-#. module: magentoerpconnect
2565-#: selection:magento.product.product,backorders:0
2566-msgid "No Sell"
2567-msgstr "Kein Verkauf"
2568-
2569-#. module: magentoerpconnect
2570-#: view:magento.backend:0
2571-msgid ""
2572-"Once imported,\n"
2573-" some types of records,\n"
2574-" like the products or categories,\n"
2575-" need a manual review.\n"
2576-" You will find the list\n"
2577-" of the new records to review\n"
2578-" in the menu 'Connectors > Checkpoint'."
2579-msgstr ""
2580-"Einmal importiert,\n"
2581-" einige Typen von Daten, \n"
2582-" wie die Produkte oder Kategorien, \n"
2583-" brauchen eine manuelle Überprüfung.\n"
2584-" Sie finden die Liste der zu Überprüfenden "
2585-"Daten in dem \n"
2586-" Menü 'Connectors > Checkpunkte'."
2587-
2588-#. module: magentoerpconnect
2589-#: field:delivery.carrier,magento_tracking_title:0
2590-msgid "Magento Tracking Title"
2591-msgstr "Magento Sendungsverfolgungstitel"
2592-
2593-#. module: magentoerpconnect
2594-#: selection:magento.product.product,manage_stock:0
2595-msgid "Manage Stock"
2596-msgstr ""
2597-
2598-#. module: magentoerpconnect
2599-#: field:magento.address,updated_at:0
2600-#: field:magento.product.product,updated_at:0
2601-#: field:magento.res.partner,updated_at:0
2602-msgid "Updated At (on Magento)"
2603-msgstr ""
2604-
2605-#. module: magentoerpconnect
2606-#: selection:magento.stock.picking.out,picking_method:0
2607-msgid "Complete"
2608-msgstr "Vollständig"
2609-
2610-#. module: magentoerpconnect
2611-#: model:ir.model,name:magentoerpconnect.model_magento_store
2612-#: view:magento.store:0
2613-msgid "Magento Store"
2614-msgstr "Magento Store"
2615-
2616-#. module: magentoerpconnect
2617-#: model:ir.model,name:magentoerpconnect.model_magento_product_product
2618-#: view:magento.product.product:0
2619-msgid "Magento Product"
2620-msgstr "Magento Produkt"
2621-
2622-#. module: magentoerpconnect
2623-#: model:ir.model,name:magentoerpconnect.model_magento_sale_order
2624-#: field:magento.account.invoice,magento_order_id:0
2625-#: field:magento.sale.order.line,magento_order_id:0
2626-#: field:magento.stock.picking.out,magento_order_id:0
2627-msgid "Magento Sale Order"
2628-msgstr "Magento VK-Auftrag"
2629-
2630-#. module: magentoerpconnect
2631-#: field:magento.website,import_partners_from_date:0
2632-msgid "Import partners from date"
2633-msgstr "Importiere Partner seit Datum"
2634-
2635-#. module: magentoerpconnect
2636-#: sql_constraint:magento.sale.order:0
2637-#: sql_constraint:magento.sale.order.line:0
2638-msgid "A sale order line with the same ID on Magento already exists."
2639-msgstr "Eine VK-Auftragszeile mit der ID existiert bereits in Magento."
2640-
2641-#. module: magentoerpconnect
2642-#: field:magento.sale.order,magento_order_line_ids:0
2643-msgid "Magento Order Lines"
2644-msgstr "Magento Auftragszeilen"
2645-
2646-#. module: magentoerpconnect
2647-#: field:magento.res.partner,newsletter:0
2648-msgid "Newsletter"
2649-msgstr "Newsletter"
2650-
2651-#. module: magentoerpconnect
2652-#: help:magento.backend,default_lang_id:0
2653-msgid ""
2654-"If a default language is selected, the records will be imported in the "
2655-"translation of this language.\n"
2656-"Note that a similar configuration exists for each storeview."
2657-msgstr ""
2658-
2659-#. module: magentoerpconnect
2660-#: sql_constraint:magento.address:0
2661-msgid "A partner address with same ID on Magento already exists."
2662-msgstr ""
2663
2664=== added file 'magentoerpconnect/i18n/es.po'
2665--- magentoerpconnect/i18n/es.po 1970-01-01 00:00:00 +0000
2666+++ magentoerpconnect/i18n/es.po 2014-03-19 10:37:13 +0000
2667@@ -0,0 +1,1053 @@
2668+# Spanish translation for openerp-connector-magento
2669+# Copyright (c) 2014 Rosetta Contributors and Canonical Ltd 2014
2670+# This file is distributed under the same license as the openerp-connector-magento package.
2671+# FIRST AUTHOR <EMAIL@ADDRESS>, 2014.
2672+#
2673+msgid ""
2674+msgstr ""
2675+"Project-Id-Version: openerp-connector-magento\n"
2676+"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
2677+"POT-Creation-Date: 2013-05-01 12:45+0000\n"
2678+"PO-Revision-Date: 2014-02-28 14:21+0000\n"
2679+"Last-Translator: Alberto Garcia (Factor Libre) "
2680+"<alberto.garcia@factorlibre.com>\n"
2681+"Language-Team: Spanish <es@li.org>\n"
2682+"MIME-Version: 1.0\n"
2683+"Content-Type: text/plain; charset=UTF-8\n"
2684+"Content-Transfer-Encoding: 8bit\n"
2685+"X-Launchpad-Export-Date: 2014-03-01 05:56+0000\n"
2686+"X-Generator: Launchpad (build 16948)\n"
2687+
2688+#. module: magentoerpconnect
2689+#: help:magento.backend,pricelist_id:0
2690+msgid "The price list used to define the prices of the products in Magento."
2691+msgstr "La tarifa usada para definir los precios de los productos en Magento"
2692+
2693+#. module: magentoerpconnect
2694+#: help:magento.store,send_invoice_paid_mail:0
2695+msgid ""
2696+"Does the invoice export/creation should send an email notification on "
2697+"Magento side?"
2698+msgstr ""
2699+"La creación/exportación de la factura debe enviar una notificación por email "
2700+"desde Magento?"
2701+
2702+#. module: magentoerpconnect
2703+#: view:magento.backend:0
2704+msgid "Import sales orders from all store views"
2705+msgstr "Importar ordenes de ventas de todas las vistas de tienda"
2706+
2707+#. module: magentoerpconnect
2708+#: model:sale.exception,description:magentoerpconnect.excep_wrong_total_amount_tax
2709+msgid ""
2710+"The tax amount computed in OpenERP doesn't match with the tax amount in "
2711+"Magento.\n"
2712+"\n"
2713+"Cause:\n"
2714+"The taxes are probably different between OpenERP and Magento. A fiscal "
2715+"position could have changed the final price.\n"
2716+"\n"
2717+"Resolution:\n"
2718+"Check your taxes and fiscal positions configuration and correct them if "
2719+"necessary."
2720+msgstr ""
2721+"The tax amount computed in OpenERP doesn't match with the tax amount in "
2722+"Magento.\n"
2723+"\n"
2724+"Cause:\n"
2725+"The taxes are probably different between OpenERP and Magento. A fiscal "
2726+"position could have changed the final price.\n"
2727+"\n"
2728+"Resolution:\n"
2729+"Check your taxes and fiscal positions configuration and correct them if "
2730+"necessary."
2731+
2732+#. module: magentoerpconnect
2733+#: help:magento.backend,warehouse_id:0
2734+msgid "Warehouse used to compute the stock quantities."
2735+msgstr "Almacén utilizado para computar las cantidades de stock"
2736+
2737+#. module: magentoerpconnect
2738+#: field:magento.account.invoice,sync_date:0
2739+#: field:magento.address,sync_date:0
2740+#: field:magento.binding,sync_date:0
2741+#: field:magento.product.category,sync_date:0
2742+#: field:magento.product.product,sync_date:0
2743+#: field:magento.res.partner,sync_date:0
2744+#: field:magento.res.partner.category,sync_date:0
2745+#: field:magento.sale.order,sync_date:0
2746+#: field:magento.sale.order.line,sync_date:0
2747+#: field:magento.stock.picking.out,sync_date:0
2748+#: field:magento.store,sync_date:0
2749+#: field:magento.storeview,sync_date:0
2750+#: field:magento.website,sync_date:0
2751+msgid "Last synchronization date"
2752+msgstr "Fecha última sincronización"
2753+
2754+#. module: magentoerpconnect
2755+#: help:magento.backend,default_category_id:0
2756+msgid ""
2757+"If a default category is selected, products imported without a category will "
2758+"be linked to it."
2759+msgstr ""
2760+"If a default category is selected, products imported without a category will "
2761+"be linked to it."
2762+
2763+#. module: magentoerpconnect
2764+#: help:magento.storeview,import_orders_from_date:0
2765+msgid ""
2766+"do not consider non-imported sale orders before this date. Leave empty to "
2767+"import all sale orders"
2768+msgstr ""
2769+"do not consider non-imported sale orders before this date. Leave empty to "
2770+"import all sale orders"
2771+
2772+#. module: magentoerpconnect
2773+#: help:magento.store,send_picking_done_mail:0
2774+msgid ""
2775+"Does the picking export/creation should send an email notification on "
2776+"Magento side?"
2777+msgstr ""
2778+"Does the picking export/creation should send an email notification on "
2779+"Magento side?"
2780+
2781+#. module: magentoerpconnect
2782+#: selection:magento.product.product,manage_stock:0
2783+msgid "Do Not Manage Stock"
2784+msgstr "No se controla stock"
2785+
2786+#. module: magentoerpconnect
2787+#: field:connector.config.settings,module_magentoerpconnect_catalog:0
2788+msgid "Handle the product's catalog (not implemented)"
2789+msgstr "Handle the product's catalog (not implemented)"
2790+
2791+#. module: magentoerpconnect
2792+#: field:res.partner,company:0
2793+msgid "Company"
2794+msgstr "Compañía"
2795+
2796+#. module: magentoerpconnect
2797+#: sql_constraint:magento.website:0
2798+msgid "A website with the same ID on Magento already exists."
2799+msgstr "Una web con las misma ID existe en Magento"
2800+
2801+#. module: magentoerpconnect
2802+#: field:magento.backend,import_categories_from_date:0
2803+msgid "Import categories from date"
2804+msgstr "Importar categorías desde fecha"
2805+
2806+#. module: magentoerpconnect
2807+#: view:account.invoice:0
2808+#: field:account.invoice,magento_bind_ids:0
2809+#: view:product.category:0
2810+#: field:product.category,magento_bind_ids:0
2811+#: view:product.product:0
2812+#: field:product.product,magento_bind_ids:0
2813+#: view:res.partner:0
2814+#: field:res.partner,magento_bind_ids:0
2815+#: field:res.partner.category,magento_bind_ids:0
2816+#: field:sale.order,magento_bind_ids:0
2817+#: field:sale.order.line,magento_bind_ids:0
2818+#: field:sale.shop,magento_bind_ids:0
2819+#: field:stock.picking,magento_bind_ids:0
2820+#: view:stock.picking.out:0
2821+#: field:stock.picking.out,magento_bind_ids:0
2822+msgid "Magento Bindings"
2823+msgstr "Magento Bindings"
2824+
2825+#. module: magentoerpconnect
2826+#: help:connector.config.settings,module_magentoerpconnect_catalog:0
2827+msgid "This installs the module magentoerpconnect_catalog."
2828+msgstr "Esto instala el módulo magentoerpconnect_catalog."
2829+
2830+#. module: magentoerpconnect
2831+#: field:magento.address,is_magento_order_address:0
2832+msgid "Address from a Magento Order"
2833+msgstr "Dirección desde un Pedido Magento"
2834+
2835+#. module: magentoerpconnect
2836+#: field:magento.sale.order,magento_order_id:0
2837+msgid "Magento Order ID"
2838+msgstr "Id Pedido Magento"
2839+
2840+#. module: magentoerpconnect
2841+#: model:ir.model,name:magentoerpconnect.model_magentoerpconnect_installed
2842+msgid "magentoerpconnect.installed"
2843+msgstr "magentoerpconnect.installed"
2844+
2845+#. module: magentoerpconnect
2846+#: help:connector.config.settings,module_magentoerpconnect_export_partner:0
2847+msgid "This installs the module magentoerpconnect_export_partner."
2848+msgstr "This installs the module magentoerpconnect_export_partner."
2849+
2850+#. module: magentoerpconnect
2851+#: field:magento.sale.order.line,notes:0
2852+msgid "Notes"
2853+msgstr "Notas"
2854+
2855+#. module: magentoerpconnect
2856+#: field:magento.sale.order,openerp_id:0
2857+msgid "Sale Order"
2858+msgstr "Pedido de Venta"
2859+
2860+#. module: magentoerpconnect
2861+#: field:magento.stock.picking.out,openerp_id:0
2862+msgid "Stock Picking"
2863+msgstr "Albaran"
2864+
2865+#. module: magentoerpconnect
2866+#: view:connector.config.settings:0
2867+msgid "Extensions"
2868+msgstr "Extensiones"
2869+
2870+#. module: magentoerpconnect
2871+#: view:magento.backend:0
2872+msgid "Advanced Configuration"
2873+msgstr "Configuración avanzada"
2874+
2875+#. module: magentoerpconnect
2876+#: field:magento.res.partner,group_id:0
2877+msgid "Magento Group (Category)"
2878+msgstr "Grupo Magento (Categoría)"
2879+
2880+#. module: magentoerpconnect
2881+#: model:ir.ui.menu,name:magentoerpconnect.menu_magento_store
2882+#: view:magento.website:0
2883+#: field:magento.website,store_ids:0
2884+msgid "Stores"
2885+msgstr "Tiendas"
2886+
2887+#. module: magentoerpconnect
2888+#: field:magento.backend,product_stock_field_id:0
2889+msgid "Stock Field"
2890+msgstr "Campo Stock"
2891+
2892+#. module: magentoerpconnect
2893+#: field:magento.res.partner.category,openerp_id:0
2894+msgid "Partner Category"
2895+msgstr "Categoría de empresa"
2896+
2897+#. module: magentoerpconnect
2898+#: help:magento.product.product,magento_qty:0
2899+msgid "Last computed quantity to send on Magento."
2900+msgstr "Ultima cantidad computada enviada a Magento"
2901+
2902+#. module: magentoerpconnect
2903+#: model:ir.ui.menu,name:magentoerpconnect.menu_magento_root
2904+#: view:res.partner.category:0
2905+msgid "Magento"
2906+msgstr "Magento"
2907+
2908+#. module: magentoerpconnect
2909+#: model:ir.model,name:magentoerpconnect.model_connector_config_settings
2910+msgid "connector.config.settings"
2911+msgstr ""
2912+
2913+#. module: magentoerpconnect
2914+#: field:magento.backend,import_products_from_date:0
2915+msgid "Import products from date"
2916+msgstr "Importar productos desde fecha"
2917+
2918+#. module: magentoerpconnect
2919+#: model:ir.model,name:magentoerpconnect.model_res_partner
2920+#: field:magento.address,openerp_id:0
2921+#: field:magento.res.partner,openerp_id:0
2922+msgid "Partner"
2923+msgstr "Empresa"
2924+
2925+#. module: magentoerpconnect
2926+#: model:ir.model,name:magentoerpconnect.model_sale_order
2927+msgid "Sales Order"
2928+msgstr "Pedidos de venta"
2929+
2930+#. module: magentoerpconnect
2931+#: model:ir.model,name:magentoerpconnect.model_stock_picking_out
2932+msgid "Delivery Orders"
2933+msgstr "Albaranes"
2934+
2935+#. module: magentoerpconnect
2936+#: model:ir.model,name:magentoerpconnect.model_sale_order_line
2937+msgid "Sales Order Line"
2938+msgstr "Lineas Pedidos Venta"
2939+
2940+#. module: magentoerpconnect
2941+#: field:connector.config.settings,module_magentoerpconnect_pricing:0
2942+msgid "Prices are managed in OpenERP with pricelists"
2943+msgstr "Precios son gestionados en OpenERP con Tarifas"
2944+
2945+#. module: magentoerpconnect
2946+#: field:magento.address,is_default_shipping:0
2947+msgid "Default Shipping"
2948+msgstr "Forma Envio Por Defecto"
2949+
2950+#. module: magentoerpconnect
2951+#: sql_constraint:magento.stock.picking.out:0
2952+msgid "A stock picking with same ID on Magento already exists."
2953+msgstr "A stock picking with same ID on Magento already exists."
2954+
2955+#. module: magentoerpconnect
2956+#: view:magento.backend:0
2957+msgid ""
2958+"By clicking on the buttons,\n"
2959+" you will initiate the synchronizations\n"
2960+" with Magento.\n"
2961+" Note that the import or exports\n"
2962+" won't be done directly,\n"
2963+" they will create 'Jobs'\n"
2964+" executed as soon as possible."
2965+msgstr ""
2966+"By clicking on the buttons,\n"
2967+" you will initiate the synchronizations\n"
2968+" with Magento.\n"
2969+" Note that the import or exports\n"
2970+" won't be done directly,\n"
2971+" they will create 'Jobs'\n"
2972+" executed as soon as possible."
2973+
2974+#. module: magentoerpconnect
2975+#: help:magento.backend,product_stock_field_id:0
2976+msgid ""
2977+"Choose the field of the product which will be used for stock inventory "
2978+"updates.\n"
2979+"If empty, Quantity Available is used."
2980+msgstr ""
2981+"Choose the field of the product which will be used for stock inventory "
2982+"updates.\n"
2983+"If empty, Quantity Available is used."
2984+
2985+#. module: magentoerpconnect
2986+#: sql_constraint:magento.product.product:0
2987+msgid "A product with the same ID on Magento already exists"
2988+msgstr "A product with the same ID on Magento already exists"
2989+
2990+#. module: magentoerpconnect
2991+#: model:ir.ui.menu,name:magentoerpconnect.menu_magento_backend
2992+msgid "Backends"
2993+msgstr "Backends"
2994+
2995+#. module: magentoerpconnect
2996+#: field:magento.backend,location:0
2997+msgid "Location"
2998+msgstr "Localización"
2999+
3000+#. module: magentoerpconnect
3001+#: model:ir.model,name:magentoerpconnect.model_stock_picking
3002+msgid "Picking List"
3003+msgstr "Albarán"
3004+
3005+#. module: magentoerpconnect
3006+#: field:magento.backend,warehouse_id:0
3007+msgid "Warehouse"
3008+msgstr "Almacen"
3009+
3010+#. module: magentoerpconnect
3011+#: field:magento.backend,catalog_price_tax_included:0
3012+msgid "Prices include tax"
3013+msgstr "Precios incluyen impuestos"
3014+
3015+#. module: magentoerpconnect
3016+#: view:magento.backend:0
3017+msgid "Import products categories since"
3018+msgstr "Importar categorias productos desde"
3019+
3020+#. module: magentoerpconnect
3021+#: field:magento.sale.order.line,openerp_id:0
3022+msgid "Sale Order Line"
3023+msgstr "Línea Pedido Venta"
3024+
3025+#. module: magentoerpconnect
3026+#: field:magento.backend,username:0
3027+msgid "Username"
3028+msgstr "Usuario"
3029+
3030+#. module: magentoerpconnect
3031+#: model:ir.model,name:magentoerpconnect.model_product_category
3032+#: field:magento.product.category,openerp_id:0
3033+msgid "Product Category"
3034+msgstr "Categoría Producto"
3035+
3036+#. module: magentoerpconnect
3037+#: field:magento.res.partner,guest_customer:0
3038+msgid "Guest Customer"
3039+msgstr "Cliente Anónimo"
3040+
3041+#. module: magentoerpconnect
3042+#: help:connector.config.settings,module_magentoerpconnect_pricing:0
3043+msgid ""
3044+"Prices are set in OpenERP and exported to Magento.\n"
3045+"\n"
3046+"This installs the module magentoerpconnect_pricing."
3047+msgstr ""
3048+"Prices are set in OpenERP and exported to Magento.\n"
3049+"\n"
3050+"This installs the module magentoerpconnect_pricing."
3051+
3052+#. module: magentoerpconnect
3053+#: field:delivery.carrier,magento_carrier_code:0
3054+msgid "Magento Base Carrier Code"
3055+msgstr "Magento Base Carrier Code"
3056+
3057+#. module: magentoerpconnect
3058+#: view:magento.website:0
3059+msgid "Import partners since"
3060+msgstr "Importar empresas desde"
3061+
3062+#. module: magentoerpconnect
3063+#: view:magento.backend:0
3064+#: view:magento.website:0
3065+msgid "Import in background"
3066+msgstr "Importar en segundo plano"
3067+
3068+#. module: magentoerpconnect
3069+#: field:magento.account.invoice,magento_id:0
3070+#: field:magento.address,magento_id:0
3071+#: field:magento.binding,magento_id:0
3072+#: field:magento.product.category,magento_id:0
3073+#: field:magento.product.product,magento_id:0
3074+#: field:magento.res.partner,magento_id:0
3075+#: field:magento.res.partner.category,magento_id:0
3076+#: field:magento.sale.order,magento_id:0
3077+#: field:magento.sale.order.line,magento_id:0
3078+#: field:magento.stock.picking.out,magento_id:0
3079+#: field:magento.store,magento_id:0
3080+#: field:magento.storeview,magento_id:0
3081+#: field:magento.website,magento_id:0
3082+msgid "ID on Magento"
3083+msgstr "ID en Magento"
3084+
3085+#. module: magentoerpconnect
3086+#: model:ir.actions.act_window,name:magentoerpconnect.action_magento_store
3087+msgid "Magento Stores"
3088+msgstr "Tiendas Magento"
3089+
3090+#. module: magentoerpconnect
3091+#: field:magento.backend,pricelist_id:0
3092+#: field:magento.website,pricelist_id:0
3093+msgid "Pricelist"
3094+msgstr "Tarifa"
3095+
3096+#. module: magentoerpconnect
3097+#: field:magento.sale.order,total_amount:0
3098+msgid "Total amount"
3099+msgstr "Cantidad Total"
3100+
3101+#. module: magentoerpconnect
3102+#: model:ir.model,name:magentoerpconnect.model_magento_product_category
3103+#: view:magento.product.category:0
3104+msgid "Magento Product Category"
3105+msgstr "Categoría Producto Magento"
3106+
3107+#. module: magentoerpconnect
3108+#: view:magento.product.product:0
3109+msgid "(recompute)"
3110+msgstr "(recompitar)"
3111+
3112+#. module: magentoerpconnect
3113+#: field:magento.store,openerp_id:0
3114+msgid "Sale Shop"
3115+msgstr "Tienda Venta"
3116+
3117+#. module: magentoerpconnect
3118+#: field:magento.product.product,manage_stock:0
3119+msgid "Manage Stock Level"
3120+msgstr "Gestión Nivel Stock"
3121+
3122+#. module: magentoerpconnect
3123+#: model:ir.model,name:magentoerpconnect.model_magento_backend
3124+#: field:magento.account.invoice,backend_id:0
3125+#: field:magento.address,backend_id:0
3126+#: view:magento.backend:0
3127+#: field:magento.binding,backend_id:0
3128+#: field:magento.product.category,backend_id:0
3129+#: field:magento.product.product,backend_id:0
3130+#: field:magento.res.partner,backend_id:0
3131+#: field:magento.res.partner.category,backend_id:0
3132+#: field:magento.sale.order,backend_id:0
3133+#: field:magento.sale.order.line,backend_id:0
3134+#: field:magento.stock.picking.out,backend_id:0
3135+#: field:magento.store,backend_id:0
3136+#: field:magento.storeview,backend_id:0
3137+#: field:magento.website,backend_id:0
3138+msgid "Magento Backend"
3139+msgstr "Magento Backend"
3140+
3141+#. module: magentoerpconnect
3142+#: view:magento.storeview:0
3143+msgid "Import Sale Orders"
3144+msgstr "Importar"
3145+
3146+#. module: magentoerpconnect
3147+#: field:magento.stock.picking.out,picking_method:0
3148+msgid "Picking Method"
3149+msgstr "Método Picking"
3150+
3151+#. module: magentoerpconnect
3152+#: view:res.partner:0
3153+#: field:res.partner,magento_address_bind_ids:0
3154+msgid "Magento Address Bindings"
3155+msgstr "Magento Address Bindings"
3156+
3157+#. module: magentoerpconnect
3158+#: field:magento.store,send_invoice_paid_mail:0
3159+msgid "Send email notification on invoice paid"
3160+msgstr "Enviar notificación email cuando se pague la factura"
3161+
3162+#. module: magentoerpconnect
3163+#: model:ir.actions.act_window,name:magentoerpconnect.action_magento_storeview
3164+msgid "Magento Storeviews"
3165+msgstr "Vista Tienda Magento"
3166+
3167+#. module: magentoerpconnect
3168+#: view:magento.storeview:0
3169+msgid "Import Sale Orders since"
3170+msgstr "Importar Pedidos Venta desde"
3171+
3172+#. module: magentoerpconnect
3173+#: selection:magento.product.product,backorders:0
3174+msgid "Sell Quantity < 0"
3175+msgstr "Vendes Cantidad < 0"
3176+
3177+#. module: magentoerpconnect
3178+#: help:magento.sale.order,magento_order_id:0
3179+msgid "'order_id' field in Magento"
3180+msgstr "'order_id' field in Magento"
3181+
3182+#. module: magentoerpconnect
3183+#: field:magento.product.category,magento_parent_id:0
3184+msgid "Magento Parent Category"
3185+msgstr "Categoría Padre Magento"
3186+
3187+#. module: magentoerpconnect
3188+#: field:magento.res.partner,emailid:0
3189+msgid "E-mail address"
3190+msgstr "E-mail"
3191+
3192+#. module: magentoerpconnect
3193+#: selection:magento.stock.picking.out,picking_method:0
3194+msgid "Partial"
3195+msgstr "Parcial"
3196+
3197+#. module: magentoerpconnect
3198+#: model:ir.model,name:magentoerpconnect.model_sale_shop
3199+msgid "Sales Shop"
3200+msgstr "Tienda Ventas"
3201+
3202+#. module: magentoerpconnect
3203+#: field:magento.sale.order,total_amount_tax:0
3204+msgid "Total amount w. tax"
3205+msgstr "Total w. impuesto"
3206+
3207+#. module: magentoerpconnect
3208+#: model:ir.model,name:magentoerpconnect.model_magento_storeview
3209+#: view:magento.storeview:0
3210+msgid "Magento Storeview"
3211+msgstr "Vista Tienda Magento"
3212+
3213+#. module: magentoerpconnect
3214+#: field:magento.backend,default_lang_id:0
3215+msgid "Default Language"
3216+msgstr "Idioma por defecto"
3217+
3218+#. module: magentoerpconnect
3219+#: field:magento.sale.order,magento_parent_id:0
3220+msgid "Parent Magento Order"
3221+msgstr "Pedido Magento Padre"
3222+
3223+#. module: magentoerpconnect
3224+#: model:ir.model,name:magentoerpconnect.model_magento_address
3225+#: view:magento.address:0
3226+msgid "Magento Address"
3227+msgstr "Dirección Magento"
3228+
3229+#. module: magentoerpconnect
3230+#: view:magento.backend:0
3231+msgid "Update"
3232+msgstr "Actualizar"
3233+
3234+#. module: magentoerpconnect
3235+#: model:ir.ui.menu,name:magentoerpconnect.menu_magento_storeview
3236+#: view:magento.store:0
3237+#: field:magento.store,storeview_ids:0
3238+msgid "Storeviews"
3239+msgstr "Vistas Tiendas"
3240+
3241+#. module: magentoerpconnect
3242+#: selection:magento.product.product,backorders:0
3243+#: selection:magento.product.product,manage_stock:0
3244+msgid "Use Default Config"
3245+msgstr "Usar Configuración por defecto"
3246+
3247+#. module: magentoerpconnect
3248+#: field:magento.storeview,store_id:0
3249+msgid "Store"
3250+msgstr "Tienda"
3251+
3252+#. module: magentoerpconnect
3253+#: field:magento.backend,website_ids:0
3254+msgid "Website"
3255+msgstr "Sitio Web"
3256+
3257+#. module: magentoerpconnect
3258+#: view:magento.backend:0
3259+msgid "Magento Configuration"
3260+msgstr "Magento Configuration"
3261+
3262+#. module: magentoerpconnect
3263+#: view:magento.backend:0
3264+msgid "Update all the products stock quantities"
3265+msgstr "Actualizar el stock de todos los productos"
3266+
3267+#. module: magentoerpconnect
3268+#: view:magento.backend:0
3269+msgid "Import partners from all websites"
3270+msgstr "Importar empresas de todos los sitios web"
3271+
3272+#. module: magentoerpconnect
3273+#: view:connector.config.settings:0
3274+msgid "Magentoerpconnect"
3275+msgstr "Magentoerpconnect"
3276+
3277+#. module: magentoerpconnect
3278+#: view:magento.store:0
3279+#: view:magento.storeview:0
3280+#: view:magento.website:0
3281+msgid "Options"
3282+msgstr "Opciones"
3283+
3284+#. module: magentoerpconnect
3285+#: field:res.partner,birthday:0
3286+msgid "Birthday"
3287+msgstr "Cumpleaños"
3288+
3289+#. module: magentoerpconnect
3290+#: field:magento.backend,default_category_id:0
3291+msgid "Default Product Category"
3292+msgstr "Categoría Producto por Defecto"
3293+
3294+#. module: magentoerpconnect
3295+#: field:magento.product.product,magento_qty:0
3296+msgid "Computed Quantity"
3297+msgstr "Computed Quantity"
3298+
3299+#. module: magentoerpconnect
3300+#: model:ir.actions.act_window,name:magentoerpconnect.action_magento_website
3301+msgid "Magento Websites"
3302+msgstr "Sitio Web Magento"
3303+
3304+#. module: magentoerpconnect
3305+#: model:ir.model,name:magentoerpconnect.model_magento_sale_order_line
3306+msgid "Magento Sale Order Line"
3307+msgstr "Línea Pedido Venta Magento"
3308+
3309+#. module: magentoerpconnect
3310+#: sql_constraint:magento.product.category:0
3311+msgid "A product category with same ID on Magento already exists."
3312+msgstr "A product category with same ID on Magento already exists."
3313+
3314+#. module: magentoerpconnect
3315+#: field:magento.product.product,product_type:0
3316+msgid "Magento Product Type"
3317+msgstr "Tipo Producto Magento"
3318+
3319+#. module: magentoerpconnect
3320+#: field:magento.storeview,lang_id:0
3321+msgid "Language"
3322+msgstr "Idioma"
3323+
3324+#. module: magentoerpconnect
3325+#: field:magento.address,created_at:0
3326+#: field:magento.product.product,created_at:0
3327+#: field:magento.res.partner,created_at:0
3328+msgid "Created At (on Magento)"
3329+msgstr "Creado a las (en Magento)"
3330+
3331+#. module: magentoerpconnect
3332+#: field:delivery.carrier,magento_export_tracking:0
3333+msgid "Export tracking numbers"
3334+msgstr "Exportar Números de Seguimiento"
3335+
3336+#. module: magentoerpconnect
3337+#: field:magento.storeview,sort_order:0
3338+#: field:magento.website,sort_order:0
3339+msgid "Sort Order"
3340+msgstr "Orden de Clasificación"
3341+
3342+#. module: magentoerpconnect
3343+#: field:magento.backend,product_binding_ids:0
3344+#: field:magento.website,product_binding_ids:0
3345+msgid "Magento Products"
3346+msgstr "Productos Magento"
3347+
3348+#. module: magentoerpconnect
3349+#: field:magento.storeview,import_orders_from_date:0
3350+msgid "Import sale orders from date"
3351+msgstr "Importar pedidos venta desde fecha"
3352+
3353+#. module: magentoerpconnect
3354+#: model:ir.model,name:magentoerpconnect.model_res_partner_category
3355+msgid "Partner Categories"
3356+msgstr "Categorías Empresas"
3357+
3358+#. module: magentoerpconnect
3359+#: field:magento.address,is_default_billing:0
3360+msgid "Default Invoice"
3361+msgstr "Factura por defecto"
3362+
3363+#. module: magentoerpconnect
3364+#: view:magento.store:0
3365+#: view:magento.storeview:0
3366+#: view:magento.website:0
3367+msgid "Informations"
3368+msgstr "Informaciones"
3369+
3370+#. module: magentoerpconnect
3371+#: field:magento.storeview,code:0
3372+#: field:magento.website,code:0
3373+msgid "Code"
3374+msgstr "Código"
3375+
3376+#. module: magentoerpconnect
3377+#: field:magento.sale.order.line,tax_rate:0
3378+msgid "Tax Rate"
3379+msgstr "Impuesto"
3380+
3381+#. module: magentoerpconnect
3382+#: view:magento.backend:0
3383+#: view:magento.storeview:0
3384+#: view:magento.website:0
3385+msgid "Imports"
3386+msgstr "Importaciones"
3387+
3388+#. module: magentoerpconnect
3389+#: model:ir.actions.act_window,name:magentoerpconnect.action_magento_backend
3390+msgid "Magento Backends"
3391+msgstr "Magento Backends"
3392+
3393+#. module: magentoerpconnect
3394+#: field:magento.product.category,magento_child_ids:0
3395+msgid "Magento Child Categories"
3396+msgstr "Subcategorias Magento"
3397+
3398+#. module: magentoerpconnect
3399+#: field:connector.config.settings,module_magentoerpconnect_export_partner:0
3400+msgid "Export Partners to Magento (experimental)"
3401+msgstr "Exportar Empresas a Magento (experimental)"
3402+
3403+#. module: magentoerpconnect
3404+#: field:magento.backend,version:0
3405+msgid "Version"
3406+msgstr "Versión"
3407+
3408+#. module: magentoerpconnect
3409+#: model:ir.model,name:magentoerpconnect.model_account_invoice
3410+#: field:magento.account.invoice,openerp_id:0
3411+msgid "Invoice"
3412+msgstr "Factura"
3413+
3414+#. module: magentoerpconnect
3415+#: field:delivery.carrier,magento_code:0
3416+msgid "Magento Carrier Code"
3417+msgstr "Modo de Envio Magento"
3418+
3419+#. module: magentoerpconnect
3420+#: sql_constraint:magento.res.partner.category:0
3421+msgid "A partner tag with same ID on Magento already exists."
3422+msgstr "A partner tag with same ID on Magento already exists."
3423+
3424+#. module: magentoerpconnect
3425+#: field:magento.res.partner,taxvat:0
3426+msgid "Magento VAT"
3427+msgstr "Impuesto Magento"
3428+
3429+#. module: magentoerpconnect
3430+#: field:magento.res.partner.category,tax_class_id:0
3431+msgid "Tax Class ID"
3432+msgstr "Tax Class ID"
3433+
3434+#. module: magentoerpconnect
3435+#: model:sale.exception,name:magentoerpconnect.excep_wrong_total_amount
3436+msgid "Total Amount differs from Magento"
3437+msgstr "Importe Total Difiere de Magento"
3438+
3439+#. module: magentoerpconnect
3440+#: field:magento.store,send_picking_done_mail:0
3441+msgid "Send email notification on picking done"
3442+msgstr "Enviar email de notificación cuando sea realizado el picking"
3443+
3444+#. module: magentoerpconnect
3445+#: model:ir.model,name:magentoerpconnect.model_magento_binding
3446+#: model:ir.model,name:magentoerpconnect.model_magento_res_partner_category
3447+msgid "Magento Binding (abstract)"
3448+msgstr "Magento Binding (abstract)"
3449+
3450+#. module: magentoerpconnect
3451+#: model:ir.model,name:magentoerpconnect.model_magento_account_invoice
3452+msgid "Magento Account Invoice"
3453+msgstr ""
3454+
3455+#. module: magentoerpconnect
3456+#: sql_constraint:magento.store:0
3457+msgid "A store with the same ID on Magento already exists."
3458+msgstr "A store with the same ID on Magento already exists."
3459+
3460+#. module: magentoerpconnect
3461+#: model:ir.model,name:magentoerpconnect.model_magento_res_partner
3462+#: field:magento.address,magento_partner_id:0
3463+#: view:magento.res.partner:0
3464+msgid "Magento Partner"
3465+msgstr "Empresa Magento"
3466+
3467+#. module: magentoerpconnect
3468+#: sql_constraint:magento.storeview:0
3469+msgid "A storeview with same ID on Magento already exists."
3470+msgstr "A storeview with same ID on Magento already exists."
3471+
3472+#. module: magentoerpconnect
3473+#: model:ir.model,name:magentoerpconnect.model_magento_stock_picking_out
3474+#: view:magento.stock.picking.out:0
3475+msgid "Magento Delivery Order"
3476+msgstr "Albaran Magento"
3477+
3478+#. module: magentoerpconnect
3479+#: view:magento.backend:0
3480+msgid "Import products since"
3481+msgstr "Importar productos desde"
3482+
3483+#. module: magentoerpconnect
3484+#: field:magento.product.category,description:0
3485+msgid "Description"
3486+msgstr "Descripción"
3487+
3488+#. module: magentoerpconnect
3489+#: selection:magento.product.product,backorders:0
3490+msgid "Sell Quantity < 0 and Use Customer Notification"
3491+msgstr "Vender cantidad z 0 y Usar Notificación Cliente"
3492+
3493+#. module: magentoerpconnect
3494+#: sql_constraint:magento.account.invoice:0
3495+msgid "An invoice with the same ID on Magento already exists."
3496+msgstr "An invoice with the same ID on Magento already exists."
3497+
3498+#. module: magentoerpconnect
3499+#: sql_constraint:magento.res.partner:0
3500+msgid "A partner with same ID on Magento already exists for this website."
3501+msgstr "A partner with same ID on Magento already exists for this website."
3502+
3503+#. module: magentoerpconnect
3504+#: view:magento.backend:0
3505+msgid "e.g. http://my.magento.com"
3506+msgstr "e.g. http://my.magento.com"
3507+
3508+#. module: magentoerpconnect
3509+#: view:magento.account.invoice:0
3510+msgid "Magento Invoice"
3511+msgstr "Factura Magento"
3512+
3513+#. module: magentoerpconnect
3514+#: field:magento.backend,password:0
3515+msgid "Password"
3516+msgstr "Contraseña"
3517+
3518+#. module: magentoerpconnect
3519+#: view:magento.backend:0
3520+msgid "Main Configuration"
3521+msgstr "Configuración Principal"
3522+
3523+#. module: magentoerpconnect
3524+#: model:sale.exception,description:magentoerpconnect.excep_wrong_total_amount
3525+msgid ""
3526+"The amount computed in OpenERP doesn't match with the amount in Magento.\n"
3527+"\n"
3528+"Cause:\n"
3529+"The taxes are probably different between OpenERP and Magento. A fiscal "
3530+"position could have changed the final price.\n"
3531+"\n"
3532+"Resolution:\n"
3533+"Check your taxes and fiscal positions configuration and correct them if "
3534+"necessary."
3535+msgstr ""
3536+"The amount computed in OpenERP doesn't match with the amount in Magento.\n"
3537+"\n"
3538+"Cause:\n"
3539+"The taxes are probably different between OpenERP and Magento. A fiscal "
3540+"position could have changed the final price.\n"
3541+"\n"
3542+"Resolution:\n"
3543+"Check your taxes and fiscal positions configuration and correct them if "
3544+"necessary."
3545+
3546+#. module: magentoerpconnect
3547+#: model:sale.exception,name:magentoerpconnect.excep_wrong_total_amount_tax
3548+msgid "Total Tax Amount differs from Magento"
3549+msgstr "Total Impuestos difiere de Magento"
3550+
3551+#. module: magentoerpconnect
3552+#: view:magento.backend:0
3553+msgid "Import all customer groups"
3554+msgstr "Importar todos los grupos de clientes"
3555+
3556+#. module: magentoerpconnect
3557+#: field:magento.backend,name:0
3558+#: field:magento.storeview,name:0
3559+#: field:magento.website,name:0
3560+msgid "Name"
3561+msgstr "Nombre"
3562+
3563+#. module: magentoerpconnect
3564+#: model:ir.model,name:magentoerpconnect.model_magento_website
3565+#: field:magento.address,website_id:0
3566+#: field:magento.res.partner,website_id:0
3567+#: field:magento.store,website_id:0
3568+#: view:magento.website:0
3569+msgid "Magento Website"
3570+msgstr "Sitio Web Magento"
3571+
3572+#. module: magentoerpconnect
3573+#: field:magento.storeview,enabled:0
3574+msgid "Enabled"
3575+msgstr "Activado"
3576+
3577+#. module: magentoerpconnect
3578+#: field:magento.product.product,backorders:0
3579+msgid "Manage Inventory Backorders"
3580+msgstr "Manage Inventory Backorders"
3581+
3582+#. module: magentoerpconnect
3583+#: model:ir.model,name:magentoerpconnect.model_product_product
3584+#: field:magento.product.product,openerp_id:0
3585+msgid "Product"
3586+msgstr "Producto"
3587+
3588+#. module: magentoerpconnect
3589+#: view:magento.backend:0
3590+msgid "Synchronize Metadata"
3591+msgstr "Sincronizar Metadata"
3592+
3593+#. module: magentoerpconnect
3594+#: help:magento.website,pricelist_id:0
3595+msgid ""
3596+"The pricelist used to define the prices of the products in Magento for this "
3597+"website.\n"
3598+"Choose a pricelist only if the prices are different for this website.\n"
3599+"When empty, the default price will be used."
3600+msgstr ""
3601+
3602+#. module: magentoerpconnect
3603+#: model:ir.model,name:magentoerpconnect.model_delivery_carrier
3604+msgid "Carrier"
3605+msgstr "Transportista"
3606+
3607+#. module: magentoerpconnect
3608+#: model:ir.ui.menu,name:magentoerpconnect.menu_magento_website
3609+#: view:magento.backend:0
3610+#: field:magento.product.product,website_ids:0
3611+msgid "Websites"
3612+msgstr "Sitios Web"
3613+
3614+#. module: magentoerpconnect
3615+#: view:magento.product.product:0
3616+msgid "Inventory Options"
3617+msgstr "Opciones Inventario"
3618+
3619+#. module: magentoerpconnect
3620+#: selection:magento.product.product,backorders:0
3621+msgid "No Sell"
3622+msgstr "No Vender"
3623+
3624+#. module: magentoerpconnect
3625+#: view:magento.backend:0
3626+msgid ""
3627+"Once imported,\n"
3628+" some types of records,\n"
3629+" like the products or categories,\n"
3630+" need a manual review.\n"
3631+" You will find the list\n"
3632+" of the new records to review\n"
3633+" in the menu 'Connectors > Checkpoint'."
3634+msgstr ""
3635+"Once imported,\n"
3636+" some types of records,\n"
3637+" like the products or categories,\n"
3638+" need a manual review.\n"
3639+" You will find the list\n"
3640+" of the new records to review\n"
3641+" in the menu 'Connectors > Checkpoint'."
3642+
3643+#. module: magentoerpconnect
3644+#: field:delivery.carrier,magento_tracking_title:0
3645+msgid "Magento Tracking Title"
3646+msgstr "Magento Tracking Title"
3647+
3648+#. module: magentoerpconnect
3649+#: selection:magento.product.product,manage_stock:0
3650+msgid "Manage Stock"
3651+msgstr "Gestionar Stock"
3652+
3653+#. module: magentoerpconnect
3654+#: field:magento.address,updated_at:0
3655+#: field:magento.product.product,updated_at:0
3656+#: field:magento.res.partner,updated_at:0
3657+msgid "Updated At (on Magento)"
3658+msgstr "Updated At (on Magento)"
3659+
3660+#. module: magentoerpconnect
3661+#: selection:magento.stock.picking.out,picking_method:0
3662+msgid "Complete"
3663+msgstr "Completo"
3664+
3665+#. module: magentoerpconnect
3666+#: model:ir.model,name:magentoerpconnect.model_magento_store
3667+#: view:magento.store:0
3668+msgid "Magento Store"
3669+msgstr "Tienda Magento"
3670+
3671+#. module: magentoerpconnect
3672+#: model:ir.model,name:magentoerpconnect.model_magento_product_product
3673+#: view:magento.product.product:0
3674+msgid "Magento Product"
3675+msgstr "Producto Magento"
3676+
3677+#. module: magentoerpconnect
3678+#: model:ir.model,name:magentoerpconnect.model_magento_sale_order
3679+#: field:magento.account.invoice,magento_order_id:0
3680+#: field:magento.sale.order.line,magento_order_id:0
3681+#: field:magento.stock.picking.out,magento_order_id:0
3682+msgid "Magento Sale Order"
3683+msgstr "Pedido Venta Magento"
3684+
3685+#. module: magentoerpconnect
3686+#: field:magento.website,import_partners_from_date:0
3687+msgid "Import partners from date"
3688+msgstr "Importar empresas desde fecha"
3689+
3690+#. module: magentoerpconnect
3691+#: sql_constraint:magento.sale.order:0
3692+#: sql_constraint:magento.sale.order.line:0
3693+msgid "A sale order line with the same ID on Magento already exists."
3694+msgstr "A sale order line with the same ID on Magento already exists."
3695+
3696+#. module: magentoerpconnect
3697+#: field:magento.sale.order,magento_order_line_ids:0
3698+msgid "Magento Order Lines"
3699+msgstr "Lineas Pedido Venta Magento"
3700+
3701+#. module: magentoerpconnect
3702+#: field:magento.res.partner,newsletter:0
3703+msgid "Newsletter"
3704+msgstr "Boletín"
3705+
3706+#. module: magentoerpconnect
3707+#: help:magento.backend,default_lang_id:0
3708+msgid ""
3709+"If a default language is selected, the records will be imported in the "
3710+"translation of this language.\n"
3711+"Note that a similar configuration exists for each storeview."
3712+msgstr ""
3713+"If a default language is selected, the records will be imported in the "
3714+"translation of this language.\n"
3715+"Note that a similar configuration exists for each storeview."
3716+
3717+#. module: magentoerpconnect
3718+#: sql_constraint:magento.address:0
3719+msgid "A partner address with same ID on Magento already exists."
3720+msgstr "A partner address with same ID on Magento already exists."
3721
3722=== modified file 'magentoerpconnect/i18n/fr.po'
3723--- magentoerpconnect/i18n/fr.po 2014-01-07 05:34:21 +0000
3724+++ magentoerpconnect/i18n/fr.po 2014-03-19 10:37:13 +0000
3725@@ -13,8 +13,8 @@
3726 "MIME-Version: 1.0\n"
3727 "Content-Type: text/plain; charset=UTF-8\n"
3728 "Content-Transfer-Encoding: 8bit\n"
3729-"X-Launchpad-Export-Date: 2014-01-07 05:34+0000\n"
3730-"X-Generator: Launchpad (build 16877)\n"
3731+"X-Launchpad-Export-Date: 2014-02-27 06:35+0000\n"
3732+"X-Generator: Launchpad (build 16935)\n"
3733
3734 #. module: magentoerpconnect
3735 #: help:magento.backend,pricelist_id:0
3736
3737=== added file 'magentoerpconnect/i18n/it.po'
3738--- magentoerpconnect/i18n/it.po 1970-01-01 00:00:00 +0000
3739+++ magentoerpconnect/i18n/it.po 2014-03-19 10:37:13 +0000
3740@@ -0,0 +1,1004 @@
3741+# Italian translation for openerp-connector-magento
3742+# Copyright (c) 2014 Rosetta Contributors and Canonical Ltd 2014
3743+# This file is distributed under the same license as the openerp-connector-magento package.
3744+# FIRST AUTHOR <EMAIL@ADDRESS>, 2014.
3745+#
3746+msgid ""
3747+msgstr ""
3748+"Project-Id-Version: openerp-connector-magento\n"
3749+"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
3750+"POT-Creation-Date: 2013-05-01 12:45+0000\n"
3751+"PO-Revision-Date: 2014-02-13 13:32+0000\n"
3752+"Last-Translator: Davide Corio @ LS <davide.corio@lsweb.it>\n"
3753+"Language-Team: Italian <it@li.org>\n"
3754+"MIME-Version: 1.0\n"
3755+"Content-Type: text/plain; charset=UTF-8\n"
3756+"Content-Transfer-Encoding: 8bit\n"
3757+"X-Launchpad-Export-Date: 2014-02-27 06:35+0000\n"
3758+"X-Generator: Launchpad (build 16935)\n"
3759+
3760+#. module: magentoerpconnect
3761+#: help:magento.backend,pricelist_id:0
3762+msgid "The price list used to define the prices of the products in Magento."
3763+msgstr "Listino prezzo usato per definire i prezzi dei prodotti in Magento."
3764+
3765+#. module: magentoerpconnect
3766+#: help:magento.store,send_invoice_paid_mail:0
3767+msgid ""
3768+"Does the invoice export/creation should send an email notification on "
3769+"Magento side?"
3770+msgstr ""
3771+"Si vuole che l'esportazione/creazione di fatture invii un email di notifica "
3772+"da Magento?"
3773+
3774+#. module: magentoerpconnect
3775+#: view:magento.backend:0
3776+msgid "Import sales orders from all store views"
3777+msgstr "Importa ordini di vendita da tutte le viste negozio."
3778+
3779+#. module: magentoerpconnect
3780+#: model:sale.exception,description:magentoerpconnect.excep_wrong_total_amount_tax
3781+msgid ""
3782+"The tax amount computed in OpenERP doesn't match with the tax amount in "
3783+"Magento.\n"
3784+"\n"
3785+"Cause:\n"
3786+"The taxes are probably different between OpenERP and Magento. A fiscal "
3787+"position could have changed the final price.\n"
3788+"\n"
3789+"Resolution:\n"
3790+"Check your taxes and fiscal positions configuration and correct them if "
3791+"necessary."
3792+msgstr ""
3793+
3794+#. module: magentoerpconnect
3795+#: help:magento.backend,warehouse_id:0
3796+msgid "Warehouse used to compute the stock quantities."
3797+msgstr "Magazzino usato per la valorizzazione delle scorte."
3798+
3799+#. module: magentoerpconnect
3800+#: field:magento.account.invoice,sync_date:0
3801+#: field:magento.address,sync_date:0
3802+#: field:magento.binding,sync_date:0
3803+#: field:magento.product.category,sync_date:0
3804+#: field:magento.product.product,sync_date:0
3805+#: field:magento.res.partner,sync_date:0
3806+#: field:magento.res.partner.category,sync_date:0
3807+#: field:magento.sale.order,sync_date:0
3808+#: field:magento.sale.order.line,sync_date:0
3809+#: field:magento.stock.picking.out,sync_date:0
3810+#: field:magento.store,sync_date:0
3811+#: field:magento.storeview,sync_date:0
3812+#: field:magento.website,sync_date:0
3813+msgid "Last synchronization date"
3814+msgstr "Data ultima sincronizzazione"
3815+
3816+#. module: magentoerpconnect
3817+#: help:magento.backend,default_category_id:0
3818+msgid ""
3819+"If a default category is selected, products imported without a category will "
3820+"be linked to it."
3821+msgstr ""
3822+
3823+#. module: magentoerpconnect
3824+#: help:magento.storeview,import_orders_from_date:0
3825+msgid ""
3826+"do not consider non-imported sale orders before this date. Leave empty to "
3827+"import all sale orders"
3828+msgstr ""
3829+
3830+#. module: magentoerpconnect
3831+#: help:magento.store,send_picking_done_mail:0
3832+msgid ""
3833+"Does the picking export/creation should send an email notification on "
3834+"Magento side?"
3835+msgstr ""
3836+
3837+#. module: magentoerpconnect
3838+#: selection:magento.product.product,manage_stock:0
3839+msgid "Do Not Manage Stock"
3840+msgstr ""
3841+
3842+#. module: magentoerpconnect
3843+#: field:connector.config.settings,module_magentoerpconnect_catalog:0
3844+msgid "Handle the product's catalog (not implemented)"
3845+msgstr ""
3846+
3847+#. module: magentoerpconnect
3848+#: field:res.partner,company:0
3849+msgid "Company"
3850+msgstr ""
3851+
3852+#. module: magentoerpconnect
3853+#: sql_constraint:magento.website:0
3854+msgid "A website with the same ID on Magento already exists."
3855+msgstr ""
3856+
3857+#. module: magentoerpconnect
3858+#: field:magento.backend,import_categories_from_date:0
3859+msgid "Import categories from date"
3860+msgstr ""
3861+
3862+#. module: magentoerpconnect
3863+#: view:account.invoice:0
3864+#: field:account.invoice,magento_bind_ids:0
3865+#: view:product.category:0
3866+#: field:product.category,magento_bind_ids:0
3867+#: view:product.product:0
3868+#: field:product.product,magento_bind_ids:0
3869+#: view:res.partner:0
3870+#: field:res.partner,magento_bind_ids:0
3871+#: field:res.partner.category,magento_bind_ids:0
3872+#: field:sale.order,magento_bind_ids:0
3873+#: field:sale.order.line,magento_bind_ids:0
3874+#: field:sale.shop,magento_bind_ids:0
3875+#: field:stock.picking,magento_bind_ids:0
3876+#: view:stock.picking.out:0
3877+#: field:stock.picking.out,magento_bind_ids:0
3878+msgid "Magento Bindings"
3879+msgstr ""
3880+
3881+#. module: magentoerpconnect
3882+#: help:connector.config.settings,module_magentoerpconnect_catalog:0
3883+msgid "This installs the module magentoerpconnect_catalog."
3884+msgstr ""
3885+
3886+#. module: magentoerpconnect
3887+#: field:magento.address,is_magento_order_address:0
3888+msgid "Address from a Magento Order"
3889+msgstr ""
3890+
3891+#. module: magentoerpconnect
3892+#: field:magento.sale.order,magento_order_id:0
3893+msgid "Magento Order ID"
3894+msgstr ""
3895+
3896+#. module: magentoerpconnect
3897+#: model:ir.model,name:magentoerpconnect.model_magentoerpconnect_installed
3898+msgid "magentoerpconnect.installed"
3899+msgstr ""
3900+
3901+#. module: magentoerpconnect
3902+#: help:connector.config.settings,module_magentoerpconnect_export_partner:0
3903+msgid "This installs the module magentoerpconnect_export_partner."
3904+msgstr ""
3905+
3906+#. module: magentoerpconnect
3907+#: field:magento.sale.order.line,notes:0
3908+msgid "Notes"
3909+msgstr ""
3910+
3911+#. module: magentoerpconnect
3912+#: field:magento.sale.order,openerp_id:0
3913+msgid "Sale Order"
3914+msgstr ""
3915+
3916+#. module: magentoerpconnect
3917+#: field:magento.stock.picking.out,openerp_id:0
3918+msgid "Stock Picking"
3919+msgstr ""
3920+
3921+#. module: magentoerpconnect
3922+#: view:connector.config.settings:0
3923+msgid "Extensions"
3924+msgstr ""
3925+
3926+#. module: magentoerpconnect
3927+#: view:magento.backend:0
3928+msgid "Advanced Configuration"
3929+msgstr ""
3930+
3931+#. module: magentoerpconnect
3932+#: field:magento.res.partner,group_id:0
3933+msgid "Magento Group (Category)"
3934+msgstr ""
3935+
3936+#. module: magentoerpconnect
3937+#: model:ir.ui.menu,name:magentoerpconnect.menu_magento_store
3938+#: view:magento.website:0
3939+#: field:magento.website,store_ids:0
3940+msgid "Stores"
3941+msgstr ""
3942+
3943+#. module: magentoerpconnect
3944+#: field:magento.backend,product_stock_field_id:0
3945+msgid "Stock Field"
3946+msgstr ""
3947+
3948+#. module: magentoerpconnect
3949+#: field:magento.res.partner.category,openerp_id:0
3950+msgid "Partner Category"
3951+msgstr ""
3952+
3953+#. module: magentoerpconnect
3954+#: help:magento.product.product,magento_qty:0
3955+msgid "Last computed quantity to send on Magento."
3956+msgstr ""
3957+
3958+#. module: magentoerpconnect
3959+#: model:ir.ui.menu,name:magentoerpconnect.menu_magento_root
3960+#: view:res.partner.category:0
3961+msgid "Magento"
3962+msgstr ""
3963+
3964+#. module: magentoerpconnect
3965+#: model:ir.model,name:magentoerpconnect.model_connector_config_settings
3966+msgid "connector.config.settings"
3967+msgstr ""
3968+
3969+#. module: magentoerpconnect
3970+#: field:magento.backend,import_products_from_date:0
3971+msgid "Import products from date"
3972+msgstr ""
3973+
3974+#. module: magentoerpconnect
3975+#: model:ir.model,name:magentoerpconnect.model_res_partner
3976+#: field:magento.address,openerp_id:0
3977+#: field:magento.res.partner,openerp_id:0
3978+msgid "Partner"
3979+msgstr ""
3980+
3981+#. module: magentoerpconnect
3982+#: model:ir.model,name:magentoerpconnect.model_sale_order
3983+msgid "Sales Order"
3984+msgstr ""
3985+
3986+#. module: magentoerpconnect
3987+#: model:ir.model,name:magentoerpconnect.model_stock_picking_out
3988+msgid "Delivery Orders"
3989+msgstr ""
3990+
3991+#. module: magentoerpconnect
3992+#: model:ir.model,name:magentoerpconnect.model_sale_order_line
3993+msgid "Sales Order Line"
3994+msgstr ""
3995+
3996+#. module: magentoerpconnect
3997+#: field:connector.config.settings,module_magentoerpconnect_pricing:0
3998+msgid "Prices are managed in OpenERP with pricelists"
3999+msgstr ""
4000+
4001+#. module: magentoerpconnect
4002+#: field:magento.address,is_default_shipping:0
4003+msgid "Default Shipping"
4004+msgstr ""
4005+
4006+#. module: magentoerpconnect
4007+#: sql_constraint:magento.stock.picking.out:0
4008+msgid "A stock picking with same ID on Magento already exists."
4009+msgstr ""
4010+
4011+#. module: magentoerpconnect
4012+#: view:magento.backend:0
4013+msgid ""
4014+"By clicking on the buttons,\n"
4015+" you will initiate the synchronizations\n"
4016+" with Magento.\n"
4017+" Note that the import or exports\n"
4018+" won't be done directly,\n"
4019+" they will create 'Jobs'\n"
4020+" executed as soon as possible."
4021+msgstr ""
4022+
4023+#. module: magentoerpconnect
4024+#: help:magento.backend,product_stock_field_id:0
4025+msgid ""
4026+"Choose the field of the product which will be used for stock inventory "
4027+"updates.\n"
4028+"If empty, Quantity Available is used."
4029+msgstr ""
4030+
4031+#. module: magentoerpconnect
4032+#: sql_constraint:magento.product.product:0
4033+msgid "A product with the same ID on Magento already exists"
4034+msgstr ""
4035+
4036+#. module: magentoerpconnect
4037+#: model:ir.ui.menu,name:magentoerpconnect.menu_magento_backend
4038+msgid "Backends"
4039+msgstr ""
4040+
4041+#. module: magentoerpconnect
4042+#: field:magento.backend,location:0
4043+msgid "Location"
4044+msgstr ""
4045+
4046+#. module: magentoerpconnect
4047+#: model:ir.model,name:magentoerpconnect.model_stock_picking
4048+msgid "Picking List"
4049+msgstr ""
4050+
4051+#. module: magentoerpconnect
4052+#: field:magento.backend,warehouse_id:0
4053+msgid "Warehouse"
4054+msgstr ""
4055+
4056+#. module: magentoerpconnect
4057+#: field:magento.backend,catalog_price_tax_included:0
4058+msgid "Prices include tax"
4059+msgstr ""
4060+
4061+#. module: magentoerpconnect
4062+#: view:magento.backend:0
4063+msgid "Import products categories since"
4064+msgstr ""
4065+
4066+#. module: magentoerpconnect
4067+#: field:magento.sale.order.line,openerp_id:0
4068+msgid "Sale Order Line"
4069+msgstr ""
4070+
4071+#. module: magentoerpconnect
4072+#: field:magento.backend,username:0
4073+msgid "Username"
4074+msgstr ""
4075+
4076+#. module: magentoerpconnect
4077+#: model:ir.model,name:magentoerpconnect.model_product_category
4078+#: field:magento.product.category,openerp_id:0
4079+msgid "Product Category"
4080+msgstr ""
4081+
4082+#. module: magentoerpconnect
4083+#: field:magento.res.partner,guest_customer:0
4084+msgid "Guest Customer"
4085+msgstr ""
4086+
4087+#. module: magentoerpconnect
4088+#: help:connector.config.settings,module_magentoerpconnect_pricing:0
4089+msgid ""
4090+"Prices are set in OpenERP and exported to Magento.\n"
4091+"\n"
4092+"This installs the module magentoerpconnect_pricing."
4093+msgstr ""
4094+
4095+#. module: magentoerpconnect
4096+#: field:delivery.carrier,magento_carrier_code:0
4097+msgid "Magento Base Carrier Code"
4098+msgstr ""
4099+
4100+#. module: magentoerpconnect
4101+#: view:magento.website:0
4102+msgid "Import partners since"
4103+msgstr ""
4104+
4105+#. module: magentoerpconnect
4106+#: view:magento.backend:0
4107+#: view:magento.website:0
4108+msgid "Import in background"
4109+msgstr ""
4110+
4111+#. module: magentoerpconnect
4112+#: field:magento.account.invoice,magento_id:0
4113+#: field:magento.address,magento_id:0
4114+#: field:magento.binding,magento_id:0
4115+#: field:magento.product.category,magento_id:0
4116+#: field:magento.product.product,magento_id:0
4117+#: field:magento.res.partner,magento_id:0
4118+#: field:magento.res.partner.category,magento_id:0
4119+#: field:magento.sale.order,magento_id:0
4120+#: field:magento.sale.order.line,magento_id:0
4121+#: field:magento.stock.picking.out,magento_id:0
4122+#: field:magento.store,magento_id:0
4123+#: field:magento.storeview,magento_id:0
4124+#: field:magento.website,magento_id:0
4125+msgid "ID on Magento"
4126+msgstr ""
4127+
4128+#. module: magentoerpconnect
4129+#: model:ir.actions.act_window,name:magentoerpconnect.action_magento_store
4130+msgid "Magento Stores"
4131+msgstr ""
4132+
4133+#. module: magentoerpconnect
4134+#: field:magento.backend,pricelist_id:0
4135+#: field:magento.website,pricelist_id:0
4136+msgid "Pricelist"
4137+msgstr ""
4138+
4139+#. module: magentoerpconnect
4140+#: field:magento.sale.order,total_amount:0
4141+msgid "Total amount"
4142+msgstr ""
4143+
4144+#. module: magentoerpconnect
4145+#: model:ir.model,name:magentoerpconnect.model_magento_product_category
4146+#: view:magento.product.category:0
4147+msgid "Magento Product Category"
4148+msgstr ""
4149+
4150+#. module: magentoerpconnect
4151+#: view:magento.product.product:0
4152+msgid "(recompute)"
4153+msgstr ""
4154+
4155+#. module: magentoerpconnect
4156+#: field:magento.store,openerp_id:0
4157+msgid "Sale Shop"
4158+msgstr ""
4159+
4160+#. module: magentoerpconnect
4161+#: field:magento.product.product,manage_stock:0
4162+msgid "Manage Stock Level"
4163+msgstr ""
4164+
4165+#. module: magentoerpconnect
4166+#: model:ir.model,name:magentoerpconnect.model_magento_backend
4167+#: field:magento.account.invoice,backend_id:0
4168+#: field:magento.address,backend_id:0
4169+#: view:magento.backend:0
4170+#: field:magento.binding,backend_id:0
4171+#: field:magento.product.category,backend_id:0
4172+#: field:magento.product.product,backend_id:0
4173+#: field:magento.res.partner,backend_id:0
4174+#: field:magento.res.partner.category,backend_id:0
4175+#: field:magento.sale.order,backend_id:0
4176+#: field:magento.sale.order.line,backend_id:0
4177+#: field:magento.stock.picking.out,backend_id:0
4178+#: field:magento.store,backend_id:0
4179+#: field:magento.storeview,backend_id:0
4180+#: field:magento.website,backend_id:0
4181+msgid "Magento Backend"
4182+msgstr ""
4183+
4184+#. module: magentoerpconnect
4185+#: view:magento.storeview:0
4186+msgid "Import Sale Orders"
4187+msgstr ""
4188+
4189+#. module: magentoerpconnect
4190+#: field:magento.stock.picking.out,picking_method:0
4191+msgid "Picking Method"
4192+msgstr ""
4193+
4194+#. module: magentoerpconnect
4195+#: view:res.partner:0
4196+#: field:res.partner,magento_address_bind_ids:0
4197+msgid "Magento Address Bindings"
4198+msgstr ""
4199+
4200+#. module: magentoerpconnect
4201+#: field:magento.store,send_invoice_paid_mail:0
4202+msgid "Send email notification on invoice paid"
4203+msgstr ""
4204+
4205+#. module: magentoerpconnect
4206+#: model:ir.actions.act_window,name:magentoerpconnect.action_magento_storeview
4207+msgid "Magento Storeviews"
4208+msgstr ""
4209+
4210+#. module: magentoerpconnect
4211+#: view:magento.storeview:0
4212+msgid "Import Sale Orders since"
4213+msgstr ""
4214+
4215+#. module: magentoerpconnect
4216+#: selection:magento.product.product,backorders:0
4217+msgid "Sell Quantity < 0"
4218+msgstr ""
4219+
4220+#. module: magentoerpconnect
4221+#: help:magento.sale.order,magento_order_id:0
4222+msgid "'order_id' field in Magento"
4223+msgstr ""
4224+
4225+#. module: magentoerpconnect
4226+#: field:magento.product.category,magento_parent_id:0
4227+msgid "Magento Parent Category"
4228+msgstr ""
4229+
4230+#. module: magentoerpconnect
4231+#: field:magento.res.partner,emailid:0
4232+msgid "E-mail address"
4233+msgstr ""
4234+
4235+#. module: magentoerpconnect
4236+#: selection:magento.stock.picking.out,picking_method:0
4237+msgid "Partial"
4238+msgstr ""
4239+
4240+#. module: magentoerpconnect
4241+#: model:ir.model,name:magentoerpconnect.model_sale_shop
4242+msgid "Sales Shop"
4243+msgstr ""
4244+
4245+#. module: magentoerpconnect
4246+#: field:magento.sale.order,total_amount_tax:0
4247+msgid "Total amount w. tax"
4248+msgstr ""
4249+
4250+#. module: magentoerpconnect
4251+#: model:ir.model,name:magentoerpconnect.model_magento_storeview
4252+#: view:magento.storeview:0
4253+msgid "Magento Storeview"
4254+msgstr ""
4255+
4256+#. module: magentoerpconnect
4257+#: field:magento.backend,default_lang_id:0
4258+msgid "Default Language"
4259+msgstr ""
4260+
4261+#. module: magentoerpconnect
4262+#: field:magento.sale.order,magento_parent_id:0
4263+msgid "Parent Magento Order"
4264+msgstr ""
4265+
4266+#. module: magentoerpconnect
4267+#: model:ir.model,name:magentoerpconnect.model_magento_address
4268+#: view:magento.address:0
4269+msgid "Magento Address"
4270+msgstr ""
4271+
4272+#. module: magentoerpconnect
4273+#: view:magento.backend:0
4274+msgid "Update"
4275+msgstr ""
4276+
4277+#. module: magentoerpconnect
4278+#: model:ir.ui.menu,name:magentoerpconnect.menu_magento_storeview
4279+#: view:magento.store:0
4280+#: field:magento.store,storeview_ids:0
4281+msgid "Storeviews"
4282+msgstr ""
4283+
4284+#. module: magentoerpconnect
4285+#: selection:magento.product.product,backorders:0
4286+#: selection:magento.product.product,manage_stock:0
4287+msgid "Use Default Config"
4288+msgstr ""
4289+
4290+#. module: magentoerpconnect
4291+#: field:magento.storeview,store_id:0
4292+msgid "Store"
4293+msgstr ""
4294+
4295+#. module: magentoerpconnect
4296+#: field:magento.backend,website_ids:0
4297+msgid "Website"
4298+msgstr ""
4299+
4300+#. module: magentoerpconnect
4301+#: view:magento.backend:0
4302+msgid "Magento Configuration"
4303+msgstr ""
4304+
4305+#. module: magentoerpconnect
4306+#: view:magento.backend:0
4307+msgid "Update all the products stock quantities"
4308+msgstr ""
4309+
4310+#. module: magentoerpconnect
4311+#: view:magento.backend:0
4312+msgid "Import partners from all websites"
4313+msgstr ""
4314+
4315+#. module: magentoerpconnect
4316+#: view:connector.config.settings:0
4317+msgid "Magentoerpconnect"
4318+msgstr ""
4319+
4320+#. module: magentoerpconnect
4321+#: view:magento.store:0
4322+#: view:magento.storeview:0
4323+#: view:magento.website:0
4324+msgid "Options"
4325+msgstr ""
4326+
4327+#. module: magentoerpconnect
4328+#: field:res.partner,birthday:0
4329+msgid "Birthday"
4330+msgstr ""
4331+
4332+#. module: magentoerpconnect
4333+#: field:magento.backend,default_category_id:0
4334+msgid "Default Product Category"
4335+msgstr ""
4336+
4337+#. module: magentoerpconnect
4338+#: field:magento.product.product,magento_qty:0
4339+msgid "Computed Quantity"
4340+msgstr ""
4341+
4342+#. module: magentoerpconnect
4343+#: model:ir.actions.act_window,name:magentoerpconnect.action_magento_website
4344+msgid "Magento Websites"
4345+msgstr ""
4346+
4347+#. module: magentoerpconnect
4348+#: model:ir.model,name:magentoerpconnect.model_magento_sale_order_line
4349+msgid "Magento Sale Order Line"
4350+msgstr ""
4351+
4352+#. module: magentoerpconnect
4353+#: sql_constraint:magento.product.category:0
4354+msgid "A product category with same ID on Magento already exists."
4355+msgstr ""
4356+
4357+#. module: magentoerpconnect
4358+#: field:magento.product.product,product_type:0
4359+msgid "Magento Product Type"
4360+msgstr ""
4361+
4362+#. module: magentoerpconnect
4363+#: field:magento.storeview,lang_id:0
4364+msgid "Language"
4365+msgstr ""
4366+
4367+#. module: magentoerpconnect
4368+#: field:magento.address,created_at:0
4369+#: field:magento.product.product,created_at:0
4370+#: field:magento.res.partner,created_at:0
4371+msgid "Created At (on Magento)"
4372+msgstr ""
4373+
4374+#. module: magentoerpconnect
4375+#: field:delivery.carrier,magento_export_tracking:0
4376+msgid "Export tracking numbers"
4377+msgstr ""
4378+
4379+#. module: magentoerpconnect
4380+#: field:magento.storeview,sort_order:0
4381+#: field:magento.website,sort_order:0
4382+msgid "Sort Order"
4383+msgstr ""
4384+
4385+#. module: magentoerpconnect
4386+#: field:magento.backend,product_binding_ids:0
4387+#: field:magento.website,product_binding_ids:0
4388+msgid "Magento Products"
4389+msgstr ""
4390+
4391+#. module: magentoerpconnect
4392+#: field:magento.storeview,import_orders_from_date:0
4393+msgid "Import sale orders from date"
4394+msgstr ""
4395+
4396+#. module: magentoerpconnect
4397+#: model:ir.model,name:magentoerpconnect.model_res_partner_category
4398+msgid "Partner Categories"
4399+msgstr ""
4400+
4401+#. module: magentoerpconnect
4402+#: field:magento.address,is_default_billing:0
4403+msgid "Default Invoice"
4404+msgstr ""
4405+
4406+#. module: magentoerpconnect
4407+#: view:magento.store:0
4408+#: view:magento.storeview:0
4409+#: view:magento.website:0
4410+msgid "Informations"
4411+msgstr ""
4412+
4413+#. module: magentoerpconnect
4414+#: field:magento.storeview,code:0
4415+#: field:magento.website,code:0
4416+msgid "Code"
4417+msgstr ""
4418+
4419+#. module: magentoerpconnect
4420+#: field:magento.sale.order.line,tax_rate:0
4421+msgid "Tax Rate"
4422+msgstr ""
4423+
4424+#. module: magentoerpconnect
4425+#: view:magento.backend:0
4426+#: view:magento.storeview:0
4427+#: view:magento.website:0
4428+msgid "Imports"
4429+msgstr ""
4430+
4431+#. module: magentoerpconnect
4432+#: model:ir.actions.act_window,name:magentoerpconnect.action_magento_backend
4433+msgid "Magento Backends"
4434+msgstr ""
4435+
4436+#. module: magentoerpconnect
4437+#: field:magento.product.category,magento_child_ids:0
4438+msgid "Magento Child Categories"
4439+msgstr ""
4440+
4441+#. module: magentoerpconnect
4442+#: field:connector.config.settings,module_magentoerpconnect_export_partner:0
4443+msgid "Export Partners to Magento (experimental)"
4444+msgstr ""
4445+
4446+#. module: magentoerpconnect
4447+#: field:magento.backend,version:0
4448+msgid "Version"
4449+msgstr ""
4450+
4451+#. module: magentoerpconnect
4452+#: model:ir.model,name:magentoerpconnect.model_account_invoice
4453+#: field:magento.account.invoice,openerp_id:0
4454+msgid "Invoice"
4455+msgstr ""
4456+
4457+#. module: magentoerpconnect
4458+#: field:delivery.carrier,magento_code:0
4459+msgid "Magento Carrier Code"
4460+msgstr ""
4461+
4462+#. module: magentoerpconnect
4463+#: sql_constraint:magento.res.partner.category:0
4464+msgid "A partner tag with same ID on Magento already exists."
4465+msgstr ""
4466+
4467+#. module: magentoerpconnect
4468+#: field:magento.res.partner,taxvat:0
4469+msgid "Magento VAT"
4470+msgstr ""
4471+
4472+#. module: magentoerpconnect
4473+#: field:magento.res.partner.category,tax_class_id:0
4474+msgid "Tax Class ID"
4475+msgstr ""
4476+
4477+#. module: magentoerpconnect
4478+#: model:sale.exception,name:magentoerpconnect.excep_wrong_total_amount
4479+msgid "Total Amount differs from Magento"
4480+msgstr ""
4481+
4482+#. module: magentoerpconnect
4483+#: field:magento.store,send_picking_done_mail:0
4484+msgid "Send email notification on picking done"
4485+msgstr ""
4486+
4487+#. module: magentoerpconnect
4488+#: model:ir.model,name:magentoerpconnect.model_magento_binding
4489+#: model:ir.model,name:magentoerpconnect.model_magento_res_partner_category
4490+msgid "Magento Binding (abstract)"
4491+msgstr ""
4492+
4493+#. module: magentoerpconnect
4494+#: model:ir.model,name:magentoerpconnect.model_magento_account_invoice
4495+msgid "Magento Account Invoice"
4496+msgstr ""
4497+
4498+#. module: magentoerpconnect
4499+#: sql_constraint:magento.store:0
4500+msgid "A store with the same ID on Magento already exists."
4501+msgstr ""
4502+
4503+#. module: magentoerpconnect
4504+#: model:ir.model,name:magentoerpconnect.model_magento_res_partner
4505+#: field:magento.address,magento_partner_id:0
4506+#: view:magento.res.partner:0
4507+msgid "Magento Partner"
4508+msgstr ""
4509+
4510+#. module: magentoerpconnect
4511+#: sql_constraint:magento.storeview:0
4512+msgid "A storeview with same ID on Magento already exists."
4513+msgstr ""
4514+
4515+#. module: magentoerpconnect
4516+#: model:ir.model,name:magentoerpconnect.model_magento_stock_picking_out
4517+#: view:magento.stock.picking.out:0
4518+msgid "Magento Delivery Order"
4519+msgstr ""
4520+
4521+#. module: magentoerpconnect
4522+#: view:magento.backend:0
4523+msgid "Import products since"
4524+msgstr ""
4525+
4526+#. module: magentoerpconnect
4527+#: field:magento.product.category,description:0
4528+msgid "Description"
4529+msgstr ""
4530+
4531+#. module: magentoerpconnect
4532+#: selection:magento.product.product,backorders:0
4533+msgid "Sell Quantity < 0 and Use Customer Notification"
4534+msgstr ""
4535+
4536+#. module: magentoerpconnect
4537+#: sql_constraint:magento.account.invoice:0
4538+msgid "An invoice with the same ID on Magento already exists."
4539+msgstr ""
4540+
4541+#. module: magentoerpconnect
4542+#: sql_constraint:magento.res.partner:0
4543+msgid "A partner with same ID on Magento already exists for this website."
4544+msgstr ""
4545+
4546+#. module: magentoerpconnect
4547+#: view:magento.backend:0
4548+msgid "e.g. http://my.magento.com"
4549+msgstr ""
4550+
4551+#. module: magentoerpconnect
4552+#: view:magento.account.invoice:0
4553+msgid "Magento Invoice"
4554+msgstr ""
4555+
4556+#. module: magentoerpconnect
4557+#: field:magento.backend,password:0
4558+msgid "Password"
4559+msgstr ""
4560+
4561+#. module: magentoerpconnect
4562+#: view:magento.backend:0
4563+msgid "Main Configuration"
4564+msgstr ""
4565+
4566+#. module: magentoerpconnect
4567+#: model:sale.exception,description:magentoerpconnect.excep_wrong_total_amount
4568+msgid ""
4569+"The amount computed in OpenERP doesn't match with the amount in Magento.\n"
4570+"\n"
4571+"Cause:\n"
4572+"The taxes are probably different between OpenERP and Magento. A fiscal "
4573+"position could have changed the final price.\n"
4574+"\n"
4575+"Resolution:\n"
4576+"Check your taxes and fiscal positions configuration and correct them if "
4577+"necessary."
4578+msgstr ""
4579+
4580+#. module: magentoerpconnect
4581+#: model:sale.exception,name:magentoerpconnect.excep_wrong_total_amount_tax
4582+msgid "Total Tax Amount differs from Magento"
4583+msgstr ""
4584+
4585+#. module: magentoerpconnect
4586+#: view:magento.backend:0
4587+msgid "Import all customer groups"
4588+msgstr ""
4589+
4590+#. module: magentoerpconnect
4591+#: field:magento.backend,name:0
4592+#: field:magento.storeview,name:0
4593+#: field:magento.website,name:0
4594+msgid "Name"
4595+msgstr ""
4596+
4597+#. module: magentoerpconnect
4598+#: model:ir.model,name:magentoerpconnect.model_magento_website
4599+#: field:magento.address,website_id:0
4600+#: field:magento.res.partner,website_id:0
4601+#: field:magento.store,website_id:0
4602+#: view:magento.website:0
4603+msgid "Magento Website"
4604+msgstr ""
4605+
4606+#. module: magentoerpconnect
4607+#: field:magento.storeview,enabled:0
4608+msgid "Enabled"
4609+msgstr ""
4610+
4611+#. module: magentoerpconnect
4612+#: field:magento.product.product,backorders:0
4613+msgid "Manage Inventory Backorders"
4614+msgstr ""
4615+
4616+#. module: magentoerpconnect
4617+#: model:ir.model,name:magentoerpconnect.model_product_product
4618+#: field:magento.product.product,openerp_id:0
4619+msgid "Product"
4620+msgstr ""
4621+
4622+#. module: magentoerpconnect
4623+#: view:magento.backend:0
4624+msgid "Synchronize Metadata"
4625+msgstr ""
4626+
4627+#. module: magentoerpconnect
4628+#: help:magento.website,pricelist_id:0
4629+msgid ""
4630+"The pricelist used to define the prices of the products in Magento for this "
4631+"website.\n"
4632+"Choose a pricelist only if the prices are different for this website.\n"
4633+"When empty, the default price will be used."
4634+msgstr ""
4635+
4636+#. module: magentoerpconnect
4637+#: model:ir.model,name:magentoerpconnect.model_delivery_carrier
4638+msgid "Carrier"
4639+msgstr ""
4640+
4641+#. module: magentoerpconnect
4642+#: model:ir.ui.menu,name:magentoerpconnect.menu_magento_website
4643+#: view:magento.backend:0
4644+#: field:magento.product.product,website_ids:0
4645+msgid "Websites"
4646+msgstr ""
4647+
4648+#. module: magentoerpconnect
4649+#: view:magento.product.product:0
4650+msgid "Inventory Options"
4651+msgstr ""
4652+
4653+#. module: magentoerpconnect
4654+#: selection:magento.product.product,backorders:0
4655+msgid "No Sell"
4656+msgstr ""
4657+
4658+#. module: magentoerpconnect
4659+#: view:magento.backend:0
4660+msgid ""
4661+"Once imported,\n"
4662+" some types of records,\n"
4663+" like the products or categories,\n"
4664+" need a manual review.\n"
4665+" You will find the list\n"
4666+" of the new records to review\n"
4667+" in the menu 'Connectors > Checkpoint'."
4668+msgstr ""
4669+
4670+#. module: magentoerpconnect
4671+#: field:delivery.carrier,magento_tracking_title:0
4672+msgid "Magento Tracking Title"
4673+msgstr ""
4674+
4675+#. module: magentoerpconnect
4676+#: selection:magento.product.product,manage_stock:0
4677+msgid "Manage Stock"
4678+msgstr ""
4679+
4680+#. module: magentoerpconnect
4681+#: field:magento.address,updated_at:0
4682+#: field:magento.product.product,updated_at:0
4683+#: field:magento.res.partner,updated_at:0
4684+msgid "Updated At (on Magento)"
4685+msgstr ""
4686+
4687+#. module: magentoerpconnect
4688+#: selection:magento.stock.picking.out,picking_method:0
4689+msgid "Complete"
4690+msgstr ""
4691+
4692+#. module: magentoerpconnect
4693+#: model:ir.model,name:magentoerpconnect.model_magento_store
4694+#: view:magento.store:0
4695+msgid "Magento Store"
4696+msgstr ""
4697+
4698+#. module: magentoerpconnect
4699+#: model:ir.model,name:magentoerpconnect.model_magento_product_product
4700+#: view:magento.product.product:0
4701+msgid "Magento Product"
4702+msgstr ""
4703+
4704+#. module: magentoerpconnect
4705+#: model:ir.model,name:magentoerpconnect.model_magento_sale_order
4706+#: field:magento.account.invoice,magento_order_id:0
4707+#: field:magento.sale.order.line,magento_order_id:0
4708+#: field:magento.stock.picking.out,magento_order_id:0
4709+msgid "Magento Sale Order"
4710+msgstr ""
4711+
4712+#. module: magentoerpconnect
4713+#: field:magento.website,import_partners_from_date:0
4714+msgid "Import partners from date"
4715+msgstr ""
4716+
4717+#. module: magentoerpconnect
4718+#: sql_constraint:magento.sale.order:0
4719+#: sql_constraint:magento.sale.order.line:0
4720+msgid "A sale order line with the same ID on Magento already exists."
4721+msgstr ""
4722+
4723+#. module: magentoerpconnect
4724+#: field:magento.sale.order,magento_order_line_ids:0
4725+msgid "Magento Order Lines"
4726+msgstr ""
4727+
4728+#. module: magentoerpconnect
4729+#: field:magento.res.partner,newsletter:0
4730+msgid "Newsletter"
4731+msgstr ""
4732+
4733+#. module: magentoerpconnect
4734+#: help:magento.backend,default_lang_id:0
4735+msgid ""
4736+"If a default language is selected, the records will be imported in the "
4737+"translation of this language.\n"
4738+"Note that a similar configuration exists for each storeview."
4739+msgstr ""
4740+
4741+#. module: magentoerpconnect
4742+#: sql_constraint:magento.address:0
4743+msgid "A partner address with same ID on Magento already exists."
4744+msgstr ""
4745
4746=== added file 'magentoerpconnect/i18n/nl.po'
4747--- magentoerpconnect/i18n/nl.po 1970-01-01 00:00:00 +0000
4748+++ magentoerpconnect/i18n/nl.po 2014-03-19 10:37:13 +0000
4749@@ -0,0 +1,1062 @@
4750+# Dutch translation for openerp-connector-magento
4751+# Copyright (c) 2014 Rosetta Contributors and Canonical Ltd 2014
4752+# This file is distributed under the same license as the openerp-connector-magento package.
4753+# FIRST AUTHOR <EMAIL@ADDRESS>, 2014.
4754+#
4755+msgid ""
4756+msgstr ""
4757+"Project-Id-Version: openerp-connector-magento\n"
4758+"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
4759+"POT-Creation-Date: 2013-05-01 12:45+0000\n"
4760+"PO-Revision-Date: 2014-02-13 14:11+0000\n"
4761+"Last-Translator: Erwin van der Ploeg (BAS Solutions) <Unknown>\n"
4762+"Language-Team: Dutch <nl@li.org>\n"
4763+"MIME-Version: 1.0\n"
4764+"Content-Type: text/plain; charset=UTF-8\n"
4765+"Content-Transfer-Encoding: 8bit\n"
4766+"X-Launchpad-Export-Date: 2014-02-27 06:35+0000\n"
4767+"X-Generator: Launchpad (build 16935)\n"
4768+
4769+#. module: magentoerpconnect
4770+#: help:magento.backend,pricelist_id:0
4771+msgid "The price list used to define the prices of the products in Magento."
4772+msgstr ""
4773+"De prijslijst welke wordt gebruikt voor het bepalen van de prijzen van de "
4774+"producten in Magento."
4775+
4776+#. module: magentoerpconnect
4777+#: help:magento.store,send_invoice_paid_mail:0
4778+msgid ""
4779+"Does the invoice export/creation should send an email notification on "
4780+"Magento side?"
4781+msgstr ""
4782+"Moet het exporteren of aanmaken van een factuur een e-mail sturen vanaf de "
4783+"Magento zijde?"
4784+
4785+#. module: magentoerpconnect
4786+#: view:magento.backend:0
4787+msgid "Import sales orders from all store views"
4788+msgstr "Improteer verkooporders van alle winkelweergaven"
4789+
4790+#. module: magentoerpconnect
4791+#: model:sale.exception,description:magentoerpconnect.excep_wrong_total_amount_tax
4792+msgid ""
4793+"The tax amount computed in OpenERP doesn't match with the tax amount in "
4794+"Magento.\n"
4795+"\n"
4796+"Cause:\n"
4797+"The taxes are probably different between OpenERP and Magento. A fiscal "
4798+"position could have changed the final price.\n"
4799+"\n"
4800+"Resolution:\n"
4801+"Check your taxes and fiscal positions configuration and correct them if "
4802+"necessary."
4803+msgstr ""
4804+"Het BTW bedrag berekend in OpenERP komt niet overeen met het BTW bedrag in "
4805+"Magento in Magento.\n"
4806+"\n"
4807+"Oorzaak:\n"
4808+"De BTW tarieven zijn mogelijk verschillend in OpenERP en Magento of een "
4809+"fiscale positie heeft de uiteindelijke prijs veranderd.\n"
4810+"\n"
4811+"Oplossing:\n"
4812+"Controleer de BTW tarieven en de fiscale posities en corrigeer deze indien "
4813+"nodig.."
4814+
4815+#. module: magentoerpconnect
4816+#: help:magento.backend,warehouse_id:0
4817+msgid "Warehouse used to compute the stock quantities."
4818+msgstr ""
4819+"Het magazijn dat wordt gebruikt om de hoeveelheid op voorraad te berekenen"
4820+
4821+#. module: magentoerpconnect
4822+#: field:magento.account.invoice,sync_date:0
4823+#: field:magento.address,sync_date:0
4824+#: field:magento.binding,sync_date:0
4825+#: field:magento.product.category,sync_date:0
4826+#: field:magento.product.product,sync_date:0
4827+#: field:magento.res.partner,sync_date:0
4828+#: field:magento.res.partner.category,sync_date:0
4829+#: field:magento.sale.order,sync_date:0
4830+#: field:magento.sale.order.line,sync_date:0
4831+#: field:magento.stock.picking.out,sync_date:0
4832+#: field:magento.store,sync_date:0
4833+#: field:magento.storeview,sync_date:0
4834+#: field:magento.website,sync_date:0
4835+msgid "Last synchronization date"
4836+msgstr "Laatste synchronisatie datum"
4837+
4838+#. module: magentoerpconnect
4839+#: help:magento.backend,default_category_id:0
4840+msgid ""
4841+"If a default category is selected, products imported without a category will "
4842+"be linked to it."
4843+msgstr ""
4844+"Indien de standaard categorie is geselecteerd, worden producten zonder een "
4845+"categorie aan deze standaard categorie gekoppeld."
4846+
4847+#. module: magentoerpconnect
4848+#: help:magento.storeview,import_orders_from_date:0
4849+msgid ""
4850+"do not consider non-imported sale orders before this date. Leave empty to "
4851+"import all sale orders"
4852+msgstr ""
4853+"Houdt geen rekening met de niet geïmporteerde verkooporders voor deze datum. "
4854+"Laat leeg om alle verkooporders importeren"
4855+
4856+#. module: magentoerpconnect
4857+#: help:magento.store,send_picking_done_mail:0
4858+msgid ""
4859+"Does the picking export/creation should send an email notification on "
4860+"Magento side?"
4861+msgstr ""
4862+"Moet het exporteren of aanmaken van een uitgaande levering een e-mail sturen "
4863+"vanaf de Magento zijde?"
4864+
4865+#. module: magentoerpconnect
4866+#: selection:magento.product.product,manage_stock:0
4867+msgid "Do Not Manage Stock"
4868+msgstr "Geen voorraad beheren"
4869+
4870+#. module: magentoerpconnect
4871+#: field:connector.config.settings,module_magentoerpconnect_catalog:0
4872+msgid "Handle the product's catalog (not implemented)"
4873+msgstr "Beheer de producten categolus (Niet geïmplementeerd)"
4874+
4875+#. module: magentoerpconnect
4876+#: field:res.partner,company:0
4877+msgid "Company"
4878+msgstr "Bedrijf"
4879+
4880+#. module: magentoerpconnect
4881+#: sql_constraint:magento.website:0
4882+msgid "A website with the same ID on Magento already exists."
4883+msgstr "Een website met dezelfde ID bestaat als in Magento."
4884+
4885+#. module: magentoerpconnect
4886+#: field:magento.backend,import_categories_from_date:0
4887+msgid "Import categories from date"
4888+msgstr "Importeer productcategorien vanaf"
4889+
4890+#. module: magentoerpconnect
4891+#: view:account.invoice:0
4892+#: field:account.invoice,magento_bind_ids:0
4893+#: view:product.category:0
4894+#: field:product.category,magento_bind_ids:0
4895+#: view:product.product:0
4896+#: field:product.product,magento_bind_ids:0
4897+#: view:res.partner:0
4898+#: field:res.partner,magento_bind_ids:0
4899+#: field:res.partner.category,magento_bind_ids:0
4900+#: field:sale.order,magento_bind_ids:0
4901+#: field:sale.order.line,magento_bind_ids:0
4902+#: field:sale.shop,magento_bind_ids:0
4903+#: field:stock.picking,magento_bind_ids:0
4904+#: view:stock.picking.out:0
4905+#: field:stock.picking.out,magento_bind_ids:0
4906+msgid "Magento Bindings"
4907+msgstr "Magento koppelingen"
4908+
4909+#. module: magentoerpconnect
4910+#: help:connector.config.settings,module_magentoerpconnect_catalog:0
4911+msgid "This installs the module magentoerpconnect_catalog."
4912+msgstr "Dit installeert de module magentoerpconnect_catalog."
4913+
4914+#. module: magentoerpconnect
4915+#: field:magento.address,is_magento_order_address:0
4916+msgid "Address from a Magento Order"
4917+msgstr "Adres van een Magento order"
4918+
4919+#. module: magentoerpconnect
4920+#: field:magento.sale.order,magento_order_id:0
4921+msgid "Magento Order ID"
4922+msgstr "Magento order ID"
4923+
4924+#. module: magentoerpconnect
4925+#: model:ir.model,name:magentoerpconnect.model_magentoerpconnect_installed
4926+msgid "magentoerpconnect.installed"
4927+msgstr "magentoerpconnect.installed"
4928+
4929+#. module: magentoerpconnect
4930+#: help:connector.config.settings,module_magentoerpconnect_export_partner:0
4931+msgid "This installs the module magentoerpconnect_export_partner."
4932+msgstr "Dit installeert de module magentoerpconnect_export_partner."
4933+
4934+#. module: magentoerpconnect
4935+#: field:magento.sale.order.line,notes:0
4936+msgid "Notes"
4937+msgstr "Notities"
4938+
4939+#. module: magentoerpconnect
4940+#: field:magento.sale.order,openerp_id:0
4941+msgid "Sale Order"
4942+msgstr "Verkooporder"
4943+
4944+#. module: magentoerpconnect
4945+#: field:magento.stock.picking.out,openerp_id:0
4946+msgid "Stock Picking"
4947+msgstr "Uitgaande levering"
4948+
4949+#. module: magentoerpconnect
4950+#: view:connector.config.settings:0
4951+msgid "Extensions"
4952+msgstr "Extensies"
4953+
4954+#. module: magentoerpconnect
4955+#: view:magento.backend:0
4956+msgid "Advanced Configuration"
4957+msgstr "Geavanceerde configuratie"
4958+
4959+#. module: magentoerpconnect
4960+#: field:magento.res.partner,group_id:0
4961+msgid "Magento Group (Category)"
4962+msgstr "Magento groep (Categorie)"
4963+
4964+#. module: magentoerpconnect
4965+#: model:ir.ui.menu,name:magentoerpconnect.menu_magento_store
4966+#: view:magento.website:0
4967+#: field:magento.website,store_ids:0
4968+msgid "Stores"
4969+msgstr "Winkels"
4970+
4971+#. module: magentoerpconnect
4972+#: field:magento.backend,product_stock_field_id:0
4973+msgid "Stock Field"
4974+msgstr "Voorraad veld"
4975+
4976+#. module: magentoerpconnect
4977+#: field:magento.res.partner.category,openerp_id:0
4978+msgid "Partner Category"
4979+msgstr "Relatiecategorie"
4980+
4981+#. module: magentoerpconnect
4982+#: help:magento.product.product,magento_qty:0
4983+msgid "Last computed quantity to send on Magento."
4984+msgstr "Laatst berekende hoeveelheid om te versturen naar Magento"
4985+
4986+#. module: magentoerpconnect
4987+#: model:ir.ui.menu,name:magentoerpconnect.menu_magento_root
4988+#: view:res.partner.category:0
4989+msgid "Magento"
4990+msgstr "Magento"
4991+
4992+#. module: magentoerpconnect
4993+#: model:ir.model,name:magentoerpconnect.model_connector_config_settings
4994+msgid "connector.config.settings"
4995+msgstr "connector.config.settings"
4996+
4997+#. module: magentoerpconnect
4998+#: field:magento.backend,import_products_from_date:0
4999+msgid "Import products from date"
5000+msgstr "Importeer producten vanaf"
The diff has been truncated for viewing.

Subscribers

People subscribed via source and target branches