-
';
}
diff --git a/Block/Adminhtml/Settings/Tabs/License.php b/Block/Adminhtml/Settings/Tabs/License.php
index ee65cb69d..09d7f8d5e 100644
--- a/Block/Adminhtml/Settings/Tabs/License.php
+++ b/Block/Adminhtml/Settings/Tabs/License.php
@@ -52,9 +52,9 @@ protected function _prepareForm()
Note: If you have not received the License Key, please contact us %email%.
More detailed information about ability to work with this Page you can find
-
here .',
- $email, $this->getHelper('Module\Support')->getDocumentationUrl(
- $componentForUrl, 'Global+Settings#GlobalSettings-License'
+
here .',
+ $email, $this->getHelper('Module\Support')->getDocumentationArticleUrl(
+ 'x/xAEtAQ'
))
]
);
@@ -84,9 +84,10 @@ protected function _prepareForm()
'label' => $this->__('Associated Email'),
'text' => $this->licenseData['info']['email'],
'tooltip' => $this->__(
- 'This e-mail address associated to your License.
- Also you can use this e-mail to enter a
clients portal ',
- $this->getHelper('Module\Support')->getClientsPortalBaseUrl())
+ 'That is an e-mail address associated to your License.
+ Also, you can use this e-mail to access a
+
clients portal ',
+ $this->getHelper('Module\Support')->getClientsPortalUrl())
]
);
}
@@ -96,7 +97,7 @@ protected function _prepareForm()
'note',
[
'label' => '',
- 'text' => '
getHelper('Module\Support')->getClientsPortalUrl()
.'" target="_blank">'.$this->__('Manage License').' '
]
);
diff --git a/Block/Adminhtml/Settings/Tabs/License/Create.php b/Block/Adminhtml/Settings/Tabs/License/Create.php
index 91eec5360..e0d6a6f7b 100644
--- a/Block/Adminhtml/Settings/Tabs/License/Create.php
+++ b/Block/Adminhtml/Settings/Tabs/License/Create.php
@@ -98,6 +98,17 @@ protected function _prepareForm()
]
);
+ $fieldSet->addField('create_new_license_phone',
+ 'text',
+ [
+ 'name' => 'phone',
+ 'label' => $this->__('Phone'),
+ 'title' => $this->__('Phone'),
+ 'value' => '',
+ 'required' => true,
+ ]
+ );
+
$fieldSet->addField('create_new_license_country',
self::SELECT,
[
diff --git a/Block/Adminhtml/Settings/Tabs/LogsClearing.php b/Block/Adminhtml/Settings/Tabs/LogsClearing.php
index 14b6b7bb3..104434ba2 100644
--- a/Block/Adminhtml/Settings/Tabs/LogsClearing.php
+++ b/Block/Adminhtml/Settings/Tabs/LogsClearing.php
@@ -35,13 +35,13 @@ protected function _prepareForm()
$form->addField('settings_tab_logs_clearing', self::HELP_BLOCK,
[
'content' => $this->__(
- 'Set preferences for automatic clearing of Log data then click
Save Config .
+ 'Set preferences for automatic clearing of Log data then click
Save .
To clear a Log completely, click
Clear All . To clear a Log of data more than
a certain number of days old, choose the number of days then click
Run Now .
More detailed information about ability to work with this Page you can find
-
here .',
- $this->getHelper('Module\Support')->getDocumentationUrl(
- $componentForUrl, 'Global+Settings#GlobalSettings-LogsClearing'
+
here .',
+ $this->getHelper('Module\Support')->getDocumentationArticleUrl(
+ 'x/xgEtAQ'
)
)
]
@@ -95,23 +95,22 @@ protected function _prepareForm()
]
);
- $fieldSet = $form->addFieldset('magento_block_configuration_logs_clearing_listings_other',
+ $fieldSet = $form->addFieldset('magento_block_logs_configuration_clearing_orders',
[
- 'legend' => $this->__('3rd Party Listings Logs & Events Clearing'),
+ 'legend' => $this->__('Orders Logs & Events Clearing'),
'collapsable' => false
]
);
- $mode = isset($this->modes[LogClearing::LOG_OTHER_LISTINGS])
- ? $this->modes[LogClearing::LOG_OTHER_LISTINGS] : 1;
+ $mode = isset($this->modes[LogClearing::LOG_ORDERS]) ? $this->modes[LogClearing::LOG_ORDERS] : 1;
$tooltip = $this->getTooltipHtml(
$this->__('Enables automatic clearing of Log data. Can help reduce Database size.')
);
- $fieldSet->addField(LogClearing::LOG_OTHER_LISTINGS . '_log_mode',
+ $fieldSet->addField(LogClearing::LOG_ORDERS . '_log_mode',
self::SELECT,
[
- 'name' => LogClearing::LOG_OTHER_LISTINGS . '_log_mode',
+ 'name' => LogClearing::LOG_ORDERS . '_log_mode',
'label' => $this->__('Enabled'),
'title' => $this->__('Enabled'),
'values' => [
@@ -120,47 +119,48 @@ protected function _prepareForm()
],
'value' => $mode,
'style' => 'margin-right: 1.5rem',
- 'onchange' => "LogClearingObj.changeModeLog('".LogClearing::LOG_OTHER_LISTINGS."')",
- 'field_extra_attributes' => 'id="'.LogClearing::LOG_OTHER_LISTINGS . '_log_mode_container"',
+ 'onchange' => "LogClearingObj.changeModeLog('".LogClearing::LOG_ORDERS."')",
+ 'field_extra_attributes' => 'id="'.LogClearing::LOG_ORDERS . '_log_mode_container"',
'after_element_html' => $tooltip
- . '
'
- . $this->getChildHtml('clear_all_'.LogClearing::LOG_OTHER_LISTINGS).' '
+ . '
'
+ . $this->getChildHtml('clear_all_'.LogClearing::LOG_ORDERS).' '
]
);
- $fieldSet->addField(LogClearing::LOG_OTHER_LISTINGS . '_log_days',
+ $fieldSet->addField(LogClearing::LOG_ORDERS . '_log_days',
'text',
[
- 'name' => LogClearing::LOG_OTHER_LISTINGS . '_log_days',
+ 'name' => LogClearing::LOG_ORDERS . '_log_days',
'label' => $this->__('Keep For (days)'),
'title' => $this->__('Keep For (days)'),
- 'value' => $this->days[LogClearing::LOG_OTHER_LISTINGS],
+ 'value' => $this->days[LogClearing::LOG_ORDERS],
'class' => 'M2ePro-logs-clearing-interval',
'required' => true,
- 'field_extra_attributes' => 'id="'.LogClearing::LOG_OTHER_LISTINGS . '_log_days_container"',
+ 'field_extra_attributes' => 'id="'.LogClearing::LOG_ORDERS . '_log_days_container"',
'tooltip' => $this->__(
'Specify for how long you want to keep Log data before it is automatically cleared.'
- )
+ ),
+ 'disabled' => true
]
);
- $fieldSet = $form->addFieldset('magento_block_configuration_logs_clearing_synch',
+ $fieldSet = $form->addFieldset('magento_block_configuration_logs_clearing_listings_other',
[
- 'legend' => $this->__('Synchronization Logs & Events Clearing'),
+ 'legend' => $this->__('3rd Party Listings Logs & Events Clearing'),
'collapsable' => false
]
);
- $mode = isset($this->modes[LogClearing::LOG_SYNCHRONIZATIONS])
- ? $this->modes[LogClearing::LOG_SYNCHRONIZATIONS] : 1;
+ $mode = isset($this->modes[LogClearing::LOG_OTHER_LISTINGS])
+ ? $this->modes[LogClearing::LOG_OTHER_LISTINGS] : 1;
$tooltip = $this->getTooltipHtml(
$this->__('Enables automatic clearing of Log data. Can help reduce Database size.')
);
- $fieldSet->addField(LogClearing::LOG_SYNCHRONIZATIONS . '_log_mode',
+ $fieldSet->addField(LogClearing::LOG_OTHER_LISTINGS . '_log_mode',
self::SELECT,
[
- 'name' => LogClearing::LOG_SYNCHRONIZATIONS . '_log_mode',
+ 'name' => LogClearing::LOG_OTHER_LISTINGS . '_log_mode',
'label' => $this->__('Enabled'),
'title' => $this->__('Enabled'),
'values' => [
@@ -169,46 +169,47 @@ protected function _prepareForm()
],
'value' => $mode,
'style' => 'margin-right: 1.5rem',
- 'onchange' => "LogClearingObj.changeModeLog('".LogClearing::LOG_SYNCHRONIZATIONS."')",
- 'field_extra_attributes' => 'id="'.LogClearing::LOG_SYNCHRONIZATIONS . '_log_mode_container"',
+ 'onchange' => "LogClearingObj.changeModeLog('".LogClearing::LOG_OTHER_LISTINGS."')",
+ 'field_extra_attributes' => 'id="'.LogClearing::LOG_OTHER_LISTINGS . '_log_mode_container"',
'after_element_html' => $tooltip
- . '
'
- . $this->getChildHtml('clear_all_'.LogClearing::LOG_SYNCHRONIZATIONS).' '
+ . '
'
+ . $this->getChildHtml('clear_all_'.LogClearing::LOG_OTHER_LISTINGS).' '
]
);
- $fieldSet->addField(LogClearing::LOG_SYNCHRONIZATIONS . '_log_days',
+ $fieldSet->addField(LogClearing::LOG_OTHER_LISTINGS . '_log_days',
'text',
[
- 'name' => LogClearing::LOG_SYNCHRONIZATIONS . '_log_days',
+ 'name' => LogClearing::LOG_OTHER_LISTINGS . '_log_days',
'label' => $this->__('Keep For (days)'),
'title' => $this->__('Keep For (days)'),
- 'value' => $this->days[LogClearing::LOG_SYNCHRONIZATIONS],
+ 'value' => $this->days[LogClearing::LOG_OTHER_LISTINGS],
'class' => 'M2ePro-logs-clearing-interval',
'required' => true,
- 'field_extra_attributes' => 'id="'.LogClearing::LOG_SYNCHRONIZATIONS . '_log_days_container"',
+ 'field_extra_attributes' => 'id="'.LogClearing::LOG_OTHER_LISTINGS . '_log_days_container"',
'tooltip' => $this->__(
'Specify for how long you want to keep Log data before it is automatically cleared.'
)
]
);
- $fieldSet = $form->addFieldset('magento_block_logs_configuration_clearing_orders',
+ $fieldSet = $form->addFieldset('magento_block_configuration_logs_clearing_synch',
[
- 'legend' => $this->__('Orders Logs & Events Clearing'),
+ 'legend' => $this->__('Synchronization Logs & Events Clearing'),
'collapsable' => false
]
);
- $mode = isset($this->modes[LogClearing::LOG_ORDERS]) ? $this->modes[LogClearing::LOG_ORDERS] : 1;
+ $mode = isset($this->modes[LogClearing::LOG_SYNCHRONIZATIONS])
+ ? $this->modes[LogClearing::LOG_SYNCHRONIZATIONS] : 1;
$tooltip = $this->getTooltipHtml(
$this->__('Enables automatic clearing of Log data. Can help reduce Database size.')
);
- $fieldSet->addField(LogClearing::LOG_ORDERS . '_log_mode',
+ $fieldSet->addField(LogClearing::LOG_SYNCHRONIZATIONS . '_log_mode',
self::SELECT,
[
- 'name' => LogClearing::LOG_ORDERS . '_log_mode',
+ 'name' => LogClearing::LOG_SYNCHRONIZATIONS . '_log_mode',
'label' => $this->__('Enabled'),
'title' => $this->__('Enabled'),
'values' => [
@@ -217,28 +218,27 @@ protected function _prepareForm()
],
'value' => $mode,
'style' => 'margin-right: 1.5rem',
- 'onchange' => "LogClearingObj.changeModeLog('".LogClearing::LOG_ORDERS."')",
- 'field_extra_attributes' => 'id="'.LogClearing::LOG_ORDERS . '_log_mode_container"',
+ 'onchange' => "LogClearingObj.changeModeLog('".LogClearing::LOG_SYNCHRONIZATIONS."')",
+ 'field_extra_attributes' => 'id="'.LogClearing::LOG_SYNCHRONIZATIONS . '_log_mode_container"',
'after_element_html' => $tooltip
- . '
'
- . $this->getChildHtml('clear_all_'.LogClearing::LOG_ORDERS).' '
+ . '
'
+ . $this->getChildHtml('clear_all_'.LogClearing::LOG_SYNCHRONIZATIONS).' '
]
);
- $fieldSet->addField(LogClearing::LOG_ORDERS . '_log_days',
+ $fieldSet->addField(LogClearing::LOG_SYNCHRONIZATIONS . '_log_days',
'text',
[
- 'name' => LogClearing::LOG_ORDERS . '_log_days',
+ 'name' => LogClearing::LOG_SYNCHRONIZATIONS . '_log_days',
'label' => $this->__('Keep For (days)'),
'title' => $this->__('Keep For (days)'),
- 'value' => $this->days[LogClearing::LOG_ORDERS],
+ 'value' => $this->days[LogClearing::LOG_SYNCHRONIZATIONS],
'class' => 'M2ePro-logs-clearing-interval',
'required' => true,
- 'field_extra_attributes' => 'id="'.LogClearing::LOG_ORDERS . '_log_days_container"',
+ 'field_extra_attributes' => 'id="'.LogClearing::LOG_SYNCHRONIZATIONS . '_log_days_container"',
'tooltip' => $this->__(
'Specify for how long you want to keep Log data before it is automatically cleared.'
- ),
- 'disabled' => true
+ )
]
);
diff --git a/Block/Adminhtml/Support/Form.php b/Block/Adminhtml/Support/Form.php
index ae18b2206..584e04dd7 100644
--- a/Block/Adminhtml/Support/Form.php
+++ b/Block/Adminhtml/Support/Form.php
@@ -18,15 +18,19 @@ protected function _prepareLayout()
described. You can use the following resources:
- Documentation - structured documents containing detailed
+
Documentation
+ - structured documents containing detailed
instructions on how to use M2E Pro Extension;
- Knowledge Base - a collection of articles
+
Knowledge Base
+ - a collection of articles
describing the causes of the common errors as well as the solutions to the frequently
asked questions;
- Ideas Workshop - a base of notices where you
+
Ideas Workshop
+ - a base of notices where you
can find other Users’ suggestions as well as offer your idea about a new feature which
could be useful in M2E Pro;
- Community Forum - an open M2E Pro discussion forum
+
Community Forum
+ - an open M2E Pro discussion forum
where our Users discuss and search for solutions together.
@@ -36,10 +40,10 @@ protected function _prepareLayout()
terms and conditions will be sent to your request.
HTML
,
- $this->getHelper('Module\Support')->getDocumentationUrl(NULL, NULL, 'x/u4AVAQ'),
- $this->getHelper('Module\Support')->getKnowledgeBaseUrl(),
- $this->getHelper('Module\Support')->getIdeasBaseUrl(),
- $this->getHelper('Module\Support')->getCommunityBaseUrl()
+ $this->getHelper('Module\Support')->getDocumentationArticleUrl('x/u4AVAQ'),
+ $this->getHelper('Module\Support')->getKnowledgebaseUrl(),
+ $this->getHelper('Module\Support')->getIdeasUrl(),
+ $this->getHelper('Module\Support')->getForumUrl()
)
]);
@@ -169,7 +173,6 @@ protected function _prepareForm()
'label' => $this->__('Attachment'),
'name' => 'files[]',
'onchange' => 'SupportObj.toggleMoreButton()',
- 'style' => 'margin-top: 5px'
]
);
@@ -210,4 +213,20 @@ protected function _prepareForm()
return parent::_prepareForm();
}
+
+ protected function _beforeToHtml()
+ {
+ $controlPanelUrl = $this->getUrl('*/controlPanel');
+
+ $this->js->addRequireJs([
+ 'l' => 'M2ePro/ControlPanel'
+ ], <<
moduleHelper = $moduleHelper;
- parent::__construct($context, $data);
- }
-
+ /**
+ * @inheritdoc
+ */
protected function _getElementHtml(\Magento\Framework\Data\Form\Element\AbstractElement $element)
{
$element->setValue((int)$this->moduleHelper->getConfig()->getGroupValue(
'/component/amazon/', 'mode'
));
- $element->setValues([
- ['label' => __('Disabled'), 'value' => '0'],
- ['label' => __('Enabled'), 'value' => '1'],
- ]);
- return $element->getElementHtml();
- }
-
- public function toOptionArray()
- {
- return [
- ['label' => __('Disabled'), 'value' => '0'],
- ['label' => __('Enabled'), 'value' => '1'],
- ];
+ return parent::_getElementHtml($element);
}
}
\ No newline at end of file
diff --git a/Block/Adminhtml/System/Config/Buy/Field.php b/Block/Adminhtml/System/Config/Buy/Field.php
index cc90ea5e5..a17b92a67 100644
--- a/Block/Adminhtml/System/Config/Buy/Field.php
+++ b/Block/Adminhtml/System/Config/Buy/Field.php
@@ -8,20 +8,19 @@
namespace Ess\M2ePro\Block\Adminhtml\System\Config\Buy;
-class Field extends \Magento\Config\Block\System\Config\Form\Field
+class Field extends \Ess\M2ePro\Block\Adminhtml\System\Config\Integration
{
+ /**
+ * @inheritdoc
+ */
protected function _getElementHtml(\Magento\Framework\Data\Form\Element\AbstractElement $element)
{
- $element->setValue(0);
$element->setDisabled('disabled');
- $element->setValues([
- ['label' => __('Disabled - Coming Soon...'), 'value' => '0']
- ]);
- return $element->getElementHtml();
+ return parent::_getElementHtml($element);
}
- public function toOptionArray()
+ public function getOptionsArray()
{
return [
['label' => __('Disabled - Coming Soon...'), 'value' => '0']
diff --git a/Block/Adminhtml/System/Config/Ebay/Field.php b/Block/Adminhtml/System/Config/Ebay/Field.php
index 18bb84511..5570a8bfc 100644
--- a/Block/Adminhtml/System/Config/Ebay/Field.php
+++ b/Block/Adminhtml/System/Config/Ebay/Field.php
@@ -8,38 +8,17 @@
namespace Ess\M2ePro\Block\Adminhtml\System\Config\Ebay;
-class Field extends \Magento\Config\Block\System\Config\Form\Field
+class Field extends \Ess\M2ePro\Block\Adminhtml\System\Config\Integration
{
- protected $moduleHelper;
-
- public function __construct(
- \Magento\Backend\Block\Template\Context $context,
- \Ess\M2ePro\Helper\Module $moduleHelper,
- array $data = []
- )
- {
- $this->moduleHelper = $moduleHelper;
- parent::__construct($context, $data);
- }
-
+ /**
+ * @inheritdoc
+ */
protected function _getElementHtml(\Magento\Framework\Data\Form\Element\AbstractElement $element)
{
$element->setValue((int)$this->moduleHelper->getConfig()->getGroupValue(
'/component/ebay/', 'mode'
));
- $element->setValues([
- ['label' => __('Disabled'), 'value' => '0'],
- ['label' => __('Enabled'), 'value' => '1'],
- ]);
- return $element->getElementHtml();
- }
-
- public function toOptionArray()
- {
- return [
- ['label' => __('Disabled'), 'value' => '0'],
- ['label' => __('Enabled'), 'value' => '1'],
- ];
+ return parent::_getElementHtml($element);
}
}
\ No newline at end of file
diff --git a/Block/Adminhtml/System/Config/General/Fieldset.php b/Block/Adminhtml/System/Config/General/Fieldset.php
index 73dc7e924..badce3bbf 100644
--- a/Block/Adminhtml/System/Config/General/Fieldset.php
+++ b/Block/Adminhtml/System/Config/General/Fieldset.php
@@ -27,7 +27,13 @@ protected function _getHeaderTitleHtml($element)
protected function _getHeaderHtml($element)
{
- return $this->getIntegrationHelpBlockHtml($element->getHtmlId()) . parent::_getHeaderHtml($element);
+ $controlPanelUrl = $this->getUrl('m2epro/controlPanel');
+
+ return $this->getIntegrationHelpBlockHtml($element->getHtmlId()) . parent::_getHeaderHtml($element) .
+ '';
}
/**
diff --git a/Block/Adminhtml/System/Config/Integration.php b/Block/Adminhtml/System/Config/Integration.php
new file mode 100644
index 000000000..998d87536
--- /dev/null
+++ b/Block/Adminhtml/System/Config/Integration.php
@@ -0,0 +1,58 @@
+moduleHelper = $moduleHelper;
+ parent::__construct($context, $data);
+ }
+
+ /**
+ * @inheritdoc
+ */
+ protected function _getElementHtml(\Magento\Framework\Data\Form\Element\AbstractElement $element)
+ {
+ $element->setValues($this->getOptionsArray());
+
+ return parent::_getElementHtml($element);
+ }
+
+ /**
+ * @inheritdoc
+ */
+ protected function _isInheritCheckboxRequired(\Magento\Framework\Data\Form\Element\AbstractElement $element)
+ {
+ return false;
+ }
+
+ /**
+ * @inheritdoc
+ */
+ protected function _renderScopeLabel(\Magento\Framework\Data\Form\Element\AbstractElement $element)
+ {
+ return '';
+ }
+
+ protected function getOptionsArray()
+ {
+ return [
+ ['label' => __('Disabled'), 'value' => '0'],
+ ['label' => __('Enabled'), 'value' => '1'],
+ ];
+ }
+}
\ No newline at end of file
diff --git a/Block/Adminhtml/Template/Messages.php b/Block/Adminhtml/Template/Messages.php
index e5bdaa6e0..c65523463 100644
--- a/Block/Adminhtml/Template/Messages.php
+++ b/Block/Adminhtml/Template/Messages.php
@@ -17,36 +17,15 @@ class Messages extends AbstractBlock
protected $templateNick = NULL;
protected $componentMode = NULL;
- protected $storeManager;
- protected $parentFactory;
-
//########################################
- public function __construct(
- \Magento\Store\Model\StoreManagerInterface $storeManager,
- \Ess\M2ePro\Model\ActiveRecord\Component\Parent\Factory $parentFactory,
- \Ess\M2ePro\Block\Adminhtml\Magento\Context\Template $context,
- array $data = []
- )
- {
-
- $this->storeManager = $storeManager;
- $this->parentFactory = $parentFactory;
-
- parent::__construct($context, $data);
- }
-
public function getResultBlock($templateNick, $componentMode)
{
$block = $this;
switch ($templateNick) {
case \Ess\M2ePro\Model\Ebay\Template\Manager::TEMPLATE_SELLING_FORMAT:
- if ($componentMode == \Ess\M2ePro\Helper\Component\Ebay::NICK) {
- $block = $this->createBlock('Ebay\Template\SellingFormat\Messages');
- } else {
- $block = $this->createBlock('Template\SellingFormat\Messages');
- }
+ $block = $this->createBlock('Template\SellingFormat\Messages');
break;
}
@@ -85,8 +64,6 @@ public function getMessagesHtml(array $messages = array())
$messagesBlock = $this->getLayout()->createBlock('Magento\Framework\View\Element\Messages');
- //todo styles
-
$first = true;
foreach ($messages as $messageType => $messageText) {
$message = '';
@@ -165,7 +142,7 @@ public function getStore()
return NULL;
}
- return $this->storeManager->getStore((int)$this->_data['store_id']);
+ return $this->_storeManager->getStore((int)$this->_data['store_id']);
}
//########################################
diff --git a/Block/Adminhtml/Template/SellingFormat/Messages.php b/Block/Adminhtml/Template/SellingFormat/Messages.php
index ed3be99c3..adb14ddc7 100644
--- a/Block/Adminhtml/Template/SellingFormat/Messages.php
+++ b/Block/Adminhtml/Template/SellingFormat/Messages.php
@@ -150,10 +150,6 @@ protected function getTemplateModel()
case \Ess\M2ePro\Helper\Component\Amazon::NICK:
$model = $this->activeRecordFactory->getObject('Amazon\Template\SellingFormat');
break;
- // TODO NOT SUPPORTED FEATURES
-// case \Ess\M2ePro\Helper\Component\Buy::NICK:
-// $model = $this->modelFactory->getObject('Buy\Template\SellingFormat');
-// break;
}
if (is_null($model)) {
diff --git a/Block/Adminhtml/Widget/Dialog/Confirm.php b/Block/Adminhtml/Widget/Dialog/Confirm.php
index 7f1930c54..fdd611786 100644
--- a/Block/Adminhtml/Widget/Dialog/Confirm.php
+++ b/Block/Adminhtml/Widget/Dialog/Confirm.php
@@ -6,7 +6,7 @@
* @license Commercial use is forbidden
*/
-namespace Ess\M2ePro\Block\Adminhtml\Widget\Dialog\Confirm;
+namespace Ess\M2ePro\Block\Adminhtml\Widget\Dialog;
class Confirm extends \Ess\M2ePro\Block\Adminhtml\Magento\AbstractBlock
{
diff --git a/Block/Adminhtml/Wizard/AbstractWizard.php b/Block/Adminhtml/Wizard/AbstractWizard.php
index f9186f877..e533afa9b 100644
--- a/Block/Adminhtml/Wizard/AbstractWizard.php
+++ b/Block/Adminhtml/Wizard/AbstractWizard.php
@@ -6,18 +6,6 @@
abstract class AbstractWizard extends AbstractContainer
{
- protected $nameBuilder;
-
- public function __construct(
- \Magento\Framework\Code\NameBuilder $nameBuilder,
- \Ess\M2ePro\Block\Adminhtml\Magento\Context\Widget $context,
- array $data = []
- )
- {
- $this->nameBuilder = $nameBuilder;
- parent::__construct($context, $data);
- }
-
protected function _prepareLayout()
{
$this->css->addFile('wizard.css');
diff --git a/Block/Adminhtml/Wizard/Congratulation.php b/Block/Adminhtml/Wizard/Congratulation.php
index 82c7b81ac..4dec476f8 100644
--- a/Block/Adminhtml/Wizard/Congratulation.php
+++ b/Block/Adminhtml/Wizard/Congratulation.php
@@ -12,7 +12,10 @@ protected function _toHtml()
return <<
- {$this->__('This wizard was already finished. Please Contact Us , if it is need.', $supportUrl)}
+ {$this->__(
+ 'This wizard was already finished. Please
+ Contact Us , if it is need.', $supportUrl
+ )}
HTML;
diff --git a/Block/Adminhtml/Wizard/Installation/Registration/Content.php b/Block/Adminhtml/Wizard/Installation/Registration/Content.php
index ac9a68ce0..1105e5833 100644
--- a/Block/Adminhtml/Wizard/Installation/Registration/Content.php
+++ b/Block/Adminhtml/Wizard/Installation/Registration/Content.php
@@ -33,8 +33,8 @@ protected function _prepareLayout()
Having access to your Account on clients.m2epro.com will let you manage your Subscription,
monitor Trial and Paid Period terms, control License Key(s) data, etc.
HTML
- , $this->getHelper('Module\Support')->getMainWebsiteUrl() . 'privacy'
- , $this->getHelper('Module\Support')->getClientsPortalBaseUrl()
+ , $this->getHelper('Module\Support')->getWebsiteUrl() . 'privacy'
+ , $this->getHelper('Module\Support')->getClientsPortalUrl()
)
);
@@ -50,15 +50,7 @@ protected function _beforeToHtml()
// ---------------------------------------
// ---------------------------------------
- $userInfo = $this->authSession->getUser()->getData();
-
- $defaultStore = $this->getHelper('Magento\Store')->getDefaultStore();
-
- $userInfo['city'] = $defaultStore->getConfig(\Magento\Shipping\Model\Config::XML_PATH_ORIGIN_CITY);
- $userInfo['postal_code'] = $defaultStore->getConfig(\Magento\Shipping\Model\Config::XML_PATH_ORIGIN_POSTCODE);
- $userInfo['country'] = $defaultStore->getConfig(
- \Magento\Config\Model\Config\Backend\Admin\Custom::XML_PATH_GENERAL_COUNTRY_DEFAULT
- );
+ $userInfo = $this->getHelper('Magento\Admin')->getCurrentInfo();
// ---------------------------------------
// ---------------------------------------
@@ -134,6 +126,18 @@ protected function _prepareForm()
]
);
+ $fieldset->addField(
+ 'phone',
+ 'text',
+ [
+ 'name' => 'phone',
+ 'label' => $this->__('Phone'),
+ 'value' => $this->getUserInfoValue('phone'),
+ 'required' => true,
+ 'disabled' => $this->getData('isLicenseStepFinished')
+ ]
+ );
+
$fieldset->addField(
'country',
'select',
diff --git a/Block/Adminhtml/Wizard/InstallationEbay/Installation/Account/Content.php b/Block/Adminhtml/Wizard/InstallationEbay/Installation/Account/Content.php
index badcd82fb..85254b51d 100644
--- a/Block/Adminhtml/Wizard/InstallationEbay/Installation/Account/Content.php
+++ b/Block/Adminhtml/Wizard/InstallationEbay/Installation/Account/Content.php
@@ -56,7 +56,7 @@ protected function _prepareForm()
'type' => \Magento\Framework\Message\MessageInterface::TYPE_NOTICE,
'content' => $this->__(
'If you do not have an existing account, you can click
- here to register one.', $url
+ here to register one.', $url
)
]
]
diff --git a/Block/Adminhtml/Wizard/MigrationFromMagento1/Installation.php b/Block/Adminhtml/Wizard/MigrationFromMagento1/Installation.php
index 2ae715270..3c5c3c79e 100644
--- a/Block/Adminhtml/Wizard/MigrationFromMagento1/Installation.php
+++ b/Block/Adminhtml/Wizard/MigrationFromMagento1/Installation.php
@@ -15,7 +15,7 @@ protected function _construct()
protected function _toHtml()
{
- $this->js->add( <<js->add(<<getRequest()->getParams();
if (empty($params)) {
- return $this->_redirect('*/*/new');
+ return $this->_redirect('*/*/new', [
+ 'close_on_save' => $this->getRequest()->getParam('close_on_save')
+ ]);
}
$requiredFields = array(
@@ -26,7 +28,9 @@ public function execute()
$error = $this->__('The Amazon token obtaining is currently unavailable.');
$this->messageManager->addError($error);
- return $this->_redirect('*/*/new');
+ return $this->_redirect('*/*/new', [
+ 'close_on_save' => $this->getRequest()->getParam('close_on_save')
+ ]);
}
}
@@ -36,9 +40,13 @@ public function execute()
$accountId = $this->getHelper('Data\Session')->getValue('account_id');
if ((int)$accountId <= 0) {
- return $this->_redirect('*/*/new');
+ return $this->_redirect('*/*/new', [
+ 'close_on_save' => $this->getRequest()->getParam('close_on_save')
+ ]);
} else {
- return $this->_redirect('*/*/edit', ['id' => $accountId]);
+ return $this->_redirect('*/*/edit', [
+ 'id' => $accountId, 'close_on_save' => $this->getRequest()->getParam('close_on_save')
+ ]);
}
}
}
\ No newline at end of file
diff --git a/Controller/Adminhtml/Amazon/Account/BeforeGetToken.php b/Controller/Adminhtml/Amazon/Account/BeforeGetToken.php
index 6f8e9acec..6c1c59838 100644
--- a/Controller/Adminhtml/Amazon/Account/BeforeGetToken.php
+++ b/Controller/Adminhtml/Amazon/Account/BeforeGetToken.php
@@ -19,7 +19,7 @@ public function execute()
try {
- $backUrl = $this->getUrl('*/*/afterGetToken');
+ $backUrl = $this->getUrl('*/*/afterGetToken', ['_current' => true]);
$dispatcherObject = $this->modelFactory->getObject('Amazon\Connector\Dispatcher');
$connectorObj = $dispatcherObject->getVirtualConnector('account','get','authUrl',
diff --git a/Controller/Adminhtml/Amazon/Account/Edit.php b/Controller/Adminhtml/Amazon/Account/Edit.php
index 5d395b777..9dc275458 100644
--- a/Controller/Adminhtml/Amazon/Account/Edit.php
+++ b/Controller/Adminhtml/Amazon/Account/Edit.php
@@ -33,11 +33,11 @@ public function execute()
return $this->_redirect('*/amazon_account');
}
- if ($id) {
- $this->getHelper('Data\GlobalData')->setValue('license_message', $this->getLicenseMessage($account));
+ if (!is_null($account)) {
+ $this->addLicenseMessage($account);
}
- $this->getHelper('Data\GlobalData')->setValue('temp_data', $account);
+ $this->getHelper('Data\GlobalData')->setValue('edit_account', $account);
// Set header text
// ---------------------------------------
@@ -60,15 +60,15 @@ public function execute()
$this->addLeft($this->createBlock('Amazon\Account\Edit\Tabs'));
$this->addContent($this->createBlock('Amazon\Account\Edit'));
- $this->setComponentPageHelpLink('Accounts');
+ $this->setPageHelpLink('x/9gEtAQ');
return $this->getResultPage();
}
- private function getLicenseMessage(\Ess\M2ePro\Model\Account $account)
+ private function addLicenseMessage(\Ess\M2ePro\Model\Account $account)
{
try {
- $dispatcherObject = $this->modelFactory->getObject('Connector\Dispatcher');
+ $dispatcherObject = $this->modelFactory->getObject('M2ePro\Connector\Dispatcher');
$connectorObj = $dispatcherObject->getVirtualConnector('account','get','info', array(
'account' => $account->getChildObject()->getServerHash(),
'channel' => \Ess\M2ePro\Helper\Component\Amazon::NICK,
@@ -81,14 +81,15 @@ private function getLicenseMessage(\Ess\M2ePro\Model\Account $account)
}
if (!isset($response['info']['status']) || empty($response['info']['note'])) {
- return '';
+ return;
}
$status = (bool)$response['info']['status'];
$note = $response['info']['note'];
if ($status) {
- return 'MagentoMessageObj.addNotice(\''.$note.'\');';
+ $this->addExtendedNoticeMessage($note);
+ return;
}
$errorMessage = $this->__(
@@ -96,6 +97,7 @@ private function getLicenseMessage(\Ess\M2ePro\Model\Account $account)
array('error_message' => $note)
);
+ $this->addExtendedErrorMessage($errorMessage);
return 'MagentoMessageObj.addError(\''.$errorMessage.'\');';
}
}
\ No newline at end of file
diff --git a/Controller/Adminhtml/Amazon/Account/Index.php b/Controller/Adminhtml/Amazon/Account/Index.php
index f28e1da18..0853d2c75 100644
--- a/Controller/Adminhtml/Amazon/Account/Index.php
+++ b/Controller/Adminhtml/Amazon/Account/Index.php
@@ -10,7 +10,7 @@ public function execute()
{
$this->addContent($this->createBlock('Amazon\Account'));
$this->getResultPage()->getConfig()->getTitle()->prepend($this->__('Accounts'));
- $this->setComponentPageHelpLink('Accounts');
+ $this->setPageHelpLink('x/9gEtAQ');
return $this->getResultPage();
}
diff --git a/Controller/Adminhtml/Amazon/Account/Repricing/Link.php b/Controller/Adminhtml/Amazon/Account/Repricing/Link.php
new file mode 100644
index 000000000..43c531e20
--- /dev/null
+++ b/Controller/Adminhtml/Amazon/Account/Repricing/Link.php
@@ -0,0 +1,63 @@
+getRequest()->getParam('id');
+ $token = $this->getRequest()->getParam('account_token');
+ $email = $this->getRequest()->getParam('email');
+
+ $status = $this->getRequest()->getParam('status');
+ $messages = $this->getRequest()->getParam('messages', array());
+
+ /** @var \Ess\M2ePro\Model\Account $account */
+ $account = $this->amazonFactory->getObjectLoaded('Account', $accountId, NULL, false);
+
+ if ($accountId && is_null($account)) {
+ $this->getMessageManager()->addError($this->__('Account does not exist.'));
+ return $this->_redirect('*/amazon_account/index');
+ }
+
+ foreach ($messages as $message) {
+
+ if ($message['type'] == 'notice') {
+ $this->getMessageManager()->addNotice($message['text']);
+ }
+
+ if ($message['type'] == 'warning') {
+ $this->getMessageManager()->addWarning($message['text']);
+ }
+
+ if ($message['type'] == 'error') {
+ $this->getMessageManager()->addError($message['text']);
+ }
+ }
+
+ if ($status == '1') {
+
+ $accountRepricingModel = $this->activeRecordFactory->getObject('Amazon\Account\Repricing');
+
+ $accountRepricingModel->setData(array(
+ 'account_id' => $accountId,
+ 'email' => $email,
+ 'token' => $token
+ ));
+
+ $accountRepricingModel->save();
+
+ /** @var $repricing \Ess\M2ePro\Model\Amazon\Repricing\Synchronization */
+ $repricing = $this->modelFactory->getObject('Amazon\Repricing\Synchronization');
+ $repricing->setAccount($account);
+ $repricing->runFull();
+ }
+
+ return $this->_redirect($this->getUrl('*/amazon_account/edit', array(
+ 'id' => $accountId
+ )).'#repricing');
+ }
+}
\ No newline at end of file
diff --git a/Controller/Adminhtml/Amazon/Account/Repricing/LinkOrRegister.php b/Controller/Adminhtml/Amazon/Account/Repricing/LinkOrRegister.php
new file mode 100644
index 000000000..66c4ca2ee
--- /dev/null
+++ b/Controller/Adminhtml/Amazon/Account/Repricing/LinkOrRegister.php
@@ -0,0 +1,44 @@
+getRequest()->getParam('id');
+
+ /** @var $account \Ess\M2ePro\Model\Account */
+ $account = $this->amazonFactory->getObjectLoaded('Account', $accountId, NULL, false);
+
+ if ($accountId && is_null($account)) {
+ $this->getMessageManager()->addError($this->__('Account does not exist.'));
+ return $this->_redirect('*/amazon_account/index');
+ }
+
+ $backUrl = $this->getUrl(
+ '*/amazon_account_repricing/link',
+ array('id' => $account->getId())
+ );
+
+ /** @var $repricingAction \Ess\M2ePro\Model\Amazon\Repricing\Action\Account */
+ $repricingAction = $this->modelFactory->getObject('Amazon\Repricing\Action\Account');
+ $repricingAction->setAccount($account);
+ $serverRequestToken = $repricingAction->sendLinkActionData($backUrl);
+
+ if ($serverRequestToken === false) {
+ $this->getMessageManager()->addError($this->__(
+ 'M2E Pro cannot to connect to the Amazon Repricing Service. Please try again later.'
+ ));
+ return $this->_redirect($this->getUrl('*/amazon_account/edit/', ['id' => $accountId]));
+ }
+
+ return $this->_redirect(
+ $this->getHelper('Component\Amazon\Repricing')->prepareActionUrl(
+ \Ess\M2ePro\Helper\Component\Amazon\Repricing::COMMAND_ACCOUNT_LINK, $serverRequestToken
+ )
+ );
+ }
+}
\ No newline at end of file
diff --git a/Controller/Adminhtml/Amazon/Account/Repricing/OpenManagement.php b/Controller/Adminhtml/Amazon/Account/Repricing/OpenManagement.php
new file mode 100644
index 000000000..577141616
--- /dev/null
+++ b/Controller/Adminhtml/Amazon/Account/Repricing/OpenManagement.php
@@ -0,0 +1,23 @@
+getRequest()->getParam('id');
+
+ /** @var $account \Ess\M2ePro\Model\Account */
+ $account = $this->amazonFactory->getObjectLoaded('Account', $accountId, NULL, false);
+
+ if ($accountId && is_null($account)) {
+ $this->getMessageManager()->addError($this->__('Account does not exist.'));
+ return $this->_redirect('*/amazon_account/index');
+ }
+
+ return $this->_redirect($this->getHelper('Component\Amazon\Repricing')->getManagementUrl($account));
+ }
+}
\ No newline at end of file
diff --git a/Controller/Adminhtml/Amazon/Account/Repricing/OpenUnlinkPage.php b/Controller/Adminhtml/Amazon/Account/Repricing/OpenUnlinkPage.php
new file mode 100644
index 000000000..42567d2f3
--- /dev/null
+++ b/Controller/Adminhtml/Amazon/Account/Repricing/OpenUnlinkPage.php
@@ -0,0 +1,44 @@
+getRequest()->getParam('id');
+
+ /** @var $account \Ess\M2ePro\Model\Account */
+ $account = $this->amazonFactory->getObjectLoaded('Account', $accountId, NULL, false);
+
+ if ($accountId && is_null($account)) {
+ $this->getMessageManager()->addError($this->__('Account does not exist.'));
+ return $this->_redirect('*/amazon_account/index');
+ }
+
+ $backUrl = $this->getUrl(
+ '*/amazon_account_repricing/unlink',
+ array('id' => $account->getId())
+ );
+
+ /** @var $repricingAction \Ess\M2ePro\Model\Amazon\Repricing\Action\Account */
+ $repricingAction = $this->modelFactory->getObject('Amazon\Repricing\Action\Account');
+ $repricingAction->setAccount($account);
+ $serverRequestToken = $repricingAction->sendUnlinkActionData($backUrl);
+
+ if ($serverRequestToken === false) {
+ $this->getMessageManager()->addError($this->__(
+ 'M2E Pro cannot to connect to the Amazon Repricing Service. Please try again later.'
+ ));
+ return $this->_redirect($this->getUrl('*/amazon_account/edit/', ['id' => $accountId]));
+ }
+
+ return $this->_redirect(
+ $this->getHelper('Component\Amazon\Repricing')->prepareActionUrl(
+ \Ess\M2ePro\Helper\Component\Amazon\Repricing::COMMAND_ACCOUNT_UNLINK, $serverRequestToken
+ )
+ );
+ }
+}
\ No newline at end of file
diff --git a/Controller/Adminhtml/Amazon/Account/Repricing/Unlink.php b/Controller/Adminhtml/Amazon/Account/Repricing/Unlink.php
new file mode 100644
index 000000000..8f77a7879
--- /dev/null
+++ b/Controller/Adminhtml/Amazon/Account/Repricing/Unlink.php
@@ -0,0 +1,50 @@
+getRequest()->getParam('id');
+
+ $status = $this->getRequest()->getParam('status');
+ $messages = $this->getRequest()->getParam('messages', array());
+
+ /** @var $account \Ess\M2ePro\Model\Account */
+ $account = $this->amazonFactory->getObjectLoaded('Account', $accountId, NULL, false);
+
+ if ($accountId && is_null($account)) {
+ $this->getMessageManager()->addError($this->__('Account does not exist.'));
+ return $this->_redirect('*/amazon_account/index');
+ }
+
+ foreach ($messages as $message) {
+
+ if ($message['type'] == 'notice') {
+ $this->getMessageManager()->addNotice($message['text']);
+ }
+
+ if ($message['type'] == 'warning') {
+ $this->getMessageManager()->addWarning($message['text']);
+ }
+
+ if ($message['type'] == 'error') {
+ $this->getMessageManager()->addError($message['text']);
+ }
+ }
+
+ if ($status == '1') {
+ $this->activeRecordFactory->getObject('Amazon\Listing\Product\Repricing')->getResource()->remove($account);
+ $this->activeRecordFactory->getObject('Amazon\Listing\Other')->getResource()->removeRepricing($account);
+
+ $account->getChildObject()->getRepricing()->delete();
+ }
+
+ return $this->_redirect(
+ $this->getUrl('*/amazon_account/edit', array('id' => $accountId)).'#repricing'
+ );
+ }
+}
\ No newline at end of file
diff --git a/Controller/Adminhtml/Amazon/Account/Save.php b/Controller/Adminhtml/Amazon/Account/Save.php
index 11992e221..872c76c56 100644
--- a/Controller/Adminhtml/Amazon/Account/Save.php
+++ b/Controller/Adminhtml/Amazon/Account/Save.php
@@ -341,6 +341,24 @@ public function execute()
$post['other_listings_move_synch']);
$model->getChildObject()->save();
+ // Repricing
+ // ---------------------------------------
+ if (!empty($post['repricing'])) {
+
+ /** @var \Ess\M2ePro\Model\Amazon\Account\Repricing $repricingModel */
+ $repricingModel = $model->getChildObject()->getRepricing();
+
+ $repricingOldData = $repricingModel->getData();
+
+ $repricingModel->addData($post['repricing']);
+ $repricingModel->save();
+
+ $repricingNewData = $repricingModel->getData();
+
+ $repricingModel->setProcessRequired($repricingNewData, $repricingOldData);
+ }
+ // ---------------------------------------
+
try {
// Add or update server
@@ -414,6 +432,13 @@ public function execute()
return $this->_redirect('*/amazon_account');
}
+ if ($this->isAjax()) {
+ $this->setJsonContent([
+ 'success' => true
+ ]);
+ return $this->getResult();
+ }
+
$this->messageManager->addSuccess($this->__('Account was successfully saved'));
/* @var $wizardHelper \Ess\M2ePro\Helper\Module\Wizard */
@@ -428,13 +453,6 @@ public function execute()
$routerParams['wizard'] = true;
}
- if ($this->isAjax()) {
- $this->setJsonContent([
- 'success' => true
- ]);
- return $this->getResult();
- }
-
return $this->_redirect($this->getHelper('Data')->getBackUrl('list',array(),array('edit'=>$routerParams)));
}
}
\ No newline at end of file
diff --git a/Controller/Adminhtml/Amazon/Listing/AutoAction/GetDescriptionTemplatesList.php b/Controller/Adminhtml/Amazon/Listing/AutoAction/GetDescriptionTemplatesList.php
index ad25b9fff..c76c60c30 100644
--- a/Controller/Adminhtml/Amazon/Listing/AutoAction/GetDescriptionTemplatesList.php
+++ b/Controller/Adminhtml/Amazon/Listing/AutoAction/GetDescriptionTemplatesList.php
@@ -8,7 +8,7 @@
namespace Ess\M2ePro\Controller\Adminhtml\Amazon\Listing\AutoAction;
-class getDescriptionTemplatesList extends \Ess\M2ePro\Controller\Adminhtml\Amazon\Listing\AutoAction
+class GetDescriptionTemplatesList extends \Ess\M2ePro\Controller\Adminhtml\Amazon\Listing\AutoAction
{
//########################################
diff --git a/Controller/Adminhtml/Amazon/Listing/Create/Index.php b/Controller/Adminhtml/Amazon/Listing/Create/Index.php
index 075270a11..5383b0771 100644
--- a/Controller/Adminhtml/Amazon/Listing/Create/Index.php
+++ b/Controller/Adminhtml/Amazon/Listing/Create/Index.php
@@ -50,7 +50,7 @@ public function execute()
break;
}
- $this->setComponentPageHelpLink('New+Listing+Creation');
+ $this->setPageHelpLink('x/AgItAQ');
$this->getResult()->getConfig()->getTitle()->prepend($this->__('New Listing Creation'));
return $this->getResult();
@@ -176,8 +176,8 @@ protected function createListing()
// M2ePro_TRANSLATIONS
// Listing was successfully Added
'Listing was successfully Added',
- \Ess\M2ePro\Model\Log\AbstractLog::TYPE_NOTICE,
- \Ess\M2ePro\Model\Log\AbstractLog::PRIORITY_HIGH
+ \Ess\M2ePro\Model\Log\AbstractModel::TYPE_NOTICE,
+ \Ess\M2ePro\Model\Log\AbstractModel::PRIORITY_HIGH
);
// ---------------------------------------
diff --git a/Controller/Adminhtml/Amazon/Listing/Index.php b/Controller/Adminhtml/Amazon/Listing/Index.php
index 5ef39f8a8..650c84878 100644
--- a/Controller/Adminhtml/Amazon/Listing/Index.php
+++ b/Controller/Adminhtml/Amazon/Listing/Index.php
@@ -24,7 +24,7 @@ public function execute()
$this->addContent($this->createBlock('Amazon\Listing'));
$this->getResultPage()->getConfig()->getTitle()->prepend($this->__('M2E Pro Listings'));
- $this->setComponentPageHelpLink('M2E+Pro+Listings');
+ $this->setPageHelpLink('x/AgItAQ');
return $this->getResult();
}
diff --git a/Controller/Adminhtml/Amazon/Listing/Log/Index.php b/Controller/Adminhtml/Amazon/Listing/Log/Index.php
index 0e68a69ae..350183ca8 100644
--- a/Controller/Adminhtml/Amazon/Listing/Log/Index.php
+++ b/Controller/Adminhtml/Amazon/Listing/Log/Index.php
@@ -34,7 +34,7 @@ public function execute()
);
} else {
- // todo Remove when Mageto fix Horizontal Tabs bug
+ // Remove when Mageto fix Horizontal Tabs bug
if ($this->getRequest()->isXmlHttpRequest()) {
return $this->_redirect('*/*/grid', ['_current' => true]);
}
diff --git a/Controller/Adminhtml/Amazon/Listing/Other/Index.php b/Controller/Adminhtml/Amazon/Listing/Other/Index.php
index 3b60f1131..a88459839 100644
--- a/Controller/Adminhtml/Amazon/Listing/Other/Index.php
+++ b/Controller/Adminhtml/Amazon/Listing/Other/Index.php
@@ -8,7 +8,7 @@ public function execute()
{
$this->addContent($this->createBlock('Amazon\Listing\Other'));
$this->getResultPage()->getConfig()->getTitle()->prepend($this->__('3rd Party Listings'));
- $this->setComponentPageHelpLink('3rd+Party+Listing');
+ $this->setPageHelpLink('x/AAItAQ');
return $this->getResult();
}
diff --git a/Controller/Adminhtml/Amazon/Listing/Other/Log/Index.php b/Controller/Adminhtml/Amazon/Listing/Other/Log/Index.php
index 14fd7847f..ceb34ec14 100644
--- a/Controller/Adminhtml/Amazon/Listing/Other/Log/Index.php
+++ b/Controller/Adminhtml/Amazon/Listing/Other/Log/Index.php
@@ -37,7 +37,7 @@ public function execute()
));
} else {
- // todo Remove when Mageto fix Horizontal Tabs bug
+ // Remove when Mageto fix Horizontal Tabs bug
if ($this->getRequest()->isXmlHttpRequest()) {
return $this->_redirect('*/*/grid', ['_current' => true]);
}
diff --git a/Controller/Adminhtml/Amazon/Listing/Product/Add.php b/Controller/Adminhtml/Amazon/Listing/Product/Add.php
index e03f1d349..8d23b2a05 100644
--- a/Controller/Adminhtml/Amazon/Listing/Product/Add.php
+++ b/Controller/Adminhtml/Amazon/Listing/Product/Add.php
@@ -7,6 +7,7 @@
abstract class Add extends Main
{
protected $sessionKey = 'amazon_listing_product_add';
+ protected $listing = NULL;
//########################################
@@ -56,7 +57,11 @@ protected function filterProductsForNewAsin($productsIds)
*/
protected function getListing()
{
- return $this->amazonFactory->getObjectLoaded('Listing',$this->getRequest()->getParam('id'));
+ if (is_null($this->listing)) {
+ $this->listing = $this->amazonFactory->getObjectLoaded('Listing', $this->getRequest()->getParam('id'));
+ }
+
+ return $this->listing;
}
//########################################
diff --git a/Controller/Adminhtml/Amazon/Listing/Product/Add/Add.php b/Controller/Adminhtml/Amazon/Listing/Product/Add/Add.php
index 88182206e..3b07e338a 100644
--- a/Controller/Adminhtml/Amazon/Listing/Product/Add/Add.php
+++ b/Controller/Adminhtml/Amazon/Listing/Product/Add/Add.php
@@ -45,7 +45,8 @@ public function execute()
$backUrl = $this->getUrl('*/*/index', array(
'id' => $listingId,
'skip_products_steps' => empty($tempProducts),
- 'step' => 3
+ 'step' => 3,
+ 'wizard' => $this->getRequest()->getParam('wizard')
));
$this->clearSession();
diff --git a/Controller/Adminhtml/Amazon/Listing/Product/Add/CheckSearchResults.php b/Controller/Adminhtml/Amazon/Listing/Product/Add/CheckSearchResults.php
index ec56c68a7..0593118c2 100644
--- a/Controller/Adminhtml/Amazon/Listing/Product/Add/CheckSearchResults.php
+++ b/Controller/Adminhtml/Amazon/Listing/Product/Add/CheckSearchResults.php
@@ -20,7 +20,8 @@ public function execute()
$redirectUrl = $this->getUrl('*/*/index', array(
'step' => 5,
- 'id' => $this->getRequest()->getParam('id')
+ 'id' => $this->getRequest()->getParam('id'),
+ 'wizard' => $this->getRequest()->getParam('wizard')
));
$this->setJsonContent(['redirect' => $redirectUrl]);
@@ -36,7 +37,8 @@ public function execute()
$this->setJsonContent([
'redirect' => $this->getUrl('*/*/index', array(
'id' => $this->getRequest()->getParam('id'),
- 'step' => $showNewAsinStep ? 4 : 5
+ 'step' => $showNewAsinStep ? 4 : 5,
+ 'wizard' => $this->getRequest()->getParam('wizard')
))
]);
diff --git a/Controller/Adminhtml/Amazon/Listing/Product/Add/DescriptionTemplateAssignByMagentoCategory.php b/Controller/Adminhtml/Amazon/Listing/Product/Add/DescriptionTemplateAssignByMagentoCategory.php
index 5f0711620..43e65cdd6 100644
--- a/Controller/Adminhtml/Amazon/Listing/Product/Add/DescriptionTemplateAssignByMagentoCategory.php
+++ b/Controller/Adminhtml/Amazon/Listing/Product/Add/DescriptionTemplateAssignByMagentoCategory.php
@@ -32,7 +32,7 @@ public function execute()
return $this->getResult();
}
- $this->setPageHelpLink(NULL, 'pages/viewpage.action?pageId=18188493');
+ $this->setPageHelpLink('x/SwctAQ');
$this->getResultPage()->getConfig()->getTitle()->prepend(
$this->__('Set Description Policy for New ASIN/ISBN Creation')
);
diff --git a/Controller/Adminhtml/Amazon/Listing/Product/Add/DescriptionTemplateAssignManually.php b/Controller/Adminhtml/Amazon/Listing/Product/Add/DescriptionTemplateAssignManually.php
index bc70b12e1..531bb747c 100644
--- a/Controller/Adminhtml/Amazon/Listing/Product/Add/DescriptionTemplateAssignManually.php
+++ b/Controller/Adminhtml/Amazon/Listing/Product/Add/DescriptionTemplateAssignManually.php
@@ -32,7 +32,7 @@ public function execute()
return $this->getResult();
}
- $this->setPageHelpLink(NULL, 'pages/viewpage.action?pageId=18188493');
+ $this->setPageHelpLink('x/SwctAQ');
$this->getResultPage()->getConfig()->getTitle()->prepend(
$this->__('Set Description Policy for New ASIN/ISBN Creation')
);
diff --git a/Controller/Adminhtml/Amazon/Listing/Product/Add/Index.php b/Controller/Adminhtml/Amazon/Listing/Product/Add/Index.php
index 35896bd68..984088217 100644
--- a/Controller/Adminhtml/Amazon/Listing/Product/Add/Index.php
+++ b/Controller/Adminhtml/Amazon/Listing/Product/Add/Index.php
@@ -80,7 +80,7 @@ public function sourceMode()
}
$this->addContent($this->createBlock('Amazon\Listing\Product\Add\SourceMode'));
- $this->setComponentPageHelpLink('Add+Magento+Products');
+ $this->setPageHelpLink('x/jgYtAQ');
}
//########################################
@@ -104,6 +104,8 @@ public function stepOneSourceProducts()
'products_source', \Ess\M2ePro\Block\Adminhtml\Amazon\Listing\Product\Add\SourceMode::MODE_PRODUCT
);
+ $this->setRuleData('amazon_rule_add_listing_product');
+
$prefix = $this->getHideProductsInOtherListingsPrefix();
if ($this->getRequest()->isPost()) {
@@ -120,7 +122,7 @@ public function stepOneSourceProducts()
return;
}
- $this->setPageHelpLink(\Ess\M2ePro\Helper\Component\Amazon::NICK, 'Adding+Products+from+the+List');
+ $this->setPageHelpLink('x/4wYtAQ');
$this->addContent($this->createBlock('Amazon\Listing\Product\Add\SourceMode\Product'));
}
@@ -145,6 +147,8 @@ public function stepOneSourceCategories()
\Ess\M2ePro\Block\Adminhtml\Amazon\Listing\Product\Add\SourceMode::MODE_CATEGORY
);
+ $this->setRuleData('amazon_rule_add_listing_product');
+
$prefix = $this->getHideProductsInOtherListingsPrefix();
if ($this->getRequest()->isPost()) {
@@ -174,7 +178,7 @@ public function stepOneSourceCategories()
return;
}
- $this->setPageHelpLink(\Ess\M2ePro\Helper\Component\Amazon::NICK, 'Adding+Products+from+Category');
+ $this->setPageHelpLink('x/4wYtAQ');
$gridContainer = $this->createBlock('Amazon\Listing\Product\Add\SourceMode\Category');
$this->addContent($gridContainer);
@@ -226,13 +230,13 @@ protected function asinSearchView()
return;
}
- $this->setPageHelpLink(NULL, 'pages/viewpage.action?pageId=18188583');
+ $this->setPageHelpLink('x/NQctAQ');
$this->getResultPage()->getConfig()->getTitle()->prepend(
$this->__('Search Existing Amazon Products (ASIN/ISBN)')
);
- $this->setPageHelpLink(NULL, 'pages/viewpage.action?pageId=19728181');
+ $this->setPageHelpLink('x/NQctAQ');
$this->addContent($this->createBlock('Amazon\Listing\Product\Add\SearchAsin'));
}
@@ -248,7 +252,7 @@ protected function addNewAsinView()
return;
}
- $this->setPageHelpLink(NULL, 'pages/viewpage.action?pageId=18188493');
+ $this->setPageHelpLink('x/SwctAQ');
$this->getResultPage()->getConfig()->getTitle()->prepend($this->__('New ASIN/ISBN Creation'));
@@ -348,4 +352,40 @@ protected function getLockedProductsInAction($productsIds)
}
//########################################
+
+ protected function setRuleData($prefix)
+ {
+ $listingData = $this->getHelper('Data\GlobalData')
+ ->getValue('listing_for_products_add')
+ ->getData();
+
+ $storeId = isset($listingData['store_id']) ? (int)$listingData['store_id'] : 0;
+ $prefix .= isset($listingData['id']) ? '_'.$listingData['id'] : '';
+ $this->getHelper('Data\GlobalData')->setValue('rule_prefix', $prefix);
+
+ $ruleModel = $this->activeRecordFactory->getObject('Magento\Product\Rule')->setData(
+ [
+ 'prefix' => $prefix,
+ 'store_id' => $storeId,
+ ]
+ );
+
+ $ruleParam = $this->getRequest()->getPost('rule');
+ if (!empty($ruleParam)) {
+ $this->getHelper('Data\Session')->setValue(
+ $prefix, $ruleModel->getSerializedFromPost($this->getRequest()->getPostValue())
+ );
+ } elseif (!is_null($ruleParam)) {
+ $this->getHelper('Data\Session')->setValue($prefix, []);
+ }
+
+ $sessionRuleData = $this->getHelper('Data\Session')->getValue($prefix);
+ if (!empty($sessionRuleData)) {
+ $ruleModel->loadFromSerialized($sessionRuleData);
+ }
+
+ $this->getHelper('Data\GlobalData')->setValue('rule_model', $ruleModel);
+ }
+
+ //########################################
}
\ No newline at end of file
diff --git a/Controller/Adminhtml/Amazon/Listing/Product/Add/RemoveAddedProducts.php b/Controller/Adminhtml/Amazon/Listing/Product/Add/RemoveAddedProducts.php
index e05dd187e..ff5e0cbe4 100644
--- a/Controller/Adminhtml/Amazon/Listing/Product/Add/RemoveAddedProducts.php
+++ b/Controller/Adminhtml/Amazon/Listing/Product/Add/RemoveAddedProducts.php
@@ -27,7 +27,8 @@ public function execute()
'id' => $this->getRequest()->getParam('id'),
'_query' => [
'source' => $this->getHelper('Data\Session')->getValue('products_source')
- ]
+ ],
+ 'wizard' => $this->getRequest()->getParam('wizard')
));
}
}
\ No newline at end of file
diff --git a/Controller/Adminhtml/Amazon/Listing/Product/Repricing/AddProducts.php b/Controller/Adminhtml/Amazon/Listing/Product/Repricing/AddProducts.php
new file mode 100644
index 000000000..24b7da9d6
--- /dev/null
+++ b/Controller/Adminhtml/Amazon/Listing/Product/Repricing/AddProducts.php
@@ -0,0 +1,67 @@
+getRequest()->getParam('id');
+ $accountId = $this->getRequest()->getParam('account_id');
+ $responseToken = $this->getRequest()->getParam('response_token');
+
+ /** @var $account \Ess\M2ePro\Model\Account */
+ $account = $this->amazonFactory->getObjectLoaded('Account', $accountId, NULL, false);
+
+ if (!$account->getId()) {
+ $this->getMessageManager()->addError($this->__('Account does not exist.'));
+ return $this->_redirect($this->getUrl('*/amazon_listing/view', ['id' => $listingId]));
+ }
+
+ /** @var $repricingAction \Ess\M2ePro\Model\Amazon\Repricing\Action\Product */
+ $repricingAction = $this->modelFactory->getObject('Amazon\Repricing\Action\Product');
+ $repricingAction->setAccount($account);
+ $response = $repricingAction->getActionResponseData($responseToken);
+
+ if (!empty($response['messages'])) {
+ foreach ($response['messages'] as $message) {
+
+ if ($message['type'] == 'notice') {
+ $this->getMessageManager()->addNotice($message['text']);
+ }
+
+ if ($message['type'] == 'warning') {
+ $this->getMessageManager()->addWarning($message['text']);
+ }
+
+ if ($message['type'] == 'error') {
+ $this->getMessageManager()->addError($message['text']);
+ }
+ }
+ }
+
+ if ($response['status'] == '0') {
+ return $this->_redirect($this->getUrl('*/amazon_listing/view', ['id' => $listingId]));
+ }
+
+ if (empty($response['offers'])) {
+ return $this->_redirect($this->getUrl('*/amazon_listing/view', ['id' => $listingId]));
+ }
+
+ $skus = array();
+ foreach ($response['offers'] as $offer) {
+ $skus[] = $offer['sku'];
+ }
+
+ /** @var $repricing \Ess\M2ePro\Model\Amazon\Repricing\Synchronization */
+ $repricingSynchronization = $this->modelFactory->getObject('Amazon\Repricing\Synchronization');
+ $repricingSynchronization->setAccount($account);
+ $repricingSynchronization->runBySkus($skus);
+
+ $this->getMessageManager()->addSuccess(
+ $this->__('Amazon Products have been successfully added to the Amazon Repricing Tool.')
+ );
+
+ return $this->_redirect($this->getUrl('*/amazon_listing/view', ['id' => $listingId]));
+ }
+}
\ No newline at end of file
diff --git a/Controller/Adminhtml/Amazon/Listing/Product/Repricing/EditProducts.php b/Controller/Adminhtml/Amazon/Listing/Product/Repricing/EditProducts.php
new file mode 100644
index 000000000..68089fce1
--- /dev/null
+++ b/Controller/Adminhtml/Amazon/Listing/Product/Repricing/EditProducts.php
@@ -0,0 +1,63 @@
+getRequest()->getParam('id');
+ $accountId = $this->getRequest()->getParam('account_id');
+ $responseToken = $this->getRequest()->getParam('response_token');
+
+ /** @var \Ess\M2ePro\Model\Account $account */
+ $account = $this->amazonFactory->getObjectLoaded('Account', $accountId, NULL, false);
+
+ if (!$account->getId()) {
+ $this->getMessageManager()->addError($this->__('Account does not exist.'));
+ return $this->_redirect($this->getUrl('*/amazon_listing/view', ['id' => $listingId]));
+ }
+
+ /** @var $repricingAction \Ess\M2ePro\Model\Amazon\Repricing\Action\Product */
+ $repricingAction = $this->modelFactory->getObject('Amazon\Repricing\Action\Product');
+ $repricingAction->setAccount($account);
+ $response = $repricingAction->getActionResponseData($responseToken);
+
+ if (!empty($response['messages'])) {
+ foreach ($response['messages'] as $message) {
+
+ if ($message['type'] == 'notice') {
+ $this->getMessageManager()->addNotice($message['text']);
+ }
+
+ if ($message['type'] == 'warning') {
+ $this->getMessageManager()->addWarning($message['text']);
+ }
+
+ if ($message['type'] == 'error') {
+ $this->getMessageManager()->addError($message['text']);
+ }
+ }
+ }
+
+ if ($response['status'] == '0') {
+ return $this->_redirect($this->getUrl('*/amazon_listing/view', ['id' => $listingId]));
+ }
+
+ if (empty($response['offers'])) {
+ return $this->_redirect($this->getUrl('*/amazon_listing/view', ['id' => $listingId]));
+ }
+
+ $skus = array();
+ foreach ($response['offers'] as $offer) {
+ $skus[] = $offer['sku'];
+ }
+
+ /** @var $repricing \Ess\M2ePro\Model\Amazon\Repricing\Synchronization */
+ $repricingSynchronization = $this->modelFactory->getObject('Amazon\Repricing\Synchronization');
+ $repricingSynchronization->setAccount($account);
+ $repricingSynchronization->runBySkus($skus);
+
+ return $this->_redirect($this->getUrl('*/amazon_listing/view', ['id' => $listingId]));
+ }
+}
\ No newline at end of file
diff --git a/Controller/Adminhtml/Amazon/Listing/Product/Repricing/GetUpdatedPriceBySkus.php b/Controller/Adminhtml/Amazon/Listing/Product/Repricing/GetUpdatedPriceBySkus.php
new file mode 100644
index 000000000..51b46f839
--- /dev/null
+++ b/Controller/Adminhtml/Amazon/Listing/Product/Repricing/GetUpdatedPriceBySkus.php
@@ -0,0 +1,97 @@
+localeCurrency = $localeCurrency;
+ parent::__construct($amazonFactory, $context);
+ }
+
+ public function execute()
+ {
+ $groupedSkus = $this->getRequest()->getParam('grouped_skus');
+
+ if (empty($groupedSkus)) {
+ return $this->getResponse()->setBody('You should provide correct parameters.');
+ }
+
+ $groupedSkus = json_decode($groupedSkus, true);
+ $resultPrices = array();
+
+ foreach ($groupedSkus as $accountId => $skus) {
+ /** @var $account \Ess\M2ePro\Model\Account */
+ $account = $this->amazonFactory->getCachedObjectLoaded('Account', $accountId);
+
+ /** @var \Ess\M2ePro\Model\Amazon\Account $amazonAccount */
+ $amazonAccount = $account->getChildObject();
+
+ $currency = $amazonAccount->getMarketplace()->getChildObject()->getDefaultCurrency();
+
+ /** @var $repricing \Ess\M2ePro\Model\Amazon\Repricing\Synchronization */
+ $repricingSynchronization = $this->modelFactory->getObject('Amazon\Repricing\Synchronization');
+ $repricingSynchronization->setAccount($account);
+ $repricingSynchronization->runBySkus($skus);
+
+ /** @var \Ess\M2ePro\Model\ResourceModel\Listing\Product\Collection $listingProductCollection */
+ $listingProductCollection = $this->amazonFactory->getObject('Listing\Product')->getCollection();
+ $listingProductCollection->getSelect()->joinLeft(
+ array('l' => $this->activeRecordFactory->getObject('Listing')->getResource()->getMainTable()),
+ 'l.id = main_table.listing_id',
+ array()
+ );
+ $listingProductCollection->addFieldToFilter('l.account_id', $accountId);
+ $listingProductCollection->addFieldToFilter('sku', array('in' => $skus));
+
+ $listingProductCollection->getSelect()->reset(\Zend_Db_Select::COLUMNS);
+ $listingProductCollection->getSelect()->columns(
+ array(
+ 'second_table.sku',
+ 'second_table.online_price'
+ )
+ );
+
+ $listingsProductsData = $listingProductCollection->getData();
+
+ foreach ($listingsProductsData as $listingProductData) {
+ $price = $this->localeCurrency->getCurrency($currency)->toCurrency($listingProductData['online_price']);
+ $resultPrices[$accountId][$listingProductData['sku']] = $price;
+ }
+
+ /** @var \Ess\M2ePro\Model\ResourceModel\Listing\Other\Collection $listingOtherCollection */
+ $listingOtherCollection = $this->amazonFactory->getObject('Listing\Other')->getCollection();
+
+ $listingOtherCollection->addFieldToFilter('account_id', $accountId);
+ $listingOtherCollection->addFieldToFilter('sku', array('in' => $skus));
+
+ $listingProductCollection->getSelect()->reset(\Zend_Db_Select::COLUMNS);
+ $listingProductCollection->getSelect()->columns(
+ array(
+ 'second_table.sku',
+ 'second_table.online_price'
+ )
+ );
+
+ $listingsOthersData = $listingOtherCollection->getData();
+
+ foreach ($listingsOthersData as $listingOtherData) {
+ $price = $this->localeCurrency->getCurrency($currency)->toCurrency($listingOtherData['online_price']);
+ $resultPrices[$accountId][$listingOtherData['sku']] = $price;
+ }
+ }
+
+ $this->setJsonContent($resultPrices);
+
+ return $this->getResult();
+ }
+}
\ No newline at end of file
diff --git a/Controller/Adminhtml/Amazon/Listing/Product/Repricing/OpenAddProducts.php b/Controller/Adminhtml/Amazon/Listing/Product/Repricing/OpenAddProducts.php
new file mode 100644
index 000000000..3c70c3f8c
--- /dev/null
+++ b/Controller/Adminhtml/Amazon/Listing/Product/Repricing/OpenAddProducts.php
@@ -0,0 +1,53 @@
+getRequest()->getParam('id');
+ $accountId = $this->getRequest()->getParam('account_id');
+ $productsIds = $this->getRequest()->getParam('products_ids');
+
+ if (!is_array($productsIds)) {
+ $productsIds = explode(',', $productsIds);
+ }
+
+ /** @var \Ess\M2ePro\Model\Account $account */
+ $account = $this->amazonFactory->getObjectLoaded('Account', $accountId, NULL, false);
+
+ if (!$account->getId()) {
+ $this->getMessageManager()->addError($this->__('Account does not exist.'));
+ return $this->_redirect($this->getUrl('*/amazon_listing/view', ['id' => $listingId]));
+ }
+
+ if (empty($productsIds)) {
+ $this->getMessageManager()->addError($this->__('Products not selected.'));
+ return $this->_redirect($this->getUrl('*/amazon_listing/view', ['id' => $listingId]));
+ }
+
+ $backUrl = $this->getUrl(
+ '*/amazon_listing_product_repricing/addProducts',
+ ['id' => $listingId, 'account_id' => $accountId]
+ );
+
+ /** @var $repricingAction \Ess\M2ePro\Model\Amazon\Repricing\Action\Product */
+ $repricingAction = $this->modelFactory->getObject('Amazon\Repricing\Action\Product');
+ $repricingAction->setAccount($account);
+ $serverRequestToken = $repricingAction->sendAddProductsActionData($productsIds, $backUrl);
+
+ if ($serverRequestToken === false) {
+ $this->getMessageManager()->addError(
+ $this->__('The selected Amazon Products cannot be Managed by Amazon Repricing Tool.')
+ );
+ return $this->_redirect($this->getUrl('*/amazon_listing/view', ['id' => $listingId]));
+ }
+
+ return $this->_redirect(
+ $this->getHelper('Component\Amazon\Repricing')->prepareActionUrl(
+ \Ess\M2ePro\Helper\Component\Amazon\Repricing::COMMAND_OFFERS_ADD, $serverRequestToken
+ )
+ );
+ }
+}
\ No newline at end of file
diff --git a/Controller/Adminhtml/Amazon/Listing/Product/Repricing/OpenEditProducts.php b/Controller/Adminhtml/Amazon/Listing/Product/Repricing/OpenEditProducts.php
new file mode 100644
index 000000000..23f8815ee
--- /dev/null
+++ b/Controller/Adminhtml/Amazon/Listing/Product/Repricing/OpenEditProducts.php
@@ -0,0 +1,53 @@
+getRequest()->getParam('id');
+ $accountId = $this->getRequest()->getParam('account_id');
+ $productsIds = $this->getRequest()->getParam('products_ids');
+
+ if (!is_array($productsIds)) {
+ $productsIds = explode(',', $productsIds);
+ }
+
+ /** @var \Ess\M2ePro\Model\Account $account */
+ $account = $this->amazonFactory->getObjectLoaded('Account', $accountId, NULL, false);
+
+ if (!$account->getId()) {
+ $this->getMessageManager()->addError($this->__('Account does not exist.'));
+ return $this->_redirect($this->getUrl('*/amazon_listing/view', ['id' => $listingId]));
+ }
+
+ if (empty($productsIds)) {
+ $this->getMessageManager()->addError($this->__('Products not selected.'));
+ return $this->_redirect($this->getUrl('*/amazon_listing/view', ['id' => $listingId]));
+ }
+
+ $backUrl = $this->getUrl(
+ '*/amazon_listing_product_repricing/editProducts',
+ ['id' => $listingId, 'account_id' => $accountId]
+ );
+
+ /** @var $repricingAction \Ess\M2ePro\Model\Amazon\Repricing\Action\Product */
+ $repricingAction = $this->modelFactory->getObject('Amazon\Repricing\Action\Product');
+ $repricingAction->setAccount($account);
+ $serverRequestToken = $repricingAction->sendEditProductsActionData($productsIds, $backUrl);
+
+ if ($serverRequestToken === false) {
+ $this->getMessageManager()->addError(
+ $this->__('The selected Amazon Products cannot be Managed by Amazon Repricing Tool.')
+ );
+ return $this->_redirect($this->getUrl('*/amazon_listing/view', ['id' => $listingId]));
+ }
+
+ return $this->_redirect(
+ $this->getHelper('Component\Amazon\Repricing')->prepareActionUrl(
+ \Ess\M2ePro\Helper\Component\Amazon\Repricing::COMMAND_OFFERS_EDIT, $serverRequestToken
+ )
+ );
+ }
+}
\ No newline at end of file
diff --git a/Controller/Adminhtml/Amazon/Listing/Product/Repricing/OpenManagement.php b/Controller/Adminhtml/Amazon/Listing/Product/Repricing/OpenManagement.php
new file mode 100644
index 000000000..cbb4a65a1
--- /dev/null
+++ b/Controller/Adminhtml/Amazon/Listing/Product/Repricing/OpenManagement.php
@@ -0,0 +1,22 @@
+getRequest()->getParam('id');
+ $accountId = $this->getRequest()->getParam('id');
+
+ /** @var \Ess\M2ePro\Model\Account $account */
+ $account = $this->amazonFactory->getObjectLoaded('Account', $accountId, NULL, false);
+
+ if (!$account->getId()) {
+ $this->getMessageManager()->addError($this->__('Account does not exist.'));
+ return $this->_redirect($this->getUrl('*/amazon_listing/view', ['id' => $listingId]));
+ }
+
+ return $this->_redirect($this->getHelper('Component\Amazon\Repricing')->getManagementUrl($account));
+ }
+}
\ No newline at end of file
diff --git a/Controller/Adminhtml/Amazon/Listing/Product/Repricing/OpenRemoveProducts.php b/Controller/Adminhtml/Amazon/Listing/Product/Repricing/OpenRemoveProducts.php
new file mode 100644
index 000000000..a492fac44
--- /dev/null
+++ b/Controller/Adminhtml/Amazon/Listing/Product/Repricing/OpenRemoveProducts.php
@@ -0,0 +1,53 @@
+getRequest()->getParam('id');
+ $accountId = $this->getRequest()->getParam('account_id');
+ $productsIds = $this->getRequest()->getParam('products_ids');
+
+ if (!is_array($productsIds)) {
+ $productsIds = explode(',', $productsIds);
+ }
+
+ /** @var \Ess\M2ePro\Model\Account $account */
+ $account = $this->amazonFactory->getObjectLoaded('Account', $accountId, NULL, false);
+
+ if (!$account->getId()) {
+ $this->getMessageManager()->addError($this->__('Account does not exist.'));
+ return $this->_redirect($this->getUrl('*/amazon_listing/view', ['id' => $listingId]));
+ }
+
+ if (empty($productsIds)) {
+ $this->getMessageManager()->addError($this->__('Products not selected.'));
+ return $this->_redirect($this->getUrl('*/amazon_listing/view', ['id' => $listingId]));
+ }
+
+ $backUrl = $this->getUrl(
+ '*/amazon_listing_product_repricing/removeProducts',
+ ['id' => $listingId, 'account_id' => $accountId]
+ );
+
+ /** @var $repricingAction \Ess\M2ePro\Model\Amazon\Repricing\Action\Product */
+ $repricingAction = $this->modelFactory->getObject('Amazon\Repricing\Action\Product');
+ $repricingAction->setAccount($account);
+ $serverRequestToken = $repricingAction->sendRemoveProductsActionData($productsIds, $backUrl);
+
+ if ($serverRequestToken === false) {
+ $this->getMessageManager()->addError(
+ $this->__('The selected Amazon Products cannot be Managed by Amazon Repricing Tool.')
+ );
+ return $this->_redirect($this->getUrl('*/amazon_listing/view', ['id' => $listingId]));
+ }
+
+ return $this->_redirect(
+ $this->getHelper('Component\Amazon\Repricing')->prepareActionUrl(
+ \Ess\M2ePro\Helper\Component\Amazon\Repricing::COMMAND_OFFERS_REMOVE, $serverRequestToken
+ )
+ );
+ }
+}
\ No newline at end of file
diff --git a/Controller/Adminhtml/Amazon/Listing/Product/Repricing/OpenShowDetails.php b/Controller/Adminhtml/Amazon/Listing/Product/Repricing/OpenShowDetails.php
new file mode 100644
index 000000000..bef23b1c5
--- /dev/null
+++ b/Controller/Adminhtml/Amazon/Listing/Product/Repricing/OpenShowDetails.php
@@ -0,0 +1,53 @@
+getRequest()->getParam('id');
+ $accountId = $this->getRequest()->getParam('account_id');
+ $productsIds = $this->getRequest()->getParam('products_ids');
+
+ if (!is_array($productsIds)) {
+ $productsIds = explode(',', $productsIds);
+ }
+
+ /** @var \Ess\M2ePro\Model\Account $account */
+ $account = $this->amazonFactory->getObjectLoaded('Account', $accountId, NULL, false);
+
+ if (!$account->getId()) {
+ $this->getMessageManager()->addError($this->__('Account does not exist.'));
+ return $this->_redirect($this->getUrl('*/amazon_listing/view', ['id' => $listingId]));
+ }
+
+ if (empty($productsIds)) {
+ $this->getMessageManager()->addError($this->__('Products not selected.'));
+ return $this->_redirect($this->getUrl('*/amazon_listing/view', ['id' => $listingId]));
+ }
+
+ $backUrl = $this->getUrl(
+ '*/amazon_listing_product_repricing/showDetails',
+ array('id' => $listingId, 'account_id' => $accountId)
+ );
+
+ /** @var $repricingAction \Ess\M2ePro\Model\Amazon\Repricing\Action\Product */
+ $repricingAction = $this->modelFactory->getObject('Amazon\Repricing\Action\Product');
+ $repricingAction->setAccount($account);
+ $serverRequestToken = $repricingAction->sendShowProductsDetailsActionData($productsIds, $backUrl);
+
+ if ($serverRequestToken === false) {
+ $this->getMessageManager()->addError(
+ $this->__('The selected Amazon Products cannot be Managed by Amazon Repricing Tool.')
+ );
+ return $this->_redirect($this->getUrl('*/amazon_listing/view', ['id' => $listingId]));
+ }
+
+ return $this->_redirect(
+ $this->getHelper('Component\Amazon\Repricing')->prepareActionUrl(
+ \Ess\M2ePro\Helper\Component\Amazon\Repricing::COMMAND_OFFERS_DETAILS, $serverRequestToken
+ )
+ );
+ }
+}
\ No newline at end of file
diff --git a/Controller/Adminhtml/Amazon/Listing/Product/Repricing/RemoveProducts.php b/Controller/Adminhtml/Amazon/Listing/Product/Repricing/RemoveProducts.php
new file mode 100644
index 000000000..69a81d5c2
--- /dev/null
+++ b/Controller/Adminhtml/Amazon/Listing/Product/Repricing/RemoveProducts.php
@@ -0,0 +1,66 @@
+getRequest()->getParam('id');
+ $accountId = $this->getRequest()->getParam('account_id');
+ $responseToken = $this->getRequest()->getParam('response_token');
+
+ /** @var \Ess\M2ePro\Model\Account $account */
+ $account = $this->amazonFactory->getObjectLoaded('Account', $accountId, NULL, false);
+
+ if (!$account->getId()) {
+ $this->getMessageManager()->addError($this->__('Account does not exist.'));
+ return $this->_redirect($this->getUrl('*/amazon_listing/view', ['id' => $listingId]));
+ }
+
+ /** @var $repricingAction \Ess\M2ePro\Model\Amazon\Repricing\Action\Product */
+ $repricingAction = $this->modelFactory->getObject('Amazon\Repricing\Action\Product');
+ $repricingAction->setAccount($account);
+ $response = $repricingAction->getActionResponseData($responseToken);
+
+ if (!empty($response['messages'])) {
+ foreach ($response['messages'] as $message) {
+
+ if ($message['type'] == 'notice') {
+ $this->getMessageManager()->addNotice($message['text']);
+ }
+
+ if ($message['type'] == 'warning') {
+ $this->getMessageManager()->addWarning($message['text']);
+ }
+
+ if ($message['type'] == 'error') {
+ $this->getMessageManager()->addError($message['text']);
+ }
+ }
+ }
+
+ if ($response['status'] == '0') {
+ return $this->_redirect($this->getUrl('*/amazon_listing/view', ['id' => $listingId]));
+ }
+
+ if (empty($response['offers'])) {
+ return $this->_redirect($this->getUrl('*/amazon_listing/view', ['id' => $listingId]));
+ }
+
+ $skus = array();
+ foreach ($response['offers'] as $offer) {
+ $skus[] = $offer['sku'];
+ }
+
+ /** @var $repricing \Ess\M2ePro\Model\Amazon\Repricing\Synchronization */
+ $repricingSynchronization = $this->modelFactory->getObject('Amazon\Repricing\Synchronization');
+ $repricingSynchronization->setAccount($account);
+ $repricingSynchronization->runBySkus($skus);
+
+ $this->getMessageManager()->addSuccess(
+ $this->__('Amazon Products have been successfully removed from the Amazon Repricing Tool.')
+ );
+ return $this->_redirect($this->getUrl('*/amazon_listing/view', ['id' => $listingId]));
+ }
+}
\ No newline at end of file
diff --git a/Controller/Adminhtml/Amazon/Listing/Product/Repricing/ShowDetails.php b/Controller/Adminhtml/Amazon/Listing/Product/Repricing/ShowDetails.php
new file mode 100644
index 000000000..b599908ba
--- /dev/null
+++ b/Controller/Adminhtml/Amazon/Listing/Product/Repricing/ShowDetails.php
@@ -0,0 +1,45 @@
+getRequest()->getParam('id');
+ $accountId = $this->getRequest()->getParam('account_id');
+ $responseToken = $this->getRequest()->getParam('response_token');
+
+ /** @var \Ess\M2ePro\Model\Account $account */
+ $account = $this->amazonFactory->getObjectLoaded('Account', $accountId, NULL, false);
+
+ if (!$account->getId()) {
+ $this->getMessageManager()->addError($this->__('Account does not exist.'));
+ return $this->_redirect($this->getUrl('*/amazon_listing/view', ['id' => $listingId]));
+ }
+
+ /** @var $repricingAction \Ess\M2ePro\Model\Amazon\Repricing\Action\Product */
+ $repricingAction = $this->modelFactory->getObject('Amazon\Repricing\Action\Product');
+ $repricingAction->setAccount($account);
+ $response = $repricingAction->getActionResponseData($responseToken);
+
+ if (!empty($response['messages'])) {
+ foreach ($response['messages'] as $message) {
+
+ if ($message['type'] == 'notice') {
+ $this->getMessageManager()->addNotice($message['text']);
+ }
+
+ if ($message['type'] == 'warning') {
+ $this->getMessageManager()->addWarning($message['text']);
+ }
+
+ if ($message['type'] == 'error') {
+ $this->getMessageManager()->addError($message['text']);
+ }
+ }
+ }
+
+ return $this->_redirect($this->getUrl('*/amazon_listing/view', ['id' => $listingId]));
+ }
+}
\ No newline at end of file
diff --git a/Controller/Adminhtml/Amazon/Listing/Product/Template.php b/Controller/Adminhtml/Amazon/Listing/Product/Template.php
new file mode 100644
index 000000000..ffbce62c5
--- /dev/null
+++ b/Controller/Adminhtml/Amazon/Listing/Product/Template.php
@@ -0,0 +1,63 @@
+resourceConnection->getConnection();
+ $table = $this->activeRecordFactory->getObject('Processing\Lock')->getResource()->getMainTable();
+
+ $productsIds = [];
+ $productsIdsParam = array_chunk($productsIdsParam, 1000);
+ foreach ($productsIdsParam as $productsIdsParamChunk) {
+
+ $select = $connection->select();
+ $select->from(['lo' => $table], ['object_id'])
+ ->where('model_name = "Listing\Product"')
+ ->where('object_id IN (?)', $productsIdsParamChunk)
+ ->where('tag IS NOT NULL');
+
+ $lockedProducts = $connection->fetchCol($select);
+
+ foreach ($lockedProducts as $id) {
+ $key = array_search($id, $productsIdsParamChunk);
+ if ($key !== false) {
+ unset($productsIdsParamChunk[$key]);
+ }
+ }
+
+ $productsIds = array_merge($productsIds, $productsIdsParamChunk);
+ }
+
+ return $productsIds;
+ }
+
+ //########################################
+
+ protected function runProcessorForParents($productsIds)
+ {
+ $connection = $this->resourceConnection->getConnection();
+ $tableAmazonListingProduct = $this->activeRecordFactory->getObject('Amazon\Listing\Product')
+ ->getResource()->getMainTable();
+
+ $select = $connection->select();
+ $select->from(array('alp' => $tableAmazonListingProduct), array('listing_product_id'))
+ ->where('listing_product_id IN (?)', $productsIds)
+ ->where('is_variation_parent = ?', 1);
+
+ $productsIds = $connection->fetchCol($select);
+
+ foreach ($productsIds as $productId) {
+ $listingProduct = $this->amazonFactory->getObjectLoaded('Listing\Product', $productId);
+ $listingProduct->getChildObject()->getVariationManager()->getTypeModel()->getProcessor()->process();
+ }
+ }
+
+ //########################################
+}
\ No newline at end of file
diff --git a/Controller/Adminhtml/Amazon/Listing/Product/Template/Description.php b/Controller/Adminhtml/Amazon/Listing/Product/Template/Description.php
index 92ef565f1..6b93e4c17 100644
--- a/Controller/Adminhtml/Amazon/Listing/Product/Template/Description.php
+++ b/Controller/Adminhtml/Amazon/Listing/Product/Template/Description.php
@@ -2,9 +2,7 @@
namespace Ess\M2ePro\Controller\Adminhtml\Amazon\Listing\Product\Template;
-use Ess\M2ePro\Controller\Adminhtml\Amazon\Main;
-
-abstract class Description extends Main
+abstract class Description extends \Ess\M2ePro\Controller\Adminhtml\Amazon\Listing\Product\Template
{
//########################################
@@ -33,36 +31,6 @@ protected function filterProductsForMapOrUnmapDescriptionTemplate($productsIdsPa
return $productsIds;
}
- protected function filterLockedProducts($productsIdsParam)
- {
- $connection = $this->resourceConnection->getConnection();
- $table = $this->activeRecordFactory->getObject('Processing\Lock')->getResource()->getMainTable();
-
- $productsIds = [];
- $productsIdsParam = array_chunk($productsIdsParam, 1000);
- foreach ($productsIdsParam as $productsIdsParamChunk) {
-
- $select = $connection->select();
- $select->from(['lo' => $table], ['object_id'])
- ->where('model_name = "Listing\Product"')
- ->where('object_id IN (?)', $productsIdsParamChunk)
- ->where('tag IS NOT NULL');
-
- $lockedProducts = $connection->fetchCol($select);
-
- foreach ($lockedProducts as $id) {
- $key = array_search($id, $productsIdsParamChunk);
- if ($key !== false) {
- unset($productsIdsParamChunk[$key]);
- }
- }
-
- $productsIds = array_merge($productsIds, $productsIdsParamChunk);
- }
-
- return $productsIds;
- }
-
protected function setDescriptionTemplateFroProducts($productsIds, $templateId)
{
$connection = $this->resourceConnection->getConnection();
@@ -78,24 +46,5 @@ protected function setDescriptionTemplateFroProducts($productsIds, $templateId)
}
}
- protected function runProcessorForParents($productsIds)
- {
- $connection = $this->resourceConnection->getConnection();
- $tableAmazonListingProduct = $this->activeRecordFactory->getObject('Amazon\Listing\Product')
- ->getResource()->getMainTable();
-
- $select = $connection->select();
- $select->from(array('alp' => $tableAmazonListingProduct), array('listing_product_id'))
- ->where('listing_product_id IN (?)', $productsIds)
- ->where('is_variation_parent = ?', 1);
-
- $productsIds = $connection->fetchCol($select);
-
- foreach ($productsIds as $productId) {
- $listingProduct = $this->amazonFactory->getObjectLoaded('Listing\Product', $productId);
- $listingProduct->getChildObject()->getVariationManager()->getTypeModel()->getProcessor()->process();
- }
- }
-
//########################################
}
\ No newline at end of file
diff --git a/Controller/Adminhtml/Amazon/Listing/Product/Template/Description/MapToTemplateDescription.php b/Controller/Adminhtml/Amazon/Listing/Product/Template/Description/Assign.php
similarity index 96%
rename from Controller/Adminhtml/Amazon/Listing/Product/Template/Description/MapToTemplateDescription.php
rename to Controller/Adminhtml/Amazon/Listing/Product/Template/Description/Assign.php
index 91af85be5..d27ae90db 100644
--- a/Controller/Adminhtml/Amazon/Listing/Product/Template/Description/MapToTemplateDescription.php
+++ b/Controller/Adminhtml/Amazon/Listing/Product/Template/Description/Assign.php
@@ -2,7 +2,7 @@
namespace Ess\M2ePro\Controller\Adminhtml\Amazon\Listing\Product\Template\Description;
-class MapToTemplateDescription extends \Ess\M2ePro\Controller\Adminhtml\Amazon\Listing\Product\Template\Description
+class Assign extends \Ess\M2ePro\Controller\Adminhtml\Amazon\Listing\Product\Template\Description
{
public function execute()
{
diff --git a/Controller/Adminhtml/Amazon/Listing/Product/Template/Description/UnmapFromTemplateDescription.php b/Controller/Adminhtml/Amazon/Listing/Product/Template/Description/Unassign.php
similarity index 94%
rename from Controller/Adminhtml/Amazon/Listing/Product/Template/Description/UnmapFromTemplateDescription.php
rename to Controller/Adminhtml/Amazon/Listing/Product/Template/Description/Unassign.php
index c5d0bdc72..cf9af62ae 100644
--- a/Controller/Adminhtml/Amazon/Listing/Product/Template/Description/UnmapFromTemplateDescription.php
+++ b/Controller/Adminhtml/Amazon/Listing/Product/Template/Description/Unassign.php
@@ -2,7 +2,7 @@
namespace Ess\M2ePro\Controller\Adminhtml\Amazon\Listing\Product\Template\Description;
-class UnmapFromTemplateDescription extends \Ess\M2ePro\Controller\Adminhtml\Amazon\Listing\Product\Template\Description
+class Unassign extends \Ess\M2ePro\Controller\Adminhtml\Amazon\Listing\Product\Template\Description
{
public function execute()
{
diff --git a/Controller/Adminhtml/Amazon/Listing/Product/Template/Description/ValidateProductsForTemplateDescriptionAssign.php b/Controller/Adminhtml/Amazon/Listing/Product/Template/Description/ValidateProductsForAssign.php
similarity index 97%
rename from Controller/Adminhtml/Amazon/Listing/Product/Template/Description/ValidateProductsForTemplateDescriptionAssign.php
rename to Controller/Adminhtml/Amazon/Listing/Product/Template/Description/ValidateProductsForAssign.php
index 6aabcd71d..e7a040881 100644
--- a/Controller/Adminhtml/Amazon/Listing/Product/Template/Description/ValidateProductsForTemplateDescriptionAssign.php
+++ b/Controller/Adminhtml/Amazon/Listing/Product/Template/Description/ValidateProductsForAssign.php
@@ -4,7 +4,7 @@
use \Ess\M2ePro\Controller\Adminhtml\Amazon\Listing\Product\Template\Description;
-class ValidateProductsForTemplateDescriptionAssign extends Description
+class ValidateProductsForAssign extends Description
{
public function execute()
{
diff --git a/Controller/Adminhtml/Amazon/Listing/Product/Template/Description/ViewTemplateDescriptionsGrid.php b/Controller/Adminhtml/Amazon/Listing/Product/Template/Description/ViewGrid.php
similarity index 79%
rename from Controller/Adminhtml/Amazon/Listing/Product/Template/Description/ViewTemplateDescriptionsGrid.php
rename to Controller/Adminhtml/Amazon/Listing/Product/Template/Description/ViewGrid.php
index 8081fc7ba..c7207601d 100644
--- a/Controller/Adminhtml/Amazon/Listing/Product/Template/Description/ViewTemplateDescriptionsGrid.php
+++ b/Controller/Adminhtml/Amazon/Listing/Product/Template/Description/ViewGrid.php
@@ -4,7 +4,7 @@
use Ess\M2ePro\Controller\Adminhtml\Amazon\Main;
-class ViewTemplateDescriptionsGrid extends Main
+class ViewGrid extends Main
{
public function execute()
{
@@ -12,6 +12,7 @@ public function execute()
$checkNewAsinAccepted = $this->getRequest()->getParam('check_is_new_asin_accepted', 0);
$mapToTemplateJsFn = $this->getRequest()->getParam('map_to_template_js_fn', false);
+ $createNewTemplateJsFn = $this->getRequest()->getParam('create_new_template_js_fn', false);
if (empty($productsIds)) {
$this->setAjaxContent('You should provide correct parameters.', false);
@@ -24,6 +25,9 @@ public function execute()
if ($mapToTemplateJsFn !== false) {
$grid->setMapToTemplateJsFn($mapToTemplateJsFn);
}
+ if ($createNewTemplateJsFn !== false) {
+ $grid->setCreateNewTemplateJsFn($createNewTemplateJsFn);
+ }
$this->setAjaxContent($grid);
diff --git a/Controller/Adminhtml/Amazon/Listing/Product/Template/ShippingOverride.php b/Controller/Adminhtml/Amazon/Listing/Product/Template/ShippingOverride.php
new file mode 100644
index 000000000..72fe20545
--- /dev/null
+++ b/Controller/Adminhtml/Amazon/Listing/Product/Template/ShippingOverride.php
@@ -0,0 +1,23 @@
+resourceConnection->getConnection();
+ $tableAmazonListingProduct = $this->activeRecordFactory->getObject('Amazon\Listing\Product')
+ ->getResource()->getMainTable();
+
+ return $connection->update(
+ $tableAmazonListingProduct,
+ [ 'template_shipping_override_id' => $templateId ],
+ '`listing_product_id` IN ('.implode(',', $productsIds).')'
+ );
+ }
+
+ //########################################
+}
\ No newline at end of file
diff --git a/Controller/Adminhtml/Amazon/Listing/Product/Template/ShippingOverride/Assign.php b/Controller/Adminhtml/Amazon/Listing/Product/Template/ShippingOverride/Assign.php
new file mode 100644
index 000000000..cfdb644d2
--- /dev/null
+++ b/Controller/Adminhtml/Amazon/Listing/Product/Template/ShippingOverride/Assign.php
@@ -0,0 +1,51 @@
+getRequest()->getParam('products_ids');
+ $templateId = $this->getRequest()->getParam('template_id');
+
+ if (empty($productsIds) || empty($templateId)) {
+ $this->setAjaxContent('You should provide correct parameters.', false);
+ return $this->getResult();
+ }
+
+ if (!is_array($productsIds)) {
+ $productsIds = explode(',', $productsIds);
+ }
+
+ $messages = array();
+ $productsIdsLocked = $this->filterLockedProducts($productsIds);
+
+ if (count($productsIdsLocked) < count($productsIds)) {
+ $messages[] = array(
+ 'type' => 'warning',
+ 'text' => '' . $this->__(
+ 'Shipping Override Policy cannot be assigned to some Products
+ because the Products are in Action'). '
'
+ );
+ }
+
+ if (!empty($productsIdsLocked)) {
+ $messages[] = array(
+ 'type' => 'success',
+ 'text' => $this->__('Shipping Override Policy was successfully assigned.')
+ );
+
+ $this->setShippingOverrideTemplateForProducts($productsIdsLocked, $templateId);
+ $this->runProcessorForParents($productsIdsLocked);
+
+ /** @var \Ess\M2ePro\Model\Amazon\Template\ShippingOverride $template */
+ $template = $this->activeRecordFactory->getObjectLoaded('Amazon\Template\ShippingOverride', $templateId);
+ $template->setSynchStatusNeed($template->getDataSnapshot(),array());
+ }
+
+ return $this->getResponse()->setBody(json_encode(array(
+ 'messages' => $messages
+ )));
+ }
+}
\ No newline at end of file
diff --git a/Controller/Adminhtml/Amazon/Listing/Product/Template/ShippingOverride/Unassign.php b/Controller/Adminhtml/Amazon/Listing/Product/Template/ShippingOverride/Unassign.php
new file mode 100644
index 000000000..616b40799
--- /dev/null
+++ b/Controller/Adminhtml/Amazon/Listing/Product/Template/ShippingOverride/Unassign.php
@@ -0,0 +1,46 @@
+getRequest()->getParam('products_ids');
+
+ if (empty($productsIds)) {
+ $this->setAjaxContent('You should provide correct parameters.', false);
+ return $this->getResult();
+ }
+
+ if (!is_array($productsIds)) {
+ $productsIds = explode(',', $productsIds);
+ }
+
+ $messages = array();
+ $productsIdsLocked = $this->filterLockedProducts($productsIds);
+
+ if (count($productsIdsLocked) < count($productsIds)) {
+ $messages[] = array(
+ 'type' => 'warning',
+ 'text' => '' . $this->__(
+ 'Shipping Override Policy cannot be unassigned from some Products
+ because the Products are in Action'). '
'
+ );
+ }
+
+ if (!empty($productsIdsLocked)) {
+ $messages[] = array(
+ 'type' => 'success',
+ 'text' => $this->__('Shipping Override Policy was successfully unassigned.')
+ );
+
+ $this->setShippingOverrideTemplateForProducts($productsIdsLocked, NULL);
+ $this->runProcessorForParents($productsIdsLocked);
+ }
+
+ return $this->getResponse()->setBody(json_encode(array(
+ 'messages' => $messages
+ )));
+ }
+}
\ No newline at end of file
diff --git a/Controller/Adminhtml/Amazon/Listing/Product/Template/ShippingOverride/ViewGrid.php b/Controller/Adminhtml/Amazon/Listing/Product/Template/ShippingOverride/ViewGrid.php
new file mode 100644
index 000000000..5897e35e4
--- /dev/null
+++ b/Controller/Adminhtml/Amazon/Listing/Product/Template/ShippingOverride/ViewGrid.php
@@ -0,0 +1,34 @@
+getRequest()->getParam('products_ids');
+ $marketplaceId = $this->getRequest()->getParam('marketplace_id');
+
+ if (empty($productsIds) && empty($marketplaceId)) {
+ $this->setAjaxContent('You should provide correct parameters.', false);
+ return $this->getResult();
+ }
+
+ if (empty($marketplaceId)) {
+ if (!is_array($productsIds)) {
+ $productsIds = explode(',', $productsIds);
+ }
+
+ /** @var $listingProduct \Ess\M2ePro\Model\Listing\Product */
+ $listingProduct = $this->amazonFactory->getObjectLoaded('Listing\Product', $productsIds[0]);
+ $marketplaceId = $listingProduct->getListing()->getMarketplaceId();
+ }
+
+ $grid = $this->createBlock('Amazon\Listing\Product\Template\ShippingOverride\Grid');
+ $grid->setMarketplaceId($marketplaceId);
+
+ $this->setAjaxContent($grid);
+
+ return $this->getResult();
+ }
+}
\ No newline at end of file
diff --git a/Controller/Adminhtml/Amazon/Listing/Product/Template/ShippingOverride/ViewPopup.php b/Controller/Adminhtml/Amazon/Listing/Product/Template/ShippingOverride/ViewPopup.php
new file mode 100644
index 000000000..53276cf3e
--- /dev/null
+++ b/Controller/Adminhtml/Amazon/Listing/Product/Template/ShippingOverride/ViewPopup.php
@@ -0,0 +1,53 @@
+getRequest()->getParam('products_ids');
+
+ if (empty($productsIds)) {
+ $this->setAjaxContent('You should provide correct parameters.', false);
+ return $this->getResult();
+ }
+
+ if (!is_array($productsIds)) {
+ $productsIds = explode(',', $productsIds);
+ }
+
+ $messages = array();
+ $productsIdsLocked = $this->filterLockedProducts($productsIds);
+
+ if (count($productsIdsLocked) < count($productsIds)) {
+ $messages[] = array(
+ 'type' => 'warning',
+ 'text' => $this->__(
+ 'The Shipping Override Policy was not assigned because the Products have In Action Status.'
+ )
+ );
+ }
+
+ if (empty($productsIdsLocked)) {
+ $this->setJsonContent([
+ 'messages' => $messages
+ ]);
+
+ return $this->getResult();
+ }
+
+ $mainBlock = $this->createBlock('Amazon\Listing\Product\Template\ShippingOverride');
+ if (!empty($messages)) {
+ $mainBlock->setMessages($messages);
+ }
+
+ $this->setJsonContent([
+ 'html' => $mainBlock->toHtml(),
+ 'messages' => $messages,
+ 'products_ids' => implode(',', $productsIdsLocked)
+ ]);
+
+ return $this->getResult();
+ }
+}
\ No newline at end of file
diff --git a/Controller/Adminhtml/Amazon/Listing/Product/Variation/Manage/SetGeneralIdOwner.php b/Controller/Adminhtml/Amazon/Listing/Product/Variation/Manage/SetGeneralIdOwner.php
index c984e66b6..5fe442e9b 100644
--- a/Controller/Adminhtml/Amazon/Listing/Product/Variation/Manage/SetGeneralIdOwner.php
+++ b/Controller/Adminhtml/Amazon/Listing/Product/Variation/Manage/SetGeneralIdOwner.php
@@ -34,7 +34,7 @@ public function execute()
$data = $this->setGeneralIdOwner($listingProductId, $generalIdOwner);
if (!$data['success']) {
- $mainBlock = $this->createBlock('Amazon\Listing\Template\Description');
+ $mainBlock = $this->createBlock('Amazon\Listing\Product\Template\Description');
$mainBlock->setMessages(array(
array(
'type' => 'warning',
diff --git a/Controller/Adminhtml/Amazon/Listing/Product/Variation/Manage/SetListingProductSku.php b/Controller/Adminhtml/Amazon/Listing/Product/Variation/Manage/SetListingProductSku.php
index 535a935bd..04fdafa74 100644
--- a/Controller/Adminhtml/Amazon/Listing/Product/Variation/Manage/SetListingProductSku.php
+++ b/Controller/Adminhtml/Amazon/Listing/Product/Variation/Manage/SetListingProductSku.php
@@ -36,7 +36,7 @@ public function execute()
'Working with found Amazon Product is impossible because of the
limited access due to Amazon API restriction'
);
- } else if ($skuInfo['asin'] != $listingProduct->getGeneralId()) {
+ } else if ($skuInfo['asin'] != $listingProduct->getChildObject()->getGeneralId()) {
$msg = $this->__(
'The ASIN/ISBN of the Product with this SKU in your Amazon Inventory is different
from the ASIN/ISBN for which you want to set you are creator.'
diff --git a/Controller/Adminhtml/Amazon/Listing/RunRemoveProducts.php b/Controller/Adminhtml/Amazon/Listing/RunRemoveProducts.php
index 596a44f6a..90c40e258 100644
--- a/Controller/Adminhtml/Amazon/Listing/RunRemoveProducts.php
+++ b/Controller/Adminhtml/Amazon/Listing/RunRemoveProducts.php
@@ -33,8 +33,8 @@ public function execute()
// M2ePro_TRANSLATIONS
// Product cannot be deleted because it has Status "In Progress".
'Product cannot be deleted because it has Status "In Progress".',
- \Ess\M2ePro\Model\Log\AbstractLog::TYPE_ERROR,
- \Ess\M2ePro\Model\Log\AbstractLog::PRIORITY_MEDIUM);
+ \Ess\M2ePro\Model\Log\AbstractModel::TYPE_ERROR,
+ \Ess\M2ePro\Model\Log\AbstractModel::PRIORITY_MEDIUM);
$locked++;
continue;
diff --git a/Controller/Adminhtml/Amazon/Listing/Search/Index.php b/Controller/Adminhtml/Amazon/Listing/Search/Index.php
index dbc8e4217..20810ee35 100644
--- a/Controller/Adminhtml/Amazon/Listing/Search/Index.php
+++ b/Controller/Adminhtml/Amazon/Listing/Search/Index.php
@@ -26,7 +26,7 @@ public function execute()
$this->addContent($this->createBlock('Amazon\Listing\Search'));
$this->getResultPage()->getConfig()->getTitle()->prepend($this->__('Search Products'));
- $this->setComponentPageHelpLink('Search+Products');
+ $this->setPageHelpLink('x/-gEtAQ');
return $this->getResult();
}
diff --git a/Controller/Adminhtml/Amazon/Listing/View.php b/Controller/Adminhtml/Amazon/Listing/View.php
index 7f8d44f2f..10e8da031 100644
--- a/Controller/Adminhtml/Amazon/Listing/View.php
+++ b/Controller/Adminhtml/Amazon/Listing/View.php
@@ -16,15 +16,14 @@ public function execute()
$this->getHelper('Data\GlobalData')->setValue('view_listing', $listing);
// Mage::helper('M2ePro/Data_Global')->setValue('marketplace_id', $model->getMarketplaceId());
- // TODO NOT SUPPORTED FEATURES "Advanced search"
-// // Set rule model
-// // ---------------------------------------
-// $this->setRuleData('amazon_rule_listing_view');
-// // ---------------------------------------
-
- $this->setAjaxContent(
- $this->getLayout()->createBlock('Ess\M2ePro\Block\Adminhtml\Amazon\Listing\View')->getGridHtml()
- );
+ $listingView = $this->createBlock('Amazon\Listing\View');
+
+ // Set rule model
+ // ---------------------------------------
+ $this->setRuleData('amazon_rule_listing_view');
+ // ---------------------------------------
+
+ $this->setAjaxContent($listingView->getGridHtml());
return $this->getResult();
}
@@ -69,23 +68,65 @@ public function execute()
// ---------------------------------------
$this->getHelper('Data\GlobalData')->setValue('view_listing', $listing);
-
- // TODO NOT SUPPORTED FEATURES "Advanced search"
-// // Set rule model
-// // ---------------------------------------
-// $this->setRuleData('amazon_rule_listing_view');
-// // ---------------------------------------
- $this->setPageHelpLink(\Ess\M2ePro\Helper\Component\Amazon::NICK, 'Manage+M2E+Pro+Listings');
+ $this->setPageHelpLink('x/AgItAQ');
$this->getResultPage()->getConfig()->getTitle()->prepend(
$this->__('Listing "%listing_title%"', $listing->getTitle())
);
-// $a = $this->createBlock('Amazon\Listing\View')->toHtml();
-
$this->addContent($this->createBlock('Amazon\Listing\View'));
+ // Set rule model
+ // ---------------------------------------
+ $this->setRuleData('amazon_rule_listing_view');
+ // ---------------------------------------
+
return $this->getResult();
}
+
+ protected function setRuleData($prefix)
+ {
+ $listingData = $this->getHelper('Data\GlobalData')->getValue('view_listing')->getData();
+
+ $storeId = isset($listingData['store_id']) ? (int)$listingData['store_id'] : 0;
+ $prefix .= isset($listingData['id']) ? '_'.$listingData['id'] : '';
+ $this->getHelper('Data\GlobalData')->setValue('rule_prefix', $prefix);
+
+ // ---------------------------------------
+ $useCustomOptions = true;
+ $magentoViewMode = \Ess\M2ePro\Block\Adminhtml\Amazon\Listing\View::VIEW_MODE_MAGENTO;
+ $sessionParamName = 'amazonListingView' . $listingData['id'] . 'view_mode';
+
+ if (($this->getRequest()->getParam('view_mode') == $magentoViewMode) ||
+ $magentoViewMode == $this->getHelper('Data\Session')->getValue($sessionParamName)) {
+ $useCustomOptions = false;
+ }
+ // ---------------------------------------
+
+ /** @var $ruleModel \Ess\M2ePro\Model\Magento\Product\Rule */
+ $ruleModel = $this->activeRecordFactory->getObject('Amazon\Magento\Product\Rule')->setData(
+ [
+ 'prefix' => $prefix,
+ 'store_id' => $storeId,
+ 'use_custom_options' => $useCustomOptions
+ ]
+ );
+
+ $ruleParam = $this->getRequest()->getPost('rule');
+ if (!empty($ruleParam)) {
+ $this->getHelper('Data\Session')->setValue(
+ $prefix, $ruleModel->getSerializedFromPost($this->getRequest()->getPostValue())
+ );
+ } elseif (!is_null($ruleParam)) {
+ $this->getHelper('Data\Session')->setValue($prefix, []);
+ }
+
+ $sessionRuleData = $this->getHelper('Data\Session')->getValue($prefix);
+ if (!empty($sessionRuleData)) {
+ $ruleModel->loadFromSerialized($sessionRuleData);
+ }
+
+ $this->getHelper('Data\GlobalData')->setValue('rule_model', $ruleModel);
+ }
}
\ No newline at end of file
diff --git a/Controller/Adminhtml/Amazon/Main.php b/Controller/Adminhtml/Amazon/Main.php
index 4cc2a163c..a063332e2 100644
--- a/Controller/Adminhtml/Amazon/Main.php
+++ b/Controller/Adminhtml/Amazon/Main.php
@@ -46,19 +46,9 @@ protected function initResultPage()
$this->getHelper('Component\Amazon')->getTitle()
);
- $this->getResultPage()->setActiveMenu('Ess_M2ePro::amazon');
- }
-
- //########################################
-
- protected function setComponentPageHelpLink($view = NULL, $component = NULL)
- {
- if (!is_null($component)) {
- $this->setPageHelpLink($component, $view);
- return;
+ if ($this->getLayoutType() != self::LAYOUT_BLANK) {
+ $this->getResultPage()->setActiveMenu(\Ess\M2ePro\Helper\View\Amazon::MENU_ROOT_NODE_NICK);
}
-
- $this->setPageHelpLink(\Ess\M2ePro\Helper\Component\Amazon::NICK, $view);
}
//########################################
diff --git a/Controller/Adminhtml/Amazon/Marketplace/Index.php b/Controller/Adminhtml/Amazon/Marketplace/Index.php
index 820e0dfa8..a42f73860 100644
--- a/Controller/Adminhtml/Amazon/Marketplace/Index.php
+++ b/Controller/Adminhtml/Amazon/Marketplace/Index.php
@@ -18,7 +18,7 @@ public function execute()
{
$this->addContent($this->createBlock('Amazon\Marketplace'));
$this->getResult()->getConfig()->getTitle()->prepend($this->__('Marketplaces'));
- $this->setComponentPageHelpLink('Marketplaces');
+ $this->setPageHelpLink('x/9AEtAQ');
return $this->getResult();
}
diff --git a/Controller/Adminhtml/Amazon/Order/CreateMagentoOrder.php b/Controller/Adminhtml/Amazon/Order/CreateMagentoOrder.php
index 63434be9b..cae8d32e2 100644
--- a/Controller/Adminhtml/Amazon/Order/CreateMagentoOrder.php
+++ b/Controller/Adminhtml/Amazon/Order/CreateMagentoOrder.php
@@ -36,7 +36,7 @@ public function execute()
} catch (\Exception $e) {
$message = $this->__(
'Magento Order was not created. Reason: %error_message%',
- $this->activeRecordFactory->getObject('Log\AbstractLog')->decodeDescription($e->getMessage())
+ $this->getHelper('Module\Log')->decodeDescription($e->getMessage())
);
$this->messageManager->addError($message);
}
diff --git a/Controller/Adminhtml/Amazon/Order/Index.php b/Controller/Adminhtml/Amazon/Order/Index.php
index f179cd4e9..4e9466fc0 100644
--- a/Controller/Adminhtml/Amazon/Order/Index.php
+++ b/Controller/Adminhtml/Amazon/Order/Index.php
@@ -10,7 +10,7 @@ public function execute()
{
$this->init();
$this->addContent($this->createBlock('Amazon\Order'));
- $this->setComponentPageHelpLink('Sales');
+ $this->setPageHelpLink('x/rgEtAQ');
return $this->getResult();
}
diff --git a/Controller/Adminhtml/Amazon/Settings/Index.php b/Controller/Adminhtml/Amazon/Settings/Index.php
index fbf69316e..3de8a30e0 100644
--- a/Controller/Adminhtml/Amazon/Settings/Index.php
+++ b/Controller/Adminhtml/Amazon/Settings/Index.php
@@ -43,7 +43,7 @@ public function execute()
$this->addLeft($tabsBlock);
$this->addContent($this->createBlock('Amazon\Settings'));
- $this->setComponentPageHelpLink('Settings');
+ $this->setPageHelpLink('x/8AEtAQ');
$this->getResult()->getConfig()->getTitle()->prepend($this->__('Settings'));
diff --git a/Controller/Adminhtml/Amazon/Synchronization/Index.php b/Controller/Adminhtml/Amazon/Synchronization/Index.php
index 7b02adb55..1b6949147 100644
--- a/Controller/Adminhtml/Amazon/Synchronization/Index.php
+++ b/Controller/Adminhtml/Amazon/Synchronization/Index.php
@@ -16,7 +16,7 @@ class Index extends Settings
public function execute()
{
- // todo Remove when Mageto fix Horizontal Tabs bug
+ // Remove when Mageto fix Horizontal Tabs bug
if ($this->getRequest()->isXmlHttpRequest()) {
$block = $this->createBlock('Amazon\Synchronization')->toHtml();
$this->setAjaxContent($block);
diff --git a/Controller/Adminhtml/Amazon/Synchronization/RunAllEnabledNow.php b/Controller/Adminhtml/Amazon/Synchronization/RunAllEnabledNow.php
index f687b6158..387dac351 100644
--- a/Controller/Adminhtml/Amazon/Synchronization/RunAllEnabledNow.php
+++ b/Controller/Adminhtml/Amazon/Synchronization/RunAllEnabledNow.php
@@ -10,7 +10,7 @@
use Ess\M2ePro\Controller\Adminhtml\Amazon\Settings;
-class runAllEnabledNow extends Settings
+class RunAllEnabledNow extends Settings
{
//########################################
diff --git a/Controller/Adminhtml/Amazon/Template/Delete.php b/Controller/Adminhtml/Amazon/Template/Delete.php
index 54534e987..2f133a4dc 100644
--- a/Controller/Adminhtml/Amazon/Template/Delete.php
+++ b/Controller/Adminhtml/Amazon/Template/Delete.php
@@ -28,7 +28,7 @@ public function execute()
$deleted = $locked = 0;
foreach ($ids as $id) {
- if (strtolower($type) == \Ess\M2ePro\Block\Adminhtml\Amazon\Template\Grid::TEMPLATE_SHIPPING_OVERRIDE) {
+ if ($type === 'ShippingOverride') {
$template = $this->activeRecordFactory->getObject('Amazon\Template\ShippingOverride')->load($id);
} else {
$template = $this->amazonFactory->getObjectLoaded('Template\\' . $type, $id);
@@ -61,7 +61,7 @@ private function prepareTemplateType($type)
}
if ($type == \Ess\M2ePro\Block\Adminhtml\Amazon\Template\Grid::TEMPLATE_SHIPPING_OVERRIDE) {
- return 'shippingOverride';
+ return 'ShippingOverride';
}
return ucfirst($type);
diff --git a/Controller/Adminhtml/Amazon/Template/Description/Edit.php b/Controller/Adminhtml/Amazon/Template/Description/Edit.php
index b1b429a6f..f1e98ce4a 100644
--- a/Controller/Adminhtml/Amazon/Template/Description/Edit.php
+++ b/Controller/Adminhtml/Amazon/Template/Description/Edit.php
@@ -38,7 +38,7 @@ public function execute()
}
$this->getResultPage()->getConfig()->getTitle()->prepend($headerText);
- $this->setComponentPageHelpLink('Description');
+ $this->setPageHelpLink('x/EAItAQ');
return $this->getResultPage();
}
diff --git a/Controller/Adminhtml/Amazon/Template/Index.php b/Controller/Adminhtml/Amazon/Template/Index.php
index 8ec88ba21..75937aaf5 100644
--- a/Controller/Adminhtml/Amazon/Template/Index.php
+++ b/Controller/Adminhtml/Amazon/Template/Index.php
@@ -16,7 +16,7 @@ public function execute()
$this->getResultPage()->getConfig()->getTitle()->prepend('Policies');
$this->addContent($content);
- $this->setComponentPageHelpLink('Policies');
+ $this->setPageHelpLink('x/8gEtAQ');
return $this->getResultPage();
}
diff --git a/Controller/Adminhtml/Amazon/Template/SellingFormat/Edit.php b/Controller/Adminhtml/Amazon/Template/SellingFormat/Edit.php
index 06f1c0064..d0a2feba7 100644
--- a/Controller/Adminhtml/Amazon/Template/SellingFormat/Edit.php
+++ b/Controller/Adminhtml/Amazon/Template/SellingFormat/Edit.php
@@ -38,7 +38,7 @@ public function execute()
$this->addContent($this->createBlock('Amazon\Template\SellingFormat\Edit'));
- $this->setComponentPageHelpLink('Selling+Format');
+ $this->setPageHelpLink('x/DgItAQ');
return $this->getResultPage();
}
diff --git a/Controller/Adminhtml/Amazon/Template/ShippingOverride/Delete.php b/Controller/Adminhtml/Amazon/Template/ShippingOverride/Delete.php
new file mode 100644
index 000000000..9a5c9e718
--- /dev/null
+++ b/Controller/Adminhtml/Amazon/Template/ShippingOverride/Delete.php
@@ -0,0 +1,46 @@
+getRequestIds();
+
+ if (count($ids) == 0) {
+ $this->getMessageManager()->addError($this->__('Please select Item(s) to remove.'));
+ return $this->_redirect('*/amazon_template/index');
+ }
+
+ $deleted = $locked = 0;
+ foreach ($ids as $id) {
+ /** @var \Ess\M2ePro\Model\Amazon\Template\ShippingOverride $template */
+ $template = $this->activeRecordFactory->getObjectLoaded(
+ 'Amazon\Template\ShippingOverride', $id, NULL, false
+ );
+
+ if (is_null($template)) {
+ continue;
+ }
+
+ if ($template->isLocked()) {
+ $locked++;
+ } else {
+ $template->delete();
+ $deleted++;
+ }
+ }
+
+ $tempString = $this->__('%amount% record(s) were successfully deleted.', $deleted);
+ $deleted && $this->getMessageManager()->addSuccess($tempString);
+
+ $tempString = $this->__('%amount% record(s) are used in Listing(s).', $locked) . ' ';
+ $tempString .= $this->__('Policy must not be in use to be deleted.');
+ $locked && $this->getMessageManager()->addError($tempString);
+
+ return $this->_redirect('*/amazon_template/index');
+ }
+}
\ No newline at end of file
diff --git a/Controller/Adminhtml/Amazon/Template/ShippingOverride/Edit.php b/Controller/Adminhtml/Amazon/Template/ShippingOverride/Edit.php
new file mode 100644
index 000000000..6e30c0170
--- /dev/null
+++ b/Controller/Adminhtml/Amazon/Template/ShippingOverride/Edit.php
@@ -0,0 +1,43 @@
+getRequest()->getParam('id');
+ $model = $this->activeRecordFactory->getObjectLoaded('Amazon\Template\ShippingOverride', $id, NULL, false);
+
+ if (is_null($model) && $id) {
+ $this->getMessageManager()->addError($this->__('Policy does not exist'));
+ return $this->_redirect('*/amazon_template/index');
+ }
+
+ $this->getHelper('Data\GlobalData')->setValue('tmp_template', $model);
+
+ $headerTextEdit = $this->__("Edit Shipping Override Policy");
+ $headerTextAdd = $this->__("Add Shipping Override Policy");
+
+ if (!is_null($model)
+ && $model->getId()
+ ) {
+ $headerText = $headerTextEdit;
+ $headerText .= ' "'.$this->getHelper('Data')->escapeHtml($model->getTitle()).'"';
+ } else {
+ $headerText = $headerTextAdd;
+ }
+
+ $this->getResultPage()->getConfig()->getTitle()->prepend($this->__('Policies'));
+ $this->getResultPage()->getConfig()->getTitle()->prepend($this->__('Shipping Override Policies'));
+ $this->getResultPage()->getConfig()->getTitle()->prepend($headerText);
+
+ $this->addContent($this->createBlock('Amazon\Template\ShippingOverride\Edit'));
+
+ $this->setPageHelpLink('TODO LINK');
+
+ return $this->getResultPage();
+ }
+}
\ No newline at end of file
diff --git a/Controller/Adminhtml/Amazon/Template/ShippingOverride/Index.php b/Controller/Adminhtml/Amazon/Template/ShippingOverride/Index.php
new file mode 100644
index 000000000..6358e9bf5
--- /dev/null
+++ b/Controller/Adminhtml/Amazon/Template/ShippingOverride/Index.php
@@ -0,0 +1,13 @@
+_redirect('*/amazon_template/index');
+ }
+}
\ No newline at end of file
diff --git a/Controller/Adminhtml/Amazon/Template/ShippingOverride/NewAction.php b/Controller/Adminhtml/Amazon/Template/ShippingOverride/NewAction.php
new file mode 100644
index 000000000..ff5edd76e
--- /dev/null
+++ b/Controller/Adminhtml/Amazon/Template/ShippingOverride/NewAction.php
@@ -0,0 +1,13 @@
+_forward('edit');
+ }
+}
\ No newline at end of file
diff --git a/Controller/Adminhtml/Amazon/Template/ShippingOverride/Save.php b/Controller/Adminhtml/Amazon/Template/ShippingOverride/Save.php
new file mode 100644
index 000000000..8d3d37a9b
--- /dev/null
+++ b/Controller/Adminhtml/Amazon/Template/ShippingOverride/Save.php
@@ -0,0 +1,107 @@
+getRequest()->getPost()) {
+ return $this->_redirect('*/amazon_template/index');
+ }
+
+ $id = $this->getRequest()->getParam('id');
+
+ // Base prepare
+ // ---------------------------------------
+ $data = array();
+
+ $keys = array(
+ 'title',
+ 'marketplace_id'
+ );
+
+ foreach ($keys as $key) {
+ if (isset($post[$key])) {
+ $data[$key] = $post[$key];
+ }
+ }
+
+ /** @var \Ess\M2ePro\Model\Amazon\Template\ShippingOverride $model */
+ $model = $this->activeRecordFactory->getObjectLoaded('Amazon\Template\ShippingOverride', $id, NULL, false);
+
+ if (is_null($model)) {
+ /** @var \Ess\M2ePro\Model\Amazon\Template\ShippingOverride $model */
+ $model = $this->activeRecordFactory->getObject('Amazon\Template\ShippingOverride');
+ }
+
+ $oldData = (!empty($id)) ? $model->getDataSnapshot() : array();
+
+ $model->addData($data)->save();
+ $this->setServices($post['shipping_override_rule'], $model->getId());
+
+ $newData = $model->getDataSnapshot();
+
+ $model->setSynchStatusNeed($newData,$oldData);
+
+ if ($this->isAjax()) {
+ $this->setJsonContent([
+ 'status' => true
+ ]);
+ return $this->getResult();
+ }
+
+ $this->getMessageManager()->addSuccess($this->__('Policy was successfully saved'));
+ $this->_redirect($this->getHelper('Data')->getBackUrl('*/amazon_template/index', [], [
+ 'edit' => [
+ 'id' => $model->getId(),
+ 'close_on_save' => $this->getRequest()->getParam('close_on_save')
+ ]
+ ]));
+ }
+
+ private function setServices($data, $templateId)
+ {
+ $newServices = array();
+ foreach ($data['service'] as $key => $service) {
+
+ $newService = array();
+
+ $newService['template_shipping_override_id'] = $templateId;
+ $newService['service'] = $data['service'][$key];
+ $newService['location'] = $data['location'][$key];
+ $newService['option'] = $data['option'][$key];
+ $newService['type'] = $data['type'][$key];
+ $newService['cost_mode'] = '';
+ $newService['cost_value'] = '';
+
+ if (!empty($data['cost_mode'][$key])) {
+ $newService['cost_mode'] = $data['cost_mode'][$key];
+ }
+ if (isset($data['cost_value'][$key]) && $data['cost_value'][$key] != '') {
+ $newService['cost_value'] = $data['cost_value'][$key];
+ }
+
+ $newServices[] = $newService;
+ }
+
+ $connection = $this->resourceConnection->getConnection();
+
+ $atsosTable = $this->activeRecordFactory->getObject('Amazon\Template\ShippingOverride\Service')
+ ->getResource()->getMainTable();
+
+ $connection->delete(
+ $atsosTable, ['template_shipping_override_id = ?' => (int)$templateId]
+ );
+
+ if (empty($newServices)) {
+ return;
+ }
+
+ $connection->insertMultiple(
+ $atsosTable, $newServices
+ );
+ }
+}
\ No newline at end of file
diff --git a/Controller/Adminhtml/Amazon/Template/Synchronization/Edit.php b/Controller/Adminhtml/Amazon/Template/Synchronization/Edit.php
index a273f9e6b..b4899b456 100644
--- a/Controller/Adminhtml/Amazon/Template/Synchronization/Edit.php
+++ b/Controller/Adminhtml/Amazon/Template/Synchronization/Edit.php
@@ -36,7 +36,7 @@ public function execute()
$this->getResultPage()->getConfig()->getTitle()->prepend($this->__('Synchronization Policies'));
$this->getResultPage()->getConfig()->getTitle()->prepend($headerText);
- $this->setPageHelpLink(NULL, 'pages/viewpage.action?pageId=19726866');
+ $this->setPageHelpLink('x/OwItAQ');
$this->addContent($this->createBlock('Amazon\Template\Synchronization\Edit'));
return $this->getResultPage();
diff --git a/Controller/Adminhtml/Base.php b/Controller/Adminhtml/Base.php
index 0b8ab643d..4d90240bc 100644
--- a/Controller/Adminhtml/Base.php
+++ b/Controller/Adminhtml/Base.php
@@ -14,9 +14,10 @@ abstract class Base extends Action
{
const LAYOUT_ONE_COLUMN = '1column';
const LAYOUT_TWO_COLUMNS = '2columns';
- const LAYOUT_EMPTY = 'empty';
+ const LAYOUT_BLANK = 'blank';
- const GLOBAL_MESSAGES_GROUP = 'ess_m2epro_global_messages';
+ const MESSAGE_IDENTIFIER = 'm2epro_messages';
+ const GLOBAL_MESSAGES_GROUP = 'm2epro_global_messages_group';
/** @var HelperFactory $helperFactory */
protected $helperFactory = NULL;
@@ -109,11 +110,43 @@ public function getMessageManager()
return $this->messageManager;
}
+ // ---------------------------------------
+
+ protected function addExtendedErrorMessage($message, $group = null)
+ {
+ $this->getMessageManager()->addComplexErrorMessage(
+ self::MESSAGE_IDENTIFIER, ['content' => (string)$message], $group
+ );
+ }
+
+ protected function addExtendedWarningMessage($message, $group = null)
+ {
+ $this->getMessageManager()->addComplexWarningMessage(
+ self::MESSAGE_IDENTIFIER, ['content' => (string)$message], $group
+ );
+ }
+
+ protected function addExtendedNoticeMessage($message, $group = null)
+ {
+ $this->getMessageManager()->addComplexNoticeMessage(
+ self::MESSAGE_IDENTIFIER, ['content' => (string)$message], $group
+ );
+ }
+
+ protected function addExtendedSuccessMessage($message, $group = null)
+ {
+ $this->getMessageManager()->addComplexSuccessMessage(
+ self::MESSAGE_IDENTIFIER, ['content' => (string)$message], $group
+ );
+ }
+
//########################################
public function dispatch(\Magento\Framework\App\RequestInterface $request)
{
- $this->preDispatch($request);
+ if (($preDispatchResult = $this->preDispatch($request)) !== true) {
+ return $preDispatchResult;
+ }
$this->getHelper('Module\Exception')->setFatalErrorHandler();
@@ -125,7 +158,8 @@ public function dispatch(\Magento\Framework\App\RequestInterface $request)
if ($request->getControllerName() ==
$this->getHelper('Module\Support')->getPageControllerName()
) {
- exit($exception->getMessage());
+ $this->getRawResult()->setContents($exception->getMessage());
+ return $this->getRawResult();
}
if ($this->getHelper('Module')->isDevelopmentEnvironment()) {
@@ -135,7 +169,8 @@ public function dispatch(\Magento\Framework\App\RequestInterface $request)
$this->getHelper('Module\Exception')->process($exception);
if ($request->isXmlHttpRequest() || $request->getParam('isAjax')) {
- exit($exception->getMessage());
+ $this->getRawResult()->setContents($exception->getMessage());
+ return $this->getRawResult();
}
$this->getMessageManager()->addError(
@@ -163,17 +198,29 @@ public function dispatch(\Magento\Framework\App\RequestInterface $request)
protected function preDispatch(\Magento\Framework\App\RequestInterface $request)
{
if ($this->isAjax($request) && !$this->_auth->isLoggedIn()) {
- exit(json_encode(array(
+ $this->getRawResult()->setContents(json_encode(array(
'ajaxExpired' => 1,
'ajaxRedirect' => $this->_redirect->getRefererUrl()
)));
+
+ return $this->getRawResult();
}
+
+ return true;
}
protected function postDispatch(\Magento\Framework\App\RequestInterface $request)
{
ob_get_clean();
+ if ($this->isAjax($request)) {
+ return;
+ }
+
+ if ($this->getLayoutType() == self::LAYOUT_BLANK) {
+ $this->addCss('layout/blank.css');
+ }
+
foreach ($this->cssRenderer->getFiles() as $file) {
$this->addCss($file);
}
@@ -231,7 +278,7 @@ protected function initResultPage()
$this->resultPage = $this->resultPageFactory->create();
$this->resultPage->addHandle($this->getLayoutType());
- $this->resultPage->getConfig()->getTitle()->set($this->__('M2ePro'));
+ $this->resultPage->getConfig()->getTitle()->set($this->__('M2E Pro'));
}
// ---------------------------------------
@@ -332,7 +379,7 @@ protected function appendGeneralBlock()
}
$generalBlock = $this->createBlock(\Ess\M2ePro\Helper\View::GENERAL_BLOCK_PATH);
- $this->getLayout()->setChild('footer', $generalBlock->getNameInLayout(), '');
+ $this->getLayout()->setChild('js', $generalBlock->getNameInLayout(), '');
$this->generalBlockWasAppended = true;
}
@@ -395,14 +442,14 @@ protected function getRequestIds($key = 'id')
//########################################
- protected function setPageHelpLink($component = NULL, $article = NULL, $tinyLink = NULL)
+ protected function setPageHelpLink($tinyLink)
{
/** @var \Magento\Theme\Block\Html\Title $pageTitleBlock */
$pageTitleBlock = $this->getLayout()->getBlock('page.title');
$helpLinkBlock = $this->createBlock('PageHelpLink')->setData([
- 'page_help_link' => $this->getHelper('Module\Support')->getDocumentationUrl(
- $component, $article, $tinyLink
+ 'page_help_link' => $this->getHelper('Module\Support')->getDocumentationArticleUrl(
+ $tinyLink
)
]);
diff --git a/Controller/Adminhtml/Context.php b/Controller/Adminhtml/Context.php
index a77e72b9b..d945e2a1d 100644
--- a/Controller/Adminhtml/Context.php
+++ b/Controller/Adminhtml/Context.php
@@ -1,9 +1,9 @@
getRequest()->getParam('action'))) {
+ return $this->_redirect($this->getHelper('View\ControlPanel')->getPageInspectionTabUrl());
+ }
+
+ $methodName = $action.'Action';
+
+ if (!method_exists($this, $methodName)) {
+ return $this->_redirect($this->getHelper('View\ControlPanel')->getPageInspectionTabUrl());
+ }
+
+ $actionResult = $this->$methodName();
+
+ if (is_string($actionResult)) {
+ $this->getRawResult()->setContents($actionResult);
+ return $this->getRawResult();
+ }
+
+ return $actionResult;
+ }
+
+ //########################################
+
+ protected function postDispatch(\Magento\Framework\App\RequestInterface $request) {}
+
+ //########################################
+
+ protected function getStyleHtml()
+ {
+ return <<
+
+ table.grid {
+ border-color: black;
+ border-style: solid;
+ border-width: 1px 0 0 1px;
+ }
+ table.grid th {
+ padding: 5px 20px;
+ border-color: black;
+ border-style: solid;
+ border-width: 0 1px 1px 0;
+ background-color: silver;
+ color: white;
+ font-weight: bold;
+ }
+ table.grid td {
+ padding: 3px 10px;
+ border-color: black;
+ border-style: solid;
+ border-width: 0 1px 1px 0;
+ }
+
+
+HTML;
+ }
+
+ //########################################
+}
\ No newline at end of file
diff --git a/Controller/Adminhtml/ControlPanel/Database/AddTableRow.php b/Controller/Adminhtml/ControlPanel/Database/AddTableRow.php
new file mode 100644
index 000000000..a585718be
--- /dev/null
+++ b/Controller/Adminhtml/ControlPanel/Database/AddTableRow.php
@@ -0,0 +1,19 @@
+getTableModel();
+ $cellsValues = $this->prepareCellsValuesArray();
+
+ if (empty($cellsValues)) {
+ return;
+ }
+
+ $modelInstance->createEntry($cellsValues);
+ $this->afterTableAction($modelInstance->getTableName());
+ }
+}
\ No newline at end of file
diff --git a/Controller/Adminhtml/ControlPanel/Database/DatabaseTableGrid.php b/Controller/Adminhtml/ControlPanel/Database/DatabaseTableGrid.php
new file mode 100644
index 000000000..08d6a6043
--- /dev/null
+++ b/Controller/Adminhtml/ControlPanel/Database/DatabaseTableGrid.php
@@ -0,0 +1,14 @@
+createBlock('ControlPanel\Tabs\Database\Table\Grid');
+ $this->setAjaxContent($grid->toHtml());
+ return $this->getResult();
+ }
+}
\ No newline at end of file
diff --git a/Controller/Adminhtml/ControlPanel/Database/DeleteTableRows.php b/Controller/Adminhtml/ControlPanel/Database/DeleteTableRows.php
new file mode 100644
index 000000000..3507d4293
--- /dev/null
+++ b/Controller/Adminhtml/ControlPanel/Database/DeleteTableRows.php
@@ -0,0 +1,21 @@
+prepareIds();
+ $modelInstance = $this->getTableModel();
+
+ if (empty($ids)) {
+
+ $this->getMessageManager()->addError("Failed to get model or any of Table Rows are not selected.");
+ $this->redirectToTablePage($modelInstance->getTableName());
+ }
+
+ $modelInstance->deleteEntries($ids);
+ $this->afterTableAction($modelInstance->getTableName());
+ }
+}
\ No newline at end of file
diff --git a/Controller/Adminhtml/ControlPanel/Database/GetTableCellsPopupHtml.php b/Controller/Adminhtml/ControlPanel/Database/GetTableCellsPopupHtml.php
new file mode 100644
index 000000000..af819ab0c
--- /dev/null
+++ b/Controller/Adminhtml/ControlPanel/Database/GetTableCellsPopupHtml.php
@@ -0,0 +1,13 @@
+createBlock('ControlPanel\Tabs\Database\Table\TableCellsPopup');
+ $this->setAjaxContent($block->toHtml());
+ return $this->getResult();
+ }
+}
\ No newline at end of file
diff --git a/Controller/Adminhtml/ControlPanel/Database/ManageTable.php b/Controller/Adminhtml/ControlPanel/Database/ManageTable.php
new file mode 100644
index 000000000..e10a957ac
--- /dev/null
+++ b/Controller/Adminhtml/ControlPanel/Database/ManageTable.php
@@ -0,0 +1,19 @@
+init();
+ $table = $this->getRequest()->getParam('table');
+
+ if (is_null($table)) {
+ return $this->_redirect($this->getHelper('View\ControlPanel')->getPageDatabaseTabUrl());
+ }
+
+ $this->addContent($this->createBlock('ControlPanel\Tabs\Database\Table'));
+ return $this->getResultPage();
+ }
+}
\ No newline at end of file
diff --git a/Controller/Adminhtml/ControlPanel/Database/ManageTables.php b/Controller/Adminhtml/ControlPanel/Database/ManageTables.php
new file mode 100644
index 000000000..a7d28f6bd
--- /dev/null
+++ b/Controller/Adminhtml/ControlPanel/Database/ManageTables.php
@@ -0,0 +1,30 @@
+getRequest()->getParam('tables', array());
+
+ $response = '';
+ foreach ($tables as $table) {
+
+ if (is_null($this->getHelper('Module\Database\Structure')->getTableModel($table))) {
+ continue;
+ }
+
+ $url = $this->getUrl('*/*/manageTable', ['table' => $table]);
+ $response .= "window.open('{$url}');";
+ }
+
+ $backUrl = $this->getHelper('View\ControlPanel')->getPageDatabaseTabUrl();
+ $response = "";
+
+ return $this->getResponse()->setBody($response);
+ }
+}
\ No newline at end of file
diff --git a/Controller/Adminhtml/ControlPanel/Database/Table.php b/Controller/Adminhtml/ControlPanel/Database/Table.php
new file mode 100644
index 000000000..02074fc2e
--- /dev/null
+++ b/Controller/Adminhtml/ControlPanel/Database/Table.php
@@ -0,0 +1,87 @@
+databaseTableFactory = $databaseTableFactory;
+ parent::__construct($context);
+ }
+
+ //########################################
+
+ protected function getTableModel()
+ {
+ $tableName = $this->getRequest()->getParam('table');
+ $component = $this->getRequest()->getParam('component');
+ $mergeMode = (bool)$this->getRequest()->getParam('merge');
+
+ /** @var \Ess\M2ePro\Model\ControlPanel\Database\TableModel $model */
+ $model = $this->databaseTableFactory->create(['data' => [
+ 'table_name' => $tableName,
+ 'merge_mode' => $mergeMode,
+ 'merge_mode_component' => $component
+ ]]);
+
+ return $model;
+ }
+
+ protected function isMergeModeEnabled($table)
+ {
+ return (bool)$this->getRequest()->getParam('merge') &&
+ $this->getHelper('Module\Database\Structure')->isTableHorizontal($table);
+ }
+
+ protected function prepareCellsValuesArray()
+ {
+ $cells = $this->getRequest()->getParam('cells', array());
+ is_string($cells) && $cells = array($cells);
+
+ $bindArray = array();
+ foreach ($cells as $columnName) {
+
+ if (is_null($columnValue = $this->getRequest()->getParam('value_'.$columnName))) {
+ continue;
+ }
+
+ strtolower($columnValue) == 'null' && $columnValue = NULL;
+ $bindArray[$columnName] = $columnValue;
+ }
+
+ return $bindArray;
+ }
+
+ protected function prepareIds()
+ {
+ $ids = explode(',', $this->getRequest()->getParam('ids'));
+ return array_filter(array_map('intval', $ids));
+ }
+
+ //########################################
+
+ protected function redirectToTablePage($tableName)
+ {
+ $this->_redirect('*/*/manageTable', ['table' => $tableName]);
+ }
+
+ protected function afterTableAction($tableName)
+ {
+ if (strpos($tableName, 'config') !== false || strpos($tableName, 'wizard') !== false) {
+ $this->getHelper('Module')->clearCache();
+ }
+ }
+
+ //########################################
+}
\ No newline at end of file
diff --git a/Controller/Adminhtml/ControlPanel/Database/TruncateTables.php b/Controller/Adminhtml/ControlPanel/Database/TruncateTables.php
new file mode 100644
index 000000000..b070eb724
--- /dev/null
+++ b/Controller/Adminhtml/ControlPanel/Database/TruncateTables.php
@@ -0,0 +1,28 @@
+getRequest()->getParam('tables', array());
+ !is_array($tables) && $tables = array($tables);
+
+ foreach ($tables as $table) {
+
+ $this->resourceConnection->getConnection()->truncateTable(
+ $this->resourceConnection->getTableName($table)
+ );
+ $this->afterTableAction($table);
+ }
+
+ $this->getMessageManager()->addSuccess('Truncate Tables was successfully completed.');
+
+ if (count($tables) == 1) {
+ return $this->redirectToTablePage($tables[0]);
+ }
+
+ return $this->_redirect($this->getHelper('View\ControlPanel')->getPageDatabaseTabUrl());
+ }
+}
\ No newline at end of file
diff --git a/Controller/Adminhtml/ControlPanel/Database/UpdateTableCells.php b/Controller/Adminhtml/ControlPanel/Database/UpdateTableCells.php
new file mode 100644
index 000000000..229f44dc6
--- /dev/null
+++ b/Controller/Adminhtml/ControlPanel/Database/UpdateTableCells.php
@@ -0,0 +1,20 @@
+prepareIds();
+ $cellsValues = $this->prepareCellsValuesArray();
+ $modelInstance = $this->getTableModel();
+
+ if (empty($ids) || empty($cellsValues)) {
+ return;
+ }
+
+ $modelInstance->updateEntries($ids, $cellsValues);
+ $this->afterTableAction($modelInstance->getTableName());
+ }
+}
\ No newline at end of file
diff --git a/Controller/Adminhtml/ControlPanel/DatabaseTab.php b/Controller/Adminhtml/ControlPanel/DatabaseTab.php
new file mode 100644
index 000000000..5531364ef
--- /dev/null
+++ b/Controller/Adminhtml/ControlPanel/DatabaseTab.php
@@ -0,0 +1,18 @@
+createBlock('ControlPanel\Tabs\Database', '');
+ $this->setAjaxContent($block);
+
+ return $this->getResult();
+ }
+}
\ No newline at end of file
diff --git a/Controller/Adminhtml/ControlPanel/Debug/Debug.php b/Controller/Adminhtml/ControlPanel/Debug/Debug.php
new file mode 100644
index 000000000..2ef5be595
--- /dev/null
+++ b/Controller/Adminhtml/ControlPanel/Debug/Debug.php
@@ -0,0 +1,26 @@
+init();
+
+ $block = $this->createBlock('ControlPanel\Tabs', '');
+ $block->setData('tab', 'summary');
+ $this->addContent($block);
+
+ return $this->getResult();
+ }
+
+}
\ No newline at end of file
diff --git a/Controller/Adminhtml/ControlPanel/Inspection/PhpInfo.php b/Controller/Adminhtml/ControlPanel/Inspection/PhpInfo.php
new file mode 100644
index 000000000..3a18f5038
--- /dev/null
+++ b/Controller/Adminhtml/ControlPanel/Inspection/PhpInfo.php
@@ -0,0 +1,15 @@
+getRequest()->getParam('table_name')) {
+ $this->getMessageManager()->addError('Table Name is not presented.');
+ return $this->_redirect($this->getHelper('View\ControlPanel')->getPageInspectionTabUrl());
+ }
+
+ $this->getHelper('Module\Database\Repair')->repairCrashedTable($tableName)
+ ? $this->getMessageManager()->addSuccess('Successfully repaired.')
+ : $this->getMessageManager()->addError('Error.');
+
+ return $this->_redirect($this->getHelper('View\ControlPanel')->getPageInspectionTabUrl());
+ }
+}
\ No newline at end of file
diff --git a/Controller/Adminhtml/ControlPanel/InspectionTab.php b/Controller/Adminhtml/ControlPanel/InspectionTab.php
new file mode 100644
index 000000000..870e54fa6
--- /dev/null
+++ b/Controller/Adminhtml/ControlPanel/InspectionTab.php
@@ -0,0 +1,18 @@
+createBlock('ControlPanel\Tabs\Inspection', '');
+ $this->setAjaxContent($block);
+
+ return $this->getResult();
+ }
+
+}
\ No newline at end of file
diff --git a/Controller/Adminhtml/Development/Main.php b/Controller/Adminhtml/ControlPanel/Main.php
similarity index 65%
rename from Controller/Adminhtml/Development/Main.php
rename to Controller/Adminhtml/ControlPanel/Main.php
index c44ca6ed3..cd32d9d00 100644
--- a/Controller/Adminhtml/Development/Main.php
+++ b/Controller/Adminhtml/ControlPanel/Main.php
@@ -1,6 +1,6 @@
addCss('control_panel.css');
+
+ $title = $this->__('Control Panel')
+ .' (M2E Pro '.$this->getHelper('Module')->getVersion()
+ .'#'.$this->getHelper('Module')->getRevision().')';
+
+ $this->getResultPage()->getConfig()->getTitle()->prepend($title);
+ }
+
+ //########################################
+
protected function preDispatch(\Magento\Framework\App\RequestInterface $request)
{
- parent::preDispatch($request);
+ $result = parent::preDispatch($request);
if ($request->isGet() &&
!$request->isPost() &&
@@ -20,6 +40,8 @@ protected function preDispatch(\Magento\Framework\App\RequestInterface $request)
$this->addDevelopmentNotification();
$this->addMaintenanceNotification();
}
+
+ return $result;
}
//########################################
@@ -42,7 +64,7 @@ private function addDevelopmentNotification()
private function addMaintenanceNotification()
{
- if (!$this->getHelper('Module\Maintenance')->isEnabled()) {
+ if (!$this->getHelper('Module\Maintenance\Debug')->isEnabled()) {
return false;
}
diff --git a/Controller/Adminhtml/ControlPanel/Module/Integration.php b/Controller/Adminhtml/ControlPanel/Module/Integration.php
new file mode 100644
index 000000000..4b41c325b
--- /dev/null
+++ b/Controller/Adminhtml/ControlPanel/Module/Integration.php
@@ -0,0 +1,1212 @@
+synchConfig = $synchConfig;
+ $this->formKey = $formKey;
+ $this->csvParser = $csvParser;
+ $this->phpEnvironmentRequest = $phpEnvironmentRequest;
+ $this->productFactory = $productFactory;
+ parent::__construct($context);
+ }
+
+ //########################################
+
+ /**
+ * @title "Revise Total"
+ * @description "Full Force Revise"
+ */
+ public function reviseTotalAction()
+ {
+ $html = '';
+ foreach ($this->getHelper('Component')->getEnabledComponents() as $component) {
+
+ $reviseAllStartDate = $this->synchConfig->getGroupValue(
+ "/{$component}/templates/revise/total/", 'start_date'
+ );
+
+ $reviseAllEndDate = $this->synchConfig->getGroupValue(
+ "/{$component}/templates/revise/total/", 'end_date'
+ );
+
+ $reviseAllInProcessingState = !is_null(
+ $this->synchConfig->getGroupValue(
+ "/{$component}/templates/revise/total/", 'last_listing_product_id'
+ )
+ );
+
+ $runNowUrl = $this->getUrl('*/*/*', ['action' => 'processReviseTotal', 'component' => $component]);
+ $resetUrl = $this->getUrl('*/*/*', ['action' => 'resetReviseTotal', 'component' => $component]);
+
+ $html .= <<
+ {$component}
+
+ turn on
+ stop
+
+
+ Started at - {$reviseAllStartDate}
+
+
+ Finished at - {$reviseAllEndDate}
+
+
+
+HTML;
+ $html.= "";
+ }
+
+ return $html;
+ }
+
+ /**
+ * @title "Process Revise Total for Component"
+ * @hidden
+ */
+ public function processReviseTotalAction()
+ {
+ $component = $this->getRequest()->getParam('component', false);
+
+ if (!$component) {
+ $this->getMessageManager()->addError('Component is not presented.');
+ $this->_redirect($this->getHelper('View\ControlPanel')->getPageModuleTabUrl());
+ }
+
+ $this->synchConfig->setGroupValue(
+ "/{$component}/templates/revise/total/", 'start_date', $this->getHelper('Data')->getCurrentGmtDate()
+ );
+
+ $this->synchConfig->setGroupValue(
+ "/{$component}/templates/revise/total/", 'end_date', null
+ );
+
+ $this->synchConfig->setGroupValue(
+ "/{$component}/templates/revise/total/", 'last_listing_product_id', 0
+ );
+
+ $this->_redirect('*/*/*', ['action' => 'reviseTotal']);
+ }
+
+ /**
+ * @title "Reset Revise Total for Component"
+ * @hidden
+ */
+ public function resetReviseTotalAction()
+ {
+ $component = $this->getRequest()->getParam('component', false);
+
+ if (!$component) {
+ $this->getMessageManager()->addError('Component is not presented.');
+ return $this->_redirect($this->getHelper('View\ControlPanel')->getPageModuleTabUrl());
+ }
+
+ $this->synchConfig->setGroupValue(
+ "/{$component}/templates/revise/total/", 'last_listing_product_id', null
+ );
+
+ return $this->_redirect('*/*/*', ['action' => 'reviseTotal']);
+ }
+
+ /**
+ * @title "Print Request Data"
+ * @description "Print [List/Relist/Revise] Request Data"
+ */
+ public function getRequestDataAction()
+ {
+ if ($this->getRequest()->getParam('print')) {
+
+ $listingProductId = $this->getRequest()->getParam('listing_product_id');
+ $componentMode = $this->getRequest()->getParam('component_mode');
+ $requestType = $this->getRequest()->getParam('request_type');
+
+ if ($componentMode == 'ebay') {
+
+ $lp = $this->parentFactory->getObjectLoaded(Ebay::NICK, 'Listing\Product', $listingProductId);
+
+ $configurator = $this->modelFactory->getObject('Ebay\Listing\Product\Action\Configurator');
+ $configurator->setFullMode();
+
+ $request = $this->modelFactory->getObject('Ebay\Listing\Product\Action\Type\\'.$requestType.'\Request');
+ $request->setParams(array());
+ $request->setListingProduct($lp);
+ $request->setConfigurator($configurator);
+
+ return '
' . print_r($request->getRequestData(), true);
+ }
+
+ if ($componentMode == 'amazon') {
+
+ $lp = $this->parentFactory->getObjectLoaded(Amazon::NICK, 'Listing\Product', $listingProductId);
+
+ $configurator = $this->modelFactory->getObject('Amazon\Listing\Product\Action\Configurator');
+ $configurator->setFullMode();
+
+ $request = $this->modelFactory->getObject(
+ 'Amazon\Listing\Product\Action\Type\\'.$requestType.'\Request'
+ );
+ $request->setParams(array());
+ $request->setListingProduct($lp);
+ $request->setConfigurator($configurator);
+
+ if ($requestType == 'ListAction') {
+ $request->setValidatorsData(array(
+ 'sku' => 'placeholder',
+ 'general_id' => 'placeholder',
+ 'list_type' => 'placeholder'
+ ));
+ }
+
+ return '' . print_r($request->getRequestData(), true);
+ }
+
+ return '';
+ }
+
+ $formKey = $this->formKey->getFormKey();
+ $actionUrl = $this->getUrl('*/*/*', ['action' => 'getRequestData']);
+
+ return <<
+
+
+ Listing Product ID:
+
+
+
+
+ Component:
+
+
+ eBay
+ Amazon
+
+
+
+
+ Request Type:
+
+
+ List
+ Relist
+ Revise
+
+
+
+
+
+
+
+ Show
+
+
+
+HTML;
+ }
+
+ /**
+ * @title "Print Inspector Data"
+ * @description "Print Inspector Data"
+ * @new_line
+ */
+ public function getInspectorDataAction()
+ {
+ if ($this->getRequest()->getParam('print')) {
+
+ $listingProductId = $this->getRequest()->getParam('listing_product_id');
+
+ if ($this->getRequest()->getParam('component_mode') == 'ebay') {
+
+ $lp = $this->parentFactory->getObjectLoaded(Ebay::NICK, 'Listing\Product', $listingProductId);
+ $elp = $lp->getChildObject();
+
+ $insp = $this->modelFactory->getObject('Ebay\Synchronization\Templates\Synchronization\Inspector');
+
+ $html = '';
+
+ $html .= 'isMeetListRequirements: ' .$insp->isMeetListRequirements($lp). ' ';
+ $html .= 'isMeetRelistRequirements: ' .$insp->isMeetRelistRequirements($lp). ' ';
+ $html .= 'isMeetStopRequirements: ' .$insp->isMeetStopRequirements($lp). ' ';
+ $html .= 'isMeetReviseGeneralRequirements: ' .$insp->isMeetReviseGeneralRequirements($lp). ' ';
+ $html .= 'isMeetRevisePriceRequirements: ' .$insp->isMeetRevisePriceRequirements($lp). ' ';
+ $html .= 'isMeetReviseQtyRequirements: ' .$insp->isMeetReviseQtyRequirements($lp). ' ';
+
+ $html .= ' ';
+ $html .= 'isSetCategoryTemplate: ' .$elp->isSetCategoryTemplate(). ' ';
+ $html .= 'isInAction: ' .$lp->isSetProcessingLock('in_action'). ' ';
+
+ $html .= 'isStatusEnabled: ' .($lp->getMagentoProduct()->isStatusEnabled()). ' ';
+ $html .= 'isStockAvailability: ' .($lp->getMagentoProduct()->isStockAvailability()). ' ';
+
+ $html .= 'onlineQty: ' .($elp->getOnlineQty() - $elp->getOnlineQtySold()). ' ';
+
+ $totalQty = 0;
+
+ if (!$elp->isVariationsReady()) {
+ $totalQty = $elp->getQty();
+ } else {
+ foreach ($lp->getVariations(true) as $variation) {
+ $ebayVariation = $variation->getChildObject();
+ $totalQty += $ebayVariation->getQty();
+ }
+ }
+
+ $html .= 'productQty: ' .$totalQty. ' ';
+
+ return $html;
+ }
+
+ if ($this->getRequest()->getParam('component_mode') == 'amazon') {
+
+ $lp = $this->parentFactory->getObjectLoaded(Amazon::NICK, 'Listing\Product', $listingProductId);
+
+ $insp = $this->modelFactory->getObject('Amazon\Synchronization\Templates\Synchronization\Inspector');
+
+ $html = '';
+
+ $html .= 'isMeetListRequirements: ' .$insp->isMeetListRequirements($lp). ' ';
+ $html .= 'isMeetRelistRequirements: ' .$insp->isMeetRelistRequirements($lp). ' ';
+ $html .= 'isMeetStopRequirements: ' .$insp->isMeetStopRequirements($lp). ' ';
+ $html .= 'isMeetReviseGeneralRequirements: ' .$insp->isMeetReviseGeneralRequirements($lp). ' ';
+ $html .= 'isMeetRevisePriceRequirements: ' .$insp->isMeetRevisePriceRequirements($lp). ' ';
+ $html .= 'isMeetReviseQtyRequirements: ' .$insp->isMeetReviseQtyRequirements($lp). ' ';
+
+ $html .= 'isStatusEnabled: ' .($lp->getMagentoProduct()->isStatusEnabled()). ' ';
+ $html .= 'isStockAvailability: ' .($lp->getMagentoProduct()->isStockAvailability()). ' ';
+
+ return $html;
+ }
+
+ return '';
+ }
+
+ $formKey = $this->formKey->getFormKey();
+ $actionUrl = $this->getUrl('*/*/*', ['action' => 'getInspectorData']);
+
+ return <<
+
+
+ Listing Product ID:
+
+
+
+
+ Component:
+
+
+ eBay
+ Amazon
+
+
+
+
+
+
+
+ Show
+
+
+
+HTML;
+ }
+
+ //########################################
+
+ /**
+ * @title "Reset eBay 3rd Party"
+ * @description "Clear all eBay 3rd party items for all Accounts"
+ */
+ public function resetOtherListingsAction()
+ {
+ $listingOther = $this->parentFactory->getObject(Ebay::NICK, 'Listing\Other');
+ $ebayListingOther = $this->activeRecordFactory->getObject('Ebay\Listing\Other');
+
+ $stmt = $listingOther->getResourceCollection()->getSelect()->query();
+
+ foreach ($stmt as $row) {
+ $listingOther->setData($row);
+ $ebayListingOther->setData($row);
+
+ $listingOther->setChildObject($ebayListingOther);
+ $ebayListingOther->setParentObject($listingOther);
+
+ $listingOther->delete();
+ }
+
+ foreach ($this->parentFactory->getObject(Ebay::NICK, 'Account')->getCollection() as $account) {
+ $account->getChildObject()->setData('other_listings_last_synchronization', NULL)->save();
+ }
+
+ $this->getMessageManager()->addSuccess('Successfully removed.');
+ $this->_redirect($this->getHelper('View\ControlPanel')->getPageModuleTabUrl());
+ }
+
+ /**
+ * @title "Reset eBay Images Hashes"
+ * @description "Clear eBay images hashes for listing products"
+ * @prompt "Please enter Listing Product ID or `all` code for reset all products."
+ * @prompt_var "listing_product_id"
+ */
+ public function resetEbayImagesHashesAction()
+ {
+ $listingProductId = $this->getRequest()->getParam('listing_product_id');
+
+ $listingProducts = array();
+ if (strtolower($listingProductId) == 'all') {
+
+ $listingProducts = $this->parentFactory->getObject(Ebay::NICK, 'Listing\Product')->getCollection();
+ } else {
+
+ $listingProduct = $this->parentFactory->getObjectLoaded(Ebay::NICK, 'Listing\Product', $listingProductId);
+ $listingProduct && $listingProducts[] = $listingProduct;
+ }
+
+ if (empty($listingProducts)) {
+ $this->getMessageManager()->addError('Failed to load Listing Product.');
+ return $this->_redirect($this->getHelper('View\ControlPanel')->getPageModuleTabUrl());
+ }
+
+ $affected = 0;
+ foreach ($listingProducts as $listingProduct) {
+
+ $additionalData = $listingProduct->getAdditionalData();
+
+ if (!isset($additionalData['ebay_product_images_hash']) &&
+ !isset($additionalData['ebay_product_variation_images_hash'])) {
+ continue;
+ }
+
+ unset($additionalData['ebay_product_images_hash'],
+ $additionalData['ebay_product_variation_images_hash']);
+
+ $affected++;
+ $listingProduct->setData('additional_data', json_encode($additionalData))
+ ->save();
+ }
+
+ $this->getMessageManager()->addSuccess("Successfully removed for {$affected} affected Products.");
+ return $this->_redirect($this->getHelper('View\ControlPanel')->getPageModuleTabUrl());
+ }
+
+ /**
+ * @title "Set eBay EPS Images Mode"
+ * @description "Set EPS Images Mode = true for listing products"
+ * @prompt "Please enter Listing Product ID or `all` code for all products."
+ * @prompt_var "listing_product_id"
+ */
+ public function setEpsImagesModeAction()
+ {
+ $listingProductId = $this->getRequest()->getParam('listing_product_id');
+
+ $listingProducts = array();
+ if (strtolower($listingProductId) == 'all') {
+
+ $listingProducts = $this->parentFactory->getObject(Ebay::NICK, 'Listing\Product')->getCollection();
+ } else {
+
+ $listingProduct = $this->parentFactory->getObjectLoaded(Ebay::NICK, 'Listing\Product', $listingProductId);
+ $listingProduct && $listingProducts[] = $listingProduct;
+ }
+
+ if (empty($listingProducts)) {
+ $this->getMessageManager()->addError('Failed to load Listing Product.');
+ return $this->_redirect($this->getHelper('View\ControlPanel')->getPageModuleTabUrl());
+ }
+
+ $affected = 0;
+ foreach ($listingProducts as $listingProduct) {
+
+ $additionalData = $listingProduct->getAdditionalData();
+
+ if (!isset($additionalData['is_eps_ebay_images_mode']) ||
+ $additionalData['is_eps_ebay_images_mode'] == true) {
+ continue;
+ }
+
+ $additionalData['is_eps_ebay_images_mode'] = true;
+ $affected++;
+
+ $listingProduct->setData('additional_data', json_encode($additionalData))
+ ->save();
+ }
+
+ $this->getMessageManager()->addSuccess("Successfully set for {$affected} affected Products.");
+ return $this->_redirect($this->getHelper('View\ControlPanel')->getPageModuleTabUrl());
+ }
+
+ //########################################
+
+ /**
+ * @title "Show eBay Nonexistent Templates"
+ * @description "Show Nonexistent Templates [eBay]"
+ * @new_line
+ */
+ public function showNonexistentTemplatesAction()
+ {
+ if ($this->getRequest()->getParam('fix')) {
+
+ $fixAction = $this->getRequest()->getParam('fix_action');
+
+ $template = $this->getRequest()->getParam('template_nick');
+ $currentMode = $this->getRequest()->getParam('current_mode');
+ $currentValue = $this->getRequest()->getParam('value');
+
+ if ($fixAction == 'set_null') {
+
+ $field = $currentMode == 'template' ? "template_{$template}_id"
+ : "template_{$template}_custom_id";
+
+ $collection = $this->parentFactory->getObject(Ebay::NICK, 'Listing\Product')->getCollection();
+ $collection->addFieldToFilter($field, $currentValue);
+
+ foreach ($collection->getItems() as $listingProduct) {
+ $listingProduct->getChildObject()->setData($field, null)->save();
+ }
+ }
+
+ if ($fixAction == 'set_parent') {
+
+ $field = $currentMode == 'template' ? "template_{$template}_id"
+ : "template_{$template}_custom_id";
+
+ $collection = $this->parentFactory->getObject(Ebay::NICK, 'Listing\Product')->getCollection();
+ $collection->addFieldToFilter($field, $currentValue);
+
+ $data = array(
+ "template_{$template}_mode" => \Ess\M2ePro\Model\Ebay\Template\Manager::MODE_PARENT,
+ $field => null
+ );
+
+ foreach ($collection->getItems() as $listingProduct) {
+ $listingProduct->getChildObject()->addData($data)->save();
+ }
+ }
+
+ if ($fixAction == 'set_template' && $this->getRequest()->getParam('template_id')) {
+
+ $field = $currentMode == 'template' ? "template_{$template}_id"
+ : "template_{$template}_custom_id";
+
+ $collection = $this->parentFactory->getObject(Ebay::NICK, 'Listing\Product')->getCollection();
+ $collection->addFieldToFilter($field, $currentValue);
+
+ $data = array(
+ "template_{$template}_mode" => \Ess\M2ePro\Model\Ebay\Template\Manager::MODE_TEMPLATE,
+ $field => null,
+ );
+ $data["template_{$template}_id"] = (int)$this->getRequest()->getParam('template_id');
+
+ foreach ($collection->getItems() as $listing) {
+ $listing->getChildObject()->addData($data)->save();
+ }
+ }
+
+ $this->_redirect($this->getUrl('*/*/*', ['action' => 'showNonexistentTemplates']));
+ }
+
+ $nonexistentTemplates = array();
+
+ $simpleTemplates = array('category', 'other_category');
+ foreach ($simpleTemplates as $templateName) {
+
+ $tempResult = $this->getNonexistentTemplatesBySimpleLogic($templateName);
+ !empty($tempResult) && $nonexistentTemplates[$templateName] = $tempResult;
+ }
+
+ $difficultTemplates = array(
+ \Ess\M2ePro\Model\Ebay\Template\Manager::TEMPLATE_SELLING_FORMAT,
+ \Ess\M2ePro\Model\Ebay\Template\Manager::TEMPLATE_SYNCHRONIZATION,
+ \Ess\M2ePro\Model\Ebay\Template\Manager::TEMPLATE_DESCRIPTION,
+ \Ess\M2ePro\Model\Ebay\Template\Manager::TEMPLATE_SHIPPING,
+ \Ess\M2ePro\Model\Ebay\Template\Manager::TEMPLATE_PAYMENT,
+ \Ess\M2ePro\Model\Ebay\Template\Manager::TEMPLATE_RETURN_POLICY,
+ );
+ foreach ($difficultTemplates as $templateName) {
+
+ $tempResult = $this->getNonexistentTemplatesByDifficultLogic($templateName);
+ !empty($tempResult) && $nonexistentTemplates[$templateName] = $tempResult;
+ }
+
+ if (count($nonexistentTemplates) <= 0) {
+ return $this->getEmptyResultsHtml('There are no any nonexistent templates.');
+ }
+
+ $tableContent = <<
+ Listing ID
+ Listing Product ID
+ Policy ID
+ My Mode
+ Parent Mode
+ Actions
+
+HTML;
+
+ $alreadyRendered = array();
+ foreach ($nonexistentTemplates as $templateName => $items) {
+
+ $tableContent .= <<
+ {$templateName}
+
+HTML;
+
+ foreach ($items as $index => $itemInfo) {
+
+ $myModeWord = '';
+ $parentModeWord = '';
+ $actionsHtml = '';
+
+ if (!isset($itemInfo['my_mode']) && !isset($itemInfo['parent_mode'])) {
+
+ $url = $this->getUrl('*/*/*', array(
+ 'action' => 'showNonexistentTemplates',
+ 'fix' => '1',
+ 'template_nick' => $templateName,
+ 'current_mode' => 'template',
+ 'fix_action' => 'set_null',
+ 'value' => $itemInfo['my_needed_id'],
+ ));
+
+ $actionsHtml .= <<set null
+HTML;
+ }
+
+ if (isset($itemInfo['my_mode']) && $itemInfo['my_mode'] == 0) {
+ $myModeWord = 'parent';
+ }
+
+ if (isset($itemInfo['my_mode']) && $itemInfo['my_mode'] == 1) {
+
+ $myModeWord = 'custom';
+ $url = $this->getUrl('*/*/*', array(
+ 'action' => 'showNonexistentTemplates',
+ 'fix' => '1',
+ 'template_nick' => $templateName,
+ 'current_mode' => $myModeWord,
+ 'fix_action' => 'set_parent',
+ 'value' => $itemInfo['my_needed_id'],
+ ));
+
+ $actionsHtml .= <<set parent
+HTML;
+ }
+
+ if (isset($itemInfo['my_mode']) && $itemInfo['my_mode'] == 2) {
+
+ $myModeWord = 'template';
+ $url = $this->getUrl('*/*/*', array(
+ 'action' => 'showNonexistentTemplates',
+ 'fix' => '1',
+ 'template_nick' => $templateName,
+ 'current_mode' => $myModeWord,
+ 'fix_action' => 'set_parent',
+ 'value' => $itemInfo['my_needed_id'],
+ ));
+
+ $actionsHtml .= <<set parent
+HTML;
+ }
+
+ if (isset($itemInfo['parent_mode']) && $itemInfo['parent_mode'] == 1) {
+
+ $parentModeWord = 'custom';
+ $url = $this->getUrl('*/*/*', array(
+ 'action' => 'showNonexistentTemplates',
+ 'fix' => '1',
+ 'fix_action' => 'set_template',
+ 'template_nick' => $templateName,
+ 'current_mode' => $parentModeWord,
+ 'value' => $itemInfo['my_needed_id'],
+ ));
+ $onClick = <<set template
+HTML;
+ }
+
+ if (isset($itemInfo['parent_mode']) && $itemInfo['parent_mode'] == 2) {
+
+ $parentModeWord = 'template';
+ $url = $this->getUrl('*/*/*', array(
+ 'action' => 'showNonexistentTemplates',
+ 'fix' => '1',
+ 'fix_action' => 'set_template',
+ 'template_nick' => $templateName,
+ 'current_mode' => $parentModeWord,
+ 'value' => $itemInfo['my_needed_id'],
+ ));
+ $onClick = <<set template
+HTML;
+ }
+
+ $key = $templateName .'##'. $myModeWord .'##'. $itemInfo['listing_id'];
+ if ($myModeWord == 'parent' && in_array($key, $alreadyRendered)) {
+ continue;
+ }
+
+ $alreadyRendered[] = $key;
+ $tableContent .= <<
+ {$itemInfo['listing_id']}
+ {$itemInfo['my_id']}
+ {$itemInfo['my_needed_id']}
+ {$myModeWord}
+ {$parentModeWord}
+
+ {$actionsHtml}
+
+
+HTML;
+ }
+ }
+
+ $html = $this->getStyleHtml() . <<
+
+ Nonexistent templates
+ (#count# entries)
+
+
+
+
+
+HTML;
+
+ return str_replace('#count#', count($alreadyRendered), $html);
+ }
+
+ private function getNonexistentTemplatesByDifficultLogic($templateCode)
+ {
+ $subSelect = $this->resourceConnection->getConnection()->select()
+ ->from(
+ array('melp' => $this->resourceConnection->getTableName('m2epro_ebay_listing_product')),
+ array(
+ 'my_id' => 'listing_product_id',
+ 'my_mode' => "template_{$templateCode}_mode",
+ 'my_template_id' => "template_{$templateCode}_id",
+ 'my_custom_id' => "template_{$templateCode}_custom_id",
+
+ 'my_needed_id' => new \Zend_Db_Expr(
+ "CASE
+ WHEN melp.template_{$templateCode}_mode = 2 THEN melp.template_{$templateCode}_id
+ WHEN melp.template_{$templateCode}_mode = 1 THEN melp.template_{$templateCode}_custom_id
+ WHEN melp.template_{$templateCode}_mode = 0 THEN IF(mel.template_{$templateCode}_mode = 1,
+ mel.template_{$templateCode}_custom_id,
+ mel.template_{$templateCode}_id)
+ END"
+ ))
+ )
+ ->joinLeft(
+ array('mlp' => $this->resourceConnection->getTableName('m2epro_listing_product')),
+ 'melp.listing_product_id = mlp.id',
+ array('listing_id' => 'listing_id')
+ )
+ ->joinLeft(
+ array('mel' => $this->resourceConnection->getTableName('m2epro_ebay_listing')),
+ 'mlp.listing_id = mel.listing_id',
+ array(
+ 'parent_mode' => "template_{$templateCode}_mode",
+ 'parent_template_id' => "template_{$templateCode}_id",
+ 'parent_custom_id' => "template_{$templateCode}_custom_id"
+ )
+ );
+
+ $templateIdName = 'id';
+ $horizontalTemplates = array(
+ \Ess\M2ePro\Model\Ebay\Template\Manager::TEMPLATE_SELLING_FORMAT,
+ \Ess\M2ePro\Model\Ebay\Template\Manager::TEMPLATE_SYNCHRONIZATION,
+ \Ess\M2ePro\Model\Ebay\Template\Manager::TEMPLATE_DESCRIPTION,
+ );
+ in_array($templateCode, $horizontalTemplates) && $templateIdName = "template_{$templateCode}_id";
+
+ $result = $this->resourceConnection->getConnection()->select()
+ ->from(
+ array('subselect' => new \Zend_Db_Expr('('.$subSelect->__toString().')')),
+ array(
+ 'subselect.my_id',
+ 'subselect.listing_id',
+ 'subselect.my_mode',
+ 'subselect.parent_mode',
+ 'subselect.my_needed_id',
+ )
+ )
+ ->joinLeft(
+ array('template' => $this->resourceConnection->getTableName("m2epro_ebay_template_{$templateCode}")),
+ "subselect.my_needed_id = template.{$templateIdName}",
+ array()
+ )
+ ->where("template.{$templateIdName} IS NULL")
+ ->query()->fetchAll();
+
+ return $result;
+ }
+
+ private function getNonexistentTemplatesBySimpleLogic($templateCode)
+ {
+ $select = $this->resourceConnection->getConnection()->select()
+ ->from(
+ array('melp' => $this->resourceConnection->getTableName('m2epro_ebay_listing_product')),
+ array(
+ 'my_id' => 'listing_product_id',
+ 'my_needed_id' => "template_{$templateCode}_id",
+ )
+ )
+ ->joinLeft(
+ array('mlp' => $this->resourceConnection->getTableName('m2epro_listing_product')),
+ 'melp.listing_product_id = mlp.id',
+ array('listing_id' => 'listing_id')
+ )
+ ->joinLeft(
+ array('template' => $this->resourceConnection->getTableName("m2epro_ebay_template_{$templateCode}")),
+ "melp.template_{$templateCode}_id = template.id",
+ array()
+ )
+ ->where("melp.template_{$templateCode}_id IS NOT NULL")
+ ->where("template.id IS NULL");
+
+ return $select->query()->fetchAll();
+ }
+
+ //########################################
+
+ /**
+ * @title "Show eBay Duplicates [parse logs]"
+ * @description "Show eBay Duplicates According with Logs"
+ */
+ public function showEbayDuplicatesByLogsAction()
+ {
+ $queryObj = $this->resourceConnection->getConnection()
+ ->select()
+ ->from(array('mll' => $this->resourceConnection->getTableName('m2epro_listing_log')))
+ ->joinLeft(
+ array('ml' => $this->resourceConnection->getTableName('m2epro_listing')),
+ 'mll.listing_id = ml.id',
+ array('marketplace_id')
+ )
+ ->joinLeft(
+ array('mm' => $this->resourceConnection->getTableName('m2epro_marketplace')),
+ 'ml.marketplace_id = mm.id',
+ array('marketplace_title' => 'title')
+ )
+ ->where("mll.description LIKE '%a duplicate of your item%' OR " . // ENG
+ "mll.description LIKE '%ette annonce est identique%' OR " . // FR
+ "mll.description LIKE '%ngebot ist identisch mit dem%' OR " . // DE
+ "mll.description LIKE '%un duplicato del tuo oggetto%' OR " . // IT
+ "mll.description LIKE '%es un duplicado de tu art%'" // ESP
+ )
+ ->where("mll.component_mode = ?", 'ebay')
+ ->order('mll.id DESC')
+ ->group(array('mll.product_id', 'mll.listing_id'))
+ ->query();
+
+ $duplicatesInfo = array();
+ while ($row = $queryObj->fetch()) {
+
+ preg_match('/.*\((\d*)\)/', $row['description'], $matches);
+ $ebayItemId = !empty($matches[1]) ? $matches[1] : '';
+
+ $duplicatesInfo[] = array(
+ 'date' => $row['create_date'],
+ 'listing_id' => $row['listing_id'],
+ 'listing_title' => $row['listing_title'],
+ 'product_id' => $row['product_id'],
+ 'product_title' => $row['product_title'],
+ 'listing_product_id' => $row['listing_product_id'],
+ 'description' => $row['description'],
+ 'ebay_item_id' => $ebayItemId,
+ 'marketplace_title' => $row['marketplace_title']
+ );
+ }
+
+ if (count($duplicatesInfo) <= 0) {
+ return $this->getEmptyResultsHtml('According to you logs there are no duplicates.');
+ }
+
+ $tableContent = <<
+ Listing ID
+ Listing Title
+ Product ID
+ Product Title
+ Listing Product ID
+ eBay Item ID
+ eBay Site
+ Date
+
+HTML;
+ foreach ($duplicatesInfo as $row) {
+ $tableContent .= <<
+ {$row['listing_id']}
+ {$row['listing_title']}
+ {$row['product_id']}
+ {$row['product_title']}
+ {$row['listing_product_id']}
+ {$row['ebay_item_id']}
+ {$row['marketplace_title']}
+ {$row['date']}
+
+HTML;
+ }
+
+ $html = $this->getStyleHtml() . <<
+
+ eBay Duplicates
+ (#count# entries)
+
+
+
+
+
+HTML;
+ return str_replace('#count#', count($duplicatesInfo), $html);
+ }
+
+ /**
+ * @title "Show eBay Duplicates"
+ * @description "[can be stopped and removed as option, by using remove=1 query param]"
+ */
+ public function showEbayDuplicatesAction()
+ {
+ $removeMode = (bool)$this->getRequest()->getParam('remove', false);
+
+ $listingProduct = $this->resourceConnection->getTableName('m2epro_listing_product');
+ $ebayListingProduct = $this->resourceConnection->getTableName('m2epro_ebay_listing_product');
+
+ $subQuery = $this->resourceConnection->getConnection()
+ ->select()
+ ->from(array('melp' => $ebayListingProduct),
+ array())
+ ->joinInner(array('mlp' => $listingProduct),
+ 'mlp.id = melp.listing_product_id',
+ array('listing_id',
+ 'product_id',
+ new \Zend_Db_Expr('COUNT(product_id) - 1 AS count_of_duplicates'),
+ new \Zend_Db_Expr('MIN(mlp.id) AS save_this_id'),
+ ))
+ ->group(array('mlp.product_id', 'mlp.listing_id'))
+ ->having(new \Zend_Db_Expr('count_of_duplicates > 0'));
+
+ $query = $this->resourceConnection->getConnection()
+ ->select()
+ ->from(array('melp' => $ebayListingProduct),
+ array('listing_product_id'))
+ ->joinInner(array('mlp' => $listingProduct),
+ 'mlp.id = melp.listing_product_id',
+ array('status'))
+ ->joinInner(array('templ_table' => $subQuery),
+ 'mlp.product_id = templ_table.product_id AND mlp.listing_id = templ_table.listing_id')
+ ->where('melp.listing_product_id <> templ_table.save_this_id')
+ ->query();
+
+ $removed = 0;
+ $stopped = 0;
+ $duplicated = array();
+
+ while ($row = $query->fetch()) {
+
+ if ($removeMode) {
+
+ if ($row['status'] == \Ess\M2ePro\Model\Listing\Product::STATUS_LISTED ||
+ $row['status'] == \Ess\M2ePro\Model\Listing\Product::STATUS_HIDDEN) {
+
+ $dispatcher = $this->modelFactory->getObject('Ebay\Connector\Item\Dispatcher');
+ $dispatcher->process(\Ess\M2ePro\Model\Listing\Product::ACTION_STOP,
+ array($row['listing_product_id']));
+
+ $stopped++;
+ }
+
+ $this->resourceConnection->getConnection()->delete(
+ $listingProduct,
+ array('id = ?' => $row['listing_product_id'])
+ );
+
+ $this->resourceConnection->getConnection()->delete(
+ $ebayListingProduct,
+ array('listing_product_id = ?' => $row['listing_product_id'])
+ );
+
+ $removed++;
+ continue;
+ }
+
+ $duplicated[$row['save_this_id']] = $row;
+ }
+
+ if (count($duplicated) <= 0) {
+
+ $message = 'There are no duplicates.';
+ $removed > 0 && $message .= ' Removed: ' . $removed;
+ $stopped > 0 && $message .= ' Stopped: ' . $stopped;
+
+ return $this->getEmptyResultsHtml($message);
+ }
+
+ $tableContent = <<
+ Listing ID
+ Magento Product ID
+ Count Of Copies
+
+HTML;
+ foreach ($duplicated as $row) {
+ $tableContent .= <<
+ {$row['listing_id']}
+ {$row['product_id']}
+ {$row['count_of_duplicates']}
+
+HTML;
+ }
+
+ $url = $this->getUrl('*/*/*', ['action' => 'showEbayDuplicates', 'remove' => '1']);
+ $html = $this->getStyleHtml() . <<
+
+ eBay Duplicates
+ (#count# entries)
+
+
+
+
+
+
+HTML;
+ return str_replace('#count#', count($duplicated), $html);
+ }
+
+ /**
+ * @title "Show Amazon Duplicates"
+ * @description "[can be removed as option, by using remove=1 query param]"
+ * @new_line
+ */
+ public function showAmazonDuplicatesAction()
+ {
+ $removeMode = (bool)$this->getRequest()->getParam('remove', false);
+
+ $listingProduct = $this->resourceConnection->getTableName('m2epro_listing_product');
+ $amazonListingProduct = $this->resourceConnection->getTableName('m2epro_amazon_listing_product');
+
+ $subQuery = $this->resourceConnection->getConnection()
+ ->select()
+ ->from(array('malp' => $amazonListingProduct),
+ array('general_id'))
+ ->joinInner(array('mlp' => $listingProduct),
+ 'mlp.id = malp.listing_product_id',
+ array('listing_id',
+ 'product_id',
+ new \Zend_Db_Expr('COUNT(product_id) - 1 AS count_of_duplicates'),
+ new \Zend_Db_Expr('MIN(mlp.id) AS save_this_id'),
+ ))
+ ->group(array('mlp.product_id', 'malp.general_id', 'mlp.listing_id'))
+ ->having(new \Zend_Db_Expr('count_of_duplicates > 0'));
+
+ $query = $this->resourceConnection->getConnection()
+ ->select()
+ ->from(array('malp' => $amazonListingProduct),
+ array('listing_product_id'))
+ ->joinInner(array('mlp' => $listingProduct),
+ 'mlp.id = malp.listing_product_id',
+ array('status'))
+ ->joinInner(array('templ_table' => $subQuery),
+ 'mlp.product_id = templ_table.product_id AND
+ malp.general_id = templ_table.general_id AND
+ mlp.listing_id = templ_table.listing_id')
+ ->where('malp.listing_product_id <> templ_table.save_this_id')
+ ->query();
+
+ $removed = 0;
+ $duplicated = array();
+
+ while ($row = $query->fetch()) {
+
+ if ($removeMode) {
+
+ $this->resourceConnection->getConnection()->delete(
+ $listingProduct,
+ array('id = ?' => $row['listing_product_id'])
+ );
+
+ $this->resourceConnection->getConnection()->delete(
+ $amazonListingProduct,
+ array('listing_product_id = ?' => $row['listing_product_id'])
+ );
+
+ $removed++;
+ continue;
+ }
+
+ $duplicated[$row['save_this_id']] = $row;
+ }
+
+
+ if (count($duplicated) <= 0) {
+
+ $message = 'There are no duplicates.';
+ $removed > 0 && $message .= ' Removed: ' . $removed;
+
+ return $this->getEmptyResultsHtml($message);
+ }
+
+ $tableContent = <<
+ Listing ID
+ Magento Product ID
+ Count Of Copies
+
+HTML;
+ foreach ($duplicated as $row) {
+ $tableContent .= <<
+ {$row['listing_id']}
+ {$row['product_id']}
+ {$row['count_of_duplicates']}
+
+HTML;
+ }
+
+ $url = $this->getUrl('*/*/*', ['action' => 'showAmazonDuplicates', 'remove' => '1']);
+ $html = $this->getStyleHtml() . <<
+
+ Amazon Duplicates
+ (#count# entries)
+
+
+
+
+
+
+HTML;
+ return str_replace('#count#', count($duplicated), $html);
+ }
+
+ //########################################
+
+ /**
+ * @title "Fix many same categories templates [eBay]"
+ * @description "[remove the same templates and set original templates to the settings of listings products]"
+ * @new_line
+ */
+ public function fixManySameCategoriesTemplatesOnEbayAction()
+ {
+ $affectedListingProducts = $removedTemplates = 0;
+ $statistics = array();
+ $snapshots = array();
+
+ foreach ($this->activeRecordFactory->getObject('Ebay\Template\Category')->getCollection() as $template) {
+ $shot = $template->getDataSnapshot();
+ unset($shot['id'], $shot['create_date'], $shot['update_date']);
+ foreach ($shot['specifics'] as &$specific) {
+ unset($specific['id'], $specific['template_category_id']);
+ }
+ $key = md5(json_encode($shot));
+
+ if (!array_key_exists($key, $snapshots)) {
+
+ $snapshots[$key] = $template;
+ continue;
+ }
+
+ foreach ($template->getAffectedListingsProducts(false) as $listingsProduct) {
+ $originalTemplate = $snapshots[$key];
+ $listingsProduct->getChildObject()->setData('template_category_id', $originalTemplate->getId())
+ ->save();
+
+ $affectedListingProducts++;
+ }
+
+ $template->delete();
+ $statistics['templates'][] = $template->getId();
+
+ $removedTemplates++;
+ }
+
+ return <<
+Listings Product Affected: {$affectedListingProducts}.
+HTML;
+ }
+
+ //########################################
+
+ private function getEmptyResultsHtml($messageText)
+ {
+ $backUrl = $this->getHelper('View\ControlPanel')->getPageModuleTabUrl();
+
+ return <<
+ {$messageText}
+ [back]
+
+HTML;
+ }
+
+ //########################################
+}
\ No newline at end of file
diff --git a/Controller/Adminhtml/ControlPanel/Module/Module.php b/Controller/Adminhtml/ControlPanel/Module/Module.php
new file mode 100644
index 000000000..624ead7a4
--- /dev/null
+++ b/Controller/Adminhtml/ControlPanel/Module/Module.php
@@ -0,0 +1,286 @@
+modelFactory->getObject('Cron\Runner\Developer');
+
+ if ($cronRunner->process()) {
+ $this->getMessageManager()->addSuccess('Cron was successfully performed.');
+ } else {
+ $this->getMessageManager()->addError('Cron was performed with errors.');
+ }
+
+ $this->_redirect($this->getHelper('View\ControlPanel')->getPageModuleTabUrl());
+ }
+
+ //########################################
+
+ /**
+ * @title "Process Synchronization"
+ * @description "Process Synchronization Task"
+ */
+ public function synchronizationAction()
+ {
+ $cronRunner = $this->modelFactory->getObject('Cron\Runner\Developer');
+ $cronRunner->setAllowedTasks(array(
+ \Ess\M2ePro\Model\Cron\Task\Synchronization::NICK
+ ));
+
+ if ($cronRunner->process()) {
+ $this->getMessageManager()->addSuccess('Synchronization was successfully performed.');
+ } else {
+ $this->getMessageManager()->addError('Synchronization was performed with errors.');
+ }
+
+ $this->_redirect($this->getHelper('View\ControlPanel')->getPageModuleTabUrl());
+ }
+
+ //########################################
+
+ /**
+ * @title "Process Servicing"
+ * @description "Process Servicing Task"
+ */
+ public function processServicingAction()
+ {
+ $cronRunner = $this->modelFactory->getObject('Cron\Runner\Developer');
+ $cronRunner->setAllowedTasks(array(
+ \Ess\M2ePro\Model\Cron\Task\Servicing::NICK
+ ));
+
+ if ($cronRunner->process()) {
+ $this->getMessageManager()->addSuccess('Servicing was successfully performed.');
+ } else {
+ $this->getMessageManager()->addError('Servicing was performed with errors.');
+ }
+
+ $this->_redirect($this->getHelper('View\ControlPanel')->getPageModuleTabUrl());
+ }
+
+ //########################################
+
+ /**
+ * @title "Process Logs Clearing"
+ * @description "Process Logs Clearing Task"
+ */
+ public function processLogsAction()
+ {
+ $cronRunner = $this->modelFactory->getObject('Cron\Runner\Developer');
+ $cronRunner->setAllowedTasks(array(
+ \Ess\M2ePro\Model\Cron\Task\LogsClearing::NICK
+ ));
+
+ if ($cronRunner->process()) {
+ $this->getMessageManager()->addSuccess('Logs Clearing was successfully performed.');
+ } else {
+ $this->getMessageManager()->addError('Logs Clearing was performed with errors.');
+ }
+
+ $this->_redirect($this->getHelper('View\ControlPanel')->getPageModuleTabUrl());
+ }
+
+ //########################################
+
+ /**
+ * @title "Process eBay Actions"
+ * @description "Process eBay Actions Task"
+ */
+ public function ebayActionsAction()
+ {
+ $cronRunner = $this->modelFactory->getObject('Cron\Runner\Developer');
+ $cronRunner->setAllowedTasks(array(
+ \Ess\M2ePro\Model\Cron\Task\EbayActions::NICK
+ ));
+
+ if ($cronRunner->process()) {
+ $this->getMessageManager()->addSuccess('eBay Actions was successfully performed.');
+ } else {
+ $this->getMessageManager()->addError('eBay Actions was performed with errors.');
+ }
+
+ $this->_redirect($this->getHelper('View\ControlPanel')->getPageModuleTabUrl());
+ }
+
+ //########################################
+
+ /**
+ * @title "Process Amazon Actions"
+ * @description "Process Amazon Actions Task"
+ */
+ public function amazonActionsAction()
+ {
+ $cronRunner = $this->modelFactory->getObject('Cron\Runner\Developer');
+ $cronRunner->setAllowedTasks(array(
+ \Ess\M2ePro\Model\Cron\Task\AmazonActions::NICK
+ ));
+
+ if ($cronRunner->process()) {
+ $this->getMessageManager()->addSuccess('Amazon Actions was successfully performed.');
+ } else {
+ $this->getMessageManager()->addError('Amazon Actions was performed with errors.');
+ }
+
+ $this->_redirect($this->getHelper('View\ControlPanel')->getPageModuleTabUrl());
+ }
+
+ //########################################
+
+ /**
+ * @title "Process Request Pending Single"
+ * @description "Process Request Pending Single Task"
+ */
+ public function requestPendingSingleAction()
+ {
+ $cronRunner = $this->modelFactory->getObject('Cron\Runner\Developer');
+ $cronRunner->setAllowedTasks(array(
+ \Ess\M2ePro\Model\Cron\Task\RequestPendingSingle::NICK
+ ));
+
+ if ($cronRunner->process()) {
+ $this->getMessageManager()->addSuccess('Request Pending Single was successfully performed.');
+ } else {
+ $this->getMessageManager()->addError('Request Pending Single was performed with errors.');
+ }
+
+ $this->_redirect($this->getHelper('View\ControlPanel')->getPageModuleTabUrl());
+ }
+
+ /**
+ * @title "Process Request Pending Partial"
+ * @description "Process Request Pending Partial Task"
+ */
+ public function requestPendingPartialAction()
+ {
+ $cronRunner = $this->modelFactory->getObject('Cron\Runner\Developer');
+ $cronRunner->setAllowedTasks(array(
+ \Ess\M2ePro\Model\Cron\Task\RequestPendingPartial::NICK
+ ));
+
+ if ($cronRunner->process()) {
+ $this->getMessageManager()->addSuccess('Request Pending Partial was successfully performed.');
+ } else {
+ $this->getMessageManager()->addError('Request Pending Partial was performed with errors.');
+ }
+
+ $this->_redirect($this->getHelper('View\ControlPanel')->getPageModuleTabUrl());
+ }
+
+ //########################################
+
+ /**
+ * @title "Process Connector Pending Single"
+ * @description "Process Connector Pending Single Task"
+ */
+ public function connectorPendingSingleAction()
+ {
+ $cronRunner = $this->modelFactory->getObject('Cron\Runner\Developer');
+ $cronRunner->setAllowedTasks(array(
+ \Ess\M2ePro\Model\Cron\Task\ConnectorRequesterPendingSingle::NICK
+ ));
+
+ if ($cronRunner->process()) {
+ $this->getMessageManager()->addSuccess('Connector Pending Single was successfully performed.');
+ } else {
+ $this->getMessageManager()->addError('Connector Pending Single was performed with errors.');
+ }
+
+ $this->_redirect($this->getHelper('View\ControlPanel')->getPageModuleTabUrl());
+ }
+
+ /**
+ * @title "Process Connector Pending Partial"
+ * @description "Process Connector Pending Partial Task"
+ */
+ public function connectorPendingPartialAction()
+ {
+ $cronRunner = $this->modelFactory->getObject('Cron\Runner\Developer');
+ $cronRunner->setAllowedTasks(array(
+ \Ess\M2ePro\Model\Cron\Task\ConnectorRequesterPendingPartial::NICK
+ ));
+
+ if ($cronRunner->process()) {
+ $this->getMessageManager()->addSuccess('Connector Pending Partial was successfully performed.');
+ } else {
+ $this->getMessageManager()->addError('Connector Pending Partial was performed with errors.');
+ }
+
+ $this->_redirect($this->getHelper('View\ControlPanel')->getPageModuleTabUrl());
+ }
+
+ //########################################
+
+ /**
+ * @title "Process Repricing Update Settings"
+ * @description "Process Repricing Update Settings"
+ */
+ public function repricingUpdateSettingsAction()
+ {
+ $cronRunner = $this->modelFactory->getObject('Cron\Runner\Developer');
+ $cronRunner->setAllowedTasks(array(
+ \Ess\M2ePro\Model\Cron\Task\RepricingUpdateSettings::NICK
+ ));
+
+ if ($cronRunner->process()) {
+ $this->getMessageManager()->addSuccess('Repricing Send Data was successfully performed.');
+ } else {
+ $this->getMessageManager()->addError('Repricing Send Data was performed with errors.');
+ }
+
+ $this->_redirect($this->getHelper('View\ControlPanel')->getPageModuleTabUrl());
+ }
+
+ /**
+ * @title "Process Repricing Synchronization"
+ * @description "Process Repricing Synchronization"
+ */
+ public function repricingSynchronizationAction()
+ {
+ $cronRunner = $this->modelFactory->getObject('Cron\Runner\Developer');
+ $cronRunner->setAllowedTasks(array(
+ \Ess\M2ePro\Model\Cron\Task\RepricingSynchronization::NICK
+ ));
+
+ if ($cronRunner->process()) {
+ $this->getMessageManager()->addSuccess('Repricing Receive Data was successfully performed.');
+ } else {
+ $this->getMessageManager()->addError('Repricing Receive Data was performed with errors.');
+ }
+
+ $this->_redirect($this->getHelper('View\ControlPanel')->getPageModuleTabUrl());
+ }
+
+ /**
+ * @title "Process Repricing Inspect Products"
+ * @description "Process Repricing Inspect Products Task"
+ */
+ public function repricingRepricingInspectProductsAction()
+ {
+ $cronRunner = $this->modelFactory->getObject('Cron\Runner\Developer');
+ $cronRunner->setAllowedTasks(array(
+ \Ess\M2ePro\Model\Cron\Task\RepricingInspectProducts::NICK
+ ));
+
+ if ($cronRunner->process()) {
+ $this->getMessageManager()->addSuccess('Repricing Inspect Products was successfully performed.');
+ } else {
+ $this->getMessageManager()->addError('Repricing Inspect Products was performed with errors.');
+ }
+
+ $this->_redirect($this->getHelper('View\ControlPanel')->getPageModuleTabUrl());
+ }
+
+ //########################################
+}
\ No newline at end of file
diff --git a/Controller/Adminhtml/ControlPanel/Module/Synchronization.php b/Controller/Adminhtml/ControlPanel/Module/Synchronization.php
new file mode 100644
index 000000000..a00005576
--- /dev/null
+++ b/Controller/Adminhtml/ControlPanel/Module/Synchronization.php
@@ -0,0 +1,180 @@
+processSynchTasks(array(
+ \Ess\M2ePro\Model\Synchronization\Task\AbstractGlobal::PROCESSING,
+ \Ess\M2ePro\Model\Synchronization\Task\AbstractGlobal::MAGENTO_PRODUCTS,
+ \Ess\M2ePro\Model\Synchronization\Task\AbstractGlobal::STOP_QUEUE,
+ \Ess\M2ePro\Model\Synchronization\Task\AbstractComponent::GENERAL,
+ \Ess\M2ePro\Model\Synchronization\Task\AbstractComponent::LISTINGS_PRODUCTS,
+ \Ess\M2ePro\Model\Synchronization\Task\AbstractComponent::TEMPLATES,
+ \Ess\M2ePro\Model\Synchronization\Task\AbstractComponent::ORDERS,
+ \Ess\M2ePro\Model\Synchronization\Task\AbstractComponent::OTHER_LISTINGS,
+ \Ess\M2ePro\Model\Synchronization\Task\AbstractComponent::POLICIES
+ ));
+ }
+
+ //########################################
+
+ /**
+ * @title "General"
+ * @description "Run only general synchronization as developer mode"
+ * @confirm "Are you sure?"
+ * @components
+ */
+ public function generalAction()
+ {
+ $this->processSynchTasks(array(
+ \Ess\M2ePro\Model\Synchronization\Task\AbstractComponent::GENERAL
+ ));
+ }
+
+ /**
+ * @title "Processing"
+ * @description "Run only defaults synchronization as developer mode"
+ * @confirm "Are you sure?"
+ */
+ public function synchProcessingAction()
+ {
+ $this->processSynchTasks(array(
+ \Ess\M2ePro\Model\Synchronization\Task\AbstractGlobal::PROCESSING
+ ));
+ }
+
+ //########################################
+
+ /**
+ * @title "Listings Products"
+ * @description "Run only listings products synchronization as developer mode"
+ * @confirm "Are you sure?"
+ * @components
+ */
+ public function synchListingsProductsAction()
+ {
+ $this->processSynchTasks(array(
+ \Ess\M2ePro\Model\Synchronization\Task\AbstractComponent::LISTINGS_PRODUCTS
+ ));
+ }
+
+ /**
+ * @title "Other Listings"
+ * @description "Run only Other listings synchronization as developer mode"
+ * @confirm "Are you sure?"
+ * @components
+ */
+ public function synchOtherListingsAction()
+ {
+ $this->processSynchTasks(array(
+ \Ess\M2ePro\Model\Synchronization\Task\AbstractComponent::OTHER_LISTINGS
+ ));
+ }
+
+ //########################################
+
+ /**
+ * @title "Templates"
+ * @description "Run only stock level synchronization as developer mode"
+ * @confirm "Are you sure?"
+ * @components
+ */
+ public function synchTemplatesAction()
+ {
+ $this->processSynchTasks(array(
+ \Ess\M2ePro\Model\Synchronization\Task\AbstractComponent::TEMPLATES
+ ));
+ }
+
+ //########################################
+
+ /**
+ * @title "Marketplaces"
+ * @description "Run only marketplaces synchronization as developer mode"
+ * @prompt "Please enter Marketplace ID."
+ * @prompt_var "marketplace_id"
+ * @components
+ */
+ public function synchMarketplacesAction()
+ {
+ $params = array();
+
+ $marketplaceId = (int)$this->getRequest()->getParam('marketplace_id');
+ if (!empty($marketplaceId)) {
+ $params['marketplace_id'] = $marketplaceId;
+ }
+
+ $this->processSynchTasks(array(
+ \Ess\M2ePro\Model\Synchronization\Task\AbstractComponent::MARKETPLACES
+ ), $params);
+ }
+
+ //########################################
+
+ /**
+ * @title "Orders"
+ * @description "Run only orders synchronization as developer mode"
+ * @confirm "Are you sure?"
+ * @components
+ */
+ public function synchOrdersAction()
+ {
+ $this->processSynchTasks(array(
+ \Ess\M2ePro\Model\Synchronization\Task\AbstractComponent::ORDERS
+ ));
+ }
+
+ //########################################
+
+ /**
+ * @title "Magento Products"
+ * @description "Run only magento products synchronization as developer mode"
+ * @confirm "Are you sure?"
+ */
+ public function synchMagentoProductsAction()
+ {
+ $this->processSynchTasks(array(
+ \Ess\M2ePro\Model\Synchronization\Task\AbstractGlobal::MAGENTO_PRODUCTS
+ ));
+ }
+
+ //########################################
+
+ private function processSynchTasks($tasks, $params = array())
+ {
+ session_write_close();
+
+ $dispatcher = $this->modelFactory->getObject('Synchronization\Dispatcher');
+
+ $components = $this->getHelper('Component')->getComponents();
+ if ($this->getRequest()->getParam('component')) {
+ $components = array($this->getRequest()->getParam('component'));
+ }
+
+ $dispatcher->setAllowedComponents($components);
+ $dispatcher->setAllowedTasksTypes($tasks);
+
+ $dispatcher->setInitiator(\Ess\M2ePro\Helper\Data::INITIATOR_DEVELOPER);
+ $dispatcher->setParams($params);
+
+ $dispatcher->process();
+
+ $this->getResponse()->setBody(''.$dispatcher->getOperationHistory()->getFullProfilerInfo().' ');
+ }
+
+ //########################################
+}
\ No newline at end of file
diff --git a/Controller/Adminhtml/ControlPanel/OverviewTab.php b/Controller/Adminhtml/ControlPanel/OverviewTab.php
new file mode 100644
index 000000000..c7ab392ef
--- /dev/null
+++ b/Controller/Adminhtml/ControlPanel/OverviewTab.php
@@ -0,0 +1,19 @@
+createBlock('ControlPanel\Tabs\Overview', '');
+ $this->setAjaxContent($block);
+
+ return $this->getResult();
+ }
+
+}
\ No newline at end of file
diff --git a/Controller/Adminhtml/ControlPanel/Tools/Additional.php b/Controller/Adminhtml/ControlPanel/Tools/Additional.php
new file mode 100644
index 000000000..51e1274ca
--- /dev/null
+++ b/Controller/Adminhtml/ControlPanel/Tools/Additional.php
@@ -0,0 +1,137 @@
+cookieManager = $cookieManager;
+ parent::__construct($context);
+ }
+
+ //########################################
+
+ /**
+ * @title "Memory Limit Test"
+ * @description "Memory Limit Test"
+ * @confirm "Are you sure?"
+ */
+ public function testMemoryLimitAction()
+ {
+ ini_set('display_errors', 1);
+
+ /** @var \Ess\M2ePro\Model\Config\Manager\Cache $cacheConfig */
+ $cacheConfig = $this->modelFactory->getObject('Config\Manager\Cache');
+
+ if (!$this->getRequest()->getParam('do_test', null)) {
+
+ $html = '';
+ if ($value = $cacheConfig->getGroupValue('/control_panel/', 'test_memory_limit')) {
+ $value = round($value, 2);
+ $html .= "Previous result: {$value} MB ";
+ }
+
+ $url = $this->getUrl('*/*/*', ['action' => 'testMemoryLimit']);
+
+ return <<
+ Test
+
+HTML;
+ }
+
+ $i = 0;
+ $array = array();
+
+ while (1) {
+ ($array[] = $array) && ((++$i % 100) == 0)
+ && $cacheConfig->setGroupValue(
+ '/control_panel/', 'test_memory_limit', memory_get_usage(true) / 1000000
+ );
+ }
+ }
+
+ /**
+ * @title "Execution Time Test"
+ * @description "Execution Time Test"
+ * @new_line
+ */
+ public function testExecutionTimeAction()
+ {
+ ini_set('display_errors', 1);
+ $seconds = (int)$this->getRequest()->getParam('seconds', null);
+
+ /** @var \Ess\M2ePro\Model\Config\Manager\Cache $cacheConfig */
+ $cacheConfig = $this->modelFactory->getObject('Config\Manager\Cache');
+
+ $html = '';
+ if ($value = $cacheConfig->getGroupValue('/control_panel/', 'test_execution_time')) {
+ $html .= "Previous result: {$value} ";
+ }
+
+ if ($seconds) {
+
+ $i = 0;
+ while ($i < $seconds) {
+ sleep(1);
+ ((++$i % 10) == 0) && $cacheConfig->setGroupValue(
+ '/control_panel/', 'test_execution_time', "{$i} seconds passed"
+ );;
+ }
+
+ $html .= "{$seconds} seconds passed successfully!
";
+ }
+
+ $url = $this->getUrl('*/*/*', ['action' => 'testExecutionTime']);
+
+ return <<
+
+ Test
+
+HTML;
+ }
+
+ /**
+ * @title "Clear Opcode"
+ * @description "Clear Opcode (APC and Zend Optcache Extension)"
+ */
+ public function clearOpcodeAction()
+ {
+ $messages = array();
+
+ if (!$this->getHelper('Client\Cache')->isApcAvailable() &&
+ !$this->getHelper('Client\Cache')->isZendOpcacheAvailable()) {
+
+ $this->getMessageManager()->addError('Opcode extensions are not installed.');
+ return $this->_redirect($this->getHelper('View\ControlPanel')->getPageToolsTabUrl());
+ }
+
+ if ($this->getHelper('Client\Cache')->isApcAvailable()) {
+ $messages[] = 'APC opcode';
+ apc_clear_cache('system');
+ }
+
+ if ($this->getHelper('Client\Cache')->isZendOpcacheAvailable()) {
+ $messages[] = 'Zend Optcache';
+ opcache_reset();
+ }
+
+ $this->getMessageManager()->addSuccess(implode(' and ', $messages) . ' caches are cleared.');
+ return $this->_redirect($this->getHelper('View\ControlPanel')->getPageToolsTabUrl());
+ }
+
+ //########################################
+}
\ No newline at end of file
diff --git a/Controller/Adminhtml/ControlPanel/Tools/M2ePro/General.php b/Controller/Adminhtml/ControlPanel/Tools/M2ePro/General.php
new file mode 100644
index 000000000..bc316e868
--- /dev/null
+++ b/Controller/Adminhtml/ControlPanel/Tools/M2ePro/General.php
@@ -0,0 +1,598 @@
+storeManager = $storeManager;
+ parent::__construct($context);
+ }
+
+ //########################################
+
+ /**
+ * @title "Clear Cache"
+ * @description "Clear extension cache"
+ * @confirm "Are you sure?"
+ */
+ public function clearExtensionCacheAction()
+ {
+ $this->getHelper('Module')->clearCache();
+ $this->getMessageManager()->addSuccess('Extension cache was successfully cleared.');
+ return $this->_redirect($this->getHelper('View\ControlPanel')->getPageToolsTabUrl());
+ }
+
+ /**
+ * @title "Clear Config Cache"
+ * @description "Clear config cache"
+ * @confirm "Are you sure?"
+ */
+ public function clearConfigCacheAction()
+ {
+ $this->getHelper('Module')->clearConfigCache();
+ $this->getMessageManager()->addSuccess('Config cache was successfully cleared.');
+ return $this->_redirect($this->getHelper('View\ControlPanel')->getPageToolsTabUrl());
+ }
+
+ /**
+ * @title "Clear Variables Dir"
+ * @description "Clear Variables Dir"
+ * @confirm "Are you sure?"
+ * @new_line
+ */
+ public function clearVariablesDirAction()
+ {
+ $this->modelFactory->getObject('VariablesDir')->removeBaseForce();
+ $this->getMessageManager()->addSuccess('Variables dir was successfully cleared.');
+ return $this->_redirect($this->getHelper('View\ControlPanel')->getPageToolsTabUrl());
+ }
+
+ //########################################
+
+ /**
+ * @title "Repair Broken Tables"
+ * @description "Command for show and repair broken horizontal tables"
+ */
+ public function checkTablesAction()
+ {
+ $tableNames = $this->getRequest()->getParam('table', array());
+
+ if (!empty($tableNames)) {
+ $this->getHelper('Module\Database\Repair')->repairBrokenTables($tableNames);
+ return $this->_redirect($this->getUrl('*/*/*', ['action' => 'checkTables']));
+ }
+
+ $brokenTables = $this->getHelper('Module\Database\Repair')->getBrokenTablesInfo();
+
+ if ($brokenTables['total_count'] <= 0) {
+ return $this->getEmptyResultsHtml('No Broken Tables');
+ }
+
+ $currentUrl = $this->getUrl('*/*/*', ['action' => 'checkTables']);
+ $infoUrl = $this->getUrl('*/*/*', ['action' => 'showBrokenTableIds']);
+
+ $html = <<
+
+ Broken Tables
+ ({$brokenTables['total_count']} entries)
+
+
+
+
+
+HTML;
+
+ return $html;
+ }
+
+ /**
+ * @title "Show Broken Table IDs"
+ * @hidden
+ */
+ public function showBrokenTableIdsAction()
+ {
+ $tableNames = $this->getRequest()->getParam('table', array());
+
+ if (empty($tableNames)) {
+ return $this->_redirect($this->getUrl('*/*/*', ['action' => 'checkTables']));
+ }
+
+ $tableName = array_pop($tableNames);
+ $info = $this->getHelper('Module\Database\Repair')->getBrokenRecordsInfo($tableName);
+
+ return '' .
+ "Broken Records '{$tableName}' " .
+ print_r($info, true);
+ }
+
+ // ---------------------------------------
+
+ /**
+ * @title "Repair Removed Stores"
+ * @description "Command for show and repair removed magento stores"
+ */
+ public function showRemovedMagentoStoresAction()
+ {
+ $existsStoreIds = array_keys($this->storeManager->getStores(true));
+ $storeRelatedColumns = $this->getHelper('Module\Database\Structure')->getStoreRelatedColumns();
+
+ $usedStoresIds = array();
+
+ foreach ($storeRelatedColumns as $tableName => $columnsInfo) {
+ foreach ($columnsInfo as $columnInfo) {
+
+ $tempResult = $this->resourceConnection->getConnection()->select()
+ ->distinct()
+ ->from($this->resourceConnection->getTableName($tableName), array($columnInfo['name']))
+ ->where("{$columnInfo['name']} IS NOT NULL")
+ ->query()
+ ->fetchAll(\Zend_Db::FETCH_COLUMN);
+
+ if ($columnInfo['type'] == 'int') {
+ $usedStoresIds = array_merge($usedStoresIds, $tempResult);
+ continue;
+ }
+
+ // json
+ foreach ($tempResult as $itemRow) {
+ preg_match_all('/"(store|related_store)_id":"?([\d]+)"?/', $itemRow, $matches);
+ !empty($matches[2]) && $usedStoresIds = array_merge($usedStoresIds,$matches[2]);
+ }
+ }
+ }
+
+ $usedStoresIds = array_values(array_unique(array_map('intval',$usedStoresIds)));
+ $removedStoreIds = array_diff($usedStoresIds, $existsStoreIds);
+
+ if (count($removedStoreIds) <= 0) {
+ return $this->getEmptyResultsHtml('No Removed Magento Stores');
+ }
+
+ $html = $this->getStyleHtml();
+
+ $removedStoreIds = implode(', ', $removedStoreIds);
+ $repairStoresAction = $this->getUrl('*/*/*', ['action' => 'repairRemovedMagentoStore']);
+
+ $html .= <<Removed Magento Stores
+ (%count% entries)
+
+
+
+ Removed Store IDs: {$removedStoreIds}
+
+
+
+HTML;
+
+ return str_replace('%count%', count($removedStoreIds), $html);
+ }
+
+ /**
+ * @title "Repair Removed Store"
+ * @hidden
+ */
+ public function repairRemovedMagentoStoreAction()
+ {
+ $replaceIdFrom = $this->getRequest()->getParam('replace_from');
+ $replaceIdTo = $this->getRequest()->getParam('replace_to');
+
+ if (is_null($replaceIdFrom) || is_null($replaceIdTo)) {
+ $this->getMessageManager()->addError('Required params are not presented.');
+ return $this->_redirect($this->getHelper('View\ControlPanel')->getPageToolsTabUrl());
+ }
+
+ $replaceIdFrom = (int)$replaceIdFrom;
+ $replaceIdTo = (int)$replaceIdTo;
+
+ $storeRelatedColumns = $this->getHelper('Module\Database\Structure')->getStoreRelatedColumns();
+ foreach ($storeRelatedColumns as $tableName => $columnsInfo) {
+ foreach ($columnsInfo as $columnInfo) {
+
+ if ($columnInfo['type'] == 'int') {
+
+ $this->resourceConnection->getConnection()->update(
+ $this->resourceConnection->getTableName($tableName),
+ array($columnInfo['name'] => $replaceIdTo),
+ "`{$columnInfo['name']}` = {$replaceIdFrom}"
+ );
+
+ continue;
+ }
+
+ // json ("store_id":"10" | "store_id":10, | "store_id":10})
+ $bind = array($columnInfo['name'] => new \Zend_Db_Expr(
+ "REPLACE(
+ REPLACE(
+ REPLACE(
+ `{$columnInfo['name']}`,
+ 'store_id\":{$replaceIdFrom},',
+ 'store_id\":{$replaceIdTo},'
+ ),
+ 'store_id\":\"{$replaceIdFrom}\"',
+ 'store_id\":\"{$replaceIdTo}\"'
+ ),
+ 'store_id\":{$replaceIdFrom}}',
+ 'store_id\":{$replaceIdTo}}'
+ )"
+ ));
+
+ $this->resourceConnection->getConnection()->update(
+ $this->resourceConnection->getTableName($tableName),
+ $bind,
+ "`{$columnInfo['name']}` LIKE '%store_id\":\"{$replaceIdFrom}\"%' OR
+ `{$columnInfo['name']}` LIKE '%store_id\":{$replaceIdFrom},%' OR
+ `{$columnInfo['name']}` LIKE '%store_id\":{$replaceIdFrom}}%'"
+ );
+ }
+ }
+
+ return $this->_redirect('*/*/*', ['action' => 'showRemovedMagentoStores']);
+ }
+
+ // ---------------------------------------
+
+ /**
+ * @title "Repair Listing Product Structure"
+ * @description "Listing -> Listing Product -> Option -> Variation"
+ */
+ public function repairListingProductStructureAction()
+ {
+ ini_set('display_errors', 1);
+ $result = '';
+
+ foreach (array('Ebay', 'Amazon') as $component) {
+
+ $collection = $this->parentFactory->getObject($component, 'Listing\Product\Variation\Option')
+ ->getCollection();
+
+ $deletedOptions = $deletedVariations = $deletedProducts = $deletedListings = 0;
+
+ while ($option = $collection->fetchItem()) {
+
+ try {
+ $variation = $option->getListingProductVariation();
+ } catch (Logic $e) {
+
+ $tempOption = $this->activeRecordFactory->getObject('Listing\Product\Variation\Option')
+ ->load($option->getId());
+ if (!is_null($tempOption->getId())) {
+ $option->delete() && $deletedOptions++;
+ }
+ continue;
+ }
+
+ try {
+ $listingProduct = $variation->getListingProduct();
+ } catch (Logic $e) {
+ $variation->delete() && $deletedVariations++;
+ continue;
+ }
+ }
+
+ $collection = $this->parentFactory->getObject($component, 'Listing\Product')
+ ->getCollection();
+
+ while ($listingProduct = $collection->fetchItem()) {
+
+ try {
+ $listing = $listingProduct->getListing();
+ } catch (Logic $e) {
+ $listingProduct->delete() && $deletedProducts++;
+ continue;
+ }
+
+ try {
+ $account = $listing->getAccount();
+ } catch (Logic $e) {
+ $listing->delete() && $deletedListings++;
+ continue;
+ }
+ }
+
+ $result .= sprintf('Deleted options on %s count = %d ', $component, $deletedOptions);
+ $result .= sprintf('Deleted variations on %s count = %d ', $component, $deletedVariations);
+ $result .= sprintf('Deleted products on %s count = %d ', $component, $deletedProducts);
+ $result .= sprintf('Deleted listings on %s count = %d ', $component, $deletedListings);
+ $result .= ' ';
+ }
+
+ $backUrl = $this->getHelper('View\ControlPanel')->getPageToolsTabUrl();
+
+ $result .= <<
+ [back]
+
+HTML;
+ return $result;
+ }
+
+ /**
+ * @title "Repair OrderItem => Order Structure"
+ * @description "OrderItem->getOrder() => remove OrderItem if is need"
+ */
+ public function repairOrderItemOrderStructureAction()
+ {
+ ini_set('display_errors', 1);
+
+ $deletedOrderItems = 0;
+ $collection = $this->activeRecordFactory->getObject('Order\Item')->getCollection();
+
+ while ($item = $collection->fetchItem()) {
+
+ try {
+ $order = $item->getOrder();
+ } catch (Logic $e) {
+
+ $item->delete() && $deletedOrderItems++;
+ }
+ }
+
+ $result = sprintf('Deleted OrderItems records: %d', $deletedOrderItems);
+ $backUrl = $this->getHelper('View\ControlPanel')->getPageToolsTabUrl();
+
+ $result .= <<
+ [back]
+
+HTML;
+ return $result;
+ }
+
+ /**
+ * @title "Repair eBay ItemID N\A"
+ * @description "Repair Item is Listed but have N\A Ebay Item ID"
+ */
+ public function repairEbayItemIdStructureAction()
+ {
+ ini_set('display_errors', 1);
+ $items = 0;
+
+ $collection = $this->parentFactory->getObject(Ebay::NICK, 'Listing\Product')->getCollection();
+ $collection->getSelect()->joinLeft(
+ array('ei' => $this->activeRecordFactory->getObject('Ebay\Item')->getResource()->getMainTable()),
+ '`second_table`.`ebay_item_id` = `ei`.`id`',
+ array('item_id' => 'item_id')
+ );
+ $collection->addFieldToFilter('status',
+ array('nin' => array(\Ess\M2ePro\Model\Listing\Product::STATUS_NOT_LISTED,
+ \Ess\M2ePro\Model\Listing\Product::STATUS_UNKNOWN)));
+
+ $collection->addFieldToFilter('item_id', array('null' => true));
+
+ while ($item = $collection->fetchItem()) {
+
+ $item->setData('status', \Ess\M2ePro\Model\Listing\Product::STATUS_NOT_LISTED)->save();
+ $items++;
+ }
+
+ $result = sprintf('Processed items: %d', $items);
+ $backUrl = $this->getHelper('View\ControlPanel')->getPageToolsTabUrl();
+
+ $result .= <<
+ [back]
+
+HTML;
+ return $result;
+ }
+
+ /**
+ * @title "Repair Amazon Products without variations"
+ * @description "Repair Amazon Products without variations"
+ * @new_line
+ */
+ public function repairAmazonProductWithoutVariationsAction()
+ {
+ ini_set('display_errors', 1);
+ $items = 0;
+
+ $listingProductVariationTable = $this->activeRecordFactory->getObject('Listing\Product\Variation')
+ ->getResource()
+ ->getMainTable();
+
+ $collection = $this->parentFactory->getObject(Amazon::NICK, 'Listing\Product')->getCollection();
+ $collection->getSelect()->joinLeft(
+ array('mlpv' => $listingProductVariationTable),
+ '`second_table`.`listing_product_id` = `mlpv`.`listing_product_id`',
+ array()
+ );
+ $collection->addFieldToFilter('is_variation_product', 1);
+ $collection->addFieldToFilter('is_variation_product_matched', 1);
+ $collection->addFieldToFilter('mlpv.id', array('null' => true));
+
+ while ($item = $collection->fetchItem()) {
+
+ $item->getChildObject()->setData('is_variation_product_matched', 0)->save();
+ $items++;
+ }
+
+ $result = sprintf('Processed items: %d', $items);
+ $backUrl = $this->getHelper('View\ControlPanel')->getPageToolsTabUrl();
+
+ $result .= <<
+ [back]
+
+HTML;
+ return $result;
+ }
+
+ //########################################
+
+ /**
+ * @title "Check Server Connection"
+ * @description "Send test request to server and check connection"
+ */
+ public function serverCheckConnectionAction()
+ {
+ try {
+
+ $response = $this->getHelper('Server')->sendRequest(array(), array(), null, null, 30, false, false);
+
+ } catch (Connection $e) {
+
+ $result = "{$e->getMessage()} ";
+ $additionalData = $e->getAdditionalData();
+
+ if (!empty($additionalData['curl_info'])) {
+ $result .= 'Report ';
+ $result .= json_encode($additionalData['curl_info'], JSON_PRETTY_PRINT);
+ $result .= ' ';
+ }
+
+ if (!empty($additionalData['curl_error_number']) && !empty($additionalData['curl_error_message'])) {
+ $result .= 'Errors ';
+ $result .= $additionalData['curl_error_number'] .': '
+ . $additionalData['curl_error_message'] . ' ';
+ }
+
+ return $result;
+
+ } catch (\Exception $e) {
+ return "{$e->getMessage()} ";
+ }
+
+ $result = 'Response ';
+ $result .= json_encode(json_decode($response['response'], true), JSON_PRETTY_PRINT);
+ $result .= ' ';
+
+ $result .= 'Report ';
+ $result .= json_encode($response['curl_info'], JSON_PRETTY_PRINT);
+ $result .= ' ';
+
+ $backUrl = $this->getHelper('View\ControlPanel')->getPageToolsTabUrl();
+
+ $result .= <<
+ [back]
+
+HTML;
+ return $result;
+ }
+
+ //########################################
+
+ private function getEmptyResultsHtml($messageText)
+ {
+ $backUrl = $this->getHelper('View\ControlPanel')->getPageToolsTabUrl();
+
+ return <<
+ {$messageText}
+ [back]
+
+HTML;
+ }
+
+ //########################################
+}
\ No newline at end of file
diff --git a/Controller/Adminhtml/ControlPanel/Tools/M2ePro/Install.php b/Controller/Adminhtml/ControlPanel/Tools/M2ePro/Install.php
new file mode 100644
index 000000000..c97a86a44
--- /dev/null
+++ b/Controller/Adminhtml/ControlPanel/Tools/M2ePro/Install.php
@@ -0,0 +1,476 @@
+directoryReaderFactory = $directoryReaderFactory;
+ $this->fileSystem = $filesystem;
+ $this->componentRegistrar = $componentRegistrar;
+
+ parent::__construct($context);
+ }
+
+ //########################################
+
+ //todo implement
+ /**
+ * @title "Check Files Validity"
+ * @description "Check Files Validity"
+ */
+ public function checkFilesValidityAction()
+ {
+ $dispatcherObject = $this->modelFactory->getObject('M2ePro\Connector\Dispatcher');
+ $connectorObj = $dispatcherObject->getVirtualConnector('files','get','info');
+ $dispatcherObject->process($connectorObj);
+ $responseData = $connectorObj->getResponseData();
+
+ if (count($responseData) <= 0) {
+ return $this->getEmptyResultsHtml('No files info for this M2E Pro version on server.');
+ }
+
+ $problems = array();
+
+ $path = $this->componentRegistrar->getPath(ComponentRegistrar::MODULE, Module::IDENTIFIER);
+ $directoryReader = $this->directoryReaderFactory->create($path);
+
+ foreach ($responseData['files_info'] as $info) {
+
+ if (!$directoryReader->isFile($info['path'])) {
+ $problems[] = array(
+ 'path' => $info['path'],
+ 'reason' => 'File is missing'
+ );
+ continue;
+ }
+
+ $fileContent = trim($directoryReader->readFile($info['path']));
+ $fileContent = str_replace(array("\r\n","\n\r",PHP_EOL), chr(10), $fileContent);
+
+ if (md5($fileContent) != $info['hash']) {
+ $problems[] = array(
+ 'path' => $info['path'],
+ 'reason' => 'Hash mismatch'
+ );
+ continue;
+ }
+ }
+
+ if (count($problems) <= 0) {
+ return 'All files are valid. ';
+ }
+
+ $html = $this->getStyleHtml();
+
+ $html .= <<Files Validity
+ (%count% entries)
+
+
+
+
+
+ Path
+ Reason
+ Action
+
+HTML;
+ foreach ($problems as $item) {
+
+ $url = $this->getUrl('*/*/*', ['action' => 'filesDiff', 'filePath' => base64_encode($item['path'])]);
+ $html .= <<
+
+ {$item['path']}
+
+
+ {$item['reason']}
+
+
+ Diff
+
+
+
+HTML;
+ }
+
+ $html .= '
';
+ return str_replace('%count%',count($problems),$html);
+ }
+
+ //todo implement
+ /**
+ * @title "Check Tables Structure Validity"
+ * @description "Check Tables Structure Validity"
+ */
+ public function checkTablesStructureValidityAction()
+ {
+ $tablesInfo = $this->getHelper('Module\Database\Structure')->getTablesInfo();
+
+ $dispatcherObject = $this->modelFactory->getObject('M2ePro\Connector\Dispatcher');
+ $connectorObj = $dispatcherObject->getVirtualConnector('tables','get','diff',
+ array('tables_info' => json_encode($tablesInfo)));
+
+ $dispatcherObject->process($connectorObj);
+ $responseData = $connectorObj->getResponseData();
+
+ if (!isset($responseData['diff'])) {
+ return $this->getEmptyResultsHtml('No Tables info for this M2E Pro version on Server.');
+ }
+
+ if (count($responseData['diff']) <= 0) {
+ return $this->getEmptyResultsHtml('All Tables are valid.');
+ }
+
+ $html = $this->getStyleHtml();
+
+ $html .= <<Tables Structure Validity
+ (%count% entries)
+
+
+
+
+
+ Table
+ Problem
+ Info
+ Actions
+
+HTML;
+
+ foreach ($responseData['diff'] as $tableName => $checkResult) {
+ foreach ($checkResult as $resultRow) {
+
+ $additionalInfo = '';
+ $actionsHtml = '';
+
+ if (!isset($resultRow['info'])) {
+ continue;
+ }
+
+ $resultInfo = $resultRow['info'];
+ $diffData = isset($resultInfo['diff_data']) ? $resultInfo['diff_data'] : array();
+
+ if (isset($resultInfo['diff_data'])) {
+ foreach ($resultInfo['diff_data'] as $diffCode => $diffValue) {
+
+ $additionalInfo .= "{$diffCode} : '{$diffValue}'. ";
+ $additionalInfo .= "original: '{$resultInfo['original_data'][$diffCode]}'.";
+ $additionalInfo .= " ";
+ }
+ }
+
+ $urlParams = array(
+ 'table_name' => $tableName,
+ 'column_info' => json_encode($resultInfo['original_data'])
+ );
+
+ if (empty($resultInfo['current_data']) ||
+ (isset($diffData['type']) || isset($diffData['default']) || isset($diffData['null']))) {
+
+ $urlParams['mode'] = 'properties';
+ $url = $this->getUrl('*/*/fixColumn', $urlParams);
+ $actionsHtml .= "Fix Properties ";
+ }
+
+ if (isset($diffData['key'])) {
+
+ $urlParams['mode'] = 'index';
+ $url = $this->getUrl('*/*/fixColumn', $urlParams);
+ $actionsHtml .= "Fix Index ";
+ }
+
+ if (empty($resultInfo['original_data']) && !empty($resultInfo['current_data'])) {
+
+ $urlParams['mode'] = 'drop';
+ $urlParams['column_info'] = json_encode($resultInfo['current_data']);
+ $url = $this->getUrl('*/*/fixColumn', $urlParams);
+ $actionsHtml .= "Drop ";
+ }
+
+ $html .= <<
+ {$tableName}
+ {$resultRow['message']}
+ {$additionalInfo}
+ {$actionsHtml}
+
+HTML;
+ }
+ }
+
+ $html .= '
';
+ return str_replace('%count%',count($responseData['diff']),$html);
+ }
+
+ //todo implement
+ /**
+ * @title "Check Configs Validity"
+ * @description "Check Configs Validity"
+ */
+ public function checkConfigsValidityAction()
+ {
+ $dispatcherObject = $this->modelFactory->getObject('M2ePro\Connector\Dispatcher');
+ $connectorObj = $dispatcherObject->getVirtualConnector('configs','get','info');
+ $dispatcherObject->process($connectorObj);
+ $responseData = $connectorObj->getResponseData();
+
+ if (!isset($responseData['configs_info'])) {
+ return $this->getEmptyResultsHtml('No configs info for this M2E Pro version on server.');
+ }
+
+ $originalData = $responseData['configs_info'];
+ $currentData = array();
+
+ foreach ($originalData as $tableName => $configInfo) {
+
+ $currentData[$tableName] = $this->getHelper('Module\Database\Structure')
+ ->getConfigSnapshot($tableName);
+ }
+
+ $differenses = array();
+
+ foreach ($originalData as $tableName => $configInfo) {
+ foreach ($configInfo as $codeHash => $item) {
+
+ if (array_key_exists($codeHash, $currentData[$tableName])) {
+ continue;
+ }
+
+ $differenses[] = array('table' => $tableName,
+ 'item' => $item,
+ 'solution' => 'insert');
+ }
+ }
+
+ foreach ($currentData as $tableName => $configInfo) {
+ foreach ($configInfo as $codeHash => $item) {
+
+ if (array_key_exists($codeHash, $originalData[$tableName])) {
+ continue;
+ }
+
+ $differenses[] = array('table' => $tableName,
+ 'item' => $item,
+ 'solution' => 'drop');
+ }
+ }
+
+ if (count($differenses) <= 0) {
+ return $this->getEmptyResultsHtml('All Configs are valid.');
+ }
+
+ $html = $this->getStyleHtml();
+
+ $html .= <<Configs Validity
+ (%count% entries)
+
+
+
+
+
+ Table
+ Group
+ Key
+ Value
+ Action
+
+HTML;
+
+ foreach ($differenses as $index => $row) {
+
+ if ($row['solution'] == 'insert') {
+
+ $url = $this->getUrl('*/controlPanel_database/addTableRow', array(
+ 'table' => $row['table'],
+ 'model' => $this->getHelper('Module\Database\Structure')->getTableModel($row['table']),
+ ));
+
+ } else {
+
+ $url = $this->getUrl('*/controlPanel_database/deleteTableRows', array(
+ 'table' => $row['table'],
+ 'model' => $this->getHelper('Module\Database\Structure')->getTableModel($row['table']),
+ 'ids' => $row['item']['id']
+ ));
+ }
+
+ $actionWord = $row['solution'] == 'insert' ? 'Insert' : 'Drop';
+ $styles = $row['solution'] == 'insert' ? '' : 'color: red;';
+
+ $onclickAction = <<
+ {$row['table']}
+ {$row['item']['group']}
+ {$row['item']['key']}
+
+
+
+
+ {$actionWord}
+
+
+HTML;
+ }
+
+ $html .= '
';
+ return str_replace('%count%',count($differenses),$html);
+ }
+
+ // ---------------------------------------
+
+ //todo implement
+ /**
+ * @hidden
+ */
+ public function fixColumnAction()
+ {
+ $tableName = $this->getRequest()->getParam('table_name');
+ $columnInfo = $this->getRequest()->getParam('column_info');
+ $columnInfo = (array)json_decode($columnInfo, true);
+
+ $repairMode = $this->getRequest()->getParam('mode');
+
+ if (!$tableName || !$repairMode) {
+ return $this->_redirect('*/*/checkTablesStructureValidity');
+ }
+
+ $helper = $this->getHelper('Module\Database\Repair');
+ $repairMode == 'index' && $helper->fixColumnIndex($tableName, $columnInfo);
+ $repairMode == 'properties' && $helper->fixColumnProperties($tableName, $columnInfo);
+ $repairMode == 'drop' && $helper->dropColumn($tableName, $columnInfo);
+
+ return $this->_redirect('*/*/checkTablesStructureValidity');
+ }
+
+ //todo implement
+ /**
+ * @title "Files Diff"
+ * @description "Files Diff"
+ * @hidden
+ */
+ public function filesDiffAction()
+ {
+ $filePath = base64_decode($this->getRequest()->getParam('filePath'));
+ $originalPath = base64_decode($this->getRequest()->getParam('originalPath'));
+
+ $path = $this->componentRegistrar->getPath(ComponentRegistrar::MODULE, Module::IDENTIFIER);
+ $directoryReader = $this->directoryReaderFactory->create($path);
+
+ $params = array(
+ 'content' => $directoryReader->read($filePath),
+ 'path' => $originalPath ? $originalPath : $filePath
+ );
+
+ $dispatcherObject = $this->modelFactory->getObject('M2ePro\Connector\Dispatcher');
+ $connectorObj = $dispatcherObject->getVirtualConnector('files','get','diff', $params);
+
+ $dispatcherObject->process($connectorObj);
+ $responseData = $connectorObj->getResponseData();
+
+ $html = $this->getStyleHtml();
+
+ $html .= <<Files Difference
+ ({$filePath})
+
+
+HTML;
+
+ if (isset($responseData['html'])) {
+ $html .= $responseData['html'];
+ } else {
+ $html .= ' No file on server ';
+ }
+
+ return $html;
+ }
+
+ //########################################
+
+ /**
+ * @title "Static Content Deploy"
+ * @description "Static Content Deploy"
+ */
+ public function staticContentDeployAction()
+ {
+ $magentoRoot = $this->fileSystem->getDirectoryRead(\Magento\Framework\App\Filesystem\DirectoryList::ROOT)
+ ->getAbsolutePath();
+
+ $output = shell_exec('php ' . $magentoRoot . DIRECTORY_SEPARATOR . 'bin/magento setup:static-content:deploy');
+ return '' . $output;
+ }
+
+ /**
+ * @title "Run Magento Compilation"
+ * @description "Run Magento Compilation"
+ */
+ public function runCompilationAction()
+ {
+ $magentoRoot = $this->fileSystem->getDirectoryRead(\Magento\Framework\App\Filesystem\DirectoryList::ROOT)
+ ->getAbsolutePath();
+
+ $output = shell_exec('php ' . $magentoRoot . DIRECTORY_SEPARATOR . 'bin/magento setup:di:compile');
+ return '' . $output;
+ }
+
+ //########################################
+
+ private function getEmptyResultsHtml($messageText)
+ {
+ $backUrl = $this->getHelper('View\ControlPanel')->getPageToolsTabUrl();
+
+ return <<
+ {$messageText}
+ [back]
+
+HTML;
+ }
+
+ //########################################
+}
\ No newline at end of file
diff --git a/Controller/Adminhtml/ControlPanel/Tools/Magento.php b/Controller/Adminhtml/ControlPanel/Tools/Magento.php
new file mode 100644
index 000000000..770703ce9
--- /dev/null
+++ b/Controller/Adminhtml/ControlPanel/Tools/Magento.php
@@ -0,0 +1,87 @@
+getHelper('Magento')->getAllEventObservers();
+
+ $html = $this->getStyleHtml();
+
+ $html .= <<Event Observers
+
+
+
+
+ Area
+ Event
+ Observer
+
+
+HTML;
+
+ foreach ($eventObservers as $area => $areaEvents) {
+ if (empty($areaEvents)) {
+ continue;
+ }
+
+ $areaRowSpan = count($areaEvents, COUNT_RECURSIVE) - count($areaEvents);
+
+ $html .= '';
+ $html .= ''.$area.' ';
+
+ foreach ($areaEvents as $eventName => $eventData) {
+ if (empty($eventData)) {
+ continue;
+ }
+
+ $eventRowSpan = count($eventData);
+
+ $html .= ''.$eventName.' ';
+
+ $isFirstObserver = true;
+ foreach ($eventData as $observer) {
+ if (!$isFirstObserver) {
+ $html .= ' ';
+ }
+
+ $html .= ''.$observer.' ';
+ $html .= ' ';
+
+ $isFirstObserver = false;
+ }
+ }
+ }
+
+ $html .= '
';
+
+ return $html;
+ }
+
+ /**
+ * @title "Clear Cache"
+ * @description "Clear magento cache"
+ * @confirm "Are you sure?"
+ */
+ public function clearMagentoCacheAction()
+ {
+ $this->getHelper('Magento')->clearCache();
+ $this->getMessageManager()->addSuccess('Magento cache was successfully cleared.');
+ $this->_redirect($this->getHelper('View\ControlPanel')->getPageToolsTabUrl());
+ }
+
+ //########################################
+}
\ No newline at end of file
diff --git a/Controller/Adminhtml/Developers/Index.php b/Controller/Adminhtml/Developers/Index.php
index c41c4224e..4e395c640 100644
--- a/Controller/Adminhtml/Developers/Index.php
+++ b/Controller/Adminhtml/Developers/Index.php
@@ -48,9 +48,9 @@ public function execute()
$referrer = $this->getRequest()->getParam('referrer', false);
if ($referrer == 'ebay') {
- $this->setPageHelpLink(NULL, 'pages/viewpage.action?pageId=19726975');
+ $this->setPageHelpLink('x/fwItAQ');
} else {
- $this->setPageHelpLink(NULL, 'pages/viewpage.action?pageId=19727452');
+ $this->setPageHelpLink('x/XAQtAQ');
}
$this->getResult()->getConfig()->getTitle()->prepend($this->__('Help Center'));
diff --git a/Controller/Adminhtml/Development/Command.php b/Controller/Adminhtml/Development/Command.php
deleted file mode 100644
index c1fd2d0b1..000000000
--- a/Controller/Adminhtml/Development/Command.php
+++ /dev/null
@@ -1,15 +0,0 @@
-messageManager->addWarning(
$this->__(
'Some eBay Store Categories were deleted from eBay. Click '.
- 'here to check.', $url
+ 'here to check.', $url
)
);
}
diff --git a/Controller/Adminhtml/Ebay/Account/Edit.php b/Controller/Adminhtml/Ebay/Account/Edit.php
index fd441ea2e..3b35f9b46 100644
--- a/Controller/Adminhtml/Ebay/Account/Edit.php
+++ b/Controller/Adminhtml/Ebay/Account/Edit.php
@@ -23,11 +23,11 @@ public function execute()
return $this->_redirect('*/ebay_account');
}
- if ($id) {
- $this->getHelper('Data\GlobalData')->setValue('license_message', $this->getLicenseMessage($account));
+ if (!is_null($account)) {
+ $this->addLicenseMessage($account);
}
- $this->getHelper('Data\GlobalData')->setValue('temp_data', $account);
+ $this->getHelper('Data\GlobalData')->setValue('edit_account', $account);
$headerTextEdit = $this->__('Edit Account');
$headerTextAdd = $this->__('Add Account');
@@ -44,15 +44,15 @@ public function execute()
$this->addLeft($this->createBlock('Ebay\Account\Edit\Tabs'));
$this->addContent($this->createBlock('Ebay\Account\Edit'));
- $this->setComponentPageHelpLink('Accounts');
+ $this->setPageHelpLink('x/4gEtAQ');
return $this->getResultPage();
}
- private function getLicenseMessage(\Ess\M2ePro\Model\Account $account)
+ private function addLicenseMessage(\Ess\M2ePro\Model\Account $account)
{
try {
- $dispatcherObject = $this->modelFactory->getObject('Connector\Dispatcher');
+ $dispatcherObject = $this->modelFactory->getObject('M2ePro\Connector\Dispatcher');
$connectorObj = $dispatcherObject->getVirtualConnector('account','get','info', array(
'account' => $account->getChildObject()->getServerHash(),
'channel' => \Ess\M2ePro\Helper\Component\Ebay::NICK,
@@ -61,18 +61,19 @@ private function getLicenseMessage(\Ess\M2ePro\Model\Account $account)
$dispatcherObject->process($connectorObj);
$response = $connectorObj->getResponseData();
} catch (\Exception $e) {
- return '';
+ return;
}
if (!isset($response['info']['status']) || empty($response['info']['note'])) {
- return '';
+ return;
}
$status = (bool)$response['info']['status'];
$note = $response['info']['note'];
if ($status) {
- return 'MagentoMessageObj.addNotice(\''.$note.'\');';
+ $this->addExtendedNoticeMessage($note);
+ return;
}
$errorMessage = $this->__(
@@ -80,6 +81,6 @@ private function getLicenseMessage(\Ess\M2ePro\Model\Account $account)
array('error_message' => $note)
);
- return 'MagentoMessageObj.addError(\''.$errorMessage.'\');';
+ $this->addExtendedErrorMessage($errorMessage);
}
}
\ No newline at end of file
diff --git a/Controller/Adminhtml/Ebay/Account/Feedback/GetGrid.php b/Controller/Adminhtml/Ebay/Account/Feedback/GetGrid.php
new file mode 100644
index 000000000..1f60b7d9b
--- /dev/null
+++ b/Controller/Adminhtml/Ebay/Account/Feedback/GetGrid.php
@@ -0,0 +1,24 @@
+getRequest()->getParam('id');
+
+ if (empty($id)) {
+ $this->setAjaxContent('You should provide correct parameters.', false);
+ return $this->getResult();
+ }
+
+ $response = $this->createBlock('Ebay\Account\Feedback\Grid')->toHtml();
+
+ $this->setAjaxContent($response);
+
+ return $this->getResult();
+ }
+}
\ No newline at end of file
diff --git a/Controller/Adminhtml/Ebay/Account/Feedback/GetPopup.php b/Controller/Adminhtml/Ebay/Account/Feedback/GetPopup.php
new file mode 100644
index 000000000..d5fcb50f1
--- /dev/null
+++ b/Controller/Adminhtml/Ebay/Account/Feedback/GetPopup.php
@@ -0,0 +1,26 @@
+getRequest()->getParam('id');
+ $account = $this->ebayFactory->getObjectLoaded('Account', $id, NULL, false);
+
+ if (empty($id) || is_null($account)) {
+ $this->setAjaxContent('Account not found.', false);
+ return $this->getResult();
+ }
+
+ $this->setJsonContent([
+ 'html' => $this->createBlock('Ebay\Account\Feedback')->toHtml(),
+ 'title' => $this->__('Feedback for account "%account_title%"', $account->getTitle())
+ ]);
+
+ return $this->getResult();
+ }
+}
\ No newline at end of file
diff --git a/Controller/Adminhtml/Ebay/Account/Feedback/GetSendResponseForm.php b/Controller/Adminhtml/Ebay/Account/Feedback/GetSendResponseForm.php
new file mode 100644
index 000000000..b90d5098e
--- /dev/null
+++ b/Controller/Adminhtml/Ebay/Account/Feedback/GetSendResponseForm.php
@@ -0,0 +1,33 @@
+getRequest()->getParam('feedback_Id');
+ /** @var \Ess\M2ePro\Model\Ebay\Feedback $feedback */
+ $feedback = $this->activeRecordFactory->getObjectLoaded('Ebay\Feedback', $feedbackId, NULL, false);
+
+ if (empty($feedbackId) || is_null($feedback)) {
+ $this->setAjaxContent('You should provide correct parameters.', false);
+ return $this->getResult();
+ }
+
+ $this->getHelper('Data\GlobalData')->setValue('feedback', $feedback);
+
+ $form = $this->createBlock('Ebay\Account\Feedback\SendResponseForm')->toHtml();
+
+ $title = $this->__('Send Response For Feedback (Item ID: %item_id%)', $feedback->getEbayItemId());
+
+ $this->setJsonContent([
+ 'html' => $form,
+ 'title' => $title
+ ]);
+
+ return $this->getResult();
+ }
+}
\ No newline at end of file
diff --git a/Controller/Adminhtml/Ebay/Account/Feedback/SendResponse.php b/Controller/Adminhtml/Ebay/Account/Feedback/SendResponse.php
new file mode 100644
index 000000000..88b11447f
--- /dev/null
+++ b/Controller/Adminhtml/Ebay/Account/Feedback/SendResponse.php
@@ -0,0 +1,35 @@
+getRequest()->getParam('feedback_id');
+ $feedbackText = $this->getRequest()->getParam('feedback_text');
+
+ /** @var \Ess\M2ePro\Model\Ebay\Feedback $feedback */
+ $feedback = $this->activeRecordFactory->getObjectLoaded('Ebay\Feedback', $feedbackId, NULL, false);
+
+ if (empty($feedbackId) || is_null($feedback)) {
+ $this->setAjaxContent('You should provide correct parameters.', false);
+ return $this->getResult();
+ }
+
+ $feedbackText = strip_tags($feedbackText);
+
+ $result = $feedback->sendResponse($feedbackText, \Ess\M2ePro\Model\Ebay\Feedback::TYPE_POSITIVE);
+
+ $this->setJsonContent([
+ 'type' => $result ? 'success' : 'error',
+ 'text' => $result ?
+ $this->__('Feedback has been successfully sent.') :
+ $this->__('Feedback was not sent.')
+ ]);
+
+ return $this->getResult();
+ }
+}
\ No newline at end of file
diff --git a/Controller/Adminhtml/Ebay/Account/Feedback/Template/Delete.php b/Controller/Adminhtml/Ebay/Account/Feedback/Template/Delete.php
new file mode 100644
index 000000000..7ee396206
--- /dev/null
+++ b/Controller/Adminhtml/Ebay/Account/Feedback/Template/Delete.php
@@ -0,0 +1,25 @@
+getRequest()->getParam('id');
+
+ /** @var \Ess\M2ePro\Model\Ebay\Feedback\Template $model */
+ $model = $this->activeRecordFactory->getObjectLoaded('Ebay\Feedback\Template', $id, NULL, false);
+
+ if (!is_null($model)) {
+ $model->delete();
+ }
+
+ $this->setJsonContent([
+ 'status' => true
+ ]);
+ return $this->getResult();
+ }
+}
\ No newline at end of file
diff --git a/Controller/Adminhtml/Ebay/Account/Feedback/Template/GetForm.php b/Controller/Adminhtml/Ebay/Account/Feedback/Template/GetForm.php
new file mode 100644
index 000000000..7b0b47525
--- /dev/null
+++ b/Controller/Adminhtml/Ebay/Account/Feedback/Template/GetForm.php
@@ -0,0 +1,27 @@
+getRequest()->getParam('id');
+ $model = $this->activeRecordFactory->getObjectLoaded('Ebay\Feedback\Template', $id, NULL, false);
+
+ $this->getHelper('Data\GlobalData')->setValue('edit_template', $model);
+
+ $form = $this->createBlock('Ebay\Account\Edit\Tabs\Feedback\Template\Form')->toHtml();
+
+ $title = is_null($model) ? $this->__('New Feedback Template') : $this->__('Editing Feedback Template');
+
+ $this->setJsonContent([
+ 'html' => $form,
+ 'title' => $title
+ ]);
+
+ return $this->getResult();
+ }
+}
\ No newline at end of file
diff --git a/Controller/Adminhtml/Ebay/Account/Feedback/Template/GetGrid.php b/Controller/Adminhtml/Ebay/Account/Feedback/Template/GetGrid.php
new file mode 100644
index 000000000..0d01ecae7
--- /dev/null
+++ b/Controller/Adminhtml/Ebay/Account/Feedback/Template/GetGrid.php
@@ -0,0 +1,20 @@
+getRequest()->getParam('id');
+ $model = $this->ebayFactory->getObjectLoaded('Account', $id);
+
+ $this->getHelper('Data\GlobalData')->setValue('edit_account', $model);
+
+ $this->setAjaxContent($this->createBlock('Ebay\Account\Edit\Tabs\Feedback\Template\Grid'));
+
+ return $this->getResult();
+ }
+}
\ No newline at end of file
diff --git a/Controller/Adminhtml/Ebay/Account/Feedback/Template/Save.php b/Controller/Adminhtml/Ebay/Account/Feedback/Template/Save.php
new file mode 100644
index 000000000..240d4ec2d
--- /dev/null
+++ b/Controller/Adminhtml/Ebay/Account/Feedback/Template/Save.php
@@ -0,0 +1,47 @@
+getRequest()->getPost()) {
+ return $this->getResult();
+ }
+
+ $id = $this->getRequest()->getParam('id');
+
+ // Base prepare
+ // ---------------------------------------
+ $data = array();
+
+ $keys = array(
+ 'account_id',
+ 'body'
+ );
+
+ foreach ($keys as $key) {
+ if (isset($post[$key])) {
+ $data[$key] = $post[$key];
+ }
+ }
+
+ /** @var \Ess\M2ePro\Model\Ebay\Feedback\Template $model */
+ $model = $this->activeRecordFactory->getObjectLoaded('Ebay\Feedback\Template', $id, NULL, false);
+
+ if (is_null($model)) {
+ /** @var \Ess\M2ePro\Model\Ebay\Feedback\Template $model */
+ $model = $this->activeRecordFactory->getObject('Ebay\Feedback\Template');
+ }
+
+ $model->addData($data)->save();
+
+ $this->setJsonContent([
+ 'status' => true
+ ]);
+ return $this->getResult();
+ }
+}
\ No newline at end of file
diff --git a/Controller/Adminhtml/Ebay/Account/Index.php b/Controller/Adminhtml/Ebay/Account/Index.php
index f90a30fac..6a8fd7b4f 100644
--- a/Controller/Adminhtml/Ebay/Account/Index.php
+++ b/Controller/Adminhtml/Ebay/Account/Index.php
@@ -9,7 +9,7 @@ class Index extends Account
public function execute()
{
$this->addContent($this->createBlock('Ebay\Account'));
- $this->setComponentPageHelpLink('Accounts');
+ $this->setPageHelpLink('x/4gEtAQ');
$this->getResultPage()->getConfig()->getTitle()->prepend($this->__('Accounts'));
return $this->getResultPage();
diff --git a/Controller/Adminhtml/Ebay/Category/GetChooserEditHtml.php b/Controller/Adminhtml/Ebay/Category/GetChooserEditHtml.php
index f80dc0d4c..eeafd9d69 100644
--- a/Controller/Adminhtml/Ebay/Category/GetChooserEditHtml.php
+++ b/Controller/Adminhtml/Ebay/Category/GetChooserEditHtml.php
@@ -20,7 +20,6 @@ public function execute()
$accountId = $this->getRequest()->getParam('account_id');
// ---------------------------------------
- // TODO move to block $data param
$this->getHelper('Data\GlobalData')->setValue('chooser_category_type', $categoryType);
// ---------------------------------------
diff --git a/Controller/Adminhtml/Ebay/Listing/AutoAction/GetCategorySpecificHtml.php b/Controller/Adminhtml/Ebay/Listing/AutoAction/GetCategorySpecificHtml.php
index 5f9363941..149be54e3 100644
--- a/Controller/Adminhtml/Ebay/Listing/AutoAction/GetCategorySpecificHtml.php
+++ b/Controller/Adminhtml/Ebay/Listing/AutoAction/GetCategorySpecificHtml.php
@@ -1,9 +1,9 @@
getResultPage()->getConfig()->getTitle()->prepend($this->__('New Listing Creation'));
- $this->setComponentPageHelpLink('New+Listing+Creation');
+ $this->setPageHelpLink('x/OQItAQ');
return $this->getResult();
}
@@ -302,7 +302,6 @@ private function createListing()
$data['marketplace_id'] = $this->getSessionValue('marketplace_id');
$data['store_id'] = $this->getSessionValue('store_id');
- // TODO move getAllTemplates in to helper
$templateManager = $this->modelFactory->getObject('Ebay\Template\Manager');
foreach ($templateManager->getAllTemplates() as $nick) {
diff --git a/Controller/Adminhtml/Ebay/Listing/DeleteTemplateFromListingProduct.php b/Controller/Adminhtml/Ebay/Listing/DeleteTemplateFromListingProduct.php
deleted file mode 100644
index b8af1aa3a..000000000
--- a/Controller/Adminhtml/Ebay/Listing/DeleteTemplateFromListingProduct.php
+++ /dev/null
@@ -1,78 +0,0 @@
-templateManager = $templateManager;
- parent::__construct($ebayFactory, $context);
- }
-
- //########################################
-
- public function execute()
- {
- // ---------------------------------------
- $id = (int)$this->getRequest()->getParam('id');
- $nick = $this->getRequest()->getParam('nick');
- // ---------------------------------------
-
- $listingProduct = $this->ebayFactory->getObjectLoaded('Listing\Product', $id, NULL, false);
- $allTemplates = $this->templateManager->getAllTemplates();
-
- if (is_null($listingProduct) || !in_array($nick, $allTemplates)) {
- $this->setAjaxContent(json_encode([
- 'success' => false
- ]), false);
- return $this->getResult();
- }
-
- $templateMode = $listingProduct->getChildObject()->getData('template_'.$nick.'_mode');
-
- if ($templateMode == \Ess\M2ePro\Model\Ebay\Template\Manager::MODE_PARENT) {
- $this->setAjaxContent(json_encode([
- 'success' => true
- ]), false);
- return $this->getResult();
- }
-
- $listingProduct->getChildObject()->setData(
- 'template_'.$nick.'_mode', \Ess\M2ePro\Model\Ebay\Template\Manager::MODE_PARENT
- );
-
- if ($templateMode == \Ess\M2ePro\Model\Ebay\Template\Manager::MODE_CUSTOM) {
-
- $listingProduct->getChildObject()->setData('template_'.$nick.'_custom_id', NULL);
-
- } else if ($templateMode == \Ess\M2ePro\Model\Ebay\Template\Manager::MODE_TEMPLATE) {
-
- $listingProduct->getChildObject()->setData('template_'.$nick.'_id', NULL);
- }
-
- $listingProduct->save();
-
- $this->setAjaxContent(json_encode([
- 'success' => true
- ]), false);
- return $this->getResult();
- }
-
- //########################################
-}
\ No newline at end of file
diff --git a/Controller/Adminhtml/Ebay/Listing/GetCategoryChooserHtml.php b/Controller/Adminhtml/Ebay/Listing/GetCategoryChooserHtml.php
index b1817529f..7454201c7 100644
--- a/Controller/Adminhtml/Ebay/Listing/GetCategoryChooserHtml.php
+++ b/Controller/Adminhtml/Ebay/Listing/GetCategoryChooserHtml.php
@@ -16,7 +16,7 @@ public function execute()
{
// ---------------------------------------
$listingId = $this->getRequest()->getParam('id');
- $listingProductIds = $this->getRequestIds();
+ $listingProductIds = $this->getRequestIds('product_id');
$listing = $this->ebayFactory->getCachedObjectLoaded('Listing', $listingId);
// ---------------------------------------
diff --git a/Controller/Adminhtml/Ebay/Listing/GetEstimatedFees.php b/Controller/Adminhtml/Ebay/Listing/GetEstimatedFees.php
new file mode 100644
index 000000000..ddd23601c
--- /dev/null
+++ b/Controller/Adminhtml/Ebay/Listing/GetEstimatedFees.php
@@ -0,0 +1,112 @@
+getRequest()->getParam('listing_id');
+ $listingProductId = $this->getRequest()->getParam('listing_product_id');
+ // ---------------------------------------
+
+ if (empty($listingProductId)) {
+ $this->setAjaxContent('You should provide correct parameters.', false);
+ return $this->getResult();
+ }
+
+ // ---------------------------------------
+ $listingProductCollection = $this->ebayFactory->getObject('Listing\Product')->getCollection();
+ $listingProductCollection->addFieldToFilter('listing_id', $listingId);
+ $listingProductCollection->addFieldToFilter('status', array('in' => array(
+ \Ess\M2ePro\Model\Listing\Product::STATUS_NOT_LISTED,
+ \Ess\M2ePro\Model\Listing\Product::STATUS_STOPPED,
+ \Ess\M2ePro\Model\Listing\Product::STATUS_FINISHED,
+ \Ess\M2ePro\Model\Listing\Product::STATUS_SOLD,
+ \Ess\M2ePro\Model\Listing\Product::STATUS_BLOCKED,
+ )));
+ $listingProductCollection->setPageSize(3);
+ $listingProductCollection->addFieldToFilter('id', $listingProductId);
+
+ $listingProductCollection->load();
+ // ---------------------------------------
+
+ // ---------------------------------------
+ if ($listingProductCollection->count() == 0) {
+ $this->setJsonContent(['error' => true]);
+ return $this->getResult();
+ }
+ // ---------------------------------------
+
+ $fees = $errors = array();
+ $sourceProduct = NULL;
+
+ foreach ($listingProductCollection as $product) {
+
+ $fees = array();
+
+ $params = array(
+ 'status_changer' => \Ess\M2ePro\Model\Listing\Product::STATUS_CHANGER_USER,
+ 'logs_action_id' => $this->activeRecordFactory->getObject('Listing\Log')->getNextActionId()
+ );
+
+ $dispatcher = $this->modelFactory->getObject('Ebay\Connector\Dispatcher');
+
+ /** @var \Ess\M2ePro\Model\Ebay\Connector\Item\Verify\SingleRequester $connector */
+ $connector = $dispatcher->getCustomConnector('Ebay\Connector\Item\Verify\SingleRequester', $params);
+ $connector->setListingProduct($product);
+
+ try {
+ $connector->process();
+ $fees = $connector->getPreparedResponseData();
+ } catch (\Exception $exception) {
+ $this->getHelper('Module\Exception')->process($exception);
+ }
+
+ if (!empty($fees)) {
+ $sourceProduct = $product;
+ break;
+ }
+
+ $currentErrors = $connector->getLogger()->getStoredMessages();
+
+ if (count($currentErrors) > 0) {
+ $errors = $currentErrors;
+ }
+ }
+
+ // ---------------------------------------
+ if (empty($fees)) {
+ if (empty($errors)) {
+ $this->setJsonContent(['error' => true]);
+ } else {
+ $errorsBlock = $this->createBlock('Ebay\Listing\View\Ebay\Fee\Errors');
+ $errorsBlock->setData('errors', $errors);
+
+ $this->setJsonContent([
+ 'title' => $this->__(
+ 'Estimated Fee Details For Product: "%title%"', $sourceProduct->getMagentoProduct()->getName()
+ ),
+ 'html' => $errorsBlock->toHtml()
+ ]);
+ }
+ return $this->getResult();
+ }
+ // ---------------------------------------
+
+ $details = $this->createBlock('Ebay\Listing\View\Ebay\Fee\Details');
+ $details->setData('fees', $fees);
+ $details->setData('product_name', $sourceProduct->getMagentoProduct()->getName());
+
+ $this->setJsonContent([
+ 'title' => $this->__(
+ 'Estimated Fee Details For Product: "%title%"', $sourceProduct->getMagentoProduct()->getName()
+ ),
+ 'html' => $details->toHtml()
+ ]);
+ return $this->getResult();
+ }
+}
\ No newline at end of file
diff --git a/Controller/Adminhtml/Ebay/Listing/Index.php b/Controller/Adminhtml/Ebay/Listing/Index.php
index a246dea13..06b494dd1 100644
--- a/Controller/Adminhtml/Ebay/Listing/Index.php
+++ b/Controller/Adminhtml/Ebay/Listing/Index.php
@@ -15,7 +15,7 @@ public function execute()
$this->addContent($this->createBlock('Ebay\Listing'));
$this->getResultPage()->getConfig()->getTitle()->prepend($this->__('M2E Pro Listings'));
- $this->setComponentPageHelpLink('M2E+Pro+Listings');
+ $this->setPageHelpLink('x/7gEtAQ');
return $this->getResult();
}
diff --git a/Controller/Adminhtml/Ebay/Listing/Log/Index.php b/Controller/Adminhtml/Ebay/Listing/Log/Index.php
index ea8ffff28..c8f4a3537 100644
--- a/Controller/Adminhtml/Ebay/Listing/Log/Index.php
+++ b/Controller/Adminhtml/Ebay/Listing/Log/Index.php
@@ -30,7 +30,7 @@ public function execute()
);
} else {
- // todo Remove when Mageto fix Horizontal Tabs bug
+ // Remove when Mageto fix Horizontal Tabs bug
if ($this->getRequest()->isXmlHttpRequest()) {
return $this->_redirect('*/*/grid');
}
diff --git a/Controller/Adminhtml/Ebay/Listing/Other/Index.php b/Controller/Adminhtml/Ebay/Listing/Other/Index.php
index ebb9f6221..8874a21ca 100644
--- a/Controller/Adminhtml/Ebay/Listing/Other/Index.php
+++ b/Controller/Adminhtml/Ebay/Listing/Other/Index.php
@@ -8,7 +8,7 @@ public function execute()
{
$this->addContent($this->createBlock('Ebay\Listing\Other'));
$this->getResultPage()->getConfig()->getTitle()->prepend($this->__('3rd Party Listings'));
- $this->setComponentPageHelpLink('3rd+Party+Listings');
+ $this->setPageHelpLink('x/7AEtAQ');
return $this->getResult();
}
diff --git a/Controller/Adminhtml/Ebay/Listing/Other/Log/Index.php b/Controller/Adminhtml/Ebay/Listing/Other/Log/Index.php
index 9aa8672ec..9028862c1 100644
--- a/Controller/Adminhtml/Ebay/Listing/Other/Log/Index.php
+++ b/Controller/Adminhtml/Ebay/Listing/Other/Log/Index.php
@@ -37,7 +37,7 @@ public function execute()
));
} else {
- // todo Remove when Mageto fix Horizontal Tabs bug
+ // Remove when Mageto fix Horizontal Tabs bug
if ($this->getRequest()->isXmlHttpRequest()) {
return $this->_redirect('*/*/grid');
}
diff --git a/Controller/Adminhtml/Ebay/Listing/PreviewItems.php b/Controller/Adminhtml/Ebay/Listing/PreviewItems.php
new file mode 100644
index 000000000..50e7204bb
--- /dev/null
+++ b/Controller/Adminhtml/Ebay/Listing/PreviewItems.php
@@ -0,0 +1,24 @@
+addContent(
+ $this->createBlock('Ebay\Listing\Preview')
+ );
+
+ $this->getResultPage()->getConfig()->getTitle()->prepend(
+ $this->__('Preview Items')
+ );
+
+ return $this->getResult();
+ }
+}
\ No newline at end of file
diff --git a/Controller/Adminhtml/Ebay/Listing/Product/Add/Index.php b/Controller/Adminhtml/Ebay/Listing/Product/Add/Index.php
index c6e8a65ad..c9ea1e89e 100644
--- a/Controller/Adminhtml/Ebay/Listing/Product/Add/Index.php
+++ b/Controller/Adminhtml/Ebay/Listing/Product/Add/Index.php
@@ -25,7 +25,6 @@ public function execute()
switch ($step) {
case 1:
return $this->stepOne();
- break;
}
return $this->_redirect('*/*/index', array('_current' => true,'step' => 1));
@@ -38,11 +37,9 @@ private function stepOne()
switch ($this->getRequest()->getParam('source')) {
case \Ess\M2ePro\Block\Adminhtml\Ebay\Listing\Product\Add\SourceMode::MODE_PRODUCT:
return $this->stepOneSourceProducts();
- break;
case \Ess\M2ePro\Block\Adminhtml\Ebay\Listing\Product\Add\SourceMode::MODE_CATEGORY:
return $this->stepOneSourceCategories();
- break;
}
return $this->_redirect('*/*/sourceMode', array('_current' => true));
@@ -68,6 +65,11 @@ private function stepOneSourceProducts()
}
}
+ // Set rule model
+ // ---------------------------------------
+ $this->setRuleData('ebay_product_add_step_one');
+ // ---------------------------------------
+
// Set Hide Products In Other Listings
// ---------------------------------------
$prefix = $this->getHideProductsInOtherListingsPrefix();
@@ -87,7 +89,7 @@ private function stepOneSourceProducts()
return $this->getResult();
}
- $this->setComponentPageHelpLink('Adding+Product+from+the+List');
+ $this->setPageHelpLink('x/jgItAQ');
$this->getResultPage()->getConfig()->getTitle()->prepend($this->__('Select Magento Products'));
$this->addContent($this->createBlock('Ebay\Listing\Product\Add'));
@@ -99,6 +101,11 @@ private function stepOneSourceCategories()
{
$this->setWizardStep('productSelection');
+ // Set rule model
+ // ---------------------------------------
+ $this->setRuleData('ebay_product_add_step_one');
+ // ---------------------------------------
+
// Set Hide Products In Other Listings
// ---------------------------------------
$prefix = $this->getHideProductsInOtherListingsPrefix();
@@ -131,7 +138,7 @@ private function stepOneSourceCategories()
return $this->getResult();
}
- $this->setComponentPageHelpLink('Adding+Products+from+Category');
+ $this->setPageHelpLink('x/9QMtAQ');
$this->getResultPage()->getConfig()->getTitle()->prepend($this->__('Select Magento Products'));
@@ -187,4 +194,38 @@ private function clear()
}
//########################################
+
+ protected function setRuleData($prefix)
+ {
+ $listingData = $this->getHelper('Data\GlobalData')->getValue('listing_for_products_add');
+
+ $storeId = isset($listingData['store_id']) ? (int)$listingData['store_id'] : 0;
+ $prefix .= isset($listingData['id']) ? '_'.$listingData['id'] : '';
+ $this->getHelper('Data\GlobalData')->setValue('rule_prefix', $prefix);
+
+ $ruleModel = $this->activeRecordFactory->getObject('Magento\Product\Rule')->setData(
+ [
+ 'prefix' => $prefix,
+ 'store_id' => $storeId,
+ ]
+ );
+
+ $ruleParam = $this->getRequest()->getPost('rule');
+ if (!empty($ruleParam)) {
+ $this->getHelper('Data\Session')->setValue(
+ $prefix, $ruleModel->getSerializedFromPost($this->getRequest()->getPostValue())
+ );
+ } elseif (!is_null($ruleParam)) {
+ $this->getHelper('Data\Session')->setValue($prefix, []);
+ }
+
+ $sessionRuleData = $this->getHelper('Data\Session')->getValue($prefix);
+ if (!empty($sessionRuleData)) {
+ $ruleModel->loadFromSerialized($sessionRuleData);
+ }
+
+ $this->getHelper('Data\GlobalData')->setValue('rule_model', $ruleModel);
+ }
+
+ //########################################
}
\ No newline at end of file
diff --git a/Controller/Adminhtml/Ebay/Listing/Product/Add/SourceMode.php b/Controller/Adminhtml/Ebay/Listing/Product/Add/SourceMode.php
index d4cd45767..0d5cdaa64 100644
--- a/Controller/Adminhtml/Ebay/Listing/Product/Add/SourceMode.php
+++ b/Controller/Adminhtml/Ebay/Listing/Product/Add/SourceMode.php
@@ -36,7 +36,7 @@ public function execute()
$this->addContent($this->createBlock('Ebay\Listing\Product\Add\SourceMode'));
$this->getResultPage()->getConfig()->getTitle()->prepend($this->__('Add Magento Products'));
- $this->setComponentPageHelpLink('Add+Magento+Products');
+ $this->setPageHelpLink('x/dwItAQ');
return $this->getResult();
}
diff --git a/Controller/Adminhtml/Ebay/Listing/Product/Category/Settings/Index.php b/Controller/Adminhtml/Ebay/Listing/Product/Category/Settings/Index.php
index 990cd271b..b81747d2f 100644
--- a/Controller/Adminhtml/Ebay/Listing/Product/Category/Settings/Index.php
+++ b/Controller/Adminhtml/Ebay/Listing/Product/Category/Settings/Index.php
@@ -32,7 +32,6 @@ public function execute()
switch ($step) {
case 1:
return $this->stepOne();
- break;
case 2:
$action = 'stepTwo';
break;
@@ -119,7 +118,7 @@ private function stepOne()
$this->addContent($block);
$this->getResultPage()->getConfig()->getTitle()->prepend($this->__('Set eBay Categories'));
- $this->setComponentPageHelpLink('Set+eBay+Categories');
+ $this->setPageHelpLink('x/lAItAQ');
return $this->getResult();
}
@@ -405,7 +404,7 @@ private function stepThreeModeSame()
]);
$this->getResultPage()->getConfig()->getTitle()->prepend($this->__('Set eBay Specifics'));
- $this->setComponentPageHelpLink('Set+Item+Specifics');
+ $this->setPageHelpLink('x/7gMtAQ');
$this->addContent($specificBlock);
@@ -475,7 +474,7 @@ private function stepThree()
$wrapper->setChild('specific', $this->getSpecificBlock());
$this->getResultPage()->getConfig()->getTitle()->prepend($this->__('Set eBay Specifics'));
- $this->setComponentPageHelpLink('Set+Item+Specifics');
+ $this->setPageHelpLink('x/7gMtAQ');
$this->addContent($wrapper);
diff --git a/Controller/Adminhtml/Ebay/Listing/Product/Category/Settings/StepTwoDeleteProductsModeProduct.php b/Controller/Adminhtml/Ebay/Listing/Product/Category/Settings/StepTwoDeleteProductsModeProduct.php
index bf8209936..1ba1085b3 100644
--- a/Controller/Adminhtml/Ebay/Listing/Product/Category/Settings/StepTwoDeleteProductsModeProduct.php
+++ b/Controller/Adminhtml/Ebay/Listing/Product/Category/Settings/StepTwoDeleteProductsModeProduct.php
@@ -29,8 +29,6 @@ public function execute()
$listing = $this->getListing();
- // TODO check redirects if empty added products
-
$listingProductAddIds = $listing->getChildObject()->getAddedListingProductsIds();
if (empty($listingProductAddIds)) {
return $this->getResult();
diff --git a/Controller/Adminhtml/Ebay/Listing/Product/Category/Settings/StepTwoModeCategoryValidate.php b/Controller/Adminhtml/Ebay/Listing/Product/Category/Settings/StepTwoModeCategoryValidate.php
index 55e32f840..f81fa18ad 100644
--- a/Controller/Adminhtml/Ebay/Listing/Product/Category/Settings/StepTwoModeCategoryValidate.php
+++ b/Controller/Adminhtml/Ebay/Listing/Product/Category/Settings/StepTwoModeCategoryValidate.php
@@ -42,7 +42,7 @@ public function execute()
$this->setJsonContent([
'validation' => $isValid,
'message' => $this->__(
- 'You have not selected the Primary eBay Category for some Magento Categories.'
+ 'You have not selected the eBay Catalog Primary Category for some Magento Categories.'
)
]);
diff --git a/Controller/Adminhtml/Ebay/Listing/SaveCategoryTemplate.php b/Controller/Adminhtml/Ebay/Listing/SaveCategoryTemplate.php
index 5a3984c72..d60ce1689 100644
--- a/Controller/Adminhtml/Ebay/Listing/SaveCategoryTemplate.php
+++ b/Controller/Adminhtml/Ebay/Listing/SaveCategoryTemplate.php
@@ -96,7 +96,6 @@ private function assignTemplatesToProducts($categoryTemplateId, $otherCategoryTe
);
$snapshots[$listingProduct->getId()] = $dataSnapshot;
- //TODO
$listingProduct->setData('template_category_id', $categoryTemplateId);
$listingProduct->setData('template_other_category_id', $otherCategoryTemplateId);
$listingProduct->getChildObject()->setData('template_category_id', $categoryTemplateId);
diff --git a/Controller/Adminhtml/Ebay/Listing/Search/Index.php b/Controller/Adminhtml/Ebay/Listing/Search/Index.php
index 59ca0493f..a9963d22c 100644
--- a/Controller/Adminhtml/Ebay/Listing/Search/Index.php
+++ b/Controller/Adminhtml/Ebay/Listing/Search/Index.php
@@ -20,7 +20,7 @@ public function execute()
$this->addContent($this->createBlock('Ebay\Listing\Search'));
$this->getResultPage()->getConfig()->getTitle()->prepend($this->__('Search Products'));
- $this->setComponentPageHelpLink('Search+Products');
+ $this->setPageHelpLink('x/6gEtAQ');
return $this->getResult();
}
diff --git a/Controller/Adminhtml/Ebay/Listing/View.php b/Controller/Adminhtml/Ebay/Listing/View.php
index 65f6147d7..7e4f9a693 100644
--- a/Controller/Adminhtml/Ebay/Listing/View.php
+++ b/Controller/Adminhtml/Ebay/Listing/View.php
@@ -13,14 +13,13 @@ public function execute()
$this->getHelper('Data\GlobalData')->setValue('view_listing', $listing);
- // TODO NOT SUPPORTED FEATURES "Advanced search"
-// // Set rule model
-// // ---------------------------------------
-// $this->setRuleData('ebay_rule_view_listing');
-// // ---------------------------------------
+ // Set rule model
+ // ---------------------------------------
+ $this->setRuleData('ebay_rule_view_listing');
+ // ---------------------------------------
$this->setAjaxContent(
- $this->getLayout()->createBlock('Ess\M2ePro\Block\Adminhtml\Ebay\Listing\View')->getGridHtml()
+ $this->createBlock('Ebay\Listing\View')->getGridHtml()
);
return $this->getResult();
}
@@ -62,11 +61,10 @@ public function execute()
$this->getHelper('Data\GlobalData')->setValue('view_listing', $listing);
- // TODO NOT SUPPORTED FEATURES "Advanced search"
-// // Set rule model
-// // ---------------------------------------
-// $this->setRuleData('ebay_rule_view_listing');
-// // ---------------------------------------
+ // Set rule model
+ // ---------------------------------------
+ $this->setRuleData('ebay_rule_view_listing');
+ // ---------------------------------------
$this->getResultPage()->getConfig()->getTitle()->prepend(
$this->__('M2E Pro Listing "%listing_title%"', $listing->getTitle())
@@ -76,4 +74,38 @@ public function execute()
return $this->getResult();
}
+
+ //########################################
+
+ protected function setRuleData($prefix)
+ {
+ $listingData = $this->getHelper('Data\GlobalData')->getValue('view_listing');
+
+ $storeId = isset($listingData['store_id']) ? (int)$listingData['store_id'] : 0;
+ $prefix .= isset($listingData['id']) ? '_'.$listingData['id'] : '';
+ $this->getHelper('Data\GlobalData')->setValue('rule_prefix', $prefix);
+
+ $ruleModel = $this->activeRecordFactory->getObject('Ebay\Magento\Product\Rule')->setData(
+ [
+ 'prefix' => $prefix,
+ 'store_id' => $storeId,
+ ]
+ );
+
+ $ruleParam = $this->getRequest()->getPost('rule');
+ if (!empty($ruleParam)) {
+ $this->getHelper('Data\Session')->setValue(
+ $prefix, $ruleModel->getSerializedFromPost($this->getRequest()->getPostValue())
+ );
+ } elseif (!is_null($ruleParam)) {
+ $this->getHelper('Data\Session')->setValue($prefix, []);
+ }
+
+ $sessionRuleData = $this->getHelper('Data\Session')->getValue($prefix);
+ if (!empty($sessionRuleData)) {
+ $ruleModel->loadFromSerialized($sessionRuleData);
+ }
+
+ $this->getHelper('Data\GlobalData')->setValue('rule_model', $ruleModel);
+ }
}
\ No newline at end of file
diff --git a/Controller/Adminhtml/Ebay/Main.php b/Controller/Adminhtml/Ebay/Main.php
index 0281617c8..737a9d588 100644
--- a/Controller/Adminhtml/Ebay/Main.php
+++ b/Controller/Adminhtml/Ebay/Main.php
@@ -47,14 +47,9 @@ protected function initResultPage()
$this->getHelper('View\Ebay')->getTitle()
);
- $this->getResultPage()->setActiveMenu(\Ess\M2ePro\Helper\View\Ebay::MENU_ROOT_NODE_NICK);
- }
-
- //########################################
-
- protected function setComponentPageHelpLink($view = NULL)
- {
- $this->setPageHelpLink(\Ess\M2ePro\Helper\Component\Ebay::NICK, $view);
+ if ($this->getLayoutType() != self::LAYOUT_BLANK) {
+ $this->getResultPage()->setActiveMenu(\Ess\M2ePro\Helper\View\Ebay::MENU_ROOT_NODE_NICK);
+ }
}
//########################################
diff --git a/Controller/Adminhtml/Ebay/Marketplace/Index.php b/Controller/Adminhtml/Ebay/Marketplace/Index.php
index f462fd709..7d3721821 100644
--- a/Controller/Adminhtml/Ebay/Marketplace/Index.php
+++ b/Controller/Adminhtml/Ebay/Marketplace/Index.php
@@ -18,7 +18,7 @@ public function execute()
{
$this->addContent($this->createBlock('Ebay\Marketplace'));
$this->getResultPage()->getConfig()->getTitle()->prepend($this->__('Marketplaces'));
- $this->setComponentPageHelpLink('Marketplaces');
+ $this->setPageHelpLink('x/4AEtAQ');
return $this->getResult();
}
diff --git a/Controller/Adminhtml/Ebay/Order/CreateMagentoOrder.php b/Controller/Adminhtml/Ebay/Order/CreateMagentoOrder.php
index 5b2c69a12..24d66b63a 100644
--- a/Controller/Adminhtml/Ebay/Order/CreateMagentoOrder.php
+++ b/Controller/Adminhtml/Ebay/Order/CreateMagentoOrder.php
@@ -35,7 +35,7 @@ public function execute()
} catch (\Exception $e) {
$message = $this->__(
'Magento Order was not created. Reason: %error_message%',
- $this->activeRecordFactory->getObject('Log\AbstractLog')->decodeDescription($e->getMessage())
+ $this->getHelper('Module\Log')->decodeDescription($e->getMessage())
);
$this->messageManager->addError($message);
}
diff --git a/Controller/Adminhtml/Ebay/Order/Index.php b/Controller/Adminhtml/Ebay/Order/Index.php
index fcfe1a7ee..cb38b2f77 100644
--- a/Controller/Adminhtml/Ebay/Order/Index.php
+++ b/Controller/Adminhtml/Ebay/Order/Index.php
@@ -10,7 +10,7 @@ public function execute()
{
$this->init();
$this->addContent($this->createBlock('Ebay\Order'));
- $this->setComponentPageHelpLink('Sales');
+ $this->setPageHelpLink('x/ngEtAQ');
return $this->getResultPage();
}
diff --git a/Controller/Adminhtml/Ebay/Order/MarkAsCancelled.php b/Controller/Adminhtml/Ebay/Order/MarkAsCancelled.php
index 408891231..1bf003139 100644
--- a/Controller/Adminhtml/Ebay/Order/MarkAsCancelled.php
+++ b/Controller/Adminhtml/Ebay/Order/MarkAsCancelled.php
@@ -8,8 +8,6 @@ class MarkAsCancelled extends Order
{
public function execute()
{
- // TODO NOT SUPPORTED FEATURES
-
if ($this->sendInStorePickupNotifications('cancelled')) {
$this->messageManager->addSuccess(
$this->__('Orders were successfully marked as Cancelled.')
diff --git a/Controller/Adminhtml/Ebay/Settings/Index.php b/Controller/Adminhtml/Ebay/Settings/Index.php
index dec59fb2b..e1b9edbff 100644
--- a/Controller/Adminhtml/Ebay/Settings/Index.php
+++ b/Controller/Adminhtml/Ebay/Settings/Index.php
@@ -43,7 +43,7 @@ public function execute()
$this->addLeft($tabsBlock);
$this->addContent($this->createBlock('Ebay\Settings'));
- $this->setComponentPageHelpLink('Settings');
+ $this->setPageHelpLink('x/0AEtAQ');
$this->getResult()->getConfig()->getTitle()->prepend($this->__('Settings'));
diff --git a/Controller/Adminhtml/Ebay/Synchronization/RunAllEnabledNow.php b/Controller/Adminhtml/Ebay/Synchronization/RunAllEnabledNow.php
index a1c5196fa..9bf80264c 100644
--- a/Controller/Adminhtml/Ebay/Synchronization/RunAllEnabledNow.php
+++ b/Controller/Adminhtml/Ebay/Synchronization/RunAllEnabledNow.php
@@ -10,7 +10,7 @@
use Ess\M2ePro\Controller\Adminhtml\Ebay\Settings;
-class runAllEnabledNow extends Settings
+class RunAllEnabledNow extends Settings
{
//########################################
diff --git a/Controller/Adminhtml/Ebay/Synchronization/SynchCheckProcessingNow.php b/Controller/Adminhtml/Ebay/Synchronization/SynchCheckProcessingNow.php
index 46c2046bf..e09252d65 100644
--- a/Controller/Adminhtml/Ebay/Synchronization/SynchCheckProcessingNow.php
+++ b/Controller/Adminhtml/Ebay/Synchronization/SynchCheckProcessingNow.php
@@ -24,13 +24,11 @@ public function execute()
->getSize();
// M2ePro_TRANSLATIONS
- // eBay 3rd Party Listings are being downloaded now. They will be available soon in %menu_root%. You can continue working with M2E Pro.
+ // eBay 3rd Party Listings are being downloaded now. You can continue working with M2E Pro.
if ($synchronizationEbayOtherListingsProcessing > 0) {
$warningMessages[] = $this->__(
'eBay 3rd Party Listings are being downloaded now. ' .
- 'They will be available soon in %menu_root%. ' .
'You can continue working with M2E Pro.'
-// todo Mage::helper('M2ePro/View_Ebay')->getPageNavigationPath('listings', '3rd Party')
);
}
diff --git a/Controller/Adminhtml/Ebay/Template/Delete.php b/Controller/Adminhtml/Ebay/Template/Delete.php
index 46151892a..816d784c6 100644
--- a/Controller/Adminhtml/Ebay/Template/Delete.php
+++ b/Controller/Adminhtml/Ebay/Template/Delete.php
@@ -1,9 +1,9 @@
phpEnvironmentRequest = $phpEnvironmentRequest;
+ $this->productModel = $productModel;
+
+ parent::__construct($templateManager, $ebayFactory, $context);
+ }
+
+ protected function isMagentoProductExists($id)
+ {
+ $productCollection = $this->productModel
+ ->getCollection()
+ ->addIdFilter($id);
+
+ return (bool)$productCollection->getSize();
+ }
+}
\ No newline at end of file
diff --git a/Controller/Adminhtml/Ebay/Template/Description/CheckMagentoProductId.php b/Controller/Adminhtml/Ebay/Template/Description/CheckMagentoProductId.php
new file mode 100644
index 000000000..d7fbcde9a
--- /dev/null
+++ b/Controller/Adminhtml/Ebay/Template/Description/CheckMagentoProductId.php
@@ -0,0 +1,19 @@
+getRequest()->getParam('product_id', -1);
+
+ $this->setJsonContent([
+ 'result' => $this->isMagentoProductExists($productId)
+ ]);
+
+ return $this->getResult();
+ }
+}
\ No newline at end of file
diff --git a/Controller/Adminhtml/Ebay/Template/Description/GetRandomMagentoProductId.php b/Controller/Adminhtml/Ebay/Template/Description/GetRandomMagentoProductId.php
new file mode 100644
index 000000000..3af3b40d6
--- /dev/null
+++ b/Controller/Adminhtml/Ebay/Template/Description/GetRandomMagentoProductId.php
@@ -0,0 +1,66 @@
+ebayFactory->getObject('Listing\Product')->getCollection();
+
+ $offset = rand(0, $listingProductCollection->getSize() - 1);
+ $listingProductCollection
+ ->getSelect()
+ ->reset(\Zend_Db_Select::COLUMNS)
+ ->columns(['id', 'product_id'])
+ ->joinLeft(
+ ['ml' => $this->activeRecordFactory->getObject('Listing')->getResource()->getMainTable()],
+ '`ml`.`id` = `main_table`.`listing_id`',
+ ['store_id']
+ )
+ ->limit(1, $offset);
+
+ $storeId = $this->getRequest()->getPost('store_id', \Magento\Store\Model\Store::DEFAULT_STORE_ID);
+
+ /** @var \Ess\M2ePro\Model\Listing\Product $listingProduct */
+ $listingProduct = $listingProductCollection
+ ->addFieldToFilter('store_id', $storeId)
+ ->getFirstItem();
+
+ if (!is_null($listingProduct->getId())) {
+ $this->setJsonContent([
+ 'success' => true,
+ 'product_id' => $listingProduct->getProductId()
+ ]);
+ return $this->getResult();
+ }
+
+ $productCollection = $this->productModel->getCollection();
+
+ $offset = rand(0, $productCollection->getSize() - 1);
+ $productCollection
+ ->getSelect()
+ ->reset(\Zend_Db_Select::COLUMNS)
+ ->columns('entity_id')
+ ->limit(1, $offset);
+
+ /** @var \Magento\Catalog\Model\Product $product */
+ $product = $productCollection->getFirstItem();
+
+ if (!is_null($product->getId())) {
+ $this->setJsonContent([
+ 'success' => true,
+ 'product_id' => $product->getId()
+ ]);
+ } else {
+ $this->setJsonContent([
+ 'success' => false,
+ 'message' => $this->__('You don\'t have any products in Magento catalog.')
+ ]);
+ }
+
+ return $this->getResult();
+ }
+}
\ No newline at end of file
diff --git a/Controller/Adminhtml/Ebay/Template/Description/Preview.php b/Controller/Adminhtml/Ebay/Template/Description/Preview.php
index 6c5cf0cd9..a96b416c7 100644
--- a/Controller/Adminhtml/Ebay/Template/Description/Preview.php
+++ b/Controller/Adminhtml/Ebay/Template/Description/Preview.php
@@ -2,90 +2,83 @@
namespace Ess\M2ePro\Controller\Adminhtml\Ebay\Template\Description;
-use Ess\M2ePro\Controller\Adminhtml\Context;
-use Ess\M2ePro\Controller\Adminhtml\Ebay\Template;
+use Ess\M2ePro\Controller\Adminhtml\Ebay\Template\Description;
-class Preview extends Template
+class Preview extends Description
{
- protected $productModel;
-
- public function __construct(
- \Magento\Catalog\Model\Product $productModel,
- \Ess\M2ePro\Model\Ebay\Template\Manager $templateManager,
- \Ess\M2ePro\Model\ActiveRecord\Component\Parent\Ebay\Factory $ebayFactory,
- Context $context
- )
- {
- $this->productModel = $productModel;
+ private $description = [];
- parent::__construct($templateManager, $ebayFactory, $context);
+ protected function getLayoutType()
+ {
+ return self::LAYOUT_BLANK;
}
public function execute()
{
- // TODO NOT SUPPORTED FEATURES
-
- if (!(int)$this->getRequest()->getPost('show', 0)) {
-
- $templateData = $this->getRequest()->getPost('description');
- $this->_getSession()->setTemplateData($templateData);
+ $this->description = $this->getRequest()->getPost('description_preview', []);
- return $this->printOutput();
+ if (empty($this->description)) {
+ $this->messageManager->addError($this->__('Description Policy data is not specified.'));
+ return $this->getResult();
}
$productsEntities = $this->getProductsEntities();
- if (!$productsEntities['magento_product']) {
-
- $errorMessage = $this->__('This Product ID does not exist.');
- return $this->printOutput(NULL, NULL, $errorMessage);
+ if (is_null($productsEntities['magento_product'])) {
+ $this->messageManager->addError($this->__('Magento Product does not exist.'));
+ return $this->getResult();
}
- $title = $productsEntities['magento_product']->getProduct()->getData('name');
- $description = $this->getDescription($productsEntities['magento_product'],
- $productsEntities['listing_product']);
-
- return $this->printOutput($title, $description);
- }
-
- //########################################
-
- private function printOutput($title = NULL, $description = NULL, $errorMessage = NULL)
- {
- $previewFormBlock = $this->createBlock(
- 'Ebay\Template\Description\Preview\Form', '',
- array('error_message' => $errorMessage,
- 'product_id' => $this->getRequest()->getPost('id'),
- 'store_id' => $this->getRequest()->getPost('store_id'))
+ $description = $this->getDescription(
+ $productsEntities['magento_product'],
+ $productsEntities['listing_product']
);
- $previewBodyBlock = $this->createBlock(
- 'Ebay\Template\Description\Preview\Body', '',
- array('title' => $title,
- 'description' => $description)
- );
+ if (!$description) {
+ $this->messageManager->addWarning(
+ $this->__(
+ 'The Product Description attribute is selected as a source of the eBay Item Description,
+ but this Product has empty description.'
+ )
+ );
+ } elseif (is_null($productsEntities['listing_product'])) {
+ $this->messageManager->addWarning(
+ $this->__(
+ 'The Product you selected is not presented in any M2E Pro Listing.
+ Thus, the values of the M2E Pro Attribute(s), which are used in the Item Description,
+ will be ignored and displayed like #attribute label#.
+ Please, change the Product ID to preview the data.'
+ )
+ );
+ }
- $this->addContent($previewFormBlock);
- $this->addContent($previewBodyBlock);
+ $previewBlock = $this->createBlock('Ebay\Template\Description\Preview')->setData([
+ 'title' => $productsEntities['magento_product']->getProduct()->getData('name'),
+ 'magento_product_id' => $productsEntities['magento_product']->getProductId(),
+ 'description' => $description
+ ]);
- return $this->resultPage;
+ $this->getResultPage()->getConfig()->getTitle()->prepend($this->__('Preview Description'));
+ $this->addContent($previewBlock);
+
+ return $this->getResult();
}
+ //########################################
+
private function getDescription(\Ess\M2ePro\Model\Magento\Product $magentoProduct,
\Ess\M2ePro\Model\Listing\Product $listingProduct = NULL)
{
- $descriptionTemplateData = $this->_getSession()->getTemplateData();
-
$descriptionModeProduct = \Ess\M2ePro\Model\Ebay\Template\Description::DESCRIPTION_MODE_PRODUCT;
$descriptionModeShort = \Ess\M2ePro\Model\Ebay\Template\Description::DESCRIPTION_MODE_SHORT;
$descriptionModeCustom = \Ess\M2ePro\Model\Ebay\Template\Description::DESCRIPTION_MODE_CUSTOM;
- if ($descriptionTemplateData['description_mode'] == $descriptionModeProduct) {
+ if ($this->description['description_mode'] == $descriptionModeProduct) {
$description = $magentoProduct->getProduct()->getDescription();
- } elseif ($descriptionTemplateData['description_mode'] == $descriptionModeShort) {
+ } elseif ($this->description['description_mode'] == $descriptionModeShort) {
$description = $magentoProduct->getProduct()->getShortDescription();
- } elseif ($descriptionTemplateData['description_mode'] == $descriptionModeCustom) {
- $description = $descriptionTemplateData['description_template'];
+ } elseif ($this->description['description_mode'] == $descriptionModeCustom) {
+ $description = $this->description['description_template'];
} else {
$description = '';
}
@@ -111,8 +104,7 @@ private function getDescription(\Ess\M2ePro\Model\Magento\Product $magentoProduc
private function addWatermarkInfoToDescriptionIfNeed(&$description)
{
- $descriptionTemplateData = $this->_getSession()->getTemplateData();
- if (!$descriptionTemplateData['watermark_mode'] || strpos($description, 'm2e_watermark') === false) {
+ if (!$this->description['watermark_mode'] || strpos($description, 'm2e_watermark') === false) {
return;
}
@@ -141,67 +133,30 @@ private function addWatermarkInfoToDescriptionIfNeed(&$description)
private function getProductsEntities()
{
- $productId = $this->getRequest()->getPost('id');
- $storeId = $this->getRequest()->getPost('store_id', 0);
-
- if ($productId) {
-
- return array(
- 'magento_product' => $this->getMagentoProductById($productId, $storeId),
- 'listing_product' => $this->getListingProductByMagentoProductId($productId, $storeId)
- );
- }
-
- $listingProduct = $this->getListingProductByRandom($storeId);
-
- if (!is_null($listingProduct)) {
-
- return array(
- 'magento_product' => $listingProduct->getMagentoProduct(),
- 'listing_product' => $listingProduct
- );
- }
-
- return array(
- 'magento_product' => $this->getMagentoProductByRandom($storeId),
- 'listing_product' => null
- );
+ $productId = isset($this->description['magento_product_id'])
+ ? $this->description['magento_product_id'] : -1;
+ $storeId = isset($this->description['store_id'])
+ ? $this->description['store_id'] : \Magento\Store\Model\Store::DEFAULT_STORE_ID;
+
+ $magentoProduct = $this->getMagentoProductById($productId, $storeId);
+ $listingProduct = $this->getListingProductByMagentoProductId($productId, $storeId);
+
+ return [
+ 'magento_product' => $magentoProduct,
+ 'listing_product' => $listingProduct
+ ];
}
private function getMagentoProductById($productId, $storeId)
{
- $product = $this->productModel->load($productId);
-
- if (is_null($product->getId())) {
+ if (!$this->isMagentoProductExists($productId)) {
return NULL;
}
+ /** @var \Ess\M2ePro\Model\Magento\Product $magentoProduct */
$magentoProduct = $this->modelFactory->getObject('Magento\Product');
- $magentoProduct->setProductId($product->getId());
- $magentoProduct->setStoreId($storeId);
- return $magentoProduct;
- }
-
- private function getMagentoProductByRandom($storeId)
- {
- $products = $this->productModel
- ->getCollection()
- ->setPageSize(100)
- ->getItems();
-
- if (count($products) <= 0) {
- return NULL;
- }
-
- shuffle($products);
- $product = array_shift($products);
-
- $magentoProduct = $this->modelFactory->getObject('Magento\Product');
- $magentoProduct->setProductId($product->getId());
- $magentoProduct->setStoreId($storeId);
-
- return $magentoProduct;
+ return $magentoProduct->loadProduct($productId, $storeId);
}
// ---------------------------------------
@@ -227,28 +182,4 @@ private function getListingProductByMagentoProductId($productId, $storeId)
return $listingProduct;
}
-
- private function getListingProductByRandom($storeId)
- {
- $listingProductCollection = $this->ebayFactory->getObject('Listing\Product')
- ->getCollection();
-
- $listingProductCollection->getSelect()->joinLeft(
- array('ml' => $this->activeRecordFactory->getObject('Listing')->getResource()->getMainTable()),
- '`ml`.`id` = `main_table`.`listing_id`',
- array('store_id')
- );
-
- $listingProducts = $listingProductCollection
- ->addFieldToFilter('store_id', $storeId)
- ->setPageSize(100)
- ->getItems();
-
- if (count($listingProducts) <= 0) {
- return NULL;
- }
-
- shuffle($listingProducts);
- return array_shift($listingProducts);
- }
}
\ No newline at end of file
diff --git a/Controller/Adminhtml/Ebay/Template/Description/SaveWatermarkImage.php b/Controller/Adminhtml/Ebay/Template/Description/SaveWatermarkImage.php
new file mode 100644
index 000000000..e9c1a844c
--- /dev/null
+++ b/Controller/Adminhtml/Ebay/Template/Description/SaveWatermarkImage.php
@@ -0,0 +1,79 @@
+driverPool = $driverPool;
+ parent::__construct($phpEnvironmentRequest, $productModel, $templateManager, $ebayFactory, $context);
+ }
+
+ //########################################
+
+ public function execute()
+ {
+ $templateData = $this->getRequest()->getPost('description');
+
+ $watermarkImageFile = $this->phpEnvironmentRequest->getFiles('watermark_image');
+
+ if (is_null($templateData['id']) || empty($watermarkImageFile['tmp_name'])) {
+ $this->setJsonContent([
+ 'result' => false
+ ]);
+ return $this->getResult();
+ }
+
+ /** @var \Ess\M2ePro\Model\VariablesDir $varDir */
+ $varDir = $this->modelFactory->getObject('VariablesDir', ['data' => [
+ 'child_folder' => 'ebay/template/description/watermarks'
+ ]]);
+
+ $watermarkPath = $varDir->getPath().(int)$templateData['id'].'.png';
+
+ $fileDriver = $this->driverPool->getDriver(\Magento\Framework\Filesystem\DriverPool::FILE);
+ if ($fileDriver->isFile($watermarkPath)) {
+ $fileDriver->deleteFile($watermarkPath);
+ }
+
+ /** @var \Ess\M2ePro\Model\Template\Description $template */
+ $template = $this->ebayFactory->getObjectLoaded('Template\Description', $templateData['id'], null, false);
+
+ if (is_null($template->getId())) {
+ $this->setJsonContent([
+ 'result' => false
+ ]);
+ return $this->getResult();
+ }
+
+ $template->getChildObject()->updateWatermarkHashes();
+
+ $data = array(
+ 'watermark_image' => file_get_contents($watermarkImageFile['tmp_name'])
+ );
+
+ $template->getChildObject()->addData($data);
+ $template->save();
+
+ $this->setJsonContent([
+ 'result' => true
+ ]);
+ return $this->getResult();
+ }
+
+ //########################################
+}
\ No newline at end of file
diff --git a/Controller/Adminhtml/Ebay/Template/Edit.php b/Controller/Adminhtml/Ebay/Template/Edit.php
index 7ae59b69d..39c3a3b0d 100644
--- a/Controller/Adminhtml/Ebay/Template/Edit.php
+++ b/Controller/Adminhtml/Ebay/Template/Edit.php
@@ -47,27 +47,27 @@ public function execute()
switch ($nick) {
case \Ess\M2ePro\Model\Ebay\Template\Manager::TEMPLATE_RETURN_POLICY:
- $this->setComponentPageHelpLink('Return+Settings');
+ $this->setPageHelpLink('x/TgMtAQ');
break;
case \Ess\M2ePro\Model\Ebay\Template\Manager::TEMPLATE_PAYMENT:
- $this->setComponentPageHelpLink('Payment+Settings');
+ $this->setPageHelpLink('x/LwMtAQ');
break;
case \Ess\M2ePro\Model\Ebay\Template\Manager::TEMPLATE_SHIPPING:
- $this->setComponentPageHelpLink('Shipping+Settings');
+ $this->setPageHelpLink('x/OgMtAQ');
break;
case \Ess\M2ePro\Model\Ebay\Template\Manager::TEMPLATE_DESCRIPTION:
- $this->setComponentPageHelpLink('Description+Policy');
+ $this->setPageHelpLink('x/VQItAQ');
break;
case \Ess\M2ePro\Model\Ebay\Template\Manager::TEMPLATE_SELLING_FORMAT:
- $this->setComponentPageHelpLink('Price%2C+Quantity+and+Format+Policy');
+ $this->setPageHelpLink('x/UwItAQ');
break;
case \Ess\M2ePro\Model\Ebay\Template\Manager::TEMPLATE_SYNCHRONIZATION:
- $this->setComponentPageHelpLink('Step+4.+Synchronization+settings');
+ $this->setPageHelpLink('x/OwItAQ');
break;
}
diff --git a/Controller/Adminhtml/Ebay/Template/EditListingProductsPolicy.php b/Controller/Adminhtml/Ebay/Template/EditListingProductsPolicy.php
new file mode 100644
index 000000000..58da73959
--- /dev/null
+++ b/Controller/Adminhtml/Ebay/Template/EditListingProductsPolicy.php
@@ -0,0 +1,49 @@
+getRequestIds();
+
+ if (empty($ids)) {
+ $this->setAjaxContent('0', false);
+ return $this->getResult();
+ }
+
+ // ---------------------------------------
+ $collection = $this->ebayFactory->getObject('Listing\Product')
+ ->getCollection()
+ ->addFieldToFilter('id', ['in' => $ids]);
+ // ---------------------------------------
+
+ if ($collection->getSize() == 0) {
+ $this->setAjaxContent('0', false);
+ return $this->getResult();
+ }
+
+ // ---------------------------------------
+ /** @var \Ess\M2ePro\Helper\Component\Ebay\Template\Switcher\DataLoader $dataLoader */
+ $dataLoader = $this->getHelper('Component\Ebay\Template\Switcher\DataLoader');
+ $dataLoader->load($collection);
+ // ---------------------------------------
+
+ $initialization = $this->createBlock('Ebay\Listing\Template\Switcher\Initialization');
+ $content = $this->createBlock('Ebay\Listing\View\Settings\Edit\Policy');
+
+ $this->setAjaxContent($initialization->toHtml() . $content->toHtml());
+ return $this->getResult();
+ }
+
+ //########################################
+}
\ No newline at end of file
diff --git a/Controller/Adminhtml/Ebay/Template/Index.php b/Controller/Adminhtml/Ebay/Template/Index.php
index 20aade737..7decc6335 100644
--- a/Controller/Adminhtml/Ebay/Template/Index.php
+++ b/Controller/Adminhtml/Ebay/Template/Index.php
@@ -16,7 +16,7 @@ public function execute()
$this->getResult()->getConfig()->getTitle()->prepend('Policies');
$this->addContent($content);
- $this->setComponentPageHelpLink('Policies');
+ $this->setPageHelpLink('x/0gEtAQ');
return $this->getResult();
}
diff --git a/Controller/Adminhtml/Ebay/Template/SaveListing.php b/Controller/Adminhtml/Ebay/Template/SaveListing.php
index 68df242d4..f886245c9 100644
--- a/Controller/Adminhtml/Ebay/Template/SaveListing.php
+++ b/Controller/Adminhtml/Ebay/Template/SaveListing.php
@@ -25,8 +25,6 @@ public function execute()
// ---------------------------------------
$data = $this->getPostedTemplatesData();
$listing->getChildObject()->addData($data);
- $listing->getChildObject()->setEstimatedFeesObtainAttemptCount(0);
- $listing->getChildObject()->setEstimatedFeesObtainRequired(true);
$listing->save();
// ---------------------------------------
$newData = $listing->getChildObject()->getDataSnapshot();
diff --git a/Controller/Adminhtml/Ebay/Template/SaveListingProductsPolicy.php b/Controller/Adminhtml/Ebay/Template/SaveListingProductsPolicy.php
new file mode 100644
index 000000000..b7586f9a6
--- /dev/null
+++ b/Controller/Adminhtml/Ebay/Template/SaveListingProductsPolicy.php
@@ -0,0 +1,154 @@
+transaction = $transaction;
+ parent::__construct($templateManager, $ebayFactory, $context);
+ }
+
+ //########################################
+
+ public function execute()
+ {
+ $ids = $this->getRequestIds();
+
+ if (!$post = $this->getRequest()->getPostValue() || empty($ids)) {
+ $this->setAjaxContent('', false);
+ return $this->getResult();
+ }
+
+ // ---------------------------------------
+ $collection = $this->ebayFactory->getObject('Listing\Product')->getCollection();
+ $collection->addFieldToFilter('id', ['in' => $ids]);
+ // ---------------------------------------
+
+ if ($collection->getSize() == 0) {
+ $this->setAjaxContent('', false);
+ return $this->getResult();
+ }
+
+ // ---------------------------------------
+ $data = $this->getPostedTemplatesData();
+ // ---------------------------------------
+
+ // ---------------------------------------
+
+ $snapshots = [];
+
+ try {
+ foreach ($collection->getItems() as $listingProduct) {
+ /** @var $listingProduct \Ess\M2ePro\Model\Listing\Product */
+ $snapshots[$listingProduct->getId()] = array_merge(
+ $listingProduct->getDataSnapshot(),
+ $listingProduct->getChildObject()->getDataSnapshot()
+ );
+ $listingProduct->addData($data);
+ $listingProduct->getChildObject()->addData($data);
+ $this->transaction->addObject($listingProduct);
+ }
+
+ $this->transaction->save();
+ } catch (\Exception $e) {
+ $snapshots = false;
+ }
+ // ---------------------------------------
+
+ if ($snapshots) {
+ foreach ($collection->getItems() as $listingProduct) {
+ $listingProduct->getChildObject()->setSynchStatusNeed(
+ array_merge(
+ $listingProduct->getDataSnapshot(),
+ $listingProduct->getChildObject()->getDataSnapshot()
+ ),
+ $snapshots[$listingProduct->getId()]
+ );
+ }
+ }
+
+ $this->setAjaxContent('', false);
+ return $this->getResult();
+ }
+
+ //########################################
+
+ private function getPostedTemplatesData()
+ {
+ if (!$post = $this->getRequest()->getPostValue()) {
+ return [];
+ }
+
+ // ---------------------------------------
+ $data = [];
+ foreach ($this->templateManager->getAllTemplates() as $nick) {
+ $manager = $this->templateManager->setTemplate($nick);
+
+ if (!isset($post["template_{$nick}"])) {
+ continue;
+ }
+
+ $templateData = json_decode(base64_decode($post["template_{$nick}"]), true);
+
+ $templateId = $templateData['id'];
+ $templateMode = $templateData['mode'];
+
+ $idColumn = $manager->getIdColumnNameByMode($templateMode);
+ $modeColumn = $manager->getModeColumnName();
+
+ if (!is_null($idColumn)) {
+ $data[$idColumn] = (int)$templateId;
+ }
+
+ $data[$modeColumn] = $templateMode;
+
+ $this->clearTemplatesFieldsNotRelatedToMode($data, $nick, $templateMode);
+ }
+ // ---------------------------------------
+
+ return $data;
+ }
+
+ // ---------------------------------------
+
+ private function clearTemplatesFieldsNotRelatedToMode(array &$data, $nick, $mode)
+ {
+ $modes = [
+ \Ess\M2ePro\Model\Ebay\Template\Manager::MODE_PARENT,
+ \Ess\M2ePro\Model\Ebay\Template\Manager::MODE_CUSTOM,
+ \Ess\M2ePro\Model\Ebay\Template\Manager::MODE_TEMPLATE
+ ];
+
+ unset($modes[array_search($mode, $modes)]);
+
+ foreach ($modes as $mode) {
+ $column = $this->templateManager->setTemplate($nick)->getIdColumnNameByMode($mode);
+
+ if (is_null($column)) {
+ continue;
+ }
+
+ $data[$column] = NULL;
+ }
+ }
+
+ //########################################
+}
\ No newline at end of file
diff --git a/Controller/Adminhtml/General/CreateAttribute.php b/Controller/Adminhtml/General/CreateAttribute.php
new file mode 100644
index 000000000..a91e5ef53
--- /dev/null
+++ b/Controller/Adminhtml/General/CreateAttribute.php
@@ -0,0 +1,78 @@
+entityAttributeSetFactory = $entityAttributeSetFactory;
+ parent::__construct($context);
+ }
+
+ //########################################
+
+ public function execute()
+ {
+ /** @var \Ess\M2ePro\Model\Magento\Attribute\Builder $model */
+ $model = $this->modelFactory->getObject('Magento\Attribute\Builder');
+
+ $model->setLabel($this->getRequest()->getParam('store_label'))
+ ->setCode($this->getRequest()->getParam('code'))
+ ->setInputType($this->getRequest()->getParam('input_type'))
+ ->setDefaultValue($this->getRequest()->getParam('default_value'))
+ ->setScope($this->getRequest()->getParam('scope'));
+
+ $attributeResult = $model->save();
+
+ if (!isset($attributeResult['result']) || !$attributeResult['result']) {
+
+ $this->setAjaxContent(json_encode($attributeResult), false);
+ return $this->getResult();
+ }
+
+ foreach ($this->getRequest()->getParam('attribute_sets', array()) as $seId) {
+
+ /** @var \Magento\Eav\Model\Entity\Attribute\Set $set */
+ $set = $this->entityAttributeSetFactory->create()->load($seId);
+
+ if (!$set->getId()) {
+ continue;
+ }
+
+ /** @var \Ess\M2ePro\Model\Magento\Attribute\Relation $model */
+ $model = $this->modelFactory->getObject('Magento\Attribute\Relation');
+ $model->setAttributeObj($attributeResult['obj'])
+ ->setAttributeSetObj($set);
+
+ $setResult = $model->save();
+
+ if (!isset($setResult['result']) || !$setResult['result']) {
+
+ $this->setAjaxContent(json_encode($setResult), false);
+ return $this->getResult();
+ }
+ }
+
+ unset($attributeResult['obj']);
+ $this->setAjaxContent(json_encode($attributeResult), false);
+ return $this->getResult();
+ }
+
+ //########################################
+}
\ No newline at end of file
diff --git a/Controller/Adminhtml/General/GenerateAttributeCodeByLabel.php b/Controller/Adminhtml/General/GenerateAttributeCodeByLabel.php
new file mode 100644
index 000000000..a95daf0eb
--- /dev/null
+++ b/Controller/Adminhtml/General/GenerateAttributeCodeByLabel.php
@@ -0,0 +1,27 @@
+getRequest()->getParam('store_label');
+ $this->setAjaxContent(json_encode(
+ \Ess\M2ePro\Model\Magento\Attribute\Builder::generateCodeByLabel($label)
+ ), false);
+ return $this->getResult();
+ }
+
+ //########################################
+}
\ No newline at end of file
diff --git a/Controller/Adminhtml/General/GetAccounts.php b/Controller/Adminhtml/General/GetAccounts.php
index 16a64498f..f157bbbac 100644
--- a/Controller/Adminhtml/General/GetAccounts.php
+++ b/Controller/Adminhtml/General/GetAccounts.php
@@ -1,9 +1,9 @@
$this->getHelper('Data')->escapeHtml($account->getTitle())
);
- // TODO join marketplace table
if ($component == \Ess\M2ePro\Helper\Component\Amazon::NICK) {
$marketplace = $account->getChildObject()->getMarketplace();
$data['marketplace_id'] = $marketplace->getId();
diff --git a/Controller/Adminhtml/General/GetCreateAttributeHtmlPopup.php b/Controller/Adminhtml/General/GetCreateAttributeHtmlPopup.php
new file mode 100644
index 000000000..75344c0eb
--- /dev/null
+++ b/Controller/Adminhtml/General/GetCreateAttributeHtmlPopup.php
@@ -0,0 +1,38 @@
+getRequest()->getPostValue();
+
+ /** @var \Ess\M2ePro\Block\Adminhtml\General\CreateAttribute $block */
+ $block = $this->createBlock('General\CreateAttribute');
+ $block->setData('handler_id', $post['handler_id']);
+
+ if (isset($post['allowed_attribute_types'])) {
+ $block->setData('allowed_types', explode(',', $post['allowed_attribute_types']));
+ }
+
+ if (isset($post['apply_to_all_attribute_sets']) && !$post['apply_to_all_attribute_sets']) {
+ $block->setData('apply_to_all', false);
+ }
+
+ $this->setAjaxContent($block);
+ return $this->getResult();
+ }
+
+ //########################################
+}
\ No newline at end of file
diff --git a/Controller/Adminhtml/General/GetRuleConditionChooserHtml.php b/Controller/Adminhtml/General/GetRuleConditionChooserHtml.php
new file mode 100644
index 000000000..d0f6037dd
--- /dev/null
+++ b/Controller/Adminhtml/General/GetRuleConditionChooserHtml.php
@@ -0,0 +1,75 @@
+getRequest();
+
+ switch ($request->getParam('attribute')) {
+ case 'sku':
+ $block = $this->createBlock(
+ 'Magento\Product\Rule\Chooser\Sku',
+ 'product_rule_chooser_sku',
+ [
+ 'data' => [
+ 'js_form_object' => $request->getParam('form'),
+ 'store' => $request->getParam('store', 0)
+ ]
+ ]
+ );
+ break;
+
+ case 'category_ids':
+ $ids = $request->getParam('selected', []);
+ if (is_array($ids)) {
+ foreach ($ids as $key => &$id) {
+ $id = (int) $id;
+ if ($id <= 0) {
+ unset($ids[$key]);
+ }
+ }
+
+ $ids = array_unique($ids);
+ } else {
+ $ids = [];
+ }
+
+ $block = $this->getLayout()->createBlock(
+ 'Magento\Catalog\Block\Adminhtml\Category\Checkboxes\Tree',
+ 'promo_widget_chooser_category_ids',
+ [
+ 'data' => [
+ 'js_form_object' => $request->getParam('form')
+ ]
+ ]
+ )->setCategoryIds($ids);
+ break;
+
+ default:
+ $block = false;
+ break;
+ }
+
+ if ($block) {
+ $this->setAjaxContent($block->toHtml());
+ } else {
+ $this->setAjaxContent('', false);
+ }
+
+ return $this->getResult();
+ }
+
+ //########################################
+}
\ No newline at end of file
diff --git a/Controller/Adminhtml/General/IsAttributeCodeUnique.php b/Controller/Adminhtml/General/IsAttributeCodeUnique.php
new file mode 100644
index 000000000..80b02e4d5
--- /dev/null
+++ b/Controller/Adminhtml/General/IsAttributeCodeUnique.php
@@ -0,0 +1,46 @@
+attributeFactory = $attributeFactory;
+ $this->catalogProductFactory = $catalogProductFactory;
+ parent::__construct($context);
+ }
+
+ //########################################
+
+ public function execute()
+ {
+ $attributeObj = $this->attributeFactory->create()->loadByCode(
+ $this->catalogProductFactory->create()->getResource()->getTypeId(),
+ $this->getRequest()->getParam('code')
+ );
+
+ $isAttributeUnique = is_null($attributeObj->getId());
+ $this->setAjaxContent(json_encode($isAttributeUnique), false);
+ return $this->getResult();
+ }
+
+ //########################################
+}
\ No newline at end of file
diff --git a/Controller/Adminhtml/General/IsMarketplaceEnabled.php b/Controller/Adminhtml/General/IsMarketplaceEnabled.php
index 6130c7783..5a688e548 100644
--- a/Controller/Adminhtml/General/IsMarketplaceEnabled.php
+++ b/Controller/Adminhtml/General/IsMarketplaceEnabled.php
@@ -1,9 +1,9 @@
getRequest()->getParam('id');
+ $prefix = $this->getRequest()->getParam('prefix');
+ $storeId = $this->getRequest()->getParam('store', 0);
+
+ $typeArr = explode('|', str_replace('-', '/', $this->getRequest()->getParam('type')));
+ $type = $typeArr[0];
+
+ $ruleModelPrefix = '';
+ $attributeCode = !empty($typeArr[1]) ? $typeArr[1] : '';
+ if (count($typeArr) == 3) {
+ $ruleModelPrefix = ucfirst($typeArr[1]) . '\\';
+ $attributeCode = !empty($typeArr[2]) ? $typeArr[2] : '';
+ }
+
+ $model = $this->modelFactory->getObject($type)
+ ->setId($id)
+ ->setType($type)
+ ->setRule($this->activeRecordFactory->getObject($ruleModelPrefix.'Magento\Product\Rule'))
+ ->setPrefix($prefix);
+
+ if ($type == $ruleModelPrefix.'Magento\Product\Rule\Condition\Combine') {
+ $model->setData($prefix, array());
+ }
+
+ if (!empty($attributeCode)) {
+ $model->setAttribute($attributeCode);
+ }
+
+ if ($model instanceof \Magento\Rule\Model\Condition\ConditionInterface) {
+ $model->setJsFormObject($prefix);
+ $model->setStoreId($storeId);
+ $html = $model->asHtmlRecursive();
+ } else {
+ $html = '';
+ }
+ $this->setAjaxContent($html);
+ return $this->getResult();
+ }
+
+ //########################################
+}
\ No newline at end of file
diff --git a/Controller/Adminhtml/General/ModelGetAll.php b/Controller/Adminhtml/General/ModelGetAll.php
index c2cb4467a..285963da5 100644
--- a/Controller/Adminhtml/General/ModelGetAll.php
+++ b/Controller/Adminhtml/General/ModelGetAll.php
@@ -1,9 +1,9 @@
getRequest()->getParam('skip_message', false)) {
+ $this->modelFactory->getObject('Config\Manager\Cache')->setGroupValue(
+ '/global/notification/message/',
+ 'skip_static_content_validation_message',
+ $this->getHelper('Module')->getVersion()
+ );
+ }
+
+ $backUrl = base64_decode($this->getRequest()->getParam('back'));
+
+ return $this->_redirect($backUrl);
+ }
+
+ //########################################
+}
\ No newline at end of file
diff --git a/Controller/Adminhtml/General/SynchGetLastResult.php b/Controller/Adminhtml/General/SynchGetLastResult.php
index e7bc255f5..6d5dc2e94 100644
--- a/Controller/Adminhtml/General/SynchGetLastResult.php
+++ b/Controller/Adminhtml/General/SynchGetLastResult.php
@@ -26,7 +26,7 @@ public function execute()
$logCollection = $this->activeRecordFactory->getObject('Synchronization\Log')->getCollection();
$logCollection->addFieldToFilter('operation_history_id', (int)$operationHistory->getId());
- $logCollection->addFieldToFilter('type', array('in' => array(\Ess\M2ePro\Model\Log\AbstractLog::TYPE_ERROR)));
+ $logCollection->addFieldToFilter('type', array('in' => array(\Ess\M2ePro\Model\Log\AbstractModel::TYPE_ERROR)));
if ($logCollection->getSize() > 0) {
$this->setAjaxContent('error', false);
@@ -35,7 +35,9 @@ public function execute()
$logCollection = $this->activeRecordFactory->getObject('Synchronization\Log')->getCollection();
$logCollection->addFieldToFilter('operation_history_id', (int)$operationHistory->getId());
- $logCollection->addFieldToFilter('type', array('in' => array(\Ess\M2ePro\Model\Log\AbstractLog::TYPE_WARNING)));
+ $logCollection->addFieldToFilter('type',
+ array('in' => array(\Ess\M2ePro\Model\Log\AbstractModel::TYPE_WARNING))
+ );
if ($logCollection->getSize() > 0) {
$this->setAjaxContent('warning', false);
diff --git a/Controller/Adminhtml/General/ValidationCheckRepetitionValue.php b/Controller/Adminhtml/General/ValidationCheckRepetitionValue.php
index 1d13377aa..616d19e42 100644
--- a/Controller/Adminhtml/General/ValidationCheckRepetitionValue.php
+++ b/Controller/Adminhtml/General/ValidationCheckRepetitionValue.php
@@ -1,9 +1,9 @@
activeRecordFactory = $activeRecordFactory;
- parent::__construct($context);
- }
-
public function execute()
{
$ids = $this->getRequestIds();
diff --git a/Controller/Adminhtml/Listing/Edit.php b/Controller/Adminhtml/Listing/Edit.php
index bb3d1a43a..671d29f92 100644
--- a/Controller/Adminhtml/Listing/Edit.php
+++ b/Controller/Adminhtml/Listing/Edit.php
@@ -7,17 +7,6 @@
class Edit extends Listing
{
- protected $activeRecordFactory;
-
- public function __construct(
- \Ess\M2ePro\Model\ActiveRecord\Factory $activeRecordFactory,
- Context $context
- )
- {
- $this->activeRecordFactory = $activeRecordFactory;
- parent::__construct($context);
- }
-
public function execute()
{
$params = $this->getRequest()->getParams();
diff --git a/Controller/Adminhtml/Listing/Moving.php b/Controller/Adminhtml/Listing/Moving.php
index b410daa55..486a9f6de 100644
--- a/Controller/Adminhtml/Listing/Moving.php
+++ b/Controller/Adminhtml/Listing/Moving.php
@@ -1,9 +1,9 @@
createBlock(
+ 'Listing\Moving\FailedProducts','',
+ ['data' => [
+ 'grid_url' => $this->getUrl('*/listing_moving/failedProductsGrid', array('_current'=>true))
+ ]]
+ );
+
+ $this->setAjaxContent($block);
+ return $this->getResult();
+ }
+
+ //########################################
+}
\ No newline at end of file
diff --git a/Controller/Adminhtml/Listing/Moving/GetFailedProductsGrid.php b/Controller/Adminhtml/Listing/Moving/GetFailedProductsGrid.php
index 38fac1e85..f6bd5f51e 100644
--- a/Controller/Adminhtml/Listing/Moving/GetFailedProductsGrid.php
+++ b/Controller/Adminhtml/Listing/Moving/GetFailedProductsGrid.php
@@ -8,13 +8,10 @@ class GetFailedProductsGrid extends \Ess\M2ePro\Controller\Adminhtml\Listing\Mov
public function execute()
{
- $block = $this->createBlock(
- 'Listing\Moving\FailedProducts','',
- ['data' => [
- 'grid_url' => $this->getUrl('*/listing_moving/failedProductsGrid', array('_current'=>true))
- ]]
- );
- $this->getResponse()->setBody($block->toHtml());
+ $block = $this->createBlock('Listing\Moving\FailedProducts\Grid');
+
+ $this->setAjaxContent($block);
+ return $this->getResult();
}
//########################################
diff --git a/Controller/Adminhtml/Listing/Moving/MoveToListing.php b/Controller/Adminhtml/Listing/Moving/MoveToListing.php
index 6b4b25d77..f09ca0129 100644
--- a/Controller/Adminhtml/Listing/Moving/MoveToListing.php
+++ b/Controller/Adminhtml/Listing/Moving/MoveToListing.php
@@ -48,8 +48,8 @@ public function execute()
// M2ePro_TRANSLATIONS
// Item was not Moved because it is in progress state now
'Item was not Moved because it is in progress state now',
- \Ess\M2ePro\Model\Log\AbstractLog::TYPE_ERROR,
- \Ess\M2ePro\Model\Log\AbstractLog::PRIORITY_MEDIUM
+ \Ess\M2ePro\Model\Log\AbstractModel::TYPE_ERROR,
+ \Ess\M2ePro\Model\Log\AbstractModel::PRIORITY_MEDIUM
);
$errors++;
@@ -68,8 +68,8 @@ public function execute()
// M2ePro_TRANSLATIONS
// Item was not Moved
'Item was not Moved',
- \Ess\M2ePro\Model\Log\AbstractLog::TYPE_ERROR,
- \Ess\M2ePro\Model\Log\AbstractLog::PRIORITY_MEDIUM
+ \Ess\M2ePro\Model\Log\AbstractModel::TYPE_ERROR,
+ \Ess\M2ePro\Model\Log\AbstractModel::PRIORITY_MEDIUM
);
$errors++;
@@ -86,8 +86,8 @@ public function execute()
// M2ePro_TRANSLATIONS
// Item was successfully Moved
'Item was successfully Moved',
- \Ess\M2ePro\Model\Log\AbstractLog::TYPE_NOTICE,
- \Ess\M2ePro\Model\Log\AbstractLog::PRIORITY_MEDIUM
+ \Ess\M2ePro\Model\Log\AbstractModel::TYPE_NOTICE,
+ \Ess\M2ePro\Model\Log\AbstractModel::PRIORITY_MEDIUM
);
$logModel->addProductMessage(
@@ -100,8 +100,8 @@ public function execute()
// M2ePro_TRANSLATIONS
// Item was successfully Moved
'Item was successfully Moved',
- \Ess\M2ePro\Model\Log\AbstractLog::TYPE_NOTICE,
- \Ess\M2ePro\Model\Log\AbstractLog::PRIORITY_MEDIUM
+ \Ess\M2ePro\Model\Log\AbstractModel::TYPE_NOTICE,
+ \Ess\M2ePro\Model\Log\AbstractModel::PRIORITY_MEDIUM
);
$isStoresDifferent = $listingProductInstance->getListing()->getStoreId() != $listingInstance->getStoreId();
diff --git a/Controller/Adminhtml/Listing/Other/Mapping/AutoMap.php b/Controller/Adminhtml/Listing/Other/Mapping/AutoMap.php
index f6ee548a3..2be958238 100644
--- a/Controller/Adminhtml/Listing/Other/Mapping/AutoMap.php
+++ b/Controller/Adminhtml/Listing/Other/Mapping/AutoMap.php
@@ -7,17 +7,6 @@
class AutoMap extends Listing
{
- protected $parentFactory;
-
- public function __construct(
- \Ess\M2ePro\Model\ActiveRecord\Component\Parent\Factory $parentFactory,
- Context $context
- )
- {
- $this->parentFactory = $parentFactory;
- parent::__construct($context);
- }
-
public function execute()
{
$componentMode = $this->getRequest()->getParam('componentMode');
diff --git a/Controller/Adminhtml/Listing/Other/Mapping/Map.php b/Controller/Adminhtml/Listing/Other/Mapping/Map.php
index fd319fb03..419425046 100644
--- a/Controller/Adminhtml/Listing/Other/Mapping/Map.php
+++ b/Controller/Adminhtml/Listing/Other/Mapping/Map.php
@@ -7,16 +7,13 @@
class Map extends Listing
{
- protected $parentFactory;
protected $productFactory;
public function __construct(
- \Ess\M2ePro\Model\ActiveRecord\Component\Parent\Factory $parentFactory,
\Magento\Catalog\Model\ProductFactory $productFactory,
Context $context
)
{
- $this->parentFactory = $parentFactory;
$this->productFactory = $productFactory;
parent::__construct($context);
}
diff --git a/Controller/Adminhtml/Listing/Other/Mapping/Unmapping.php b/Controller/Adminhtml/Listing/Other/Mapping/Unmapping.php
index ba4d8b368..6ce898f5a 100644
--- a/Controller/Adminhtml/Listing/Other/Mapping/Unmapping.php
+++ b/Controller/Adminhtml/Listing/Other/Mapping/Unmapping.php
@@ -1,9 +1,9 @@
parentFactory = $parentFactory;
- parent::__construct($context);
- }
-
public function execute()
{
$componentMode = $this->getRequest()->getParam('componentMode');
diff --git a/Controller/Adminhtml/Listing/Other/Moving/GetFailedProducts.php b/Controller/Adminhtml/Listing/Other/Moving/GetFailedProducts.php
new file mode 100644
index 000000000..6143148ea
--- /dev/null
+++ b/Controller/Adminhtml/Listing/Other/Moving/GetFailedProducts.php
@@ -0,0 +1,21 @@
+createBlock(
+ 'Listing\Moving\FailedProducts','',
+ ['data' => [
+ 'grid_url' => $this->getUrl('*/listing_other_moving/getFailedProductsGrid',array('_current'=>true))
+ ]]
+ );
+
+ $this->setAjaxContent($block);
+ return $this->getResult();
+ }
+}
\ No newline at end of file
diff --git a/Controller/Adminhtml/Listing/Other/Moving/GetFailedProductsGrid.php b/Controller/Adminhtml/Listing/Other/Moving/GetFailedProductsGrid.php
index 4c1a86b65..8d93df744 100644
--- a/Controller/Adminhtml/Listing/Other/Moving/GetFailedProductsGrid.php
+++ b/Controller/Adminhtml/Listing/Other/Moving/GetFailedProductsGrid.php
@@ -8,12 +8,7 @@ class GetFailedProductsGrid extends Listing
{
public function execute()
{
- $block = $this->createBlock(
- 'Listing\Moving\FailedProducts','',
- ['data' => [
- 'grid_url' => $this->getUrl('*/listing_other_moving/failedProductsGrid',array('_current'=>true))
- ]]
- );
+ $block = $this->createBlock('Listing\Moving\FailedProducts\Grid');
$this->setAjaxContent($block);
return $this->getResult();
diff --git a/Controller/Adminhtml/Listing/Other/Moving/MoveToListing.php b/Controller/Adminhtml/Listing/Other/Moving/MoveToListing.php
index 4d6405b1d..b52e2ea7a 100644
--- a/Controller/Adminhtml/Listing/Other/Moving/MoveToListing.php
+++ b/Controller/Adminhtml/Listing/Other/Moving/MoveToListing.php
@@ -7,17 +7,6 @@
class MoveToListing extends Listing
{
- protected $parentFactory;
-
- public function __construct(
- \Ess\M2ePro\Model\ActiveRecord\Component\Parent\Factory $parentFactory,
- Context $context
- )
- {
- $this->parentFactory = $parentFactory;
- parent::__construct($context);
- }
-
public function execute()
{
$componentMode = $this->getRequest()->getParam('componentMode');
@@ -55,8 +44,8 @@ public function execute()
// M2ePro_TRANSLATIONS
// Product already exists in M2E listing(s).
'Product already exists in M2E Pro listing(s).',
- \Ess\M2ePro\Model\Log\AbstractLog::TYPE_ERROR,
- \Ess\M2ePro\Model\Log\AbstractLog::PRIORITY_MEDIUM
+ \Ess\M2ePro\Model\Log\AbstractModel::TYPE_ERROR,
+ \Ess\M2ePro\Model\Log\AbstractModel::PRIORITY_MEDIUM
);
$errors++;
@@ -71,8 +60,8 @@ public function execute()
// M2ePro_TRANSLATIONS
// Item was successfully Moved
'Item was successfully Moved',
- \Ess\M2ePro\Model\Log\AbstractLog::TYPE_NOTICE,
- \Ess\M2ePro\Model\Log\AbstractLog::PRIORITY_MEDIUM
+ \Ess\M2ePro\Model\Log\AbstractModel::TYPE_NOTICE,
+ \Ess\M2ePro\Model\Log\AbstractModel::PRIORITY_MEDIUM
);
$listingLogModel->addProductMessage(
@@ -85,8 +74,8 @@ public function execute()
// M2ePro_TRANSLATIONS
// Item was successfully Moved
'Item was successfully Moved',
- \Ess\M2ePro\Model\Log\AbstractLog::TYPE_NOTICE,
- \Ess\M2ePro\Model\Log\AbstractLog::PRIORITY_MEDIUM
+ \Ess\M2ePro\Model\Log\AbstractModel::TYPE_NOTICE,
+ \Ess\M2ePro\Model\Log\AbstractModel::PRIORITY_MEDIUM
);
$otherListingProductInstance->delete();
diff --git a/Controller/Adminhtml/Listing/Other/Moving/MoveToListingGrid.php b/Controller/Adminhtml/Listing/Other/Moving/MoveToListingGrid.php
index 7187ac40e..6cdbe3344 100644
--- a/Controller/Adminhtml/Listing/Other/Moving/MoveToListingGrid.php
+++ b/Controller/Adminhtml/Listing/Other/Moving/MoveToListingGrid.php
@@ -33,6 +33,8 @@ public function execute()
'moving_handler_js' => $movingHandlerJs,
]]
);
- $this->getResponse()->setBody($block->toHtml());
+
+ $this->setAjaxContent($block->toHtml());
+ return $this->getResult();
}
}
\ No newline at end of file
diff --git a/Controller/Adminhtml/Listing/Other/Moving/PrepareMoveToListing.php b/Controller/Adminhtml/Listing/Other/Moving/PrepareMoveToListing.php
index c26a10885..0e361b2b4 100644
--- a/Controller/Adminhtml/Listing/Other/Moving/PrepareMoveToListing.php
+++ b/Controller/Adminhtml/Listing/Other/Moving/PrepareMoveToListing.php
@@ -7,20 +7,6 @@
class PrepareMoveToListing extends Listing
{
- protected $resourceConnection;
- protected $parentFactory;
-
- public function __construct(
- \Magento\Framework\App\ResourceConnection $resourceConnection,
- \Ess\M2ePro\Model\ActiveRecord\Component\Parent\Factory $parentFactory,
- Context $context
- )
- {
- $this->resourceConnection = $resourceConnection;
- $this->parentFactory = $parentFactory;
- parent::__construct($context);
- }
-
public function execute()
{
$componentMode = $this->getRequest()->getParam('componentMode');
diff --git a/Controller/Adminhtml/Listing/Other/Moving/TryToMoveToListing.php b/Controller/Adminhtml/Listing/Other/Moving/TryToMoveToListing.php
index 4a6a165b4..d7e984e5e 100644
--- a/Controller/Adminhtml/Listing/Other/Moving/TryToMoveToListing.php
+++ b/Controller/Adminhtml/Listing/Other/Moving/TryToMoveToListing.php
@@ -7,17 +7,6 @@
class TryToMoveToListing extends Listing
{
- protected $parentFactory;
-
- public function __construct(
- \Ess\M2ePro\Model\ActiveRecord\Component\Parent\Factory $parentFactory,
- Context $context
- )
- {
- $this->parentFactory = $parentFactory;
- parent::__construct($context);
- }
-
public function execute()
{
$componentMode = $this->getRequest()->getParam('componentMode');
diff --git a/Controller/Adminhtml/Listing/SaveListingAdditionalData.php b/Controller/Adminhtml/Listing/SaveListingAdditionalData.php
index eebe5a762..5a1c948d5 100644
--- a/Controller/Adminhtml/Listing/SaveListingAdditionalData.php
+++ b/Controller/Adminhtml/Listing/SaveListingAdditionalData.php
@@ -1,9 +1,9 @@
getHelper('Module\Maintenance\General')->isEnabled()) {
+ return $this->_redirect('*/maintenance');
+ }
+
+ if (empty($this->getCustomViewComponentHelper()->getEnabledComponents())) {
+ return $this->_redirect('admin/dashboard');
+ }
$blockerWizardNick = $this->getBlockerWizardNick();
if ($blockerWizardNick !== false) {
$this->_redirect('*/wizard_' . $blockerWizardNick);
- return;
+ return false;
}
$this->addNotificationMessages();
if ($request->isGet() && !$request->isPost() && !$request->isXmlHttpRequest()) {
- if (empty($this->getCustomViewComponentHelper()->getEnabledComponents())) {
- throw new \Ess\M2ePro\Model\Exception('At least 1 channel of current View should be enabled.');
- }
try {
$this->getHelper('Client')->updateBackupConnectionData(false);
@@ -42,8 +47,8 @@ protected function preDispatch(\Magento\Framework\App\RequestInterface $request)
} catch (\Exception $exception) {}
}
- /** @var Maintenance\Developer $maintenanceHelper */
- $maintenanceHelper = $this->getHelper('Module\Maintenance\Developer');
+ /** @var Maintenance\Debug $maintenanceHelper */
+ $maintenanceHelper = $this->getHelper('Module\Maintenance\Debug');
if ($maintenanceHelper->isEnabled()) {
@@ -53,6 +58,21 @@ protected function preDispatch(\Magento\Framework\App\RequestInterface $request)
$maintenanceHelper->disable();
}
}
+
+ return $result;
+ }
+
+ //########################################
+
+ protected function initResultPage()
+ {
+ parent::initResultPage();
+
+ if ($this->isContentLocked()) {
+ $this->resultPage->getLayout()->unsetChild('page.wrapper', 'page_content');
+ $this->resultPage->getLayout()->unsetChild('header', 'header.inner.left');
+ $this->resultPage->getLayout()->unsetChild('header', 'header.inner.right');
+ }
}
//########################################
@@ -109,16 +129,21 @@ protected function addNotificationMessages()
if ($this->getRequest()->isGet() &&
!$this->getRequest()->isPost() &&
!$this->getRequest()->isXmlHttpRequest()) {
-
+
+ $staticNotification = $this->addStaticContentNotification();
$browserNotification = $this->addBrowserNotifications();
$maintenanceNotification = $this->addMaintenanceNotifications();
- $muteMessages = $browserNotification || $maintenanceNotification;
+ $muteMessages = $staticNotification || $browserNotification || $maintenanceNotification;
if (!$muteMessages && $this->getCustomViewHelper()->isInstallationWizardFinished()) {
$this->addLicenseNotifications();
}
+ if (!$muteMessages) {
+ $this->addStaticContentWarningNotification();
+ }
+
$this->addServerNotifications();
if (!$muteMessages) {
@@ -145,11 +170,11 @@ protected function addBrowserNotifications()
protected function addMaintenanceNotifications()
{
- if (!$this->getHelper('Module\Maintenance\Developer')->isEnabled()) {
+ if (!$this->getHelper('Module\Maintenance\Debug')->isEnabled()) {
return false;
}
- if ($this->getHelper('Module\Maintenance\Developer')->isOwner()) {
+ if ($this->getHelper('Module\Maintenance\Debug')->isOwner()) {
$this->getMessageManager()->addNotice($this->__(
'Maintenance is Active.'
@@ -167,6 +192,24 @@ protected function addMaintenanceNotifications()
return true;
}
+
+ protected function addStaticContentNotification()
+ {
+ if (!$this->getHelper('Magento')->isProduction()) {
+ return false;
+ }
+
+ if (!$this->getHelper('Module')->isStaticContentDeployed()) {
+ $this->getMessageManager()->addErrorMessage(
+ $this->__('Run "setup:static-content:deploy" TODO TEXT'),
+ self::GLOBAL_MESSAGES_GROUP
+ );
+
+ return true;
+ }
+
+ return false;
+ }
protected function addLicenseNotifications()
{
@@ -175,6 +218,8 @@ protected function addLicenseNotifications()
$this->addLicenseStatusNotifications();
}
+ // ---------------------------------------
+
protected function addServerNotifications()
{
$messages = $this->getHelper('Module')->getServerMessages();
@@ -185,23 +230,45 @@ protected function addServerNotifications()
switch ($message['type']) {
case \Ess\M2ePro\Helper\Module::SERVER_MESSAGE_TYPE_ERROR:
- $this->getMessageManager()->addError($this->__($message['text']));
+ $this->getMessageManager()->addError(
+ $this->prepareServerNotificationMessage($message),
+ self::GLOBAL_MESSAGES_GROUP
+ );
break;
case \Ess\M2ePro\Helper\Module::SERVER_MESSAGE_TYPE_WARNING:
- $this->getMessageManager()->addWarning($this->__($message['text']));
+ $this->getMessageManager()->addWarning(
+ $this->prepareServerNotificationMessage($message),
+ self::GLOBAL_MESSAGES_GROUP
+ );
break;
case \Ess\M2ePro\Helper\Module::SERVER_MESSAGE_TYPE_SUCCESS:
- $this->getMessageManager()->addSuccess($this->__($message['text']));
+ $this->getMessageManager()->addSuccess(
+ $this->prepareServerNotificationMessage($message),
+ self::GLOBAL_MESSAGES_GROUP
+ );
break;
case \Ess\M2ePro\Helper\Module::SERVER_MESSAGE_TYPE_NOTICE:
default:
- $this->getMessageManager()->addNotice($this->__($message['text']));
+ $this->getMessageManager()->addNotice(
+ $this->prepareServerNotificationMessage($message),
+ self::GLOBAL_MESSAGES_GROUP
+ );
break;
}
}
}
}
+ protected function prepareServerNotificationMessage(array $message)
+ {
+ if ($message['title']) {
+ return "{$this->__($message['title'])} {$this->__($message['text'])}";
+ }
+ return $this->__($message['text']);
+ }
+
+ // ---------------------------------------
+
protected function addLicenseActivationNotifications()
{
/** @var License $licenseHelper */
@@ -282,16 +349,70 @@ protected function addLicenseStatusNotifications()
return false;
}
+
+ protected function addStaticContentWarningNotification()
+ {
+ if (!$this->getHelper('Magento')->isProduction()) {
+ return;
+ }
+
+ $skipMessageForVersion = $this->modelFactory->getObject('Config\Manager\Cache')->getGroupValue(
+ '/global/notification/message/', 'skip_static_content_validation_message'
+ );
+
+ if (version_compare($skipMessageForVersion, $this->getHelper('Module')->getVersion(), '==')) {
+ return;
+ }
+
+ $deployDate = $this->getHelper('Magento')->getLastStaticContentDeployDate();
+ if (!$deployDate) {
+ return;
+ }
+
+ $lastDbModificationDate = $this->getHelper('Module')->getLastUpgradeDate();
+ if (empty($lastDbModificationDate)) {
+ $lastDbModificationDate = $this->getHelper('Module')->getInstallationDate();
+ }
+
+ if (empty($lastDbModificationDate)) {
+ return;
+ }
+
+ $lastDbModificationDate = new \DateTime($lastDbModificationDate, new \DateTimeZone('UTC'));
+ $deployDate = new \DateTime($deployDate, new \DateTimeZone('UTC'));
+
+ /** We check only database version because we can't retrieve date of update our module from composer */
+ if ($deployDate > $lastDbModificationDate) {
+ return;
+ }
+
+ $url = $this->getUrl('*/general/skipStaticContentValidationMessage',
+ ['skip_message' => true, 'back' => base64_encode($this->getUrl('*/*/*'))]
+ );
+
+ $this->addExtendedWarningMessage(
+ $this->__(
+ 'Run "setup:static-content:deploy" TODO TEXT
+ Don\'t Show Again '
+ ),
+ self::GLOBAL_MESSAGES_GROUP
+ );
+ }
//########################################
private function isContentLocked()
{
- return $this->getHelper('Module\Maintenance\Setup')->isEnabled() || $this->getHelper('Client')->isBrowserIE() ||
- (
- $this->getHelper('Module\Maintenance\Developer')->isEnabled() &&
- !$this->getHelper('Module\Maintenance\Developer')->isOwner()
- );
+ return $this->getHelper('Module\Maintenance\General')->isEnabled()
+ || $this->getHelper('Client')->isBrowserIE()
+ || (
+ $this->getHelper('Magento')->isProduction() &&
+ !$this->getHelper('Module')->isStaticContentDeployed()
+ )
+ || (
+ $this->getHelper('Module\Maintenance\Debug')->isEnabled() &&
+ !$this->getHelper('Module\Maintenance\Debug')->isOwner()
+ );
}
private function getBlockerWizardNick()
diff --git a/Controller/Adminhtml/Maintenance/Index.php b/Controller/Adminhtml/Maintenance/Index.php
new file mode 100644
index 000000000..cebfb3b29
--- /dev/null
+++ b/Controller/Adminhtml/Maintenance/Index.php
@@ -0,0 +1,51 @@
+pageFactory = $pageFactory;
+ $this->maintenanceHelper = $maintenanceHelper;
+ parent::__construct($context);
+ }
+
+ //########################################
+
+ public function execute()
+ {
+ if (!$this->maintenanceHelper->isEnabled()) {
+ return $this->_redirect('admin');
+ }
+
+ $result = $this->pageFactory->create();
+
+ $result->getConfig()->getTitle()->set(__(
+ 'M2E Pro is currently in a maintenance mode (Module is not working now)'
+ ));
+ $this->_setActiveMenu('Ess_M2ePro::m2epro_maintenance');
+
+ /** @var \Magento\Framework\View\Element\Template $block */
+ $block = $result->getLayout()->createBlock('\Magento\Framework\View\Element\Template');
+ $block->setTemplate('Ess_M2ePro::maintenance.phtml');
+
+ $this->_addContent($block);
+
+ return $result;
+ }
+
+ //########################################
+}
\ No newline at end of file
diff --git a/Controller/Adminhtml/MigrationFromMagento1/Complete.php b/Controller/Adminhtml/MigrationFromMagento1/Complete.php
index 92dc71331..851e88d52 100644
--- a/Controller/Adminhtml/MigrationFromMagento1/Complete.php
+++ b/Controller/Adminhtml/MigrationFromMagento1/Complete.php
@@ -3,8 +3,6 @@
namespace Ess\M2ePro\Controller\Adminhtml\MigrationFromMagento1;
use Ess\M2ePro\Setup\MigrationFromMagento1;
-use Magento\Config\Model\Config;
-use Magento\Setup\Module\SetupFactory;
use Ess\M2ePro\Controller\Adminhtml\Context;
class Complete extends \Ess\M2ePro\Controller\Adminhtml\Base
@@ -43,7 +41,7 @@ public function execute()
return $this->getRawResult();
}
- $this->getHelper('Module\Maintenance\Setup')->disable();
+ $this->getHelper('Module\Maintenance\General')->disable();
$this->getRawResult()->setContents(
$this->__('Migration successfully completed.')
@@ -67,7 +65,7 @@ private function checkPreconditions()
$sourceParams[$paramRow['group']][$paramRow['key']] = $paramRow['value'];
}
- if (!$this->getHelper('Module\Maintenance\Setup')->isEnabled() ||
+ if (!$this->getHelper('Module\Maintenance\General')->isEnabled() ||
empty($sourceParams['/migrationtomagento2/source/']['is_prepared_for_migration']) ||
empty($sourceParams['/migrationtomagento2/source/m2epro/']['version'])
) {
diff --git a/Controller/Adminhtml/MigrationFromMagento1/Prepare.php b/Controller/Adminhtml/MigrationFromMagento1/Prepare.php
index 6f6c28bfb..2f28295c2 100644
--- a/Controller/Adminhtml/MigrationFromMagento1/Prepare.php
+++ b/Controller/Adminhtml/MigrationFromMagento1/Prepare.php
@@ -4,23 +4,11 @@
class Prepare extends \Ess\M2ePro\Controller\Adminhtml\Base
{
- protected $magentoConfig = NULL;
-
- //########################################
-
- public function __construct(
- \Magento\Config\Model\Config $magentoConfig,
- \Ess\M2ePro\Controller\Adminhtml\Context $context
- ) {
- $this->magentoConfig = $magentoConfig;
- parent::__construct($context);
- }
-
//########################################
public function execute()
{
- $this->getHelper('Module\Maintenance\Setup')->enable();
+ $this->getHelper('Module\Maintenance\General')->enable();
try {
$this->prepareDatabase();
diff --git a/Controller/Adminhtml/Settings/License/Change.php b/Controller/Adminhtml/Settings/License/Change.php
index c2dd579e3..0df481823 100644
--- a/Controller/Adminhtml/Settings/License/Change.php
+++ b/Controller/Adminhtml/Settings/License/Change.php
@@ -21,9 +21,7 @@ public function execute()
// Save settings
// ---------------------------------------
$key = strip_tags($post['new_license_key']);
- $primaryConfig->setGroupValue(
- '/'.$this->getHelper('Module')->getName().'/license/','key',(string)$key
- );
+ $primaryConfig->setGroupValue('/license/', 'key', (string)$key);
// ---------------------------------------
try {
diff --git a/Controller/Adminhtml/Settings/License/Create.php b/Controller/Adminhtml/Settings/License/Create.php
index 127108b66..321ae0978 100644
--- a/Controller/Adminhtml/Settings/License/Create.php
+++ b/Controller/Adminhtml/Settings/License/Create.php
@@ -21,6 +21,7 @@ public function execute()
'email',
'firstname',
'lastname',
+ 'phone',
'country',
'city',
'postal_code',
@@ -64,15 +65,14 @@ public function execute()
}
$primaryConfig = $this->getHelper('Primary')->getConfig();
- $oldLicenseKey = $primaryConfig->getGroupValue(
- '/'.$this->getHelper('Module')->getName().'/license/','key'
- );
- $primaryConfig->setGroupValue('/'.$this->getHelper('Module')->getName().'/license/','key','');
+ $oldLicenseKey = $primaryConfig->getGroupValue('/license/', 'key');
+ $primaryConfig->setGroupValue('/license/', 'key', '');
$licenseResult = $this->getHelper('Module\License')->obtainRecord(
$licenseData['email'],
$licenseData['firstname'], $licenseData['lastname'],
- $licenseData['country'], $licenseData['city'], $licenseData['postal_code']
+ $licenseData['country'], $licenseData['city'],
+ $licenseData['postal_code'], $licenseData['phone']
);
if ($licenseResult) {
@@ -81,18 +81,14 @@ public function execute()
$registry->setData('value', json_encode($licenseData));
$registry->save();
- $licenseKey = $this->getHelper('Primary')->getConfig()->getGroupValue(
- '/'.$this->getHelper('Module')->getName().'/license/','key'
- );
+ $licenseKey = $this->getHelper('Primary')->getConfig()->getGroupValue('/license/', 'key');
$this->setAjaxContent(json_encode(array(
'success' => true,
'message' => $this->__('The License Key has been successfully created.'),
'license_key' => $licenseKey
)), false);
} else {
- $primaryConfig->setGroupValue(
- '/'.$this->getHelper('Module')->getName().'/license/','key', $oldLicenseKey
- );
+ $primaryConfig->setGroupValue('/license/','key', $oldLicenseKey);
$this->setAjaxContent(json_encode(array(
'success' => false,
diff --git a/Controller/Adminhtml/Template/CheckMessages.php b/Controller/Adminhtml/Template/CheckMessages.php
index 97c607551..ef84ca93d 100644
--- a/Controller/Adminhtml/Template/CheckMessages.php
+++ b/Controller/Adminhtml/Template/CheckMessages.php
@@ -1,9 +1,9 @@
_addNextWizardPresentation();
-
return $this->getResult();
}
protected function indexAction()
{
if ($this->isNotStarted() || $this->isActive()) {
- return $this->_redirect('*/*/installation', array('_current' => true));
+ $this->installationAction();
+ return;
}
- return $this->_redirect('*/*/congratulation');
+ return $this->congratulationAction();
}
protected function installationAction()
{
if ($this->isFinished()) {
- return $this->_redirect('*/*/index');
+ $this->congratulationAction();
+ return;
}
if ($this->isNotStarted()) {
@@ -237,23 +237,6 @@ public function setStatusAction()
//########################################
- protected function _addNextWizardPresentation()
- {
- $nextWizard = $this->getWizardHelper()->getActiveWizard($this->getCustomViewNick());
- if ($nextWizard) {
- $presentationBlock = $this->createBlock(
- 'Wizard\\' . $this->getWizardHelper()->getNick($nextWizard). '\\Presentation'
- )->setData([
- 'nick' => $this->getWizardHelper()->getNick($nextWizard)
- ]);
- $presentationBlock && $this->addContent($presentationBlock);
- }
-
- return $this;
- }
-
- //########################################
-
protected function renderSimpleStep()
{
$this->addContent(
diff --git a/Controller/Adminhtml/Wizard/InstallationAmazon/CreateLicense.php b/Controller/Adminhtml/Wizard/InstallationAmazon/CreateLicense.php
index 082f11732..d65e30504 100644
--- a/Controller/Adminhtml/Wizard/InstallationAmazon/CreateLicense.php
+++ b/Controller/Adminhtml/Wizard/InstallationAmazon/CreateLicense.php
@@ -12,6 +12,7 @@ public function execute()
'email',
'firstname',
'lastname',
+ 'phone',
'country',
'city',
'postal_code',
@@ -47,7 +48,8 @@ public function execute()
$licenseResult = $this->getHelper('Module\License')->obtainRecord(
$licenseData['email'],
$licenseData['firstname'], $licenseData['lastname'],
- $licenseData['country'], $licenseData['city'], $licenseData['postal_code']
+ $licenseData['country'], $licenseData['city'],
+ $licenseData['postal_code'], $licenseData['phone']
);
$this->setJsonContent(array('status' => $licenseResult));
diff --git a/Controller/Adminhtml/Wizard/InstallationEbay/CreateLicense.php b/Controller/Adminhtml/Wizard/InstallationEbay/CreateLicense.php
index 25ec84b11..eb7b94873 100644
--- a/Controller/Adminhtml/Wizard/InstallationEbay/CreateLicense.php
+++ b/Controller/Adminhtml/Wizard/InstallationEbay/CreateLicense.php
@@ -23,6 +23,7 @@ public function execute()
'email',
'firstname',
'lastname',
+ 'phone',
'country',
'city',
'postal_code',
@@ -61,7 +62,8 @@ public function execute()
$licenseResult = $this->getHelper('Module\License')->obtainRecord(
$licenseData['email'],
$licenseData['firstname'], $licenseData['lastname'],
- $licenseData['country'], $licenseData['city'], $licenseData['postal_code']
+ $licenseData['country'], $licenseData['city'],
+ $licenseData['postal_code'], $licenseData['phone']
);
if (!$licenseResult) {
diff --git a/Controller/Adminhtml/Wizard/MigrationFromMagento1/Synchronization.php b/Controller/Adminhtml/Wizard/MigrationFromMagento1/Synchronization.php
index b80bd8ffd..482b8ebf6 100644
--- a/Controller/Adminhtml/Wizard/MigrationFromMagento1/Synchronization.php
+++ b/Controller/Adminhtml/Wizard/MigrationFromMagento1/Synchronization.php
@@ -13,11 +13,11 @@ public function execute()
->addFieldToFilter('status', \Ess\M2ePro\Model\Marketplace::STATUS_ENABLE);
if (!$marketplaceCollection->count()) {
- //todo
+ $this->setStep($this->getNextStep());
+ } else {
+ $this->getHelper('Data\GlobalData')->setValue('marketplaces', $marketplaceCollection->getItems());
}
- $this->getHelper('Data\GlobalData')->setValue('marketplaces', $marketplaceCollection->getItems());
-
$this->init();
return $this->renderSimpleStep();
diff --git a/Controller/Cron/Index.php b/Controller/Cron/Index.php
index c0106c103..12ad087cf 100644
--- a/Controller/Cron/Index.php
+++ b/Controller/Cron/Index.php
@@ -32,8 +32,6 @@ public function execute()
$connectionId && $this->serviceCronRunner->setRequestConnectionId($connectionId);
$this->serviceCronRunner->process();
-
- exit();
}
//########################################
@@ -44,7 +42,9 @@ private function closeConnection()
ob_start();
ignore_user_abort(true);
- echo 'processing...';
+
+ $this->getResponse()->setContent('processing...');
+ $this->getResponse()->sendContent();
header('Connection: Close');
header('Content-Length: '.ob_get_length());
@@ -55,7 +55,7 @@ private function closeConnection()
}
}
- @flush();
+ flush();
}
//########################################
diff --git a/Controller/Cron/Test.php b/Controller/Cron/Test.php
index c596c2b91..5c2103dd8 100644
--- a/Controller/Cron/Test.php
+++ b/Controller/Cron/Test.php
@@ -2,13 +2,18 @@
namespace Ess\M2ePro\Controller\Cron;
+use Magento\Framework\Controller\ResultFactory;
+
class Test extends \Magento\Framework\App\Action\Action
{
//########################################
public function execute()
{
- exit('ok');
+ $result = $this->resultFactory->create(ResultFactory::TYPE_RAW);
+ $result->setContents('ok');
+
+ return $result;
}
//########################################
diff --git a/Helper/Client.php b/Helper/Client.php
index 7efa4b06e..81952df2a 100644
--- a/Helper/Client.php
+++ b/Helper/Client.php
@@ -15,6 +15,7 @@ class Client extends AbstractHelper
protected $cacheConfig;
protected $filesystem;
protected $resource;
+ protected $phpEnvironmentRequest;
//########################################
@@ -23,12 +24,14 @@ public function __construct(
\Magento\Framework\Filesystem $filesystem,
\Magento\Framework\App\ResourceConnection $resource,
\Ess\M2ePro\Helper\Factory $helperFactory,
- \Magento\Framework\App\Helper\Context $context
+ \Magento\Framework\App\Helper\Context $context,
+ \Magento\Framework\HTTP\PhpEnvironment\Request $phpEnvironmentRequest
)
{
$this->cacheConfig = $cacheConfig;
$this->filesystem = $filesystem;
$this->resource = $resource;
+ $this->phpEnvironmentRequest = $phpEnvironmentRequest;
parent::__construct($helperFactory, $context);
}
@@ -50,7 +53,7 @@ public function getDomain()
return strtolower(trim($domain));
}
- $domain = isset($_SERVER['HTTP_HOST']) ? rtrim($_SERVER['HTTP_HOST'], '/') : NULL;
+ $domain = rtrim($this->phpEnvironmentRequest->getServer('HTTP_HOST'), '/');
if (!empty($domain)) {
return strtolower(trim($domain));
@@ -67,8 +70,8 @@ public function getIp()
return strtolower(trim($ip));
}
- $ip = isset($_SERVER['SERVER_ADDR']) ? $_SERVER['SERVER_ADDR'] : NULL;
- empty($ip) && $ip = isset($_SERVER['LOCAL_ADDR']) ? $_SERVER['LOCAL_ADDR'] : NULL;
+ $ip = $this->phpEnvironmentRequest->getServer('SERVER_ADDR');
+ empty($ip) && $ip = $this->phpEnvironmentRequest->getServer('LOCAL_ADDR');
if (!empty($ip)) {
return strtolower(trim($ip));
@@ -111,12 +114,14 @@ public function updateBackupConnectionData($forceUpdate = false)
return;
}
- $domain = isset($_SERVER['HTTP_HOST']) ? rtrim($_SERVER['HTTP_HOST'], '/') : '127.0.0.1';
+ $domain = rtrim($this->phpEnvironmentRequest->getServer('HTTP_HOST'), '/');
+ empty($domain) && $domain = '127.0.0.1';
strpos($domain,'www.') === 0 && $domain = substr($domain,4);
$this->cacheConfig->setGroupValue('/location_info/', 'domain', $domain);
- $ip = isset($_SERVER['SERVER_ADDR']) ? $_SERVER['SERVER_ADDR'] : NULL;
- empty($ip) && $ip = isset($_SERVER['LOCAL_ADDR']) ? $_SERVER['LOCAL_ADDR'] : '127.0.0.1';
+ $ip = $this->phpEnvironmentRequest->getServer('SERVER_ADDR');
+ empty($ip) && $ip = $this->phpEnvironmentRequest->getServer('LOCAL_ADDR');
+ empty($ip) && $ip = '127.0.0.1';
$this->cacheConfig->setGroupValue('/location_info/', 'ip', $ip);
$directory = $this->filesystem->getDirectoryRead(\Magento\Framework\App\Filesystem\DirectoryList::ROOT);
@@ -131,12 +136,12 @@ public function updateBackupConnectionData($forceUpdate = false)
public function getPhpVersion()
{
- return @phpversion();
+ return phpversion();
}
public function getPhpApiName()
{
- return @php_sapi_name();
+ return php_sapi_name();
}
// ---------------------------------------
@@ -157,7 +162,7 @@ public function getPhpSettings()
{
return array(
'memory_limit' => $this->getMemoryLimit(),
- 'max_execution_time' => $this->isPhpApiApacheHandler() ? @ini_get('max_execution_time') : NULL,
+ 'max_execution_time' => $this->isPhpApiApacheHandler() ? ini_get('max_execution_time') : NULL,
'phpinfo' => $this->getPhpInfoArray()
);
}
@@ -296,7 +301,7 @@ public function getSystem()
public function isBrowserIE()
{
- return isset($_SERVER['HTTP_USER_AGENT']) && strpos($_SERVER['HTTP_USER_AGENT'], 'MSIE') !== false;
+ return strpos($this->phpEnvironmentRequest->getServer('HTTP_USER_AGENT'), 'MSIE') !== false;
}
// ---------------------------------------
@@ -362,7 +367,7 @@ public function setMemoryLimit($maxSize = 512)
*/
public function setPcreRecursionLimit($limit = 1000)
{
- @ini_set('pcre.recursion_limit', $limit);
+ ini_set('pcre.recursion_limit', $limit);
}
//########################################
diff --git a/Helper/Client/Cache.php b/Helper/Client/Cache.php
index b8ebc9e65..391d35cc2 100644
--- a/Helper/Client/Cache.php
+++ b/Helper/Client/Cache.php
@@ -46,79 +46,43 @@ public function isZendOpcacheAvailable()
//########################################
-// public function getBackend()
-// {
-// return strtolower((string)Mage::getConfig()->getNode('global/cache/backend'));
-// }
-//
-// public function getFastBackend()
-// {
-// return strtolower((string)Mage::getConfig()->getNode('global/cache/fast_backend'));
-// }
-//
-// public function getSlowBackend()
-// {
-// return strtolower((string)Mage::getConfig()->getNode('global/cache/slow_backend'));
-// }
+ // todo implement
+ public function getBackend()
+ {
+ return false;
+ }
+
+ // todo implement
+ public function getFastBackend()
+ {
+ return false;
+ }
+
+ // todo implement
+ public function getSlowBackend()
+ {
+ return false;
+ }
//########################################
-// public function isApcEnabled()
-// {
-// return $this->getBackend() == self::BACKEND_TYPE_APC ||
-// $this->getFastBackend() == self::BACKEND_TYPE_APC;
-// }
-//
-// public function isMemchachedEnabled()
-// {
-// return $this->getBackend() == self::BACKEND_TYPE_MEMCACHED ||
-// $this->getFastBackend() == self::BACKEND_TYPE_MEMCACHED;
-// }
-//
-// public function isRedisEnabled()
-// {
-// return $this->getBackend() == self::BACKEND_TYPE_REDIS ||
-// $this->getFastBackend() == self::BACKEND_TYPE_REDIS;
-// }
-//
-// public function isTwoLevelsCacheEnabled()
-// {
-// return Mage::app()->getCache()->getBackend() instanceof Zend_Cache_Backend_TwoLevels;
-// }
-//
-// public function isAutoRefreshCacheEnabled()
-// {
-// return (bool)Mage::getConfig()->getNode('global/cache/auto_refresh_fast_cache');
-// }
-//
-// // ---------------------------------------
-//
-// public function isWrongCacheConfiguration()
-// {
-// if (!$this->isTwoLevelsCacheEnabled()) {
-// return false;
-// }
-//
-// if ($this->isAutoRefreshCacheEnabled()) {
-// return true;
-// }
-//
-// if ($this->getSlowBackend() != '' &&
-// $this->getSlowBackend() != self::BACKEND_TYPE_FILE &&
-// $this->getSlowBackend() != self::BACKEND_TYPE_SQLITE &&
-// $this->getSlowBackend() != self::BACKEND_TYPE_DB) {
-//
-// return true;
-// }
-//
-// if (($this->getSlowBackend() == '' || $this->getSlowBackend() == self::BACKEND_TYPE_FILE) &&
-// Mage::getConfig()->getNode('global/cache/slow_backend_options')) {
-//
-// return true;
-// }
-//
-// return false;
-// }
+ // todo implement
+ public function isApcEnabled()
+ {
+ return false;
+ }
+
+ // todo implement
+ public function isMemchachedEnabled()
+ {
+ return false;
+ }
+
+ // todo implement
+ public function isRedisEnabled()
+ {
+ return false;
+ }
//########################################
}
\ No newline at end of file
diff --git a/Helper/Component/Amazon/Vocabulary.php b/Helper/Component/Amazon/Vocabulary.php
index baa25a251..448646d6f 100644
--- a/Helper/Component/Amazon/Vocabulary.php
+++ b/Helper/Component/Amazon/Vocabulary.php
@@ -341,7 +341,7 @@ public function addOptionToServerStorage($productOption, $channelOption, $channe
$dispatcherObject->process($connectorObj);
- } catch (Exception $exception) {
+ } catch (\Exception $exception) {
$this->getHelper('Module\Exception')->process($exception);
}
}
diff --git a/Helper/Component/Ebay/Category/Ebay.php b/Helper/Component/Ebay/Category/Ebay.php
index 0c5321d4f..dc42ea8c7 100644
--- a/Helper/Component/Ebay/Category/Ebay.php
+++ b/Helper/Component/Ebay/Category/Ebay.php
@@ -141,7 +141,7 @@ public function getFeatures($categoryId, $marketplaceId)
{
$cacheKey = '_ebay_category_features_'.$marketplaceId.'_'.$categoryId;
- if (($cacheValue = $this->getHelper('Data\Cache\Permanent')->getValue($cacheKey)) !== false) {
+ if (($cacheValue = $this->getHelper('Data\Cache\Permanent')->getValue($cacheKey)) !== NULL) {
return $cacheValue;
}
@@ -180,7 +180,7 @@ public function getSpecifics($categoryId, $marketplaceId)
{
$cacheKey = '_ebay_category_item_specifics_'.$categoryId.'_'.$marketplaceId;
- if (($cacheValue = $this->getHelper('Data\Cache\Permanent')->getValue($cacheKey)) !== false) {
+ if (($cacheValue = $this->getHelper('Data\Cache\Permanent')->getValue($cacheKey)) !== NULL) {
return $cacheValue;
}
diff --git a/Helper/Component/Ebay/PickupStore.php b/Helper/Component/Ebay/PickupStore.php
index 4fe054e41..1a64579f7 100644
--- a/Helper/Component/Ebay/PickupStore.php
+++ b/Helper/Component/Ebay/PickupStore.php
@@ -34,15 +34,15 @@ public function __construct(
public function isFeatureEnabled()
{
- $sessionCache = $this->getHelper('Data\Cache\Session');
+ $runtimeCache = $this->getHelper('Data\Cache\Runtime');
- if (!is_null($sessionCache->getValue('bopis'))) {
- return $sessionCache->getValue('bopis');
+ if (!is_null($runtimeCache->getValue(__METHOD__))) {
+ return $runtimeCache->getValue(__METHOD__);
}
$isEnabled = (bool)$this->getEnabledAccount();
- $sessionCache->setValue('bopis', $isEnabled);
+ $runtimeCache->setValue(__METHOD__, $isEnabled);
return $isEnabled;
}
diff --git a/Helper/Data.php b/Helper/Data.php
index 911d3989f..f6d42b219 100644
--- a/Helper/Data.php
+++ b/Helper/Data.php
@@ -299,12 +299,14 @@ public function getControllerActions($controllerClass, array $params = array())
$cachedActions = $this->getHelper('Data\Cache\Permanent')->getValue('controller_actions_' . $classRoute);
- if ($cachedActions !== false) {
- return $this->getActionsWithParameters($cachedActions, $params);
+ if ($cachedActions !== NULL) {
+ return $this->getActionsUrlsWithParameters($cachedActions, $params);
}
}
- $controllersDir = $this->dir->getDir('Ess_M2ePro', \Magento\Framework\Module\Dir::MODULE_CONTROLLER_DIR);
+ $controllersDir = $this->dir->getDir(
+ \Ess\M2ePro\Helper\Module::IDENTIFIER, \Magento\Framework\Module\Dir::MODULE_CONTROLLER_DIR
+ );
$controllerDir = $controllersDir . '/Adminhtml/' . str_replace('\\', '/', $controllerClass);
$actions = [];
@@ -319,31 +321,26 @@ public function getControllerActions($controllerClass, array $params = array())
$action = $temp[0];
$action{0} = strtolower($action{0});
- $route = $classRoute . '/' . $action;
-
- $url = $this->urlBuilder->getUrl('m2epro/' . $route);
- $actions[$route] = $url;
+ $actions[] = $classRoute . '/' . $action;
}
}
- $this->getHelper('Data\Cache\Permanent')->setValue('controller_actions_' . $classRoute, $actions);
+ if (!$this->getHelper('Module')->isDevelopmentEnvironment()) {
+ $this->getHelper('Data\Cache\Permanent')->setValue('controller_actions_' . $classRoute, $actions);
+ }
- return $this->getActionsWithParameters($actions, $params);
+ return $this->getActionsUrlsWithParameters($actions, $params);
}
- private function getActionsWithParameters(array $actions, array $parameters = [])
+ private function getActionsUrlsWithParameters(array $actions, array $parameters = [])
{
- if (empty($parameters)) {
- return $actions;
- }
-
- $actionsWithParameters = [];
- foreach ($actions as $route => $action) {
+ $actionsUrls = [];
+ foreach ($actions as $route) {
$url = $this->urlBuilder->getUrl('m2epro/' . $route, $parameters);
- $actionsWithParameters[$route] = $url;
+ $actionsUrls[$route] = $url;
}
- return $actionsWithParameters;
+ return $actionsUrls;
}
//########################################
diff --git a/Helper/Data/Cache/Permanent.php b/Helper/Data/Cache/Permanent.php
index b0d9f6bef..c57d2c692 100644
--- a/Helper/Data/Cache/Permanent.php
+++ b/Helper/Data/Cache/Permanent.php
@@ -8,6 +8,8 @@
namespace Ess\M2ePro\Helper\Data\Cache;
+use Ess\M2ePro\Model\Exception;
+
class Permanent extends \Ess\M2ePro\Helper\Data\Cache\AbstractHelper
{
/**
@@ -37,12 +39,15 @@ public function getValue($key)
{
$cacheKey = \Ess\M2ePro\Helper\Data::CUSTOM_IDENTIFIER.'_'.$key;
$value = $this->cache->load($cacheKey);
- $value !== false && $value = @unserialize($value);
- return $value;
+ return $value === false ? NULL : unserialize($value);
}
public function setValue($key, $value, array $tags = array(), $lifeTime = NULL)
{
+ if ($value === NULL) {
+ throw new Exception('Can\'t store NULL value');
+ }
+
if (is_null($lifeTime) || (int)$lifeTime <= 0) {
$lifeTime = 60*60*24*365*5;
}
@@ -54,7 +59,7 @@ public function setValue($key, $value, array $tags = array(), $lifeTime = NULL)
$preparedTags[] = \Ess\M2ePro\Helper\Data::CUSTOM_IDENTIFIER.'_'.$tag;
}
- $this->cache->save(@serialize($value), $cacheKey, $preparedTags, (int)$lifeTime);
+ $this->cache->save(serialize($value), $cacheKey, $preparedTags, (int)$lifeTime);
}
//########################################
diff --git a/Helper/Data/Cache/Session.php b/Helper/Data/Cache/Runtime.php
similarity index 89%
rename from Helper/Data/Cache/Session.php
rename to Helper/Data/Cache/Runtime.php
index a401d7c6c..f74c47a26 100644
--- a/Helper/Data/Cache/Session.php
+++ b/Helper/Data/Cache/Runtime.php
@@ -8,7 +8,7 @@
namespace Ess\M2ePro\Helper\Data\Cache;
-class Session extends \Ess\M2ePro\Helper\Data\Cache\AbstractHelper
+class Runtime extends \Ess\M2ePro\Helper\Data\Cache\AbstractHelper
{
//########################################
@@ -18,7 +18,7 @@ class Session extends \Ess\M2ePro\Helper\Data\Cache\AbstractHelper
public function getValue($key)
{
- return !empty($this->cacheStorage[$key]['data']) ? $this->cacheStorage[$key]['data'] : null;
+ return isset($this->cacheStorage[$key]['data']) ? $this->cacheStorage[$key]['data'] : null;
}
public function setValue($key, $value, array $tags = array(), $lifetime = null)
diff --git a/Helper/Magento.php b/Helper/Magento.php
index ec8913837..961fd2ec2 100644
--- a/Helper/Magento.php
+++ b/Helper/Magento.php
@@ -10,6 +10,9 @@
class Magento extends \Ess\M2ePro\Helper\AbstractHelper
{
+ protected $deploymentVersionStorageFile;
+ protected $filesystem;
+ protected $themeResolver;
protected $productMetadata;
protected $resource;
protected $moduleList;
@@ -20,15 +23,18 @@ class Magento extends \Ess\M2ePro\Helper\AbstractHelper
protected $translatedLists;
protected $countryFactory;
protected $notificationFactory;
- protected $eavConfig;
protected $entityStore;
protected $objectManager;
protected $appCache;
protected $eventConfig;
+ protected $sequenceManager;
//########################################
public function __construct(
+ \Magento\Framework\App\View\Deployment\Version\Storage\File $deploymentVersionStorageFile,
+ \Magento\Framework\Filesystem $filesystem,
+ \Magento\Framework\View\Design\Theme\ResolverInterface $themeResolver,
\Magento\Framework\App\ProductMetadataInterface $productMetadata,
\Magento\Framework\App\ResourceConnection $resource,
\Magento\Framework\Module\ModuleListInterface $moduleList,
@@ -39,15 +45,18 @@ public function __construct(
\Magento\Framework\Locale\TranslatedLists $translatedLists,
\Magento\Directory\Model\CountryFactory $countryFactory,
\Magento\AdminNotification\Model\InboxFactory $notificationFactory,
- \Magento\Eav\Model\Config $eavConfig,
\Magento\Eav\Model\Entity\Store $entityStore,
\Magento\Framework\ObjectManagerInterface $objectManager,
\Magento\Framework\App\CacheInterface $appCache,
\Magento\Framework\Event\Config $eventConfig,
+ \Magento\SalesSequence\Model\Manager $sequenceManager,
\Ess\M2ePro\Helper\Factory $helperFactory,
\Magento\Framework\App\Helper\Context $context
)
{
+ $this->deploymentVersionStorageFile = $deploymentVersionStorageFile;
+ $this->filesystem = $filesystem;
+ $this->themeResolver = $themeResolver;
$this->productMetadata = $productMetadata;
$this->resource = $resource;
$this->moduleList = $moduleList;
@@ -58,11 +67,12 @@ public function __construct(
$this->translatedLists = $translatedLists;
$this->countryFactory = $countryFactory;
$this->notificationFactory = $notificationFactory;
- $this->eavConfig = $eavConfig;
$this->entityStore = $entityStore;
$this->objectManager = $objectManager;
$this->appCache = $appCache;
$this->eventConfig = $eventConfig;
+ $this->sequenceManager = $sequenceManager;
+
parent::__construct($helperFactory, $context);
}
@@ -88,45 +98,19 @@ public function getRevision()
public function getEditionName()
{
- if ($this->isProfessionalEdition()) {
- return 'professional';
- }
- if ($this->isEnterpriseEdition()) {
- return 'enterprise';
- }
- if ($this->isCommunityEdition()) {
- return 'community';
- }
-
- return 'undefined';
+ return strtolower($this->productMetadata->getEdition());
}
// ---------------------------------------
- public function isProfessionalEdition()
- {
- //TODO
-// return Mage::getConfig()->getModuleConfig('Enterprise_Enterprise') &&
-// !Mage::getConfig()->getModuleConfig('Enterprise_AdminGws') &&
-// !Mage::getConfig()->getModuleConfig('Enterprise_Checkout') &&
-// !Mage::getConfig()->getModuleConfig('Enterprise_Customer');
- return false;
- }
-
public function isEnterpriseEdition()
{
- //TODO
-// return Mage::getConfig()->getModuleConfig('Enterprise_Enterprise') &&
-// Mage::getConfig()->getModuleConfig('Enterprise_AdminGws') &&
-// Mage::getConfig()->getModuleConfig('Enterprise_Checkout') &&
-// Mage::getConfig()->getModuleConfig('Enterprise_Customer');
- return false;
+ return $this->getEditionName() == 'enterprise';
}
public function isCommunityEdition()
{
- return !$this->isProfessionalEdition() &&
- !$this->isEnterpriseEdition();
+ return $this->getEditionName() == 'community';
}
//########################################
@@ -136,6 +120,16 @@ public function isDeveloper()
return $this->appState->getMode() == \Magento\Framework\App\State::MODE_DEVELOPER;
}
+ public function isProduction()
+ {
+ return $this->appState->getMode() == \Magento\Framework\App\State::MODE_PRODUCTION;
+ }
+
+ public function isDefault()
+ {
+ return $this->appState->getMode() == \Magento\Framework\App\State::MODE_DEFAULT;
+ }
+
public function isCronWorking()
{
$minDateTime = new \DateTime(
@@ -174,6 +168,11 @@ public function getLocale()
$localeComponents = explode('_' , $this->localeResolver->getLocale());
return strtolower(array_shift($localeComponents));
}
+
+ public function getDefaultLocale()
+ {
+ return $this->localeResolver->getDefaultLocale();
+ }
public function getBaseCurrency()
{
@@ -183,6 +182,13 @@ public function getBaseCurrency()
);
}
+ // ---------------------------------------
+
+ public function getThemePath()
+ {
+ return $this->themeResolver->get()->getFullPath();
+ }
+
// ---------------------------------------
public function isSecretKeyToUrl()
@@ -209,9 +215,9 @@ public function addGlobalNotification($title,
$url = NULL)
{
$dataForAdd = [
- 'title' => $title,
+ 'title' => !is_null($title) ? $title : $this->getHelper('Module\Translation')->__('M2E Pro Notification'),
'description' => $description,
- 'url' => !is_null($url) ? $url : 'http://m2epro.com/?'.sha1($title),
+ 'url' => !is_null($url) ? $url : 'http://m2epro.com/?' . sha1(!is_null($title) ? $title : $description),
'severity' => $type,
'date_added' => date('Y-m-d H:i:s')
];
@@ -221,6 +227,35 @@ public function addGlobalNotification($title,
//########################################
+ public function isStaticContentExists($path = null)
+ {
+ $directoryReader = $this->filesystem->getDirectoryRead(
+ \Magento\Framework\App\Filesystem\DirectoryList::STATIC_VIEW
+ );
+
+ $basePath = $this->getThemePath() . DIRECTORY_SEPARATOR
+ . $this->getDefaultLocale() . DIRECTORY_SEPARATOR;
+
+ if (!is_null($path)) {
+ $basePath .= $path;
+ }
+
+ return $directoryReader->isExist($basePath);
+ }
+
+ public function getLastStaticContentDeployDate()
+ {
+ try {
+ $deployedTimeStamp = $this->deploymentVersionStorageFile->load();
+ } catch (\Exception $e) {
+ return false;
+ }
+
+ return $deployedTimeStamp ? $this->getHelper('Data')->getDate($deployedTimeStamp) : false;
+ }
+
+ //########################################
+
public function getCountries()
{
return $this->countryFactory->create()->getCollection()->toOptionArray();
@@ -320,15 +355,14 @@ public function getConflictedModules()
{
$modules = $this->moduleList->getAll();
- // TODO
$conflictedModules = [];
$result = [];
- foreach ($conflictedModules as $expression=>$description) {
+ foreach ($conflictedModules as $expression => $description) {
foreach ($modules as $module => $data) {
if (preg_match($expression, $module)) {
- $result[$module] = array_merge($data, ['description'=>$description]);
+ $result[$module] = array_merge($data, ['description' => $description]);
}
}
}
@@ -374,45 +408,11 @@ public function getAllEventObservers()
public function getNextMagentoOrderId()
{
- $orderEntityType = $this->eavConfig->getEntityType('order');
- $defaultStoreId = $this->getHelper('Magento\Store')->getDefaultStoreId();
-
- if (!$orderEntityType->getIncrementModel()) {
- return false;
- }
-
- $entityStoreConfig = $this->entityStore->loadByEntityStore(
- $orderEntityType->getId(), $defaultStoreId
+ $sequence = $this->sequenceManager->getSequence(
+ \Magento\Sales\Model\Order::ENTITY, $this->getHelper('Magento\Store')->getDefaultStoreId()
);
- if (!$entityStoreConfig->getId()) {
- $entityStoreConfig
- ->setEntityTypeId($orderEntityType->getId())
- ->setStoreId($defaultStoreId)
- ->setIncrementPrefix($defaultStoreId)
- ->save();
- }
-
- $incrementInstance = $this->objectManager->create($orderEntityType->getIncrementModel())
- ->setPrefix($entityStoreConfig->getIncrementPrefix())
- ->setPadLength($orderEntityType->getIncrementPadLength())
- ->setPadChar($orderEntityType->getIncrementPadChar())
- ->setLastId($entityStoreConfig->getIncrementLastId())
- ->setEntityTypeId($entityStoreConfig->getEntityTypeId())
- ->setStoreId($entityStoreConfig->getStoreId());
-
- return $incrementInstance->getNextId();
- }
-
- public function isMagentoOrderIdUsed($orderId)
- {
- $connRead = $this->resource->getConnection();
- $select = $connRead->select();
-
- $table = $this->objectManager->create('Magento\Sales\Model\Order')->getResource()->getMainTable();
- $select->from($table, 'entity_id')->where('increment_id = :increment_id');
-
- return $connRead->fetchOne($select, array(':increment_id' => $orderId)) > 0;
+ return $sequence->getNextValue();
}
//########################################
diff --git a/Helper/Magento/Admin.php b/Helper/Magento/Admin.php
new file mode 100644
index 000000000..f10fd6bf8
--- /dev/null
+++ b/Helper/Magento/Admin.php
@@ -0,0 +1,74 @@
+user = $user;
+ $this->storeManager = $storeManager;
+ $this->authSession = $authSession;
+
+ parent::__construct($objectManager, $helperFactory, $context);
+ }
+
+ //########################################
+
+ public function getCurrentInfo()
+ {
+ $defaultStoreId = $this->getHelper('Magento\Store')->getDefaultStoreId();
+
+ // ---------------------------------------
+ $userId = $this->authSession->getUser()->getId();
+ $userInfo = $this->user->load($userId)->getData();
+
+ $tempPath = defined('Mage_Shipping_Model_Config::XML_PATH_ORIGIN_CITY')
+ ? \Magento\Shipping\Model\Config::XML_PATH_ORIGIN_CITY : 'shipping/origin/city';
+ $userInfo['city'] = $this->storeManager->getStore($defaultStoreId)->getConfig($tempPath);
+
+ $tempPath = defined('Mage_Shipping_Model_Config::XML_PATH_ORIGIN_POSTCODE')
+ ? \Magento\Shipping\Model\Config::XML_PATH_ORIGIN_POSTCODE : 'shipping/origin/postcode';
+ $userInfo['postal_code'] = $this->storeManager->getStore($defaultStoreId)->getConfig($tempPath);
+
+ $userInfo['country'] = $this->storeManager->getStore($defaultStoreId)->getConfig('general/country/default');
+ // ---------------------------------------
+
+ $requiredKeys = array(
+ 'email',
+ 'firstname',
+ 'lastname',
+ 'country',
+ 'city',
+ 'postal_code',
+ );
+
+ foreach ($userInfo as $key => $value) {
+ if (!in_array($key, $requiredKeys)) {
+ unset($userInfo[$key]);
+ }
+ }
+
+ return $userInfo;
+ }
+
+ //########################################
+}
\ No newline at end of file
diff --git a/Helper/Module.php b/Helper/Module.php
index 367a5ac05..091183fe8 100644
--- a/Helper/Module.php
+++ b/Helper/Module.php
@@ -23,6 +23,7 @@ class Module extends AbstractHelper
const DEVELOPMENT_MODE_COOKIE_KEY = 'm2epro_development_mode';
+ protected $activeRecordFactory;
protected $moduleConfig;
protected $cacheConfig;
protected $primaryConfig;
@@ -33,6 +34,7 @@ class Module extends AbstractHelper
//########################################
public function __construct(
+ \Ess\M2ePro\Model\ActiveRecord\Factory $activeRecordFactory,
\Ess\M2ePro\Model\Config\Manager\Module $moduleConfig,
\Ess\M2ePro\Model\Config\Manager\Cache $cacheConfig,
\Ess\M2ePro\Model\Config\Manager\Primary $primaryConfig,
@@ -43,6 +45,7 @@ public function __construct(
\Magento\Framework\App\Helper\Context $context
)
{
+ $this->activeRecordFactory = $activeRecordFactory;
$this->moduleConfig = $moduleConfig;
$this->cacheConfig = $cacheConfig;
$this->primaryConfig = $primaryConfig;
@@ -66,37 +69,24 @@ public function getConfig()
public function getName()
{
- return 'm2epro';
+ return 'm2epro-m2';
}
public function getVersion()
{
- // TODO
- $version = (string)$this->moduleList->getOne('Ess_M2ePro')['setup_version'];
- $version = strtolower($version);
-
- if ($this->getHelper('Data\Cache\Permanent')->getValue('MODULE_VERSION_UPDATER') === false) {
- $this->primaryConfig->setGroupValue(
- '/modules/', $this->getName(), $version.'.r'.$this->getRevision()
- );
- $this->getHelper('Data\Cache\Permanent')->setValue('MODULE_VERSION_UPDATER',array(),array(),60*60*24);
- }
-
- return $version;
+ return (string)$this->moduleList->getOne(self::IDENTIFIER)['setup_version'];
}
public function getRevision()
{
- return '#REVISION#';
+ return '1171';
}
// ---------------------------------------
public function getInstallationKey()
{
- return $this->primaryConfig->getGroupValue(
- '/'.$this->getName().'/server/', 'installation_key'
- );
+ return $this->primaryConfig->getGroupValue('/server/', 'installation_key');
}
public function getVersionWithRevision()
@@ -104,12 +94,33 @@ public function getVersionWithRevision()
return $this->getVersion().'r'.$this->getRevision();
}
+ public function getInstallationDate()
+ {
+ $setupCollection = $this->activeRecordFactory->getObject('Setup')->getCollection();
+ $setupCollection->addFieldToFilter('version_from', ['null' => true])
+ ->addFieldToFilter('version_to', ['notnull' => true])
+ ->addFieldToFilter('is_completed', 1)
+ ->setOrder('id', \Magento\Framework\Data\Collection\AbstractDb::SORT_ORDER_ASC);
+ return $setupCollection->setPageSize(1)->getFirstItem()->getUpdateDate();
+ }
+
+ public function getLastUpgradeDate()
+ {
+ $setupCollection = $this->activeRecordFactory->getObject('Setup')->getCollection();
+ $setupCollection->addFieldToFilter('version_from', ['notnull' => true])
+ ->addFieldToFilter('version_to', ['notnull' => true])
+ ->addFieldToFilter('is_completed', 1)
+ ->setOrder('id', \Magento\Framework\Data\Collection\AbstractDb::SORT_ORDER_DESC);
+ return $setupCollection->setPageSize(1)->getFirstItem()->getUpdateDate();
+ }
+
//########################################
public function isReadyToWork()
{
- return $this->getHelper('View\Ebay')->isInstallationWizardFinished() ||
- $this->getHelper('View\Amazon')->isInstallationWizardFinished();
+ return $this->getHelper('Component')->getEnabledComponents() &&
+ ($this->getHelper('View\Ebay')->isInstallationWizardFinished() ||
+ $this->getHelper('View\Amazon')->isInstallationWizardFinished());
}
// ---------------------------------------
@@ -144,8 +155,7 @@ public function isProductionMode()
// ---------------------------------------
- // todo rename -> setDevelopmentMode
- public function setDevelopmentModeMode($value)
+ public function setDevelopmentMode($value)
{
$cookieMetadata = $this->cookieMetadataFactory->createPublicCookieMetadata()
->setHttpOnly(true)
@@ -157,6 +167,34 @@ public function setDevelopmentModeMode($value)
}
}
+ // ---------------------------------------
+
+ public function isStaticContentDeployed()
+ {
+ $staticContentValidationResult = $this->getHelper('Data\Cache\Runtime')->getValue(__METHOD__);
+
+ if (!is_null($staticContentValidationResult)) {
+ return $staticContentValidationResult;
+ }
+
+ $result = true;
+
+ /** @var \Ess\M2ePro\Helper\Magento $magentoHelper */
+ $magentoHelper = $this->getHelper('Magento');
+ $moduleDir = \Ess\M2ePro\Helper\Module::IDENTIFIER . DIRECTORY_SEPARATOR;
+
+ if (!$magentoHelper->isStaticContentExists($moduleDir.'css') ||
+ !$magentoHelper->isStaticContentExists($moduleDir.'fonts') ||
+ !$magentoHelper->isStaticContentExists($moduleDir.'images') ||
+ !$magentoHelper->isStaticContentExists($moduleDir.'js')) {
+
+ $result = false;
+ }
+
+ $this->getHelper('Data\Cache\Runtime')->setValue(__METHOD__, $result);
+ return $result;
+ }
+
//########################################
public function getRequirementsInfo()
@@ -165,18 +203,6 @@ public function getRequirementsInfo()
$requirements = array (
- 'php_version' => array(
- 'title' => $this->getHelper('Module\Translation')->__('PHP Version'),
- 'condition' => array(
- 'sign' => '>=',
- 'value' => '5.3.0'
- ),
- 'current' => array(
- 'value' => $this->getHelper('Client')->getPhpVersion(),
- 'status' => true
- )
- ),
-
'memory_limit' => array(
'title' => $this->getHelper('Module\Translation')->__('Memory Limit'),
'condition' => array(
@@ -189,19 +215,6 @@ public function getRequirementsInfo()
)
),
- 'magento_version' => array(
- 'title' => $this->getHelper('Module\Translation')->__('Magento Version'),
- 'condition' => array(
- 'sign' => '>=',
- 'value' => $this->getHelper('Magento')->isEnterpriseEdition() ? '1.7.0.0' :
- ($this->getHelper('Magento')->isProfessionalEdition() ? '1.7.0.0' : '1.4.1.0')
- ),
- 'current' => array(
- 'value' => $this->getHelper('Magento')->getVersion(false),
- 'status' => true
- )
- ),
-
'max_execution_time' => array(
'title' => $this->getHelper('Module\Translation')->__('Max Execution Time'),
'condition' => array(
@@ -234,80 +247,18 @@ public function getRequirementsInfo()
return $requirements;
}
- // ---------------------------------------
-
- // TODO magento 2
- public function getFoldersAndFiles()
- {
- $paths = array(
- 'app/code/community/Ess/',
- 'app/code/community/Ess/M2ePro/*',
-
- 'app/locale/*/Ess_M2ePro.csv',
- 'app/etc/modules/Ess_M2ePro.xml',
- 'app/design/adminhtml/default/default/layout/M2ePro.xml',
-
- 'js/M2ePro/*',
- 'skin/adminhtml/default/default/M2ePro/*',
- 'skin/adminhtml/default/enterprise/M2ePro/*',
- 'app/design/adminhtml/default/default/template/M2ePro/*'
- );
-
- return $paths;
- }
-
- // TODO magento 2
- public function getUnWritableDirectories()
- {
- $directoriesForCheck = array();
- foreach ($this->getFoldersAndFiles() as $item) {
-
- $fullDirPath = Mage::getBaseDir().DS.$item;
-
- if (preg_match('/\*.*$/',$item)) {
- $fullDirPath = preg_replace('/\*.*$/', '', $fullDirPath);
- $directoriesForCheck = array_merge($directoriesForCheck, $this->getDirectories($fullDirPath));
- }
-
- $directoriesForCheck[] = dirname($fullDirPath);
- is_dir($fullDirPath) && $directoriesForCheck[] = rtrim($fullDirPath, '/\\');
- }
- $directoriesForCheck = array_unique($directoriesForCheck);
-
- $unWritableDirs = array();
- foreach ($directoriesForCheck as $directory) {
- !is_dir_writeable($directory) && $unWritableDirs[] = $directory;
- }
-
- return $unWritableDirs;
- }
-
- // ---------------------------------------
-
- private function getDirectories($dirPath)
- {
- $directoryIterator = new \RecursiveDirectoryIterator($dirPath, \FilesystemIterator::SKIP_DOTS);
- $iterator = new \RecursiveIteratorIterator($directoryIterator, \RecursiveIteratorIterator::SELF_FIRST);
-
- $directories = array();
- foreach ($iterator as $path) {
- $path->isDir() && $directories[] = rtrim($path->getPathname(),'/\\');
- }
-
- return $directories;
- }
-
//########################################
public function getServerMessages()
{
- $messages = $this->primaryConfig->getGroupValue(
- '/'.$this->getName().'/server/', 'messages'
- );
+ /** @var \Ess\M2ePro\Model\Registry $registryModel */
+ $registryModel = $this->activeRecordFactory->getObjectLoaded('Registry', '/server/messages/', 'key', false);
+
+ if (is_null($registryModel)) {
+ return array();
+ }
- $messages = (!is_null($messages) && $messages != '') ?
- (array)json_decode((string)$messages,true) :
- array();
+ $messages = $registryModel->getValueFromJson();
$messages = array_filter($messages,array($this,'getServerMessagesFilterModuleMessages'));
!is_array($messages) && $messages = array();
@@ -326,7 +277,6 @@ public function getServerMessagesFilterModuleMessages($message)
//########################################
- // todo remove
public function clearConfigCache()
{
$this->cacheConfig->clear();
diff --git a/Helper/Module/Database/Repair.php b/Helper/Module/Database/Repair.php
index f828aa1a8..83a536010 100644
--- a/Helper/Module/Database/Repair.php
+++ b/Helper/Module/Database/Repair.php
@@ -11,16 +11,19 @@
class Repair extends \Ess\M2ePro\Helper\AbstractHelper
{
protected $resourceConnection;
+ protected $cacheConfig;
//########################################
public function __construct(
\Magento\Framework\App\ResourceConnection $resourceConnection,
+ \Ess\M2ePro\Model\Config\Manager\Cache $cacheConfig,
\Ess\M2ePro\Helper\Factory $helperFactory,
\Magento\Framework\App\Helper\Context $context
)
{
$this->resourceConnection = $resourceConnection;
+ $this->cacheConfig = $cacheConfig;
parent::__construct($helperFactory, $context);
}
@@ -72,7 +75,7 @@ public function getBrokenRecordsInfo($table, $returnOnlyCount = false)
}
$parentTablePrefix = $this->resourceConnection->getTableName($parentTable);
- $childTablePrefix = $this->resourceConnection->getTableName($childTable);
+ $childTablePrefix = $this->resourceConnection->getTableName($childTable);
$parentIdColumn = $this->getHelper('Module\Database\Structure')->getIdColumn($parentTable);
$childIdColumn = $this->getHelper('Module\Database\Structure')->getIdColumn($childTable);
@@ -86,7 +89,9 @@ public function getBrokenRecordsInfo($table, $returnOnlyCount = false)
->joinLeft(array('child' => $childTablePrefix),
'`parent`.`'.$parentIdColumn.'` = `child`.`'.$childIdColumn.'`',
array())
- ->where('`parent`.`component_mode` = ?', $component)
+ ->where('`parent`.`component_mode` = \''.$component.'\' OR
+ (`parent`.`component_mode` NOT IN (?) OR `parent`.`component_mode` IS NULL)',
+ $this->getHelper('Component')->getComponents())
->where('`child`.`'.$childIdColumn.'` IS NULL')
->query();
@@ -97,7 +102,8 @@ public function getBrokenRecordsInfo($table, $returnOnlyCount = false)
$returnOnlyCount ? new \Zend_Db_Expr('count(*) as `count_total`')
: array('id' => $childIdColumn))
->joinLeft(array('parent' => $parentTablePrefix),
- '`child`.`'.$childIdColumn.'` = `parent`.`'.$parentIdColumn.'`',
+ "`child`.`{$childIdColumn}` = `parent`.`{$parentIdColumn}` AND
+ `parent`.`component_mode` = '{$component}'",
array())
->where('`parent`.`'.$parentIdColumn.'` IS NULL')
->query();
@@ -108,12 +114,17 @@ public function getBrokenRecordsInfo($table, $returnOnlyCount = false)
$result += (int)$row['count_total'];
} else {
while ($row = $stmtQuery->fetch()) {
- $result[] = (int)$row['id'];
+ $id = (int)$row['id'];
+ $result[$id] = $id;
}
}
}
}
+ if (!$returnOnlyCount) {
+ $result = array_values($result);
+ }
+
return $result;
}
@@ -121,6 +132,8 @@ public function repairBrokenTables(array $tables)
{
$connection = $this->resourceConnection->getConnection();
+ $logData = [];
+
foreach ($tables as $table) {
$brokenIds = $this->getBrokenRecordsInfo($table);
@@ -144,10 +157,10 @@ public function repairBrokenTables(array $tables)
);
}
- $logTemp = "Table: {$table} ## Amount: ".count($brokenIds);
- // TODO magento 2
- Mage::log($logTemp, null, 'm2epro_repair_tables.log',true);
+ $logData[] = "Table: {$table} ## Amount: ".count($brokenIds);
}
+
+ $this->cacheConfig->setGroupValue('/database/repair/', 'log_data', implode('', $logData));
}
// ---------------------------------------
diff --git a/Helper/Module/Database/Structure.php b/Helper/Module/Database/Structure.php
index 7e546cbc5..b4db6d10f 100644
--- a/Helper/Module/Database/Structure.php
+++ b/Helper/Module/Database/Structure.php
@@ -8,6 +8,9 @@
namespace Ess\M2ePro\Helper\Module\Database;
+use Ess\M2ePro\Helper\Module;
+use Magento\Framework\Component\ComponentRegistrar;
+
class Structure extends \Ess\M2ePro\Helper\AbstractHelper
{
const TABLE_GROUP_CONFIGS = 'configs';
@@ -27,15 +30,28 @@ class Structure extends \Ess\M2ePro\Helper\AbstractHelper
protected $resourceConnection;
+ protected $directoryReaderFactory;
+
+ protected $componentRegistrar;
+
+ protected $activeRecordFactory;
+
//########################################
public function __construct(
\Magento\Framework\App\ResourceConnection $resourceConnection,
+ \Magento\Framework\Filesystem\Directory\ReadFactory $directoryReaderFactory,
+ ComponentRegistrar $componentRegistrar,
+ \Ess\M2ePro\Model\ActiveRecord\Factory $activeRecordFactory,
\Ess\M2ePro\Helper\Factory $helperFactory,
\Magento\Framework\App\Helper\Context $context
)
{
- $this->resourceConnection = $resourceConnection;
+ $this->resourceConnection = $resourceConnection;
+ $this->directoryReaderFactory = $directoryReaderFactory;
+ $this->componentRegistrar = $componentRegistrar;
+ $this->activeRecordFactory = $activeRecordFactory;
+
parent::__construct($helperFactory, $context);
}
@@ -397,18 +413,47 @@ public function getColumnInfo($table, $columnName)
return isset($info[$columnName]) ? $info[$columnName] : null;
}
- // TODO magento 2
public function getTableModel($tableName)
{
- $tableModels = Mage::getConfig()->getNode('global/models/M2ePro_mysql4/entities');
+ $tablesModels = $this->getTablesModels();
+ if (!isset($tablesModels[$tableName])) {
+ return NULL;
+ }
+
+ return $tablesModels[$tableName];
+ }
+
+ private function getTablesModels()
+ {
+ $path = $this->componentRegistrar->getPath(ComponentRegistrar::MODULE, Module::IDENTIFIER)
+ .DIRECTORY_SEPARATOR.'Model'.DIRECTORY_SEPARATOR.'ResourceModel';
+ $directoryReader = $this->directoryReaderFactory->create($path);
+
+ $tablesModels = [];
+
+ foreach ($directoryReader->readRecursively() as $directoryItem) {
+ if (!$directoryReader->isFile($directoryItem)) {
+ continue;
+ }
+
+ $modelName = preg_replace('/\.php$/', '', str_replace('/', '\\', $directoryItem));
+ $className = '\Ess\M2ePro\Model\\'.$modelName;
- foreach ($tableModels->asArray() as $model => $infoData) {
- if ($infoData['table'] == $tableName) {
- return $model;
+ if (!\class_exists($className)) {
+ continue;
}
+
+ $reflectionClass = new \ReflectionClass($className);
+ if ($reflectionClass->isAbstract()) {
+ continue;
+ }
+
+ $object = $this->activeRecordFactory->getObject($modelName);
+
+ $tablesModels[$object->getResource()->getMainTable()] = $modelName;
}
- return null;
+ return $tablesModels;
}
// ---------------------------------------
@@ -416,7 +461,7 @@ public function getTableModel($tableName)
public function getIdColumn($table)
{
$tableModel = $this->getTableModel($table);
- $tableModel = Mage::getModel('M2ePro/'.$tableModel);
+ $tableModel = $this->activeRecordFactory->getObject($tableModel);
return $tableModel->getIdFieldName();
}
@@ -434,8 +479,8 @@ public function isIdColumnAutoIncrement($table)
public function getConfigSnapshot($table)
{
$tableModel = $this->getTableModel($table);
+ $tableModel = $this->activeRecordFactory->getObject($tableModel);
- $tableModel = Mage::getModel('M2ePro/'.$tableModel);
$collection = $tableModel->getCollection()->toArray();
$result = array();
diff --git a/Setup/Tables.php b/Helper/Module/Database/Tables.php
similarity index 59%
rename from Setup/Tables.php
rename to Helper/Module/Database/Tables.php
index 11bccd1ce..1c1bf6078 100644
--- a/Setup/Tables.php
+++ b/Helper/Module/Database/Tables.php
@@ -6,39 +6,30 @@
* @license Commercial use is forbidden
*/
-namespace Ess\M2ePro\Setup;
+namespace Ess\M2ePro\Helper\Module\Database;
+use Ess\M2ePro\Helper\AbstractHelper;
use Ess\M2ePro\Helper\Factory;
-use Magento\Framework\DB\Adapter\AdapterInterface;
-use Magento\Framework\Module\Setup;
+use Magento\Framework\App\Helper\Context;
+use Magento\Framework\App\ResourceConnection;
-class Tables
+class Tables extends AbstractHelper
{
- const M2E_PRO_TABLE_PREFIX = 'm2epro_';
+ const PREFIX = 'm2epro_';
- /** @var Setup */
- protected $installer;
-
- /** @var AdapterInterface */
- protected $connection;
-
- protected $helperFactory;
-
- /**
- * @var string[]
- */
- private $entities = array();
+ /** @var ResourceConnection */
+ protected $resourceConnection;
//########################################
public function __construct(
- Setup $installer,
- Factory $helperFactory
+ ResourceConnection $resourceConnection,
+ Factory $helperFactory,
+ Context $context
) {
- $this->installer = $installer;
- $this->connection = $installer->getConnection();
+ $this->resourceConnection = $resourceConnection;
- $this->helperFactory = $helperFactory;
+ parent::__construct($helperFactory, $context);
}
//########################################
@@ -79,16 +70,12 @@ public function getCurrentConfigEntities()
public function isExists($tableName)
{
- return $this->installer->tableExists($this->getFullName($tableName));
+ return $this->resourceConnection->getConnection()->isTableExists($this->getFullName($tableName));
}
public function getFullName($tableName)
{
- if (isset($this->entities[$tableName])) {
- return $this->entities[$tableName];
- }
-
- return $this->entities[$tableName] = $this->installer->getTable(self::M2E_PRO_TABLE_PREFIX.$tableName);
+ return $this->resourceConnection->getTableName(self::PREFIX.$tableName);
}
//########################################
diff --git a/Helper/Module/Exception.php b/Helper/Module/Exception.php
index 5d6a0f28d..eefff03ea 100644
--- a/Helper/Module/Exception.php
+++ b/Helper/Module/Exception.php
@@ -17,6 +17,7 @@ class Exception extends \Ess\M2ePro\Helper\AbstractHelper
private $activeRecordFactory;
private $modelFactory;
private $moduleConfig;
+ protected $phpEnvironmentRequest;
//########################################
@@ -25,12 +26,14 @@ public function __construct(
\Ess\M2ePro\Model\Factory $modelFactory,
\Ess\M2ePro\Model\Config\Manager\Module $moduleConfig,
\Ess\M2ePro\Helper\Factory $helperFactory,
- \Magento\Framework\App\Helper\Context $context
+ \Magento\Framework\App\Helper\Context $context,
+ \Magento\Framework\HTTP\PhpEnvironment\Request $phpEnvironmentRequest
)
{
$this->activeRecordFactory = $activeRecordFactory;
$this->modelFactory = $modelFactory;
$this->moduleConfig = $moduleConfig;
+ $this->phpEnvironmentRequest = $phpEnvironmentRequest;
parent::__construct($helperFactory, $context);
}
@@ -123,7 +126,7 @@ public function setFatalErrorHandler()
$fatalErrors = array(E_ERROR, E_CORE_ERROR, E_COMPILE_ERROR);
if (in_array((int)$error['type'], $fatalErrors)) {
- $trace = @debug_backtrace(false);
+ $trace = debug_backtrace(false);
$traceInfo = $exceptionHelper->getFatalStackTraceInfo($trace);
$exceptionHelper->processFatal($error,$traceInfo);
}
@@ -246,9 +249,9 @@ public function getFatalStackTraceInfo($stackTrace)
private function getCurrentUserActionInfo()
{
- $server = isset($_SERVER) ? print_r($_SERVER, true) : '';
- $get = isset($_GET) ? print_r($_GET, true) : '';
- $post = isset($_POST) ? print_r($_POST, true) : '';
+ $server = print_r($this->phpEnvironmentRequest->getServer()->toArray(), true);
+ $get = print_r($this->phpEnvironmentRequest->getQuery()->toArray(), true);
+ $post = print_r($this->phpEnvironmentRequest->getPost()->toArray(), true);
$actionInfo = <<modelFactory = $modelFactory;
$this->primaryConfig = $primaryConfig;
+ $this->country = $country;
+
parent::__construct($helperFactory, $context);
}
@@ -31,70 +34,53 @@ public function __construct(
public function getKey()
{
- $key = $this->primaryConfig->getGroupValue(
- '/'.$this->getHelper('Module')->getName().'/license/','key'
- );
- return !is_null($key) ? (string)$key : '';
+ return (string)$this->primaryConfig->getGroupValue('/license/', 'key');
}
// ---------------------------------------
public function getStatus()
{
- $status = $this->primaryConfig->getGroupValue(
- '/'.$this->getHelper('Module')->getName().'/license/','status'
- );
- return (bool)$status;
+ return (bool)$this->primaryConfig->getGroupValue('/license/', 'status');
}
// ---------------------------------------
public function getDomain()
{
- $domain = $this->primaryConfig->getGroupValue(
- '/'.$this->getHelper('Module')->getName().'/license/','domain'
- );
- return !is_null($domain) ? (string)$domain : '';
+ return (string)$this->primaryConfig->getGroupValue('/license/', 'domain');
}
public function getIp()
{
- $ip = $this->primaryConfig->getGroupValue(
- '/'.$this->getHelper('Module')->getName().'/license/','ip'
- );
- return !is_null($ip) ? (string)$ip : '';
+ return (string)$this->primaryConfig->getGroupValue('/license/', 'ip');
}
// ---------------------------------------
public function getEmail()
{
- $email = $this->primaryConfig->getGroupValue(
- '/'.$this->getHelper('Module')->getName().'/license/info/','email'
- );
- return !is_null($email) ? (string)$email : '';
+ return (string)$this->primaryConfig->getGroupValue('/license/info/', 'email');
}
// ---------------------------------------
public function isValidDomain()
{
- $isValid = $this->primaryConfig->getGroupValue(
- '/'.$this->getHelper('Module')->getName().'/license/valid/','domain');
+ $isValid = $this->primaryConfig->getGroupValue('/license/valid/', 'domain');
return is_null($isValid) || (bool)$isValid;
}
public function isValidIp()
{
- $isValid = $this->primaryConfig->getGroupValue(
- '/'.$this->getHelper('Module')->getName().'/license/valid/','ip');
+ $isValid = $this->primaryConfig->getGroupValue('/license/valid/','ip');
return is_null($isValid) || (bool)$isValid;
}
//########################################
public function obtainRecord($email = NULL, $firstName = NULL, $lastName = NULL,
- $country = NULL, $city = NULL, $postalCode = NULL)
+ $country = NULL, $city = NULL, $postalCode = NULL, $phone = NULL)
{
$requestParams = array(
'domain' => $this->getHelper('Client')->getDomain(),
@@ -104,6 +90,7 @@ public function obtainRecord($email = NULL, $firstName = NULL, $lastName = NULL,
!is_null($email) && $requestParams['email'] = $email;
!is_null($firstName) && $requestParams['first_name'] = $firstName;
!is_null($lastName) && $requestParams['last_name'] = $lastName;
+ !is_null($phone) && $requestParams['phone'] = $phone;
!is_null($country) && $requestParams['country'] = $country;
!is_null($city) && $requestParams['city'] = $city;
!is_null($postalCode) && $requestParams['postal_code'] = $postalCode;
@@ -111,8 +98,7 @@ public function obtainRecord($email = NULL, $firstName = NULL, $lastName = NULL,
try {
$dispatcherObject = $this->modelFactory->getObject('M2ePro\Connector\Dispatcher');
- $connectorObj = $dispatcherObject->getVirtualConnector('license', 'add', 'record',
- $requestParams);
+ $connectorObj = $dispatcherObject->getVirtualConnector('license', 'add', 'record', $requestParams);
$dispatcherObject->process($connectorObj);
$response = $connectorObj->getResponseData();
@@ -124,9 +110,7 @@ public function obtainRecord($email = NULL, $firstName = NULL, $lastName = NULL,
return false;
}
- $this->primaryConfig->setGroupValue(
- '/'.$this->getHelper('Module')->getName().'/license/','key',(string)$response['key']
- );
+ $this->primaryConfig->setGroupValue('/license/', 'key', (string)$response['key']);
$this->modelFactory->getObject('Servicing\Dispatcher')->processTask(
$this->modelFactory->getObject('Servicing\Task\License')->getPublicNick()
diff --git a/Helper/Module/Log.php b/Helper/Module/Log.php
new file mode 100644
index 000000000..4be9f7aa0
--- /dev/null
+++ b/Helper/Module/Log.php
@@ -0,0 +1,136 @@
+ $string,
+ 'params' => $params,
+ 'links' => $links
+ );
+
+ return json_encode($descriptionData);
+ }
+
+ /**
+ * @param string $string
+ * @return string
+ */
+ public function decodeDescription($string)
+ {
+ if (!is_string($string) || $string == '') {
+ return '';
+ }
+
+ if ($string{0} != '{') {
+ return $this->getHelper('Module\Translation')->__($string);
+ }
+
+ $descriptionData = json_decode($string,true);
+ $string = $this->getHelper('Module\Translation')->__($descriptionData['string']);
+
+ if (!empty($descriptionData['params'])) {
+ $string = $this->addPlaceholdersToMessage($string, $descriptionData['params']);
+ }
+
+ if (!empty($descriptionData['links'])) {
+ $string = $this->addLinksToMessage($string, $descriptionData['links']);
+ }
+
+ return $string;
+ }
+
+ // ---------------------------------------
+
+ protected function addPlaceholdersToMessage($string, $params)
+ {
+ foreach ($params as $key=>$value) {
+
+ if (isset($value{0}) && $value{0} == '{') {
+ $tempValueArray = json_decode($value, true);
+ is_array($tempValueArray) && $value = $this->decodeDescription($value);
+ }
+
+ if ($key{0} == '!') {
+ $key = substr($key,1);
+ } else {
+ $value = $this->getHelper('Module\Translation')->__($value);
+ }
+
+ $string = str_replace('%'.$key.'%',$value,$string);
+ }
+
+ return $string;
+ }
+
+ protected function addLinksToMessage($string, $links)
+ {
+ $readMoreLinks = array();
+ $resultString = $string;
+
+ foreach ($links as $link) {
+ preg_match('/!\w*_start!/', $resultString, $foundedStartMatches);
+
+ if (count($foundedStartMatches) == 0) {
+ $readMoreLinks[] = $link;
+ continue;
+ } else {
+
+ $startPart = $foundedStartMatches[0];
+ $endPart = str_replace('start', 'end', $startPart);
+
+ $wasFoundEndMatches = strpos($resultString, $endPart);
+
+ if ($wasFoundEndMatches !== false) {
+
+ $openLinkTag = '';
+ $closeLinkTag = ' ';
+
+ $resultString = str_replace($startPart, $openLinkTag, $resultString);
+ $resultString = str_replace($endPart, $closeLinkTag, $resultString);
+
+ } else {
+ $readMoreLinks[] = $link;
+ }
+ }
+ }
+
+ if (count($readMoreLinks) > 0) {
+
+ $translation = $this->getHelper('Module\Translation');
+
+ foreach ($readMoreLinks as &$link) {
+ $link = '' . $translation->__('here') . ' ';
+ }
+
+ $delimiter = $translation->__('or');
+ $readMoreString = $translation->__('Details').' '.implode(' '.$delimiter.' ', $readMoreLinks).'.';
+
+ $resultString .= ' ' . $readMoreString;
+ }
+
+ return $resultString;
+ }
+
+ //########################################
+}
\ No newline at end of file
diff --git a/Helper/Module/Logger.php b/Helper/Module/Logger.php
index 5e010709b..fd0e1264a 100644
--- a/Helper/Module/Logger.php
+++ b/Helper/Module/Logger.php
@@ -13,6 +13,7 @@ class Logger extends \Ess\M2ePro\Helper\AbstractHelper
protected $modelFactory;
protected $moduleConfig;
protected $logSystemFactory;
+ protected $phpEnvironmentRequest;
//########################################
@@ -21,12 +22,14 @@ public function __construct(
\Ess\M2ePro\Model\Config\Manager\Module $moduleConfig,
\Ess\M2ePro\Model\Log\SystemFactory $logSystemFactory,
\Ess\M2ePro\Helper\Factory $helperFactory,
- \Magento\Framework\App\Helper\Context $context
+ \Magento\Framework\App\Helper\Context $context,
+ \Magento\Framework\HTTP\PhpEnvironment\Request $phpEnvironmentRequest
)
{
$this->modelFactory = $modelFactory;
$this->moduleConfig = $moduleConfig;
$this->logSystemFactory = $logSystemFactory;
+ $this->phpEnvironmentRequest = $phpEnvironmentRequest;
parent::__construct($helperFactory, $context);
}
@@ -46,7 +49,7 @@ public function process($logData, $type = NULL, $sendToServer = true)
$logData = $this->prepareLogMessage($logData, $type);
$logData .= $this->getCurrentUserActionInfo();
- $logData .= $this->getHelper('Module\Support\Form');
+ $logData .= $this->getHelper('Module\Support\Form')->getSummaryInfo();
$this->send($logData, $type);
@@ -82,9 +85,9 @@ private function log($logData, $type)
private function getCurrentUserActionInfo()
{
- $server = isset($_SERVER) ? print_r($_SERVER, true) : '';
- $get = isset($_GET) ? print_r($_GET, true) : '';
- $post = isset($_POST) ? print_r($_POST, true) : '';
+ $server = print_r($this->phpEnvironmentRequest->getServer()->toArray(), true);
+ $get = print_r($this->phpEnvironmentRequest->getQuery()->toArray(), true);
+ $post = print_r($this->phpEnvironmentRequest->getPost()->toArray(), true);
$actionInfo = <<storeManager = $storeManager;
+ $this->design = $design;
+ $this->filter = $filter;
$this->layout = $layout;
parent::__construct($helperFactory, $context);
}
@@ -37,31 +46,24 @@ public function __construct(
public function parseTemplate($text, \Ess\M2ePro\Model\Magento\Product $magentoProduct)
{
- //TODO NOT SUPPORTED FEATURES
-// $design = Mage::getDesign();
-//
-// $oldArea = $design->getArea();
-// $oldStore = Mage::app()->getStore();
-// $oldPackageName = $design->getPackageName();
-//
-// $design->setArea('adminhtml');
-// Mage::app()->setCurrentStore(Mage::app()->getStore($magentoProduct->getStoreId()));
-// $design->setPackageName(Mage::getStoreConfig('design/package/name', Mage::app()->getStore()->getId()));
+ $oldArea = $this->design->getArea();
+ $oldTheme = $this->design->getDesignTheme();
+ $oldStore = $this->storeManager->getStore()->getId();
+
+ $this->design->setArea(\Magento\Backend\App\Area\FrontNameResolver::AREA_CODE);
+ $this->design->setDefaultDesignTheme();
+ $this->storeManager->setCurrentStore($magentoProduct->getStoreId());
$text = $this->insertAttributes($text, $magentoProduct);
- //TODO NOT SUPPORTED FEATURES
-// $text = $this->insertImages($text, $magentoProduct);
-// $text = $this->insertMediaGalleries($text, $magentoProduct);
+ $text = $this->insertImages($text, $magentoProduct);
+ $text = $this->insertMediaGalleries($text, $magentoProduct);
// the CMS static block replacement i.e. {{media url=’image.jpg’}}
-// $filter = new \Magento\Framework\Model\Email\Template\Filter();
-// $filter->setVariables(array('product'=>$magentoProduct->getProduct()));
-//
-// $text = $filter->filter($text);
+ $this->filter->setVariables(array('product'=>$magentoProduct->getProduct()));
+ $text = $this->filter->filter($text);
-// $design->setArea($oldArea);
-// Mage::app()->setCurrentStore($oldStore);
-// $design->setPackageName($oldPackageName);
+ $this->design->setDesignTheme($oldTheme, $oldArea);
+ $this->storeManager->setCurrentStore($oldStore);
return $text;
}
@@ -111,7 +113,8 @@ private function insertImages($text, \Ess\M2ePro\Model\Magento\Product $magentoP
return $text;
}
- $imageLink = $magentoProduct->getImageLink('image');
+ $mainImage = $magentoProduct->getImage('image');
+ $mainImageLink = $mainImage ? $mainImage->getUrl() : '';
$blockObj = $this->layout->createBlock(
'Ess\M2ePro\Block\Adminhtml\Renderer\Description\Image'
@@ -131,9 +134,12 @@ private function insertImages($text, \Ess\M2ePro\Model\Magento\Product $magentoP
}
}
- $tempImageLink = $realImageAttributes[5] == 0
- ? $imageLink
- : $magentoProduct->getGalleryImageLink($realImageAttributes[5]);
+ $tempImageLink = $mainImageLink;
+ if ($realImageAttributes[5] != 0 &&
+ $tempImage = $magentoProduct->getGalleryImageByPosition($realImageAttributes[5])) {
+
+ $tempImageLink = $tempImage->getUrl();
+ }
$data = array(
'width' => $realImageAttributes[0],
@@ -185,8 +191,18 @@ private function insertMediaGalleries($text, \Ess\M2ePro\Model\Magento\Product $
$imagesQty = $realMediaGalleryAttributes[3] == self::IMAGES_MODE_GALLERY ? 100 : 25;
}
- $galleryImagesLinks = $magentoProduct->getGalleryImagesLinks($imagesQty);
+ $galleryImagesLinks = array();
+ foreach ($magentoProduct->getGalleryImages($imagesQty) as $image) {
+
+ if (!$image->getUrl()) {
+ continue;
+ }
+
+ $galleryImagesLinks[] = $image->getUrl();
+ }
+
if (!count($galleryImagesLinks)) {
+
$search = $matches[0];
$replace = '';
break;
diff --git a/Helper/Module/Support.php b/Helper/Module/Support.php
index 08df6902e..63fee314b 100644
--- a/Helper/Module/Support.php
+++ b/Helper/Module/Support.php
@@ -20,7 +20,7 @@ class Support extends \Ess\M2ePro\Helper\AbstractHelper
protected $cacheConfig;
//########################################
-
+
public function __construct(
\Magento\Backend\Model\UrlInterface $urlBuilder,
\Ess\M2ePro\Model\Factory $modelFactory,
@@ -39,11 +39,6 @@ public function __construct(
//########################################
- public function getPageUrl(array $params = array())
- {
- return $this->urlBuilder->getUrl($this->getPageRoute(), $params);
- }
-
public function getPageRoute()
{
return 'm2epro/'.$this->getPageControllerName().'/index';
@@ -56,92 +51,122 @@ public function getPageControllerName()
//########################################
- public function getDocumentationUrl($component = NULL, $articleUrl = NULL, $tinyLink = NULL)
+ public function getWebsiteUrl()
{
- $urlParts[] = $this->moduleConfig->getGroupValue('/support/', 'documentation_url');
-
- if ($component || $articleUrl) {
- $urlParts[] = 'display';
- }
+ return $this->moduleConfig->getGroupValue('/support/', 'website_url');
+ }
- if ($component) {
- if ($component == \Ess\M2ePro\Helper\Component\Ebay::NICK) {
- $urlParts[] = 'eBayMagento2';
- } elseif ($component == \Ess\M2ePro\Helper\Component\Amazon::NICK) {
- $urlParts[] = 'AmazonMagento2';
- } else {
- throw new \Ess\M2ePro\Model\Exception\Logic('Invalid Channel.');
- }
- }
+ public function getClientsPortalUrl()
+ {
+ return $this->moduleConfig->getGroupValue('/support/', 'clients_portal_url');
+ }
- if ($articleUrl) {
- $urlParts[] = trim($articleUrl, '/');
- }
+ public function getSupportUrl()
+ {
+ return $this->moduleConfig->getGroupValue('/support/', 'support_url');
+ }
- if ($tinyLink) {
- $urlParts[] = $tinyLink;
- }
+ //########################################
- return implode('/', $urlParts);
+ public function getDocumentationUrl()
+ {
+ return $this->moduleConfig->getGroupValue('/support/', 'documentation_url');
}
- public function getKnowledgeBaseUrl($articleUrl = NULL)
+ public function getDocumentationComponentUrl($component)
{
- $urlParts[] = $this->moduleConfig->getGroupValue('/support/', 'knowledge_base_url');
-
- if ($articleUrl) {
- $urlParts[] = trim($articleUrl, '/');
+ switch ($component) {
+ case \Ess\M2ePro\Helper\Component\Ebay::NICK:
+ return $this->getDocumentationUrl() . '/display/eBayMagento2/';
+ case \Ess\M2ePro\Helper\Component\Amazon::NICK:
+ return $this->getDocumentationUrl() . 'display/AmazonMagento2/';
+ default:
+ throw new \Ess\M2ePro\Model\Exception\Logic('Invalid Channel.');
}
+ }
- return implode('/', $urlParts);
+ public function getDocumentationArticleUrl($tinyLink)
+ {
+ return $this->getDocumentationUrl() . $tinyLink;
}
- public function getVideoTutorialsUrl($component)
+ //----------------------------------------
+
+ public function getKnowledgebaseUrl()
{
- return $this->getDocumentationUrl($component,'Video+Tutorials');
+ return $this->getSupportUrl() . 'knowledgebase/';
}
- //########################################
+ public function getKnowledgebaseComponentUrl($component)
+ {
+ switch ($component) {
+ case \Ess\M2ePro\Helper\Component\Ebay::NICK:
+ return $this->getKnowledgebaseUrl() . 'ebay/';
+ case \Ess\M2ePro\Helper\Component\Amazon::NICK:
+ return $this->getKnowledgebaseUrl() . 'amazon/';
+ default:
+ throw new \Ess\M2ePro\Model\Exception\Logic('Invalid Channel.');
+ }
+ }
- public function getMainWebsiteUrl()
+ public function getKnowledgebaseArticleUrl($articleLink)
{
- return $this->moduleConfig->getGroupValue('/support/', 'main_website_url');
+ return $this->getKnowledgebaseUrl() . trim($articleLink, '/') . '/';
}
- public function getClientsPortalBaseUrl()
+ //----------------------------------------
+
+ public function getIdeasUrl()
{
- return $this->moduleConfig->getGroupValue('/support/', 'clients_portal_url');
+ return $this->getSupportUrl() . 'ideas/';
}
- public function getCommunityBaseUrl()
+ public function getIdeasComponentUrl($component)
{
- return $this->moduleConfig->getGroupValue('/support/', 'community');
+ switch ($component) {
+ case \Ess\M2ePro\Helper\Component\Ebay::NICK:
+ return $this->getIdeasUrl() . 'ebay/';
+ case \Ess\M2ePro\Helper\Component\Amazon::NICK:
+ return $this->getIdeasUrl() . 'amazon/';
+ default:
+ throw new \Ess\M2ePro\Model\Exception\Logic('Invalid Channel.');
+ }
}
- public function getIdeasBaseUrl()
+ public function getIdeasArticleUrl($articleLink)
{
- return $this->moduleConfig->getGroupValue('/support/', 'ideas');
+ return $this->getIdeasUrl() . trim($articleLink, '/') . '/';
}
- // ---------------------------------------
+ //----------------------------------------
- public function getMainSupportUrl($urlPart = null)
+ public function getForumUrl()
{
- $urlParts[] = trim(
- $this->moduleConfig->getGroupValue('/support/', 'main_support_url'),
- '/'
- );
+ return $this->moduleConfig->getGroupValue('/support/', 'forum_url');
+ }
- if ($urlPart) {
- $urlParts[] = trim($urlPart, '/');
+ public function getForumComponentUrl($component)
+ {
+ switch ($component) {
+ case \Ess\M2ePro\Helper\Component\Ebay::NICK:
+ return $this->getForumUrl() . 'ebay/';
+ case \Ess\M2ePro\Helper\Component\Amazon::NICK:
+ return $this->getForumUrl() . 'amazon/';
+ default:
+ throw new \Ess\M2ePro\Model\Exception\Logic('Invalid Channel.');
}
+ }
- return implode('/', $urlParts);
+ public function getForumArticleUrl($articleLink)
+ {
+ return $this->getForumUrl() . trim($articleLink, '/') . '/';
}
- public function getMagentoConnectUrl()
+ //########################################
+
+ public function getMagentoMarketplaceUrl()
{
- return $this->moduleConfig->getGroupValue('/support/', 'magento_connect_url');
+ return $this->moduleConfig->getGroupValue('/support/', 'magento_marketplace_url');
}
//########################################
diff --git a/Helper/Module/Support/Form.php b/Helper/Module/Support/Form.php
index 87f4e6989..9f878103c 100644
--- a/Helper/Module/Support/Form.php
+++ b/Helper/Module/Support/Form.php
@@ -11,16 +11,19 @@
class Form extends \Ess\M2ePro\Helper\AbstractHelper
{
protected $urlBuilder;
+ protected $phpEnvironmentRequest;
//########################################
public function __construct(
\Magento\Backend\Model\UrlInterface $urlBuilder,
\Ess\M2ePro\Helper\Factory $helperFactory,
- \Magento\Framework\App\Helper\Context $context
+ \Magento\Framework\App\Helper\Context $context,
+ \Magento\Framework\HTTP\PhpEnvironment\Request $phpEnvironmentRequest
)
{
$this->urlBuilder = $urlBuilder;
+ $this->phpEnvironmentRequest = $phpEnvironmentRequest;
parent::__construct($helperFactory, $context);
}
@@ -30,24 +33,24 @@ public function send($component, $fromEmail, $fromName, $subject, $description,
{
$attachments = array();
- if (isset($_FILES['files'])) {
- foreach ($_FILES['files']['name'] as $key => $uploadFileName) {
- if ('' == $uploadFileName) {
- continue;
- }
+ $uploadedFiles = $this->phpEnvironmentRequest->getFiles()->toArray();
- $realName = $uploadFileName;
- $tempPath = $_FILES['files']['tmp_name'][$key];
- $mimeType = $_FILES['files']['type'][$key];
+ foreach ($uploadedFiles['name'] as $key => $uploadFileName) {
+ if ('' == $uploadFileName) {
+ continue;
+ }
- $attachment = new \Zend_Mime_Part(file_get_contents($tempPath));
- $attachment->type = $mimeType;
- $attachment->disposition = \Zend_Mime::DISPOSITION_ATTACHMENT;
- $attachment->encoding = \Zend_Mime::ENCODING_BASE64;
- $attachment->filename = $realName;
+ $realName = $uploadFileName;
+ $tempPath = $uploadedFiles['files']['tmp_name'][$key];
+ $mimeType = $uploadedFiles['files']['type'][$key];
- $attachments[] = $attachment;
- }
+ $attachment = new \Zend_Mime_Part(file_get_contents($tempPath));
+ $attachment->type = $mimeType;
+ $attachment->disposition = \Zend_Mime::DISPOSITION_ATTACHMENT;
+ $attachment->encoding = \Zend_Mime::ENCODING_BASE64;
+ $attachment->filename = $realName;
+
+ $attachments[] = $attachment;
}
$toEmail = $this->getHelper('Module\Support')->getContactEmail();
@@ -88,7 +91,7 @@ public function getSummaryInfo()
$additionalInfo = array();
$additionalInfo['system'] = $this->getHelper('Client')->getSystem();
- $additionalInfo['user_agent'] = isset($_SERVER['HTTP_USER_AGENT']) ? $_SERVER['HTTP_USER_AGENT'] : 'N/A';
+ $additionalInfo['user_agent'] = $this->phpEnvironmentRequest->getServer('HTTP_USER_AGENT');
$additionalInfo['admin'] = $this->urlBuilder->getUrl('adminhtml');
$additionalInfo['license_key'] = $this->getHelper('Module\License')->getKey();
$additionalInfo['installation_key'] = $this->getHelper('Module')->getInstallationKey();
diff --git a/Helper/Module/Support/Search.php b/Helper/Module/Support/Search.php
index 8716b37a0..db34b35e9 100644
--- a/Helper/Module/Support/Search.php
+++ b/Helper/Module/Support/Search.php
@@ -53,7 +53,7 @@ private function sendRequestAsGet($params)
{
$curlObject = curl_init();
- $url = $this->getHelper('Module\Support')->getMainSupportUrl('extension/search');
+ $url = $this->getHelper('Module\Support')->getSupportUrl() . '/extension/search/';
$url = $url . '?'.http_build_query($params,'','&');
curl_setopt($curlObject, CURLOPT_URL, $url);
diff --git a/Helper/Module/Wizard.php b/Helper/Module/Wizard.php
index 5fe6b8edf..319037147 100644
--- a/Helper/Module/Wizard.php
+++ b/Helper/Module/Wizard.php
@@ -231,7 +231,7 @@ private function getConfigValue($nick, $key)
return $this->cache[$nick][$key];
}
- if (($this->cache = $this->getHelper('Data\Cache\Permanent')->getValue('wizard')) !== false) {
+ if (($this->cache = $this->getHelper('Data\Cache\Permanent')->getValue('wizard')) !== NULL) {
$this->cache = json_decode($this->cache, true);
return $this->cache[$nick][$key];
}
diff --git a/Helper/Server.php b/Helper/Server.php
index 1e4857aa8..edb27c502 100644
--- a/Helper/Server.php
+++ b/Helper/Server.php
@@ -33,15 +33,15 @@ public function __construct(
public function getEndpoint()
{
- if ($this->getCurrentBaseUrlIndex() != $this->getDefaultBaseUrlIndex()) {
+ if ($this->getCurrentIndex() != $this->getDefaultIndex()) {
$currentTimeStamp = $this->getHelper('Data')->getCurrentGmtDate(true);
$interval = self::MAX_INTERVAL_OF_RETURNING_TO_DEFAULT_BASEURL;
- $switchingDateTime = $this->cacheConfig->getGroupValue('/server/baseurl/','datetime_of_last_switching');
+ $switchingDateTime = $this->cacheConfig->getGroupValue('/server/location/','datetime_of_last_switching');
if (is_null($switchingDateTime) || strtotime($switchingDateTime) + $interval <= $currentTimeStamp) {
- $this->setCurrentBaseUrlIndex($this->getDefaultBaseUrlIndex());
+ $this->setCurrentIndex($this->getDefaultIndex());
}
}
@@ -50,7 +50,7 @@ public function getEndpoint()
public function switchEndpoint()
{
- $previousIndex = $this->getCurrentBaseUrlIndex();
+ $previousIndex = $this->getCurrentIndex();
$nextIndex = $previousIndex + 1;
if (is_null($this->getBaseUrlByIndex($nextIndex))) {
@@ -61,9 +61,9 @@ public function switchEndpoint()
return false;
}
- $this->setCurrentBaseUrlIndex($nextIndex);
+ $this->setCurrentIndex($nextIndex);
- $this->cacheConfig->setGroupValue('/server/baseurl/','datetime_of_last_switching',
+ $this->cacheConfig->setGroupValue('/server/location/','datetime_of_last_switching',
$this->getHelper('Data')->getCurrentGmtDate());
return true;
@@ -73,15 +73,12 @@ public function switchEndpoint()
public function getAdminKey()
{
- return (string)$this->primary->getGroupValue('/server/','admin_key');
+ return (string)$this->primary->getGroupValue('/server/', 'admin_key');
}
public function getApplicationKey()
{
- $moduleName = $this->getHelper('Module')->getName();
- return (string)$this->primary->getGroupValue(
- '/'.$moduleName.'/server/','application_key'
- );
+ return (string)$this->primary->getGroupValue('/server/', 'application_key');
}
//########################################
@@ -181,34 +178,33 @@ public function sendRequest(array $postData,
private function getCurrentBaseUrl()
{
- return $this->getBaseUrlByIndex($this->getCurrentBaseUrlIndex());
+ return $this->getBaseUrlByIndex($this->getCurrentIndex());
}
private function getCurrentHostName()
{
- return $this->getHostNameByIndex($this->getCurrentBaseUrlIndex());
+ return $this->getHostNameByIndex($this->getCurrentIndex());
}
// ---------------------------------------
- private function getDefaultBaseUrlIndex()
+ private function getDefaultIndex()
{
- $index = (int)$this->primary
- ->getGroupValue('/server/','default_baseurl_index');
+ $index = (int)$this->primary->getGroupValue('/server/location/','default_index');
if ($index <= 0 || $index > $this->getMaxBaseUrlIndex()) {
- $this->setDefaultBaseUrlIndex($index = 1);
+ $this->setDefaultIndex($index = 1);
}
return $index;
}
- private function getCurrentBaseUrlIndex()
+ private function getCurrentIndex()
{
- $index = (int)$this->cacheConfig->getGroupValue('/server/baseurl/','current_index');
+ $index = (int)$this->cacheConfig->getGroupValue('/server/location/','current_index');
if ($index <= 0 || $index > $this->getMaxBaseUrlIndex()) {
- $this->setCurrentBaseUrlIndex($index = $this->getDefaultBaseUrlIndex());
+ $this->setCurrentIndex($index = $this->getDefaultIndex());
}
return $index;
@@ -216,15 +212,14 @@ private function getCurrentBaseUrlIndex()
// ---------------------------------------
- private function setDefaultBaseUrlIndex($index)
+ private function setDefaultIndex($index)
{
- $this->primary
- ->setGroupValue('/server/','default_baseurl_index',$index);
+ $this->primary->setGroupValue('/server/location/','default_index',$index);
}
- private function setCurrentBaseUrlIndex($index)
+ private function setCurrentIndex($index)
{
- $this->cacheConfig->setGroupValue('/server/baseurl/','current_index',$index);
+ $this->cacheConfig->setGroupValue('/server/location/','current_index',$index);
}
//########################################
@@ -249,12 +244,12 @@ private function getMaxBaseUrlIndex()
private function getBaseUrlByIndex($index)
{
- return $this->primary->getGroupValue('/server/','baseurl_'.$index);
+ return $this->primary->getGroupValue('/server/location/'.$index.'/','baseurl');
}
private function getHostNameByIndex($index)
{
- return $this->primary->getGroupValue('/server/','hostname_'.$index);
+ return $this->primary->getGroupValue('/server/location/'.$index.'/','hostname');
}
//########################################
diff --git a/Helper/View.php b/Helper/View.php
index d3996a818..c476d3cfe 100644
--- a/Helper/View.php
+++ b/Helper/View.php
@@ -90,7 +90,6 @@ public function getControllerHelper($viewNick = null)
//########################################
- // todo
public function getCurrentView()
{
$controllerName = $this->_getRequest()->getControllerName();
@@ -107,11 +106,10 @@ public function getCurrentView()
return \Ess\M2ePro\Helper\View\Amazon::NICK;
}
- if (stripos($controllerName, \Ess\M2ePro\Helper\View\Development::NICK) !== false) {
- return \Ess\M2ePro\Helper\View\Development::NICK;
+ if (stripos($controllerName, \Ess\M2ePro\Helper\View\ControlPanel::NICK) !== false) {
+ return \Ess\M2ePro\Helper\View\ControlPanel::NICK;
}
- //todo
if (stripos($controllerName, 'system_config') !== false) {
return \Ess\M2ePro\Helper\View\Configuration::NICK;
}
@@ -131,12 +129,11 @@ public function isCurrentViewAmazon()
return $this->getCurrentView() == \Ess\M2ePro\Helper\View\Amazon::NICK;
}
- public function isCurrentViewDevelopment()
+ public function isCurrentViewControlPanel()
{
- return $this->getCurrentView() == \Ess\M2ePro\Helper\View\Development::NICK;
+ return $this->getCurrentView() == \Ess\M2ePro\Helper\View\ControlPanel::NICK;
}
- // todo
public function isCurrentViewConfiguration()
{
return $this->getCurrentView() == \Ess\M2ePro\Helper\View\Configuration::NICK;
@@ -144,17 +141,15 @@ public function isCurrentViewConfiguration()
//########################################
- //TODO change after implementation of actions(controller)
public function getUrl($row, $controller, $action, array $params = array())
{
$component = strtolower($row->getData('component_mode'));
return $this->urlBuilder->getUrl("*/{$component}_{$controller}/{$action}", $params);
}
- // todo WTF? is it a good place for this?
public function getModifiedLogMessage($logMessage)
{
- $description = $this->activeRecordFactory->getObject('Log\AbstractLog')->decodeDescription($logMessage);
+ $description = $this->getHelper('Module\Log')->decodeDescription($logMessage);
preg_match_all('/[^(href=")](http|https)\:\/\/[a-z0-9\-\._\/+\?\&\%=;\(\)]+/i', $description, $matches);
$matches = array_unique($matches[0]);
@@ -184,63 +179,4 @@ public function getModifiedLogMessage($logMessage)
}
//########################################
-
- // todo
- public function getMenuPath(\SimpleXMLElement $parentNode, $pathNick, $rootMenuLabel = '')
- {
- $paths = $this->getMenuPaths($parentNode, $rootMenuLabel);
-
- $preparedPath = preg_quote(trim($pathNick, '/'), '/');
-
- $resultLabels = array();
- foreach ($paths as $pathNick => $label) {
- if (preg_match('/'.$preparedPath.'\/?$/', $pathNick)) {
- $resultLabels[] = $label;
- }
- }
-
- if (empty($resultLabels)) {
- return '';
- }
-
- if (count($resultLabels) > 1) {
- throw new \Ess\M2ePro\Model\Exception('More than one menu path found');
- }
-
- return array_shift($resultLabels);
- }
-
- // todo
- public function getMenuPaths(\SimpleXMLElement $parentNode, $parentLabel = '', $parentPath = '')
- {
- if (empty($parentNode->children)) {
- return '';
- }
-
- $paths = array();
-
- foreach ($parentNode->children->children() as $key => $child) {
- $path = '/'.$key.'/';
- if (!empty($parentPath)) {
- $path = '/'.trim($parentPath, '/').$path;
- }
-
- $label = $this->getHelper('Module\Translation')->__((string)$child->title);
- if (!empty($parentLabel)) {
- $label = $parentLabel.' > '.$label;
- }
-
- $paths[$path] = $label;
-
- if (empty($child->children)) {
- continue;
- }
-
- $paths = array_merge($paths, $this->getMenuPaths($child, $label, $path));
- }
-
- return $paths;
- }
-
- //########################################
}
\ No newline at end of file
diff --git a/Helper/View/Amazon.php b/Helper/View/Amazon.php
index 7541d9ce9..e7b317dab 100644
--- a/Helper/View/Amazon.php
+++ b/Helper/View/Amazon.php
@@ -54,83 +54,6 @@ public function getMenuRootNodeLabel()
//########################################
- public function getPageNavigationPath($pathNick, $tabName = NULL, $channel = NULL, $additionalEnd = NULL,
- $params = array())
- {
- //todo
- return '';
-
- $pathParts = array();
-
- $rootMenuNode = Mage::getConfig()->getNode('adminhtml/menu/m2epro_common');
- $menuLabel = $this->getHelper('View')->getMenuPath($rootMenuNode, $pathNick, $this->getMenuRootNodeLabel());
-
- if (!$menuLabel) {
- return '';
- }
-
- $pathParts['menu'] = $menuLabel;
-
- if ($tabName) {
- $pathParts['tab'] = $this->getHelper('Module\Translation')->__($tabName)
- . ' ' . $this->getHelper('Module\Translation')->__('Tab');
- } else {
- $pathParts['tab'] = NULL;
- }
-
- $channelLabel = '';
- if ($channel) {
-
- $components = $this->getActiveComponentsLabels();
-
- if ($channel == 'any') {
- if (count($components) > 1) {
- if (!empty($params['any_channel_as_label'])) {
- $channelLabel = $this->getHelper('Module\Translation')->__('Any Channel');
- } else {
- $channelLabel = '[' . join($components, '/') . ']';
- }
- }
-
- } elseif ($channel == 'all') {
- if (count($components) > 1) {
- $channelLabel = $this->getHelper('Module\Translation')->__('All Channels');
- }
- } else {
-
- if (!$this->getHelper('M2ePro/Component\\' . ucfirst($channel))->isEnabled()) {
- throw new \Ess\M2ePro\Model\Exception('Channel is not Active!');
- }
-
- if (count($components) > 1) {
- $channelLabel = $this->getHelper('Component\\' . ucfirst($channel))->getTitle();
- }
- }
- }
-
- $pathParts['channel'] = $channelLabel;
-
- $pathParts['additional'] = $this->getHelper('Module\Translation')->__($additionalEnd);
-
- $resultPath = array();
-
- $resultPath['menu'] = $pathParts['menu'];
- if (isset($params['reverse_tab_and_channel']) && $params['reverse_tab_and_channel'] === true) {
- $resultPath['channel'] = $pathParts['channel'];
- $resultPath['tab'] = $pathParts['tab'];
- } else {
- $resultPath['tab'] = $pathParts['tab'];
- $resultPath['channel'] = $pathParts['channel'];
- }
- $resultPath['additional'] = $pathParts['additional'];
-
- $resultPath = array_diff($resultPath, array(''));
-
- return join($resultPath, ' > ');
- }
-
- //########################################
-
public function getWizardInstallationNick()
{
return self::WIZARD_INSTALLATION_NICK;
@@ -145,22 +68,12 @@ public function isInstallationWizardFinished()
//########################################
- public function getAutocompleteMaxItems()
- {
- $temp = (int)$this->getHelper('Module')->getConfig()
- ->getGroupValue('/view/amazon/autocomplete/','max_records_quantity');
- return $temp <= 0 ? 100 : $temp;
- }
-
- //########################################
-
public function is3rdPartyShouldBeShown()
{
- $sessionKey = 'amazon_is_3rd_party_should_be_shown';
- $sessionCache = $this->getHelper('Data\Cache\Session');
+ $runtimeCache = $this->getHelper('Data\Cache\Runtime');
- if (!is_null($sessionCache->getValue($sessionKey))) {
- return $sessionCache->getValue($sessionKey);
+ if (!is_null($runtimeCache->getValue(__METHOD__))) {
+ return $runtimeCache->getValue(__METHOD__);
}
$accountCollection = $this->activeRecordFactory->getObject('Amazon\Account')->getCollection();
@@ -181,7 +94,7 @@ public function is3rdPartyShouldBeShown()
$result = $collection->getSize() || $logCollection->getSize();
}
- $sessionCache->setValue($sessionKey, $result);
+ $runtimeCache->setValue(__METHOD__, $result);
return $result;
}
diff --git a/Helper/View/Amazon/Controller.php b/Helper/View/Amazon/Controller.php
index d6fe6a0a4..c4e73fb84 100644
--- a/Helper/View/Amazon/Controller.php
+++ b/Helper/View/Amazon/Controller.php
@@ -49,13 +49,11 @@ public function addMessages(\Ess\M2ePro\Controller\Adminhtml\Base $controller)
private function addCronErrorMessage(\Ess\M2ePro\Controller\Adminhtml\Base $controller)
{
- $url = 'http://support.m2epro.com/knowledgebase/articles/';
- $url .= '162927-why-cron-job-is-required-for-amazon-and-rakuten-co';
-
+ $url = 'https://support.m2epro.com/knowledgebase/162927-why-automatic-synchronization-is-required-for-amaz/';
// M2ePro_TRANSLATIONS
// Attention! AUTOMATIC Synchronization is not running at the moment. Please check this article to learn why it is required.
$message = 'Attention! AUTOMATIC Synchronization is not running at the moment.';
- $message .= ' Please check this article ';
+ $message .= ' Please check this article ';
$message .= 'to learn why it is required.';
$message = $this->getHelper('Module\Translation')->__($message, $url);
@@ -67,9 +65,9 @@ private function addCronErrorMessage(\Ess\M2ePro\Controller\Adminhtml\Base $cont
private function addAmazonMarketplacesNotUpdatedNotificationMessage(
\Ess\M2ePro\Controller\Adminhtml\Base $controller)
{
- $outdatedMarketplaces = $this->getHelper('Data\Cache\Permanent')->getValue('amazon_outdated_marketplaces');
+ $outdatedMarketplaces = $this->getHelper('Data\Cache\Permanent')->getValue(__METHOD__);
- if ($outdatedMarketplaces === false) {
+ if ($outdatedMarketplaces === NULL) {
$readConn = $this->resourceConnection->getConnection();
@@ -97,10 +95,10 @@ private function addAmazonMarketplacesNotUpdatedNotificationMessage(
$outdatedMarketplaces[] = $marketplace->getTitle();
}
- $this->getHelper('Data\Cache\Permanent')->setValue('amazon_outdated_marketplaces',
- $outdatedMarketplaces,
- array('amazon','marketplace'),
- 60*60*24);
+ $this->getHelper('Data\Cache\Permanent')->setValue(__METHOD__,
+ $outdatedMarketplaces,
+ array('amazon','marketplace'),
+ 60*60*24);
}
if (count($outdatedMarketplaces) <= 0) {
@@ -111,13 +109,12 @@ private function addAmazonMarketplacesNotUpdatedNotificationMessage(
// %marketplace_title% data was changed on Amazon. You need to synchronize it the Extension works properly. Please, go to %menu_label% > Marketplaces and click the Update All Now Button.
$message = '%marketplace_title% data was changed on Amazon. You need to synchronize it '.
- 'the Extension works properly. Please, go to %menu_path% > '.
+ 'the Extension works properly. Please, go to '.
'Marketplaces and click the Update All Now Button.';
$controller->getMessageManager()->addNotice($this->getHelper('Module\Translation')->__(
$message,
implode(', ',$outdatedMarketplaces),
- $this->getHelper('View\Amazon')->getPageNavigationPath('configuration'),
$controller->getUrl(
'*/amazon_marketplace',
array('tab' => \Ess\M2ePro\Helper\Component\Amazon::NICK)
diff --git a/Helper/View/Development.php b/Helper/View/ControlPanel.php
similarity index 58%
rename from Helper/View/Development.php
rename to Helper/View/ControlPanel.php
index c7fdd6d2f..2df206a03 100644
--- a/Helper/View/Development.php
+++ b/Helper/View/ControlPanel.php
@@ -8,21 +8,35 @@
namespace Ess\M2ePro\Helper\View;
-class Development extends \Ess\M2ePro\Helper\AbstractHelper
+use Ess\M2ePro\Helper\Factory;
+
+class ControlPanel extends \Ess\M2ePro\Helper\AbstractHelper
{
// M2ePro_TRANSLATIONS
// Control Panel (M2E Pro)
- const NICK = 'development';
+ const NICK = 'control_panel';
+
+ const TAB_OVERVIEW = 'overview';
+ const TAB_INSPECTION = 'inspection';
+ const TAB_SETUP = 'setup';
+ const TAB_DATABASE = 'database';
+ const TAB_TOOLS_GENERAL = 'tools_general';
+ const TAB_TOOLS_MODULE = 'tools_module';
+ const TAB_DEBUG = 'debug';
- const TAB_SUMMARY = 'summary';
- const TAB_ABOUT = 'about';
- const TAB_INSPECTION = 'inspection';
- const TAB_DATABASE = 'database';
- const TAB_TOOLS = 'tools';
- const TAB_MODULE = 'module';
- const TAB_DEBUG = 'debug';
- const TAB_BUILD = 'build';
+ private $backendUrlBuilder;
+
+ //########################################
+
+ public function __construct(
+ \Magento\Backend\Model\Url $backendUrlBuilder,
+ Factory $helperFactory,
+ \Magento\Framework\App\Helper\Context $context
+ ) {
+ $this->backendUrlBuilder = $backendUrlBuilder;
+ parent::__construct($helperFactory, $context);
+ }
//########################################
@@ -35,19 +49,19 @@ public function getTitle()
public function getPageUrl(array $params = [])
{
- return $this->_urlBuilder->getUrl($this->getPageRoute(), $params);
+ return $this->backendUrlBuilder->getUrl($this->getPageRoute(), $params);
}
public function getPageRoute()
{
- return 'M2ePro/development/index';
+ return 'm2epro/controlPanel/index';
}
//########################################
- public function getPageAboutTabUrl(array $params = [])
+ public function getPageOwerviewTabUrl(array $params = [])
{
- return $this->getPageUrl(array_merge($params,['tab' => self::TAB_ABOUT]));
+ return $this->getPageUrl(array_merge($params,['tab' => self::TAB_OVERVIEW]));
}
public function getPageInspectionTabUrl(array $params = [])
@@ -62,12 +76,12 @@ public function getPageDatabaseTabUrl(array $params = [])
public function getPageToolsTabUrl(array $params = [])
{
- return $this->getPageUrl(array_merge($params,['tab' => self::TAB_TOOLS]));
+ return $this->getPageUrl(array_merge($params,['tab' => self::TAB_TOOLS_GENERAL]));
}
public function getPageModuleTabUrl(array $params = [])
{
- return $this->getPageUrl(array_merge($params,['tab' => self::TAB_MODULE]));
+ return $this->getPageUrl(array_merge($params,['tab' => self::TAB_TOOLS_MODULE]));
}
public function getPageDebugTabUrl(array $params = [])
@@ -75,10 +89,5 @@ public function getPageDebugTabUrl(array $params = [])
return $this->getPageUrl(array_merge($params,['tab' => self::TAB_DEBUG]));
}
- public function getPageBuildTabUrl(array $params = [])
- {
- return $this->getPageUrl(array_merge($params,['tab' => self::TAB_BUILD]));
- }
-
//########################################
}
\ No newline at end of file
diff --git a/Helper/View/Development/Command.php b/Helper/View/ControlPanel/Command.php
similarity index 77%
rename from Helper/View/Development/Command.php
rename to Helper/View/ControlPanel/Command.php
index df82c76c9..793e246da 100644
--- a/Helper/View/Development/Command.php
+++ b/Helper/View/ControlPanel/Command.php
@@ -6,31 +6,44 @@
* @license Commercial use is forbidden
*/
-namespace Ess\M2ePro\Helper\View\Development;
+namespace Ess\M2ePro\Helper\View\ControlPanel;
+
+use Ess\M2ePro\Helper\Factory;
+use Ess\M2ePro\Helper\Module;
-//TODO
class Command extends \Ess\M2ePro\Helper\AbstractHelper
{
//########################################
- const CONTROLLER_MODULE_MODULE = 'adminhtml_development_module_module';
- const CONTROLLER_MODULE_SYNCHRONIZATION = 'adminhtml_development_module_synchronization';
- const CONTROLLER_MODULE_INTEGRATION = 'adminhtml_development_module_integration';
+ const CONTROLLER_MODULE_MODULE = 'controlPanel_module/module';
+ const CONTROLLER_MODULE_SYNCHRONIZATION = 'controlPanel_module/synchronization';
+ const CONTROLLER_MODULE_INTEGRATION = 'controlPanel_module/integration';
+
+ const CONTROLLER_TOOLS_M2EPRO_GENERAL = 'controlPanel_tools_m2ePro/general';
+ const CONTROLLER_TOOLS_M2EPRO_INSTALL = 'controlPanel_tools_m2ePro/install';
+ const CONTROLLER_TOOLS_MAGENTO = 'controlPanel_tools/magento';
+ const CONTROLLER_TOOLS_ADDITIONAL = 'controlPanel_tools/additional';
- const CONTROLLER_TOOLS_M2EPRO_GENERAL = 'adminhtml_development_tools_m2ePro_general';
- const CONTROLLER_TOOLS_M2EPRO_INSTALL = 'adminhtml_development_tools_m2ePro_install';
- const CONTROLLER_TOOLS_MAGENTO = 'adminhtml_development_tools_magento';
- const CONTROLLER_TOOLS_ADDITIONAL = 'adminhtml_development_tools_additional';
+ const CONTROLLER_DEBUG = 'controlPanel_debug/debug';
- const CONTROLLER_DEBUG = 'adminhtml_development';
+ private $backendUrlBuilder;
- const CONTROLLER_BUILD = 'adminhtml_development_build';
+ //########################################
+
+ public function __construct(
+ \Magento\Backend\Model\Url $backendUrlBuilder,
+ Factory $helperFactory,
+ \Magento\Framework\App\Helper\Context $context
+ ) {
+ $this->backendUrlBuilder = $backendUrlBuilder;
+ parent::__construct($helperFactory, $context);
+ }
//########################################
public function parseGeneralCommandsData($controller)
{
- $tempClass = $this->getHelper('View\Development\Controller')->loadControllerAndGetClassName($controller);
+ $tempClass = $this->getControllerClassName($controller);
$reflectionClass = new \ReflectionClass ($tempClass);
$reflectionMethods = $reflectionClass->getMethods(\ReflectionMethod::IS_PUBLIC);
@@ -39,17 +52,8 @@ public function parseGeneralCommandsData($controller)
// ---------------------------------------
$actions = array();
foreach ($reflectionMethods as $reflectionMethod) {
-
- $className = $reflectionClass->getMethod($reflectionMethod->name)
- ->getDeclaringClass()->name;
$methodName = $reflectionMethod->name;
- if (substr($className,0,10) != 'Ess_M2ePro') {
- continue;
- }
- if ($methodName == 'indexAction') {
- continue;
- }
if (substr($methodName,strlen($methodName)-6) != 'Action') {
continue;
}
@@ -65,7 +69,7 @@ public function parseGeneralCommandsData($controller)
$methods = array();
foreach ($actions as $action) {
- $controllerName = $this->getHelper('View\Development\Controller')->getControllerClassName($controller);
+ $controllerName = $this->getControllerClassName($controller);
$reflectionMethod = new \ReflectionMethod ($controllerName,$action.'Action');
$commentsString = $this->getMethodComments($reflectionMethod);
@@ -127,7 +131,7 @@ public function parseGeneralCommandsData($controller)
'non_production' => $methodNonProduction,
'title' => $methodTitle,
'description' => $methodDescription,
-// 'url' => Mage::helper('adminhtml')->getUrl('*/' . $controller . '/' . $action), todo url
+ 'url' => $this->backendUrlBuilder->getUrl('*/'.$controller, ['action' => $action]),
'content' => $methodContent,
'new_line' => $methodNewLine,
'confirm' => $methodConfirm,
@@ -148,7 +152,7 @@ public function parseGeneralCommandsData($controller)
public function parseDebugCommandsData($controller)
{
- $tempClass = $this->getHelper('View\Development\Controller')->loadControllerAndGetClassName($controller);
+ $tempClass = $this->getControllerClassName($controller);
$reflectionClass = new \ReflectionClass ($tempClass);
$reflectionMethods = $reflectionClass->getMethods(\ReflectionMethod::IS_PUBLIC);
@@ -157,16 +161,8 @@ public function parseDebugCommandsData($controller)
// ---------------------------------------
$actions = array();
foreach ($reflectionMethods as $reflectionMethod) {
-
- $className = $reflectionClass->getMethod($reflectionMethod->name)->getDeclaringClass()->name;
$methodName = $reflectionMethod->name;
- if (substr($className,0,10) != 'Ess_M2ePro') {
- continue;
- }
- if ($methodName == 'indexAction') {
- continue;
- }
if (substr($methodName,strlen($methodName)-6) != 'Action') {
continue;
}
@@ -182,7 +178,7 @@ public function parseDebugCommandsData($controller)
$methods = array();
foreach ($actions as $action) {
- $controllerName = $this->getHelper('View\Development\Controller')->getControllerClassName($controller);
+ $controllerName = $this->getControllerClassName($controller);
$reflectionMethod = new \ReflectionMethod ($controllerName,$action.'Action');
$commentsString = $this->getMethodComments($reflectionMethod);
@@ -203,7 +199,7 @@ public function parseDebugCommandsData($controller)
$methodTitle = $matchesTitle[1];
$methodDescription = $matchesDescription[1];
-// $methodUrl = Mage::helper('adminhtml')->getUrl('*/'.$controller.'/'.$action); todo url
+ $methodUrl = $this->backendUrlBuilder->getUrl('*/'.$controller, ['action' => $action]);
preg_match('/@confirm[\s]*\"(.*)\"/', $commentsString, $matchesConfirm);
$methodConfirm = '';
@@ -217,7 +213,7 @@ public function parseDebugCommandsData($controller)
$methods[] = array(
'title' => $methodTitle,
'description' => $methodDescription,
-// 'url' => $methodUrl, todo uncoment
+ 'url' => $methodUrl,
'confirm' => $methodConfirm,
'new_window' => $methodNewWindow
);
@@ -229,6 +225,17 @@ public function parseDebugCommandsData($controller)
//########################################
+ public function getControllerClassName($controller)
+ {
+ $controller = str_replace(['_', '/'], '\\', $controller);
+
+ $controller = array_map(function($part) {
+ return ucfirst($part);
+ }, explode('\\', $controller));
+
+ return '\\'.str_replace('_', '\\', Module::IDENTIFIER).'\\Controller\\Adminhtml\\'.implode('\\', $controller);
+ }
+
private function getMethodComments(\ReflectionMethod $reflectionMethod)
{
$contentPhpFile = file_get_contents($reflectionMethod->getFileName());
diff --git a/Helper/View/Development/Controller.php b/Helper/View/Development/Controller.php
deleted file mode 100644
index 629c36c6e..000000000
--- a/Helper/View/Development/Controller.php
+++ /dev/null
@@ -1,87 +0,0 @@
-getControllerFileName($controller);
- if (!$this->validateControllerFileName($controllerFileName)) {
- return false;
- }
-
- $controllerClassName = $this->getControllerClassName($controller);
- if (!$controllerClassName) {
- return false;
- }
-
- // include controller file if needed
- if (!$this->_includeControllerClass($controllerFileName, $controllerClassName)) {
- return false;
- }
-
- return $controllerClassName;
- }
-
- //########################################
-
- public function getControllerFileName($controller)
- {
- $parts = explode('_', self::REAL_MODULE);
- $realModule = implode('_', array_splice($parts, 0, 2));
- $file = Mage::getModuleDir('controllers', $realModule); //todo correct Dir
- if (count($parts)) {
- $file .= DS . implode(DS, $parts);
- }
- $file .= DS.uc_words($controller, DS).'Controller.php';
- return $file;
- }
-
- public function validateControllerFileName($fileName)
- {
- return $fileName && is_readable($fileName) && false===strpos($fileName, '//');
- }
-
- // ---------------------------------------
-
- public function getControllerClassName($controller)
- {
- return self::REAL_MODULE.'_'.uc_words($controller).'Controller';
- }
-
- // ---------------------------------------
-
- protected function _includeControllerClass($controllerFileName, $controllerClassName)
- {
- if (!class_exists($controllerClassName, false)) {
-
- if (!file_exists($controllerFileName)) {
- return false;
- }
-
- include $controllerFileName;
-
- if (!class_exists($controllerClassName, false)) {
- //todo correct Exception
-// throw Mage::exception(
-// 'Mage_Core', Mage::helper('core')->__('Controller file was loaded but class does not exist')
-// );
- }
- }
-
- return true;
- }
-
- //########################################
-}
\ No newline at end of file
diff --git a/Helper/View/Ebay.php b/Helper/View/Ebay.php
index a3d19265a..43af9090f 100644
--- a/Helper/View/Ebay.php
+++ b/Helper/View/Ebay.php
@@ -21,6 +21,7 @@ class Ebay extends \Ess\M2ePro\Helper\AbstractHelper
const MODE_SIMPLE = 'simple';
const MODE_ADVANCED = 'advanced';
+ protected $activeRecordFactory;
protected $urlBuilder;
protected $cacheConfig;
protected $modelFactory;
@@ -29,6 +30,7 @@ class Ebay extends \Ess\M2ePro\Helper\AbstractHelper
//########################################
public function __construct(
+ \Ess\M2ePro\Model\ActiveRecord\Factory $activeRecordFactory,
\Magento\Backend\Model\UrlInterface $urlBuilder,
\Ess\M2ePro\Model\Config\Manager\Cache $cacheConfig,
\Ess\M2ePro\Model\ActiveRecord\Factory $modelFactory,
@@ -37,6 +39,7 @@ public function __construct(
\Magento\Framework\App\Helper\Context $context
)
{
+ $this->activeRecordFactory = $activeRecordFactory;
$this->urlBuilder = $urlBuilder;
$this->cacheConfig = $cacheConfig;
$this->modelFactory = $modelFactory;
@@ -60,37 +63,6 @@ public function getMenuRootNodeLabel()
//########################################
- public function getPageNavigationPath($pathNick, $tabName = NULL, $additionalEnd = NULL)
- {
- //todo
- return '';
-
- return '';
- $resultPath = array();
-
- $rootMenuNode = Mage::getConfig()->getNode('adminhtml/menu/m2epro_ebay');
- $menuLabel = $this->getHelper('View')->getMenuPath($rootMenuNode, $pathNick, $this->getMenuRootNodeLabel());
-
- if (!$menuLabel) {
- return '';
- }
-
- $resultPath['menu'] = $menuLabel;
-
- if ($tabName) {
- $resultPath['tab'] = $this->getHelper('Module\Translation')->__($tabName)
- . ' ' . $this->getHelper('Module\Translation')->__('Tab');
- }
-
- if ($additionalEnd) {
- $resultPath['additional'] = $this->getHelper('Module\Translation')->__($additionalEnd);
- }
-
- return join($resultPath, ' > ');
- }
-
- //########################################
-
public function getWizardInstallationNick()
{
return self::WIZARD_INSTALLATION_NICK;
@@ -140,7 +112,7 @@ public function isFeedbacksShouldBeShown($accountId = NULL)
'feedbacks_receive', \Ess\M2ePro\Model\Ebay\Account::FEEDBACKS_RECEIVE_YES
);
- $feedbackCollection = $this->modelFactory->getObject('Ebay\Feedback')->getCollection();
+ $feedbackCollection = $this->activeRecordFactory->getObject('Ebay\Feedback')->getCollection();
if (!is_null($accountId)) {
$accountCollection->addFieldToFilter(
@@ -156,10 +128,10 @@ public function isFeedbacksShouldBeShown($accountId = NULL)
public function is3rdPartyShouldBeShown()
{
- $sessionCache = $this->getHelper('Data\Cache\Session');
+ $runtimeCache = $this->getHelper('Data\Cache\Runtime');
- if (!is_null($sessionCache->getValue('is_3rd_party_should_be_shown'))) {
- return $sessionCache->getValue('is_3rd_party_should_be_shown');
+ if (!is_null($runtimeCache->getValue(__METHOD__))) {
+ return $runtimeCache->getValue(__METHOD__);
}
$accountCollection = $this->modelFactory->getObject('Ebay\Account')->getCollection();
@@ -180,7 +152,7 @@ public function is3rdPartyShouldBeShown()
$result = $collection->getSize() || $logCollection->getSize();
}
- $sessionCache->setValue('is_3rd_party_should_be_shown', $result);
+ $runtimeCache->setValue(__METHOD__, $result);
return $result;
}
diff --git a/Helper/View/Ebay/Controller.php b/Helper/View/Ebay/Controller.php
index 4fc42203e..e59bc4d09 100644
--- a/Helper/View/Ebay/Controller.php
+++ b/Helper/View/Ebay/Controller.php
@@ -68,8 +68,8 @@ private function addCronNotificationMessage(\Ess\M2ePro\Controller\Adminhtml\Bas
// Attention! Last eBay AUTOMATIC Synchronization was performed by Cron more than 1 hour ago. You should set up Cron Job, otherwise no Automatic Synchronization will be performed. You can check this Article to get how to set Cron Job.
$message = 'Attention! Last eBay AUTOMATIC Synchronization was performed by Cron ';
$message .= 'more than 1 hour ago. You should set up Cron Job, otherwise no Automatic Synchronization ';
- $message .= 'will be performed. You can check this Article '.
- 'to get how to set Cron Job.';
+ $message .= 'will be performed. You can check this
+ Article to get how to set Cron Job.';
$controller->getMessageManager()->addNotice(
$this->getHelper('Module\Translation')->__($message, $url),
@@ -84,7 +84,7 @@ private function addFeedbackNotificationMessage(\Ess\M2ePro\Controller\Adminhtml
// M2ePro_TRANSLATIONS
// New Buyer negative Feedback was received. Go to the feedback Page .
$message = 'New Buyer negative Feedback was received. '
- .'Go to the Feedback Page .';
+ .'Go to the Feedback Page .';
$message = $this->getHelper('Module\Translation')->__($message, $url);
$controller->getMessageManager()->addNotice(
@@ -96,11 +96,9 @@ private function addFeedbackNotificationMessage(\Ess\M2ePro\Controller\Adminhtml
private function addTokenExpirationDateNotificationMessage(\Ess\M2ePro\Controller\Adminhtml\Base $controller)
{
- $tokenExpirationMessages = $this->getHelper('Data\Cache\Permanent')->getValue(
- 'ebay_accounts_token_expiration_messages'
- );
+ $tokenExpirationMessages = $this->getHelper('Data\Cache\Permanent')->getValue(__METHOD__);
- if ($tokenExpirationMessages === false) {
+ if ($tokenExpirationMessages === NULL) {
$tokenExpirationMessages = array();
@@ -127,7 +125,7 @@ private function addTokenExpirationDateNotificationMessage(\Ess\M2ePro\Controlle
$textToTranslate =
'The token for "%account_title%" eBay Account has been expired. '.
'Please, go to %menu_label% > Configuration > eBay Account >'.
- 'General TAB , click on the Get Token Button.'.
+ 'General TAB , click on the Get Token Button.'.
'(You will be redirected to the eBay website.) Sign-in and press I Agree on eBay Page.'.
'Do not forget to press Save Button after returning back to Magento';
@@ -136,7 +134,7 @@ private function addTokenExpirationDateNotificationMessage(\Ess\M2ePro\Controlle
trim($textToTranslate),
$this->getHelper('Data')->escapeHtml($accountData['title']),
$this->getHelper('View\Ebay')->getMenuRootNodeLabel(),
- $controller->getUrl('*/adminhtml_ebay_account/edit', array('id' => $accountData['id']))
+ $controller->getUrl('*/ebay_account/edit', array('id' => $accountData['id']))
);
$tokenExpirationMessages[] = array(
'type' => 'error',
@@ -154,7 +152,7 @@ private function addTokenExpirationDateNotificationMessage(\Ess\M2ePro\Controlle
Do not forget to press Save Button after returning back to Magento
*/
$textToTranslate =
- 'Attention! The token for "%account_title%" eBay Account will be expired soon ( %date% ).'.
+ 'Attention! The token for "%account_title%" eBay Account will be expired soon ( %date% ).'.
' Please, go to %menu_label% > Configuration > eBay Account >'.
'General TAB , click on the Get Token Button.'.
'(You will be redirected to the eBay website.) Sign-in and press I Agree on eBay Page.'.
@@ -165,10 +163,9 @@ private function addTokenExpirationDateNotificationMessage(\Ess\M2ePro\Controlle
$tempMessage = $this->getHelper('Module\Translation')->__(
trim($textToTranslate),
$this->getHelper('Data')->escapeHtml($accountData['title']),
- $this->localeDate->date(strtotime($accountData['token_expired_date']))
- ->toString($format),
- $this->getHelper('View_Ebay')->getMenuRootNodeLabel(),
- $controller->getUrl('*/adminhtml_ebay_account/edit', array('id' => $accountData['id']))
+ $this->localeDate->date(strtotime($accountData['token_expired_date']))->toString($format),
+ $this->getHelper('View\Ebay')->getMenuRootNodeLabel(),
+ $controller->getUrl('*/ebay_account/edit', array('id' => $accountData['id']))
);
$tokenExpirationMessages[] = array(
@@ -180,7 +177,7 @@ private function addTokenExpirationDateNotificationMessage(\Ess\M2ePro\Controlle
}
}
- $this->getHelper('Data\Cache\Permanent')->setValue('ebay_accounts_token_expiration_messages',
+ $this->getHelper('Data\Cache\Permanent')->setValue(__METHOD__,
$tokenExpirationMessages,
array('account','ebay'),
60*60*24);
@@ -197,9 +194,9 @@ private function addTokenExpirationDateNotificationMessage(\Ess\M2ePro\Controlle
private function addMarketplacesNotUpdatedNotificationMessage(
\Ess\M2ePro\Controller\Adminhtml\Base $controller)
{
- $outdatedMarketplaces = $this->getHelper('Data\Cache\Permanent')->getValue('ebay_outdated_marketplaces');
+ $outdatedMarketplaces = $this->getHelper('Data\Cache\Permanent')->getValue(__METHOD__);
- if ($outdatedMarketplaces === false) {
+ if ($outdatedMarketplaces === NULL) {
$marketplacesCollection = $this->ebayFactory->getObject('Marketplace')->getCollection();
@@ -228,33 +225,24 @@ private function addMarketplacesNotUpdatedNotificationMessage(
$outdatedMarketplaces[] = $marketplace->getTitle();
}
- $this->getHelper('Data\Cache\Permanent')->setValue('ebay_outdated_marketplaces',
- $outdatedMarketplaces,
- array('ebay','marketplace'),
- 60*60*24);
+ $this->getHelper('Data\Cache\Permanent')->setValue(__METHOD__,
+ $outdatedMarketplaces,
+ array('ebay','marketplace'),
+ 60*60*24);
}
if (count($outdatedMarketplaces) <= 0) {
return;
}
-// M2ePro_TRANSLATIONS
-// %marketplace_title% data was changed on eBay. You need to synchronize it the Extension works properly. Please, go to %menu_label% > Configuration > Marketplaces and click the Update All Now Button.
-
- $message = '%marketplace_title% data was changed on eBay. You need to synchronize it'.
- ' the Extension works properly. Please, go to %menu_path% > '.
- 'Marketplaces and click the Update All Now Button.';
-
- // TODO with configuration
-// $controller->getMessageManager()->addNotice($this->getHelper('Module\Translation')->__(
-// $message,
-// implode(', ',$outdatedMarketplaces),
-// $this->getHelper('View\Ebay')->getPageNavigationPath('configuration'),
-// $controller->getUrl(
-// '*/adminhtml_ebay_marketplace',
-// array('tab' => Ess_M2ePro_Block_Adminhtml_Ebay_Configuration_Tabs::TAB_ID_MARKETPLACE)
-// )
-// ), \Ess\M2ePro\Controller\Adminhtml\Base::GLOBAL_MESSAGES_GROUP);
+ $message = '%marketplace_title% data was changed. You need to resynchronize it for the proper Extension work. '.
+ 'Please, go to Marketplaces and press an Update All Now button.';
+
+ $controller->getMessageManager()->addNotice($this->getHelper('Module\Translation')->__(
+ $message,
+ implode(', ',$outdatedMarketplaces),
+ $controller->getUrl('*/ebay_marketplace')
+ ), \Ess\M2ePro\Controller\Adminhtml\Base::GLOBAL_MESSAGES_GROUP);
}
//########################################
diff --git a/Model/Account.php b/Model/Account.php
index e13c4c5a7..61e8b9f69 100644
--- a/Model/Account.php
+++ b/Model/Account.php
@@ -43,10 +43,10 @@ public function isLocked($onlyMainConditions = false)
//########################################
- public function save()
+ public function save($reloadOnCreate = false)
{
$this->getHelper('Data\Cache\Permanent')->removeTagValues('account');
- return parent::save();
+ return parent::save($reloadOnCreate);
}
//########################################
diff --git a/Model/ActiveRecord/AbstractModel.php b/Model/ActiveRecord/AbstractModel.php
index 840c8bd33..389643e9a 100644
--- a/Model/ActiveRecord/AbstractModel.php
+++ b/Model/ActiveRecord/AbstractModel.php
@@ -10,9 +10,6 @@
abstract class AbstractModel extends \Magento\Framework\Model\AbstractModel
{
- const SETTING_FIELD_TYPE_JSON = 'json';
- const SETTING_FIELD_TYPE_SERIALIZATION = 'serialization';
-
//########################################
protected $cacheLoading = false;
@@ -108,7 +105,6 @@ public function delete()
$this->getHelper('Data\Cache\Permanent')->removeTagValues($this->getCacheInstancesTag());
}
- //TODO delete processing locks with sql
$this->deleteProcessingLocks();
return parent::delete();
}
@@ -139,7 +135,7 @@ public function deleteProcessings()
$processingIds[] = $processingLock->getProcessingId();
}
- /** @var $collection \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Collection\AbstractCollection */
+ /** @var $collection \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Collection\AbstractModel */
$collection = $this->activeRecordFactory->getObject('Processing')->getCollection();
$collection->addFieldToFilter('id', array('in'=>array_unique($processingIds)));
@@ -213,7 +209,7 @@ public function getProcessingLocks($tag = false, $processingId = false)
throw new \Ess\M2ePro\Model\Exception\Logic('Method require loaded instance first');
}
- /** @var $collection \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Collection\AbstractCollection */
+ /** @var $collection \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Collection\AbstractModel */
$lockedCollection = $this->activeRecordFactory->getObject('Processing\Lock')->getCollection();
$lockedCollection->addFieldToFilter('model_name',$this->getObjectModelName());
@@ -314,13 +310,12 @@ protected function getRelatedItems(
/**
* @param string $fieldName
- * @param string $encodeType
*
* @return array
*
* @throws \Ess\M2ePro\Model\Exception\Logic
*/
- public function getSettings($fieldName, $encodeType = self::SETTING_FIELD_TYPE_JSON)
+ public function getSettings($fieldName)
{
$settings = $this->getData((string)$fieldName);
@@ -328,17 +323,7 @@ public function getSettings($fieldName, $encodeType = self::SETTING_FIELD_TYPE_J
return array();
}
- if ($encodeType == self::SETTING_FIELD_TYPE_JSON) {
- $settings = @json_decode($settings, true);
- } else if ($encodeType == self::SETTING_FIELD_TYPE_SERIALIZATION) {
- $settings = @unserialize($settings);
- } else {
- throw new \Ess\M2ePro\Model\Exception\Logic($this->getHelper('Module\Translation')->__(
- 'Encoding type "%encode_type%" is not supported.',
- $encodeType
- ));
- }
-
+ $settings = json_decode($settings, true);
return !empty($settings) ? $settings : array();
}
@@ -346,20 +331,18 @@ public function getSettings($fieldName, $encodeType = self::SETTING_FIELD_TYPE_J
* @param string $fieldName
* @param string|array $settingNamePath
* @param mixed $defaultValue
- * @param string $encodeType
*
* @return mixed|null
*/
public function getSetting($fieldName,
$settingNamePath,
- $defaultValue = NULL,
- $encodeType = self::SETTING_FIELD_TYPE_JSON)
+ $defaultValue = NULL)
{
if (empty($settingNamePath)) {
return $defaultValue;
}
- $settings = $this->getSettings($fieldName, $encodeType);
+ $settings = $this->getSettings($fieldName);
!is_array($settingNamePath) && $settingNamePath = array($settingNamePath);
@@ -383,26 +366,14 @@ public function getSetting($fieldName,
/**
* @param string $fieldName
* @param array $settings
- * @param string $encodeType
*
* @return \Ess\M2ePro\Model\ActiveRecord\AbstractModel
*
* @throws \Ess\M2ePro\Model\Exception\Logic
*/
- public function setSettings($fieldName, array $settings = array(), $encodeType = self::SETTING_FIELD_TYPE_JSON)
+ public function setSettings($fieldName, array $settings = array())
{
- if ($encodeType == self::SETTING_FIELD_TYPE_JSON) {
- $settings = json_encode($settings);
- } else if ($encodeType == self::SETTING_FIELD_TYPE_SERIALIZATION) {
- $settings = serialize($settings);
- } else {
- throw new \Ess\M2ePro\Model\Exception\Logic($this->getHelper('Module\Translation')->__(
- 'Encoding type "%encode_type%" is not supported.',
- $encodeType
- ));
- }
-
- $this->setData((string)$fieldName, $settings);
+ $this->setData((string)$fieldName, json_encode($settings));
return $this;
}
@@ -411,20 +382,18 @@ public function setSettings($fieldName, array $settings = array(), $encodeType =
* @param string $fieldName
* @param string|array $settingNamePath
* @param mixed $settingValue
- * @param string $encodeType
*
* @return \Ess\M2ePro\Model\ActiveRecord\AbstractModel
*/
public function setSetting($fieldName,
$settingNamePath,
- $settingValue,
- $encodeType = self::SETTING_FIELD_TYPE_JSON)
+ $settingValue)
{
if (empty($settingNamePath)) {
return $this;
}
- $settings = $this->getSettings($fieldName, $encodeType);
+ $settings = $this->getSettings($fieldName);
$target = &$settings;
!is_array($settingNamePath) && $settingNamePath = array($settingNamePath);
@@ -447,7 +416,7 @@ public function setSetting($fieldName,
$target[$pathPart] = $settingValue;
}
- $this->setSettings($fieldName, $settings, $encodeType);
+ $this->setSettings($fieldName, $settings);
return $this;
}
diff --git a/Model/ActiveRecord/Component/Parent/AbstractModel.php b/Model/ActiveRecord/Component/Parent/AbstractModel.php
index 0a4e2b637..148aca8f5 100644
--- a/Model/ActiveRecord/Component/Parent/AbstractModel.php
+++ b/Model/ActiveRecord/Component/Parent/AbstractModel.php
@@ -181,12 +181,16 @@ public function isLocked()
// ---------------------------------------
- public function save()
+ public function save($reloadOnCreate = false)
{
if (!is_null($this->childMode) && is_null($this->getData('component_mode'))) {
$this->setData('component_mode',$this->childMode);
}
+ if ($reloadOnCreate) {
+ $this->setData('reload_on_create', true);
+ }
+
$temp = parent::save();
if (is_null($this->childObject)) {
diff --git a/Model/ActiveRecord/Component/Parent/Factory.php b/Model/ActiveRecord/Component/Parent/Factory.php
index f464a0914..46b93bbf2 100644
--- a/Model/ActiveRecord/Component/Parent/Factory.php
+++ b/Model/ActiveRecord/Component/Parent/Factory.php
@@ -105,7 +105,7 @@ public function getCachedObjectLoaded($component, $modelName, $value, $field = N
/** @var \Ess\M2ePro\Model\ActiveRecord\Cache $cacheObj */
$cacheObj = $this->helperFactory->getObject('Data\Cache\Permanent')->getValue($parentKey);
- if ($cacheObj !== false) {
+ if ($cacheObj !== NULL) {
$model->setData($cacheObj->getData());
$model->setOrigData();
return $model;
diff --git a/Model/ActiveRecord/Factory.php b/Model/ActiveRecord/Factory.php
index a3bb1aa7a..b8daba2d4 100644
--- a/Model/ActiveRecord/Factory.php
+++ b/Model/ActiveRecord/Factory.php
@@ -97,7 +97,7 @@ public function getCachedObjectLoaded($modelName, $value, $field = NULL, $throwE
/** @var \Ess\M2ePro\Model\ActiveRecord\Cache $cacheObj */
$cacheObj = $this->helperFactory->getObject('Data\Cache\Permanent')->getValue($cacheKey);
- if ($cacheObj !== false) {
+ if ($cacheObj !== NULL) {
$model->setData($cacheObj->getData());
$model->setOrigData();
return $model;
diff --git a/Model/Amazon/Account.php b/Model/Amazon/Account.php
index 6612d0e41..2ed5409af 100644
--- a/Model/Amazon/Account.php
+++ b/Model/Amazon/Account.php
@@ -132,11 +132,11 @@ public function delete()
foreach ($items as $item) {
$item->delete();
}
-
-// TODO NOT SUPPORTED FEATURE repricing
-// if ($this->isRepricing()) {
-// $this->getRepricing()->delete();
-// }
+
+ if ($this->isRepricing()) {
+ $this->getRepricing()->delete();
+ $this->repricingModel = NULL;
+ }
$this->marketplaceModel = NULL;
@@ -182,7 +182,22 @@ public function setMarketplace(\Ess\M2ePro\Model\Marketplace $instance)
*/
public function isRepricing()
{
- return (bool)$this->getRepricing()->getId();
+ $cacheKey = 'amazon_account_'.$this->getId().'_is_repricing';
+ $cacheData = $this->getHelper('Data\Cache\Permanent')->getValue($cacheKey);
+
+ if ($cacheData !== NULL) {
+ return (bool)$cacheData;
+ }
+
+ $repricingCollection = $this->activeRecordFactory->getObject('Amazon\Account\Repricing')->getCollection();
+ $repricingCollection->addFieldToFilter('account_id', $this->getId());
+ $isRepricing = (int)(bool)$repricingCollection->getSize();
+
+ $this->getHelper('Data\Cache\Permanent')->setValue(
+ $cacheKey, $isRepricing, array('account'), $this->getCacheLifetime()
+ );
+
+ return (bool)$isRepricing;
}
/**
@@ -191,7 +206,7 @@ public function isRepricing()
public function getRepricing()
{
if (is_null($this->repricingModel)) {
- $this->repricingModel = $this->activeRecordFactory->getObjectLoaded(
+ $this->repricingModel = $this->activeRecordFactory->getCachedObjectLoaded(
'Amazon\Account\Repricing', $this->getId(), NULL
);
}
diff --git a/Model/Amazon/Account/Repricing.php b/Model/Amazon/Account/Repricing.php
index efe256067..94497a466 100644
--- a/Model/Amazon/Account/Repricing.php
+++ b/Model/Amazon/Account/Repricing.php
@@ -42,17 +42,19 @@ class Repricing extends \Ess\M2ePro\Model\ActiveRecord\AbstractModel
//########################################
public function __construct(
+ \Ess\M2ePro\Model\ActiveRecord\Component\Parent\Amazon\Factory $amazonFactory,
\Ess\M2ePro\Model\Factory $modelFactory,
\Ess\M2ePro\Model\ActiveRecord\Factory $activeRecordFactory,
\Ess\M2ePro\Helper\Factory $helperFactory,
\Magento\Framework\Model\Context $context,
\Magento\Framework\Registry $registry,
- \Magento\Framework\Model\ResourceModel\AbstractResource $resource,
- \Magento\Framework\Data\Collection\AbstractDb $resourceCollection,
- array $data,
- \Ess\M2ePro\Model\ActiveRecord\Component\Parent\Amazon\Factory $amazonFactory
+ \Magento\Framework\Model\ResourceModel\AbstractResource $resource = null,
+ \Magento\Framework\Data\Collection\AbstractDb $resourceCollection = null,
+ array $data = []
)
{
+ $this->amazonFactory = $amazonFactory;
+
parent::__construct(
$modelFactory,
$activeRecordFactory,
@@ -63,8 +65,6 @@ public function __construct(
$resourceCollection,
$data
);
-
- $this->amazonFactory = $amazonFactory;
}
//########################################
@@ -77,10 +77,21 @@ public function _construct()
//########################################
+ public function save()
+ {
+ $this->getHelper('Data\Cache\Permanent')->removeTagValues('account');
+ return parent::save();
+ }
+
+ //########################################
+
public function delete()
{
+ $this->getHelper('Data\Cache\Permanent')->removeTagValues('account');
+
$temp = parent::delete();
$temp && $this->accountModel = NULL;
+
return $temp;
}
@@ -562,7 +573,8 @@ public function getAffectedListingsProducts($asArrays = true, $columns = '*', $o
$listingProductCollection = $this->amazonFactory->getObject('Listing\Product')->getCollection();
$listingProductCollection->getSelect()->joinInner(
- array('alpr' => $this->_resource->getTable('m2epro_amazon_listing_product_repricing')),
+ array('alpr' => $this->activeRecordFactory->getObject('Amazon\Listing\Product\Repricing')
+ ->getResource()->getMainTable()),
'alpr.listing_product_id=main_table.id',
array()
);
@@ -591,4 +603,18 @@ public function setProcessRequired($newData, $oldData)
}
//########################################
+
+ public function isCacheEnabled()
+ {
+ return true;
+ }
+
+ public function getCacheGroupTags()
+ {
+ $tags = parent::getCacheGroupTags();
+ $tags[] = 'account';
+ return $tags;
+ }
+
+ //########################################
}
\ No newline at end of file
diff --git a/Model/Amazon/Connector/Account/Add/EntityRequester.php b/Model/Amazon/Connector/Account/Add/EntityRequester.php
index 97dd2df00..8d51dbdf4 100644
--- a/Model/Amazon/Connector/Account/Add/EntityRequester.php
+++ b/Model/Amazon/Connector/Account/Add/EntityRequester.php
@@ -14,7 +14,7 @@ class EntityRequester extends \Ess\M2ePro\Model\Amazon\Connector\Command\Pending
//########################################
- function __construct(
+ public function __construct(
\Ess\M2ePro\Model\ActiveRecord\Component\Parent\Amazon\Factory $amazonFactory,
\Ess\M2ePro\Helper\Factory $helperFactory,
\Ess\M2ePro\Model\Factory $modelFactory,
diff --git a/Model/Amazon/Connector/Command/Pending/Requester.php b/Model/Amazon/Connector/Command/Pending/Requester.php
index 0c2039c8d..897a3078b 100644
--- a/Model/Amazon/Connector/Command/Pending/Requester.php
+++ b/Model/Amazon/Connector/Command/Pending/Requester.php
@@ -24,7 +24,7 @@ abstract class Requester extends \Ess\M2ePro\Model\Connector\Command\Pending\Req
* @param \Ess\M2ePro\Model\Account $account
* @param array $params
*/
- function __construct(
+ public function __construct(
\Ess\M2ePro\Helper\Factory $helperFactory,
\Ess\M2ePro\Model\Factory $modelFactory,
$account,
diff --git a/Model/Amazon/Connector/Command/Pending/Responser.php b/Model/Amazon/Connector/Command/Pending/Responser.php
index a5a00d686..1c771f988 100644
--- a/Model/Amazon/Connector/Command/Pending/Responser.php
+++ b/Model/Amazon/Connector/Command/Pending/Responser.php
@@ -16,7 +16,7 @@ abstract class Responser extends \Ess\M2ePro\Model\Connector\Command\Pending\Res
//########################################
- function __construct(
+ public function __construct(
\Ess\M2ePro\Model\ActiveRecord\Component\Parent\Amazon\Factory $amazonFactory,
\Ess\M2ePro\Model\Connector\Connection\Response $response,
\Ess\M2ePro\Helper\Factory $helperFactory,
diff --git a/Model/Amazon/Connector/Command/RealTime.php b/Model/Amazon/Connector/Command/RealTime.php
index 3dee1bbd1..75b7fd836 100644
--- a/Model/Amazon/Connector/Command/RealTime.php
+++ b/Model/Amazon/Connector/Command/RealTime.php
@@ -6,7 +6,7 @@
* @license Commercial use is forbidden
*/
-namespace Ess\M2ePro\Model\Amazon\Connector;
+namespace Ess\M2ePro\Model\Amazon\Connector\Command;
abstract class RealTime extends \Ess\M2ePro\Model\Connector\Command\RealTime
{
@@ -17,7 +17,7 @@ abstract class RealTime extends \Ess\M2ePro\Model\Connector\Command\RealTime
//########################################
- function __construct(
+ public function __construct(
\Ess\M2ePro\Helper\Factory $helperFactory,
\Ess\M2ePro\Model\Factory $modelFactory,
\Ess\M2ePro\Model\Account $account,
diff --git a/Model/Amazon/Connector/Dispatcher.php b/Model/Amazon/Connector/Dispatcher.php
index dbecacbc6..e901c7226 100644
--- a/Model/Amazon/Connector/Dispatcher.php
+++ b/Model/Amazon/Connector/Dispatcher.php
@@ -15,7 +15,7 @@ class Dispatcher extends \Ess\M2ePro\Model\AbstractModel
//####################################
- function __construct(
+ public function __construct(
\Magento\Framework\Code\NameBuilder $nameBuilder,
\Ess\M2ePro\Model\ActiveRecord\Component\Parent\Amazon\Factory $amazonFactory,
\Ess\M2ePro\Helper\Factory $helperFactory,
diff --git a/Model/Amazon/Connector/Orders/Cancel/ItemsRequester.php b/Model/Amazon/Connector/Orders/Cancel/ItemsRequester.php
index e5a0ed684..7ffe77e7a 100644
--- a/Model/Amazon/Connector/Orders/Cancel/ItemsRequester.php
+++ b/Model/Amazon/Connector/Orders/Cancel/ItemsRequester.php
@@ -14,7 +14,7 @@ class ItemsRequester extends \Ess\M2ePro\Model\Amazon\Connector\Command\Pending\
// ########################################
- function __construct(
+ public function __construct(
\Ess\M2ePro\Model\ActiveRecord\Factory $activeRecordFactory,
\Ess\M2ePro\Helper\Factory $helperFactory,
\Ess\M2ePro\Model\Factory $modelFactory,
diff --git a/Model/Amazon/Connector/Orders/Cancel/ItemsResponser.php b/Model/Amazon/Connector/Orders/Cancel/ItemsResponser.php
index 2f117fdaf..0f13c5169 100644
--- a/Model/Amazon/Connector/Orders/Cancel/ItemsResponser.php
+++ b/Model/Amazon/Connector/Orders/Cancel/ItemsResponser.php
@@ -21,7 +21,7 @@ class ItemsResponser extends \Ess\M2ePro\Model\Amazon\Connector\Command\Pending\
// ########################################
- function __construct(
+ public function __construct(
\Ess\M2ePro\Model\ActiveRecord\Factory $activeRecordFactory,
\Ess\M2ePro\Model\ActiveRecord\Component\Parent\Amazon\Factory $amazonFactory,
\Ess\M2ePro\Model\Connector\Connection\Response $response,
diff --git a/Model/Amazon/Connector/Orders/Refund/ItemsRequester.php b/Model/Amazon/Connector/Orders/Refund/ItemsRequester.php
index 27f20f654..0a0eb3dad 100644
--- a/Model/Amazon/Connector/Orders/Refund/ItemsRequester.php
+++ b/Model/Amazon/Connector/Orders/Refund/ItemsRequester.php
@@ -14,7 +14,7 @@ class ItemsRequester extends \Ess\M2ePro\Model\Amazon\Connector\Command\Pending\
// ########################################
- function __construct(
+ public function __construct(
\Ess\M2ePro\Model\ActiveRecord\Factory $activeRecordFactory,
\Ess\M2ePro\Helper\Factory $helperFactory,
\Ess\M2ePro\Model\Factory $modelFactory,
diff --git a/Model/Amazon/Connector/Orders/Refund/ItemsResponser.php b/Model/Amazon/Connector/Orders/Refund/ItemsResponser.php
index 300becce7..fa4cc6a6c 100644
--- a/Model/Amazon/Connector/Orders/Refund/ItemsResponser.php
+++ b/Model/Amazon/Connector/Orders/Refund/ItemsResponser.php
@@ -21,7 +21,7 @@ class ItemsResponser extends \Ess\M2ePro\Model\Amazon\Connector\Command\Pending\
// ########################################
- function __construct(
+ public function __construct(
\Ess\M2ePro\Model\ActiveRecord\Factory $activeRecordFactory,
\Ess\M2ePro\Model\ActiveRecord\Component\Parent\Amazon\Factory $amazonFactory,
\Ess\M2ePro\Model\Connector\Connection\Response $response,
diff --git a/Model/Amazon/Connector/Orders/Update/ItemsRequester.php b/Model/Amazon/Connector/Orders/Update/ItemsRequester.php
index d20128468..74f3559db 100644
--- a/Model/Amazon/Connector/Orders/Update/ItemsRequester.php
+++ b/Model/Amazon/Connector/Orders/Update/ItemsRequester.php
@@ -14,7 +14,7 @@ class ItemsRequester extends \Ess\M2ePro\Model\Amazon\Connector\Command\Pending\
// ########################################
- function __construct(
+ public function __construct(
\Ess\M2ePro\Model\ActiveRecord\Factory $activeRecordFactory,
\Ess\M2ePro\Helper\Factory $helperFactory,
\Ess\M2ePro\Model\Factory $modelFactory,
diff --git a/Model/Amazon/Connector/Orders/Update/ItemsResponser.php b/Model/Amazon/Connector/Orders/Update/ItemsResponser.php
index 39d071b16..074b3b167 100644
--- a/Model/Amazon/Connector/Orders/Update/ItemsResponser.php
+++ b/Model/Amazon/Connector/Orders/Update/ItemsResponser.php
@@ -24,7 +24,7 @@ class ItemsResponser extends \Ess\M2ePro\Model\Amazon\Connector\Command\Pending\
// ########################################
- function __construct(
+ public function __construct(
\Ess\M2ePro\Model\ActiveRecord\Factory $activeRecordFactory,
\Ess\M2ePro\Model\ActiveRecord\Component\Parent\Amazon\Factory $amazonFactory,
\Ess\M2ePro\Model\Connector\Connection\Response $response,
diff --git a/Model/Amazon/Connector/Product/Delete/MultipleRequester.php b/Model/Amazon/Connector/Product/Delete/MultipleRequester.php
index dcf640316..3767685c8 100644
--- a/Model/Amazon/Connector/Product/Delete/MultipleRequester.php
+++ b/Model/Amazon/Connector/Product/Delete/MultipleRequester.php
@@ -88,7 +88,7 @@ protected function validateAndFilterListingsProducts()
$this->getLogger()->logListingProductMessage(
$listingProduct,
$message,
- \Ess\M2ePro\Model\Log\AbstractLog::PRIORITY_MEDIUM
+ \Ess\M2ePro\Model\Log\AbstractModel::PRIORITY_MEDIUM
);
}
@@ -158,9 +158,11 @@ protected function validateAndProcessParentListingsProducts()
);
$listingProduct->addData(array(
+ 'status' => \Ess\M2ePro\Model\Listing\Product::STATUS_NOT_LISTED,
+ ));
+ $amazonListingProduct->addData(array(
'general_id' => null,
'is_general_id_owner' => \Ess\M2ePro\Model\Amazon\Listing\Product::IS_GENERAL_ID_OWNER_NO,
- 'status' => \Ess\M2ePro\Model\Listing\Product::STATUS_NOT_LISTED,
));
$listingProduct->save();
@@ -253,7 +255,7 @@ protected function filterLockedListingsProducts()
$this->getLogger()->logListingProductMessage(
$listingProduct,
$message,
- \Ess\M2ePro\Model\Log\AbstractLog::PRIORITY_MEDIUM
+ \Ess\M2ePro\Model\Log\AbstractModel::PRIORITY_MEDIUM
);
unset($this->listingsProducts[$key]);
diff --git a/Model/Amazon/Connector/Product/Dispatcher.php b/Model/Amazon/Connector/Product/Dispatcher.php
index 853e30b74..db82611e5 100644
--- a/Model/Amazon/Connector/Product/Dispatcher.php
+++ b/Model/Amazon/Connector/Product/Dispatcher.php
@@ -17,7 +17,7 @@ class Dispatcher extends \Ess\M2ePro\Model\AbstractModel
// ########################################
- function __construct(
+ public function __construct(
\Ess\M2ePro\Model\ActiveRecord\Factory $activeRecordFactory,
\Ess\M2ePro\Model\ActiveRecord\Component\Parent\Amazon\Factory $amazonFactory,
\Ess\M2ePro\Helper\Factory $helperFactory,
@@ -136,8 +136,8 @@ protected function processProducts(array $products, $action, array $params = arr
$this->logsActionId,
$action,
$exception->getMessage(),
- \Ess\M2ePro\Model\Log\AbstractLog::TYPE_ERROR,
- \Ess\M2ePro\Model\Log\AbstractLog::PRIORITY_HIGH
+ \Ess\M2ePro\Model\Log\AbstractModel::TYPE_ERROR,
+ \Ess\M2ePro\Model\Log\AbstractModel::PRIORITY_HIGH
);
}
diff --git a/Model/Amazon/Connector/Product/ListAction/MultipleRequester.php b/Model/Amazon/Connector/Product/ListAction/MultipleRequester.php
index b60817067..f77b4cf0e 100644
--- a/Model/Amazon/Connector/Product/ListAction/MultipleRequester.php
+++ b/Model/Amazon/Connector/Product/ListAction/MultipleRequester.php
@@ -117,7 +117,7 @@ private function processGeneralValidateAndFilter()
$this->getLogger()->logListingProductMessage(
$listingProduct,
$message,
- \Ess\M2ePro\Model\Log\AbstractLog::PRIORITY_MEDIUM
+ \Ess\M2ePro\Model\Log\AbstractModel::PRIORITY_MEDIUM
);
}
@@ -145,7 +145,7 @@ private function processSkuGeneralValidateAndFilter()
$this->getLogger()->logListingProductMessage(
$listingProduct,
$message,
- \Ess\M2ePro\Model\Log\AbstractLog::PRIORITY_MEDIUM
+ \Ess\M2ePro\Model\Log\AbstractModel::PRIORITY_MEDIUM
);
}
@@ -178,7 +178,7 @@ private function processSkuSearchValidateAndFilter()
$this->getLogger()->logListingProductMessage(
$listingProduct,
$message,
- \Ess\M2ePro\Model\Log\AbstractLog::PRIORITY_MEDIUM
+ \Ess\M2ePro\Model\Log\AbstractModel::PRIORITY_MEDIUM
);
}
@@ -251,7 +251,7 @@ private function processSkuExistenceValidateAndFilter()
$this->getLogger()->logListingProductMessage(
$listingProduct, $message,
- \Ess\M2ePro\Model\Log\AbstractLog::PRIORITY_MEDIUM
+ \Ess\M2ePro\Model\Log\AbstractModel::PRIORITY_MEDIUM
);
$this->removeAndUnlockListingProduct($listingProduct->getId());
@@ -276,7 +276,7 @@ private function processSkuExistenceValidateAndFilter()
$this->getLogger()->logListingProductMessage(
$listingProduct,
$message,
- \Ess\M2ePro\Model\Log\AbstractLog::PRIORITY_MEDIUM
+ \Ess\M2ePro\Model\Log\AbstractModel::PRIORITY_MEDIUM
);
}
@@ -323,7 +323,7 @@ private function processListTypeValidateAndFilter()
$this->getLogger()->logListingProductMessage(
$listingProduct,
$message,
- \Ess\M2ePro\Model\Log\AbstractLog::PRIORITY_MEDIUM
+ \Ess\M2ePro\Model\Log\AbstractModel::PRIORITY_MEDIUM
);
}
diff --git a/Model/Amazon/Connector/Product/ListAction/MultipleResponser.php b/Model/Amazon/Connector/Product/ListAction/MultipleResponser.php
index cce8483e0..49e027e37 100644
--- a/Model/Amazon/Connector/Product/ListAction/MultipleResponser.php
+++ b/Model/Amazon/Connector/Product/ListAction/MultipleResponser.php
@@ -93,7 +93,7 @@ protected function processSuccess(\Ess\M2ePro\Model\Listing\Product $listingProd
$this->getLogger()->logListingProductMessage(
$listingProduct,
$message,
- \Ess\M2ePro\Model\Log\AbstractLog::PRIORITY_MEDIUM
+ \Ess\M2ePro\Model\Log\AbstractModel::PRIORITY_MEDIUM
);
return;
diff --git a/Model/Amazon/Connector/Product/Requester.php b/Model/Amazon/Connector/Product/Requester.php
index 95fab19ec..5a3520a84 100644
--- a/Model/Amazon/Connector/Product/Requester.php
+++ b/Model/Amazon/Connector/Product/Requester.php
@@ -39,6 +39,7 @@ abstract class Requester extends \Ess\M2ePro\Model\Amazon\Connector\Command\Pend
*/
protected $requestsDataObjects = array();
+ protected $activeRecordFactory;
protected $amazonFactory;
// ########################################
@@ -53,7 +54,7 @@ abstract class Requester extends \Ess\M2ePro\Model\Amazon\Connector\Command\Pend
* @param array $params
* @throws \Ess\M2ePro\Model\Exception
*/
- function __construct(
+ public function __construct(
\Ess\M2ePro\Model\ActiveRecord\Factory $activeRecordFactory,
\Ess\M2ePro\Model\ActiveRecord\Component\Parent\Amazon\Factory $amazonFactory,
\Ess\M2ePro\Helper\Factory $helperFactory,
@@ -224,7 +225,7 @@ protected function validateAndFilterListingsProducts()
$this->getLogger()->logListingProductMessage(
$listingProduct,
$message,
- \Ess\M2ePro\Model\Log\AbstractLog::PRIORITY_MEDIUM
+ \Ess\M2ePro\Model\Log\AbstractModel::PRIORITY_MEDIUM
);
}
@@ -342,7 +343,7 @@ protected function filterLockedListingsProducts()
$this->getLogger()->logListingProductMessage(
$listingProduct,
$message,
- \Ess\M2ePro\Model\Log\AbstractLog::PRIORITY_MEDIUM
+ \Ess\M2ePro\Model\Log\AbstractModel::PRIORITY_MEDIUM
);
unset($this->listingsProducts[$listingProduct->getId()]);
@@ -410,7 +411,7 @@ protected function getRequestData()
$this->getLogger()->logListingProductMessage($listingProduct,
$message,
- \Ess\M2ePro\Model\Log\AbstractLog::PRIORITY_MEDIUM);
+ \Ess\M2ePro\Model\Log\AbstractModel::PRIORITY_MEDIUM);
}
$this->buildRequestDataObject($listingProduct,$requestDataRaw);
diff --git a/Model/Amazon/Connector/Product/Responser.php b/Model/Amazon/Connector/Product/Responser.php
index 12becae8e..2a84bcb67 100644
--- a/Model/Amazon/Connector/Product/Responser.php
+++ b/Model/Amazon/Connector/Product/Responser.php
@@ -51,7 +51,7 @@ abstract class Responser extends \Ess\M2ePro\Model\Amazon\Connector\Command\Pend
// ########################################
- function __construct(
+ public function __construct(
\Ess\M2ePro\Model\ActiveRecord\Component\Parent\Amazon\Factory $amazonFactory,
\Ess\M2ePro\Model\Connector\Connection\Response $response,
\Ess\M2ePro\Helper\Factory $helperFactory,
@@ -86,7 +86,7 @@ public function failDetected($messageText)
$this->getLogger()->logListingProductMessage(
$listingProduct,
$message,
- \Ess\M2ePro\Model\Log\AbstractLog::PRIORITY_HIGH
+ \Ess\M2ePro\Model\Log\AbstractModel::PRIORITY_HIGH
);
}
}
diff --git a/Model/Amazon/Connector/Product/Stop/MultipleRequester.php b/Model/Amazon/Connector/Product/Stop/MultipleRequester.php
index 826684075..70c31709a 100644
--- a/Model/Amazon/Connector/Product/Stop/MultipleRequester.php
+++ b/Model/Amazon/Connector/Product/Stop/MultipleRequester.php
@@ -87,7 +87,7 @@ protected function validateAndFilterListingsProducts()
$this->getLogger()->logListingProductMessage(
$listingProduct,
$message,
- \Ess\M2ePro\Model\Log\AbstractLog::PRIORITY_MEDIUM
+ \Ess\M2ePro\Model\Log\AbstractModel::PRIORITY_MEDIUM
);
}
@@ -157,9 +157,11 @@ protected function validateAndProcessParentListingsProducts()
);
$listingProduct->addData(array(
+ 'status' => \Ess\M2ePro\Model\Listing\Product::STATUS_NOT_LISTED,
+ ));
+ $amazonListingProduct->addData(array(
'general_id' => null,
'is_general_id_owner' => \Ess\M2ePro\Model\Amazon\Listing\Product::IS_GENERAL_ID_OWNER_NO,
- 'status' => \Ess\M2ePro\Model\Listing\Product::STATUS_NOT_LISTED,
));
$listingProduct->save();
@@ -254,7 +256,7 @@ protected function filterLockedListingsProducts()
$this->getLogger()->logListingProductMessage(
$listingProduct,
$message,
- \Ess\M2ePro\Model\Log\AbstractLog::PRIORITY_MEDIUM
+ \Ess\M2ePro\Model\Log\AbstractModel::PRIORITY_MEDIUM
);
unset($this->listingsProducts[$key]);
diff --git a/Model/Amazon/Listing.php b/Model/Amazon/Listing.php
index ad1ded254..5aa48f331 100644
--- a/Model/Amazon/Listing.php
+++ b/Model/Amazon/Listing.php
@@ -1048,6 +1048,8 @@ public function addProductFromOther(\Ess\M2ePro\Model\Listing\Other $listingOthe
$listingProductRepricing->setData(array(
'listing_product_id' => $listingProduct->getId(),
'is_online_disabled' => $amazonListingOther->isRepricingDisabled(),
+ 'update_date' => $this->getHelper('Data')->getCurrentGmtDate(),
+ 'create_date' => $this->getHelper('Data')->getCurrentGmtDate(),
));
$listingProductRepricing->save();
}
diff --git a/Model/Amazon/Listing/Auto/Actions/Listing.php b/Model/Amazon/Listing/Auto/Actions/Listing.php
index b35a8545d..21086d462 100644
--- a/Model/Amazon/Listing/Auto/Actions/Listing.php
+++ b/Model/Amazon/Listing/Auto/Actions/Listing.php
@@ -14,7 +14,7 @@ class Listing extends \Ess\M2ePro\Model\Listing\Auto\Actions\Listing
//########################################
- function __construct(
+ public function __construct(
\Ess\M2ePro\Model\ActiveRecord\Component\Parent\Amazon\Factory $amazonFactory,
\Ess\M2ePro\Model\ActiveRecord\Factory $activeRecordFactory,
\Ess\M2ePro\Helper\Factory $helperFactory,
diff --git a/Model/Amazon/Listing/Other/Mapping.php b/Model/Amazon/Listing/Other/Mapping.php
index 2f52cc5bf..6bfe5f805 100644
--- a/Model/Amazon/Listing/Other/Mapping.php
+++ b/Model/Amazon/Listing/Other/Mapping.php
@@ -20,7 +20,7 @@ class Mapping extends \Ess\M2ePro\Model\AbstractModel
//########################################
- function __construct(
+ public function __construct(
\Magento\Catalog\Model\ProductFactory $productFactory,
\Ess\M2ePro\Model\ActiveRecord\Component\Parent\Amazon\Factory $amazonFactory,
\Ess\M2ePro\Helper\Factory $helperFactory,
diff --git a/Model/Amazon/Listing/Other/Moving.php b/Model/Amazon/Listing/Other/Moving.php
index 81a01bd32..9f0093131 100644
--- a/Model/Amazon/Listing/Other/Moving.php
+++ b/Model/Amazon/Listing/Other/Moving.php
@@ -24,7 +24,7 @@ class Moving extends \Ess\M2ePro\Model\AbstractModel
//########################################
- function __construct(
+ public function __construct(
\Ess\M2ePro\Model\ActiveRecord\Factory $activeRecordFactory,
\Ess\M2ePro\Model\ActiveRecord\Component\Parent\Amazon\Factory $amazonFactory,
\Ess\M2ePro\Helper\Factory $helperFactory,
@@ -147,6 +147,8 @@ public function autoMoveOtherListingProduct(\Ess\M2ePro\Model\Listing\Other $oth
$listingProductRepricing->setData(array(
'listing_product_id' => $listingProduct->getId(),
'is_online_disabled' => $amazonOtherListing->isRepricingDisabled(),
+ 'update_date' => $this->getHelper('Data')->getCurrentGmtDate(),
+ 'create_date' => $this->getHelper('Data')->getCurrentGmtDate(),
));
$listingProductRepricing->save();
}
@@ -184,8 +186,8 @@ public function autoMoveOtherListingProduct(\Ess\M2ePro\Model\Listing\Other $oth
// M2ePro\TRANSLATIONS
// Item was successfully Moved
'Item was successfully Moved',
- \Ess\M2ePro\Model\Log\AbstractLog::TYPE_NOTICE,
- \Ess\M2ePro\Model\Log\AbstractLog::PRIORITY_MEDIUM
+ \Ess\M2ePro\Model\Log\AbstractModel::TYPE_NOTICE,
+ \Ess\M2ePro\Model\Log\AbstractModel::PRIORITY_MEDIUM
);
$tempLog = $this->activeRecordFactory->getObject('Listing\Log');
@@ -200,8 +202,8 @@ public function autoMoveOtherListingProduct(\Ess\M2ePro\Model\Listing\Other $oth
// M2ePro\TRANSLATIONS
// Item was successfully Moved
'Item was successfully Moved',
- \Ess\M2ePro\Model\Log\AbstractLog::TYPE_NOTICE,
- \Ess\M2ePro\Model\Log\AbstractLog::PRIORITY_MEDIUM
+ \Ess\M2ePro\Model\Log\AbstractModel::TYPE_NOTICE,
+ \Ess\M2ePro\Model\Log\AbstractModel::PRIORITY_MEDIUM
);
if (!$this->getAmazonAccount()->isOtherListingsMoveToListingsSynchModeNone()) {
diff --git a/Model/Amazon/Listing/Product.php b/Model/Amazon/Listing/Product.php
index e01886144..8c398df71 100644
--- a/Model/Amazon/Listing/Product.php
+++ b/Model/Amazon/Listing/Product.php
@@ -94,6 +94,10 @@ public function delete()
}
}
+ if ($this->isRepricing()) {
+ $this->getRepricing()->delete();
+ }
+
$this->variationManager = NULL;
return parent::delete();
@@ -376,7 +380,7 @@ public function getVariations($asObjects = false, array $filters = array())
*/
public function isRepricing()
{
- return (bool)$this->getRepricing()->getId();
+ return !is_null($this->getRepricing());
}
/**
@@ -822,6 +826,10 @@ public function getTrackingAttributes()
$attributes = array_merge($attributes, $descriptionTemplate->getTrackingAttributes());
}
+ if ($this->isRepricing()) {
+ $attributes = array_merge($attributes, $this->getAmazonAccount()->getRepricing()->getTrackingAttributes());
+ }
+
return array_unique($attributes);
}
diff --git a/Model/Amazon/Listing/Product/Action/Logger.php b/Model/Amazon/Listing/Product/Action/Logger.php
index 68331fcc3..e76b94a8a 100644
--- a/Model/Amazon/Listing/Product/Action/Logger.php
+++ b/Model/Amazon/Listing/Product/Action/Logger.php
@@ -26,7 +26,8 @@ class Logger extends \Ess\M2ePro\Model\AbstractModel
protected $activeRecordFactory;
//########################################
- function __construct(
+
+ public function __construct(
\Ess\M2ePro\Model\ActiveRecord\Factory $activeRecordFactory,
\Ess\M2ePro\Helper\Factory $helperFactory,
\Ess\M2ePro\Model\Factory $modelFactory
@@ -100,7 +101,7 @@ public function setStatus($status)
*/
public function logListingProductMessage(\Ess\M2ePro\Model\Listing\Product $listingProduct,
\Ess\M2ePro\Model\Connector\Connection\Response\Message $message,
- $priority = \Ess\M2ePro\Model\Log\AbstractLog::PRIORITY_MEDIUM)
+ $priority = \Ess\M2ePro\Model\Log\AbstractModel::PRIORITY_MEDIUM)
{
$this->getListingLog()->addProductMessage($listingProduct->getListingId() ,
$listingProduct->getProductId() ,
@@ -137,27 +138,27 @@ private function initLogType(\Ess\M2ePro\Model\Connector\Connection\Response\Mes
{
if ($message->isError()) {
$this->setStatus(\Ess\M2ePro\Helper\Data::STATUS_ERROR);
- return \Ess\M2ePro\Model\Log\AbstractLog::TYPE_ERROR;
+ return \Ess\M2ePro\Model\Log\AbstractModel::TYPE_ERROR;
}
if ($message->isWarning()) {
$this->setStatus(\Ess\M2ePro\Helper\Data::STATUS_WARNING);
- return \Ess\M2ePro\Model\Log\AbstractLog::TYPE_WARNING;
+ return \Ess\M2ePro\Model\Log\AbstractModel::TYPE_WARNING;
}
if ($message->isSuccess()) {
$this->setStatus(\Ess\M2ePro\Helper\Data::STATUS_SUCCESS);
- return \Ess\M2ePro\Model\Log\AbstractLog::TYPE_SUCCESS;
+ return \Ess\M2ePro\Model\Log\AbstractModel::TYPE_SUCCESS;
}
if ($message->isNotice()) {
$this->setStatus(\Ess\M2ePro\Helper\Data::STATUS_SUCCESS);
- return \Ess\M2ePro\Model\Log\AbstractLog::TYPE_NOTICE;
+ return \Ess\M2ePro\Model\Log\AbstractModel::TYPE_NOTICE;
}
$this->setStatus(\Ess\M2ePro\Helper\Data::STATUS_ERROR);
- return \Ess\M2ePro\Model\Log\AbstractLog::TYPE_ERROR;
+ return \Ess\M2ePro\Model\Log\AbstractModel::TYPE_ERROR;
}
//########################################
diff --git a/Model/Amazon/Listing/Product/Action/Type/ListAction/Linking.php b/Model/Amazon/Listing/Product/Action/Type/ListAction/Linking.php
index 2c151a39f..1bf45c122 100644
--- a/Model/Amazon/Listing/Product/Action/Type/ListAction/Linking.php
+++ b/Model/Amazon/Listing/Product/Action/Type/ListAction/Linking.php
@@ -23,7 +23,7 @@ class Linking extends \Ess\M2ePro\Model\AbstractModel
//########################################
- function __construct(
+ public function __construct(
\Ess\M2ePro\Model\ActiveRecord\Factory $activeRecordFactory,
\Ess\M2ePro\Helper\Factory $helperFactory,
\Ess\M2ePro\Model\Factory $modelFactory
diff --git a/Model/Amazon/Listing/Product/Action/Type/ListAction/Validator/ListType.php b/Model/Amazon/Listing/Product/Action/Type/ListAction/Validator/ListType.php
index eaae3f78c..18a2c1a6e 100644
--- a/Model/Amazon/Listing/Product/Action/Type/ListAction/Validator/ListType.php
+++ b/Model/Amazon/Listing/Product/Action/Type/ListAction/Validator/ListType.php
@@ -75,7 +75,7 @@ public function validate()
// M2ePro\TRANSLATIONS
// Magento Parent Product was successfully linked to Amazon Parent Product by %general_id_type% "%general_id%" via Search Settings.
$this->addMessage(
- $this->activeRecordFactory->getObject('Log\AbstractLog')->encodeDescription(
+ $this->getHelper('Module\Log')->encodeDescription(
'Magento Parent Product was successfully linked
to Amazon Parent Product by %general_id_type% "%general_id%" via Search Settings.',
array('!general_id_type' => $generalIdType, '!general_id' => $generalId)
@@ -86,7 +86,7 @@ public function validate()
// M2ePro\TRANSLATIONS
// Unexpected error has occurred while trying to link Magento Parent Product, although the %general_id_type% "%general_id%" was successfully found on Amazon.
$this->addMessage(
- $this->activeRecordFactory->getObject('Log\AbstractLog')->encodeDescription(
+ $this->getHelper('Module\Log')->encodeDescription(
'Unexpected error has occurred while trying to link Magento Parent Product,
although the %general_id_type% "%general_id%" was successfully found on Amazon.',
array('general_id' => $generalId, 'general_id_type' => $generalIdType)
@@ -169,7 +169,7 @@ private function recognizeBySearchGeneralId()
// 'M2E Pro did not use New ASIN/ISBN Creation feature assigned because settings for ASIN/ISBN Search were specified in Listing Search Settings and a value %general_id% were set in Magento Attribute for that Product.'
if ($this->getAmazonListingProduct()->isGeneralIdOwner()) {
$this->addMessage(
- $this->activeRecordFactory->getObject('Log\AbstractLog')->encodeDescription(
+ $this->getHelper('Module\Log')->encodeDescription(
'M2E Pro did not use New ASIN/ISBN Creation feature assigned because settings
for ASIN/ISBN Search were specified in Listing Search Settings and a value
%general_id% were set in Magento Attribute for that Product.',
@@ -185,7 +185,7 @@ private function recognizeBySearchGeneralId()
// M2ePro\TRANSLATIONS
// The value "%general_id%" provided for ASIN/ISBN in Listing Search Settings is invalid. Please set the correct value and try again.
$this->addMessage(
- $this->activeRecordFactory->getObject('Log\AbstractLog')->encodeDescription(
+ $this->getHelper('Module\Log')->encodeDescription(
'The value "%general_id%" provided for ASIN/ISBN in Listing Search Settings is invalid.
Please set the correct value and try again.',
array('!general_id' => $generalId)
@@ -202,7 +202,7 @@ private function recognizeBySearchGeneralId()
// M2ePro\TRANSLATIONS
// %general_id_type% %general_id% provided in Listing Search Settings is not found on Amazon. Please set the correct value and try again. Note: Due to Amazon API restrictions M2E Pro might not see all the existing Products on Amazon.
$this->addMessage(
- $this->activeRecordFactory->getObject('Log\AbstractLog')->encodeDescription(
+ $this->getHelper('Module\Log')->encodeDescription(
'%general_id_type% %general_id% provided in Listing Search Settings
is not found on Amazon.
Please set the correct value and try again.
@@ -219,7 +219,7 @@ private function recognizeBySearchGeneralId()
// M2ePro\TRANSLATIONS
// There is more than one Product found on Amazon using Search by %general_id_type% %general_id%. First, you should select certain one using manual search.
$this->addMessage(
- $this->activeRecordFactory->getObject('Log\AbstractLog')->encodeDescription(
+ $this->getHelper('Module\Log')->encodeDescription(
'There is more than one Product found on Amazon using Search
by %general_id_type% %general_id%.
First, you should select certain one using manual search.',
@@ -237,7 +237,7 @@ private function recognizeBySearchGeneralId()
// M2ePro\TRANSLATIONS
// Amazon Parent Product was found using Search by %general_id_type% %general_id% while Simple or Child Product ASIN/ISBN is required.
$this->addMessage(
- $this->activeRecordFactory->getObject('Log\AbstractLog')->encodeDescription(
+ $this->getHelper('Module\Log')->encodeDescription(
'Amazon Parent Product was found using Search by %general_id_type% %general_id%
while Simple or Child Product ASIN/ISBN is required.',
array('!general_id_type' => $generalIdType, '!general_id' => $generalId)
@@ -251,7 +251,7 @@ private function recognizeBySearchGeneralId()
// M2ePro\TRANSLATIONS
// Working with Amazon Parent Product found using Search by %general_id_type% %general_id% is limited due to Amazon API restrictions.
$this->addMessage(
- $this->activeRecordFactory->getObject('Log\AbstractLog')->encodeDescription(
+ $this->getHelper('Module\Log')->encodeDescription(
'Working with Amazon Parent Product found using Search by %general_id_type% %general_id%
is limited due to Amazon API restrictions.',
array('!general_id_type' => $generalIdType, '!general_id' => $generalId)
@@ -268,7 +268,7 @@ private function recognizeBySearchGeneralId()
// M2ePro\TRANSLATIONS
// The number of Variation Attributes of the Amazon Parent Product found using Search by %general_id_type% %general_id% does not match the number of Variation Attributes of the Magento Parent Product.
$this->addMessage(
- $this->activeRecordFactory->getObject('Log\AbstractLog')->encodeDescription(
+ $this->getHelper('Module\Log')->encodeDescription(
'The number of Variation Attributes of the Amazon Parent Product found
using Search by %general_id_type% %general_id% does not match the number
of Variation Attributes of the Magento Parent Product.',
@@ -286,7 +286,7 @@ private function recognizeBySearchGeneralId()
// M2ePro\TRANSLATIONS
// Amazon Simple or Child Product was found using Search by %general_id_type% %general_id% while Parent Product ASIN/ISBN is required.
$this->addMessage(
- $this->activeRecordFactory->getObject('Log\AbstractLog')->encodeDescription(
+ $this->getHelper('Module\Log')->encodeDescription(
'Amazon Simple or Child Product was found using Search by %general_id_type% %general_id%
while Parent Product ASIN/ISBN is required.',
array('!general_id_type' => $generalIdType, '!general_id' => $generalId)
@@ -312,7 +312,7 @@ private function recognizeBySearchWorldwideId()
// M2ePro\TRANSLATIONS
// 'M2E Pro did not use New ASIN/ISBN Creation feature assigned because settings for UPC/EAN Search were specified in Listing Search Settings and a value %worldwide_id% were set in Magento Attribute for that Product.'
- $changingListTypeMessage = $this->activeRecordFactory->getObject('Log\AbstractLog')->encodeDescription(
+ $changingListTypeMessage = $this->getHelper('Module\Log')->encodeDescription(
'M2E Pro did not use New ASIN/ISBN Creation feature assigned because settings
for UPC/EAN Search were specified in Listing Search Settings and a value
%worldwide_id% were set in Magento Attribute for that Product.',
@@ -329,7 +329,7 @@ private function recognizeBySearchWorldwideId()
// M2ePro\TRANSLATIONS
// The value "%worldwide_id%" provided for UPC/EAN in Listing Search Settings is invalid. Please set the correct value and try again.
$this->addMessage(
- $this->activeRecordFactory->getObject('Log\AbstractLog')->encodeDescription(
+ $this->getHelper('Module\Log')->encodeDescription(
'The value "%worldwide_id%" provided for UPC/EAN in Listing Search Settings is invalid.
Please set the correct value and try again.',
array('!worldwide_id' => $worldwideId)
@@ -350,7 +350,7 @@ private function recognizeBySearchWorldwideId()
// M2ePro\TRANSLATIONS
// %worldwide_id_type% %worldwide_id% provided in Listing Search Settings is not found on Amazon. Please set Description Policy to create New ASIN/ISBN.
$this->addMessage(
- $this->activeRecordFactory->getObject('Log\AbstractLog')->encodeDescription(
+ $this->getHelper('Module\Log')->encodeDescription(
'%worldwide_id_type% %worldwide_id% provided in Search Settings
is not found on Amazon. Please set Description Policy to create New ASIN/ISBN.',
array('!worldwide_id_type' => $worldwideIdType, '!worldwide_id' => $worldwideId)
@@ -370,7 +370,7 @@ private function recognizeBySearchWorldwideId()
// M2ePro\TRANSLATIONS
// There is more than one Product found on Amazon using Search by %worldwide_id_type% %worldwide_id%. First, you should select certain one using manual search.
$this->addMessage(
- $this->activeRecordFactory->getObject('Log\AbstractLog')->encodeDescription(
+ $this->getHelper('Module\Log')->encodeDescription(
'There is more than one Product found on Amazon using Search by %worldwide_id_type% %worldwide_id%.
First, you should select certain one using manual search.',
array('!worldwide_id_type' => $worldwideIdType, '!worldwide_id' => $worldwideId)
@@ -389,7 +389,7 @@ private function recognizeBySearchWorldwideId()
// M2ePro\TRANSLATIONS
// Amazon Parent Product was found using Search by %worldwide_id_type% %worldwide_id% while Simple or Child Product ASIN/ISBN is required.
$this->addMessage(
- $this->activeRecordFactory->getObject('Log\AbstractLog')->encodeDescription(
+ $this->getHelper('Module\Log')->encodeDescription(
'Amazon Parent Product was found using Search by %worldwide_id_type% %worldwide_id%
while Simple or Child Product ASIN/ISBN is required.',
array('!worldwide_id_type' => $worldwideIdType, '!worldwide_id' => $worldwideId)
@@ -435,7 +435,7 @@ private function recognizeByDescriptionTemplateWorldwideId()
// M2ePro\TRANSLATIONS
// The value "%worldwide_id%" provided for UPC/EAN in Description Policy is invalid. Please provide the correct value and try again.
$this->addMessage(
- $this->activeRecordFactory->getObject('Log\AbstractLog')->encodeDescription(
+ $this->getHelper('Module\Log')->encodeDescription(
'The value "%worldwide_id%" provided for UPC/EAN in Description Policy is invalid.
Please provide the correct value and try again.',
array('!worldwide_id' => $worldwideId)
@@ -456,7 +456,7 @@ private function recognizeByDescriptionTemplateWorldwideId()
// M2ePro\TRANSLATIONS
// There is more than one Product found on Amazon using %worldwide_id_type% %worldwide_id% provided in Description Policy. Please provide the correct value and try again.
$this->addMessage(
- $this->activeRecordFactory->getObject('Log\AbstractLog')->encodeDescription(
+ $this->getHelper('Module\Log')->encodeDescription(
'There is more than one Product found on Amazon using %worldwide_id_type% %worldwide_id%
provided in Description Policy. Please provide the correct value and try again.',
array('!worldwide_id_type' => $worldwideIdType, '!worldwide_id' => $worldwideId)
@@ -475,7 +475,7 @@ private function recognizeByDescriptionTemplateWorldwideId()
// M2ePro\TRANSLATIONS
// Amazon Parent Product was found using %worldwide_id_type% %worldwide_id% provided in Description Policy while Simple or Child Product is required. Please provide the correct value and try again.
$this->addMessage(
- $this->activeRecordFactory->getObject('Log\AbstractLog')->encodeDescription(
+ $this->getHelper('Module\Log')->encodeDescription(
'Amazon Parent Product was found using %worldwide_id_type% %worldwide_id%
provided in Description Policy while Simple or Child Product is required.
Please provide the correct value and try again.',
@@ -502,7 +502,7 @@ private function recognizeByDescriptionTemplateWorldwideId()
// M2ePro\TRANSLATIONS
// The Product found on Amazon using %worldwide_id_type% %worldwide_id% provided in Description Policy is not a Child Product. Linking was failed because only Child Product is required. Please provide the correct value and try again.
$this->addMessage(
- $this->activeRecordFactory->getObject('Log\AbstractLog')->encodeDescription(
+ $this->getHelper('Module\Log')->encodeDescription(
'The Product found on Amazon using %worldwide_id_type% %worldwide_id%
provided in Description Policy is not a Child Product.
Linking was failed because only Child Product is required.
@@ -518,7 +518,7 @@ private function recognizeByDescriptionTemplateWorldwideId()
// M2ePro\TRANSLATIONS
// The Product with the same %worldwide_id_type% %worldwide_id% provided in Description Policy was found on Amazon. Linking was failed because this %worldwide_id_type% has already been assigned to another Child Product of this parent. Please provide the correct value and try again.
$this->addMessage(
- $this->activeRecordFactory->getObject('Log\AbstractLog')->encodeDescription(
+ $this->getHelper('Module\Log')->encodeDescription(
'The Product with the same %worldwide_id_type% %worldwide_id% provided in Description Policy
was found on Amazon. Linking was failed because this %worldwide_id% has already been assigned
to another Child Product of this parent.
@@ -540,7 +540,7 @@ private function recognizeByDescriptionTemplateWorldwideId()
// M2ePro\TRANSLATIONS
// The Product was found on Amazon using %worldwide_id_type% %worldwide_id% provided in Description Policy. Linking was failed because found Child Product is related to different Parent. Please provide the correct value and try again.
$this->addMessage(
- $this->activeRecordFactory->getObject('Log\AbstractLog')->encodeDescription(
+ $this->getHelper('Module\Log')->encodeDescription(
'The Product was found on Amazon using %worldwide_id_type% %worldwide_id%
provided in Description Policy. Linking was failed because found Child Product is related to
different Parent. Please provide the correct value and try again.',
@@ -559,7 +559,7 @@ private function recognizeByDescriptionTemplateWorldwideId()
// M2ePro\TRANSLATIONS
// The Product was found on Amazon using %worldwide_id_type% %worldwide_id% provided in Description Policy. Linking was failed because the respective Parent has no Child Product with required combination of the Variation Attributes values. Please provide the correct value and try again.
$this->addMessage(
- $this->activeRecordFactory->getObject('Log\AbstractLog')->encodeDescription(
+ $this->getHelper('Module\Log')->encodeDescription(
'The Product was found on Amazon using %worldwide_id_type% %worldwide_id%
provided in Description Policy. Linking was failed because the respective Parent has no
Child Product with required combination of the Variation Attributes values.
@@ -580,7 +580,7 @@ private function recognizeByDescriptionTemplateWorldwideId()
// M2ePro\TRANSLATIONS
// The Product was found on Amazon using %worldwide_id_type% %worldwide_id% provided in Description Policy. The Child Product with required combination of the Attributes values has already been added to your Parent Product. Please provide the correct value and try again.
$this->addMessage(
- $this->activeRecordFactory->getObject('Log\AbstractLog')->encodeDescription(
+ $this->getHelper('Module\Log')->encodeDescription(
'The Product was found on Amazon using %worldwide_id_type% %worldwide_id%
provided in Description Policy. The Child Product with required combination
of the Attributes values has already been added to your Parent Product.
@@ -692,7 +692,7 @@ private function validateNewProduct()
// M2ePro\TRANSLATIONS
// Product cannot be Listed. New ASIN/ISBN cannot be created because %worldwide_id_type% %worldwide_id% provided in the Description Policy has been found on Amazon. Please provide the correct value and try again.
$this->addMessage(
- $this->activeRecordFactory->getObject('Log\AbstractLog')->encodeDescription(
+ $this->getHelper('Module\Log')->encodeDescription(
'Product cannot be Listed. New ASIN/ISBN cannot be created because %worldwide_id_type%
%worldwide_id% provided in the Description Policy has been found on Amazon.
Please provide the correct value and try again.',
diff --git a/Model/Amazon/Listing/Product/Action/Type/ListAction/Validator/Sku/Existence.php b/Model/Amazon/Listing/Product/Action/Type/ListAction/Validator/Sku/Existence.php
index a3e4cd016..d12aac665 100644
--- a/Model/Amazon/Listing/Product/Action/Type/ListAction/Validator/Sku/Existence.php
+++ b/Model/Amazon/Listing/Product/Action/Type/ListAction/Validator/Sku/Existence.php
@@ -70,7 +70,7 @@ private function processSimpleOrIndividualProduct()
// M2ePro\TRANSLATIONS
// Product cannot be Listed because in your Inventory the provided SKU "%sku%" is assigned to the Parent Product (ASIN: "%asin%") while you are trying to List a Child or Simple Product. Please check the Settings and try again.
$this->addMessage(
- $this->activeRecordFactory->getObject('Log\AbstractLog')->encodeDescription(
+ $this->getHelper('Module\Log')->encodeDescription(
'Product cannot be Listed because in your Inventory the provided SKU %sku%
is assigned to the Parent Product (ASIN/ISBN: "%asin%") while you are trying to List a Child or
Simple Product. Please check the Settings and try again.',
@@ -87,7 +87,7 @@ private function processSimpleOrIndividualProduct()
// M2ePro\TRANSLATIONS
// Product cannot be Listed because in your Inventory the provided SKU "%sku%" is assigned to the Product with different ASIN/ISBN (%asin%). Please check the Settings and try again.
$this->addMessage(
- $this->activeRecordFactory->getObject('Log\AbstractLog')->encodeDescription(
+ $this->getHelper('Module\Log')->encodeDescription(
'Product cannot be Listed because in your Inventory the provided SKU "%sku%" is assigned
to the Product with different ASIN/ISBN (%asin%). Please check the Settings and try again.',
array('!sku' => $this->getData('sku'), '!asin' => $asin)
@@ -109,7 +109,7 @@ private function processParentProduct()
// M2ePro\TRANSLATIONS
// Product cannot be Listed because in your Inventory the provided SKU "%sku%" is assigned to the Child or Simple Product (ASIN/ISBN: "%asin%") while you want to list Parent Product. Please check the Settings and try again.
$this->addMessage(
- $this->activeRecordFactory->getObject('Log\AbstractLog')->encodeDescription(
+ $this->getHelper('Module\Log')->encodeDescription(
'Product cannot be Listed because in your Inventory the provided SKU "%sku%" is assigned
to the Child or Simple Product (ASIN/ISBN: "%asin%") while you want to list Parent Product.
Please check the Settings and try again.',
@@ -124,7 +124,7 @@ private function processParentProduct()
// M2ePro\TRANSLATIONS
// Product cannot be Listed because working with Amazon Parent Product (ASIN/ISBN: "%asin%") found by SKU "%sku%" is limited due to Amazon API restrictions.
$this->addMessage(
- $this->activeRecordFactory->getObject('Log\AbstractLog')->encodeDescription(
+ $this->getHelper('Module\Log')->encodeDescription(
'Product cannot be Listed because working with Amazon Parent Product (ASIN/ISBN: "%asin%")
found by SKU "%sku%" is limited due to Amazon API restrictions.',
array('!sku' => $this->getData('sku'), '!asin' => $asin)
@@ -140,7 +140,7 @@ private function processParentProduct()
// M2ePro\TRANSLATIONS
// Product cannot be Listed because the number of Variation Attributes of the Amazon Parent Product (ASIN/ISBN: "%asin%") found by SKU "%sku%" does not match the number of Variation Attributes of the Magento Parent Product.
$this->addMessage(
- $this->activeRecordFactory->getObject('Log\AbstractLog')->encodeDescription(
+ $this->getHelper('Module\Log')->encodeDescription(
'Product cannot be Listed because the number of Variation Attributes of
the Amazon Parent Product (ASIN/ISBN: "%asin%") found by SKU "%sku%" does not match the number of
Variation Attributes of the Magento Parent Product.',
@@ -163,7 +163,7 @@ private function processChildProduct()
// M2ePro\TRANSLATIONS
// Product cannot be Listed because Product found on Amazon (ASIN/ISBN: "%asin%") by SKU "%sku%" is not a Child Product.
$this->addMessage(
- $this->activeRecordFactory->getObject('Log\AbstractLog')->encodeDescription(
+ $this->getHelper('Module\Log')->encodeDescription(
'Product cannot be Listed because Product found on Amazon (ASIN/ISBN: "%asin%") by SKU "%sku%"
is not a Child Product.',
array('!sku' => $this->getData('sku'), '!asin' => $asin)
@@ -177,7 +177,7 @@ private function processChildProduct()
// M2ePro\TRANSLATIONS
// Product cannot be Listed because Product found on Amazon (ASIN/ISBN: "%asin%") by SKU "%sku%" is a Child Product of the Parent Product (ASIN/ISBN: "%parent_asin%") access to which limited by Amazon API restriction.
$this->addMessage(
- $this->activeRecordFactory->getObject('Log\AbstractLog')->encodeDescription(
+ $this->getHelper('Module\Log')->encodeDescription(
'Product cannot be Listed because Item found on Amazon (ASIN/ISBN: "%asin%") by SKU "%sku%"
is a Child Product of the Parent Product (ASIN/ISBN: "%parent_asin%")
access to which limited by Amazon API restriction.',
@@ -198,7 +198,7 @@ private function processChildProduct()
// M2ePro\TRANSLATIONS
// Product cannot be Listed because in your Inventory the provided SKU "%sku%" is assigned to the Amazon Child Product (ASIN/ISBN: "%asin%") related to the Amazon Parent Product (ASIN/ISBN: "%parent_asin%") with different ASIN. Please check the Settings and try again.
$this->addMessage(
- $this->activeRecordFactory->getObject('Log\AbstractLog')->encodeDescription(
+ $this->getHelper('Module\Log')->encodeDescription(
'Product cannot be Listed because in your Inventory the provided SKU "%sku%" is assigned
to the Amazon Child Product (ASIN/ISBN: "%asin%") related to the Amazon Parent Product
(ASIN/ISBN: "%parent_asin%") with different ASIN/ISBN. Please check the Settings and try again.',
@@ -215,7 +215,7 @@ private function processChildProduct()
// M2ePro\TRANSLATIONS
// Product cannot be Listed because in your Inventory the provided SKU "%sku%" is assigned to the Amazon Product (ASIN/ISBN: "%asin%") with different ASIN/ISBN. Please check the Settings and try again.
$this->addMessage(
- $this->activeRecordFactory->getObject('Log\AbstractLog')->encodeDescription(
+ $this->getHelper('Module\Log')->encodeDescription(
'Product cannot be Listed because in your Inventory the provided SKU "%sku%" is
assigned to the Amazon Product (ASIN/ISBN: "%asin%") with different ASIN/ISBN.
Please check the Settings and try again.',
@@ -254,7 +254,7 @@ private function processChildProduct()
// M2ePro\TRANSLATIONS
// Product cannot be Listed because ASIN/ISBN "%asin%" found on Amazon by SKU "%sku%" has already been used by you to link another Magento Product to Amazon Product.
$this->addMessage(
- $this->activeRecordFactory->getObject('Log\AbstractLog')->encodeDescription(
+ $this->getHelper('Module\Log')->encodeDescription(
'Product cannot be Listed because ASIN/ISBN "%asin%" found on Amazon by SKU "%sku%" has already been
used by you to link another Magento Product to Amazon Product.',
array('!sku' => $this->getData('sku'), '!asin' => $asin)
@@ -281,7 +281,7 @@ private function link($generalId, $sku)
// M2ePro\TRANSLATIONS
// Product has been found by SKU "%sku%" in your Inventory and successfully linked.
$this->addMessage(
- $this->activeRecordFactory->getObject('Log\AbstractLog')->encodeDescription(
+ $this->getHelper('Module\Log')->encodeDescription(
'Product has been found by SKU "%sku%" in your Inventory and successfully linked.',
array('!sku' => $sku)
),
@@ -294,7 +294,7 @@ private function link($generalId, $sku)
// M2ePro\TRANSLATIONS
// Unexpected error during process of linking by SKU "%sku%". The required SKU has been found but the data is not sent back. Please try again.
$this->addMessage(
- $this->activeRecordFactory->getObject('Log\AbstractLog')->encodeDescription(
+ $this->getHelper('Module\Log')->encodeDescription(
'Unexpected error during process of linking by SKU "%sku%".
The required SKU has been found but the data is not sent back. Please try again.',
array('!sku' => $sku)
diff --git a/Model/Amazon/Listing/Product/Action/Type/Validator.php b/Model/Amazon/Listing/Product/Action/Type/Validator.php
index 577e62ba1..9640310b2 100644
--- a/Model/Amazon/Listing/Product/Action/Type/Validator.php
+++ b/Model/Amazon/Listing/Product/Action/Type/Validator.php
@@ -33,7 +33,7 @@ abstract class Validator extends \Ess\M2ePro\Model\AbstractModel
//########################################
- function __construct(
+ public function __construct(
\Ess\M2ePro\Model\ActiveRecord\Factory $activeRecordFactory,
\Ess\M2ePro\Model\ActiveRecord\Component\Parent\Amazon\Factory $amazonFactory,
\Ess\M2ePro\Helper\Factory $helperFactory,
@@ -282,7 +282,7 @@ protected function validatePrice()
$this->addMessage(
'This product is used by Amazon Repricing Tool.
The Price cannot be updated through the M2E Pro.',
- \Ess\M2ePro\Model\Log\AbstractLog::TYPE_WARNING
+ \Ess\M2ePro\Model\Log\AbstractModel::TYPE_WARNING
);
return true;
diff --git a/Model/Amazon/Listing/Product/Repricing.php b/Model/Amazon/Listing/Product/Repricing.php
index ee8bdb523..3186e60d9 100644
--- a/Model/Amazon/Listing/Product/Repricing.php
+++ b/Model/Amazon/Listing/Product/Repricing.php
@@ -28,17 +28,19 @@ class Repricing extends \Ess\M2ePro\Model\ActiveRecord\AbstractModel
//########################################
public function __construct(
+ \Ess\M2ePro\Model\ActiveRecord\Component\Parent\Amazon\Factory $amazonFactory,
\Ess\M2ePro\Model\Factory $modelFactory,
\Ess\M2ePro\Model\ActiveRecord\Factory $activeRecordFactory,
\Ess\M2ePro\Helper\Factory $helperFactory,
\Magento\Framework\Model\Context $context,
\Magento\Framework\Registry $registry,
- \Magento\Framework\Model\ResourceModel\AbstractResource $resource,
- \Magento\Framework\Data\Collection\AbstractDb $resourceCollection,
- array $data,
- \Ess\M2ePro\Model\ActiveRecord\Component\Parent\Amazon\Factory $amazonFactory
+ \Magento\Framework\Model\ResourceModel\AbstractResource $resource = null,
+ \Magento\Framework\Data\Collection\AbstractDb $resourceCollection = null,
+ array $data = []
)
{
+ $this->amazonFactory = $amazonFactory;
+
parent::__construct(
$modelFactory,
$activeRecordFactory,
@@ -49,8 +51,6 @@ public function __construct(
$resourceCollection,
$data
);
-
- $this->amazonFactory = $amazonFactory;
}
//########################################
diff --git a/Model/Amazon/Listing/Product/Variation/Manager/AbstractModel.php b/Model/Amazon/Listing/Product/Variation/Manager/AbstractModel.php
index 3bc928b6f..2cf3567db 100644
--- a/Model/Amazon/Listing/Product/Variation/Manager/AbstractModel.php
+++ b/Model/Amazon/Listing/Product/Variation/Manager/AbstractModel.php
@@ -27,7 +27,7 @@ abstract class AbstractModel extends \Ess\M2ePro\Model\AbstractModel
//########################################
- function __construct(
+ public function __construct(
\Ess\M2ePro\Model\ActiveRecord\Factory $activeRecordFactory,
\Ess\M2ePro\Model\ActiveRecord\Component\Parent\Amazon\Factory $amazonFactory,
\Ess\M2ePro\Helper\Factory $helperFactory,
diff --git a/Model/Amazon/Listing/Product/Variation/Manager/Type/Relation/ParentRelation/Processor/Mass.php b/Model/Amazon/Listing/Product/Variation/Manager/Type/Relation/ParentRelation/Processor/Mass.php
index f24895ac1..280ca3325 100644
--- a/Model/Amazon/Listing/Product/Variation/Manager/Type/Relation/ParentRelation/Processor/Mass.php
+++ b/Model/Amazon/Listing/Product/Variation/Manager/Type/Relation/ParentRelation/Processor/Mass.php
@@ -23,7 +23,7 @@ class Mass extends \Ess\M2ePro\Model\AbstractModel
//########################################
- function __construct(
+ public function __construct(
\Ess\M2ePro\Model\ActiveRecord\Component\Parent\Amazon\Factory $amazonFactory,
\Ess\M2ePro\Helper\Factory $helperFactory,
\Ess\M2ePro\Model\Factory $modelFactory
diff --git a/Model/Amazon/Listing/Product/Variation/Manager/Type/Relation/ParentRelation/Processor/Sub/AbstractModel.php b/Model/Amazon/Listing/Product/Variation/Manager/Type/Relation/ParentRelation/Processor/Sub/AbstractModel.php
index 8fad17d3f..3ad4a6038 100644
--- a/Model/Amazon/Listing/Product/Variation/Manager/Type/Relation/ParentRelation/Processor/Sub/AbstractModel.php
+++ b/Model/Amazon/Listing/Product/Variation/Manager/Type/Relation/ParentRelation/Processor/Sub/AbstractModel.php
@@ -8,10 +8,13 @@
namespace Ess\M2ePro\Model\Amazon\Listing\Product\Variation\Manager\Type\Relation\ParentRelation\Processor\Sub;
+use Ess\M2ePro\Model\Amazon\Listing\Product\Variation\Manager\Type\Relation\ParentRelation\Processor;
+
abstract class AbstractModel extends \Ess\M2ePro\Model\AbstractModel
{
//########################################
+ /** @var Processor $processor */
private $processor = null;
//########################################
diff --git a/Model/Amazon/Listing/Product/Variation/Manager/Type/Relation/ParentRelation/Processor/Sub/Options.php b/Model/Amazon/Listing/Product/Variation/Manager/Type/Relation/ParentRelation/Processor/Sub/Options.php
index 0ed5e08b8..e4996aa05 100644
--- a/Model/Amazon/Listing/Product/Variation/Manager/Type/Relation/ParentRelation/Processor/Sub/Options.php
+++ b/Model/Amazon/Listing/Product/Variation/Manager/Type/Relation/ParentRelation/Processor/Sub/Options.php
@@ -41,14 +41,16 @@ protected function check()
return;
}
+ $channelVariations = $this->getProcessor()->getTypeModel()->getChannelVariations();
+
foreach ($this->getProcessor()->getTypeModel()->getChildListingsProducts() as $listingProduct) {
/** @var \Ess\M2ePro\Model\Listing\Product $listingProduct */
- /** @var \Ess\M2ePro\Model\Amazon\Listing\Product\Variation\Manager $variationManager */
- $variationManager = $listingProduct->getChildObject()->getVariationManager();
+ /** @var \Ess\M2ePro\Model\Amazon\Listing\Product $amazonListingProduct */
+ $amazonListingProduct = $listingProduct->getChildObject();
/** @var ChildRelation $typeModel */
- $typeModel = $variationManager->getTypeModel();
+ $typeModel = $amazonListingProduct->getVariationManager()->getTypeModel();
if (!$typeModel->isActualProductAttributes() ||
!$typeModel->isActualMatchedAttributes() ||
@@ -58,6 +60,15 @@ protected function check()
$typeModel->resetProductVariation();
}
+ if ($typeModel->isVariationChannelMatched()) {
+ $currentChannelOptions = $channelVariations[$amazonListingProduct->getGeneralId()];
+ $childChannelOptions = $typeModel->getChannelOptions();
+
+ if ($currentChannelOptions != $childChannelOptions) {
+ $typeModel->setChannelVariation($currentChannelOptions);
+ }
+ }
+
if (!$typeModel->isVariationProductMatched() && !$typeModel->isVariationChannelMatched()) {
$this->getProcessor()->tryToRemoveChildListingProduct($listingProduct);
continue;
diff --git a/Model/Amazon/Magento/Product/Rule/Condition/Combine.php b/Model/Amazon/Magento/Product/Rule/Condition/Combine.php
index 493221ed1..e30037906 100644
--- a/Model/Amazon/Magento/Product/Rule/Condition/Combine.php
+++ b/Model/Amazon/Magento/Product/Rule/Condition/Combine.php
@@ -13,13 +13,13 @@ class Combine extends \Ess\M2ePro\Model\Magento\Product\Rule\Condition\Combine
//########################################
public function __construct(
- \Ess\M2ePro\Model\Factory $modelFactory,
\Ess\M2ePro\Helper\Factory $helperFactory,
+ \Ess\M2ePro\Model\Factory $modelFactory,
\Magento\Rule\Model\Condition\Context $context,
array $data = [])
{
+ parent::__construct($helperFactory, $modelFactory, $context, $data);
$this->setType('Amazon\Magento\Product\Rule\Condition\Combine');
- parent::__construct($modelFactory, $helperFactory, $context, $data);
}
//########################################
diff --git a/Model/Amazon/Magento/Product/Rule/Condition/Product.php b/Model/Amazon/Magento/Product/Rule/Condition/Product.php
index ab9cae0e2..bfb0568d8 100644
--- a/Model/Amazon/Magento/Product/Rule/Condition/Product.php
+++ b/Model/Amazon/Magento/Product/Rule/Condition/Product.php
@@ -33,7 +33,7 @@ protected function getCustomFilters()
/**
* @param $filterId
- * @return \Ess\M2ePro\Model\Magento\Product\Rule\Custom\AbstractCustom
+ * @return \Ess\M2ePro\Model\Magento\Product\Rule\Custom\AbstractModel
*/
protected function getCustomFilterInstance($filterId)
{
diff --git a/Model/Amazon/Magento/Product/Rule/Custom/AmazonGeneralId.php b/Model/Amazon/Magento/Product/Rule/Custom/AmazonGeneralId.php
index 85a6dc2ec..1d750987d 100644
--- a/Model/Amazon/Magento/Product/Rule/Custom/AmazonGeneralId.php
+++ b/Model/Amazon/Magento/Product/Rule/Custom/AmazonGeneralId.php
@@ -8,7 +8,7 @@
namespace Ess\M2ePro\Model\Amazon\Magento\Product\Rule\Custom;
-class AmazonGeneralId extends \Ess\M2ePro\Model\Magento\Product\Rule\Custom\AbstractCustom
+class AmazonGeneralId extends \Ess\M2ePro\Model\Magento\Product\Rule\Custom\AbstractModel
{
//########################################
diff --git a/Model/Amazon/Magento/Product/Rule/Custom/AmazonGeneralIdState.php b/Model/Amazon/Magento/Product/Rule/Custom/AmazonGeneralIdState.php
index c8b516957..062e33f68 100644
--- a/Model/Amazon/Magento/Product/Rule/Custom/AmazonGeneralIdState.php
+++ b/Model/Amazon/Magento/Product/Rule/Custom/AmazonGeneralIdState.php
@@ -8,7 +8,7 @@
namespace Ess\M2ePro\Model\Amazon\Magento\Product\Rule\Custom;
-class AmazonGeneralIdState extends \Ess\M2ePro\Model\Magento\Product\Rule\Custom\AbstractCustom
+class AmazonGeneralIdState extends \Ess\M2ePro\Model\Magento\Product\Rule\Custom\AbstractModel
{
//########################################
diff --git a/Model/Amazon/Magento/Product/Rule/Custom/AmazonIsAfnChanel.php b/Model/Amazon/Magento/Product/Rule/Custom/AmazonIsAfnChanel.php
index be7731082..09f8c25e2 100644
--- a/Model/Amazon/Magento/Product/Rule/Custom/AmazonIsAfnChanel.php
+++ b/Model/Amazon/Magento/Product/Rule/Custom/AmazonIsAfnChanel.php
@@ -9,7 +9,7 @@
namespace Ess\M2ePro\Model\Amazon\Magento\Product\Rule\Custom;
class AmazonIsAfnChanel
- extends \Ess\M2ePro\Model\Magento\Product\Rule\Custom\AbstractCustom
+ extends \Ess\M2ePro\Model\Magento\Product\Rule\Custom\AbstractModel
{
//########################################
diff --git a/Model/Amazon/Magento/Product/Rule/Custom/AmazonOnlinePrice.php b/Model/Amazon/Magento/Product/Rule/Custom/AmazonOnlinePrice.php
index 7e77b3f7f..735a6bdb0 100644
--- a/Model/Amazon/Magento/Product/Rule/Custom/AmazonOnlinePrice.php
+++ b/Model/Amazon/Magento/Product/Rule/Custom/AmazonOnlinePrice.php
@@ -8,7 +8,7 @@
namespace Ess\M2ePro\Model\Amazon\Magento\Product\Rule\Custom;
-class AmazonOnlinePrice extends \Ess\M2ePro\Model\Magento\Product\Rule\Custom\AbstractCustom
+class AmazonOnlinePrice extends \Ess\M2ePro\Model\Magento\Product\Rule\Custom\AbstractModel
{
//########################################
diff --git a/Model/Amazon/Magento/Product/Rule/Custom/AmazonOnlineQty.php b/Model/Amazon/Magento/Product/Rule/Custom/AmazonOnlineQty.php
index 557fe17b9..5db01634d 100644
--- a/Model/Amazon/Magento/Product/Rule/Custom/AmazonOnlineQty.php
+++ b/Model/Amazon/Magento/Product/Rule/Custom/AmazonOnlineQty.php
@@ -8,7 +8,7 @@
namespace Ess\M2ePro\Model\Amazon\Magento\Product\Rule\Custom;
-class AmazonOnlineQty extends \Ess\M2ePro\Model\Magento\Product\Rule\Custom\AbstractCustom
+class AmazonOnlineQty extends \Ess\M2ePro\Model\Magento\Product\Rule\Custom\AbstractModel
{
//########################################
diff --git a/Model/Amazon/Magento/Product/Rule/Custom/AmazonOnlineSalePrice.php b/Model/Amazon/Magento/Product/Rule/Custom/AmazonOnlineSalePrice.php
index a296bd833..9f23db9e8 100644
--- a/Model/Amazon/Magento/Product/Rule/Custom/AmazonOnlineSalePrice.php
+++ b/Model/Amazon/Magento/Product/Rule/Custom/AmazonOnlineSalePrice.php
@@ -8,7 +8,7 @@
namespace Ess\M2ePro\Model\Amazon\Magento\Product\Rule\Custom;
-class AmazonOnlineSalePrice extends \Ess\M2ePro\Model\Magento\Product\Rule\Custom\AbstractCustom
+class AmazonOnlineSalePrice extends \Ess\M2ePro\Model\Magento\Product\Rule\Custom\AbstractModel
{
//########################################
diff --git a/Model/Amazon/Magento/Product/Rule/Custom/AmazonSku.php b/Model/Amazon/Magento/Product/Rule/Custom/AmazonSku.php
index fdd8fdee9..f73f66eaa 100644
--- a/Model/Amazon/Magento/Product/Rule/Custom/AmazonSku.php
+++ b/Model/Amazon/Magento/Product/Rule/Custom/AmazonSku.php
@@ -8,7 +8,7 @@
namespace Ess\M2ePro\Model\Amazon\Magento\Product\Rule\Custom;
-class AmazonSku extends \Ess\M2ePro\Model\Magento\Product\Rule\Custom\AbstractCustom
+class AmazonSku extends \Ess\M2ePro\Model\Magento\Product\Rule\Custom\AbstractModel
{
//########################################
diff --git a/Model/Amazon/Magento/Product/Rule/Custom/AmazonStatus.php b/Model/Amazon/Magento/Product/Rule/Custom/AmazonStatus.php
index 78b89bd5c..96632ae2a 100644
--- a/Model/Amazon/Magento/Product/Rule/Custom/AmazonStatus.php
+++ b/Model/Amazon/Magento/Product/Rule/Custom/AmazonStatus.php
@@ -8,7 +8,7 @@
namespace Ess\M2ePro\Model\Amazon\Magento\Product\Rule\Custom;
-class AmazonStatus extends \Ess\M2ePro\Model\Magento\Product\Rule\Custom\AbstractCustom
+class AmazonStatus extends \Ess\M2ePro\Model\Magento\Product\Rule\Custom\AbstractModel
{
//########################################
diff --git a/Model/Amazon/Marketplace/Details.php b/Model/Amazon/Marketplace/Details.php
index c75c7c961..76dc21124 100644
--- a/Model/Amazon/Marketplace/Details.php
+++ b/Model/Amazon/Marketplace/Details.php
@@ -14,9 +14,11 @@ class Details extends \Ess\M2ePro\Model\AbstractModel
private $productData = array();
+ private $resourceConnection;
+
//########################################
- function __construct(
+ public function __construct(
\Magento\Framework\App\ResourceConnection $resourceConnection,
\Ess\M2ePro\Helper\Factory $helperFactory,
\Ess\M2ePro\Model\Factory $modelFactory
diff --git a/Model/Amazon/Order.php b/Model/Amazon/Order.php
index ac0c97411..9edb28879 100644
--- a/Model/Amazon/Order.php
+++ b/Model/Amazon/Order.php
@@ -32,8 +32,6 @@ class Order extends \Ess\M2ePro\Model\ActiveRecord\Component\Child\Amazon\Abstra
private $carrierFactory;
- private $eventManager;
-
private $subTotalPrice = NULL;
private $grandTotalPrice = NULL;
@@ -43,7 +41,6 @@ class Order extends \Ess\M2ePro\Model\ActiveRecord\Component\Child\Amazon\Abstra
public function __construct(
\Ess\M2ePro\Model\Amazon\Order\ShippingAddressFactory $shippingAddressFactory,
\Magento\Shipping\Model\CarrierFactory $carrierFactory,
- \Magento\Framework\Event\ManagerInterface $eventManager,
\Ess\M2ePro\Model\ActiveRecord\Component\Parent\Factory $parentFactory,
\Ess\M2ePro\Model\Factory $modelFactory,
\Ess\M2ePro\Model\ActiveRecord\Factory $activeRecordFactory,
@@ -57,7 +54,6 @@ public function __construct(
{
$this->shippingAddressFactory = $shippingAddressFactory;
$this->carrierFactory = $carrierFactory;
- $this->eventManager = $eventManager;
parent::__construct(
$parentFactory,
$modelFactory,
@@ -540,7 +536,7 @@ public function afterCreateMagentoOrder()
}
if ($this->isFulfilledByAmazon() && !$this->getAmazonAccount()->isMagentoOrdersFbaStockEnabled()) {
- $this->eventManager->dispatch('ess_amazon_fba_magento_order_place_after', array(
+ $this->_eventManager->dispatch('ess_amazon_fba_magento_order_place_after', array(
'magento_order' => $this->getParentObject()->getMagentoOrder()
));
}
diff --git a/Model/Amazon/Order/Builder.php b/Model/Amazon/Order/Builder.php
index 2176a4437..a05959f3c 100644
--- a/Model/Amazon/Order/Builder.php
+++ b/Model/Amazon/Order/Builder.php
@@ -241,14 +241,18 @@ private function isUpdated()
private function createOrUpdateOrder()
{
if (!$this->isNew() && $this->getData('status') == \Ess\M2ePro\Model\Amazon\Order::STATUS_CANCELED) {
- $this->order->setData('status', \Ess\M2ePro\Model\Amazon\Order::STATUS_CANCELED);
- $this->order->setData('purchase_update_date', $this->getData('purchase_update_date'));
+ $this->order->getChildObject()->setData('status', \Ess\M2ePro\Model\Amazon\Order::STATUS_CANCELED);
+ $this->order->getChildObject()->setData('purchase_update_date', $this->getData('purchase_update_date'));
+ $this->order->getChildObject()->save();
} else {
$this->setData('shipping_address', json_encode($this->getData('shipping_address')));
$this->order->addData($this->getData());
+ $this->order->save();
+
+ $this->order->getChildObject()->addData($this->getData());
+ $this->order->getChildObject()->save();
}
- $this->order->save();
$this->order->setAccount($this->account);
if ($this->order->getChildObject()->isCanceled() && $this->order->getReserve()->isPlaced()) {
@@ -443,8 +447,8 @@ private function processListingsProductsUpdates()
$logsActionId,
\Ess\M2ePro\Model\Listing\Log::ACTION_CHANNEL_CHANGE,
$tempLogMessage,
- \Ess\M2ePro\Model\Log\AbstractLog::TYPE_SUCCESS,
- \Ess\M2ePro\Model\Log\AbstractLog::PRIORITY_LOW
+ \Ess\M2ePro\Model\Log\AbstractModel::TYPE_SUCCESS,
+ \Ess\M2ePro\Model\Log\AbstractModel::PRIORITY_LOW
);
$listingProduct->save();
@@ -487,8 +491,8 @@ private function processListingsProductsUpdates()
$logsActionId,
\Ess\M2ePro\Model\Listing\Log::ACTION_CHANNEL_CHANGE,
$tempLogMessage,
- \Ess\M2ePro\Model\Log\AbstractLog::TYPE_SUCCESS,
- \Ess\M2ePro\Model\Log\AbstractLog::PRIORITY_LOW
+ \Ess\M2ePro\Model\Log\AbstractModel::TYPE_SUCCESS,
+ \Ess\M2ePro\Model\Log\AbstractModel::PRIORITY_LOW
);
}
@@ -545,7 +549,7 @@ private function processOtherListingsUpdates()
continue;
}
- $currentOnlineQty = $otherListing->getData('online_qty');
+ $currentOnlineQty = $amazonOtherListing->getData('online_qty');
if ($currentOnlineQty > $orderItem['qty_purchased']) {
$otherListing->setData('online_qty', $currentOnlineQty - $orderItem['qty_purchased']);
@@ -564,8 +568,8 @@ private function processOtherListingsUpdates()
$logsActionId,
\Ess\M2ePro\Model\Listing\Other\Log::ACTION_CHANNEL_CHANGE,
$tempLogMessage,
- \Ess\M2ePro\Model\Log\AbstractLog::TYPE_SUCCESS,
- \Ess\M2ePro\Model\Log\AbstractLog::PRIORITY_LOW
+ \Ess\M2ePro\Model\Log\AbstractModel::TYPE_SUCCESS,
+ \Ess\M2ePro\Model\Log\AbstractModel::PRIORITY_LOW
);
$otherListing->save();
@@ -605,8 +609,8 @@ private function processOtherListingsUpdates()
$logsActionId,
\Ess\M2ePro\Model\Listing\Other\Log::ACTION_CHANNEL_CHANGE,
$tempLogMessage,
- \Ess\M2ePro\Model\Log\AbstractLog::TYPE_SUCCESS,
- \Ess\M2ePro\Model\Log\AbstractLog::PRIORITY_LOW
+ \Ess\M2ePro\Model\Log\AbstractModel::TYPE_SUCCESS,
+ \Ess\M2ePro\Model\Log\AbstractModel::PRIORITY_LOW
);
}
diff --git a/Model/Amazon/Order/Item.php b/Model/Amazon/Order/Item.php
index b664a7fde..d4a8b180b 100644
--- a/Model/Amazon/Order/Item.php
+++ b/Model/Amazon/Order/Item.php
@@ -20,8 +20,6 @@ class Item extends \Ess\M2ePro\Model\ActiveRecord\Component\Child\Amazon\Abstrac
private $productBuilderFactory;
- private $eventManager;
-
private $productFactory;
/** @var $channelItem \Ess\M2ePro\Model\Amazon\Item */
@@ -31,7 +29,6 @@ class Item extends \Ess\M2ePro\Model\ActiveRecord\Component\Child\Amazon\Abstrac
public function __construct(
\Ess\M2ePro\Model\Magento\Product\BuilderFactory $productBuilderFactory,
- \Magento\Framework\Event\ManagerInterface $eventManager,
\Magento\Catalog\Model\ProductFactory $productFactory,
\Ess\M2ePro\Model\ActiveRecord\Component\Parent\Factory $parentFactory,
\Ess\M2ePro\Model\Factory $modelFactory,
@@ -45,7 +42,6 @@ public function __construct(
)
{
$this->productBuilderFactory = $productBuilderFactory;
- $this->eventManager = $eventManager;
$this->productFactory = $productFactory;
parent::__construct(
$parentFactory,
@@ -305,7 +301,7 @@ public function getAssociatedProductId()
->getFirstItem();
if ($product->getId()) {
- $this->eventManager->dispatch('ess_associate_amazon_order_item_to_product', array(
+ $this->_eventManager->dispatch('ess_associate_amazon_order_item_to_product', array(
'product' => $product,
'order_item' => $this->getParentObject(),
));
@@ -317,7 +313,7 @@ public function getAssociatedProductId()
$product = $this->createProduct();
- $this->eventManager->dispatch('ess_associate_amazon_order_item_to_product', array(
+ $this->_eventManager->dispatch('ess_associate_amazon_order_item_to_product', array(
'product' => $product,
'order_item' => $this->getParentObject(),
));
diff --git a/Model/Amazon/Order/Item/Builder.php b/Model/Amazon/Order/Item/Builder.php
index b56551f3f..3656f0499 100644
--- a/Model/Amazon/Order/Item/Builder.php
+++ b/Model/Amazon/Order/Item/Builder.php
@@ -78,6 +78,9 @@ private function createOrderItem()
$existItem->addData($this->getData());
$existItem->save();
+ $existItem->getChildObject()->addData($this->getData());
+ $existItem->getChildObject()->save();
+
return $existItem;
}
diff --git a/Model/Amazon/Order/Proxy.php b/Model/Amazon/Order/Proxy.php
index 4ff380bd6..aa7d6681f 100644
--- a/Model/Amazon/Order/Proxy.php
+++ b/Model/Amazon/Order/Proxy.php
@@ -295,12 +295,14 @@ protected function getShippingPrice()
*/
public function getChannelComments()
{
+ $translator = $this->getHelper('Module\Translation');
+
$comments = array();
if ($this->order->getPromotionDiscountAmount() > 0) {
$discount = $this->currency->formatPrice($this->getCurrency(), $this->order->getPromotionDiscountAmount());
- $comment = $this->getHelper('Module\Translation')->__(
+ $comment = $translator->__(
'%value% promotion discount amount was subtracted from the total amount.',
$discount
);
@@ -312,7 +314,7 @@ public function getChannelComments()
if ($this->order->getShippingDiscountAmount() > 0) {
$discount = $this->currency->formatPrice($this->getCurrency(), $this->order->getShippingDiscountAmount());
- $comment = $this->getHelper('Module\Translation')->__(
+ $comment = $translator->__(
'%value% discount amount was subtracted from the shipping Price.',
$discount
);
@@ -334,25 +336,27 @@ public function getChannelComments()
}
$itemsGiftPrices[] = array(
- 'name' => $item->getMagentoProduct()->getName(),
- 'type' => $item->getChildObject()->getGiftType(),
- 'price' => $giftPrice,
+ 'name' => $item->getMagentoProduct()->getName(),
+ 'type' => $item->getChildObject()->getGiftType(),
+ 'price' => $giftPrice,
+ 'message' => $item->getChildObject()->getGiftMessage(),
);
}
if (!empty($itemsGiftPrices)) {
- $comment = ''.
- $this->getHelper('Module\Translation')->__('The following Items are purchased with gift wraps') .
- ': ';
+ $comment = ''.$translator->__('The following Items are purchased with gift wraps').': ';
foreach ($itemsGiftPrices as $productInfo) {
$formattedCurrency = $this->currency->formatPrice(
$this->getCurrency(), $productInfo['price']
);
- $comment .= ''.$productInfo['name'].' > '
- .$productInfo['type'].' ('.$formattedCurrency.')';
+ $comment .= ''.$productInfo['name'].' > '.$productInfo['type'].' ('.$formattedCurrency.') ';
+
+ if (!empty($productInfo['message'])) {
+ $comment .= ''.$translator->__('Message').': '.$productInfo['message'].' ';
+ }
}
$comments[] = $comment;
diff --git a/Model/Amazon/Repricing/AbstractModel.php b/Model/Amazon/Repricing/AbstractModel.php
index a980d7474..9ec68381e 100644
--- a/Model/Amazon/Repricing/AbstractModel.php
+++ b/Model/Amazon/Repricing/AbstractModel.php
@@ -18,20 +18,23 @@ abstract class AbstractModel extends \Ess\M2ePro\Model\AbstractModel
private $account = NULL;
protected $activeRecordFactory;
+ protected $amazonFactory;
protected $resourceConnection;
//########################################
public function __construct(
- \Ess\M2ePro\Helper\Factory $helperFactory,
- \Ess\M2ePro\Model\Factory $modelFactory,
\Ess\M2ePro\Model\ActiveRecord\Factory $activeRecordFactory,
- \Magento\Framework\App\ResourceConnection $resourceConnection
+ \Ess\M2ePro\Model\ActiveRecord\Component\Parent\Amazon\Factory $amazonFactory,
+ \Magento\Framework\App\ResourceConnection $resourceConnection,
+ \Ess\M2ePro\Helper\Factory $helperFactory,
+ \Ess\M2ePro\Model\Factory $modelFactory
)
{
- parent::__construct($helperFactory, $modelFactory);
$this->activeRecordFactory = $activeRecordFactory;
+ $this->amazonFactory = $amazonFactory;
$this->resourceConnection = $resourceConnection;
+ parent::__construct($helperFactory, $modelFactory);
}
//########################################
diff --git a/Model/Amazon/Repricing/Action/Account.php b/Model/Amazon/Repricing/Action/Account.php
index 0716ba33c..dfe8510c7 100644
--- a/Model/Amazon/Repricing/Action/Account.php
+++ b/Model/Amazon/Repricing/Action/Account.php
@@ -17,11 +17,11 @@ public function sendLinkActionData($backUrl)
$accountData = array(
'merchant_id' => $this->getAmazonAccount()->getMerchantId(),
'marketplace_code' => $this->getAmazonAccount()->getMarketplace()->getCode(),
- 'additional_data' => $this->getHelper('Module\License')->getUserInfo(),
+ 'additional_data' => $this->getHelper('Magento\Admin')->getCurrentInfo(),
);
return $this->sendData(
- \Ess\M2ePro\Helper\Component\Amazon\Repricing::COMMAND_ACCOUNT_UNLINK,
+ \Ess\M2ePro\Helper\Component\Amazon\Repricing::COMMAND_ACCOUNT_LINK,
array('account' => $accountData),
$backUrl
);
diff --git a/Model/Amazon/Repricing/Action/Product.php b/Model/Amazon/Repricing/Action/Product.php
index ee24a91b2..6ba1cf48d 100644
--- a/Model/Amazon/Repricing/Action/Product.php
+++ b/Model/Amazon/Repricing/Action/Product.php
@@ -113,7 +113,7 @@ private function sendData($command, array $offersData, $backUrl)
*/
private function getOffersData(array $listingProductIds, $alreadyOnRepricing = false)
{
- $listingProductCollection = $this->activeRecordFactory->getObject('Listing\Product')->getCollection();
+ $listingProductCollection = $this->amazonFactory->getObject('Listing\Product')->getCollection();
$listingProductCollection->getSelect()->joinLeft(
array('l' => $this->resourceConnection->getTableName('m2epro_listing')),
'l.id = main_table.listing_id',
diff --git a/Model/Amazon/Repricing/Synchronization.php b/Model/Amazon/Repricing/Synchronization.php
index 7f12cc739..cb5f745e6 100644
--- a/Model/Amazon/Repricing/Synchronization.php
+++ b/Model/Amazon/Repricing/Synchronization.php
@@ -36,6 +36,10 @@ public function runFull()
public function runBySkus(array $skus)
{
+ if (empty($skus)) {
+ return true;
+ }
+
$response = $this->sendRequest(array(
'skus_list' => $skus,
));
@@ -164,7 +168,7 @@ private function processUpdatedOffers(array $resultOffersData, array $existedSku
private function addListingsProductsRepricing(array $newOffersData)
{
- $listingProductCollection = $this->activeRecordFactory->getObject('Listing\Product')->getCollection();
+ $listingProductCollection = $this->amazonFactory->getObject('Listing\Product')->getCollection();
$listingProductCollection->getSelect()->joinLeft(
array('l' => $this->activeRecordFactory->getObject('Listing')->getResource()->getMainTable()),
'l.id = main_table.listing_id',
@@ -236,7 +240,7 @@ private function addListingsProductsRepricing(array $newOffersData)
private function addListingOthersRepricing(array $newOffersData)
{
- $listingOtherCollection = $this->activeRecordFactory->getObject('Listing\Other')->getCollection();
+ $listingOtherCollection = $this->amazonFactory->getObject('Listing\Other')->getCollection();
$listingOtherCollection->addFieldToFilter('account_id', $this->getAccount()->getId());
$listingOtherCollection->addFieldToFilter('sku', array('in' => array_keys($newOffersData)));
@@ -322,7 +326,7 @@ private function addListingOthersRepricing(array $newOffersData)
private function updateListingsProductsRepricing(array $updatedOffersData)
{
- $listingProductCollection = $this->activeRecordFactory->getObject('Listing\Product')->getCollection();
+ $listingProductCollection = $this->amazonFactory->getObject('Listing\Product')->getCollection();
$listingProductCollection->getSelect()->joinLeft(
array('l' => $this->resourceConnection->getTableName('m2epro_listing')),
'l.id = main_table.listing_id',
@@ -429,7 +433,7 @@ private function updateListingsProductsRepricing(array $updatedOffersData)
private function updateListingsOthersRepricing(array $updatedOffersData)
{
- $listingOtherCollection = $this->activeRecordFactory->getObject('Listing\Other')->getCollection();
+ $listingOtherCollection = $this->amazonFactory->getObject('Listing\Other')->getCollection();
$listingOtherCollection->addFieldToFilter('account_id', $this->getAccount()->getId());
$listingOtherCollection->addFieldToFilter('sku', array('in' => array_keys($updatedOffersData)));
$listingOtherCollection->addFieldToFilter('is_repricing', 1);
diff --git a/Model/Amazon/Search/Settings/ByAsin/Responser.php b/Model/Amazon/Search/Settings/ByAsin/Responser.php
index c058a99f0..0f649baca 100644
--- a/Model/Amazon/Search/Settings/ByAsin/Responser.php
+++ b/Model/Amazon/Search/Settings/ByAsin/Responser.php
@@ -55,8 +55,8 @@ public function failDetected($messageText)
NULL,
\Ess\M2ePro\Model\Listing\Log::ACTION_UNKNOWN,
$messageText,
- \Ess\M2ePro\Model\Log\AbstractLog::TYPE_ERROR,
- \Ess\M2ePro\Model\Log\AbstractLog::PRIORITY_HIGH
+ \Ess\M2ePro\Model\Log\AbstractModel::TYPE_ERROR,
+ \Ess\M2ePro\Model\Log\AbstractModel::PRIORITY_HIGH
);
$amazonListingProduct = $this->getListingProduct()->getChildObject();
diff --git a/Model/Amazon/Search/Settings/ByIdentifier/Responser.php b/Model/Amazon/Search/Settings/ByIdentifier/Responser.php
index 26b3af0fc..efb7347cc 100644
--- a/Model/Amazon/Search/Settings/ByIdentifier/Responser.php
+++ b/Model/Amazon/Search/Settings/ByIdentifier/Responser.php
@@ -57,8 +57,8 @@ public function failDetected($messageText)
NULL,
\Ess\M2ePro\Model\Listing\Log::ACTION_UNKNOWN,
$messageText,
- \Ess\M2ePro\Model\Log\AbstractLog::TYPE_ERROR,
- \Ess\M2ePro\Model\Log\AbstractLog::PRIORITY_HIGH
+ \Ess\M2ePro\Model\Log\AbstractModel::TYPE_ERROR,
+ \Ess\M2ePro\Model\Log\AbstractModel::PRIORITY_HIGH
);
$amazonListingProduct = $this->getListingProduct()->getChildObject();
diff --git a/Model/Amazon/Search/Settings/ByQuery/Responser.php b/Model/Amazon/Search/Settings/ByQuery/Responser.php
index b81c22149..d8007ffde 100644
--- a/Model/Amazon/Search/Settings/ByQuery/Responser.php
+++ b/Model/Amazon/Search/Settings/ByQuery/Responser.php
@@ -56,8 +56,8 @@ public function failDetected($messageText)
NULL,
\Ess\M2ePro\Model\Listing\Log::ACTION_UNKNOWN,
$messageText,
- \Ess\M2ePro\Model\Log\AbstractLog::TYPE_ERROR,
- \Ess\M2ePro\Model\Log\AbstractLog::PRIORITY_HIGH
+ \Ess\M2ePro\Model\Log\AbstractModel::TYPE_ERROR,
+ \Ess\M2ePro\Model\Log\AbstractModel::PRIORITY_HIGH
);
$amazonListingProduct = $this->getListingProduct()->getChildObject();
diff --git a/Model/Amazon/Synchronization/ListingsProducts/Update/Blocked/Responser.php b/Model/Amazon/Synchronization/ListingsProducts/Update/Blocked/Responser.php
index a563d0d27..02081b206 100644
--- a/Model/Amazon/Synchronization/ListingsProducts/Update/Blocked/Responser.php
+++ b/Model/Amazon/Synchronization/ListingsProducts/Update/Blocked/Responser.php
@@ -46,13 +46,13 @@ protected function processResponseMessages()
continue;
}
- $logType = $message->isError() ? \Ess\M2ePro\Model\Log\AbstractLog::TYPE_ERROR
- : \Ess\M2ePro\Model\Log\AbstractLog::TYPE_WARNING;
+ $logType = $message->isError() ? \Ess\M2ePro\Model\Log\AbstractModel::TYPE_ERROR
+ : \Ess\M2ePro\Model\Log\AbstractModel::TYPE_WARNING;
$this->getSynchronizationLog()->addMessage(
$this->getHelper('Module\Translation')->__($message->getText()),
$logType,
- \Ess\M2ePro\Model\Log\AbstractLog::PRIORITY_HIGH
+ \Ess\M2ePro\Model\Log\AbstractModel::PRIORITY_HIGH
);
}
}
@@ -78,8 +78,8 @@ public function failDetected($messageText)
$this->getSynchronizationLog()->addMessage(
$this->getHelper('Module\Translation')->__($messageText),
- \Ess\M2ePro\Model\Log\AbstractLog::TYPE_ERROR,
- \Ess\M2ePro\Model\Log\AbstractLog::PRIORITY_HIGH
+ \Ess\M2ePro\Model\Log\AbstractModel::TYPE_ERROR,
+ \Ess\M2ePro\Model\Log\AbstractModel::PRIORITY_HIGH
);
}
@@ -97,8 +97,8 @@ protected function processResponseData()
$this->getSynchronizationLog()->addMessage(
$this->getHelper('Module\Translation')->__($exception->getMessage()),
- \Ess\M2ePro\Model\Log\AbstractLog::TYPE_ERROR,
- \Ess\M2ePro\Model\Log\AbstractLog::PRIORITY_HIGH
+ \Ess\M2ePro\Model\Log\AbstractModel::TYPE_ERROR,
+ \Ess\M2ePro\Model\Log\AbstractModel::PRIORITY_HIGH
);
}
}
@@ -127,7 +127,7 @@ protected function updateBlockedListingProducts()
$notReceivedItem = $existingItem;
- $additionalData = @json_decode($notReceivedItem['additional_data'], true);
+ $additionalData = json_decode($notReceivedItem['additional_data'], true);
if (is_array($additionalData) && !empty($additionalData['list_date']) &&
$this->isProductInfoOutdated($additionalData['list_date'])
) {
@@ -156,8 +156,8 @@ protected function updateBlockedListingProducts()
$this->getLogsActionId(),
\Ess\M2ePro\Model\Listing\Log::ACTION_CHANNEL_CHANGE,
$tempLogMessage,
- \Ess\M2ePro\Model\Log\AbstractLog::TYPE_SUCCESS,
- \Ess\M2ePro\Model\Log\AbstractLog::PRIORITY_LOW
+ \Ess\M2ePro\Model\Log\AbstractModel::TYPE_SUCCESS,
+ \Ess\M2ePro\Model\Log\AbstractModel::PRIORITY_LOW
);
if (!empty($notReceivedItem['is_variation_product']) &&
diff --git a/Model/Amazon/Synchronization/ListingsProducts/Update/Defected/Responser.php b/Model/Amazon/Synchronization/ListingsProducts/Update/Defected/Responser.php
index 235369cd3..a94a8ef68 100644
--- a/Model/Amazon/Synchronization/ListingsProducts/Update/Defected/Responser.php
+++ b/Model/Amazon/Synchronization/ListingsProducts/Update/Defected/Responser.php
@@ -46,13 +46,13 @@ protected function processResponseMessages()
continue;
}
- $logType = $message->isError() ? \Ess\M2ePro\Model\Log\AbstractLog::TYPE_ERROR
- : \Ess\M2ePro\Model\Log\AbstractLog::TYPE_WARNING;
+ $logType = $message->isError() ? \Ess\M2ePro\Model\Log\AbstractModel::TYPE_ERROR
+ : \Ess\M2ePro\Model\Log\AbstractModel::TYPE_WARNING;
$this->getSynchronizationLog()->addMessage(
$this->getHelper('Module\Translation')->__($message->getText()),
$logType,
- \Ess\M2ePro\Model\Log\AbstractLog::PRIORITY_HIGH
+ \Ess\M2ePro\Model\Log\AbstractModel::PRIORITY_HIGH
);
}
}
@@ -78,8 +78,8 @@ public function failDetected($messageText)
$this->getSynchronizationLog()->addMessage(
$this->getHelper('Module\Translation')->__($messageText),
- \Ess\M2ePro\Model\Log\AbstractLog::TYPE_ERROR,
- \Ess\M2ePro\Model\Log\AbstractLog::PRIORITY_HIGH
+ \Ess\M2ePro\Model\Log\AbstractModel::TYPE_ERROR,
+ \Ess\M2ePro\Model\Log\AbstractModel::PRIORITY_HIGH
);
}
@@ -98,8 +98,8 @@ protected function processResponseData()
$this->getSynchronizationLog()->addMessage(
$this->getHelper('Module\Translation')->__($exception->getMessage()),
- \Ess\M2ePro\Model\Log\AbstractLog::TYPE_ERROR,
- \Ess\M2ePro\Model\Log\AbstractLog::PRIORITY_HIGH
+ \Ess\M2ePro\Model\Log\AbstractModel::TYPE_ERROR,
+ \Ess\M2ePro\Model\Log\AbstractModel::PRIORITY_HIGH
);
}
}
diff --git a/Model/Amazon/Synchronization/ListingsProducts/Update/Responser.php b/Model/Amazon/Synchronization/ListingsProducts/Update/Responser.php
index d3de4c01f..1b22aa181 100644
--- a/Model/Amazon/Synchronization/ListingsProducts/Update/Responser.php
+++ b/Model/Amazon/Synchronization/ListingsProducts/Update/Responser.php
@@ -46,13 +46,13 @@ protected function processResponseMessages()
continue;
}
- $logType = $message->isError() ? \Ess\M2ePro\Model\Log\AbstractLog::TYPE_ERROR
- : \Ess\M2ePro\Model\Log\AbstractLog::TYPE_WARNING;
+ $logType = $message->isError() ? \Ess\M2ePro\Model\Log\AbstractModel::TYPE_ERROR
+ : \Ess\M2ePro\Model\Log\AbstractModel::TYPE_WARNING;
$this->getSynchronizationLog()->addMessage(
$this->getHelper('Module\Translation')->__($message->getText()),
$logType,
- \Ess\M2ePro\Model\Log\AbstractLog::PRIORITY_HIGH
+ \Ess\M2ePro\Model\Log\AbstractModel::PRIORITY_HIGH
);
}
}
@@ -78,8 +78,8 @@ public function failDetected($messageText)
$this->getSynchronizationLog()->addMessage(
$this->getHelper('Module\Translation')->__($messageText),
- \Ess\M2ePro\Model\Log\AbstractLog::TYPE_ERROR,
- \Ess\M2ePro\Model\Log\AbstractLog::PRIORITY_HIGH
+ \Ess\M2ePro\Model\Log\AbstractModel::TYPE_ERROR,
+ \Ess\M2ePro\Model\Log\AbstractModel::PRIORITY_HIGH
);
}
@@ -97,8 +97,8 @@ protected function processResponseData()
$this->getSynchronizationLog()->addMessage(
$this->getHelper('Module\Translation')->__($exception->getMessage()),
- \Ess\M2ePro\Model\Log\AbstractLog::TYPE_ERROR,
- \Ess\M2ePro\Model\Log\AbstractLog::PRIORITY_HIGH
+ \Ess\M2ePro\Model\Log\AbstractModel::TYPE_ERROR,
+ \Ess\M2ePro\Model\Log\AbstractModel::PRIORITY_HIGH
);
}
}
@@ -154,7 +154,7 @@ protected function updateReceivedListingsProducts()
'status' => (int)$existingItem['status']
);
- $existingAdditionalData = @json_decode($existingItem['additional_data'], true);
+ $existingAdditionalData = json_decode($existingItem['additional_data'], true);
if (!empty($existingAdditionalData['last_synchronization_dates']['qty']) &&
!empty($this->params['request_date'])
@@ -270,12 +270,14 @@ protected function updateReceivedListingsProducts()
$this->getLogsActionId(),
\Ess\M2ePro\Model\Listing\Log::ACTION_CHANNEL_CHANGE,
$tempLogMessage,
- \Ess\M2ePro\Model\Log\AbstractLog::TYPE_SUCCESS,
- \Ess\M2ePro\Model\Log\AbstractLog::PRIORITY_LOW
+ \Ess\M2ePro\Model\Log\AbstractModel::TYPE_SUCCESS,
+ \Ess\M2ePro\Model\Log\AbstractModel::PRIORITY_LOW
);
}
- $listingProduct->addData($newData)->save();
+ $listingProduct->addData($newData);
+ $listingProduct->getChildObject()->addData($newData);
+ $listingProduct->save();
}
if (!empty($parentIdsForProcessing)) {
diff --git a/Model/Amazon/Synchronization/Marketplaces/Categories.php b/Model/Amazon/Synchronization/Marketplaces/Categories.php
index 18d918411..f6b2d574d 100644
--- a/Model/Amazon/Synchronization/Marketplaces/Categories.php
+++ b/Model/Amazon/Synchronization/Marketplaces/Categories.php
@@ -175,15 +175,15 @@ protected function logSuccessfulOperation(\Ess\M2ePro\Model\Marketplace $marketp
// M2ePro\TRANSLATIONS
// The "Categories" Action for %amazon% Marketplace: "%mrk%" has been successfully completed.
- $tempString = $this->activeRecordFactory->getObject('Log\AbstractLog')->encodeDescription(
+ $tempString = $this->getHelper('Module\Log')->encodeDescription(
'The "Categories" Action for %amazon% Marketplace: "%mrk%" has been successfully completed.',
array('!amazon' => $this->getHelper('Component\Amazon')->getTitle(),
'mrk' => $marketplace->getTitle())
);
$this->getLog()->addMessage($tempString,
- \Ess\M2ePro\Model\Log\AbstractLog::TYPE_SUCCESS,
- \Ess\M2ePro\Model\Log\AbstractLog::PRIORITY_LOW);
+ \Ess\M2ePro\Model\Log\AbstractModel::TYPE_SUCCESS,
+ \Ess\M2ePro\Model\Log\AbstractModel::PRIORITY_LOW);
}
//########################################
diff --git a/Model/Amazon/Synchronization/Marketplaces/Details.php b/Model/Amazon/Synchronization/Marketplaces/Details.php
index f9e4c9aa9..db6456a85 100644
--- a/Model/Amazon/Synchronization/Marketplaces/Details.php
+++ b/Model/Amazon/Synchronization/Marketplaces/Details.php
@@ -126,15 +126,15 @@ protected function logSuccessfulOperation(\Ess\M2ePro\Model\Marketplace $marketp
// M2ePro\TRANSLATIONS
// The "Details" Action for %amazon% Marketplace: "%mrk%" has been successfully completed.
- $tempString = $this->activeRecordFactory->getObject('Log\AbstractLog')->encodeDescription(
+ $tempString = $this->getHelper('Module\Log')->encodeDescription(
'The "Details" Action for %amazon% Marketplace: "%mrk%" has been successfully completed.',
array('!amazon' => $this->getHelper('Component\Amazon')->getTitle(),
'mrk' => $marketplace->getTitle())
);
$this->getLog()->addMessage($tempString,
- \Ess\M2ePro\Model\Log\AbstractLog::TYPE_SUCCESS,
- \Ess\M2ePro\Model\Log\AbstractLog::PRIORITY_LOW);
+ \Ess\M2ePro\Model\Log\AbstractModel::TYPE_SUCCESS,
+ \Ess\M2ePro\Model\Log\AbstractModel::PRIORITY_LOW);
}
//########################################
diff --git a/Model/Amazon/Synchronization/Marketplaces/Specifics.php b/Model/Amazon/Synchronization/Marketplaces/Specifics.php
index 210a7249b..58afa2940 100644
--- a/Model/Amazon/Synchronization/Marketplaces/Specifics.php
+++ b/Model/Amazon/Synchronization/Marketplaces/Specifics.php
@@ -168,15 +168,15 @@ protected function logSuccessfulOperation(\Ess\M2ePro\Model\Marketplace $marketp
{
//->__('The "Specifics" Action for %amazon% Marketplace: "%mrk%" has been successfully completed.');
- $tempString = $this->activeRecordFactory->getObject('Log\AbstractLog')->encodeDescription(
+ $tempString = $this->getHelper('Module\Log')->encodeDescription(
'The "Specifics" Action for %amazon% Marketplace: "%mrk%" has been successfully completed.',
array('!amazon' => $this->getHelper('Component\Amazon')->getTitle(),
'mrk' => $marketplace->getTitle())
);
$this->getLog()->addMessage($tempString,
- \Ess\M2ePro\Model\Log\AbstractLog::TYPE_SUCCESS,
- \Ess\M2ePro\Model\Log\AbstractLog::PRIORITY_LOW);
+ \Ess\M2ePro\Model\Log\AbstractModel::TYPE_SUCCESS,
+ \Ess\M2ePro\Model\Log\AbstractModel::PRIORITY_LOW);
}
//########################################
diff --git a/Model/Amazon/Synchronization/Orders/Receive/Responser.php b/Model/Amazon/Synchronization/Orders/Receive/Responser.php
index 01963f87b..19c7240dc 100644
--- a/Model/Amazon/Synchronization/Orders/Receive/Responser.php
+++ b/Model/Amazon/Synchronization/Orders/Receive/Responser.php
@@ -44,13 +44,13 @@ protected function processResponseMessages(array $messages = array())
continue;
}
- $logType = $message->isError() ? \Ess\M2ePro\Model\Log\AbstractLog::TYPE_ERROR
- : \Ess\M2ePro\Model\Log\AbstractLog::TYPE_WARNING;
+ $logType = $message->isError() ? \Ess\M2ePro\Model\Log\AbstractModel::TYPE_ERROR
+ : \Ess\M2ePro\Model\Log\AbstractModel::TYPE_WARNING;
$this->getSynchronizationLog()->addMessage(
$this->getHelper('Module\Translation')->__($message->getText()),
$logType,
- \Ess\M2ePro\Model\Log\AbstractLog::PRIORITY_HIGH
+ \Ess\M2ePro\Model\Log\AbstractModel::PRIORITY_HIGH
);
}
}
@@ -76,8 +76,8 @@ public function failDetected($messageText)
$this->getSynchronizationLog()->addMessage(
$this->getHelper('Module\Translation')->__($messageText),
- \Ess\M2ePro\Model\Log\AbstractLog::TYPE_ERROR,
- \Ess\M2ePro\Model\Log\AbstractLog::PRIORITY_HIGH
+ \Ess\M2ePro\Model\Log\AbstractModel::TYPE_ERROR,
+ \Ess\M2ePro\Model\Log\AbstractModel::PRIORITY_HIGH
);
}
@@ -98,8 +98,8 @@ protected function processResponseData()
$this->getSynchronizationLog()->addMessage(
$this->getHelper('Module\Translation')->__($exception->getMessage()),
- \Ess\M2ePro\Model\Log\AbstractLog::TYPE_ERROR,
- \Ess\M2ePro\Model\Log\AbstractLog::PRIORITY_HIGH
+ \Ess\M2ePro\Model\Log\AbstractModel::TYPE_ERROR,
+ \Ess\M2ePro\Model\Log\AbstractModel::PRIORITY_HIGH
);
$this->getHelper('Module\Exception')->process($exception);
diff --git a/Model/Amazon/Synchronization/OtherListings/Update/Blocked/Responser.php b/Model/Amazon/Synchronization/OtherListings/Update/Blocked/Responser.php
index d7ad5e6f8..b4722feb9 100644
--- a/Model/Amazon/Synchronization/OtherListings/Update/Blocked/Responser.php
+++ b/Model/Amazon/Synchronization/OtherListings/Update/Blocked/Responser.php
@@ -46,13 +46,13 @@ protected function processResponseMessages()
continue;
}
- $logType = $message->isError() ? \Ess\M2ePro\Model\Log\AbstractLog::TYPE_ERROR
- : \Ess\M2ePro\Model\Log\AbstractLog::TYPE_WARNING;
+ $logType = $message->isError() ? \Ess\M2ePro\Model\Log\AbstractModel::TYPE_ERROR
+ : \Ess\M2ePro\Model\Log\AbstractModel::TYPE_WARNING;
$this->getSynchronizationLog()->addMessage(
$this->getHelper('Module\Translation')->__($message->getText()),
$logType,
- \Ess\M2ePro\Model\Log\AbstractLog::PRIORITY_HIGH
+ \Ess\M2ePro\Model\Log\AbstractModel::PRIORITY_HIGH
);
}
}
@@ -78,8 +78,8 @@ public function failDetected($messageText)
$this->getSynchronizationLog()->addMessage(
$this->getHelper('Module\Translation')->__($messageText),
- \Ess\M2ePro\Model\Log\AbstractLog::TYPE_ERROR,
- \Ess\M2ePro\Model\Log\AbstractLog::PRIORITY_HIGH
+ \Ess\M2ePro\Model\Log\AbstractModel::TYPE_ERROR,
+ \Ess\M2ePro\Model\Log\AbstractModel::PRIORITY_HIGH
);
}
@@ -97,8 +97,8 @@ protected function processResponseData()
$this->getSynchronizationLog()->addMessage(
$this->getHelper('Module\Translation')->__($exception->getMessage()),
- \Ess\M2ePro\Model\Log\AbstractLog::TYPE_ERROR,
- \Ess\M2ePro\Model\Log\AbstractLog::PRIORITY_HIGH
+ \Ess\M2ePro\Model\Log\AbstractModel::TYPE_ERROR,
+ \Ess\M2ePro\Model\Log\AbstractModel::PRIORITY_HIGH
);
}
}
@@ -148,8 +148,8 @@ protected function updateBlockedListingProducts()
$this->getLogsActionId(),
\Ess\M2ePro\Model\Listing\Other\Log::ACTION_CHANNEL_CHANGE,
$tempLogMessage,
- \Ess\M2ePro\Model\Log\AbstractLog::TYPE_SUCCESS,
- \Ess\M2ePro\Model\Log\AbstractLog::PRIORITY_LOW
+ \Ess\M2ePro\Model\Log\AbstractModel::TYPE_SUCCESS,
+ \Ess\M2ePro\Model\Log\AbstractModel::PRIORITY_LOW
);
}
diff --git a/Model/Amazon/Synchronization/OtherListings/Update/Responser.php b/Model/Amazon/Synchronization/OtherListings/Update/Responser.php
index 8480f283e..f17e72400 100644
--- a/Model/Amazon/Synchronization/OtherListings/Update/Responser.php
+++ b/Model/Amazon/Synchronization/OtherListings/Update/Responser.php
@@ -46,13 +46,13 @@ protected function processResponseMessages()
continue;
}
- $logType = $message->isError() ? \Ess\M2ePro\Model\Log\AbstractLog::TYPE_ERROR
- : \Ess\M2ePro\Model\Log\AbstractLog::TYPE_WARNING;
+ $logType = $message->isError() ? \Ess\M2ePro\Model\Log\AbstractModel::TYPE_ERROR
+ : \Ess\M2ePro\Model\Log\AbstractModel::TYPE_WARNING;
$this->getSynchronizationLog()->addMessage(
$this->getHelper('Module\Translation')->__($message->getText()),
$logType,
- \Ess\M2ePro\Model\Log\AbstractLog::PRIORITY_HIGH
+ \Ess\M2ePro\Model\Log\AbstractModel::PRIORITY_HIGH
);
}
}
@@ -78,8 +78,8 @@ public function failDetected($messageText)
$this->getSynchronizationLog()->addMessage(
$this->getHelper('Module\Translation')->__($messageText),
- \Ess\M2ePro\Model\Log\AbstractLog::TYPE_ERROR,
- \Ess\M2ePro\Model\Log\AbstractLog::PRIORITY_HIGH
+ \Ess\M2ePro\Model\Log\AbstractModel::TYPE_ERROR,
+ \Ess\M2ePro\Model\Log\AbstractModel::PRIORITY_HIGH
);
}
@@ -100,8 +100,8 @@ protected function processResponseData()
$this->getSynchronizationLog()->addMessage(
$this->getHelper('Module\Translation')->__($exception->getMessage()),
- \Ess\M2ePro\Model\Log\AbstractLog::TYPE_ERROR,
- \Ess\M2ePro\Model\Log\AbstractLog::PRIORITY_HIGH
+ \Ess\M2ePro\Model\Log\AbstractModel::TYPE_ERROR,
+ \Ess\M2ePro\Model\Log\AbstractModel::PRIORITY_HIGH
);
}
}
@@ -232,8 +232,8 @@ protected function updateReceivedOtherListings($receivedItems)
$this->getLogsActionId(),
\Ess\M2ePro\Model\Listing\Other\Log::ACTION_CHANNEL_CHANGE,
$tempLogMessage,
- \Ess\M2ePro\Model\Log\AbstractLog::TYPE_SUCCESS,
- \Ess\M2ePro\Model\Log\AbstractLog::PRIORITY_LOW
+ \Ess\M2ePro\Model\Log\AbstractModel::TYPE_SUCCESS,
+ \Ess\M2ePro\Model\Log\AbstractModel::PRIORITY_LOW
);
}
@@ -319,8 +319,8 @@ protected function createNotExistedOtherListings($receivedItems)
// M2ePro\TRANSLATIONS
// Item was successfully Added
'Item was successfully Added',
- \Ess\M2ePro\Model\Log\AbstractLog::TYPE_NOTICE,
- \Ess\M2ePro\Model\Log\AbstractLog::PRIORITY_LOW);
+ \Ess\M2ePro\Model\Log\AbstractModel::TYPE_NOTICE,
+ \Ess\M2ePro\Model\Log\AbstractModel::PRIORITY_LOW);
if (!$this->getAccount()->getChildObject()->isOtherListingsMappingEnabled()) {
continue;
diff --git a/Model/Amazon/Synchronization/Templates/AbstractModel.php b/Model/Amazon/Synchronization/Templates/AbstractModel.php
index 598b13d2e..8d8ecd01c 100644
--- a/Model/Amazon/Synchronization/Templates/AbstractModel.php
+++ b/Model/Amazon/Synchronization/Templates/AbstractModel.php
@@ -57,8 +57,8 @@ protected function logError(\Ess\M2ePro\Model\Listing\Product $listingProduct, \
$logModel->getNextActionId(),
$this->getActionForLog(),
$exception->getMessage(),
- \Ess\M2ePro\Model\Log\AbstractLog::TYPE_ERROR,
- \Ess\M2ePro\Model\Log\AbstractLog::PRIORITY_HIGH
+ \Ess\M2ePro\Model\Log\AbstractModel::TYPE_ERROR,
+ \Ess\M2ePro\Model\Log\AbstractModel::PRIORITY_HIGH
);
$this->getHelper('Module\Exception')->process($exception);
diff --git a/Model/Amazon/Synchronization/Templates/Synchronization/Inspector.php b/Model/Amazon/Synchronization/Templates/Synchronization/Inspector.php
index 1ee81936c..f6ff70f14 100644
--- a/Model/Amazon/Synchronization/Templates/Synchronization/Inspector.php
+++ b/Model/Amazon/Synchronization/Templates/Synchronization/Inspector.php
@@ -91,7 +91,7 @@ public function isMeetListRequirements(\Ess\M2ePro\Model\Listing\Product $listin
$additionalData = $listingProduct->getAdditionalData();
- $log = $this->activeRecordFactory->getObject('Log\AbstractLog');
+ $log = $this->getHelper('Module\Log');
if ($amazonSynchronizationTemplate->isListStatusEnabled()) {
diff --git a/Model/Amazon/Template/Description/Definition/Source.php b/Model/Amazon/Template/Description/Definition/Source.php
index c32c69f63..1f96df6bf 100644
--- a/Model/Amazon/Template/Description/Definition/Source.php
+++ b/Model/Amazon/Template/Description/Definition/Source.php
@@ -31,7 +31,7 @@ class Source extends \Ess\M2ePro\Model\AbstractModel
//########################################
- function __construct(
+ public function __construct(
\Magento\Email\Model\Template\Filter $emailTemplateFilter,
\Ess\M2ePro\Helper\Factory $helperFactory,
\Ess\M2ePro\Model\Factory $modelFactory
diff --git a/Model/Amazon/Template/ShippingOverride.php b/Model/Amazon/Template/ShippingOverride.php
index 9d27df31b..a584c92fe 100644
--- a/Model/Amazon/Template/ShippingOverride.php
+++ b/Model/Amazon/Template/ShippingOverride.php
@@ -265,6 +265,11 @@ public function setSynchStatusNeed($newData, $oldData)
//########################################
+ public function isCacheEnabled()
+ {
+ return true;
+ }
+
public function getCacheGroupTags()
{
return array_merge(parent::getCacheGroupTags(), ['template']);
diff --git a/Model/Amazon/Template/ShippingOverride/Service.php b/Model/Amazon/Template/ShippingOverride/Service.php
index 286f03383..d31b2bb37 100644
--- a/Model/Amazon/Template/ShippingOverride/Service.php
+++ b/Model/Amazon/Template/ShippingOverride/Service.php
@@ -54,8 +54,8 @@ public function delete()
public function getShippingOverrideTemplate()
{
if (is_null($this->shippingOverrideTemplateModel)) {
- $this->shippingOverrideTemplateModel = $this->getHelper('Data')->getCachedObject(
- 'Amazon\Template\ShippingOverride', $this->getTemplateShippingOverrideId(), NULL, array('template')
+ $this->shippingOverrideTemplateModel = $this->activeRecordFactory->getCachedObjectLoaded(
+ 'Amazon\Template\ShippingOverride', $this->getTemplateShippingOverrideId(), NULL
);
}
diff --git a/Model/Amazon/Template/ShippingOverride/Service/Source.php b/Model/Amazon/Template/ShippingOverride/Service/Source.php
index d73f27a00..78797259f 100644
--- a/Model/Amazon/Template/ShippingOverride/Service/Source.php
+++ b/Model/Amazon/Template/ShippingOverride/Service/Source.php
@@ -8,15 +8,15 @@
namespace Ess\M2ePro\Model\Amazon\Template\ShippingOverride\Service;
-class Source
+class Source extends \Ess\M2ePro\Model\AbstractModel
{
/**
- * @var $magentoProduct Ess\M2ePro\Model\Magento\Product
+ * @var $magentoProduct \Ess\M2ePro\Model\Magento\Product
*/
private $magentoProduct = null;
/**
- * @var $shippingOverrideServiceTemplateModel Ess\M2ePro\Model\Amazon\Template\ShippingOverride\Service
+ * @var $shippingOverrideServiceTemplateModel \Ess\M2ePro\Model\Amazon\Template\ShippingOverride\Service
*/
private $shippingOverrideServiceTemplateModel = null;
@@ -47,7 +47,7 @@ public function getMagentoProduct()
* @return $this
*/
public function setShippingOverrideServiceTemplate(
- Ess\M2ePro\Model\Amazon\Template\ShippingOverride\Service $instance)
+ \Ess\M2ePro\Model\Amazon\Template\ShippingOverride\Service $instance)
{
$this->shippingOverrideServiceTemplateModel = $instance;
return $this;
diff --git a/Model/Config/AbstractConfig.php b/Model/Config/AbstractModel.php
similarity index 87%
rename from Model/Config/AbstractConfig.php
rename to Model/Config/AbstractModel.php
index dad239d49..7003c8627 100644
--- a/Model/Config/AbstractConfig.php
+++ b/Model/Config/AbstractModel.php
@@ -8,7 +8,7 @@
namespace Ess\M2ePro\Model\Config;
-abstract class AbstractConfig extends \Ess\M2ePro\Model\ActiveRecord\AbstractModel
+abstract class AbstractModel extends \Ess\M2ePro\Model\ActiveRecord\AbstractModel
{
//########################################
diff --git a/Model/Config/Cache.php b/Model/Config/Cache.php
index 10ef539c8..a72ef2141 100644
--- a/Model/Config/Cache.php
+++ b/Model/Config/Cache.php
@@ -8,7 +8,7 @@
namespace Ess\M2ePro\Model\Config;
-class Cache extends AbstractConfig
+class Cache extends AbstractModel
{
//########################################
diff --git a/Model/Config/Manager/AbstractManager.php b/Model/Config/Manager/AbstractModel.php
similarity index 90%
rename from Model/Config/Manager/AbstractManager.php
rename to Model/Config/Manager/AbstractModel.php
index 4ddee36e7..b9937757c 100644
--- a/Model/Config/Manager/AbstractManager.php
+++ b/Model/Config/Manager/AbstractModel.php
@@ -8,7 +8,7 @@
namespace Ess\M2ePro\Model\Config\Manager;
-abstract class AbstractManager extends \Ess\M2ePro\Model\AbstractModel
+abstract class AbstractModel extends \Ess\M2ePro\Model\AbstractModel
{
const SORT_NONE = 0;
const SORT_KEY_ASC = 1;
@@ -24,7 +24,7 @@ abstract class AbstractManager extends \Ess\M2ePro\Model\AbstractModel
//########################################
- function __construct(
+ public function __construct(
\Ess\M2ePro\Model\ActiveRecord\Factory $activeRecordFactory,
\Ess\M2ePro\Helper\Factory $helperFactory,
\Ess\M2ePro\Model\Factory $modelFactory
@@ -37,7 +37,7 @@ function __construct(
//########################################
/**
- * @return \Ess\M2ePro\Model\Config\AbstractConfig
+ * @return \Ess\M2ePro\Model\Config\AbstractModel
*/
protected function getModel()
@@ -126,12 +126,10 @@ private function getValue($group, $key)
return NULL;
}
- if (!$this->getHelper('Module')->isDevelopmentEnvironment()) {
- $cacheData = $this->getCacheData();
+ $cacheData = $this->getCacheData();
- if (!empty($cacheData)) {
- return isset($cacheData[$group][$key]) ? $cacheData[$group][$key] : NULL;
- }
+ if (!empty($cacheData)) {
+ return isset($cacheData[$group][$key]) ? $cacheData[$group][$key] : NULL;
}
$dbData = $this->getCollection()->toArray();
@@ -279,19 +277,33 @@ private function deleteAllValues($group = NULL)
private function getCacheData()
{
$key = $this->getModelName().'_data';
- return $this->getHelper('Data\Cache\Permanent')->getValue($key);
+ return $this->getCacheModel()->getValue($key);
}
private function setCacheData(array $data)
{
$key = $this->getModelName().'_data';
- $this->getHelper('Data\Cache\Permanent')->setValue($key, $data, array(), self::CACHE_LIFETIME);
+ $this->getCacheModel()->setValue($key, $data, array(), self::CACHE_LIFETIME);
}
private function removeCacheData()
{
$key = $this->getModelName().'_data';
- $this->getHelper('Data\Cache\Permanent')->removeValue($key);
+ $this->getCacheModel()->removeValue($key);
+ }
+
+ // ---------------------------------------
+
+ /**
+ * @return \Ess\M2ePro\Helper\Data\Cache\AbstractHelper
+ */
+ private function getCacheModel()
+ {
+ if ($this->getHelper('Module')->isDevelopmentEnvironment()) {
+ return $this->getHelper('Data\Cache\Runtime');
+ }
+
+ return $this->getHelper('Data\Cache\Permanent');
}
//########################################
diff --git a/Model/Config/Manager/Cache.php b/Model/Config/Manager/Cache.php
index 334972104..53c939b68 100644
--- a/Model/Config/Manager/Cache.php
+++ b/Model/Config/Manager/Cache.php
@@ -8,7 +8,7 @@
namespace Ess\M2ePro\Model\Config\Manager;
-class Cache extends AbstractManager
+class Cache extends AbstractModel
{
//########################################
diff --git a/Model/Config/Manager/Module.php b/Model/Config/Manager/Module.php
index 1301813a9..1922f8e8f 100644
--- a/Model/Config/Manager/Module.php
+++ b/Model/Config/Manager/Module.php
@@ -8,7 +8,7 @@
namespace Ess\M2ePro\Model\Config\Manager;
-class Module extends AbstractManager
+class Module extends AbstractModel
{
//########################################
diff --git a/Model/Config/Manager/Primary.php b/Model/Config/Manager/Primary.php
index 3deb3a123..c17cec5d8 100644
--- a/Model/Config/Manager/Primary.php
+++ b/Model/Config/Manager/Primary.php
@@ -8,7 +8,7 @@
namespace Ess\M2ePro\Model\Config\Manager;
-class Primary extends AbstractManager
+class Primary extends AbstractModel
{
//########################################
diff --git a/Model/Config/Manager/Synchronization.php b/Model/Config/Manager/Synchronization.php
index cc4c40796..0bbd3e3e9 100644
--- a/Model/Config/Manager/Synchronization.php
+++ b/Model/Config/Manager/Synchronization.php
@@ -8,7 +8,7 @@
namespace Ess\M2ePro\Model\Config\Manager;
-class Synchronization extends AbstractManager
+class Synchronization extends AbstractModel
{
//########################################
diff --git a/Model/Config/Module.php b/Model/Config/Module.php
index f6df18c01..0cd2370df 100644
--- a/Model/Config/Module.php
+++ b/Model/Config/Module.php
@@ -8,7 +8,7 @@
namespace Ess\M2ePro\Model\Config;
-class Module extends AbstractConfig
+class Module extends AbstractModel
{
//########################################
diff --git a/Model/Config/Primary.php b/Model/Config/Primary.php
index c2f6ce695..ff65324b6 100644
--- a/Model/Config/Primary.php
+++ b/Model/Config/Primary.php
@@ -8,7 +8,7 @@
namespace Ess\M2ePro\Model\Config;
-class Primary extends AbstractConfig
+class Primary extends AbstractModel
{
//########################################
diff --git a/Model/Config/Synchronization.php b/Model/Config/Synchronization.php
index 47dac3f17..6ea37a59e 100644
--- a/Model/Config/Synchronization.php
+++ b/Model/Config/Synchronization.php
@@ -8,7 +8,7 @@
namespace Ess\M2ePro\Model\Config;
-class Synchronization extends AbstractConfig
+class Synchronization extends AbstractModel
{
//########################################
diff --git a/Model/Connector/Command/AbstractModel.php b/Model/Connector/Command/AbstractModel.php
index 651ecefca..2cd02366b 100644
--- a/Model/Connector/Command/AbstractModel.php
+++ b/Model/Connector/Command/AbstractModel.php
@@ -22,7 +22,7 @@ abstract class AbstractModel extends \Ess\M2ePro\Model\AbstractModel
// ########################################
- function __construct(
+ public function __construct(
\Ess\M2ePro\Helper\Factory $helperFactory,
\Ess\M2ePro\Model\Factory $modelFactory,
array $params = []
diff --git a/Model/Connector/Command/Pending/Responser.php b/Model/Connector/Command/Pending/Responser.php
index 608e6dbb0..b30d88745 100644
--- a/Model/Connector/Command/Pending/Responser.php
+++ b/Model/Connector/Command/Pending/Responser.php
@@ -19,7 +19,7 @@ abstract class Responser extends \Ess\M2ePro\Model\AbstractModel
// ########################################
- function __construct(
+ public function __construct(
\Ess\M2ePro\Model\Connector\Connection\Response $response,
\Ess\M2ePro\Helper\Factory $helperFactory,
\Ess\M2ePro\Model\Factory $modelFactory,
diff --git a/Model/Connector/Connection.php b/Model/Connector/Connection.php
index a13068b76..65e960c06 100644
--- a/Model/Connector/Connection.php
+++ b/Model/Connector/Connection.php
@@ -204,16 +204,16 @@ public function getHeaders()
public function getBody()
{
- $request = @json_encode($this->getRequest()->getInfo());
+ $request = json_encode($this->getRequest()->getInfo());
if ($request === false) {
$request = $this->getHelper('Data')->normalizeToUtfEncoding($this->getRequest()->getInfo());
- $request = @json_encode($request);
+ $request = json_encode($request);
}
- $data = @json_encode($this->getRequest()->getData());
+ $data = json_encode($this->getRequest()->getData());
if ($data === false) {
$data = $this->getHelper('Data')->normalizeToUtfEncoding($this->getRequest()->getData());
- $data = @json_encode($data);
+ $data = json_encode($data);
}
return array(
diff --git a/Model/Connector/Connection/Response.php b/Model/Connector/Connection/Response.php
index 5671da413..36209f85b 100644
--- a/Model/Connector/Connection/Response.php
+++ b/Model/Connector/Connection/Response.php
@@ -23,7 +23,7 @@ class Response extends \Ess\M2ePro\Model\AbstractModel
public function initFromRawResponse($response)
{
- $response = @json_decode($response,true);
+ $response = json_decode($response,true);
if (!is_array($response) ||
!isset($response['data']) || !is_array($response['data']) ||
diff --git a/Model/ControlPanel/Database/TableModel.php b/Model/ControlPanel/Database/TableModel.php
new file mode 100644
index 000000000..a34c373f8
--- /dev/null
+++ b/Model/ControlPanel/Database/TableModel.php
@@ -0,0 +1,250 @@
+modelFactory = $modelFactory;
+ $this->parentFactory = $parentFactory;
+ $this->activeRecordFactory = $activeRecordFactory;
+ $this->helperFactory = $helperFactory;
+ $this->resourceConnection = $resourceConnection;
+ parent::__construct(
+ $data
+ );
+
+ $this->tableName = isset($data['table_name']) ? $data['table_name'] : null;
+ $this->isMergeModeEnabled = isset($data['merge_mode']) ? $data['merge_mode'] : false;
+ $this->mergeModeComponent = isset($data['merge_mode_component']) ? $data['merge_mode_component'] : null;
+
+ $this->init();
+ }
+
+ private function init()
+ {
+ $helper = $this->helperFactory->getObject('Module\Database\Structure');
+ $this->modelName = $helper->getTableModel($this->tableName);
+
+ if (!$this->modelName) {
+ throw new Exception("Specified table '{$this->tableName}' cannot be managed.");
+ }
+
+ if (!$this->isMergeModeEnabled) {
+ return;
+ }
+
+ if (!$helper->isTableHorizontal($this->tableName)) {
+
+ $this->isMergeModeEnabled = false;
+ $this->mergeModeComponent = null;
+ return;
+ }
+
+ if ($helper->isTableHorizontalChild($this->tableName)) {
+
+ preg_match('/(Ebay|Amazon|Buy)/i', $this->modelName, $matches);
+ $this->mergeModeComponent = isset($matches[1]) ? strtolower($matches[1]) : null;
+ $this->modelName = str_replace($matches[1].'\\', '', $this->modelName);
+ }
+
+ if (!$this->mergeModeComponent && $this->isMergeModeEnabled) {
+ $this->isMergeModeEnabled = false;
+ }
+ }
+
+ //########################################
+
+ public function getColumns()
+ {
+ $helper = $this->helperFactory->getObject('Module\Database\Structure');
+
+ $tableName = $this->activeRecordFactory->getObject($this->modelName)
+ ->getResource()->getMainTable();
+
+ $resultColumns = $helper->getTableInfo($tableName);
+ $isParent = $this->isMergeModeEnabled && $helper->isTableHorizontalParent($tableName);
+ $isChild = $this->isMergeModeEnabled && $helper->isTableHorizontalChild($tableName);
+
+ array_walk($resultColumns, function (&$el) use ($isParent, $isChild) {
+ $el['is_parent'] = $isParent;
+ $el['is_child'] = $isChild;
+ });
+
+ if ($this->isMergeModeEnabled) {
+
+ $mergeTableName = $this->activeRecordFactory->getObject($this->getMergeModelName())
+ ->getResource()->getMainTable();
+
+ $columns = $helper->getTableInfo($mergeTableName);
+ $isParent = $helper->isTableHorizontalParent($mergeTableName);
+ $isChild = $helper->isTableHorizontalChild($mergeTableName);
+
+ array_walk($columns, function (&$el) use ($isParent, $isChild) {
+ $el['is_parent'] = $isParent;
+ $el['is_child'] = $isChild;
+ });
+
+ $resultColumns = array_merge($resultColumns, $columns);
+ }
+
+ return $resultColumns;
+ }
+
+ public function getModel()
+ {
+ if (!$this->isMergeModeEnabled) {
+ return $this->activeRecordFactory->getObject($this->modelName);
+ }
+
+ return $this->parentFactory->getObject($this->mergeModeComponent, $this->modelName);
+ }
+
+ //########################################
+
+ public function createEntry(array $data)
+ {
+ $helper = $this->helperFactory->getObject('Module\Database\Structure');
+ $modelInstance = $this->getModel();
+
+ $idFieldName = $modelInstance->getIdFieldName();
+ $isIdAutoIncrement = $helper->isIdColumnAutoIncrement($modelInstance->getResource()->getMainTable());
+ if ($isIdAutoIncrement) {
+ unset($data[$idFieldName]);
+ }
+
+ $modelInstance->setData($data);
+ $modelInstance->getResource()->save($modelInstance);
+ }
+
+ public function deleteEntries(array $ids)
+ {
+ $modelInstance = $this->getModel();
+ $collection = $modelInstance->getCollection();
+ $collection->addFieldToFilter($modelInstance->getIdFieldName(), array('in' => $ids));
+
+ foreach ($collection as $item) {
+
+ $item->getResource()->delete($item);
+
+ if ($this->getIsMergeModeEnabled() && $item instanceof ParentAbstractModel) {
+ $item->getChildObject()->getResource()->delete($item->getChildObject());
+ }
+ }
+ }
+
+ public function updateEntries(array $ids, array $data)
+ {
+ $helper = $this->helperFactory->getObject('Module\Database\Structure');
+ $modelInstance = $this->getModel();
+
+ $collection = $modelInstance->getCollection();
+ $collection->addFieldToFilter($modelInstance->getIdFieldName(), array('in' => $ids));
+
+ $idFieldName = $modelInstance->getIdFieldName();
+ $isIdAutoIncrement = $helper->isIdColumnAutoIncrement($modelInstance->getResource()->getMainTable());
+ if ($isIdAutoIncrement) {
+ unset($data[$idFieldName]);
+ }
+
+ if ($this->getIsMergeModeEnabled() && $modelInstance instanceof ParentAbstractModel) {
+
+ $childObject = $this->activeRecordFactory->getObject($this->getMergeModelName());
+ $childIdFieldName = $childObject->getIdFieldName();
+ unset($data[$childIdFieldName]);
+ }
+
+ if (empty($data)) {
+ return;
+ }
+
+ foreach ($collection->getItems() as $item) {
+ foreach ($data as $field => $value) {
+
+ if ($field == $idFieldName && !$isIdAutoIncrement) {
+
+ $this->resourceConnection->getConnection()->update(
+ $this->resourceConnection->getTableName($this->tableName),
+ array($idFieldName => $value),
+ "`{$idFieldName}` = {$item->getId()}"
+ );
+ }
+
+ $item->setData($field, $value);
+
+ if ($this->getIsMergeModeEnabled() && $item instanceof ParentAbstractModel) {
+ $item->getChildObject()->setData($field, $value);
+ }
+ }
+
+ $item->getResource()->save($item);
+ if ($this->getIsMergeModeEnabled() && $item instanceof ParentAbstractModel) {
+ $item->getChildObject()->getResource()->save($item->getChildObject());
+ }
+ }
+ }
+
+ //########################################
+
+ public function getTableName()
+ {
+ return $this->tableName;
+ }
+
+ public function getModelName()
+ {
+ return $this->modelName;
+ }
+
+ public function getMergeModelName()
+ {
+ if (!$this->getIsMergeModeEnabled()) {
+ return null;
+ }
+ return ucfirst($this->mergeModeComponent).'\\'.$this->modelName;
+ }
+
+ public function getIsMergeModeEnabled()
+ {
+ return $this->isMergeModeEnabled;
+ }
+
+ public function getMergeModeComponent()
+ {
+ return $this->mergeModeComponent;
+ }
+
+ //########################################
+}
\ No newline at end of file
diff --git a/Model/Cron/Runner/AbstractRunner.php b/Model/Cron/Runner/AbstractModel.php
similarity index 93%
rename from Model/Cron/Runner/AbstractRunner.php
rename to Model/Cron/Runner/AbstractModel.php
index 387ba45b6..0d875bc32 100644
--- a/Model/Cron/Runner/AbstractRunner.php
+++ b/Model/Cron/Runner/AbstractModel.php
@@ -8,9 +8,7 @@
namespace Ess\M2ePro\Model\Cron\Runner;
-use Ess\M2ePro\Model\AbstractModel;
-
-abstract class AbstractRunner extends AbstractModel
+abstract class AbstractModel extends \Ess\M2ePro\Model\AbstractModel
{
const MAX_MEMORY_LIMIT = 1024;
@@ -65,7 +63,7 @@ public function process()
try {
- /** @var \Ess\M2ePro\Model\Cron\Strategy\AbstractStrategy $strategyObject */
+ /** @var \Ess\M2ePro\Model\Cron\Strategy\AbstractModel $strategyObject */
$strategyObject = $this->getStrategyObject();
$strategyObject->setInitiator($this->getInitiator());
@@ -94,7 +92,7 @@ public function process()
}
/**
- * @return \Ess\M2ePro\Model\Cron\Strategy\AbstractStrategy
+ * @return \Ess\M2ePro\Model\Cron\Strategy\AbstractModel
*/
abstract protected function getStrategyObject();
@@ -128,7 +126,7 @@ protected function updateLastAccess()
protected function isPossibleToRun()
{
- if ($this->getHelper('Module\Maintenance\Setup')->isEnabled()) {
+ if ($this->getHelper('Module\Maintenance\General')->isEnabled()) {
return false;
}
diff --git a/Model/Cron/Runner/Developer.php b/Model/Cron/Runner/Developer.php
index 43896cb85..ac476e771 100644
--- a/Model/Cron/Runner/Developer.php
+++ b/Model/Cron/Runner/Developer.php
@@ -8,7 +8,7 @@
namespace Ess\M2ePro\Model\Cron\Runner;
-final class Developer extends AbstractRunner
+final class Developer extends AbstractModel
{
private $allowedTasks = NULL;
@@ -27,11 +27,11 @@ protected function getInitiator()
//########################################
/**
- * @return \Ess\M2ePro\Model\Cron\Strategy\AbstractStrategy
+ * @return \Ess\M2ePro\Model\Cron\Strategy\AbstractModel
*/
protected function getStrategyObject()
{
- /** @var \Ess\M2ePro\Model\Cron\Strategy\AbstractStrategy $strategyObject */
+ /** @var \Ess\M2ePro\Model\Cron\Strategy\AbstractModel $strategyObject */
$strategyObject = $this->modelFactory->getObject('Cron\Strategy\Serial');
if (!empty($this->allowedTasks)) {
diff --git a/Model/Cron/Runner/Magento.php b/Model/Cron/Runner/Magento.php
index c85acf7c0..4d7e4ebb1 100644
--- a/Model/Cron/Runner/Magento.php
+++ b/Model/Cron/Runner/Magento.php
@@ -8,7 +8,7 @@
namespace Ess\M2ePro\Model\Cron\Runner;
-final class Magento extends AbstractRunner
+final class Magento extends AbstractModel
{
const MIN_DISTRIBUTION_EXECUTION_TIME = 300;
const MAX_DISTRIBUTION_WAIT_INTERVAL = 59;
@@ -37,7 +37,7 @@ public function process()
}
/**
- * @return \Ess\M2ePro\Model\Cron\Strategy\AbstractStrategy
+ * @return \Ess\M2ePro\Model\Cron\Strategy\AbstractModel
*/
protected function getStrategyObject()
{
@@ -75,7 +75,7 @@ protected function isPossibleToRun()
protected function beforeStart()
{
- /* //todo investigete Magento 2 cron
+ /*
* Magento can execute M2ePro cron multiple times in same php process.
* It can cause problems with items that were cached in first execution.
*/
diff --git a/Model/Cron/Runner/Service.php b/Model/Cron/Runner/Service.php
index 78effaec5..cc4832705 100644
--- a/Model/Cron/Runner/Service.php
+++ b/Model/Cron/Runner/Service.php
@@ -8,7 +8,7 @@
namespace Ess\M2ePro\Model\Cron\Runner;
-final class Service extends AbstractRunner
+final class Service extends AbstractModel
{
private $requestAuthKey = NULL;
private $requestConnectionId = NULL;
@@ -37,7 +37,7 @@ public function process()
}
/**
- * @return \Ess\M2ePro\Model\Cron\Strategy\AbstractStrategy
+ * @return \Ess\M2ePro\Model\Cron\Strategy\AbstractModel
*/
protected function getStrategyObject()
{
diff --git a/Model/Cron/Strategy/AbstractStrategy.php b/Model/Cron/Strategy/AbstractModel.php
similarity index 96%
rename from Model/Cron/Strategy/AbstractStrategy.php
rename to Model/Cron/Strategy/AbstractModel.php
index 0a0aa78b6..a2253c172 100644
--- a/Model/Cron/Strategy/AbstractStrategy.php
+++ b/Model/Cron/Strategy/AbstractModel.php
@@ -8,9 +8,7 @@
namespace Ess\M2ePro\Model\Cron\Strategy;
-use Ess\M2ePro\Model\AbstractModel;
-
-abstract class AbstractStrategy extends AbstractModel
+abstract class AbstractModel extends \Ess\M2ePro\Model\AbstractModel
{
protected $activeRecordFactory;
@@ -146,14 +144,14 @@ public function process()
/**
* @param $taskNick
- * @return \Ess\M2ePro\Model\Cron\Task\AbstractTask
+ * @return \Ess\M2ePro\Model\Cron\Task\AbstractModel
*/
protected function getTaskObject($taskNick)
{
$taskNick = str_replace('_', ' ', $taskNick);
$taskNick = str_replace(' ', '', ucwords($taskNick));
- /** @var $task \Ess\M2ePro\Model\Cron\Task\AbstractTask **/
+ /** @var $task \Ess\M2ePro\Model\Cron\Task\AbstractModel **/
$task = $this->modelFactory->getObject('Cron\Task\\'.trim($taskNick));
$task->setInitiator($this->getInitiator());
diff --git a/Model/Cron/Strategy/Parallel.php b/Model/Cron/Strategy/Parallel.php
index 14f62152b..9342abc9c 100644
--- a/Model/Cron/Strategy/Parallel.php
+++ b/Model/Cron/Strategy/Parallel.php
@@ -8,7 +8,7 @@
namespace Ess\M2ePro\Model\Cron\Strategy;
-class Parallel extends AbstractStrategy
+class Parallel extends AbstractModel
{
/**
* @var \Ess\M2ePro\Model\LockItem
diff --git a/Model/Cron/Strategy/Serial.php b/Model/Cron/Strategy/Serial.php
index ebef6b7c4..2aff153d0 100644
--- a/Model/Cron/Strategy/Serial.php
+++ b/Model/Cron/Strategy/Serial.php
@@ -8,7 +8,7 @@
namespace Ess\M2ePro\Model\Cron\Strategy;
-class Serial extends AbstractStrategy
+class Serial extends AbstractModel
{
/**
* @var \Ess\M2ePro\Model\LockItem
@@ -37,7 +37,7 @@ public function process()
/**
* @param $taskNick
- * @return \Ess\M2ePro\Model\Cron\Task\AbstractTask
+ * @return \Ess\M2ePro\Model\Cron\Task\AbstractModel
*/
protected function getTaskObject($taskNick)
{
diff --git a/Model/Cron/Task/AbstractTask.php b/Model/Cron/Task/AbstractModel.php
similarity index 98%
rename from Model/Cron/Task/AbstractTask.php
rename to Model/Cron/Task/AbstractModel.php
index 8751fff54..2ec4d1413 100644
--- a/Model/Cron/Task/AbstractTask.php
+++ b/Model/Cron/Task/AbstractModel.php
@@ -8,9 +8,7 @@
namespace Ess\M2ePro\Model\Cron\Task;
-use Ess\M2ePro\Model\AbstractModel;
-
-abstract class AbstractTask extends AbstractModel
+abstract class AbstractModel extends \Ess\M2ePro\Model\AbstractModel
{
private $initiator = \Ess\M2ePro\Helper\Data::INITIATOR_UNKNOWN;
diff --git a/Model/Cron/Task/AmazonActions.php b/Model/Cron/Task/AmazonActions.php
index 62815d75d..8a57c89c6 100644
--- a/Model/Cron/Task/AmazonActions.php
+++ b/Model/Cron/Task/AmazonActions.php
@@ -13,9 +13,9 @@
use Ess\M2ePro\Model\Connector\Connection\Response\Message;
use Ess\M2ePro\Model\Exception\Logic;
use Ess\M2ePro\Model\Request\Pending\Single;
-use Ess\M2ePro\Model\ResourceModel\ActiveRecord\Collection\AbstractCollection;
+use Ess\M2ePro\Model\ResourceModel\ActiveRecord\Collection\AbstractModel as AbstractCollection;
-final class AmazonActions extends AbstractTask
+final class AmazonActions extends AbstractModel
{
const NICK = 'amazon_actions';
const MAX_MEMORY_LIMIT = 512;
@@ -353,10 +353,14 @@ private function getMaxAllowedWaitingItemsCount($actionType)
private function getMaxAllowedMinutesDelay($actionType)
{
- if ($this->isProductActionType($actionType)) {
+ if ($this->helperFactory->getObject('Module')->isDevelopmentEnvironment()) {
return 1;
}
+ if ($this->isProductActionType($actionType)) {
+ return 15;
+ }
+
return 5;
}
diff --git a/Model/Cron/Task/ConnectorRequesterPendingPartial.php b/Model/Cron/Task/ConnectorRequesterPendingPartial.php
index 2f4cb73fb..1d5a61578 100644
--- a/Model/Cron/Task/ConnectorRequesterPendingPartial.php
+++ b/Model/Cron/Task/ConnectorRequesterPendingPartial.php
@@ -10,7 +10,7 @@
use Ess\M2ePro\Model\Connector\Connection\Response\Message;
-final class ConnectorRequesterPendingPartial extends AbstractTask
+final class ConnectorRequesterPendingPartial extends AbstractModel
{
const NICK = 'connector_requester_pending_partial';
const MAX_MEMORY_LIMIT = 512;
diff --git a/Model/Cron/Task/ConnectorRequesterPendingSingle.php b/Model/Cron/Task/ConnectorRequesterPendingSingle.php
index 3fad9ead6..12a6b69fa 100644
--- a/Model/Cron/Task/ConnectorRequesterPendingSingle.php
+++ b/Model/Cron/Task/ConnectorRequesterPendingSingle.php
@@ -11,7 +11,7 @@
use Ess\M2ePro\Model\Connector\Command\Pending\Requester\Single;
use Ess\M2ePro\Model\Connector\Connection\Response\Message;
-final class ConnectorRequesterPendingSingle extends AbstractTask
+final class ConnectorRequesterPendingSingle extends AbstractModel
{
const NICK = 'connector_requester_pending_single';
const MAX_MEMORY_LIMIT = 512;
diff --git a/Model/Cron/Task/EbayActions.php b/Model/Cron/Task/EbayActions.php
index 93973fd21..e2805403e 100644
--- a/Model/Cron/Task/EbayActions.php
+++ b/Model/Cron/Task/EbayActions.php
@@ -13,7 +13,7 @@
use Ess\M2ePro\Model\Connector\Connection\Response\Message;
use Ess\M2ePro\Model\Exception\Logic;
-final class EbayActions extends AbstractTask
+final class EbayActions extends AbstractModel
{
const NICK = 'ebay_actions';
const MAX_MEMORY_LIMIT = 512;
diff --git a/Model/Cron/Task/LogsClearing.php b/Model/Cron/Task/LogsClearing.php
index ecefb8c5a..d8483c60a 100644
--- a/Model/Cron/Task/LogsClearing.php
+++ b/Model/Cron/Task/LogsClearing.php
@@ -8,7 +8,7 @@
namespace Ess\M2ePro\Model\Cron\Task;
-final class LogsClearing extends AbstractTask
+final class LogsClearing extends AbstractModel
{
const NICK = 'logs_clearing';
const MAX_MEMORY_LIMIT = 128;
diff --git a/Model/Cron/Task/RepricingInspectProducts.php b/Model/Cron/Task/RepricingInspectProducts.php
index b999d75bb..4186f5980 100644
--- a/Model/Cron/Task/RepricingInspectProducts.php
+++ b/Model/Cron/Task/RepricingInspectProducts.php
@@ -8,7 +8,7 @@
namespace Ess\M2ePro\Model\Cron\Task;
-final class RepricingInspectProducts extends AbstractTask
+final class RepricingInspectProducts extends AbstractModel
{
const NICK = 'repricing_inspect_products';
const MAX_MEMORY_LIMIT = 512;
@@ -37,9 +37,8 @@ public function performActions()
$skus = $this->getNewNoneSyncSkus($permittedAccount);
/** @var $repricingSynchronization \Ess\M2ePro\Model\Amazon\Repricing\Synchronization */
- $repricingSynchronization = $this->modelFactory->getObject(
- 'M2ePro/Amazon_Repricing_Synchronization', $permittedAccount
- );
+ $repricingSynchronization = $this->modelFactory->getObject('Amazon\Repricing\Synchronization');
+ $repricingSynchronization->setAccount($permittedAccount);
$repricingSynchronization->runBySkus($skus);
$this->setLastUpdateDate($permittedAccount, $operationDate);
@@ -71,18 +70,29 @@ private function getNewNoneSyncSkus(\Ess\M2ePro\Model\Account $account)
{
$accountId = $account->getId();
- $listingProductCollection = $this->activeRecordFactory->getObject('Listing\Product')->getCollection();
+ $listingProductCollection = $this->parentFactory->getObject(
+ \Ess\M2ePro\Helper\Component\Amazon::NICK, 'Listing\Product'
+ )->getCollection();
+
$listingProductCollection->getSelect()->join(
array('l' => $this->resource->getTableName('m2epro_listing')),
'l.id=main_table.listing_id', array()
);
$listingProductCollection->addFieldToFilter('l.account_id', $accountId);
- $listingProductCollection->addFieldToFilter('main_table.status', array('in' => array(
- \Ess\M2ePro\Model\Listing\Product::STATUS_LISTED,
- \Ess\M2ePro\Model\Listing\Product::STATUS_STOPPED,
- \Ess\M2ePro\Model\Listing\Product::STATUS_UNKNOWN)));
- $listingProductCollection->addFieldToFilter('main_table.update_date',
- array('gt' => $this->getLastUpdateDate($account)));
+ $listingProductCollection->addFieldToFilter(
+ 'main_table.status',
+ array(
+ 'in' => array(
+ \Ess\M2ePro\Model\Listing\Product::STATUS_LISTED,
+ \Ess\M2ePro\Model\Listing\Product::STATUS_STOPPED,
+ \Ess\M2ePro\Model\Listing\Product::STATUS_UNKNOWN
+ )
+ )
+ );
+ $listingProductCollection->addFieldToFilter(
+ 'main_table.update_date',
+ array('gt' => $this->getLastUpdateDate($account))
+ );
$listingProductCollection->getSelect()->reset(\Zend_Db_Select::COLUMNS);
$listingProductCollection->getSelect()->columns('second_table.sku');
diff --git a/Model/Cron/Task/RepricingSynchronization.php b/Model/Cron/Task/RepricingSynchronization.php
index 7f52a7e05..54e54c930 100644
--- a/Model/Cron/Task/RepricingSynchronization.php
+++ b/Model/Cron/Task/RepricingSynchronization.php
@@ -8,7 +8,7 @@
namespace Ess\M2ePro\Model\Cron\Task;
-final class RepricingSynchronization extends AbstractTask
+final class RepricingSynchronization extends AbstractModel
{
const NICK = 'repricing_synchronization';
const MAX_MEMORY_LIMIT = 512;
diff --git a/Model/Cron/Task/RepricingUpdateSettings.php b/Model/Cron/Task/RepricingUpdateSettings.php
index 0a298d9a0..bf92113a7 100644
--- a/Model/Cron/Task/RepricingUpdateSettings.php
+++ b/Model/Cron/Task/RepricingUpdateSettings.php
@@ -8,7 +8,7 @@
namespace Ess\M2ePro\Model\Cron\Task;
-final class RepricingUpdateSettings extends AbstractTask
+final class RepricingUpdateSettings extends AbstractModel
{
const NICK = 'repricing_update_settings';
const MAX_MEMORY_LIMIT = 512;
diff --git a/Model/Cron/Task/RequestPendingPartial.php b/Model/Cron/Task/RequestPendingPartial.php
index 7c0c48497..418058265 100644
--- a/Model/Cron/Task/RequestPendingPartial.php
+++ b/Model/Cron/Task/RequestPendingPartial.php
@@ -11,7 +11,7 @@
use Ess\M2ePro\Model\Connector\Connection\Response\Message;
use Ess\M2ePro\Model\Request\Pending\Partial;
-final class RequestPendingPartial extends AbstractTask
+final class RequestPendingPartial extends AbstractModel
{
const NICK = 'request_pending_partial';
const MAX_MEMORY_LIMIT = 512;
diff --git a/Model/Cron/Task/RequestPendingSingle.php b/Model/Cron/Task/RequestPendingSingle.php
index 7c766b912..1ef137a71 100644
--- a/Model/Cron/Task/RequestPendingSingle.php
+++ b/Model/Cron/Task/RequestPendingSingle.php
@@ -11,7 +11,7 @@
use Ess\M2ePro\Model\Connector\Connection\Response\Message;
use Ess\M2ePro\Model\Request\Pending\Single;
-final class RequestPendingSingle extends AbstractTask
+final class RequestPendingSingle extends AbstractModel
{
const NICK = 'request_pending_single';
const MAX_MEMORY_LIMIT = 512;
diff --git a/Model/Cron/Task/Servicing.php b/Model/Cron/Task/Servicing.php
index 8c8b00d36..0ea585960 100644
--- a/Model/Cron/Task/Servicing.php
+++ b/Model/Cron/Task/Servicing.php
@@ -8,7 +8,7 @@
namespace Ess\M2ePro\Model\Cron\Task;
-final class Servicing extends AbstractTask
+final class Servicing extends AbstractModel
{
const NICK = 'servicing';
diff --git a/Model/Cron/Task/Synchronization.php b/Model/Cron/Task/Synchronization.php
index 9c30238aa..8c0ff191a 100644
--- a/Model/Cron/Task/Synchronization.php
+++ b/Model/Cron/Task/Synchronization.php
@@ -8,7 +8,7 @@
namespace Ess\M2ePro\Model\Cron\Task;
-final class Synchronization extends AbstractTask
+final class Synchronization extends AbstractModel
{
const NICK = 'synchronization';
@@ -39,7 +39,6 @@ protected function performActions()
\Ess\M2ePro\Helper\Component\Amazon::NICK
));
- //todo check moving of \Ess\M2ePro\Model\Synchronization\Task\Global\AbstractModel
$dispatcher->setAllowedTasksTypes(array(
\Ess\M2ePro\Model\Synchronization\Task\AbstractGlobal::PROCESSING,
\Ess\M2ePro\Model\Synchronization\Task\AbstractGlobal::MAGENTO_PRODUCTS,
diff --git a/Model/Cron/Task/UpdateEbayAccountsPreferences.php b/Model/Cron/Task/UpdateEbayAccountsPreferences.php
index c7c580b14..7cea02fe8 100644
--- a/Model/Cron/Task/UpdateEbayAccountsPreferences.php
+++ b/Model/Cron/Task/UpdateEbayAccountsPreferences.php
@@ -8,7 +8,7 @@
namespace Ess\M2ePro\Model\Cron\Task;
-final class UpdateEbayAccountsPreferences extends AbstractTask
+final class UpdateEbayAccountsPreferences extends AbstractModel
{
const NICK = 'update_ebay_accounts_preferences';
const MAX_MEMORY_LIMIT = 128;
diff --git a/Model/Ebay/Account.php b/Model/Ebay/Account.php
index 1789a18c6..b0e4014ea 100644
--- a/Model/Ebay/Account.php
+++ b/Model/Ebay/Account.php
@@ -124,22 +124,21 @@ public function delete()
$otherCategoryTemplate->delete();
}
- // TODO NOT SUPPORTED FEATURES
-// $feedbacks = $this->getFeedbacks(true);
-// foreach ($feedbacks as $feedback) {
-// $feedback->delete();
-// }
-//
-// $feedbackTemplates = $this->getFeedbackTemplates(true);
-// foreach ($feedbackTemplates as $feedbackTemplate) {
-// $feedbackTemplate->delete();
-// }
-//
-// $items = $this->getEbayItems(true);
-// foreach ($items as $item) {
-// $item->delete();
-// }
-//
+ $feedbacks = $this->getFeedbacks(true);
+ foreach ($feedbacks as $feedback) {
+ $feedback->delete();
+ }
+
+ $feedbackTemplates = $this->getFeedbackTemplates(true);
+ foreach ($feedbackTemplates as $feedbackTemplate) {
+ $feedbackTemplate->delete();
+ }
+
+ $items = $this->getEbayItems(true);
+ foreach ($items as $item) {
+ $item->delete();
+ }
+
// $pickupStoreCollection = $this->parentFactory->getObject($this->getComponentMode(), 'Account\PickupStore')
// ->getCollection()->addFieldToFilter('account_id', $this->getId());
// foreach ($pickupStoreCollection as $pickupStore) {
diff --git a/Model/Ebay/Account/PickupStore/Log.php b/Model/Ebay/Account/PickupStore/Log.php
index 72282b2e3..53f18f0bd 100644
--- a/Model/Ebay/Account/PickupStore/Log.php
+++ b/Model/Ebay/Account/PickupStore/Log.php
@@ -8,7 +8,7 @@
namespace Ess\M2ePro\Model\Ebay\Account\PickupStore;
-class Log extends \Ess\M2ePro\Model\Log\AbstractLog
+class Log extends \Ess\M2ePro\Model\Log\AbstractModel
{
const ACTION_UNKNOWN = 1;
const _ACTION_UNKNOWN = 'System';
diff --git a/Model/Ebay/Connector/AccountPickupStore/Synchronize/ProductsRequester.php b/Model/Ebay/Connector/AccountPickupStore/Synchronize/ProductsRequester.php
index 3aec99289..ce73587e5 100644
--- a/Model/Ebay/Connector/AccountPickupStore/Synchronize/ProductsRequester.php
+++ b/Model/Ebay/Connector/AccountPickupStore/Synchronize/ProductsRequester.php
@@ -27,7 +27,7 @@ class ProductsRequester extends \Ess\M2ePro\Model\Ebay\Connector\Command\Pending
//########################################
- function __construct(
+ public function __construct(
\Ess\M2ePro\Model\ActiveRecord\Factory $activeRecordFactory,
\Ess\M2ePro\Model\Marketplace $marketplace,
\Ess\M2ePro\Model\Account $account,
diff --git a/Model/Ebay/Connector/AccountPickupStore/Synchronize/ProductsResponser.php b/Model/Ebay/Connector/AccountPickupStore/Synchronize/ProductsResponser.php
index d86b3a100..6b1733969 100644
--- a/Model/Ebay/Connector/AccountPickupStore/Synchronize/ProductsResponser.php
+++ b/Model/Ebay/Connector/AccountPickupStore/Synchronize/ProductsResponser.php
@@ -11,6 +11,8 @@
class ProductsResponser
extends \Ess\M2ePro\Model\Ebay\Connector\Command\Pending\Responser
{
+ protected $activeRecordFactory;
+
/** @var \Ess\M2ePro\Model\Ebay\Account\PickupStore\State[] $pickupStoreStateItems */
private $pickupStoreStateItems = array();
@@ -19,7 +21,7 @@ class ProductsResponser
//########################################
- function __construct(
+ public function __construct(
\Ess\M2ePro\Model\ActiveRecord\Factory $activeRecordFactory,
\Ess\M2ePro\Model\ActiveRecord\Component\Parent\Ebay\Factory $ebayFactory,
\Ess\M2ePro\Model\Connector\Connection\Response $response,
@@ -145,14 +147,14 @@ private function getSuccessMessage(array $stateItemData)
switch ($this->getLogsAction($stateItemData)) {
case \Ess\M2ePro\Model\Ebay\Account\PickupStore\Log::ACTION_ADD_PRODUCT:
- $encodedDescription = $this->activeRecordFactory->getObject('Log\AbstractLog')->encodeDescription(
+ $encodedDescription = $this->getHelper('Module\Log')->encodeDescription(
'The Product with %qty% quantity was successfully added to the Store.',
array('!qty' => $stateItemData['target_qty'])
);
break;
case \Ess\M2ePro\Model\Ebay\Account\PickupStore\Log::ACTION_DELETE_PRODUCT:
- $encodedDescription = $this->activeRecordFactory->getObject('Log\AbstractLog')->encodeDescription(
+ $encodedDescription = $this->getHelper('Module\Log')->encodeDescription(
'The Product was successfully deleted from the Store.'
);
break;
@@ -168,7 +170,7 @@ private function getSuccessMessage(array $stateItemData)
$stockTo = 'IN STOCK ';
}
- $encodedDescription = $this->activeRecordFactory->getObject('Log\AbstractLog')->encodeDescription(
+ $encodedDescription = $this->getHelper('Module\Log')->encodeDescription(
'The Product quantity was successfully changed from %stock_from%[%qty_from%]
to %stock_to%[%qty_to%] for the Store.',
array(
@@ -225,35 +227,35 @@ private function getLogsAction($stateItemData)
private function getLogsMessageType(\Ess\M2ePro\Model\Connector\Connection\Response\Message $message)
{
if ($message->isError()) {
- return \Ess\M2ePro\Model\Log\AbstractLog::TYPE_ERROR;
+ return \Ess\M2ePro\Model\Log\AbstractModel::TYPE_ERROR;
}
if ($message->isWarning()) {
- return \Ess\M2ePro\Model\Log\AbstractLog::TYPE_WARNING;
+ return \Ess\M2ePro\Model\Log\AbstractModel::TYPE_WARNING;
}
if ($message->isSuccess()) {
- return \Ess\M2ePro\Model\Log\AbstractLog::TYPE_SUCCESS;
+ return \Ess\M2ePro\Model\Log\AbstractModel::TYPE_SUCCESS;
}
if ($message->isNotice()) {
- return \Ess\M2ePro\Model\Log\AbstractLog::TYPE_NOTICE;
+ return \Ess\M2ePro\Model\Log\AbstractModel::TYPE_NOTICE;
}
- return \Ess\M2ePro\Model\Log\AbstractLog::TYPE_ERROR;
+ return \Ess\M2ePro\Model\Log\AbstractModel::TYPE_ERROR;
}
private function getLogsPriority(\Ess\M2ePro\Model\Connector\Connection\Response\Message $message)
{
if ($message->isError()) {
- return \Ess\M2ePro\Model\Log\AbstractLog::PRIORITY_HIGH;
+ return \Ess\M2ePro\Model\Log\AbstractModel::PRIORITY_HIGH;
}
if ($message->isNotice()) {
- return \Ess\M2ePro\Model\Log\AbstractLog::PRIORITY_LOW;
+ return \Ess\M2ePro\Model\Log\AbstractModel::PRIORITY_LOW;
}
- return \Ess\M2ePro\Model\Log\AbstractLog::PRIORITY_MEDIUM;
+ return \Ess\M2ePro\Model\Log\AbstractModel::PRIORITY_MEDIUM;
}
//########################################
diff --git a/Model/Ebay/Connector/Command/Pending/Requester.php b/Model/Ebay/Connector/Command/Pending/Requester.php
index e0dd15f2f..bb59bf935 100644
--- a/Model/Ebay/Connector/Command/Pending/Requester.php
+++ b/Model/Ebay/Connector/Command/Pending/Requester.php
@@ -22,7 +22,7 @@ abstract class Requester extends \Ess\M2ePro\Model\Connector\Command\Pending\Req
// ########################################
- function __construct(
+ public function __construct(
\Ess\M2ePro\Model\Marketplace $marketplace,
\Ess\M2ePro\Model\Account $account,
\Ess\M2ePro\Helper\Factory $helperFactory,
diff --git a/Model/Ebay/Connector/Command/Pending/Responser.php b/Model/Ebay/Connector/Command/Pending/Responser.php
index bc64c828c..8ca659d70 100644
--- a/Model/Ebay/Connector/Command/Pending/Responser.php
+++ b/Model/Ebay/Connector/Command/Pending/Responser.php
@@ -16,7 +16,7 @@ abstract class Responser extends \Ess\M2ePro\Model\Connector\Command\Pending\Res
// ########################################
- function __construct(
+ public function __construct(
\Ess\M2ePro\Model\ActiveRecord\Component\Parent\Ebay\Factory $ebayFactory,
\Ess\M2ePro\Model\Connector\Connection\Response $response,
\Ess\M2ePro\Helper\Factory $helperFactory,
diff --git a/Model/Ebay/Connector/Command/RealTime.php b/Model/Ebay/Connector/Command/RealTime.php
index e07baa116..263280cb8 100644
--- a/Model/Ebay/Connector/Command/RealTime.php
+++ b/Model/Ebay/Connector/Command/RealTime.php
@@ -22,7 +22,7 @@ abstract class RealTime extends \Ess\M2ePro\Model\Connector\Command\RealTime
// ########################################
- function __construct(
+ public function __construct(
\Ess\M2ePro\Model\Marketplace $marketplace,
\Ess\M2ePro\Model\Account $account,
\Ess\M2ePro\Helper\Factory $helperFactory,
diff --git a/Model/Ebay/Connector/Dispatcher.php b/Model/Ebay/Connector/Dispatcher.php
index b42893201..48d0ee011 100644
--- a/Model/Ebay/Connector/Dispatcher.php
+++ b/Model/Ebay/Connector/Dispatcher.php
@@ -15,7 +15,7 @@ class Dispatcher extends \Ess\M2ePro\Model\AbstractModel
//####################################
- function __construct(
+ public function __construct(
\Magento\Framework\Code\NameBuilder $nameBuilder,
\Ess\M2ePro\Model\ActiveRecord\Component\Parent\Ebay\Factory $ebayFactory,
\Ess\M2ePro\Helper\Factory $helperFactory,
diff --git a/Model/Ebay/Connector/Item/Dispatcher.php b/Model/Ebay/Connector/Item/Dispatcher.php
index 9b2100511..6044fec13 100644
--- a/Model/Ebay/Connector/Item/Dispatcher.php
+++ b/Model/Ebay/Connector/Item/Dispatcher.php
@@ -17,7 +17,7 @@ class Dispatcher extends \Ess\M2ePro\Model\AbstractModel
// ########################################
- function __construct(
+ public function __construct(
\Ess\M2ePro\Model\ActiveRecord\Factory $activeRecordFactory,
\Ess\M2ePro\Model\ActiveRecord\Component\Parent\Ebay\Factory $ebayFactory,
\Ess\M2ePro\Helper\Factory $helperFactory,
@@ -269,8 +269,8 @@ protected function logListingProductException(\Ess\M2ePro\Model\Listing\Product
$this->logsActionId,
$action,
$exception->getMessage(),
- \Ess\M2ePro\Model\Log\AbstractLog::TYPE_ERROR,
- \Ess\M2ePro\Model\Log\AbstractLog::PRIORITY_HIGH
+ \Ess\M2ePro\Model\Log\AbstractModel::TYPE_ERROR,
+ \Ess\M2ePro\Model\Log\AbstractModel::PRIORITY_HIGH
);
}
diff --git a/Model/Ebay/Connector/Item/ListAction/SingleRequester.php b/Model/Ebay/Connector/Item/ListAction/SingleRequester.php
index 991b41582..f65f10c6f 100644
--- a/Model/Ebay/Connector/Item/ListAction/SingleRequester.php
+++ b/Model/Ebay/Connector/Item/ListAction/SingleRequester.php
@@ -23,10 +23,6 @@ public function setListingProduct(\Ess\M2ePro\Model\Listing\Product $listingProd
unset($additionalData['synch_template_list_rules_note']);
- if (isset($additionalData['add_to_schedule'])) {
- unset($additionalData['add_to_schedule']);
- }
-
$this->listingProduct->setSettings('additional_data', $additionalData);
$this->listingProduct->save();
diff --git a/Model/Ebay/Connector/Item/Multiple/ProcessingRunner.php b/Model/Ebay/Connector/Item/Multiple/ProcessingRunner.php
index 5b247018a..2a613111c 100644
--- a/Model/Ebay/Connector/Item/Multiple/ProcessingRunner.php
+++ b/Model/Ebay/Connector/Item/Multiple/ProcessingRunner.php
@@ -15,7 +15,7 @@ class ProcessingRunner extends \Ess\M2ePro\Model\Connector\Command\Pending\Proce
// ########################################
- function __construct(
+ public function __construct(
\Ess\M2ePro\Model\ActiveRecord\Component\Parent\Ebay\Factory $ebayFactory,
\Ess\M2ePro\Model\ActiveRecord\Component\Parent\Factory $parentFactory,
\Ess\M2ePro\Model\ActiveRecord\Factory $activeRecordFactory,
diff --git a/Model/Ebay/Connector/Item/Multiple/Requester.php b/Model/Ebay/Connector/Item/Multiple/Requester.php
index be9fa7923..6f88f944e 100644
--- a/Model/Ebay/Connector/Item/Multiple/Requester.php
+++ b/Model/Ebay/Connector/Item/Multiple/Requester.php
@@ -31,7 +31,7 @@ abstract class Requester extends \Ess\M2ePro\Model\Ebay\Connector\Item\Requester
//########################################
- function __construct(
+ public function __construct(
\Ess\M2ePro\Model\ActiveRecord\Factory $activeRecordFactory,
\Ess\M2ePro\Model\ActiveRecord\Component\Parent\Ebay\Factory $ebayFactory,
\Ess\M2ePro\Model\Marketplace $marketplace,
@@ -186,7 +186,7 @@ protected function getRequestData()
);
$this->getLogger()->logListingProductMessage(
- $listingProduct, $message, \Ess\M2ePro\Model\Log\AbstractLog::PRIORITY_MEDIUM
+ $listingProduct, $message, \Ess\M2ePro\Model\Log\AbstractModel::PRIORITY_MEDIUM
);
}
@@ -243,7 +243,7 @@ protected function validateAndFilterListingsProducts()
$this->getLogger()->logListingProductMessage(
$listingProduct,
$message,
- \Ess\M2ePro\Model\Log\AbstractLog::PRIORITY_MEDIUM
+ \Ess\M2ePro\Model\Log\AbstractModel::PRIORITY_MEDIUM
);
}
@@ -277,7 +277,7 @@ protected function filterLockedListingsProducts()
$this->getLogger()->logListingProductMessage(
$listingProduct,
$message,
- \Ess\M2ePro\Model\Log\AbstractLog::PRIORITY_MEDIUM
+ \Ess\M2ePro\Model\Log\AbstractModel::PRIORITY_MEDIUM
);
unset($this->listingsProducts[$listingProduct->getId()]);
diff --git a/Model/Ebay/Connector/Item/Multiple/Responser.php b/Model/Ebay/Connector/Item/Multiple/Responser.php
index f93165720..af92c8702 100644
--- a/Model/Ebay/Connector/Item/Multiple/Responser.php
+++ b/Model/Ebay/Connector/Item/Multiple/Responser.php
@@ -48,7 +48,7 @@ abstract class Responser extends \Ess\M2ePro\Model\Ebay\Connector\Item\Responser
//########################################
- function __construct(
+ public function __construct(
\Ess\M2ePro\Model\ActiveRecord\Component\Parent\Ebay\Factory $ebayFactory,
\Ess\M2ePro\Model\Connector\Connection\Response $response,
\Ess\M2ePro\Helper\Factory $helperFactory,
@@ -83,7 +83,7 @@ public function failDetected($messageText)
$this->getLogger()->logListingProductMessage(
$listingProduct,
$message,
- \Ess\M2ePro\Model\Log\AbstractLog::PRIORITY_HIGH
+ \Ess\M2ePro\Model\Log\AbstractModel::PRIORITY_HIGH
);
}
}
diff --git a/Model/Ebay/Connector/Item/Relist/SingleResponser.php b/Model/Ebay/Connector/Item/Relist/SingleResponser.php
index 9e5f2916f..092f75c7e 100644
--- a/Model/Ebay/Connector/Item/Relist/SingleResponser.php
+++ b/Model/Ebay/Connector/Item/Relist/SingleResponser.php
@@ -87,18 +87,22 @@ public function eventAfterExecuting()
$this->isItemCanNotBeAccessed($responseMessages)) {
$message = $this->modelFactory->getObject('Connector\Connection\Response\Message');
- $message->initFromPreparedData($this->getHelper('Module\Translation')->__(
- 'It has been detected that the Category you are using is going to require the Product Identifiers
- to be specified (UPC, EAN, ISBN, etc.). The Relist Action will be automatically performed
- to send the value(s) of the required Identifier(s) based on the settings
- provided in eBay Catalog Identifiers section of the Description Policy.'),
+ $message->initFromPreparedData(
+ $this->getHelper('Module\Translation')->__(
+ 'This Item cannot be accessed on eBay, so the Relist action cannot be executed for it.
+ M2E Pro has automatically detected this issue and run the List action to solve it basing
+ on the List Rule of the Synchronization Policy.'
+ ),
Message::TYPE_WARNING
);
$this->getLogger()->logListingProductMessage($this->listingProduct, $message);
$configurator = $this->modelFactory->getObject('Ebay\Listing\Product\Action\Configurator');
- $this->processAdditionalAction(\Ess\M2ePro\Model\Listing\Product::ACTION_LIST, $configurator);
+ $this->processAdditionalAction(
+ \Ess\M2ePro\Model\Listing\Product::ACTION_LIST, $configurator,
+ array('skip_check_the_same_product_already_listed_ids' => array($this->listingProduct->getId()))
+ );
}
if ($this->getStatusChanger() == \Ess\M2ePro\Model\Listing\Product::STATUS_CHANGER_SYNCH &&
@@ -107,20 +111,19 @@ public function eventAfterExecuting()
$message = $this->modelFactory->getObject('Connector\Connection\Response\Message');
$message->initFromPreparedData(
- 'It has been detected that the Category you are using is going to require the Product Identifiers
- to be specified (UPC, EAN, ISBN, etc.). The Relist Action will be automatically performed
- to send the value(s) of the required Identifier(s) based on the settings
- provided in eBay Catalog Identifiers section of the Description Policy.',
+ $this->getHelper('Module\Translation')->__(
+ 'It has been detected that the Category you are using is going to require the Product Identifiers
+ to be specified (UPC, EAN, ISBN, etc.). The Relist Action will be automatically performed
+ to send the value(s) of the required Identifier(s) based on the settings
+ provided in eBay Catalog Identifiers section of the Description Policy.'
+ ),
Message::TYPE_WARNING
);
$this->getLogger()->logListingProductMessage($this->listingProduct, $message);
$configurator = $this->modelFactory->getObject('Ebay\Listing\Product\Action\Configurator');
- $this->processAdditionalAction(
- $this->getActionType(), $configurator,
- array('skip_check_the_same_product_already_listed_ids' => array($this->listingProduct->getId()))
- );
+ $this->processAdditionalAction($this->getActionType(), $configurator);
}
$additionalData = $this->listingProduct->getAdditionalData();
diff --git a/Model/Ebay/Connector/Item/Single/Requester.php b/Model/Ebay/Connector/Item/Single/Requester.php
index 99a554b32..f4890ba30 100644
--- a/Model/Ebay/Connector/Item/Single/Requester.php
+++ b/Model/Ebay/Connector/Item/Single/Requester.php
@@ -30,7 +30,7 @@ abstract class Requester extends \Ess\M2ePro\Model\Ebay\Connector\Item\Requester
//########################################
- function __construct(
+ public function __construct(
\Ess\M2ePro\Model\ActiveRecord\Factory $activeRecordFactory,
\Ess\M2ePro\Model\Marketplace $marketplace,
\Ess\M2ePro\Model\Account $account,
@@ -144,7 +144,7 @@ protected function getRequestData()
);
$this->getLogger()->logListingProductMessage(
- $this->listingProduct, $message, \Ess\M2ePro\Model\Log\AbstractLog::PRIORITY_MEDIUM
+ $this->listingProduct, $message, \Ess\M2ePro\Model\Log\AbstractModel::PRIORITY_MEDIUM
);
}
@@ -191,7 +191,7 @@ protected function validateListingProduct()
$this->getLogger()->logListingProductMessage(
$this->listingProduct,
$message,
- \Ess\M2ePro\Model\Log\AbstractLog::PRIORITY_MEDIUM
+ \Ess\M2ePro\Model\Log\AbstractModel::PRIORITY_MEDIUM
);
}
@@ -224,7 +224,7 @@ protected function isListingProductLocked()
$this->getLogger()->logListingProductMessage(
$this->listingProduct,
$message,
- \Ess\M2ePro\Model\Log\AbstractLog::PRIORITY_MEDIUM
+ \Ess\M2ePro\Model\Log\AbstractModel::PRIORITY_MEDIUM
);
return true;
diff --git a/Model/Ebay/Connector/Item/Single/Responser.php b/Model/Ebay/Connector/Item/Single/Responser.php
index f24308dad..13688a1d4 100644
--- a/Model/Ebay/Connector/Item/Single/Responser.php
+++ b/Model/Ebay/Connector/Item/Single/Responser.php
@@ -53,7 +53,7 @@ abstract class Responser extends \Ess\M2ePro\Model\Ebay\Connector\Item\Responser
//########################################
- function __construct(
+ public function __construct(
\Ess\M2ePro\Model\ActiveRecord\Component\Parent\Ebay\Factory $ebayFactory,
\Ess\M2ePro\Model\Connector\Connection\Response $response,
\Ess\M2ePro\Helper\Factory $helperFactory,
@@ -85,7 +85,7 @@ public function failDetected($messageText)
$this->getLogger()->logListingProductMessage(
$this->listingProduct,
$message,
- \Ess\M2ePro\Model\Log\AbstractLog::PRIORITY_HIGH
+ \Ess\M2ePro\Model\Log\AbstractModel::PRIORITY_HIGH
);
}
diff --git a/Model/Ebay/Connector/Order/Update/AbstractModel.php b/Model/Ebay/Connector/Order/Update/AbstractModel.php
index 576cb6a29..2844c15b4 100644
--- a/Model/Ebay/Connector/Order/Update/AbstractModel.php
+++ b/Model/Ebay/Connector/Order/Update/AbstractModel.php
@@ -26,7 +26,7 @@ abstract class AbstractModel extends \Ess\M2ePro\Model\Ebay\Connector\Command\Re
// ########################################
- function __construct(
+ public function __construct(
\Ess\M2ePro\Model\ActiveRecord\Factory $activeRecordFactory,
\Ess\M2ePro\Model\Marketplace $marketplace,
\Ess\M2ePro\Model\Account $account,
@@ -103,7 +103,7 @@ public function process()
protected function isNeedSendRequest()
{
if ($this->order->getMarketplace()->getCode() == 'India'
- && stripos($this->order->getChildObject()->getPaymentMethod(), 'paisa')
+ && stripos($this->order->getChildObject()->getPaymentMethod(), 'paisa') !== false
) {
$this->order->addErrorLog('eBay Order Status was not updated. Reason: %msg%', array(
'msg' => 'Status of India Site Orders cannot be updated if the Buyer uses PaisaPay payment method.'
diff --git a/Model/Ebay/Connector/OrderItem/Add/Dispute.php b/Model/Ebay/Connector/OrderItem/Add/Dispute.php
index 8b12ea2af..c88ea3b4f 100644
--- a/Model/Ebay/Connector/OrderItem/Add/Dispute.php
+++ b/Model/Ebay/Connector/OrderItem/Add/Dispute.php
@@ -104,8 +104,6 @@ public function process()
$this->orderItem->save();
}
}
-
- return;
}
protected function prepareResponseData()
diff --git a/Model/Ebay/Connector/OrderItem/Dispatcher.php b/Model/Ebay/Connector/OrderItem/Dispatcher.php
index 7ba9ade30..816f2ae56 100644
--- a/Model/Ebay/Connector/OrderItem/Dispatcher.php
+++ b/Model/Ebay/Connector/OrderItem/Dispatcher.php
@@ -70,7 +70,7 @@ public function process($action, $items, array $params = array())
protected function processItems(array $items, $connectorName, array $params = array())
{
if (count($items) == 0) {
- return false;
+ return;
}
/** @var $items \Ess\M2ePro\Model\Order\Item[] */
@@ -95,10 +95,7 @@ protected function processItems(array $items, $connectorName, array $params = ar
return;
}
-
}
-
- return;
}
// ########################################
diff --git a/Model/Ebay/Feedback.php b/Model/Ebay/Feedback.php
index 16d2fa931..4116c818e 100644
--- a/Model/Ebay/Feedback.php
+++ b/Model/Ebay/Feedback.php
@@ -56,7 +56,7 @@ public function __construct(
public function _construct()
{
parent::_construct();
- $this->_init('Ebay\Feedback');
+ $this->_init('Ess\M2ePro\Model\ResourceModel\Ebay\Feedback');
}
//########################################
diff --git a/Model/Ebay/Feedback/Template.php b/Model/Ebay/Feedback/Template.php
index 661f4d90f..56949d6d6 100644
--- a/Model/Ebay/Feedback/Template.php
+++ b/Model/Ebay/Feedback/Template.php
@@ -20,7 +20,7 @@ class Template extends \Ess\M2ePro\Model\ActiveRecord\AbstractModel
public function _construct()
{
parent::_construct();
- $this->_init('Ess\M2ePro\Model\Ebay\Feedback\Template');
+ $this->_init('Ess\M2ePro\Model\ResourceModel\Ebay\Feedback\Template');
}
protected $ebayFactory;
diff --git a/Model/Ebay/Item.php b/Model/Ebay/Item.php
index aeae281f3..2a1a8d0f4 100644
--- a/Model/Ebay/Item.php
+++ b/Model/Ebay/Item.php
@@ -8,8 +8,12 @@
namespace Ess\M2ePro\Model\Ebay;
+use Ess\M2ePro\Model\ActiveRecord\Factory;
+
class Item extends \Ess\M2ePro\Model\ActiveRecord\Component\AbstractModel
{
+ private $ebayParentFactory;
+
/**
* @var \Ess\M2ePro\Model\Account
*/
@@ -27,6 +31,33 @@ class Item extends \Ess\M2ePro\Model\ActiveRecord\Component\AbstractModel
//########################################
+ public function __construct(
+ \Ess\M2ePro\Model\ActiveRecord\Component\Parent\Ebay\Factory $ebayParentFactory,
+ \Ess\M2ePro\Model\Factory $modelFactory,
+ Factory $activeRecordFactory,
+ \Ess\M2ePro\Helper\Factory $helperFactory,
+ \Magento\Framework\Model\Context $context,
+ \Magento\Framework\Registry $registry,
+ \Magento\Framework\Model\ResourceModel\AbstractResource $resource = null,
+ \Magento\Framework\Data\Collection\AbstractDb $resourceCollection = null,
+ array $data = []
+ ) {
+ $this->ebayParentFactory = $ebayParentFactory;
+
+ parent::__construct(
+ $modelFactory,
+ $activeRecordFactory,
+ $helperFactory,
+ $context,
+ $registry,
+ $resource,
+ $resourceCollection,
+ $data
+ );
+ }
+
+ //########################################
+
public function _construct()
{
parent::_construct();
@@ -52,7 +83,7 @@ public function delete()
public function getAccount()
{
if (is_null($this->accountModel)) {
- $this->accountModel = $this->getHelper('Component\Ebay')->getCachedObject(
+ $this->accountModel = $this->ebayParentFactory->getCachedObjectLoaded(
'Account', $this->getAccountId()
);
}
@@ -76,7 +107,7 @@ public function setAccount(\Ess\M2ePro\Model\Account $instance)
public function getMarketplace()
{
if (is_null($this->marketplaceModel)) {
- $this->marketplaceModel = $this->getHelper('Component\Ebay')->getCachedObject(
+ $this->marketplaceModel = $this->ebayParentFactory->getCachedObjectLoaded(
'Marketplace', $this->getMarketplaceId()
);
}
diff --git a/Model/Ebay/Listing.php b/Model/Ebay/Listing.php
index 5b7688724..e8867a467 100644
--- a/Model/Ebay/Listing.php
+++ b/Model/Ebay/Listing.php
@@ -590,85 +590,6 @@ public function addProductFromOther(\Ess\M2ePro\Model\Listing\Other $listingOthe
//########################################
- public function getEstimatedFees()
- {
- return $this->getParentObject()
- ->getSetting('additional_data', array('estimated_fees', 'data'), array());
- }
-
- public function setEstimatedFees(array $data)
- {
- $this->getParentObject()
- ->setSetting('additional_data', array('estimated_fees', 'data'), $data);
- return $this;
- }
-
- public function getEstimatedFeesSourceProductName()
- {
- return $this->getParentObject()
- ->getSetting('additional_data', array('estimated_fees', 'source_product_name'), NULL);
- }
-
- public function setEstimatedFeesSourceProductName($name)
- {
- $this->getParentObject()
- ->setSetting('additional_data', array('estimated_fees', 'source_product_name'), $name);
- return $this;
- }
-
- public function getEstimatedFeesObtainAttemptCount()
- {
- return $this->getParentObject()
- ->getSetting('additional_data', array('estimated_fees', 'obtain_attempt_count'), 0);
- }
-
- public function setEstimatedFeesObtainAttemptCount($count)
- {
- $this->getParentObject()
- ->setSetting('additional_data', array('estimated_fees', 'obtain_attempt_count'), $count);
- return $this;
- }
-
- public function getEstimatedFeesObtainRequired()
- {
- return $this->getParentObject()
- ->getSetting('additional_data', array('estimated_fees', 'obtain_required'), true);
- }
-
- public function setEstimatedFeesObtainRequired($required)
- {
- $this->getParentObject()
- ->setSetting('additional_data', array('estimated_fees', 'obtain_required'), (bool)$required);
- return $this;
- }
-
- //########################################
-
- public function increaseEstimatedFeesObtainAttemptCount()
- {
- $count = $this->getEstimatedFeesObtainAttemptCount();
- $this->setEstimatedFeesObtainAttemptCount(++$count);
- $this->getParentObject()->save();
- }
-
- /**
- * @return bool
- */
- public function isEstimatedFeesObtainRequired()
- {
- if (!$this->getEstimatedFeesObtainRequired()) {
- return false;
- }
-
- if ($this->getEstimatedFeesObtainAttemptCount() >= 3) {
- return false;
- }
-
- return true;
- }
-
- //########################################
-
/**
* @return array
*/
diff --git a/Model/Ebay/Listing/Other/Mapping.php b/Model/Ebay/Listing/Other/Mapping.php
index 5882fefa4..1ee82ec2c 100644
--- a/Model/Ebay/Listing/Other/Mapping.php
+++ b/Model/Ebay/Listing/Other/Mapping.php
@@ -22,7 +22,7 @@ class Mapping extends \Ess\M2ePro\Model\AbstractModel
//########################################
- function __construct(
+ public function __construct(
\Ess\M2ePro\Model\ActiveRecord\Component\Parent\Ebay\Factory $ebayFactory,
\Magento\Catalog\Model\ProductFactory $productFactory,
\Ess\M2ePro\Helper\Factory $helperFactory,
diff --git a/Model/Ebay/Listing/Other/Updating.php b/Model/Ebay/Listing/Other/Updating.php
index 437ddc56e..9d405566b 100644
--- a/Model/Ebay/Listing/Other/Updating.php
+++ b/Model/Ebay/Listing/Other/Updating.php
@@ -30,7 +30,7 @@ class Updating extends \Ess\M2ePro\Model\AbstractModel
//########################################
- function __construct(
+ public function __construct(
\Magento\Framework\App\ResourceConnection $resourceConnection,
\Ess\M2ePro\Model\ActiveRecord\Factory $activeRecordFactory,
\Ess\M2ePro\Model\ActiveRecord\Component\Parent\Ebay\Factory $ebayFactory,
@@ -76,7 +76,8 @@ public function processResponseData($responseData)
$collection = $this->ebayFactory->getObject('Listing\Other')->getCollection()
->addFieldToFilter('item_id', $receivedItem['id'])
- ->addFieldToFilter('account_id', $this->getAccount()->getId());
+ ->addFieldToFilter('account_id', $this->getAccount()->getId())
+ ->setPageSize(1);
/** @var \Ess\M2ePro\Model\Listing\Other $existObject */
$existObject = $collection->getFirstItem();
@@ -226,36 +227,41 @@ public function processResponseData($responseData)
$this->getLogsActionId(),
\Ess\M2ePro\Model\Listing\Other\Log::ACTION_CHANNEL_CHANGE,
$tempLogMessage,
- \Ess\M2ePro\Model\Log\AbstractLog::TYPE_SUCCESS,
- \Ess\M2ePro\Model\Log\AbstractLog::PRIORITY_LOW
+ \Ess\M2ePro\Model\Log\AbstractModel::TYPE_SUCCESS,
+ \Ess\M2ePro\Model\Log\AbstractModel::PRIORITY_LOW
);
}
} else {
$newData['status_changer'] = \Ess\M2ePro\Model\Listing\Product::STATUS_CHANGER_COMPONENT;
}
+
+ if ($existsId) {
+ $existObject->addData($newData);
+ $existObject->getChildObject()->addData($newData);
+ } else {
+ $existObject->setData($newData);
+ }
- $listingOtherModel = $this->ebayFactory->getObject('Listing\Other');
- $listingOtherModel->setData($newData);
- $listingOtherModel->save();
+ $existObject->save();
if (!$existsId) {
- $logModel->addProductMessage($listingOtherModel->getId(),
+ $logModel->addProductMessage($existObject->getId(),
\Ess\M2ePro\Helper\Data::INITIATOR_EXTENSION,
NULL,
\Ess\M2ePro\Model\Listing\Other\Log::ACTION_ADD_LISTING,
// M2ePro\TRANSLATIONS
// Item was successfully Added
'Item was successfully Added',
- \Ess\M2ePro\Model\Log\AbstractLog::TYPE_NOTICE,
- \Ess\M2ePro\Model\Log\AbstractLog::PRIORITY_LOW);
+ \Ess\M2ePro\Model\Log\AbstractModel::TYPE_NOTICE,
+ \Ess\M2ePro\Model\Log\AbstractModel::PRIORITY_LOW);
if (!$this->getAccount()->getChildObject()->isOtherListingsMappingEnabled()) {
continue;
}
$mappingModel->initialize($this->getAccount());
- $mappingModel->autoMapOtherListingProduct($listingOtherModel);
+ $mappingModel->autoMapOtherListingProduct($existObject);
}
}
// ---------------------------------------
diff --git a/Model/Ebay/Listing/Product/Action/Logger.php b/Model/Ebay/Listing/Product/Action/Logger.php
index dc96ebddc..c92d56fc6 100644
--- a/Model/Ebay/Listing/Product/Action/Logger.php
+++ b/Model/Ebay/Listing/Product/Action/Logger.php
@@ -129,7 +129,7 @@ public function setStatus($status)
*/
public function logListingProductMessage(\Ess\M2ePro\Model\Listing\Product $listingProduct,
\Ess\M2ePro\Model\Connector\Connection\Response\Message $message,
- $priority = \Ess\M2ePro\Model\Log\AbstractLog::PRIORITY_MEDIUM)
+ $priority = \Ess\M2ePro\Model\Log\AbstractModel::PRIORITY_MEDIUM)
{
if ($this->storeMode) {
@@ -159,27 +159,27 @@ protected function initLogType(\Ess\M2ePro\Model\Connector\Connection\Response\M
{
if ($message->isError()) {
$this->setStatus(\Ess\M2ePro\Helper\Data::STATUS_ERROR);
- return \Ess\M2ePro\Model\Log\AbstractLog::TYPE_ERROR;
+ return \Ess\M2ePro\Model\Log\AbstractModel::TYPE_ERROR;
}
if ($message->isWarning()) {
$this->setStatus(\Ess\M2ePro\Helper\Data::STATUS_WARNING);
- return \Ess\M2ePro\Model\Log\AbstractLog::TYPE_WARNING;
+ return \Ess\M2ePro\Model\Log\AbstractModel::TYPE_WARNING;
}
if ($message->isSuccess()) {
$this->setStatus(\Ess\M2ePro\Helper\Data::STATUS_SUCCESS);
- return \Ess\M2ePro\Model\Log\AbstractLog::TYPE_SUCCESS;
+ return \Ess\M2ePro\Model\Log\AbstractModel::TYPE_SUCCESS;
}
if ($message->isNotice()) {
$this->setStatus(\Ess\M2ePro\Helper\Data::STATUS_SUCCESS);
- return \Ess\M2ePro\Model\Log\AbstractLog::TYPE_NOTICE;
+ return \Ess\M2ePro\Model\Log\AbstractModel::TYPE_NOTICE;
}
$this->setStatus(\Ess\M2ePro\Helper\Data::STATUS_ERROR);
- return \Ess\M2ePro\Model\Log\AbstractLog::TYPE_ERROR;
+ return \Ess\M2ePro\Model\Log\AbstractModel::TYPE_ERROR;
}
//########################################
diff --git a/Model/Ebay/Listing/Product/Action/Request/AbstractModel.php b/Model/Ebay/Listing/Product/Action/Request/AbstractModel.php
index ef9b9fb51..1e3105d1e 100644
--- a/Model/Ebay/Listing/Product/Action/Request/AbstractModel.php
+++ b/Model/Ebay/Listing/Product/Action/Request/AbstractModel.php
@@ -15,7 +15,7 @@ abstract class AbstractModel extends \Ess\M2ePro\Model\Ebay\Listing\Product\Acti
//########################################
- function __construct(
+ public function __construct(
\Magento\Framework\App\ResourceConnection $resourceConnection,
\Ess\M2ePro\Model\ActiveRecord\Factory $activeRecordFactory,
\Ess\M2ePro\Helper\Factory $helperFactory,
diff --git a/Model/Ebay/Listing/Product/Action/Request/Variations.php b/Model/Ebay/Listing/Product/Action/Request/Variations.php
index 8cc877459..6593a893b 100644
--- a/Model/Ebay/Listing/Product/Action/Request/Variations.php
+++ b/Model/Ebay/Listing/Product/Action/Request/Variations.php
@@ -38,6 +38,10 @@ public function getRequestData()
$data['variation_image'] = $this->getImagesData();
+ if ($variationsThatCanNotBeDeleted = $this->getVariationsThatCanNotBeDeleted()) {
+ $data['variations_that_can_not_be_deleted'] = $variationsThatCanNotBeDeleted;
+ }
+
return $data;
}
@@ -159,6 +163,17 @@ public function getSetsData()
return false;
}
+ public function getVariationsThatCanNotBeDeleted()
+ {
+ $additionalData = $this->getListingProduct()->getAdditionalData();
+
+ if (isset($additionalData['variations_that_can_not_be_deleted'])) {
+ return $additionalData['variations_that_can_not_be_deleted'];
+ }
+
+ return false;
+ }
+
/**
* @return array
*/
@@ -209,7 +224,7 @@ private function logLimitationsAndReasons()
$this->addWarningMessage(
$this->getHelper('Module\Translation')->__(
'The Product was Listed as a Simple Product as it has limitation for Multi-Variation Items. '.
- 'Reason: eBay Primary Category allows to list only Simple Items.'
+ 'Reason: eBay Catalog Primary Category allows to list only Simple Items.'
)
);
return;
diff --git a/Model/Ebay/Listing/Product/Action/Type/ListAction/Request.php b/Model/Ebay/Listing/Product/Action/Type/ListAction/Request.php
index 4ad302021..25e64639d 100644
--- a/Model/Ebay/Listing/Product/Action/Type/ListAction/Request.php
+++ b/Model/Ebay/Listing/Product/Action/Type/ListAction/Request.php
@@ -41,6 +41,14 @@ public function resetVariations()
{
$this->initializeVariations();
+ if (!$this->getIsVariationItem()) {
+ return;
+ }
+
+ $additionalData = $this->getListingProduct()->getAdditionalData();
+ $additionalData['variations_that_can_not_be_deleted'] = [];
+ $this->getListingProduct()->setSettings('additional_data', $additionalData)->save();
+
$variations = $this->getListingProduct()->getVariations(true);
foreach ($variations as $variation) {
diff --git a/Model/Ebay/Listing/Product/Action/Type/ListAction/Validator.php b/Model/Ebay/Listing/Product/Action/Type/ListAction/Validator.php
index ba1510204..3b5f26b65 100644
--- a/Model/Ebay/Listing/Product/Action/Type/ListAction/Validator.php
+++ b/Model/Ebay/Listing/Product/Action/Type/ListAction/Validator.php
@@ -16,7 +16,7 @@ class Validator extends \Ess\M2ePro\Model\Ebay\Listing\Product\Action\Type\Valid
//########################################
- function __construct(
+ public function __construct(
\Ess\M2ePro\Model\ActiveRecord\Factory $activeRecordFactory,
\Ess\M2ePro\Model\ActiveRecord\Component\Parent\Ebay\Factory $ebayFactory,
\Ess\M2ePro\Model\Config\Manager\Module $moduleConfig,
@@ -43,6 +43,16 @@ public function validate()
return false;
}
+ if ($this->getListingProduct()->isHidden()) {
+
+ $this->addMessage(
+ 'The List action cannot be executed for this Item as it has a Listed (Hidden) status.
+ You have to stop Item manually first to run the List action for it.'
+ );
+
+ return false;
+ }
+
if (!$this->validateCategory()) {
return false;
}
@@ -124,7 +134,7 @@ protected function validateSameProductAlreadyListed()
return true;
}
- $this->addMessage($this->activeRecordFactory->getObject('Log\AbstractLog')->encodeDescription(
+ $this->addMessage($this->getHelper('Module\Log')->encodeDescription(
'There is another Item with the same eBay User ID, '.
'Product ID and eBay Site presented in "%listing_title%" (%listing_id%) Listing.',
array(
diff --git a/Model/Ebay/Listing/Product/Action/Type/Relist/Response.php b/Model/Ebay/Listing/Product/Action/Type/Relist/Response.php
index 29fdbfd03..abac64536 100644
--- a/Model/Ebay/Listing/Product/Action/Type/Relist/Response.php
+++ b/Model/Ebay/Listing/Product/Action/Type/Relist/Response.php
@@ -40,6 +40,7 @@ public function processSuccess(array $response, array $responseParams = array())
$data = $this->removeConditionNecessary($data);
$data = $this->appendIsVariationMpnFilledValue($data);
+ $data = $this->appendVariationsThatCanNotBeDeleted($data, $response);
if (isset($data['additional_data'])) {
$data['additional_data'] = json_encode($data['additional_data']);
diff --git a/Model/Ebay/Listing/Product/Action/Type/Request.php b/Model/Ebay/Listing/Product/Action/Type/Request.php
index 4a638b73c..c9b7931b6 100644
--- a/Model/Ebay/Listing/Product/Action/Type/Request.php
+++ b/Model/Ebay/Listing/Product/Action/Type/Request.php
@@ -36,7 +36,7 @@ abstract class Request extends \Ess\M2ePro\Model\Ebay\Listing\Product\Action\Req
//########################################
- function __construct(
+ public function __construct(
\Ess\M2ePro\Model\ActiveRecord\Factory $activeRecordFactory,
\Ess\M2ePro\Model\ActiveRecord\Component\Parent\Ebay\Factory $ebayFactory,
\Ess\M2ePro\Model\Config\Manager\Module $moduleConfig,
diff --git a/Model/Ebay/Listing/Product/Action/Type/Response.php b/Model/Ebay/Listing/Product/Action/Type/Response.php
index e91a9a9c5..0da887ee5 100644
--- a/Model/Ebay/Listing/Product/Action/Type/Response.php
+++ b/Model/Ebay/Listing/Product/Action/Type/Response.php
@@ -41,7 +41,7 @@ abstract class Response extends \Ess\M2ePro\Model\AbstractModel
//########################################
- function __construct(
+ public function __construct(
\Ess\M2ePro\Model\ActiveRecord\Factory $activeRecordFactory,
\Ess\M2ePro\Helper\Factory $helperFactory,
\Ess\M2ePro\Model\Factory $modelFactory
@@ -559,6 +559,20 @@ protected function appendIsVariationMpnFilledValue($data)
return $data;
}
+ protected function appendVariationsThatCanNotBeDeleted(array $data, array $response)
+ {
+ if (!$this->getRequestData()->isVariationItem()) {
+ return $data;
+ }
+
+ $variations = isset($response['variations_that_can_not_be_deleted'])
+ ? $response['variations_that_can_not_be_deleted'] : array();
+
+ $data['additional_data']['variations_that_can_not_be_deleted'] = $variations;
+
+ return $data;
+ }
+
//########################################
protected function runAccountPickupStoreStateUpdater()
diff --git a/Model/Ebay/Listing/Product/Action/Type/Revise/Request.php b/Model/Ebay/Listing/Product/Action/Type/Revise/Request.php
index 421540a54..bc4ab3296 100644
--- a/Model/Ebay/Listing/Product/Action/Type/Revise/Request.php
+++ b/Model/Ebay/Listing/Product/Action/Type/Revise/Request.php
@@ -128,8 +128,6 @@ private function insertReplacedActionMessage($replacedAction)
break;
}
-
- return;
}
private function modifyQtyByReplacedAction($replacedAction, array $data)
diff --git a/Model/Ebay/Listing/Product/Action/Type/Revise/Response.php b/Model/Ebay/Listing/Product/Action/Type/Revise/Response.php
index eedd2f27b..15fe8fac2 100644
--- a/Model/Ebay/Listing/Product/Action/Type/Revise/Response.php
+++ b/Model/Ebay/Listing/Product/Action/Type/Revise/Response.php
@@ -37,6 +37,7 @@ public function processSuccess(array $response, array $responseParams = array())
$data = $this->appendGalleryImagesValues($data, $response, $responseParams);
$data = $this->appendIsVariationMpnFilledValue($data);
+ $data = $this->appendVariationsThatCanNotBeDeleted($data, $response);
if (isset($data['additional_data'])) {
$data['additional_data'] = json_encode($data['additional_data']);
diff --git a/Model/Ebay/Listing/Product/Description/Renderer.php b/Model/Ebay/Listing/Product/Description/Renderer.php
index 4820d02e1..33cb5b4d6 100644
--- a/Model/Ebay/Listing/Product/Description/Renderer.php
+++ b/Model/Ebay/Listing/Product/Description/Renderer.php
@@ -17,7 +17,7 @@ class Renderer extends \Ess\M2ePro\Model\AbstractModel
//########################################
- function __construct(
+ public function __construct(
\Magento\Framework\App\ResourceConnection $resourceConnection,
\Ess\M2ePro\Helper\Factory $helperFactory,
\Ess\M2ePro\Model\Factory $modelFactory
diff --git a/Model/Ebay/Listing/Product/PickupStore/State/Updater.php b/Model/Ebay/Listing/Product/PickupStore/State/Updater.php
index eb7174f69..42b9a949a 100644
--- a/Model/Ebay/Listing/Product/PickupStore/State/Updater.php
+++ b/Model/Ebay/Listing/Product/PickupStore/State/Updater.php
@@ -32,7 +32,7 @@ class Updater extends \Ess\M2ePro\Model\AbstractModel
//########################################
- function __construct(
+ public function __construct(
\Magento\Framework\App\ResourceConnection $resourceConnection,
\Ess\M2ePro\Model\ActiveRecord\Factory $activeRecordFactory,
\Ess\M2ePro\Helper\Factory $helperFactory,
diff --git a/Model/Ebay/Listing/Product/Variation/Updater.php b/Model/Ebay/Listing/Product/Variation/Updater.php
index 4fbd8b84d..76b1f5237 100644
--- a/Model/Ebay/Listing/Product/Variation/Updater.php
+++ b/Model/Ebay/Listing/Product/Variation/Updater.php
@@ -16,7 +16,7 @@ class Updater extends \Ess\M2ePro\Model\Listing\Product\Variation\Updater
//########################################
- function __construct(
+ public function __construct(
\Ess\M2ePro\Model\ActiveRecord\Component\Parent\Ebay\Factory $ebayFactory,
\Ess\M2ePro\Helper\Factory $helperFactory,
\Ess\M2ePro\Model\Factory $modelFactory
@@ -289,19 +289,20 @@ private function addNewVariations(\Ess\M2ePro\Model\Listing\Product $listingProd
'delete' => 0
);
- $this->ebayFactory->getObjectLoaded(
- 'Listing\Product\Variation',
- $aVariation['variation']['id']
- )->addData($dataForUpdate)->save();
+ $listingProductVariation = $this->ebayFactory->getObjectLoaded(
+ 'Listing\Product\Variation', $aVariation['variation']['id']
+ );
+ $listingProductVariation->getChildObject()->addData($dataForUpdate);
+ $listingProductVariation->save();
continue;
}
$dataForAdd = array(
'listing_product_id' => $listingProduct->getId(),
- 'add' => 1,
- 'delete' => 0,
- 'status' => \Ess\M2ePro\Model\Listing\Product::STATUS_NOT_LISTED
+ 'add' => 1,
+ 'delete' => 0,
+ 'status' => \Ess\M2ePro\Model\Listing\Product::STATUS_NOT_LISTED
);
$newVariationId = $this->ebayFactory->getObject('Listing\Product\Variation')
@@ -311,10 +312,10 @@ private function addNewVariations(\Ess\M2ePro\Model\Listing\Product $listingProd
$dataForAdd = array(
'listing_product_variation_id' => $newVariationId,
- 'product_id' => $aOption['product_id'],
- 'product_type' => $aOption['product_type'],
- 'attribute' => $aOption['attribute'],
- 'option' => $aOption['option']
+ 'product_id' => $aOption['product_id'],
+ 'product_type' => $aOption['product_type'],
+ 'attribute' => $aOption['attribute'],
+ 'option' => $aOption['option']
);
$this->ebayFactory->getObject('Listing\Product\Variation\Option')->addData($dataForAdd)->save();
@@ -336,14 +337,15 @@ private function markAsDeletedVariations($deletedVariations)
} else {
$dataForUpdate = array(
- 'add' => 0,
+ 'add' => 0,
'delete' => 1
);
- $this->ebayFactory->getObjectLoaded(
- 'Listing\Product\Variation',
- $dVariation['variation']['id']
- )->addData($dataForUpdate)->save();
+ $listingProductVariation = $this->ebayFactory->getObjectLoaded(
+ 'Listing\Product\Variation', $dVariation['variation']['id']
+ );
+ $listingProductVariation->getChildObject()->addData($dataForUpdate);
+ $listingProductVariation->save();
}
}
}
diff --git a/Model/Ebay/Magento/Product/Rule/Condition/Combine.php b/Model/Ebay/Magento/Product/Rule/Condition/Combine.php
index db3c0b676..bac05bbb1 100644
--- a/Model/Ebay/Magento/Product/Rule/Condition/Combine.php
+++ b/Model/Ebay/Magento/Product/Rule/Condition/Combine.php
@@ -13,15 +13,15 @@ class Combine extends \Ess\M2ePro\Model\Magento\Product\Rule\Condition\Combine
//########################################
public function __construct(
- \Ess\M2ePro\Model\Factory $modelFactory,
\Ess\M2ePro\Helper\Factory $helperFactory,
+ \Ess\M2ePro\Model\Factory $modelFactory,
\Magento\Rule\Model\Condition\Context $context,
array $data = []
)
{
+ parent::__construct($helperFactory, $modelFactory, $context, $data);
$this->setType('Ebay\Magento\Product\Rule\Condition\Combine');
- parent::__construct($modelFactory, $helperFactory, $context, $data);
}
//########################################
diff --git a/Model/Ebay/Magento/Product/Rule/Condition/Product.php b/Model/Ebay/Magento/Product/Rule/Condition/Product.php
index d7e239612..437557075 100644
--- a/Model/Ebay/Magento/Product/Rule/Condition/Product.php
+++ b/Model/Ebay/Magento/Product/Rule/Condition/Product.php
@@ -42,7 +42,7 @@ protected function getCustomFilters()
/**
* @param $filterId
- * @return \Ess\M2ePro\Model\Magento\Product\Rule\Custom\AbstractCustom
+ * @return \Ess\M2ePro\Model\Magento\Product\Rule\Custom\AbstractModel
*/
protected function getCustomFilterInstance($filterId)
{
diff --git a/Model/Ebay/Magento/Product/Rule/Custom/EbayAvailableQty.php b/Model/Ebay/Magento/Product/Rule/Custom/EbayAvailableQty.php
index 384847a44..159396163 100644
--- a/Model/Ebay/Magento/Product/Rule/Custom/EbayAvailableQty.php
+++ b/Model/Ebay/Magento/Product/Rule/Custom/EbayAvailableQty.php
@@ -8,7 +8,7 @@
namespace Ess\M2ePro\Model\Ebay\Magento\Product\Rule\Custom;
-class EbayAvailableQty extends \Ess\M2ePro\Model\Magento\Product\Rule\Custom\AbstractCustom
+class EbayAvailableQty extends \Ess\M2ePro\Model\Magento\Product\Rule\Custom\AbstractModel
{
//########################################
diff --git a/Model/Ebay/Magento/Product/Rule/Custom/EbayBuyItNowPrice.php b/Model/Ebay/Magento/Product/Rule/Custom/EbayBuyItNowPrice.php
index 3fdaf9d1b..3198ad51e 100644
--- a/Model/Ebay/Magento/Product/Rule/Custom/EbayBuyItNowPrice.php
+++ b/Model/Ebay/Magento/Product/Rule/Custom/EbayBuyItNowPrice.php
@@ -8,7 +8,7 @@
namespace Ess\M2ePro\Model\Ebay\Magento\Product\Rule\Custom;
-class EbayBuyItNowPrice extends \Ess\M2ePro\Model\Magento\Product\Rule\Custom\AbstractCustom
+class EbayBuyItNowPrice extends \Ess\M2ePro\Model\Magento\Product\Rule\Custom\AbstractModel
{
//########################################
diff --git a/Model/Ebay/Magento/Product/Rule/Custom/EbayCategoryId.php b/Model/Ebay/Magento/Product/Rule/Custom/EbayCategoryId.php
index c71d3ebaf..2043fe007 100644
--- a/Model/Ebay/Magento/Product/Rule/Custom/EbayCategoryId.php
+++ b/Model/Ebay/Magento/Product/Rule/Custom/EbayCategoryId.php
@@ -8,7 +8,7 @@
namespace Ess\M2ePro\Model\Ebay\Magento\Product\Rule\Custom;
-class EbayCategoryId extends \Ess\M2ePro\Model\Magento\Product\Rule\Custom\AbstractCustom
+class EbayCategoryId extends \Ess\M2ePro\Model\Magento\Product\Rule\Custom\AbstractModel
{
//########################################
diff --git a/Model/Ebay/Magento/Product/Rule/Custom/EbayCategoryPath.php b/Model/Ebay/Magento/Product/Rule/Custom/EbayCategoryPath.php
index 35b346d7f..fc56a9889 100644
--- a/Model/Ebay/Magento/Product/Rule/Custom/EbayCategoryPath.php
+++ b/Model/Ebay/Magento/Product/Rule/Custom/EbayCategoryPath.php
@@ -8,7 +8,7 @@
namespace Ess\M2ePro\Model\Ebay\Magento\Product\Rule\Custom;
-class EbayCategoryPath extends \Ess\M2ePro\Model\Magento\Product\Rule\Custom\AbstractCustom
+class EbayCategoryPath extends \Ess\M2ePro\Model\Magento\Product\Rule\Custom\AbstractModel
{
//########################################
diff --git a/Model/Ebay/Magento/Product/Rule/Custom/EbayEndDate.php b/Model/Ebay/Magento/Product/Rule/Custom/EbayEndDate.php
index 2c1d0ffed..7ebf690da 100644
--- a/Model/Ebay/Magento/Product/Rule/Custom/EbayEndDate.php
+++ b/Model/Ebay/Magento/Product/Rule/Custom/EbayEndDate.php
@@ -8,7 +8,7 @@
namespace Ess\M2ePro\Model\Ebay\Magento\Product\Rule\Custom;
-class EbayEndDate extends \Ess\M2ePro\Model\Magento\Product\Rule\Custom\AbstractCustom
+class EbayEndDate extends \Ess\M2ePro\Model\Magento\Product\Rule\Custom\AbstractModel
{
//########################################
diff --git a/Model/Ebay/Magento/Product/Rule/Custom/EbayItemId.php b/Model/Ebay/Magento/Product/Rule/Custom/EbayItemId.php
index bd145ce44..c280b03f6 100644
--- a/Model/Ebay/Magento/Product/Rule/Custom/EbayItemId.php
+++ b/Model/Ebay/Magento/Product/Rule/Custom/EbayItemId.php
@@ -8,7 +8,7 @@
namespace Ess\M2ePro\Model\Ebay\Magento\Product\Rule\Custom;
-class EbayItemId extends \Ess\M2ePro\Model\Magento\Product\Rule\Custom\AbstractCustom
+class EbayItemId extends \Ess\M2ePro\Model\Magento\Product\Rule\Custom\AbstractModel
{
//########################################
diff --git a/Model/Ebay/Magento/Product/Rule/Custom/EbayPrice.php b/Model/Ebay/Magento/Product/Rule/Custom/EbayPrice.php
index 7b770e01f..06ff56788 100644
--- a/Model/Ebay/Magento/Product/Rule/Custom/EbayPrice.php
+++ b/Model/Ebay/Magento/Product/Rule/Custom/EbayPrice.php
@@ -8,7 +8,7 @@
namespace Ess\M2ePro\Model\Ebay\Magento\Product\Rule\Custom;
-class EbayPrice extends \Ess\M2ePro\Model\Magento\Product\Rule\Custom\AbstractCustom
+class EbayPrice extends \Ess\M2ePro\Model\Magento\Product\Rule\Custom\AbstractModel
{
//########################################
diff --git a/Model/Ebay/Magento/Product/Rule/Custom/EbayReservePrice.php b/Model/Ebay/Magento/Product/Rule/Custom/EbayReservePrice.php
index 84cbdfe1b..34c0b482b 100644
--- a/Model/Ebay/Magento/Product/Rule/Custom/EbayReservePrice.php
+++ b/Model/Ebay/Magento/Product/Rule/Custom/EbayReservePrice.php
@@ -8,7 +8,7 @@
namespace Ess\M2ePro\Model\Ebay\Magento\Product\Rule\Custom;
-class EbayReservePrice extends \Ess\M2ePro\Model\Magento\Product\Rule\Custom\AbstractCustom
+class EbayReservePrice extends \Ess\M2ePro\Model\Magento\Product\Rule\Custom\AbstractModel
{
//########################################
diff --git a/Model/Ebay/Magento/Product/Rule/Custom/EbaySku.php b/Model/Ebay/Magento/Product/Rule/Custom/EbaySku.php
index 1202699a7..7228a024c 100644
--- a/Model/Ebay/Magento/Product/Rule/Custom/EbaySku.php
+++ b/Model/Ebay/Magento/Product/Rule/Custom/EbaySku.php
@@ -8,7 +8,7 @@
namespace Ess\M2ePro\Model\Ebay\Magento\Product\Rule\Custom;
-class EbaySku extends \Ess\M2ePro\Model\Magento\Product\Rule\Custom\AbstractCustom
+class EbaySku extends \Ess\M2ePro\Model\Magento\Product\Rule\Custom\AbstractModel
{
//########################################
diff --git a/Model/Ebay/Magento/Product/Rule/Custom/EbaySoldQty.php b/Model/Ebay/Magento/Product/Rule/Custom/EbaySoldQty.php
index dda69ed78..310c014e2 100644
--- a/Model/Ebay/Magento/Product/Rule/Custom/EbaySoldQty.php
+++ b/Model/Ebay/Magento/Product/Rule/Custom/EbaySoldQty.php
@@ -8,7 +8,7 @@
namespace Ess\M2ePro\Model\Ebay\Magento\Product\Rule\Custom;
-class EbaySoldQty extends \Ess\M2ePro\Model\Magento\Product\Rule\Custom\AbstractCustom
+class EbaySoldQty extends \Ess\M2ePro\Model\Magento\Product\Rule\Custom\AbstractModel
{
//########################################
diff --git a/Model/Ebay/Magento/Product/Rule/Custom/EbayStartDate.php b/Model/Ebay/Magento/Product/Rule/Custom/EbayStartDate.php
index 107981502..6bf86c490 100644
--- a/Model/Ebay/Magento/Product/Rule/Custom/EbayStartDate.php
+++ b/Model/Ebay/Magento/Product/Rule/Custom/EbayStartDate.php
@@ -8,7 +8,7 @@
namespace Ess\M2ePro\Model\Ebay\Magento\Product\Rule\Custom;
-class EbayStartDate extends \Ess\M2ePro\Model\Magento\Product\Rule\Custom\AbstractCustom
+class EbayStartDate extends \Ess\M2ePro\Model\Magento\Product\Rule\Custom\AbstractModel
{
//########################################
diff --git a/Model/Ebay/Magento/Product/Rule/Custom/EbayStartPrice.php b/Model/Ebay/Magento/Product/Rule/Custom/EbayStartPrice.php
index dd47233c4..4a40ae0bc 100644
--- a/Model/Ebay/Magento/Product/Rule/Custom/EbayStartPrice.php
+++ b/Model/Ebay/Magento/Product/Rule/Custom/EbayStartPrice.php
@@ -8,7 +8,7 @@
namespace Ess\M2ePro\Model\Ebay\Magento\Product\Rule\Custom;
-class EbayStartPrice extends \Ess\M2ePro\Model\Magento\Product\Rule\Custom\AbstractCustom
+class EbayStartPrice extends \Ess\M2ePro\Model\Magento\Product\Rule\Custom\AbstractModel
{
//########################################
diff --git a/Model/Ebay/Magento/Product/Rule/Custom/EbayStatus.php b/Model/Ebay/Magento/Product/Rule/Custom/EbayStatus.php
index 080837f83..7a501a081 100644
--- a/Model/Ebay/Magento/Product/Rule/Custom/EbayStatus.php
+++ b/Model/Ebay/Magento/Product/Rule/Custom/EbayStatus.php
@@ -8,7 +8,7 @@
namespace Ess\M2ePro\Model\Ebay\Magento\Product\Rule\Custom;
-class EbayStatus extends \Ess\M2ePro\Model\Magento\Product\Rule\Custom\AbstractCustom
+class EbayStatus extends \Ess\M2ePro\Model\Magento\Product\Rule\Custom\AbstractModel
{
//########################################
@@ -54,7 +54,7 @@ public function getValueElementType()
*/
public function getOptions()
{
- $helper = $this->helperFactory->getObject('Data');
+ $helper = $this->helperFactory->getObject('Module\Translation');
return array(
array(
'value' => \Ess\M2ePro\Model\Listing\Product::STATUS_NOT_LISTED,
diff --git a/Model/Ebay/Magento/Product/Rule/Custom/EbayTitle.php b/Model/Ebay/Magento/Product/Rule/Custom/EbayTitle.php
index ee3af3224..7616e594a 100644
--- a/Model/Ebay/Magento/Product/Rule/Custom/EbayTitle.php
+++ b/Model/Ebay/Magento/Product/Rule/Custom/EbayTitle.php
@@ -8,7 +8,7 @@
namespace Ess\M2ePro\Model\Ebay\Magento\Product\Rule\Custom;
-class EbayTitle extends \Ess\M2ePro\Model\Magento\Product\Rule\Custom\AbstractCustom
+class EbayTitle extends \Ess\M2ePro\Model\Magento\Product\Rule\Custom\AbstractModel
{
//########################################
diff --git a/Model/Ebay/Order/Builder.php b/Model/Ebay/Order/Builder.php
index 47ca5c158..443413c9a 100644
--- a/Model/Ebay/Order/Builder.php
+++ b/Model/Ebay/Order/Builder.php
@@ -435,6 +435,9 @@ private function createOrUpdateOrder()
$this->order->addData($this->getData());
$this->order->save();
+ $this->order->getChildObject()->addData($this->getData());
+ $this->order->getChildObject()->save();
+
$this->order->setAccount($this->account);
if ($this->getData('order_status') == \Ess\M2ePro\Model\Ebay\Order::ORDER_STATUS_CANCELLED &&
@@ -510,12 +513,13 @@ private function processOrdersContainingItemsFromCurrentOrder()
if ($order->canCancelMagentoOrder()) {
$description = 'Magento Order #%order_id% should be canceled '.
'as new combined eBay order #%new_id% was created.';
- $description = $log->encodeDescription($description, array(
+ $description = $this->getHelper('Module\Log')->encodeDescription(
+ $description, array(
'!order_id' => $order->getMagentoOrder()->getRealOrderId(),
'!new_id' => $this->order->getData('ebay_order_id')
));
- $log->addMessage(null, $description, \Ess\M2ePro\Model\Log\AbstractLog::TYPE_WARNING);
+ $log->addMessage(null, $description, \Ess\M2ePro\Model\Log\AbstractModel::TYPE_WARNING);
try {
$order->cancelMagentoOrder();
@@ -530,12 +534,13 @@ private function processOrdersContainingItemsFromCurrentOrder()
$order->delete();
$description = 'eBay Order #%old_id% was deleted as new combined eBay order #%new_id% was created.';
- $description = $log->encodeDescription($description, array(
+ $description = $this->getHelper('Module\Log')->encodeDescription(
+ $description, array(
'!old_id' => $orderId,
'!new_id' => $this->order->getData('ebay_order_id')
));
- $log->addMessage(null, $description, \Ess\M2ePro\Model\Log\AbstractLog::TYPE_WARNING);
+ $log->addMessage(null, $description, \Ess\M2ePro\Model\Log\AbstractModel::TYPE_WARNING);
}
}
diff --git a/Model/Ebay/Order/Item.php b/Model/Ebay/Order/Item.php
index c9c50020f..22a9a4d05 100644
--- a/Model/Ebay/Order/Item.php
+++ b/Model/Ebay/Order/Item.php
@@ -30,8 +30,6 @@ class Item extends \Ess\M2ePro\Model\ActiveRecord\Component\Child\Ebay\AbstractM
private $productBuilderFactory;
- private $eventManager;
-
private $productFactory;
/** @var $channelItem \Ess\M2ePro\Model\Ebay\Item */
@@ -41,7 +39,6 @@ class Item extends \Ess\M2ePro\Model\ActiveRecord\Component\Child\Ebay\AbstractM
public function __construct(
\Ess\M2ePro\Model\Magento\Product\BuilderFactory $productBuilderFactory,
- \Magento\Framework\Event\ManagerInterface $eventManager,
\Magento\Catalog\Model\ProductFactory $productFactory,
\Ess\M2ePro\Model\ActiveRecord\Component\Parent\Factory $parentFactory,
\Ess\M2ePro\Model\Factory $modelFactory,
@@ -55,7 +52,6 @@ public function __construct(
)
{
$this->productBuilderFactory = $productBuilderFactory;
- $this->eventManager = $eventManager;
$this->productFactory = $productFactory;
parent::__construct(
$parentFactory,
@@ -448,7 +444,7 @@ private function createProduct()
private function associateWithProduct(\Magento\Catalog\Model\Product $product)
{
if (!$this->hasVariation()) {
- $this->eventManager->dispatch('ess_associate_ebay_order_item_to_product', array(
+ $this->_eventManager->dispatch('ess_associate_ebay_order_item_to_product', array(
'product' => $product,
'order_item' => $this->getParentObject(),
));
diff --git a/Model/Ebay/Order/Item/Builder.php b/Model/Ebay/Order/Item/Builder.php
index 0a676f5f5..8a493e603 100644
--- a/Model/Ebay/Order/Item/Builder.php
+++ b/Model/Ebay/Order/Item/Builder.php
@@ -73,6 +73,7 @@ public function process()
*/
private function createOrderItem()
{
+ /** @var \Ess\M2ePro\Model\Order\Item $item */
$item = $this->ebayFactory->getObject('Order\Item')->getCollection()
->addFieldToFilter('order_id', $this->getData('order_id'))
->addFieldToFilter('item_id', $this->getData('item_id'))
@@ -82,6 +83,9 @@ private function createOrderItem()
$item->addData($this->getData());
$item->save();
+ $item->getChildObject()->addData($this->getData());
+ $item->getChildObject()->save();
+
return $item;
}
diff --git a/Model/Ebay/Order/Item/Importer.php b/Model/Ebay/Order/Item/Importer.php
index 6747325d0..306e0e092 100644
--- a/Model/Ebay/Order/Item/Importer.php
+++ b/Model/Ebay/Order/Item/Importer.php
@@ -10,8 +10,10 @@
class Importer extends \Ess\M2ePro\Model\AbstractModel
{
+ private $fileDriver;
+
private $filesystem;
-
+
private $productMediaConfig;
private $currencyFactory;
@@ -22,6 +24,7 @@ class Importer extends \Ess\M2ePro\Model\AbstractModel
//########################################
public function __construct(
+ \Magento\Framework\Filesystem\DriverPool $driverPool,
\Magento\Framework\Filesystem $filesystem,
\Magento\Catalog\Model\Product\Media\Config $productMediaConfig,
\Magento\Directory\Model\CurrencyFactory $currencyFactory,
@@ -30,6 +33,7 @@ public function __construct(
\Ess\M2ePro\Model\Factory $modelFactory
)
{
+ $this->fileDriver = $driverPool->getDriver(\Magento\Framework\Filesystem\DriverPool::FILE);
$this->filesystem = $filesystem;
$this->productMediaConfig = $productMediaConfig;
$this->currencyFactory = $currencyFactory;
@@ -160,6 +164,10 @@ private function getNewProductImages(array $itemData)
$images = array();
$imageCounter = 1;
+ $mediaPath = $this->filesystem->getDirectoryRead(
+ \Magento\Framework\App\Filesystem\DirectoryList::MEDIA
+ )->getAbsolutePath();
+
foreach ($itemData['pictureUrl'] as $url) {
preg_match('/\.(jpg|jpeg|png|gif)/', $url, $matches);
@@ -175,7 +183,7 @@ private function getNewProductImages(array $itemData)
continue;
}
- $images[] = str_replace($this->productMediaConfig->getBaseTmpMediaPath(), '', $imagePath);
+ $images[] = str_replace($mediaPath.$this->productMediaConfig->getBaseTmpMediaPath(), '', $imagePath);
$imageCounter++;
}
@@ -188,10 +196,13 @@ private function createDestinationFolder($itemTitle)
$destinationFolder = $this->filesystem->getDirectoryRead(
\Magento\Framework\App\Filesystem\DirectoryList::MEDIA
- )->getAbsolutePath();
+ )->getAbsolutePath()
+ . $this->productMediaConfig->getBaseTmpMediaPath() . DIRECTORY_SEPARATOR;
+
$destinationFolder .= $baseTmpImageName{0} . DIRECTORY_SEPARATOR . $baseTmpImageName{1};
- if (!(@is_dir($destinationFolder) || @mkdir($destinationFolder, 0777, true))) {
+ if (!($this->fileDriver->isDirectory($destinationFolder)
+ || $this->fileDriver->createDirectory($destinationFolder, 0777))) {
// M2ePro\TRANSLATIONS
// Unable to create directory '%directory%'.
throw new \Ess\M2ePro\Model\Exception("Unable to create directory '{$destinationFolder}'.");
@@ -222,7 +233,7 @@ public function downloadImage($url, $imagePath)
fclose($fileHandler);
// ---------------------------------------
- $imageInfo = is_file($imagePath) ? getimagesize($imagePath) : NULL;
+ $imageInfo = $this->fileDriver->isFile($imagePath) ? getimagesize($imagePath) : NULL;
if (empty($imageInfo)) {
// M2ePro\TRANSLATIONS
diff --git a/Model/Ebay/Order/Shipment/Handler.php b/Model/Ebay/Order/Shipment/Handler.php
index 835867fd5..be08dd620 100644
--- a/Model/Ebay/Order/Shipment/Handler.php
+++ b/Model/Ebay/Order/Shipment/Handler.php
@@ -16,7 +16,7 @@ class Handler extends \Ess\M2ePro\Model\Order\Shipment\Handler
//########################################
- function __construct(
+ public function __construct(
\Ess\M2ePro\Model\ActiveRecord\Component\Parent\Ebay\Factory $ebayFactory,
\Ess\M2ePro\Model\ActiveRecord\Factory $activeRecordFactory,
\Ess\M2ePro\Helper\Factory $helperFactory,
diff --git a/Model/Ebay/Synchronization/General/Feedbacks/Receive.php b/Model/Ebay/Synchronization/General/Feedbacks/Receive.php
index adb839d0e..62974988e 100644
--- a/Model/Ebay/Synchronization/General/Feedbacks/Receive.php
+++ b/Model/Ebay/Synchronization/General/Feedbacks/Receive.php
@@ -239,13 +239,13 @@ private function processResponseMessages(array $messages)
continue;
}
- $logType = $message->isError() ? \Ess\M2ePro\Model\Log\AbstractLog::TYPE_ERROR
- : \Ess\M2ePro\Model\Log\AbstractLog::TYPE_WARNING;
+ $logType = $message->isError() ? \Ess\M2ePro\Model\Log\AbstractModel::TYPE_ERROR
+ : \Ess\M2ePro\Model\Log\AbstractModel::TYPE_WARNING;
$this->getLog()->addMessage(
$this->getHelper('Module\Translation')->__($message->getText()),
$logType,
- \Ess\M2ePro\Model\Log\AbstractLog::PRIORITY_HIGH
+ \Ess\M2ePro\Model\Log\AbstractModel::PRIORITY_HIGH
);
}
}
diff --git a/Model/Ebay/Synchronization/General/Feedbacks/Response.php b/Model/Ebay/Synchronization/General/Feedbacks/Response.php
index 4dea3767a..85b9bf65d 100644
--- a/Model/Ebay/Synchronization/General/Feedbacks/Response.php
+++ b/Model/Ebay/Synchronization/General/Feedbacks/Response.php
@@ -144,7 +144,7 @@ private function processFeedback(\Ess\M2ePro\Model\Ebay\Feedback $feedback)
if ($account->getChildObject()->isFeedbacksAutoResponseCycled()) {
// Load is needed to get correct feedbacks_last_used_id
- $account = $this->getHelper('Component\Ebay')->getCachedObject(
+ $account = $this->activeRecordFactory->getCachedObjectLoaded(
'Account', $feedback->getData('account_id')
);
}
diff --git a/Model/Ebay/Synchronization/Launcher.php b/Model/Ebay/Synchronization/Launcher.php
index 442f1c77f..3fde10e4b 100644
--- a/Model/Ebay/Synchronization/Launcher.php
+++ b/Model/Ebay/Synchronization/Launcher.php
@@ -40,8 +40,7 @@ protected function performActions()
{
$result = true;
- //TODO UNSUPPORTED FEATURE
- //$result = !$this->processTask('General') ? false : $result;
+ $result = !$this->processTask('General') ? false : $result;
$result = !$this->processTask('ListingsProducts') ? false : $result;
$result = !$this->processTask('Orders') ? false : $result;
$result = !$this->processTask('OtherListings') ? false : $result;
diff --git a/Model/Ebay/Synchronization/ListingsProducts/RemoveDuplicates.php b/Model/Ebay/Synchronization/ListingsProducts/RemoveDuplicates.php
index 214f66a77..63889b9aa 100644
--- a/Model/Ebay/Synchronization/ListingsProducts/RemoveDuplicates.php
+++ b/Model/Ebay/Synchronization/ListingsProducts/RemoveDuplicates.php
@@ -305,8 +305,8 @@ private function modifyAndLogListingProduct(\Ess\M2ePro\Model\Listing\Product $l
$logsActionId,
\Ess\M2ePro\Model\Listing\Log::ACTION_CHANNEL_CHANGE,
$statusLogMessage,
- \Ess\M2ePro\Model\Log\AbstractLog::TYPE_SUCCESS,
- \Ess\M2ePro\Model\Log\AbstractLog::PRIORITY_LOW
+ \Ess\M2ePro\Model\Log\AbstractModel::TYPE_SUCCESS,
+ \Ess\M2ePro\Model\Log\AbstractModel::PRIORITY_LOW
);
$additionalData = $listingProduct->getAdditionalData();
@@ -336,8 +336,8 @@ private function modifyAndLogListingProduct(\Ess\M2ePro\Model\Listing\Product $l
$logsActionId,
\Ess\M2ePro\Model\Listing\Log::ACTION_CHANNEL_CHANGE,
$duplicateDeletedMessage,
- \Ess\M2ePro\Model\Log\AbstractLog::TYPE_WARNING,
- \Ess\M2ePro\Model\Log\AbstractLog::PRIORITY_LOW
+ \Ess\M2ePro\Model\Log\AbstractModel::TYPE_WARNING,
+ \Ess\M2ePro\Model\Log\AbstractModel::PRIORITY_LOW
);
}
diff --git a/Model/Ebay/Synchronization/ListingsProducts/Update.php b/Model/Ebay/Synchronization/ListingsProducts/Update.php
index ef6b489db..e5e859c74 100644
--- a/Model/Ebay/Synchronization/ListingsProducts/Update.php
+++ b/Model/Ebay/Synchronization/ListingsProducts/Update.php
@@ -138,7 +138,7 @@ private function processAccount(\Ess\M2ePro\Model\Account $account)
$account->getChildObject()->setData('defaults_last_synchronization', $changesByAccount['to_time'])->save();
- $this->getHelper('Data\Cache\Session')->setValue(
+ $this->getHelper('Data\Cache\Runtime')->setValue(
'item_get_changes_data_' . $account->getId(), $changesByAccount
);
@@ -196,7 +196,9 @@ private function processListingProduct(\Ess\M2ePro\Model\Listing\Product $listin
$this->getProductStatusChanges($listingProduct, $change)
);
- $listingProduct->addData($updateData)->save();
+ $listingProduct->addData($updateData);
+ $listingProduct->getChildObject()->addData($updateData);
+ $listingProduct->save();
if ($oldStatus !== $updateData['status']) {
$listingProduct->getChildObject()->updateVariationsStatus();
@@ -341,13 +343,13 @@ private function processResponseMessages(array $messages)
continue;
}
- $logType = $message->isError() ? \Ess\M2ePro\Model\Log\AbstractLog::TYPE_ERROR
- : \Ess\M2ePro\Model\Log\AbstractLog::TYPE_WARNING;
+ $logType = $message->isError() ? \Ess\M2ePro\Model\Log\AbstractModel::TYPE_ERROR
+ : \Ess\M2ePro\Model\Log\AbstractModel::TYPE_WARNING;
$this->getLog()->addMessage(
$this->getHelper('Module\Translation')->__($message->getText()),
$logType,
- \Ess\M2ePro\Model\Log\AbstractLog::PRIORITY_HIGH
+ \Ess\M2ePro\Model\Log\AbstractModel::PRIORITY_HIGH
);
}
}
@@ -637,8 +639,8 @@ private function logReportChange(\Ess\M2ePro\Model\Listing\Product $listingProdu
$this->getLogsActionId(),
\Ess\M2ePro\Model\Listing\Log::ACTION_CHANNEL_CHANGE,
$logMessage,
- \Ess\M2ePro\Model\Log\AbstractLog::TYPE_SUCCESS,
- \Ess\M2ePro\Model\Log\AbstractLog::PRIORITY_LOW
+ \Ess\M2ePro\Model\Log\AbstractModel::TYPE_SUCCESS,
+ \Ess\M2ePro\Model\Log\AbstractModel::PRIORITY_LOW
);
}
diff --git a/Model/Ebay/Synchronization/Marketplaces/Categories.php b/Model/Ebay/Synchronization/Marketplaces/Categories.php
index 65b031f69..d23f64436 100644
--- a/Model/Ebay/Synchronization/Marketplaces/Categories.php
+++ b/Model/Ebay/Synchronization/Marketplaces/Categories.php
@@ -181,14 +181,14 @@ protected function logSuccessfulOperation(\Ess\M2ePro\Model\Marketplace $marketp
// M2ePro\TRANSLATIONS
// The "Categories" Action for Marketplace: "%mrk%" has been successfully completed.
- $tempString = $this->activeRecordFactory->getObject('Log\AbstractLog')->encodeDescription(
+ $tempString = $this->getHelper('Module\Log')->encodeDescription(
'The "Categories" Action for Marketplace: "%mrk%" has been successfully completed.',
array('mrk' => $marketplace->getTitle())
);
$this->getLog()->addMessage($tempString,
- \Ess\M2ePro\Model\Log\AbstractLog::TYPE_SUCCESS,
- \Ess\M2ePro\Model\Log\AbstractLog::PRIORITY_LOW);
+ \Ess\M2ePro\Model\Log\AbstractModel::TYPE_SUCCESS,
+ \Ess\M2ePro\Model\Log\AbstractModel::PRIORITY_LOW);
}
//########################################
diff --git a/Model/Ebay/Synchronization/Marketplaces/Details.php b/Model/Ebay/Synchronization/Marketplaces/Details.php
index c8c11f8fd..cc2d5b6ac 100644
--- a/Model/Ebay/Synchronization/Marketplaces/Details.php
+++ b/Model/Ebay/Synchronization/Marketplaces/Details.php
@@ -151,14 +151,14 @@ protected function logSuccessfulOperation(\Ess\M2ePro\Model\Marketplace $marketp
// M2ePro\TRANSLATIONS
// The "Details" Action for Marketplace: "%mrk%" has been successfully completed.
- $tempString = $this->activeRecordFactory->getObject('Log\AbstractLog')->encodeDescription(
+ $tempString = $this->getHelper('Module\Log')->encodeDescription(
'The "Details" Action for Marketplace: "%mrk%" has been successfully completed.',
array('mrk' => $marketplace->getTitle())
);
$this->getLog()->addMessage($tempString,
- \Ess\M2ePro\Model\Log\AbstractLog::TYPE_SUCCESS,
- \Ess\M2ePro\Model\Log\AbstractLog::PRIORITY_LOW);
+ \Ess\M2ePro\Model\Log\AbstractModel::TYPE_SUCCESS,
+ \Ess\M2ePro\Model\Log\AbstractModel::PRIORITY_LOW);
}
//########################################
diff --git a/Model/Ebay/Synchronization/Marketplaces/MotorsEpids.php b/Model/Ebay/Synchronization/Marketplaces/MotorsEpids.php
index 05ffd0f76..751dd9ec8 100644
--- a/Model/Ebay/Synchronization/Marketplaces/MotorsEpids.php
+++ b/Model/Ebay/Synchronization/Marketplaces/MotorsEpids.php
@@ -183,13 +183,13 @@ protected function logSuccessfulOperation()
{
// M2ePro\TRANSLATIONS
// The "Parts Compatibility" Action for eBay Motors Site has been successfully completed.
- $tempString = $this->activeRecordFactory->getObject('Log\AbstractLog')->encodeDescription(
+ $tempString = $this->getHelper('Module\Log')->encodeDescription(
'The "Parts Compatibility" Action for eBay Motors Site has been successfully completed.'
);
$this->getLog()->addMessage($tempString,
- \Ess\M2ePro\Model\Log\AbstractLog::TYPE_SUCCESS,
- \Ess\M2ePro\Model\Log\AbstractLog::PRIORITY_LOW);
+ \Ess\M2ePro\Model\Log\AbstractModel::TYPE_SUCCESS,
+ \Ess\M2ePro\Model\Log\AbstractModel::PRIORITY_LOW);
}
//########################################
diff --git a/Model/Ebay/Synchronization/Marketplaces/MotorsKtypes.php b/Model/Ebay/Synchronization/Marketplaces/MotorsKtypes.php
index e923d4787..408bfd3fb 100644
--- a/Model/Ebay/Synchronization/Marketplaces/MotorsKtypes.php
+++ b/Model/Ebay/Synchronization/Marketplaces/MotorsKtypes.php
@@ -193,14 +193,14 @@ protected function logSuccessfulOperation(\Ess\M2ePro\Model\Marketplace $marketp
// M2ePro\TRANSLATIONS
// The "Parts Compatibility" Action for Marketplace: "%mrk%" has been successfully completed.
- $tempString = $this->activeRecordFactory->getObject('Log\AbstractLog')->encodeDescription(
+ $tempString = $this->getHelper('Module\Log')->encodeDescription(
'The "Parts Compatibility" Action for Marketplace: "%mrk%" has been successfully completed.',
array('mrk' => $marketplace->getTitle())
);
$this->getLog()->addMessage($tempString,
- \Ess\M2ePro\Model\Log\AbstractLog::TYPE_SUCCESS,
- \Ess\M2ePro\Model\Log\AbstractLog::PRIORITY_LOW);
+ \Ess\M2ePro\Model\Log\AbstractModel::TYPE_SUCCESS,
+ \Ess\M2ePro\Model\Log\AbstractModel::PRIORITY_LOW);
}
//########################################
diff --git a/Model/Ebay/Synchronization/Orders/Cancellation.php b/Model/Ebay/Synchronization/Orders/Cancellation.php
index 2b105d77c..f7c62dcce 100644
--- a/Model/Ebay/Synchronization/Orders/Cancellation.php
+++ b/Model/Ebay/Synchronization/Orders/Cancellation.php
@@ -217,13 +217,13 @@ private function processResponseMessages(array $messages)
continue;
}
- $logType = $message->isError() ? \Ess\M2ePro\Model\Log\AbstractLog::TYPE_ERROR
- : \Ess\M2ePro\Model\Log\AbstractLog::TYPE_WARNING;
+ $logType = $message->isError() ? \Ess\M2ePro\Model\Log\AbstractModel::TYPE_ERROR
+ : \Ess\M2ePro\Model\Log\AbstractModel::TYPE_WARNING;
$this->getLog()->addMessage(
$this->getHelper('Module\Translation')->__($message->getText()),
$logType,
- \Ess\M2ePro\Model\Log\AbstractLog::PRIORITY_HIGH
+ \Ess\M2ePro\Model\Log\AbstractModel::PRIORITY_HIGH
);
}
}
diff --git a/Model/Ebay/Synchronization/Orders/Receive.php b/Model/Ebay/Synchronization/Orders/Receive.php
index cac9bd70f..dad1a93ec 100644
--- a/Model/Ebay/Synchronization/Orders/Receive.php
+++ b/Model/Ebay/Synchronization/Orders/Receive.php
@@ -213,13 +213,13 @@ private function processResponseMessages(array $messages)
continue;
}
- $logType = $message->isError() ? \Ess\M2ePro\Model\Log\AbstractLog::TYPE_ERROR
- : \Ess\M2ePro\Model\Log\AbstractLog::TYPE_WARNING;
+ $logType = $message->isError() ? \Ess\M2ePro\Model\Log\AbstractModel::TYPE_ERROR
+ : \Ess\M2ePro\Model\Log\AbstractModel::TYPE_WARNING;
$this->getLog()->addMessage(
$this->getHelper('Module\Translation')->__($message->getText()),
$logType,
- \Ess\M2ePro\Model\Log\AbstractLog::PRIORITY_HIGH
+ \Ess\M2ePro\Model\Log\AbstractModel::PRIORITY_HIGH
);
}
}
diff --git a/Model/Ebay/Synchronization/OtherListings/Update.php b/Model/Ebay/Synchronization/OtherListings/Update.php
index c7fdfcc7e..acec77898 100644
--- a/Model/Ebay/Synchronization/OtherListings/Update.php
+++ b/Model/Ebay/Synchronization/OtherListings/Update.php
@@ -123,7 +123,7 @@ protected function performActions()
private function executeUpdateInventoryDataAccount(\Ess\M2ePro\Model\Account $account)
{
- $sinceTime = $account->getData('other_listings_last_synchronization');
+ $sinceTime = $account->getChildObject()->getData('other_listings_last_synchronization');
if (empty($sinceTime)) {
@@ -159,7 +159,7 @@ private function executeUpdateInventoryDataAccount(\Ess\M2ePro\Model\Account $ac
private function getChangesByAccount(\Ess\M2ePro\Model\Account $account, $sinceTime)
{
- $cacheData = $this->getHelper('Data\Cache\Session')->getValue('item_get_changes_data_' . $account->getId());
+ $cacheData = $this->getHelper('Data\Cache\Runtime')->getValue('item_get_changes_data_' . $account->getId());
if (!empty($cacheData) &&
strtotime($cacheData['from_time']) <= strtotime($sinceTime) &&
@@ -255,13 +255,13 @@ private function processResponseMessages(array $messages)
continue;
}
- $logType = $message->isError() ? \Ess\M2ePro\Model\Log\AbstractLog::TYPE_ERROR
- : \Ess\M2ePro\Model\Log\AbstractLog::TYPE_WARNING;
+ $logType = $message->isError() ? \Ess\M2ePro\Model\Log\AbstractModel::TYPE_ERROR
+ : \Ess\M2ePro\Model\Log\AbstractModel::TYPE_WARNING;
$this->getLog()->addMessage(
$this->getHelper('Module\Translation')->__($message->getText()),
$logType,
- \Ess\M2ePro\Model\Log\AbstractLog::PRIORITY_HIGH
+ \Ess\M2ePro\Model\Log\AbstractModel::PRIORITY_HIGH
);
}
}
diff --git a/Model/Ebay/Synchronization/OtherListings/Update/Responser.php b/Model/Ebay/Synchronization/OtherListings/Update/Responser.php
index 686fb33ac..7471fc7ac 100644
--- a/Model/Ebay/Synchronization/OtherListings/Update/Responser.php
+++ b/Model/Ebay/Synchronization/OtherListings/Update/Responser.php
@@ -40,13 +40,13 @@ protected function processResponseMessages()
continue;
}
- $logType = $message->isError() ? \Ess\M2ePro\Model\Log\AbstractLog::TYPE_ERROR
- : \Ess\M2ePro\Model\Log\AbstractLog::TYPE_WARNING;
+ $logType = $message->isError() ? \Ess\M2ePro\Model\Log\AbstractModel::TYPE_ERROR
+ : \Ess\M2ePro\Model\Log\AbstractModel::TYPE_WARNING;
$this->getSynchronizationLog()->addMessage(
$this->getHelper('Module\Translation')->__($message->getText()),
$logType,
- \Ess\M2ePro\Model\Log\AbstractLog::PRIORITY_HIGH
+ \Ess\M2ePro\Model\Log\AbstractModel::PRIORITY_HIGH
);
}
}
@@ -72,8 +72,8 @@ public function failDetected($messageText)
$this->getSynchronizationLog()->addMessage(
$this->getHelper('Module\Translation')->__($messageText),
- \Ess\M2ePro\Model\Log\AbstractLog::TYPE_ERROR,
- \Ess\M2ePro\Model\Log\AbstractLog::PRIORITY_HIGH
+ \Ess\M2ePro\Model\Log\AbstractModel::TYPE_ERROR,
+ \Ess\M2ePro\Model\Log\AbstractModel::PRIORITY_HIGH
);
}
@@ -94,8 +94,8 @@ protected function processResponseData()
$this->getSynchronizationLog()->addMessage(
$this->getHelper('Module\Translation')->__($exception->getMessage()),
- \Ess\M2ePro\Model\Log\AbstractLog::TYPE_ERROR,
- \Ess\M2ePro\Model\Log\AbstractLog::PRIORITY_HIGH
+ \Ess\M2ePro\Model\Log\AbstractModel::TYPE_ERROR,
+ \Ess\M2ePro\Model\Log\AbstractModel::PRIORITY_HIGH
);
}
}
diff --git a/Model/Ebay/Synchronization/Templates/AbstractModel.php b/Model/Ebay/Synchronization/Templates/AbstractModel.php
index fb1079691..ceae026ed 100644
--- a/Model/Ebay/Synchronization/Templates/AbstractModel.php
+++ b/Model/Ebay/Synchronization/Templates/AbstractModel.php
@@ -79,8 +79,8 @@ protected function logError(\Ess\M2ePro\Model\Listing\Product $listingProduct, \
$logModel->getNextActionId(),
$this->getActionForLog(),
$exception->getMessage(),
- \Ess\M2ePro\Model\Log\AbstractLog::TYPE_ERROR,
- \Ess\M2ePro\Model\Log\AbstractLog::PRIORITY_HIGH
+ \Ess\M2ePro\Model\Log\AbstractModel::TYPE_ERROR,
+ \Ess\M2ePro\Model\Log\AbstractModel::PRIORITY_HIGH
);
$this->getHelper('Module\Exception')->process($exception);
diff --git a/Model/Ebay/Synchronization/Templates/Synchronization/Inspector.php b/Model/Ebay/Synchronization/Templates/Synchronization/Inspector.php
index 8b0b22465..9e2689e3c 100644
--- a/Model/Ebay/Synchronization/Templates/Synchronization/Inspector.php
+++ b/Model/Ebay/Synchronization/Templates/Synchronization/Inspector.php
@@ -49,7 +49,7 @@ public function isMeetListRequirements(\Ess\M2ePro\Model\Listing\Product $listin
$variationResource = $this->activeRecordFactory->getObject('Listing\Product\Variation')->getResource();
- $log = $this->activeRecordFactory->getObject('Log\AbstractLog');
+ $log = $this->getHelper('Module\Log');
if ($ebaySynchronizationTemplate->isListStatusEnabled()) {
diff --git a/Model/Ebay/Synchronization/Templates/Synchronization/ListActions.php b/Model/Ebay/Synchronization/Templates/Synchronization/ListActions.php
index 7bf79e7c1..0467ce2d8 100644
--- a/Model/Ebay/Synchronization/Templates/Synchronization/ListActions.php
+++ b/Model/Ebay/Synchronization/Templates/Synchronization/ListActions.php
@@ -69,7 +69,6 @@ protected function performActions()
{
$this->immediatelyChangedProducts();
$this->immediatelyNotCheckedProducts();
- $this->executeScheduled();
}
//########################################
@@ -101,32 +100,6 @@ private function immediatelyChangedProducts()
continue;
}
- /** @var $synchronizationTemplate \Ess\M2ePro\Model\Ebay\Template\Synchronization */
- $synchronizationTemplate = $listingProduct->getChildObject()->getEbaySynchronizationTemplate();
- if ($synchronizationTemplate->isScheduleEnabled() &&
- (!$synchronizationTemplate->isScheduleIntervalNow() ||
- !$synchronizationTemplate->isScheduleWeekNow())
- ) {
- $additionalData = $listingProduct->getAdditionalData();
-
- // M2ePro\TRANSLATIONS
- // Product was not automatically Listed according to the Schedule Settings in Synchronization Policy.
- $note = $this->activeRecordFactory->getObject('Log\AbstractLog')->encodeDescription(
- 'Product was not automatically Listed according to the Schedule Settings in
- Synchronization Policy.',
- array('date' => $this->getHelper('Data')->getCurrentGmtDate())
- );
- $additionalData['synch_template_list_rules_note'] = $note;
-
- if (!isset($additionalData['add_to_schedule'])) {
- $additionalData['add_to_schedule'] = true;
- }
-
- $listingProduct->setSettings('additional_data', $additionalData)->save();
-
- continue;
- }
-
$this->getRunner()->addProduct(
$listingProduct, \Ess\M2ePro\Model\Listing\Product::ACTION_LIST, $configurator
);
@@ -175,34 +148,6 @@ private function immediatelyNotCheckedProducts()
continue;
}
- /**
- * @var $synchronizationTemplate \Ess\M2ePro\Model\Ebay\Template\Synchronization
- */
- $synchronizationTemplate = $listingProduct->getChildObject()->getEbaySynchronizationTemplate();
- if ($synchronizationTemplate->isScheduleEnabled() &&
- (!$synchronizationTemplate->isScheduleIntervalNow() ||
- !$synchronizationTemplate->isScheduleWeekNow())
- ) {
- $additionalData = $listingProduct->getAdditionalData();
-
- // M2ePro\TRANSLATIONS
- // Product was not automatically Listed according to the Schedule Settings in Synchronization Policy.
- $note = $this->activeRecordFactory->getObject('Log\AbstractLog')->encodeDescription(
- 'Product was not automatically Listed according to the Schedule Settings in
- Synchronization Policy.',
- array('date' => $this->getHelper('Data')->getCurrentGmtDate())
- );
- $additionalData['synch_template_list_rules_note'] = $note;
-
- if (!isset($additionalData['add_to_schedule'])) {
- $additionalData['add_to_schedule'] = true;
- }
-
- $listingProduct->setSettings('additional_data', $additionalData)->save();
-
- continue;
- }
-
$this->getRunner()->addProduct(
$listingProduct, \Ess\M2ePro\Model\Listing\Product::ACTION_LIST, $configurator
);
@@ -220,140 +165,6 @@ private function immediatelyNotCheckedProducts()
//########################################
- private function executeScheduled()
- {
- $this->getActualOperationHistory()->addTimePoint(__METHOD__,'Execute scheduled');
-
- /** @var \Ess\M2ePro\Model\Template\Synchronization $synchTemplateCollection */
- $synchTemplateCollection = $this->ebayFactory->getObject('Template\Synchronization')->getCollection();
-
- foreach ($synchTemplateCollection as $synchTemplate) {
-
- /* @var $ebaySynchTemplate \Ess\M2ePro\Model\Ebay\Template\Synchronization */
- $ebaySynchTemplate = $synchTemplate->getChildObject();
-
- if (!$ebaySynchTemplate->isScheduleEnabled()) {
- continue;
- }
-
- if (!$ebaySynchTemplate->isScheduleIntervalNow() ||
- !$ebaySynchTemplate->isScheduleWeekNow()) {
- continue;
- }
-
- $listingsProducts = array();
- $affectedListingsProducts = NULL;
-
- do {
-
- $tempListingsProducts = $this->getNextScheduledListingsProducts($synchTemplate->getId());
-
- if (count($tempListingsProducts) <= 0) {
- break;
- }
-
- if (is_null($affectedListingsProducts)) {
- $affectedListingsProducts = $ebaySynchTemplate->getAffectedListingsProducts(true);
- }
-
- if (count($affectedListingsProducts) <= 0) {
- break;
- }
-
- foreach ($tempListingsProducts as $tempListingProduct) {
-
- $found = false;
- foreach ($affectedListingsProducts as $affectedListingProduct) {
- if ((int)$tempListingProduct->getId() == $affectedListingProduct['id']) {
- $found = true;
- break;
- }
- }
-
- if (!$found) {
- continue;
- }
-
- $listingsProducts[] = $tempListingProduct;
- }
-
- } while (count($listingsProducts) < 100);
-
- foreach ($listingsProducts as $listingProduct) {
-
- try {
- /* @var $listingProduct \Ess\M2ePro\Model\Listing\Product */
- $listingProduct->getMagentoProduct()->enableCache();
-
- /** @var $configurator \Ess\M2ePro\Model\Ebay\Listing\Product\Action\Configurator */
- $configurator = $this->modelFactory->getObject('Ebay\Listing\Product\Action\Configurator');
-
- $isExistInRunner = $this->getRunner()->isExistProduct(
- $listingProduct, \Ess\M2ePro\Model\Listing\Product::ACTION_LIST, $configurator
- );
-
- if ($isExistInRunner) {
- continue;
- }
-
- if (!$this->getInspector()->isMeetListRequirements($listingProduct)) {
- continue;
- }
-
- $this->getRunner()->addProduct(
- $listingProduct, \Ess\M2ePro\Model\Listing\Product::ACTION_LIST, $configurator
- );
-
- $this->setListAttemptData($listingProduct);
- } catch (\Exception $exception) {
-
- $this->logError($listingProduct, $exception);
- continue;
- }
- }
- }
-
- $this->getActualOperationHistory()->saveTimePoint(__METHOD__);
- }
-
- private function getNextScheduledListingsProducts($synchTemplateId)
- {
- $cacheConfigGroup = '/ebay/template/synchronization/'.$synchTemplateId.'/schedule/list/';
-
- $yearMonthDay = $this->getHelper('Data')->getCurrentGmtDate(false,'Y-m-d');
- $configData = $this->cacheConfig->getGroupValue($cacheConfigGroup,'last_listing_product_id');
-
- if (is_null($configData)) {
- $configData = array();
- } else {
- $configData = json_decode($configData,true);
- }
-
- $lastListingProductId = 0;
- if (isset($configData[$yearMonthDay])) {
- $lastListingProductId = (int)$configData[$yearMonthDay];
- }
-
- $collection = $this->ebayFactory->getObject('Listing\Product')->getCollection();
- $collection->addFieldToFilter('main_table.id',array('gt'=>$lastListingProductId));
- $collection->addFieldToFilter('main_table.status',\Ess\M2ePro\Model\Listing\Product::STATUS_NOT_LISTED);
- $collection->addFieldToFilter('main_table.additional_data',array('like'=>'%"add_to_schedule":true%'));
- $collection->getSelect()->order('main_table.id ASC');
- $collection->getSelect()->limit(100);
-
- $lastItem = $collection->getLastItem();
- if (!$lastItem->getId()) {
- return array();
- }
-
- $configData = array($yearMonthDay=>$lastItem->getId());
- $cacheConfig->setGroupValue($cacheConfigGroup,'last_listing_product_id',json_encode($configData));
-
- return $collection->getItems();
- }
-
- //########################################
-
private function setListAttemptData(\Ess\M2ePro\Model\Listing\Product $listingProduct)
{
$additionalData = $listingProduct->getAdditionalData();
diff --git a/Model/Ebay/Synchronization/Templates/Synchronization/Relist.php b/Model/Ebay/Synchronization/Templates/Synchronization/Relist.php
index 0e3f62904..d99772228 100644
--- a/Model/Ebay/Synchronization/Templates/Synchronization/Relist.php
+++ b/Model/Ebay/Synchronization/Templates/Synchronization/Relist.php
@@ -68,7 +68,6 @@ protected function getPercentsEnd()
protected function performActions()
{
$this->immediatelyChangedProducts();
- $this->executeScheduled();
}
//########################################
@@ -104,24 +103,6 @@ private function immediatelyChangedProducts()
continue;
}
- /**
- * @var $synchronizationTemplate \Ess\M2ePro\Model\Ebay\Template\Synchronization
- */
- $synchronizationTemplate = $listingProduct->getChildObject()->getEbaySynchronizationTemplate();
- if ($synchronizationTemplate->isScheduleEnabled() &&
- (!$synchronizationTemplate->isScheduleIntervalNow() ||
- !$synchronizationTemplate->isScheduleWeekNow())
- ) {
- $additionalData = $listingProduct->getAdditionalData();
-
- if (!isset($additionalData['add_to_schedule'])) {
- $additionalData['add_to_schedule'] = true;
- $listingProduct->setSettings('additional_data', $additionalData)->save();
- }
-
- continue;
- }
-
$this->getRunner()->addProduct(
$listingProduct, $action, $configurator
);
@@ -137,146 +118,6 @@ private function immediatelyChangedProducts()
//########################################
- private function executeScheduled()
- {
- $this->getActualOperationHistory()->addTimePoint(__METHOD__,'Execute scheduled');
-
- /** @var \Ess\M2ePro\Model\Template\Synchronization $synchTemplateCollection */
- $synchTemplateCollection = $this->ebayFactory->getObject('Template\Synchronization')->getCollection();
-
- foreach ($synchTemplateCollection as $synchTemplate) {
-
- /* @var $ebaySynchTemplate \Ess\M2ePro\Model\Ebay\Template\Synchronization */
- $ebaySynchTemplate = $synchTemplate->getChildObject();
-
- if (!$ebaySynchTemplate->isScheduleEnabled()) {
- continue;
- }
-
- if (!$ebaySynchTemplate->isScheduleIntervalNow() ||
- !$ebaySynchTemplate->isScheduleWeekNow()) {
- continue;
- }
-
- $listingsProducts = array();
- $affectedListingsProducts = NULL;
-
- do {
-
- $tempListingsProducts = $this->getNextScheduledListingsProducts($synchTemplate->getId());
-
- if (count($tempListingsProducts) <= 0) {
- break;
- }
-
- if (is_null($affectedListingsProducts)) {
- $affectedListingsProducts = $ebaySynchTemplate->getAffectedListingsProducts(true);
- }
-
- if (count($affectedListingsProducts) <= 0) {
- break;
- }
-
- foreach ($tempListingsProducts as $tempListingProduct) {
-
- $found = false;
- foreach ($affectedListingsProducts as $affectedListingProduct) {
- if ((int)$tempListingProduct->getId() == $affectedListingProduct['id']) {
- $found = true;
- break;
- }
- }
-
- if (!$found) {
- continue;
- }
-
- $listingsProducts[] = $tempListingProduct;
- }
-
- } while (count($listingsProducts) < 100);
-
- foreach ($listingsProducts as $listingProduct) {
-
- try {
- /* @var $listingProduct \Ess\M2ePro\Model\Listing\Product */
- $listingProduct->getMagentoProduct()->enableCache();
-
- $action = $this->getAction($listingProduct);
-
- /** @var $configurator \Ess\M2ePro\Model\Ebay\Listing\Product\Action\Configurator */
- $configurator = $this->modelFactory->getObject('Ebay\Listing\Product\Action\Configurator');
-
- $this->prepareConfigurator($listingProduct, $configurator, $action);
-
- $isExistInRunner = $this->getRunner()->isExistProduct(
- $listingProduct, $action, $configurator
- );
-
- if ($isExistInRunner) {
- continue;
- }
-
- if (!$this->getInspector()->isMeetRelistRequirements($listingProduct)) {
- continue;
- }
-
- $this->getRunner()->addProduct(
- $listingProduct, $action, $configurator
- );
- } catch (\Exception $exception) {
-
- $this->logError($listingProduct, $exception);
- continue;
- }
- }
- }
-
- $this->getActualOperationHistory()->saveTimePoint(__METHOD__);
- }
-
- private function getNextScheduledListingsProducts($synchTemplateId)
- {
- $cacheConfigGroup = '/ebay/template/synchronization/'.$synchTemplateId.'/schedule/relist/';
-
- $yearMonthDay = $this->getHelper('Data')->getCurrentGmtDate(false,'Y-m-d');
- $configData = $this->cacheConfig->getGroupValue($cacheConfigGroup,'last_listing_product_id');
-
- if (is_null($configData)) {
- $configData = array();
- } else {
- $configData = json_decode($configData,true);
- }
-
- $lastListingProductId = 0;
- if (isset($configData[$yearMonthDay])) {
- $lastListingProductId = (int)$configData[$yearMonthDay];
- }
-
- $collection = $this->ebayFactory->getObject('Listing\Product')->getCollection();
- $collection->addFieldToFilter('main_table.id',array('gt'=>$lastListingProductId));
- $collection->addFieldToFilter('main_table.status',
- array('neq'=>\Ess\M2ePro\Model\Listing\Product::STATUS_NOT_LISTED));
- $collection->addFieldToFilter('main_table.status',
- array('neq'=>\Ess\M2ePro\Model\Listing\Product::STATUS_LISTED));
- $collection->addFieldToFilter('main_table.additional_data',
- array('like'=>'%"add_to_schedule":true%'));
- $collection->getSelect()->order('main_table.id ASC');
- $collection->getSelect()->limit(100);
-
- $lastItem = $collection->getLastItem();
- if (!$lastItem->getId()) {
- return array();
- }
-
- $configData = array($yearMonthDay=>$lastItem->getId());
- $cacheConfig->setGroupValue($cacheConfigGroup,'last_listing_product_id',json_encode($configData));
-
- return $collection->getItems();
- }
-
- //########################################
-
private function getAction(\Ess\M2ePro\Model\Listing\Product $listingProduct)
{
if ($listingProduct->isHidden()) {
diff --git a/Model/Ebay/Template/Builder/AbstractModel.php b/Model/Ebay/Template/Builder/AbstractModel.php
index 9f7520fe3..c3d522fbb 100644
--- a/Model/Ebay/Template/Builder/AbstractModel.php
+++ b/Model/Ebay/Template/Builder/AbstractModel.php
@@ -15,7 +15,7 @@ abstract class AbstractModel extends \Ess\M2ePro\Model\AbstractModel
//########################################
- function __construct(
+ public function __construct(
\Ess\M2ePro\Model\ActiveRecord\Factory $activeRecordFactory,
\Ess\M2ePro\Model\ActiveRecord\Component\Parent\Ebay\Factory $ebayFactory,
\Ess\M2ePro\Helper\Factory $helperFactory,
diff --git a/Model/Ebay/Template/Category/Builder.php b/Model/Ebay/Template/Category/Builder.php
index 1b609d1f6..a2d743e51 100644
--- a/Model/Ebay/Template/Category/Builder.php
+++ b/Model/Ebay/Template/Category/Builder.php
@@ -15,7 +15,7 @@ class Builder extends \Ess\M2ePro\Model\AbstractModel
//########################################
- function __construct(
+ public function __construct(
\Ess\M2ePro\Model\ActiveRecord\Factory $activeRecordFactory,
\Magento\Framework\DB\TransactionFactory $transactionFactory,
\Ess\M2ePro\Helper\Factory $helperFactory,
diff --git a/Model/Ebay/Template/Category/Specific/Source.php b/Model/Ebay/Template/Category/Specific/Source.php
index 5a9e2de5d..2112d4ba5 100644
--- a/Model/Ebay/Template/Category/Specific/Source.php
+++ b/Model/Ebay/Template/Category/Specific/Source.php
@@ -25,7 +25,7 @@ class Source extends \Ess\M2ePro\Model\AbstractModel
//########################################
- function __construct(
+ public function __construct(
\Magento\Store\Model\StoreManagerInterface $storeManager,
\Magento\Framework\App\Config\ScopeConfigInterface $config,
\Ess\M2ePro\Helper\Factory $helperFactory,
diff --git a/Model/Ebay/Template/Description.php b/Model/Ebay/Template/Description.php
index 495ada0cf..8054bfca6 100644
--- a/Model/Ebay/Template/Description.php
+++ b/Model/Ebay/Template/Description.php
@@ -96,12 +96,43 @@ class Description extends \Ess\M2ePro\Model\ActiveRecord\Component\Child\Ebay\Ab
const WATERMARK_CACHE_TIME = 604800; // 7 days
const GALLERY_IMAGES_COUNT_MAX = 11;
+
+ protected $driverPool;
/**
* @var \Ess\M2ePro\Model\Ebay\Template\Description\Source[]
*/
private $descriptionSourceModels = array();
+ //########################################
+
+ public function __construct(
+ \Magento\Framework\Filesystem\DriverPool $driverPool,
+ \Ess\M2ePro\Model\ActiveRecord\Component\Parent\Factory $parentFactory,
+ \Ess\M2ePro\Model\Factory $modelFactory,
+ \Ess\M2ePro\Model\ActiveRecord\Factory $activeRecordFactory,
+ \Ess\M2ePro\Helper\Factory $helperFactory,
+ \Magento\Framework\Model\Context $context,
+ \Magento\Framework\Registry $registry,
+ \Magento\Framework\Model\ResourceModel\AbstractResource $resource = null,
+ \Magento\Framework\Data\Collection\AbstractDb $resourceCollection = null,
+ array $data = []
+ )
+ {
+ $this->driverPool = $driverPool;
+ parent::__construct(
+ $parentFactory,
+ $modelFactory,
+ $activeRecordFactory,
+ $helperFactory,
+ $context,
+ $registry,
+ $resource,
+ $resourceCollection,
+ $data
+ );
+ }
+
//########################################
public function _construct()
@@ -156,17 +187,19 @@ public function save()
public function delete()
{
- // TODO NOT SUPPORTED FEATURES
// Delete watermark if exists
// ---------------------------------------
-// $varDir = new Ess\M2ePro\Model\VariablesDir(
-// array('child_folder' => 'ebay/template/description/watermarks')
-// );
-//
-// $watermarkPath = $varDir->getPath().$this->getId().'.png';
-// if (is_file($watermarkPath)) {
-// @unlink($watermarkPath);
-// }
+ /** @var \Ess\M2ePro\Model\VariablesDir $varDir */
+ $varDir = $this->modelFactory->getObject('VariablesDir', ['data' => [
+ 'child_folder' => 'ebay/template/description/watermarks'
+ ]]);
+
+ $watermarkPath = $varDir->getPath().$this->getId().'.png';
+
+ $fileDriver = $this->driverPool->getDriver(\Magento\Framework\Filesystem\DriverPool::FILE);
+ if ($fileDriver->isFile($watermarkPath)) {
+ $fileDriver->deleteFile($watermarkPath);
+ }
// ---------------------------------------
$temp = parent::delete();
diff --git a/Model/Ebay/Template/Description/Builder.php b/Model/Ebay/Template/Description/Builder.php
index 178113157..cdf26b1b3 100644
--- a/Model/Ebay/Template/Description/Builder.php
+++ b/Model/Ebay/Template/Description/Builder.php
@@ -10,6 +10,23 @@
class Builder extends \Ess\M2ePro\Model\Ebay\Template\Builder\AbstractModel
{
+ protected $driverPool;
+ protected $phpEnvironmentRequest;
+
+ public function __construct(
+ \Magento\Framework\Filesystem\DriverPool $driverPool,
+ \Magento\Framework\HTTP\PhpEnvironment\Request $phpEnvironmentRequest,
+ \Ess\M2ePro\Model\ActiveRecord\Factory $activeRecordFactory,
+ \Ess\M2ePro\Model\ActiveRecord\Component\Parent\Ebay\Factory $ebayFactory,
+ \Ess\M2ePro\Helper\Factory $helperFactory,
+ \Ess\M2ePro\Model\Factory $modelFactory
+ )
+ {
+ $this->driverPool = $driverPool;
+ $this->phpEnvironmentRequest = $phpEnvironmentRequest;
+ parent::__construct($activeRecordFactory, $ebayFactory, $helperFactory, $modelFactory);
+ }
+
//########################################
public function build(array $data)
@@ -47,7 +64,7 @@ protected function prepareData(array &$data)
$defaultData['enhancement'] = explode(',', $defaultData['enhancement']);
$defaultData['product_details'] = json_decode($defaultData['product_details'], true);
-// $defaultData['watermark_settings'] = json_decode($defaultData['watermark_settings'], true);
+ $defaultData['watermark_settings'] = json_decode($defaultData['watermark_settings'], true);
$data = $this->getHelper('Data')->arrayReplaceRecursive($defaultData, $data);
@@ -181,78 +198,82 @@ protected function prepareData(array &$data)
$prepared['use_supersize_images'] = (int)$data['use_supersize_images'];
}
-// if (isset($data['watermark_mode'])) {
-// $prepared['watermark_mode'] = (int)$data['watermark_mode'];
-// }
+ if (isset($data['watermark_mode'])) {
+ $prepared['watermark_mode'] = (int)$data['watermark_mode'];
+ }
// ---------------------------------------
-// $watermarkSettings = array();
-// $hashChange = false;
-//
-// if (isset($data['watermark_settings']['position'])) {
-// $watermarkSettings['position'] = (int)$data['watermark_settings']['position'];
-//
-// if (isset($data['old_watermark_settings']) &&
-// $data['watermark_settings']['position'] != $data['old_watermark_settings']['position']) {
-// $hashChange = true;
-// }
-// }
-//
-// if (isset($data['watermark_settings']['scale'])) {
-// $watermarkSettings['scale'] = (int)$data['watermark_settings']['scale'];
-//
-// if (isset($data['old_watermark_settings']) &&
-// $data['watermark_settings']['scale'] != $data['old_watermark_settings']['scale']) {
-// $hashChange = true;
-// }
-// }
-//
-// if (isset($data['watermark_settings']['transparent'])) {
-// $watermarkSettings['transparent'] = (int)$data['watermark_settings']['transparent'];
-//
-// if (isset($data['old_watermark_settings']) &&
-// $data['watermark_settings']['transparent'] != $data['old_watermark_settings']['transparent']) {
-// $hashChange = true;
-// }
-// }
+ $watermarkSettings = array();
+ $hashChange = false;
+
+ if (isset($data['watermark_settings']['position'])) {
+ $watermarkSettings['position'] = (int)$data['watermark_settings']['position'];
+
+ if (isset($data['old_watermark_settings']) &&
+ $data['watermark_settings']['position'] != $data['old_watermark_settings']['position']) {
+ $hashChange = true;
+ }
+ }
+
+ if (isset($data['watermark_settings']['scale'])) {
+ $watermarkSettings['scale'] = (int)$data['watermark_settings']['scale'];
+
+ if (isset($data['old_watermark_settings']) &&
+ $data['watermark_settings']['scale'] != $data['old_watermark_settings']['scale']) {
+ $hashChange = true;
+ }
+ }
+
+ if (isset($data['watermark_settings']['transparent'])) {
+ $watermarkSettings['transparent'] = (int)$data['watermark_settings']['transparent'];
+
+ if (isset($data['old_watermark_settings']) &&
+ $data['watermark_settings']['transparent'] != $data['old_watermark_settings']['transparent']) {
+ $hashChange = true;
+ }
+ }
// ---------------------------------------
-// if (!empty($_FILES['watermark_image']['tmp_name'])) {
-//
-// $hashChange = true;
-//
-// $prepared['watermark_image'] = file_get_contents($_FILES['watermark_image']['tmp_name']);
-//
-// if (isset($prepared['id'])) {
-//
-// $varDir = $this->modelFactory->getObject(
-// 'VariablesDir',
-// array('child_folder' => 'ebay/template/description/watermarks')
-// );
-//
-// $watermarkPath = $varDir->getPath().(int)$prepared['id'].'.png';
-// if (is_file($watermarkPath)) {
-// @unlink($watermarkPath);
-// }
-// }
-//
-// } elseif (!empty($data['old_watermark_image']) && !isset($prepared['id'])) {
-// $prepared['watermark_image'] = base64_decode($data['old_watermark_image']);
-// }
+ $watermarkImageFile = $this->phpEnvironmentRequest->getFiles('watermark_image');
+
+ if (!empty($watermarkImageFile['tmp_name'])) {
+
+ $hashChange = true;
+
+ $prepared['watermark_image'] = file_get_contents($watermarkImageFile['tmp_name']);
+
+ if (isset($prepared['id'])) {
+
+ /** @var \Ess\M2ePro\Model\VariablesDir $varDir */
+ $varDir = $this->modelFactory->getObject('VariablesDir', ['data' => [
+ 'child_folder' => 'ebay/template/description/watermarks'
+ ]]);
+
+ $watermarkPath = $varDir->getPath().(int)$prepared['id'].'.png';
+
+ $fileDriver = $this->driverPool->getDriver(\Magento\Framework\Filesystem\DriverPool::FILE);
+ if ($fileDriver->isFile($watermarkPath)) {
+ $fileDriver->deleteFile($watermarkPath);
+ }
+ }
+
+ } elseif (!empty($data['old_watermark_image']) && !isset($prepared['id'])) {
+ $prepared['watermark_image'] = base64_decode($data['old_watermark_image']);
+ }
// ---------------------------------------
-// if ($hashChange) {
-// $watermarkSettings['hashes']['previous'] = $data['old_watermark_settings']['hashes']['current'];
-// $watermarkSettings['hashes']['current'] = substr(sha1(microtime()), 0, 5);
-// } else {
-// $watermarkSettings['hashes']['previous'] = $data['old_watermark_settings']['hashes']['previous'];
-// $watermarkSettings['hashes']['current'] = $data['old_watermark_settings']['hashes']['current'];
-// }
-//
-// $prepared['watermark_settings'] = json_encode($watermarkSettings);
+ if ($hashChange) {
+ $watermarkSettings['hashes']['previous'] = $data['old_watermark_settings']['hashes']['current'];
+ $watermarkSettings['hashes']['current'] = substr(sha1(microtime()), 0, 5);
+ } else {
+ $watermarkSettings['hashes']['previous'] = $data['old_watermark_settings']['hashes']['previous'];
+ $watermarkSettings['hashes']['current'] = $data['old_watermark_settings']['hashes']['current'];
+ }
+
+ $prepared['watermark_settings'] = json_encode($watermarkSettings);
// ---------------------------------------
diff --git a/Model/Ebay/Template/Description/Source.php b/Model/Ebay/Template/Description/Source.php
index e0bddaecd..46bcc6d50 100644
--- a/Model/Ebay/Template/Description/Source.php
+++ b/Model/Ebay/Template/Description/Source.php
@@ -23,18 +23,33 @@ class Source extends \Ess\M2ePro\Model\AbstractModel
*/
private $descriptionTemplateModel = null;
+ protected $driverPool;
+ protected $gd2AdapterFactory;
+ protected $imageFactory;
+ protected $mediaConfig;
+ protected $storeManager;
protected $emailTemplateFilter;
protected $filterManager;
//########################################
- function __construct(
+ public function __construct(
+ \Magento\Framework\Filesystem\DriverPool $driverPool,
+ \Magento\Framework\Image\Adapter\Gd2Factory $gd2AdapterFactory,
+ \Magento\Framework\ImageFactory $imageFactory,
+ \Magento\Catalog\Model\Product\Media\Config $mediaConfig,
+ \Magento\Store\Model\StoreManager $storeManager,
\Magento\Email\Model\Template\Filter $emailTemplateFilter,
\Magento\Framework\Filter\FilterManager $filterManager,
\Ess\M2ePro\Helper\Factory $helperFactory,
\Ess\M2ePro\Model\Factory $modelFactory
)
{
+ $this->driverPool = $driverPool;
+ $this->gd2AdapterFactory = $gd2AdapterFactory;
+ $this->imageFactory = $imageFactory;
+ $this->mediaConfig = $mediaConfig;
+ $this->storeManager = $storeManager;
$this->emailTemplateFilter = $emailTemplateFilter;
$this->filterManager = $filterManager;
parent::__construct($helperFactory, $modelFactory);
@@ -436,179 +451,178 @@ private function cutLongTitles($str, $length = 80)
// ---------------------------------------
- private function imageLinkToPath($imageLink)
+ /**
+ * @param \Ess\M2ePro\Model\Magento\Product\Image $imageObj
+ */
+ public function addWatermarkIfNeed($imageObj)
{
- $imageLink = str_replace('%20', ' ', $imageLink);
- $imagePath = '';
- // TODO
-// $baseMediaUrl = Mage::app()->getStore($this->getMagentoProduct()->getStoreId())
-// ->getBaseUrl(Mage\Core\Model\Store::URL_TYPE_MEDIA, false).'catalog/product';
-//
-// $imageLink = preg_replace('/^http(s)?:\/\//i', '', $imageLink);
-// $baseMediaUrl = preg_replace('/^http(s)?:\/\//i', '', $baseMediaUrl);
-//
-// $baseMediaPath = Mage::getSingleton('catalog/product_media_config')->getBaseMediaPath();
-//
-// $imagePath = str_replace($baseMediaUrl, $baseMediaPath, $imageLink);
-// $imagePath = str_replace('/', DS, $imagePath);
-// $imagePath = str_replace('\\', DS, $imagePath);
-
- return $imagePath;
- }
+ if (!$this->getEbayDescriptionTemplate()->isWatermarkEnabled()) {
+ return;
+ }
- private function pathToImageLink($path)
- {
- // TODO
-// $baseMediaUrl = Mage::app()->getStore($this->getMagentoProduct()->getStoreId())
-// ->getBaseUrl(Mage\Core\Model\Store::URL_TYPE_MEDIA, false).'catalog/product';
-//
-// $baseMediaPath = Mage::getSingleton('catalog/product_media_config')->getBaseMediaPath();
-//
-// $imageLink = str_replace($baseMediaPath, $baseMediaUrl, $path);
-// $imageLink = str_replace(DS, '/', $imageLink);
-
- $imageLink = '';
- return str_replace(' ', '%20', $imageLink);
- }
+ if (!$imageObj->isSelfHosted()) {
+ return;
+ }
+
+ $fileDriver = $this->driverPool->getDriver(\Magento\Framework\Filesystem\DriverPool::FILE);
- // ---------------------------------------
+ $fileExtension = pathinfo($imageObj->getPath(), PATHINFO_EXTENSION);
+ $pathWithoutExtension = preg_replace('/\.'.$fileExtension.'$/', '', $imageObj->getPath());
- public function addWatermarkIfNeed($imageLink)
- {
- // TODO NOT SUPPORTED FEATURES "descripion policy watermark feature"
-
-// if (!$this->getEbayDescriptionTemplate()->isWatermarkEnabled()) {
-// return $imageLink;
-// }
-//
-// $imagePath = $this->imageLinkToPath($imageLink);
-// if (!is_file($imagePath)) {
-// return $imageLink;
-// }
-//
-// $fileExtension = pathinfo($imagePath, PATHINFO_EXTENSION);
-// $pathWithoutExtension = preg_replace('/\.'.$fileExtension.'$/', '', $imagePath);
-//
-// $markingImagePath = $pathWithoutExtension.'-'.$this->getEbayDescriptionTemplate()->getWatermarkHash()
-// .'.'.$fileExtension;
-// if (is_file($markingImagePath)) {
-// $currentTime = $this->getHelper('Data')->getCurrentGmtDate(true);
-// if (filemtime($markingImagePath) +\Ess\M2ePro\Model\Ebay\Template\Description::WATERMARK_CACHE_TIME >
-// $currentTime) {
-// return $this->pathToImageLink($markingImagePath);
-// }
-//
-// @unlink($markingImagePath);
-// }
-//
-// $prevMarkingImagePath = $pathWithoutExtension.'-'
-// .$this->getEbayDescriptionTemplate()->getWatermarkPreviousHash().'.'.$fileExtension;
-// if (is_file($prevMarkingImagePath)) {
-// @unlink($prevMarkingImagePath);
-// }
-//
-// $varDir = new Ess\M2ePro\Model\VariablesDir(array(
-// 'child_folder' => 'ebay/template/description/watermarks'
-// ));
-// $watermarkPath = $varDir->getPath().$this->getEbayDescriptionTemplate()->getId().'.png';
-// if (!is_file($watermarkPath)) {
-// $varDir->create();
-// @file_put_contents($watermarkPath, $this->getEbayDescriptionTemplate()->getWatermarkImage());
-// }
-//
-// $watermarkPositions = array(
-// \Ess\M2ePro\Model\Ebay\Template\Description::WATERMARK_POSITION_TOP =>
-// Varien\Image\Adapter\Abstract::POSITION_TOP_RIGHT,
-// \Ess\M2ePro\Model\Ebay\Template\Description::WATERMARK_POSITION_MIDDLE =>
-// Varien\Image\Adapter\Abstract::POSITION_CENTER,
-// \Ess\M2ePro\Model\Ebay\Template\Description::WATERMARK_POSITION_BOTTOM =>
-// Varien\Image\Adapter\Abstract::POSITION_BOTTOM_RIGHT
-// );
-//
-// $image = new Varien\Image($imagePath);
-// $imageOriginalHeight = $image->getOriginalHeight();
-// $imageOriginalWidth = $image->getOriginalWidth();
-// $image->open();
-// $image->setWatermarkPosition(
-// $watermarkPositions[$this->getEbayDescriptionTemplate()->getWatermarkPosition()]
-// );
-//
-// $watermark = new Varien\Image($watermarkPath);
-// $watermarkOriginalHeight = $watermark->getOriginalHeight();
-// $watermarkOriginalWidth = $watermark->getOriginalWidth();
-//
-// if ($this->getEbayDescriptionTemplate()->isWatermarkScaleModeStretch()) {
-// $image->setWatermarkPosition(Varien\Image\Adapter\AbstractModel::POSITION_STRETCH);
-// }
-//
-// if ($this->getEbayDescriptionTemplate()->isWatermarkScaleModeInWidth()) {
-// $watermarkWidth = $imageOriginalWidth;
-// $heightPercent = $watermarkOriginalWidth / $watermarkWidth;
-// $watermarkHeight = (int)($watermarkOriginalHeight / $heightPercent);
-//
-// $image->setWatermarkWidth($watermarkWidth);
-// $image->setWatermarkHeigth($watermarkHeight);
-// }
-//
-// if ($this->getEbayDescriptionTemplate()->isWatermarkScaleModeNone()) {
-// $image->setWatermarkWidth($watermarkOriginalWidth);
-// $image->setWatermarkHeigth($watermarkOriginalHeight);
-//
-// if ($watermarkOriginalHeight > $imageOriginalHeight) {
-// $image->setWatermarkHeigth($imageOriginalHeight);
-// $widthPercent = $watermarkOriginalHeight / $imageOriginalHeight;
-// $watermarkWidth = (int)($watermarkOriginalWidth / $widthPercent);
-// $image->setWatermarkWidth($watermarkWidth);
-// }
-//
-// if ($watermarkOriginalWidth > $imageOriginalWidth) {
-// $image->setWatermarkWidth($imageOriginalWidth);
-// $heightPercent = $watermarkOriginalWidth / $imageOriginalWidth;
-// $watermarkHeight = (int)($watermarkOriginalHeight / $heightPercent);
-// $image->setWatermarkHeigth($watermarkHeight);
-// }
-// }
-//
-// $opacity = 100;
-// if ($this->getEbayDescriptionTemplate()->isWatermarkTransparentEnabled()) {
-// $opacity = 30;
-// }
-//
-// $image->setWatermarkImageOpacity($opacity);
-// $image->watermark($watermarkPath);
-// $image->save($markingImagePath);
-//
-// return $this->pathToImageLink($markingImagePath);
+ $markingImagePath = $pathWithoutExtension.'-'.$this->getEbayDescriptionTemplate()->getWatermarkHash()
+ .'.'.$fileExtension;
+
+ if ($fileDriver->isFile($markingImagePath)) {
+ $currentTime = $this->getHelper('Data')->getCurrentGmtDate(true);
+ if (filemtime($markingImagePath) + \Ess\M2ePro\Model\Ebay\Template\Description::WATERMARK_CACHE_TIME >
+ $currentTime) {
+
+ $imageObj->setPath($markingImagePath)
+ ->setUrl($imageObj->getUrlByPath())
+ ->resetHash();
+
+ return;
+ }
+
+ $fileDriver->deleteFile($markingImagePath);
+ }
+
+ $prevMarkingImagePath = $pathWithoutExtension.'-'
+ .$this->getEbayDescriptionTemplate()->getWatermarkPreviousHash().'.'.$fileExtension;
+
+ if ($fileDriver->isFile($prevMarkingImagePath)) {
+ $fileDriver->deleteFile($prevMarkingImagePath);
+ }
+
+ /** @var \Ess\M2ePro\Model\VariablesDir $varDir */
+ $varDir = $this->modelFactory->getObject('VariablesDir', ['data' => [
+ 'child_folder' => 'ebay/template/description/watermarks'
+ ]]);
+ $watermarkPath = $varDir->getPath().$this->getEbayDescriptionTemplate()->getId().'.png';
+ if (!$fileDriver->isFile($watermarkPath)) {
+ $varDir->create();
+ file_put_contents($watermarkPath, $this->getEbayDescriptionTemplate()->getWatermarkImage());
+ }
+
+ $watermarkPositions = array(
+ \Ess\M2ePro\Model\Ebay\Template\Description::WATERMARK_POSITION_TOP =>
+ \Magento\Framework\Image\Adapter\AbstractAdapter::POSITION_TOP_RIGHT,
+ \Ess\M2ePro\Model\Ebay\Template\Description::WATERMARK_POSITION_MIDDLE =>
+ \Magento\Framework\Image\Adapter\AbstractAdapter::POSITION_CENTER,
+ \Ess\M2ePro\Model\Ebay\Template\Description::WATERMARK_POSITION_BOTTOM =>
+ \Magento\Framework\Image\Adapter\AbstractAdapter::POSITION_BOTTOM_RIGHT
+ );
+
+ /** @var \Magento\Framework\Image $image */
+ $image = $this->imageFactory->create([
+ 'adapter' => $this->gd2AdapterFactory->create(),
+ 'fileName' => $imageObj->getPath()
+ ]);
+ $imageOriginalHeight = $image->getOriginalHeight();
+ $imageOriginalWidth = $image->getOriginalWidth();
+ $image->open();
+ $image->setWatermarkPosition($watermarkPositions[$this->getEbayDescriptionTemplate()->getWatermarkPosition()]);
+
+ /** @var \Magento\Framework\Image $watermark */
+ $watermark = $this->imageFactory->create([
+ 'adapter' => $this->gd2AdapterFactory->create(),
+ 'fileName' => $watermarkPath
+ ]);
+ $watermarkOriginalHeight = $watermark->getOriginalHeight();
+ $watermarkOriginalWidth = $watermark->getOriginalWidth();
+
+ if ($this->getEbayDescriptionTemplate()->isWatermarkScaleModeStretch()) {
+ $image->setWatermarkPosition(\Magento\Framework\Image\Adapter\AbstractAdapter::POSITION_STRETCH);
+ }
+
+ if ($this->getEbayDescriptionTemplate()->isWatermarkScaleModeInWidth()) {
+ $watermarkWidth = $imageOriginalWidth;
+ $heightPercent = $watermarkOriginalWidth / $watermarkWidth;
+ $watermarkHeight = (int)($watermarkOriginalHeight / $heightPercent);
+
+ $image->setWatermarkWidth($watermarkWidth);
+ $image->setWatermarkHeight($watermarkHeight);
+ }
+
+ if ($this->getEbayDescriptionTemplate()->isWatermarkScaleModeNone()) {
+ $image->setWatermarkWidth($watermarkOriginalWidth);
+ $image->setWatermarkHeight($watermarkOriginalHeight);
+
+ if ($watermarkOriginalHeight > $imageOriginalHeight) {
+ $image->setWatermarkHeight($imageOriginalHeight);
+ $widthPercent = $watermarkOriginalHeight / $imageOriginalHeight;
+ $watermarkWidth = (int)($watermarkOriginalWidth / $widthPercent);
+ $image->setWatermarkWidth($watermarkWidth);
+ }
+
+ if ($watermarkOriginalWidth > $imageOriginalWidth) {
+ $image->setWatermarkWidth($imageOriginalWidth);
+ $heightPercent = $watermarkOriginalWidth / $imageOriginalWidth;
+ $watermarkHeight = (int)($watermarkOriginalHeight / $heightPercent);
+ $image->setWatermarkHeight($watermarkHeight);
+ }
+ }
+
+ $opacity = 100;
+ if ($this->getEbayDescriptionTemplate()->isWatermarkTransparentEnabled()) {
+ $opacity = 30;
+ }
+
+ $image->setWatermarkImageOpacity($opacity);
+ $image->watermark($watermarkPath);
+ $image->save($markingImagePath);
+
+ if (!$fileDriver->isFile($markingImagePath)) {
+ return;
+ }
+
+ $imageObj->setPath($markingImagePath)
+ ->setUrl($imageObj->getUrlByPath())
+ ->resetHash();
}
private function addWatermarkForCustomDescription(&$description)
{
- // TODO NOT SUPPORTED FEATURES "descripion policy watermark feature"
-
-// if (strpos($description, 'm2e_watermark') !== false) {
-// preg_match_all('/<(img|a) [^>]*\bm2e_watermark[^>]*>/i', $description, $tagsArr);
-//
-// $tags = $tagsArr[0];
-// $tagsNames = $tagsArr[1];
-//
-// $count = count($tags);
-// for ($i = 0; $i < $count; $i++) {
-// $dom = new DOMDocument();
-// $dom->loadHTML($tags[$i]);
-// $tag = $dom->getElementsByTagName($tagsNames[$i])->item(0);
-//
-// $newTag = str_replace(' m2e_watermark="1"', '', $tags[$i]);
-// if ($tagsNames[$i] === 'a') {
-// $newTag = str_replace($tag->getAttribute('href'),
-// $this->addWatermarkIfNeed($tag->getAttribute('href')), $newTag);
-// }
-// if ($tagsNames[$i] === 'img') {
-// $newTag = str_replace($tag->getAttribute('src'),
-// $this->addWatermarkIfNeed($tag->getAttribute('src')), $newTag);
-// }
-// $description = str_replace($tags[$i], $newTag, $description);
-// }
-// }
+ if (strpos($description, 'm2e_watermark') !== false) {
+ preg_match_all('/<(img|a) [^>]*\bm2e_watermark[^>]*>/i', $description, $tagsArr);
+
+ $tags = $tagsArr[0];
+ $tagsNames = $tagsArr[1];
+
+ $count = count($tags);
+ for ($i = 0; $i < $count; $i++) {
+ $dom = new \DOMDocument();
+ $dom->loadHTML($tags[$i]);
+ $tag = $dom->getElementsByTagName($tagsNames[$i])->item(0);
+
+ $newTag = str_replace(' m2e_watermark="1"', '', $tags[$i]);
+ if ($tagsNames[$i] === 'a') {
+
+ $imageUrl = $tag->getAttribute('href');
+
+ /** @var \Ess\M2ePro\Model\Magento\Product\Image $image */
+ $image = $this->modelFactory->getObject('Magento\Product\Image');
+ $image->setUrl($imageUrl);
+ $image->setStoreId($this->getMagentoProduct()->getStoreId());
+ $this->addWatermarkIfNeed($image);
+
+ $newTag = str_replace($imageUrl, $image->getUrl(), $newTag);
+ }
+ if ($tagsNames[$i] === 'img') {
+
+ $imageUrl = $tag->getAttribute('src');
+
+ /** @var \Ess\M2ePro\Model\Magento\Product\Image $image */
+ $image = $this->modelFactory->getObject('Magento\Product\Image');
+ $image->setUrl($imageUrl);
+ $image->setStoreId($this->getMagentoProduct()->getStoreId());
+ $this->addWatermarkIfNeed($image);
+
+ $newTag = str_replace($imageUrl, $image->getUrl(), $newTag);
+ }
+ $description = str_replace($tags[$i], $newTag, $description);
+ }
+ }
}
//########################################
diff --git a/Model/Ebay/Template/Manager.php b/Model/Ebay/Template/Manager.php
index 89310c090..4406e287b 100644
--- a/Model/Ebay/Template/Manager.php
+++ b/Model/Ebay/Template/Manager.php
@@ -35,7 +35,7 @@ class Manager extends \Ess\M2ePro\Model\AbstractModel
//########################################
- function __construct(
+ public function __construct(
\Ess\M2ePro\Model\ActiveRecord\Factory $activeRecordFactory,
\Ess\M2ePro\Model\ActiveRecord\Component\Parent\Ebay\Factory $ebayFactory,
\Ess\M2ePro\Helper\Factory $helperFactory,
diff --git a/Model/Ebay/Template/OtherCategory/Builder.php b/Model/Ebay/Template/OtherCategory/Builder.php
index 1c880f0c0..075239eb1 100644
--- a/Model/Ebay/Template/OtherCategory/Builder.php
+++ b/Model/Ebay/Template/OtherCategory/Builder.php
@@ -14,7 +14,7 @@ class Builder extends \Ess\M2ePro\Model\AbstractModel
//########################################
- function __construct(
+ public function __construct(
\Ess\M2ePro\Model\ActiveRecord\Factory $activeRecordFactory,
\Ess\M2ePro\Helper\Factory $helperFactory,
\Ess\M2ePro\Model\Factory $modelFactory
diff --git a/Model/Ebay/Template/Payment.php b/Model/Ebay/Template/Payment.php
index 41a6ecea8..dbe060615 100644
--- a/Model/Ebay/Template/Payment.php
+++ b/Model/Ebay/Template/Payment.php
@@ -11,8 +11,12 @@
*/
namespace Ess\M2ePro\Model\Ebay\Template;
+use Ess\M2ePro\Model\ActiveRecord\Factory;
+
class Payment extends \Ess\M2ePro\Model\ActiveRecord\Component\AbstractModel
{
+ private $ebayParentFactory;
+
/**
* @var \Ess\M2ePro\Model\Marketplace
*/
@@ -20,6 +24,33 @@ class Payment extends \Ess\M2ePro\Model\ActiveRecord\Component\AbstractModel
//########################################
+ public function __construct(
+ \Ess\M2ePro\Model\ActiveRecord\Component\Parent\Ebay\Factory $ebayParentFactory,
+ \Ess\M2ePro\Model\Factory $modelFactory,
+ Factory $activeRecordFactory,
+ \Ess\M2ePro\Helper\Factory $helperFactory,
+ \Magento\Framework\Model\Context $context,
+ \Magento\Framework\Registry $registry,
+ \Magento\Framework\Model\ResourceModel\AbstractResource $resource = null,
+ \Magento\Framework\Data\Collection\AbstractDb $resourceCollection = null,
+ array $data = []
+ ) {
+ $this->ebayParentFactory = $ebayParentFactory;
+
+ parent::__construct(
+ $modelFactory,
+ $activeRecordFactory,
+ $helperFactory,
+ $context,
+ $registry,
+ $resource,
+ $resourceCollection,
+ $data
+ );
+ }
+
+ //########################################
+
public function _construct()
{
parent::_construct();
@@ -96,7 +127,7 @@ public function delete()
public function getMarketplace()
{
if (is_null($this->marketplaceModel)) {
- $this->marketplaceModel = $this->getHelper('Component\Ebay')->getCachedObject(
+ $this->marketplaceModel = $this->ebayParentFactory->getCachedObjectLoaded(
'Marketplace', $this->getMarketplaceId()
);
}
diff --git a/Model/Ebay/Template/ReturnPolicy.php b/Model/Ebay/Template/ReturnPolicy.php
index de1cd3599..d0d08bc14 100644
--- a/Model/Ebay/Template/ReturnPolicy.php
+++ b/Model/Ebay/Template/ReturnPolicy.php
@@ -11,8 +11,12 @@
*/
namespace Ess\M2ePro\Model\Ebay\Template;
+use Ess\M2ePro\Model\ActiveRecord\Factory;
+
class ReturnPolicy extends \Ess\M2ePro\Model\ActiveRecord\Component\AbstractModel
{
+ private $ebayParentFactory;
+
/**
* @var \Ess\M2ePro\Model\Marketplace
*/
@@ -20,6 +24,33 @@ class ReturnPolicy extends \Ess\M2ePro\Model\ActiveRecord\Component\AbstractMode
//########################################
+ public function __construct(
+ \Ess\M2ePro\Model\ActiveRecord\Component\Parent\Ebay\Factory $ebayParentFactory,
+ \Ess\M2ePro\Model\Factory $modelFactory,
+ Factory $activeRecordFactory,
+ \Ess\M2ePro\Helper\Factory $helperFactory,
+ \Magento\Framework\Model\Context $context,
+ \Magento\Framework\Registry $registry,
+ \Magento\Framework\Model\ResourceModel\AbstractResource $resource = null,
+ \Magento\Framework\Data\Collection\AbstractDb $resourceCollection = null,
+ array $data = []
+ ) {
+ $this->ebayParentFactory = $ebayParentFactory;
+
+ parent::__construct(
+ $modelFactory,
+ $activeRecordFactory,
+ $helperFactory,
+ $context,
+ $registry,
+ $resource,
+ $resourceCollection,
+ $data
+ );
+ }
+
+ //########################################
+
public function _construct()
{
parent::_construct();
@@ -88,7 +119,7 @@ public function delete()
public function getMarketplace()
{
if (is_null($this->marketplaceModel)) {
- $this->marketplaceModel = $this->getHelper('Component\Ebay')->getCachedObject(
+ $this->marketplaceModel = $this->ebayParentFactory->getCachedObjectLoaded(
'Marketplace', $this->getMarketplaceId()
);
}
diff --git a/Model/Ebay/Template/Shipping/Builder.php b/Model/Ebay/Template/Shipping/Builder.php
index b64e15cfd..13f5f2233 100644
--- a/Model/Ebay/Template/Shipping/Builder.php
+++ b/Model/Ebay/Template/Shipping/Builder.php
@@ -16,7 +16,7 @@ class Builder extends \Ess\M2ePro\Model\Ebay\Template\Builder\AbstractModel
//########################################
- function __construct(
+ public function __construct(
\Magento\Framework\App\ResourceConnection $resourceConnection,
\Ess\M2ePro\Model\ActiveRecord\Factory $activeRecordFactory,
\Ess\M2ePro\Model\ActiveRecord\Component\Parent\Ebay\Factory $ebayFactory,
diff --git a/Model/Ebay/Template/Synchronization.php b/Model/Ebay/Template/Synchronization.php
index 17a4f4634..b2be30f75 100644
--- a/Model/Ebay/Template/Synchronization.php
+++ b/Model/Ebay/Template/Synchronization.php
@@ -564,77 +564,6 @@ public function getStopWhenQtyCalculatedHasValueMax()
return $this->getData('stop_qty_calculated_value_max');
}
- // ---------------------------------------
-
- /**
- * @return bool
- */
- public function isScheduleEnabled()
- {
- return (int)$this->getData('schedule_mode') == 1;
- }
-
- /**
- * @return bool
- * @throws \Ess\M2ePro\Model\Exception\Logic
- */
- public function isScheduleIntervalNow()
- {
- $intervalSettings = $this->getSettings('schedule_interval_settings');
-
- if (empty($intervalSettings)) {
- return true;
- }
-
- if (!isset($intervalSettings['mode'], $intervalSettings['date_from'], $intervalSettings['date_to'])) {
- return true;
- }
-
- if ($intervalSettings['mode'] == 0) {
- return true;
- }
-
- $from = strtotime($intervalSettings['date_from']);
- $to = strtotime($intervalSettings['date_to']);
- $now = $this->getHelper('Data')->getCurrentGmtDate(true);
-
- return $now >= $from && $now <= $to;
- }
-
- /**
- * @return bool
- * @throws \Ess\M2ePro\Model\Exception\Logic
- */
- public function isScheduleWeekNow()
- {
- $weekSettings = $this->getSettings('schedule_week_settings');
-
- if (empty($weekSettings)) {
- return false;
- }
-
- $todayDayOfWeek = getdate($this->getHelper('Data')->getCurrentTimezoneDate(true));
- $todayDayOfWeek = strtolower($todayDayOfWeek['weekday']);
-
- if (!isset($weekSettings[$todayDayOfWeek])) {
- return false;
- }
-
- if (!isset($weekSettings[$todayDayOfWeek]['time_from'], $weekSettings[$todayDayOfWeek]['time_to'])) {
- return false;
- }
-
- $now = $this->getHelper('Data')->getCurrentTimezoneDate(true);
-
- list($fromHour,$fromMinute,$fromSecond) = explode(':',$weekSettings[$todayDayOfWeek]['time_from']);
- $from = mktime($fromHour,$fromMinute,$fromSecond, date('m',$now),date('d',$now),date('Y',$now));
-
- list($toHour,$toMinute,$toSecond) = explode(':',$weekSettings[$todayDayOfWeek]['time_to']);
- $to = mktime($toHour,$toMinute,$toSecond, date('m',$now),date('d',$now),date('Y',$now));
-
- return $now >= $from && $now <= $to;
- }
-
//########################################
/**
@@ -646,8 +575,7 @@ public function getDefaultSettings()
$this->getListDefaultSettings(),
$this->getReviseDefaultSettings(),
$this->getRelistDefaultSettings(),
- $this->getStopDefaultSettings(),
- $this->getScheduleDefaultSettings()
+ $this->getStopDefaultSettings()
);
}
@@ -741,24 +669,6 @@ public function getStopDefaultSettings()
);
}
- /**
- * @return array
- */
- public function getScheduleDefaultSettings()
- {
- return array(
- 'schedule_mode' => 0,
-
- 'schedule_interval_settings' => json_encode(array(
- 'mode' => 0,
- 'date_from' => $this->getHelper('Data')->getCurrentTimezoneDate(false,'Y-m-d'),
- 'date_to' => $this->getHelper('Data')->getCurrentTimezoneDate(false,'Y-m-d')
- )),
-
- 'schedule_week_settings' => json_encode(array())
- );
- }
-
//########################################
/**
diff --git a/Model/Ebay/Template/Synchronization/Builder.php b/Model/Ebay/Template/Synchronization/Builder.php
index 87a3af712..81f8a0e17 100644
--- a/Model/Ebay/Template/Synchronization/Builder.php
+++ b/Model/Ebay/Template/Synchronization/Builder.php
@@ -45,9 +45,6 @@ protected function prepareData(array &$data)
$defaultData = $this->activeRecordFactory->getObject('Ebay\Template\Synchronization')->getDefaultSettings();
- $defaultData['schedule_interval_settings'] = json_decode($defaultData['schedule_interval_settings'], true);
- $defaultData['schedule_week_settings'] = json_decode($defaultData['schedule_week_settings'], true);
-
$data = $this->getHelper('Data')->arrayReplaceRecursive($defaultData, $data);
$prepared = array_merge(
@@ -55,8 +52,7 @@ protected function prepareData(array &$data)
$this->prepareListData($data),
$this->prepareReviseData($data),
$this->prepareRelistData($data),
- $this->prepareStopData($data),
- $this->prepareScheduleData($data)
+ $this->prepareStopData($data)
);
return $prepared;
@@ -273,67 +269,5 @@ private function prepareStopData(array $data)
return $prepared;
}
- private function prepareScheduleData(array $data)
- {
- $prepared = array();
-
- if (isset($data['schedule_mode'])) {
- $prepared['schedule_mode'] = (int)$data['schedule_mode'];
- }
-
- // ---------------------------------------
-
- $intervalSettings = array(
- 'mode' => 0,
- 'date_from' => null,
- 'date_to' => null
- );
-
- if ($prepared['schedule_mode'] && isset($data['schedule_interval_settings']['mode'])) {
- $intervalSettings['mode'] = (int)$data['schedule_interval_settings']['mode'];
- }
-
- if ($intervalSettings['mode'] &&
- isset($data['schedule_interval_settings']['date_from']) &&
- isset($data['schedule_interval_settings']['date_to'])) {
-
- $intervalSettings['date_from'] = $this->getHelper('Data')->timezoneDateToGmt(
- $data['schedule_interval_settings']['date_from'].' 00:00:00'
- );
-
- $intervalSettings['date_to'] = $this->getHelper('Data')->timezoneDateToGmt(
- $data['schedule_interval_settings']['date_to'].' 23:59:59'
- );
- }
-
- $prepared['schedule_interval_settings'] = json_encode($intervalSettings);
-
- // ---------------------------------------
-
- $weekSettings = array();
- if (isset($data['schedule_week_days']) && $prepared['schedule_mode']) {
-
- foreach ($data['schedule_week_days'] as $weekDay) {
-
- if (!empty($data['schedule_week_settings'][$weekDay]['time_from']) &&
- !empty($data['schedule_week_settings'][$weekDay]['time_to'])) {
-
- $timeInfo = $data['schedule_week_settings'][$weekDay];
-
- $weekSettings[$weekDay] = array(
- 'time_from' => date('H:i:s', strtotime($timeInfo['time_from'])),
- 'time_to' => date('H:i:s', strtotime($timeInfo['time_to']))
- );
- }
- }
- }
-
- $prepared['schedule_week_settings'] = json_encode($weekSettings);
-
- // ---------------------------------------
-
- return $prepared;
- }
-
//########################################
}
\ No newline at end of file
diff --git a/Model/Factory.php b/Model/Factory.php
index 432da69fe..7a228bd55 100644
--- a/Model/Factory.php
+++ b/Model/Factory.php
@@ -48,33 +48,5 @@ public function getObject($modelName, array $arguments = [])
return $model;
}
- public function getCachedObject($modelName)
- {
- if ($this->helperFactory->getObject('Module')->isDevelopmentEnvironment()) {
- return $this->getObject($modelName);
- }
-
- $cacheKey = strtoupper($modelName);
- $cacheData = $this->helperFactory->getObject('Data\Cache\Permanent')->getValue($cacheKey);
-
- if ($cacheData !== false) {
- return $cacheData;
- }
-
- $cacheData = $this->getObject($modelName);
-
- if (!empty($cacheData)) {
-
- $this->helperFactory->getObject('Data\Cache\Permanent')->setValue(
- $cacheKey,
- $cacheData,
- $cacheData->getCacheGroupTags(),
- $cacheData->getCacheLifetime()
- );
- }
-
- return $cacheData;
- }
-
//########################################
}
diff --git a/Model/Item.php b/Model/Item.php
index 0fdf8d6b9..8d61b8880 100644
--- a/Model/Item.php
+++ b/Model/Item.php
@@ -14,14 +14,14 @@ class Item extends \Ess\M2ePro\Model\AbstractModel
//########################################
- function __construct(
+ public function __construct(
\Magento\Framework\App\ResourceConnection $resourceConnection,
\Ess\M2ePro\Helper\Factory $helperFactory,
\Ess\M2ePro\Model\Factory $modelFactory
)
{
$this->resourceConnection = $resourceConnection;
- parent::__construct($helperFactory, $modelFactory); // TODO: Change the autogenerated stub
+ parent::__construct($helperFactory, $modelFactory);
}
//########################################
diff --git a/Model/Listing.php b/Model/Listing.php
index 13a2497a0..2eb09652a 100644
--- a/Model/Listing.php
+++ b/Model/Listing.php
@@ -102,10 +102,10 @@ public function isLocked()
//########################################
- public function save()
+ public function save($reloadOnCreate = false)
{
$this->getHelper('Data\Cache\Permanent')->removeTagValues('listing');
- return parent::save();
+ return parent::save($reloadOnCreate);
}
//########################################
@@ -136,8 +136,8 @@ public function delete()
// M2ePro\TRANSLATIONS
// Listing was successfully deleted
'Listing was successfully deleted',
- \Ess\M2ePro\Model\Log\AbstractLog::TYPE_NOTICE,
- \Ess\M2ePro\Model\Log\AbstractLog::PRIORITY_HIGH
+ \Ess\M2ePro\Model\Log\AbstractModel::TYPE_NOTICE,
+ \Ess\M2ePro\Model\Log\AbstractModel::PRIORITY_HIGH
);
$this->accountModel = NULL;
@@ -491,8 +491,8 @@ public function addProduct($product, $checkingMode = false, $checkHasProduct = t
// M2ePro\TRANSLATIONS
// Item was successfully Added
'Item was successfully Added',
- \Ess\M2ePro\Model\Log\AbstractLog::TYPE_NOTICE,
- \Ess\M2ePro\Model\Log\AbstractLog::PRIORITY_LOW,
+ \Ess\M2ePro\Model\Log\AbstractModel::TYPE_NOTICE,
+ \Ess\M2ePro\Model\Log\AbstractModel::PRIORITY_LOW,
$logAdditionalInfo
);
// ---------------------------------------
@@ -596,8 +596,8 @@ public function removeDeletedProduct($product)
NULL,
\Ess\M2ePro\Model\Listing\Log::ACTION_DELETE_PRODUCT_FROM_MAGENTO,
NULL,
- \Ess\M2ePro\Model\Log\AbstractLog::TYPE_WARNING,
- \Ess\M2ePro\Model\Log\AbstractLog::PRIORITY_HIGH);
+ \Ess\M2ePro\Model\Log\AbstractModel::TYPE_WARNING,
+ \Ess\M2ePro\Model\Log\AbstractModel::PRIORITY_HIGH);
}
$processedListings = array();
@@ -642,8 +642,8 @@ public function removeDeletedProduct($product)
// M2ePro\TRANSLATIONS
// Variation Option was deleted. Item was reset.
'Variation Option was deleted. Item was reset.',
- \Ess\M2ePro\Model\Log\AbstractLog::TYPE_WARNING,
- \Ess\M2ePro\Model\Log\AbstractLog::PRIORITY_HIGH);
+ \Ess\M2ePro\Model\Log\AbstractModel::TYPE_WARNING,
+ \Ess\M2ePro\Model\Log\AbstractModel::PRIORITY_HIGH);
}
foreach ($listingsProductsForRemove as $listingProduct) {
diff --git a/Model/Listing/Auto/Actions/Listing.php b/Model/Listing/Auto/Actions/Listing.php
index c9aea858a..e8f2563d0 100644
--- a/Model/Listing/Auto/Actions/Listing.php
+++ b/Model/Listing/Auto/Actions/Listing.php
@@ -22,7 +22,7 @@ abstract class Listing extends \Ess\M2ePro\Model\AbstractModel
//########################################
- function __construct(
+ public function __construct(
\Ess\M2ePro\Model\ActiveRecord\Factory $activeRecordFactory,
\Ess\M2ePro\Helper\Factory $helperFactory,
\Ess\M2ePro\Model\Factory $modelFactory
@@ -124,8 +124,8 @@ protected function logAddedToMagentoProduct(Product $listingProduct)
// M2ePro_TRANSLATIONS
// Product was successfully Added
'Product was successfully Added',
- \Ess\M2ePro\Model\Log\AbstractLog::TYPE_NOTICE,
- \Ess\M2ePro\Model\Log\AbstractLog::PRIORITY_LOW);
+ \Ess\M2ePro\Model\Log\AbstractModel::TYPE_NOTICE,
+ \Ess\M2ePro\Model\Log\AbstractModel::PRIORITY_LOW);
}
//########################################
diff --git a/Model/Listing/Auto/Actions/Mode/AbstractMode.php b/Model/Listing/Auto/Actions/Mode/AbstractMode.php
index a38f6c443..98a457c2e 100644
--- a/Model/Listing/Auto/Actions/Mode/AbstractMode.php
+++ b/Model/Listing/Auto/Actions/Mode/AbstractMode.php
@@ -21,7 +21,7 @@ abstract class AbstractMode extends \Ess\M2ePro\Model\AbstractModel
//########################################
- function __construct(
+ public function __construct(
\Ess\M2ePro\Model\ActiveRecord\Factory $activeRecordFactory,
\Ess\M2ePro\Model\ActiveRecord\Component\Parent\Factory $parentFactory,
\Magento\Store\Model\StoreManagerInterface $storeManager,
diff --git a/Model/Listing/Log.php b/Model/Listing/Log.php
index e5c277267..065443d5c 100644
--- a/Model/Listing/Log.php
+++ b/Model/Listing/Log.php
@@ -8,7 +8,7 @@
namespace Ess\M2ePro\Model\Listing;
-class Log extends \Ess\M2ePro\Model\Log\AbstractLog
+class Log extends \Ess\M2ePro\Model\Log\AbstractModel
{
const ACTION_UNKNOWN = 1;
const _ACTION_UNKNOWN = 'System';
@@ -78,9 +78,8 @@ class Log extends \Ess\M2ePro\Model\Log\AbstractLog
const ACTION_CHANNEL_CHANGE = 25;
const _ACTION_CHANNEL_CHANGE = 'Change Item on Channel';
-// TODO NOT SUPPORTED FEATURES
-// const ACTION_TRANSLATE_PRODUCT = 28;
-// const _ACTION_TRANSLATE_PRODUCT = 'Translation';
+ const ACTION_TRANSLATE_PRODUCT = 28;
+ const _ACTION_TRANSLATE_PRODUCT = 'Translation';
//########################################
diff --git a/Model/Listing/Other.php b/Model/Listing/Other.php
index 5cbd4ba80..a97b6ac16 100644
--- a/Model/Listing/Other.php
+++ b/Model/Listing/Other.php
@@ -348,8 +348,8 @@ public function mapProduct($productId, $logsInitiator = \Ess\M2ePro\Helper\Data:
// M2ePro\TRANSLATIONS
// Item was successfully Mapped
'Item was successfully Mapped',
- \Ess\M2ePro\Model\Log\AbstractLog::TYPE_NOTICE,
- \Ess\M2ePro\Model\Log\AbstractLog::PRIORITY_MEDIUM);
+ \Ess\M2ePro\Model\Log\AbstractModel::TYPE_NOTICE,
+ \Ess\M2ePro\Model\Log\AbstractModel::PRIORITY_MEDIUM);
}
/**
@@ -370,8 +370,8 @@ public function unmapProduct($logsInitiator = \Ess\M2ePro\Helper\Data::INITIATOR
// M2ePro\TRANSLATIONS
// Item was successfully Unmapped
'Item was successfully Unmapped',
- \Ess\M2ePro\Model\Log\AbstractLog::TYPE_NOTICE,
- \Ess\M2ePro\Model\Log\AbstractLog::PRIORITY_MEDIUM);
+ \Ess\M2ePro\Model\Log\AbstractModel::TYPE_NOTICE,
+ \Ess\M2ePro\Model\Log\AbstractModel::PRIORITY_MEDIUM);
}
//########################################
diff --git a/Model/Listing/Other/Log.php b/Model/Listing/Other/Log.php
index 0ef3fa6c3..c0dcc5e02 100644
--- a/Model/Listing/Other/Log.php
+++ b/Model/Listing/Other/Log.php
@@ -8,7 +8,7 @@
namespace Ess\M2ePro\Model\Listing\Other;
-class Log extends \Ess\M2ePro\Model\Log\AbstractLog
+class Log extends \Ess\M2ePro\Model\Log\AbstractModel
{
const ACTION_UNKNOWN = 1;
const _ACTION_UNKNOWN = 'System';
diff --git a/Model/Listing/Product.php b/Model/Listing/Product.php
index 63691dd04..3fe473858 100644
--- a/Model/Listing/Product.php
+++ b/Model/Listing/Product.php
@@ -100,8 +100,8 @@ public function delete()
// M2ePro\TRANSLATIONS
// Item was successfully Deleted
'Item was successfully Deleted',
- \Ess\M2ePro\Model\Log\AbstractLog::TYPE_NOTICE,
- \Ess\M2ePro\Model\Log\AbstractLog::PRIORITY_MEDIUM);
+ \Ess\M2ePro\Model\Log\AbstractModel::TYPE_NOTICE,
+ \Ess\M2ePro\Model\Log\AbstractModel::PRIORITY_MEDIUM);
$this->listingModel = NULL;
$this->magentoProductModel = NULL;
diff --git a/Model/Listing/Product/PriceCalculator.php b/Model/Listing/Product/PriceCalculator.php
index ea486fb14..9b77d9727 100644
--- a/Model/Listing/Product/PriceCalculator.php
+++ b/Model/Listing/Product/PriceCalculator.php
@@ -182,7 +182,7 @@ protected function getListing()
}
/**
- * @return \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Component\Child\AbstractDb
+ * @return \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Component\Child\AbstractModel
*/
protected function getComponentListing()
{
@@ -192,7 +192,7 @@ protected function getComponentListing()
// ---------------------------------------
/**
- * @return \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Component\Child\AbstractDb
+ * @return \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Component\Child\AbstractModel
*/
protected function getComponentProduct()
{
@@ -719,7 +719,7 @@ protected function modifyValueByCoefficient($value)
return $value;
}
- if (strpos($coefficient, '%')) {
+ if (strpos($coefficient, '%') !== false) {
$coefficient = str_replace('%', '', $coefficient);
diff --git a/Model/Listing/Product/QtyCalculator.php b/Model/Listing/Product/QtyCalculator.php
index 14815ccc2..fa00038d9 100644
--- a/Model/Listing/Product/QtyCalculator.php
+++ b/Model/Listing/Product/QtyCalculator.php
@@ -31,7 +31,7 @@ abstract class QtyCalculator extends \Ess\M2ePro\Model\AbstractModel
//########################################
- function __construct(
+ public function __construct(
\Ess\M2ePro\Model\Config\Manager\Module $moduleConfig,
\Ess\M2ePro\Helper\Factory $helperFactory,
\Ess\M2ePro\Model\Factory $modelFactory
diff --git a/Model/LockItem.php b/Model/LockItem.php
index cc10ce53c..e5b704261 100644
--- a/Model/LockItem.php
+++ b/Model/LockItem.php
@@ -140,11 +140,6 @@ public function activate()
$parentLockModel->getId() && $parentLockModel->activate();
}
- if ($lockModel->getData('kill_now')) {
- $this->remove();
- exit('kill now.');
- }
-
$lockModel->setData('data',$lockModel->getData('data'))->save();
return true;
diff --git a/Model/Log/AbstractLog.php b/Model/Log/AbstractModel.php
similarity index 61%
rename from Model/Log/AbstractLog.php
rename to Model/Log/AbstractModel.php
index 4c10bb30e..7d22b036d 100644
--- a/Model/Log/AbstractLog.php
+++ b/Model/Log/AbstractModel.php
@@ -9,7 +9,7 @@
use Ess\M2ePro\Model\Exception;
-class AbstractLog extends \Ess\M2ePro\Model\ActiveRecord\AbstractModel
+abstract class AbstractModel extends \Ess\M2ePro\Model\ActiveRecord\AbstractModel
{
const TYPE_NOTICE = 1;
const TYPE_SUCCESS = 2;
@@ -131,129 +131,6 @@ public function getStatusByActionId($actionId)
return $this->getHelper('Data')->getMainStatus($statuses);
}
- // ---------------------------------------
-
- /**
- * @param string $string
- * @param array $params
- * @param array $links
- * @return string
- */
- public function encodeDescription($string, array $params = array(), array $links = array())
- {
- if (count($params) <= 0 && count($links) <= 0) {
- return $string;
- }
-
- $descriptionData = array(
- 'string' => $string,
- 'params' => $params,
- 'links' => $links
- );
-
- return json_encode($descriptionData);
- }
-
- /**
- * @param string $string
- * @return string
- */
- public function decodeDescription($string)
- {
- if (!is_string($string) || $string == '') {
- return '';
- }
-
- if ($string{0} != '{') {
- return $this->getHelper('Module\Translation')->__($string);
- }
-
- $descriptionData = json_decode($string,true);
- $string = $this->getHelper('Module\Translation')->__($descriptionData['string']);
-
- if (!empty($descriptionData['params'])) {
- $string = $this->addPlaceholdersToMessage($string, $descriptionData['params']);
- }
-
- if (!empty($descriptionData['links'])) {
- $string = $this->addLinksToMessage($string, $descriptionData['links']);
- }
-
- return $string;
- }
-
- // ---------------------------------------
-
- protected function addPlaceholdersToMessage($string, $params)
- {
- foreach ($params as $key=>$value) {
-
- if (isset($value{0}) && $value{0} == '{') {
- $tempValueArray = json_decode($value, true);
- is_array($tempValueArray) && $value = $this->decodeDescription($value);
- }
-
- if ($key{0} == '!') {
- $key = substr($key,1);
- } else {
- $value = $this->getHelper('Module\Translation')->__($value);
- }
-
- $string = str_replace('%'.$key.'%',$value,$string);
- }
-
- return $string;
- }
-
- protected function addLinksToMessage($string, $links)
- {
- $readMoreLinks = array();
- $resultString = $string;
-
- foreach ($links as $link) {
- preg_match('/!\w*_start!/', $resultString, $foundedStartMatches);
-
- if (count($foundedStartMatches) == 0) {
- $readMoreLinks[] = $link;
- continue;
- } else {
-
- $startPart = $foundedStartMatches[0];
- $endPart = str_replace('start', 'end', $startPart);
-
- $wasFoundEndMatches = strpos($resultString, $endPart);
-
- if ($wasFoundEndMatches !== false) {
-
- $openLinkTag = '';
- $closeLinkTag = ' ';
-
- $resultString = str_replace($startPart, $openLinkTag, $resultString);
- $resultString = str_replace($endPart, $closeLinkTag, $resultString);
-
- } else {
- $readMoreLinks[] = $link;
- }
- }
- }
-
- if (count($readMoreLinks) > 0) {
-
- $translation = $this->getHelper('Module\Translation');
-
- foreach ($readMoreLinks as &$link) {
- $link = '' . $translation->__('here') . ' ';
- }
-
- $delimiter = $translation->__('or');
- $readMoreString = $translation->__('Details').' '.implode(' '.$delimiter.' ', $readMoreLinks).'.';
-
- $resultString .= ' ' . $readMoreString;
- }
-
- return $resultString;
- }
-
//########################################
protected function getActionTitleByClass($class, $type)
diff --git a/Model/M2ePro/Connector/Dispatcher.php b/Model/M2ePro/Connector/Dispatcher.php
index 3be8b022c..eba608226 100644
--- a/Model/M2ePro/Connector/Dispatcher.php
+++ b/Model/M2ePro/Connector/Dispatcher.php
@@ -14,7 +14,7 @@ class Dispatcher extends \Ess\M2ePro\Model\AbstractModel
//####################################
- function __construct(
+ public function __construct(
\Magento\Framework\Code\NameBuilder $nameBuilder,
\Ess\M2ePro\Helper\Factory $helperFactory,
\Ess\M2ePro\Model\Factory $modelFactory
diff --git a/Model/Magento/Attribute/Builder.php b/Model/Magento/Attribute/Builder.php
index 8bab956a2..74d91938a 100644
--- a/Model/Magento/Attribute/Builder.php
+++ b/Model/Magento/Attribute/Builder.php
@@ -206,12 +206,18 @@ private function getOptionCode($optionValue)
private function prepareDefault(&$data)
{
- if ($this->isDateType() || $this->isBooleanType() || $this->isTextAreaType() || $this->isTextType()) {
+ if ($this->isDateType() || $this->isTextAreaType() || $this->isTextType()) {
$data['default_value'] = (string)$this->params['default_value'];
return;
}
+ if ($this->isBooleanType()) {
+
+ $data['default_value'] = (int)(strtolower($this->params['default_value']) == 'yes');
+ return;
+ }
+
if ($this->isSelectType() || $this->isMultipleSelectType()) {
$defaultValues = is_array($this->params['default_value']) ? $this->params['default_value']
diff --git a/Model/Magento/Product.php b/Model/Magento/Product.php
index 1a259ac11..b29771d04 100644
--- a/Model/Magento/Product.php
+++ b/Model/Magento/Product.php
@@ -50,6 +50,7 @@ class Product extends \Ess\M2ePro\Model\AbstractModel
public static $statistics = [];
+ protected $driverPool;
protected $resourceModel;
protected $productFactory;
protected $websiteFactory;
@@ -92,6 +93,7 @@ class Product extends \Ess\M2ePro\Model\AbstractModel
//########################################
public function __construct(
+ \Magento\Framework\Filesystem\DriverPool $driverPool,
\Magento\Framework\App\ResourceConnection $resourceModel,
\Magento\Catalog\Model\ProductFactory $productFactory,
\Magento\Store\Model\WebsiteFactory $websiteFactory,
@@ -108,6 +110,7 @@ public function __construct(
\Ess\M2ePro\Helper\Factory $helperFactory
)
{
+ $this->driverPool = $driverPool;
$this->resourceModel = $resourceModel;
$this->productFactory = $productFactory;
$this->websiteFactory = $websiteFactory;
@@ -433,9 +436,8 @@ public function getNameByProductId($productId, $storeId = \Magento\Store\Model\S
$resource = $this->resourceModel;
$cacheHelper = $this->helperFactory->getObject('Data\Cache\Permanent');
- $attributeCacheKey = '_name_attribute_id_';
- if (($attributeId = $cacheHelper->getValue($attributeCacheKey)) === false) {
+ if (($attributeId = $cacheHelper->getValue(__METHOD__)) === NULL) {
$attributeId = $resource->getConnection('core_read')
->select()
@@ -446,7 +448,7 @@ public function getNameByProductId($productId, $storeId = \Magento\Store\Model\S
->query()
->fetchColumn();
- $cacheHelper->setValue($attributeCacheKey, $attributeId);
+ $cacheHelper->setValue(__METHOD__, $attributeId);
}
$storeIds = [(int)$storeId, \Magento\Store\Model\Store::DEFAULT_STORE_ID];
@@ -1151,6 +1153,10 @@ public function getAttributeValue($attributeCode)
}
}
+ if ($value instanceof \Magento\Framework\Phrase) {
+ $value = $value->render();
+ }
+
return is_string($value) ? $value : '';
}
@@ -1175,9 +1181,8 @@ public function getThumbnailImage()
$resource = $this->resourceModel;
$cacheHelper = $this->helperFactory->getObject('Data\Cache\Permanent');
- $cacheKey = '_thumbnail_attribute_id_';
- if (($attributeId = $cacheHelper->getValue($cacheKey)) === false) {
+ if (($attributeId = $cacheHelper->getValue(__METHOD__)) === NULL) {
$attributeId = $resource->getConnection()
->select()
@@ -1188,7 +1193,7 @@ public function getThumbnailImage()
->query()
->fetchColumn();
- $cacheHelper->setValue($cacheKey, $attributeId);
+ $cacheHelper->setValue(__METHOD__, $attributeId);
}
$storeIds = [(int)$this->getStoreId(), \Magento\Store\Model\Store::DEFAULT_STORE_ID];
@@ -1233,13 +1238,14 @@ public function getThumbnailImage()
$width = 100;
$height = 100;
+ $fileDriver = $this->driverPool->getDriver(\Magento\Framework\Filesystem\DriverPool::FILE);
$prefixResizedImage = "resized-{$width}px-{$height}px-";
$imagePathResized = dirname($image->getPath())
.DIRECTORY_SEPARATOR
.$prefixResizedImage
.basename($image->getPath());
- if (is_file($imagePathResized)) {
+ if ($fileDriver->isFile($imagePathResized)) {
$currentTime = $this->helperFactory->getObject('Data')->getCurrentGmtDate(true);
@@ -1252,7 +1258,7 @@ public function getThumbnailImage()
return $image;
}
- @unlink($imagePathResized);
+ $fileDriver->deleteFile($imagePathResized);
}
try {
@@ -1270,7 +1276,7 @@ public function getThumbnailImage()
return null;
}
- if (!is_file($imagePathResized)) {
+ if (!$fileDriver->isFile($imagePathResized)) {
return null;
}
@@ -1449,7 +1455,7 @@ public function getVariationInstance()
{
if (is_null($this->_variationInstance)) {
$this->_variationInstance = $this->modelFactory
- ->getCachedObject('Magento\Product\Variation')
+ ->getObject('Magento\Product\Variation')
->setMagentoProduct($this);
}
diff --git a/Model/Magento/Product/Builder.php b/Model/Magento/Product/Builder.php
index 494c72676..f3990842a 100644
--- a/Model/Magento/Product/Builder.php
+++ b/Model/Magento/Product/Builder.php
@@ -10,6 +10,7 @@
class Builder extends \Ess\M2ePro\Model\AbstractModel
{
+ protected $driverPool;
protected $filesystem;
protected $storeFactory;
protected $stockItemFactory;
@@ -23,6 +24,7 @@ class Builder extends \Ess\M2ePro\Model\AbstractModel
//########################################
public function __construct(
+ \Magento\Framework\Filesystem\DriverPool $driverPool,
\Magento\Framework\Filesystem $filesystem,
\Magento\Store\Model\StoreFactory $storeFactory,
\Magento\CatalogInventory\Api\Data\StockItemInterfaceFactory $stockItemFactory,
@@ -33,6 +35,7 @@ public function __construct(
\Ess\M2ePro\Model\Factory $modelFactory
)
{
+ $this->driverPool = $driverPool;
$this->filesystem = $filesystem;
$this->storeFactory = $storeFactory;
$this->stockItemFactory = $stockItemFactory;
@@ -106,13 +109,13 @@ private function createProduct()
$this->product->setData('small_image', $firstImage);
$this->product->setData('media_gallery', array(
- 'images' => json_encode($gallery),
- 'values' => json_encode(array(
+ 'images' => $gallery,
+ 'values' => array(
'main' => $firstImage,
'image' => $firstImage,
'small_image' => $firstImage,
'thumbnail' => $firstImage
- ))
+ )
));
}
@@ -152,14 +155,17 @@ private function makeGallery()
return array();
}
+ $fileDriver = $this->driverPool->getDriver(\Magento\Framework\Filesystem\DriverPool::FILE);
$tempMediaPath = $this->filesystem->getDirectoryRead(
\Magento\Framework\App\Filesystem\DirectoryList::MEDIA
- )->getAbsolutePath();
+ )->getAbsolutePath()
+ . $this->productMediaConfig->getBaseTmpMediaPath() . DIRECTORY_SEPARATOR;
+
$gallery = array();
$imagePosition = 1;
foreach ($this->getData('images') as $tempImageName) {
- if (!is_file($tempMediaPath . $tempImageName)) {
+ if (!$fileDriver->isFile($tempMediaPath . $tempImageName)) {
continue;
}
@@ -167,8 +173,7 @@ private function makeGallery()
'file' => $tempImageName,
'label' => '',
'position' => $imagePosition++,
- 'disabled' => 0,
- 'removed' => 0
+ 'disabled' => 0
);
}
diff --git a/Model/Magento/Product/Cache.php b/Model/Magento/Product/Cache.php
index 7807258e8..d2077e9bb 100644
--- a/Model/Magento/Product/Cache.php
+++ b/Model/Magento/Product/Cache.php
@@ -17,7 +17,7 @@ class Cache extends \Ess\M2ePro\Model\Magento\Product
public function getCacheValue($key)
{
$key = sha1('magento_product_'.$this->getProductId().'_'.$this->getStoreId().'_'.json_encode($key));
- return $this->getHelper('Data\Cache\Session')->getValue($key);
+ return $this->getHelper('Data\Cache\Runtime')->getValue($key);
}
public function setCacheValue($key, $value)
@@ -28,12 +28,12 @@ public function setCacheValue($key, $value)
'magento_product_'.$this->getProductId().'_'.$this->getStoreId()
);
- return $this->getHelper('Data\Cache\Session')->setValue($key, $value, $tags);
+ return $this->getHelper('Data\Cache\Runtime')->setValue($key, $value, $tags);
}
public function clearCache()
{
- return $this->getHelper('Data\Cache\Session')->removeTagValues(
+ return $this->getHelper('Data\Cache\Runtime')->removeTagValues(
'magento_product_'.$this->getProductId().'_'.$this->getStoreId()
);
}
diff --git a/Model/Magento/Product/Image.php b/Model/Magento/Product/Image.php
index 8a7c172e5..389a1761f 100644
--- a/Model/Magento/Product/Image.php
+++ b/Model/Magento/Product/Image.php
@@ -12,6 +12,7 @@
Class Image extends AbstractModel
{
+ protected $driverPool;
protected $storeManager;
protected $mediaConfig;
protected $filesystem;
@@ -24,7 +25,8 @@
//########################################
- function __construct(
+ public function __construct(
+ \Magento\Framework\Filesystem\DriverPool $driverPool,
\Magento\Store\Model\StoreManagerInterface $storeManager,
\Magento\Catalog\Model\Product\Media\Config $mediaConfig,
\Magento\Framework\Filesystem $filesystem,
@@ -32,6 +34,7 @@ function __construct(
\Ess\M2ePro\Model\Factory $modelFactory
)
{
+ $this->driverPool = $driverPool;
$this->storeManager = $storeManager;
$this->mediaConfig = $mediaConfig;
$this->filesystem = $filesystem;
@@ -131,7 +134,8 @@ public function setStoreId($storeId)
public function isSelfHosted()
{
- return $this->getPath() && is_file($this->getPath());
+ $fileDriver = $this->driverPool->getDriver(\Magento\Framework\Filesystem\DriverPool::FILE);
+ return $this->getPath() && $fileDriver->isFile($this->getPath());
}
//########################################
diff --git a/Model/Magento/Product/Rule.php b/Model/Magento/Product/Rule.php
index b19723e01..18944d4d3 100644
--- a/Model/Magento/Product/Rule.php
+++ b/Model/Magento/Product/Rule.php
@@ -253,7 +253,7 @@ public function setAttributesFilterToCollection(\Magento\Framework\Data\Collecti
return;
}
- $this->_productIds = array();
+ $this->_productIds = [];
$this->getConditions()->collectValidatedAttributes($collection);
$idFieldName = $collection->getIdFieldName();
@@ -263,16 +263,16 @@ public function setAttributesFilterToCollection(\Magento\Framework\Data\Collecti
$this->resourceIterator->walk(
$collection->getSelect(),
- array(array($this, 'callbackValidateProduct')),
- array(
+ [[$this, 'callbackValidateProduct']],
+ [
'attributes' => $this->getCollectedAttributes(),
'product' => $this->productFactory->create(),
'store_id' => $collection->getStoreId(),
'id_field_name' => $idFieldName
- )
+ ]
);
- $collection->addFieldToFilter($idFieldName, array('in' => $this->_productIds));
+ $collection->addFieldToFilter($idFieldName, ['in' => $this->_productIds]);
}
//########################################
@@ -303,7 +303,7 @@ protected function getConditionInstance($prefix)
->setPrefix($prefix)
->setValue(true)
->setId(1)
- ->setData($prefix, array());
+ ->setData($prefix, []);
if (!is_null($this->getCustomOptionsFlag())) {
$conditionInstance->setCustomOptionsFlag($this->getCustomOptionsFlag());
@@ -314,13 +314,13 @@ protected function getConditionInstance($prefix)
protected function _convertFlatToRecursive(array $data, $prefix)
{
- $arr = array();
+ $arr = [];
foreach ($data as $id=>$value) {
$path = explode('--', $id);
$node =& $arr;
for ($i=0, $l=sizeof($path); $i<$l; $i++) {
if (!isset($node[$prefix][$path[$i]])) {
- $node[$prefix][$path[$i]] = array();
+ $node[$prefix][$path[$i]] = [];
}
$node =& $node[$prefix][$path[$i]];
}
diff --git a/Model/Magento/Product/Rule/Condition/AbstractCondition.php b/Model/Magento/Product/Rule/Condition/AbstractModel.php
similarity index 97%
rename from Model/Magento/Product/Rule/Condition/AbstractCondition.php
rename to Model/Magento/Product/Rule/Condition/AbstractModel.php
index f70089527..b292f2acf 100644
--- a/Model/Magento/Product/Rule/Condition/AbstractCondition.php
+++ b/Model/Magento/Product/Rule/Condition/AbstractModel.php
@@ -8,7 +8,7 @@
namespace Ess\M2ePro\Model\Magento\Product\Rule\Condition;
-abstract class AbstractCondition extends \Magento\Framework\DataObject
+abstract class AbstractModel extends \Ess\M2ePro\Model\AbstractModel
implements \Magento\Rule\Model\Condition\ConditionInterface
{
/**
@@ -45,8 +45,8 @@ abstract class AbstractCondition extends \Magento\Framework\DataObject
//########################################
public function __construct(
- \Ess\M2ePro\Model\Factory $modelFactory,
\Ess\M2ePro\Helper\Factory $helperFactory,
+ \Ess\M2ePro\Model\Factory $modelFactory,
\Magento\Rule\Model\Condition\Context $context,
array $data = []
)
@@ -57,7 +57,7 @@ public function __construct(
$this->_localeDate = $context->getLocaleDate();
$this->_layout = $context->getLayout();
- parent::__construct($data);
+ parent::__construct($helperFactory, $modelFactory, $data);
$this->loadAttributeOptions()->loadOperatorOptions()->loadValueOptions();
@@ -386,12 +386,15 @@ public function asHtmlRecursive()
public function getTypeElement()
{
- return $this->getForm()->addField($this->getPrefix() . '__' . $this->getId() . '__type', 'hidden', array(
- 'name' => 'rule[' . $this->getPrefix() . '][' . $this->getId() . '][type]',
- 'value' => $this->getType(),
- 'no_span' => true,
- 'class' => 'hidden',
- ));
+ return $this->getForm()->addField($this->getPrefix() . '__' . $this->getId() . '__type',
+ 'hidden',
+ [
+ 'name' => 'rule[' . $this->getPrefix() . '][' . $this->getId() . '][type]',
+ 'value' => $this->getType(),
+ 'no_span' => true,
+ 'class' => 'hidden',
+ ]
+ );
}
public function getTypeElementHtml()
@@ -488,7 +491,7 @@ public function getValueElement()
if ($this->getInputType()=='date') {
// date format intentionally hard-coded
$elementParams['input_format'] = \Magento\Framework\Stdlib\DateTime::DATE_INTERNAL_FORMAT;
- $elementParams['format'] = \Magento\Framework\Stdlib\DateTime::DATE_INTERNAL_FORMAT;
+ $elementParams['date_format'] = \Magento\Framework\Stdlib\DateTime::DATE_INTERNAL_FORMAT;
}
return $this->getForm()->addField($this->getPrefix().'__'.$this->getId().'__value',
$this->getValueElementType(),
diff --git a/Model/Magento/Product/Rule/Condition/Combine.php b/Model/Magento/Product/Rule/Condition/Combine.php
index 1f4db3187..354780a26 100644
--- a/Model/Magento/Product/Rule/Condition/Combine.php
+++ b/Model/Magento/Product/Rule/Condition/Combine.php
@@ -8,7 +8,7 @@
namespace Ess\M2ePro\Model\Magento\Product\Rule\Condition;
-class Combine extends AbstractCondition
+class Combine extends AbstractModel
{
protected $_logger;
protected $_useCustomOptions = true;
@@ -18,16 +18,16 @@ class Combine extends AbstractCondition
//########################################
public function __construct(
- \Ess\M2ePro\Model\Factory $modelFactory,
\Ess\M2ePro\Helper\Factory $helperFactory,
+ \Ess\M2ePro\Model\Factory $modelFactory,
\Magento\Rule\Model\Condition\Context $context,
array $data = []
)
{
$this->_logger = $context->getLogger();
- parent::__construct($modelFactory, $helperFactory, $context, $data);
+ parent::__construct($helperFactory, $modelFactory, $context, $data);
- $this->setType('Magento\Rule\Model\Condition\Combine')
+ $this->setType('Magento\Product\Rule\Condition\Combine')
->setAggregator('all')
->setValue(true)
->setConditions(array())
diff --git a/Model/Magento/Product/Rule/Condition/Product.php b/Model/Magento/Product/Rule/Condition/Product.php
index 0ed9aafa5..1aaebd3ca 100644
--- a/Model/Magento/Product/Rule/Condition/Product.php
+++ b/Model/Magento/Product/Rule/Condition/Product.php
@@ -8,7 +8,7 @@
namespace Ess\M2ePro\Model\Magento\Product\Rule\Condition;
-class Product extends AbstractCondition
+class Product extends AbstractModel
{
protected $url;
protected $config;
@@ -43,7 +43,7 @@ public function __construct(
$this->attrSetCollection = $attrSetCollection;
$this->productFactory = $productFactory;
$this->localeFormat = $localeFormat;
- parent::__construct($modelFactory, $helperFactory, $context, $data);
+ parent::__construct($helperFactory, $modelFactory, $context, $data);
}
//########################################
@@ -129,7 +129,9 @@ public function getValueElementRenderer()
return $this->_layout->getBlockSingleton($this->getValueElementType());
}
- return $this->_layout->getBlockSingleton('Ess\M2ePro\Adminhtml\Magento\Product\Rule\Renderer\Editable');
+ return $this->_layout->getBlockSingleton(
+ 'Ess\M2ePro\Block\Adminhtml\Magento\Product\Rule\Renderer\Editable'
+ );
}
//########################################
@@ -152,7 +154,7 @@ public function getValueElementChooserUrl()
'form' => $this->getJsFormObject()
);
- return $this->url->getUrl('*/adminhtml_general/getRuleConditionChooserHtml', $urlParameters);
+ return $this->url->getUrl('*/general/getRuleConditionChooserHtml', $urlParameters);
}
//########################################
@@ -210,7 +212,7 @@ protected function _addSpecialAttributes(array &$attributes)
foreach ($this->getCustomFilters() as $filterId => $instanceName) {
$customFilterInstance = $this->getCustomFilterInstance($filterId);
- if ($customFilterInstance instanceof \Ess\M2ePro\Model\Magento\Product\Rule\Custom\AbstractCustom) {
+ if ($customFilterInstance instanceof \Ess\M2ePro\Model\Magento\Product\Rule\Custom\AbstractModel) {
$attributes[$filterId] = $customFilterInstance->getLabel();
}
}
@@ -332,7 +334,7 @@ public function getValueAfterElementHtml()
switch ($this->getAttribute()) {
case 'sku': case 'category_ids':
- $image = $this->_assetRepo->getUrl('M2ePro/images/rule_chooser_trigger.gif');
+ $image = $this->_assetRepo->getUrl('Ess_M2ePro::images/rule_chooser_trigger.gif');
break;
}
@@ -450,13 +452,13 @@ public function getValueElement()
if ($this->isFilterCustom($this->getAttribute())
&& $this->getCustomFilterInstance($this->getAttribute())->getInputType() == 'date'
) {
- $element->setImage($this->_assetRepo->getUrl('M2ePro/images/grid-cal.gif'));
+ $element->setImage($this->_assetRepo->getUrl('Ess_M2ePro::images/grid-cal.gif'));
}
if (is_object($this->getAttributeObject())) {
switch ($this->getAttributeObject()->getFrontendInput()) {
case 'date':
- $element->setImage($this->_assetRepo->getUrl('M2ePro/images/grid-cal.gif'));
+ $element->setImage($this->_assetRepo->getUrl('Ess_M2ePro::images/grid-cal.gif'));
break;
}
}
@@ -565,7 +567,7 @@ protected function isFilterCustom($filterId)
/**
* @param $filterId
- * @return \Ess\M2ePro\Model\Magento\Product\Rule\Custom\AbstractCustom
+ * @return \Ess\M2ePro\Model\Magento\Product\Rule\Custom\AbstractModel
*/
protected function getCustomFilterInstance($filterId)
{
diff --git a/Model/Magento/Product/Rule/Custom/AbstractCustom.php b/Model/Magento/Product/Rule/Custom/AbstractModel.php
similarity index 94%
rename from Model/Magento/Product/Rule/Custom/AbstractCustom.php
rename to Model/Magento/Product/Rule/Custom/AbstractModel.php
index c2a3b91e9..15d12fcdd 100644
--- a/Model/Magento/Product/Rule/Custom/AbstractCustom.php
+++ b/Model/Magento/Product/Rule/Custom/AbstractModel.php
@@ -8,7 +8,7 @@
namespace Ess\M2ePro\Model\Magento\Product\Rule\Custom;
-abstract class AbstractCustom extends \Ess\M2ePro\Model\AbstractModel
+abstract class AbstractModel extends \Ess\M2ePro\Model\AbstractModel
{
protected $stockItemFactory;
diff --git a/Model/Magento/Product/Rule/Custom/Qty.php b/Model/Magento/Product/Rule/Custom/Qty.php
index 1b707390c..51c522696 100644
--- a/Model/Magento/Product/Rule/Custom/Qty.php
+++ b/Model/Magento/Product/Rule/Custom/Qty.php
@@ -8,7 +8,7 @@
namespace Ess\M2ePro\Model\Magento\Product\Rule\Custom;
-class Qty extends AbstractCustom
+class Qty extends AbstractModel
{
//########################################
diff --git a/Model/Magento/Product/Rule/Custom/Stock.php b/Model/Magento/Product/Rule/Custom/Stock.php
index c8260a096..725ed8889 100644
--- a/Model/Magento/Product/Rule/Custom/Stock.php
+++ b/Model/Magento/Product/Rule/Custom/Stock.php
@@ -8,7 +8,7 @@
namespace Ess\M2ePro\Model\Magento\Product\Rule\Custom;
-class Stock extends AbstractCustom
+class Stock extends AbstractModel
{
//########################################
diff --git a/Model/Magento/Product/StockItem.php b/Model/Magento/Product/StockItem.php
index cd6e6fcec..e4f7d5c61 100644
--- a/Model/Magento/Product/StockItem.php
+++ b/Model/Magento/Product/StockItem.php
@@ -63,7 +63,6 @@ public function subtractQty($qty, $save = true)
break;
default:
throw new \Ess\M2ePro\Model\Exception('The requested Quantity is not available.');
- break;
}
}
@@ -79,7 +78,7 @@ public function subtractQty($qty, $save = true)
public function addQty($qty, $save = true)
{
$stockItem = $this->getStockItem();
- $stockItem->setQty($qty);
+ $stockItem->setQty($stockItem->getQty() + $qty);
if ($this->stockConfiguration->getCanBackInStock() && $stockItem->getQty() > $stockItem->getMinQty()) {
$stockItem->setIsInStock(true);
diff --git a/Model/Magento/Quote.php b/Model/Magento/Quote.php
index e6709e65b..87670c9ce 100644
--- a/Model/Magento/Quote.php
+++ b/Model/Magento/Quote.php
@@ -90,8 +90,7 @@ public function buildQuote()
$this->quote->collectTotals()->save();
- // todo investigate
-// $this->prepareOrderNumber();
+ $this->prepareOrderNumber();
// ---------------------------------------
} catch (\Exception $e) {
$this->quote->setIsActive(false)->save();
@@ -252,6 +251,14 @@ private function initializeQuoteItems()
$quoteItem->setAdditionalData($quoteItemBuilder->getAdditionalData($quoteItem));
}
}
+
+ $allItems = $this->quote->getAllItems();
+ $this->quote->getItemsCollection()->removeAllItems();
+
+ foreach ($allItems as $item) {
+ $item->save();
+ $this->quote->getItemsCollection()->addItem($item);
+ }
}
/**
@@ -290,10 +297,6 @@ private function prepareOrderNumber()
{
if ($this->proxyOrder->isOrderNumberPrefixSourceChannel()) {
$orderNumber = $this->addPrefixToOrderNumberIfNeed($this->proxyOrder->getChannelOrderNumber());
- if ($this->getHelper('Magento')->isMagentoOrderIdUsed($orderNumber)) {
- $orderNumber .= '(1)';
- }
-
$this->quote->setReservedOrderId($orderNumber);
return;
}
@@ -305,10 +308,6 @@ private function prepareOrderNumber()
$orderNumber = $this->addPrefixToOrderNumberIfNeed($orderNumber);
- if ($this->quote->getResource()->isOrderIncrementIdUsed($orderNumber)) {
- $orderNumber = $this->quote->getResource()->getReservedOrderId($this->quote);
- }
-
$this->quote->setReservedOrderId($orderNumber);
}
diff --git a/Model/Magento/Quote/Store/Configurator.php b/Model/Magento/Quote/Store/Configurator.php
index 0297b42dd..753cbcf7a 100644
--- a/Model/Magento/Quote/Store/Configurator.php
+++ b/Model/Magento/Quote/Store/Configurator.php
@@ -261,13 +261,6 @@ private function getDefaultCustomerGroupId()
return $defaultCustomerGroupId;
}
- //TODO
- // ugliest hack ever!
- // we have to remove exist singleton instance from the Mage registry
- // because Mage\Tax\Model\Calculation::getDefaultCustomerTaxClass() method stores the customer tax class
- // after the first call in protected variable and then it doesn't care what store was given to it
-// Mage::unregister('_singleton/tax/calculation');
-
// default customer tax class depends on default customer group
// so we override store setting for this with the customer group from the quote
// this is done to make store & address tax requests equal
diff --git a/Model/Magento/Tax/Rule/Builder.php b/Model/Magento/Tax/Rule/Builder.php
index b939c279f..a7c59bd75 100644
--- a/Model/Magento/Tax/Rule/Builder.php
+++ b/Model/Magento/Tax/Rule/Builder.php
@@ -47,7 +47,7 @@ public function getRule()
//########################################
- public function buildTaxRule($rate = 0, $countryId, $customerTaxClassId = NULL)
+ public function buildTaxRule($rate, $countryId, $customerTaxClassId = NULL)
{
// Init product tax class
// ---------------------------------------
diff --git a/Model/Magento/Translate.php b/Model/Magento/Translate.php
deleted file mode 100644
index 063c4c4ed..000000000
--- a/Model/Magento/Translate.php
+++ /dev/null
@@ -1,132 +0,0 @@
-translateInline = $translateInline;
- parent::__construct(
- $viewDesign,
- $cache,
- $viewFileSystem,
- $moduleList,
- $modulesReader,
- $scopeResolver,
- $translate,
- $locale,
- $appState,
- $filesystem,
- $request,
- $csvParser,
- $packDictionary
- );
- }
-
- //########################################
-
- /**
- * @param mixed $mode
- */
- protected function setMode($mode)
- {
- $this->mode = $mode;
- }
- /**
- * @return mixed
- */
- protected function getMode()
- {
- return $this->mode;
- }
-
- //TODO
- public function init($area = self::TRANSLATE_AREA, $forceReload = false)
- {
- // regular object returned
- if ($this->getMode() == self::TRANSLATE_MODE_NORMAL) {
- return $this->loadData(self::TRANSLATE_AREA, $forceReload);
- }
-
- $this->setConfig(array(
- 'area' => self::TRANSLATE_AREA
- ));
-
- $this->_translateInline = Mage::getSingleton('core/translate_inline')
- ->isAllowed($area=='adminhtml' ? 'admin' : null);
-
- if (!$forceReload) {
- if ($this->_canUseCache()) {
- $this->_data = $this->_loadCache();
- if ($this->_data !== false) {
- return $this;
- }
- }
- Mage::app()->removeCache($this->getCacheId());
- }
-
- $this->_data = array();
-
- $modulesConfig = $this->getModulesConfig();
-
- if (isset($modulesConfig->{self::MODULE_NAME})) {
- $info = $modulesConfig->{self::MODULE_NAME}->asArray();
- $this->_loadModuleTranslation(self::MODULE_NAME, $info['files'], $forceReload);
- }
-
- if (!$forceReload && $this->_canUseCache()) {
- $this->_saveCache();
- }
-
- return $this;
- }
-
- public function getCacheId($forceReload = false)
- {
- $this->_cacheId = self::MODULE_NAME.'_'.parent::getCacheId();
- return $this->_cacheId;
- }
-
- public function __()
- {
- $args = func_get_args();
- return parent::translate($args);
- }
-
- //########################################
-}
\ No newline at end of file
diff --git a/Model/Marketplace.php b/Model/Marketplace.php
index cb222357f..03d45c660 100644
--- a/Model/Marketplace.php
+++ b/Model/Marketplace.php
@@ -33,10 +33,10 @@ public function isLocked()
//########################################
- public function save()
+ public function save($reloadOnCreate = false)
{
$this->getHelper('Data\Cache\Permanent')->removeTagValues('marketplace');
- return parent::save();
+ return parent::save($reloadOnCreate);
}
//########################################
diff --git a/Model/Observer/Shipment/View/After.php b/Model/Observer/Shipment/View/After.php
deleted file mode 100644
index 4b7d0679c..000000000
--- a/Model/Observer/Shipment/View/After.php
+++ /dev/null
@@ -1,83 +0,0 @@
-amazonFactory = $amazonFactory;
- parent::__construct($helperFactory, $activeRecordFactory, $modelFactory);
- }
- //########################################
-
- public function execute(\Magento\Framework\Event\Observer $eventObserver)
- {
- // event dispatched for ALL rendered magento blocks, so we need to skip unnecessary blocks ASAP
- if (!($eventObserver->getEvent()->getBlock() instanceof \Magento\Shipping\Block\Adminhtml\Create)) {
- return;
- }
-
- parent::execute($eventObserver);
- }
-
- public function process()
- {
- /** @var \Magento\Shipping\Block\Adminhtml\Create $block */
- $block = $this->getEvent()->getBlock();
-
- $orderId = $block->getRequest()->getParam('order_id');
- if (empty($orderId)) {
- return;
- }
-
- try {
- /** @var \Ess\M2ePro\Model\Order $order */
- $order = $this->amazonFactory->getObjectLoaded('Order', (int)$orderId, 'magento_order_id');
- } catch (\Exception $exception) {
- return;
- }
-
- if (is_null($order) || !$order->getId()) {
- return;
- }
-
- /** @var \Ess\M2ePro\Model\Amazon\Order $amazonOrder */
- $amazonOrder = $order->getChildObject();
-
- if (!$amazonOrder->isEligibleForMerchantFulfillment() || $amazonOrder->isMerchantFulfillmentApplied()) {
- return;
- }
- return;
- //TODO unsupported feature
-// $generalBlock = $block->getLayout()->createBlock('M2ePro/adminhtml_general');
-//
-// /** @var \Ess\M2ePro\Block\Adminhtml\Common\Amazon\Order\MerchantFulfillment\Magento\Shipment $amazonBlock */
-// $amazonBlock = $block->getLayout()->createBlock(
-// 'M2ePro/adminhtml_common_amazon_order_merchantFulfillment\magento_shipment'
-// );
-// $amazonBlock->setOrder($order);
-//
-// /** @var Varien\Object $transport */
-// $transport = $this->getEvent()->getTransport();
-// $transport->setData('html', $transport->getData('html').$generalBlock->toHtml().$amazonBlock->toHtml());
- }
-
- //########################################
-}
\ No newline at end of file
diff --git a/Model/Observer/Shipment/View/Before.php b/Model/Observer/Shipment/View/Before.php
deleted file mode 100644
index 7f90f709c..000000000
--- a/Model/Observer/Shipment/View/Before.php
+++ /dev/null
@@ -1,178 +0,0 @@
-directory = $filesystem->getDirectoryWrite(\Magento\Framework\App\Filesystem\DirectoryList::ROOT);
- $this->shipmentRepository = $shipmentRepository;
- $this->assetRepo = $assetRepo;
- $this->amazonFactory = $amazonFactory;
- parent::__construct($helperFactory, $activeRecordFactory, $modelFactory);
- }
-
- //########################################
-
- public function execute(\Magento\Framework\Event\Observer $eventObserver)
- {
- // event dispatched for ALL rendered magento blocks, so we need to skip unnecessary blocks ASAP
- if (!($eventObserver->getEvent()->getBlock() instanceof \Magento\Shipping\Block\Adminhtml\Create) &&
- !($eventObserver->getEvent()->getBlock() instanceof \Magento\Shipping\Block\Adminhtml\View)
- ) {
- return;
- }
-
- parent::execute($eventObserver);
- }
-
- //########################################
-
- public function process()
- {
- $block = $this->getEvent()->getBlock();
-
- if ($block instanceof \Magento\Shipping\Block\Adminhtml\Create) {
- $this->processNewShipment($block);
- }
-
- if ($block instanceof \Magento\Shipping\Block\Adminhtml\View) {
- $this->processExistShipment($block);
- }
- }
-
- //########################################
-
- private function processNewShipment(\Magento\Shipping\Block\Adminhtml\Create $block)
- {
- $orderId = $block->getRequest()->getParam('order_id');
- if (empty($orderId)) {
- return;
- }
-
- try {
- /** @var \Ess\M2ePro\Model\Order $order */
- $order = $this->amazonFactory->getObjectLoaded(
- 'Order', (int)$orderId, 'magento_order_id'
- );
- } catch (\Exception $exception) {
- return;
- }
-
- if (is_null($order) || !$order->getId()) {
- return;
- }
-
- /** @var \Ess\M2ePro\Model\Amazon\Order $amazonOrder */
- $amazonOrder = $order->getChildObject();
-
- if (!$amazonOrder->isEligibleForMerchantFulfillment() || $amazonOrder->isMerchantFulfillmentApplied()) {
- return;
- }
-
- return;
- //TODO unsupported feature
-// $themeFileName = 'prototype/windows/themes/magento.css';
-// $themeLibFileName = 'lib/'.$themeFileName;
-// $themeFileFound = false;
-// $skinBaseDir = $this->assetRepo->getSkinBaseDir(
-// array(
-// '_package' => Mage\Core\Model\Design\Package::DEFAULT_PACKAGE,
-// '_theme' => Mage\Core\Model\Design\Package::DEFAULT_THEME,
-// )
-// );
-//
-// if (!$themeFileFound && is_file($skinBaseDir .'/'.$themeLibFileName)) {
-// $themeFileFound = true;
-// $block->getLayout()->getBlock('head')->addCss($themeLibFileName);
-// }
-//
-// if (!$themeFileFound && is_file($this->directory->getAbsolutePath().'/js/'.$themeFileName)) {
-// $themeFileFound = true;
-// $block->getLayout()->getBlock('head')->addItem('js_css', $themeFileName);
-// }
-//
-// if (!$themeFileFound) {
-// $block->getLayout()->getBlock('head')->addCss($themeLibFileName);
-// $block->getLayout()->getBlock('head')->addItem('js_css', $themeFileName);
-// }
-//
-// $block->getLayout()->getBlock('head')
-// ->addJs('prototype/window.js')
-// ->addJs('M2ePro/General/CommonHandler.js')
-// ->addJs('M2ePro/General/PhpHandler.js')
-// ->addJs('M2ePro/General/TranslatorHandler.js')
-// ->addJs('M2ePro/General/UrlHandler.js')
-// ->addJs('M2ePro/Common/Amazon/Order/MerchantFulfillment/MagentoHandler.js')
-// ->addItem('js_css', 'prototype/windows/themes/default.css');
- }
-
- private function processExistShipment(\Magento\Shipping\Block\Adminhtml\View $block)
- {
- $shipmentId = $block->getRequest()->getParam('shipment_id');
- if (empty($shipmentId)) {
- return;
- }
-
- /** @var \Magento\Sales\Model\Order\Shipment $shipment */
- $shipment = $this->shipmentRepository->get((int)$shipmentId);
-
- try {
- /** @var \Ess\M2ePro\Model\Order $order */
- $order = $this->amazonFactory->getObjectLoaded(
- 'Order', (int)$shipment->getOrderId(), 'magento_order_id'
- );
- } catch (\Exception $exception) {
- return;
- }
-
- if (is_null($order) || !$order->getId()) {
- return;
- }
-
- if (!$order->isMagentoShipmentCreatedByOrder($shipment)) {
- return;
- }
-
- /** @var \Ess\M2ePro\Model\Amazon\Order $amazonOrder */
- $amazonOrder = $order->getChildObject();
-
- if (!$amazonOrder->isMerchantFulfillmentApplied() || !$amazonOrder->getData('merchant_fulfillment_label')) {
- return;
- }
-
- return;
-
- //TODO unsupported feature
-// $getLabelUrl = $block->getUrl(
-// 'M2ePro/common_amazon_order_merchantFulfillment/getLabel',
-// array('order_id' => $order->getId())
-// );
-//
-// $block->updateButton('print', 'onclick', 'window.open(\''.$getLabelUrl.'\')');
- }
-
- //########################################
-}
\ No newline at end of file
diff --git a/Model/OperationHistory.php b/Model/OperationHistory.php
index 93955c403..6a0032bfd 100644
--- a/Model/OperationHistory.php
+++ b/Model/OperationHistory.php
@@ -198,7 +198,7 @@ public function makeShutdownFunction()
}
if (in_array((int)$error['type'], [E_ERROR, E_CORE_ERROR, E_COMPILE_ERROR])) {
- $stackTrace = @debug_backtrace(false);
+ $stackTrace = debug_backtrace(false);
$object->setContentData('fatal_error', [
'message' => $error['message'],
'file' => $error['file'],
diff --git a/Model/Order.php b/Model/Order.php
index 9440c518e..a1f2192ce 100644
--- a/Model/Order.php
+++ b/Model/Order.php
@@ -26,8 +26,6 @@ class Order extends ActiveRecord\Component\Parent\AbstractModel
// Payment method "M2E Pro Payment" is disabled in Magento Configuration.
// Shipping method "M2E Pro Shipping" is disabled in Magento Configuration.
- private $eventManager;
-
private $storeManager;
private $orderFactory;
@@ -56,7 +54,6 @@ class Order extends ActiveRecord\Component\Parent\AbstractModel
// ########################################
public function __construct(
- \Magento\Framework\Event\ManagerInterface $eventManager,
\Magento\Store\Model\StoreManager $storeManager,
\Magento\Sales\Model\OrderFactory $orderFactory,
ActiveRecord\Component\Parent\Factory $parentFactory,
@@ -69,7 +66,6 @@ public function __construct(
\Magento\Framework\Data\Collection\AbstractDb $resourceCollection = null,
array $data = [])
{
- $this->eventManager = $eventManager;
$this->storeManager = $storeManager;
$this->orderFactory = $orderFactory;
@@ -350,7 +346,7 @@ public function addLog($description, $type, array $params = array(), array $link
$log = $this->getLog();
if (!empty($params)) {
- $description = $log->encodeDescription($description, $params, $links);
+ $description = $this->getHelper('Module\Log')->encodeDescription($description, $params, $links);
}
$log->addMessage($this->getId(), $description, $type);
@@ -358,22 +354,22 @@ public function addLog($description, $type, array $params = array(), array $link
public function addSuccessLog($description, array $params = array(), array $links = array())
{
- $this->addLog($description, \Ess\M2ePro\Model\Log\AbstractLog::TYPE_SUCCESS, $params, $links);
+ $this->addLog($description, \Ess\M2ePro\Model\Log\AbstractModel::TYPE_SUCCESS, $params, $links);
}
public function addNoticeLog($description, array $params = array(), array $links = array())
{
- $this->addLog($description, \Ess\M2ePro\Model\Log\AbstractLog::TYPE_NOTICE, $params, $links);
+ $this->addLog($description, \Ess\M2ePro\Model\Log\AbstractModel::TYPE_NOTICE, $params, $links);
}
public function addWarningLog($description, array $params = array(), array $links = array())
{
- $this->addLog($description, \Ess\M2ePro\Model\Log\AbstractLog::TYPE_WARNING, $params, $links);
+ $this->addLog($description, \Ess\M2ePro\Model\Log\AbstractModel::TYPE_WARNING, $params, $links);
}
public function addErrorLog($description, array $params = array(), array $links = array())
{
- $this->addLog($description, \Ess\M2ePro\Model\Log\AbstractLog::TYPE_ERROR, $params, $links);
+ $this->addLog($description, \Ess\M2ePro\Model\Log\AbstractModel::TYPE_ERROR, $params, $links);
}
//########################################
@@ -598,7 +594,7 @@ public function createMagentoOrder()
} catch (\Exception $e) {
- $this->eventManager->dispatch('m2epro_order_place_failure', array('order' => $this));
+ $this->_eventManager->dispatch('m2epro_order_place_failure', array('order' => $this));
$this->addErrorLog('Magento Order was not created. Reason: %msg%', array('msg' => $e->getMessage()));
@@ -624,7 +620,7 @@ public function afterCreateMagentoOrder()
$magentoOrderUpdater->finishUpdate();
// ---------------------------------------
- $this->eventManager->dispatch('m2epro_order_place_success', array('order' => $this));
+ $this->_eventManager->dispatch('m2epro_order_place_success', array('order' => $this));
$this->addSuccessLog('Magento Order #%order_id% was created.', array(
'!order_id' => $this->getMagentoOrder()->getRealOrderId()
diff --git a/Model/Order/DuplicateException.php b/Model/Order/DuplicateException.php
index e73e1c17f..636438eba 100644
--- a/Model/Order/DuplicateException.php
+++ b/Model/Order/DuplicateException.php
@@ -6,9 +6,9 @@
* @license Commercial use is forbidden
*/
-namespace Ess\M2ePro\Model\Order\Duplicate;
+namespace Ess\M2ePro\Model\Order;
-class Exception extends \Exception
+class DuplicateException extends \Exception
{
//########################################
diff --git a/Model/Order/Item.php b/Model/Order/Item.php
index df6294fec..a402d07e2 100644
--- a/Model/Order/Item.php
+++ b/Model/Order/Item.php
@@ -245,7 +245,7 @@ public function associateWithProduct()
}
if (!in_array($this->getMagentoProduct()->getTypeId(), self::$supportedProductTypes)) {
- $message = $this->activeRecordFactory->getObject('Log\AbstractLog')->encodeDescription(
+ $message = $this->getHelper('Module\Log')->encodeDescription(
'Order Import does not support Product type: %type%.', array(
'type' => $this->getMagentoProduct()->getTypeId()
)
@@ -274,15 +274,6 @@ private function associateVariationWithOptions()
$variationChannelOptions = $this->getChildObject()->getVariationChannelOptions();
$magentoProduct = $this->getMagentoProduct();
- // do nothing for amazon & buy order item, if it is mapped to product with required options,
- // but there is no information available about sold variation
- //TODO
- if (empty($variationChannelOptions) && $this->getComponentMode() == 'buy' &&
- ($magentoProduct->isStrictVariationProduct() || $magentoProduct->isProductWithVariations())
- ) {
- return;
- }
-
$existOptions = $this->getAssociatedOptions();
$existProducts = $this->getAssociatedProducts();
diff --git a/Model/Order/Log.php b/Model/Order/Log.php
index acff11f3d..56be81e26 100644
--- a/Model/Order/Log.php
+++ b/Model/Order/Log.php
@@ -8,7 +8,7 @@
namespace Ess\M2ePro\Model\Order;
-class Log extends \Ess\M2ePro\Model\Log\AbstractLog
+class Log extends \Ess\M2ePro\Model\Log\AbstractModel
{
protected $initiator = NULL;
diff --git a/Model/Order/Proxy.php b/Model/Order/Proxy.php
index 04da05c29..d682f6a0b 100644
--- a/Model/Order/Proxy.php
+++ b/Model/Order/Proxy.php
@@ -272,6 +272,44 @@ protected function getBaseShippingPrice()
//########################################
+ abstract public function hasTax();
+
+ abstract public function isSalesTax();
+
+ abstract public function isVatTax();
+
+ // ---------------------------------------
+
+ abstract public function getProductPriceTaxRate();
+
+ abstract public function getShippingPriceTaxRate();
+
+ // ---------------------------------------
+
+ abstract public function isProductPriceIncludeTax();
+
+ abstract public function isShippingPriceIncludeTax();
+
+ // ---------------------------------------
+
+ abstract public function isTaxModeNone();
+
+ abstract public function isTaxModeChannel();
+
+ abstract public function isTaxModeMagento();
+
+ /**
+ * @return bool
+ */
+ public function isTaxModeMixed()
+ {
+ return !$this->isTaxModeNone() &&
+ !$this->isTaxModeChannel() &&
+ !$this->isTaxModeMagento();
+ }
+
+ //########################################
+
/**
* @return array
*/
@@ -330,42 +368,4 @@ public function getGeneralComments()
}
//########################################
-
- abstract public function hasTax();
-
- abstract public function isSalesTax();
-
- abstract public function isVatTax();
-
- // ---------------------------------------
-
- abstract public function getProductPriceTaxRate();
-
- abstract public function getShippingPriceTaxRate();
-
- // ---------------------------------------
-
- abstract public function isProductPriceIncludeTax();
-
- abstract public function isShippingPriceIncludeTax();
-
- // ---------------------------------------
-
- abstract public function isTaxModeNone();
-
- abstract public function isTaxModeChannel();
-
- abstract public function isTaxModeMagento();
-
- /**
- * @return bool
- */
- public function isTaxModeMixed()
- {
- return !$this->isTaxModeNone() &&
- !$this->isTaxModeChannel() &&
- !$this->isTaxModeMagento();
- }
-
- //########################################
}
\ No newline at end of file
diff --git a/Model/Order/ShippingAddress.php b/Model/Order/ShippingAddress.php
index 373810835..8d91258ae 100644
--- a/Model/Order/ShippingAddress.php
+++ b/Model/Order/ShippingAddress.php
@@ -119,5 +119,16 @@ protected function getState()
return $this->getData('state');
}
+ /**
+ * @inheritdoc
+ */
+ public function isEmpty()
+ {
+ if (empty(array_filter($this->_data))) {
+ return true;
+ }
+ return false;
+ }
+
//########################################
}
\ No newline at end of file
diff --git a/Model/Processing/Runner.php b/Model/Processing/Runner.php
index 528be482d..f7fe2f294 100644
--- a/Model/Processing/Runner.php
+++ b/Model/Processing/Runner.php
@@ -23,7 +23,7 @@ abstract class Runner extends \Ess\M2ePro\Model\AbstractModel
//####################################
- function __construct(
+ public function __construct(
\Ess\M2ePro\Model\ActiveRecord\Component\Parent\Factory $parentFactory,
\Ess\M2ePro\Model\ActiveRecord\Factory $activeRecordFactory,
\Ess\M2ePro\Helper\Factory $helperFactory,
diff --git a/Model/PublicServices/Product/ObjectChange.php b/Model/PublicServices/Product/ObjectChange.php
index f612d9a72..51e4d776d 100644
--- a/Model/PublicServices/Product/ObjectChange.php
+++ b/Model/PublicServices/Product/ObjectChange.php
@@ -5,29 +5,60 @@
* @copyright 2011-2015 ESS-UA [M2E Pro]
* @license Commercial use is forbidden
*/
-//todo Fit to Magento2 Observers
+
/*
- $model = $this->modelFactory->getObject('PublicServices_Product_ObjectChange');
+ // $this->modelFactory instanceof \Ess\M2ePro\Model\Factory
+ $model = $this->modelFactory->getObject('PublicServices\Product\ObjectChange');
// you have a product ID for observing
$model->observeProduct(561);
- // you have 'catalog/product' object for observing
- $product = Mage::getModel('catalog/product')
- ->setStoreId(2)
- ->load(562);
- $model->observeProduct($product);
+ // you have '\Magento\Catalog\Model\Product' object for observing
+ $product = $this->productFactory->create();
+ $product->load(561);
- // make changes for these products by direct sql
+ $model->observeProduct($product);
+ // make changes for these products by direct sql
$model->applyChanges();
*/
namespace Ess\M2ePro\Model\PublicServices\Product;
+use Magento\Framework\Event\Observer;
+
class ObjectChange extends \Ess\M2ePro\Model\AbstractModel
{
- protected $observers = array();
+ private $productFactory;
+ private $stockRegistry;
+
+ private $observerProductSaveBeforeFactory;
+ private $observerProductSaveAfterFactory;
+ private $observerStockItemSaveAfterFactory;
+
+ protected $observers = [];
+
+ //########################################
+
+ public function __construct(
+ \Magento\Catalog\Model\ProductFactory $productFactory,
+ \Magento\CatalogInventory\Api\StockRegistryInterface $stockRegistry,
+ \Ess\M2ePro\Observer\Product\AddUpdate\BeforeFactory $observerProductSaveBeforeFactory,
+ \Ess\M2ePro\Observer\Product\AddUpdate\AfterFactory $observerProductSaveAfterFactory,
+ \Ess\M2ePro\Observer\StockItem\Save\AfterFactory $observerStockItemSaveAfterFactory,
+ \Ess\M2ePro\Helper\Factory $helperFactory,
+ \Ess\M2ePro\Model\Factory $modelFactory,
+ array $data = []
+ ) {
+ $this->productFactory = $productFactory;
+ $this->stockRegistry = $stockRegistry;
+
+ $this->observerProductSaveBeforeFactory = $observerProductSaveBeforeFactory;
+ $this->observerProductSaveAfterFactory = $observerProductSaveAfterFactory;
+ $this->observerStockItemSaveAfterFactory = $observerStockItemSaveAfterFactory;
+
+ parent::__construct($helperFactory, $modelFactory, $data);
+ }
//########################################
@@ -37,16 +68,13 @@ public function applyChanges()
return $this;
}
- /** @var \Ess\M2ePro\Model\Observer\Dispatcher $dispatcher */
- $dispatcher = $this->modelFactory->getObject('Observer\Dispatcher');
-
foreach ($this->observers as $productObserver) {
$product = $productObserver->getEvent()->getData('product');
$stockItemObserver = $this->prepareStockItemObserver($product);
- $dispatcher->catalogInventoryStockItemSaveAfter($stockItemObserver);
- $dispatcher->catalogProductSaveAfter($productObserver);
+ $this->observerStockItemSaveAfterFactory->create()->execute($stockItemObserver);
+ $this->observerProductSaveAfterFactory->create()->execute($productObserver);
}
return $this->flushObservers();
@@ -70,8 +98,7 @@ public function flushObservers()
*/
public function observeProduct($product, $storeId = 0)
{
- $productId = $product instanceof \Magento\Catalog\Model\Product ? $product->getId()
- : $product;
+ $productId = $product instanceof \Magento\Catalog\Model\Product ? $product->getId() : $product;
$key = $productId.'##'.$storeId;
if (array_key_exists($key, $this->observers)) {
@@ -80,16 +107,13 @@ public function observeProduct($product, $storeId = 0)
if (!($product instanceof \Magento\Catalog\Model\Product)) {
- $product = Mage::getModel('catalog/product')
- ->setStoreId($storeId)
- ->load($product);
+ $product = $this->productFactory->create()->setStoreId($storeId);
+ $product->load($productId);
}
$observer = $this->prepareProductObserver($product);
- /** @var \Ess\M2ePro\Model\Observer\Dispatcher $dispatcher */
- $dispatcher = $this->modelFactory->getObject('Observer\Dispatcher');
- $dispatcher->catalogProductSaveBefore($observer);
+ $this->observerProductSaveBeforeFactory->create()->execute($observer);
$this->observers[$key] = $observer;
return $this;
@@ -99,30 +123,29 @@ public function observeProduct($product, $storeId = 0)
private function prepareProductObserver(\Magento\Catalog\Model\Product $product)
{
- $event = new \Varien_Event();
- $event->setProduct($product);
+ $data = ['product' => $product];
+
+ $event = new \Magento\Framework\Event($data);
- $observer = new Varien_Event_Observer();
- $observer->setEvent($event);
+ $observer = new Observer();
+ $observer->setData(array_merge(['event' => $event], $data));
return $observer;
}
private function prepareStockItemObserver(\Magento\Catalog\Model\Product $product)
{
- /** @var $stockItem \Magento\CatalogInventory\Model\Stock\Item */
- $stockItem = Mage::getModel('cataloginventory/stock_item');
+ $stockItem = $this->stockRegistry->getStockItem(
+ $product->getId(),
+ $product->getStore()->getWebsiteId()
+ );
- $stockItem->loadByProduct($product->getId())
- ->setProductId($product->getId());
+ $data = ['object' => $stockItem];
- foreach ($product->getData('stock_item')->getData() as $key => $value) {
- $stockItem->setOrigData($key, $value);
- }
+ $event = new \Magento\Framework\Event($data);
- $observer = new Varien_Event_Observer();
- $observer->setEvent(new Varien_Event());
- $observer->setData('item', $stockItem);
+ $observer = new Observer();
+ $observer->setData(array_merge(['event' => $event], $data));
return $observer;
}
diff --git a/Model/PublicServices/Product/SqlChange.php b/Model/PublicServices/Product/SqlChange.php
index c240047ba..7e2b3bd41 100644
--- a/Model/PublicServices/Product/SqlChange.php
+++ b/Model/PublicServices/Product/SqlChange.php
@@ -7,8 +7,7 @@
*/
/*
- todo review and test it in Magento 2
- $model = $this->modelFactory->getObject('PublicServices_Product_SqlChange');
+ $model = $this->modelFactory->getObject('PublicServices\Product\SqlChange');
// notify M2E Pro about some change of product with ID 17
$model->markProductChanged(17);
diff --git a/Model/ResourceModel/Account.php b/Model/ResourceModel/Account.php
index 0cd529196..2dfc84079 100644
--- a/Model/ResourceModel/Account.php
+++ b/Model/ResourceModel/Account.php
@@ -8,7 +8,7 @@
namespace Ess\M2ePro\Model\ResourceModel;
-class Account extends ActiveRecord\Component\Parent\AbstractDb
+class Account extends ActiveRecord\Component\Parent\AbstractModel
{
//########################################
diff --git a/Model/ResourceModel/Account/Collection.php b/Model/ResourceModel/Account/Collection.php
index 6c6eb6ff5..d699302a3 100644
--- a/Model/ResourceModel/Account/Collection.php
+++ b/Model/ResourceModel/Account/Collection.php
@@ -8,7 +8,7 @@
namespace Ess\M2ePro\Model\ResourceModel\Account;
-class Collection extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Collection\Component\Parent\AbstractCollection
+class Collection extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Collection\Component\Parent\AbstractModel
{
//########################################
diff --git a/Model/ResourceModel/ActiveRecord/AbstractDb.php b/Model/ResourceModel/ActiveRecord/AbstractModel.php
similarity index 86%
rename from Model/ResourceModel/ActiveRecord/AbstractDb.php
rename to Model/ResourceModel/ActiveRecord/AbstractModel.php
index c8b776398..8aa94db5a 100644
--- a/Model/ResourceModel/ActiveRecord/AbstractDb.php
+++ b/Model/ResourceModel/ActiveRecord/AbstractModel.php
@@ -8,7 +8,7 @@
namespace Ess\M2ePro\Model\ResourceModel\ActiveRecord;
-abstract class AbstractDb extends \Magento\Framework\Model\ResourceModel\Db\AbstractDb
+abstract class AbstractModel extends \Magento\Framework\Model\ResourceModel\Db\AbstractDb
{
protected $helperFactory;
protected $activeRecordFactory;
@@ -57,10 +57,8 @@ protected function _beforeSave(\Magento\Framework\Model\AbstractModel $object)
$result = parent::_beforeSave($object);
- // TODO test it on magento 2.0
- // fix for Varien\Db\Adapter\Pdo\Mysql::prepareColumnValue
+ // fix for \Magento\Framework\DB\Adapter\Pdo\Mysql::prepareColumnValue
// an empty string cannot be saved -> NULL is saved instead
- // for Magento version > 1.6.x.x
foreach ($object->getData() as $key => $value) {
$value === '' && $object->setData($key,new \Zend_Db_Expr("''"));
}
@@ -70,10 +68,8 @@ protected function _beforeSave(\Magento\Framework\Model\AbstractModel $object)
protected function _afterSave(\Magento\Framework\Model\AbstractModel $object)
{
- // TODO test it on magento 2.0
- // fix for Varien\Db\Adapter\Pdo\Mysql::prepareColumnValue
+ // fix for \Magento\Framework\DB\Adapter\Pdo\Mysql::prepareColumnValue
// an empty string cannot be saved -> NULL is saved instead
- // for Magento version > 1.6.x.x
foreach ($object->getData() as $key => $value) {
if ($value instanceof \Zend_Db_Expr && $value->__toString() === '\'\'') {
$object->setData($key,'');
diff --git a/Model/ResourceModel/ActiveRecord/Collection/AbstractCollection.php b/Model/ResourceModel/ActiveRecord/Collection/AbstractModel.php
similarity index 94%
rename from Model/ResourceModel/ActiveRecord/Collection/AbstractCollection.php
rename to Model/ResourceModel/ActiveRecord/Collection/AbstractModel.php
index e8f427e4d..b1565e6d4 100644
--- a/Model/ResourceModel/ActiveRecord/Collection/AbstractCollection.php
+++ b/Model/ResourceModel/ActiveRecord/Collection/AbstractModel.php
@@ -8,7 +8,7 @@
namespace Ess\M2ePro\Model\ResourceModel\ActiveRecord\Collection;
-abstract class AbstractCollection extends \Magento\Framework\Model\ResourceModel\Db\Collection\AbstractCollection
+abstract class AbstractModel extends \Magento\Framework\Model\ResourceModel\Db\Collection\AbstractCollection
{
protected $helperFactory;
protected $activeRecordFactory;
diff --git a/Model/ResourceModel/ActiveRecord/Collection/Component/AbstractCollection.php b/Model/ResourceModel/ActiveRecord/Collection/Component/AbstractModel.php
similarity index 72%
rename from Model/ResourceModel/ActiveRecord/Collection/Component/AbstractCollection.php
rename to Model/ResourceModel/ActiveRecord/Collection/Component/AbstractModel.php
index 54e64d8f1..10f7cab3e 100644
--- a/Model/ResourceModel/ActiveRecord/Collection/Component/AbstractCollection.php
+++ b/Model/ResourceModel/ActiveRecord/Collection/Component/AbstractModel.php
@@ -8,7 +8,7 @@
namespace Ess\M2ePro\Model\ResourceModel\ActiveRecord\Collection\Component;
-abstract class AbstractCollection extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Collection\AbstractCollection
+abstract class AbstractModel extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Collection\AbstractModel
{
//########################################
diff --git a/Model/ResourceModel/ActiveRecord/Collection/Component/Child/AbstractCollection.php b/Model/ResourceModel/ActiveRecord/Collection/Component/Child/AbstractModel.php
similarity index 85%
rename from Model/ResourceModel/ActiveRecord/Collection/Component/Child/AbstractCollection.php
rename to Model/ResourceModel/ActiveRecord/Collection/Component/Child/AbstractModel.php
index b614fab12..be1cb226e 100644
--- a/Model/ResourceModel/ActiveRecord/Collection/Component/Child/AbstractCollection.php
+++ b/Model/ResourceModel/ActiveRecord/Collection/Component/Child/AbstractModel.php
@@ -8,8 +8,8 @@
namespace Ess\M2ePro\Model\ResourceModel\ActiveRecord\Collection\Component\Child;
-abstract class AbstractCollection
- extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Collection\Component\AbstractCollection
+abstract class AbstractModel
+ extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Collection\Component\AbstractModel
{
//########################################
diff --git a/Model/ResourceModel/ActiveRecord/Collection/Component/Parent/AbstractCollection.php b/Model/ResourceModel/ActiveRecord/Collection/Component/Parent/AbstractModel.php
similarity index 97%
rename from Model/ResourceModel/ActiveRecord/Collection/Component/Parent/AbstractCollection.php
rename to Model/ResourceModel/ActiveRecord/Collection/Component/Parent/AbstractModel.php
index 28004f96e..5355b7785 100644
--- a/Model/ResourceModel/ActiveRecord/Collection/Component/Parent/AbstractCollection.php
+++ b/Model/ResourceModel/ActiveRecord/Collection/Component/Parent/AbstractModel.php
@@ -8,8 +8,8 @@
namespace Ess\M2ePro\Model\ResourceModel\ActiveRecord\Collection\Component\Parent;
-abstract class AbstractCollection
- extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Collection\Component\AbstractCollection
+abstract class AbstractModel
+ extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Collection\Component\AbstractModel
{
protected $childMode = NULL;
@@ -78,7 +78,7 @@ protected function _initSelect()
return $temp;
}
- /** @var $resource \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Component\Parent\AbstractDb */
+ /** @var $resource \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Component\Parent\AbstractModel */
$resource = $this->getResource();
$componentTable = $resource->getChildTable();
diff --git a/Model/ResourceModel/ActiveRecord/Component/AbstractDb.php b/Model/ResourceModel/ActiveRecord/Component/AbstractModel.php
similarity index 75%
rename from Model/ResourceModel/ActiveRecord/Component/AbstractDb.php
rename to Model/ResourceModel/ActiveRecord/Component/AbstractModel.php
index f1dfcbb4d..ec860ef9f 100644
--- a/Model/ResourceModel/ActiveRecord/Component/AbstractDb.php
+++ b/Model/ResourceModel/ActiveRecord/Component/AbstractModel.php
@@ -8,7 +8,7 @@
namespace Ess\M2ePro\Model\ResourceModel\ActiveRecord\Component;
-abstract class AbstractDb extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\AbstractDb
+abstract class AbstractModel extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\AbstractModel
{
//########################################
diff --git a/Model/ResourceModel/ActiveRecord/Component/Child/AbstractDb.php b/Model/ResourceModel/ActiveRecord/Component/Child/AbstractModel.php
similarity index 74%
rename from Model/ResourceModel/ActiveRecord/Component/Child/AbstractDb.php
rename to Model/ResourceModel/ActiveRecord/Component/Child/AbstractModel.php
index 148cdf531..c5a67e946 100644
--- a/Model/ResourceModel/ActiveRecord/Component/Child/AbstractDb.php
+++ b/Model/ResourceModel/ActiveRecord/Component/Child/AbstractModel.php
@@ -8,7 +8,7 @@
namespace Ess\M2ePro\Model\ResourceModel\ActiveRecord\Component\Child;
-abstract class AbstractDb extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Component\AbstractDb
+abstract class AbstractModel extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Component\AbstractModel
{
//########################################
diff --git a/Model/ResourceModel/ActiveRecord/Component/Parent/AbstractDb.php b/Model/ResourceModel/ActiveRecord/Component/Parent/AbstractModel.php
similarity index 72%
rename from Model/ResourceModel/ActiveRecord/Component/Parent/AbstractDb.php
rename to Model/ResourceModel/ActiveRecord/Component/Parent/AbstractModel.php
index 95a88b91a..bef07eb1b 100644
--- a/Model/ResourceModel/ActiveRecord/Component/Parent/AbstractDb.php
+++ b/Model/ResourceModel/ActiveRecord/Component/Parent/AbstractModel.php
@@ -8,7 +8,7 @@
namespace Ess\M2ePro\Model\ResourceModel\ActiveRecord\Component\Parent;
-abstract class AbstractDb extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Component\AbstractDb
+abstract class AbstractModel extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Component\AbstractModel
{
protected $childMode = NULL;
@@ -128,6 +128,8 @@ protected function _beforeSave(\Magento\Framework\Model\AbstractModel $object)
protected function _afterSave(\Magento\Framework\Model\AbstractModel $object)
{
+ /** @var \Ess\M2ePro\Model\ActiveRecord\Component\Parent\AbstractModel $object */
+
$result = parent::_afterSave($object);
if (is_null($this->childMode)) {
@@ -140,12 +142,39 @@ protected function _afterSave(\Magento\Framework\Model\AbstractModel $object)
$object->setCreateMode(false);
- $childData = $object->getData();
- $childData[$this->getChildPrimary()] = (int)$object->getData('id');
- unset($childData['id'],$childData['create_date'],$childData['update_date']);
+ $data = $object->getData();
+ $data[$this->getChildPrimary()] = (int)$object->getData('id');
+ $dataColumns = array_keys($data);
+
+ $object->unsetData();
+
+ $parentColumnsInfo = $this->getConnection()->describeTable($this->getMainTable());
+
+ foreach($parentColumnsInfo as $columnInfo) {
+ if (in_array($columnInfo['COLUMN_NAME'], $dataColumns)) {
+ $object->setData($columnInfo['COLUMN_NAME'], $data[$columnInfo['COLUMN_NAME']]);
+ }
+ }
+ $object->setOrigData();
+ /** @var \Ess\M2ePro\Model\ActiveRecord\Component\Child\AbstractModel $childObject */
$childObject = $this->activeRecordFactory->getObject($this->getChildModel());
- $childObject->addData($childData)->save();
+
+ $childColumnsInfo = $this->getConnection()->describeTable($this->getChildTable());
+ foreach($childColumnsInfo as $columnInfo) {
+ if (in_array($columnInfo['COLUMN_NAME'], $dataColumns)) {
+ $childObject->setData($columnInfo['COLUMN_NAME'], $data[$columnInfo['COLUMN_NAME']]);
+ }
+ }
+
+ $childObject->save();
+ $childObject->setParentObject($object);
+
+ $object->setChildObject($childObject);
+
+ if ($object->getData('reload_on_create')) {
+ $object->load($object->getId());
+ }
return $result;
}
diff --git a/Model/ResourceModel/Amazon/Account.php b/Model/ResourceModel/Amazon/Account.php
index 23f77aba4..d92be61df 100644
--- a/Model/ResourceModel/Amazon/Account.php
+++ b/Model/ResourceModel/Amazon/Account.php
@@ -8,7 +8,7 @@
namespace Ess\M2ePro\Model\ResourceModel\Amazon;
-class Account extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Component\Child\AbstractDb
+class Account extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Component\Child\AbstractModel
{
protected $_isPkAutoIncrement = false;
diff --git a/Model/ResourceModel/Amazon/Account/Collection.php b/Model/ResourceModel/Amazon/Account/Collection.php
index a7d911fe2..c664fde7d 100644
--- a/Model/ResourceModel/Amazon/Account/Collection.php
+++ b/Model/ResourceModel/Amazon/Account/Collection.php
@@ -8,7 +8,7 @@
namespace Ess\M2ePro\Model\ResourceModel\Amazon\Account;
-class Collection extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Collection\Component\Child\AbstractCollection
+class Collection extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Collection\Component\Child\AbstractModel
{
//########################################
diff --git a/Model/ResourceModel/Amazon/Account/Repricing.php b/Model/ResourceModel/Amazon/Account/Repricing.php
index 921175401..b76f27e10 100644
--- a/Model/ResourceModel/Amazon/Account/Repricing.php
+++ b/Model/ResourceModel/Amazon/Account/Repricing.php
@@ -8,7 +8,7 @@
namespace Ess\M2ePro\Model\ResourceModel\Amazon\Account;
-class Repricing extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\AbstractDb
+class Repricing extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\AbstractModel
{
protected $_isPkAutoIncrement = false;
diff --git a/Model/ResourceModel/Amazon/Account/Repricing/Collection.php b/Model/ResourceModel/Amazon/Account/Repricing/Collection.php
index 0dd35d814..214387881 100644
--- a/Model/ResourceModel/Amazon/Account/Repricing/Collection.php
+++ b/Model/ResourceModel/Amazon/Account/Repricing/Collection.php
@@ -8,7 +8,7 @@
namespace Ess\M2ePro\Model\ResourceModel\Amazon\Account\Repricing;
-class Collection extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Collection\AbstractCollection
+class Collection extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Collection\AbstractModel
{
//########################################
diff --git a/Model/ResourceModel/Amazon/Item.php b/Model/ResourceModel/Amazon/Item.php
index 0f8696db8..fad69401f 100644
--- a/Model/ResourceModel/Amazon/Item.php
+++ b/Model/ResourceModel/Amazon/Item.php
@@ -8,7 +8,7 @@
namespace Ess\M2ePro\Model\ResourceModel\Amazon;
-class Item extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\AbstractDb
+class Item extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\AbstractModel
{
//########################################
diff --git a/Model/ResourceModel/Amazon/Item/Collection.php b/Model/ResourceModel/Amazon/Item/Collection.php
index 2f539945b..21e155cd2 100644
--- a/Model/ResourceModel/Amazon/Item/Collection.php
+++ b/Model/ResourceModel/Amazon/Item/Collection.php
@@ -8,7 +8,7 @@
namespace Ess\M2ePro\Model\ResourceModel\Amazon\Item;
-class Collection extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Collection\AbstractCollection
+class Collection extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Collection\AbstractModel
{
//########################################
diff --git a/Model/ResourceModel/Amazon/Listing.php b/Model/ResourceModel/Amazon/Listing.php
index 71b2afd26..bed769fb1 100644
--- a/Model/ResourceModel/Amazon/Listing.php
+++ b/Model/ResourceModel/Amazon/Listing.php
@@ -11,7 +11,7 @@
use Ess\M2ePro\Helper\Component\Amazon;
use Ess\M2ePro\Model\Listing\Product;
-class Listing extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Component\Child\AbstractDb
+class Listing extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Component\Child\AbstractModel
{
protected $_isPkAutoIncrement = false;
diff --git a/Model/ResourceModel/Amazon/Listing/Auto/Category/Group.php b/Model/ResourceModel/Amazon/Listing/Auto/Category/Group.php
index 7f2fd1ba2..65b446be9 100644
--- a/Model/ResourceModel/Amazon/Listing/Auto/Category/Group.php
+++ b/Model/ResourceModel/Amazon/Listing/Auto/Category/Group.php
@@ -8,7 +8,7 @@
namespace Ess\M2ePro\Model\ResourceModel\Amazon\Listing\Auto\Category;
-class Group extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Component\Child\AbstractDb
+class Group extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Component\Child\AbstractModel
{
//########################################
diff --git a/Model/ResourceModel/Amazon/Listing/Auto/Category/Group/Collection.php b/Model/ResourceModel/Amazon/Listing/Auto/Category/Group/Collection.php
index 0e835fac6..8b40ef02c 100644
--- a/Model/ResourceModel/Amazon/Listing/Auto/Category/Group/Collection.php
+++ b/Model/ResourceModel/Amazon/Listing/Auto/Category/Group/Collection.php
@@ -8,7 +8,7 @@
namespace Ess\M2ePro\Model\ResourceModel\Amazon\Listing\Auto\Category\Group;
-class Collection extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Collection\Component\Child\AbstractCollection
+class Collection extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Collection\Component\Child\AbstractModel
{
//########################################
diff --git a/Model/ResourceModel/Amazon/Listing/Collection.php b/Model/ResourceModel/Amazon/Listing/Collection.php
index 3e909ad25..54ca4a2e4 100644
--- a/Model/ResourceModel/Amazon/Listing/Collection.php
+++ b/Model/ResourceModel/Amazon/Listing/Collection.php
@@ -8,7 +8,7 @@
namespace Ess\M2ePro\Model\ResourceModel\Amazon\Listing;
-class Collection extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Collection\Component\Child\AbstractCollection
+class Collection extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Collection\Component\Child\AbstractModel
{
//########################################
diff --git a/Model/ResourceModel/Amazon/Listing/Other.php b/Model/ResourceModel/Amazon/Listing/Other.php
index fb14b31f5..f81b8d15f 100644
--- a/Model/ResourceModel/Amazon/Listing/Other.php
+++ b/Model/ResourceModel/Amazon/Listing/Other.php
@@ -10,7 +10,7 @@
use Ess\M2ePro\Model\Account;
-class Other extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Component\Child\AbstractDb
+class Other extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Component\Child\AbstractModel
{
protected $_isPkAutoIncrement = false;
@@ -44,7 +44,7 @@ public function _construct()
public function getAllRepricingSkus(Account $account)
{
- $listingOtherCollection = $this->amazonFactory->getObject('Listing\Product')->getCollection();
+ $listingOtherCollection = $this->amazonFactory->getObject('Listing\Other')->getCollection();
$listingOtherCollection->addFieldToFilter('is_repricing', 1);
$listingOtherCollection->addFieldToFilter('account_id', $account->getId());
diff --git a/Model/ResourceModel/Amazon/Listing/Other/Collection.php b/Model/ResourceModel/Amazon/Listing/Other/Collection.php
index 96c367670..e964f7a43 100644
--- a/Model/ResourceModel/Amazon/Listing/Other/Collection.php
+++ b/Model/ResourceModel/Amazon/Listing/Other/Collection.php
@@ -8,7 +8,7 @@
namespace Ess\M2ePro\Model\ResourceModel\Amazon\Listing\Other;
-class Collection extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Collection\Component\Child\AbstractCollection
+class Collection extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Collection\Component\Child\AbstractModel
{
//########################################
diff --git a/Model/ResourceModel/Amazon/Listing/Product.php b/Model/ResourceModel/Amazon/Listing/Product.php
index c1273b241..9ea623e8a 100644
--- a/Model/ResourceModel/Amazon/Listing/Product.php
+++ b/Model/ResourceModel/Amazon/Listing/Product.php
@@ -8,7 +8,7 @@
namespace Ess\M2ePro\Model\ResourceModel\Amazon\Listing;
-class Product extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Component\Child\AbstractDb
+class Product extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Component\Child\AbstractModel
{
protected $_isPkAutoIncrement = false;
diff --git a/Model/ResourceModel/Amazon/Listing/Product/Collection.php b/Model/ResourceModel/Amazon/Listing/Product/Collection.php
index cf015d456..8a1b0060b 100644
--- a/Model/ResourceModel/Amazon/Listing/Product/Collection.php
+++ b/Model/ResourceModel/Amazon/Listing/Product/Collection.php
@@ -8,7 +8,7 @@
namespace Ess\M2ePro\Model\ResourceModel\Amazon\Listing\Product;
-class Collection extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Collection\Component\Child\AbstractCollection
+class Collection extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Collection\Component\Child\AbstractModel
{
//########################################
diff --git a/Model/ResourceModel/Amazon/Listing/Product/Repricing.php b/Model/ResourceModel/Amazon/Listing/Product/Repricing.php
index eb1931cef..cb6b8f7cc 100644
--- a/Model/ResourceModel/Amazon/Listing/Product/Repricing.php
+++ b/Model/ResourceModel/Amazon/Listing/Product/Repricing.php
@@ -10,7 +10,7 @@
use Ess\M2ePro\Model\Account;
-class Repricing extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\AbstractDb
+class Repricing extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\AbstractModel
{
protected $_isPkAutoIncrement = false;
@@ -19,24 +19,24 @@ class Repricing extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\AbstractDb
//########################################
public function __construct(
+ \Ess\M2ePro\Model\ActiveRecord\Component\Parent\Amazon\Factory $amazonFactory,
\Ess\M2ePro\Helper\Factory $helperFactory,
\Ess\M2ePro\Model\ActiveRecord\Factory $activeRecordFactory,
\Ess\M2ePro\Model\ActiveRecord\Component\Parent\Factory $parentFactory,
\Magento\Framework\Model\ResourceModel\Db\Context $context,
- $connectionName,
- \Ess\M2ePro\Model\ActiveRecord\Component\Parent\Amazon\Factory $amazonFactory
+ $connectionName = null
)
{
- parent::__construct($helperFactory, $activeRecordFactory, $parentFactory, $context, $connectionName);
-
$this->amazonFactory = $amazonFactory;
+
+ parent::__construct($helperFactory, $activeRecordFactory, $parentFactory, $context, $connectionName);
}
//########################################
public function _construct()
{
- $this->_init('m2epro_amazon_listing_product_repricing', 'account_id');
+ $this->_init('m2epro_amazon_listing_product_repricing', 'listing_product_id');
$this->_isPkAutoIncrement = false;
}
diff --git a/Model/ResourceModel/Amazon/Listing/Product/Repricing/Collection.php b/Model/ResourceModel/Amazon/Listing/Product/Repricing/Collection.php
index 93d6ee029..492ab4a02 100644
--- a/Model/ResourceModel/Amazon/Listing/Product/Repricing/Collection.php
+++ b/Model/ResourceModel/Amazon/Listing/Product/Repricing/Collection.php
@@ -8,7 +8,7 @@
namespace Ess\M2ePro\Model\ResourceModel\Amazon\Listing\Product\Repricing;
-class Collection extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Collection\AbstractCollection
+class Collection extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Collection\AbstractModel
{
//########################################
diff --git a/Model/ResourceModel/Amazon/Listing/Product/Variation.php b/Model/ResourceModel/Amazon/Listing/Product/Variation.php
index 9bbd49a04..3daaeb09f 100644
--- a/Model/ResourceModel/Amazon/Listing/Product/Variation.php
+++ b/Model/ResourceModel/Amazon/Listing/Product/Variation.php
@@ -8,7 +8,7 @@
namespace Ess\M2ePro\Model\ResourceModel\Amazon\Listing\Product;
-class Variation extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Component\Child\AbstractDb
+class Variation extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Component\Child\AbstractModel
{
protected $_isPkAutoIncrement = false;
diff --git a/Model/ResourceModel/Amazon/Listing/Product/Variation/Collection.php b/Model/ResourceModel/Amazon/Listing/Product/Variation/Collection.php
index 96cf56574..8b41f808f 100644
--- a/Model/ResourceModel/Amazon/Listing/Product/Variation/Collection.php
+++ b/Model/ResourceModel/Amazon/Listing/Product/Variation/Collection.php
@@ -8,7 +8,7 @@
namespace Ess\M2ePro\Model\ResourceModel\Amazon\Listing\Product\Variation;
-class Collection extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Collection\Component\Child\AbstractCollection
+class Collection extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Collection\Component\Child\AbstractModel
{
//########################################
diff --git a/Model/ResourceModel/Amazon/Listing/Product/Variation/Option.php b/Model/ResourceModel/Amazon/Listing/Product/Variation/Option.php
index 2f9d9e397..1276c9b15 100644
--- a/Model/ResourceModel/Amazon/Listing/Product/Variation/Option.php
+++ b/Model/ResourceModel/Amazon/Listing/Product/Variation/Option.php
@@ -8,7 +8,7 @@
namespace Ess\M2ePro\Model\ResourceModel\Amazon\Listing\Product\Variation;
-class Option extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Component\Child\AbstractDb
+class Option extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Component\Child\AbstractModel
{
protected $_isPkAutoIncrement = false;
diff --git a/Model/ResourceModel/Amazon/Listing/Product/Variation/Option/Collection.php b/Model/ResourceModel/Amazon/Listing/Product/Variation/Option/Collection.php
index dafe5d49e..1ec338392 100644
--- a/Model/ResourceModel/Amazon/Listing/Product/Variation/Option/Collection.php
+++ b/Model/ResourceModel/Amazon/Listing/Product/Variation/Option/Collection.php
@@ -8,7 +8,7 @@
namespace Ess\M2ePro\Model\ResourceModel\Amazon\Listing\Product\Variation\Option;
-class Collection extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Collection\Component\Child\AbstractCollection
+class Collection extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Collection\Component\Child\AbstractModel
{
//########################################
diff --git a/Model/ResourceModel/Amazon/Marketplace.php b/Model/ResourceModel/Amazon/Marketplace.php
index 6fdffe27b..d7e9c5517 100644
--- a/Model/ResourceModel/Amazon/Marketplace.php
+++ b/Model/ResourceModel/Amazon/Marketplace.php
@@ -8,7 +8,7 @@
namespace Ess\M2ePro\Model\ResourceModel\Amazon;
-class Marketplace extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Component\Child\AbstractDb
+class Marketplace extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Component\Child\AbstractModel
{
protected $_isPkAutoIncrement = false;
diff --git a/Model/ResourceModel/Amazon/Marketplace/Collection.php b/Model/ResourceModel/Amazon/Marketplace/Collection.php
index 6d51f3565..af20f8500 100644
--- a/Model/ResourceModel/Amazon/Marketplace/Collection.php
+++ b/Model/ResourceModel/Amazon/Marketplace/Collection.php
@@ -8,7 +8,7 @@
namespace Ess\M2ePro\Model\ResourceModel\Amazon\Marketplace;
-class Collection extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Collection\Component\Child\AbstractCollection
+class Collection extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Collection\Component\Child\AbstractModel
{
//########################################
diff --git a/Model/ResourceModel/Amazon/Order.php b/Model/ResourceModel/Amazon/Order.php
index 9b6f3b6dd..041d20674 100644
--- a/Model/ResourceModel/Amazon/Order.php
+++ b/Model/ResourceModel/Amazon/Order.php
@@ -8,7 +8,7 @@
namespace Ess\M2ePro\Model\ResourceModel\Amazon;
-class Order extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Component\Child\AbstractDb
+class Order extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Component\Child\AbstractModel
{
protected $_isPkAutoIncrement = false;
diff --git a/Model/ResourceModel/Amazon/Order/Collection.php b/Model/ResourceModel/Amazon/Order/Collection.php
index dcb14b563..e861ed0b4 100644
--- a/Model/ResourceModel/Amazon/Order/Collection.php
+++ b/Model/ResourceModel/Amazon/Order/Collection.php
@@ -8,7 +8,7 @@
namespace Ess\M2ePro\Model\ResourceModel\Amazon\Order;
-class Collection extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Collection\Component\Child\AbstractCollection
+class Collection extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Collection\Component\Child\AbstractModel
{
//########################################
diff --git a/Model/ResourceModel/Amazon/Order/Item.php b/Model/ResourceModel/Amazon/Order/Item.php
index 85793ffbf..0bd453d56 100644
--- a/Model/ResourceModel/Amazon/Order/Item.php
+++ b/Model/ResourceModel/Amazon/Order/Item.php
@@ -8,7 +8,7 @@
namespace Ess\M2ePro\Model\ResourceModel\Amazon\Order;
-class Item extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\AbstractDb
+class Item extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\AbstractModel
{
protected $_isPkAutoIncrement = false;
diff --git a/Model/ResourceModel/Amazon/Order/Item/Collection.php b/Model/ResourceModel/Amazon/Order/Item/Collection.php
index 545c1aad0..d1309852c 100644
--- a/Model/ResourceModel/Amazon/Order/Item/Collection.php
+++ b/Model/ResourceModel/Amazon/Order/Item/Collection.php
@@ -8,7 +8,7 @@
namespace Ess\M2ePro\Model\ResourceModel\Amazon\Order\Item;
-class Collection extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Collection\Component\Child\AbstractCollection
+class Collection extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Collection\Component\Child\AbstractModel
{
//########################################
diff --git a/Model/ResourceModel/Amazon/Processing/Action.php b/Model/ResourceModel/Amazon/Processing/Action.php
index 2c88547c4..52df9eef5 100644
--- a/Model/ResourceModel/Amazon/Processing/Action.php
+++ b/Model/ResourceModel/Amazon/Processing/Action.php
@@ -8,7 +8,7 @@
namespace Ess\M2ePro\Model\ResourceModel\Amazon\Processing;
-class Action extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\AbstractDb
+class Action extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\AbstractModel
{
// ########################################
diff --git a/Model/ResourceModel/Amazon/Processing/Action/Collection.php b/Model/ResourceModel/Amazon/Processing/Action/Collection.php
index df682c867..58a8d40ae 100644
--- a/Model/ResourceModel/Amazon/Processing/Action/Collection.php
+++ b/Model/ResourceModel/Amazon/Processing/Action/Collection.php
@@ -9,7 +9,7 @@
namespace Ess\M2ePro\Model\ResourceModel\Amazon\Processing\Action;
class Collection
- extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Collection\AbstractCollection
+ extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Collection\AbstractModel
{
// ########################################
diff --git a/Model/ResourceModel/Amazon/Processing/Action/Item.php b/Model/ResourceModel/Amazon/Processing/Action/Item.php
index 14ac37270..452859f18 100644
--- a/Model/ResourceModel/Amazon/Processing/Action/Item.php
+++ b/Model/ResourceModel/Amazon/Processing/Action/Item.php
@@ -8,7 +8,7 @@
namespace Ess\M2ePro\Model\ResourceModel\Amazon\Processing\Action;
-class Item extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\AbstractDb
+class Item extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\AbstractModel
{
// ########################################
diff --git a/Model/ResourceModel/Amazon/Processing/Action/Item/Collection.php b/Model/ResourceModel/Amazon/Processing/Action/Item/Collection.php
index 95ee2181c..13dcf26da 100644
--- a/Model/ResourceModel/Amazon/Processing/Action/Item/Collection.php
+++ b/Model/ResourceModel/Amazon/Processing/Action/Item/Collection.php
@@ -8,7 +8,7 @@
namespace Ess\M2ePro\Model\ResourceModel\Amazon\Processing\Action\Item;
-class Collection extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Collection\AbstractCollection
+class Collection extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Collection\AbstractModel
{
// ########################################
diff --git a/Model/ResourceModel/Amazon/Template/Description.php b/Model/ResourceModel/Amazon/Template/Description.php
index 23ceb9bc4..ec7b26cb0 100644
--- a/Model/ResourceModel/Amazon/Template/Description.php
+++ b/Model/ResourceModel/Amazon/Template/Description.php
@@ -8,7 +8,7 @@
namespace Ess\M2ePro\Model\ResourceModel\Amazon\Template;
-class Description extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Component\Child\AbstractDb
+class Description extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Component\Child\AbstractModel
{
protected $_isPkAutoIncrement = false;
diff --git a/Model/ResourceModel/Amazon/Template/Description/Collection.php b/Model/ResourceModel/Amazon/Template/Description/Collection.php
index 7eeb96993..53cbfffe1 100644
--- a/Model/ResourceModel/Amazon/Template/Description/Collection.php
+++ b/Model/ResourceModel/Amazon/Template/Description/Collection.php
@@ -8,7 +8,7 @@
namespace Ess\M2ePro\Model\ResourceModel\Amazon\Template\Description;
-class Collection extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Collection\Component\Child\AbstractCollection
+class Collection extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Collection\Component\Child\AbstractModel
{
//########################################
diff --git a/Model/ResourceModel/Amazon/Template/Description/Definition.php b/Model/ResourceModel/Amazon/Template/Description/Definition.php
index 4b54c0078..7daa1bbef 100644
--- a/Model/ResourceModel/Amazon/Template/Description/Definition.php
+++ b/Model/ResourceModel/Amazon/Template/Description/Definition.php
@@ -8,7 +8,7 @@
namespace Ess\M2ePro\Model\ResourceModel\Amazon\Template\Description;
-class Definition extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\AbstractDb
+class Definition extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\AbstractModel
{
protected $_isPkAutoIncrement = false;
diff --git a/Model/ResourceModel/Amazon/Template/Description/Definition/Collection.php b/Model/ResourceModel/Amazon/Template/Description/Definition/Collection.php
index 9e9ad251f..ad22e67b3 100644
--- a/Model/ResourceModel/Amazon/Template/Description/Definition/Collection.php
+++ b/Model/ResourceModel/Amazon/Template/Description/Definition/Collection.php
@@ -8,7 +8,7 @@
namespace Ess\M2ePro\Model\ResourceModel\Amazon\Template\Description\Definition;
-class Collection extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Collection\AbstractCollection
+class Collection extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Collection\AbstractModel
{
//########################################
diff --git a/Model/ResourceModel/Amazon/Template/Description/Specific.php b/Model/ResourceModel/Amazon/Template/Description/Specific.php
index eba4e0746..a4fb41002 100644
--- a/Model/ResourceModel/Amazon/Template/Description/Specific.php
+++ b/Model/ResourceModel/Amazon/Template/Description/Specific.php
@@ -8,7 +8,7 @@
namespace Ess\M2ePro\Model\ResourceModel\Amazon\Template\Description;
-class Specific extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\AbstractDb
+class Specific extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\AbstractModel
{
//########################################
diff --git a/Model/ResourceModel/Amazon/Template/Description/Specific/Collection.php b/Model/ResourceModel/Amazon/Template/Description/Specific/Collection.php
index 748e8eb5d..adc0bc1a2 100644
--- a/Model/ResourceModel/Amazon/Template/Description/Specific/Collection.php
+++ b/Model/ResourceModel/Amazon/Template/Description/Specific/Collection.php
@@ -8,7 +8,7 @@
namespace Ess\M2ePro\Model\ResourceModel\Amazon\Template\Description\Specific;
-class Collection extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Collection\AbstractCollection
+class Collection extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Collection\AbstractModel
{
//########################################
diff --git a/Model/ResourceModel/Amazon/Template/SellingFormat.php b/Model/ResourceModel/Amazon/Template/SellingFormat.php
index 3283c4bd7..416a950ac 100644
--- a/Model/ResourceModel/Amazon/Template/SellingFormat.php
+++ b/Model/ResourceModel/Amazon/Template/SellingFormat.php
@@ -8,7 +8,7 @@
namespace Ess\M2ePro\Model\ResourceModel\Amazon\Template;
-class SellingFormat extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Component\Child\AbstractDb
+class SellingFormat extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Component\Child\AbstractModel
{
protected $_isPkAutoIncrement = false;
diff --git a/Model/ResourceModel/Amazon/Template/SellingFormat/Collection.php b/Model/ResourceModel/Amazon/Template/SellingFormat/Collection.php
index 0349b1710..9bf27c72a 100644
--- a/Model/ResourceModel/Amazon/Template/SellingFormat/Collection.php
+++ b/Model/ResourceModel/Amazon/Template/SellingFormat/Collection.php
@@ -8,7 +8,7 @@
namespace Ess\M2ePro\Model\ResourceModel\Amazon\Template\SellingFormat;
-class Collection extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Collection\Component\Child\AbstractCollection
+class Collection extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Collection\Component\Child\AbstractModel
{
//########################################
diff --git a/Model/ResourceModel/Amazon/Template/ShippingOverride.php b/Model/ResourceModel/Amazon/Template/ShippingOverride.php
index 028457b74..4f1a0398a 100644
--- a/Model/ResourceModel/Amazon/Template/ShippingOverride.php
+++ b/Model/ResourceModel/Amazon/Template/ShippingOverride.php
@@ -8,7 +8,7 @@
namespace Ess\M2ePro\Model\ResourceModel\Amazon\Template;
-class ShippingOverride extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\AbstractDb
+class ShippingOverride extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\AbstractModel
{
//########################################
diff --git a/Model/ResourceModel/Amazon/Template/ShippingOverride/Collection.php b/Model/ResourceModel/Amazon/Template/ShippingOverride/Collection.php
index e228a694c..79a74716e 100644
--- a/Model/ResourceModel/Amazon/Template/ShippingOverride/Collection.php
+++ b/Model/ResourceModel/Amazon/Template/ShippingOverride/Collection.php
@@ -8,7 +8,7 @@
namespace Ess\M2ePro\Model\ResourceModel\Amazon\Template\ShippingOverride;
-class Collection extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Collection\AbstractCollection
+class Collection extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Collection\AbstractModel
{
//########################################
diff --git a/Model/ResourceModel/Amazon/Template/ShippingOverride/Service.php b/Model/ResourceModel/Amazon/Template/ShippingOverride/Service.php
index 8875c3fe4..d6cf03cdd 100644
--- a/Model/ResourceModel/Amazon/Template/ShippingOverride/Service.php
+++ b/Model/ResourceModel/Amazon/Template/ShippingOverride/Service.php
@@ -8,7 +8,7 @@
namespace Ess\M2ePro\Model\ResourceModel\Amazon\Template\ShippingOverride;
-class Service extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\AbstractDb
+class Service extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\AbstractModel
{
//########################################
diff --git a/Model/ResourceModel/Amazon/Template/ShippingOverride/Service/Collection.php b/Model/ResourceModel/Amazon/Template/ShippingOverride/Service/Collection.php
index aefe9feb1..8bbc340fc 100644
--- a/Model/ResourceModel/Amazon/Template/ShippingOverride/Service/Collection.php
+++ b/Model/ResourceModel/Amazon/Template/ShippingOverride/Service/Collection.php
@@ -8,7 +8,7 @@
namespace Ess\M2ePro\Model\ResourceModel\Amazon\Template\ShippingOverride\Service;
-class Collection extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Collection\AbstractCollection
+class Collection extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Collection\AbstractModel
{
//########################################
diff --git a/Model/ResourceModel/Amazon/Template/Synchronization.php b/Model/ResourceModel/Amazon/Template/Synchronization.php
index e5c1de5b6..b91b604e1 100644
--- a/Model/ResourceModel/Amazon/Template/Synchronization.php
+++ b/Model/ResourceModel/Amazon/Template/Synchronization.php
@@ -8,7 +8,7 @@
namespace Ess\M2ePro\Model\ResourceModel\Amazon\Template;
-class Synchronization extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Component\Child\AbstractDb
+class Synchronization extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Component\Child\AbstractModel
{
protected $_isPkAutoIncrement = false;
diff --git a/Model/ResourceModel/Amazon/Template/Synchronization/Collection.php b/Model/ResourceModel/Amazon/Template/Synchronization/Collection.php
index c72b499fc..df7f6017c 100644
--- a/Model/ResourceModel/Amazon/Template/Synchronization/Collection.php
+++ b/Model/ResourceModel/Amazon/Template/Synchronization/Collection.php
@@ -8,7 +8,7 @@
namespace Ess\M2ePro\Model\ResourceModel\Amazon\Template\Synchronization;
-class Collection extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Collection\Component\Child\AbstractCollection
+class Collection extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Collection\Component\Child\AbstractModel
{
//########################################
diff --git a/Model/ResourceModel/Collection/Custom.php b/Model/ResourceModel/Collection/Custom.php
index e4c31e16c..81bdb4156 100644
--- a/Model/ResourceModel/Collection/Custom.php
+++ b/Model/ResourceModel/Collection/Custom.php
@@ -12,9 +12,18 @@ class Custom extends \Magento\Framework\Data\Collection\AbstractDb
{
//########################################
+ public function load($printQuery = false, $logQuery = false)
+ {
+ if ($this->getSelect()) {
+ return parent::load($printQuery, $logQuery);
+ }
+
+ return $this;
+ }
+
public function getResource()
{
- // TODO: Implement getResource() method.
+ return NULL;
}
public function setCustomSize($size)
diff --git a/Model/ResourceModel/Config/Cache.php b/Model/ResourceModel/Config/Cache.php
index f6bcef6c0..cd5613f10 100644
--- a/Model/ResourceModel/Config/Cache.php
+++ b/Model/ResourceModel/Config/Cache.php
@@ -1,9 +1,17 @@
_init('m2epro_cache_config', 'id');
}
+
+ // ########################################
}
\ No newline at end of file
diff --git a/Model/ResourceModel/Config/Cache/Collection.php b/Model/ResourceModel/Config/Cache/Collection.php
index 9258319b9..346f161cc 100644
--- a/Model/ResourceModel/Config/Cache/Collection.php
+++ b/Model/ResourceModel/Config/Cache/Collection.php
@@ -1,9 +1,17 @@
_init('m2epro_module_config', 'id');
}
+
+ // ########################################
}
\ No newline at end of file
diff --git a/Model/ResourceModel/Config/Module/Collection.php b/Model/ResourceModel/Config/Module/Collection.php
index 581990fd6..000f5193f 100644
--- a/Model/ResourceModel/Config/Module/Collection.php
+++ b/Model/ResourceModel/Config/Module/Collection.php
@@ -1,9 +1,17 @@
_init('m2epro_primary_config', 'id');
}
+
+ // ########################################
}
\ No newline at end of file
diff --git a/Model/ResourceModel/Config/Primary/Collection.php b/Model/ResourceModel/Config/Primary/Collection.php
index fe49772d2..9684f3642 100644
--- a/Model/ResourceModel/Config/Primary/Collection.php
+++ b/Model/ResourceModel/Config/Primary/Collection.php
@@ -1,9 +1,17 @@
_init('m2epro_synchronization_config', 'id');
}
+
+ // ########################################
}
\ No newline at end of file
diff --git a/Model/ResourceModel/Config/Synchronization/Collection.php b/Model/ResourceModel/Config/Synchronization/Collection.php
index 0f62a4d46..2e2354fc9 100644
--- a/Model/ResourceModel/Config/Synchronization/Collection.php
+++ b/Model/ResourceModel/Config/Synchronization/Collection.php
@@ -1,9 +1,17 @@
_init('m2epro_ebay_feedback', 'id');
+ }
+
+ //########################################
+}
\ No newline at end of file
diff --git a/Model/ResourceModel/Ebay/Feedback/Collection.php b/Model/ResourceModel/Ebay/Feedback/Collection.php
new file mode 100644
index 000000000..37ed92f33
--- /dev/null
+++ b/Model/ResourceModel/Ebay/Feedback/Collection.php
@@ -0,0 +1,25 @@
+_init(
+ 'Ess\M2ePro\Model\Ebay\Feedback',
+ 'Ess\M2ePro\Model\ResourceModel\Ebay\Feedback'
+ );
+ }
+
+ //########################################
+}
\ No newline at end of file
diff --git a/Model/ResourceModel/Ebay/Feedback/Template.php b/Model/ResourceModel/Ebay/Feedback/Template.php
new file mode 100644
index 000000000..77670b4cc
--- /dev/null
+++ b/Model/ResourceModel/Ebay/Feedback/Template.php
@@ -0,0 +1,21 @@
+_init('m2epro_ebay_feedback_template', 'id');
+ }
+
+ //########################################
+}
\ No newline at end of file
diff --git a/Model/ResourceModel/Ebay/Feedback/Template/Collection.php b/Model/ResourceModel/Ebay/Feedback/Template/Collection.php
new file mode 100644
index 000000000..14180f482
--- /dev/null
+++ b/Model/ResourceModel/Ebay/Feedback/Template/Collection.php
@@ -0,0 +1,25 @@
+_init(
+ 'Ess\M2ePro\Model\Ebay\Feedback\Template',
+ 'Ess\M2ePro\Model\ResourceModel\Ebay\Feedback\Template'
+ );
+ }
+
+ //########################################
+}
\ No newline at end of file
diff --git a/Model/ResourceModel/Ebay/Item.php b/Model/ResourceModel/Ebay/Item.php
index c8cb0ed3b..0dbf4b55b 100644
--- a/Model/ResourceModel/Ebay/Item.php
+++ b/Model/ResourceModel/Ebay/Item.php
@@ -8,7 +8,7 @@
namespace Ess\M2ePro\Model\ResourceModel\Ebay;
-class Item extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\AbstractDb
+class Item extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\AbstractModel
{
//########################################
diff --git a/Model/ResourceModel/Ebay/Item/Collection.php b/Model/ResourceModel/Ebay/Item/Collection.php
index e0695a9d4..d39d7a7d2 100644
--- a/Model/ResourceModel/Ebay/Item/Collection.php
+++ b/Model/ResourceModel/Ebay/Item/Collection.php
@@ -8,7 +8,7 @@
namespace Ess\M2ePro\Model\ResourceModel\Ebay\Item;
-class Collection extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Collection\AbstractCollection
+class Collection extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Collection\AbstractModel
{
//########################################
diff --git a/Model/ResourceModel/Ebay/Listing.php b/Model/ResourceModel/Ebay/Listing.php
index 4dabae98d..05e67a285 100644
--- a/Model/ResourceModel/Ebay/Listing.php
+++ b/Model/ResourceModel/Ebay/Listing.php
@@ -8,8 +8,9 @@
namespace Ess\M2ePro\Model\ResourceModel\Ebay;
-class Listing extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Component\Child\AbstractDb
+class Listing extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Component\Child\AbstractModel
{
+ protected $catalogProductAction;
protected $productFactory;
protected $_isPkAutoIncrement = false;
@@ -25,6 +26,7 @@ public function _construct()
//########################################
public function __construct(
+ \Magento\Catalog\Model\Product\Action $catalogProductAction,
\Magento\Catalog\Model\ProductFactory $productFactory,
\Ess\M2ePro\Helper\Factory $helperFactory,
\Ess\M2ePro\Model\ActiveRecord\Factory $activeRecordFactory,
@@ -33,6 +35,7 @@ public function __construct(
$connectionName = null
)
{
+ $this->catalogProductAction = $catalogProductAction;
$this->productFactory = $productFactory;
parent::__construct($helperFactory, $activeRecordFactory, $parentFactory, $context, $connectionName);
}
@@ -140,56 +143,57 @@ public function getProductCollection($listingId)
return $collection;
}
- // TODO NOT SUPPORTED FEATURES "ebay parts compatibility"
-// public function updateMotorsAttributesData($listingId,
-// array $listingProductIds,
-// $attribute,
-// $data,
-// $overwrite = false) {
-// if (count($listingProductIds) == 0) {
-// return;
-// }
-//
-// $listing = $this->getHelper('Component\Ebay')->getCachedObject('Listing', $listingId);
-// $storeId = (int)$listing->getStoreId();
-//
-// $listingProductsCollection = $this->modelFactory->getObject('Listing\Product')->getCollection();
-// $listingProductsCollection->addFieldToFilter('id', array('in' => $listingProductIds));
-// $listingProductsCollection->getSelect()->reset(\Zend_Db_Select::COLUMNS);
-// $listingProductsCollection->getSelect()->columns(array('product_id'));
-//
-// $productIds = $listingProductsCollection->getColumnValues('product_id');
-//
-// if ($overwrite) {
-// Mage::getSingleton('catalog/product_action')->updateAttributes(
-// $productIds,
-// array($attribute => $data),
-// $storeId
-// );
-// return;
-// }
-//
-// $productCollection = Mage::getModel('catalog/product')->getCollection();
-// $productCollection->setStoreId($storeId);
-// $productCollection->addFieldToFilter('entity_id', array('in' => $productIds));
-// $productCollection->addAttributeToSelect($attribute);
-//
-// foreach ($productCollection->getItems() as $itemId => $item) {
-//
-// $currentAttributeValue = $item->getData($attribute);
-// $newAttributeValue = $data;
-//
-// if (!empty($currentAttributeValue)) {
-// $newAttributeValue = $currentAttributeValue . ',' . $data;
-// }
-//
-// Mage::getSingleton('catalog/product_action')->updateAttributes(
-// array($itemId),
-// array($attribute => $newAttributeValue),
-// $storeId
-// );
-// }
-// }
+ public function updateMotorsAttributesData($listingId,
+ array $listingProductIds,
+ $attribute,
+ $data,
+ $overwrite = false) {
+ if (count($listingProductIds) == 0) {
+ return;
+ }
+
+ $listing = $this->parentFactory->getCachedObjectLoaded(
+ \Ess\M2ePro\Helper\Component\Ebay::NICK,'Listing', $listingId
+ );
+ $storeId = (int)$listing->getStoreId();
+
+ $listingProductsCollection = $this->activeRecordFactory->getObject('Listing\Product')->getCollection();
+ $listingProductsCollection->addFieldToFilter('id', array('in' => $listingProductIds));
+ $listingProductsCollection->getSelect()->reset(\Zend_Db_Select::COLUMNS);
+ $listingProductsCollection->getSelect()->columns(array('product_id'));
+
+ $productIds = $listingProductsCollection->getColumnValues('product_id');
+
+ if ($overwrite) {
+ $this->catalogProductAction->updateAttributes(
+ $productIds,
+ array($attribute => $data),
+ $storeId
+ );
+ return;
+ }
+
+ $productCollection = Mage::getModel('catalog/product')->getCollection();
+ $productCollection->setStoreId($storeId);
+ $productCollection->addFieldToFilter('entity_id', array('in' => $productIds));
+ $productCollection->addAttributeToSelect($attribute);
+
+ foreach ($productCollection->getItems() as $itemId => $item) {
+
+ $currentAttributeValue = $item->getData($attribute);
+ $newAttributeValue = $data;
+
+ if (!empty($currentAttributeValue)) {
+ $newAttributeValue = $currentAttributeValue . ',' . $data;
+ }
+
+ $this->catalogProductAction->updateAttributes(
+ array($itemId),
+ array($attribute => $newAttributeValue),
+ $storeId
+ );
+ }
+ }
//########################################
}
\ No newline at end of file
diff --git a/Model/ResourceModel/Ebay/Listing/Auto/Category/Group.php b/Model/ResourceModel/Ebay/Listing/Auto/Category/Group.php
index b22365c79..455c61b63 100644
--- a/Model/ResourceModel/Ebay/Listing/Auto/Category/Group.php
+++ b/Model/ResourceModel/Ebay/Listing/Auto/Category/Group.php
@@ -8,7 +8,7 @@
namespace Ess\M2ePro\Model\ResourceModel\Ebay\Listing\Auto\Category;
-class Group extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Component\Child\AbstractDb
+class Group extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Component\Child\AbstractModel
{
//########################################
diff --git a/Model/ResourceModel/Ebay/Listing/Auto/Category/Group/Collection.php b/Model/ResourceModel/Ebay/Listing/Auto/Category/Group/Collection.php
index e991b10a3..bbf866703 100644
--- a/Model/ResourceModel/Ebay/Listing/Auto/Category/Group/Collection.php
+++ b/Model/ResourceModel/Ebay/Listing/Auto/Category/Group/Collection.php
@@ -8,7 +8,7 @@
namespace Ess\M2ePro\Model\ResourceModel\Ebay\Listing\Auto\Category\Group;
-class Collection extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Collection\Component\Child\AbstractCollection
+class Collection extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Collection\Component\Child\AbstractModel
{
//########################################
diff --git a/Model/ResourceModel/Ebay/Listing/Collection.php b/Model/ResourceModel/Ebay/Listing/Collection.php
index 9ac76176b..35eebb40c 100644
--- a/Model/ResourceModel/Ebay/Listing/Collection.php
+++ b/Model/ResourceModel/Ebay/Listing/Collection.php
@@ -8,7 +8,7 @@
namespace Ess\M2ePro\Model\ResourceModel\Ebay\Listing;
-class Collection extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Collection\Component\Child\AbstractCollection
+class Collection extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Collection\Component\Child\AbstractModel
{
//########################################
diff --git a/Model/ResourceModel/Ebay/Listing/Other.php b/Model/ResourceModel/Ebay/Listing/Other.php
index cf3436d88..8c3ee93f0 100644
--- a/Model/ResourceModel/Ebay/Listing/Other.php
+++ b/Model/ResourceModel/Ebay/Listing/Other.php
@@ -8,7 +8,7 @@
namespace Ess\M2ePro\Model\ResourceModel\Ebay\Listing;
-class Other extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Component\Child\AbstractDb
+class Other extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Component\Child\AbstractModel
{
protected $_isPkAutoIncrement = false;
diff --git a/Model/ResourceModel/Ebay/Listing/Other/Collection.php b/Model/ResourceModel/Ebay/Listing/Other/Collection.php
index 9de9b22f1..293bb8a42 100644
--- a/Model/ResourceModel/Ebay/Listing/Other/Collection.php
+++ b/Model/ResourceModel/Ebay/Listing/Other/Collection.php
@@ -8,7 +8,7 @@
namespace Ess\M2ePro\Model\ResourceModel\Ebay\Listing\Other;
-class Collection extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Collection\Component\Child\AbstractCollection
+class Collection extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Collection\Component\Child\AbstractModel
{
//########################################
diff --git a/Model/ResourceModel/Ebay/Listing/Product.php b/Model/ResourceModel/Ebay/Listing/Product.php
index faa272aa4..dae7160b6 100644
--- a/Model/ResourceModel/Ebay/Listing/Product.php
+++ b/Model/ResourceModel/Ebay/Listing/Product.php
@@ -8,7 +8,7 @@
namespace Ess\M2ePro\Model\ResourceModel\Ebay\Listing;
-class Product extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Component\Child\AbstractDb
+class Product extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Component\Child\AbstractModel
{
protected $_isPkAutoIncrement = false;
diff --git a/Model/ResourceModel/Ebay/Listing/Product/Collection.php b/Model/ResourceModel/Ebay/Listing/Product/Collection.php
index 3d3f1db4e..f45bde79b 100644
--- a/Model/ResourceModel/Ebay/Listing/Product/Collection.php
+++ b/Model/ResourceModel/Ebay/Listing/Product/Collection.php
@@ -8,7 +8,7 @@
namespace Ess\M2ePro\Model\ResourceModel\Ebay\Listing\Product;
-class Collection extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Collection\Component\Child\AbstractCollection
+class Collection extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Collection\Component\Child\AbstractModel
{
//########################################
diff --git a/Model/ResourceModel/Ebay/Listing/Product/Variation.php b/Model/ResourceModel/Ebay/Listing/Product/Variation.php
index 9a2597677..4c20bb60e 100644
--- a/Model/ResourceModel/Ebay/Listing/Product/Variation.php
+++ b/Model/ResourceModel/Ebay/Listing/Product/Variation.php
@@ -8,7 +8,7 @@
namespace Ess\M2ePro\Model\ResourceModel\Ebay\Listing\Product;
-class Variation extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Component\Child\AbstractDb
+class Variation extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Component\Child\AbstractModel
{
protected $_isPkAutoIncrement = false;
diff --git a/Model/ResourceModel/Ebay/Listing/Product/Variation/Collection.php b/Model/ResourceModel/Ebay/Listing/Product/Variation/Collection.php
index 4bc72f514..e2e80c312 100644
--- a/Model/ResourceModel/Ebay/Listing/Product/Variation/Collection.php
+++ b/Model/ResourceModel/Ebay/Listing/Product/Variation/Collection.php
@@ -8,7 +8,7 @@
namespace Ess\M2ePro\Model\ResourceModel\Ebay\Listing\Product\Variation;
-class Collection extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Collection\Component\Child\AbstractCollection
+class Collection extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Collection\Component\Child\AbstractModel
{
//########################################
diff --git a/Model/ResourceModel/Ebay/Listing/Product/Variation/Option.php b/Model/ResourceModel/Ebay/Listing/Product/Variation/Option.php
index 6bf79d0da..90c83af9f 100644
--- a/Model/ResourceModel/Ebay/Listing/Product/Variation/Option.php
+++ b/Model/ResourceModel/Ebay/Listing/Product/Variation/Option.php
@@ -8,7 +8,7 @@
namespace Ess\M2ePro\Model\ResourceModel\Ebay\Listing\Product\Variation;
-class Option extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Component\Child\AbstractDb
+class Option extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Component\Child\AbstractModel
{
protected $_isPkAutoIncrement = false;
diff --git a/Model/ResourceModel/Ebay/Listing/Product/Variation/Option/Collection.php b/Model/ResourceModel/Ebay/Listing/Product/Variation/Option/Collection.php
index 406796de1..bbb129dea 100644
--- a/Model/ResourceModel/Ebay/Listing/Product/Variation/Option/Collection.php
+++ b/Model/ResourceModel/Ebay/Listing/Product/Variation/Option/Collection.php
@@ -8,7 +8,7 @@
namespace Ess\M2ePro\Model\ResourceModel\Ebay\Listing\Product\Variation\Option;
-class Collection extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Collection\Component\Child\AbstractCollection
+class Collection extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Collection\Component\Child\AbstractModel
{
//########################################
diff --git a/Model/ResourceModel/Ebay/Marketplace.php b/Model/ResourceModel/Ebay/Marketplace.php
index a26362112..eadc4d668 100644
--- a/Model/ResourceModel/Ebay/Marketplace.php
+++ b/Model/ResourceModel/Ebay/Marketplace.php
@@ -8,7 +8,7 @@
namespace Ess\M2ePro\Model\ResourceModel\Ebay;
-class Marketplace extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Component\Child\AbstractDb
+class Marketplace extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Component\Child\AbstractModel
{
protected $_isPkAutoIncrement = false;
diff --git a/Model/ResourceModel/Ebay/Marketplace/Collection.php b/Model/ResourceModel/Ebay/Marketplace/Collection.php
index 66d75012d..520113339 100644
--- a/Model/ResourceModel/Ebay/Marketplace/Collection.php
+++ b/Model/ResourceModel/Ebay/Marketplace/Collection.php
@@ -8,7 +8,7 @@
namespace Ess\M2ePro\Model\ResourceModel\Ebay\Marketplace;
-class Collection extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Collection\Component\Child\AbstractCollection
+class Collection extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Collection\Component\Child\AbstractModel
{
//########################################
diff --git a/Model/ResourceModel/Ebay/Motor/Epids/Collection.php b/Model/ResourceModel/Ebay/Motor/Epids/Collection.php
deleted file mode 100644
index f2d51529f..000000000
--- a/Model/ResourceModel/Ebay/Motor/Epids/Collection.php
+++ /dev/null
@@ -1,50 +0,0 @@
-getReadConnection();
-//
-// parent::__construct($connRead);
-//
-// if (!is_null($idFieldName)) {
-// $this->_idFieldName = $idFieldName;
-// }
-//
-// $table = Mage::getSingleton('core/resource')->getTableName('m2epro_ebay_dictionary_motor_epid');
-//
-// $this->getSelect()->reset()->from(
-// array('main_table' => $table)
-// );
-// }
-//
-// //########################################
-//
-// public function getAllIds()
-// {
-// $idsSelect = clone $this->getSelect();
-// $idsSelect->reset(\Zend_Db_Select::LIMIT_COUNT);
-// $idsSelect->reset(\Zend_Db_Select::LIMIT_OFFSET);
-// $idsSelect->reset(\Zend_Db_Select::COLUMNS);
-//
-// $idsSelect->columns($this->_idFieldName, 'main_table');
-// $idsSelect->limit(1000);
-//
-// return $this->getConnection()->fetchCol($idsSelect);
-// }
-//
-// //########################################
-//}
\ No newline at end of file
diff --git a/Model/ResourceModel/Ebay/Motor/Filter.php b/Model/ResourceModel/Ebay/Motor/Filter.php
index e4dfee10b..305e20efa 100644
--- a/Model/ResourceModel/Ebay/Motor/Filter.php
+++ b/Model/ResourceModel/Ebay/Motor/Filter.php
@@ -8,7 +8,7 @@
namespace Ess\M2ePro\Model\ResourceModel\Ebay\Motor;
-class Filter extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\AbstractDb
+class Filter extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\AbstractModel
{
//########################################
diff --git a/Model/ResourceModel/Ebay/Motor/Filter/Collection.php b/Model/ResourceModel/Ebay/Motor/Filter/Collection.php
index 245758308..d9a83e58b 100644
--- a/Model/ResourceModel/Ebay/Motor/Filter/Collection.php
+++ b/Model/ResourceModel/Ebay/Motor/Filter/Collection.php
@@ -8,7 +8,7 @@
namespace Ess\M2ePro\Model\ResourceModel\Ebay\Motor\Filter;
-class Collection extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Collection\AbstractCollection
+class Collection extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Collection\AbstractModel
{
//########################################
diff --git a/Model/ResourceModel/Ebay/Motor/Group.php b/Model/ResourceModel/Ebay/Motor/Group.php
index 26e960083..96278e222 100644
--- a/Model/ResourceModel/Ebay/Motor/Group.php
+++ b/Model/ResourceModel/Ebay/Motor/Group.php
@@ -8,7 +8,7 @@
namespace Ess\M2ePro\Model\ResourceModel\Ebay\Motor;
-class Group extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\AbstractDb
+class Group extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\AbstractModel
{
//########################################
diff --git a/Model/ResourceModel/Ebay/Motor/Group/Collection.php b/Model/ResourceModel/Ebay/Motor/Group/Collection.php
index 744edbcef..ee6035177 100644
--- a/Model/ResourceModel/Ebay/Motor/Group/Collection.php
+++ b/Model/ResourceModel/Ebay/Motor/Group/Collection.php
@@ -8,7 +8,7 @@
namespace Ess\M2ePro\Model\ResourceModel\Ebay\Motor\Group;
-class Collection extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Collection\AbstractCollection
+class Collection extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Collection\AbstractModel
{
//########################################
diff --git a/Model/ResourceModel/Ebay/Motor/Ktypes/Collection.php b/Model/ResourceModel/Ebay/Motor/Ktypes/Collection.php
deleted file mode 100644
index e0d25a741..000000000
--- a/Model/ResourceModel/Ebay/Motor/Ktypes/Collection.php
+++ /dev/null
@@ -1,50 +0,0 @@
-getReadConnection();
-//
-// parent::__construct($connRead);
-//
-// if (!is_null($idFieldName)) {
-// $this->_idFieldName = $idFieldName;
-// }
-//
-// $table = Mage::getSingleton('core/resource')->getTableName('m2epro_ebay_dictionary_motor_ktype');
-//
-// $this->getSelect()->reset()->from(
-// array('main_table' => $table)
-// );
-// }
-//
-// //########################################
-//
-// public function getAllIds()
-// {
-// $idsSelect = clone $this->getSelect();
-// $idsSelect->reset(\Zend_Db_Select::LIMIT_COUNT);
-// $idsSelect->reset(\Zend_Db_Select::LIMIT_OFFSET);
-// $idsSelect->reset(\Zend_Db_Select::COLUMNS);
-//
-// $idsSelect->columns($this->_idFieldName, 'main_table');
-// $idsSelect->limit(1000);
-//
-// return $this->getConnection()->fetchCol($idsSelect);
-// }
-//
-// //########################################
-//}
\ No newline at end of file
diff --git a/Model/ResourceModel/Ebay/Order.php b/Model/ResourceModel/Ebay/Order.php
index ddbc13a73..ad040096c 100644
--- a/Model/ResourceModel/Ebay/Order.php
+++ b/Model/ResourceModel/Ebay/Order.php
@@ -8,7 +8,7 @@
namespace Ess\M2ePro\Model\ResourceModel\Ebay;
-class Order extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Component\Child\AbstractDb
+class Order extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Component\Child\AbstractModel
{
protected $_isPkAutoIncrement = false;
@@ -43,7 +43,7 @@ public function getOrdersContainingItemsFromOrder($accountId, array $items)
// Find orders which contains at least one order item from current order
// ---------------------------------------
- /** @var $collection \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Collection\AbstractCollection */
+ /** @var $collection \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Collection\AbstractModel */
$collection = $this->parentFactory->getObject(\Ess\M2ePro\Helper\Component\Ebay::NICK, 'Order')
->getCollection();
$collection
@@ -71,7 +71,7 @@ public function getOrdersContainingItemsFromOrder($accountId, array $items)
public function getCancellationCandidatesChannelIds($accountId, \DateTime $startDate, \DateTime $endDate)
{
- /** @var $collection \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Collection\AbstractCollection */
+ /** @var $collection \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Collection\AbstractModel */
$collection = $this->parentFactory->getObject(\Ess\M2ePro\Helper\Component\Ebay::NICK, 'Order')
->getCollection();
$collection->addFieldToFilter('account_id', $accountId);
diff --git a/Model/ResourceModel/Ebay/Order/Collection.php b/Model/ResourceModel/Ebay/Order/Collection.php
index 56cf59388..2e06965f4 100644
--- a/Model/ResourceModel/Ebay/Order/Collection.php
+++ b/Model/ResourceModel/Ebay/Order/Collection.php
@@ -8,7 +8,7 @@
namespace Ess\M2ePro\Model\ResourceModel\Ebay\Order;
-class Collection extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Collection\Component\Child\AbstractCollection
+class Collection extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Collection\Component\Child\AbstractModel
{
//########################################
diff --git a/Model/ResourceModel/Ebay/Order/ExternalTransaction.php b/Model/ResourceModel/Ebay/Order/ExternalTransaction.php
index 1e9a18e63..cb86f5f5f 100644
--- a/Model/ResourceModel/Ebay/Order/ExternalTransaction.php
+++ b/Model/ResourceModel/Ebay/Order/ExternalTransaction.php
@@ -8,7 +8,7 @@
namespace Ess\M2ePro\Model\ResourceModel\Ebay\Order;
-class ExternalTransaction extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\AbstractDb
+class ExternalTransaction extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\AbstractModel
{
protected $_isPkAutoIncrement = false;
diff --git a/Model/ResourceModel/Ebay/Order/ExternalTransaction/Collection.php b/Model/ResourceModel/Ebay/Order/ExternalTransaction/Collection.php
index 76f046ba4..63275a22f 100644
--- a/Model/ResourceModel/Ebay/Order/ExternalTransaction/Collection.php
+++ b/Model/ResourceModel/Ebay/Order/ExternalTransaction/Collection.php
@@ -8,7 +8,7 @@
namespace Ess\M2ePro\Model\ResourceModel\Ebay\Order\ExternalTransaction;
-class Collection extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Collection\AbstractCollection
+class Collection extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Collection\AbstractModel
{
//########################################
diff --git a/Model/ResourceModel/Ebay/Order/Item.php b/Model/ResourceModel/Ebay/Order/Item.php
index 7be29830b..b3cfd70c6 100644
--- a/Model/ResourceModel/Ebay/Order/Item.php
+++ b/Model/ResourceModel/Ebay/Order/Item.php
@@ -8,7 +8,7 @@
namespace Ess\M2ePro\Model\ResourceModel\Ebay\Order;
-class Item extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Component\Child\AbstractDb
+class Item extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Component\Child\AbstractModel
{
protected $_isPkAutoIncrement = false;
diff --git a/Model/ResourceModel/Ebay/Order/Item/Collection.php b/Model/ResourceModel/Ebay/Order/Item/Collection.php
index 9313726c0..87fac6b95 100644
--- a/Model/ResourceModel/Ebay/Order/Item/Collection.php
+++ b/Model/ResourceModel/Ebay/Order/Item/Collection.php
@@ -8,7 +8,7 @@
namespace Ess\M2ePro\Model\ResourceModel\Ebay\Order\Item;
-class Collection extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Collection\Component\Child\AbstractCollection
+class Collection extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Collection\Component\Child\AbstractModel
{
//########################################
diff --git a/Model/ResourceModel/Ebay/Processing/Action.php b/Model/ResourceModel/Ebay/Processing/Action.php
index d51ad165a..34fd6a141 100644
--- a/Model/ResourceModel/Ebay/Processing/Action.php
+++ b/Model/ResourceModel/Ebay/Processing/Action.php
@@ -8,7 +8,7 @@
namespace Ess\M2ePro\Model\ResourceModel\Ebay\Processing;
-class Action extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\AbstractDb
+class Action extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\AbstractModel
{
// ########################################
diff --git a/Model/ResourceModel/Ebay/Processing/Action/Collection.php b/Model/ResourceModel/Ebay/Processing/Action/Collection.php
index 1b3fbd84a..2c4b289e4 100644
--- a/Model/ResourceModel/Ebay/Processing/Action/Collection.php
+++ b/Model/ResourceModel/Ebay/Processing/Action/Collection.php
@@ -8,7 +8,7 @@
namespace Ess\M2ePro\Model\ResourceModel\Ebay\Processing\Action;
-class Collection extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Collection\AbstractCollection
+class Collection extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Collection\AbstractModel
{
// ########################################
diff --git a/Model/ResourceModel/Ebay/Processing/Action/Item.php b/Model/ResourceModel/Ebay/Processing/Action/Item.php
index 58d0d7489..25fe8a100 100644
--- a/Model/ResourceModel/Ebay/Processing/Action/Item.php
+++ b/Model/ResourceModel/Ebay/Processing/Action/Item.php
@@ -8,7 +8,7 @@
namespace Ess\M2ePro\Model\ResourceModel\Ebay\Processing\Action;
-class Item extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\AbstractDb
+class Item extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\AbstractModel
{
// ########################################
diff --git a/Model/ResourceModel/Ebay/Processing/Action/Item/Collection.php b/Model/ResourceModel/Ebay/Processing/Action/Item/Collection.php
index 7f250f821..2d2075783 100644
--- a/Model/ResourceModel/Ebay/Processing/Action/Item/Collection.php
+++ b/Model/ResourceModel/Ebay/Processing/Action/Item/Collection.php
@@ -8,7 +8,7 @@
namespace Ess\M2ePro\Model\ResourceModel\Ebay\Processing\Action\Item;
-class Collection extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Collection\AbstractCollection
+class Collection extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Collection\AbstractModel
{
// ########################################
diff --git a/Model/ResourceModel/Ebay/Template/Category.php b/Model/ResourceModel/Ebay/Template/Category.php
index 9ee1b7718..761e4ec30 100644
--- a/Model/ResourceModel/Ebay/Template/Category.php
+++ b/Model/ResourceModel/Ebay/Template/Category.php
@@ -8,7 +8,7 @@
namespace Ess\M2ePro\Model\ResourceModel\Ebay\Template;
-class Category extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\AbstractDb
+class Category extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\AbstractModel
{
//########################################
diff --git a/Model/ResourceModel/Ebay/Template/Category/Collection.php b/Model/ResourceModel/Ebay/Template/Category/Collection.php
index 02e3b664d..dacb4ffcb 100644
--- a/Model/ResourceModel/Ebay/Template/Category/Collection.php
+++ b/Model/ResourceModel/Ebay/Template/Category/Collection.php
@@ -8,7 +8,7 @@
namespace Ess\M2ePro\Model\ResourceModel\Ebay\Template\Category;
-class Collection extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Collection\AbstractCollection
+class Collection extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Collection\AbstractModel
{
//########################################
diff --git a/Model/ResourceModel/Ebay/Template/Category/Specific.php b/Model/ResourceModel/Ebay/Template/Category/Specific.php
index b18178c85..3d3f91264 100644
--- a/Model/ResourceModel/Ebay/Template/Category/Specific.php
+++ b/Model/ResourceModel/Ebay/Template/Category/Specific.php
@@ -8,7 +8,7 @@
namespace Ess\M2ePro\Model\ResourceModel\Ebay\Template\Category;
-class Specific extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\AbstractDb
+class Specific extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\AbstractModel
{
//########################################
diff --git a/Model/ResourceModel/Ebay/Template/Category/Specific/Collection.php b/Model/ResourceModel/Ebay/Template/Category/Specific/Collection.php
index fd03a413f..1b691ccdd 100644
--- a/Model/ResourceModel/Ebay/Template/Category/Specific/Collection.php
+++ b/Model/ResourceModel/Ebay/Template/Category/Specific/Collection.php
@@ -8,7 +8,7 @@
namespace Ess\M2ePro\Model\ResourceModel\Ebay\Template\Category\Specific;
-class Collection extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Collection\AbstractCollection
+class Collection extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Collection\AbstractModel
{
//########################################
diff --git a/Model/ResourceModel/Ebay/Template/Description.php b/Model/ResourceModel/Ebay/Template/Description.php
index 6ffdaca7a..5bc941e85 100644
--- a/Model/ResourceModel/Ebay/Template/Description.php
+++ b/Model/ResourceModel/Ebay/Template/Description.php
@@ -8,7 +8,7 @@
namespace Ess\M2ePro\Model\ResourceModel\Ebay\Template;
-class Description extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Component\Child\AbstractDb
+class Description extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Component\Child\AbstractModel
{
protected $_isPkAutoIncrement = false;
diff --git a/Model/ResourceModel/Ebay/Template/Description/Collection.php b/Model/ResourceModel/Ebay/Template/Description/Collection.php
index 1ce4cf992..d737aada3 100644
--- a/Model/ResourceModel/Ebay/Template/Description/Collection.php
+++ b/Model/ResourceModel/Ebay/Template/Description/Collection.php
@@ -8,7 +8,7 @@
namespace Ess\M2ePro\Model\ResourceModel\Ebay\Template\Description;
-class Collection extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Collection\Component\Child\AbstractCollection
+class Collection extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Collection\Component\Child\AbstractModel
{
//########################################
diff --git a/Model/ResourceModel/Ebay/Template/OtherCategory.php b/Model/ResourceModel/Ebay/Template/OtherCategory.php
index f59a7de71..0fa143b02 100644
--- a/Model/ResourceModel/Ebay/Template/OtherCategory.php
+++ b/Model/ResourceModel/Ebay/Template/OtherCategory.php
@@ -8,7 +8,7 @@
namespace Ess\M2ePro\Model\ResourceModel\Ebay\Template;
-class OtherCategory extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\AbstractDb
+class OtherCategory extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\AbstractModel
{
//########################################
diff --git a/Model/ResourceModel/Ebay/Template/OtherCategory/Collection.php b/Model/ResourceModel/Ebay/Template/OtherCategory/Collection.php
index bc2bd5c1e..d7c4fbed5 100644
--- a/Model/ResourceModel/Ebay/Template/OtherCategory/Collection.php
+++ b/Model/ResourceModel/Ebay/Template/OtherCategory/Collection.php
@@ -8,7 +8,7 @@
namespace Ess\M2ePro\Model\ResourceModel\Ebay\Template\OtherCategory;
-class Collection extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Collection\AbstractCollection
+class Collection extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Collection\AbstractModel
{
//########################################
diff --git a/Model/ResourceModel/Ebay/Template/Payment.php b/Model/ResourceModel/Ebay/Template/Payment.php
index edcc96337..16c42c0b2 100644
--- a/Model/ResourceModel/Ebay/Template/Payment.php
+++ b/Model/ResourceModel/Ebay/Template/Payment.php
@@ -8,7 +8,7 @@
namespace Ess\M2ePro\Model\ResourceModel\Ebay\Template;
-class Payment extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\AbstractDb
+class Payment extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\AbstractModel
{
//########################################
diff --git a/Model/ResourceModel/Ebay/Template/Payment/Collection.php b/Model/ResourceModel/Ebay/Template/Payment/Collection.php
index f1579d176..6dd228949 100644
--- a/Model/ResourceModel/Ebay/Template/Payment/Collection.php
+++ b/Model/ResourceModel/Ebay/Template/Payment/Collection.php
@@ -8,7 +8,7 @@
namespace Ess\M2ePro\Model\ResourceModel\Ebay\Template\Payment;
-class Collection extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Collection\AbstractCollection
+class Collection extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Collection\AbstractModel
{
//########################################
diff --git a/Model/ResourceModel/Ebay/Template/Payment/Service.php b/Model/ResourceModel/Ebay/Template/Payment/Service.php
index a885657a0..50a4b20a4 100644
--- a/Model/ResourceModel/Ebay/Template/Payment/Service.php
+++ b/Model/ResourceModel/Ebay/Template/Payment/Service.php
@@ -8,7 +8,7 @@
namespace Ess\M2ePro\Model\ResourceModel\Ebay\Template\Payment;
-class Service extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\AbstractDb
+class Service extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\AbstractModel
{
//########################################
diff --git a/Model/ResourceModel/Ebay/Template/Payment/Service/Collection.php b/Model/ResourceModel/Ebay/Template/Payment/Service/Collection.php
index d0acbbb79..15363fe09 100644
--- a/Model/ResourceModel/Ebay/Template/Payment/Service/Collection.php
+++ b/Model/ResourceModel/Ebay/Template/Payment/Service/Collection.php
@@ -8,7 +8,7 @@
namespace Ess\M2ePro\Model\ResourceModel\Ebay\Template\Payment\Service;
-class Collection extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Collection\AbstractCollection
+class Collection extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Collection\AbstractModel
{
//########################################
diff --git a/Model/ResourceModel/Ebay/Template/ReturnPolicy.php b/Model/ResourceModel/Ebay/Template/ReturnPolicy.php
index 574eeec86..b3d17f957 100644
--- a/Model/ResourceModel/Ebay/Template/ReturnPolicy.php
+++ b/Model/ResourceModel/Ebay/Template/ReturnPolicy.php
@@ -8,7 +8,7 @@
namespace Ess\M2ePro\Model\ResourceModel\Ebay\Template;
-class ReturnPolicy extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\AbstractDb
+class ReturnPolicy extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\AbstractModel
{
//########################################
diff --git a/Model/ResourceModel/Ebay/Template/ReturnPolicy/Collection.php b/Model/ResourceModel/Ebay/Template/ReturnPolicy/Collection.php
index bc2d52d49..baa5bae07 100644
--- a/Model/ResourceModel/Ebay/Template/ReturnPolicy/Collection.php
+++ b/Model/ResourceModel/Ebay/Template/ReturnPolicy/Collection.php
@@ -8,7 +8,7 @@
namespace Ess\M2ePro\Model\ResourceModel\Ebay\Template\ReturnPolicy;
-class Collection extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Collection\AbstractCollection
+class Collection extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Collection\AbstractModel
{
//########################################
diff --git a/Model/ResourceModel/Ebay/Template/SellingFormat.php b/Model/ResourceModel/Ebay/Template/SellingFormat.php
index 86844ae7a..9e843863f 100644
--- a/Model/ResourceModel/Ebay/Template/SellingFormat.php
+++ b/Model/ResourceModel/Ebay/Template/SellingFormat.php
@@ -8,7 +8,7 @@
namespace Ess\M2ePro\Model\ResourceModel\Ebay\Template;
-class SellingFormat extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Component\Child\AbstractDb
+class SellingFormat extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Component\Child\AbstractModel
{
protected $_isPkAutoIncrement = false;
diff --git a/Model/ResourceModel/Ebay/Template/SellingFormat/Collection.php b/Model/ResourceModel/Ebay/Template/SellingFormat/Collection.php
index c2b99ea1b..1e8de472c 100644
--- a/Model/ResourceModel/Ebay/Template/SellingFormat/Collection.php
+++ b/Model/ResourceModel/Ebay/Template/SellingFormat/Collection.php
@@ -8,7 +8,7 @@
namespace Ess\M2ePro\Model\ResourceModel\Ebay\Template\SellingFormat;
-class Collection extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Collection\Component\Child\AbstractCollection
+class Collection extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Collection\Component\Child\AbstractModel
{
//########################################
diff --git a/Model/ResourceModel/Ebay/Template/Shipping.php b/Model/ResourceModel/Ebay/Template/Shipping.php
index 948d57297..1def2de4f 100644
--- a/Model/ResourceModel/Ebay/Template/Shipping.php
+++ b/Model/ResourceModel/Ebay/Template/Shipping.php
@@ -8,7 +8,7 @@
namespace Ess\M2ePro\Model\ResourceModel\Ebay\Template;
-class Shipping extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\AbstractDb
+class Shipping extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\AbstractModel
{
//########################################
diff --git a/Model/ResourceModel/Ebay/Template/Shipping/Calculated.php b/Model/ResourceModel/Ebay/Template/Shipping/Calculated.php
index c0ba4f0ba..1c047dfea 100644
--- a/Model/ResourceModel/Ebay/Template/Shipping/Calculated.php
+++ b/Model/ResourceModel/Ebay/Template/Shipping/Calculated.php
@@ -8,7 +8,7 @@
namespace Ess\M2ePro\Model\ResourceModel\Ebay\Template\Shipping;
-class Calculated extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\AbstractDb
+class Calculated extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\AbstractModel
{
protected $_isPkAutoIncrement = false;
diff --git a/Model/ResourceModel/Ebay/Template/Shipping/Calculated/Collection.php b/Model/ResourceModel/Ebay/Template/Shipping/Calculated/Collection.php
index 61f0d35c7..43a09bf5b 100644
--- a/Model/ResourceModel/Ebay/Template/Shipping/Calculated/Collection.php
+++ b/Model/ResourceModel/Ebay/Template/Shipping/Calculated/Collection.php
@@ -8,7 +8,7 @@
namespace Ess\M2ePro\Model\ResourceModel\Ebay\Template\Shipping\Calculated;
-class Collection extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Collection\AbstractCollection
+class Collection extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Collection\AbstractModel
{
//########################################
diff --git a/Model/ResourceModel/Ebay/Template/Shipping/Collection.php b/Model/ResourceModel/Ebay/Template/Shipping/Collection.php
index ac94a493e..5d6aada21 100644
--- a/Model/ResourceModel/Ebay/Template/Shipping/Collection.php
+++ b/Model/ResourceModel/Ebay/Template/Shipping/Collection.php
@@ -8,7 +8,7 @@
namespace Ess\M2ePro\Model\ResourceModel\Ebay\Template\Shipping;
-class Collection extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Collection\AbstractCollection
+class Collection extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Collection\AbstractModel
{
//########################################
diff --git a/Model/ResourceModel/Ebay/Template/Shipping/Service.php b/Model/ResourceModel/Ebay/Template/Shipping/Service.php
index e95a69909..b5b62a322 100644
--- a/Model/ResourceModel/Ebay/Template/Shipping/Service.php
+++ b/Model/ResourceModel/Ebay/Template/Shipping/Service.php
@@ -8,7 +8,7 @@
namespace Ess\M2ePro\Model\ResourceModel\Ebay\Template\Shipping;
-class Service extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\AbstractDb
+class Service extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\AbstractModel
{
//########################################
diff --git a/Model/ResourceModel/Ebay/Template/Shipping/Service/Collection.php b/Model/ResourceModel/Ebay/Template/Shipping/Service/Collection.php
index 8b71f55c1..646f38726 100644
--- a/Model/ResourceModel/Ebay/Template/Shipping/Service/Collection.php
+++ b/Model/ResourceModel/Ebay/Template/Shipping/Service/Collection.php
@@ -8,7 +8,7 @@
namespace Ess\M2ePro\Model\ResourceModel\Ebay\Template\Shipping\Service;
-class Collection extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Collection\AbstractCollection
+class Collection extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Collection\AbstractModel
{
//########################################
diff --git a/Model/ResourceModel/Ebay/Template/Synchronization.php b/Model/ResourceModel/Ebay/Template/Synchronization.php
index a16ba5930..985e675d1 100644
--- a/Model/ResourceModel/Ebay/Template/Synchronization.php
+++ b/Model/ResourceModel/Ebay/Template/Synchronization.php
@@ -8,7 +8,7 @@
namespace Ess\M2ePro\Model\ResourceModel\Ebay\Template;
-class Synchronization extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Component\Child\AbstractDb
+class Synchronization extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Component\Child\AbstractModel
{
protected $_isPkAutoIncrement = false;
diff --git a/Model/ResourceModel/Ebay/Template/Synchronization/Collection.php b/Model/ResourceModel/Ebay/Template/Synchronization/Collection.php
index 991ab79d5..2fc6534dd 100644
--- a/Model/ResourceModel/Ebay/Template/Synchronization/Collection.php
+++ b/Model/ResourceModel/Ebay/Template/Synchronization/Collection.php
@@ -8,7 +8,7 @@
namespace Ess\M2ePro\Model\ResourceModel\Ebay\Template\Synchronization;
-class Collection extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Collection\Component\Child\AbstractCollection
+class Collection extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Collection\Component\Child\AbstractModel
{
//########################################
diff --git a/Model/ResourceModel/Listing.php b/Model/ResourceModel/Listing.php
index 65de2bec8..001d7b345 100644
--- a/Model/ResourceModel/Listing.php
+++ b/Model/ResourceModel/Listing.php
@@ -8,7 +8,7 @@
namespace Ess\M2ePro\Model\ResourceModel;
-class Listing extends ActiveRecord\Component\Parent\AbstractDb
+class Listing extends ActiveRecord\Component\Parent\AbstractModel
{
//########################################
diff --git a/Model/ResourceModel/Listing/Auto/Category.php b/Model/ResourceModel/Listing/Auto/Category.php
index 6aeefab27..66a97265c 100644
--- a/Model/ResourceModel/Listing/Auto/Category.php
+++ b/Model/ResourceModel/Listing/Auto/Category.php
@@ -8,7 +8,7 @@
namespace Ess\M2ePro\Model\ResourceModel\Listing\Auto;
-class Category extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\AbstractDb
+class Category extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\AbstractModel
{
//########################################
diff --git a/Model/ResourceModel/Listing/Auto/Category/Collection.php b/Model/ResourceModel/Listing/Auto/Category/Collection.php
index 0f960ef67..34eff18c9 100644
--- a/Model/ResourceModel/Listing/Auto/Category/Collection.php
+++ b/Model/ResourceModel/Listing/Auto/Category/Collection.php
@@ -8,7 +8,7 @@
namespace Ess\M2ePro\Model\ResourceModel\Listing\Auto\Category;
-class Collection extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Collection\AbstractCollection
+class Collection extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Collection\AbstractModel
{
//########################################
diff --git a/Model/ResourceModel/Listing/Auto/Category/Group.php b/Model/ResourceModel/Listing/Auto/Category/Group.php
index 1792ae87b..9086243a5 100644
--- a/Model/ResourceModel/Listing/Auto/Category/Group.php
+++ b/Model/ResourceModel/Listing/Auto/Category/Group.php
@@ -8,7 +8,7 @@
namespace Ess\M2ePro\Model\ResourceModel\Listing\Auto\Category;
-class Group extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Component\Parent\AbstractDb
+class Group extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Component\Parent\AbstractModel
{
//########################################
diff --git a/Model/ResourceModel/Listing/Auto/Category/Group/Collection.php b/Model/ResourceModel/Listing/Auto/Category/Group/Collection.php
index ddad506fd..a49968a25 100644
--- a/Model/ResourceModel/Listing/Auto/Category/Group/Collection.php
+++ b/Model/ResourceModel/Listing/Auto/Category/Group/Collection.php
@@ -8,7 +8,7 @@
namespace Ess\M2ePro\Model\ResourceModel\Listing\Auto\Category\Group;
-class Collection extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Collection\Component\Parent\AbstractCollection
+class Collection extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Collection\Component\Parent\AbstractModel
{
//########################################
diff --git a/Model/ResourceModel/Listing/Collection.php b/Model/ResourceModel/Listing/Collection.php
index 24f0de033..758e897ee 100644
--- a/Model/ResourceModel/Listing/Collection.php
+++ b/Model/ResourceModel/Listing/Collection.php
@@ -8,7 +8,7 @@
namespace Ess\M2ePro\Model\ResourceModel\Listing;
-class Collection extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Collection\Component\Parent\AbstractCollection
+class Collection extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Collection\Component\Parent\AbstractModel
{
//########################################
diff --git a/Model/ResourceModel/Listing/Log.php b/Model/ResourceModel/Listing/Log.php
index b52a56260..858a57fb1 100644
--- a/Model/ResourceModel/Listing/Log.php
+++ b/Model/ResourceModel/Listing/Log.php
@@ -8,7 +8,7 @@
namespace Ess\M2ePro\Model\ResourceModel\Listing;
-class Log extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\AbstractDb
+class Log extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\AbstractModel
{
//########################################
diff --git a/Model/ResourceModel/Listing/Log/Collection.php b/Model/ResourceModel/Listing/Log/Collection.php
index d7c8e7614..8b3e603ae 100644
--- a/Model/ResourceModel/Listing/Log/Collection.php
+++ b/Model/ResourceModel/Listing/Log/Collection.php
@@ -8,7 +8,7 @@
namespace Ess\M2ePro\Model\ResourceModel\Listing\Log;
-class Collection extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Collection\AbstractCollection
+class Collection extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Collection\AbstractModel
{
//########################################
diff --git a/Model/ResourceModel/Listing/Other.php b/Model/ResourceModel/Listing/Other.php
index 14df2bb00..609586535 100644
--- a/Model/ResourceModel/Listing/Other.php
+++ b/Model/ResourceModel/Listing/Other.php
@@ -8,7 +8,7 @@
namespace Ess\M2ePro\Model\ResourceModel\Listing;
-class Other extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Component\Parent\AbstractDb
+class Other extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Component\Parent\AbstractModel
{
protected $synchronizationConfig;
@@ -45,7 +45,7 @@ public function _construct()
public function getItemsByProductId($productId, array $filters = array())
{
$cacheKey = __METHOD__.$productId.sha1(json_encode($filters));
- $cacheValue = $this->getHelper('Data\Cache\Session')->getValue($cacheKey);
+ $cacheValue = $this->getHelper('Data\Cache\Runtime')->getValue($cacheKey);
if (!is_null($cacheValue)) {
return $cacheValue;
@@ -74,7 +74,7 @@ public function getItemsByProductId($productId, array $filters = array())
);
}
- $this->getHelper('Data\Cache\Session')->setValue($cacheKey, $result);
+ $this->getHelper('Data\Cache\Runtime')->setValue($cacheKey, $result);
return $result;
}
diff --git a/Model/ResourceModel/Listing/Other/Collection.php b/Model/ResourceModel/Listing/Other/Collection.php
index e8fc96481..2a952bad7 100644
--- a/Model/ResourceModel/Listing/Other/Collection.php
+++ b/Model/ResourceModel/Listing/Other/Collection.php
@@ -8,7 +8,7 @@
namespace Ess\M2ePro\Model\ResourceModel\Listing\Other;
-class Collection extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Collection\Component\Parent\AbstractCollection
+class Collection extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Collection\Component\Parent\AbstractModel
{
//########################################
diff --git a/Model/ResourceModel/Listing/Other/Log.php b/Model/ResourceModel/Listing/Other/Log.php
index 8495e8452..9153f4f14 100644
--- a/Model/ResourceModel/Listing/Other/Log.php
+++ b/Model/ResourceModel/Listing/Other/Log.php
@@ -8,7 +8,7 @@
namespace Ess\M2ePro\Model\ResourceModel\Listing\Other;
-class Log extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\AbstractDb
+class Log extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\AbstractModel
{
//########################################
diff --git a/Model/ResourceModel/Listing/Other/Log/Collection.php b/Model/ResourceModel/Listing/Other/Log/Collection.php
index c802969cb..e15ad90bd 100644
--- a/Model/ResourceModel/Listing/Other/Log/Collection.php
+++ b/Model/ResourceModel/Listing/Other/Log/Collection.php
@@ -8,7 +8,7 @@
namespace Ess\M2ePro\Model\ResourceModel\Listing\Other\Log;
-class Collection extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Collection\AbstractCollection
+class Collection extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Collection\AbstractModel
{
//########################################
diff --git a/Model/ResourceModel/Listing/Product.php b/Model/ResourceModel/Listing/Product.php
index 54f01f14c..6ed00f532 100644
--- a/Model/ResourceModel/Listing/Product.php
+++ b/Model/ResourceModel/Listing/Product.php
@@ -8,7 +8,7 @@
namespace Ess\M2ePro\Model\ResourceModel\Listing;
-class Product extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Component\Parent\AbstractDb
+class Product extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Component\Parent\AbstractModel
{
protected $synchronizationConfig;
@@ -51,7 +51,7 @@ public function getProductIds(array $listingProductIds)
public function getItemsByProductId($productId, array $filters = array())
{
$cacheKey = __METHOD__.$productId.sha1(json_encode($filters));
- $cacheValue = $this->getHelper('Data\Cache\Session')->getValue($cacheKey);
+ $cacheValue = $this->getHelper('Data\Cache\Runtime')->getValue($cacheKey);
if (!is_null($cacheValue)) {
return $cacheValue;
@@ -133,7 +133,7 @@ public function getItemsByProductId($productId, array $filters = array())
$result[$listingProductId]->setData('found_options_ids', $optionsIds);
}
- $this->getHelper('Data\Cache\Session')->setValue($cacheKey, $result);
+ $this->getHelper('Data\Cache\Runtime')->setValue($cacheKey, $result);
return array_values($result);
}
diff --git a/Model/ResourceModel/Listing/Product/Collection.php b/Model/ResourceModel/Listing/Product/Collection.php
index 670e2bde5..4d6d17220 100644
--- a/Model/ResourceModel/Listing/Product/Collection.php
+++ b/Model/ResourceModel/Listing/Product/Collection.php
@@ -8,7 +8,7 @@
namespace Ess\M2ePro\Model\ResourceModel\Listing\Product;
-class Collection extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Collection\Component\Parent\AbstractCollection
+class Collection extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Collection\Component\Parent\AbstractModel
{
//########################################
diff --git a/Model/ResourceModel/Listing/Product/Variation.php b/Model/ResourceModel/Listing/Product/Variation.php
index 7ec7916d9..29ea7af2c 100644
--- a/Model/ResourceModel/Listing/Product/Variation.php
+++ b/Model/ResourceModel/Listing/Product/Variation.php
@@ -8,7 +8,7 @@
namespace Ess\M2ePro\Model\ResourceModel\Listing\Product;
-class Variation extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Component\Parent\AbstractDb
+class Variation extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Component\Parent\AbstractModel
{
private $variationsProductsIds = array();
diff --git a/Model/ResourceModel/Listing/Product/Variation/Collection.php b/Model/ResourceModel/Listing/Product/Variation/Collection.php
index d1e8d5412..1d9a0ab70 100644
--- a/Model/ResourceModel/Listing/Product/Variation/Collection.php
+++ b/Model/ResourceModel/Listing/Product/Variation/Collection.php
@@ -8,7 +8,7 @@
namespace Ess\M2ePro\Model\ResourceModel\Listing\Product\Variation;
-class Collection extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Collection\Component\Parent\AbstractCollection
+class Collection extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Collection\Component\Parent\AbstractModel
{
//########################################
diff --git a/Model/ResourceModel/Listing/Product/Variation/Option.php b/Model/ResourceModel/Listing/Product/Variation/Option.php
index d90e81027..71185b615 100644
--- a/Model/ResourceModel/Listing/Product/Variation/Option.php
+++ b/Model/ResourceModel/Listing/Product/Variation/Option.php
@@ -8,7 +8,7 @@
namespace Ess\M2ePro\Model\ResourceModel\Listing\Product\Variation;
-class Option extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Component\Parent\AbstractDb
+class Option extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Component\Parent\AbstractModel
{
//########################################
diff --git a/Model/ResourceModel/Listing/Product/Variation/Option/Collection.php b/Model/ResourceModel/Listing/Product/Variation/Option/Collection.php
index e33bf5db9..8754c37cb 100644
--- a/Model/ResourceModel/Listing/Product/Variation/Option/Collection.php
+++ b/Model/ResourceModel/Listing/Product/Variation/Option/Collection.php
@@ -8,7 +8,7 @@
namespace Ess\M2ePro\Model\ResourceModel\Listing\Product\Variation\Option;
-class Collection extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Collection\Component\Parent\AbstractCollection
+class Collection extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Collection\Component\Parent\AbstractModel
{
//########################################
diff --git a/Model/ResourceModel/LockItem.php b/Model/ResourceModel/LockItem.php
index 1d29b09d8..ce83f8f3a 100644
--- a/Model/ResourceModel/LockItem.php
+++ b/Model/ResourceModel/LockItem.php
@@ -8,7 +8,7 @@
namespace Ess\M2ePro\Model\ResourceModel;
-class LockItem extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\AbstractDb
+class LockItem extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\AbstractModel
{
//########################################
diff --git a/Model/ResourceModel/LockItem/Collection.php b/Model/ResourceModel/LockItem/Collection.php
index b36e9b7d9..ef02cbe56 100644
--- a/Model/ResourceModel/LockItem/Collection.php
+++ b/Model/ResourceModel/LockItem/Collection.php
@@ -8,7 +8,7 @@
namespace Ess\M2ePro\Model\ResourceModel\LockItem;
-class Collection extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Collection\AbstractCollection
+class Collection extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Collection\AbstractModel
{
//########################################
diff --git a/Model/ResourceModel/Log/System.php b/Model/ResourceModel/Log/System.php
index ab8e5e716..bf82c07e4 100644
--- a/Model/ResourceModel/Log/System.php
+++ b/Model/ResourceModel/Log/System.php
@@ -8,7 +8,7 @@
namespace Ess\M2ePro\Model\ResourceModel\Log;
-class System extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\AbstractDb
+class System extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\AbstractModel
{
//########################################
diff --git a/Model/ResourceModel/Log/System/Collection.php b/Model/ResourceModel/Log/System/Collection.php
index f93f25155..e31ff60d7 100644
--- a/Model/ResourceModel/Log/System/Collection.php
+++ b/Model/ResourceModel/Log/System/Collection.php
@@ -8,7 +8,7 @@
namespace Ess\M2ePro\Model\ResourceModel\Log\System;
-class Collection extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Collection\AbstractCollection
+class Collection extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Collection\AbstractModel
{
//########################################
diff --git a/Model/ResourceModel/Marketplace.php b/Model/ResourceModel/Marketplace.php
index 7b31d60d1..d26297688 100644
--- a/Model/ResourceModel/Marketplace.php
+++ b/Model/ResourceModel/Marketplace.php
@@ -8,7 +8,7 @@
namespace Ess\M2ePro\Model\ResourceModel;
-class Marketplace extends ActiveRecord\Component\Parent\AbstractDb
+class Marketplace extends ActiveRecord\Component\Parent\AbstractModel
{
//########################################
diff --git a/Model/ResourceModel/Marketplace/Collection.php b/Model/ResourceModel/Marketplace/Collection.php
index 843b484b1..03d112672 100644
--- a/Model/ResourceModel/Marketplace/Collection.php
+++ b/Model/ResourceModel/Marketplace/Collection.php
@@ -8,7 +8,7 @@
namespace Ess\M2ePro\Model\ResourceModel\Marketplace;
-class Collection extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Collection\Component\Parent\AbstractCollection
+class Collection extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Collection\Component\Parent\AbstractModel
{
//########################################
diff --git a/Model/ResourceModel/OperationHistory.php b/Model/ResourceModel/OperationHistory.php
index 887d8cbd9..ad4f327de 100644
--- a/Model/ResourceModel/OperationHistory.php
+++ b/Model/ResourceModel/OperationHistory.php
@@ -8,7 +8,7 @@
namespace Ess\M2ePro\Model\ResourceModel;
-class OperationHistory extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\AbstractDb
+class OperationHistory extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\AbstractModel
{
//########################################
diff --git a/Model/ResourceModel/OperationHistory/Collection.php b/Model/ResourceModel/OperationHistory/Collection.php
index 6c63fb5f2..8475b8a54 100644
--- a/Model/ResourceModel/OperationHistory/Collection.php
+++ b/Model/ResourceModel/OperationHistory/Collection.php
@@ -8,7 +8,7 @@
namespace Ess\M2ePro\Model\ResourceModel\OperationHistory;
-class Collection extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Collection\AbstractCollection
+class Collection extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Collection\AbstractModel
{
//########################################
diff --git a/Model/ResourceModel/Order.php b/Model/ResourceModel/Order.php
index c0d248af0..540b75255 100644
--- a/Model/ResourceModel/Order.php
+++ b/Model/ResourceModel/Order.php
@@ -8,7 +8,7 @@
namespace Ess\M2ePro\Model\ResourceModel;
-class Order extends ActiveRecord\Component\Parent\AbstractDb
+class Order extends ActiveRecord\Component\Parent\AbstractModel
{
//########################################
diff --git a/Model/ResourceModel/Order/Change.php b/Model/ResourceModel/Order/Change.php
index e6f2c3a9f..eed1ee36c 100644
--- a/Model/ResourceModel/Order/Change.php
+++ b/Model/ResourceModel/Order/Change.php
@@ -8,7 +8,7 @@
namespace Ess\M2ePro\Model\ResourceModel\Order;
-class Change extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\AbstractDb
+class Change extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\AbstractModel
{
//########################################
diff --git a/Model/ResourceModel/Order/Change/Collection.php b/Model/ResourceModel/Order/Change/Collection.php
index eeb3039bf..b96760c37 100644
--- a/Model/ResourceModel/Order/Change/Collection.php
+++ b/Model/ResourceModel/Order/Change/Collection.php
@@ -8,7 +8,7 @@
namespace Ess\M2ePro\Model\ResourceModel\Order\Change;
-class Collection extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Collection\AbstractCollection
+class Collection extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Collection\AbstractModel
{
//########################################
diff --git a/Model/ResourceModel/Order/Collection.php b/Model/ResourceModel/Order/Collection.php
index b6588ad13..9f1df6a10 100644
--- a/Model/ResourceModel/Order/Collection.php
+++ b/Model/ResourceModel/Order/Collection.php
@@ -8,7 +8,7 @@
namespace Ess\M2ePro\Model\ResourceModel\Order;
-class Collection extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Collection\Component\Parent\AbstractCollection
+class Collection extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Collection\Component\Parent\AbstractModel
{
//########################################
diff --git a/Model/ResourceModel/Order/Item.php b/Model/ResourceModel/Order/Item.php
index b11695be4..5fd4ec2c3 100644
--- a/Model/ResourceModel/Order/Item.php
+++ b/Model/ResourceModel/Order/Item.php
@@ -8,7 +8,7 @@
namespace Ess\M2ePro\Model\ResourceModel\Order;
-class Item extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Component\Parent\AbstractDb
+class Item extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Component\Parent\AbstractModel
{
//########################################
diff --git a/Model/ResourceModel/Order/Item/Collection.php b/Model/ResourceModel/Order/Item/Collection.php
index b2afaf885..c7c7be066 100644
--- a/Model/ResourceModel/Order/Item/Collection.php
+++ b/Model/ResourceModel/Order/Item/Collection.php
@@ -11,7 +11,7 @@
*/
namespace Ess\M2ePro\Model\ResourceModel\Order\Item;
-class Collection extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Collection\Component\Parent\AbstractCollection
+class Collection extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Collection\Component\Parent\AbstractModel
{
//########################################
diff --git a/Model/ResourceModel/Order/Log.php b/Model/ResourceModel/Order/Log.php
index a4a7eab19..6b7216e20 100644
--- a/Model/ResourceModel/Order/Log.php
+++ b/Model/ResourceModel/Order/Log.php
@@ -8,7 +8,7 @@
namespace Ess\M2ePro\Model\ResourceModel\Order;
-class Log extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\AbstractDb
+class Log extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\AbstractModel
{
//########################################
diff --git a/Model/ResourceModel/Order/Log/Collection.php b/Model/ResourceModel/Order/Log/Collection.php
index 6d8b587c2..e7bfd9d99 100644
--- a/Model/ResourceModel/Order/Log/Collection.php
+++ b/Model/ResourceModel/Order/Log/Collection.php
@@ -8,7 +8,7 @@
namespace Ess\M2ePro\Model\ResourceModel\Order\Log;
-class Collection extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Collection\AbstractCollection
+class Collection extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Collection\AbstractModel
{
//########################################
diff --git a/Model/ResourceModel/Order/Matching.php b/Model/ResourceModel/Order/Matching.php
index 8ff1866d0..1923f7ecc 100644
--- a/Model/ResourceModel/Order/Matching.php
+++ b/Model/ResourceModel/Order/Matching.php
@@ -8,7 +8,7 @@
namespace Ess\M2ePro\Model\ResourceModel\Order;
-class Matching extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\AbstractDb
+class Matching extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\AbstractModel
{
//########################################
diff --git a/Model/ResourceModel/Order/Matching/Collection.php b/Model/ResourceModel/Order/Matching/Collection.php
index f22a615f6..490a2d780 100644
--- a/Model/ResourceModel/Order/Matching/Collection.php
+++ b/Model/ResourceModel/Order/Matching/Collection.php
@@ -8,7 +8,7 @@
namespace Ess\M2ePro\Model\ResourceModel\Order\Matching;
-class Collection extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Collection\AbstractCollection
+class Collection extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Collection\AbstractModel
{
//########################################
diff --git a/Model/ResourceModel/Processing.php b/Model/ResourceModel/Processing.php
index 3ca980687..dd4641a72 100644
--- a/Model/ResourceModel/Processing.php
+++ b/Model/ResourceModel/Processing.php
@@ -8,7 +8,7 @@
namespace Ess\M2ePro\Model\ResourceModel;
-class Processing extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\AbstractDb
+class Processing extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\AbstractModel
{
// ########################################
diff --git a/Model/ResourceModel/Processing/Collection.php b/Model/ResourceModel/Processing/Collection.php
index c572d640b..7c7aea837 100644
--- a/Model/ResourceModel/Processing/Collection.php
+++ b/Model/ResourceModel/Processing/Collection.php
@@ -8,7 +8,7 @@
namespace Ess\M2ePro\Model\ResourceModel\Processing;
-class Collection extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Collection\AbstractCollection
+class Collection extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Collection\AbstractModel
{
// ########################################
diff --git a/Model/ResourceModel/Processing/Lock.php b/Model/ResourceModel/Processing/Lock.php
index 94312d7f5..41c02395e 100644
--- a/Model/ResourceModel/Processing/Lock.php
+++ b/Model/ResourceModel/Processing/Lock.php
@@ -8,7 +8,7 @@
namespace Ess\M2ePro\Model\ResourceModel\Processing;
-class Lock extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\AbstractDb
+class Lock extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\AbstractModel
{
// ########################################
diff --git a/Model/ResourceModel/Processing/Lock/Collection.php b/Model/ResourceModel/Processing/Lock/Collection.php
index e3a10f30b..36183b9f1 100644
--- a/Model/ResourceModel/Processing/Lock/Collection.php
+++ b/Model/ResourceModel/Processing/Lock/Collection.php
@@ -8,7 +8,7 @@
namespace Ess\M2ePro\Model\ResourceModel\Processing\Lock;
-class Collection extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Collection\AbstractCollection
+class Collection extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Collection\AbstractModel
{
// ########################################
diff --git a/Model/ResourceModel/ProductChange.php b/Model/ResourceModel/ProductChange.php
index ed11a6085..325989d0f 100644
--- a/Model/ResourceModel/ProductChange.php
+++ b/Model/ResourceModel/ProductChange.php
@@ -8,7 +8,7 @@
namespace Ess\M2ePro\Model\ResourceModel;
-class ProductChange extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\AbstractDb
+class ProductChange extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\AbstractModel
{
//########################################
diff --git a/Model/ResourceModel/ProductChange/Collection.php b/Model/ResourceModel/ProductChange/Collection.php
index 60107d4ce..a6d2b8883 100644
--- a/Model/ResourceModel/ProductChange/Collection.php
+++ b/Model/ResourceModel/ProductChange/Collection.php
@@ -8,7 +8,7 @@
namespace Ess\M2ePro\Model\ResourceModel\ProductChange;
-class Collection extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Collection\AbstractCollection
+class Collection extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Collection\AbstractModel
{
//########################################
diff --git a/Model/ResourceModel/Registry.php b/Model/ResourceModel/Registry.php
index 38096072c..9e063d44b 100644
--- a/Model/ResourceModel/Registry.php
+++ b/Model/ResourceModel/Registry.php
@@ -8,7 +8,7 @@
namespace Ess\M2ePro\Model\ResourceModel;
-class Registry extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\AbstractDb
+class Registry extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\AbstractModel
{
//########################################
diff --git a/Model/ResourceModel/Registry/Collection.php b/Model/ResourceModel/Registry/Collection.php
index 1587b2488..dc6dbe324 100644
--- a/Model/ResourceModel/Registry/Collection.php
+++ b/Model/ResourceModel/Registry/Collection.php
@@ -8,7 +8,7 @@
namespace Ess\M2ePro\Model\ResourceModel\Registry;
-class Collection extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Collection\AbstractCollection
+class Collection extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Collection\AbstractModel
{
//########################################
diff --git a/Model/ResourceModel/Request/Pending/Partial.php b/Model/ResourceModel/Request/Pending/Partial.php
index 001e075ad..f4228ec1c 100644
--- a/Model/ResourceModel/Request/Pending/Partial.php
+++ b/Model/ResourceModel/Request/Pending/Partial.php
@@ -8,7 +8,7 @@
namespace Ess\M2ePro\Model\ResourceModel\Request\Pending;
-class Partial extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\AbstractDb
+class Partial extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\AbstractModel
{
// ########################################
diff --git a/Model/ResourceModel/Request/Pending/Partial/Collection.php b/Model/ResourceModel/Request/Pending/Partial/Collection.php
index 04b413696..0c8cc702a 100644
--- a/Model/ResourceModel/Request/Pending/Partial/Collection.php
+++ b/Model/ResourceModel/Request/Pending/Partial/Collection.php
@@ -8,7 +8,7 @@
namespace Ess\M2ePro\Model\ResourceModel\Request\Pending\Partial;
-class Collection extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Collection\AbstractCollection
+class Collection extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Collection\AbstractModel
{
// ########################################
diff --git a/Model/ResourceModel/Request/Pending/Single.php b/Model/ResourceModel/Request/Pending/Single.php
index 0d38b410c..36e140367 100644
--- a/Model/ResourceModel/Request/Pending/Single.php
+++ b/Model/ResourceModel/Request/Pending/Single.php
@@ -8,7 +8,7 @@
namespace Ess\M2ePro\Model\ResourceModel\Request\Pending;
-class Single extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\AbstractDb
+class Single extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\AbstractModel
{
// ########################################
diff --git a/Model/ResourceModel/Request/Pending/Single/Collection.php b/Model/ResourceModel/Request/Pending/Single/Collection.php
index 9389aa135..f3140bf32 100644
--- a/Model/ResourceModel/Request/Pending/Single/Collection.php
+++ b/Model/ResourceModel/Request/Pending/Single/Collection.php
@@ -8,7 +8,7 @@
namespace Ess\M2ePro\Model\ResourceModel\Request\Pending\Single;
-class Collection extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Collection\AbstractCollection
+class Collection extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Collection\AbstractModel
{
// ########################################
diff --git a/Model/ResourceModel/Setup.php b/Model/ResourceModel/Setup.php
new file mode 100644
index 000000000..01ee8c8d4
--- /dev/null
+++ b/Model/ResourceModel/Setup.php
@@ -0,0 +1,50 @@
+_init('m2epro_setup', 'id');
+ }
+
+ //########################################
+
+ public function getMaxCompletedItem()
+ {
+ $collection = $this->activeRecordFactory->getObject('Setup')->getCollection();
+ $collection->addFieldToFilter('is_completed', 1);
+
+ /** @var \Ess\M2ePro\Model\Setup[] $completedItems */
+ $completedItems = $collection->getItems();
+
+ /** @var \Ess\M2ePro\Model\Setup $maxCompletedItem */
+ $maxCompletedItem = NULL;
+
+ foreach ($completedItems as $completedItem) {
+ if (is_null($maxCompletedItem)) {
+ $maxCompletedItem = $completedItem;
+ continue;
+ }
+
+ if (version_compare($maxCompletedItem->getVersionTo(), $completedItem->getVersionTo(), '>')) {
+ continue;
+ }
+
+ $maxCompletedItem = $completedItem;
+ }
+
+ return $maxCompletedItem;
+ }
+
+ //########################################
+}
\ No newline at end of file
diff --git a/Model/ResourceModel/Setup/Collection.php b/Model/ResourceModel/Setup/Collection.php
new file mode 100644
index 000000000..ec1c385a4
--- /dev/null
+++ b/Model/ResourceModel/Setup/Collection.php
@@ -0,0 +1,24 @@
+_init(
+ 'Ess\M2ePro\Model\Setup',
+ 'Ess\M2ePro\Model\ResourceModel\Setup'
+ );
+ }
+
+ //########################################
+}
\ No newline at end of file
diff --git a/Model/ResourceModel/StopQueue.php b/Model/ResourceModel/StopQueue.php
index a55e30e20..87d3eab34 100644
--- a/Model/ResourceModel/StopQueue.php
+++ b/Model/ResourceModel/StopQueue.php
@@ -8,7 +8,7 @@
namespace Ess\M2ePro\Model\ResourceModel;
-class StopQueue extends ActiveRecord\AbstractDb
+class StopQueue extends ActiveRecord\AbstractModel
{
//########################################
diff --git a/Model/ResourceModel/StopQueue/Collection.php b/Model/ResourceModel/StopQueue/Collection.php
index 8d1581a22..7defaaa70 100644
--- a/Model/ResourceModel/StopQueue/Collection.php
+++ b/Model/ResourceModel/StopQueue/Collection.php
@@ -8,7 +8,7 @@
namespace Ess\M2ePro\Model\ResourceModel\StopQueue;
-class Collection extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Collection\AbstractCollection
+class Collection extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Collection\AbstractModel
{
//########################################
diff --git a/Model/ResourceModel/Synchronization/Log.php b/Model/ResourceModel/Synchronization/Log.php
index 80e383f2d..082a6f467 100644
--- a/Model/ResourceModel/Synchronization/Log.php
+++ b/Model/ResourceModel/Synchronization/Log.php
@@ -8,7 +8,7 @@
namespace Ess\M2ePro\Model\ResourceModel\Synchronization;
-class Log extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\AbstractDb
+class Log extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\AbstractModel
{
//########################################
diff --git a/Model/ResourceModel/Synchronization/Log/Collection.php b/Model/ResourceModel/Synchronization/Log/Collection.php
index a358be6e4..fa90efa59 100644
--- a/Model/ResourceModel/Synchronization/Log/Collection.php
+++ b/Model/ResourceModel/Synchronization/Log/Collection.php
@@ -8,7 +8,7 @@
namespace Ess\M2ePro\Model\ResourceModel\Synchronization\Log;
-class Collection extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Collection\AbstractCollection
+class Collection extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Collection\AbstractModel
{
//########################################
diff --git a/Model/ResourceModel/Template/Description.php b/Model/ResourceModel/Template/Description.php
index 02a201ee2..89db31238 100644
--- a/Model/ResourceModel/Template/Description.php
+++ b/Model/ResourceModel/Template/Description.php
@@ -8,7 +8,7 @@
namespace Ess\M2ePro\Model\ResourceModel\Template;
-class Description extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Component\Parent\AbstractDb
+class Description extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Component\Parent\AbstractModel
{
//########################################
diff --git a/Model/ResourceModel/Template/Description/Collection.php b/Model/ResourceModel/Template/Description/Collection.php
index 9a22a04a6..c77aace8e 100644
--- a/Model/ResourceModel/Template/Description/Collection.php
+++ b/Model/ResourceModel/Template/Description/Collection.php
@@ -8,7 +8,7 @@
namespace Ess\M2ePro\Model\ResourceModel\Template\Description;
-class Collection extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Collection\Component\Parent\AbstractCollection
+class Collection extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Collection\Component\Parent\AbstractModel
{
//########################################
diff --git a/Model/ResourceModel/Template/SellingFormat.php b/Model/ResourceModel/Template/SellingFormat.php
index 4b90ab98d..a5aab95d6 100644
--- a/Model/ResourceModel/Template/SellingFormat.php
+++ b/Model/ResourceModel/Template/SellingFormat.php
@@ -8,7 +8,7 @@
namespace Ess\M2ePro\Model\ResourceModel\Template;
-class SellingFormat extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Component\Parent\AbstractDb
+class SellingFormat extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Component\Parent\AbstractModel
{
//########################################
diff --git a/Model/ResourceModel/Template/SellingFormat/Collection.php b/Model/ResourceModel/Template/SellingFormat/Collection.php
index 63811a6e7..c744cb7d1 100644
--- a/Model/ResourceModel/Template/SellingFormat/Collection.php
+++ b/Model/ResourceModel/Template/SellingFormat/Collection.php
@@ -8,7 +8,7 @@
namespace Ess\M2ePro\Model\ResourceModel\Template\SellingFormat;
-class Collection extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Collection\Component\Parent\AbstractCollection
+class Collection extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Collection\Component\Parent\AbstractModel
{
//########################################
diff --git a/Model/ResourceModel/Template/Synchronization.php b/Model/ResourceModel/Template/Synchronization.php
index 94252f8bc..eeb5b3019 100644
--- a/Model/ResourceModel/Template/Synchronization.php
+++ b/Model/ResourceModel/Template/Synchronization.php
@@ -8,7 +8,7 @@
namespace Ess\M2ePro\Model\ResourceModel\Template;
-class Synchronization extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Component\Parent\AbstractDb
+class Synchronization extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Component\Parent\AbstractModel
{
//########################################
diff --git a/Model/ResourceModel/Template/Synchronization/Collection.php b/Model/ResourceModel/Template/Synchronization/Collection.php
index 35ad0bc85..700a75925 100644
--- a/Model/ResourceModel/Template/Synchronization/Collection.php
+++ b/Model/ResourceModel/Template/Synchronization/Collection.php
@@ -8,7 +8,7 @@
namespace Ess\M2ePro\Model\ResourceModel\Template\Synchronization;
-class Collection extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Collection\Component\Parent\AbstractCollection
+class Collection extends \Ess\M2ePro\Model\ResourceModel\ActiveRecord\Collection\Component\Parent\AbstractModel
{
//########################################
diff --git a/Model/ResourceModel/Wizard.php b/Model/ResourceModel/Wizard.php
index f4fe758bb..e6fec2118 100644
--- a/Model/ResourceModel/Wizard.php
+++ b/Model/ResourceModel/Wizard.php
@@ -8,7 +8,7 @@
namespace Ess\M2ePro\Model\ResourceModel;
-class Wizard extends ActiveRecord\Component\Parent\AbstractDb
+class Wizard extends ActiveRecord\Component\Parent\AbstractModel
{
//########################################
diff --git a/Model/Servicing/Dispatcher.php b/Model/Servicing/Dispatcher.php
index 26f189095..2e24698ff 100644
--- a/Model/Servicing/Dispatcher.php
+++ b/Model/Servicing/Dispatcher.php
@@ -20,7 +20,7 @@ final class Dispatcher extends \Ess\M2ePro\Model\AbstractModel
//########################################
- function __construct(
+ public function __construct(
\Ess\M2ePro\Model\Config\Manager\Cache $cacheConfig,
\Ess\M2ePro\Helper\Factory $helperFactory,
\Ess\M2ePro\Model\Factory $modelFactory
diff --git a/Model/Servicing/Task/Backups.php b/Model/Servicing/Task/Backups.php
index e804962a8..49d6ab345 100644
--- a/Model/Servicing/Task/Backups.php
+++ b/Model/Servicing/Task/Backups.php
@@ -39,7 +39,7 @@ public function __construct(
$parentFactory
);
- $this->backup = $this->modelFactory->getCachedObject('Servicing\Task\Backups\Manager');
+ $this->backup = $this->modelFactory->getObject('Servicing\Task\Backups\Manager');
}
//########################################
diff --git a/Model/Servicing/Task/License.php b/Model/Servicing/Task/License.php
index 8761a3f44..bf12b95df 100644
--- a/Model/Servicing/Task/License.php
+++ b/Model/Servicing/Task/License.php
@@ -58,39 +58,36 @@ public function processResponseData(array $data)
private function updateInfoData(array $infoData)
{
- $moduleName = $this->getHelper('Module')->getName();
$primaryConfig = $this->getHelper('Primary')->getConfig();
if (array_key_exists('email', $infoData)) {
- $primaryConfig->setGroupValue('/'.$moduleName.'/license/info/','email', $infoData['email']);
+ $primaryConfig->setGroupValue('/license/info/', 'email', $infoData['email']);
}
}
private function updateValidationMainData(array $validationData)
{
- $moduleName = $this->getHelper('Module')->getName();
$primaryConfig = $this->getHelper('Primary')->getConfig();
if (array_key_exists('domain', $validationData)) {
- $primaryConfig->setGroupValue('/'.$moduleName.'/license/','domain', $validationData['domain']);
+ $primaryConfig->setGroupValue('/license/', 'domain', $validationData['domain']);
}
if (array_key_exists('ip', $validationData)) {
- $primaryConfig->setGroupValue('/'.$moduleName.'/license/','ip', $validationData['ip']);
+ $primaryConfig->setGroupValue('/license/', 'ip', $validationData['ip']);
}
}
private function updateValidationValidData(array $isValidData)
{
- $moduleName = $this->getHelper('Module')->getName();
$primaryConfig = $this->getHelper('Primary')->getConfig();
if (array_key_exists('domain', $isValidData)) {
- $primaryConfig->setGroupValue('/'.$moduleName.'/license/valid/','domain',(int)$isValidData['domain']);
+ $primaryConfig->setGroupValue('/license/valid/', 'domain',(int)$isValidData['domain']);
}
if (array_key_exists('ip', $isValidData)) {
- $primaryConfig->setGroupValue('/'.$moduleName.'/license/valid/','ip',(int)$isValidData['ip']);
+ $primaryConfig->setGroupValue('/license/valid/', 'ip', (int)$isValidData['ip']);
}
}
@@ -113,10 +110,7 @@ private function updateConnectionData(array $data)
private function updateStatus($status)
{
- $moduleName = $this->getHelper('Module')->getName();
- $primaryConfig = $this->getHelper('Primary')->getConfig();
-
- $primaryConfig->setGroupValue('/'.$moduleName.'/license/','status',(int)$status);
+ $this->getHelper('Primary')->getConfig()->setGroupValue('/license/', 'status', (int)$status);
}
//########################################
diff --git a/Model/Servicing/Task/Messages.php b/Model/Servicing/Task/Messages.php
index 7bd2cc932..6af266ea6 100644
--- a/Model/Servicing/Task/Messages.php
+++ b/Model/Servicing/Task/Messages.php
@@ -20,35 +20,6 @@ public function getPublicNick()
return 'messages';
}
- protected $primaryConfig;
-
- //########################################
-
- public function __construct(
- \Ess\M2ePro\Model\Config\Manager\Primary $primaryConfig,
- \Magento\Eav\Model\Config $config,
- \Ess\M2ePro\Model\Config\Manager\Cache $cacheConfig,
- \Magento\Store\Model\StoreManagerInterface $storeManager,
- \Ess\M2ePro\Model\Factory $modelFactory,
- \Ess\M2ePro\Helper\Factory $helperFactory,
- \Magento\Framework\App\ResourceConnection $resource,
- \Ess\M2ePro\Model\ActiveRecord\Factory $activeRecordFactory,
- \Ess\M2ePro\Model\ActiveRecord\Component\Parent\Factory $parentFactory
- )
- {
- $this->primaryConfig = $primaryConfig;
- parent::__construct(
- $config,
- $cacheConfig,
- $storeManager,
- $modelFactory,
- $helperFactory,
- $resource,
- $activeRecordFactory,
- $parentFactory
- );
- }
-
//########################################
/**
@@ -69,8 +40,9 @@ public function processResponseData(array $data)
private function updateMagentoMessages(array $messages)
{
- $messages = array_filter($messages,array($this,'updateMagentoMessagesFilterMagentoMessages'));
- !is_array($messages) && $messages = array();
+ $messages = array_filter($messages, function ($message) {
+ return isset($message['is_global']) && (bool)$message['is_global'];
+ });
$magentoTypes = array(
\Ess\M2ePro\Helper\Module::SERVER_MESSAGE_TYPE_NOTICE =>
@@ -92,42 +64,23 @@ private function updateMagentoMessages(array $messages)
}
}
- public function updateMagentoMessagesFilterMagentoMessages($message)
- {
- if (!isset($message['title']) || !isset($message['text']) || !isset($message['type'])) {
- return false;
- }
-
- if (!isset($message['is_global']) || !(bool)$message['is_global']) {
- return false;
- }
-
- return true;
- }
-
//########################################
private function updateModuleMessages(array $messages)
{
- $messages = array_filter($messages,array($this,'updateModuleMessagesFilterModuleMessages'));
- !is_array($messages) && $messages = array();
+ $messages = array_filter($messages, function ($message) {
+ return !isset($message['is_global']) || !(bool)$message['is_global'];
+ });
- $this->primaryConfig->setGroupValue(
- '/'.$this->getHelper('Module')->getName().'/server/','messages',json_encode($messages)
- );
- }
-
- public function updateModuleMessagesFilterModuleMessages($message)
- {
- if (!isset($message['text']) || !isset($message['type'])) {
- return false;
- }
+ /** @var \Ess\M2ePro\Model\Registry $registryModel */
+ $registryModel = $this->activeRecordFactory->getObjectLoaded('Registry', '/server/messages/', 'key', false);
- if (isset($message['is_global']) && (bool)$message['is_global']) {
- return false;
+ if (is_null($registryModel)) {
+ $registryModel = $this->activeRecordFactory->getObject('Registry');
+ $registryModel->setData('key', '/server/messages/');
}
- return true;
+ $registryModel->setData('value', json_encode($messages))->save();
}
//########################################
diff --git a/Model/Servicing/Task/Settings.php b/Model/Servicing/Task/Settings.php
index ae6ec3235..448e62f21 100644
--- a/Model/Servicing/Task/Settings.php
+++ b/Model/Servicing/Task/Settings.php
@@ -29,13 +29,12 @@ public function getRequestData()
{
$requestData = array();
- $tempValue = $this->cacheConfig->getGroupValue('/default_baseurl_index/',
- 'given_by_server_at');
+ $tempValue = $this->cacheConfig->getGroupValue('/server/location/','default_index_given_by_server_at');
if ($tempValue) {
$primaryConfig = $this->getHelper('Primary')->getConfig();
$requestData['current_default_server_baseurl_index'] = $primaryConfig->getGroupValue(
- '/server/', 'default_baseurl_index'
+ '/server/location/', 'default_index'
);
}
@@ -65,8 +64,8 @@ private function updateServersBaseUrls(array $data)
foreach ($data['servers_baseurls'] as $newHostName => $newBaseUrl) {
- $oldHostName = $config->getGroupValue('/server/','hostname_'.$index);
- $oldBaseUrl = $config->getGroupValue('/server/','baseurl_'.$index);
+ $oldHostName = $config->getGroupValue('/server/location/'.$index.'/','hostname');
+ $oldBaseUrl = $config->getGroupValue('/server/location/'.$index.'/','baseurl');
if ($oldHostName != $newHostName || $oldBaseUrl != $newBaseUrl) {
$configUpdates[$index] = array(
@@ -80,15 +79,15 @@ private function updateServersBaseUrls(array $data)
for ($deletedIndex = $index; $deletedIndex < 100; $deletedIndex++) {
- $deletedHostName = $config->getGroupValue('/server/','hostname_'.$deletedIndex);
- $deletedBaseUrl = $config->getGroupValue('/server/','baseurl_'.$deletedIndex);
+ $deletedHostName = $config->getGroupValue('/server/location/'.$deletedIndex.'/','hostname');
+ $deletedBaseUrl = $config->getGroupValue('/server/location/'.$deletedIndex.'/','baseurl');
if (is_null($deletedHostName) && is_null($deletedBaseUrl)) {
break;
}
- $config->deleteGroupValue('/server/','hostname_'.$deletedIndex);
- $config->deleteGroupValue('/server/','baseurl_'.$deletedIndex);
+ $config->deleteGroupValue('/server/location/'.$deletedIndex.'/','hostname');
+ $config->deleteGroupValue('/server/location/'.$deletedIndex.'/','baseurl');
}
if (empty($configUpdates)) {
@@ -119,8 +118,8 @@ private function updateServersBaseUrls(array $data)
}
foreach ($configUpdates as $index => $change) {
- $config->setGroupValue('/server/', 'hostname_'.$index, $change['hostname']);
- $config->setGroupValue('/server/', 'baseurl_'.$index, $change['baseurl']);
+ $config->setGroupValue('/server/location/'.$index.'/', 'hostname', $change['hostname']);
+ $config->setGroupValue('/server/location/'.$index.'/', 'baseurl', $change['baseurl']);
}
}
@@ -131,11 +130,11 @@ private function updateDefaultServerBaseUrlIndex(array $data)
}
$this->getHelper('Primary')->getConfig()->setGroupValue(
- '/server/','default_baseurl_index',(int)$data['default_server_baseurl_index']
+ '/server/location/','default_index',(int)$data['default_server_baseurl_index']
);
$this->cacheConfig->setGroupValue(
- '/default_baseurl_index/', 'given_by_server_at', $this->getHelper('Data')->getCurrentGmtDate()
+ '/server/location/', 'default_index_given_by_server_at', $this->getHelper('Data')->getCurrentGmtDate()
);
}
@@ -146,7 +145,10 @@ private function updateLastVersion(array $data)
}
$this->cacheConfig->setGroupValue(
- '/installation/', 'last_version', $data['last_version']
+ '/installation/', 'public_last_version', $data['last_version']['magento_2']['public']
+ );
+ $this->cacheConfig->setGroupValue(
+ '/installation/', 'build_last_version', $data['last_version']['magento_2']['build']
);
}
diff --git a/Model/Servicing/Task/Statistic.php b/Model/Servicing/Task/Statistic.php
index 129688f67..a3fefbe1e 100644
--- a/Model/Servicing/Task/Statistic.php
+++ b/Model/Servicing/Task/Statistic.php
@@ -121,6 +121,7 @@ public function getRequestData()
try {
+ $requestData['statistics']['server'] = $this->getServerRequestPart();
$requestData['statistics']['magento'] = $this->getMagentoRequestPart();
$requestData['statistics']['extension'] = $this->getExtensionRequestPart();
@@ -135,6 +136,52 @@ public function processResponseData(array $data) {}
//########################################
+ private function getServerRequestPart()
+ {
+ $data = array();
+
+ $data['name'] = $this->getHelper('Client')->getSystem();
+
+ $data = $this->appendPhpInfo($data);
+ $data = $this->appendMysqlInfo($data);
+
+ return $data;
+ }
+
+ // ---------------------------------------
+
+ private function appendPhpInfo($data)
+ {
+ $data['php'] = array();
+
+ $phpSettings = $this->getHelper('Client')->getPhpSettings();
+
+ $data['php']['version'] = $this->getHelper('Client')->getPhpVersion();
+ $data['php']['server_api'] = $this->getHelper('Client')->getPhpApiName();
+ $data['php']['memory_limit'] = $phpSettings['memory_limit'];
+ $data['php']['max_execution_time'] = $phpSettings['max_execution_time'];
+
+ return $data;
+ }
+
+ private function appendMysqlInfo($data)
+ {
+ $data['mysql'] = array();
+
+ $mySqlSettings = $this->getHelper('Client')->getMysqlSettings();
+
+ $data['mysql']['version'] = $this->getHelper('Client')->getMysqlVersion();
+ $data['mysql']['api'] = $this->getHelper('Client')->getMysqlApiName();
+ $data['mysql']['database_name'] = $this->getHelper('Magento')->getDatabaseName();
+ $data['mysql']['table_prefix'] = $this->getHelper('Magento')->getDatabaseTablesPrefix();
+ $data['mysql']['connect_timeout'] = $mySqlSettings['connect_timeout'];
+ $data['mysql']['wait_timeout'] = $mySqlSettings['wait_timeout'];
+
+ return $data;
+ }
+
+ //########################################
+
private function getMagentoRequestPart()
{
$data = array();
@@ -569,8 +616,6 @@ private function appendListingsProductsInfo($data)
$data['listings_products'][$row['component']]['accounts'][$accountTitle] += (int)$row['products_count'];
}
- // TODO NEXT (append information by product types [count of simple, configurable, etc])
-
return $data;
}
diff --git a/Model/Setup.php b/Model/Setup.php
new file mode 100644
index 000000000..c6f0b89a5
--- /dev/null
+++ b/Model/Setup.php
@@ -0,0 +1,59 @@
+_init('Ess\M2ePro\Model\ResourceModel\Setup');
+ }
+
+ //########################################
+
+ public function getVersionFrom()
+ {
+ return $this->getData('version_from');
+ }
+
+ public function getVersionTo()
+ {
+ return $this->getData('version_to');
+ }
+
+ public function isBackuped()
+ {
+ return (bool)$this->getData('is_backuped');
+ }
+
+ public function isCompleted()
+ {
+ return (bool)$this->getData('is_completed');
+ }
+
+ public function getProfilerData()
+ {
+ return (array)$this->getSettings('profiler_data');
+ }
+
+ public function getUpdateDate()
+ {
+ return $this->getData('update_date');
+ }
+
+ public function getCreateDate()
+ {
+ return $this->getData('create_date');
+ }
+
+ //########################################
+}
\ No newline at end of file
diff --git a/Setup/Modifier/AbstractModifier.php b/Model/Setup/Database/Modifier/AbstractModifier.php
similarity index 70%
rename from Setup/Modifier/AbstractModifier.php
rename to Model/Setup/Database/Modifier/AbstractModifier.php
index b9d55b487..8a7f7c27f 100644
--- a/Setup/Modifier/AbstractModifier.php
+++ b/Model/Setup/Database/Modifier/AbstractModifier.php
@@ -6,14 +6,14 @@
* @license Commercial use is forbidden
*/
-namespace Ess\M2ePro\Setup\Modifier;
+namespace Ess\M2ePro\Model\Setup\Database\Modifier;
use Ess\M2ePro\Helper\Factory;
-use Ess\M2ePro\Setup\Tables;
+use Ess\M2ePro\Model\AbstractModel;
use Magento\Framework\DB\Adapter\AdapterInterface;
use Magento\Framework\Module\Setup;
-class AbstractModifier
+class AbstractModifier extends AbstractModel
{
/** @var Setup */
protected $installer;
@@ -21,9 +21,6 @@ class AbstractModifier
/** @var AdapterInterface */
protected $connection;
- /** @var Tables */
- protected $tablesObject;
-
protected $tableName = NULL;
protected $queriesLog = array();
@@ -32,20 +29,23 @@ class AbstractModifier
public function __construct(
Setup $installer,
Factory $helperFactory,
- Tables $tablesObject,
- $tableName
+ $tableName,
+ \Ess\M2ePro\Helper\Factory $helperFactory,
+ \Ess\M2ePro\Model\Factory $modelFactory,
+ array $data = []
) {
$this->installer = $installer;
$this->connection = $installer->getConnection();
$this->helperFactory = $helperFactory;
- $this->tablesObject = $tablesObject;
- if (!$this->tablesObject->isExists($tableName)) {
- throw new \Ess\M2ePro\Model\Exception\Setup("Table Name does not exist.");
+ if (!$this->getHelper('Module\Database\Tables')->isExists($tableName)) {
+ throw new \Ess\M2ePro\Model\Exception\Setup("Table does not exist.");
}
- $this->tableName = $this->tablesObject->getFullName($tableName);
+ $this->tableName = $this->getHelper('Module\Database\Tables')->getFullName($tableName);
+
+ parent::__construct($helperFactory, $modelFactory, $data);
}
//########################################
diff --git a/Setup/Modifier/Config.php b/Model/Setup/Database/Modifier/Config.php
similarity index 78%
rename from Setup/Modifier/Config.php
rename to Model/Setup/Database/Modifier/Config.php
index c2814c62f..3b644e50f 100644
--- a/Setup/Modifier/Config.php
+++ b/Model/Setup/Database/Modifier/Config.php
@@ -6,47 +6,34 @@
* @license Commercial use is forbidden
*/
-namespace Ess\M2ePro\Setup\Modifier;
+namespace Ess\M2ePro\Model\Setup\Database\Modifier;
-use Ess\M2ePro\Helper\Factory as HelperFactory;
-use Ess\M2ePro\Setup\Modifier\Config\EntityFactory;
-use Ess\M2ePro\Setup\Tables;
-use Magento\Framework\Module\Setup;
-use Ess\M2ePro\Setup\Modifier\Config\Entity;
+use Ess\M2ePro\Model\Setup\Database\Modifier\Config\Entity;
class Config extends AbstractModifier
{
- protected $entityFactory;
-
- //########################################
-
- public function __construct(
- Setup $installer,
- HelperFactory $helperFactory,
- Tables $tablesObject,
- $tableName,
- EntityFactory $entityFactory
- ) {
- parent::__construct($installer, $helperFactory, $tablesObject, $tableName);
-
- $this->entityFactory = $entityFactory;
- }
-
//########################################
/**
* @param string $group
* @param string $key
* @return mixed
- * @throws Setup
*/
public function getRow($group, $key)
{
+ $group = $this->prepareGroup($group);
+ $key = $this->prepareKey($key);
+
$query = $this->connection
->select()
->from($this->tableName)
- ->where('`group` = ?', $this->prepareGroup($group))
- ->where('`key` = ?', $this->prepareKey($key));
+ ->where('`key` = ?', $key);
+
+ if (is_null($group)) {
+ $query->where('`group` IS NULL');
+ } else {
+ $query->where('`group` = ?', $group);
+ }
return $this->connection->fetchRow($query);
}
@@ -58,7 +45,7 @@ public function getRow($group, $key)
*/
public function getEntity($group, $key)
{
- return $this->entityFactory->create([
+ return $this->modelFactory->getObject('Setup\Database\Modifier\Config\Entity', [
'configModifier' => $this,
'group' => $group,
'key' => $key,
@@ -71,21 +58,27 @@ public function getEntity($group, $key)
* @param string $group
* @param string|null $key
* @return bool
- * @throws Setup
*/
public function isExists($group, $key = NULL)
{
+ $group = $this->prepareGroup($group);
+ $key = $this->prepareKey($key);
+
$query = $this->connection
->select()
- ->from($this->tableName)
- ->where('`group` = ?', $this->prepareGroup($group));
+ ->from($this->tableName);
+
+ if (is_null($group)) {
+ $query->where('`group` IS NULL');
+ } else {
+ $query->where('`group` = ?', $group);
+ }
if (!is_null($key)) {
- $query->where('`key` = ?', $this->prepareKey($key));
+ $query->where('`key` = ?', $key);
}
- $row = $this->connection->fetchOne($query);
- return !empty($row);
+ return !empty($this->connection->fetchOne($query));
}
// ---------------------------------------
@@ -96,7 +89,6 @@ public function isExists($group, $key = NULL)
* @param string|null $value
* @param string|null $notice
* @return $this|int
- * @throws Setup
*/
public function insert($group, $key, $value = NULL, $notice = NULL)
{
@@ -123,7 +115,6 @@ public function insert($group, $key, $value = NULL, $notice = NULL)
* @param string $value
* @param string $where
* @return int
- * @throws Setup
*/
public function update($field, $value, $where)
{
@@ -142,7 +133,6 @@ public function update($field, $value, $where)
* @param string $group
* @param string|null $key
* @return $this|int
- * @throws Setup
*/
public function delete($group, $key = NULL)
{
@@ -150,12 +140,17 @@ public function delete($group, $key = NULL)
return $this;
}
- $where = array(
- '`group` = ?' => $this->prepareGroup($group)
- );
+ $group = $this->prepareGroup($group);
+ $key = $this->prepareKey($key);
+
+ if (is_null($group)) {
+ $where = array('`group` IS NULL');
+ } else {
+ $where = array('`group` = ?' => $group);
+ }
if (!is_null($key)) {
- $where['`key` = ?'] = $this->prepareKey($key);
+ $where['`key` = ?'] = $key;
}
return $this->connection->delete($this->tableName, $where);
@@ -195,9 +190,6 @@ public function updateValue($value, $where)
//########################################
- /**
- * @throws Setup
- */
public function removeDuplicates()
{
$tempData = array();
@@ -240,6 +232,10 @@ private function prepareGroup($group)
private function prepareKey($key)
{
+ if (is_null($key)) {
+ return $key;
+ }
+
return trim($key, '/ ');
}
diff --git a/Setup/Modifier/Config/Entity.php b/Model/Setup/Database/Modifier/Config/Entity.php
similarity index 60%
rename from Setup/Modifier/Config/Entity.php
rename to Model/Setup/Database/Modifier/Config/Entity.php
index 64b409793..281fea5ee 100644
--- a/Setup/Modifier/Config/Entity.php
+++ b/Model/Setup/Database/Modifier/Config/Entity.php
@@ -6,11 +6,12 @@
* @license Commercial use is forbidden
*/
-namespace Ess\M2ePro\Setup\Modifier\Config;
+namespace Ess\M2ePro\Model\Setup\Database\Modifier\Config;
-use Ess\M2ePro\Setup\Modifier\Config;
+use Ess\M2ePro\Model\AbstractModel;
+use Ess\M2ePro\Model\Setup\Database\Modifier\Config;
-class Entity
+class Entity extends AbstractModel
{
private $group = NULL;
private $key = NULL;
@@ -22,12 +23,20 @@ class Entity
//########################################
- public function __construct(Config $configModifier, $group, $key)
- {
+ public function __construct(
+ Config $configModifier,
+ $group,
+ $key,
+ \Ess\M2ePro\Helper\Factory $helperFactory,
+ \Ess\M2ePro\Model\Factory $modelFactory,
+ array $data = []
+ ) {
$this->configModifier = $configModifier;
$this->group = $group;
$this->key = $key;
+
+ parent::__construct($helperFactory, $modelFactory, $data);
}
//########################################
@@ -70,23 +79,17 @@ public function insert($value)
public function updateGroup($value)
{
- return $this->configModifier->updateGroup(
- $value, array('`group` = ?' => $this->group, '`key` = ?' => $this->key)
- );
+ return $this->configModifier->updateGroup($value, $this->getWhereConditions());
}
public function updateKey($value)
{
- return $this->configModifier->updateKey(
- $value, array('`group` = ?' => $this->group, '`key` = ?' => $this->key)
- );
+ return $this->configModifier->updateKey($value, $this->getWhereConditions());
}
public function updateValue($value)
{
- return $this->configModifier->updateValue(
- $value, array('`group` = ?' => $this->group, '`key` = ?' => $this->key)
- );
+ return $this->configModifier->updateValue($value, $this->getWhereConditions());
}
public function delete()
@@ -101,4 +104,19 @@ public function delete()
}
//########################################
+
+ private function getWhereConditions()
+ {
+ if (is_null($this->group)) {
+ $conditions = array('`group` IS NULL');
+ } else {
+ $conditions = array('`group` = ?' => $this->group);
+ }
+
+ $conditions['`key` = ?'] = $this->key;
+
+ return $conditions;
+ }
+
+ //########################################
}
\ No newline at end of file
diff --git a/Setup/Modifier/Table.php b/Model/Setup/Database/Modifier/Table.php
similarity index 99%
rename from Setup/Modifier/Table.php
rename to Model/Setup/Database/Modifier/Table.php
index 124a5139c..b60fb097e 100644
--- a/Setup/Modifier/Table.php
+++ b/Model/Setup/Database/Modifier/Table.php
@@ -6,7 +6,7 @@
* @license Commercial use is forbidden
*/
-namespace Ess\M2ePro\Setup\Modifier;
+namespace Ess\M2ePro\Model\Setup\Database\Modifier;
use Ess\M2ePro\Model\Exception\Setup;
@@ -34,7 +34,6 @@ public function truncate()
/**
* @param string $name
* @return bool
- * @throws Setup
*/
public function isColumnExists($name)
{
diff --git a/Setup/Upgrade/Backup.php b/Model/Setup/Upgrade/Backup.php
similarity index 59%
rename from Setup/Upgrade/Backup.php
rename to Model/Setup/Upgrade/Backup.php
index f87ba92ad..60db14b2e 100644
--- a/Setup/Upgrade/Backup.php
+++ b/Model/Setup/Upgrade/Backup.php
@@ -6,36 +6,35 @@
* @license Commercial use is forbidden
*/
-namespace Ess\M2ePro\Setup\Upgrade;
+namespace Ess\M2ePro\Model\Setup\Upgrade;
+use Ess\M2ePro\Model\AbstractModel;
use Ess\M2ePro\Model\Exception;
-use Ess\M2ePro\Setup\Tables;
use Magento\Framework\Module\Setup;
-class Backup
+class Backup extends AbstractModel
{
- const BACKUP_TABLE_SUFFIX = '__backup';
+ const TABLE_SUFFIX = '__backup';
- protected $versionFrom;
+ private $versionFrom;
- protected $versionTo;
-
- /** @var array $tablesList */
- protected $tablesList;
+ private $versionTo;
/** @var Setup $installer */
- protected $installer;
+ private $installer;
- /** @var Tables $tablesObject */
- protected $tablesObject;
+ /** @var array $tablesList */
+ private $tablesList;
//########################################
public function __construct(
$versionFrom, $versionTo,
- array $tablesList,
Setup $installer,
- Tables $tablesObject
+ array $tablesList,
+ \Ess\M2ePro\Helper\Factory $helperFactory,
+ \Ess\M2ePro\Model\Factory $modelFactory,
+ array $data = []
) {
if (empty($tablesList)) {
throw new Exception('Tables list is empty.');
@@ -44,10 +43,10 @@ public function __construct(
$this->versionFrom = $versionFrom;
$this->versionTo = $versionTo;
- $this->tablesList = $tablesList;
+ $this->installer = $installer;
+ $this->tablesList = array_unique($tablesList);
- $this->installer = $installer;
- $this->tablesObject = $tablesObject;
+ parent::__construct($helperFactory, $modelFactory, $data);
}
//########################################
@@ -69,11 +68,14 @@ public function create()
{
foreach ($this->tablesList as $table) {
$backupTable = $this->getConnection()->createTableByDdl(
- $this->tablesObject->getFullName($table), $this->getResultTableName($table)
+ $this->helperFactory->getObject('Module\Database\Tables')->getFullName($table),
+ $this->getResultTableName($table)
);
$this->getConnection()->createTable($backupTable);
- $select = $this->getConnection()->select()->from($this->tablesObject->getFullName($table));
+ $select = $this->getConnection()->select()->from(
+ $this->helperFactory->getObject('Module\Database\Tables')->getFullName($table)
+ );
$this->getConnection()->query(
$this->getConnection()->insertFromSelect($select, $this->getResultTableName($table))
);
@@ -90,16 +92,21 @@ public function remove()
public function rollback()
{
foreach ($this->tablesList as $table) {
- $this->getConnection()->dropTable($this->tablesObject->getFullName($table));
+ $this->getConnection()->dropTable(
+ $this->helperFactory->getObject('Module\Database\Tables')->getFullName($table)
+ );
- $backupTable = $this->getConnection()->createTableByDdl(
- $this->getResultTableName($table), $this->tablesObject->getFullName($table)
+ $originalTable = $this->getConnection()->createTableByDdl(
+ $this->getResultTableName($table),
+ $this->helperFactory->getObject('Module\Database\Tables')->getFullName($table)
);
- $this->getConnection()->createTable($backupTable);
+ $this->getConnection()->createTable($originalTable);
$select = $this->getConnection()->select()->from($this->getResultTableName($table));
$this->getConnection()->query(
- $this->getConnection()->insertFromSelect($select, $this->tablesObject->getFullName($table))
+ $this->getConnection()->insertFromSelect(
+ $select, $this->helperFactory->getObject('Module\Database\Tables')->getFullName($table)
+ )
);
}
}
@@ -116,8 +123,8 @@ private function getConnection()
private function getResultTableName($table)
{
- return $this->tablesObject->getFullName($table)
- .self::BACKUP_TABLE_SUFFIX
+ return $this->helperFactory->getObject('Module\Database\Tables')->getFullName($table)
+ .self::TABLE_SUFFIX
.'_v'.str_replace('.', '_', $this->versionFrom)
.'_v'.str_replace('.', '_', $this->versionTo);
}
diff --git a/Setup/Upgrade/Source/AbstractConfig.php b/Model/Setup/Upgrade/Entity/AbstractConfig.php
similarity index 87%
rename from Setup/Upgrade/Source/AbstractConfig.php
rename to Model/Setup/Upgrade/Entity/AbstractConfig.php
index b082d973c..d12b80873 100644
--- a/Setup/Upgrade/Source/AbstractConfig.php
+++ b/Model/Setup/Upgrade/Entity/AbstractConfig.php
@@ -6,7 +6,7 @@
* @license Commercial use is forbidden
*/
-namespace Ess\M2ePro\Setup\Upgrade\Source;
+namespace Ess\M2ePro\Model\Setup\Upgrade\Entity;
abstract class AbstractConfig
{
diff --git a/Setup/Upgrade/Source/AbstractFeature.php b/Model/Setup/Upgrade/Entity/AbstractFeature.php
similarity index 59%
rename from Setup/Upgrade/Source/AbstractFeature.php
rename to Model/Setup/Upgrade/Entity/AbstractFeature.php
index 6d64fc4af..b87995962 100644
--- a/Setup/Upgrade/Source/AbstractFeature.php
+++ b/Model/Setup/Upgrade/Entity/AbstractFeature.php
@@ -6,37 +6,32 @@
* @license Commercial use is forbidden
*/
-namespace Ess\M2ePro\Setup\Upgrade\Source;
+namespace Ess\M2ePro\Model\Setup\Upgrade\Entity;
-use Ess\M2ePro\Setup\Tables;
-use Ess\M2ePro\Setup\Modifier\Table;
-use Ess\M2ePro\Setup\Modifier\TableFactory;
-use Ess\M2ePro\Setup\Modifier\Config;
-use Ess\M2ePro\Setup\Modifier\ConfigFactory;
+use Ess\M2ePro\Helper\Factory as HelperFactory;
+use Ess\M2ePro\Model\Factory as ModelFactory;
+use Ess\M2ePro\Model\Setup\Database\Modifier\Table;
+use Ess\M2ePro\Model\Setup\Database\Modifier\Config;
use Magento\Framework\Module\Setup;
abstract class AbstractFeature
{
- protected $installer;
-
- protected $tablesObject;
+ protected $helperFactory;
- protected $tableModifierFactory;
+ protected $modelFactory;
- protected $configModifierFactory;
+ protected $installer;
//########################################
public function __construct(
- Setup $installer,
- Tables $tablesObject,
- TableFactory $tableModifierFactory,
- ConfigFactory $configModifierFactory
+ HelperFactory $helperFactory,
+ ModelFactory $modelFactory,
+ Setup $installer
) {
- $this->installer = $installer;
- $this->tablesObject = $tablesObject;
- $this->tableModifierFactory = $tableModifierFactory;
- $this->configModifierFactory = $configModifierFactory;
+ $this->helperFactory = $helperFactory;
+ $this->modelFactory = $modelFactory;
+ $this->installer = $installer;
}
//########################################
@@ -44,7 +39,10 @@ public function __construct(
/**
* @return array
*/
- abstract public function getBackupTables();
+ public function getBackupTables()
+ {
+ return [];
+ }
abstract public function execute();
@@ -56,7 +54,7 @@ abstract public function execute();
*/
protected function getTableModifier($tableName)
{
- return $this->tableModifierFactory->create(
+ return $this->modelFactory->getObject('Setup\Database\Modifier\Table',
[
'installer' => $this->installer,
'tableName' => $tableName,
@@ -72,7 +70,7 @@ protected function getConfigModifier($configName)
{
$tableName = $configName.'_config';
- return $this->configModifierFactory->create(
+ return $this->modelFactory->getObject('Setup\Database\Modifier\Config',
[
'installer' => $this->installer,
'tableName' => $tableName,
@@ -90,5 +88,10 @@ protected function getConnection()
return $this->installer->getConnection();
}
+ protected function getFullTableName($tableName)
+ {
+ return $this->helperFactory->getObject('Module\Database\Tables')->getFullName($tableName);
+ }
+
//########################################
}
\ No newline at end of file
diff --git a/Model/Setup/Upgrade/Entity/Factory.php b/Model/Setup/Upgrade/Entity/Factory.php
new file mode 100644
index 000000000..5c78c42eb
--- /dev/null
+++ b/Model/Setup/Upgrade/Entity/Factory.php
@@ -0,0 +1,111 @@
+objectManager = $objectManager;
+ $this->componentRegistrar = $componentRegistrar;
+ $this->directoryReaderFactory = $directoryReaderFactory;
+ }
+
+ //########################################
+
+ /**
+ * @param $fromVersion
+ * @param $toVersion
+ * @return \Ess\M2ePro\Model\Setup\Upgrade\Entity\AbstractConfig
+ * @throws \Ess\M2ePro\Model\Exception\Logic
+ */
+ public function getConfigObject($fromVersion, $toVersion)
+ {
+ $fromVersion = $this->prepareVersion($fromVersion);
+ $toVersion = $this->prepareVersion($toVersion);
+
+ $versionInterval = 'v'.$fromVersion.'__v'.$toVersion;
+
+ $directoryReader = $this->directoryReaderFactory->create(
+ $this->componentRegistrar->getPath(ComponentRegistrar::MODULE, Module::IDENTIFIER)
+ );
+
+ $configFilePath = 'Setup/UpgradeData/'.$versionInterval.'/_Config.php';
+
+ if (!$directoryReader->isFile($configFilePath)) {
+ throw new \Ess\M2ePro\Model\Exception\Logic(__('%1 file does not exists', $configFilePath));
+ }
+
+ // autoloader does not support '_' in namespace class names
+ require_once $directoryReader->getAbsolutePath($configFilePath);
+
+ $object = $this->objectManager->create(
+ '\Ess\M2ePro\Setup\UpgradeData\\'.$versionInterval.'\_Config'
+ );
+
+ if (!$object instanceof \Ess\M2ePro\Model\Setup\Upgrade\Entity\AbstractConfig) {
+ throw new \Ess\M2ePro\Model\Exception\Logic(
+ __('%1 doesn\'t extends \Ess\M2ePro\Model\Setup\Upgrade\Entity\AbstractConfig', get_class($object))
+ );
+ }
+
+ return $object;
+ }
+
+ /**
+ * @param $fromVersion
+ * @param $toVersion
+ * @param $featureName
+ * @param Setup $installer
+ * @return \Ess\M2ePro\Model\Setup\Upgrade\Entity\AbstractFeature
+ * @throws \Ess\M2ePro\Model\Exception\Logic
+ */
+ public function getFeatureObject($fromVersion, $toVersion, $featureName, Setup $installer)
+ {
+ $fromVersion = $this->prepareVersion($fromVersion);
+ $toVersion = $this->prepareVersion($toVersion);
+
+ $object = $this->objectManager->create(
+ '\Ess\M2ePro\Setup\UpgradeData\v'.$fromVersion.'__v'.$toVersion.'\\'.$featureName,
+ [
+ 'installer' => $installer
+ ]
+ );
+
+ if (!$object instanceof \Ess\M2ePro\Model\Setup\Upgrade\Entity\AbstractFeature) {
+ throw new \Ess\M2ePro\Model\Exception\Logic(
+ __('%1 doesn\'t extends \Ess\M2ePro\Model\Setup\Upgrade\Entity\AbstractFeature', get_class($object))
+ );
+ }
+
+ return $object;
+ }
+
+ //########################################
+
+ private function prepareVersion($version)
+ {
+ return str_replace('.', '_', $version);
+ }
+
+ //########################################
+}
diff --git a/Model/Setup/Upgrade/Manager.php b/Model/Setup/Upgrade/Manager.php
new file mode 100644
index 000000000..3c57936b4
--- /dev/null
+++ b/Model/Setup/Upgrade/Manager.php
@@ -0,0 +1,100 @@
+upgradeFactory = $upgradeFactory;
+ $this->activeRecordFactory = $activeRecordFactory;
+ $this->installer = $installer;
+
+ $this->versionFrom = $versionFrom;
+ $this->versionTo = $versionTo;
+
+ $this->configObject = $this->upgradeFactory->getConfigObject($this->versionFrom, $this->versionTo);
+
+ $backupTables = [];
+
+ foreach ($this->configObject->getFeaturesList() as $featureName) {
+ $featureObject = $this->upgradeFactory->getFeatureObject(
+ $this->versionFrom, $this->versionTo, $featureName, $this->installer
+ );
+
+ $backupTables = array_merge($backupTables, $featureObject->getBackupTables());
+
+ $this->featuresObjects[] = $featureObject;
+ }
+
+ $this->backupObject = $modelFactory->getObject('Setup\Upgrade\Backup', [
+ 'versionFrom' => $this->versionFrom,
+ 'versionTo' => $this->versionTo,
+ 'tablesList' => $backupTables,
+ 'installer' => $this->installer,
+ ]);
+
+ parent::__construct($helperFactory, $modelFactory, $data);
+ }
+
+ //########################################
+
+ /**
+ * @return Backup
+ */
+ public function getBackupObject()
+ {
+ return $this->backupObject;
+ }
+
+ //########################################
+
+ public function process()
+ {
+ foreach ($this->featuresObjects as $featuresObject) {
+ $featuresObject->execute();
+ }
+ }
+
+ //########################################
+}
\ No newline at end of file
diff --git a/Model/StopQueue.php b/Model/StopQueue.php
index c5e227941..15a64404e 100644
--- a/Model/StopQueue.php
+++ b/Model/StopQueue.php
@@ -104,7 +104,7 @@ private function getItemDataByListingProduct(\Ess\M2ePro\Model\Listing\Product $
try {
$dispatcher = $this->modelFactory->getObject(
- ucfirst($listingProduct->getComponentMode()).'_Connector\Dispatcher'
+ ucfirst($listingProduct->getComponentMode()).'\Connector\Dispatcher'
);
$connector = $dispatcher->getCustomConnector($connectorName, $connectorParams);
diff --git a/Model/Synchronization/AbstractTask.php b/Model/Synchronization/AbstractTask.php
index aeaf77862..401063334 100644
--- a/Model/Synchronization/AbstractTask.php
+++ b/Model/Synchronization/AbstractTask.php
@@ -8,7 +8,7 @@
namespace Ess\M2ePro\Model\Synchronization;
-use Ess\M2ePro\Model\Log\AbstractLog;
+use Ess\M2ePro\Model\Log\AbstractModel as LogModel;
abstract class AbstractTask extends \Ess\M2ePro\Model\AbstractModel
{
@@ -32,7 +32,7 @@ abstract class AbstractTask extends \Ess\M2ePro\Model\AbstractModel
//########################################
- function __construct(
+ public function __construct(
\Ess\M2ePro\Model\ActiveRecord\Factory $activeRecordFactory,
\Ess\M2ePro\Helper\Factory $helperFactory,
\Ess\M2ePro\Model\Factory $modelFactory
@@ -613,8 +613,8 @@ protected function processTaskException(\Exception $exception)
$this->getLog()->addMessage(
$this->getHelper('Module\Translation')->__($exception->getMessage()),
- AbstractLog::TYPE_ERROR,
- AbstractLog::PRIORITY_HIGH
+ LogModel::TYPE_ERROR,
+ LogModel::PRIORITY_HIGH
);
$this->getHelper('Module\Exception')->process($exception);
@@ -631,8 +631,8 @@ protected function processTaskAccountException($message, $file, $line, $trace =
$this->getLog()->addMessage(
$message,
- AbstractLog::TYPE_ERROR,
- AbstractLog::PRIORITY_HIGH
+ LogModel::TYPE_ERROR,
+ LogModel::PRIORITY_HIGH
);
}
diff --git a/Model/Synchronization/Dispatcher.php b/Model/Synchronization/Dispatcher.php
index 6ed112c08..3c57d17fd 100644
--- a/Model/Synchronization/Dispatcher.php
+++ b/Model/Synchronization/Dispatcher.php
@@ -89,8 +89,8 @@ public function process()
$this->getLog()->addMessage(
$this->getHelper('Module\Translation')->__($exception->getMessage()),
- \Ess\M2ePro\Model\Log\AbstractLog::TYPE_ERROR,
- \Ess\M2ePro\Model\Log\AbstractLog::PRIORITY_HIGH
+ \Ess\M2ePro\Model\Log\AbstractModel::TYPE_ERROR,
+ \Ess\M2ePro\Model\Log\AbstractModel::PRIORITY_HIGH
);
}
diff --git a/Model/Synchronization/GlobalTask/StopQueue.php b/Model/Synchronization/GlobalTask/StopQueue.php
index 28f08bf24..4dbabde33 100644
--- a/Model/Synchronization/GlobalTask/StopQueue.php
+++ b/Model/Synchronization/GlobalTask/StopQueue.php
@@ -165,7 +165,9 @@ private function sendAccountMarketplaceRequests($component, $accountMarketplaceI
$connectorObj = $dispatcher->getVirtualConnector($entity, $type, $name, $requestData);
$dispatcher->process($connectorObj);
- } catch (\Exception $exception) {}
+ } catch (\Exception $exception) {
+ $this->helperFactory->getObject('Module\Exception')->process($exception);
+ }
}
//########################################
diff --git a/Model/Synchronization/Log.php b/Model/Synchronization/Log.php
index 065b61b01..0b2616a6c 100644
--- a/Model/Synchronization/Log.php
+++ b/Model/Synchronization/Log.php
@@ -8,7 +8,7 @@
namespace Ess\M2ePro\Model\Synchronization;
-class Log extends \Ess\M2ePro\Model\Log\AbstractLog
+class Log extends \Ess\M2ePro\Model\Log\AbstractModel
{
const TASK_UNKNOWN = 0;
const _TASK_UNKNOWN = 'System';
diff --git a/Model/Synchronization/Templates/ProductChanges/Manager.php b/Model/Synchronization/Templates/ProductChanges/Manager.php
index 4851d4c4c..06a94913e 100644
--- a/Model/Synchronization/Templates/ProductChanges/Manager.php
+++ b/Model/Synchronization/Templates/ProductChanges/Manager.php
@@ -100,7 +100,7 @@ public function getInstancesByVariationOption(array $attributes, $withStoreFilte
//########################################
- private function getListingProducts(array $attributes, $withStoreFilter = false, $fetchFunction)
+ private function getListingProducts(array $attributes, $withStoreFilter, $fetchFunction)
{
$args = func_get_args();
$cacheKey = md5(json_encode($args));
diff --git a/Model/Template/Description.php b/Model/Template/Description.php
index 0903fec66..8a21342e5 100644
--- a/Model/Template/Description.php
+++ b/Model/Template/Description.php
@@ -20,10 +20,10 @@ public function _construct()
//########################################
- public function save()
+ public function save($reloadOnCreate = false)
{
$this->getHelper('Data\Cache\Permanent')->removeTagValues('template_description');
- return parent::save();
+ return parent::save($reloadOnCreate);
}
//########################################
diff --git a/Model/Template/SellingFormat.php b/Model/Template/SellingFormat.php
index d4182e5e0..4bff15761 100644
--- a/Model/Template/SellingFormat.php
+++ b/Model/Template/SellingFormat.php
@@ -31,10 +31,10 @@ public function _construct()
//########################################
- public function save()
+ public function save($reloadOnCreate = false)
{
$this->getHelper('Data\Cache\Permanent')->removeTagValues('template_sellingformat');
- return parent::save();
+ return parent::save($reloadOnCreate);
}
//########################################
diff --git a/Model/Template/Synchronization.php b/Model/Template/Synchronization.php
index 9785b58f3..b1f6e6d57 100644
--- a/Model/Template/Synchronization.php
+++ b/Model/Template/Synchronization.php
@@ -52,10 +52,10 @@ public function isReviseSellingFormatTemplate()
//########################################
- public function save()
+ public function save($reloadOnCreate = false)
{
$this->getHelper('Data\Cache\Permanent')->removeTagValues('template_synchronization');
- return parent::save();
+ return parent::save($reloadOnCreate);
}
public function delete()
diff --git a/Model/Translation/Connector/Command/Pending/Requester.php b/Model/Translation/Connector/Command/Pending/Requester.php
index 5ec048854..61968a8e6 100644
--- a/Model/Translation/Connector/Command/Pending/Requester.php
+++ b/Model/Translation/Connector/Command/Pending/Requester.php
@@ -17,7 +17,7 @@ abstract class Requester extends \Ess\M2ePro\Model\Connector\Command\Pending\Req
// ########################################
- function __construct(
+ public function __construct(
\Ess\M2ePro\Helper\Factory $helperFactory,
\Ess\M2ePro\Model\Factory $modelFactory,
\Ess\M2ePro\Model\Account $account,
diff --git a/Model/Translation/Connector/Command/Pending/Responser.php b/Model/Translation/Connector/Command/Pending/Responser.php
index b0cecb894..a5b6a6309 100644
--- a/Model/Translation/Connector/Command/Pending/Responser.php
+++ b/Model/Translation/Connector/Command/Pending/Responser.php
@@ -16,7 +16,7 @@ abstract class Responser extends \Ess\M2ePro\Model\Connector\Command\Pending\Res
// ########################################
- function __construct(
+ public function __construct(
\Ess\M2ePro\Model\ActiveRecord\Component\Parent\Ebay\Factory $ebayFactory,
\Ess\M2ePro\Model\Connector\Connection\Response $response,
\Ess\M2ePro\Helper\Factory $helperFactory,
diff --git a/Model/Translation/Connector/Command/RealTime.php b/Model/Translation/Connector/Command/RealTime.php
index 524283d2d..7736be933 100644
--- a/Model/Translation/Connector/Command/RealTime.php
+++ b/Model/Translation/Connector/Command/RealTime.php
@@ -6,7 +6,7 @@
* @license Commercial use is forbidden
*/
-namespace Ess\M2ePro\Model\Translation\Connector;
+namespace Ess\M2ePro\Model\Translation\Connector\Command;
abstract class RealTime extends \Ess\M2ePro\Model\Connector\Command\RealTime
{
@@ -17,7 +17,7 @@ abstract class RealTime extends \Ess\M2ePro\Model\Connector\Command\RealTime
//########################################
- function __construct(
+ public function __construct(
\Ess\M2ePro\Helper\Factory $helperFactory,
\Ess\M2ePro\Model\Factory $modelFactory,
\Ess\M2ePro\Model\Account $account,
diff --git a/Model/Translation/Connector/Dispatcher.php b/Model/Translation/Connector/Dispatcher.php
index 3f03a8909..926d7a347 100644
--- a/Model/Translation/Connector/Dispatcher.php
+++ b/Model/Translation/Connector/Dispatcher.php
@@ -15,7 +15,7 @@ class Dispatcher extends \Ess\M2ePro\Model\AbstractModel
//####################################
- function __construct(
+ public function __construct(
\Magento\Framework\Code\NameBuilder $nameBuilder,
\Ess\M2ePro\Model\ActiveRecord\Component\Parent\Factory $parentFactory,
\Ess\M2ePro\Helper\Factory $helperFactory,
diff --git a/Model/Translation/Connector/Product/Add/Dispatcher.php b/Model/Translation/Connector/Product/Add/Dispatcher.php
index fb17a5d30..6e90bf28d 100644
--- a/Model/Translation/Connector/Product/Add/Dispatcher.php
+++ b/Model/Translation/Connector/Product/Add/Dispatcher.php
@@ -17,7 +17,7 @@ class Dispatcher extends \Ess\M2ePro\Model\AbstractModel
// ########################################
- function __construct(
+ public function __construct(
\Ess\M2ePro\Model\ActiveRecord\Factory $activeRecordFactory,
\Ess\M2ePro\Model\ActiveRecord\Component\Parent\Ebay\Factory $ebayFactory,
\Ess\M2ePro\Helper\Factory $helperFactory,
@@ -115,8 +115,8 @@ protected function processProducts(array $products, array $params = array())
$this->logsActionId,
\Ess\M2ePro\Model\Listing\Log::ACTION_TRANSLATE_PRODUCT,
$exception->getMessage(),
- \Ess\M2ePro\Model\Log\AbstractLog::TYPE_ERROR,
- \Ess\M2ePro\Model\Log\AbstractLog::PRIORITY_HIGH
+ \Ess\M2ePro\Model\Log\AbstractModel::TYPE_ERROR,
+ \Ess\M2ePro\Model\Log\AbstractModel::PRIORITY_HIGH
);
}
diff --git a/Model/Translation/Connector/Product/Add/MultipleRequester.php b/Model/Translation/Connector/Product/Add/MultipleRequester.php
index 6ff1aa0c2..2d3abef6b 100644
--- a/Model/Translation/Connector/Product/Add/MultipleRequester.php
+++ b/Model/Translation/Connector/Product/Add/MultipleRequester.php
@@ -31,7 +31,7 @@ class MultipleRequester extends \Ess\M2ePro\Model\Translation\Connector\Command\
// ########################################
- function __construct(
+ public function __construct(
\Ess\M2ePro\Model\ActiveRecord\Factory $activeRecordFactory,
\Ess\M2ePro\Helper\Factory $helperFactory,
\Ess\M2ePro\Model\Factory $modelFactory,
@@ -288,8 +288,8 @@ protected function checkUnlockListings()
// ########################################
protected function addListingsProductsLogsMessage(\Ess\M2ePro\Model\Listing\Product $listingProduct,
- $text, $type = \Ess\M2ePro\Model\Log\AbstractLog::TYPE_NOTICE,
- $priority = \Ess\M2ePro\Model\Log\AbstractLog::PRIORITY_MEDIUM)
+ $text, $type = \Ess\M2ePro\Model\Log\AbstractModel::TYPE_NOTICE,
+ $priority = \Ess\M2ePro\Model\Log\AbstractModel::PRIORITY_MEDIUM)
{
$action =\Ess\M2ePro\Model\Listing\Log::ACTION_TRANSLATE_PRODUCT;
@@ -302,14 +302,14 @@ protected function addListingsProductsLogsMessage(\Ess\M2ePro\Model\Listing\Prod
}
switch ($type) {
- case \Ess\M2ePro\Model\Log\AbstractLog::TYPE_ERROR:
+ case \Ess\M2ePro\Model\Log\AbstractModel::TYPE_ERROR:
$this->setStatus(\Ess\M2ePro\Helper\Data::STATUS_ERROR);
break;
- case \Ess\M2ePro\Model\Log\AbstractLog::TYPE_WARNING:
+ case \Ess\M2ePro\Model\Log\AbstractModel::TYPE_WARNING:
$this->setStatus(\Ess\M2ePro\Helper\Data::STATUS_WARNING);
break;
- case \Ess\M2ePro\Model\Log\AbstractLog::TYPE_SUCCESS:
- case \Ess\M2ePro\Model\Log\AbstractLog::TYPE_NOTICE:
+ case \Ess\M2ePro\Model\Log\AbstractModel::TYPE_SUCCESS:
+ case \Ess\M2ePro\Model\Log\AbstractModel::TYPE_NOTICE:
$this->setStatus(\Ess\M2ePro\Helper\Data::STATUS_SUCCESS);
break;
default:
@@ -344,8 +344,8 @@ protected function filterLockedListingsProducts($listingsProducts)
// Another Action is being processed. Try again when the Action is completed.
$this->addListingsProductsLogsMessage(
$listingProduct, 'Another Action is being processed. Try again when the Action is completed.',
- \Ess\M2ePro\Model\Log\AbstractLog::TYPE_ERROR,
- \Ess\M2ePro\Model\Log\AbstractLog::PRIORITY_MEDIUM
+ \Ess\M2ePro\Model\Log\AbstractModel::TYPE_ERROR,
+ \Ess\M2ePro\Model\Log\AbstractModel::PRIORITY_MEDIUM
);
unset($listingsProducts[$key]);
@@ -367,8 +367,8 @@ protected function prepareListingsProducts($listingProducts)
// M2ePro\TRANSLATIONS
// 'Product is Translated or being Translated'
$this->addListingsProductsLogsMessage($listingProduct, 'Product is Translated or being Translated',
- \Ess\M2ePro\Model\Log\AbstractLog::TYPE_ERROR,
- \Ess\M2ePro\Model\Log\AbstractLog::PRIORITY_MEDIUM);
+ \Ess\M2ePro\Model\Log\AbstractModel::TYPE_ERROR,
+ \Ess\M2ePro\Model\Log\AbstractModel::PRIORITY_MEDIUM);
unset($listingProducts[$key]);
continue;
}
diff --git a/Model/Translation/Connector/Product/Add/MultipleResponser.php b/Model/Translation/Connector/Product/Add/MultipleResponser.php
index da91108da..cf41fa6c5 100644
--- a/Model/Translation/Connector/Product/Add/MultipleResponser.php
+++ b/Model/Translation/Connector/Product/Add/MultipleResponser.php
@@ -21,7 +21,7 @@ class MultipleResponser extends \Ess\M2ePro\Model\Translation\Connector\Command\
// ########################################
- function __construct(
+ public function __construct(
\Ess\M2ePro\Model\ActiveRecord\Factory $activeRecordFactory,
\Ess\M2ePro\Model\ActiveRecord\Component\Parent\Ebay\Factory $ebayFactory,
\Ess\M2ePro\Model\Connector\Connection\Response $response,
@@ -63,8 +63,8 @@ public function failDetected($messageText)
$this->addListingsProductsLogsMessage(
$listingProduct,
$messageText,
- \Ess\M2ePro\Model\Log\AbstractLog::TYPE_ERROR,
- \Ess\M2ePro\Model\Log\AbstractLog::PRIORITY_HIGH
+ \Ess\M2ePro\Model\Log\AbstractModel::TYPE_ERROR,
+ \Ess\M2ePro\Model\Log\AbstractModel::PRIORITY_HIGH
);
$alreadyLoggedListings[$listingProduct->getListingId()] = true;
@@ -74,8 +74,8 @@ public function failDetected($messageText)
// ########################################
protected function addListingsProductsLogsMessage(\Ess\M2ePro\Model\Listing\Product $listingProduct,
- $text, $type = \Ess\M2ePro\Model\Log\AbstractLog::TYPE_NOTICE,
- $priority = \Ess\M2ePro\Model\Log\AbstractLog::PRIORITY_MEDIUM)
+ $text, $type = \Ess\M2ePro\Model\Log\AbstractModel::TYPE_NOTICE,
+ $priority = \Ess\M2ePro\Model\Log\AbstractModel::PRIORITY_MEDIUM)
{
$action =\Ess\M2ePro\Model\Listing\Log::ACTION_TRANSLATE_PRODUCT;
@@ -171,8 +171,8 @@ protected function processResponseData()
// M2ePro\TRANSLATIONS
// 'Product has been successfully Translated.',
$this->addListingsProductsLogsMessage($listingProduct, 'Product has been successfully Translated.',
- \Ess\M2ePro\Model\Log\AbstractLog::TYPE_SUCCESS,
- \Ess\M2ePro\Model\Log\AbstractLog::PRIORITY_MEDIUM);
+ \Ess\M2ePro\Model\Log\AbstractModel::TYPE_SUCCESS,
+ \Ess\M2ePro\Model\Log\AbstractModel::PRIORITY_MEDIUM);
}
}
@@ -265,31 +265,31 @@ protected function updateProduct(\Ess\M2ePro\Model\Listing\Product $listingProdu
protected function getType(\Ess\M2ePro\Model\Connector\Connection\Response\Message $message)
{
if ($message->isWarning()) {
- return \Ess\M2ePro\Model\Log\AbstractLog::TYPE_WARNING;
+ return \Ess\M2ePro\Model\Log\AbstractModel::TYPE_WARNING;
}
if ($message->isSuccess()) {
- return \Ess\M2ePro\Model\Log\AbstractLog::TYPE_SUCCESS;
+ return \Ess\M2ePro\Model\Log\AbstractModel::TYPE_SUCCESS;
}
if ($message->isNotice()) {
- return \Ess\M2ePro\Model\Log\AbstractLog::TYPE_NOTICE;
+ return \Ess\M2ePro\Model\Log\AbstractModel::TYPE_NOTICE;
}
- return \Ess\M2ePro\Model\Log\AbstractLog::TYPE_ERROR;
+ return \Ess\M2ePro\Model\Log\AbstractModel::TYPE_ERROR;
}
protected function getPriority(\Ess\M2ePro\Model\Connector\Connection\Response\Message $message)
{
if ($message->isWarning() || $message->isSuccess()) {
- return \Ess\M2ePro\Model\Log\AbstractLog::PRIORITY_MEDIUM;
+ return \Ess\M2ePro\Model\Log\AbstractModel::PRIORITY_MEDIUM;
}
if ($message->isNotice()) {
- return \Ess\M2ePro\Model\Log\AbstractLog::PRIORITY_LOW;
+ return \Ess\M2ePro\Model\Log\AbstractModel::PRIORITY_LOW;
}
- return \Ess\M2ePro\Model\Log\AbstractLog::PRIORITY_HIGH;
+ return \Ess\M2ePro\Model\Log\AbstractModel::PRIORITY_HIGH;
}
// ########################################
diff --git a/Model/Translation/Connector/Product/Add/ProcessingRunner.php b/Model/Translation/Connector/Product/Add/ProcessingRunner.php
index a9bf07253..ea0196057 100644
--- a/Model/Translation/Connector/Product/Add/ProcessingRunner.php
+++ b/Model/Translation/Connector/Product/Add/ProcessingRunner.php
@@ -22,7 +22,7 @@ class ProcessingRunner extends \Ess\M2ePro\Model\Connector\Command\Pending\Proce
// ##################################
- function __construct(
+ public function __construct(
\Ess\M2ePro\Model\ActiveRecord\Component\Parent\Ebay\Factory $ebayFactory,
\Ess\M2ePro\Model\ActiveRecord\Component\Parent\Factory $parentFactory,
\Ess\M2ePro\Model\ActiveRecord\Factory $activeRecordFactory,
diff --git a/Model/VariablesDir.php b/Model/VariablesDir.php
index 37d7cd95e..66b0950b8 100644
--- a/Model/VariablesDir.php
+++ b/Model/VariablesDir.php
@@ -8,43 +8,44 @@
namespace Ess\M2ePro\Model;
-use Magento\Framework\Filesystem;
-use Magento\Framework\App\Filesystem\DirectoryList;
-
-class VariablesDir
+class VariablesDir extends AbstractModel
{
const BASE_NAME = 'M2ePro';
+ private $_fileDriver = NULL;
private $_childFolder = NULL;
private $_pathVariablesDirBase = NULL;
private $_pathVariablesDirChildFolder = NULL;
//########################################
- public function __construct(\Magento\Framework\Filesystem $filesystem)
- {
- $args = func_get_args();
- empty($args[0]) && $args[0] = array();
- $params = $args[0];
+ public function __construct(
+ \Magento\Framework\Filesystem\DriverPool $driverPool,
+ \Magento\Framework\Filesystem $filesystem,
+ \Ess\M2ePro\Helper\Factory $helperFactory,
+ \Ess\M2ePro\Model\Factory $modelFactory,
+ array $data = []
+ ) {
+ $this->_fileDriver = $driverPool->getDriver(\Magento\Framework\Filesystem\DriverPool::FILE);
- !isset($params['child_folder']) && $params['child_folder'] = NULL;
- $params['child_folder'] === '' && $params['child_folder'] = NULL;
+ !isset($data['child_folder']) && $data['child_folder'] = NULL;
+ $data['child_folder'] === '' && $data['child_folder'] = NULL;
$varDir = $filesystem->getDirectoryRead(\Magento\Framework\App\Filesystem\DirectoryList::VAR_DIR);
- $this->_pathVariablesDirBase = $varDir->getAbsolutePath();
+ $this->_pathVariablesDirBase = $varDir->getAbsolutePath() . self::BASE_NAME;
- if (!is_null($params['child_folder'])) {
+ if (!is_null($data['child_folder'])) {
- if ($params['child_folder']{0} != DIRECTORY_SEPARATOR) {
- $params['child_folder'] = DIRECTORY_SEPARATOR.$params['child_folder'];
+ if ($data['child_folder']{0} != DIRECTORY_SEPARATOR) {
+ $data['child_folder'] = DIRECTORY_SEPARATOR.$data['child_folder'];
}
- if ($params['child_folder']{strlen($params['child_folder'])-1} != DIRECTORY_SEPARATOR) {
- $params['child_folder'] .= DIRECTORY_SEPARATOR;
+ if ($data['child_folder']{strlen($data['child_folder'])-1} != DIRECTORY_SEPARATOR) {
+ $data['child_folder'] .= DIRECTORY_SEPARATOR;
}
- $this->_pathVariablesDirChildFolder = $this->_pathVariablesDirBase.$params['child_folder'];
+ $this->_pathVariablesDirChildFolder = $this->_pathVariablesDirBase.$data['child_folder'];
$this->_pathVariablesDirBase .= DIRECTORY_SEPARATOR;
- $this->_childFolder = $params['child_folder'];
+ $this->_childFolder = $data['child_folder'];
} else {
@@ -58,6 +59,8 @@ public function __construct(\Magento\Framework\Filesystem $filesystem)
$this->_pathVariablesDirChildFolder = str_replace(array('/','\\'),
DIRECTORY_SEPARATOR,$this->_pathVariablesDirChildFolder);
$this->_childFolder = str_replace(array('/','\\'),DIRECTORY_SEPARATOR,$this->_childFolder);
+
+ parent::__construct($helperFactory, $modelFactory, $data);
}
//########################################
@@ -79,7 +82,7 @@ public function getPath()
*/
public function isBaseExist()
{
- return @is_dir($this->getBasePath());
+ return $this->_fileDriver->isDirectory($this->getBasePath());
}
/**
@@ -87,7 +90,7 @@ public function isBaseExist()
*/
public function isExist()
{
- return @is_dir($this->getPath());
+ return $this->_fileDriver->isDirectory($this->getPath());
}
// ---------------------------------------
@@ -98,9 +101,7 @@ public function createBase()
return;
}
- if (!@mkdir($this->getBasePath(), 0777, true)) {
- throw new \Ess\M2ePro\Model\Exception('M2ePro base var dir creation is failed.');
- }
+ $this->_fileDriver->createDirectory($this->getBasePath(), 0777);
}
public function create()
@@ -118,17 +119,13 @@ public function create()
substr($this->_childFolder,1,strlen($this->_childFolder)-2));
foreach ($tempChildFolders as $key=>$value) {
- if (!is_dir($tempPath.$value.DIRECTORY_SEPARATOR)) {
- if (!@mkdir($tempPath.$value.DIRECTORY_SEPARATOR, 0777, true)) {
- throw new \Ess\M2ePro\Model\Exception('Custom var dir creation is failed.');
- }
+ if (!$this->_fileDriver->isDirectory($tempPath.$value.DIRECTORY_SEPARATOR)) {
+ $this->_fileDriver->createDirectory($tempPath.$value.DIRECTORY_SEPARATOR, 0777);
}
$tempPath = $tempPath.$value.DIRECTORY_SEPARATOR;
}
} else {
- if (!@mkdir($this->getPath(), 0777, true)) {
- throw new \Ess\M2ePro\Model\Exception('Custom var dir creation is failed.');
- }
+ $this->_fileDriver->createDirectory($this->getPath(), 0777);
}
}
@@ -140,9 +137,7 @@ public function removeBase()
return;
}
- if (!@rmdir($this->getBasePath())) {
- throw new \Ess\M2ePro\Model\Exception('M2ePro base var dir removing is failed.');
- }
+ $this->_fileDriver->deleteDirectory($this->getBasePath());
}
public function removeBaseForce()
@@ -155,12 +150,12 @@ public function removeBaseForce()
$iterator = new \RecursiveIteratorIterator($directoryIterator, \RecursiveIteratorIterator::CHILD_FIRST);
foreach ($iterator as $path) {
- $path->isFile() ? unlink($path->getPathname()) : rmdir($path->getPathname());
+ $path->isFile()
+ ? $this->_fileDriver->deleteFile($path->getPathname())
+ : $this->_fileDriver->deleteDirectory($path->getPathname());
}
- if (!@rmdir($this->getBasePath())) {
- throw new \Ess\M2ePro\Model\Exception('M2ePro base var dir removing is failed.');
- }
+ $this->_fileDriver->deleteDirectory($this->getBasePath());
}
public function remove()
@@ -169,9 +164,7 @@ public function remove()
return;
}
- if (!@rmdir($this->getPath())) {
- throw new \Ess\M2ePro\Model\Exception('Custom var dir removing is failed.');
- }
+ $this->_fileDriver->deleteDirectory($this->getPath());
}
//########################################
diff --git a/Model/Observer/AbstractModel.php b/Observer/AbstractModel.php
similarity index 86%
rename from Model/Observer/AbstractModel.php
rename to Observer/AbstractModel.php
index 868a5d05f..578528bfe 100644
--- a/Model/Observer/AbstractModel.php
+++ b/Observer/AbstractModel.php
@@ -6,7 +6,7 @@
* @license Commercial use is forbidden
*/
-namespace Ess\M2ePro\Model\Observer;
+namespace Ess\M2ePro\Observer;
abstract class AbstractModel implements \Magento\Framework\Event\ObserverInterface
{
@@ -39,15 +39,6 @@ public function getHelper($helperName)
return $this->helperFactory->getObject($helperName);
}
- public function getModel($modelName, $cached = false)
- {
- if ($cached) {
- return $this->modelFactory->getCachedObject($modelName);
- }
-
- return $this->modelFactory->getObject($modelName);
- }
-
//########################################
public function canProcess()
@@ -57,8 +48,8 @@ public function canProcess()
public function execute(\Magento\Framework\Event\Observer $eventObserver)
{
- if (!$this->helperFactory->getObject('Module')->isReadyToWork() ||
- !$this->helperFactory->getObject('Component')->getEnabledComponents()) {
+ if ($this->helperFactory->getObject('Module\Maintenance\General')->isEnabled() ||
+ !$this->helperFactory->getObject('Module')->isReadyToWork()) {
return;
}
diff --git a/Model/Observer/Amazon/Order.php b/Observer/Amazon/Order.php
similarity index 93%
rename from Model/Observer/Amazon/Order.php
rename to Observer/Amazon/Order.php
index d7d2296d9..349bea6d0 100644
--- a/Model/Observer/Amazon/Order.php
+++ b/Observer/Amazon/Order.php
@@ -6,9 +6,9 @@
* @license Commercial use is forbidden
*/
-namespace Ess\M2ePro\Model\Observer\Amazon;
+namespace Ess\M2ePro\Observer\Amazon;
-class Order extends \Ess\M2ePro\Model\Observer\AbstractModel
+class Order extends \Ess\M2ePro\Observer\AbstractModel
{
protected $itemFactory;
diff --git a/Model/Observer/Amazon/Order/Item.php b/Observer/Amazon/Order/Item.php
similarity index 95%
rename from Model/Observer/Amazon/Order/Item.php
rename to Observer/Amazon/Order/Item.php
index e5fdae2c1..498b2935d 100644
--- a/Model/Observer/Amazon/Order/Item.php
+++ b/Observer/Amazon/Order/Item.php
@@ -6,9 +6,9 @@
* @license Commercial use is forbidden
*/
-namespace Ess\M2ePro\Model\Observer\Amazon\Order;
+namespace Ess\M2ePro\Observer\Amazon\Order;
-class Item extends \Ess\M2ePro\Model\Observer\AbstractModel
+class Item extends \Ess\M2ePro\Observer\AbstractModel
{
protected $amazonFactory;
diff --git a/Model/Observer/Category.php b/Observer/Category.php
similarity index 98%
rename from Model/Observer/Category.php
rename to Observer/Category.php
index e97595cbe..df164f0f2 100644
--- a/Model/Observer/Category.php
+++ b/Observer/Category.php
@@ -6,7 +6,7 @@
* @license Commercial use is forbidden
*/
-namespace Ess\M2ePro\Model\Observer;
+namespace Ess\M2ePro\Observer;
class Category extends AbstractModel
{
diff --git a/Model/Observer/CreditMemo.php b/Observer/CreditMemo.php
similarity index 98%
rename from Model/Observer/CreditMemo.php
rename to Observer/CreditMemo.php
index 84a2acdee..72953622e 100644
--- a/Model/Observer/CreditMemo.php
+++ b/Observer/CreditMemo.php
@@ -6,9 +6,9 @@
* @license Commercial use is forbidden
*/
-namespace Ess\M2ePro\Model\Observer;
+namespace Ess\M2ePro\Observer;
-class Creditmemo extends AbstractModel
+class CreditMemo extends AbstractModel
{
protected $urlBuilder;
protected $messageManager;
diff --git a/Model/Observer/CreditMemo/View.php b/Observer/CreditMemo/View.php
similarity index 94%
rename from Model/Observer/CreditMemo/View.php
rename to Observer/CreditMemo/View.php
index a43360b1e..396a37f2c 100644
--- a/Model/Observer/CreditMemo/View.php
+++ b/Observer/CreditMemo/View.php
@@ -6,9 +6,9 @@
* @license Commercial use is forbidden
*/
-namespace Ess\M2ePro\Model\Observer\CreditMemo;
+namespace Ess\M2ePro\Observer\CreditMemo;
-class View extends \Ess\M2ePro\Model\Observer\AbstractModel
+class View extends \Ess\M2ePro\Observer\AbstractModel
{
protected $customerFactory;
protected $registry;
diff --git a/Model/Observer/Ebay/Order.php b/Observer/Ebay/Order.php
similarity index 97%
rename from Model/Observer/Ebay/Order.php
rename to Observer/Ebay/Order.php
index 394414971..12d8f8ae3 100644
--- a/Model/Observer/Ebay/Order.php
+++ b/Observer/Ebay/Order.php
@@ -6,9 +6,9 @@
* @license Commercial use is forbidden
*/
-namespace Ess\M2ePro\Model\Observer\Ebay;
+namespace Ess\M2ePro\Observer\Ebay;
-class Order extends \Ess\M2ePro\Model\Observer\AbstractModel
+class Order extends \Ess\M2ePro\Observer\AbstractModel
{
protected $ebayFactory;
diff --git a/Model/Observer/Ebay/Order/Item.php b/Observer/Ebay/Order/Item.php
similarity index 95%
rename from Model/Observer/Ebay/Order/Item.php
rename to Observer/Ebay/Order/Item.php
index 0ceafd7bd..fccdcb27c 100644
--- a/Model/Observer/Ebay/Order/Item.php
+++ b/Observer/Ebay/Order/Item.php
@@ -6,9 +6,9 @@
* @license Commercial use is forbidden
*/
-namespace Ess\M2ePro\Model\Observer\Ebay\Order;
+namespace Ess\M2ePro\Observer\Ebay\Order;
-class Item extends \Ess\M2ePro\Model\Observer\AbstractModel
+class Item extends \Ess\M2ePro\Observer\AbstractModel
{
protected $ebayFactory;
diff --git a/Model/Observer/Indexes/Disable.php b/Observer/Indexes/Disable.php
similarity index 90%
rename from Model/Observer/Indexes/Disable.php
rename to Observer/Indexes/Disable.php
index 75f0611e0..1297399bf 100644
--- a/Model/Observer/Indexes/Disable.php
+++ b/Observer/Indexes/Disable.php
@@ -6,9 +6,9 @@
* @license Commercial use is forbidden
*/
-namespace Ess\M2ePro\Model\Observer\Indexes;
+namespace Ess\M2ePro\Observer\Indexes;
-class Disable extends \Ess\M2ePro\Model\Observer\AbstractModel
+class Disable extends \Ess\M2ePro\Observer\AbstractModel
{
protected $productIndex;
diff --git a/Model/Observer/Indexes/Enable.php b/Observer/Indexes/Enable.php
similarity index 88%
rename from Model/Observer/Indexes/Enable.php
rename to Observer/Indexes/Enable.php
index ad39e0646..d38571e86 100644
--- a/Model/Observer/Indexes/Enable.php
+++ b/Observer/Indexes/Enable.php
@@ -6,9 +6,9 @@
* @license Commercial use is forbidden
*/
-namespace Ess\M2ePro\Model\Observer\Indexes;
+namespace Ess\M2ePro\Observer\Indexes;
-class Enable extends \Ess\M2ePro\Model\Observer\AbstractModel
+class Enable extends \Ess\M2ePro\Observer\AbstractModel
{
protected $productIndex;
@@ -58,8 +58,8 @@ public function process()
// Product reindex was executed.
$this->activeRecordFactory->getObject('Synchronization\Log')->addMessage(
$this->getHelper('Module\Translation')->__('Product reindex was executed.'),
- \Ess\M2ePro\Model\Log\AbstractLog::TYPE_NOTICE,
- \Ess\M2ePro\Model\Log\AbstractLog::PRIORITY_MEDIUM
+ \Ess\M2ePro\Model\Log\AbstractModel::TYPE_NOTICE,
+ \Ess\M2ePro\Model\Log\AbstractModel::PRIORITY_MEDIUM
);
}
diff --git a/Model/Observer/Invoice.php b/Observer/Invoice.php
similarity index 98%
rename from Model/Observer/Invoice.php
rename to Observer/Invoice.php
index 0666cefbc..968277c0f 100644
--- a/Model/Observer/Invoice.php
+++ b/Observer/Invoice.php
@@ -6,7 +6,7 @@
* @license Commercial use is forbidden
*/
-namespace Ess\M2ePro\Model\Observer;
+namespace Ess\M2ePro\Observer;
class Invoice extends AbstractModel
{
diff --git a/Model/Observer/Invoice/View.php b/Observer/Invoice/View.php
similarity index 94%
rename from Model/Observer/Invoice/View.php
rename to Observer/Invoice/View.php
index 6b5d08377..00bdde166 100644
--- a/Model/Observer/Invoice/View.php
+++ b/Observer/Invoice/View.php
@@ -6,9 +6,9 @@
* @license Commercial use is forbidden
*/
-namespace Ess\M2ePro\Model\Observer\Invoice;
+namespace Ess\M2ePro\Observer\Invoice;
-class View extends \Ess\M2ePro\Model\Observer\AbstractModel
+class View extends \Ess\M2ePro\Observer\AbstractModel
{
protected $customerFactory;
protected $registry;
diff --git a/Model/Observer/Order/Quote.php b/Observer/Order/Quote.php
similarity index 96%
rename from Model/Observer/Order/Quote.php
rename to Observer/Order/Quote.php
index d036e418f..3a320844e 100644
--- a/Model/Observer/Order/Quote.php
+++ b/Observer/Order/Quote.php
@@ -6,9 +6,9 @@
* @license Commercial use is forbidden
*/
-namespace Ess\M2ePro\Model\Observer\Order;
+namespace Ess\M2ePro\Observer\Order;
-class Quote extends \Ess\M2ePro\Model\Observer\AbstractModel
+class Quote extends \Ess\M2ePro\Observer\AbstractModel
{
private $stockItemFactory;
/**
@@ -211,12 +211,12 @@ private function logListingProductMessage(\Ess\M2ePro\Model\Listing\Product $lis
\Ess\M2ePro\Helper\Data::INITIATOR_EXTENSION,
NULL,
$action,
- $log->encodeDescription(
+ $this->getHelper('Module\Log')->encodeDescription(
'From [%from%] to [%to%].',
array('from'=>$oldValue,'to'=>$newValue)
),
- \Ess\M2ePro\Model\Log\AbstractLog::TYPE_NOTICE,
- \Ess\M2ePro\Model\Log\AbstractLog::PRIORITY_LOW
+ \Ess\M2ePro\Model\Log\AbstractModel::TYPE_NOTICE,
+ \Ess\M2ePro\Model\Log\AbstractModel::PRIORITY_LOW
);
}
diff --git a/Model/Observer/Order/View/After.php b/Observer/Order/View/After.php
similarity index 95%
rename from Model/Observer/Order/View/After.php
rename to Observer/Order/View/After.php
index 362a6f117..4b9f98772 100644
--- a/Model/Observer/Order/View/After.php
+++ b/Observer/Order/View/After.php
@@ -6,9 +6,9 @@
* @license Commercial use is forbidden
*/
-namespace Ess\M2ePro\Model\Observer\Order\View;
+namespace Ess\M2ePro\Observer\Order\View;
-class After extends \Ess\M2ePro\Model\Observer\AbstractModel
+class After extends \Ess\M2ePro\Observer\AbstractModel
{
//########################################
diff --git a/Model/Observer/Order/View/Before.php b/Observer/Order/View/Before.php
similarity index 94%
rename from Model/Observer/Order/View/Before.php
rename to Observer/Order/View/Before.php
index de5cd6224..9bfdc0f5d 100644
--- a/Model/Observer/Order/View/Before.php
+++ b/Observer/Order/View/Before.php
@@ -6,9 +6,9 @@
* @license Commercial use is forbidden
*/
-namespace Ess\M2ePro\Model\Observer\Order\View;
+namespace Ess\M2ePro\Observer\Order\View;
-class Before extends \Ess\M2ePro\Model\Observer\AbstractModel
+class Before extends \Ess\M2ePro\Observer\AbstractModel
{
protected $customerFactory;
protected $registry;
diff --git a/Model/Observer/Product/AbstractProduct.php b/Observer/Product/AbstractProduct.php
similarity index 96%
rename from Model/Observer/Product/AbstractProduct.php
rename to Observer/Product/AbstractProduct.php
index 226ef9b78..7965c3172 100644
--- a/Model/Observer/Product/AbstractProduct.php
+++ b/Observer/Product/AbstractProduct.php
@@ -6,9 +6,9 @@
* @license Commercial use is forbidden
*/
-namespace Ess\M2ePro\Model\Observer\Product;
+namespace Ess\M2ePro\Observer\Product;
-abstract class AbstractProduct extends \Ess\M2ePro\Model\Observer\AbstractModel
+abstract class AbstractProduct extends \Ess\M2ePro\Observer\AbstractModel
{
protected $productFactory;
/**
diff --git a/Model/Observer/Product/AddUpdate/AbstractAddUpdate.php b/Observer/Product/AddUpdate/AbstractAddUpdate.php
similarity index 90%
rename from Model/Observer/Product/AddUpdate/AbstractAddUpdate.php
rename to Observer/Product/AddUpdate/AbstractAddUpdate.php
index 9fee22bf9..4b2c8d64b 100644
--- a/Model/Observer/Product/AddUpdate/AbstractAddUpdate.php
+++ b/Observer/Product/AddUpdate/AbstractAddUpdate.php
@@ -6,9 +6,9 @@
* @license Commercial use is forbidden
*/
-namespace Ess\M2ePro\Model\Observer\Product\AddUpdate;
+namespace Ess\M2ePro\Observer\Product\AddUpdate;
-abstract class AbstractAddUpdate extends \Ess\M2ePro\Model\Observer\Product\AbstractProduct
+abstract class AbstractAddUpdate extends \Ess\M2ePro\Observer\Product\AbstractProduct
{
private $affectedListingsProducts = array();
private $affectedOtherListings = array();
diff --git a/Model/Observer/Product/AddUpdate/After.php b/Observer/Product/AddUpdate/After.php
similarity index 93%
rename from Model/Observer/Product/AddUpdate/After.php
rename to Observer/Product/AddUpdate/After.php
index 66ca4d132..04906c53e 100644
--- a/Model/Observer/Product/AddUpdate/After.php
+++ b/Observer/Product/AddUpdate/After.php
@@ -6,7 +6,7 @@
* @license Commercial use is forbidden
*/
-namespace Ess\M2ePro\Model\Observer\Product\AddUpdate;
+namespace Ess\M2ePro\Observer\Product\AddUpdate;
use \Magento\Catalog\Model\Product\Attribute\Source\Status;
@@ -413,16 +413,16 @@ protected function isAddingProductProcess()
private function isProxyExist()
{
$key = $this->getProductId().'_'.$this->getStoreId();
- if (isset(\Ess\M2ePro\Model\Observer\Product\AddUpdate\Before::$proxyStorage[$key])) {
+ if (isset(\Ess\M2ePro\Observer\Product\AddUpdate\Before::$proxyStorage[$key])) {
return true;
}
$key = $this->getProduct()->getSku();
- return isset(\Ess\M2ePro\Model\Observer\Product\AddUpdate\Before::$proxyStorage[$key]);
+ return isset(\Ess\M2ePro\Observer\Product\AddUpdate\Before::$proxyStorage[$key]);
}
/**
- * @return \Ess\M2ePro\Model\Observer\Product\AddUpdate\Before\Proxy
+ * @return \Ess\M2ePro\Observer\Product\AddUpdate\Before\Proxy
* @throws \Ess\M2ePro\Model\Exception\Logic
*/
private function getProxy()
@@ -433,12 +433,12 @@ private function getProxy()
}
$key = $this->getProductId().'_'.$this->getStoreId();
- if (isset(\Ess\M2ePro\Model\Observer\Product\AddUpdate\Before::$proxyStorage[$key])) {
- return \Ess\M2ePro\Model\Observer\Product\AddUpdate\Before::$proxyStorage[$key];
+ if (isset(\Ess\M2ePro\Observer\Product\AddUpdate\Before::$proxyStorage[$key])) {
+ return \Ess\M2ePro\Observer\Product\AddUpdate\Before::$proxyStorage[$key];
}
$key = $this->getProduct()->getSku();
- return \Ess\M2ePro\Model\Observer\Product\AddUpdate\Before::$proxyStorage[$key];
+ return \Ess\M2ePro\Observer\Product\AddUpdate\Before::$proxyStorage[$key];
}
//########################################
@@ -478,12 +478,12 @@ private function isAttributeAffectOnStoreId($attributeCode, $onStoreId)
if ($this->getStoreId() == \Magento\Store\Model\Store::DEFAULT_STORE_ID) {
- /** @var \Magento\Catalog\Model\Product $productTemp */
- $productTemp = $this->productFactory->create()->setStoreId($onStoreId)
- ->load($this->getProductId());
+ /** @var \Magento\Catalog\Model\Product $product */
+ $product = $this->productFactory->create();
+ $product->setStoreId($onStoreId);
+ $product->load($this->getProductId());
- return $this->attributeAffectOnStoreIdCache[$cacheKey] =
- ($productTemp->getAttributeDefaultValue($attributeCode) === false);
+ return $this->attributeAffectOnStoreIdCache[$cacheKey] = !$product->getExistsStoreValueFlag($attributeCode);
}
if ($attributeScope == \Magento\Catalog\Model\ResourceModel\Eav\Attribute::SCOPE_STORE) {
@@ -555,12 +555,12 @@ private function logListingProductMessage(\Ess\M2ePro\Model\Listing\Product $lis
\Ess\M2ePro\Helper\Data::INITIATOR_EXTENSION,
NULL,
$action,
- $log->encodeDescription(
+ $this->getHelper('Module\Log')->encodeDescription(
'From [%from%] to [%to%]'.$messagePostfix.'.',
array('!from'=>$oldValue,'!to'=>$newValue)
),
- \Ess\M2ePro\Model\Log\AbstractLog::TYPE_NOTICE,
- \Ess\M2ePro\Model\Log\AbstractLog::PRIORITY_LOW,
+ \Ess\M2ePro\Model\Log\AbstractModel::TYPE_NOTICE,
+ \Ess\M2ePro\Model\Log\AbstractModel::PRIORITY_LOW,
array('variation_options' => array($attribute => $option))
);
}
@@ -575,12 +575,12 @@ private function logListingProductMessage(\Ess\M2ePro\Model\Listing\Product $lis
\Ess\M2ePro\Helper\Data::INITIATOR_EXTENSION,
NULL,
$action,
- $log->encodeDescription(
+ $this->getHelper('Module\Log')->encodeDescription(
'From [%from%] to [%to%]'.$messagePostfix.'.',
array('!from'=>$oldValue,'!to'=>$newValue)
),
- \Ess\M2ePro\Model\Log\AbstractLog::TYPE_NOTICE,
- \Ess\M2ePro\Model\Log\AbstractLog::PRIORITY_LOW,
+ \Ess\M2ePro\Model\Log\AbstractModel::TYPE_NOTICE,
+ \Ess\M2ePro\Model\Log\AbstractModel::PRIORITY_LOW,
$additionalData
);
@@ -594,12 +594,12 @@ private function logListingProductMessage(\Ess\M2ePro\Model\Listing\Product $lis
\Ess\M2ePro\Helper\Data::INITIATOR_EXTENSION,
NULL,
$action,
- $log->encodeDescription(
+ $this->getHelper('Module\Log')->encodeDescription(
'From [%from%] to [%to%]'.$messagePostfix.'.',
array('!from'=>$oldValue,'!to'=>$newValue)
),
- \Ess\M2ePro\Model\Log\AbstractLog::TYPE_NOTICE,
- \Ess\M2ePro\Model\Log\AbstractLog::PRIORITY_LOW
+ \Ess\M2ePro\Model\Log\AbstractModel::TYPE_NOTICE,
+ \Ess\M2ePro\Model\Log\AbstractModel::PRIORITY_LOW
);
}
diff --git a/Model/Observer/Product/AddUpdate/Before.php b/Observer/Product/AddUpdate/Before.php
similarity index 79%
rename from Model/Observer/Product/AddUpdate/Before.php
rename to Observer/Product/AddUpdate/Before.php
index 102844a42..31164f470 100644
--- a/Model/Observer/Product/AddUpdate/Before.php
+++ b/Observer/Product/AddUpdate/Before.php
@@ -6,17 +6,32 @@
* @license Commercial use is forbidden
*/
-namespace Ess\M2ePro\Model\Observer\Product\AddUpdate;
+namespace Ess\M2ePro\Observer\Product\AddUpdate;
class Before extends AbstractAddUpdate
{
public static $proxyStorage = array();
+ private $proxyFactory = NULL;
/**
- * @var null|\Ess\M2ePro\Model\Observer\Product\AddUpdate\Before\Proxy
+ * @var null|\Ess\M2ePro\Observer\Product\AddUpdate\Before\Proxy
*/
private $proxy = NULL;
+ //########################################
+
+ public function __construct(
+ \Ess\M2ePro\Observer\Product\AddUpdate\Before\ProxyFactory $proxyFactory,
+ \Magento\Catalog\Model\ProductFactory $productFactory,
+ \Ess\M2ePro\Helper\Factory $helperFactory,
+ \Ess\M2ePro\Model\ActiveRecord\Factory $activeRecordFactory,
+ \Ess\M2ePro\Model\Factory $modelFactory
+ )
+ {
+ $this->proxyFactory = $proxyFactory;
+ parent::__construct($productFactory, $helperFactory, $activeRecordFactory, $modelFactory);
+ }
+
//########################################
public function beforeProcess()
@@ -69,7 +84,7 @@ protected function isAddingProductProcess()
//########################################
/**
- * @return \Ess\M2ePro\Model\Observer\Product\AddUpdate\Before\Proxy
+ * @return \Ess\M2ePro\Observer\Product\AddUpdate\Before\Proxy
*/
private function getProxy()
{
@@ -77,8 +92,8 @@ private function getProxy()
return $this->proxy;
}
- /** @var \Ess\M2ePro\Model\Observer\Product\AddUpdate\Before\Proxy $object */
- $object = $this->modelFactory->getObject('Observer\Product\AddUpdate\Before\Proxy');
+ /** @var \Ess\M2ePro\Observer\Product\AddUpdate\Before\Proxy $object */
+ $object = $this->proxyFactory->create();
$object->setProductId($this->getProductId());
$object->setStoreId($this->getStoreId());
diff --git a/Model/Observer/Product/AddUpdate/Before/Proxy.php b/Observer/Product/AddUpdate/Before/Proxy.php
similarity index 84%
rename from Model/Observer/Product/AddUpdate/Before/Proxy.php
rename to Observer/Product/AddUpdate/Before/Proxy.php
index 2b5f61859..05570741d 100644
--- a/Model/Observer/Product/AddUpdate/Before/Proxy.php
+++ b/Observer/Product/AddUpdate/Before/Proxy.php
@@ -6,13 +6,14 @@
* @license Commercial use is forbidden
*/
-namespace Ess\M2ePro\Model\Observer\Product\AddUpdate\Before;
+namespace Ess\M2ePro\Observer\Product\AddUpdate\Before;
-class Proxy extends \Ess\M2ePro\Model\AbstractModel
+class Proxy
{
private $productId = NULL;
private $storeId = NULL;
+ private $data = array();
private $attributes = array();
private $websiteIds = array();
@@ -56,6 +57,18 @@ public function getStoreId()
//########################################
+ public function setData($key, $value)
+ {
+ $this->data[$key] = $value;
+ }
+
+ public function getData($key)
+ {
+ return isset($this->data[$key]) ? $this->data[$key] : NULL;
+ }
+
+ // ---------------------------------------
+
/**
* @param array $attributes
*/
diff --git a/Model/Observer/Product/Attribute/Update/Before.php b/Observer/Product/Attribute/Update/Before.php
similarity index 90%
rename from Model/Observer/Product/Attribute/Update/Before.php
rename to Observer/Product/Attribute/Update/Before.php
index 3d5f61674..e1674fc5e 100644
--- a/Model/Observer/Product/Attribute/Update/Before.php
+++ b/Observer/Product/Attribute/Update/Before.php
@@ -6,9 +6,9 @@
* @license Commercial use is forbidden
*/
-namespace Ess\M2ePro\Model\Observer\Product\Attribute\Update;
+namespace Ess\M2ePro\Observer\Product\Attribute\Update;
-class Before extends \Ess\M2ePro\Model\Observer\AbstractModel
+class Before extends \Ess\M2ePro\Observer\AbstractModel
{
//########################################
diff --git a/Model/Observer/Product/Delete.php b/Observer/Product/Delete.php
similarity index 94%
rename from Model/Observer/Product/Delete.php
rename to Observer/Product/Delete.php
index 6b104247f..4ca426e36 100644
--- a/Model/Observer/Product/Delete.php
+++ b/Observer/Product/Delete.php
@@ -6,7 +6,7 @@
* @license Commercial use is forbidden
*/
-namespace Ess\M2ePro\Model\Observer\Product;
+namespace Ess\M2ePro\Observer\Product;
class Delete extends AbstractProduct
{
diff --git a/Model/Observer/Shipment.php b/Observer/Shipment.php
similarity index 99%
rename from Model/Observer/Shipment.php
rename to Observer/Shipment.php
index bf828ba48..7ef213daa 100644
--- a/Model/Observer/Shipment.php
+++ b/Observer/Shipment.php
@@ -6,7 +6,7 @@
* @license Commercial use is forbidden
*/
-namespace Ess\M2ePro\Model\Observer;
+namespace Ess\M2ePro\Observer;
class Shipment extends AbstractModel
{
diff --git a/Model/Observer/Shipment/Track.php b/Observer/Shipment/Track.php
similarity index 94%
rename from Model/Observer/Shipment/Track.php
rename to Observer/Shipment/Track.php
index e67b55cf4..086228cc6 100644
--- a/Model/Observer/Shipment/Track.php
+++ b/Observer/Shipment/Track.php
@@ -6,9 +6,9 @@
* @license Commercial use is forbidden
*/
-namespace Ess\M2ePro\Model\Observer\Shipment;
+namespace Ess\M2ePro\Observer\Shipment;
-class Track extends \Ess\M2ePro\Model\Observer\AbstractModel
+class Track extends \Ess\M2ePro\Observer\AbstractModel
{
//########################################
diff --git a/Model/Observer/Shipment/View.php b/Observer/Shipment/View.php
similarity index 94%
rename from Model/Observer/Shipment/View.php
rename to Observer/Shipment/View.php
index cb3ce1c68..8fdedcfc7 100644
--- a/Model/Observer/Shipment/View.php
+++ b/Observer/Shipment/View.php
@@ -6,9 +6,9 @@
* @license Commercial use is forbidden
*/
-namespace Ess\M2ePro\Model\Observer\Shipment;
+namespace Ess\M2ePro\Observer\Shipment;
-class View extends \Ess\M2ePro\Model\Observer\AbstractModel
+class View extends \Ess\M2ePro\Observer\AbstractModel
{
protected $customerFactory;
protected $registry;
diff --git a/Model/Observer/StockItem/AbstractStockItem.php b/Observer/StockItem/AbstractStockItem.php
similarity index 96%
rename from Model/Observer/StockItem/AbstractStockItem.php
rename to Observer/StockItem/AbstractStockItem.php
index c2c03896a..d4d50bcb0 100644
--- a/Model/Observer/StockItem/AbstractStockItem.php
+++ b/Observer/StockItem/AbstractStockItem.php
@@ -6,9 +6,9 @@
* @license Commercial use is forbidden
*/
-namespace Ess\M2ePro\Model\Observer\StockItem;
+namespace Ess\M2ePro\Observer\StockItem;
-abstract class AbstractStockItem extends \Ess\M2ePro\Model\Observer\AbstractModel
+abstract class AbstractStockItem extends \Ess\M2ePro\Observer\AbstractModel
{
protected $registry;
protected $stockItemFactory;
diff --git a/Model/Observer/StockItem/Save/After.php b/Observer/StockItem/Save/After.php
similarity index 94%
rename from Model/Observer/StockItem/Save/After.php
rename to Observer/StockItem/Save/After.php
index aa27e117f..4787afbfa 100644
--- a/Model/Observer/StockItem/Save/After.php
+++ b/Observer/StockItem/Save/After.php
@@ -6,9 +6,9 @@
* @license Commercial use is forbidden
*/
-namespace Ess\M2ePro\Model\Observer\StockItem\Save;
+namespace Ess\M2ePro\Observer\StockItem\Save;
-class After extends \Ess\M2ePro\Model\Observer\StockItem\AbstractStockItem
+class After extends \Ess\M2ePro\Observer\StockItem\AbstractStockItem
{
/**
* @var null|int
@@ -152,12 +152,12 @@ private function logListingProductMessage(\Ess\M2ePro\Model\Listing\Product $lis
\Ess\M2ePro\Helper\Data::INITIATOR_EXTENSION,
NULL,
$action,
- $log->encodeDescription(
+ $this->getHelper('Module\Log')->encodeDescription(
'From [%from%] to [%to%].',
array('!from'=>$oldValue,'!to'=>$newValue)
),
- \Ess\M2ePro\Model\Log\AbstractLog::TYPE_NOTICE,
- \Ess\M2ePro\Model\Log\AbstractLog::PRIORITY_LOW
+ \Ess\M2ePro\Model\Log\AbstractModel::TYPE_NOTICE,
+ \Ess\M2ePro\Model\Log\AbstractModel::PRIORITY_LOW
);
}
diff --git a/Model/Observer/StockItem/Save/Before.php b/Observer/StockItem/Save/Before.php
similarity index 91%
rename from Model/Observer/StockItem/Save/Before.php
rename to Observer/StockItem/Save/Before.php
index b413bb156..d66954f18 100644
--- a/Model/Observer/StockItem/Save/Before.php
+++ b/Observer/StockItem/Save/Before.php
@@ -6,9 +6,9 @@
* @license Commercial use is forbidden
*/
-namespace Ess\M2ePro\Model\Observer\StockItem\Save;
+namespace Ess\M2ePro\Observer\StockItem\Save;
-class Before extends \Ess\M2ePro\Model\Observer\StockItem\AbstractStockItem
+class Before extends \Ess\M2ePro\Observer\StockItem\AbstractStockItem
{
//########################################
diff --git a/Plugin/AbstractPlugin.php b/Plugin/AbstractPlugin.php
new file mode 100644
index 000000000..31326b073
--- /dev/null
+++ b/Plugin/AbstractPlugin.php
@@ -0,0 +1,55 @@
+helperFactory = $helperFactory;
+ $this->modelFactory = $modelFactory;
+ }
+
+ //########################################
+
+ protected function execute($name, $interceptor, \Closure $callback, array $arguments = [])
+ {
+ if (!$this->canExecute()) {
+ return empty($arguments) ? $callback() : call_user_func_array($callback, $arguments);
+ }
+
+ $processMethod = 'process' . ucfirst($name);
+
+ if (!method_exists($this, $processMethod)) {
+ throw new Exception("Method {$processMethod} doesn't exists");
+ }
+
+ return $this->{$processMethod}($interceptor, $callback, $arguments);
+ }
+
+ // ---------------------------------------
+
+ protected function canExecute()
+ {
+ return !$this->helperFactory->getObject('Module\Maintenance\General')->isEnabled() &&
+ $this->helperFactory->getObject('Module')->isReadyToWork();
+ }
+
+ //########################################
+}
\ No newline at end of file
diff --git a/Plugin/Config/Magento/Config/Controller/Adminhtml/System/Config/Edit.php b/Plugin/Config/Magento/Config/Controller/Adminhtml/System/Config/Edit.php
new file mode 100644
index 000000000..fb43bdc38
--- /dev/null
+++ b/Plugin/Config/Magento/Config/Controller/Adminhtml/System/Config/Edit.php
@@ -0,0 +1,52 @@
+helperFactory->getObject('Module\Maintenance\General')->isEnabled()) {
+ return false;
+ }
+
+ if ($this->helperFactory->getObject('Module\Maintenance\Debug')->isEnabled() &&
+ !$this->helperFactory->getObject('Module\Maintenance\Debug')->isOwner()) {
+
+ return false;
+ }
+
+ return true;
+ }
+
+ public function aroundExecute($interceptor, \Closure $callback)
+ {
+ return $this->execute('execute', $interceptor, $callback);
+ }
+
+ // ---------------------------------------
+
+ protected function processExecute($interceptor, \Closure $callback)
+ {
+ $result = $callback();
+
+ if ($result instanceof \Magento\Backend\Model\View\Result\Redirect) {
+ return $result;
+ }
+
+ $result->getConfig()->addPageAsset('Ess_M2ePro::css/help_block.css');
+ $result->getConfig()->addPageAsset('Ess_M2ePro::css/system/config.css');
+
+ return $result;
+ }
+
+ //########################################
+}
\ No newline at end of file
diff --git a/Plugin/Config/Magento/Config/Model/Config.php b/Plugin/Config/Magento/Config/Model/Config.php
new file mode 100644
index 000000000..2e8b79b6f
--- /dev/null
+++ b/Plugin/Config/Magento/Config/Model/Config.php
@@ -0,0 +1,67 @@
+helperFactory->getObject('Module\Maintenance\General')->isEnabled()) {
+ return false;
+ }
+
+ if ($this->helperFactory->getObject('Module\Maintenance\Debug')->isEnabled() &&
+ !$this->helperFactory->getObject('Module\Maintenance\Debug')->isOwner()) {
+
+ return false;
+ }
+
+ return true;
+ }
+
+ public function aroundSave(\Magento\Config\Model\Config $interceptor, \Closure $callback)
+ {
+ return $this->execute('save', $interceptor, $callback);
+ }
+
+ // ---------------------------------------
+
+ protected function processSave(\Magento\Config\Model\Config $interceptor, \Closure $callback)
+ {
+ $saveData = $interceptor->getData();
+
+ if (!isset($saveData['section']) ||
+ !in_array($saveData['section'], ['ebay_integration', 'amazon_integration'])
+ ) {
+ return $callback();
+ }
+
+ $groups = $saveData['groups'];
+
+ if (isset($groups['ebay_mode']['fields']['ebay_mode_field']['value'])) {
+ $this->helperFactory->getObject('Module')->getConfig()->setGroupValue(
+ '/component/ebay/', 'mode',
+ (int)$groups['ebay_mode']['fields']['ebay_mode_field']['value']
+ );
+ }
+
+ if (isset($groups['amazon_mode']['fields']['amazon_mode_field']['value'])) {
+ $this->helperFactory->getObject('Module')->getConfig()->setGroupValue(
+ '/component/amazon/', 'mode',
+ (int)$groups['amazon_mode']['fields']['amazon_mode_field']['value']
+ );
+ }
+
+ return $interceptor;
+ }
+
+ //########################################
+}
\ No newline at end of file
diff --git a/Plugin/Config/Magento/Config/Model/Config/Structure/Data.php b/Plugin/Config/Magento/Config/Model/Config/Structure/Data.php
new file mode 100644
index 000000000..8dd75e93c
--- /dev/null
+++ b/Plugin/Config/Magento/Config/Model/Config/Structure/Data.php
@@ -0,0 +1,49 @@
+helperFactory->getObject('Module\Maintenance\General')->isEnabled()) {
+ return true;
+ }
+
+ if ($this->helperFactory->getObject('Module\Maintenance\Debug')->isEnabled() &&
+ !$this->helperFactory->getObject('Module\Maintenance\Debug')->isOwner()) {
+ return true;
+ }
+
+ return false;
+ }
+
+ public function aroundGet($interceptor, \Closure $callback)
+ {
+ return $this->execute('get', $interceptor, $callback);
+ }
+
+ // ---------------------------------------
+
+ protected function processGet($interceptor, \Closure $callback)
+ {
+ $result = $callback();
+
+ unset($result['tabs']['m2epro']);
+ unset($result['sections']['ebay_integration']);
+ unset($result['sections']['amazon_integration']);
+ unset($result['sections']['buy_integration']);
+
+ return $result;
+ }
+
+ //########################################
+}
\ No newline at end of file
diff --git a/Plugin/Controller/Adminhtml/System/Config/Save.php b/Plugin/Controller/Adminhtml/System/Config/Save.php
deleted file mode 100644
index 3e2647b79..000000000
--- a/Plugin/Controller/Adminhtml/System/Config/Save.php
+++ /dev/null
@@ -1,49 +0,0 @@
-request = $request;
- $this->moduleHelper = $moduleHelper;
- }
-
- //########################################
-
- public function beforeExecute($subject)
- {
- $groups = $this->request->getPostValue('groups');
-
- if (isset($groups['ebay_mode']['fields']['ebay_mode_field']['value'])) {
- $this->moduleHelper->getConfig()->setGroupValue(
- '/component/ebay/', 'mode',
- (int)$groups['ebay_mode']['fields']['ebay_mode_field']['value']
- );
- }
-
- if (isset($groups['amazon_mode']['fields']['amazon_mode_field']['value'])) {
- $this->moduleHelper->getConfig()->setGroupValue(
- '/component/amazon/', 'mode',
- (int)$groups['ebay_mode']['fields']['ebay_mode_field']['value']
- );
- }
- }
-
- //########################################
-}
\ No newline at end of file
diff --git a/Plugin/Menu/Magento/Backend/Model/Menu/Config.php b/Plugin/Menu/Magento/Backend/Model/Menu/Config.php
new file mode 100644
index 000000000..4f3d6b080
--- /dev/null
+++ b/Plugin/Menu/Magento/Backend/Model/Menu/Config.php
@@ -0,0 +1,201 @@
+activeRecordFactory = $activeRecordFactory;
+ $this->pageConfig = $pageConfig;
+ $this->itemFactory = $itemFactory;
+ parent::__construct($helperFactory, $modelFactory);
+ }
+
+ //########################################
+
+ protected function canExecute()
+ {
+ return true;
+ }
+
+ //########################################
+
+ public function aroundGetMenu(\Magento\Backend\Model\Menu\Config $interceptor, \Closure $callback)
+ {
+ return $this->execute('getMenu', $interceptor, $callback);
+ }
+
+ // ---------------------------------------
+
+ protected function processGetMenu(\Magento\Backend\Model\Menu\Config $interceptor, \Closure $callback)
+ {
+ /** @var \Magento\Backend\Model\Menu $menuModel */
+ $menuModel = $callback();
+
+ if ($this->isProcessed) {
+ return $menuModel;
+ }
+
+ $this->isProcessed = true;
+
+ $maintenanceMenuState = $this->helperFactory->getObject('Data\Cache\Permanent')->getValue(
+ self::MAINTENANCE_MENU_STATE_CACHE_KEY
+ );
+
+ if ($this->helperFactory->getObject('Module\Maintenance\General')->isEnabled()) {
+ if (is_null($maintenanceMenuState)) {
+ $this->helperFactory->getObject('Data\Cache\Permanent')->setValue(
+ self::MAINTENANCE_MENU_STATE_CACHE_KEY, true
+ );
+ $this->helperFactory->getObject('Magento')->clearMenuCache();
+ }
+ return $this->processMaintenance($menuModel);
+ } elseif(!is_null($maintenanceMenuState)) {
+ $this->helperFactory->getObject('Data\Cache\Permanent')->removeValue(
+ self::MAINTENANCE_MENU_STATE_CACHE_KEY
+ );
+ $this->helperFactory->getObject('Magento')->clearMenuCache();
+ }
+
+ $this->processMenuCacheClearing();
+
+ if ($this->helperFactory->getObject('Component\Ebay')->isEnabled()) {
+ $this->processOtherListingsMenuItem(Ebay::NICK);
+ $this->processWizard($menuModel->get(Ebay::MENU_ROOT_NODE_NICK), Ebay::NICK);
+ } else {
+ $menuModel->remove(Ebay::MENU_ROOT_NODE_NICK);
+ }
+
+ if ($this->helperFactory->getObject('Component\Amazon')->isEnabled()) {
+ $this->processOtherListingsMenuItem(Amazon::NICK);
+ $this->processWizard($menuModel->get(Amazon::MENU_ROOT_NODE_NICK), Amazon::NICK);
+ } else {
+ $menuModel->remove(Amazon::MENU_ROOT_NODE_NICK);
+ }
+
+ return $menuModel;
+ }
+
+ //########################################
+
+ private function processMaintenance(\Magento\Backend\Model\Menu $menuModel)
+ {
+ $maintenanceMenuItemResource = $menuModel->get(Ebay::MENU_ROOT_NODE_NICK)->isAllowed()
+ ? Ebay::MENU_ROOT_NODE_NICK : Amazon::MENU_ROOT_NODE_NICK;
+
+ $menuModel->remove(Ebay::MENU_ROOT_NODE_NICK);
+ $menuModel->remove(Amazon::MENU_ROOT_NODE_NICK);
+
+ $maintenanceMenuItem = $this->itemFactory->create([
+ 'id' => Maintenance::MENU_ROOT_NODE_NICK,
+ 'module' => Module::IDENTIFIER,
+ 'title' => 'M2E Pro',
+ 'resource' => $maintenanceMenuItemResource,
+ 'action' => 'm2epro/maintenance',
+ ]);
+
+ $menuModel->add($maintenanceMenuItem, null, Maintenance::MENU_POSITION);
+
+ return $menuModel;
+ }
+
+ private function processOtherListingsMenuItem($viewNick)
+ {
+ if (!$this->helperFactory->getObject('View\\'.ucfirst($viewNick))->is3rdPartyShouldBeShown()) {
+ $this->pageConfig->addPageAsset('Ess_M2ePro::css/menu/'.$viewNick.'_listing_other.css');
+ }
+ }
+
+ private function processWizard(\Magento\Backend\Model\Menu\Item $menu, $viewNick)
+ {
+ $activeBlocker = $this->helperFactory->getObject('Module\Wizard')->getActiveBlockerWizard($viewNick);
+
+ if (!$activeBlocker) {
+ return;
+ }
+
+ $menu->getChildren()->exchangeArray([]);
+
+ $actionUrl = 'm2epro/wizard_'.$this->helperFactory->getObject('Module\Wizard')->getNick($activeBlocker);
+
+ $globalActiveBlocker = $this->helperFactory->getObject('Module\Wizard')->getActiveBlockerWizard('*');
+ if ($globalActiveBlocker && $globalActiveBlocker->getNick() == 'migrationFromMagento1') {
+ $actionUrl .= '/index/referrer/'.$viewNick;
+ }
+
+ $menu->setAction($actionUrl);
+ }
+
+ private function processMenuCacheClearing()
+ {
+ $previousMenuState = [];
+ $currentMenuState = $this->buildMenuStateData();
+
+ /** @var \Ess\M2ePro\Model\Registry $registry */
+ $registry = $this->activeRecordFactory->getObjectLoaded(
+ 'Registry', self::MENU_STATE_REGISTRY_KEY, 'key', false
+ );
+
+ if (!is_null($registry)) {
+ $previousMenuState = $registry->getValueFromJson();
+ }
+
+ if ($previousMenuState != $currentMenuState) {
+ if (is_null($registry)) {
+ $registry = $this->activeRecordFactory->getObject('Registry');
+ $registry->setKey(self::MENU_STATE_REGISTRY_KEY);
+ }
+
+ $registry->setValue(json_encode($currentMenuState))->save();
+
+ $this->helperFactory->getObject('Magento')->clearMenuCache();
+ }
+ }
+
+ private function buildMenuStateData()
+ {
+ return [
+ Ebay::MENU_ROOT_NODE_NICK => [
+ $this->helperFactory->getObject('Component\Ebay')->isEnabled(),
+ $this->helperFactory->getObject('View\Ebay')->is3rdPartyShouldBeShown(),
+ is_null($this->helperFactory->getObject('Module\Wizard')->getActiveBlockerWizard(Ebay::NICK))
+ ],
+ Amazon::MENU_ROOT_NODE_NICK => [
+ $this->helperFactory->getObject('Component\Amazon')->isEnabled(),
+ $this->helperFactory->getObject('View\Amazon')->is3rdPartyShouldBeShown(),
+ is_null($this->helperFactory->getObject('Module\Wizard')->getActiveBlockerWizard(Amazon::NICK))
+ ]
+ ];
+ }
+
+ //########################################
+}
\ No newline at end of file
diff --git a/Plugin/Menu/Magento/Backend/Model/Menu/Item.php b/Plugin/Menu/Magento/Backend/Model/Menu/Item.php
new file mode 100644
index 000000000..3c2a84ab2
--- /dev/null
+++ b/Plugin/Menu/Magento/Backend/Model/Menu/Item.php
@@ -0,0 +1,174 @@
+wizardHelper = $wizardHelper;
+ $this->ebayView = $ebayView;
+ $this->amazonView = $amazonView;
+ $this->support = $support;
+ parent::__construct($helperFactory, $modelFactory);
+ }
+
+ //########################################
+
+ /**
+ * @param \Magento\Backend\Model\Menu\Item $interceptor
+ * @param \Closure $callback
+ * @return string
+ */
+ public function aroundGetUrl($interceptor, \Closure $callback)
+ {
+ return $this->execute('getUrl', $interceptor, $callback);
+ }
+
+ // ---------------------------------------
+
+ protected function processGetUrl($interceptor, \Closure $callback)
+ {
+ $id = $interceptor->getId();
+
+ if ($id == 'Ess_M2ePro::ebay_listings_other' && !$this->ebayView->is3rdPartyShouldBeShown()) {
+ return '#';
+ }
+
+ if ($id == 'Ess_M2ePro::amazon_listings_other' && !$this->amazonView->is3rdPartyShouldBeShown()) {
+ return '#';
+ }
+
+ return $callback();
+ }
+
+ //########################################
+
+ /**
+ * @param \Magento\Backend\Model\Menu\Item $interceptor
+ * @param \Closure $callback
+ * @return string
+ */
+ public function aroundGetClickCallback($interceptor, \Closure $callback)
+ {
+ return $this->execute('getClickCallback', $interceptor, $callback);
+ }
+
+ // ---------------------------------------
+
+ protected function processGetClickCallback($interceptor, \Closure $callback)
+ {
+ $id = $interceptor->getId();
+ $urls = $this->getUrls();
+
+ if ($id == 'Ess_M2ePro::ebay_listings_other' && !$this->ebayView->is3rdPartyShouldBeShown()) {
+ return 'return false;';
+ }
+
+ if ($id == 'Ess_M2ePro::amazon_listings_other' && !$this->amazonView->is3rdPartyShouldBeShown()) {
+ return 'return false;';
+ }
+
+ if (isset($urls[$id])) {
+ return $this->renderOnClickCallback($urls[$id]);
+ }
+
+ return $callback();
+ }
+
+ //########################################
+
+ /**
+ * Gives able to display titles in menu slider which differ from titles in menu panel
+ * @param \Magento\Backend\Model\Menu\Item $interceptor
+ * @param \Closure $callback
+ * @return string
+ */
+ public function aroundGetTitle($interceptor, \Closure $callback)
+ {
+ return $this->execute('getTitle', $interceptor, $callback);
+ }
+
+ // ---------------------------------------
+
+ protected function processGetTitle($interceptor, \Closure $callback)
+ {
+ if (
+ $interceptor->getId() == View\Ebay::MENU_ROOT_NODE_NICK
+ && !isset($this->menuTitlesUsing[View\Ebay::MENU_ROOT_NODE_NICK])
+ ) {
+ $ebayWizard = $this->wizardHelper->getActiveWizard(
+ View\Ebay::NICK
+ );
+
+ if (is_null($ebayWizard)) {
+ $this->menuTitlesUsing[View\Ebay::MENU_ROOT_NODE_NICK] = true;
+ return 'eBay Integration (Beta)';
+ }
+ }
+
+ if (
+ $interceptor->getId() == View\Amazon::MENU_ROOT_NODE_NICK
+ && !isset($this->menuTitlesUsing[View\Amazon::MENU_ROOT_NODE_NICK])
+ ) {
+ $amazonWizard = $this->wizardHelper->getActiveWizard(
+ View\Amazon::NICK
+ );
+
+ if (is_null($amazonWizard)) {
+ $this->menuTitlesUsing[View\Amazon::MENU_ROOT_NODE_NICK] = true;
+ return 'Amazon Integration (Beta)';
+ }
+ }
+
+ return $callback();
+ }
+
+ //########################################
+
+ private function getUrls()
+ {
+ return [
+ 'Ess_M2ePro::ebay_help_center_documentation' => $this->support->getDocumentationArticleUrl('x/2AIkAQ'),
+ 'Ess_M2ePro::ebay_help_center_ideas_workshop' => $this->support->getIdeasComponentUrl('ebay'),
+ 'Ess_M2ePro::ebay_help_center_knowledge_base' => $this->support->getKnowledgebaseComponentUrl('ebay'),
+ 'Ess_M2ePro::ebay_help_center_community_forum' => $this->support->getForumComponentUrl('ebay'),
+
+ 'Ess_M2ePro::amazon_help_center_documentation' => $this->support->getDocumentationArticleUrl('x/3AIkAQ'),
+ 'Ess_M2ePro::amazon_help_center_ideas_workshop' => $this->support->getIdeasComponentUrl('amazon'),
+ 'Ess_M2ePro::amazon_help_center_knowledge_base' => $this->support->getKnowledgebaseComponentUrl('amazon'),
+ 'Ess_M2ePro::amazon_help_center_community_forum' => $this->support->getForumComponentUrl('amazon'),
+ ];
+ }
+
+ private function renderOnClickCallback($url)
+ {
+ return "window.open('$url', '_blank')";
+ }
+
+ //########################################
+}
\ No newline at end of file
diff --git a/Plugin/Model/Menu.php b/Plugin/Model/Menu.php
deleted file mode 100644
index 2a65c910d..000000000
--- a/Plugin/Model/Menu.php
+++ /dev/null
@@ -1,129 +0,0 @@
-maintenanceHelper = $maintenanceHelper;
- $this->cachePermanent = $cachePermanent;
- $this->pageConfig = $pageConfig;
- $this->ebayView = $ebayView;
- $this->amazonView = $amazonView;
- $this->wizardHelper = $wizardHelper;
- $this->magentoHelper = $magentoHelper;
- $this->magentoConfig = $magentoConfig;
- }
-
- public function aroundGetMenu($subject, \Closure $proceed)
- {
- /** @var \Magento\Backend\Model\Menu $menuModel */
- $menuModel = $proceed();
-
- $ebayMenu = $menuModel->get(\Ess\M2ePro\Helper\View\Ebay::MENU_ROOT_NODE_NICK);
- $amazonMenu = $menuModel->get(\Ess\M2ePro\Helper\View\Amazon::MENU_ROOT_NODE_NICK);
-
- if ($this->maintenanceHelper->isEnabled()) {
- $ebayMenu->getChildren()->exchangeArray([]);
- $amazonMenu->getChildren()->exchangeArray([]);
- $this->magentoHelper->clearMenuCache();
- return $menuModel;
- }
-
- $this->removeOtherListingsMenuItem();
-
- $ebayActiveBlocker = $this->wizardHelper->getActiveBlockerWizard(\Ess\M2ePro\Helper\View\Ebay::NICK);
-
- if ($ebayActiveBlocker) {
- $ebayMenu->getChildren()->exchangeArray([]);
- $ebayMenu->setAction('m2epro/wizard_' . $this->wizardHelper->getNick($ebayActiveBlocker));
- }
-
- $amazonActiveBlocker = $this->wizardHelper->getActiveBlockerWizard(\Ess\M2ePro\Helper\View\Amazon::NICK);
-
- if ($amazonActiveBlocker) {
- $amazonMenu->getChildren()->exchangeArray([]);
- $amazonMenu->setAction('m2epro/wizard_' . $this->wizardHelper->getNick($amazonActiveBlocker));
- }
-
- $globalActiveBlocker = $this->wizardHelper->getActiveBlockerWizard('*');
-
- if ($globalActiveBlocker && $globalActiveBlocker->getNick() == 'migrationFromMagento1') {
- $ebayMenu->setAction($ebayMenu->getAction() . '/index/referrer/' . \Ess\M2ePro\Helper\View\Ebay::NICK);
- $amazonMenu->setAction(
- $amazonMenu->getAction() . '/index/referrer/' . \Ess\M2ePro\Helper\View\Amazon::NICK
- );
- }
-
- //todo implement new clear menu cache logic
- if ($ebayActiveBlocker || $amazonActiveBlocker) {
- $this->magentoHelper->clearMenuCache();
- }
-
- return $menuModel;
- }
-
- private function removeOtherListingsMenuItem()
- {
- $needToCleanMenuCache = false;
-
- if (!$this->ebayView->is3rdPartyShouldBeShown()) {
- $this->pageConfig->addPageAsset('Ess_M2ePro::css/menu/ebay_listing_other.css');
- }
-
- $isEbay3rdPartyShouldBeShownKey = 'ebay_3rd_party_should_be_shown';
- $isEbay3rdPartyShouldBeShownLastState = $this->cachePermanent->getValue($isEbay3rdPartyShouldBeShownKey);
-
- if (
- is_null($isEbay3rdPartyShouldBeShownLastState)
- || $isEbay3rdPartyShouldBeShownLastState != $this->ebayView->is3rdPartyShouldBeShown()
- ) {
- $needToCleanMenuCache = true;
- $this->cachePermanent->setValue(
- $isEbay3rdPartyShouldBeShownKey, $this->ebayView->is3rdPartyShouldBeShown()
- );
- }
-
- //---------------------------------------------
-
- $isAmazon3rdPartyShouldBeShownKey = 'amazon_3rd_party_should_be_shown';
- $isAmazon3rdPartyShouldBeShownLastState = $this->cachePermanent->getValue($isAmazon3rdPartyShouldBeShownKey);
-
- if (
- is_null($isAmazon3rdPartyShouldBeShownLastState)
- || $isAmazon3rdPartyShouldBeShownLastState != $this->amazonView->is3rdPartyShouldBeShown()
- ) {
- $needToCleanMenuCache = true;
- $this->cachePermanent->setValue(
- $isAmazon3rdPartyShouldBeShownKey, $this->amazonView->is3rdPartyShouldBeShown()
- );
- }
-
- if (!$this->amazonView->is3rdPartyShouldBeShown()) {
- $this->pageConfig->addPageAsset('Ess_M2ePro::css/menu/amazon_listing_other.css');
- }
-
- if ($needToCleanMenuCache) {
- $this->magentoHelper->clearMenuCache();
- }
- }
-}
\ No newline at end of file
diff --git a/Plugin/Model/Menu/Item.php b/Plugin/Model/Menu/Item.php
deleted file mode 100644
index bef16ad1a..000000000
--- a/Plugin/Model/Menu/Item.php
+++ /dev/null
@@ -1,160 +0,0 @@
-wizardHelper = $wizardHelper;
- $this->maintenanceHelper = $maintenanceHelper;
- $this->ebayView = $ebayView;
- $this->amazonView = $amazonView;
- $this->support = $support;
- }
-
- //########################################
-
- /**
- * @param \Magento\Backend\Model\Menu\Item $subject
- * @param \Closure $proceed
- * @return string
- */
- public function aroundGetUrl($subject, \Closure $proceed)
- {
- if ($this->maintenanceHelper->isEnabled()) {
- return $proceed();
- }
-
- $id = $subject->getId();
-
- if ($id == 'Ess_M2ePro::ebay_listings_other'
- && !$this->ebayView->is3rdPartyShouldBeShown()) {
-
- return '#';
- }
-
- if ($id == 'Ess_M2ePro::amazon_listings_other'
- && !$this->amazonView->is3rdPartyShouldBeShown()) {
-
- return '#';
- }
-
- return $proceed();
- }
-
- /**
- * @param \Magento\Backend\Model\Menu\Item $subject
- * @param \Closure $proceed
- * @return string
- */
- public function aroundGetClickCallback($subject, \Closure $proceed)
- {
- if ($this->maintenanceHelper->isEnabled()) {
- return $proceed();
- }
-
- $id = $subject->getId();
- $urls = $this->getUrls();
-
- if ($id == 'Ess_M2ePro::ebay_listings_other'
- && !$this->ebayView->is3rdPartyShouldBeShown()) {
-
- return 'return false;';
- }
-
- if ($id == 'Ess_M2ePro::amazon_listings_other'
- && !$this->amazonView->is3rdPartyShouldBeShown()) {
-
- return 'return false;';
- }
-
- if (isset($urls[$id])) {
- return $this->renderOnClickCallback($urls[$id]);
- }
-
- return $proceed();
- }
-
- /**
- * Gives able to display titles in menu slider which differ from titles in menu panel
- * @param \Magento\Backend\Model\Menu\Item $subject
- * @param string $result
- * @return string
- */
- public function afterGetTitle($subject, $result)
- {
- $ebayKey = 'Ess_M2ePro::ebay';
- $amazonKey = 'Ess_M2ePro::amazon';
-
- $isEbayWizardCompleted = $this->wizardHelper->isCompleted(
- \Ess\M2ePro\Helper\View\Ebay::WIZARD_INSTALLATION_NICK
- );
-
- if (
- $isEbayWizardCompleted
- && $subject->getId() == $ebayKey
- && !isset($this->menuTitlesUsing[$ebayKey])
- ) {
- $this->menuTitlesUsing[$ebayKey] = true;
- return 'eBay Integration (Beta)';
- }
-
- $isAmazonWizardCompleted = $this->wizardHelper->isCompleted(
- \Ess\M2ePro\Helper\View\Amazon::WIZARD_INSTALLATION_NICK
- );
-
- if (
- $isAmazonWizardCompleted
- && $subject->getId() == $amazonKey
- && !isset($this->menuTitlesUsing[$amazonKey])
- ) {
- $this->menuTitlesUsing[$amazonKey] = true;
- return 'Amazon Integration (Beta)';
- }
-
- return $result;
- }
-
- private function getUrls()
- {
- return [
- 'Ess_M2ePro::ebay_help_center_documentation' => $this->support->getDocumentationUrl(
- NULL, NULL, 'x/2AIkAQ'
- ),
- 'Ess_M2ePro::ebay_help_center_ideas_workshop' => $this->support->getIdeasBaseUrl(),
- 'Ess_M2ePro::ebay_help_center_knowledge_base' => $this->support->getKnowledgeBaseUrl(),
- 'Ess_M2ePro::ebay_help_center_community_forum' => $this->support->getCommunityBaseUrl(),
-
- 'Ess_M2ePro::amazon_help_center_documentation' => $this->support->getDocumentationUrl(
- NULL, NULL, 'x/3AIkAQ'
- ),
- 'Ess_M2ePro::amazon_help_center_ideas_workshop' => $this->support->getIdeasBaseUrl(),
- 'Ess_M2ePro::amazon_help_center_knowledge_base' => $this->support->getKnowledgeBaseUrl(),
- 'Ess_M2ePro::amazon_help_center_community_forum' => $this->support->getCommunityBaseUrl(),
- ];
- }
-
- private function renderOnClickCallback($url)
- {
- return "window.open('$url', '_blank')";
- }
-
- //########################################
-}
\ No newline at end of file
diff --git a/Plugin/Model/Quote/Item/ToOrderItem.php b/Plugin/Model/Quote/Item/ToOrderItem.php
deleted file mode 100644
index 8316ee807..000000000
--- a/Plugin/Model/Quote/Item/ToOrderItem.php
+++ /dev/null
@@ -1,267 +0,0 @@
-stockItemFactory = $stockItemFactory;
- $this->helperFactory = $helperFactory;
- $this->activeRecordFactory = $activeRecordFactory;
- $this->modelFactory = $modelFactory;
- $this->maintenanceHelper = $maintenanceHelper;
- }
-
- //########################################
-
- public function aroundConvert($subject, \Closure $proceed, $item)
- {
- $orderItem = $proceed($item);
-
- $this->quoteItem = $item;
-
- /* @var $product \Magento\Catalog\Model\Product */
- $product = $this->quoteItem->getProduct();
-
- if (!($product instanceof \Magento\Catalog\Model\Product) || (int)$product->getId() <= 0) {
- return $orderItem;
- }
-
- $this->product = $product;
-
- if ($this->maintenanceHelper->isEnabled() ||
- !$this->helperFactory->getObject('Module')->isReadyToWork() ||
- !$this->helperFactory->getObject('Component')->getEnabledComponents()) {
-
- return $orderItem;
- }
-
- try {
-
- $this->process();
-
- } catch (\Exception $exception) {
- $this->helperFactory->getObject('Module\Exception')->process($exception);
- }
-
- return $orderItem;
- }
-
- //########################################
-
- private function process()
- {
- if (!$this->areThereAffectedItems()) {
- return;
- }
-
- if ((int)$this->getStockItem()->getQty() <= 0) {
- return;
- }
-
- $this->activeRecordFactory->getObject('ProductChange')->addUpdateAction(
- $this->getProduct()->getId(),
- \Ess\M2ePro\Model\ProductChange::INITIATOR_OBSERVER
- );
-
- $this->processQty();
- $this->processStockAvailability();
- }
-
- // ---------------------------------------
-
- private function processQty()
- {
-
- $oldValue = (int)$this->getStockItem()->getQty();
- $newValue = $oldValue - (int)$this->quoteItem->getTotalQty();
-
- if (!$this->updateProductChangeRecord('qty',$oldValue,$newValue) || $oldValue == $newValue) {
- return;
- }
-
- foreach ($this->getAffectedListingsProducts() as $listingProduct) {
-
- /** @var \Ess\M2ePro\Model\Listing\Product $listingProduct */
-
- $this->logListingProductMessage($listingProduct,
- \Ess\M2ePro\Model\Listing\Log::ACTION_CHANGE_PRODUCT_QTY,
- $oldValue, $newValue);
- }
- }
-
- private function processStockAvailability()
- {
- $oldQty = (int)$this->getStockItem()->getQty();
- $newQty = $oldQty - (int)$this->quoteItem->getTotalQty();
-
- $oldValue = (bool)$this->getStockItem()->getIsInStock();
- $newValue = !($newQty <= (int)$this->stockItemFactory->create()->getMinQty());
-
- // M2ePro\TRANSLATIONS
- // IN Stock
- // OUT of Stock
-
- $oldValue = $oldValue ? 'IN Stock' : 'OUT of Stock';
- $newValue = $newValue ? 'IN Stock' : 'OUT of Stock';
-
- if (!$this->updateProductChangeRecord('stock_availability',(int)$oldValue,(int)$newValue) ||
- $oldValue == $newValue) {
- return;
- }
-
- foreach ($this->getAffectedListingsProducts() as $listingProduct) {
-
- /** @var \Ess\M2ePro\Model\Listing\Product $listingProduct */
-
- $this->logListingProductMessage($listingProduct,
- \Ess\M2ePro\Model\Listing\Log::ACTION_CHANGE_PRODUCT_STOCK_AVAILABILITY,
- $oldValue, $newValue);
- }
- }
-
- //########################################
-
- /**
- * @return \Magento\Catalog\Model\Product
- * @throws \Ess\M2ePro\Model\Exception\Logic
- */
- private function getProduct()
- {
- if (!($this->product instanceof \Magento\Catalog\Model\Product)) {
- throw new \Ess\M2ePro\Model\Exception\Logic('Property "Product" should be set first.');
- }
-
- return $this->product;
- }
-
- /**
- * @return \Magento\CatalogInventory\Model\Stock\Item
- */
- private function getStockItem()
- {
- if (!is_null($this->stockItem)) {
- return $this->stockItem;
- }
-
- $stockItem = $this->stockItemFactory->create();
- $stockItem->getResource()->loadByProductId(
- $stockItem, $this->getProduct()->getId(), $stockItem->getWebsiteId()
- );
-
- return $this->stockItem = $stockItem;
- }
-
- private function updateProductChangeRecord($attributeCode, $oldValue, $newValue)
- {
- return $this->activeRecordFactory->getObject('ProductChange')->updateAttribute(
- $this->getProduct()->getId(),
- $attributeCode,
- $oldValue,
- $newValue,
- \Ess\M2ePro\Model\ProductChange::INITIATOR_OBSERVER
- );
- }
-
- //########################################
-
- private function areThereAffectedItems()
- {
- return count($this->getAffectedListingsProducts()) > 0 ||
- count($this->getAffectedOtherListings()) > 0;
- }
-
- // ---------------------------------------
-
- private function getAffectedListingsProducts()
- {
- if (!empty($this->affectedListingsProducts)) {
- return $this->affectedListingsProducts;
- }
-
- return $this->affectedListingsProducts = $this->activeRecordFactory
- ->getObject('Listing\Product')
- ->getResource()
- ->getItemsByProductId($this->getProduct()->getId());
- }
-
- private function getAffectedOtherListings()
- {
- if (!empty($this->affectedOtherListings)) {
- return $this->affectedOtherListings;
- }
-
- return $this->affectedOtherListings = $this->activeRecordFactory
- ->getObject('Listing\Other')
- ->getResource()
- ->getItemsByProductId(
- $this->getProduct()->getId(),
- ['component_mode' => \Ess\M2ePro\Helper\Component\Ebay::NICK]
- );
- }
-
- //########################################
-
- private function logListingProductMessage(\Ess\M2ePro\Model\Listing\Product $listingProduct, $action,
- $oldValue, $newValue)
- {
- // M2ePro\TRANSLATIONS
- // From [%from%] to [%to%].
-
- $log = $this->activeRecordFactory->getObject('Listing\Log');
- $log->setComponentMode($listingProduct->getComponentMode());
-
- $log->addProductMessage(
- $listingProduct->getListingId(),
- $listingProduct->getProductId(),
- $listingProduct->getId(),
- \Ess\M2ePro\Helper\Data::INITIATOR_EXTENSION,
- NULL,
- $action,
- $log->encodeDescription(
- 'From [%from%] to [%to%].',
- array('from'=>$oldValue,'to'=>$newValue)
- ),
- \Ess\M2ePro\Model\Log\AbstractLog::TYPE_NOTICE,
- \Ess\M2ePro\Model\Log\AbstractLog::PRIORITY_LOW
- );
- }
-
- //########################################
-}
\ No newline at end of file
diff --git a/Plugin/Model/Stock/Item.php b/Plugin/Model/Stock/Item.php
deleted file mode 100644
index 1873dcb8b..000000000
--- a/Plugin/Model/Stock/Item.php
+++ /dev/null
@@ -1,49 +0,0 @@
-eventManager = $eventManager;
- }
-
- //########################################
-
- public function afterBeforeSave($subject, $result)
- {
- $this->eventManager->dispatch(
- 'cataloginventory_stock_item_save_before',
- [
- 'data_object' => $subject,
- 'object' => $subject,
- ]
- );
- }
-
- public function afterAfterSave($subject, $result)
- {
- $this->eventManager->dispatch(
- 'cataloginventory_stock_item_save_after',
- [
- 'data_object' => $subject,
- 'object' => $subject,
- ]
- );
- }
-
- //########################################
-}
\ No newline at end of file
diff --git a/Plugin/Order/Magento/Quote/Model/Quote/Item/ToOrderItem.php b/Plugin/Order/Magento/Quote/Model/Quote/Item/ToOrderItem.php
new file mode 100644
index 000000000..9a55e1d1d
--- /dev/null
+++ b/Plugin/Order/Magento/Quote/Model/Quote/Item/ToOrderItem.php
@@ -0,0 +1,52 @@
+eventManager = $eventManager;
+ parent::__construct($helperFactory, $modelFactory);
+ }
+
+ //########################################
+
+ public function aroundConvert($interceptor, \Closure $callback, $item)
+ {
+ return $this->execute('convert', $interceptor, $callback, [$item]);
+ }
+
+ // ---------------------------------------
+
+ protected function processConvert($interceptor, \Closure $callback, $arguments)
+ {
+ $orderItem = $callback($arguments[0]);
+
+ $this->eventManager->dispatch(
+ 'ess_sales_convert_quote_item_to_order_item',
+ [
+ 'order_item' => $orderItem,
+ 'item' => $arguments[0],
+ ]
+ );
+
+ return $orderItem;
+ }
+
+ //########################################
+}
\ No newline at end of file
diff --git a/Plugin/StockItem/Magento/CatalogInventory/Model/Stock/Item.php b/Plugin/StockItem/Magento/CatalogInventory/Model/Stock/Item.php
new file mode 100644
index 000000000..17d32bd25
--- /dev/null
+++ b/Plugin/StockItem/Magento/CatalogInventory/Model/Stock/Item.php
@@ -0,0 +1,77 @@
+eventManager = $eventManager;
+ parent::__construct($helperFactory, $modelFactory);
+ }
+
+ //########################################
+
+ public function aroundBeforeSave($interceptor, \Closure $callback)
+ {
+ return $this->execute('beforeSave', $interceptor, $callback);
+
+ }
+
+ // ---------------------------------------
+
+ protected function processBeforeSave($interceptor, \Closure $callback)
+ {
+ $result = $callback();
+
+ $this->eventManager->dispatch(
+ 'cataloginventory_stock_item_save_before',
+ [
+ 'data_object' => $interceptor,
+ 'object' => $interceptor,
+ ]
+ );
+
+ return $result;
+ }
+
+ //########################################
+
+ public function aroundAfterSave($interceptor, \Closure $callback)
+ {
+ return $this->execute('afterSave', $interceptor, $callback);
+ }
+
+ // ---------------------------------------
+
+ protected function processAfterSave($interceptor, \Closure $callback)
+ {
+ $result = $callback();
+
+ $this->eventManager->dispatch(
+ 'cataloginventory_stock_item_save_after',
+ [
+ 'data_object' => $interceptor,
+ 'object' => $interceptor,
+ ]
+ );
+
+ return $result;
+ }
+
+ //########################################
+}
\ No newline at end of file
diff --git a/Setup/InstallData.php b/Setup/InstallData.php
index 130d9e4c3..2242a4694 100644
--- a/Setup/InstallData.php
+++ b/Setup/InstallData.php
@@ -2,26 +2,21 @@
namespace Ess\M2ePro\Setup;
-use Ess\M2ePro\Helper\Factory;
use Ess\M2ePro\Helper\Module;
-use Ess\M2ePro\Setup\Modifier\Config;
+use Ess\M2ePro\Model\Setup\Database\Modifier\Config;
use Magento\Framework\Module\ModuleListInterface;
use Magento\Framework\Setup\InstallDataInterface;
use Magento\Framework\Setup\ModuleDataSetupInterface;
use Magento\Framework\Setup\ModuleContextInterface;
-use Ess\M2ePro\Setup\Modifier\ConfigFactory;
class InstallData implements InstallDataInterface
{
- /** @var Tables $tablesObject */
- private $tablesObject;
-
- /** @var ConfigFactory $configModifierFactory */
- private $configModifierFactory;
-
- /** @var Factory $helperFactory */
+ /** @var \Ess\M2ePro\Helper\Factory $helperFactory */
private $helperFactory;
+ /** @var \Ess\M2ePro\Model\Factory $modelFactory */
+ private $modelFactory;
+
/** @var ModuleListInterface $moduleList */
private $moduleList;
@@ -31,15 +26,13 @@ class InstallData implements InstallDataInterface
//########################################
public function __construct(
- Tables $tablesObject,
- ConfigFactory $configModifierFactory,
- Factory $helperFactory,
+ \Ess\M2ePro\Helper\Factory $helperFactory,
+ \Ess\M2ePro\Model\Factory $modelFactory,
ModuleListInterface $moduleList
) {
- $this->tablesObject = $tablesObject;
- $this->configModifierFactory = $configModifierFactory;
$this->helperFactory = $helperFactory;
- $this->moduleList = $moduleList;
+ $this->modelFactory = $modelFactory;
+ $this->moduleList = $moduleList;
}
//########################################
@@ -67,7 +60,7 @@ public function install(ModuleDataSetupInterface $setup, ModuleContextInterface
'create_date' => $this->helperFactory->getObject('Data')->getCurrentGmtDate(),
]);
- $this->helperFactory->getObject('Module\Maintenance\Setup')->disable();
+ $this->helperFactory->getObject('Module\Maintenance\General')->disable();
}
//########################################
@@ -76,26 +69,28 @@ private function installGeneral()
{
$installationKey = sha1(microtime(1));
$servicingInterval = rand(43200, 86400);
- $magentoMarketplaceUrl = 'TODO LINK';
+ $magentoMarketplaceUrl = 'https://marketplace.magento.com/'
+ . 'm2epro-ebay-amazon-rakuten-sears-magento-integration-order-import-and-stock-level-synchronization.html';
$primaryConfigModifier = $this->getConfigModifier('primary');
- $primaryConfigModifier->insert('/M2ePro/license/', 'key', NULL, 'License Key');
- $primaryConfigModifier->insert('/M2ePro/license/', 'status', 1, NULL);
- $primaryConfigModifier->insert('/M2ePro/license/', 'domain', NULL, 'Valid domain');
- $primaryConfigModifier->insert('/M2ePro/license/', 'ip', NULL, 'Valid ip');
- $primaryConfigModifier->insert('/M2ePro/license/info/', 'email', NULL, 'Associated Email');
- $primaryConfigModifier->insert('/M2ePro/license/valid/', 'domain', NULL, '0 - Not valid\r\n1 - Valid');
- $primaryConfigModifier->insert('/M2ePro/license/valid/', 'ip', NULL, '0 - Not valid\r\n1 - Valid');
- $primaryConfigModifier->insert('/M2ePro/server/', 'messages', '[]', 'Server messages');
+ $primaryConfigModifier->insert('/license/', 'key', NULL, 'License Key');
+ $primaryConfigModifier->insert('/license/', 'status', 1, NULL);
+ $primaryConfigModifier->insert('/license/', 'domain', NULL, 'Valid domain');
+ $primaryConfigModifier->insert('/license/', 'ip', NULL, 'Valid ip');
+ $primaryConfigModifier->insert('/license/info/', 'email', NULL, 'Associated Email');
+ $primaryConfigModifier->insert('/license/valid/', 'domain', NULL, '0 - Not valid\r\n1 - Valid');
+ $primaryConfigModifier->insert('/license/valid/', 'ip', NULL, '0 - Not valid\r\n1 - Valid');
+ $primaryConfigModifier->insert(
+ '/server/', 'application_key', '02edcc129b6128f5fa52d4ad1202b427996122b6', NULL
+ );
$primaryConfigModifier->insert(
- '/M2ePro/server/', 'application_key', 'b79a495170da3b081c9ebae6c255c7fbe1b139b5', NULL
+ '/server/', 'installation_key', $installationKey, 'Unique identifier of M2E instance'
);
$primaryConfigModifier->insert(
- '/M2ePro/server/', 'installation_key', $installationKey, 'Unique identifier of M2E instance'
+ '/server/location/1/', 'baseurl', 'https://s1.m2epro.com/', 'Support server base url'
);
- $primaryConfigModifier->insert('/modules/', 'M2ePro', '0.0.0.r0', NULL);
- $primaryConfigModifier->insert('/server/', 'baseurl_1', 'https://s1.m2epro.com/', 'Support server base url');
+ $primaryConfigModifier->insert('/server/location/','default_index', 1, NULL);
$moduleConfigModifier = $this->getConfigModifier('module');
@@ -196,17 +191,13 @@ private function installGeneral()
$moduleConfigModifier->insert('/logs/listings/', 'last_action_id', '0', NULL);
$moduleConfigModifier->insert('/logs/other_listings/', 'last_action_id', '0', NULL);
$moduleConfigModifier->insert('/logs/ebay_pickup_store/', 'last_action_id', '0', NULL);
- $moduleConfigModifier->insert(
- '/support/', 'knowledge_base_url', 'https://support.m2epro.com/knowledgebase', NULL
- );
- $moduleConfigModifier->insert('/support/', 'documentation_url', 'https://docs.m2epro.com', NULL);
+ $moduleConfigModifier->insert('/support/', 'documentation_url', 'https://docs.m2epro.com/', NULL);
$moduleConfigModifier->insert('/support/', 'clients_portal_url', 'https://clients.m2epro.com/', NULL);
- $moduleConfigModifier->insert('/support/', 'main_website_url', 'https://m2epro.com/', NULL);
- $moduleConfigModifier->insert('/support/', 'main_support_url', 'https://support.m2epro.com/', NULL);
- $moduleConfigModifier->insert('/support/', 'magento_connect_url', $magentoMarketplaceUrl, NULL);
+ $moduleConfigModifier->insert('/support/', 'website_url', 'https://m2epro.com/', NULL);
+ $moduleConfigModifier->insert('/support/', 'support_url', 'https://support.m2epro.com/', NULL);
+ $moduleConfigModifier->insert('/support/', 'forum_url', 'https://community.m2epro.com/');
+ $moduleConfigModifier->insert('/support/', 'magento_marketplace_url', $magentoMarketplaceUrl, NULL);
$moduleConfigModifier->insert('/support/', 'contact_email', 'support@m2epro.com', NULL);
- $moduleConfigModifier->insert('/support/', 'community', 'https://community.m2epro.com/');
- $moduleConfigModifier->insert('/support/', 'ideas', 'https://support.m2epro.com/ideas/');
$moduleConfigModifier->insert('/view/', 'show_block_notices', '1', '0 - disable, \r\n1 - enable');
$moduleConfigModifier->insert('/view/', 'show_products_thumbnails', '1', 'Visibility thumbnails into grid');
$moduleConfigModifier->insert(
@@ -216,7 +207,6 @@ private function installGeneral()
$moduleConfigModifier->insert(
'/view/synchronization/revise_total/', 'show', '0', '0 - disable, \r\n1 - enable'
);
- $moduleConfigModifier->insert('/view/amazon/autocomplete/', 'max_records_quantity', '100', NULL);
$moduleConfigModifier->insert('/view/ebay/', 'mode', 'simple', 'simple, advanced');
$moduleConfigModifier->insert('/view/ebay/notice/', 'disable_collapse', '0', '0 - disable, \r\n1 - enable');
$moduleConfigModifier->insert(
@@ -248,7 +238,6 @@ private function installGeneral()
'create_with_first_product_options_when_variation_unavailable', '1',
'0 - disable, \r\n1 - enabled'
);
- $moduleConfigModifier->insert('/setup/upgrade/', 'is_need_rollback_backup', 0, NULL);
$synchronizationConfigModifier = $this->getConfigModifier('synchronization');
@@ -1487,19 +1476,6 @@ private function installAmazon()
'update_date' => '2013-05-08 00:00:00',
'create_date' => '2013-05-08 00:00:00'
],
- [
- 'id' => 27,
- 'native_id' => 6,
- 'title' => 'Japan',
- 'code' => 'JP',
- 'url' => 'amazon.co.jp',
- 'status' => 0,
- 'sorder' => 6,
- 'group_title' => 'Asia / Pacific',
- 'component_mode' => 'amazon',
- 'update_date' => '2013-05-08 00:00:00',
- 'create_date' => '2013-05-08 00:00:00'
- ],
[
'id' => 28,
'native_id' => 2,
@@ -1551,19 +1527,6 @@ private function installAmazon()
'component_mode' => 'amazon',
'update_date' => '2013-05-08 00:00:00',
'create_date' => '2013-05-08 00:00:00'
- ],
- [
- 'id' => 32,
- 'native_id' => 9,
- 'title' => 'China',
- 'code' => 'CN',
- 'url' => 'amazon.cn',
- 'status' => 0,
- 'sorder' => 9,
- 'group_title' => 'Asia / Pacific',
- 'component_mode' => 'amazon',
- 'update_date' => '2013-05-08 00:00:00',
- 'create_date' => '2013-05-08 00:00:00'
]
]);
@@ -1589,13 +1552,6 @@ private function installAmazon()
'is_asin_available' => 1,
'is_merchant_fulfillment_available' => 0
],
- [
- 'marketplace_id' => 27,
- 'developer_key' => NULL,
- 'default_currency' => '',
- 'is_asin_available' => 1,
- 'is_merchant_fulfillment_available' => 0
- ],
[
'marketplace_id' => 28,
'developer_key' => '7078-7205-1944',
@@ -1623,13 +1579,6 @@ private function installAmazon()
'default_currency' => 'EUR',
'is_asin_available' => 1,
'is_merchant_fulfillment_available' => 0
- ],
- [
- 'marketplace_id' => 32,
- 'developer_key' => NULL,
- 'default_currency' => '',
- 'is_asin_available' => 1,
- 'is_merchant_fulfillment_available' => 0
]
]);
}
@@ -1646,7 +1595,7 @@ private function getConnection()
private function getFullTableName($tableName)
{
- return $this->tablesObject->getFullName($tableName);
+ return $this->helperFactory->getObject('Module\Database\Tables')->getFullName($tableName);
}
/**
@@ -1657,7 +1606,7 @@ protected function getConfigModifier($configName)
{
$tableName = $configName.'_config';
- return $this->configModifierFactory->create(
+ return $this->modelFactory->getObject('Setup\Database\Modifier\Config',
[
'installer' => $this->installer,
'tableName' => $tableName,
diff --git a/Setup/InstallSchema.php b/Setup/InstallSchema.php
index 4aca466fb..afac51ead 100644
--- a/Setup/InstallSchema.php
+++ b/Setup/InstallSchema.php
@@ -14,9 +14,6 @@ class InstallSchema implements InstallSchemaInterface
{
const LONG_COLUMN_SIZE = 16777217;
- /** @var Tables $tablesObject */
- private $tablesObject;
-
/** @var Factory $helperFactory */
private $helperFactory;
@@ -29,11 +26,9 @@ class InstallSchema implements InstallSchemaInterface
//########################################
public function __construct(
- Tables $tablesObject,
Factory $helperFactory,
ModuleListInterface $moduleList
) {
- $this->tablesObject = $tablesObject;
$this->helperFactory = $helperFactory;
$this->moduleList = $moduleList;
}
@@ -42,11 +37,11 @@ public function __construct(
public function install(SchemaSetupInterface $setup, ModuleContextInterface $context)
{
- if ($this->helperFactory->getObject('Module\Maintenance\Setup')->isEnabled()) {
+ if ($this->helperFactory->getObject('Module\Maintenance\General')->isEnabled()) {
return;
}
- $this->helperFactory->getObject('Module\Maintenance\Setup')->enable();
+ $this->helperFactory->getObject('Module\Maintenance\General')->enable();
$this->installer = $setup;
$this->installer->startSetup();
@@ -711,10 +706,6 @@ private function installGeneral()
'parent_id', Table::TYPE_INTEGER, NULL,
['unsigned' => true, 'default' => NULL]
)
- ->addColumn(
- 'kill_now', Table::TYPE_SMALLINT, NULL,
- ['unsigned' => true, 'nullable' => false, 'default' => 0]
- )
->addColumn(
'data', Table::TYPE_TEXT, NULL,
['default' => NULL]
@@ -1418,7 +1409,8 @@ private function installGeneral()
->setOption('collate', 'utf8_general_ci');
$this->getConnection()->createTable($stopQueueTable);
- $synchronizationConfigTable = $this->getConnection()->newTable($this->getFullTableName('synchronization_config'))
+ $synchronizationConfigTableName = $this->getFullTableName('synchronization_config');
+ $synchronizationConfigTable = $this->getConnection()->newTable($synchronizationConfigTableName)
->addColumn(
'id', Table::TYPE_INTEGER, NULL,
['unsigned' => true, 'primary' => true, 'nullable' => false, 'auto_increment' => true]
@@ -1589,7 +1581,8 @@ private function installGeneral()
->setOption('collate', 'utf8_general_ci');
$this->getConnection()->createTable($operationHistoryTable);
- $templateSellingFormatTable = $this->getConnection()->newTable($this->getFullTableName('template_selling_format'))
+ $templateSellingFormatTableName = $this->getFullTableName('template_selling_format');
+ $templateSellingFormatTable = $this->getConnection()->newTable($templateSellingFormatTableName)
->addColumn(
'id', Table::TYPE_INTEGER, NULL,
['unsigned' => true, 'primary' => true, 'nullable' => false, 'auto_increment' => true]
@@ -4691,18 +4684,6 @@ private function installEbay()
'stop_qty_calculated_value_max', Table::TYPE_INTEGER, NULL,
['unsigned' => true, 'nullable' => false]
)
- ->addColumn(
- 'schedule_mode', Table::TYPE_SMALLINT, NULL,
- ['unsigned' => true, 'nullable' => false]
- )
- ->addColumn(
- 'schedule_interval_settings', Table::TYPE_TEXT, NULL,
- ['default' => NULL]
- )
- ->addColumn(
- 'schedule_week_settings', Table::TYPE_TEXT, NULL,
- ['default' => NULL]
- )
->addIndex('is_custom_template', 'is_custom_template')
->setOption('type', 'INNODB')
->setOption('charset', 'utf8')
@@ -6615,12 +6596,7 @@ private function getConnection()
private function getFullTableName($tableName)
{
- return $this->tablesObject->getFullName($tableName);
- }
-
- private function getConfigVersion()
- {
- return $this->moduleList->getOne(Module::IDENTIFIER)['setup_version'];
+ return $this->helperFactory->getObject('Module\Database\Tables')->getFullName($tableName);
}
//########################################
diff --git a/Setup/MigrationFromMagento1.php b/Setup/MigrationFromMagento1.php
index a0e6853b5..313239ee6 100644
--- a/Setup/MigrationFromMagento1.php
+++ b/Setup/MigrationFromMagento1.php
@@ -8,14 +8,8 @@
namespace Ess\M2ePro\Setup;
-use Ess\M2ePro\Model\Exception;
-use Ess\M2ePro\Setup\Modifier\Config;
-use Ess\M2ePro\Setup\Modifier\ConfigFactory;
-use Ess\M2ePro\Setup\Modifier\Table;
-use Ess\M2ePro\Setup\Modifier\TableFactory;
use Magento\Framework\App\DeploymentConfig;
use Magento\Framework\Config\ConfigOptionsListConstants;
-use Magento\Framework\Module\Setup;
use Magento\Framework\App\ResourceConnection;
use Magento\Setup\Module\Setup as MagentoSetup;
@@ -23,7 +17,9 @@ class MigrationFromMagento1
{
const BACKUP_TABLE_SUFFIX = '_backup_mv1_';
- protected $tablesObject;
+ protected $helperFactory;
+
+ protected $modelFactory;
protected $configModifierFactory;
@@ -36,16 +32,13 @@ class MigrationFromMagento1
//########################################
public function __construct(
- Tables $tablesObject,
- ConfigFactory $configModifierFactory,
- TableFactory $tableModifierFactory,
+ \Ess\M2ePro\Helper\Factory $helperFactory,
+ \Ess\M2ePro\Model\Factory $modelFactory,
ResourceConnection $resourceConnection,
DeploymentConfig $deploymentConfig
) {
- $this->tablesObject = $tablesObject;
-
- $this->configModifierFactory = $configModifierFactory;
- $this->tableModifierFactory = $tableModifierFactory;
+ $this->helperFactory = $helperFactory;
+ $this->modelFactory = $modelFactory;
$this->installer = new MagentoSetup($resourceConnection);
@@ -67,7 +60,7 @@ public function prepareTablesPrefixes()
foreach ($allM2eProTables as $oldTableName) {
$clearTableName = str_replace($oldTablesPrefix.'m2epro_', '', $oldTableName);
- $this->getConnection()->renameTable($oldTableName, $this->tablesObject->getFullName($clearTableName));
+ $this->getConnection()->renameTable($oldTableName, $this->getFullTableName($clearTableName));
}
}
@@ -75,20 +68,111 @@ public function prepareTablesPrefixes()
public function process()
{
- $this->migrateProcessingModelNames();
- $this->migrateReturnTemplateSchema();
- $this->migrateConfigs();
- $this->migrateWizardsData();
+ $this->migrateModuleConfig();
+ $this->migrateServerLocation();
+ $this->migrateModuleName();
+ $this->migrateInfrastructureUrls();
+
+ $this->migrateProcessing();
+ $this->migrateLockItem();
+
+ $this->migrateWizards();
+
+ $this->migrateEbayReturnTemplate();
+ $this->migrateEbaySynchronizationTemplate();
+
+ $this->migrateAmazonMarketplaces();
+
$this->createSetupTable();
$this->removeAndBackupBuyData();
+
+ $this->migrateOther();
}
//########################################
- private function migrateProcessingModelNames()
+ private function migrateModuleConfig()
+ {
+ $this->getConnection()->renameTable(
+ $this->getFullTableName('config'),
+ $this->getFullTableName('module_config')
+ );
+ }
+
+ private function migrateServerLocation()
{
- $this->modifyTableRows($this->tablesObject->getFullName('processing'), function ($row) {
- $params = (array)@json_decode($row['params'], true);
+ $primaryConfigModifier = $this->getConfigModifier('primary');
+
+ $primaryConfigModifier->getEntity('/server/', 'default_baseurl_index')->updateGroup('/server/location/');
+ $primaryConfigModifier->getEntity('/server/location/', 'default_baseurl_index')->updateKey('default_index');
+
+ $query = $this->getConnection()->select()
+ ->from($this->getFullTableName('primary_config'))
+ ->where("`group` = '/server/' AND (`key` LIKE 'baseurl_%' OR `key` LIKE 'hostname_%')");
+
+ $result = $this->getConnection()->fetchAll($query);
+
+ foreach ($result as $row) {
+
+ $key = (strpos($row['key'], 'baseurl') !== false) ? 'baseurl' : 'hostname';
+ $index = str_replace($key.'_', '', $row['key']);
+ $group = "/server/location/{$index}/";
+
+ $primaryConfigModifier->getEntity('/server/', $row['key'])->updateGroup($group);
+ $primaryConfigModifier->getEntity($group, $row['key'])->updateKey($key);
+ }
+ }
+
+ private function migrateModuleName()
+ {
+ $primaryConfigModifier = $this->getConfigModifier('primary');
+
+ $primaryConfigModifier->delete('/modules/');
+
+ $select = $this->getConnection()->select()->from($this->getFullTableName('primary_config'));
+ $select->reset(\Zend_Db_Select::COLUMNS);
+ $select->columns('group');
+ $select->where('`group` like ?', '/M2ePro/%');
+
+ $groupsForRenaming = $this->getConnection()->fetchCol($select);
+
+ foreach (array_unique($groupsForRenaming) as $group) {
+ $newGroup = preg_replace('/^\/M2ePro/', '', $group);
+ $primaryConfigModifier->updateGroup($newGroup, ['`group` = ?' => $group]);
+ }
+
+ $primaryConfigModifier->getEntity('/server/', 'application_key')
+ ->updateValue('02edcc129b6128f5fa52d4ad1202b427996122b6');
+ }
+
+ private function migrateInfrastructureUrls()
+ {
+ $moduleConfigModifier = $this->getConfigModifier('module');
+
+ $moduleConfigModifier->insert('/support/', 'forum_url', 'https://community.m2epro.com/', NULL);
+
+ $moduleConfigModifier->getEntity('/support/', 'main_website_url')->updateKey('website_url');
+ $moduleConfigModifier->getEntity('/support/', 'website_url')->updateValue('https://m2epro.com/');
+
+ $moduleConfigModifier->getEntity('/support/', 'main_support_url')->updateKey('support_url');
+ $moduleConfigModifier->getEntity('/support/', 'support_url')->updateValue('https://support.m2epro.com/');
+
+ $moduleConfigModifier->getEntity('/support/', 'documentation_url')->updateValue('https://docs.m2epro.com/');
+ $moduleConfigModifier->getEntity('/support/', 'knowledge_base_url')->delete();
+ $moduleConfigModifier->getEntity('/support/', 'ideas')->delete();
+
+ $moduleConfigModifier->getEntity('/support/', 'magento_connect_url')->updateKey('magento_marketplace_url');
+
+ $marketplaceUrl = 'https://marketplace.magento.com/'
+ . 'm2epro-ebay-amazon-rakuten-sears-magento-integration-order-import-and-stock-level-synchronization.html';
+
+ $moduleConfigModifier->getEntity('/support/', 'magento_marketplace_url')->updateValue($marketplaceUrl);
+ }
+
+ private function migrateProcessing()
+ {
+ $this->modifyTableRows($this->getFullTableName('processing'), function ($row) {
+ $params = (array)json_decode($row['params'], true);
if (!empty($params['responser_model_name'])) {
$params['responser_model_name'] = $this->modifyModelName($params['responser_model_name']);
@@ -102,17 +186,57 @@ private function migrateProcessingModelNames()
// ---------------------------------------
- $this->modifyTableRows($this->tablesObject->getFullName('processing_lock'), function ($row) {
+ $this->modifyTableRows($this->getFullTableName('processing_lock'), function ($row) {
$row['model_name'] = $this->modifyModelName($row['model_name']);
return $row;
});
}
- private function migrateReturnTemplateSchema()
+ private function migrateLockItem()
+ {
+ $this->getTableModifier('lock_item')->dropColumn('kill_now');
+ }
+
+ private function migrateWizards()
+ {
+ $wizardsData = [
+ [
+ 'nick' => 'migrationFromMagento1',
+ 'view' => '*',
+ 'status' => 0,
+ 'step' => NULL,
+ 'type' => 1,
+ 'priority' => 1,
+ ],
+ [
+ 'nick' => 'installationEbay',
+ 'view' => 'ebay',
+ 'status' => empty($this->getTableRows($this->getFullTableName('ebay_account')))
+ ? 0 : 2,
+ 'step' => NULL,
+ 'type' => 1,
+ 'priority' => 2,
+ ],
+ [
+ 'nick' => 'installationAmazon',
+ 'view' => 'amazon',
+ 'status' => empty($this->getTableRows($this->getFullTableName('amazon_account')))
+ ? 0 : 2,
+ 'step' => NULL,
+ 'type' => 1,
+ 'priority' => 3,
+ ]
+ ];
+
+ $this->getConnection()->truncateTable($this->getFullTableName('wizard'));
+ $this->getConnection()->insertMultiple($this->getFullTableName('wizard'), $wizardsData);
+ }
+
+ private function migrateEbayReturnTemplate()
{
$this->getConnection()->renameTable(
- $this->tablesObject->getFullName('ebay_template_return'),
- $this->tablesObject->getFullName('ebay_template_return_policy')
+ $this->getFullTableName('ebay_template_return'),
+ $this->getFullTableName('ebay_template_return_policy')
);
// ---------------------------------------
@@ -153,74 +277,26 @@ private function migrateReturnTemplateSchema()
);
}
- private function migrateConfigs()
+ private function migrateEbaySynchronizationTemplate()
{
- $this->getConnection()->renameTable(
- $this->tablesObject->getFullName('config'),
- $this->tablesObject->getFullName('module_config')
- );
-
- $moduleConfigModifier = $this->getConfigModifier('module');
-
- $moduleConfigModifier->insert('/support/', 'community', 'https://community.m2epro.com/', NULL);
- $moduleConfigModifier->insert('/support/', 'ideas', 'https://support.m2epro.com/ideas/', NULL);
- $moduleConfigModifier->insert('/setup/upgrade/', 'is_need_rollback_backup', 0, NULL);
-
- $this->getConnection()->delete(
- $this->tablesObject->getFullName('module_config'),
- array('`group` REGEXP \'^\/component\/(ebay|amazon|buy){1}\/$\' AND `key` = \'allowed\'')
- );
-
- $this->getConnection()->delete(
- $this->tablesObject->getFullName('module_config'),
- array('`group` = \'/view/common/component/\'')
- );
-
- $this->getConnection()->update(
- $this->tablesObject->getFullName('module_config'),
- array('group' => '\'/view/amazon/autocomplete/\''),
- array('`group` = \'/view/common/autocomplete/\'')
- );
+ $this->getTableModifier('ebay_template_synchronization')->dropColumn('schedule_mode');
+ $this->getTableModifier('ebay_template_synchronization')->dropColumn('schedule_interval_settings');
+ $this->getTableModifier('ebay_template_synchronization')->dropColumn('schedule_week_settings');
}
- private function migrateWizardsData()
+ private function migrateAmazonMarketplaces()
{
- $wizardsData = [
- [
- 'nick' => 'migrationFromMagento1',
- 'view' => '*',
- 'status' => 0,
- 'step' => NULL,
- 'type' => 1,
- 'priority' => 1,
- ],
- [
- 'nick' => 'installationEbay',
- 'view' => 'ebay',
- 'status' => empty($this->getTableRows($this->tablesObject->getFullName('ebay_account')))
- ? 0 : 2,
- 'step' => NULL,
- 'type' => 1,
- 'priority' => 2,
- ],
- [
- 'nick' => 'installationAmazon',
- 'view' => 'amazon',
- 'status' => empty($this->getTableRows($this->tablesObject->getFullName('amazon_account')))
- ? 0 : 2,
- 'step' => NULL,
- 'type' => 1,
- 'priority' => 3,
- ]
- ];
-
- $this->getConnection()->truncateTable($this->tablesObject->getFullName('wizard'));
- $this->getConnection()->insertMultiple($this->tablesObject->getFullName('wizard'), $wizardsData);
+ $this->getConnection()->delete($this->getFullTableName('marketplace'), [
+ 'id IN (?)' => [27, 32]
+ ]);
+ $this->getConnection()->delete($this->getFullTableName('amazon_marketplace'), [
+ 'marketplace_id IN (?)' => [27, 32]
+ ]);
}
private function createSetupTable()
{
- $setupTable = $this->getConnection()->newTable($this->tablesObject->getFullName('setup'))
+ $setupTable = $this->getConnection()->newTable($this->getFullTableName('setup'))
->addColumn(
'id', \Magento\Framework\DB\Ddl\Table::TYPE_INTEGER, NULL,
['unsigned' => true, 'primary' => true, 'nullable' => false, 'auto_increment' => true]
@@ -265,7 +341,7 @@ private function createSetupTable()
private function removeAndBackupBuyData()
{
- $needBackup = !empty($this->getTableRows($this->tablesObject->getFullName('buy_account')));
+ $needBackup = !empty($this->getTableRows($this->getFullTableName('buy_account')));
$wholeBackupTables = [
'primary_config',
@@ -298,16 +374,16 @@ private function removeAndBackupBuyData()
$resultTableName = $this->getBackupTableName($tableName);
$backupTable = $this->getConnection()->createTableByDdl(
- $this->tablesObject->getFullName($tableName), $resultTableName
+ $this->getFullTableName($tableName), $resultTableName
);
$this->getConnection()->createTable($backupTable);
- $select = $this->getConnection()->select()->from($this->tablesObject->getFullName($tableName));
+ $select = $this->getConnection()->select()->from($this->getFullTableName($tableName));
$this->getConnection()->query($this->getConnection()->insertFromSelect($select, $resultTableName));
}
if (strpos($tableName, 'buy_') === 0) {
- $this->getConnection()->dropTable($this->tablesObject->getFullName($tableName));
+ $this->getConnection()->dropTable($this->getFullTableName($tableName));
}
}
@@ -331,14 +407,14 @@ private function removeAndBackupBuyData()
foreach ($byComponentModeBackupTables as $tableName) {
$select = $this->getConnection()->select()
- ->from($this->tablesObject->getFullName($tableName))
+ ->from($this->getFullTableName($tableName))
->where('component_mode = ?', 'buy');
if ($needBackup) {
$resultTableName = $this->getBackupTableName($tableName);
$backupTable = $this->getConnection()->createTableByDdl(
- $this->tablesObject->getFullName($tableName), $resultTableName
+ $this->getFullTableName($tableName), $resultTableName
);
$this->getConnection()->createTable($backupTable);
@@ -346,50 +422,72 @@ private function removeAndBackupBuyData()
}
$this->getConnection()->query(
- $this->getConnection()->deleteFromSelect($select, $this->tablesObject->getFullName($tableName))
+ $this->getConnection()->deleteFromSelect($select, $this->getFullTableName($tableName))
);
}
$this->getConnection()->delete(
- $this->tablesObject->getFullName('module_config'),
+ $this->getFullTableName('module_config'),
[
'`group` like ?' => '/component/buy/%'
]
);
$this->getConnection()->delete(
- $this->tablesObject->getFullName('module_config'),
+ $this->getFullTableName('module_config'),
[
'`group` like ?' => '/buy/%'
]
);
$this->getConnection()->delete(
- $this->tablesObject->getFullName('synchronization_config'),
+ $this->getFullTableName('synchronization_config'),
[
'`group` like ?' => '/buy/%'
]
);
$select = $this->getConnection()->select()
- ->from($this->tablesObject->getFullName('processing'), 'id')
+ ->from($this->getFullTableName('processing'), 'id')
->where('model like ?', 'Buy%');
$processingIdsForRemove = $this->getConnection()->fetchCol($select);
if (!empty($processingIdsForRemove)) {
$this->getConnection()->delete(
- $this->tablesObject->getFullName('processing'),
+ $this->getFullTableName('processing'),
['id IN (?)' => $processingIdsForRemove]
);
$this->getConnection()->delete(
- $this->tablesObject->getFullName('processing_lock'),
+ $this->getFullTableName('processing_lock'),
['processing_id IN (?)' => $processingIdsForRemove]
);
}
}
+ private function migrateOther()
+ {
+ $this->getConnection()->delete(
+ $this->getFullTableName('module_config'),
+ array('`group` REGEXP \'^\/component\/(ebay|amazon|buy){1}\/$\' AND `key` = \'allowed\'')
+ );
+
+ $this->getConnection()->delete(
+ $this->getFullTableName('module_config'),
+ array('`group` = \'/view/common/component/\'')
+ );
+
+ $this->getConnection()->delete(
+ $this->getFullTableName('module_config'),
+ array('`group` = \'/view/common/autocomplete/\'')
+ );
+
+ $this->getConfigModifier('module')->getEntity(NULL, 'is_disabled')->delete();
+
+ $this->getConfigModifier('primary')->getEntity('/server/', 'messages')->delete();
+ }
+
//########################################
private function modifyTableRows($tableName, \Closure $callback)
@@ -422,7 +520,7 @@ private function modifyModelName($modelName)
private function getBackupTableName($tableName)
{
- return $this->installer->getTable(Tables::M2E_PRO_TABLE_PREFIX.self::BACKUP_TABLE_SUFFIX.$tableName);
+ return $this->getFullTableName(self::BACKUP_TABLE_SUFFIX.$tableName);
}
//########################################
@@ -432,15 +530,20 @@ private function getConnection()
return $this->installer->getConnection();
}
+ private function getFullTableName($tableName)
+ {
+ return $this->helperFactory->getObject('Module\Database\Tables')->getFullName($tableName);
+ }
+
//########################################
/**
* @param $tableName
- * @return Table
+ * @return \Ess\M2ePro\Model\Setup\Database\Modifier\Table
*/
protected function getTableModifier($tableName)
{
- return $this->tableModifierFactory->create(
+ return $this->modelFactory->getObject('Setup\Database\Modifier\Table',
[
'installer' => $this->installer,
'tableName' => $tableName,
@@ -450,13 +553,13 @@ protected function getTableModifier($tableName)
/**
* @param $configName
- * @return Config
+ * @return \Ess\M2ePro\Model\Setup\Database\Modifier\Config
*/
protected function getConfigModifier($configName)
{
$tableName = $configName.'_config';
- return $this->configModifierFactory->create(
+ return $this->modelFactory->getObject('Setup\Database\Modifier\Config',
[
'installer' => $this->installer,
'tableName' => $tableName,
diff --git a/Setup/Uninstall.php b/Setup/Uninstall.php
new file mode 100644
index 000000000..1a708906c
--- /dev/null
+++ b/Setup/Uninstall.php
@@ -0,0 +1,58 @@
+variablesDir = $variablesDir;
+ $this->deploymentConfig = $deploymentConfig;
+ }
+
+ //########################################
+
+ public function uninstall(SchemaSetupInterface $setup, ModuleContextInterface $context)
+ {
+ // Filesystem
+ // -----------------------
+ $this->variablesDir->removeBase();
+ // -----------------------
+
+ // Database
+ // -----------------------
+ $tablesPrefix = (string)$this->deploymentConfig->get(ConfigOptionsListConstants::CONFIG_PATH_DB_PREFIX);
+ $tables = $setup->getConnection()->getTables($tablesPrefix.'m2epro_%');
+
+ foreach ($tables as $table) {
+ $setup->getConnection()->dropTable($table);
+ }
+
+ $setup->getConnection()->delete(
+ $setup->getTable('core_config_data'),
+ ['path LIKE ?' => 'm2epro/%']
+ );
+ // -----------------------
+ }
+
+ //########################################
+}
\ No newline at end of file
diff --git a/Setup/Upgrade/Entity.php b/Setup/Upgrade/Entity.php
deleted file mode 100644
index 268c3524e..000000000
--- a/Setup/Upgrade/Entity.php
+++ /dev/null
@@ -1,203 +0,0 @@
-sourceFactory = $sourceFactory;
- $this->backupFactory = $backupFactory;
- $this->helperFactory = $helperFactory;
- $this->installer = $installer;
- $this->tablesObject = $tablesObject;
- $this->moduleConfig = $moduleConfig;
-
- $this->versionFrom = $versionFrom;
- $this->versionTo = $versionTo;
-
- $this->configObject = $this->sourceFactory->getConfigObject($this->versionFrom, $this->versionTo);
-
- $backupTables = [];
-
- foreach ($this->configObject->getFeaturesList() as $featureName) {
- $featureObject = $this->sourceFactory->getFeatureObject(
- $this->versionFrom, $this->versionTo, $featureName, $this->installer
- );
-
- $backupTables = array_merge($backupTables, $featureObject->getBackupTables());
-
- $this->featuresObjects[] = $featureObject;
- }
-
- $this->backup = $this->backupFactory->create([
- 'versionFrom' => $this->versionFrom,
- 'versionTo' => $this->versionTo,
- 'tablesList' => $backupTables,
- 'installer' => $this->installer,
- ]);
- }
-
- //########################################
-
- public function getVersionFrom()
- {
- return $this->versionFrom;
- }
-
- public function getVersionTo()
- {
- return $this->versionTo;
- }
-
- /**
- * @return Backup
- */
- public function getBackup()
- {
- return $this->backup;
- }
-
- //########################################
-
- public function process()
- {
- if ($this->isAlreadyCompleted()) {
- throw new \Ess\M2ePro\Model\Exception(
- sprintf('Upgrade %s - %s already processed.', $this->versionFrom, $this->versionTo)
- );
- }
-
- $this->setSetupRow([]);
-
- $this->getBackup()->remove();
- $this->getBackup()->create();
- $this->setAlreadyBackuped();
-
- foreach ($this->featuresObjects as $featuresObject) {
- $featuresObject->execute();
- }
-
- $this->setAlreadyCompleted();
- $this->getBackup()->remove();
- }
-
- //########################################
-
- private function setAlreadyCompleted()
- {
- $this->setSetupRow(['is_completed' => 1]);
- }
-
- private function isAlreadyCompleted()
- {
- $setupRow = $this->getSetupRow();
- if (!isset($setupRow['is_completed'])) {
- return false;
- }
-
- return (bool)$setupRow['is_completed'];
- }
-
- // ---------------------------------------
-
- private function setAlreadyBackuped()
- {
- $this->setSetupRow(['is_backuped' => 1]);
- }
-
- //########################################
-
- private function getSetupRow()
- {
- if (!is_null($this->setupRow)) {
- return $this->setupRow;
- }
-
- $select = $this->installer->getConnection()->select();
- $select->from($this->tablesObject->getFullName('setup'));
- $select->where('version_from = ?', $this->versionFrom);
- $select->where('version_to = ?', $this->versionTo);
-
- return $this->setupRow = $this->installer->getConnection()->fetchRow($select);
- }
-
- private function setSetupRow(array $data)
- {
- $this->setupRow = NULL;
-
- $data['update_date'] = $this->helperFactory->getObject('Data')->getCurrentGmtDate();
-
- if (!empty($this->getSetupRow())) {
- $this->installer->getConnection()->update(
- $this->tablesObject->getFullName('setup'),
- $data, ['version_from' => $this->versionFrom, 'version_to' => $this->versionTo]
- );
- return;
- }
-
- $data['version_from'] = $this->versionFrom;
- $data['version_to'] = $this->versionTo;
- $data['create_date'] = $data['update_date'];
-
- $this->installer->getConnection()->insert(
- $this->tablesObject->getFullName('setup'),
- $data
- );
- }
-
- //########################################
-}
\ No newline at end of file
diff --git a/Setup/Upgrade/Source/Factory.php b/Setup/Upgrade/Source/Factory.php
deleted file mode 100644
index ea9462bfc..000000000
--- a/Setup/Upgrade/Source/Factory.php
+++ /dev/null
@@ -1,88 +0,0 @@
-objectManager = $objectManager;
- }
-
- //########################################
-
- /**
- * @param $fromVersion
- * @param $toVersion
- * @return \Ess\M2ePro\Setup\Upgrade\Source\AbstractConfig
- * @throws \Ess\M2ePro\Model\Exception\Logic
- */
- public function getConfigObject($fromVersion, $toVersion)
- {
- $fromVersion = $this->prepareVersion($fromVersion);
- $toVersion = $this->prepareVersion($toVersion);
-
- $object = $this->objectManager->create(
- '\Ess\M2ePro\Setup\Upgrade\Source\v'.$fromVersion.'__v'.$toVersion.'\Config'
- );
-
- if (!$object instanceof \Ess\M2ePro\Setup\Upgrade\Source\AbstractConfig) {
- throw new \Ess\M2ePro\Model\Exception\Logic(
- __('%1 doesn\'t extends \Ess\M2ePro\Setup\Upgrade\Source\AbstractConfig', get_class($object))
- );
- }
-
- return $object;
- }
-
- /**
- * @param $fromVersion
- * @param $toVersion
- * @param $featureName
- * @param Setup $installer
- * @return \Ess\M2ePro\Setup\Upgrade\Source\AbstractFeature
- * @throws \Ess\M2ePro\Model\Exception\Logic
- */
- public function getFeatureObject($fromVersion, $toVersion, $featureName, Setup $installer)
- {
- $fromVersion = $this->prepareVersion($fromVersion);
- $toVersion = $this->prepareVersion($toVersion);
-
- $object = $this->objectManager->create(
- '\Ess\M2ePro\Setup\Upgrade\Source\v'.$fromVersion.'__v'.$toVersion.'\\'.$featureName,
- [
- 'installer' => $installer
- ]
- );
-
- if (!$object instanceof \Ess\M2ePro\Setup\Upgrade\Source\AbstractFeature) {
- throw new \Ess\M2ePro\Model\Exception\Logic(
- __('%1 doesn\'t extends \Ess\M2ePro\Setup\Upgrade\Source\AbstractFeature', get_class($object))
- );
- }
-
- return $object;
- }
-
- //########################################
-
- private function prepareVersion($version)
- {
- return str_replace('.', '_', $version);
- }
-
- //########################################
-}
diff --git a/Setup/UpgradeData.php b/Setup/UpgradeData.php
index 27ae859dd..520d3d48f 100644
--- a/Setup/UpgradeData.php
+++ b/Setup/UpgradeData.php
@@ -4,8 +4,8 @@
use Ess\M2ePro\Model\Config\Manager\Module;
use Ess\M2ePro\Model\Exception;
-use Ess\M2ePro\Setup\Upgrade\Entity;
-use Magento\Framework\DB\Adapter\Pdo\Mysql;
+use Ess\M2ePro\Model\Setup;
+use Ess\M2ePro\Model\Setup\Upgrade\Manager;
use Magento\Framework\Setup\UpgradeDataInterface;
use Magento\Framework\Setup\ModuleContextInterface;
use Magento\Framework\Setup\ModuleDataSetupInterface;
@@ -13,25 +13,25 @@
class UpgradeData implements UpgradeDataInterface
{
/** @var \Magento\Framework\Module\ModuleResource $moduleResource */
- protected $moduleResource;
+ private $moduleResource;
/** @var \Magento\Framework\Module\ModuleListInterface $moduleList */
- protected $moduleList;
+ private $moduleList;
- /** @var Upgrade\EntityFactory $entityFactory */
- protected $entityFactory;
+ /** @var \Ess\M2ePro\Model\ActiveRecord\Factory $activeRecordFactory */
+ private $activeRecordFactory;
/** @var Module $moduleConfig */
- protected $moduleConfig;
+ private $moduleConfig;
/** @var \Ess\M2ePro\Helper\Factory $helperFactory */
- protected $helperFactory;
+ private $helperFactory;
- /** @var Tables $tablesObject */
- protected $tablesObject;
+ /** @var \Ess\M2ePro\Model\Factory $modelFactory */
+ private $modelFactory;
/** @var ModuleDataSetupInterface $installer */
- protected $installer;
+ private $installer;
/**
* @format
@@ -46,71 +46,84 @@ class UpgradeData implements UpgradeDataInterface
*
* @var array
*/
- private static $availableVersionUpgrades = [];
+ private static $availableVersionUpgrades = [
+ '1.0.0' => ['1.1.0']
+ ];
//########################################
public function __construct(
\Magento\Framework\Model\ResourceModel\Db\Context $context,
\Magento\Framework\Module\ModuleListInterface $moduleList,
- \Ess\M2ePro\Setup\Upgrade\EntityFactory $entityFactory,
+ \Ess\M2ePro\Model\ActiveRecord\Factory $activeRecordFactory,
Module $moduleConfig,
\Ess\M2ePro\Helper\Factory $helperFactory,
- Tables $tablesObject
+ \Ess\M2ePro\Model\Factory $modelFactory
) {
$this->moduleResource = new \Magento\Framework\Module\ModuleResource($context);
$this->moduleList = $moduleList;
- $this->entityFactory = $entityFactory;
+ $this->activeRecordFactory = $activeRecordFactory;
$this->moduleConfig = $moduleConfig;
$this->helperFactory = $helperFactory;
- $this->tablesObject = $tablesObject;
+ $this->modelFactory = $modelFactory;
}
//########################################
public function upgrade(ModuleDataSetupInterface $setup, ModuleContextInterface $context)
{
+ $this->installer = $setup;
+
if (!$this->isInstalled()) {
return;
}
- if ($this->helperFactory->getObject('Module\Maintenance\Setup')->isEnabled()) {
+ if ($this->helperFactory->getObject('Module\Maintenance\General')->isEnabled() &&
+ !$this->isMaintenanceCanBeIgnored()
+ ) {
return;
}
- $this->installer = $setup;
-
try {
- if (!$this->isNeedRollbackBackup() && !empty($this->getNotCompletedUpgrades())) {
- throw new Exception('There are some not completed previous upgrades');
- }
-
- $versionFrom = $this->prepareVersionFrom();
- $versionTo = $this->prepareVersionTo();
+ $this->checkPreconditions();
- if ($versionFrom == $versionTo) {
+ $versionsToExecute = $this->getVersionsToExecute();
+ if (empty($versionsToExecute)) {
return;
}
- $this->helperFactory->getObject('Module\Maintenance\Setup')->enable();
+ $this->helperFactory->getObject('Module\Maintenance\General')->enable();
+
+ foreach ($versionsToExecute as $versionFrom => $versionTo) {
+
+ /** @var Manager $upgradeManager */
+ $upgradeManager = $this->modelFactory->getObject('Setup\Upgrade\Manager', [
+ 'versionFrom' => $versionFrom,
+ 'versionTo' => $versionTo,
+ 'installer' => $this->installer,
+ ]);
- while ($upgradeEntity = $this->getUpgradeEntity($versionFrom, $versionTo, !empty($versionTo))) {
+ $setupObject = $this->initSetupObject($versionFrom, $versionTo);
+ $backupObject = $upgradeManager->getBackupObject();
- if ($this->isNeedRollbackBackup()) {
- $upgradeEntity->getBackup()->rollback();
- $this->unsetIsNeedRollbackBackup();
+ if ($this->isAllowedRollbackFromBackup()) {
+ $backupObject->rollback();
}
- $upgradeEntity->process();
+ $backupObject->remove();
+ $backupObject->create();
+ $setupObject->setData('is_backuped', 1)->save();
- $versionFrom = $upgradeEntity->getVersionTo();
- $versionTo = null;
+ $upgradeManager->process();
- $this->setResourceVersion($upgradeEntity->getVersionTo());
+ $setupObject->setData('is_completed', 1)->save();
+ $backupObject->remove();
+
+ $this->setResourceVersion($versionTo);
}
- $this->helperFactory->getObject('Module\Maintenance\Setup')->disable();
+ $this->helperFactory->getObject('Module\Maintenance\General')->disable();
$this->setResourceVersion($this->getConfigVersion());
} catch (\Exception $exception) {
@@ -121,171 +134,134 @@ public function upgrade(ModuleDataSetupInterface $setup, ModuleContextInterface
//########################################
- private function prepareVersionFrom()
+ private function isInstalled()
{
- $maxSetupVersion = $this->getMaxSetupToVersion();
- if (!is_null($maxSetupVersion) && $maxSetupVersion != $this->getResourceVersion()) {
- $this->setResourceVersion($maxSetupVersion);
- }
-
- $versionFrom = $this->getResourceVersion();
-
- if ($this->isNeedRollbackBackup()) {
- $versionFrom = $this->getVersionForRollbackBackup()['version_from'];
- }
-
- return $versionFrom;
+ return !empty($this->moduleResource->getDbVersion(\Ess\M2ePro\Helper\Module::IDENTIFIER)) &&
+ !empty($this->moduleResource->getDataVersion(\Ess\M2ePro\Helper\Module::IDENTIFIER));
}
- private function prepareVersionTo()
+ private function checkPreconditions()
{
- $versionTo = null;
+ $maxSetupVersion = $this->activeRecordFactory->getObject('Setup')
+ ->getResource()
+ ->getMaxCompletedItem()
+ ->getVersionTo();
- if ($this->isNeedRollbackBackup()) {
- $versionTo = $this->getVersionForRollbackBackup()['version_to'];
+ if (!is_null($maxSetupVersion) && $maxSetupVersion != $this->getResourceVersion()) {
+ $this->setResourceVersion($maxSetupVersion);
}
- return $versionTo;
- }
-
- //########################################
+ $notCompletedUpgrades = $this->getNotCompletedUpgrades();
- private function getMaxSetupToVersion()
- {
- $select = $this->getConnection()->select()
- ->from($this->tablesObject->getFullName('setup'), 'version_to')
- ->where('is_completed = ?', 1);
+ if (!empty($notCompletedUpgrades) && !$this->isAllowedRollbackFromBackup()) {
+ throw new Exception('There are some not completed previous upgrades');
+ }
- $toVersions = $this->getConnection()->fetchCol($select);
+ if ($this->isAllowedRollbackFromBackup()) {
- $maxToVersion = null;
+ // only 1 not completed upgrade allowed for rollback from backup
- foreach ($toVersions as $toVersion) {
- if (is_null($maxToVersion)) {
- $maxToVersion = $toVersion;
- continue;
+ if (count($notCompletedUpgrades) > 1) {
+ throw new Exception('There are more than 1 not completed previous upgrades available');
}
- if (version_compare($maxToVersion, $toVersion, '>')) {
- continue;
+ if (!empty($notCompletedUpgrades) &&
+ reset($notCompletedUpgrades)->getVersionFrom() != $this->getResourceVersion()
+ ) {
+ throw new Exception('Not completed upgrade is invalid for rollback from backup');
}
-
- $maxToVersion = $toVersion;
}
-
- return $maxToVersion;
}
- private function getNotCompletedSetupVersions()
+ private function getVersionsToExecute()
{
- $select = $this->getConnection()->select()
- ->from($this->tablesObject->getFullName('setup'))
- ->where('is_backuped = ?', 1)
- ->where('is_completed = ?', 0);
-
- $setupRecords = $this->getConnection()->fetchAssoc($select);
-
$resultVersions = [];
- foreach ($setupRecords as $setupRecord) {
- $resultVersions[] = [
- 'version_from' => $setupRecord['version_from'],
- 'version_to' => $setupRecord['version_to'],
- ];
+ // we must execute last failed upgrade first
+ if ($this->isAllowedRollbackFromBackup()) {
+ /** @var Setup[] $notCompletedUpgrades */
+ $notCompletedUpgrades = $this->getNotCompletedUpgrades();
+ $notCompletedUpgrade = reset($notCompletedUpgrades);
+
+ $resultVersions[$notCompletedUpgrade->getVersionFrom()] = $notCompletedUpgrade->getVersionTo();
}
- return $resultVersions;
- }
+ $versionFrom = end($resultVersions);
+ if (empty($versionFrom)) {
+ $versionFrom = $this->getResourceVersion();
+ }
- private function getVersionForRollbackBackup()
- {
- $versions = $this->getNotCompletedSetupVersions();
+ while ($versionFrom != $this->getConfigVersion()) {
+ $versionTo = end(self::$availableVersionUpgrades[$versionFrom]);
+ $resultVersions[$versionFrom] = $versionTo;
- if (count($versions) != 1 || reset($versions)['version_from'] != $this->getResourceVersion()) {
- throw new Exception('Invalid preconditions for rollback backup');
+ $versionFrom = $versionTo;
}
- return reset($versions);
- }
-
- private function getNotCompletedUpgrades()
- {
- $select = $this->getConnection()->select()
- ->from($this->tablesObject->getFullName('setup'))
- ->where('version_from IS NOT NULL')
- ->where('version_to IS NOT NULL')
- ->where('is_backuped = ?', 1)
- ->where('is_completed = ?', 0);
-
- return $this->getConnection()->fetchAssoc($select);
+ return $resultVersions;
}
//########################################
/**
- * @param $versionFrom
- * @param $versionTo
- * @param $strictMode
- * @return Entity
+ * @return Setup[]
*/
- private function getUpgradeEntity($versionFrom, $versionTo = null, $strictMode = false)
+ private function getNotCompletedUpgrades()
{
- if ($strictMode) {
- if (!isset(self::$availableVersionUpgrades[$versionFrom])) {
- return false;
- }
+ $collection = $this->activeRecordFactory->getObject('Setup')->getCollection();
+ $collection->addFieldToFilter('version_from', array('notnull' => true));
+ $collection->addFieldToFilter('version_to', array('notnull' => true));
+ $collection->addFieldToFilter('is_backuped', 1);
+ $collection->addFieldToFilter('is_completed', 0);
- if (!in_array($versionTo, self::$availableVersionUpgrades[$versionFrom])) {
- return false;
- }
+ return $collection->getItems();
+ }
- return $this->entityFactory->create([
- 'versionFrom' => $versionFrom,
- 'versionTo' => $versionTo,
- 'installer' => $this->installer,
+ private function initSetupObject($versionFrom, $versionTo)
+ {
+ $collection = $this->activeRecordFactory->getObject('Setup')->getCollection();
+ $collection->addFieldToFilter('version_from', $versionFrom);
+ $collection->addFieldToFilter('version_to', $versionTo);
+ $collection->getSelect()->limit(1);
+
+ /** @var Setup $setupObject */
+ $setupObject = $collection->getFirstItem();
+
+ if (!$setupObject->getId()) {
+ $setupObject->setData([
+ 'version_from' => $versionFrom,
+ 'version_to' => $versionTo,
+ 'is_backuped' => 0,
+ 'is_completed' => 0,
]);
+ $setupObject->save();
}
- $allFromVersions = array_keys(self::$availableVersionUpgrades);
-
- $versionsSortCallback = function($firstVersion, $secondVersion) {
- return version_compare($firstVersion, $secondVersion, '>') ? 1 : -1;
- };
-
- usort($allFromVersions, $versionsSortCallback);
-
- $calculatedVersionFrom = null;
- foreach ($allFromVersions as $tempFromVersion) {
- if (version_compare($versionFrom, $tempFromVersion, '>')) {
- continue;
- }
-
- $calculatedVersionFrom = $tempFromVersion;
- break;
- }
-
- if (is_null($calculatedVersionFrom)) {
- return false;
- }
-
- $toVersions = self::$availableVersionUpgrades[$calculatedVersionFrom];
- usort($toVersions, $versionsSortCallback);
-
- $calculatedVersionTo = end($toVersions);
-
- return $this->entityFactory->create([
- 'versionFrom' => $calculatedVersionFrom,
- 'versionTo' => $calculatedVersionTo,
- 'installer' => $this->installer,
- ]);
+ return $setupObject;
}
- //########################################
+ private function isMaintenanceCanBeIgnored()
+ {
+ $select = $this->installer->getConnection()
+ ->select()
+ ->from($this->installer->getTable('core_config_data'), 'value')
+ ->where('scope = ?', 'default')
+ ->where('scope_id = ?', 0)
+ ->where('path = ?', 'm2epro/setup/ignore_maintenace');
+
+ return (bool)$this->installer->getConnection()->fetchOne($select);
+ }
- private function isInstalled()
+ private function isAllowedRollbackFromBackup()
{
- return !empty($this->moduleResource->getDbVersion(\Ess\M2ePro\Helper\Module::IDENTIFIER)) &&
- !empty($this->moduleResource->getDataVersion(\Ess\M2ePro\Helper\Module::IDENTIFIER));
+ $select = $this->installer->getConnection()
+ ->select()
+ ->from($this->installer->getTable('core_config_data'), 'value')
+ ->where('scope = ?', 'default')
+ ->where('scope_id = ?', 0)
+ ->where('path = ?', 'm2epro/setup/allow_rollback_from_backup');
+
+ return (bool)$this->installer->getConnection()->fetchOne($select);
}
//########################################
@@ -306,25 +282,5 @@ private function getResourceVersion()
return $this->moduleResource->getDataVersion(\Ess\M2ePro\Helper\Module::IDENTIFIER);
}
- private function isNeedRollbackBackup()
- {
- return $this->moduleConfig->getGroupValue('/setup/upgrade/', 'is_need_rollback_backup');
- }
-
- private function unsetIsNeedRollbackBackup()
- {
- return $this->moduleConfig->setGroupValue('/setup/upgrade/', 'is_need_rollback_backup', 0);
- }
-
- //########################################
-
- /**
- * @return Mysql
- */
- private function getConnection()
- {
- return $this->installer->getConnection();
- }
-
//########################################
}
\ No newline at end of file
diff --git a/Setup/UpgradeData/v1_0_0__v1_1_0/MagentoMarketplaceURL.php b/Setup/UpgradeData/v1_0_0__v1_1_0/MagentoMarketplaceURL.php
new file mode 100644
index 000000000..7b34db3fe
--- /dev/null
+++ b/Setup/UpgradeData/v1_0_0__v1_1_0/MagentoMarketplaceURL.php
@@ -0,0 +1,34 @@
+getConfigModifier('module')->getEntity('/support/', 'magento_connect_url')
+ ->updateKey('magento_marketplace_url');
+
+ $this->getConfigModifier('module')->getEntity('/support/', 'magento_marketplace_url')
+ ->updateValue($marketplaceUrl);
+ }
+
+ //########################################
+}
\ No newline at end of file
diff --git a/Setup/UpgradeData/v1_0_0__v1_1_0/MaintenanceModeKey.php b/Setup/UpgradeData/v1_0_0__v1_1_0/MaintenanceModeKey.php
new file mode 100644
index 000000000..2bac1c6c8
--- /dev/null
+++ b/Setup/UpgradeData/v1_0_0__v1_1_0/MaintenanceModeKey.php
@@ -0,0 +1,24 @@
+getConnection()->delete(
+ $this->installer->getTable('core_config_data'),
+ [
+ 'scope = ?' => 'default',
+ 'scope_id = ?' => 0,
+ 'path = ?' => 'm2epro/setup_maintenance/mode',
+ ]
+ );
+ }
+
+ //########################################
+}
\ No newline at end of file
diff --git a/Setup/UpgradeData/v1_0_0__v1_1_0/ModuleInPrimaryConfig.php b/Setup/UpgradeData/v1_0_0__v1_1_0/ModuleInPrimaryConfig.php
new file mode 100644
index 000000000..70f820543
--- /dev/null
+++ b/Setup/UpgradeData/v1_0_0__v1_1_0/ModuleInPrimaryConfig.php
@@ -0,0 +1,39 @@
+getConfigModifier('primary');
+
+ $primaryConfigModifier->delete('/modules/');
+
+ $select = $this->getConnection()->select()->from($this->getFullTableName('primary_config'));
+ $select->reset(\Zend_Db_Select::COLUMNS);
+ $select->columns('group');
+ $select->where('`group` like ?', '/M2ePro/%');
+
+ $groupsForRenaming = $this->getConnection()->fetchCol($select);
+
+ foreach (array_unique($groupsForRenaming) as $group) {
+ $newGroup = preg_replace('/^\/M2ePro/', '', $group);
+ $primaryConfigModifier->updateGroup($newGroup, ['`group` = ?' => $group]);
+ }
+
+ $primaryConfigModifier->getEntity('/server/', 'application_key')
+ ->updateValue('02edcc129b6128f5fa52d4ad1202b427996122b6');
+ }
+
+ //########################################
+}
\ No newline at end of file
diff --git a/Setup/UpgradeData/v1_0_0__v1_1_0/RemoveAutocomplete.php b/Setup/UpgradeData/v1_0_0__v1_1_0/RemoveAutocomplete.php
new file mode 100644
index 000000000..bfc89e0ed
--- /dev/null
+++ b/Setup/UpgradeData/v1_0_0__v1_1_0/RemoveAutocomplete.php
@@ -0,0 +1,22 @@
+getConfigModifier('module')->delete('/view/amazon/autocomplete/');
+ }
+
+ //########################################
+}
\ No newline at end of file
diff --git a/Setup/UpgradeData/v1_0_0__v1_1_0/RemoveKillNow.php b/Setup/UpgradeData/v1_0_0__v1_1_0/RemoveKillNow.php
new file mode 100644
index 000000000..9781fcee0
--- /dev/null
+++ b/Setup/UpgradeData/v1_0_0__v1_1_0/RemoveKillNow.php
@@ -0,0 +1,17 @@
+getTableModifier('lock_item')->dropColumn('kill_now');
+ }
+
+ //########################################
+}
\ No newline at end of file
diff --git a/Setup/UpgradeData/v1_0_0__v1_1_0/RemoveUnsupportedAmazonMarketplaces.php b/Setup/UpgradeData/v1_0_0__v1_1_0/RemoveUnsupportedAmazonMarketplaces.php
new file mode 100644
index 000000000..088e14717
--- /dev/null
+++ b/Setup/UpgradeData/v1_0_0__v1_1_0/RemoveUnsupportedAmazonMarketplaces.php
@@ -0,0 +1,27 @@
+getConnection()->delete($this->getFullTableName('marketplace'), [
+ 'id IN (?)' => [27, 32]
+ ]);
+ $this->getConnection()->delete($this->getFullTableName('amazon_marketplace'), [
+ 'marketplace_id IN (?)' => [27, 32]
+ ]);
+ }
+
+ //########################################
+}
\ No newline at end of file
diff --git a/Setup/UpgradeData/v1_0_0__v1_1_0/RenameServerGroup.php b/Setup/UpgradeData/v1_0_0__v1_1_0/RenameServerGroup.php
new file mode 100644
index 000000000..df883251b
--- /dev/null
+++ b/Setup/UpgradeData/v1_0_0__v1_1_0/RenameServerGroup.php
@@ -0,0 +1,60 @@
+getConfigModifier('primary')->getEntity('/server/', 'default_baseurl_index')
+ ->updateGroup('/server/location/');
+
+ $this->getConfigModifier('primary')->getEntity('/server/location/', 'default_baseurl_index')
+ ->updateKey('default_index');
+
+ $query = $this->getConnection()->select()
+ ->from($this->getFullTableName('primary_config'))
+ ->where("`group` = '/server/' AND (`key` LIKE 'baseurl_%' OR `key` LIKE 'hostname_%')");
+
+ $result = $this->getConnection()->fetchAll($query);
+
+ foreach ($result as $row) {
+
+ $key = (strpos($row['key'], 'baseurl') !== false) ? 'baseurl' : 'hostname';
+ $index = str_replace($key.'_', '', $row['key']);
+ $group = "/server/location/{$index}/";
+
+ $this->getConfigModifier('primary')->getEntity('/server/', $row['key'])
+ ->updateGroup($group);
+
+ $this->getConfigModifier('primary')->getEntity($group, $row['key'])
+ ->updateKey($key);
+ }
+
+ $this->getConfigModifier('cache')->getEntity('/server/baseurl/', 'datetime_of_last_switching')
+ ->updateGroup('/server/location/');
+ $this->getConfigModifier('cache')->getEntity('/server/baseurl/', 'current_index')
+ ->updateGroup('/server/location/');
+
+ $this->getConfigModifier('cache')->getEntity('/default_baseurl_index/','given_by_server_at')
+ ->updateGroup('/server/location/');
+ $this->getConfigModifier('cache')->getEntity('/server/location/','given_by_server_at')
+ ->updateKey('default_index_given_by_server_at');
+ }
+
+ //########################################
+}
\ No newline at end of file
diff --git a/Setup/UpgradeData/v1_0_0__v1_1_0/ServicingMessages.php b/Setup/UpgradeData/v1_0_0__v1_1_0/ServicingMessages.php
new file mode 100644
index 000000000..f248bd66a
--- /dev/null
+++ b/Setup/UpgradeData/v1_0_0__v1_1_0/ServicingMessages.php
@@ -0,0 +1,22 @@
+getConfigModifier('primary')->getEntity('/M2ePro/server/', 'messages')->delete();
+ }
+
+ //########################################
+}
\ No newline at end of file
diff --git a/Setup/UpgradeData/v1_0_0__v1_1_0/SupportURLs.php b/Setup/UpgradeData/v1_0_0__v1_1_0/SupportURLs.php
new file mode 100644
index 000000000..647abad9d
--- /dev/null
+++ b/Setup/UpgradeData/v1_0_0__v1_1_0/SupportURLs.php
@@ -0,0 +1,29 @@
+getConfigModifier('module')->getEntity('/support/', 'community')->updateKey('forum_url');
+ $this->getConfigModifier('module')->getEntity('/support/', 'main_website_url')->updateKey('website_url');
+ $this->getConfigModifier('module')->getEntity('/support/', 'main_support_url')->updateKey('support_url');
+ $this->getConfigModifier('module')->getEntity('/support/', 'documentation_url')->updateValue(
+ 'https://docs.m2epro.com/'
+ );
+ $this->getConfigModifier('module')->getEntity('/support/', 'knowledge_base_url')->delete();
+ $this->getConfigModifier('module')->getEntity('/support/', 'ideas')->delete();
+ }
+
+ //########################################
+}
\ No newline at end of file
diff --git a/Setup/UpgradeData/v1_0_0__v1_1_0/SynchronizationPolicySchedule.php b/Setup/UpgradeData/v1_0_0__v1_1_0/SynchronizationPolicySchedule.php
new file mode 100644
index 000000000..d3a0da818
--- /dev/null
+++ b/Setup/UpgradeData/v1_0_0__v1_1_0/SynchronizationPolicySchedule.php
@@ -0,0 +1,30 @@
+getTableModifier('ebay_template_synchronization')->dropColumn('schedule_mode');
+ $this->getTableModifier('ebay_template_synchronization')->dropColumn('schedule_interval_settings');
+ $this->getTableModifier('ebay_template_synchronization')->dropColumn('schedule_week_settings');
+ }
+
+ //########################################
+}
\ No newline at end of file
diff --git a/Setup/UpgradeData/v1_0_0__v1_1_0/_Config.php b/Setup/UpgradeData/v1_0_0__v1_1_0/_Config.php
new file mode 100644
index 000000000..ea924e701
--- /dev/null
+++ b/Setup/UpgradeData/v1_0_0__v1_1_0/_Config.php
@@ -0,0 +1,33 @@
+
+
+
+
+
+
+
@@ -14,11 +20,15 @@
+
+
+
+
@@ -26,6 +36,8 @@
+
+
@@ -34,9 +46,15 @@
+
+
+
+
+
+
@@ -44,11 +62,15 @@
+
+
+
+
@@ -56,6 +78,8 @@
+
+
@@ -64,17 +88,23 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/etc/adminhtml/di.xml b/etc/adminhtml/di.xml
index 41f6fd5f8..84ad3ff31 100644
--- a/etc/adminhtml/di.xml
+++ b/etc/adminhtml/di.xml
@@ -1,22 +1,61 @@
-
+
+
+
+
-
+
+
+
+
-
+
+
+
+
-
+
-
-
-
-
+
+
+
+
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -
+
- \Magento\Framework\View\Element\Message\Renderer\BlockRenderer::CODE
+ -
+
- Ess_M2ePro::messages.phtml
+
+
+
+
+
+
\ No newline at end of file
diff --git a/etc/adminhtml/events.xml b/etc/adminhtml/events.xml
index 9bdaf0800..bcb5c31b6 100644
--- a/etc/adminhtml/events.xml
+++ b/etc/adminhtml/events.xml
@@ -1,128 +1,122 @@
-
-
+
+
-
+
-
+
-
+
-
+
-
+
-
+
+
+
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
-
-
-
-
-
-
+
+
+
+
+
-
+
-
+
-
+
-
+
-
-
-
+
-
+
-
+
-
+
-
+
-
+
\ No newline at end of file
diff --git a/etc/adminhtml/menu.xml b/etc/adminhtml/menu.xml
index b479fb76a..a1e226c47 100644
--- a/etc/adminhtml/menu.xml
+++ b/etc/adminhtml/menu.xml
@@ -2,26 +2,37 @@
+
-
+
+
+
+
+
+
+
+
+
+
+
@@ -30,25 +41,34 @@
-
+
+
+
+
+
+
+
+
+
+
@@ -56,5 +76,7 @@
+
+
\ No newline at end of file
diff --git a/etc/adminhtml/routes.xml b/etc/adminhtml/routes.xml
index 1cf7fc84b..f0cbe4092 100644
--- a/etc/adminhtml/routes.xml
+++ b/etc/adminhtml/routes.xml
@@ -1,9 +1,12 @@
-
+
+
+
\ No newline at end of file
diff --git a/etc/adminhtml/system.xml b/etc/adminhtml/system.xml
index 59c0f4d2b..57b7c597e 100644
--- a/etc/adminhtml/system.xml
+++ b/etc/adminhtml/system.xml
@@ -1,23 +1,25 @@
-
-
+
+
+
+
+
+
Multi Channels
+
+
separator-top
- Ebay Integration
+ eBay Integration
m2epro
Ess_M2ePro::system_configuration
-
-
+
+ m2epro-system-config-fieldset
Ess\M2ePro\Block\Adminhtml\System\Config\General\Fieldset
Mode
@@ -26,13 +28,15 @@
+
+
separator-top
Amazon Integration
m2epro
Ess_M2ePro::system_configuration
-
-
+
+ m2epro-system-config-fieldset
Ess\M2ePro\Block\Adminhtml\System\Config\General\Fieldset
Mode
@@ -41,13 +45,15 @@
+
+
separator-top
Rakuten Integration
m2epro
Ess_M2ePro::system_configuration
-
+ m2epro-system-config-fieldset
Ess\M2ePro\Block\Adminhtml\System\Config\General\Fieldset
Rakuten.com
@@ -63,5 +69,7 @@
+
-
+
+
\ No newline at end of file
diff --git a/etc/config.xml b/etc/config.xml
index 7e79ea157..f4318bbe2 100644
--- a/etc/config.xml
+++ b/etc/config.xml
@@ -1,6 +1,10 @@
-
+
+
+
+
1
@@ -13,6 +17,7 @@
F
+
1
@@ -23,5 +28,7 @@
1
+
-
+
+
\ No newline at end of file
diff --git a/etc/crontab.xml b/etc/crontab.xml
index 4297a7246..ef641b332 100644
--- a/etc/crontab.xml
+++ b/etc/crontab.xml
@@ -1,8 +1,12 @@
-
+
+
+
* * * * *
-
+
+
\ No newline at end of file
diff --git a/etc/frontend/routes.xml b/etc/frontend/routes.xml
index 27dee35e4..263f7beed 100644
--- a/etc/frontend/routes.xml
+++ b/etc/frontend/routes.xml
@@ -1,8 +1,12 @@
-
+
+
+
+
\ No newline at end of file
diff --git a/etc/module.xml b/etc/module.xml
index a4d2cdb99..cc41f510c 100644
--- a/etc/module.xml
+++ b/etc/module.xml
@@ -1,6 +1,8 @@
-
-
-
+
+
+
+
\ No newline at end of file
diff --git a/i18n/de_AT.csv b/i18n/de_AT.csv
new file mode 100644
index 000000000..d2a098b65
--- /dev/null
+++ b/i18n/de_AT.csv
@@ -0,0 +1,4438 @@
+"eBay Motors","eBay Motors"
+"Feedback Synchronization","Bewertungen synchronisieren"
+"Task ""3rd Party Listings Synchronization"" for eBay account: ""%s"" is in data processing state. Please wait...","Die Aufgabe „Angebote von Drittanbietern synchronisieren“ für das eBay-Konto „%s“ befindet sich im Status Datenverarbeitung. Bitte warten Sie..."
+"Task ""Update Listings Products"" for eBay account: ""%s"" is in data processing state. Please wait...","Die Aufgabe „Produkte in Angeboten aktualisieren“ für das eBay-Konto „%s“ befindet sich im Status Datenverarbeitung. Bitte warten Sie..."
+"Task ""Update 3rd Party Listings"" for eBay account: ""%s"" is in data processing state. Please wait...","Die Aufgabe „Angebote von Drittanbietern aktualisieren“ für das eBay-Konto „%s“ befindet sich im Status Datenverarbeitung. Bitte warten Sie..."
+"Payment Status was updated to Paid on eBay. As Magento Order #%order_id% can have wrong data, it have to be cancelled.","Der Zahlungsstatus wurde bei eBay auf „Bezahlt“ aktualisiert. Magento-Bestellnummer %order_id% wurde storniert, da sie möglicherweise inkorrekte Daten enthält."
+"Task ""Orders Cancellation Synchronization"" for eBay account: ""%s"" is in data processing state. Please wait...","Die Aufgabe „Bestellungsstornierung synchronisieren“ für das eBay-Konto „%s“ befindet sich im Status Datenverarbeitung. Bitte warten Sie..."
+"Attention! Last eBay AUTOMATIC synchronization was performed by cron more than %s hours ago. You should set up cron job, otherwise no automatic synchronization will be performed. You can check this %sarticle%s to get how to set cron job. The command for cron job for your server environment can be found %shere%s.","Wichtiger Hinweis! Die letzte automatische Synchronisierung mit eBay wurde von cron vor mehr als %s Stunden durchgeführt. Sie sollten einen Cronjob einrichten. Andernfalls wird keine automatische Synchronisierung durchgeführt. Weitere Informationen zum Thema Einrichten von Cronjobs finden Sie in diesem %sArtikel%. Den Befehl für Cronjobs für Ihre Serverumgebung finden Sie %hier%."
+"Please select and update eBay marketplaces before adding new General Templates.","Bitte wählen und aktualisieren Sie Ihre eBay-Marktplätze , bevor Sie neue allgemeine Vorlagen hinzufügen."
+"The ""Categories Synchronization"" action for eBay Site: ""%s"" is in data processing mode. Please wait...","Die Aktion „Kategorien synchronisieren“ für die eBay-Website „%s“ befindet sich im Datenverarbeitungsmodus. Bitte warten Sie..."
+"The ""Categories Synchronization"" action for eBay Site: ""%mrk%"" is in data processing mode. Please wait...","Die Aktion „Kategorien synchronisieren“ für die eBay-Website „%mrk%“ befindet sich im Datenverarbeitungsmodus. Bitte warten Sie..."
+"An error occured while listing the item. The item has been blocked. The next M2E Synchronization will resolve the problem.","Beim Einstellen des Artikels ist ein Fehler aufgetreten. Der Artikel wurde gesperrt. Dieses Problem wird bei der nächsten M2E-Synchronisierung behoben."
+"ID","Artikelnr."
+"Text","Text"
+"Creation Date","Erstellungsdatum"
+"Update Date","Aktualisierungsdatum"
+"Edit","Bearbeiten"
+"Delete","Löschen"
+"Add Template","Vorlage hinzufügen"
+"Save","Speichern"
+"Update","Aktualisierung"
+"Get Token","Token abrufen"
+"Synchronization Settings","Synchronisierungseinstellungen"
+"Refresh","Aktualisieren"
+"Hide","Ausblenden"
+"Configuration","Konfiguration"
+"General","Allgemeines"
+"3rd Party Listings","Angebote von Drittanbietern"
+"eBay Store","eBay Shop"
+"Orders","Bestellungen"
+"Feedback","Bewertungen"
+"Edit%s Account","%s-Mitgliedskonto bearbeiten"
+"Add%s Account","%s-Mitgliedskonto hinzufügen"
+"Save And Close","Speichern und schließen"
+"Save And Continue Edit","Speichern und weiter bearbeiten"
+"Back","Zurück"
+"eBay User ID","eBay-Nutzername"
+"Add Account","eBay-Konto hinzufügen"
+"Category","Kategorie"
+"eBay Primary","Hauptkategorie bei eBay"
+"eBay Secondary","Zweite Kategorie bei eBay"
+"Store Primary","Hauptkategorie des Shops"
+"Store Secondary","Zweite Kategorie des Shops"
+"Specifics","Merkmale"
+"Edit eBay Primary Category","Hauptkategorie bei eBay bearbeiten"
+"Title","Artikelbezeichnung"
+"Primary","Hauptkategorie"
+"Secondary","Zweitkategorie"
+"Type","Typ"
+"eBay Site","eBay-Website"
+"Account","Konto"
+"State","Bundesland"
+"Active","Aktiv"
+"Removed","Entfernt"
+"Actions","Aktionen"
+"Magento Attribute","Magento-Attribut"
+"Any","Beliebig"
+"eBay Sites","eBay-Websites"
+"Synchronization","Synchronisierung"
+"Policies","Rahmenbedingungen"
+"Categories In Use","Verwendete Kategorien"
+"Account Settings","Kontoeinstellungen"
+"Global Settings","Globale Einstellungen"
+"Close","Schließen"
+"Send","Senden"
+"Transaction ID","Transaktionsnummer"
+"Item ID","Artikelnummer"
+"Item Title","Artikelbezeichnung"
+"Buyer Feedback Date","Datum der Käuferbewertung"
+"Seller Feedback Date","Datum der Verkäuferbewertung"
+"Neutral","Neutral"
+"Positive","Positiv"
+"Negative","Negativ"
+"Unresponded Feedback","Bewertung ohne Antwort"
+"Responded Feedback","Bewertung mit Antwort"
+"No ID For Auction","Keine ID für Auktion vorhanden"
+"N/A","Keine Angabe"
+"Buyer","Käufer"
+"Seller","Verkäufer"
+"Send Response","Antwort senden"
+"Feedback for account ""%s""","Bewertung für Konto „%s“"
+"Accounts","Konten"
+"Creating A New M2E Listing","Neues M2E-Angebot erstellen"
+"Show Video Tutorial","Video-Infotour anzeigen"
+"Next Step","Nächster Schritt"
+"Categories","Kategorien"
+"Edit Rule","Regel ändern"
+"Delete Rule","Regel löschen"
+"Total","Gesamt"
+"details","Details"
+"Continue","Weiter"
+"Add New Rule","Neue Regel hinzufügen"
+"Magento Category","Magento-Kategorie"
+"eBay Categories","eBay-Kategorien"
+"Primary eBay Category Selected","Hauptkategorie bei eBay ausgewählt"
+"Primary eBay Category Not Selected","Hauptkategorie bei eBay nicht ausgewählt"
+"Edit Primary Category","Hauptkategorie bearbeiten"
+"Edit Store Primary Category","Hauptkategorie des Shops bearbeiten"
+"Edit Categories","Kategorien bearbeiten"
+"Edit Primary Categories","Hauptkategorien bearbeiten"
+"Edit Store Primary Categories","Hauptkategorien des Shops bearbeiten"
+"eBay Primary Category","Hauptkategorie bei eBay"
+"eBay Secondary Category","Zweite Kategorie bei eBay"
+"eBay Store Primary Category","Hauptkategorie des eBay Shops"
+"eBay Store Secondary Category","Zweite Kategorie des eBay Shops"
+"Not Selected","Nicht ausgewählt"
+"Magento Attribute -> %s","Magento-Attribut -> %s"
+"Done","Fertig"
+"Cancel","Abbrechen"
+"Set eBay Categories","eBay-Kategorien festlegen"
+"Set eBay Categories (Based On Magento Categories)","eBay-Kategorien festlegen (auf der Basis von Magento-Kategorien)"
+"Store Primary Category","Hauptkategorie des Shops"
+"Store Secondary Category","Zweite Kategorie des Shops"
+"Category type is not set.","Kategorietyp nicht festgelegt"
+"Recently Used","Zuletzt verwendet"
+"Browse","Durchsuchen"
+"Search","Finden"
+"Set Your eBay Categories","eBay-Kategorien festlegen"
+"Product ID","Produkt-ID"
+"Product Title","Produktbezeichnung"
+"Get Suggested Primary Category","Empfohlene Hauptkategorie abrufen"
+"Reset Categories","Kategorien zurücksetzen"
+"Remove Item","Artikel entfernen"
+"Get Suggested Primary Categories","Empfohlene Hauptkategorien abrufen"
+"Remove Item(s)","Artikel entfernen"
+"Primary eBay Category","Hauptkategorie bei eBay"
+"Secondary eBay Category","Zweite Kategorie bei eBay"
+"Primary eBay Store Category","Hauptkategorie des eBay Shops"
+"Secondary eBay Store Category","Zweite Kategorie des eBay Shops"
+"You have not selected the Primary eBay Category for some products.","Bei einigen Produkten fehlt die Angabe der Hauptkategorie bei eBay."
+"Are you sure?","Sind Sie sicher?"
+"eBay could not assign categories for %s products.","eBay konnte %s Produkte keinen Kategorien zuordnen."
+"Suggested Categories were successfully received for %s product(s).","Für %s Produkt(e) wurden Kategorieempfehlungen empfangen."
+"Set eBay Category","eBay-Kategorie festlegen"
+"Set eBay Category for Product(s)","eBay-Kategorie für Produkt(e) festlegen"
+"Set eBay Primary Category for Product(s)","Hauptkategorie bei eBay für Produkt(e) festlegen"
+"eBay Same Categories","Selbe Kategorien bei eBay"
+"Yes","Ja"
+"No","Nein"
+"eBay Categories Specifics","eBay-Kategorien-Merkmale"
+"Next Category","Nächste Kategorie"
+"Loading. Please wait","Wird geladen Bitte warten"
+"Add Custom Specific","Individuelles Merkmal hinzufügen"
+"Title / Info","Titel/Info"
+"Total Items","Gesamtzahl der Artikel"
+"Active Items","Noch eingestellte Artikel"
+"Inactive Items","Nicht mehr eingestellte Artikel"
+"Sold QTY","Verkaufte Stückzahl"
+"Clear Log(s)","Protokoll(e) löschen"
+"Delete Listing(s)","Angebot(e) löschen"
+"Admin (Default Values)","Admin (Standardwerte)"
+"Magento Store View","Magento-Shop-Ansicht"
+"Manage Products","Produkte verwalten"
+"Add Products from Products List","Produkte aus Produktliste hinzufügen"
+"Add Products from Categories","Produkte aus Kategorien hinzufügen"
+"Automatic Actions","Automatische Aktionen"
+"View Logs","Protokolle anzeigen"
+"Delete Listing","Angebot löschen"
+"Edit Listing Title","Artikelbezeichnung bearbeiten"
+"Edit Listing Settings","Angebotseinstellungen bearbeiten"
+" - Payment And Shipping"," - Zahlung und Versand"
+" - Selling"," - Verkaufen"
+" - Synchronization"," - Synchronisierung"
+"Log For%s Listing","Protokoll für%s-Angebot"
+"Show General Log","Allgemeines Protokoll anzeigen"
+"Listings were not found.","Angebote wurden nicht gefunden."
+"eBay Item ID","eBay-Artikelnummer"
+"Product Name","Produktbezeichnung"
+"Action","Aktion"
+"Description","Beschreibung"
+"Run Mode","Ausführungsmodus"
+"Priority","Priorität"
+"Log For%s 3rd Party Listing","Protokoll für%s Angebot von Drittanbietern"
+"Source","Quelle"
+"Revise Rules","Regeln für das Überarbeiten"
+"Relist Rules","Regeln für das Wiedereinstellen"
+"Stop Rules","Regeln für das Anhalten"
+"Edit%s 3rd Party Synchronization Settings","Einstellungen für die Synchronisierung von %s-Drittanbietern bearbeiten"
+"Product Title / SKU","Produktbezeichnung/Artikelnummer"
+"eBay Available QTY","Verfügbare Stückzahl bei eBay"
+"eBay Sold QTY","Verkaufte Stückzahl bei eBay"
+"eBay Price","Preis bei eBay"
+"Status","Status"
+"Listed","Eingestellt"
+"Listed (Hidden)","Eingestellt (nicht sichtbar)"
+"Sold","Verkauft"
+"Stopped","Angehalten"
+"Finished","Fertig"
+"Pending","Noch offen"
+"Start Date","Startdatum"
+"End Date","Angebotsende"
+"Unmap","Zuordnung aufheben"
+"View Log","Protokoll anzeigen"
+"Clear Log","Protokoll löschen"
+"Revise Item(s)","Artikel überarbeiten"
+"Relist Item(s)","Artikel wiedereinstellen"
+"Stop Item(s)","Artikel anhalten"
+"Map Item(s) Automatically","Artikel automatisch zuordnen"
+"Move Item(s) to Listing","Artikel in Angebot verschieben"
+"Map","Zuordnung"
+"Move","Verschieben"
+"SKU","Artikelnummer"
+"Revise","Überarbeiten"
+"Relist","Wiedereinstellen"
+"Stop","Stopp"
+"Status Change","Statusänderung"
+"Manual","Manuell"
+"Automatic","Automatik"
+"Mapping Product","Produkt wird zugeordnet"
+"Product does not exist.","Produkt existiert nicht."
+"Please enter correct product ID.","Bitte geben Sie die korrekte Produkt-ID ein."
+"Product(s) was successfully mapped.","Produkte wurden zugeordnet."
+"Please enter correct product ID or SKU","Bitte geben Sie die korrekte Produkt-ID oder Artikelnummer ein."
+"Moving eBay Items.","eBay-Artikel verschieben."
+"Products failed to move","Verschieben von Produkten fehlgeschlagen"
+"Product(s) was successfully moved.","Produkte wurden verschoben."
+"Products were not moved. View log for details.","Produkte wurden nicht verschoben. Details dazu finden Sie im Protokoll ."
+"Some of the products were not moved. View log for details.","Einige der Produkte wurden nicht verschoben. Details dazu finden Sie im Protokoll ."
+"Product was successfully mapped.","Produkt wurde zugeordnet."
+"Current eBay version only supports simple products in mapping. Please, choose simple product.","Die aktuelle eBay-Version unterstützt nur Zuordnungen einfacher Produkte. Bitte wählen Sie ein einfaches Produkt."
+"Processing %s product(s).","Produkt(e) %s wird/werden verarbeitet."
+"Task completed. Please wait ...","Aufgabe abgeschlossen. Bitte warten Sie..."
+"""%s"" task has successfully completed.","Die Aufgabe „%s“ wurde erfolgreich abgeschlossen."
+"""%s"" task has completed with warnings. View log for details.","Die Aufgabe „%s“ wurde mit Warnungen abgeschlossen. Details dazu finden Sie im Protokoll ."
+"""%s"" task has completed with errors. View log for details.","Die Aufgabe „%s“ wurde mit Fehlern abgeschlossen. Details dazu finden Sie im Protokoll ."
+"Sending %s product(s) data on eBay.","Daten zu %s-Produkt(en) bei eBay senden."
+"View All Product Log.","Alle Produktprotokolle anzeigen."
+"The listing was locked by another process. Please try again later.","Das Angebot wurde durch einen anderen Vorgang blockiert. Bitte versuchen Sie es später noch einmal."
+"Listing is empty.","Das Angebot ist leer."
+"Listing All Items On eBay","Alle Artikel bei eBay einstellen"
+"Listing Selected Items On eBay","Ausgewählte Artikel bei eBay einstellen"
+"Revising Selected Items On eBay","Ausgewählte Artikel bei eBay überarbeiten"
+"Relisting Selected Items On eBay","Ausgewählte Artikel bei eBay wiedereinstellen"
+"Stopping Selected Items On eBay","Ausgewählte Artikel bei eBay anhalten"
+"Stopping On eBay And Removing From Listing Selected Items","Bei eBay anhalten und ausgewählte Artikel aus dem Angebot entfernen"
+"Map Item(s) to Products","Artikel Produkten zuordnen"
+"Only mapped products must be selected.","Es können nur zugeordnete Produkte ausgewählt werden."
+"Selected items must belong to the same Account and Marketplace.","Die ausgewählten Artikel müssen zu demselben Konto und Marktplatz gehören."
+"Please select items.","Bitte wählen Sie Artikel aus."
+"Please select action.","Bitte wählen Sie eine Aktion."
+"Stock Availability","Verfügbarkeit"
+"In Stock","Auf Lager"
+"Out of Stock","Nicht mehr vorrätig"
+"Price","Preis"
+"Qty","Stückzahl"
+"Based on Magento Categories","Auf der Basis von Magento-Kategorien"
+"You must select at least 1 category.","Sie müssen mindestens 1 Kategorie auswählen."
+"Rule with the same title already exists.","Es gibt bereits eine Regel mit dieser Bezeichnung."
+"Listing Settings Customization","Anpassung der Angebotseinstellungen"
+"eBay/Magento Integration: Products Management","eBay/Magento-Integration: Produktverwaltung"
+"Congratulations","Herzlichen Glückwunsch"
+"Review Your Items","Artikel überprüfen"
+"List Your Items Now","Artikel jetzt einstellen"
+"Remove","Entfernen"
+"of","von"
+"Visibility","Visibilität"
+"Websites","Websites "
+"Select Products","Produkte auswählen"
+"Start Configure","Konfigurieren starten"
+"
+ Do you want to set up a rule by which products will be automatically added or deleted from the current M2E listing?
+ .
+
+Click Start Configure to create a rule or Cancel if you do not want to do it now.
+
+Note: You can always return to it by clicking Automatic Action button on this page."," Möchten Sie eine Regel einrichten, die dafür sorgt, dass Produkte automatisch zum aktuellen M2E-Angebot hinzugefügt oder aus diesem entfernt werden? . Wenn Sie jetzt eine Regel erstellen möchten, klicken Sie auf „Konfigurieren starten“. Wenn Sie jetzt keine Regel erstellen möchten, klicken Sie auf „Abbrechen“.Hinweis: Über die Schaltfläche „Automatische Aktion“ auf dieser Seite können Sie jederzeit dorthin zurückkehren."
+"Yes, I Want","Ja"
+"No, Skip It","Nein, jetzt nicht"
+"Do you want to customise M2E Listing settings for the necessary products?","Möchten Sie die M2E-Angebotseinstellungen für die erforderlichen Produkte anpassen?"
+"It is possible to override default settings you set on the previous steps and set different
+ settings for the group of products.","Sie können die zuvor festgelegten Standardeinstellungen außer Kraft setzen und für die Produktgruppe andere Einstellungen festlegen."
+"Remember my choice","Einstellungen fürs nächste Mal speichern"
+"Product Title / Listing / SKU","Produktbezeichnung/Angebot/Artikelnummer"
+"Listing Type","Angebotstyp"
+"M2E Pro","M2E Pro"
+"3rd Party","Drittanbieter"
+"""Buy It Now"" Price","Sofort-Kaufen-Preis"
+"Unknown","Unbekannt"
+"Not Listed","Nicht eingestellt"
+"Manage","Verwalten"
+"Listing","Angebot"
+"receiving","empfangen"
+"none","Keine"
+"Go to listing","Angebot aufrufen"
+"Payment and Shipping Settings","Zahlungs- und Versandeinstellungen"
+"Payment","Zahlung"
+"Use from Listing Settings","Aus Angebotseinstellungen beziehen"
+"Custom Settings","Benutzerspezifische Einstellungen"
+"M2E Pro Policy","M2E Pro-Rahmenbedingung"
+"eBay Policy","eBay-Rahmenbedingung"
+"Shipping","Versand"
+"Return","Rücknahme"
+"Selling Settings","Verkaufseinstellungen"
+"Price, Quantity and Format","Preis, Stückzahl und Format"
+"Edit Settings","Einstellungen bearbeiten"
+"Edit Payment and Shipping Settings","Zahlungs- und Versandeinstellungen bearbeiten"
+"Edit Selling Settings","Verkaufseinstellungen bearbeiten"
+"Edit Synchronization Settings","Synchronisierungseinstellungen bearbeiten"
+"M2E Pro -> ","M2E Pro -> "
+"eBay -> ","eBay-Team -> "
+"for","für"
+"Set Products Settings","Produkteinstellungen festlegen"
+"Add Products","Produkte hinzufügen"
+"Payment and Shipping","Zahlung und Versand"
+"Selling","Verkaufen"
+"Edit Listing Settings ""%s""","Angebotseinstellungen „%s“ bearbeiten"
+"Previous Step","Vorheriger Schritt"
+"Data source is invalid.","Datenquelle ist ungültig."
+"Session key is not defined.","Sitzungsschlüssel ist nicht definiert."
+"Save as New Policy","Als neue Rahmenbedingung speichern"
+"Template nick is not defined.","Vorlagenkurzname ist nicht definiert."
+"Template mode is not initialized.","Vorlagenmodus ist nicht initialisiert."
+"Product Title / SKU / eBay Category","Produktbezeichnung/SKU/eBay-Kategorie"
+"Available QTY","Verfügbare Stückzahl"
+"Adviser","Berater"
+"List Item(s) on eBay","Artikel bei eBay einstellen"
+"Revise Item(s) on eBay","Artikel bei eBay überarbeiten"
+"Relist Item(s) on eBay","Artikel bei eBay wiedereinstellen"
+"Stop Item(s) on eBay","Artikel bei eBay anhalten"
+"Stop on eBay / Remove From Listing","Bei eBay anhalten/Aus Angebot entfernen"
+"Move Item(s) to Another Listing","Artikel in anderes Angebot verschieben"
+"Edit eBay Categories Settings","Einstellungen für eBay-Kategorien bearbeiten"
+"eBay Fee","eBay-Gebühr"
+"estimate","Schätzung"
+"List","Einstellen"
+"Stop on Channel / Remove from Listing","Im Channel anhalten/Aus Angebot entfernen"
+"Success","Erfolg"
+"Notice","Hinweis"
+"Warning"," Hinweis "
+"Error","Fehler"
+"Product(s) was not moved. View log for details.","Produkte wurden nicht verschoben. Details dazu finden Sie im Protokoll ."
+"Some product(s) was not moved. View log for details.","Einige Produkte wurden nicht verschoben. Details dazu finden Sie im Protokoll ."
+"Estimated Fee Details","Details zur Gebührenschätzung"
+"Please check eBay Motors compatibility attribute.
+ You can find it in %s > Configuration > General .","Bitte prüfen Sie das Attribut für die Kompatibilität mit eBay Motors. Sie finden das Attribut in %s > „Konfiguration“ > „Allgemeines “."
+"Fees are not set.","Keine Gebühren festgelegt."
+"Errors are not set.","Keine Fehlermeldungen festgelegt."
+"eBay","eBay"
+"Settings","Einstellungen"
+"Magento","Magento"
+"View Mode","Ansichtsmodus"
+"View mode is not set.","Kein Ansichtsmodus festgelegt"
+"eBay Primary Category Assigned","Hauptkategorie bei eBay zugeordnet"
+"Compatibility","Kompatibilität"
+"Filled","Ausgefüllt"
+"Empty","Leer"
+"Edit eBay Primary Categories Settings","Einstellungen für Hauptkategorie bei eBay bearbeiten"
+"Edit eBay Store Primary Categories Settings","Einstellungen für Hauptkategorie des eBay Shops bearbeiten"
+"Add Compatible Vehicles","Kompatible Fahrzeuge hinzufügen"
+"Not Set","Nicht festgelegt"
+"Show","Anzeigen"
+"Product","Produkt"
+"Attribute","Attribut"
+"ePIDs","ePIDs"
+"Compatibility Attribute ePIDs","Kompatibilitätsattribut-ePIDs"
+"View Listing","Angebot anzeigen"
+"Change Listing","Angebot ändern"
+"Compatibility Attribute","Kompatibilitätsattribut"
+"From Products List","Aus Produktliste"
+"From Categories","Aus Kategorien"
+"Add Listing","Angebot hinzufügen"
+"Listings","Angebote"
+"Update Now","Jetzt aktualisieren"
+"Save And Update","Speichern und aktualisieren"
+"ePID","ePID"
+"Car / Truck","Pkw/Lkw"
+"Motorcycle","Motorrad"
+"Make","Marke"
+"Model","Modell"
+"Submodel","Untermodell"
+"Year","Jahr"
+"Trim","Ausführung"
+"Engine","Motor"
+"Overwrite ePIDs in Compatibility Attribute","ePIDs in Kompatibilitätsattribut überschreiben"
+"Add ePIDs to Compatibility Attribute","ePIDs zu Kompatibilitätsattribut hinzufügen"
+"Edit Shipping Address","Lieferadresse bearbeiten"
+"Save Order Address","Rechnungsadresse speichern"
+"Sale Date","Verkaufsdatum"
+"Magento Order #","Magento-Bestellnummer"
+"eBay Order #","eBay-Bestellnummer"
+"Items","Artikel"
+"Total Paid","Insgesamt bezahlt"
+"Reservation","Reservierung"
+"Not Reserved","Nicht reserviert"
+"Reserved","Reserviert"
+"Released","Freigegeben"
+"Canceled","Storniert"
+"Checkout","Kaufabwicklung"
+"Paid","Bezahlt"
+"Shipped","Verschickt"
+"View","Aufrufen"
+"Create Order","Bestellung erstellen"
+"Mark As Paid","Als „bezahlt“ markieren"
+"Mark As Shipped","Als „verschickt“ markieren"
+"Reserve QTY","Stückzahl reservieren"
+"Cancel QTY Reserve","Stückzahlreservierung stornieren"
+"Mark Order(s) as Shipped","Bestellungen als verschickt markieren"
+"Mark Order(s) as Paid","Bestellungen als bezahlt markieren"
+"Resend Shipping Information","Versandinformationen erneut senden"
+"Deleted","Gelöscht"
+"edit","bearbeiten"
+"Options","Optionen"
+"QTY","Stückzahl"
+"Transaction","Transaktion"
+"Item","Artikel"
+"Transaction #","Transaktionsnr."
+"Fee","Gebühr"
+"Amount","Betrag"
+"Date","Datum"
+"Incl. Tax","Inkl. Steuer"
+"Excl. Tax","Exkl. Steuer"
+"Original Price","Originalpreis"
+"Tax Percent","Steuerprozentsatz"
+"Row Total","Zeilensumme"
+"View on eBay","Bei eBay aufrufen"
+"Map to Magento Product","Zu Magento-Produkt zuordnen"
+"Set Options","Optionen festlegen"
+"View Order Details","Einzelheiten zum Kauf aufrufen"
+"Mark as Shipped","Als verschickt markieren"
+"Mark as Paid","Als bezahlt markieren"
+"Are you sure that you want to create new Magento Order?","Sind Sie sicher, dass Sie eine neue Magento-Bestellung erstellen möchten?"
+"Confirm","Bestätigen"
+"Run Now","Jetzt ausführen"
+"Run Enabled Now","Aktivierte jetzt ausführen"
+"Save Settings","Einstellungen speichern"
+"Subtitle","Untertitel"
+"Condition","Artikelzustand"
+"Condition Description","Zustandsbeschreibung"
+"Buy It Now Price","Sofort-Kaufen-Preis"
+"Start Price","Startpreis"
+"Reserve Price","Mindestpreis"
+"Listing Duration","Angebotsdauer"
+"Dispatch Time","Versandzeit"
+"Primary Category Id","ID der Hauptkategorie"
+"Secondary Category Id","ID der zweiten Kategorie"
+"Store Primary Category Id","ID der Hauptkategorie des eBay Shops"
+"Store Secondary Category Id","ID der zweiten Kategorie des eBay Shops"
+"Primary Category Name","Bezeichnung der Hauptkategorie"
+"Secondary Category Name","Bezeichnung der zweiten Kategorie"
+"Store Primary Category Name","Bezeichnung der Hauptkategorie des eBay Shops"
+"Store Secondary Category Name","Bezeichnung der zweiten Kategorie des eBay Shops"
+"Domestic Shipping First Method","Inlandsversand 1 Methode"
+"Domestic Shipping First Cost","Inlandsversand 1 Kosten"
+"Domestic Shipping First Additional Cost","Inlandsversand 1 Weitere Kosten"
+"International Shipping First Method","Internationaler Versand 1 Methode"
+"International Shipping First Cost","Internationaler Versand 1 Kosten"
+"International Shipping First Additional Cost","Internationaler Versand 1 Weitere Kosten"
+"Insert","Einfügen"
+"Show / Hide Editor","Editor anzeigen/ausblenden"
+"Preview","Vorschau"
+"View Random Product","Beliebiges Produkt aufrufen"
+"Edit ""%s"" %s Policy","%s-Rahmenbedingung „%s“ bearbeiten"
+"Add %s Policy","%s-Rahmenbedingungen hinzufügen"
+"Duplicate","Kopieren"
+"
+Note: All changes you have made will be automatically applied to all M2E listings where this policy is used.","Hinweis: Die von Ihnen vorgenommenen Änderungen werden automatisch auf alle M2E-Angebote angewendet, für die diese Rahmenbedingungen gelten."
+"Template nick is not set.","Kein Vorlagenkurzname festgelegt."
+"Marketplace is required for editing payment template.","Zum Bearbeiten der Vorlage für Zahlungen muss ein Marktplatz angegeben werden."
+"Marketplace is required for editing return template.","Zum Bearbeiten der Vorlage für Rücksendungen muss ein Marktplatz angegeben werden."
+"Please find more about currency rate set up in'
+ . ' magento documentation .","Mehr zur Einrichtung von Wechselkursen finden Sie in der' . ' Dokumentation zu Magento ."
+"Name","Name"
+"Select","Auswählen"
+"Reset","Zurücksetzen"
+"Marketplace is required for editing shipping template.","Zum Bearbeiten der Vorlage für den Versand muss ein Marktplatz angegeben werden."
+"Add Policy","Rahmenbedingungen hinzufügen"
+"eBay DateTime object is null","Das eBay-Datums- und Zeitobjekt ist null"
+"Wrong action type","Falscher Aktionstyp"
+"Listing ""%listingId%"" locked by other process.","Das Angebot „%listingId%“ ist durch einen anderen Prozess gesperrt."
+"Relisting","Wiedereinstellen"
+"Revising","Bearbeiten"
+"Stopping","Anhalten"
+"Item is listed or not available","Der Artikel wurde eingestellt oder ist nicht verfügbar"
+"Categories settings are not set","Keine Kategorieeinstellungen festgelegt"
+"There is another item with the same eBay user ID,
+ product ID and marketplace presented in ""%s"" (%d) Listing.","Im Angebot „%s“ (%d) wird bereits ein Artikel mit demselben eBay-Nutzernamen, derselben Produkt-ID und demselben Marktplatz angeboten."
+"Item was successfully listed","Der Artikel wurde eingestellt"
+"There is another item with the same eBay user ID,
+ product ID and marketplace presented in ""%s"" (%d) Listing.","Im Angebot „%s“ (%d) wird bereits ein Artikel mit demselben eBay-Nutzernamen, derselben Produkt-ID und demselben Marktplatz angeboten."
+"Multiple Item Connector has received empty array","Der Mehrfachartikel-Connector hat ein leeres Array erhalten"
+"Multiple Item Connector has received invalid product data type","Der Mehrfachartikel-Connector hat einen ungültigen Produktdatentyp erhalten"
+"Multiple Item Connector has received products from different listings","Der Mehrfachartikel-Connector hat Produkte aus verschiedenen Angeboten erhalten"
+"Listing product was not found","Das Angebotsprodukt wurde nicht gefunden"
+"The item either is listed, or not listed yet or not available","Der Artikel wurde entweder eingestellt, noch nicht eingestellt oder nicht verfügbar"
+"Item already was started on eBay","Der Artikel wurde bereits bei eBay gestartet"
+"Item was successfully relisted","Der Artikel wurde wiedereingestellt"
+"This item cannot be accessed on eBay. M2E set Not Listed status.","Auf diesen Artikel kann bei eBay nicht zugegriffen werden. M2E hat den Status „Nicht eingestellt“ festgelegt."
+"Item is not listed or not available","Der Artikel wurde nicht eingestellt oder ist nicht verfügbar"
+"Variation attributes were changed. Please stop and list product.","Die Variantenattribute wurden geändert. Bitte halten Sie das Produkt an und stellen Sie es ein."
+"Item was already stopped on eBay","Der Artikel wurde bereits bei eBay angehalten"
+"Item was successfully revised","Der Artikel wurde überarbeitet"
+"Item was successfully stopped","Der Artikel wurde angehalten"
+"eBay Order status was not updated. Reason: %msg%","Der Status des eBay-Kaufs wurde nicht aktualisiert. Grund: %msg%"
+"Status of India site orders cannot be updated if the buyer uses PaisaPay payment method.","Der Status von Käufen auf der indischen Website kann nicht aktualisiert werden, wenn der Käufer PaisaPay als Zahlungsmethode wählt."
+"Invalid action.","Invalid action."
+"Payment status for eBay order was not updated. Reason: eBay Failure.","Der Zahlungsstatus der eBay-Bestellung wurde nicht aktualisiert. Grund: Fehler bei eBay."
+"Payment status for eBay order was updated to Paid.","Der Zahlungsstatus der eBay-Bestellung wurde zu „bezahlt“ aktualisiert."
+"Shipping status for eBay order was not updated. Reason: eBay Failure.","Der Versandstatus der eBay-Bestellung wurde nicht aktualisiert. Grund: Fehler bei eBay."
+"Tracking number ""%num%"" for ""%code%"" has been sent to eBay.","Die Sendungsnummer „%num%“ für „%code%“ wurde an eBay gesendet."
+"Shipping status for eBay order was updated to Shipped.","Der Versandstatus für die eBay-Bestellung wurde auf „verschickt“ aktualisiert."
+"Dispute cannot be opened. Reason: Dispute explanation is not defined.","Der Fall kann nicht geöffnet werden. Grund: Die Beschreibung des Falls ist nicht definiert."
+"Dispute cannot be opened. Reason: Dispute reason is not defined.","Der Fall kann nicht geöffnet werden. Grund: Der Grund des Falls ist nicht definiert."
+"Unpaid Item Process was not open for item #%id%. Reason: %msg%","Vorgehensweise bei nicht bezahlten Artikeln wurde für Artikelnummer %id% nicht geöffnet. Grund: %msg%"
+"Unpaid Item Process was not open for item #%id%. Reason: eBay failure. Please try again later.","Vorgehensweise bei nicht bezahlten Artikeln wurde für Artikelnummer %id% nicht geöffnet. Grund: Fehler bei eBay. Bitte versuchen Sie es später noch einmal."
+"Unpaid Item Process for item #%id% has been initiated.","Vorgehensweise bei nicht bezahlten Artikeln wurde für Artikelummer. %id% eingeleitet."
+"Action was not completed (Item: %item_id%, Transaction: %trn_id%). Reason: %msg%","Die Aktion wurde nicht abgeschlossen (Artikel: %item_id%, Transaktion: %trn_id%). Grund: %msg%"
+"Shipping status was not updated (Item: %item_id%, Transaction: %trn_id%). Reason: %msg%","Der Versandstatus wurde nicht aktualisiert (Artikel: %item_id%, Transaktion: %trn_id%). Grund: %msg%"
+"Shipping status was not updated (Item: %item_id%, Transaction: %trn_id%). Reason: eBay Failure.","Der Versandstatus wurde nicht aktualisiert (Artikel: %item_id%, Transaktion: %trn_id%). Grund: Fehler bei eBay."
+"Tracking number ""%num%"" for ""%code%"" has been sent to eBay (Item: %item_id%, Transaction: %trn_id%).","Die Sendungsnummer „%num%“ für „%code%“ wurde an eBay gesendet (Artikel: %item_id%, Transaktion: %trn_id%)."
+"Order item has been marked as shipped (Item: %item_id%, Transaction: %trn_id%).","Der Artikel wurde als „verschickt“ markiert (Artikel: %item_id%, Transaktion: %trn_id%)."
+"Other listings locked by other process.","Die anderen Angebote sind durch einen anderen Prozess gesperrt."
+"The item either is listed or not available","Der Artikel wurde entweder eingestellt oder ist nicht verfügbar"
+"The item either is not listed or not available","Der Artikel ist entweder nicht eingestellt oder nicht verfügbar"
+"qty","Stückzahl"
+"price","Preis"
+"title","Artikelbezeichnung"
+"subtitle","Untertitel"
+"description","Beschreibung"
+"was successfully revised","wurde überarbeitet"
+"Listing ID must be specified.","Die Angebots-ID muss angegeben werden."
+"%s: attribute(s) %s were not found in this product and its value was not sent.","%s: In diesem Produkt wurde(n) kein(e) Attribut(e) %s gefunden. Der Attributwert wurde nicht gesendet."
+"The product was listed as a simple product as it has limitation for multi-variation items. '.
+ 'Reason: eBay site allows to list only simple items","Das Produkt wurde als einfaches Produkt eingestellt, da Artikel mit Varianten für dieses Angebot nicht unterstützt werden. '. 'Grund: Auf dieser eBay-Website können nur einfache Angebote eingestellt werden."
+"The product was listed as a simple product as it has limitation for multi-variation items. '.
+ 'Reason: eBay primary category allows to list only simple items.","Das Produkt wurde als einfaches Produkt eingestellt, da Artikel mit Varianten für dieses Angebot nicht unterstützt werden. '. 'Grund: In eBay-Hauptkategorie können nur einfache Angebote eingestellt werden."
+"The product was listed as a simple product as it has limitation for multi-variation items. '.
+ 'Reason: ignore variation option is enabled in selling format policy.","Das Produkt wurde als einfaches Produkt eingestellt, da Artikel mit Varianten für dieses Angebot nicht unterstützt werden. '. 'Grund: In den Rahmenbedingungen für das Angebotsformat wurde festgelegt, dass die Varianten-Option ignoriert werden soll."
+"The product was listed as a simple product as it has limitation for multi-variation items. '.
+ 'Reason: listing type ""auction"" does not support multi-variations.","Das Produkt wurde als einfaches Produkt eingestellt, da Artikel mit Varianten für dieses Angebot nicht unterstützt werden. '. 'Grund: Der Angebotstyp „Auktion“ unterstützt keine Artikel mit Varianten."
+"Change Images for Attribute","Bilder für Attribut ändern"
+"Duration","Dauer"
+"Private Listing","Angebot mit nicht öffentlicher Bieter-/Käuferliste"
+"%s field(s) were ignored because eBay doesn't allow revise the item if it has sales,
+ bids for auction type or less than 12 hours remain before the item end.","%s Feld(er) wurde(n) ignoriert, weil eBay eine Überarbeitung eines Angebots nicht mehr zulässt, nachdem Artikel aus dem Angebot verkauft wurden, Gebote eingegangen sind (bei Auktionen) oder bis zum Angebotsende weniger als 12 Stunden verbleiben."
+"Duration field(s) was ignored because
+ eBay doesn't allow revise the item if Best Offer is enabled.","Das Dauer-Feld wurde ignoriert, weil eBay das Überarbeiten von Angeboten nicht zulässt, für die die Preisvorschlag-Option aktiviert ist."
+"variations","Varianten"
+"images","Bilder"
+"Communication with eBay is started. Please wait...","Die Kommunikation mit eBay wurde gestartet. Bitte warten Sie..."
+"Please wait...","Bitte warten Sie..."
+"product(s) with id(s)","Produkt(e) mit Artikelnummer(n)"
+"Communication with eBay is finished. Please wait...","Die Kommunikation mit eBay ist abgeschlossen. Bitte warten Sie..."
+"Item status was successfully changed to ""Listed"".","Der Artikelstatus wurde in „eingestellt“ geändert."
+"Item status was successfully changed to ""Sold"".","Der Artikelstatus wurde in „verkauft“ geändert."
+"Item status was successfully changed to ""Stopped"".","Der Artikelstatus wurde in „angehalten“ geändert."
+"Item status was successfully changed to ""Finished"".","Der Artikelstatus wurde in „beendet“ geändert."
+"Item was successfully added","Artikel wurde hinzugefügt"
+"Method require loaded instance first","Für diese Methode muss zuerst die Instanz geladen werden"
+"Fixed Price","Festpreis"
+"Auction","Auktion"
+"Business Day","Werktag"
+"Business Days","Werktage"
+"Same","Gleicher Werktag"
+"New","Neu"
+"New Other","Neu: Sonstige"
+"New With Defects","Neu mit Mängeln"
+"Manufacturer Refurbished","Vom Hersteller aufgearbeitet"
+"Seller Refurbished","Vom Verkäufer aufgearbeitet"
+"Used","Gebraucht"
+"Very Good","Sehr gut"
+"Good","Gut"
+"Acceptable","Akzeptabel"
+"For Parts or Not Working","Als Ersatzteil oder nicht funktionsfähig"
+"Free","Kostenlos"
+"Invalid listing type in attribute.","Ungültiger Angebotstyp im Attribut."
+"Category ID","Kategorie-ID"
+"Category Path","Kategoriepfad"
+"Please choose a condition to add...","Wählen Sie eine Bedingung zum Hinzufügen aus..."
+"Conditions Combination","Bedingungskombination"
+"eBay Values","eBay-Werte"
+"Product Attribute","Produktattribut"
+"Payment status was updated to Paid on eBay.","Der Zahlungsstatus wurde bei eBay auf „bezahlt“ aktualisiert."
+"Shipping status was updated to Shipped on eBay.","Der Versandstatus wurde bei eBay auf „verschickt“ aktualisiert."
+"Buyer has changed the shipping address of this order at the time of completing payment on eBay.","Der Käufer hat die Lieferadresse für diese Bestellung zum Zeitpunkt des Zahlungsabschlusses bei eBay geändert."
+"Duplicated eBay orders with ID #%id%.","Doppelte eBay-Bestellung mit der Nummer %id%."
+"Order Creation Rules were not met. Press Create Order button at Order view page to create it anyway.","Die Regeln zum Erstellen von Bestellungen wurden nicht eingehalten. Klicken Sie auf „Bestellung erstellen“ auf der Übersichtsseite der Bestellungen, um die Bestellung trotzdem zu erstellen."
+"Magento Order #%order_id% should be canceled as new combined eBay order #%new_id% was created.","Die Magento-Bestellung %order_id% sollte storniert werden, da eine neue kombinierte eBay-Bestellnr. %new_id% erstellt wurde."
+"eBay Order #%old_id% was deleted as new combined order #%new_id% was created.","Die eBay-Bestellung %order_id% wurde gelöscht, da die neue kombinierte Bestellnr. %new_id% erstellt wurde."
+"Unable to create directory '%directory%'.","Das Verzeichnis „%directory%“ konnte nicht erstellt werden."
+"Image %url% was not downloaded.","Das Bild %url% wurde nicht heruntergeladen."
+"Product import is disabled in eBay Account settings.","Das Importieren von Produkten ist in den Einstellungen des eBay-Mitgliedskontos deaktiviert."
+"Data obtaining for eBay Item failed. Please try again later.","Der Abruf der Daten für den eBay-Artikel ist fehlgeschlagen. Bitte versuchen Sie es später noch einmal."
+"Product for eBay Item #%id% was created in Magento catalog.","Produkt für eBay-Artikelnr. %id% wurde im Magento-Katalog erstellt."
+"Magento Order creation for items listed by M2E Pro is disabled in Account settings.","Die Erstellung von Magento-Bestellungen für mit M2E Pro eingestellte Artikel ist in den Kontoeinstellungen deaktiviert."
+"Magento Order creation for items listed by 3rd party software is disabled in Account settings.","Die Erstellung von Magento-Bestellungen für mit Drittanbieter-Software eingestellte Artikel ist in den Kontoeinstellungen deaktiviert."
+"Product import is disabled in Account settings.","Das Importieren von Produkten ist in den Kontoeinstellungen deaktiviert."
+"Not Selected Yet","Noch nicht ausgewählt"
+"eBay Shipping","eBay-Versand"
+"Checkout Message From Buyer","Nachricht des Käufers lesen"
+"Customer with ID specified in eBay account settings does not exist.","Der Kunde mit der in den eBay-Kontoeinstellungen angegebenen ID existiert nicht."
+"Invalid component mode.","Ungültiger Komponentenmodus."
+"Magento Order was canceled.","Die Magento-Bestellung wurde storniert."
+"Magento Order cannot be canceled.","Die Magento-Bestellung kann nicht storniert werden."
+"Task ""Remove Duplicated Products"" is started. Please wait...","Die Aufgabe „Doppelt vorhandene Produkte entfernen“ wurde gestartet. Bitte warten Sie..."
+"Task ""Remove Duplicated Products"" is finished. Please wait...","Die Aufgabe „Doppelt vorhandene Produkte entfernen“ wurde abgeschlossen. Bitte warten Sie..."
+"Duplicated item %s was found and stopped on eBay.","Der Artikel %s ist doppelt bei eBay vorhanden und wurde daher angehalten."
+"Item status was successfully changed to ""Not Listed"".","Der Artikelstatus wurde in „nicht eingestellt“ geändert."
+"Item status was successfully changed to ""Hidden"".","Der Artikelstatus wurde in „unsichtbar“ geändert."
+"Task ""Remove Unused Templates"" is started. Please wait...","Die Aufgabe „Nicht genutzte Vorlagen entfernen“ wurde gestartet. Bitte warten Sie..."
+"Task ""Remove Unused Templates"" is finished. Please wait...","Die Aufgabe „Nicht genutzte Vorlagen entfernen“ wurde abgeschlossen. Bitte warten Sie..."
+"Task ""Update Listings Products"" is started. Please wait...","Die Aufgabe „Produkte in Angeboten aktualisieren“ wurde gestartet. Bitte warten Sie..."
+"Task ""Update Listings Products"" is finished. Please wait...","Die Aufgabe „Produkte in Angeboten aktualisieren“ wurde abgeschlossen. Bitte warten Sie..."
+"Task ""Update Listings Products"" for eBay account: ""%s"" is started. Please wait...","Die Aufgabe „Produkte in Angeboten aktualisieren“ wurde für das eBay-Konto „%s“ gestartet. Bitte warten Sie..."
+"Task ""Default Synchronization"" is started. Please wait...","Die Aufgabe „Standard-Synchronisierung“ wurde gestartet. Bitte warten Sie..."
+"Task ""Default Synchronization"" is finished. Please wait...","Die Aufgabe „Standard-Synchronisierung“ wurde abgeschlossen. Bitte warten Sie..."
+"The ""Receive"" action is started. Please wait...","Die Aktion „Empfangen“ wurde gestartet. Bitte warten Sie..."
+"The ""Receive"" action is finished. Please wait...","Die Aktion „Empfangen“ wurde abgeschlossen. Bitte warten Sie..."
+"The ""Receive"" action for eBay account: ""%s"" is started. Please wait...","Die Aktion „Empfangen“ wurde für das eBay-Konto „%s“ gestartet. Bitte warten Sie..."
+"The ""Response"" action is started. Please wait...","Die Aktion „Antwort“ wurde gestartet. Bitte warten Sie..."
+"The ""Response"" action is finished. Please wait...","Die Aktion „Antwort“ wurde abgeschlossen. Bitte warten Sie..."
+"Task ""Feedback Synchronization"" is started. Please wait...","Die Aufgabe „Bewertungen synchronisieren“ wurde gestartet. Bitte warten Sie..."
+"Task ""Feedback Synchronization"" is finished. Please wait...","Die Aufgabe „Bewertungen synchronisieren“ wurde abgeschlossen. Bitte warten Sie..."
+"The ""Categories Synchronization"" action is started. Please wait...","Die Aktion „Kategorien synchronisieren“ wurde gestartet. Bitte warten Sie..."
+"The ""Categories Synchronization"" action is finished. Please wait...","Die Aktion „Kategorien synchronisieren“ wurde abgeschlossen. Bitte warten Sie..."
+"The ""Categories Synchronization"" action for eBay Site: ""%s"" is started. Please wait...","Die Aktion „Kategorien synchronisieren“ für die eBay-Website „%s“ wurde gestartet. Bitte warten Sie..."
+"The ""Categories Synchronization"" action for eBay Site: ""%mrk%"" has been successfully completed.","Die Aktion „Kategorien synchronisieren“ für die eBay-Website „%mrk%“ wurde abgeschlossen."
+"The ""Receive Details"" action is started. Please wait...","Die Aktion „Details empfangen“ wurde gestartet. Bitte warten Sie..."
+"The ""Receive Details"" action is finished. Please wait...","Die Aktion „Details empfangen“ wurde abgeschlossen. Bitte warten Sie..."
+"The ""Receive Details"" action for eBay Site: ""%s"" is started. Please wait...","Die Aktion „Details empfangen“ für die eBay-Website „%s“ wurde gestartet. Bitte warten Sie..."
+"The ""Receive Details"" action for eBay Site ""%s"" is in data processing mode. Please wait...","Die Aktion „Details empfangen“ für die eBay-Website „%s“ befindet sich im Datenverarbeitungsmodus. Bitte warten Sie..."
+"The ""Receive Details"" action for eBay Site: ""%mrk%"" has been successfully completed.","Die Aktion „Details empfangen“ für die eBay-Website „%mrk%“ wurde abgeschlossen."
+"eBay Parts Compatibility Synchronization","eBay-Informationen zur Zubehör- und Ersatzteilkompatibilität synchronisieren"
+"The ""%s"" action is started. Please wait...","Die Aktion „%s“ wurde gestartet. Bitte warten Sie..."
+"The ""%s"" action is finished. Please wait...","Die Aktion „%s“ wurde abgeschlossen. Bitte warten Sie..."
+"Task ""Marketplaces Synchronization"" is started. Please wait...","Die Aufgabe „Marktplätze synchronisieren“ wurde gestartet. Bitte warten Sie..."
+"Task ""Marketplaces Synchronization"" is finished. Please wait...","Die Aufgabe „Marktplätze synchronisieren“ wurde abgeschlossen. Bitte warten Sie..."
+"eBay Orders Cancellation Synchronization","Stornierung von eBay-Bestellungen synchronisieren"
+"Task ""%s"" is started. Please wait...","Die Aufgabe „%s“ wurde gestartet. Bitte warten Sie..."
+"Task ""%s"" is finished. Please wait...","Die Aufgabe „%s“ wurde abgeschlossen. Bitte warten Sie..."
+"Task ""Orders Cancellation Synchronization"" for eBay account: ""%s"" is started. Please wait...","Die Aufgabe „Bestellungsstornierungen synchronisieren“ für das eBay-Konto „%s“ wurde gestartet. Bitte warten Sie..."
+"Reservation period cannot be less than 1 day.","Die Reservierungsdauer muss mindestens 1 Tag lang sein."
+"eBay Orders Receive Synchronization","Empfang von eBay-Bestellungen synchronisieren"
+"Task ""%s"" for eBay account: ""%s"" is started. Please wait...","Die Aufgabe „%s“ wurde für das eBay-Konto „%s“ gestartet. Bitte warten Sie..."
+"Task ""%s"" for eBay account: ""%acc%"" is in data processing state. Please wait...","Die Aufgabe „%s“ für das eBay-Konto „%acc%“ befindet sich im Status Datenverarbeitung. Bitte warten Sie..."
+"Task ""%s"" for eBay account: ""%s"" is in order creation state.. Please wait...","Die Aufgabe „%s“ für das eBay-Konto „%s“ befindet sich im Status Bestellungserstellung. Bitte warten Sie..."
+"eBay Qty Reserve Cancellation Synchronization","Synchronisierung der Stornierung der Stückzahlreservierung bei eBay"
+"eBay Orders Update Synchronization","Aktualisierung von eBay-Bestellungen synchronisieren"
+"eBay Orders Synchronization","eBay-Bestellungen synchronisieren"
+"The ""Relist"" action is started. Please wait...","Die Aktion „Wiedereinstellen“ wurde gestartet. Bitte warten Sie..."
+"The ""Relist"" action is finished. Please wait...","Die Aktion „Wiedereinstellen“ wurde abgeschlossen. Bitte warten Sie..."
+"The ""Revise"" action is started. Please wait...","Die Aktion „Überarbeiten“ wurde gestartet. Bitte warten Sie..."
+"The ""Revise"" action is finished. Please wait...","Die Aktion „Überarbeiten“ wurde abgeschlossen. Bitte warten Sie..."
+"The ""Stop"" action is started. Please wait...","Die Aktion „Anhalten“ wurde gestartet. Bitte warten Sie..."
+"The ""Stop"" action is finished. Please wait...","Die Aktion „Anhalten“ wurde abgeschlossen. Bitte warten Sie..."
+"Task ""Update 3rd Party Listings"" has completed with errors. View %sl%listings log%el% for details.","Die Aufgabe „Angebote von Drittanbietern aktualisieren“ wurde mit Fehlern abgeschlossen. Ausführliche Informationen finden Sie im %sl%Angebotsprotokoll%el%."
+"Task ""Update 3rd Party Listings"" has completed with warnings. View %sl%listings log%el% for details.","Die Aufgabe „Angebote von Drittanbietern aktualisieren“ wurde mit Warnungen abgeschlossen. Ausführliche Informationen finden Sie im %sl%Angebotsprotokoll%el%."
+"The ""Update 3rd Party Listings"" action is started. Please wait...","Die Aktion „Angebote von Drittanbietern aktualisieren“ wurde gestartet. Bitte warten Sie..."
+"The ""Update 3rd Party Listings"" action is finished. Please wait...","Die Aktion „Angebote von Drittanbietern aktualisieren“ wurde abgeschlossen. Bitte warten Sie..."
+"Task ""3rd Party Listings Synchronization"" for eBay account: ""%s"" is started. Please wait...","Die Aufgabe „Angebote von Drittanbietern synchronisieren“ wurde für das eBay-Konto „%s“ gestartet. Bitte warten Sie..."
+"Task ""3rd Party Listings Synchronization"" is started. Please wait...","Die Aufgabe „Angebote von Drittanbietern synchronisieren“ wurde gestartet. Bitte warten Sie..."
+"Task ""3rd Party Listings Synchronization"" is finished. Please wait...","Die Aufgabe „Angebote von Drittanbietern synchronisieren“ wurde abgeschlossen. Bitte warten Sie..."
+"The ""Business Policies Receive"" action for eBay Site: ""%s"" and Account: ""%s"" is started. Please wait...","Die Aktion „Rahmenbedingungen für Ihre Angebote empfangen“ für die eBay-Website „%s“ und das Konto „%s“ wurde gestartet. Bitte warten Sie..."
+"The ""'.$this->synchName.'"" action is started. Please wait...","Das ""'.$this->synchName.'"" wurde gestartet. Bitte warten Sie..."
+"The ""'.$this->synchName.'"" action is finished. Please wait...","Das ""'.$this->synchName.'"" wurde abgeschlossen. Bitte warten Sie..."
+"Task ""'.$this->synchName.'"" is started. Please wait...","Aufgabe ""'.$this->synchName.'"" wurde gestartet. Bitte warten Sie..."
+"Task ""'.$this->synchName.'"" is finished. Please wait...","Aufgabe ""'.$this->synchName.'"" wurde abgeschlossen. Bitte warten Sie..."
+"The ""List"" action is started. Please wait...","Die Aktion „Einstellen“ wurde gestartet. Bitte warten Sie..."
+"The ""List"" action is finished. Please wait...","Die Aktion „Einstellen“ wurde abgeschlossen. Bitte warten Sie..."
+"Task ""Inventory Synchronization"" has completed with errors. View %sl%listings log%el% for details.","Die Aufgabe „Warenbestand synchronisieren“ wurde mit Fehlern abgeschlossen. Ausführliche Informationen finden Sie im %sl%Angebotsprotokoll%el%."
+"Task ""Inventory Synchronization"" has completed with warnings. View %sl%listings log%el% for details.","Die Aufgabe „Warenbestand synchronisieren“ wurde mit Warnungen abgeschlossen. Ausführliche Informationen finden Sie im %sl%Angebotsprotokoll%el%."
+"Task ""Inventory Synchronization"" is started. Please wait...","Die Aufgabe „Warenbestand synchronisieren“ wurde gestartet. Bitte warten Sie..."
+"Task ""Inventory Synchronization"" is finished. Please wait...","Die Aufgabe „Warenbestand synchronisieren“ wurde abgeschlossen. Bitte warten Sie..."
+"Template mode is empty.","Es wurde kein Vorlagenmodus angegeben."
+"Title is empty.","Es wurde kein Titel angegeben."
+"Unknown product details name","Unbekannter Name der Produktdetails"
+"Owner object is out of knowledge range.","Owner object is out of knowledge range."
+"Template nick is out of knowledge range.","Vorlagenkurzname liegt außerhalb des Wissensbereichs."
+"Unable to get result object.","Ergebnisobjekt kann nicht abgerufen werden."
+"Marketplace ID is empty.","Keine Marktplatz-ID angegeben."
+"Country is empty.","Kein Land angegeben."
+"product(s)","Produkt(e)"
+"Account does not exist.","Das Mitgliedskonto existiert nicht."
+"The eBay token obtaining is currently unavailable. Reason: %s","Der eBay-Token kann derzeit nicht bezogen werden. Grund: %s"
+"Token was successfully saved","Der Token wurde gespeichert"
+"Account was successfully saved","Das Konto wurde gespeichert"
+"Please select account(s) to remove.","Bitte wählen Sie das Konto bzw. die Konten, das/die Sie entfernen möchten."
+"%s record(s) were successfully deleted.","%s Datensatz/-sätze wurde(n) gelöscht."
+"%s record(s) are used in M2E Listing(s).","%s Datensatz/-sätze wird/werden in M2E-Angebot(en) verwendet."
+"Account must not be in use to be deleted.","Das Konto darf nicht verwendet werden, wenn es gelöscht werden soll."
+"Some eBay store categories were deleted from eBay. Click
+ here to check.","Einige eBay Shop-Kategorien wurden aus eBay gelöscht. Näheres erfahren Sie hier ."
+"Account is not added or updated. Try again later.","Das Konto wurde nicht hinzugefügt oder aktualisiert. Versuchen Sie es bitte später noch einmal."
+"Settings was successfully saved.","Die Einstellungen wurden gespeichert."
+"Feedback is not defined.","Die Bewertungen sind nicht definiert."
+"Requested order was not found.","Die angeforderte Bestellung wurde nicht gefunden."
+"Item's Marketplace is Unknown.","Der Marktplatz des Artikels ist unbekannt."
+"Magento Categories are not specified on products you are adding.","Für die Produkte, die Sie hinzufügen, sind keine Magento-Kategorien angegeben."
+"Select Products (eBay Categories)","Produkte auswählen (eBay-Kategorien)"
+"There are no items to continue. Please, go back and select the item(s).","Es wurden keine Artikel zum Fortfahren ausgewählt. Bitte gehen Sie zurück und wählen Sie zunächst einen oder mehrere Artikel aus."
+"You have not selected the Primary eBay Category for some Magento Categories.","Für einige Magento-Kategorien haben Sie noch keine Hauptkategorie bei eBay ausgewählt."
+"Please, specify a value suitable for all chosen products.","Bitte geben Sie einen Wert an, der für alle ausgewählten Produkte geeignet ist."
+"Listing is not defined","Angebot ist nicht definiert"
+"Synchronization settings was successfully saved.","Die Synchronisierungseinstellungen wurden gespeichert."
+"Manage Listings","Angebote verwalten"
+"The item was successfully removed.","Der Artikel wurde entfernt."
+"No categories found","Es wurden keine Kategorien gefunden"
+"Requested eBay Item ID is not found.","Die angeforderte eBay-Artikelnummer wurde nicht gefunden."
+"Listing does not exist.","Das Angebot existiert nicht."
+"Adding New Products action was not completed. Please, complete it.","Die Aktion „Neue Produkte hinzufügen“ wurde nicht abgeschlossen. Bitte schließen Sie sie ab."
+"The listing is locked by another process. Please try again later.","Das Angebot wird durch einen anderen Prozess gesperrt. Bitte versuchen Sie es später noch einmal."
+"Please select item(s) to remove.","Bitte wählen Sie den bzw. die Artikel aus, den/die Sie entfernen möchten."
+"%s listing(s) were successfully deleted","%s Angebot(e) wurde(n) gelöscht"
+"%s listing(s) have listed items and can not be deleted","%s Angebot(e) verfügt/verfügen über eingestellte Artikel und kann/können nicht gelöscht werden"
+"Compatibility Attribute is not selected.","Kompatibilitätsattribut ist nicht ausgewählt."
+"Required parameters were not selected.","Die erforderlichen Parameter wurden nicht ausgewählt."
+"ePIDs were saved in Compatibility Attribute.","Die ePIDs wurden im Kompatibilitätsattribut gespeichert."
+"Listing Review","Angebot prüfen"
+"Logs","Protokolle"
+"3rd Party Listing does not exist.","Das Drittanbieter-Angebot existiert nicht."
+"Marketplaces","Marktplätze"
+"Sales","Verkäufe"
+"Order address has been updated.","Die Rechnungsadresse wurde aktualisiert."
+"Please select order(s).","Bitte wählen Sie die Bestellung(en) aus."
+"Payment status for selected eBay Order(s) was updated to Paid.","Der Zahlungsstatus der ausgewählten eBay-Bestellungen wurde auf „bezahlt“ aktualisiert."
+"Payment status for selected eBay Order(s) was not updated.","Der Zahlungsstatus der ausgewählten eBay-Bestellungen wurde nicht aktualisiert."
+"Shipping status for selected eBay Order(s) was updated to Shipped.","Der Versandstatus der ausgewählten eBay-Bestellungen wurde auf „verschickt“ aktualisiert."
+"Shipping status for selected eBay Order(s) was not updated.","Der Versandstatus der ausgewählten eBay-Bestellung(en) wurde nicht aktualisiert."
+"Magento Order was created.","Die Magento-Bestellung wurde erstellt."
+"Magento Order was not created. Reason: %s","Die Magento-Bestellung wurde nicht erstellt. Grund: %s"
+"Invoice was created.","Die Rechnung wurde erstellt."
+"Shipment was created.","Der Versand wurde erstellt."
+"Transaction ID should be defined.","Die Transaktionsnummer muss definiert werden."
+"eBay order transaction does not exist.","Die Transaktion dieser eBay-Bestellung existiert nicht."
+"This is not a PayPal transaction.","Dies ist keine PayPal-Transaktion."
+"Please select item(s) to clear","Bitte wählen Sie den bzw. die Artikel, den/die Sie löschen möchten"
+"The synchronization task log has been successfully cleaned.","Das Protokoll für die Synchronisierungsaufgabe wurde gelöscht."
+"eBay 3rd Party Listings are being downloaded now. ' .
+ 'They will be available soon in %s > Listings > 3rd Party. ' .
+ 'You can continue working with M2E Pro.","Die eBay-Angebote von Drittanbietern werden jetzt heruntergeladen. ' . 'Sie werden demnächst unter %s > „Angebote“ > „Drittanbieter“ verfügbar sein. ' . 'Sie können weiter mit M2E Pro arbeiten."
+"This product ID does not exist","Es gibt keine solche Produkt-ID."
+"Error search charity","Fehler bei Suche nach Wohltätigkeitsorganisation"
+"Policy does not exist.","Rahmenbedingungen existieren nicht."
+"Policy was not saved.","Rahmenbedingungen wurden nicht gespeichert."
+"Policy was successfully saved.","Rahmenbedingungen wurden gespeichert."
+"Policy was successfully deleted.","Rahmenbedingungen wurden gelöscht."
+"Policy cannot be deleted as it is used in Listing settings.","Rahmenbedingungen können nicht gelöscht werden, da sie in den Angebotseinstellungen verwendet werden."
+"The listing was successfully saved.","Das Angebot wurde gespeichert."
+"To change account settings click on its record in the grid or choose Edit in the Action dropdown.
+ To review accounts feedback, click the appropriate link. An account can be also deleted, but only if it is not used in M2E listing settings.","Klicken Sie zum Ändern der Kontoeinstellungen auf den Datensatz im Raster oder wählen Sie im Drop-down-Menü „Aktion“ den Eintrag „Bearbeiten“. Klicken Sie zum Aufrufen der Bewertungen für das Konto auf den entsprechenden Link. Ein Konto kann auch gelöscht werden – jedoch nur, wenn es nicht in den M2E-Angebotseinstellungen verwendet wird."
+"
+ M2E allows you to receive feedback from your buyers and respond them according to the settings below.
+Note: The Feedback Synchronization must be enabled in %s > Configuration > Synchronization."," M2E bietet die Möglichkeit, Bewertungen von Käufern zu erhalten und zu beantworten. Legen Sie dazu die folgenden Einstellungen fest.Hinweis: Die Bewertungssynchronisierung muss unter %s > „Konfiguration“ > „Synchronisierung“ aktiviert werden."
+"Buyers Feedback","Käuferbewertung"
+"Import Feedback","Bewertung importieren"
+"Choose to import feedback from eBay buyers into Magento.","Wählen Sie diese Option, um Bewertungen von eBay-Käufern in Magento zu importieren."
+"Seller Response","Verkäuferantwort"
+"Auto Response","Automatische Beantwortung"
+"There are two ways to set up your auto response to buyer feedback:
+ Cycle Mode - the system chooses an existing response template according to the sales order and sends it to the buyer.
+ Random Mode - the system randomly chooses an existing response template and sends it out.","Für die automatische Beantwortung von Bewertungen durch Käufer gibt es zwei Modi: Zyklischer Modus : Das System wählt aus den bestehenden Antwortvorlagen eine für die Bestellung passende Vorlage aus und sendet sie an den Käufer. Zufallsmodus : Das System wählt nach dem Zufallsprinzip eine der bestehenden Antwortvorlagen aus und versendet sie."
+"Disabled","Deaktiviert"
+"Cycle Mode","Zyklischer Modus"
+"Random Mode","Zufallsmodus"
+"Choose between Cycle Mode, Random Mode, or to disable it completely.","Wählen Sie den Modus (Zyklischer Modus, Zufallsmodus) aus oder deaktivieren Sie die automatische Beantwortung."
+"Send to","Senden an"
+"All","Alle"
+"Responses to All feedbacks or Positive only.","Beantwortung aller Bewertungen oder nur Beantwortung der positiven Bewertungen."
+"Response Templates","Antwortvorlagen"
+"Add Response Template","Antwortvorlage hinzufügen"
+"Edit Response Template","Antwortvorlage bearbeiten"
+"Should be between 2 and 80 characters long.","Die Antwortvorlage sollte zwischen 2 und 80 Zeichen lang sein."
+"Please enter correct number of characters.","Bitte geben Sie die korrekte Anzahl von Zeichen ein."
+"You can add an eBay Production (live environment) or Sandbox (test environment) account.
+ Note: A Production eBay account only works in a live environment. A Sandbox account only works in a test environment. To register for a Sandbox account go to www.developer.ebay.com
+ After completing the General Information, click the Get Token button where you'll be redirected to the eBay website. Simply sign-in and press I Agree to allow my eBay account to connect to M2E Pro.
+ Once the Token is successfully accepted, the status will say “Yes†. Click the button “Save And Continue Edit†to proceed.","Sie können ein eBay-Produktionskonto (Live-Umgebung) oder ein Sandbox-Konto (Testumgebung) hinzufügen. Hinweis: Ein eBay-Produktionskonto funktioniert nur in einer Live-Umgebung. Ein Sandbox-Konto funktioniert nur in einer Testumgebung. Wenn Sie ein Sandbox-Konto registrieren möchten, gehen Sie zu www.developer.ebay.com . Klicken Sie nach Eingabe der allgemeinen Informationen auf die Schaltfläche Token abrufen . Sie gelangen daraufhin zur eBay-Website. Loggen Sie sich ein und klicken Sie auf Ich bin einverstanden , um die Verknüpfung des eBay-Kontos mit M2E Pro zuzulassen. Wenn der Token akzeptiert wurde, ändert sich der Status in Ja . Klicken Sie zum Fortfahren auf die Schaltfläche „Speichern und weiter bearbeiten“."
+"Be attentive! By deleting account you delete all information on it from M2E Pro server. This will cause inappropriate work of all accounts' copies.","Bitte beachten Sie: Wenn Sie ein Konto löschen, werden alle damit verbundenen Informationen vom M2E Pro-Server gelöscht. Dies kann dazu führen, dass die Kopien des Kontos nicht richtig funktionieren."
+"No Customer entry is found for specified ID.","Es wurde kein Kundeneintrag für die eingegebene ID gefunden."
+"If Yes is chosen, you must select at least one attribute for product mapping.","Wenn Sie „Ja“ ausgewählt haben, müssen Sie mindestens ein Attribut für die Produktzuordnung bestimmen."
+"You should create at least one response template.","Sie müssen mindestens eine Antwortvorlage erstellen."
+"You must get token.","Sie müssen den Token abrufen."
+"Mode","Modus"
+"Production (Live eBay)","Production (Live eBay)"
+"Sandbox (Test eBay)","Sandbox (eBay-Testmodul)"
+"Environment of eBay account.","Die Umgebung bzw. das Modul des eBay-Mitgliedskontos."
+"Token","Token"
+"Grant Access","Zugriff gewähren"
+"Ensure you acquire your token within 5 minutes, or you may exceed your time limit and have to start again.","Beachten Sie, dass Sie zum Abrufen des Tokens nur 5 Minuten Zeit haben. Wenn Sie die Zeit überschreiten, müssen Sie von vorn beginnen."
+"Activated","Aktiviert"
+"Expiration Date","Gültig bis"
+"
+ The 3rd Party Listings are the items, which were listed on eBay without using M2E Pro extension.
+
+ Set 'Yes' in Import 3rd Party Listings to allow importing for the current eBay Account. Imported listings you can find in Sell on eBay -> Listings -> 3rd Party.
+
+ Use 'Product Mapping' settings to connect eBay listings to Magento products.
+
+ Note: The 3rd Party Listings Synchronization must be enabled in %1$s > Configuration > Synchronization.
+ "," Die Angebote von Drittanbietern sind die Artikel, die ohne M2E Pro bei eBay eingestellt wurden. Legen Sie für „Angebote von Drittanbietern importieren“ „Ja“ fest, um das Importieren für das aktuelle eBay-Konto zuzulassen. Importierte Angebote finden Sie in „Bei eBay verkaufen“ > „Angebote“ > „Drittanbieter“. Verwenden Sie die „Produktzuordnung“-Einstellungen, um eBay-Angebote mit Magento-Produkten zu verknüpfen. Hinweis: Die Synchronisierung von Drittanbieterangeboten muss unter %1$s > „Konfiguration“ > „Synchronisierung“ aktiviert werden. "
+"Import 3rd Party Listings","Angebote von Drittanbietern importieren"
+"Allows importing 3rd Party Listings.Note: Only active eBay Listings created less than 2 years before will be imported.","Ermöglicht das Importieren von Angeboten von Drittanbietern.Hinweis: Importiert werden nur aktive eBay-Angebote, die vor weniger als 2 Jahren erstellt wurden."
+"Product Mapping","Produktzuordnung"
+"Maps eBay product with Magento product.","Verknüpft eBay-Produkte mit Magento-Produkten."
+"Mapping Settings","Zuordnungseinstellungen"
+"Custom Label (SKU)","Lagerhaltungsnummer (SKU)"
+"None","Keine"
+"Product SKU","Produkt-Artikelnummer"
+"Listing Title","Artikelbezeichnung"
+"Mapped Items Synchronization","Zugeordnete Artikel synchronisieren"
+"Enabled","Aktiviert"
+"Enables / Disables synchronization of Mapped 3rd Party Listings for the current account. Click 'Synchronization Settings' button to configure settings.
+ Note: The first 3rd Party Listings Synchronization launches the first product automapping. After that you can launch it manually in Sell on eBay > Listings > 3rd Party.","Aktiviert/deaktiviert die Synchronisierung zugeordneter Angebote von Drittanbietern für das aktuelle Konto. Klicken Sie auf die Schaltfläche „Synchronisierungseinstellungen“, um die Einstellungen zu konfigurieren. Hinweis: Die erste Synchronisierung von Drittanbieterangeboten startet die erste automatische Produktzuordnung. Anschließend können Sie sie unter „Bei eBay verkaufen“ > „Angebote“ > „Drittanbieter“ manuell starten."
+"Related Store Views","Verknüpfte Shop-Ansichten"
+"Related Store View","Verknüpfte Shop-Ansicht"
+"Establish connection between eBay sites and Magento Store Views for correct data synchronization.","Stellen Sie eine Verknüpfung zwischen eBay-Websites und Magento-Shop-Ansichten her, um eine korrekte Synchronisierung der Daten zu gewährleisten."
+"For each eBay account M2E Pro allows import orders coming from eBay and setting up automatic Magento orders creation.
+ Using appropriate settings you can create Magento orders for the items listed by the 3rd party software and by M2E Pro.
+
+
+ Note: The Product Stock QTY only reduces after Magento Order creation.
+ The Order Synchronization must be enabled in %1$s > Configuration > Synchronization.","Für jedes eBay-Konto können Sie in M2E Pro von eBay kommende Bestellungen importieren und die automatische Erstellung von Magento-Bestellungen einrichten. Mit entsprechenden Einstellungen können Sie Magento-Bestellungen für die über Drittanbietersoftware und M2E Pro eingestellten Artikel erstellen. Hinweis: Die Stückzahl der verfügbaren Artikel wird erst nach der Erstellung der Magento-Bestellung reduziert. Die Bestellungssynchronisierung muss unter %1$s > „Konfiguration“ > „Synchronisierung“ aktiviert werden."
+"Import eBay Orders","eBay-Bestellungen importieren"
+"Choose to import the orders placed on eBay.","Wählen Sie diese Option, um bei eBay platzierte Bestellungen zu importieren."
+"Product Is Listed By M2E Pro","Produkt wurde mit M2E Pro eingestellt"
+"Create Order in Magento","Bestellung in Magento erstellen"
+"Whether an order has to be created in Magento if a sold product belongs to M2E Pro Listings.","Legen Sie fest, ob eine Bestellung in Magento erstellt werden soll, wenn ein verkauftes Produkt zu den M2E Pro-Angeboten gehört."
+"Magento Store View Source","Quelle der Magento-Shop-Ansicht"
+"Use Store View from Listing","Shop-Ansicht aus Angebot verwenden"
+"Choose Store View Manually","Shop-Ansicht manuell auswählen"
+"Use the store view from your M2E Listing, or choose store view manually.","Legen Sie fest, ob die Shop-Ansicht aus Ihrem M2E-Angebot verwendet werden soll oder ob Sie die Shop-Ansicht manuell auswählen möchten."
+"The store the orders will be placed in.","Der Shop, in dem die Bestellungen platziert werden."
+"Product Is Listed By Any Other Software","Produkt wurde mit anderer Software eingestellt"
+"Whether an order has to be created in Magento if a sold product does not belong to M2E Pro Listings.","Legen Sie fest, ob eine Bestellung in Magento erstellt werden soll, wenn ein verkauftes Produkt nicht zu den M2E Pro-Angeboten gehört."
+"Product Not Found","Produkt nicht gefunden"
+"Do Not Create Order","Bestellung nicht erstellen"
+"Create Product and Order","Produkt und Bestellung erstellen"
+"What has to be done if a listed product does not exist in Magento.","Legen Sie fest, was geschehen soll, wenn ein eingestelltes Produkt nicht in Magento existiert."
+"Note: Only simple products without variations can be created in Magento. If there is a product with variations on eBay, M2E Pro creates different simple products for each variation.","Hinweis: In Magento können nur einfache Produkte ohne Varianten erstellt werden. Wenn ein Produkt mit Varianten bei eBay eingestellt ist, erstellt M2E Pro ein einfaches Produkt für jede Variante."
+"Product Tax Class","Produkt-Steuerklassen"
+"Tax Class which will be used for products created by M2E Pro.","Steuerklasse, die für die von M2E Pro erstellten Produkte verwendet wird"
+"Customer Settings","Kundeneinstellungen"
+"Customers","Kunden"
+"There are several ways to specify a customer Magento Orders will be assigned to:
+
+ Guest Account - the system does not require a customer account to be created. Default guest account will be used instead.
+ Note: To use this option, Magento Guest Checkout option must be enabled.
+ Predefined Customer - the system uses predefined customer.
+ Create New - a new customer will be created in Magento.
+ Note: If a customer already exists in Magento, the system assigns orders to him.","Es gibt verschiedene Möglichkeiten, einen Kunden anzugeben, dem Magento-Bestellungen zugewiesen werden: Gästekonto : Das System verlangt nicht, dass ein Kundenkonto angelegt wird. Stattdessen wird das Standard-Gästekonto verwendet. Hinweis: Für diese Option muss in Magento die Möglichkeit aktiviert sein, als Gast bezahlen zu können. Vordefinierter Kunde : Das System verwendet einen vordefinierten Kunden. Neu erstellen : In Magento wird ein neuer Kunde angelegt. Hinweis: Wenn es in Magento bereits einen Eintrag für einen Kunden gibt, weist das System ihm die Bestellung zu."
+"Customer","Kunde"
+"Guest Account","Gästekonto"
+"Predefined Customer","Vordefinierter Kunde"
+"Create New","Neu erstellen"
+"Customer Magento Orders will be created for.","Kunde, für den die Magento-Bestellungen erstellt werden"
+"Customer ID","Kunden-ID"
+"Enter Magento customer ID.","Geben Sie die Magento-Kunden-ID ein."
+"Associate to Website","Website zuordnen"
+"-- Please Select --","-- Bitte auswählen --"
+"Website a customer account will be created for.","Website, für die das Kundenkonto erstellt wird"
+"Customer Group","Kundengruppe"
+"Customer Group a customer will be assigned to.","Kundengruppe, der der Kunde zugewiesen wird"
+"Send Emails When The Following Is Created","E-Mail senden, wenn folgende Elemente erstellt wurden"
+"Customer Account","Kundenkonto"
+"Magento Order","Magento-Bestellung"
+"Invoice","Rechnung"
+"Necessary emails will be sent according to Magento settings in Magento > System > Configuration > Sales Emails. Hold Ctrl button, to choose more, than one option.","Alle erforderlichen E-Mails werden entsprechend den unter Magento > System > Konfiguration > Verkaufs-E-Mails festgelegten Magento-Einstellungen versendet. Halten Sie die Strg-Taste gedrückt, um mehrere Optionen gleichzeitig auszuwählen."
+"Order Creation Rules","Regeln zum Erstellen von Bestellungen"
+"Set eBay Orders settings when Magento Orders have to be created.
+
+ The Reserve Quantity option can prevent the item selling before the Magento Order is created.
+ This is because the Product Stock Quantity is reduced after Magento Order creation.
+ It removes items from Magento Stock as soon as the order is received from eBay.","Legen Sie die Einstellungen für eBay-Bestellungen fest, wenn Magento-Bestellungen erstellt werden müssen. Mit der Option „Reservestückzahl“ kann verhindert werden, dass der Artikel verkauft wird, bevor die Magento-Bestellung erstellt wurde. Die Produktbestandsmenge wird nämlich reduziert, nachdem die Magento-Bestellung erstellt wurde. Damit werden Artikel aus dem Magento-Bestand entfernt, sobald die Bestellung von eBay eintrifft."
+"Create Magento Order When","Magento-Bestellung unter folgenden Bedingungen erstellen"
+"Immediately","Sofort"
+"Checkout Is Completed","Kaufabwicklung ist abgeschlossen"
+"Payment Is Received","Zahlung ist eingegangen"
+"Checkout Is Completed & Payment Received","Kaufabwicklung ist abgeschlossen und Zahlung ist eingegangen"
+"Automatic Cancellation","Automatische Stornierung"
+"Never","Nie"
+"In %d days","In %d Tagen"
+"Magento Orders, which were not paid in a definite time interval, will be cancelled. Unpaid Item Process will be launched for such orders on eBay.","Magento-Bestellungen, die nach einem bestimmten Zeitraum nicht bezahlt wurden, werden storniert. Für solche Bestellungen wird bei eBay die Vorgehensweise bei nicht bezahlten Artikeln initiiert."
+"For %d day","Für %d Tag"
+"For %d days","Für %d Tage"
+"For how many days reserve qty has to be kept while Magento Order is not created.","Gibt an, für wie viele Tage die Stückzahl reserviert bleiben soll, während keine Magento-Bestellung erstellt wird."
+"Order Tax Settings","Besteuerungseinstellungen für Bestellungen"
+"Choose the tax settings for your Magento Order:
+
+ eBay - Magento Orders use tax settings from the eBay Listing.
+ Magento - Magento Orders use Magento tax settings.
+ eBay & Magento - Magento Orders use tax settings from the eBay Listing. If there are no tax settings set in eBay, Magento tax settings are used.
+ None - No tax settings are set.","Legen Sie die Besteuerungseinstellungen für Ihre Magento-Bestellung fest: eBay : Für Magento-Bestellungen werden die Besteuerungseinstellungen aus dem eBay-Angebot verwendet. Magento : Für Magento-Bestellungen werden die Besteuerungseinstellungen aus Magento verwendet. eBay und Magento : Für Magento-Bestellungen werden die Besteuerungseinstellungen aus dem eBay-Angebot verwendet. Wenn es im eBay-Angebot keine Besteuerungseinstellungen gibt, kommen die Magento-Besteuerungseinstellungen zum Einsatz. Keine : Es werden keine Besteuerungseinstellungen festgelegt."
+"Tax Source","Steuerquelle"
+"eBay & Magento","eBay und Magento"
+"Order Status Mapping","Zuordnung von Bestellungsstatus"
+"Configure mapping between your eBay Order state and Magento Order statuses.
+ Note: The Order activity in Magento is automatically reflected in your eBay Order:
+ Choose to create automatic invoices and automatic notify the buyer when the item ships.","Konfigurieren Sie die Zuordnung des Status Ihrer eBay-Bestellung zu den Status der Magento-Bestellung. Hinweis: Die Bestellungsaktivität in Magento spiegelt sich automatisch in Ihrer eBay-Bestellung wider: Richten Sie die automatische Erstellung von Rechnungen und die automatische Versandbenachrichtigung für den Käufer ein."
+"Status Mapping","Statuszuordnung"
+"Default Order Statuses","Standard-Bestellstatus"
+"Custom Order Statuses","Benutzerdefinierter Bestellstatus"
+"Payment Is Completed","Zahlung ist abgeschlossen"
+"Automatic Invoice Creation","Automatische Rechnungserstellung"
+"Shipping Is Completed","Versand ist abgeschlossen"
+"Automatic Shipment Creation","Automatische Versanderstellung"
+"
+ With M2E you can also sell your Magento products on eBay store. The information about your store you can find below."," Mit M2E können Sie Ihre Magento-Produkte auch in Ihrem eBay Shop verkaufen. Informationen zu Ihrem Shop finden Sie unten."
+"Information","Informationen"
+"Store Title","Shop-Titel"
+"URL","URL"
+"Subscription Level","Shop-Abonnement"
+"Updates store information.","Aktualisiert die Shop-Informationen"
+"Highlighted category ID.","Markierte Kategorie-ID"
+"This eBay account does not have an eBay Store subscription.","Es ist kein Shop-Abonnement für dieses eBay-Konto vorhanden."
+"Note: All changes you have made will be automatically applied to all M2E listings where this category is used.","Hinweis: Die von Ihnen vorgenommenen Änderungen werden automatisch auf alle M2E-Angebote angewendet, bei denen diese Kategorie verwendet wird."
+"Do not show any more","Nicht wieder anzeigen"
+"Marketplace","Marktplatz"
+"
+ Be careful when you edit categories data, as all changes you have made will be automatically applied to all M2E listings where these categories are used.
+
+
+ Note: If M2E has defined, that a category was removed from eBay, it highlights it.
+ "," Seien Sie bei der Bearbeitung von Kategoriedaten vorsichtig, da alle vorgenommenen Änderungen automatisch auf alle M2E-Angebote angewendet werden, bei denen diese Kategorien verwendet werden. Hinweis: Wenn M2E feststellt, dass eine Kategorie aus eBay entfernt wurde, wird diese Kategorie markiert. "
+"Every time you set a category you specify Item Specifics adapted to M2E listing or product it is set for.
+ All variety of Item Specifics sets you can find on the Specifics tab.
+The number of sets is equal to the number of category usage in M2E.
+
+
+Note: When you change a Primary category, you will need to specify Item Specifics for every created dates.
+","Für jede Kategorie werden Artikelmerkmale angebeben, die an das jeweilige M2E-Angebot oder -Produkt angepasst sind. Die verschiedenen verfügbaren Artikelmerkmalsätze finden Sie auf der Registerkarte „Merkmale“. Die Anzahl der Sets entspricht der Häufigkeit, mit der die Kategorie in M2E verwendet wurde.Hinweis: Wenn Sie eine Hauptkategorie ändern, müssen Sie für alle erstellten Daten Artikelmerkmale festlegen."
+"Created at","Erstellt am"
+"Simple","Einfach"
+"Advanced","Erweitert"
+"There are two modes. Simple is suitable for new users and for those with a limited inventory. Advanced is suitable for the more experienced user.","Zur Wahl stehen zwei Modi. Der Modus „Einfach“ eignet sich für neue Nutzer und Nutzer mit einem begrenzten Warenbestand. Der Modus „Erweitert“ eignet sich für erfahrenere Nutzer."
+"Notifications","Benachrichtigungen"
+"Cron","Cron"
+"Notifies if cron is not run more than 12 hours.","Sie werden benachrichtigt, wenn Cron seit mehr als 12 Stunden nicht ausgeführt wurde."
+"Negative Feedback","Negative Bewertungen"
+"Notifies when a new negative feedback was received.","Sie werden benachrichtigt, falls Sie neue negative Bewertungen erhalten haben."
+"Item Specifics Step","Artikelmerkmale-Schritt"
+"Not Show","Nicht anzeigen"
+"If you do not need to change Item Specifics details every time you add products, you can skip this step (set 'Not Show\","Wenn es nicht erforderlich ist, bei jedem Hinzufügen von Produkten die Artikelmerkmaleinstellungen zu ändern, können Sie diesen Schritt überspringen (auf „Nicht anzeigen“ setzen)."
+"Currency","Währung"
+"Choose the currency you want to sell for.","Wählen Sie die Währung aus, in der Sie verkaufen möchten."
+"Prevent eBay Item Duplicates","Identische Angebote bei eBay vermeiden"
+"Does not list a Magento product if it was listed from another M2E listing.
+
+ Note: This mechanism only works for auto listing and in Live eBay environment.","Verhindert, dass ein Magento-Produkt eingestellt wird, wenn es bereits aus einem anderen M2E-Angebot eingestellt wurde. Hinweis: Dieser Mechanismus funktioniert nur beim automatischen Einstellen und in der Live-eBay-Umgebung."
+"Parts compatibility is a better way for sellers to list parts that fit a variety of vehicles. This format adds standard information to your listing. You can create one listing describing a single part and add a complete list of compatible vehicles.
+ To use this feature you have to:
+
+ In the section below choose the attribute, which will be used for saving ePIDs (Product Reference IDs) of compatible vehicles.
+ In created M2E listing on the 'View Listing' (Settings view mode) page use the Add Compatible Vehicles tool to find necessary compatible items.
+ "," Die Option „Kompatibilität von Ersatzteilen“ unterstützt Verkäufer dabei, Ersatzteile einzustellen, die für eine Vielzahl von Fahrzeugen geeignet sind. Dieses Format fügt Ihrem Angebot Standardinformationen hinzu. Sie können ein Angebot erstellen, das ein einzelnes Ersatzteil beschreibt, und diesem eine vollständige Liste kompatibler Fahrzeuge hinzufügen. Um diese Funktion nutzen zu können, müssen Sie Folgendes tun: Wählen Sie im Abschnitt unten das Attribut aus, das für das Speichern der ePIDs (Produktreferenz-IDs) kompatibler Fahrzeuge verwendet wird. Verwenden Sie im erstellten M2E-Angebot auf der Seite „Angebot anzeigen“ (Ansichtsmodus „Einstellungen“) das Tool zum Hinzufügen kompatibler Fahrzeuge, um die erforderlichen kompatiblen Artikel zu finden. "
+"Select Attribute","Attribut auswählen"
+"Only textarea attributes are shown.","Es werden nur „textarea“-Attribute angezeigt."
+"You do not have textarea attributes.","Sie haben keine „textarea“-Attribute."
+"Set up general preferences for eBay and Save configuration.","Legen Sie allgemeine Einstellungen für eBay fest und speichern Sie die Konfiguration."
+"Cron Is Not Running","Cron wird nicht ausgeführt"
+"Feedback has been successfully sent.","Die Bewertung wurde erfolgreich gesendet."
+"Response Message","Antwort"
+"Buyer's Feedback","Käuferbewertung"
+"Choose Predefined Feedback","Wählen Sie eine vordefinierte Bewertung"
+"Or Write Your Own","Oder verfassen Sie Ihren eigenen Bewertungstext"
+"This page contains all feedback received from buyers and all seller responses to them.
+ Use eBay Accounts dropdown to filter feedback by accounts.
+ If a response to feedback was not automatically sent, you can send it manually by pressing the Response button on
+ appropriate line and filling appeared form at the top of page.
+ Note: Auto Responses to feedback are sent according to the eBay Accounts settings.","Diese Seite enthält alle Käuferbewertungen und alle Antworten des Verkäufers. Verwenden Sie das Drop-down-Menü „eBay-Konten“, um die Bewertungen nach Konten zu filtern. Falls eine Antwort auf eine Bewertung nicht automatisch versendet wurde, können Sie die Antwort manuell senden, indem Sie in der entsprechenden Zeile auf Antwort klicken und das daraufhin oben auf der Seite angezeigte Formular ausfüllen. Hinweis: Automatische Antworten auf Bewertungen werden entsprechend den für das eBay-Konto festgelegten Einstellungen versendet."
+"eBay/Magento Integration: Listing","eBay/Magento-Integration: Angebot"
+"General Settings","Allgemeine Einstellungen"
+"Select the desired eBay account to use. Next, choose your preferred eBay site. Finally, the Magento Store View you would like eBay to use.","Wählen Sie das eBay-Konto aus, das verwendet werden soll. Wählen Sie als Nächstes die bevorzugte eBay-Website aus. Geben Sie zum Schluss die Magento-Shop-Ansicht an, die eBay verwenden soll."
+"Create a title that's meaningful to you. Your Listing Title will not be displayed publicly.","Erstellen Sie eine für Sie aussagekräftige Artikelbezeichnung. Diese Artikelbezeichnung wird nicht öffentlich angezeigt."
+"eBay Settings","eBay-Einstellungen"
+"This is the user name of your eBay account.","Dies ist der Nutzername Ihres eBay-Kontos."
+"This is the site where your item will be listed. Choose from the dropdown list. Your currency will be automatically selected based on your eBay Site choice.","Dies ist die Website, auf der Ihr Artikel eingestellt wird. Wählen Sie im Drop-down-Menü die gewünschte Option aus. Die Währung wird automatisch anhand der Auswahl der eBay-Website festgelegt."
+"Magento Settings","Magento-Einstellungen"
+"This is the store information that will be used on M2E Pro.","Hier können Sie die Shop-Informationen festlegen, die in M2E Pro genutzt werden sollen."
+"Add","Hinzufügen"
+"Account not found, please create it.","Konto nicht gefunden, bitte melden Sie ein Konto an."
+"Add Another","Weiteres hinzufügen"
+"Another Synchronization Is Already Running.","Es wird bereits eine andere Synchronisierung ausgeführt."
+"Getting information. Please wait ...","Informationen werden abgerufen. Bitte warten Sie..."
+"Preparing to start. Please wait ...","Start wird vorbereitet. Bitte warten Sie..."
+"Please wait while synchronization is finished.","Bitte warten Sie, bis die Synchronisierung abgeschlossen ist."
+"The specified title is already used for other listing. Listing title must be unique.","Die eingegebene Bezeichnung wird bereits für ein anderes Angebot verwendet. Die Artikelbezeichnung muss einzigartig sein."
+"Step 1","Schritt 1"
+"Step 2","Schritt 2"
+"Step 3","Schritt 3"
+"Product Assigned to Categories","Produkt wurde Kategorien zugewiesen"
+"No Action","Keine Maßnahme"
+"Add to the Listing","Zum Angebot hinzufügen"
+"Add to the Listing and Assign eBay Category","Zum Angebot hinzufügen und eBay-Kategorie zuweisen"
+"Action which will be applied automatically.","Aktion, die automatisch angewendet wird"
+"Product Deleted from Categories","Produkt aus Kategorien gelöscht"
+"Stop on eBay","Bei eBay anhalten"
+"Stop on eBay and Delete from Listing","Bei eBay anhalten und aus Angebot löschen"
+"This category is already used in the rule %s. If you press ""Confirm"" button, category will be removed from that rule.","Diese Kategorie wird bereits in der Regel %s verwendet. Wenn Sie auf „Bestätigen“ klicken, wird die Kategorie aus dieser Regel entfernt."
+"Rules For Magento Categories","Regeln für Magento-Kategorien"
+"Rules for products added or deleted from particularly Magento category.
+ To add a new rule click on the Add New Rule button.","Regeln für Produkte, die einer bestimmten Magento-Kategorie hinzugefügt oder aus ihr entfernt wurden. Wenn Sie eine neue Regel hinzufügen möchten, klicken Sie auf die Schaltfläche „Neue Regel hinzufügen“."
+"Reset Automatic Action Rules","Automatische Aktionsregeln zurücksetzen"
+"Global (all products)","Global (alle Produkte)"
+"New Product Added to Magento","Neues Magento hinzugefügtes Produkt"
+"Product Deleted from Magento","Aus Magento gelöschtes Produkt"
+"Reset Automatic Action Rule","Automatische Aktionsregel zurücksetzen"
+"Website","Website"
+"Product Added to Website","Produkt wurde zur Website hinzugefügt"
+"Product Deleted from Website","Produkt wurde von Website gelöscht"
+"Rules of auto adding and deletion products from current listing.","Regeln für das automatische Hinzufügen und Löschen von Produkten aus dem aktuellen Angebot"
+"Auto Actions","Automatische Aktionen"
+"Depending on products scope level (Global, Website, Category) you can set the rules of adding / deletion Magento products from the current listing.","Je nach Ausrichtung der Produkte (global, Website, Kategorie) können Sie verschiedene Regeln für das Hinzufügen/Löschen von Magento-Produkten zum/aus dem aktuellen Angebot festlegen."
+"Select the scope level of products to which you want to apply the rule:","Legen Sie die Ausrichtung der Produkte fest, für die die Regel gelten soll:"
+"Means that when a product is added or deleted from Magento catalog the rule is applied.","Wenn diese Option gewählt wird, tritt die Regel in Kraft, sobald ein Produkt dem Magento-Katalog hinzugefügt oder aus ihm gelöscht wird."
+"Means that when a product is added or deleted from the Store you selected in M2E Listing setting the rule is applied.","Wenn diese Option gewählt wird, tritt die Regel in Kraft, sobald ein Produkt dem in der M2E-Angebotseinstellung festgelegten Shop hinzugefügt oder aus ihm gelöscht wird."
+"Means that when a product is added or deleted from Magento category, specified in the rule settings, the rule is applied.","Wenn diese Option gewählt wird, tritt die Regel in Kraft, sobald ein Produkt der in den Regeleinstellungen angegebenen Magento-Kategorie hinzugefügt oder aus ihr gelöscht wird."
+"Step 4","Schritt 4"
+"The only common (presented in all attribute sets) ""Text Field"" or ""Dropdown"" attributes available for selection.","Die einzigen allen Attributsätzen gemeinen „Textfeld“- oder „Drop-down“-Attribute, die zur Wahl stehen."
+"If you cannot find necessary category, try to update eBay sites data .","Wenn Sie die erforderliche Kategorie nicht finden können, versuchen Sie, die eBay-Website-Daten zu aktualisieren ."
+"If you cannot find necessary store category, try to refresh eBay store data .","Wenn Sie die erforderliche Shop-Kategorie nicht finden können, versuchen Sie, die eBay Shop-Daten zu aktualisieren ."
+"Enter keyword(s) or category ID...","Suchbegriff(e) oder Kategorie-ID eingeben..."
+"No recently used categories","Keine zuletzt verwendeten Kategorien"
+"Change","Ändern"
+"No results","Keine Ergebnisse"
+"Try to update eBay sites data and repeate the search.","Versuchen Sie, die eBay-Website-Daten zu aktualisieren , und wiederholen Sie die Suche."
+"Try to refresh eBay store data and repeate the search.","Versuchen Sie, die eBay Shop-Daten zu aktualisieren , und wiederholen Sie die Suche."
+"eBay Category","eBay-Kategorie"
+"eBay Primary Category must be selected.","Sie müssen eine Hauptkategorie bei eBay auswählen."
+"eBay Store Category","eBay Shop-Kategorie"
+"eBay Primary Store Category must be selected.","Sie müssen eine Hauptkategorie des eBay Shops auswählen."
+"You have to set eBay Categories before you can List Items on eBay.","Sie müssen eBay-Kategorien festlegen, bevor Sie Artikel bei eBay einstellen können."
+"Choose one of the options below.","Wählen Sie eine der folgenden Optionen."
+"The same category","Dieselbe Kategorie"
+"The Products will all have the same category.","Die Produkte haben alle dieselbe Kategorie."
+"Remember my choice and skip this step in the future.","Meine Einstellungen speichern und diesen Schritt künftig überspringen"
+"Based on Magento categories","Auf der Basis von Magento-Kategorien"
+"The products will all have the eBay categories that are based on Magento categories.","Für alle Produkte gelten die auf den Magento-Kategorien basierenden eBay-Kategorien."
+"Get suggested categories","Empfohlene Kategorien abrufen"
+"eBay suggests the best categories for your products based on title and attribute set of product.","eBay schlägt Ihnen anhand der Artikelbezeichnung und des Attributsatzes des Produkts die für Ihre Produkte am besten geeigneten Kategorien vor."
+"Set manually for each product","Für jedes Produkt manuell festlegen"
+"You have complete freedom to choose (individually, or by grouping a set of products together) the most suitable eBay category for your products.","Sie können vollkommen frei wählen (einzeln oder durch Zusammenfassen mehrerer Produkte), zu welcher eBay-Kategorie Ihre Produkte am besten passen."
+"If you continue the settings you will choose next will be applied to the current M2E Listing and automatically assigned to all products added later. ","Wenn Sie fortfahren, werden die Einstellungen, die Sie als Nächstes wählen, auf das aktuelle M2E-Angebot angewendet und automatisch allen neu hinzukommenden Produkten zugewiesen. "
+"Apply Settings","Einstellungen übernehmen"
+"Warning: There are product(s) of
+which have no Primary eBay category specified.
+
+You can correct it now by Cancelling this message and choosing Edit Category action.
+Or if you are not sure which category to choose, Continue working.
+You will have a chance to correct category(s) later in the listing settings.","Warnung: Für von Produkt(en) wurde keine Hauptkategorie bei eBay festgelegt. Sie können dies jetzt korrigieren, indem Sie in dieser Meldung auf „Abbrechen“ klicken und die Aktion „Kategorie bearbeiten“ wählen. Wenn Sie sich nicht sicher sind, welche Kategorie Sie wählen sollten, fahren Sie einfach fort. Sie können die Kategorie(n) auch später noch in den Angebotseinstellungen korrigieren."
+"Skip Optional Specifics","Optionale Merkmale überspringen"
+"M2E will check all available Item Specifics for selected eBay Categories and stops at the Category where user action is required (required Item Specifics should be set).","M2E prüft alle verfügbaren Artikelmerkmale auf ausgewählte eBay-Kategorien und stoppt bei der Kategorie, bei der ein Eingreifen seitens des Nutzers erforderlich ist (erforderliche Artikelmerkmale sollten festgelegt sein)."
+" All selected eBay Categories were checked for required Item Specifics.
+
+ Now you can proceed further (use Continue button) or close this window and review Item Specifics if neccessary (use Cancel button)."," Alle ausgewählten eBay-Kategorien wurden auf erforderliche Artikelmerkmale geprüft. Sie können jetzt fortfahren (Schaltfläche „Weiter“) oder dieses Fenster schließen und, sofern erforderlich, die Artikelmerkmale prüfen (Schaltfläche „Abbrechen“)."
+"The category %cat% doesn't have Item Specific.","Die Kategorie %cat% verfügt über keine Artikelmerkmale."
+"Adding specific item details will attract your buyers and help them to find your item in a search. We recommend using as many item specifics as you can.
+ There are mandatory specifics and the chance to create your own.
+
+ There are four options available to you.
+
+
+
+ eBay Recommended
+ eBay recommends certain characteristics your item may possess. Simply choose the most appropriate one from the drop down menu.
+ So if you are selling headphones, eBay will recommend an ABC list of the most common brands from Apple and Bose to Creative.
+ This is a sensible option for beginners to eBay.
+
+ Note: These options correspond to the Primary eBay Category, not any Secondary Category you may have chosen.
+
+
+ Custom Attribute
+ You can create more customisable detail by choosing the Custom Attribute that contains the item specific.
+
+
+ Custom Value
+ This allows you to manually type specific information about your product rather than choosing from a dropdown list.
+ This is particularly useful if the eBay recommended option does not include information about the specific item you have for sale.
+
+
+ None
+ You choose not to offer potential buyers any item specific information. Be aware that this may hamper your items appearing in eBay search results.
+
+ ","Fügen Sie Ihrem Angebot Informationen und Details hinzu, um das Interesse von Käufern zu wecken und diesen zu helfen, Ihr Angebot leichter zu finden. Wir empfehlen, möglichst viele Artikelmerkmale zu verwenden. Es gibt obligatorische Artikelmerkmale und Sie können auch eigene Artikelmerkmale erstellen. Zur Wahl stehen die folgenden Optionen: von eBay empfohlen eBay empfiehlt bestimmte Merkmale, die Ihr Artikel möglicherweise hat. Wählen Sie einfach aus dem Drop-down-Menü den Eintrag, der am ehesten zutrifft. Wenn Sie z.B. Kopfhörer verkaufen, schlägt Ihnen eBay eine ABC-Liste der häufigsten Marken von Apple über Bose bis hin zu Creative vor. Diese Option hilft vor allem eBay-Neulingen. Hinweis: Diese Vorschläge beruhen auf der Hauptkategorie bei eBay, nicht auf einer der zweiten Kategorien, die Sie möglicherweise ausgewählt haben. Benutzerdefiniertes Attribut Sie können die Details noch weiter anpassen, indem Sie das benutzerdefinierte Attribut wählen, das das Artikelmerkmal enthält. Benutzerdefinierter Wert Mit dieser Option können Sie manuell konkrete Informationen zu Ihrem Produkt eingeben, statt diese über ein Drop-down-Menü auswählen zu müssen. Dies ist insbesondere dann nützlich, wenn die von eBay empfohlene Option keine Informationen zum konkreten Artikel bereitstellt, den Sie verkaufen. Keine Mit dieser Option legen Sie fest, dass Sie potenziellen Käufern keine Artikelmerkmalinformationen zur Verfügung stellen möchten. Beachten Sie, dass dies die Art und Weise beeinträchtigen kann, in der Ihre Artikel in den eBay-Suchergebnissen erscheinen. "
+"Value","Wert"
+"Add more information to help buyers find your item in search results.","Fügen Sie weitere Informationen hinzu, um potenziellen Käufern das Finden Ihres Artikels zu erleichtern."
+"eBay Recommended","von eBay empfohlen"
+"Custom Value","Benutzerdefinierter Wert"
+"Custom Attribute","Benutzerdefiniertes Attribut"
+"Custom Label / Attribute","Lagerhaltungsnummer/Attribut"
+"M2E Pro Listings","M2E Pro-Angebote"
+"This page contains all created M2E Listings.
+You can perform different Actions on a single Listing or on a group of Listings.
+Actions for a single Listing you can find in the Action column of the grid. Choose a necessary option in the appropriate Listing dropdown to execute it.
+ Mass actions are in the Actions dropdown at the top right corner of the grid. Select check-boxes of appropriate items, choose an Action from the dropdown and press the Submit button.","Diese Seite enthält alle erstellten M2E-Angebote. Sie können verschiedene Aktionen sowohl für einzelne Angebote als auch für eine Gruppe von Angeboten durchführen. Die für einzelne Angebote durchführbaren Aktionen finden Sie in der Spalte „Aktionen“. Wählen Sie die Option, die Sie ausführen möchten, aus dem Dropdown-Menü für die Angebote. Die für mehrere Angebote gleichzeitig durchführbaren Aktionen finden Sie im Dropdown-Menü oben rechts in der Tabelle. Markieren Sie die entsprechenden Artikel, wählen Sie im Drop-down-Menü „Aktion“ eine Aktion aus und klicken Sie auf „Senden“."
+"This Log contains all information about actions, which were done on all M2E Pro Listings and their items.","Dieses Protokoll enthält alle Informationen zu Aktionen, die für M2E Pro-Angebote und ihre Artikel ausgeführt wurden."
+"
+This page contains eBay Listings, which belong to registered eBay Accounts (%1$s > Configuration > Accounts Settings) and were listed not by M2E Pro extension.
+They are filtered by eBay User ID and Marketplaces in the grid. To review necessary 3rd Party Listings click on appropriate line of the grid.
+
+Note: To import eBay 3rd Party Listings the 3rd Party Listings Import must be enabled in account's settings
+(%1$s > Configuration > Accounts Settings > 3rd Party Listings tab) and the 3rd Party Listings Synchronization must be enabled in %1$s > Configuration > Synchronization.
+
+Important: Initially (the first synchronization of 3rd Party Listings) M2E imports items which have been listed not later than a year ago.
+","Diese Seite enthält eBay-Angebote von registrierten eBay-Konten (%1$s > „Konfiguration“ > „Kontoeinstellungen“), die nicht mithilfe der M2E Pro-Erweiterung eingestellt wurden. Sie sind im Raster nach eBay-Nutzername und Marktplätzen gefiltert. Klicken Sie zum Prüfen der erforderlichen Angebote von Drittanbietern auf die entsprechende Rasterzeile.Hinweis: Um eBay-Angebote von Drittanbietern importieren zu können, müssen Sie in den Kontoeinstellungen (%1$s > „Konfiguration“ > „Kontoeinstellungen“ > Registerkarte „Angebote von Drittanbietern“) den Import von Angeboten von Drittanbietern sowie unter %1$s > „Konfiguration“ > „Synchronisierung“ die Synchronisierung von Angeboten von Drittanbietern aktivieren.Wichtig: Beim ersten Importvorgang (bei der ersten Synchronisierung von Angeboten von Drittanbietern) importiert M2E nur Artikel, die vor maximal einem Jahr eingestellt wurden."
+"This Log contains all information about actions, which were done on 3rd Party Listings.","Dieses Protokoll enthält alle Informationen zu Aktionen, die für Angebote von Drittanbietern ausgeführt wurden."
+"Define the conditions when you want eBay items relisted.
+ ","Legen Sie fest, unter welchen Bedingungen eBay-Artikel wiedereingestellt werden sollen. "
+"Relist Action","Aktion „Wiedereinstellen“"
+"Activates Relist action.","Aktiviert die Aktion „Wiedereinstellen“"
+"Relist When Stopped Manually","Wiedereinstellen, wenn manuell angehalten"
+"Relists an item by over-riding any manual stop.","Sorgt dafür, dass manuell angehaltene Artikel wiedereingestellt werden."
+"Synchronize Data","Daten synchronisieren"
+"Updates title, subtitle, description, price, quantity and shipment on eBay items.","Aktualisiert Artikelbezeichnung, Untertitel, Beschreibung, Preis, Stückzahl und Versand für eBay-Artikel."
+"Relist Conditions","Bedingungen für Wiedereinstellen"
+"Product Status","Produktstatus"
+"Product status when item will be relisted.","Produktstatus zum Zeitpunkt des Wiedereinstellens des Artikels"
+"Stock Availability when item will be relisted.","Warenbestandsverfügbarkeit zum Zeitpunkt des Wiedereinstellens des Artikels"
+"Quantity","Stückzahl"
+"Less","Weniger"
+"More or Equal","Mehr oder gleich"
+"Between","Zwischen"
+"Product(s) quantity when item will be relisted.","Produktstückzahl zum Zeitpunkt des Wiedereinstellens des Artikels"
+"Min Quantity","Min. Stückzahl"
+"Max Quantity","Max. Stückzahl"
+"Specify the product details you want to keep up to date on eBay.","Geben Sie die Produktdetails an, die bei eBay auf dem neuesten Stand gehalten werden sollen."
+"Partial Revise","Teilweise überarbeiten"
+"Item Quantity","Artikelstückzahl"
+"Updates eBay listing quantity when it changes in Magento.","Aktualisiert die Stückzahl der Artikel im eBay-Angebot, wenn sie sich in Magento ändert."
+"Item Price","Artikelpreis"
+"Updates eBay listing price when it changes in Magento.","Aktualisiert den Preis der Artikel im eBay-Angebot, wenn er sich in Magento ändert."
+"Updates eBay listing title when it changes in Magento.","Aktualisiert die Artikelbezeichnung des eBay-Angebots, wenn sie sich in Magento ändert."
+"Item Subtitle","Untertitel"
+"Updates eBay listing subtitle when it changes in Magento.","Aktualisiert den Untertitel des eBay-Angebots, wenn er sich in Magento ändert."
+"Item Description","Artikelbeschreibung"
+"Updates eBay listing description when it changes in Magento.","Aktualisiert die Beschreibung des eBay-Angebots, wenn sie sich in Magento ändert."
+"Specifies Magento product data to be synchronized with eBay.
+
+ Note: If you set 'Not Set' in an option, the synchronization will not be performed for it.","Gibt an, welche Magento-Produktdaten mit eBay synchronisiert werden sollen. Hinweis: Wenn Sie für eine Option „Nicht festgelegt“ angeben, werden die entsprechenden Daten nicht synchronisiert."
+"The price will be calculated according to Catalog Price Rules (Magento > Promotions > Catalog Price Rules).","Der Preis wird anhand von Katalogpreisregeln berechnet (Magento > Aktionen > Katalogpreisregeln)."
+"Updates price on eBay listing(s) when the source of price changes.","Aktualisiert den Preis in eBay-Angeboten, wenn die Angabe des Preises geändert wird."
+"Synchronization Source","Quelle für die Synchronisierung"
+"Not Set (not changeable on eBay)","Nicht festgelegt (nicht änderbar bei eBay)"
+"Product QTY","Produktstückzahl"
+"Magento Attributes","Magento-Attribute"
+"Product QTY - eBay listing quantity will be synchronized with Magento product quantity.
+ Magento Attribute - eBay listing quantity will be synchronized with attribute value.
+","Produktstückzahl : Die Stückzahl der Artikel im eBay-Angebot wird mit der Produktstückzahl in Magento synchronisiert. Magento-Attribut : Die Stückzahl der Artikel im eBay-Angebot wird mit dem Attributwert synchronisiert."
+"Product Price","Produktpreis"
+"Special Price","Sonderpreis"
+"
+ Product Price - eBay Listing price will be synchronized with the original Magento product price.
+ Special Price - eBay Listing price will be synchronized with the special price of Magento product.
+ Magento Attribute - eBay listing price will be synchronized with attribute value.
+"," Produktpreis : Der Preis der Artikel im eBay-Angebot wird mit dem ursprünglichen Produktpreis in Magento synchronisiert. Sonderpreis : Der Preis der Artikel im eBay-Angebot wird mit dem für das Magento-Produkt festgelegten Sonderpreis synchronisiert. Magento-Attribut : Der Preis der Artikel im eBay-Angebot wird mit dem Attributwert synchronisiert."
+"
+ Product Name - eBay listing title will be synchronized with the original Magento product name.
+ Magento Attribute - eBay listing title will be synchronized with attribute value.
+ "," Produktbezeichnung : Die Artikelbezeichnung des eBay-Angebots wird mit der ursprünglichen Produktbezeichnung in Magento synchronisiert. Magento-Attribut : Die Artikelbezeichnung des eBay-Angebots wird mit dem Attributwert synchronisiert. "
+"Choose Magento attribute that will be synchronized with subtitle on eBay.","Wählen Sie das Magento-Attribut aus, das mit dem Untertitel des eBay-Angebots synchronisiert wird."
+"Product Description","Produktbeschreibung"
+"Product Short Description","Kurze Produktbeschreibung"
+"
+ Product Description - eBay listing description will be synchronized with the original description of Magento product.
+ Product Short Description - eBay listing description will be synchronized with the original short Magento product description.
+ Magento Attribute - eBay listing description will be synchronized with attribute value.
+ "," Produktbeschreibung : Die Beschreibung des eBay-Angebots wird mit der ursprünglichen Beschreibung des Magento-Produkts synchronisiert. Kurzbeschreibung des Produkts : Die Beschreibung des eBay-Angebots wird mit der ursprünglichen Kurzbeschreibung des Produkts in Magento synchronisiert. Magento-Attribut : Die Beschreibung des eBay-Angebots wird mit dem Attributwert synchronisiert. "
+"Define the conditions when you want eBay items stopped.
+
+ Note: If all options are set to No or No Action, then the stop action is disabled.
+If all options are enabled, then an item will be stopped if at least one of the Stop Conditions is met.","Legen Sie fest, unter welchen Bedingungen eBay-Artikel angehalten werden sollen. Hinweis: Wenn für alle Optionen „Nein“ oder „Keine Aktion“ festgelegt ist, wird die Anhalten-Aktion deaktiviert. Wenn alle Optionen aktiviert sind und mindestens eine der Anhalten-Bedingungen erfüllt ist, wird der Artikel angehalten."
+"Stop Conditions","Bedingungen für das Anhalten"
+"Stop When Status Disabled","Bei Status „Deaktiviert“ anhalten"
+"Automatically stops eBay listing if its status is changed to 'Disabled' in Magento.","Das eBay-Angebot wird automatisch angehalten, wenn dessen Status in Magento auf „Deaktiviert“ geändert wurde."
+"Stop When Out Of Stock","Bei Status „Nicht mehr vorrätig“ anhalten"
+"Automatically stops eBay listing if its stock availability is changed to 'Out Of Stock' in Magento.","Das eBay-Angebot wird automatisch angehalten, wenn die Warenbestandsverfügbarkeit in Magento auf „Nicht mehr vorrätig“ geändert wurde."
+"Stop When Item Quantity Is","Anhalten, wenn Artikelstückzahl: "
+"Less or Equal","Weniger oder Gleich"
+"More","Mehr"
+"Automatically stops eBay listing if its Magento quantity is changed and meets the conditions.","Das eBay-Angebot wird automatisch angehalten, wenn dessen Stückzahl in Magento geändert wurde und die Bedingungen erfüllt."
+"Min Item Quantity","Min. Artikelstückzahl"
+"Max Item Quantity","Max. Artikelstückzahl"
+"Displayed products have the same Attribute Set as the Listing you are going to add them to.
+ Note: A product can be added to the listing only once. If a product was added to the Listing earlier, it will not be displayed. ","Die angezeigten Produkte verfügen über denselben Attributdatensatz wie die Angebote, denen Sie sie hinzufügen möchten. Hinweis: Produkte können Angeboten nur einmal hinzugefügt werden. Wenn ein Produkt dem Angebot bereits zuvor hinzugefügt wurde, wird es nicht angezeigt. "
+"%s product(s) were successfully added to the M2E Listing.
+ You can Review them in the Listing or Start listing on eBay right now.
+ Note: The products without Primary eBay Category specified will not be listed. You can specify it later in the listing settings.","Dem M2E-Angebot wurde(n) %s Produkt(e) hinzugefügt. Sie können sich das bzw. die hinzugefügten Produkte jetzt im Angebot ansehen oder sofort bei eBay einstellen. Hinweis: Produkte, für die keine Hauptkategorie bei eBay festgelegt wurde, werden nicht aufgeführt. Sie können sie später in den Angebotseinstellungen angeben."
+"Magento Categories","Magento-Kategorien"
+"The quantity of chosen products in each category is shown in brackets.
+
+If the product belongs to several categories, it is shown in each category. And if you remove the category with such product it will be subtracted from
+ each category.
+
+","Die Stückzahl der ausgewählten Produkte in jeder Kategorie wird in Klammern angezeigt. Wenn das Produkt mehreren Kategorien angehört, wird es in jeder dieser Kategorien aufgeführt. Wird eine Kategorie entfernt, die ein solches Produkt enthält, wird das Produkt aus allen Kategorien entfernt."
+"Selected Products: ","Ausgewählte Produkte: "
+"Selected Categories: ","Ausgewählte Kategorien: "
+"view","aufrufen"
+"Search Items","Nach Artikeln suchen"
+"This page contains all products added to M2E listings or assigned to the 3rd Party. It allows quick searching listings by their products.","Diese Seite enthält alle Produkte, die M2E-Angeboten hinzugefügt oder dem Drittanbieter zugewiesen wurden. Sie ermöglicht ein schnelles Durchsuchen von Angeboten anhand ihrer Produkte."
+"Keep the existing M2E Listing settings or customise these settings for the products shown below.","Behalten Sie die bestehenden M2E-Angebotseinstellungen bei oder passen Sie die Einstellungen für die unten gezeigten Produkte an."
+"You can edit Settings for a single product by choosing necessary edit action on appropriate line of the grid
+ or edit and set the same settings for several products items: select items and choose necessary action from the Actions drop down menu.","Sie können Einstellungen für ein einzelnes Produkt bearbeiten, indem Sie in der zum Produkt gehörenden Zeile des Rasters die entsprechende Bearbeiten-Aktion auswählen. Es besteht aber auch die Möglichkeit, mehrere Artikel zu bearbeiten und für sie dieselben Einstellungen festzulegen. Wählen Sie dazu die Artikel aus und wählen Sie dann im Drop-down-Menü „Aktion“ die gewünschte Aktion aus."
+"Select appropriate product view.","Wählen Sie die entsprechende Produktansicht aus."
+"There are two ways to select your products :","Das Auswählen Ihrer Produkte kann auf zweierlei Art und Weise geschehen:"
+"Products List","Produktliste"
+"Products are displayed altogether.","Produkte werden alle zusammen dargestellt."
+"Products grouped by Magento categories.","Sie erscheinen nach Magento-Kategorien geordnet."
+"Customized","Angepasst"
+"M2E Pro Policies","M2E Pro-Rahmenbedingungen"
+"Policy with the same title already exists.","Es gibt bereits Rahmenbedingungen mit dieser Bezeichnung."
+"Please specify policy title","Bitte geben Sie die Bezeichnung für Rahmenbedingungen an"
+"Save New Policy","Neue Rahmenbedingungen speichern"
+"Use From Listing Settings","Aus Angebotseinstellungen übernehmen"
+"eBay Policies","eBay-Rahmenbedingungen"
+"or","oder"
+"Use Custom Settings","Benutzerdefinierte Einstellungen verwenden"
+"Based on Product","Auf Produkt basierend"
+"Fee cannot be estimated because of next error(s)","Gebührenschätzung wegen folgender Fehler nicht möglich"
+"Getting Estimated Fee is in progress...","Gebührenschätzung wird abgerufen..."
+"Listing Items","Artikel einstellen"
+"This page contains products you have added to the Listing. You can review them and perform necessary actions.
+ You can also add a new M2E Pro Listing or navigate to other Listing directly from this page. Click the icon next to your Listing Title and a drop down menu appears.","Diese Seite enthält Produkte, die Sie dem Angebot hinzugefügt haben. Sie können sie sich ansehen und die erforderlichen Aktionen ausführen. Sie können direkt auf dieser Seite auch ein neues M2E Pro-Angebot hinzufügen oder zu einem anderen Angebot wechseln. Wenn Sie auf das Symbol neben Ihrer Artikelbezeichnung klicken, erscheint ein Drop-down-Menü."
+"There are three 'Views' available to you in Advanced mode:
+
+ eBay - displays product information related to eBay. In this mode, you can easily find products by eBay information, perform actions in bulk (i.e. List, Revise, Relist, Stop, etc);
+ Magento - displays products information related to Magento Catalog. In this mode, you can easily find products using magento products information (i.e. Magento QTY, Stock Status, etc);
+ Settings - displays information about settings set for products (i.e. Selling settings, eBay categories, etc). In this mode, you can easily find products by settings they use, change the settings in bulk.
+
+ You can switch between modes using dropdown at the top of the product grid.
+
+ Note: If you need to search by magento product attributes which is not presented in the filters of the grid, you can use 'Show Advanced Filter' option.
+ It's at the top of the page on the right hand side.","Im Modus „Erweitert“ können Sie zwischen drei Ansichten wählen: eBay : Zeigt Produktinformationen im Zusammenhang mit eBay an. In diesem Modus können Sie schnell und einfach Produkte anhand von eBay-Informationen finden und Aktionen für mehrere Angebote auf einmal durchführen (Einstellen, Überarbeiten, Wiedereinstellen, Anhalten usw.). Magento : Zeigt Produktinformationen im Zusammenhang mit dem Magento-Katalog an. In diesem Modus können Sie schnell und einfach Produkte anhand von Magento-Informationen (Magento-Stückzahl, Warenbestandsstatus usw.) finden. Einstellungen : Zeigt Informationen zu Einstellungen für Produkte an (Verkaufen-Einstellungen, eBay-Kategorien usw.). In diesem Modus können Sie schnell und einfach Produkte anhand der für sie festgelegten Einstellungen finden und die Einstellungen für mehrere Produkte auf einmal ändern. Zum Umschalten zwischen den Modi steht Ihnen das Drop-down-Menü oben im Produktraster zur Verfügung. Hinweis: Für die Suche nach Magento-Produktattributen (nicht in den Filtern im Raster enthalten) können Sie die Option Erweiterten Filter einblenden verwenden. Diese finden Sie rechts oben auf der Seite."
+"Add New Listing","Neues Angebot hinzufügen"
+"Marketplaces settings have been saved.","Die Einstellungen für den Marktplatz wurden gespeichert."
+"You must select at least one marketplace you will work with.","Sie müssen mindestens einen Marktplatz auswählen, in dem Sie aktiv sein werden."
+"Synchronization has successfully ended.","Die Synchronisierung wurde abgeschlossen."
+"Synchronization ended with warnings. View log for details.","Die Synchronisierung wurde mit Warnungen abgeschlossen. Details dazu finden Sie im Protokoll ."
+"Synchronization ended with errors. View log for details.","Die Synchronisierung wurde mit Fehlern abgeschlossen. Details dazu finden Sie im Protokoll ."
+"Some eBay categories were deleted from eBay. Click here to check.","Einige eBay-Kategorien wurden aus eBay gelöscht. Näheres erfahren Sie hier ."
+"Used in Listing(s)","Verwendet in Angebot(en)"
+"Waiting","Bitte warten"
+"Processing","In Bearbeitung"
+"Completed","Abgeschlossen"
+"Enable certain marketplaces you will work with and press the Save And Update button. All necessary marketplace data will be downloaded and synchronized with M2E Pro.
+
+It is recommended to update marketplaces when any marketplace changes are announced.
+
+Note: Installation and update processes might be time-consuming, depending on the number of enabled marketplaces and your server environment. ","Aktivieren Sie die Marktplätze, mit denen Sie arbeiten werden, und klicken Sie dann auf „Speichern und aktualisieren“. Alle erforderlichen Marktplatzdaten werden heruntergeladen und mit M2E Pro synchronisiert. Wir empfehlen, die Marktplätze zu aktualisieren, sobald Änderungen in den Marktplätzen angekündigt werden.Hinweis: Die Installation und Aktualisierung kann je nach Menge der aktivierten Marktplätze und Ihrer Serverumgebung etwas mehr Zeit in Anspruch nehmen. "
+"Please specify eBay motors compatibility attribute in %s > Configuration > General ","Bitte geben Sie das eBay Motors-Kompatibilitätsattribut in %s > „Konfiguration“ > „Allgemeines “ an. "
+"Please edit categories settings for selected products and select the compatibility attribute.","Bitte bearbeiten Sie die Kategorieeinstellungen für ausgewählte Produkte und wählen Sie das Kompatibilitätsattribut aus."
+"Add Compatible Vehicles","Fahrzeuge hinzufügen"
+"Select the items, compatible with your part and choose one of three actions in the Actions dropdown:
+
+ Overwrite ePIDs in Compatibility Attribute - replaces items ePIDs in the Compatibility Attribute chosen in %s > Configuration > General with selected ones.
+ Add ePIDs to Compatibility Attribute - adds selected items ePIDs to existing ones in Compatibility Attribute chosen in the General settings.
+
+Note: Compatibility items can not be replaced or removed from eBay.","Wählen Sie die Artikel aus, mit denen Ihr Ersatz- oder Zubehörteil kompatibel ist, und wählen Sie im Drop-down-Menü „Aktion“ eine der folgenden drei Aktionen aus: ePIDs in Kompatibilitätsattribut überschreiben : Ersetzt die ePIDs der Artikel im Kompatibilitätsattribut, das unter %s > „Konfiguration“ > „Allgemeines “ ausgewählt wurde, durch ausgewählte ePIDs. ePIDs zu Kompatibilitätsattribut hinzufügen : Fügt den bestehenden ePIDs im Kompatibilitätsattribut, das in den allgemeinen Einstellungen ausgewählt wurde, die ePIDs ausgewählter Artikel hinzu. Hinweis: Kompatibilitätsartikel können weder ersetzt noch aus eBay entfernt werden."
+"Selected ePIDs","Ausgewählte ePIDs"
+"Order Address Information","Angaben zur Rechnungsadresse"
+"Buyer Name","Name des Käufers"
+"Buyer E-Mail","E-Mail-Adresse des Käufers"
+"Street Address","Straße"
+"City","Ort"
+"Country","Land"
+"Region/State","Region/Bundesland"
+"Zip/Postal Code","Postleitzahl"
+"Telephone","Telefonnummer"
+"
+This page contains all orders imported from eBay.
+Use eBay Accounts dropdown to filter eBay orders by accounts.
+If Magento Order, Invoice or / and Shipment was not created automatically,
+you can create them manually by using appropriate options in the Action dropdown.
+Note: Automatic creation of Magento Orders, Invoices, and Shipments executes according to the eBay Accounts settings in %s > Configuration > Accounts > Orders.","Diese Seite enthält alle aus eBay importierten Bestellungen. Verwenden Sie das Dropdown-Menü, um die eBay-Bestellungen nach eBay-Mitgliedskonten zu filtern. Falls die Magento-Bestellung, die Magento-Rechnung und/oder der Magento-Versand nicht automatisch erstellt wurden, können Sie diese mithilfe der entsprechenden Optionen aus dem Drop-down-Menü „Aktion“ manuell erstellen.Hinweis: Das automatische Erstellen von Magento-Bestellungen, von Magento-Rechnungen und des Magento-Versands erfolgt entsprechend den Einstellungen für das eBay-Konto unter %s > „Konfiguration“ > „Konten“ > „Bestellungen“."
+"This Log contains Orders history information.","Dieses Protokoll enthält historische Informationen zu Bestellungen."
+"eBay Order","eBay-Bestellung"
+"Selling Manager","Verkaufsmanager"
+"Sale Time","Uhrzeit des Verkaufs"
+"Update Time","Zeit aktualisieren"
+"Reservation Time","Reservierungszeit"
+"Order Status","Bestellstatus"
+"Incomplete","Unvollständig"
+"Unknown Error","Unbekannter Fehler"
+"Not Shipped","Nicht verschickt"
+"Production","Produktion"
+"Sandbox","Sandbox"
+"Buyer Information","Angaben zum Käufer"
+"Customer Name","Name des Kunden"
+"Private Restriction","Private Einschränkungen"
+"Shipping Address","Lieferadresse"
+"Payment Information","Zahlungsinformationen"
+"Order Currency","Währung der Bestellung"
+"Attention!","Wichtiger Hinweis!"
+"Order currency is not enabled in Magento. Please, enable it in System -> Configuration -> Currency Setup.","Die Währung dieser Bestellung ist in Magento nicht aktiviert. Aktivieren Sie sie unter System -> Konfiguration -> Währungseinstellungen."
+"There's no rate for Order currency in Magento. Please, add currency convert rate in System -> Manage Currency -> Rates.","Es wurde kein Wechselkurs für die Währung von Bestellungen in Magento festgelegt. Bitte wählen Sie einen Wechselkurs unter System -> Währungen verwalten -> Wechselkurse."
+"Payment Date","Zahlungsdatum"
+"Payment Method","Zahlungsmethode"
+"eBay Account","eBay-Mitgliedskonto"
+"eBay Final Fee","eBay-Verkaufsprovision"
+"External Transactions","Externe Transaktionen"
+"Shipping & Handling Information","Verpackungs- und Versandinformationen"
+"Shipping Selected Service","Ausgewählte Versandart"
+"Global Shipping Program","Programm zum weltweiten Versand"
+"Shipping Cost","Versandkosten"
+"Shipping Time","Versandzeit"
+"Tracking Details","Einzelheiten zur Sendungsverfolgung"
+"Carrier","Versandfirma"
+"Number","Nummer"
+"Global Shipping Details","Details zum weltweiten Versand"
+"Reference ID","Referenznummer"
+"eBay Warehouse Address","Adresse des eBay-Lagers"
+"Shipping Service","Versandart"
+"Transaction Item(s)","Artikel dieser Transaktion"
+"Log History","Verlaufsprotokoll"
+"Order Totals","Gesamtbetrag für Bestellung"
+"Subtotal","Zwischensumme"
+"Shipping & Handling","Verpackung und Versand"
+"Tax","Steuer"
+"Grand Total","Gesamtbetrag"
+"Amount Paid","Bezahlter Betrag"
+"Amount Saved","Gesparter Betrag"
+"Synchronization settings have been saved.","Die Synchronisierungseinstellungen wurden gespeichert."
+"Running All Enabled Tasks","Alle aktivierten Aufgaben werden ausgeführt"
+"Inventory Synchronization","Warenbestand synchronisieren"
+"Orders Synchronization","Bestellungen synchronisieren"
+"3rd Party Listings Synchronization","Angebote von Drittanbietern synchronisieren"
+"Revise All","Alle überarbeiten"
+"enabled","aktiviert"
+"If catalog updates in your magento performed using import/export tools, custom scripts or direct changes in database,
+ then, you can use ""Track Direct Database Changes"" %s functionality to detect changes in products' price and quantity.","Wenn Katalogaktualisierungen in Magento unter Verwendung von Import-/Exporttools, benutzerdefinierten Scripts oder direkten Änderungen in der Datenbank durchgeführt wurden, können Sie die %s-Funktion Direkte Änderungen in der Datenbank nachverfolgen verwenden, um Preis- und Stückzahländerungen bei den Produkten aufzuspüren."
+"Updates and synchronizes eBay Listings according to Synchronization Policies' rules.","Aktualisiert und synchronisiert eBay-Angebote entsprechend den Regeln der Synchronisierungsrahmenbedingungen."
+"If your eBay listings for some reason were asynchronized with the products in Magento, turn on the Revise All action to catch data up.
+ Revise is performed by the Inventory Synchronization, 100 items per a cycle.
+
+ ","Wenn Ihre eBay-Angebote aus irgendeinem Grund nicht mehr mit den Produkten in Magento synchron sind, aktivieren Sie die Aktion „Alle überarbeiten“, um die Synchronität wiederherzustellen. Die Überarbeitung erfolgt durch die Funktion „Warenbestand synchronisieren“, wobei jeweils 100 Artikel auf einmal überarbeitet werden. "
+"In Progress, start date - ","In Bearbeitung, Startdatum - "
+"Finished, end date - ","Abgeschlossen, Enddatum - "
+"Imports and synchronizes eBay Orders for accounts, which have enabled Import eBay Orders in their Accounts settings.","Importiert und synchronisiert eBay-Bestellungen für Konten, bei denen in den Kontoeinstellungen die Option „eBay-Bestellungen importieren“ aktiviert wurde."
+"Imports buyers' feedback and automatically sends Auto Responses according to eBay Accounts settings.","Importiert Käuferbewertungen und sendet automatische Antworten entsprechend den für das eBay-Konto festgelegten Einstellungen."
+"Imports and synchronizes 3rd Party Listings for eBay accounts, which have enabled Import 3rd Party Listings in their Accounts settings.Note: Click ""Synchronization Settings"" to configure settings.","Importiert und synchronisiert Drittanbieter-Angebote für eBay-Konten, bei denen in den Kontoeinstellungen „Angebote von Drittanbietern importieren“ aktiviert wurde.Hinweis: Klicken Sie zum Konfigurieren der Einstellungen auf „Synchronisierungseinstellungen“."
+"Click 'Confirm' and Revise will be performed by the Inventory Synchronization, 100 items per a cycle.","Wenn Sie auf „Bestätigen“ klicken, werden die Angebote durch die Funktion „Warenbestand synchronisieren“ überarbeitet – jeweils 100 Artikel auf einmal."
+"Set preferences of data synchronization and Save Settings.
+ To run each task manually, click the Run Now button; to run all the tasks simultaneously click the Run Enabled Now button displayed at the top of the page.
+ Note: Cron job must be set up for automatic synchronization.","Legen Sie die Einstellungen für die Datensynchronisierung fest und klicken Sie auf „Einstellungen speichern“. Wenn Sie die einzelnen Aufgaben manuell erledigen möchten, klicken Sie auf „Jetzt ausführen“. Sollen alle Aufgaben gleichzeitig ausgeführt werden, klicken Sie oben auf der Seite auf „Aktivierte jetzt ausführen“. Hinweis: Für die automatische Synchronisierung muss ein Cronjob eingerichtet werden."
+"This Log contains information on processes, which were done in Synchronization tasks.
+ Note: Logs of Default, Templates, Orders and 3rd Party Listings Synchronizations are only recorded when Error(s) or Warning(s) appears.","Dieses Protokoll enthält Informationen zu Prozessen, die in Synchronisierungsaufgaben ausgeführt wurden. Hinweis: Die Protokolle der Synchronisierung von Standardeinstellungen, Vorlagen, Bestellungen und Angeboten von Drittanbietern werden nur dann aufgezeichnet, wenn Fehler oder Warnungen auftreten."
+"Adding Image","Bild wird hinzugefügt"
+"Condition description must be less then 1000 symbols.","Die Zustandsbeschreibung muss kürzer als 1000 Zeichen sein."
+"New, New with tags, New with box, Brand New","„Neu“, „Neu mit Etiketten“, „Neu mit Karton“, „Brandneu“"
+"New Other, New without tags, New without box","„Neu: Sonstige“, „Neu ohne Etiketten“, „Neu ohne Karton“"
+"Seller Refurbished, Re-manufactured","„Vom Verkäufer aufgearbeitet“, „Austauschteil“"
+"Used, Pre-owned, Like new","„Gebraucht“, „Wie neu“"
+"If item is not new, you can provide additional details about the item's condition, such as whether it has defects, missing parts, scratches, or other wear and tear. You have up to 1000 characters.","Wenn der Artikel nicht neu ist, können Sie zusätzliche Informationen zum Zustand des Artikels (etwaige Mängel, fehlende Teile, Kratzer oder andere Nutzungsspuren) bereitstellen. Sie können bis zu 1000 Zeichen eingeben."
+"Images & Watermark","Bilder und Wasserzeichen"
+"The images your potential buyers will see on your eBay listing. Using lots of high-quality pictures provides a great shopping experience and helps to sell your items. ","Die Bilder, die potenzielle Käufer in Ihrem eBay-Angebot sehen. Potenzielle Käufer sind eher geneigt, einen Artikel zu kaufen, wenn Sie qualitativ hochwertige Fotos sehen. "
+"You can add a watermark to your images. Note: The watermark option is only available for the images hosted on Magento.","Sie können Ihren Bildern ein Wasserzeichen hinzufügen. Hinweis: Das Hinzufügen von Wasserzeichen ist nur bei Bildern möglich, die bei Magento gehostet werden."
+"Main Image","Hauptbild"
+"Product Base Image","Produkthauptbild"
+"The first photo appears in the top left of your eBay item and next to your item's title in search results.
+ Note: Media Image Attribute or Attribute should contain absolute url. e.g. http://mymagentostore.com/images/baseimage.jpg","Das erste Foto wird links oben im Angebot sowie direkt neben der Artikelbezeichnung in den Suchergebnissen angezeigt. Hinweis: Für „Bildattribut“ oder „Attribut“ muss eine absolute URL angegeben werden, z.B. http://mymagentostore.com/images/baseimage.jpg."
+"Default Image Url","Standard-Bild-URL"
+"From 30 October 2013 eBay does not allow to list products without images. If a product does not have the Main Image this image will be used instead.Note: Use absolute url. e.g. http://mymagentostore.com/images/defaultimage.jpg","Seit dem 30. Oktober 2013 dürfen bei eBay keine Produkte mehr ohne Bilder eingestellt werden. Wenn für ein Produkt kein Hauptbild festgelegt wurde, wird stattdessen dieses Bild verwendet.Hinweis: Verwenden Sie die absolute URL, z.B. http://mymagentostore.com/images/defaultimage.jpg."
+"Picture Pack","Bilderpaket"
+"Displays larger, more detailed pictures (up to 800w x 800h pixels - 800 pixels on the longest side). Note: This feature may come with additional fee."," Zeigt größere, detailliertere Bilder an (bis zu 800 (Breite) x 800 (Höhe) Pixel - 800 Pixel auf der längsten Seite). Hinweis: Für diese Funktion werden möglicherweise zusätzliche Gebühren fällig."
+"Gallery Images","Galeriebilder"
+"Product Images","Produktbilder"
+"Up to","Bis zu"
+"Adds small thumbnails that appear under the large Base Image. You can add up to 11 additional photos to each listing on eBay.
+ Note: Text, Multiple Select or Dropdown type attribute can be used. The value of attribute must contain absolute urls.
+ In Text type attribute urls must be separated with comma.
+ e.g. http://mymagentostore.com/images/baseimage1.jpg, http://mymagentostore.com/images/baseimage2.jpg","Fügt kleine Vorschaubilder hinzu, die unter dem großen Hauptbild angezeigt werden. Sie können jedem Angebot bei eBay bis zu 11 zusätzliche Fotos hinzufügen. Hinweis: Die Eingabetypen „Text“, „Mehrfachauswahl“ oder „Drop-down“ können verwendet werden. Der Wert des Attributs muss absolute URLs enthalten. In Attributen vom Typ Text müssen URLs durch Kommata getrennt werden. Beispiel: http://mymagentostore.com/images/baseimage1.jpg, http://mymagentostore.com/images/baseimage2.jpg."
+"Allows changing images for selected option of multi variation items.(Applicable for Configurable products only).","Erlaubt bei Artikeln mit Varianten das Anzeigen eines Bildes, das zur jeweils gewählten Option passt (gilt nur für konfigurierbare Produkte)."
+"Use Watermark","Wasserzeichen verwenden"
+"Automatically adds your custom watermark to gallery images.","Fügt Galeriebildern automatisch Ihr eigenes Wasserzeichen hinzu."
+"Watermark Upload","Wasserzeichen hochladen"
+"Select image that you want to add as a watermark.","Wählen Sie ein Bild, das Sie als Wasserzeichen hinzufügen möchten."
+"Watermark Preview","Vorschau des Wasserzeichens"
+"Watermark Transparency","Transparenz des Wasserzeichens"
+"Disable","Deaktivieren"
+"Enable","Aktivieren"
+"Sets transparency of watermark image to 30 %.","Legen Sie einen Wert von 30 % für die Transparenz des Wasserzeichens fest."
+"Scale Watermark Image","Größe des Wasserzeichens"
+"In Width","Breite"
+"Full Image","Vollbild"
+"Scales watermark image in width or full image.","Legt die Größe des Wasserzeichens auf Breite oder Vollbild fest."
+"Watermark Position","Position des Wasserzeichens"
+"Top","Oben"
+"Middle","Mitte"
+"Bottom","Unten"
+"Watermark position on the image.","Position des Wasserzeichens im Bild."
+"Details","Details"
+"Custom Title","Eigene Überschrift"
+"This is the title buyers will see on eBay. A good title means more buyers viewing your listing and your item selling for the best price.","Diese Artikelbezeichnung wird den Käufern bei eBay angezeigt. Eine gute Artikelbezeichnung zieht mehr potenzielle Käufer an und erhöht die Chancen, dass Ihr Artikel für den bestmöglichen Preis verkauft wird."
+"Add Subtitle","Untertitel hinzufügen"
+"Adding subtitle to eBay item.
+ Note: An additional fee may be charged for an item subtitle. Find out more about eBay Insertion Fees .","Untertitel wird dem eBay-Artikel hinzugefügt. Hinweis: Für das Anzeigen eines Untertitels kann eine zusätzliche Gebühr anfallen. Mehr zum Thema eBay-Angebotsgebühren ."
+"Cut Long Titles","Lange Bezeichnungen kürzen"
+"Automatically shortens titles to 80 characters and subtitles to 55 characters to fit on eBay.","Kürzt Artikelbezeichnungen automatisch auf 80 Zeichen und Untertitel auf 55 Zeichen, damit sie den eBay-Anforderungen entsprechen."
+"It is possible to choose a Product Description or Product Short Description, which will be taken from Magento.
+ Or you can create a Custom Description by adding necessary information, appropriate attributes from dropdown lists and image tags.","Sie können Produktbeschreibungen oder kurze Produktbeschreibungen aus Magento wählen. Alternativ können Sie eine eigene Beschreibung erstellen, indem Sie wichtige Informationen hinzufügen, passende Attribute aus den Drop-down-Listen auswählen und Bilder-Tags einfügen."
+"Description Source","Quelle der Produktbeschreibung"
+"Custom Description","Eigene Beschreibung"
+"Item's description source for eBay Listing.
+
+ It is possible to create custom description in 2 modes:
+ WYSIWYG - allows creating simple good looking product description. No HTML knowledge is required.
+ HTML - allows using HTML tags and CSS styles for the description. You can create much more complex, improved and advanced item's description using this mode.","Quelle der Artikelbeschreibung für das eBay-Angebot. Zum Erstellen eigener Beschreibungen stehen 2 Modi zur Verfügung: WYSIWYG : Ermöglicht es, auf einfache Weise gut aussehende Produktbeschreibungen zu erstellen. Hierfür sind keine HTML-Kenntnisse erforderlich. HTML : Ermöglicht die Verwendung von HTML-Tags und CSS-Styles für die Beschreibung. Mit diesem Modus können Sie wesentlich komplexere und technisch anspruchsvollere Artikelbeschreibungen erstellen."
+"Custom Description Inserts","Einfügen einer eigenen Beschreibung"
+"M2ePro Attribute","Attribut „M2ePro“"
+"Product Image(s)","Produktbilder"
+"Add Image(s)","Bild(er) hinzufügen"
+"Displaying Images","Bilder werden angezeigt"
+"Gallery View","Galerieansicht"
+"Image(s) Width","Bildbreite"
+"Main Image Width","Breite des Hauptbilds"
+"Original","Original"
+"Custom","Individuell"
+"Image(s) Height","Bildhöhe"
+"Main Image Height","Höhe des Hauptbilds"
+"Image(s) Margin","Bildrand"
+"Images Layout","Bildanordnung"
+"Horizontal","Horizontal"
+"Vertical","Vertikal"
+"Gallery Hint","Hinweis zur Galerie"
+"Click on the image below to get zoomed view of the item","Klicken Sie unten auf das Bild, um den Bildausschnitt zu vergrößern"
+"Open original size image in a new window","Öffnet das Bild in Originalgröße in einem neuen Fenster"
+"Choose configuration how the image(s) should be displayed and press the Insert button. Image's tag will be added to the end of the text.","Wählen Sie, wie Bilder angezeigt werden sollen, und klicken Sie auf Einfügen . Das Bild-Tag wird am Ende des Texts hinzugefügt."
+"eBay Catalog Identifier","eBay-Katalog-Identifikator"
+"EAN","EAN"
+"European Article Number, (now called International Article Number). This barcode is a superset of the UPC.","Europäische Artikelnummer (jetzt „Internationale Artikelnummer“ genannt). Dieser Barcode ist eine Übermenge des UPC."
+"UPC","UPC"
+"The Universal Product Code is a barcode usually consisting of 12 numerical digits, which are unique for each item.","Der universelle Produktcode ist ein üblicherweise aus 12 numerischen Stellen bestehender Barcode, mit dem jeder Artikel eindeutig identifiziert werden kann."
+"ePID (Product Reference ID)","ePID (Produktreferenznummer)"
+"An eBay Product ID is eBay's global reference ID for a catalog product.","Die eBay-Referenznummer (eBay Product Reference ID) ist die globale Referenznummer für ein Katalogprodukt bei eBay."
+"ISBN","ISBN"
+"The International Standard Book Number is a uniquenumeric book identifier.","Die internationale Standardbuchnummer ist eine aus Ziffern bestehende Nummer zur eindeutigen Identifizierung von Büchern."
+"Upgrade Tools","eBay-Tools"
+"Value Pack","Basispaket"
+"Value Pack Bundle","Basispaket-Produktbündel"
+"Combine Gallery, Subtitle, and Listing Designer and you will get a discount.","Kombinieren Sie Galerie-, Untertitel- und Angebotsvorlagen und erhalten Sie einen Rabatt."
+"Listing Upgrades","Zusatzoptionen"
+"Bold listing title","Artikelbezeichnung in Fettschrift"
+"Find out about eBay optional listing features ","Mehr zu Zusatzoptionen beim Einstellen von eBay-Angeboten "
+"Highlight","Highlight"
+"Adding an eye-catching background to your listing in search results.","Heben Sie Ihr Angebot in den Suchergebnissen mit einem prägnanten Hintergrund hervor."
+"Gallery Type","Galerietyp"
+"Gallery Picture","Galeriebild"
+"Gallery Plus","Galerie Plus"
+"Gallery Featured","Top-Angebot in Galerie"
+"Hit Counter","Besucherzähler"
+"No Hit Counter","Kein Besucherzähler"
+"Basic Style","Regulärer Stil"
+"Green LED","Grüne LED"
+"Hidden Style","Ausgeblendeter Stil"
+"Honesty Style","Honesty-Stil"
+"Retro Style","Retro-Stil"
+"Count the number of visitors to your eBay listing.Note: Green LED and Honesty Style styles are available only in the US.","Mit einem Besucherzähler in Ihrem Angebot wird angezeigt, wie viele Nutzer das Angebot bereits besucht haben.Hinweis: Die Besucherzähler-Stile „Grüne LED“ und „Honesty-Stil“ sind nur in den USA verfügbar."
+"Select Product","Produkt auswählen"
+"Enter Product Id","Geben Sie die Produkt-ID ein"
+"Select the payment, shipping and cross border options you would like eBay to use.","Wählen Sie die Optionen für die Bezahlung, den Versand und den Verkauf ins Ausland aus, die eBay verwenden soll."
+"Remember, you can amend Payment and Shipping Settings at any time.","Die Zahlungs- und Versandeinstellungen können jederzeit geändert werden."
+"Policy title is not unique.","Der Titel der Rahmenbedingungen ist nicht eindeutig."
+"You can adjust how long your items will be active on eBay. You can also choose the price on eBay in relation to your store price. You might want to increase your selling price to take into account the eBay seller fees, or reduce your price to be competitive.","Sie können festlegen, wie lange Ihre Angebote auf eBay aktiv bleiben sollen. Sie können außerdem auch den Preis auf eBay im Verhältnis zu Ihrem Shop-Preis festlegen. So könnten Sie z.B. einen höheren Verkaufspreis festlegen, um die eBay-Verkäufergebühren zu berücksichtigen, oder Ihren Preis reduzieren, um konkurrenzfähig zu sein."
+"Remember, you can amend Selling Settings at any time.","Denken Sie daran, dass Sie die Einstellungen für das Verkaufen jederzeit ändern können."
+"Sync your accounts so you are always on top of your stock control and inventory.","Synchronisieren Sie Ihre Konten, damit Sie stets den Überblick über Ihren Warenbestand behalten."
+"Remember, you can amend Synchronization Settings at any time.","Die Synchronisierungseinstellungen lassen sich jederzeit anpassen."
+"There are 4 rule settings:
+
+
+ List Rules
+ Revise Rules
+ Relist Rules
+ Stop Rules
+
+ Note: Inventory Synchronization setting must be enabled in Synchronization (Configuration > Synchronization).
+ Otherwise, Synchronization Policy Rules will not take effect.","Es gibt vier Einstellungen für Regeln: Regeln für das Einstellen Regeln für das Überarbeiten Regeln für das Wiedereinstellen Regeln für das Anhalten Hinweis: Die Einstellung „Warenbestand synchronisieren“ muss unter „Konfiguration“ > „Synchronisierung“ aktiviert werden. Andernfalls können die Regeln der Synchronisierungsbedingungen nicht angewendet werden."
+"Be careful when you edit policies, as all changes you have made will be automatically applied to all M2E listings where these policies are used.
+ If a policy is used in a M2E Listing, it cannot be deleted.","Seien Sie bei der Bearbeitung der Bedingungen vorsichtig, da alle vorgenommenen Änderungen automatisch auf alle M2E-Angebote angewendet werden, bei denen diese Bedingungen verwendet werden. Wenn eine Bedingung in einem M2E-Angebot verwendet wird, kann sie nicht gelöscht werden."
+"Payment method should be specified.","Sie müssen eine Zahlungsmethode festlegen."
+"PayPal","PayPal"
+"PayPal Accepted","PayPal akzeptiert"
+"PayPal Email Address","E-Mail-Adresse für PayPal"
+"Email address for receiving payment.","E-Mail-Adresse für den Zahlungsempfang."
+"Immediate Payment Required","Sofortige Bezahlung erforderlich"
+"This is only applicable to items listed on PayPal-enabled sites in categories that support immediate payment, when a seller has a Premier or Business PayPal account.","Diese Option kann nur für Artikel ausgewählt werden, die auf PayPal-fähigen Websites in Kategorien eingestellt wurden, die die sofortige Bezahlung unterstützen. Der Verkäufer muss dazu ein Premier- oder Geschäftskonto bei PayPal besitzen."
+"Additional Payment Methods","Weitere Zahlungsmethoden"
+"Payment Methods","Zahlungsmethoden"
+"Return Policy","Rücknahmebedingungen"
+"Buyers are more comfortable shopping from sellers who offer returns policies , even though most buyers will never return an item.
+ Items with a clear returns policy typically sell better than items that don't have one.","Käufer haben größeres Vertrauen in Verkäufer, die die Rücknahme des Artikels anbieten , auch wenn die meisten Käufer Artikel niemals zurückgeben. Artikel, bei denen die Rücknahme klar geregelt ist, verkaufen sich in der Regel besser als solche ohne Rücknahmeangebot."
+"Refund Will Be Given As","Rückerstattung erfolgt in folgender Form"
+"Item Must Be Returned Within","Artikel muss innerhalb folgender Frist zurückgegeben werden:"
+"Return Shipping Will Be Paid By","Versandkosten bei Rückgabe trägt"
+"Restocking Fee Value","Rücknahmegebühr"
+"Refund Description","Rückerstattungsbeschreibung"
+"Search For Charities","Nach Wohltätigkeitsorganisationen suchen"
+"Please select a percentage of donation","Bitte wählen Sie den Spendenanteil aus"
+"If you do not see the organization you were looking for, try to enter another keywords and run the search again.","Wenn Sie die Organisation nicht sehen, nach der Sie gesucht haben, versuchen Sie es mit anderen Suchbegriffen."
+"Please, enter the organization name or ID.","Bitte geben Sie den Namen der Organisation oder deren ID ein."
+"Max applicable length is 6 characters, including the decimal (e.g., 12.345).","Sie können höchstens 6 Zeichen eingeben, einschließlich Dezimalstellen (z. B. 12,345)."
+"Price Change is not valid.","Preisänderung ist nicht gültig."
+"Wrong value. Only integer numbers.","Falscher Wert Nur Ganzzahlen"
+"The fixed price for immediate purchase.","Der Festpreis für den Sofort-Kauf."
+"The fixed price for immediate purchase. Find out more about adding a Buy It Now price to your listing.","Der Festpreis für den Sofort-Kauf. Mehr zum Thema Sofort-Kaufen-Preis zum Angebot hinzufügen "
+"% of Price","% des Preises"
+"% of ""Buy It Now"" Price","% des Sofort-Kaufen-Preises"
+"How You Want To Sell Your Item","Hier legen Sie fest, in welchem Angebotsformat Sie Ihren Artikel verkaufen möchten"
+"Is your item for sale auction-style, or fixed price ?","Soll der Artikel als Auktion oder Festpreisangebot eingestellt werden?"
+" Attribute must contain ID. ID for Fixed price is FixedPriceItem, for Auction is Chinese."," Das Attribut muss eine ID enthalten. Die ID für Festpreisangebote lautet „FixedPriceItem“ und „Chinese“ für das Auktionsformat."
+"The buyer will be anonymous to other eBay users in a Private Listing.","In einem privaten Angebot wird den anderen eBay-Nutzern nicht angezeigt, wer der Käufer ist."
+"Quantity And Duration","Stückzahl und Dauer"
+"The length of time your eBay listing will be active. You can have it last 1, 3, 5, 7, 10, 30 days or Good 'Til Cancelled.
+ Good 'Til Cancelled listings renew automatically every 30 days unless all of the items sell, you end the listing, or the listing breaches an eBay policy.","Gibt an, wie lange Ihr eBay-Angebot aktiv sein wird. Die Angebotsdauer kann 1, 3, 5, 7, 10 oder 30 Tage sein oder Sie können angeben, dass das Angebot bis auf Widerruf gültig ist. Angebote mit der Angebotsdauer „Gültig bis Widerruf“ werden alle 30 Tage automatisch erneuert, es sei denn, es wurden alle Artikel verkauft, Sie beenden das Angebot oder das Angebot verstößt gegen einen eBay-Grundsatz."
+" Attribute must contain a whole number. If you choose ""Good Till Cancelled"" the attribute must contain 100."," Das Attribut muss eine ganze Zahl enthalten. Wenn Sie „Gültig bis auf Widerruf“ festlegen, muss das Attribut „100“ enthalten."
+"Single Item","Bei einzelnem Artikel"
+"Custom QTY Number","Mengenangabe für eigene Stückzahl"
+"The number of items you have for sale.","Gibt an, wie viele Artikel zum Verkauf stehen."
+"Conditional Quantity","Bedingte Stückzahl"
+"Choose specifically the number of items available for sale on eBay.","Sie geben an, wie viele Artikel konkret für den Verkauf bei eBay verfügbar sind."
+"Maximum Quantity to Be Listed","Maximal einzustellende Stückzahl"
+"Set a maximum number to sell on eBay, e.g. if you have 10 items in stock but want to keep 2 items back, set a maximum quantity of 8.","Legen Sie fest, wie viele Artikel maximal auf eBay verkauft werden sollen. Wenn Sie beispielsweise 10 Artikel im Bestand haben, davon aber 2 zurückhalten möchten, legen Sie als maximal einzustellende Stückzahl 8 fest."
+"Out Of Stock Control","Nicht mehr vorrätig“-Steuerung"
+"This is useful if you are waiting for additional stock of an item with the same eBay item ID. Instead of ending the listing and then recreating it when the inventory arrives, you can use this flag to hide the listing. Then when you have the item available, automatic or manual Revise will update the inventory and the listing will appear again.
+ Note: Once you list a product with this option it cannot be changed. To cancel it you should end and list the item again.","Diese Option ist sinnvoll, wenn Sie auf zusätzliche Warenlieferungen für einen Artikel mit derselben eBay-Artikelnummer warten. Statt das Angebot zu beenden und es dann beim Eintreffen der Waren erneut zu erstellen, können Sie es mit dieser Option ausblenden. Wenn der Artikel dann wieder verfügbar ist, wird der Warenbestand durch eine automatische oder manuelle Überarbeitung aktualisiert und das Angebot wird erneut angezeigt. Hinweis: Ein mit dieser Option eingestelltes Produkt kann nicht mehr geändert werden. Wenn Sie Änderungen vornehmen möchten, müssen Sie das Angebot stornieren und den Artikel ganz neu einstellen."
+"Ignore Variations","Varianten ignorieren"
+"Select 'Yes' to list Configurable, Grouped, Bundle and Simple with Custom options products as Simple (without variations).","Wählen Sie „Ja“, wenn Produkte, für die „Konfigurierbar“, „Gruppiert“, „Bündel“ und „Einfach“ mit benutzerdefinierten Optionen festgelegt ist, als „Einfach“ (ohne Varianten) eingestellt werden sollen."
+"Taxation","Besteuerung"
+"VAT Rate, %","Mehrwertsteuersatz, %"
+"To specify a VAT rate, you must have an eBay business account and list the item on a VAT-enabled site: Ireland, India, Switzerland, Spain, Holland, Belgium, Italy, Germany, France, Austria or England. The item's VAT information appears on the item's listing page.","Ein Mehrwertsteuersatz kann nur angegeben werden, wenn Sie ein eBay-Geschäftskonto haben und den Artikel auf einer MwSt.-fähigen Website (Irland, Indien, Schweiz, Spanien, Niederlande, Belgien, Italien, Deutschland, Frankreich, Österreich oder Großbritannien) einstellen. Die Mehrwertsteuerinformationen für den Artikel erscheinen auf der Artikelseite."
+"Use eBay Tax Table","eBay-Steuertabelle verwenden"
+"Charges sales tax according to the tax table of your eBay account. Available only for Canada, Canada (Fr), USA and eBay Motors.","Berechnet die Mehrwertsteuer entsprechend der Steuertabelle Ihres eBay-Kontos. Nur für Kanada, Kanada (Französisch), die USA und eBay Motors verfügbar."
+"Tax Category","Steuerkategorie"
+"and","und"
+"eBay %s supports %s currencies. To switch the currency you want to sell for, go to %s > Configuration > General ","eBay %s unterstützt %s Währungen. Wenn Sie eine andere Währung für Ihre Angebote festlegen möchten, gehen Sie zu %s > „Konfiguration“ > „Allgemeines “."
+"Add VAT Percentage","Mehrwertsteuersatz hinzufügen"
+"Increases the price that will be sent on eBay by VAT Rate (%). e.g., VAT Rate = 19%, Magento Price = £10, Percentage increase = 2%; eBay Price will be counted as (£10 + 19%) + 2% = £12.14","Erhöht den Preis, der an eBay gesendet wird, um den in Prozent angegebenen Mehrwertsteuersatz. Beispiel: Mehrwertsteuersatz = 19 %, Magento-Preis = 10 €, Anstieg in Prozent = 2 %; eBay-Preis wird wie folgt berechnet: (10 € + 19 %) + 2 % = 12,14 €"
+"The accepted currency for the item. This has been determined by the eBay site you chose earlier.","Gibt die Währung an, in der die Bezahlung des Artikels akzeptiert wird. Richtet sich nach der zuvor ausgewählten eBay-Website."
+"Price Change","Preisänderung"
+"[CURRENCY]","[Währung]"
+"
+ A value you want the Magento Price to be modified while listing on eBay.
+
+ Absolute Value increase
+ This will increase the price on eBay compared to the price on Magento,
+ e.g. if you wish to increase the price of an item selling on eBay
+ by #currency_placeholder#1.50, type “1.5†into the box.
+
+ Absolute Value decrease
+ This will reduce the price on eBay compared to the price on Magento,
+ e.g. if you wish to reduce the price of an item selling on eBay
+ by #currency_placeholder#1.50, type “1.5†into the box.
+
+ Percentage increase (%)
+ This will increase the price on eBay compared to the price on Magento,
+ e.g. you wish to increase by 10% the price
+ of a #currency_placeholder#2.00 item selling on your Magento store.
+ In the box type “10â€. The item will then go on sale
+ for #currency_placeholder#2.2 on eBay.
+
+ Percentage decrease (%)
+ This will reduce the price on eBay compared to the price on Magento,
+ e.g. you wish to reduce by 10% the price of a #currency_placeholder#2.00 item selling
+ on your Magento store.
+ In the box type: “10â€. The item will then go on sale for #currency_placeholder#1.80
+ on eBay.
+ "," Wert, um den der Magento-Preis beim Einstellen bei eBay geändert werden soll. Anstieg absoluter Wert Sorgt dafür, dass der Preis bei eBay gegenüber dem Preis in Magento angehoben wird. Beispiel: Wenn Sie den Preis eines Artikels bei eBay um 1,50 #Währungsplatzhalter# erhöhen möchten, geben Sie in das Feld „1,5“ ein. Reduzierung absoluter Wert Sorgt dafür, dass der Preis bei eBay gegenüber dem Preis in Magento reduziert wird. Beispiel: Wenn Sie den Preis eines Artikels bei eBay um 1,50 #Währungsplatzhalter# reduzieren möchten, geben Sie in das Feld „1,5“ ein. Anstieg in Prozent (%) Sorgt dafür, dass der Preis bei eBay gegenüber dem Preis in Magento angehoben wird. Beispiel: Wenn Sie den Preis eines Artikels, der in Ihrem Magento-Shop 2,00 #Währungsplatzhalter# kostet, um 10 % anheben möchten, geben Sie in das Feld „10“ ein. Der Artikel wird dann bei eBay mit einem Preis von 2,20 #Währungsplatzhalter# eingestellt. Reduzierung in Prozent (%) Sorgt dafür, dass der Preis bei eBay gegenüber dem Preis in Magento reduziert wird. Beispiel: Wenn Sie den Preis eines Artikels, der in Ihrem Magento-Shop für 2,00 #Währungsplatzhalter# verkauft wird, bei eBay um 10 % reduzieren möchten, geben Sie in das Feld „10“ ein. Der Artikel wird dann für 1,80 #Währungsplatzhalter# eingestellt bei eBay eingestellt. "
+"The starting price at which bidding begins.","Der Startpreis, mit dem die Aktion beginnt."
+"Absolute Value increase","Anstieg absoluter Wert"
+"Absolute Value decrease","Reduzierung absoluter Wert"
+"Percentage increase","Anstieg in Prozent"
+"Percentage decrease","Reduzierung in Prozent"
+"Variation Price","Preis der Variante"
+"Main Product","Hauptprodukt"
+"Associated Products","Zugeordnete Produkte"
+"This determines where the price for Configurable and Bundle products options should be taken from.","Legt fest, woher der Preis für die Optionen „Konfigurierbar“ und „Bündel-Produkte“ übernommen werden soll."
+"The lowest price at which you are selling an item.Note: eBay charges some additional fee for using this option.","Der niedrigste Preis, zu dem Sie einen Artikel verkaufen möchten.Hinweis: eBay berechnet für die Nutzung dieser Option eine zusätzliche Gebühr."
+"Donation","Spende"
+"Organization","Organisation"
+"Search for Charity Organization","Nach Wohltätigkeitsorganisation suchen"
+"Allows you to support your favourite charities .","Hiermit können Sie Wohltätigkeitsorganisationen Ihrer Wahl unterstützen."
+"Donation Percentage","Spendenanteil "
+"Best Offer","Preisvorschlag"
+"Allow Best Offer","Preisvorschlag zulassen"
+"The Best Offer option option allows you to accept offers from buyers and negotiate a price. You can accept Best Offers on fixed price and Classified Ads in certain eBay categories, such as eBay Motors.","Mit Option „Preisvorschlag“ können Sie festlegen, dass Sie Angebote von Käufern entgegennehmen und offen für Preisverhandlungen sind. Sie können Preisvorschläge bei Festpreisangeboten und Anzeigen in bestimmten eBay-Kategorien, wie z.B. eBay Motors, akzeptieren."
+"Auto Action","Automatische Aktion"
+"Accept Offers of at Least","Preisvorschläge annehmen von mindestens"
+"Decline Offers Less than","Preisvorschläge ablehnen, wenn unter"
+"Enter the organization name or ID","Namen oder ID der Organisation eingeben"
+"Location or Zip/Postal Code should be specified.","Sie müssen den Artikelstandort oder die Postleitzahl eingeben."
+"Select one or more international ship-to locations.","Wählen Sie mindestens eine Lieferadresse im Ausland aus."
+"PayPal payment method should be specified for Cross Border trade.","Sie müssen eine PayPal-Zahlungsmethode für den internationalen Handel festlegen."
+"You should specify at least one shipping method.","Sie müssen mindestens eine Versandmethode festlegen."
+"Select shipping service","Versandservice auswählen"
+"Excluded Shipping Locations","Ausgeschlossene Versandorte"
+"No locations are currently excluded.","Derzeit haben Sie keine Lieferorte ausgeschlossen."
+"selected","ausgewählt"
+"Location","Ort"
+"The country your product will be shipped from.","Land, aus dem Ihr Produkt verschickt wird"
+"Zip/Postal Code of the item location. Especially useful in ""Collection Only"" items.","Postleitzahl des Artikelstandorts, besonders bei „Nur Abholung“-Artikeln sinnvoll"
+"City, State","Ort"
+"City, State of the item location.","Ort, an dem sich der Artikel befindet"
+"Domestic Shipping","Versand im Inland"
+"Calculated: cost varies by buyer location","Berechnet: Versandkosten variieren je nach Lieferadresse"
+"Flat: same cost to all buyers","Pauschal: Gleiche Kosten für alle Käufer"
+"Freight: large items","Fracht: Große Artikel"
+"No Shipping: local pickup only","Kein Versand: Nur Abholung"
+"Use eBay Shipping Rate Table","Verwenden Sie die eBay-Versandkostentabelle"
+"The eBay Shipping Rate Table can help with shipping charges.","Die Versandkostentabelle kann bei der Ermittlung der Versandkosten helfen."
+"Service","Versandart"
+"Cost","Kosten"
+"Additional Cost","Zusätzliche Kosten"
+"Add Method","Methode hinzufügen"
+"Add Shipping Method","Versandmethode hinzufügen"
+"Local pickup","Abholung"
+"Item is available for local pickup only.","Kein Versand: Nur Abholung"
+"Freight","Fracht"
+"Specify your own freight shipping options in your item description.","Die Versandoptionen werden in der Artikelbeschreibung des Artikels angegeben."
+"Get It Fast","Expressversand"
+"At least one qualifying shipping service and a single day dispatch time must be offered to enable this option.","Um diese Option zu aktivieren, muss mindestens ein geeigneter Versandservice und eine Bearbeitungsdauer von maximal 1 Tag angeboten werden."
+"Exception handling times","Ausnahme für Bearbeitungszeiten"
+"Same Business Day","Gleicher Werktag"
+"The dispatch time is the time between the buyer’s payment clearing and you sending the item. Buyers are increasingly expecting short dispatch times, ideally next day, but preferably within 3 working days. Click here to find out more.
+ Note: Magento Attribute must contain a numeric value. If you want to set 'Same Business Day' via attribute, set 0 in it.","Die Bearbeitungszeit ist die Zeit, die zwischen dem Eingang und der Freigabe der Käuferzahlung und dem Versand des Artikels durch Sie vergeht. Käufer erwarten heute möglichst kurze Bearbeitungszeiten – idealerweise mit Versand am nächsten Tag, spätestens aber innerhalb von 3 Werktagen. Hier erfahren Sie mehr zu diesem Thema. Hinweis: Das Magento-Attribut muss einen numerischen Wert enthalten. Wenn Sie „Gleicher Werktag“ über das Attribut festlegen möchten, legen Sie „0“ fest."
+"Handling Cost","Kosten für Verpackung"
+"Addition of handling cost to the shipping costs.","Die Kosten für Verpackung werden zu den Versandkosten hinzugefügt."
+"Handling Cost Value","Wert für Kosten für Verpackung"
+"Combined Shipping Profile","Kombiversandprofil"
+"Use the Flat Shipping Rule and Calculated Shipping Rule profiles, which were created on eBay.
+ Note: press ""Refresh Profiles"" button for upload new or refreshes eBay Shipping profiles.","Ermöglicht die Anwendung der Profile mit Regeln für die Versandpauschale und Regeln für berechnete Versandkosten, die bei eBay erstellt wurden. Hinweis: Klicken Sie auf „Profile aktualisieren“, um neue Profile hochzuladen oder die bestehenden eBay-Versandprofile zu aktualisieren."
+"Refresh Profiles","Profile aktualisieren"
+"Use the Flat Shipping Rule and Calculated Shipping Rule profiles, which were created on eBay.
+ Note: press ""Refresh Profiles"" button for upload new or refreshes eBay Shipping profiles.","Ermöglicht die Anwendung der Profile mit Regeln für die Versandpauschale und Regeln für berechnete Versandkosten, die bei eBay erstellt wurden. Hinweis: Klicken Sie auf „Profile aktualisieren“, um neue Profile hochzuladen oder die bestehenden eBay-Versandprofile zu aktualisieren."
+"You do not have eBay accounts added to M2E.","Sie haben noch keine eBay-Konten zu M2E hinzugefügt."
+"Promotional Shipping Rule","Regel für Versandaktionen"
+"Adding Shipping Discounts according to the rules that are set in your eBay Account.","Sie können Versandrabatte entsprechend den für Ihr eBay-Mitgliedskonto festgelegten Regeln hinzufügen."
+"""Cash On Delivery"" Cost","Nachnahmekosten"
+"Required when using COD Payment Method.","Erforderlich wenn als Zahlungsmethode Nachnahme gewählt wurde."
+"Cross Border Trade","Internationaler Handel"
+"The international site visibility feature allows qualifying listings to be posted on international sites.
+ Buyers on these sites will see the listings exactly as you originally post them.
+Note: There may be additional eBay charges for this option.","Die Funktion „Internationale Sichtbarkeit“ ermöglicht es, berechtigte Angebote auf internationalen Websites einzustellen. Käufern wird auf diesen Websites Ihr Angebot so angezeigt, wie Sie es ursprünglich einstellen.Hinweis : Für diese Option können zusätzliche eBay-Gebühren anfallen."
+"eBay Site Visibility","Sichtbarkeit der eBay-Website"
+"USA / Canada","USA/Kanada"
+"United Kingdom","Großbritannien"
+"International Shipping","Versand ins Ausland"
+"Offer Global Shipping Program","Programm zum weltweiten Versand anbieten"
+"Simplifies selling an item to an international buyer. Click here to find out more.","Vereinfacht das Verkaufen von Artikeln an Käufer im Ausland. Hier erfahren Sie mehr zu diesem Thema."
+"No International Shipping","Kein internationaler Versand"
+"Promotional Shipping Rule:","Regel für Versandaktionen:"
+"Add Shipping Discounts according to rules that are set in your eBay Account.","Sie können Versandrabatte entsprechend den für Ihr eBay-Konto festgelegten Regeln hinzufügen."
+"Measurement System","Einheitensystem"
+"English (lbs, oz, in)","Englisch (Pfund, Unzen, Zoll)"
+"Metric (kg, g, cm)","Metrisch (kg, g, cm)"
+"Package Size Source","Paketgröße"
+"Dimension Source","Abmessungen"
+"Dimensions (Width/Height/Depth)","Abmessungen (Breite/Höhe/Tiefe)"
+"inches","Zoll"
+"cm","cm"
+"Dimensions (Width/Height/Depth)","Abmessungen (Breite/Höhe/Tiefe)"
+"Weight Source","Gewicht"
+"The Weight Attribute must have the weight of the item.","Das Attribut für das Gewicht muss dem Gewicht des Artikels entsprechen."
+"lbs. oz.","Pfund Unzen"
+"kg. g.","kg. g."
+"Weight","Gewicht"
+"Postal code for the location from which the package will be shipped.","Die Postleitzahl für den Ort, von dem aus Ihr Paket versendet wird."
+"Excluded Locations","Ausgeschlossene Orte"
+"To exclude buyers in certain locations from purchasing your item, create a shipping exclusion list.","Erstellen Sie eine Versandausschlussliste, um Käufer an bestimmten Orten vom Kauf Ihrer Artikel auszuschließen."
+"Locations","Orte"
+"Edit Exclusion List","Ausschlussliste bearbeiten"
+"Calculated","Berechnet"
+"Select the regions or countries you don't ship to.","Wählen Sie die Regionen oder Länder aus, in die Sie nicht liefern."
+"Domestic","Inland"
+"International","International"
+"Additional","Weitere"
+"Selected Options","Ausgewählte Optionen"
+"[Reset]","[Zurücksetzen]"
+"Must be greater than ""Min"".","Muss größer als „Min.“ sein"
+"Inconsistent settings in Relist and Stop rules.","Einstellungen in den Regeln für das Überarbeiten und für das Anhalten passen nicht zueinander."
+"Require to select at least one day of week.","Es muss mindestens ein Wochentag ausgewählt werden."
+"You should specify time.","Geben Sie die Zeit an."
+"Wrong value.","Falscher Wert."
+"Must be greater than ""Active From"" Date.","Muss nach dem „Aktiv seit“-Datum liegen"
+"Must be greater than ""From Time"".","Muss nach dem „Ab“-Zeitpunkt liegen"
+"List Rules","Regeln für das Einstellen"
+"Schedule","Planen"
+"List Action - at first this action to be executed for each item, that has Not Listed status and its settings meet the List Condition. If an item is not listed for some reason, autosynchronization will attempt to list it again according to the Schedule in case the Product Status, Stock Availability or Quantity is changed.
+ ","Aktion „Einstellen“: Diese Aktion muss zunächst für jeden Artikel durchgeführt werden, dessen Status „Nicht eingestellt“ lautet und dessen Einstellungen die Bedingung für das Einstellen erfüllen. Wenn ein Artikel aus irgendeinem Grund nicht eingestellt wurde, versucht die automatische Synchronisierung diesen gemäß Zeitplan erneut einzustellen, wenn sich Produktstatus, Verfügbarkeit oder Stückzahl geändert haben. "
+"List Action","Aktion „Einstellen“"
+"Enables automatic listing of unlisted items if they meet List Conditions.","Aktiviert das automatische Einstellen von nicht eingestellten Artikeln, wenn diese die Bedingungen für das Einstellen erfüllen."
+"List Conditions","Bedingungen für das Einstellen"
+"Enabled – M2E Listing items automatically list on eBay if this status is set to Enabled.
+Any – M2E Listing items automatically list on eBay regardless of its status.
+","Aktiviert : Artikel in M2E-Angeboten werden automatisch bei eBay eingestellt, wenn dieser Status auf „Aktiviert“ gesetzt wird.Beliebig : Artikel in M2E-Angeboten werden automatisch und unabhängig von ihrem Status bei eBay eingestellt."
+"In Stock - M2E Listing items list automatically, if the products are in stock.
+ Any - M2E Listing items list automatically, regardless of the stock availability.","Auf Lager : Artikel in M2E-Angeboten werden automatisch eingestellt, wenn die Produkte auf Lager sind. Beliebig : Artikel in M2E-Angeboten werden automatisch und unabhängig von ihrer Verfügbarkeit im Warenbestand eingestellt."
+"M2E Pro will automatically list M2E Listings items if they meet defined conditions.
+ More or Equal – the number of Magento products are more than, or equal to, the item quantity chosen.
+ Between – the number of Magento products are between the two numbers chosen.","M2E Pro stellt M2E-Angebote automatisch ein, wenn sie bestimmte Bedingungen erfüllen. Mehr oder gleich : Die Anzahl der Magento-Produkte ist größer als die ausgewählte Artikelstückzahl oder entspricht ihr. Zwischen : Die Anzahl der Magento-Produkte liegt zwischen den ausgewählten Werten."
+"Relist Rules define the conditions when you want eBay items to be relisted.","Mit den Regeln für das Wiedereinstellen wird festgelegt, unter welchen Bedingungen eBay-Artikel wiedereingestellt werden sollen."
+"Activates relist action for any M2E Pro Listing that uses the current Synchronization Policy.","Aktiviert die Wiedereinstellen-Aktion für alle M2E Pro-Angebote, die die aktuellen Synchronisierungsbedingungen verwenden."
+"Automatically relists an item by over-riding any manual stop.","Stellt manuell angehaltene Artikel automatisch wieder ein."
+"Updates title, subtitle, description, price, quantity and shipment on eBay items.
+ Note: If No is selected, eBay items with existing data on eBay are relisted.","Aktualisiert Artikelbezeichnung, Untertitel, Beschreibung, Preis, Stückzahl und Versand für eBay-Artikel. Hinweis: Bei „Nein“ werden eBay-Artikel mit vorhandenen Daten bei eBay wiedereingestellt."
+"Stock availability when item will be relisted.","Warenbestandsverfügbarkeit zum Zeitpunkt des Wiedereinstellens des Artikels"
+"Product quantity when item will be relisted.","Produktstückzahl zum Zeitpunkt des Wiedereinstellens des Artikels"
+"Set preferences for revising items.
+
+ Partial Revise - updates particular data you specified.
+
+ Full Revise - set 'Yes' in the policy option which data change will launch updating data on eBay.
+
+ ","Legen Sie die Einstellungen für das Überarbeiten von Artikeln fest. Teilweise überarbeiten : Aktualisiert bestimmte Daten, die Sie festgelegt haben. Vollständig überarbeiten : Mit „Ja“ in der Bedingungsoption wird festgelegt, welche Datenänderung eine Datenaktualisierung bei eBay startet. "
+"Automatically revises the eBay quantity if there is a change to the quantity (or attribute for quantity) in Magento.","Ändert automatisch die eBay-Stückzahl, wenn es bei der Stückzahl (oder dem Attribut für die Stückzahl) in Magento eine Änderung gibt."
+"Conditional Revise","Bedingtes Bearbeiten"
+"Only revises the quantity on eBay when they meet the specific conditions you set.","Ändert die Stückzahl bei eBay nur dann, wenn bestimmte, von Ihnen festgelegte Bedingungen erfüllt sind."
+"Revise When Less or Equal to","Bearbeiten, wenn weniger oder gleich"
+"We recommend not setting this value too high. Initially try a value from 10 - 20.","Wir empfehlen, diesen Wert nicht zu hoch zu wählen. Versuchen Sie es anfänglich mit einem Wert von 10 bis 20."
+"Automatically revises the eBay item price if there is a change to the price (or attribute for price) in Magento.","Ändert automatisch den eBay-Artikelpreis, wenn es beim Preis (oder beim Attribut für den Preis) in Magento eine Änderung gibt."
+"Automatically revises the eBay item title if there is a change to the title (or attribute for title) in Magento.","Ändert automatisch die eBay-Artikelbezeichnung, wenn es bei der Artikelbezeichnung (oder beim Attribut für die Artikelbezeichnung) in Magento eine Änderung gibt."
+"Automatically revises the eBay item subtitle if there is a change to the subtitle (or attribute for subtitle) in Magento.","Ändert automatisch den eBay-Untertitel, wenn es beim Untertitel (oder beim Attribut für den Untertitel) in Magento eine Änderung gibt."
+"Automatically revises the eBay item description if there is a change to the description (or attribute for description) in Magento.","Ändert automatisch die eBay-Artikelbeschreibung, wenn es bei der Artikelbeschreibung (oder beim Attribut für die Artikelbeschreibung) in Magento eine Änderung gibt."
+"Images","Bilder"
+"Automatically revises the eBay item gallery if there is a change to the gallery (or attribute for gallery) in Magento.","Ändert automatisch die eBay-Artikelgalerie, wenn es bei der Artikelgalerie (oder beim Attribut für die Artikelgalerie) in Magento eine Änderung gibt."
+"Full Revise","Vollständig überarbeiten"
+"Automatically revises the eBay listing if there is a change to the Price, Quantity and Format policy.","Ändert automatisch das eBay-Angebot, wenn es bei den Preis-, Stückzahl- und Format-Rahmenbedingungen eine Änderung gibt."
+"Automatically revises the eBay listing if there is a change to the Description policy.","Ändert automatisch das eBay-Angebot, wenn es bei den Rahmenbedingungen für die Beschreibung eine Änderung gibt."
+"Category/Specifics","Kategorie/Artikelmerkmale"
+"Automatically revises the eBay listing if there is a change to the category/specifics in its settings.","Ändert automatisch das eBay-Angebot, wenn die Kategorie/Artikelmerkmale in den Einstellungen geändert wird/werden."
+"Automatically revises the eBay listing if there is a change to the Payment policy.","Ändert automatisch das eBay-Angebot, wenn es bei den Rahmenbedingungen für die Zahlung eine Änderung gibt."
+"Automatically revises the eBay listing if there is a change to the Shipping policy.","Ändert automatisch das eBay-Angebot, wenn es bei den Rahmenbedingungen für den Versand eine Änderung gibt."
+"Automatically revises the eBay listing if there is a change to the Return policy.","Ändert automatisch das eBay-Angebot, wenn es bei den Rahmenbedingungen für die Rücknahme eine Änderung gibt."
+"Defines a timetable for automatical list and relist eBay items.","Definiert einen Zeitplan für das automatische Einstellen und Wiedereinstellen von eBay-Artikeln."
+"Activation","Aktivierung"
+"Enables / Disables using schedule.","Aktiviert/deaktiviert die Verwendung des Zeitplans."
+"Any Time","Jederzeit"
+"During Period","Während des Zeitraums"
+"When the schedule has to be applied.","Gibt an, wann der Zeitplan gilt."
+"Active From","Aktiv seit"
+"To","Bis"
+"Day of Week","Wochentag"
+"From","Ab"
+"Monday","Montag"
+"Tuesday","Dienstag"
+"Wednesday","Mittwoch"
+"Thursday","Donnerstag"
+"Friday","Freitag"
+"Saturday","Samstag"
+"Sunday","Sonntag"
+"AM","morgens"
+"PM","abends"
+"Define the conditions when you want eBay items stopped.
+
+ Note: If all options are set to No or No Action, then the stop action for eBay items, which use this Synchronization Policy, is disabled.
+If all options are enabled, then an item will be stopped if at least one of the Stop Conditions is met.","Legen Sie fest, unter welchen Bedingungen eBay-Artikel angehalten werden sollen. Hinweis: Wenn für alle Optionen „Nein“ oder „Keine Aktion“ festgelegt ist, wird die Anhalten-Aktion für eBay-Artikel deaktiviert, die diese Synchronisierungsbedingungen verwenden. Wenn alle Optionen aktiviert sind und mindestens eine der Anhalten-Bedingungen erfüllt ist, wird der Artikel angehalten."
+"Automatically stops an item that is on eBay if status is changed to 'Disabled' in Magento.","Das eBay-Angebot wird automatisch angehalten, wenn dessen Status in Magento auf „Deaktiviert“ geändert wurde."
+"Automatically stops an item that is on eBay if stock availability is changed to 'Out of Stock' in Magento.","Das eBay-Angebot wird automatisch angehalten, wenn die Verfügbarkeit in Magento auf „Nicht mehr vorrätig“ geändert wurde."
+"Stop When Quantity Is","Anhalten, wenn Stückzahl"
+"Automatically stops an item on eBay if quantity is changed and it meets the selected conditions.","Das eBay-Angebot wird automatisch angehalten, wenn die Stückzahl geändert wurde und die ausgewählten Bedingungen erfüllt sind."
+
+"About","Info"
+"Community","Community"
+"Enterprise","Enterprise"
+"America","Amerika"
+"Europe","Europa"
+"Asia / Pacific","Asiatisch-pazifischer Raum"
+"Other","Sonstige"
+"Canada","Kanada"
+"Canada (French)","Kanada (französischsprachig)"
+"United States","USA"
+"Austria","Österreich"
+"Belgium (Dutch)","Belgien (Flämisch)"
+"Belgium (French)","Belgien (Französisch)"
+"France","Frankreich"
+"Germany","Deutschland"
+"Ireland","Irland"
+"Italy","Italien"
+"Netherlands","Niederlande"
+"Poland","Polen"
+"Switzerland","Schweiz"
+"Sweden","Schweden"
+"Spain","Spanien"
+"United Kingdom","Großbritannien"
+"Australia","Australien"
+"Hong Kong","Hongkong"
+"India","Indien"
+"Malaysia","Malaysia"
+"Philippines","Philippinen"
+"Singapore","Singapur"
+"System","System"
+"Add new listing","Neues Angebot hinzufügen"
+"Delete existing listing","Vorhandenes Angebot löschen"
+"Add product to listing","Produkt zum Angebot hinzufügen"
+"Delete item from listing","Artikel aus Angebot löschen"
+"Remove item from Channel","Artikel aus Channel entfernen"
+"Add new product to magento store","Neues Produkt zum Magento-Shop hinzufügen"
+"Delete existing product from magento store","Vorhandenes Produkt aus Magento-Shop löschen"
+"Change of product price in magento store","Produktpreis im Magento-Shop ändern"
+"Change of product special price in magento store","Produkt-Sonderpreis im Magento-Shop ändern"
+"Change of product qty in magento store","Produktmenge im Magento-Shop ändern"
+"Change of product stock availability in magento store","Produktverfügbarkeit im Magento-Shop ändern"
+"Change of product status in magento store","Produktstatus im Magento-Shop ändern"
+"List item on Channel","Artikel im Channel einstellen"
+"Relist item on Channel","Artikel im Channel wiedereinstellen"
+"Revise item on Channel","Artikel im Channel bearbeiten"
+"Stop item on Channel","Artikel im Channel anhalten"
+"Stop on Channel / Remove from Listing","Im Channel anhalten/Aus Angebot entfernen"
+"Remove from Channel & Listing","Aus Channel und Angebot entfernen"
+"Change of product custom attribute in magento store","Benutzerdefiniertes Attribut im Magento-Shop ändern"
+"Relist product on Channel","Produkt im Channel wiedereinstellen"
+"Stop product on Channel","Produkt im Channel anhalten"
+"Default Synchronization","Standard-Synchronisierung"
+"Inventory Synchronization","Warenbestand synchronisieren"
+"Orders Synchronization","Bestellungen synchronisieren"
+"Marketplaces Synchronization","Marktplätze synchronisieren"
+"3rd Party Listings Synchronization","Angebote von Drittanbietern synchronisieren"
+"The ""Categories Synchronization"" action for marketplace: ""%s"" is in data processing mode. Please wait...","Die Aktion „Kategorien synchronisieren“ für Marktplatz „%s“ befindet sich im Datenverarbeitungsmodus. Bitte warten Sie..."
+"Magento Order was not created. Reason: Magento Order creation is disabled in Account settings.","Die Magento-Bestellung wurde nicht erstellt. Grund: Die Erstellung von Magento-Bestellungen ist in den Kontoeinstellungen deaktiviert."
+"Magento Order was not created. Reason: Magento Order creation for items listed by M2E Pro is disabled in Account settings.","Die Magento-Bestellung wurde nicht erstellt. Grund: Die Erstellung von Magento-Bestellungen für mit M2E Pro eingestellte Artikel ist in den Kontoeinstellungen deaktiviert."
+"Magento Order was not created. Reason: Magento Order creation for items listed by 3rd party software is disabled in Account settings.","Die Magento-Bestellung wurde nicht erstellt. Grund: Magento-Bestellungen für mit Drittanbieter-Software eingestellte Artikel sind in den Kontoeinstellungen deaktiviert."
+"Magento order was not created. Reason: Order Creation Rules were not met. Press Create Order button at Order view page to create it anyway.","Die Magento-Bestellung wurde nicht erstellt. Grund: Die Regeln zum Erstellen von Bestellungen wurden nicht eingehalten. Klicken Sie auf „Bestellung erstellen“ auf der Übersichtsseite der Bestellungen, um die Bestellung trotzdem zu erstellen."
+"Magento Order is already created for this %s Order. Press Create Order button to create new one.","Die Magento-Bestellung wurde bereits für diese %-Bestellung erstellt. Klicken Sie auf „Bestellung erstellen“, um eine neue Bestellung zu erstellen."
+"Payment Status was not updated to Paid. Magento Order #%order_id% have to be cancelled according to Account's Automatic Cancellation setting.","Der Zahlungsstatus wurde nicht auf „bezahlt“ aktualisiert. Die Magento-Bestellung #%order_id% wurde aufgrund der Einstellungen des Mitgliedskontos für die automatische Stornierung abgebrochen."
+"Magento and M2E Pro has Internet Explorer 7 as minimal browser requirement. Please upgrade your browser.","Sowohl für Magento als auch für M2E Pro müssen Sie mindestens den Internet Explorer 7 als Browser verwenden. Bitte aktualisieren Sie Ihren Browser."
+"M2E Pro license key validation is failed for this domain. Go to the %slicense page%s.","Der M2E Pro-Lizenzschlüssel konnte für diese Domain nicht validiert werden. Gehen Sie zur %Lizenzseite%s."
+"M2E Pro license key validation is failed for this IP. Go to the %slicense page%s.","Der M2E Pro-Lizenzschlüssel konnte für diese IP-Adresse nicht validiert werden. Gehen Sie zur %Lizenzseite%s."
+"M2E Pro license key validation is failed for this base directory. Go to the %slicense page%s.","Der M2E Pro-Lizenzschlüssel konnte für dieses Basisverzeichnis nicht validiert werden. Gehen Sie zur %Lizenzseite%s."
+"M2E Pro module requires activation. Go to the %slicense page%s.","Das M2E Pro-Modul muss aktiviert werden. Gehen Sie zur %Lizenzseite%s."
+"M2E Pro module license suspended for ""%s"" component. Go to the %slicense page%s.","Die M2E Pro-Modul-Lizenz wurde für die Komponente „%s“ gesperrt. Gehen Sie zur %Lizenzseite%s."
+"M2E Pro module license closed for ""%s"" component. Go to the %slicense page%s.","Die M2E Pro-Modul-Lizenz wurde für die Komponente „%s“ widerrufen. Gehen Sie zur %Lizenzseite%s."
+"M2E Pro module license has expired for ""%s"" component. Go to the %slicense page%s.","Die M2E Pro-Modul-Lizenz für die Komponente „%s“ ist abgelaufen. Gehen Sie zur %Lizenzseite%s."
+"M2E Pro module is running under Trial License for ""%s"" component, that will expire on %s.","Das M2E Pro-Modul wird mit einer Testlizenz für die Komponente „%s“ ausgeführt, die am %s abläuft."
+"M2E Pro module license will expire on %s for ""%s"" component. Go to the %slicense page%s.","Die M2E Pro-Modul-Lizenz läuft am %s für die Komponente „%s“ ab. Gehen Sie zur %Lizenzseite%s."
+"No matches were found. Please change the mapping attributes in Configuration > Account > 3rd Party Listings or try to map manually.","Keine Treffer gefunden. Ändern Sie die Zuordnungsattribute in Konfiguration > Konto > Angebote von Drittanbietern oder versuchen Sie, die Zuordnung manuell zu erstellen."
+"The ""Categories Synchronization"" action for marketplace: ""%mrk%"" is in data processing mode. Please wait...","Die Aktion „Kategorien synchronisieren“ für Marktplatz „% mrk%“ befindet sich im Datenverarbeitungsmodus. Bitte warten Sie..."
+"Task ""Orders Receive Synchronization"" for Rakuten.com ""%acc%"" Account is started. Please wait...","Aufgabe „Bestellungen werden synchronisiert“ für Rakuten.com-Konto „%acc%“ wird gestartet. Bitte warten Sie..."
+"Task ""Orders Update Synchronization"" for Rakuten.com ""%acc%"" Account is started. Please wait...","Aufgabe „Aktualisierte Bestellungen werden synchronisiert“ für Rakuten.com-Konto „%acc%“ wird gestartet. Bitte warten Sie..."
+"The ""Parts Compatibility Synchronization"" action for ""%mrk%"" marketplace has been successfully completed.","Die Aktion „Kompatibilität von Ersatzteilen synchronisieren“ für Marktplatz „%mrk%“ wurde abgeschlossen."
+"Attention! By deleting account you delete all information on it from M2E Pro server. This will cause inappropriate work of all accounts' copies.","Wichtiger Hinweis! Wenn Sie ein Konto löschen, werden alle damit verbundenen Informationen vom M2E Pro-Server gelöscht. Dies kann dazu führen, dass die Kopien des Kontos nicht richtig funktionieren."
+"The product was listed as a simple product as it has limitation for multi-variation items. Reason:number of values for each option more than 30.","Das Produkt wurde als einfaches Produkt eingestellt, da Artikel mit Varianten für dieses Angebot nicht unterstützt werden. Grund: Es sind mehr als 30 Werte für jede Option vorhanden."
+"The product was listed as a simple product as it has limitation for multi-variation items. Reason:number of options more than 5.","Das Produkt wurde als einfaches Produkt eingestellt, da Artikel mit Varianten für dieses Angebot nicht unterstützt werden. Grund: Es sind mehr als 5 Optionen vorhanden."
+"The product was listed as a simple product as it has limitation for multi-variation items. Reason:sum of quantities of all possible products options more than 250.","Das Produkt wurde als einfaches Produkt eingestellt, da Artikel mit Varianten für dieses Angebot nicht unterstützt werden. Grund: Die Summe der Stückzahlen aller möglichen Produktoptionen beträgt mehr als 250."
+"Map listing to magento product","Angebot Magento-Produkt zuordnen"
+"Unmap listing from magento product","Zuordnung des Angebots zu Magento-Produkt aufheben"
+"Move to existing M2E listing","In vorhandenes M2E-Angebot verschieben"
+"Change of product special price from date in magento store","Startdatum eines Produkt-Sonderpreises im Magento-Shop ändern"
+"Change of product special price to date in magento store","Enddatum eines Produkt-Sonderpreises im Magento-Shop ändern"
+"Change item status on Channel","Artikelstatus im Channel ändern"
+"Revise product","Produkt bearbeiten"
+"Relist product","Produkt wiedereinstellen"
+"Stop product","Produkt anhalten"
+"Creation Date","Erstellungsdatum"
+"Update Date","Aktualisierungsdatum"
+"Actions","Schritte"
+"Edit","Bearbeiten"
+"Delete","Löschen"
+"All Accounts","Alle Konten"
+"ID","Artikelnr."
+"Title","Artikelbezeichnung"
+"Channel","Channel"
+"Accounts","Konten"
+"Add Account","Mitgliedskonto hinzufügen"
+"Configuration","Konfiguration"
+"General","Allgemeines"
+"3rd Party Listings","Angebote von Drittanbietern"
+"Orders","Bestellungen"
+"Edit%s Account","%s-Mitgliedskonto bearbeiten"
+"Add%s Account","%s-Mitgliedskonto hinzufügen"
+"Refresh","Aktualisieren"
+"Save And Continue Edit","Speichern und weiter bearbeiten"
+"Add New Account","Neues Mitgliedskonto hinzufügen"
+"Complete This Step","Diesen Schritt abschließen"
+"Back","Zurück"
+"Save","Speichern"
+"Add%s Listing [Select Categories Products]","%s-Angebot hinzufügen [Kategorien auswählen]"
+"Save And View Listing","Speichern und Angebot anzeigen"
+"Add%s Listing [Select Categories]","%s-Angebot hinzufügen [Kategorien auswählen]"
+"Next","Weiter"
+"Add%s Listing [Select Products]","%s-Angebot hinzufügen [Produkte auswählen]"
+"Add%s Listing [Settings]","%s-Angebot hinzufügen [Einstellungen]"
+"Add%s Listing [Products Filter]","%s-Angebot hinzufügen [Produktfilter]"
+"Add%s Listing [Channel Settings]","%s-Angebot hinzufügen [Channel-Einstellungen]"
+"Select All","Alle auswählen"
+"Confirm","Bestätigen"
+"Add New","Hinzufügen"
+"Settings","Einstellungen"
+"Channel Settings","Channel-Einstellungen"
+"Products Filter","Produktfilter"
+"Edit ""%s""%s Listing [Settings]","%s-Angebot „%s“ bearbeiten [Einstellungen]"
+"Total Items","Gesamtzahl der Artikel"
+"Active Items","Noch eingestellte Artikel"
+"Inactive Items","Nicht mehr eingestellte Artikel"
+"View Products","Produkte anzeigen"
+"Add Products from Products List","Produkte aus Produktliste hinzufügen"
+"Add Products from Categories","Produkte aus Kategorien hinzufügen"
+"Edit Settings","Einstellungen bearbeiten"
+"Delete Listing","Angebot löschen"
+"Are you sure?","Sind Sie sicher?"
+"View Log","Protokoll anzeigen"
+"Clear Log","Protokoll löschen"
+"Edit Selling Format Template","Angebotsformatvorlage bearbeiten"
+"Edit Synchronization Template","Synchronisierungsvorlage bearbeiten"
+"Clear Log(s)","Protokoll(e) löschen"
+"Delete Listing(s)","Angebot(e) löschen"
+"N/A","Keine Angabe"
+"Product ID","Produkt-ID"
+"Product Title / SKU","Produktbezeichnung/Artikelnummer"
+"ASIN / ISBN","ASIN/ISBN"
+"Amazon QTY","Menge bei Amazon"
+"Amazon Price","Preis bei Amazon"
+"Fulfillment","Auftragsabwicklung"
+"Merchant","Anbieter"
+"Amazon","Amazon"
+"Status","Status"
+"Unknown","Unbekannt"
+"Active","Aktiv"
+"Inactive","Inaktiv"
+"Inactive (Blocked)","Inaktiv (Gesperrt)"
+"Remove Item","Artikel entfernen"
+"Unmap","Zuordnung aufheben"
+"Map Item(s) Automatically","Artikel automatisch zuordnen"
+"Move Item(s) to Listing","Artikel in Angebot verschieben"
+"Map","Zuordnung"
+"Move","Verschieben"
+"SKU","Artikelnummer"
+"Status Change","Statusänderung"
+"Manual","Manuell"
+"Automatic","Automatik"
+"Add Products To%s Listing ""%s"" From Categories","Produkte aus Kategorien zu %s-Angebot „%s“ hinzufügen"
+"View Listing","Angebot anzeigen"
+"Save And List","Speichern und einstellen"
+"Product Title","Produktbezeichnung"
+"Type","Typ"
+"Stock Availability","Verfügbarkeit"
+"In Stock","Auf Lager"
+"Out of Stock","Nicht mehr vorrätig"
+"Price","Preis"
+"Qty","Stückzahl"
+"Visibility","Visibilität"
+"Websites","Websites "
+"Please select items.","Bitte wählen Sie Artikel aus."
+"Are you sure you want to create empty listing?","Sind Sie sicher, dass Sie ein leeres Angebot erstellen möchten?"
+"Show Advanced Filter","Erweiterten Filter einblenden"
+"Hide Advanced Filter","Erweiterten Filter ausblenden"
+"Add Products To%s Listing ""%s""","Produkte zu %s-Angebot „%s“ hinzufügen"
+"Image","Bild"
+"Action","Aktion"
+"Assign ASIN/ISBN","ASIN/ISBN zuweisen"
+"Clear Search Result","Suchergebnis löschen"
+"Search","Finden"
+"Reset","Zurücksetzen"
+"Close","Schließen"
+"Product Title / Listing / SKU","Produktbezeichnung/Angebot/Artikelnummer"
+"Amazon SKU","Amazon-Artikelnummer"
+"Not Listed","Nicht eingestellt"
+"Manage","Verwalten"
+"Listing","Angebot"
+"Go to listing","Angebot aufrufen"
+"Search%s Listings Items","Artikel von %s-Angeboten suchen"
+"Listings","Angebote"
+"Templates","Vorlagen"
+"Selling Format Templates","Angebotsformatvorlagen"
+"Synchronization Templates","Synchronisierungsvorlagen"
+"Continue","Weiter"
+"List Item(s)","Artikel einstellen"
+"Revise Item(s)","Artikel überarbeiten"
+"Relist Item(s)","Artikel wiedereinstellen"
+"Stop Item(s)","Artikel anhalten"
+"Move Item(s) to Another Listing","Artikel in anderes Angebot verschieben"
+"Assign ASIN/ISBN to Item(s)","Artikel ASIN/ISBN zuweisen"
+"Add New ASIN(s)","Neue ASIN(s) hinzufügen"
+"Unassign ASIN/ISBN","Zuweisung von ASIN/ISBN aufheben"
+"Duplicate","Kopieren"
+"Manage ""%s"" Options","„%s“-Optionen verwalten"
+"Manage Options","Optionen verwalten"
+"Edit ""%s"" Variation","„%s“-Variante bearbeiten"
+"Add Another ""%s"" Variations","Weitere „%s“-Variante hinzufügen"
+"Add Another Variation","Weitere Variante hinzufügen"
+"List","Einstellen"
+"Relist","Wiedereinstellen"
+"Revise","Überarbeiten"
+"Stop","Stopp"
+"Remove from Channel","Aus Channel entfernen"
+"receiving...","wird empfangen..."
+"Unassign New ASIN Template","Zuweisung neuer ASIN-Vorlage aufheben"
+"Automatic ASIN/ISBN search in progress.","Automatische ASIN/ISBN-Suche wird ausgeführt."
+"Choose ASIN/ISBN from the list","Wählen Sie eine ASIN/ISBN aus der Liste"
+"Search for ASIN/ISBN","Suchen nach ASIN/ISBN"
+"ASIN/ISBN was found automatically","ASIN/ISBN wurde automatisch gefunden"
+"View%s Listing ""%s""","%s-Angebot „%“ anzeigen"
+"Edit Templates","Vorlage bearbeiten"
+"Add Products","Produkte hinzufügen"
+"Moving Amazon Items.","Amazon-Artikel werden verschoben."
+"Products failed to move","Verschieben der Produkte fehlgeschlagen"
+"Task completed. Please wait ...","Aufgabe abgeschlossen. Bitte warten Sie..."
+"""%s"" task has successfully submitted to be processed.","Die Aufgabe „%s“ wurde zur Verarbeitung gesendet."
+"""%s"" task has completed with warnings. View log for details.","Die Aufgabe „%s“ wurde mit Warnungen abgeschlossen. Details dazu finden Sie im Protokoll ."
+"""%s"" task has completed with errors. View log for details.","Die Aufgabe „%s“ wurde mit Fehlern abgeschlossen. Details dazu finden Sie im Protokoll ."
+"Some Amazon request(s) are being processed now.","Einige Amazon-Anfragen werden gerade bearbeitet."
+"Sending %s product(s) data on Amazon.","Daten zu %s-Produkt(en) bei Amazon werden gesendet."
+"View All Product Log.","Alle Produktprotokolle anzeigen."
+"The listing was locked by another process. Please try again later.","Das Angebot wurde durch einen anderen Vorgang blockiert. Bitte versuchen Sie es später noch einmal."
+"Listing is empty.","Das Angebot ist leer."
+"Listing All Items On Amazon","Alle Artikel bei Amazon einstellen"
+"Listing Selected Items On Amazon","Ausgewählte Artikel bei Amazon einstellen"
+"Revising Selected Items On Amazon","Ausgewählte Artikel bei Amazon überarbeiten"
+"Relisting Selected Items On Amazon","Ausgewählte Artikel bei Amazon wiedereinstellen"
+"Stopping Selected Items On Amazon","Ausgewählte Artikel bei Amazon anhalten"
+"Stopping On Amazon And Removing From Listing Selected Items","Bei Amazon anhalten und ausgewählter Artikel aus dem Angebot entfernen"
+"Removing From Amazon And Listing Selected Items","Bei Amazon und ausgewählte Artikel aus dem Angebot entfernen"
+"Product(s) was successfully moved.","Produkte wurden verschoben."
+"Product(s) was not moved. View log for details.","Produkte wurden nicht verschoben. Details dazu finden Sie im Protokoll ."
+"Some product(s) was not moved. View log for details.","Einige Produkte wurden nicht verschoben. Details dazu finden Sie im Protokoll ."
+"Please select action.","Bitte wählen Sie eine Aktion."
+"Success","Erfolg"
+"Notice","Hinweis"
+"Warning"," Hinweis "
+"Error","Fehler"
+"Please enter product name or ASIN/ISBN/UPC/EAN.","Bitte geben Sie eine Produktbezeichnung oder ASIN/ISBN/UPC/EAN ein."
+"Server is currently unavailable. Please try again later.","Der Server ist vorübergehend nicht verfügbar. Bitte versuchen Sie es später noch einmal."
+"The new ASIN creation functionality is not available in %code% marketplace yet.","Die Funktion zum Erstellen einer neuen ASIN ist im Marktplatz „%code%“ noch nicht verfügbar."
+"In order to use New ASIN functionality, please re-synchronize marketplace data.","Wenn Sie die Funktion „Neue ASIN“ verwenden möchten, synchronisieren Sie bitte die Marktplatzdaten erneut."
+"Press ""Save And Update"" button after redirect on marketplace page.","Klicken Sie nach der Weiterleitung auf die Marktplatzseite auf „Speichern und aktualisieren“."
+"All variations are already added.","Alle Varianten sind bereits hinzugefügt."
+"Selling Format Template","Angebotsformatvorlage"
+"Synchronization Template","Synchronisierungsvorlage"
+"From Products List","Aus Produktliste"
+"From Categories","Aus Kategorien"
+"Search Items","Nach Artikeln suchen"
+"Add Listing","Angebot hinzufügen"
+"Update Now","Jetzt aktualisieren"
+"Edit Shipping Address","Lieferadresse bearbeiten"
+"Save Order Address","Rechnungsadresse speichern"
+"Sale Date","Verkaufsdatum"
+"Magento Order #","Magento-Bestellnummer"
+"Amazon Order #","Amazon-Bestellnummer"
+"Items","Artikel"
+"Buyer","Käufer"
+"Total Paid","Bezahlt insgesamt"
+"Reservation","Reservierung"
+"Reserved","Reserviert"
+"Released","Freigegeben"
+"Canceled","Storniert"
+"Pending","Noch offen"
+"Unshipped","Nicht verschickt"
+"Partially Shipped","Teilweise verschickt"
+"Shipped","Verschickt"
+"Invoice Not Confirmed","Rechnung nicht bestätigt"
+"Unfulfillable","Nicht erfüllbar"
+"View","Aufrufen"
+"Create Order","Bestellung erstellen"
+"Mark As Shipped","Als verschickt markieren"
+"Reserve QTY","Stückzahl reservieren"
+"Cancel QTY Reserve","Stückzahlreservierung stornieren"
+"Mark Order(s) as Shipped","Bestellungen als verschickt markieren"
+"Resend Shipping Information","Versandinformationen erneut senden"
+"Deleted","Gelöscht"
+"edit","bearbeiten"
+"QTY","Menge"
+"Status Update in Progress...","Status wird aktualisiert..."
+"Product","Produkt"
+"Original Price","Originalpreis"
+"Promotions","Promotionen"
+"Gift Wrap Price","Preis mit Geschenkverpackung"
+"Gift Options","Geschenkoptionen"
+"Row Total","Zeilensumme"
+"View on Amazon","Bei Amazon aufrufen"
+"Map to Magento Product","Zu Magento-Produkt zuordnen"
+"Set Options","Optionen festlegen"
+"Gift Wrap Type","Art der Geschenkverpackung"
+"Gift Message","Nachricht zum Geschenk"
+"View Order Details","Einzelheiten zum Kauf aufrufen"
+"Mark as Shipped","Als verschickt markieren"
+"Are you sure that you want to create new Magento Order?","Sind Sie sicher, dass Sie eine neue Magento-Bestellung erstellen möchten?"
+"Run Now","Jetzt ausführen"
+"Insert","Einfügen"
+"Change Category","Kategorie ändern"
+"Browse","Durchsuchen"
+"Search By Keywords","Anhand von Suchbegriffen suchen"
+"Description","Beschreibung"
+"Specifics","Merkmale"
+"Edit ""New ASIN"" Template For ""%s"" Marketplace (Beta)","„Neue ASIN“-Vorlage für Marktplatz „%s“ bearbeiten (Betaversion)"
+"Add ""New ASIN"" Template For ""%s"" Marketplace (Beta)","„Neue ASIN“-Vorlage für Marktplatz „%s“ hinzufügen (Betaversion)"
+"Save And Assign","Speichern und zuweisen"
+"Department","Abteilung"
+"Category","Kategorie"
+"Attribute Sets","Attributsätze"
+"Assignment","Zuweisung"
+"Edit Template","Vorlage bearbeiten"
+"Delete Template","Vorlage löschen"
+"Assign To This Template","Dieser Vorlage zuweisen"
+"Attribute Sets Mismatch","Attributsets stimmen nicht überein"
+"Found In: ","Gefunden in: "
+"Select","Auswählen"
+"New ASIN Templates For ""%s"" Marketplace (Beta)","„Neue ASIN“-Vorlagen für Marktplatz „%s“ (Betaversion)"
+"Add New ASIN Template","Neue ASIN-Vorlage hinzufügen"
+"Edit%s Selling Format Template","%s-Angebotsformatvorlage bearbeiten"
+"Add%s Selling Format Template","%s-Angebotsformatvorlage hinzufügen"
+"List Rules","Regeln für das Einstellen"
+"Revise Rules","Regeln für das Überarbeiten"
+"Relist Rules","Regeln für das Wiedereinstellen"
+"Stop Rules","Regeln für das Anhalten"
+"Edit%s Synchronization Template","%s Synchronisierungsvorlage bearbeiten"
+"Add%s Synchronization Template","%s Synchronisierungsvorlage hinzufügen"
+"Update FTP Password","FTP-Passwort aktualisieren"
+"Update Web Password","Web-Passwort aktualisieren"
+"Product Title / Reference ID","Produktbezeichnung/Referenznummer"
+"Rakuten.com SKU","Rakuten.com-Artikelnummer"
+"Rakuten.com QTY","Rakuten.com-Stückzahl"
+"Rakuten.com Price","Rakuten.com-Preis"
+"Move Item(s) To Listing","Artikel in Angebot verschieben"
+"Reference ID","Referenznummer"
+"Add Products To%s Listing ""%s"" ","Produkte zu %s-Angebot „%s“ hinzufügen "
+"Assign Rakuten.com SKU","Rakuten.com-Artikelnummer zuweisen"
+"There is no such variation on Rakuten.com. Please, choose another variation.","Bei Rakuten.com gibt es keine solche Variante. Bitte wählen Sie eine andere Variante aus."
+"Add New SKU In Progress...","Neue Artikelnummer wird hinzugefügt..."
+"List In Progress...","Wird eingestellt..."
+"Relist In Progress...","Wird wiedereingestellt..."
+"Revise In Progress...","Wird überarbeitet..."
+"Stop In Progress...","Wird angehalten..."
+"Stop And Remove In Progress...","Wird angehalten und entfernt..."
+"Assign Rakuten.com SKU to Item(s)","Rakuten.com-Artikelnummer zu Artikel(n) zuweisen"
+"Add New Rakuten.com SKU","Neue Rakuten.com-Artikelnummer hinzufügen"
+"Unassign Rakuten.com SKU","Zuweisung einer Rakuten.com-Artikelnummer aufheben"
+"Unassign New SKU Template","Zuweisung der Vorlage für neue Artikelnummer aufheben"
+"Choose Rakuten.com SKU from the list","Rakuten.com-Artikelnummer aus der Liste auswählen"
+"Search for Rakuten.com SKU","Nach Rakuten.com-Artikelnummer suchen"
+"New","Neu"
+"Used - Like New","Gebraucht – Neuwertig"
+"Used - Very Good","Gebraucht – Sehr gut"
+"Used - Good","Gebraucht – Gut"
+"Used - Acceptable","Gebraucht – Akzeptabel"
+"Refurbished","Generalüberholt"
+"Rakuten.com was found automatically","Rakuten.com wurde automatisch gefunden"
+"New SKU","Neue Artikelnummer"
+"Moving Rakuten.com Items.","Rakuten.com-Artikel werden verschoben."
+"Some Rakuten.com request(s) are being processed now.","Einige Rakuten.com-Anfragen werden gerade verarbeitet."
+"Sending %s product(s) data on Rakuten.com.","Daten zu %s-Produkt(en) bei Rakuten.com werden gesendet."
+"Listing All Items On Rakuten.com","Alle Artikel bei Rakuten.com einstellen"
+"Listing Selected Items On Rakuten.com","Ausgewählte Artikel bei Rakuten.com einstellen"
+"Revising Selected Items On Rakuten.com","Ausgewählte Artikel bei Rakuten.com überarbeiten"
+"Relisting Selected Items On Rakuten.com","Ausgewählte Artikel bei Rakuten.com wiedereinstellen"
+"Stopping Selected Items On Rakuten.com","Ausgewählte Artikel bei Rakuten.com anhalten"
+"Stopping On Rakuten.com And Removing From Listing Selected Items","Bei Rakuten.com anhalten und ausgewählte Artikel aus dem Angebot entfernen"
+"Adding New SKU On Rakuten.com","Neue Artikelnummer auf Rakuten.com hinzufügen"
+"In order to use New SKU functionality, please re-synchronize marketplace data.","Wenn Sie die Funktion „Neue Artikelnummer“ verwenden möchten, synchronisieren Sie bitte die Marktplatzdaten erneut."
+"Please enter product name or Rakuten.com SKU/ISBN/UPC.","Bitte geben Sie Produktbezeichnung oder Rakuten.com-Artikelnummer/ISBN/UPC ein."
+"Rakuten.com Order #","Rakuten.com-Bestellnummer"
+"Item","Artikel"
+"View on Rakuten.com","Auf Rakuten.com anzeigen"
+"Edit New SKU Template For Rakuten.com (Beta)","„Neue Artikelnummer“-Vorlage für Rakuten.com bearbeiten (Betaversion)"
+"Add New SKU Template For Rakuten.com (Beta)","„Neue Artikelnummer“-Vorlage für Rakuten.com hinzufügen (Betaversion)"
+"New SKU Templates For Rakuten.com (Beta)","„Neue Artikelnummer“-Vorlagen für Rakuten.com (Betaversion)"
+"Add New SKU Template","„Neue Artikelnummer“-Vorlage hinzufügen"
+"At least 1 channel should be enabled.","Es muss mindestens 1 Channel aktiviert sein."
+"Method of adding a new entity is not defined.","Die Methode zum Hinzufügen einer neuen Entität wurde nicht definiert."
+"Log For%s Listing","Protokoll für%s-Angebot"
+"Listings Log","Angebotsprotokoll"
+"Listing Settings","Angebotseinstellungen"
+"Listing Items","Artikel einstellen"
+"Show General Log","Allgemeines Protokoll anzeigen"
+"Identifier","Kennung"
+"Product Name","Produktbezeichnung"
+"Run Mode","Ausführungsmodus"
+"Priority","Priorität"
+"Log For%s 3rd Party Listing","Protokoll für%s Angebot von Drittanbietern"
+"3rd Party Listings Log","Protokoll für Angebote von Drittanbietern"
+"Product was successfully mapped.","Produkt wurde zugeordnet."
+"Listings, which have the same Marketplace and Account were not found.","Es wurden keine Angebote mit demselben Marktplatz und Mitgliedskonto gefunden."
+"Would you like to create one with default settings ?","Möchten Sie ein Angebot mit den Standardeinstellungen erstellen?"
+"Products were not moved. View log for details.","Produkte wurden nicht verschoben. Details dazu finden Sie im Protokoll ."
+"Some of the products were not moved. View log for details.","Einige Produkte wurden nicht verschoben. Details dazu finden Sie im Protokoll ."
+"Processing %s product(s).","Produkt(e) %s wird/werden verarbeitet."
+"Map Item(s) to Products","Artikel Produkten zuordnen"
+"Only mapped products must be selected.","Es können nur zugeordnete Produkte ausgewählt werden."
+"Selected items must belong to the same Account and Marketplace.","Die ausgewählten Artikel müssen zu demselben Konto und Marktplatz gehören."
+"Moving Play.com Items.","Play.com-Artikel werden verschoben."
+"Mapping Product","Produkt wird zugeordnet"
+"Product does not exist.","Produkt existiert nicht."
+"Please enter correct product ID.","Bitte geben Sie die korrekte Produkt-ID ein."
+"Product(s) was successfully mapped.","Produkte wurden zugeordnet."
+"Please enter correct product ID or SKU","Bitte geben Sie die korrekte Produkt-ID oder Artikelnummer ein."
+"Current version only supports simple products. Please, choose simple product.","Die aktuelle Version von unterstützt nur einfache Produkte. Bitte wählen Sie ein einfaches Produkt."
+"Item was not mapped as the chosen %s Simple Product has Custom Options.","Der Artikel wurde nicht zugeordnet, da das ausgewählte einfache Produkt %s über benutzerdefinierte Optionen verfügt."
+"Add More Variations","Weitere Varianten hinzufügen"
+"Generate All Combinations","Alle Kombinationen generieren"
+"Generate Non-Existing Combinations","Nicht vorhandene Kombinationen generieren"
+"Listed","Eingestellt"
+"Sold","Verkauft"
+"Stopped","Angehalten"
+"Finished","Fertig"
+"Blocked","Blockiert"
+"Search Listings Items","Artikel des Angebots suchen"
+"General Log","Allgemeines Protokoll"
+"Search Products","Nach Produkten suchen"
+"Marketplaces","Marktplätze"
+"Save And Complete This Step","Speichern und diesen Schritt abschließen"
+"Save And Update","Speichern und aktualisieren"
+"Rakuten (Beta)","Rakuten (Betaversion)"
+"Orders Log","Bestellprotokoll"
+"View Logs","Protokolle anzeigen"
+"Update Password","Passwort aktualisieren"
+"Product Title / Reference Code","Produktbezeichnung/Referenzcode"
+"Play.com QTY","Play.com-Stückzahl"
+"Play.com GBP Price","Play.com-Preis (GBP)"
+"Play.com EUR Price","Play.com-Preis (EUR)"
+"Reference Code","Referenzcode"
+"Play ID","Play-ID"
+"Assign Play ID","Play-ID zuweisen"
+"There is no such variation on Play ID. Please, choose another variation.","Für die Play-ID gibt es keine solche Variante. Bitte wählen Sie eine andere Variante aus."
+"Play.com Price GBP","Play.com-Preis (GBP)"
+"Play.com Price EUR","Play.com-Preis (EUR)"
+"New SKU In Progress...","Neue Artikelnummer wird erstellt..."
+"Assign Play ID to Item(s)","Play-ID zu Artikel(n) zuweisen"
+"Unassign Play ID","Zuweisung der Play-ID aufheben"
+"Choose Play ID from the list","Play-ID aus der Liste auswählen"
+"Search for Play ID","Nach Play-ID suchen"
+"Play ID was found automatically","Play-ID wurde automatisch gefunden"
+"Some Play.com request(s) are being processed now.","Einige Play.com-Anfragen werden gerade verarbeitet."
+"Sending %s product(s) data on Play.com.","Daten zu %s-Produkt(en) bei Play.com werden gesendet."
+"Listing All Items On Play.com","Alle Artikel bei Play.com einstellen"
+"Listing Selected Items On Play.com","Ausgewählte Artikel bei Play.com einstellen"
+"Revising Selected Items On Play.com","Ausgewählte Artikel bei Play.com überarbeiten"
+"Relisting Selected Items On Play.com","Ausgewählte Artikel bei Play.com wiedereinstellen"
+"Stopping Selected Items On Play.com","Ausgewählte Artikel bei Play.com anhalten"
+"Stopping On Play.com And Removing From Listing Selected Items","Bei Play.com anhalten und ausgewählte Artikel aus dem Angebot entfernen"
+"Assign Play.com SKU","Play.com-Artikelnummer zuweisen"
+"Enter product name or ISBN/EAN/UPC.","Geben Sie Produktbezeichnung oder ISBN/EAN/UPC ein."
+"Play Order #","Play-Bestellnummer"
+"Posted","Veröffentlicht"
+"Refunded","Erstattet"
+"Reserve Qty","Stückzahl reservieren"
+"Cancel Qty Reserve","Stückzahlreservierung stornieren"
+"Synchronization Log","Synchronisierungsprotokoll"
+"Synchronization Settings","Synchronisierungseinstellungen"
+"Synchronization","Synchronisierung"
+"Run Enabled Now","Aktivierte jetzt ausführen"
+"Save Settings","Einstellungen speichern"
+"Add Selling Format Template","Angebotsformatvorlage hinzufügen"
+"Add Synchronization Template","Synchronisierungsvorlage hinzufügen"
+"Development","Entwicklung"
+"Enter","Eingeben"
+"Change","Ändern"
+"Clear All","Alles löschen"
+"Restore All Helps","Alle Hilfe-Abschnitte wiederherstellen"
+" License"," Lizenz"
+"Job Code","Jobcode"
+"Created At","Erstellt am"
+"Scheduled At","Geplant für"
+"Executed At","Ausgeführt am"
+"Finished At","Fertiggestellt am"
+"Messages","Nachrichten"
+"Cron Schedule Table View","Ansicht „Cron-Zeitplantabelle“"
+"Table Name","Tabellenname"
+"Component","Komponente"
+"Group","Gruppe"
+"Records","Datensätze"
+"Size (Mb)","Größe (MB)"
+"Edit Table(s)","Tabelle(n) bearbeiten"
+"Truncate Table(s)","Tabelle(n) kürzen"
+"Update","Aktualisieren"
+"Manage Table ""%s""","Tabelle „%s“ verwalten"
+"Truncate Table","Tabelle kürzen"
+"Enable","Aktivieren"
+"Disable","Deaktivieren"
+"Summary","Zusammenfassung"
+"Inspection","Inspektion"
+"Database","Datenbank"
+"Tools","Werkzeuge"
+"Module","Modul"
+"Debug","Debug"
+"Build","Build"
+"Main Website","Haupt-Website"
+"Support","Kundenservice"
+"Magento Connect","Magento Connect"
+"Documentation","Dokumentation"
+"Video Tutorials","Video-Infotour"
+"Listing ID","Angebotsnummer"
+"Listing Title","Artikelbezeichnung"
+"Attrib. Set Name","Attribut Namen festlegen"
+"Source","Quelle"
+"Products List","Produktliste"
+"Categories","Kategorien"
+"Store View","Shop-Ansicht"
+"Listings, which have the same Attribute Set, Marketplace and Account were not found.","Es wurden keine Angebote mit demselben Attributset, Marktplatz und Mitgliedskonto gefunden."
+"Map To This Product","Diesem Produkt zuordnen"
+"Advanced Search","Erweiterte Suche"
+"Stop And Remove","Anhalten und entfernen"
+"Delete And Remove","Löschen und entfernen"
+"Items are not set.","Keine Artikel festgelegt"
+"Current view mode is not set.","Kein aktueller Ansichtsmodus festgelegt"
+"Route is not set.","Keine Route festgelegt"
+"High","Hoch"
+"Medium","Mittel"
+"Low","Niedrig"
+"Last action was completed successfully.","Letzte Aktion wurde erfolgreich abgeschlossen."
+"Entity ID is not set.","Keine Entitäts-ID festgelegt"
+"View help handler is not set.","Handler für „Hilfe anzeigen“ nicht festgelegt"
+"Close help handler is not set.","Handler für „Hilfe schließen“ nicht festgelegt"
+"Log rows are not set.","Keine Protokollzeilen festgelegt"
+"Log tips are not set.","Keine Protokolltipps festgelegt"
+"Log icons are not set.","Keine Protokollsymbole festgelegt"
+"Apply","Übernehmen"
+"Conditions","Bedingungen"
+"All Marketplaces","Alle Marktplätze"
+"Bundle Items","Gebündelte Artikel"
+"Links","Links"
+"Associated Products","Zugeordnete Produkte"
+"Custom Options","Benutzerdefinierte Optionen"
+"Order #","Bestellnummer"
+"Message","Nachricht"
+"Create Date","Datum erstellen"
+"Admin (Default Values)","Admin (Standardwerte)"
+"Attach Another File","Andere Datei anhängen"
+"Send Message","Senden"
+"Search Results","Suchergebnisse"
+"Knowledge Base","Wissensdatenbank"
+"Contact Support","Kundenservice kontaktieren"
+"Support {$m2eProVersion}","{$m2eProVersion} unterstützen"
+"Migration Notes","Hinweise zur Migration"
+"Some attributes which are used in this policy were not found in products settings.'
+ . ' Please, check if all of them are in [%s] Attribute Set(s)'
+ . ' as it can cause List, Revise or Relist issues.","Einige der in dieser Rahmenbedingung verwendeten Attribute wurden in den Produkteinstellungen nicht gefunden. Bitte überprüfen Sie, ob alle diese Attribute in einem oder mehreren der [%s]-Attributsets vorhanden sind, da es andernfalls zu Problemen beim Einstellen, Überarbeiten oder Wiedereinstellen kommen kann."
+"Template nick is not set.","Kein Vorlagenkurzname festgelegt"
+"Component mode is not set.","Kein Komponentenmodus festgelegt"
+"Template data is not set.","Keine Vorlagendaten festgelegt"
+"Currency ""%s"" is not allowed in Currency Setup '
+ . 'for Store View ""%s"" of your Magento. '
+ . 'Currency conversion will not be performed.","Die Währung „%s“ ist in „Einrichten der Währung “ für die Shop-Ansicht „%s“ von Magento nicht zulässig. ' . 'Es erfolgt keine Währungsumrechnung."
+"There is no rate for ""%s-%s"" in'
+ . ' Manage Currency Rates of your Magento.'
+ . ' Currency conversion will not be performed.","Für „%s-%s“ ist in „Währungskurse verwalten “ in Magento kein Kurs vorhanden. Es erfolgt keine Währungsumrechnung."
+"There is a rate %s for ""%s-%s"" in'
+ . ' Manage Currency Rates of your Magento.'
+ . ' Currency conversion will be performed automatically.","Für „%s-%s“ in „Währungskurse verwalten “ in Magento ein Kurs vorhanden. Die Währungsumrechnung erfolgt automatisch."
+"Template model is unknown.","Das Vorlagenmodell ist nicht bekannt."
+"Target CSS Class is not set.","Keine Ziel-CSS-Klasse festgelegt"
+"Item url is not set.","Keine Artikel-URL festgelegt"
+"Item label is not set","Keine Artikelkennzeichnung festgelegt"
+"Congratulations!","Herzlichen Glückwunsch!"
+"Configuration Wizard","Konfigurationsassistent"
+"Skip Wizard","Assistent überspringen"
+"Congratulations! (Magento Multi-Channels Integration)","Herzlichen Glückwunsch! (Magento-Multichannel-Integration)"
+"License","Lizenz"
+"Proceed","Weiter"
+"Complete Configuration","Konfiguration abschließen"
+"Configuration Wizard (Magento Multi-Channels Integration)","Konfigurationsassistent (Magento-Multichannel-Integration)"
+"Start Configuration","Konfiguration starten"
+"Welcome to M2E Pro - Magento Multi-Channels Integration!","Willkommen bei der M2E Pro-Magento-Multichannel-Integration!"
+"Create an M2E Listing","M2E-Angebot erstellen"
+"M2E Registration Complete","M2E-Anmeldung abgeschlossen"
+"Sign into eBay","Bei eBay einloggen"
+"Register for eBay","Bei eBay neu anmelden"
+"M2E Registration","M2E-Anmeldung"
+"What Is An M2E Listing?","Was ist ein M2E-Angebot?"
+"M2E Mode","M2E-Modus"
+"What are M2E Products and How Do They Appear on eBay","Was sind M2E-Produkte und wie erscheinen sie bei eBay?"
+"Register and Link to eBay","Bei eBay neu anmelden und mit eBay verknüpfen"
+"Link Magento to eBay and increase your sales","Verknüpfen Sie Magento mit eBay und steigern Sie Ihre Umsätze"
+"M2E Pro Migration to v. %s","M2E Pro-Migration auf Version %s"
+"Next Step","Nächster Schritt"
+"Previous Step","Vorheriger Schritt"
+"Complete","Abgeschlossen"
+"M2E Pro module is locked because of security reason. Please contact us.","Das M2E Pro-Modul ist aus Sicherheitsgründen gesperrt. Bitte setzen Sie sich mit uns in Verbindung."
+"Maintenance is Active.","Der Wartungsmodus ist aktiv."
+"M2E Pro is working in maintenance mode at the moment. Developers are investigating your issue.","M2E Pro befindet sich derzeit im Wartungsmodus. Unsere Entwickler arbeiten daran, Ihr Problem zu lösen."
+"You will be able to see a content of this page soon. Please wait and then refresh a browser page later.","Der Inhalt dieser Seite steht bald wieder zur Verfügung. Bitte gedulden Sie sich etwas und aktualisieren Sie dann die Browserseite."
+"We are sorry, Internet Explorer browser is not supported. Please, use
+ another browser (Mozilla Firefox, Google Chrome, etc.).","Internet Explorer wird leider nicht unterstützt. Bitte verwenden Sie einen anderen Browser (Mozilla Firefox, Google Chrome usw.)."
+"At least 1 channel of current view should be enabled.","Mindestens einer der Kanäle der aktuellen Ansicht sollte aktiviert sein."
+"Step is invalid","Schritt ist ungültig"
+"Status is invalid","Status ist ungültig"
+"Server domain is not defined","Server-Domäne ist nicht definiert"
+"Server IP is not defined","Server-IP ist nicht definiert"
+"Amazon (Beta)","Amazon (Beta)"
+"Rakuten.com (Beta)","Rakuten.com (Beta)"
+"Please, specify a value suitable for all chosen products.","Bitte geben Sie einen Wert an, der für alle ausgewählten Produkte geeignet ist."
+"eBay","eBay"
+"1 day","1 Tag"
+"3 days","3 Tage"
+"5 days","5 Tage"
+"7 days","7 Tage"
+"10 days","10 Tage"
+"30 days","30 Tage"
+"Good Till Cancelled","Gültig bis auf Widerruf"
+"Play.com (Beta)","Play.com (Beta)"
+"Class name must begin with ""Ess_M2ePro""","Der Klassenname muss mit „Ess_M2ePro“ beginnen."
+"Attribute sets must be less then 50","Die Zahl der Attributsets muss unter 50 liegen"
+"Getting default website is failed","Aufrufen der Standard-Website fehlgeschlagen"
+"Getting default store group is failed","Aufrufen der Standard-Shop-Gruppe fehlgeschlagen"
+"Getting default store is failed","Aufrufen des Standard-Shops fehlgeschlagen"
+"Fatal error occurred","Es ist ein schwerwiegender Fehler aufgetreten"
+"PHP Version","PHP-Version"
+"Memory Limit","Maximaler Speicher"
+"Magento Version","Magento-Version"
+"Max Execution Time","Maximale Ausführungszeit"
+"Server connection is failed. Please try again later.","Die Serververbindung ist unterbrochen. Bitte versuchen Sie es später noch einmal."
+"Sell On Multi-Channels","In mehreren Channels verkaufen"
+"Controller file was loaded but class does not exist","Die Controller-Datei wurde geladen, es existiert aber keine Klasse"
+"Control Panel (M2E Pro)","Systemsteuerung (M2E Pro)"
+"New buyer negative feedback was received. Go to the %sfeedback page%s.","Sie haben neue negative Käuferbewertungen erhalten. Gehen Sie zur %Bewertungsseite%s."
+"The token for ""%s"" eBay Account has been expired.
+
+ Please, go to %s > Configuration > eBay Account > General TAB ,
+ click on the Get Token button. (You will be redirected to the eBay website.)
+ Sign-in and press I Agree on eBay page.
+ Do not forget to press Save button after returning back to Magento","Das Token für das eBay-Konto „%s“ ist abgelaufen. Bitte gehen Sie zu %s > „Konfiguration“ > „eBay-Konto“ > Registerkarte „Allgemeines“ und klicken Sie auf „Token abrufen“. (Sie werden zur eBay-Website weitergeleitet.) Loggen Sie sich ein und klicken Sie auf der eBay-Seite auf „Ich bin einverstanden“. Denken Sie daran, nach der Rückkehr zu Magento auf „Speichern“ zu klicken."
+"Attention! The token for ""%s"" eBay Account will be expired soon ( %s ).
+
+ Please, go to %s > Configuration > eBay Account > General TAB ,
+ click on the Get Token button. (You will be redirected to the eBay website.)
+ Sign-in and press I Agree on eBay page.
+ Do not forget to press Save button after returning back to Magento","Wichtiger Hinweis! Das Token für das eBay-Konto „%s“ läuft demnächst ab (%s). Bitte gehen Sie zu %s > „Konfiguration“ > „eBay-Konto“ > Registerkarte „Allgemeines“ und klicken Sie auf „Token abrufen“. (Sie werden zur eBay-Website weitergeleitet.) Loggen Sie sich ein und klicken Sie auf der eBay-Seite auf „Ich bin einverstanden“. Denken Sie daran, nach der Rückkehr zu Magento auf „Speichern“ zu klicken."
+"Sell On eBay","Bei eBay verkaufen"
+"Request was deleted during account deleting.","Anfrage wurde zusammen mit dem Konto gelöscht."
+"Encoding type ""%s"" is not supported.","Die Verschlüsselungsart „%s“ wird nicht unterstützt."
+"Instance does not exist.","Instanz existiert nicht."
+"Method require loaded instance first","Für diese Methode muss zuerst die Instanz geladen werden"
+"Error occurred while creating archive.","Bei der Erstellung des Archivs ist ein Fehler aufgetreten."
+"Content does not exist.","Der Inhalt existiert nicht."
+"Set component mode first","Legen Sie zuerst den Modus der Komponente fest."
+"Resource is not set.","Die Ressource ist nicht festgelegt."
+"ORM for config is not defined.","ORM für die Konfiguration ist nicht definiert."
+"Validation Failed. The server response data is not valid.","Validierung fehlgeschlagen. Die Serverantwortdaten sind ungültig."
+"Internal server error(s) [%errors%]","Interne(r) Serverfehler [%Fehler%]"
+"Please ensure that CURL library is installed on your server and it supports HTTPS
+ protocol. Also ensure that outgoing connection to m2epro.com, port 443 is allowed by firewall.","Bitte vergewissern Sie sich, dass die CURL-Bibliothek auf Ihrem Server installiert ist und das HTTPS-Protokoll unterstützt. Außerdem muss die Firewall ausgehende Verbindungen zu m2epro.com über den Port 443 erlauben."
+"Requested command has invalid format.","Der angefragte Befehl hat ein ungültiges Format."
+"The name of log file is not specified.","Der Name der Protokolldatei wurde nicht angegeben."
+"Creation of Log file is failed.","Die Protokolldatei konnte nicht erstellt werden."
+"Removing of Log file is failed.","Die Protokolldatei konnte nicht entfernt werden."
+"M2ePro base var dir creation is failed.","Das Basisverzeichnis für Variablen für M2E Pro konnte nicht erstellt werden."
+"Custom var dir creation is failed.","Das benutzerdefinierte Verzeichnis für Variablen konnte nicht erstellt werden."
+"M2ePro base var dir removing is failed.","Das Basisverzeichnis für Variablen für M2E Pro konnte nicht entfernt werden."
+"Custom var dir removing is failed.","Das benutzerdefinierte Verzeichnis für Variablen konnte nicht entfernt werden."
+"Listing component is not defined.","Die Angebotskomponente ist nicht definiert."
+"Listing id is not defined.","Die Angebotsnummer ist nicht definiert."
+"Item was successfully mapped","Der Artikel wurde zugeordnet"
+"Item was successfully unmapped","Die Zuordnung des Artikels wurde aufgehoben"
+"Product id is not set","Die Produkt-ID wurde nicht festgelegt."
+"Item was successfully deleted","Der Artikel wurde gelöscht"
+"Listing was successfully deleted","Das Angebot wurde gelöscht"
+"Item was successfully added","Artikel wurde hinzugefügt"
+"Variation option was deleted. Item was reset.","Die Variantenoption wurde gelöscht. Der Artikel wurde zurückgesetzt."
+"Wrong nick of lock item.","Falscher Name für die Artikelsperre."
+"Wrong max deactivate lock item time.","Falsche Höchstzeit für die Deaktivierungssperre."
+"Wrong object class for getting action_id!","Falsche Objektklasse für den Erhalt von action_id."
+"Cancel is not allowed for Orders which were already Canceled.","Stornierte Bestellungen können nicht erneut storniert werden."
+"Cancel is not allowed for Orders with Invoiced Items.","Der Abbruch von Bestellungen mit in Rechnung gestellten Artikeln ist nicht zulässig."
+"Cancel is not allowed for Orders which were put on Hold.","Der Abbruch ausgesetzter Bestellungen ist nicht zulässig."
+"Cancel is not allowed for Orders which were Completed or Closed.","Der Abbruch abgeschlossener oder beendeter Bestellungen ist nicht zulässig."
+"M2E Pro Notes","Hinweise zu M2E Pro"
+"is","ist"
+"is not","ist nicht"
+"equals or greater than","ist gleich oder größer als"
+"equals or less than","ist gleich oder kleiner als"
+"greater than","größer als"
+"less than","weniger als "
+"contains","enthält"
+"does not contain","enthält nicht"
+"is one of","ist 1 von"
+"is not one of","ist nicht 1 von"
+"TRUE","TRUE"
+"FALSE","FALSE"
+"Please choose a condition to add...","Wählen Sie eine Bedingung zum Hinzufügen..."
+"Add","Hinzufügen"
+"Remove","Entfernen"
+"Conditions Combination","Bedingungskombination"
+"Product Attribute","Produktattribut"
+"ALL","Alle"
+"ANY","Beliebig"
+"If %s of these conditions are %s:","Wenn %s dieser Bedingungen „%s“ sind:"
+"Attribute Set","Attributset"
+"Open Chooser","Auswahlfunktion öffnen"
+"Out Of Stock","Nicht mehr vorrätig"
+"Prefix must be specified before.","Das Präfix muss vorher angegeben werden."
+"Stock Item is not set.","Der Lagerartikel wurde nicht festgelegt."
+"The requested quantity is not available.","Die angeforderte Stückzahl ist nicht verfügbar."
+"Yes","Ja"
+"No","Nein"
+"The Product ID is not set.","Die Produkt-ID wurde nicht festgelegt."
+"Load instance first","Laden Sie zuerst die Instanz"
+"Attribute does not exist.","Das Attribut existiert nicht."
+"There is no associated products found for grouped product.","Es gibt keine verwandten Produkte für das gruppierte Produkt."
+"Payment Status for eBay Order was updated to Paid.","Der Zahlungsstatus der eBay-Bestellung wurde auf „bezahlt“ aktualisiert."
+"Payment Status for %s Order was not updated. View %sorder log%s for more details.","Der Zahlungsstatus der %s-Bestellung wurde nicht aktualisiert. Weitere Informationen finden Sie im %sBestellprotokoll%s."
+"From [%from%] to [%to%]","Von [%from%] bis [%to%]"
+"IN Stock","Auf Lager"
+"OUT of Stock","Nicht mehr vorrätig"
+"Enabled","Aktiviert"
+"Disabled","Deaktiviert"
+"From [%from%] to [%to%].","Von [%from%] bis [%to%]."
+"None","Keine"
+"Attribute ""%attr%"" from [%from%] to [%to%].","Attribut „%attr%“ von [%from%] bis [%to%]."
+"Shipping Status for eBay Order was updated.","Der Versandstatus der eBay-Bestellung wurde aktualisiert."
+"Updating Amazon Order Status to Shipped in Progress...","Der Status der Amazon-Bestellung wird zu „verschickt“ aktualisiert ..."
+"Updating Rakuten.com Order Status to Shipped in Progress...","Der Status der Rakuten.com-Bestellung wird auf „Verschickt“ aktualisiert..."
+"Updating Play.com Order Status to Shipped in Progress...","Der Status der Play.com-Bestellung wird auf „Verschickt“ aktualisiert..."
+"Shipping Status for %s Order was not updated. View %sorder log%s for more details.","Der Versandstatus der %s-Bestellung wurde nicht aktualisiert. Weitere Informationen finden Sie im %sBestellprotokoll%s."
+"Product reindex was executed.","Die Produktreindexierung wurde ausgeführt."
+"Order ID is invalid.","Die Bestellnummer ist ungültig."
+"Action is invalid.","Die Aktion ist ungültig."
+"Creator is invalid.","Der Ersteller ist ungültig."
+"Magento product is not set.","Das Magento-Produkt wurde nicht festgelegt."
+"There is no associated product found for grouped product.","Es konnten keine zugeordneten Produkte für das gruppierte Produkt gefunden werden."
+"There is no associated product found for configurable product.","Es konnten keine zugeordneten Produkte für das konfigurierbare Produkt gefunden werden."
+"Qty cannot be less than zero.","Die Stückzahl darf nicht weniger als null betragen."
+"Product is disabled.","Das Produkt ist deaktiviert."
+"Order Import does not support product type: %type%.","Der Produkttyp %type% wird beim Importieren der Bestellung nicht unterstützt."
+"Selected options do not match the product options.","Die ausgewählten Optionen stimmen nicht mit den Produktoptionen überein."
+"Required options were not selected.","Die erforderlichen Optionen wurden nicht ausgewählt."
+"Invalid order log type.","Ungültiger Bestellprotokolltyp."
+"Invalid order log initiator.","Ungültiger Bestellprotokollinitiator."
+"Store is not set.","Der Shop ist nicht eingerichtet."
+"Invalid repair data.","Ungültige Reparaturdaten."
+"Invalid repair type.","Ungültiger Reparaturtyp."
+"QTY is already reserved.","Die Stückzahl wurde bereits reserviert."
+"QTY reservation is disabled in Account settings.","Die Reservierung von Stückzahlen ist in den Kontoeinstellungen deaktiviert."
+"QTY is already released.","Die Stückzahl wurde bereits freigegeben."
+"QTY reserve is already canceled.","Die Stückzahlreservierung wurde bereits storniert."
+"The Order Item(s) was not mapped to Magento Product(s) or mapped incorrect.","Bestellte Artikel wurden keinem Magento-Produkt zugeordnet oder wurden falsch zugeordnet."
+"Product(s) does not exist.","Produkt existiert nicht."
+"Shipment handler not found.","Der Versand-Handler konnte nicht gefunden werden."
+"Magento Order was not created. Reason: %msg%","Die Magento-Bestellung wurde nicht erstellt. Grund: %msg%"
+"Magento Order #%order_id% was created.","Die Magento-Bestellung mit der Nummer %order_id% wurde erstellt."
+"Payment Transaction was not created. Reason: %msg%","Die Zahlungstransaktion wurde nicht erstellt. Grund: %msg%"
+"Invoice was not created. Reason: %msg%","Die Rechnung wurde nicht erstellt. Grund: %msg%"
+"Invoice #%invoice_id% was created.","Die Rechnung Nr. %invoice_id% wurde erstellt."
+"Shipment was not created. Reason: %msg%","Der Versand wurde nicht erstellt. Grund: %msg%"
+"Shipment #%shipment_id% was created.","Der Versand Nr. %shipment_id% wurde erstellt."
+"Tracking details were not imported. Reason: %msg%","Die Einzelheiten zur Sendungsverfolgung wurden nicht importiert. Grund: %msg%"
+"Tracking details were imported.","Die Einzelheiten zur Sendungsverfolgung wurden importiert."
+"Magento Order #%order_id% was canceled.","Die Magento-Bestellnr. %order_id% wurde storniert."
+"Magento Order #%order_id% was not canceled. Reason: %msg%","Die Magento-Bestellnr. %order_id% wurde nicht storniert. Grund: %msg%"
+"Store does not exist.","Der Shop existiert nicht."
+"Payment method ""M2E Pro Payment"" is disabled in magento configuration.","Die Zahlungsmethode „M2E Pro-Zahlung“ ist in der Magento-Konfiguration deaktiviert."
+"Shipping method ""M2E Pro Shipping"" is disabled in magento configuration.","Die Versandmethode „M2E Pro-Versand“ ist in der Magento-Konfiguration deaktiviert."
+"Item was successfully moved","Der Artikel wurde verschoben"
+"Duplicated Play.com orders with ID #%id%.","Doppelte Play.com-Bestellung mit der Nummer %id%."
+"Product import is disabled in Play Account settings.","Das Importieren von Produkten ist in den Einstellungen des Play-Nutzerkontos deaktiviert."
+"Product for Play Item ""%id%"" was created in Magento catalog.","Das Produkt für Play-Artikel „%id%“ wurde im Magento-Katalog erstellt."
+"Product for Play Item ""%title%"" was created in Magento catalog.","Das Produkt für Play-Artikel „%title%“ wurde im Magento-Katalog erstellt."
+"Magento Order creation for items listed by M2E Pro is disabled in Account settings.","Die Erstellung von Magento-Bestellungen für mit M2E Pro eingestellte Artikel ist in den Kontoeinstellungen deaktiviert."
+"Magento Order creation for items listed by 3rd party software is disabled in Account settings.","Die Erstellung von Magento-Bestellungen für mit Drittanbieter-Software eingestellte Artikel ist in den Kontoeinstellungen deaktiviert."
+"Play Shipping","Play-Versand"
+"Customer with ID specified in Play account settings does not exist.","Der Kunde mit der in den Play-Kontoeinstellungen angegebenen ID existiert nicht."
+"Invalid component mode.","Ungültiger Komponentenmodus."
+"Magento Order creation is not allowed for Pending, Canceled and Refunded Play.com Orders.","Die Erstellung von Magento-Bestellungen ist für ausstehende und stornierte Play.com-Bestellungen und Play.com-Bestellungen, die zurückerstattet wurden, nicht möglich."
+"The Product(s) was not found on Play.com.","Die Produkte wurden bei Play.com nicht gefunden."
+"Step is out of knowledge base.","Step is out of knowledge base."
+"Task ""Getting Products Links"" is started. Please wait...","Die Aufgabe „Produktlinks abrufen“ wurde gestartet. Bitte warten Sie..."
+"Task ""Getting Products Links"" is finished. Please wait...","Die Aufgabe „Produktlinks abrufen“ wurde abgeschlossen. Bitte warten Sie..."
+"Item status was successfully changed to ""Active"".","Artikelstatus wurde in „aktiv“ geändert."
+"Item status was successfully changed to ""Inactive"".","Artikelstatus wurde in „inaktiv“ geändert."
+"Task ""Update Listings Products"" is started. Please wait...","Die Aufgabe „Produkte in Angeboten aktualisieren“ wurde gestartet. Bitte warten Sie..."
+"Task ""Update Listings Products"" is finished. Please wait...","Die Aufgabe „Produkte in Angeboten aktualisieren“ wurde abgeschlossen. Bitte warten Sie..."
+"Task ""Default Synchronization"" is started. Please wait...","Die Aufgabe „Standard-Synchronisierung“ wurde gestartet. Bitte warten Sie..."
+"Task ""Default Synchronization"" is finished. Please wait...","Die Aufgabe „Standard-Synchronisierung“ wurde abgeschlossen. Bitte warten Sie..."
+"Task ""Marketplaces Synchronization"" is started. Please wait...","Die Aufgabe „Marktplätze synchronisieren“ wurde gestartet. Bitte warten Sie..."
+"Task ""Marketplaces Synchronization"" is finished. Please wait...","Die Aufgabe „Marktplätze synchronisieren“ wurde abgeschlossen. Bitte warten Sie..."
+"The ""Categories Synchronization"" action for marketplace:
+// ""%mrk%"" has been successfully completed.","Die Aktion „Kategorien synchronisieren“ für den Marktplatz // „%mrk%“ wurde abgeschlossen."
+"Play.com Orders Receive Synchronization","Play.com-Bestelleingänge synchronisieren"
+"Task ""%s"" is started. Please wait...","Die Aufgabe „%s“ wurde gestartet. Bitte warten Sie..."
+"Task ""%s"" is finished. Please wait...","Die Aufgabe „%s“ wurde abgeschlossen. Bitte warten Sie..."
+"Play.com Orders Update Synchronization","Aktualisierte Play.com-Bestellungen werden synchronisiert"
+"Task ""3rd Party Listings Synchronization"" is started. Please wait...","Die Aufgabe „Angebote von Drittanbietern synchronisieren“ wurde gestartet. Bitte warten Sie..."
+"Task ""3rd Party Listings Synchronization"" is finished. Please wait...","Die Aufgabe „Angebote von Drittanbietern synchronisieren“ wurde abgeschlossen. Bitte warten Sie..."
+"Task ""3rd Party Listings Synchronization"" for Play.com account: ","Aufgabe „Angebote von Drittanbietern synchronisieren“ für Play.com-Konto: "
+"""%s"" is started. Please wait...","„%s“ wurde gestartet. Bitte warten Sie..."
+"The ""List"" action is started. Please wait...","Die Aktion „Einstellen“ wurde gestartet. Bitte warten Sie..."
+"The ""List"" action is finished. Please wait...","Die Aktion „Einstellen“ wurde abgeschlossen. Bitte warten Sie..."
+"The ""Relist"" action is started. Please wait...","Die Aktion „Wiedereinstellen“ wurde gestartet. Bitte warten Sie..."
+"The ""Relist"" action is finished. Please wait...","Die Aktion „Wiedereinstellen“ wurde abgeschlossen. Bitte warten Sie..."
+"The ""Revise"" action is started. Please wait...","Die Aktion „Überarbeiten“ wurde gestartet. Bitte warten Sie..."
+"The ""Revise"" action is finished. Please wait...","Die Aktion „Überarbeiten“ wurde abgeschlossen. Bitte warten Sie..."
+"The ""Stop"" action is started. Please wait...","Die Aktion „Anhalten“ wurde gestartet. Bitte warten Sie..."
+"The ""Stop"" action is finished. Please wait...","Die Aktion „Anhalten“ wurde abgeschlossen. Bitte warten Sie..."
+"Task ""Inventory Synchronization"" is started. Please wait...","Die Aufgabe „Warenbestand synchronisieren“ wurde gestartet. Bitte warten Sie..."
+"Task ""Inventory Synchronization"" is finished. Please wait...","Die Aufgabe „Warenbestand synchronisieren“ wurde abgeschlossen. Bitte warten Sie..."
+"Task ""Inventory Synchronization"" has completed
+// with errors. View %sl%listings log%el% for details.","Die Aufgabe „Warenbestand synchronisieren“ wurde // mit Fehlern abgeschlossen. Ausführliche Informationen finden Sie im %sl%Angebotsprotokoll%el%."
+"Task ""Inventory Synchronization"" has completed
+// with warnings. View %sl%listings log%el% for details.","Die Aufgabe „Warenbestand synchronisieren“ wurde // mit Warnungen abgeschlossen. Ausführliche Informationen finden Sie im %sl%Angebotsprotokoll%el%."
+"Communication with Play.com is started. Please wait...","Die Kommunikation mit Play.com wurde gestartet. Bitte warten Sie..."
+"Please wait...","Bitte warten Sie..."
+"product(s)","Produkt(e)"
+"product(s) with id(s)","Produkt(e) mit Nummer(n)"
+"Communication with Play.com is finished. Please wait...","Die Kommunikation mit Play.com wurde abgeschlossen. Bitte warten Sie..."
+"Request failed.","Anforderung fehlgeschlagen."
+"Another synchronization is already running","Es wird bereits eine andere Synchronisierung ausgeführt"
+"The ""Deleted Products"" action is started. Please wait...","Die Aktion „Gelöschte Produkte“ wurde gestartet. Bitte warten Sie..."
+"The ""Deleted Products"" action is finished. Please wait...","Die Aktion „Gelöschte Produkte“ wurde abgeschlossen. Bitte warten Sie..."
+"The ""Auto Actions"" action is started. Please wait...","Die Aktion „Automatische Aktionen“ wurde gestartet. Bitte warten Sie..."
+"The ""Auto Actions"" action is finished. Please wait...","Die Aktion „Automatische Aktionen“ wurde abgeschlossen. Bitte warten Sie..."
+"The ""Product Changes"" action is started. Please wait...","Die Aktion „Produktänderungen“ wurde gestartet. Bitte warten Sie..."
+"The ""Product Changes"" action is finished. Please wait...","Die Aktion „Produktänderungen“ wurde abgeschlossen. Bitte warten Sie..."
+"The ""Inspector Actions"" action is started. Please wait...","Die Aktion „Inspektoraktionen“ wurde gestartet. Bitte warten Sie..."
+"The ""Inspector Actions"" action is finished. Please wait...","Die Aktion „Inspektoraktionen“ wurde abgeschlossen. Bitte warten Sie..."
+"The ""Processing"" action is started. Please wait...","Die Aktion „In Bearbeitung“ wurde gestartet. Bitte warten Sie..."
+"The ""Processing"" action is finished. Please wait...","Die Aktion „In Bearbeitung“ wurde abgeschlossen. Bitte warten Sie..."
+"The ""Stopping Products"" action is started. Please wait...","Die Aktion „Produkte anhalten“ wurde gestartet. Bitte warten Sie..."
+"The ""Stopping Products"" action is finished. Please wait...","Die Aktion „Produkte anhalten“ wurde abgeschlossen. Bitte warten Sie..."
+"Review","Überprüfen"
+"Currency Conversion","Währungsumrechnung"
+"Notifications","Benachrichtigungen"
+"Please select account(s) to remove.","Bitte wählen Sie das Konto bzw. die Konten, das/die Sie entfernen möchten."
+"%s record(s) were successfully deleted.","%s Datensatz/-sätze wurde(n) gelöscht."
+"%s record(s) are used in M2E Listing(s).","%s Datensatz/-sätze wird/werden in M2E-Angebot(en) verwendet."
+"Account must not be in use to be deleted.","Das Konto darf nicht verwendet werden, wenn es gelöscht werden soll."
+"Amazon Accounts","Amazon-Konten"
+"Account does not exist.","Das Konto existiert nicht."
+"The Amazon access obtaining is currently unavailable. Reason: %s","Derzeit kann auf Amazon nicht zugegriffen werden. Grund: %s"
+"Account was successfully saved","Das Konto wurde gespeichert"
+"Manage Listings","Angebote verwalten"
+"Amazon Listings","Amazon-Angebote"
+"Listing was successfully added","Das Angebot wurde hinzugefügt"
+"Listing does not exist.","Das Angebot existiert nicht."
+"The listing is locked by another process. Please try again later.","Das Angebot wird durch einen anderen Prozess gesperrt. Bitte versuchen Sie es später noch einmal."
+"The listing was successfully saved.","Das Angebot wurde gespeichert."
+"Please select item(s) to remove.","Bitte wählen Sie den bzw. die Artikel aus, den/die Sie entfernen möchten."
+"%s listing(s) were successfully deleted","%s Angebot(e) wurde(n) gelöscht"
+"%s listing(s) have listed items and can not be deleted","%s Angebot(e) verfügt/verfügen über eingestellte Artikel und kann/können nicht gelöscht werden"
+"Listing does not exist..","Das Angebot existiert nicht ..."
+"The products were added to listing.","Die Produkte wurden dem Angebot hinzugefügt."
+"NO DATA","Keine Daten"
+"There is another active automatic ASIN/ISBN search task ","Es gibt bereits eine aktive Aufgabe für die automatische ASIN/ISBN-Suche "
+"for some item(s). Please wait until this search process is finished.","für einige Artikel. Bitte warten Sie, bis dieser Suchvorgang abgeschlossen ist."
+"ASIN(s) was successfully unassigned.","Die ASIN-Zuweisung wurde aufgehoben."
+"Some ASIN(s) were not unassigned as their listing status is other than ""Not Listed"".","Bei einigen ASINs konnte die Zuweisung nicht aufgehoben werden, da sie sich nicht im Angebotsstatus „Nicht eingestellt“ befinden."
+"Amazon Orders","Amazon-Bestellungen"
+"Magento Order was created.","Die Magento-Bestellung wurde erstellt."
+"Magento Order was not created. Reason: %s","Die Magento-Bestellung wurde nicht erstellt. Grund: %s"
+"Invoice was created.","Die Rechnung wurde erstellt."
+"Shipment was created.","Der Versand wurde erstellt."
+"Order address has been updated.","Die Rechnungsadresse wurde aktualisiert."
+"Please select order(s).","Bitte wählen Sie die Bestellung(en) aus."
+"Updating Amazon Order(s) Status to Shipped in Progress...","Der Status der Amazon-Bestellung(en) wird zu „verschickt“ aktualisiert..."
+"Order does not exist.","Die Bestellung existiert nicht."
+"Please select Not Listed items without assigned ASIN.","Bitte wählen Sie Artikel mit dem Status „Nicht eingestellt“ und ohne zugewiesene ASIN aus."
+"Template has been successfully saved.","Die Vorlage wurde gespeichert."
+"Some of the New ASIN template(s) cannot be deleted as they have assigned product(s)","Einige der „Neue ASIN“-Vorlagen können nicht gelöscht werden, da sie zugewiesene Produkte enthalten"
+"There are no items to assign.","Es sind keine Artikel zum Zuweisen vorhanden."
+"Template has been successfully assigned.","Die Vorlage wurde zugewiesen."
+"Some products were not assigned.","Einige Produkte wurden nicht zugewiesen."
+"Please enter keywords.","Bitte geben Sie Suchbegriffe ein."
+"Please select at least 1 listing product.","Bitte wählen Sie mindestens ein Angebotsprodukt aus."
+"Template does not exist","Die Vorlage existiert nicht"
+"Template was successfully saved","Die Vorlage wurde gespeichert"
+"Rakuten.com Accounts","Rakuten.com-Konten"
+"The Rakuten.com access obtaining is currently unavailable. Reason: %s","Derzeit kann auf Rakuten.com nicht zugegriffen werden. Grund: %s"
+"Rakuten.com Listings","Rakuten.com-Angebote"
+"Rakuten.com SKU(s) was successfully unassigned.","Die Zuweisung von Rakuten.com-Artikelnummeren wurde aufgehoben."
+"Some Rakuten.com SKU(s) were not unassigned as their listing status is other than ""Not Listed"".","Bei einigen Rakuten.com-Artikelnummeren konnte die Zuweisung nicht aufgehoben werden, da sie sich nicht im Angebotsstatus „Nicht eingestellt“ befinden."
+"Rakuten.com Orders","Rakuten.com-Bestellungen"
+"Please select Not Listed items without Rakuten.com SKU assigned.","Bitte wählen Sie Artikel mit dem Status „Nicht eingestellt“ und ohne zugewiesene Rakuten.com-Artikelnummer aus."
+"Please select Not Listed items.","Bitte wählen Sie Artikel mit dem Status „Nicht eingestellt“ aus."
+"Some of the New SKU template(s) cannot be deleted as they have assigned product(s)","Einige der „Neue Artikelnummer“-Vorlagen können nicht gelöscht werden, da sie zugewiesene Produkte enthalten"
+"Each keyword should be at least three characters.","Jeder Suchbegriff sollte mindestens drei Zeichen enthalten."
+"Product(s) was not assigned","Produkt(e) wurde(n) nicht zugewiesen"
+"Global","Weltweit"
+"The 3rd party listings are locked by another process. ","Die Angebote von Drittanbietern sind durch einen anderen Vorgang blockiert. "
+"Please try again later.","Bitte versuchen Sie es später noch einmal."
+"Component is not defined.","Die Komponente ist nicht definiert."
+"The item was successfully removed.","Der Artikel wurde entfernt."
+"You must create at least one selling format template first.","Sie müssen zunächst mindestens eine Angebotsformatvorlage erstellen."
+"You must create at least one synchronization template first.","Sie müssen zunächst mindestens eine Synchronisierungsvorlage erstellen."
+"Component and Listing Product must be specified.","Komponente und Angebotsprodukt müssen angegeben werden."
+"Component, Listing Product and Variation Data must be specified.","Komponente, Angebotsprodukt und Variantendaten müssen angegeben werden."
+"Only 1 variation must leave.","Nur eine Variante muss entfernt werden."
+"Variation has been successfully edited.","Die Variante wurde bearbeitet."
+"Variation(s) has been successfully saved.","Variante(n) wurde(n) gespeichert."
+"Component and Listing Products must be specified.","Komponente und Angebotsprodukte müssen angegeben werden."
+"The items were successfully duplicated.","Die Artikel wurden dupliziert."
+"Activity Logs","Aktivitätsprotokolle"
+"3rd Party Listing does not exist.","Das Drittanbieter-Angebot existiert nicht."
+"Play.com Accounts","Play.com-Konten"
+"The Play.com access obtaining is currently unavailable. Reason: %s","Derzeit kann auf Play.com nicht zugegriffen werden. Grund: %s"
+"Play.com Listings","Play.com-Angebote"
+"Play ID(s) was successfully unassigned.","Die Zuweisung der Play-ID(s) wurde aufgehoben."
+"Some Play ID(s) were not unassigned as their listing status is other than ""Not Listed"".","Bei einigen Play-IDs konnte die Zuweisung nicht aufgehoben werden, da sie sich nicht im Angebotsstatus „Nicht eingestellt“ befinden."
+"Play.com Orders","Play.com-Bestellungen"
+"Component can'be empty","Das Feld für die Komponente darf nicht leer sein"
+"Please select item(s) to clear","Bitte wählen Sie den bzw. die Artikel, den/die Sie löschen möchten"
+"The synchronization task log has been successfully cleaned.","Das Protokoll für die Synchronisierungsaufgabe wurde gelöscht."
+"Data has been sent on Amazon. It is being processed now. You can continue working with M2E Pro.","Die Daten wurden an Amazon gesendet. Die Daten werden derzeit bearbeitet. Sie können weiter mit M2E Pro arbeiten."
+"Data has been sent on Rakuten.com. It is being processed now. You can continue working with M2E Pro.","Die Daten wurden an Rakuten.com gesendet. Die Daten werden derzeit bearbeitet. Sie können weiter mit M2E Pro arbeiten."
+"Data has been sent on Play.com. It is being processed now. You can continue working with M2E Pro.","Die Daten wurden an Play.com gesendet. Die Daten werden derzeit bearbeitet. Sie können weiter mit M2E Pro arbeiten."
+"%s record(s) are used in Listing(s).","%s Datensatz/-sätze wird/werden in Angebot(en) verwendet."
+"Template must not be in use to be deleted.","Die Vorlage darf nicht verwendet werden, wenn sie gelöscht werden soll."
+"The global settings have been successfully saved.","Die globalen Einstellungen wurden gespeichert."
+"The license key has been successfully updated.","Der Lizenzschlüssel wurde aktualisiert."
+"The license status has been successfully refreshed.","Der Lizenzstatus wurde aktualisiert."
+"The clearing settings has been successfully saved.","Die Einstellungen für den Löschvorgang wurden gespeichert."
+"Log for %s has been successfully cleared.","Das Protokoll für %s wurde gelöscht."
+"All log for %s has been successfully cleared.","Alle Protokolle für %s wurden gelöscht."
+"All help blocks were restored.","Alle Hilfe-Abschnitte wurden wiederhergestellt."
+"Item was not moved","Der Artikel wurde nicht verschoben"
+"Not enough data.","Nicht genügend Daten."
+"The item has not mapped product.","Der Artikel verfügt über kein zugeordnetes Produkt."
+"Product was successfully unmapped.","Die Zuordnung des Produkts wurde aufgehoben."
+"Product already exists in M2E listing(s).","Das Produkt existiert bereits in M2E-Angebot(en)."
+"Component Mode or Account ID or Marketplace ID is empty.","Das Feld für Komponentenmodus oder Konto-ID oder Marktplatz-ID ist leer."
+"No Other Listings found.","Es wurden keine anderen Angebote gefunden."
+"Please select item(s) to clear.","Bitte wählen Sie den bzw. die Artikel, den/die Sie löschen möchten."
+"The 3rd party listing(s) log has been successfully cleaned.","Angebotprotokoll(e) von Drittherstellern wurde(n) gelöscht."
+"The listing(s) log was successfully cleaned.","Das Angebotsprotokoll wurde gelöscht."
+"-- Please select --","-- Bitte auswählen --"
+"QTY for selected Order(s) was successfully reserved.","Die Stückzahl für die ausgewählte(n) Bestellung(en) wurde reserviert."
+"QTY for selected Order(s) was not reserved.","Die Stückzahl für die ausgewählte(n) Bestellung(en) wurde nicht reserviert."
+"QTY for selected Order(s) was not reserved. Reason: %s","Die Stückzahl für die ausgewählte(n) Bestellung(en) wurde nicht reserviert. Grund: %s"
+"QTY reserve for selected Order(s) was successfully canceled.","Die Stückzahlreservierung für die ausgewählte(n) Bestellung(en) wurde storniert."
+"QTY reserve for selected Order(s) was not canceled.","Die Stückzahlreservierung für die ausgewählte(n) Bestellung(en) wurde nicht storniert."
+"QTY reserve for selected Order(s) was not canceled. Reason: %s","Die Stückzahlreservierung für die ausgewählte(n) Bestellung(en) wurde nicht storniert. Grund: %s"
+"Order item does not exist.","Der bestellte Artikel existiert nicht."
+"Mapping Product ""%s""","Produkt „%s“ zuordnen"
+"Setting Product Options","Produktoptionen festlegen"
+"Product does not have required options.","Das Produkt verfügt nicht über die erforderlichen Optionen."
+"Please specify required options.","Bitte geben Sie die erforderlichen Optionen an."
+"Order item was successfully mapped.","Der bestellte Artikel wurde erfolgreich zugeordnet."
+"Order item options were successfully configured.","Die Optionen für den bestellten Artikel wurden konfiguriert."
+"Item was successfully unmapped.","Die Zuordnung des Artikels wurde aufgehoben."
+"Shipping Information has been resend for %d order(s).","Für %d Bestellung(en) wurden erneut Versandinformationen gesendet."
+"Shipping Information was not resend for %d order(s).","Für %d Bestellung(en) wurden keine Versandinformationen erneut gesendet."
+"Order ID is not defined.","Die Bestellnummer ist nicht definiert."
+"Order with such ID does not exist.","Es existiert keine Bestellung mit dieser Nummer."
+"Order was successfully deleted.","Die Bestellung wurde gelöscht."
+"M2E Pro","M2E Pro"
+"You should fill in all required fields.","Bitte füllen Sie alle erforderlichen Felder aus."
+"Your message has been successfully sent.","Ihre Nachricht wurde gesendet."
+"Token is not defined","Token ist nicht definiert"
+"Account Add Entity failed.","Konto-hinzufügen-Entität ist fehlgeschlagen."
+"Unknown Mode ""%s""","Unbekannter Modus „%s“"
+"Account id is not defined","Kontonummer ist nicht definiert"
+"Choose Account","Mitgliedskonto auswählen"
+"Please confirm account switching. All data that hasn't been saved will be lost.","Bestätigen Sie den Wechsel des Mitgliedskontos. Alle ungespeicherten Daten gehen verloren."
+"
+ Fill in the title, choose the Marketplace you want to work with and click the Get Access Data link.
+ You will be redirected to the Amazon website.
+ Note: To be eligible to sell on Amazon sellers must have at least one of the following: a non-individual Selling on Amazon account,
+ an Amazon WebStore account, a Checkout by Amazon account, or an Amazon Product Ads account.
+ If you are an individual seller you have to upgrade to a Pro Merchant seller account from the Amazon Services Selling on Amazon page.
+
+ Sign-in and complete steps of getting access for each marketplace:
+
+ Select 'I want to use an application to access my Amazon seller account with MWS.'
+ Fill in Application Name and Application's Developer Account Number, which you can find in the Marketplaces section on the current page.
+ Accept the Amazon MWS License Agreement.
+ Copy generated Merchant ID and paste it in the corresponding fields of the current page.
+
+ Continue working with 3rd Party Listings and Orders settings tabs.
+ "," Geben Sie die Bezeichnung ein, wählen Sie den Marktplatz aus, mit dem Sie arbeiten möchten, und klicken Sie auf den Link Zugangsdaten abfragen . Sie werden zur Amazon-Website weitergeleitet. Hinweis: Verkäufer müssen mindestens eine der folgenden Voraussetzungen erfüllen, um bei Amazon verkaufen zu können: ein Verkäuferkonto zum Verkauf bei Amazon (nicht Einzel-Anbieter), ein Amazon Webstore-Konto, ein Konto für das Bezahlen über Amazon oder ein Amazon Produktanzeigen-Konto. Wenn Sie Einzelverkäufer sind, müssen Sie über die Amazon Services-Seite zum Verkaufen bei Amazon ein Upgrade auf ein Pro-Merchant-Verkäuferkonto durchführen. Loggen Sie sich ein und führen Sie die Schritte zum Zugreifen auf die einzelnen Marktplätze aus: Wählen Sie „Ich möchte eine Anwendung, zum Zugriff auf mein Amazon Verkäuferkonto mit Hilfe von MWS, freischalten.“ Geben Sie den Namen der Anwendung und die Kontonummer des Anwendungsentwicklers ein. Diese finden im Abschnitt für die Marktplätze auf der aktuellen Seite. Akzeptieren Sie die Amazon MWS-Lizenzvereinbarung. Kopieren Sie die erstellte Händler-ID und fügen Sie sie in die entsprechenden Felder auf der aktuellen Seite ein. Fahren Sie mit den Registerkarten für Angebote und Bestellungen von Drittanbietern fort. "
+"Be attentive! By deleting account you delete all information on it from M2E Pro server. This will cause inappropriate work of all accounts' copies.","Bitte beachten Sie: Wenn Sie ein Konto löschen, werden alle damit verbundenen Informationen vom M2E Pro-Server gelöscht. Dies kann dazu führen, dass die Kopien des Kontos nicht richtig funktionieren."
+"The specified title is already used for other account. Account title must be unique.","Die eingegebene Bezeichnung wird bereits für ein anderes Mitgliedskonto verwendet. Die Bezeichnung Ihres Kontos muss einzigartig sein."
+"You must choose marketplace first.","Sie müssen zuerst einen Marktplatz wählen."
+"M2E Pro was not able to get access to the Amazon account. Please, make sure, that you choose correct option on MWS Authorization page and enter correct Merchant ID.","M2E konnte nicht auf das Amazon-Verkäuferkonto zugreifen. Stellen Sie sicher, dass Sie die richtigen Optionen auf der Registrierungsseite für MWS gewählt und die korrekte Merchant ID eingegeben haben."
+"M2E Pro was not able to get access to the Amazon account. Reason: %s","M2E konnte nicht auf das Amazon-Verkäuferkonto zugreifen. Grund: %s"
+"Title or identifier of Amazon account for your internal use.","Die Bezeichnung oder die ID des Amazon-Verkäuferkontos zu Ihrer internen Verwendung."
+"Synchronizing Now","Synchronisierung läuft"
+"Marketplace","Marktplatz"
+"None Marketplaces","Keine Marktplätze"
+"You must select and update Amazon marketplaces to get access to this section.","Sie müssen Amazon-Marktplätze wählen und aktualisieren, um auf diesen Bereich zugreifen zu können."
+"Choose Marketplace","Marktplatz auswählen"
+"Application Name","Anwendungsname"
+"Developer Account Number","Kontonummer des Anwendungsentwicklers"
+"Get Access Data","Zugangsdaten abfragen"
+"Merchant ID","Händler-ID"
+"Paste generated Merchant ID from Amazon. (It must look like: A15UFR7CZVW5YA).","Fügen Sie die erzeugte Merchant ID von Amazon ein. (Sie sollte so aussehen: A15UFR7CZVW5YA)."
+"If Yes is chosen, you must select at least one attribute for product mapping.","Wenn Sie „Ja“ ausgewählt haben, müssen Sie mindestens ein Attribut für die Produktzuordnung bestimmen."
+"
+The 3rd Party Listings are the items, which were listed on Amazon without using M2E Pro extension.
+To allow importing of these listings for the current Amazon Account, set Import 3rd Party Listings to Yes .
+Imported Listings can be found in %1$s > Manage Listings > 3rd Party Listings.
+Note: The 3rd Party Listings Synchronization must be enabled in %1$s > Configuration > Synchronization.
+To map the products of the 3rd Party Listings with existing products in Magento by ASIN, ISBN, SKU or Title, set Product Mapping to Yes and choose appropriate attribute(s).
+A Magento product will be mapped if at least one of the chosen attributes meets the same value in Amazon Listing as it has in Magento.
+
+After mapping the Amazon Listing can be automatically moved from the 3rd Party Listings to M2E Pro Listings for further management.
+
+Note: Auto mapping and moving actions are performed only once during the first 3rd Party Listings Synchronization.
+Afterwards, it can be performed manually on the 3rd Party Listings page (%1$s > Manage Listings > 3rd Party Listings).
+","Die Angebote von Drittanbietern sind die Artikel, die ohne M2E Pro bei Amazon eingestellt wurden. Wenn Sie den Import dieser Angebote für das aktuelle Amazon-Verkäuferkonto zulassen möchten, wählen Sie Ja für „Angebote von Drittanbietern importieren“. Importierte Angebote finden Sie unter %1$s > Angebote verwalten > Angebote von Drittanbietern.Hinweis: Die Synchronisierung von Drittanbieterangeboten muss unter %1$s > „Konfiguration“ > „Synchronisierung“ aktiviert werden. Um die Produkte aus Angeboten von Drittanbietern mit vorhandenen Produkten in Magento über die ASIN, ISBN, SKU oder Artikelbezeichnung verknüpfen zu können, müssen Sie für „Produktzuordnung“ Ja festlegen und die entsprechenden Attribute wählen. Produkte in Magento werden zugeordnet, wenn mindestens eines der gewählten Attribute denselben Wert bei Amazon hat wie in Magento. Nach der Zuordnung kann das Amazon-Angebot automatisch aus den Angeboten von Drittanbietern in die Liste der M2E Pro-Angebote verschoben und dort weiter verwaltet werden.Hinweis: Das automatische Zuordnen und Verschieben erfolgt nur einmalig bei der ersten Synchronisierung der Angebote von Drittanbietern. Anschließend kann die Zuordnung manuell auf der Seite der Angebote von Drittanbietern durchgeführt werden (%1$s > Angebote verwalten > Angebote von Drittanbietern)."
+"Import 3rd Party Listings","Angebote von Drittanbietern importieren"
+"Allows importing 3rd Party Listings.","Ermöglicht das Importieren von Angeboten von Drittanbietern."
+"Related Store View","Verknüpfte Shop-Ansicht"
+"Store View, which will be associated with chosen Marketplace of the current account.","Shop-Ansicht, die mit dem ausgewählten Marktplatz des aktuellen Kontos verknüpft wird."
+"Product Mapping","Produktzuordnung"
+"Maps Amazon product with Magento product.","Verknüpft Amazon-Produkte mit Magento-Produkten."
+"Attributes Of Mapping Amazon Items To Magento Products","Attribute für die Zuordnung von Amazon-Artikeln zu Magento-Produkten"
+"Product SKU","Produkt-Artikelnummer"
+"Custom Attribute","Benutzerdefiniertes Attribut"
+"Auto Moving Mapped Amazon Items To M2E Listings","Automatisches Verschieben zugeordneter Amazon-Artikel in M2E-Angebote"
+"Moving 3rd Party Listings","Angebote von Drittanbietern verschieben"
+"This section allows you automatically move mapped Amazon Items in default created M2E Listing and synchronize their Prices and Quantities with Magento values at once they have been moved.","In diesem Abschnitt können Sie zugeordnete Amazon-Artikel automatisch in vorhandene M2E-Angebote verschieben und nach dem Verschieben deren Preise und Stückzahlen alle auf einmal mit Magento-Werten synchronisieren."
+"Move Mapped Amazon Items","Zugeordnete Amazon-Artikel verschieben"
+"Automatically moves Amazon Listings from 3rd Party Listings to default created M2E Listing.","Verschiebt Amazon-Angebote von Angeboten von Drittanbietern automatisch in vorhandene M2E-Angebote."
+"Immediate Synchronization","Sofortige Synchronisierung"
+"Price and QTY","Preis und Stückzahl"
+"Price Only","Nur Preis"
+"QTY Only","Nur Stückzahl"
+"Updates Price and / or Quantity of Amazon Listing with Magento values.","Aktualisiert Preis und/oder Menge des Amazon-Angebots entsprechend den Werten in Magento."
+"This tab contains settings of Amazon Orders, Amazon Customers import; Magento Orders and Products creation.
+If you set Import Amazon Orders to Yes , a new Amazon order will be imported to the system and can be found in %1$s > Sales > Orders.
+It is possible to allow auto creation of Magento Orders based on imported Amazon Orders for products listed by Other Software.
+Note: The Product Stock QTY only reduces after Magento Order creation.
+These type of orders can be managed as typical Magento Orders in Magento > Sales > Orders.
+Note: To receive orders from Amazon, Order Synchronization must be enabled in %1$s > Configuration > Synchronization.","Diese Registerkarte enthält Einstellungen von Amazon-Bestellungen, importierten Amazon-Kundendaten, Magento-Bestellungen und Produkterstellungsdaten. Wenn Sie Ja für „Amazon-Bestellungen importieren“ wählen, werden neue Amazon-Bestellungen in das System importiert. Diese sind anschließend unter %1$s > „Verkäufe“ > „Bestellungen“ zu finden. Für Produkte, die mit anderer Software eingestellt wurden, können Magento-Bestellungen basierend auf importierten Amazon.com-Bestellungen automatisch erstellt werden.Hinweis: Die Stückzahl der verfügbaren Artikel wird erst nach der Erstellung der Magento-Bestellung reduziert. Diese Art von Bestellungen kann als typische Magento-Bestellung unter Magento > Verkäufe > Bestellungen verwaltet werden.Hinweis: Um Bestellungen von Amazon übernehmen zu können, muss die Bestellungssynchronisierung unter %1$s > „Konfiguration“ > „Synchronisierung“ aktiviert sein."
+"No Customer entry is found for specified ID.","Es wurde kein Kundeneintrag für die eingegebene ID gefunden."
+"Import Amazon Orders","Amazon-Bestellungen importieren"
+"Allows importing orders from Amazon to M2E Pro.","Ermöglicht das Importieren von Bestellungen aus Amazon in M2E Pro."
+"Product Is Listed By M2E Pro","Produkt wurde mit M2E Pro eingestellt"
+"Create Order in Magento","Bestellung in Magento erstellen"
+"Whether an order has to be created in Magento if a sold product belongs to M2E Pro Listings.","Legen Sie fest, ob eine Bestellung in Magento erstellt werden soll, wenn ein verkauftes Produkt zu den M2E Pro-Angeboten gehört."
+"Store View Source","Quelle der Shop-Ansicht"
+"Use Store View from Listing","Shop-Ansicht aus Angebot verwenden"
+"Choose Store View Manually","Shop-Ansicht manuell auswählen"
+"If Store View must be automatically taken from the listing or manually chosen from available Store View values.","Legen Sie fest, ob die Shop-Ansicht automatisch aus dem Angebot übernommen oder manuell aus den verfügbaren Werten für Shop-Ansichten gewählt werden soll."
+"Store in which orders will be placed.","Shop, in dem Bestellungen platziert werden."
+"Product Is Listed By Any Other Software","Produkt wurde mit anderer Software eingestellt"
+"Whether an order has to be created in Magento if a sold product does not belong to M2E Pro Listings.","Legen Sie fest, ob eine Bestellung in Magento erstellt werden soll, wenn ein verkauftes Produkt nicht zu den M2E Pro-Angeboten gehört."
+"Product Not Found","Produkt nicht gefunden"
+"Do Not Create Order","Bestellung nicht erstellen"
+"Create Product and Order","Produkt und Bestellung erstellen"
+"What has to be done if a listed product does not exist in Magento.","Legen Sie fest, was geschehen soll, wenn ein eingestelltes Produkt nicht in Magento existiert."
+"Note: Only simple products without variations can be created in Magento. If there is a product with variations on Amazon, M2E Pro creates different simple products for each variation.","Hinweis: In Magento können nur einfache Produkte ohne Varianten erstellt werden. Wenn ein Produkt mit Varianten bei Amazon eingestellt ist, erstellt M2E Pro für jede Variante ein anderes einfaches Produkt."
+"Product Tax Class","Produkt-Steuerklassen"
+"Tax Class which will be used for products created by M2E Pro.","Steuerklasse, die für die von M2E Pro erstellten Produkte verwendet wird"
+"QTY Reservation","Stückzahlreservierung"
+"Use the Reserve QTY option to prevent the item being sold, before Magento Order created (as the Product Stock QTY only reduces after Magento Order creation). It removes items from Magento Stock at once Amazon Order comes from Amazon.
+ Reserve qty will be used when Magento Order is created or released when the term of qty reservation has expired.
+ ","Mit der Option „Stückzahl reservieren“ können Sie verhindern, dass der Artikel verkauft wird, bevor die Magento-Bestellung erstellt wurde (da sich die Stückzahl der vorrätigen Produkte erst nach dem Erstellen der Magento-Bestellung verringert). Damit werden Artikel aus dem Magento-Bestand entfernt, sobald Amazon-Bestellungen eintreffen. „Stückzahl reservieren“ wird verwendet, wenn eine Magento-Bestellung erstellt oder freigegeben wird und die Frist für die Stückzahlreservierung abgelaufen ist. "
+"Never","Nie"
+"For %d day","Für %d Tag"
+"For %d days","Für %d Tage"
+"For how many days reserve qty has to be kept while Magento Order is not created.","Gibt an, für wie viele Tage die Stückzahl reserviert bleiben soll, während keine Magento-Bestellung erstellt wird."
+"FBA Orders Settings","Einstellungen für FBA-Bestellungen"
+"In this block you can manage stock inventory of products fulfilled by Amazon (FBA Orders).
+
+
+ Yes - after Magento Order creation of FBA Order, quantity of product reduces in Magento.
+ No - Magento Order creation of FBA Order does not affect quantity of Magento product.
+ ","In diesem Abschnitt können Sie Bestände von Produkten verwalten, bei denen Amazon die Auftragsabwicklung übernimmt (FBA = Fulfillment by Amazon). Ja : Nach der Erstellung einer Magento-Bestellung für eine FBA-Bestellung verringert sich die Stückzahl des Produkts in Magento. Nein : Die Erstellung einer Magento-Bestellung für eine FBA-Bestellung wirkt sich nicht auf die Stückzahl des Produkts in Magento aus. "
+"Whether an order has to be created in Magento if a sold product is fulfilled by Amazon.","Gibt an, ob eine Bestellung in Magento erstellt werden muss, wenn die Auftragsabwicklung für ein verkauftes Produkt durch Amazon erfolgt."
+"Manage Stock","Warenbestand verwalten"
+"If Yes , after Magento Order creation qty of Magento product reduces.","Wenn Ja , verringert sich nach dem Erstellen der Magento-Bestellung die Stückzahl des Produkts in Magento."
+"Customer Settings","Kundeneinstellungen"
+"Customers","Kunden"
+"There are several ways to specify a customer for which Magento Orders will be created:
+
+ Guest Account - the system does not require a customer account to be created. Default Guest Account will be defined as a customer.
+ Note: The Guest Checkout option must be enabled in Magento. (Yes must be chosen in the Allow Guest Checkout option in Magento > System > Configuration > Sales > Checkout tab).
+ Predefined Customer - the system uses one predefined customer for all Amazon orders related to this account. You will be required
+ to provide an ID of the existing Customer, which you can find in Magento > Customers > Manage Customers table.
+ Create New - a new customer will be created in Magento, using Amazon customer data of Amazon Order.
+ Note: A unique customer identifier is his e-mail address. If the one already exists among Magento customers e-mails,
+ the system uses this customer as owner of order and links order to him. A new customer will not be created.
+ ","Es gibt verschiedene Möglichkeiten, einen Kunden anzugeben, für den Magento-Bestellungen erstellt werden: Gästekonto : Das System verlangt nicht, dass ein Kundenkonto angelegt wird. Standard-Gästekonten werden als Kundenkonten definiert. Hinweis: Die Option für die Kaufabwicklung mit einem Gästekonto muss in Magento aktiviert werden. (Wählen Sie dazu Ja als Wert für die Option „Kaufabwicklung mit Gästekonto erlauben“ unter Magento > „System“ > „Konfiguration“ > „Verkäufe“ > „Kaufabwicklung“). Vordefinierter Kunde : Das System verwendet für alle mit diesem Konto verbundenen Amazon-Bestellungen einen vordefinierten Kunden. Sie müssen eine ID für das existierende Kundenkonto eingeben. Diese finden Sie in der Tabelle Magento > „Kunden“ > „Kunden verwalten“. Neu erstellen : In Magento wird mithilfe der Amazon-Kundendaten der Amazon-Bestellung ein neuer Kunde angelegt. Hinweis: Eine eindeutige Kunden-ID ist zum Beispiel die E-Mail-Adresse des Kunden. Wenn es unter den Magento-Kunden bereits jemanden mit der angegebenen E-Mail-Adresse gibt, behandelt das System diesen Kunden als Besteller und verknüpft die Bestellung mit dessen Konto. Es wird kein neuer Kunde erstellt. "
+"Customer","Kunde"
+"Guest Account","Gästekonto"
+"Predefined Customer","Vordefinierter Kunde"
+"Create New","Neu erstellen"
+"Customer for which Magento Orders will be created.","Der Kunde, für den Magento-Bestellungen erstellt werden."
+"Customer ID","Kunden-ID"
+"Enter Magento customer ID.","Geben Sie die Magento-Kunden-ID ein."
+"Associate to Website","Website zuordnen"
+"-- Please Select --","-- Bitte auswählen --"
+"Website in which a customer account will be created.","Die Website, auf der ein Kundenkonto erstellt wird."
+"Customer Group","Kundengruppe"
+"Customer Group to which a customer will be assigned.","Die Kundengruppe, der ein Kunde zugewiesen wird."
+"Send Emails When The Following Is Created","E-Mail senden, wenn folgende Elemente erstellt wurden"
+"Customer Account","Kundenkonto"
+"Magento Order","Magento-Bestellung"
+"Invoice","Rechnung"
+"Necessary emails will be sent according to Magento settings in Magento > System > Configuration > Sales Emails. Hold Ctrl button, to choose more, than one option.","Alle erforderlichen E-Mails werden entsprechend den unter Magento > System > Konfiguration > Verkaufs-E-Mails festgelegten Magento-Einstellungen versendet. Halten Sie die Strg-Taste gedrückt, um mehrere Optionen gleichzeitig auszuwählen."
+"Billing Address","Rechnungsadresse"
+"The Amazon does not supply the complete billing buyer information, only the buyer's name and email address. The only way to fill in billing address in the customer's invoice is to use information from shipping address.
+You should select the appropriate option how to handle billing address for imported customer:
+
+Always - the shipping address is always used as billing address.
+Buyer & Recipient have the same name - the shipping address is used as billing address, only when Buyer's name and Recipient's name are the same. Otherwise, billing address fields will be empty and next message will appear in the city field: ""The Amazon does not supply the complete billing buyer information"".
+ ","Amazon stellt nicht die vollständigen Abrechnungsinformationen des Käufers bereit, sondern lediglich dessen Namen und E-Mail-Adresse. Die einzige Möglichkeit, in der Kundenrechnung die Rechnungsadresse einzutragen, besteht darin, die Angaben aus der Lieferadresse zu verwenden. Zur Festlegung der Rechnungsadresse bei einem importierten Kunden stehen die folgenden Optionen zur Wahl:Immer : Als Rechnungsadresse wird stets die Lieferadresse verwendet.Käufer- und Empfängername sind identisch : Die Lieferadresse wird nur dann als Rechnungsadresse verwendet, wenn der Käufer- und der Empfängername identisch sind. Andernfalls bleiben die Felder für die Rechnungsadresse leer und im Feld „Ort“ wird die folgende Meldung angezeigt: „Amazon stellt nicht die vollständigen Abrechnungsinformationen des Käufers bereit“. "
+"Billing Address Usage","Verwendung der Rechnungsadresse"
+"Always","Immer"
+"Buyer & Recipient have the same name","Käufer- und Empfängername sind identisch"
+"When to use shipping address as billing.","Gibt an, wann als Rechnungsadresse die Lieferadresse zu verwenden ist."
+"Order Tax Settings","Besteuerungseinstellungen für Bestellungen"
+"This section allows you to choose tax settings for Magento Order:
+
+ Amazon - Magento Order(s) uses tax settings from Amazon Listing(s).
+ Magento - Magento Order(s) uses Magento tax settings.
+ Amazon & Magento - if there are tax settings in Amazon Order, they are used in Magento Order(s), otherwise, Magento tax settings are used.
+ None - Amazon and Magento tax settings are ignored.
+
+ ","In diesem Abschnitt können Sie die Besteuerungseinstellungen für Magento-Bestellungen auswählen: Amazon : Für Magento-Bestellungen werden die Besteuerungseinstellungen aus Amazon-Angebot(en) verwendet. Magento : Für Magento-Bestellungen werden die Besteuerungseinstellungen aus Magento verwendet. Amazon und Magento : Wenn die Amazon-Bestellung Besteuerungseinstellungen enthält, werden diese in Magento-Bestellungen verwendet. Andernfalls werden die Magento-Besteuerungseinstellungen verwendet. Keine : Die Besteuerungseinstellungen von Amazon und Magento werden ignoriert. "
+"Tax Source","Steuerquelle"
+"Magento","Magento"
+"Amazon & Magento","Amazon und Magento"
+"Order Status Mapping","Zuordnung von Bestellungsstatus"
+"In this block you can configure mapping between Amazon Order state and Magento Order statuses.
+ Depending on the state of Amazon Order you can either manually determine certain statuses for Magento Order and enable automatic Shipment and Invoice
+ creation by selecting appropriate check-boxes, or use predefined default settings. (i.e. Amazon: Order is Shipped -> Magento Order is Complete).
+ ","In diesem Abschnitt wird die Zuordnung des Status von Amazon-Bestellungen zum Status von Magento-Bestellungen konfiguriert. Je nach Status der Amazon-Bestellung können Sie bestimmte Statuseinstellungen von Magento-Bestellungen manuell festlegen und den automatischen Versand und die automatische Rechnungserstellung aktivieren, indem Sie die entsprechenden Kontrollkästchen aktivieren oder die vordefinierten Standardeinstellungen verwenden (z.B. Amazon: Bestellung wurde verschickt -> Magento-Bestellung wurde abgeschlossen). "
+"Status Mapping","Statuszuordnung"
+"Default Order Statuses","Standard-Bestellstatus"
+"Custom Order Statuses","Benutzerdefinierter Bestellstatus"
+"Order Status is Unshipped / Partially Shipped","Der Bestellstatus lautet „Nicht verschickt/Teilweise verschickt“"
+"Automatic Invoice Creation","Automatische Rechnungserstellung"
+"Order Status is Shipped","Der Bestellstatus lautet „Verschickt“"
+"Automatic Shipment Creation","Automatische Versanderstellung"
+"Product Selection","Produktauswahl"
+"The number shown next to each category is the quantity of products filtered by
+ Attribute Set and Products Filter settings.
+ There are two modes of products addition:
+
+ All Products - all products, which are included in selected categories, will be added to the Listing.
+ Select Manually - the list of products of chosen categories will be shown on the next page after the Next button is pressed at the top right corner.
+
+ Note: If a product belongs to different categories, it will be added to the Listing or shown for manual selection only once.
+ Two additional options New Product Added to Category and Product Deleted from Category allow choosing actions,
+ which could be automatically done to the products added to selected categories and to the products deleted from selected categories.","Die Zahl neben den einzelnen Kategorien zeigt die Menge der Produkte an, die entsprechend den Einstellungen für Attributset und Produktfilter gefiltert wurden. Es gibt zwei Modi für das Hinzufügen von Produkten: Alle Produkte : Dem Angebot werden alle Produkte hinzugefügt, die in den ausgewählten Kategorien enthalten sind. Manuell auswählen : Die Liste der Produkte aus den ausgewählten Kategorien wird auf der nächsten Seite angezeigt, nachdem Sie rechts oben auf „Weiter“ geklickt haben. Hinweis: Wenn ein Produkt unterschiedlichen Kategorien angehört, wird es trotzdem nur einmal in das Angebot oder die Liste für die manuelle Auswahl übernommen. Mithilfe der zwei zusätzlichen Optionen „Neues zu Kategorie hinzugefügtes Produkt“ und „Aus Kategorie gelöschtes Produkt“ können Sie Aktionen wählen, die automatisch für Produkte ausgeführt werden können, die zu ausgewählten Kategorien hinzugefügt oder aus diesen gelöscht wurden."
+"Products Addition","Produkte hinzufügen"
+"All Products","Alle Produkte"
+"Select Manually","Manuell auswählen"
+"Mode of products addition from selected categories.","Die Art, auf die Produkte aus ausgewählten Kategorien hinzugefügt werden."
+"Add Products Presented in Other Listings","In anderen Angeboten aufgeführte Produkte hinzufügen"
+"Actions On Categories' Products","Aktionen für Produkte aus Kategorien"
+"New Product Added to Category","Neues zu Kategorie hinzugefügtes Produkt"
+"No Action","Keine Maßnahme"
+"Add to The Listing","Dem Angebot hinzufügen"
+"Actions, which have to be done on products added on categories.","Aktionen, die für zu Kategorien hinzugefügte Produkte ausgeführt werden sollen."
+"Product Deleted from Category","Aus Kategorie gelöschtes Produkt"
+"Stop on Amazon","Bei Amazon anhalten"
+"Stop on Amazon and Delete from Listing","Bei Amazon anhalten und aus Angebot löschen"
+"Actions, which have to be done on listed products deleted from categories.","Aktionen, die für aus Kategorien gelöschte Produktangebote ausgeführt werden sollen."
+"All Templates","Alle Vorlagen"
+"Type Template Name Here...","Geben Sie hier die Vorlagenbezeichnung ein..."
+"
+This section contains Amazon Listings, which belong to registered Amazon Accounts (%1$s > Configuration > Amazon Accounts) and were listed not by M2E Pro extension.
+Use Amazon Accounts and Marketplaces dropdowns to filter them.
+You can map these Listings to existing products in Magento and move them to another M2E Listings for further management. For that use single actions on appropriate Listing record or use mass Actions in the top right corner.
+Note: To import Amazon 3rd Party Listings the 3rd Party Listings Import must be enabled in account's settings
+(%1$s > Configuration > Amazon Accounts > General tab) and the 3rd Party Listings Synchronization must be enabled in %1$s > Configuration > Synchronization.","Dieser Abschnitt enthält Amazon-Angebote von registrierten Amazon-Konten (%1$s > „Konfiguration“ > „Amazon-Konten“), die nicht mit M2E Pro eingestellt wurden. Diese Angebote können mithilfe der Drop-down-Menüs für Amazon-Konten und Marktplätze gefiltert werden. Sie können die Angebote Produkten zuordnen, die in Magento vorhanden sind, und sie zur weiteren Verwaltung in andere M2E-Angebote verschieben. Führen Sie dazu Einzelaktionen am entsprechenden Angebotsdatensatz aus oder verwenden Sie die für mehrere Angebote gleichzeitig durchführbaren Aktionen oben rechts in der Ecke.Hinweis: Um Amazon-Angebote von Drittanbietern importieren zu können, müssen Sie den Import von Angeboten von Drittanbietern in den Kontoeinstellungen (%1$s > „Konfiguration“ > „Amazon-Konten“ > Registerkarte „Allgemeines“) sowie die Synchronisierung von Angeboten von Drittanbietern (%1$s > „Konfiguration“ > „Synchronisierung“) aktivieren."
+"Apply Actions On Categories Products to the selected categories.","Aktionen für Produkte aus Kategorien auf die ausgewählten Kategorien anwenden."
+"The number shown next to each category is the quantity of products filtered by
+ Attribute Set and Products Filter settings.
+ There are two modes of products addition:
+
+ All Products - all products, which are included in selected categories, will be added to the Listing.
+ Select Manually - the list of products of chosen categories will be shown on the next page after the Next button is pressed at the top right corner.
+
+ Note: If a product belongs to different categories, it will be added to the Listing or shown for manual selection only once.","Die Zahl neben den einzelnen Kategorien zeigt die Menge der Produkte an, die entsprechend den Einstellungen für Attributset und Produktfilter gefiltert wurden. Es gibt zwei Modi für das Hinzufügen von Produkten: Alle Produkte : Dem Angebot werden alle Produkte hinzugefügt, die in den ausgewählten Kategorien enthalten sind. Manuell auswählen : Die Liste der Produkte aus den ausgewählten Kategorien wird auf der nächsten Seite angezeigt, nachdem Sie rechts oben auf „Weiter“ geklickt haben. Hinweis: Wenn ein Produkt unterschiedlichen Kategorien angehört, wird es trotzdem nur einmal in das Angebot oder die Liste für die manuelle Auswahl übernommen."
+"Displayed products have the same Attribute Set as the Listing you are going to add them to.
+ Note: A product can be added to the listing only once. If a product was added to the Listing earlier, it will not be displayed. ","Die angezeigten Produkte verfügen über denselben Attributset wie die Angebote, denen Sie sie hinzufügen möchten. Hinweis: Produkte können Angeboten nur einmal hinzugefügt werden. Wenn ein Produkt dem Angebot bereits zuvor hinzugefügt wurde, wird es nicht angezeigt. "
+"Enter product name, ASIN, ISBN, UPC or EAN","Geben Sie die Produktbezeichnung, ASIN, ISBN und UPC oder EAN ein."
+"There was an error during previous automatic ASIN/ISBN search:","Es ist ein Fehler bei der automatischen ASIN/ISBN-Suche aufgetreten:"
+"Assign ASIN/ISBN Manually","ASIN/ISBN manuell zuweisen"
+"Allows searching ASIN/ISBN by data that will be specified on the next step.","Ermöglicht die ASIN/ISBN-Suche mithilfe von Daten, die im nächsten Schritt eingegeben werden."
+"Assign ASIN/ISBN Automatically","ASIN/ISBN automatisch zuweisen"
+"Allows searching ASIN/ISBN by data, that have already been specified in Listing Search settings.","Ermöglicht die ASIN/ISBN-Suche mithilfe von Daten, die bereits zuvor in den Einstellungen für die Angebotssuche eingegeben wurden."
+"Add New ASIN/ISBN (Beta)","Neue ASIN/ISBN hinzufügen (Beta)"
+"Allows adding a product, which is not present on Amazon. ASIN/ISBN will be generated and returned back by Amazon.","Ermöglicht das Hinzufügen von Produkten, die nicht bei Amazon vorhanden sind. Die ASIN/ISBN wird erzeugt und von Amazon zurückgegeben."
+"This section contains Amazon Channel, Product Search, Condition and other settings.
+
+ In the General section you have to specify Amazon Account, which listed items will be related to, and SKU.
+ In the Search Settings you have to specify the identifiers, at which products will be searched on Amazon.
+ The Condition section allows specifying item(s) condition and making notes to better describe the condition.
+
+ Note: Not Set and Not Set / Not Changeable options are used for the 3rd Party Listings mainly. If these options are chosen, then Amazon will be used as a master record.","Dieser Abschnitt enthält Einstellungen zum Amazon-Channel, Artikelzustand, zur Produktsuche und mehr. Im Abschnitt „Allgemeines“ müssen Sie das Amazon-Konto, mit dem die eingestellten Artikel in Zusammenhang stehen, und die Artikelnummer angeben. Geben Sie in den Sucheinstellungen die Identifikatoren ein, mit deren Hilfe die Produkte anschließend bei Amazon gesucht werden. Im Abschnitt „Zustand“ können sie Angaben zum Zustand der Artikel machen und Anmerkungen für eine bessere Beschreibung des Artikelzustands hinzufügen. Hinweis: Die Optionen Nicht festgelegt und Nicht festgelegt/Nicht änderbar werden hauptsächlich für Angebote von Drittanbietern verwendet. Wenn diese Optionen aktiviert sind, wird Amazon als Masterdatensatz verwendet."
+"Must be not more than 2000 characters long.","Diese sollten maximal 2.000 Zeichen lang sein."
+"Amazon Account","Amazon-Konto"
+"Amazon accounts previously added in Configuration > Accounts.","Zuvor unter Konfiguration > Konten hinzugefügte Amazon-Verkäuferkonten."
+"Merchant SKU","Händler-SKU"
+"Not Set","Nicht festgelegt"
+"Is used to identify products, which you list, in Amazon seller central inventory.
+ Note: If you list a product and M2E Pro find a product with the same Merchant SKU in Amazon inventory, they will be mapped.
+ ","Dient zum Identifizieren der von Ihnen eingestellten Produkte im Warenbestand des Amazon Verkäuferportals. Hinweis: Wenn Sie ein Produkt einstellen und M2E Pro im Amazon-Warenbestand ein Produkt mit derselben Händler-SKU findet, werden die Produkte einander zugeordnet. "
+"SKU Attribute","SKU-Attribut"
+"Choose the attribute that contains products identifier.","Wählen Sie das Attribut, das die Produkt-ID enthält."
+"Generate Merchant SKU","Händler-SKU erstellen"
+"If Yes , then if Merchant SKU of the product you list is found in the 3rd Party or M2E Listings, another one will be automatically created and the product will be listed.
+ Has to be set to Yes if you are going to use the same Magento product under different ASINs","Wenn für diese Option Ja festgelegt ist und die Händler-SKU des Produkts, das Sie einstellen, in Angeboten von Drittanbietern oder M2E-Angeboten gefunden wird, wird automatisch eine andere Händler-SKU erstellt und das Produkt wird eingestellt. Muss Ja sein, wenn Sie ein und dasselbe Magento-Produkt unter verschiedenen ASINs verwenden möchten."
+"Search Settings","Sucheinstellungen"
+"Search Products on Amazon","Nach Produkten bei Amazon suchen"
+"Before the list action, each product in listing must have existing ASIN/ISBN assigned.
+ This section contains parameters for action ""Assign ASIN/ISBN Automatically","Vor dem Einstellen muss jedem Produkt im Angebot eine vorhandene ASIN/ISBN zugewiesen werden. Dieser Abschnitt enthält Parameter für die Aktion „ASIN/ISBN automatisch zuweisen“."
+"ASIN / ISBN Attribute","ASIN/ISBN-Attribut"
+"UPC / EAN","UPC/EAN"
+"UPC / EAN Attribute","UPC/EAN-Attribut"
+"Additional Search by Product Name","Zusätzliche Suche nach Produktbezeichnung"
+"If no results are found by ASIN/ISBN and UPC/EAN search criteria, the additional search will be performed by Magento Product Name.","Wenn die Suche mithilfe der Suchkriterien ASIN/ISBN und UPC/EAN erfolglos ist, wird zusätzlich die Suche nach Magento-Produktbezeichnung durchgeführt."
+"Additional Settings","Zusätzliche Einstellungen"
+"Handling Time Mode","Bearbeitsungszeitmodus"
+"Recommended Value","Empfohlener Wert"
+"Time that is needed to prepare an item to be shipped.","Die für die Vorbereitung des Artikelversands benötigte Zeit."
+"Attribute must contain only numeric value from 1 to 30.","Das Attribut darf nur nummerische Werte zwischen 1 und 30 enthalten."
+"Restock Date Mode","Modus Verfügbarkeitsdatum"
+"Custom Value","Benutzerdefinierter Wert"
+"The date you will be able to ship any back-ordered items to a customer.","Das Datum, an dem Sie einen nicht mehr vorrätigen und nachbestellten Artikel an einen Kunden versenden können."
+"Restock Date Custom Value","Benutzerdefinierter Wert für das Verfügbarkeitsdatum"
+"Condition Settings","Einstellungen für den Artikelzustand"
+"Condition","Zustand"
+"Not Set / Not Changeable","Nicht festgelegt/Nicht änderbar"
+"Condition of the product(s) you want to list on Amazon.
+ Note: Not Set / Not Changeable is used for the 3rd Party Listings mainly. If this option is chosen, Amazon will be used as a master record.","Der Zustand der Produkte, die Sie bei Amazon einstellen möchten. Hinweis: Nicht festgelegt/Nicht änderbar wird hauptsächlich für die Angebote von Drittanbietern verwendet. Wenn diese Option aktiviert ist, wird Amazon als Masterdatensatz verwendet."
+"Condition Value","Werte für den Zustand"
+"Collectible - Like New","Sammlerstück – Neuwertig"
+"Collectible - Very Good","Sammlerstück – Sehr gut"
+"Collectible - Good","Sammlerstück – Gut"
+"Collectible - Acceptable","Sammlerstück – Akzeptabel"
+"Club","Club"
+"Condition Attribute","Attribut für den Artikelzustand"
+"Choose the attribute that contains Condition identifier .","Wählen Sie das Attribut, das die Zustand-ID enthält."
+"Condition Note","Beschreibung des Artikelzustands"
+"Short description of item(s) condition.
+ Note: Not Set / Not Changeable is used for the 3rd Party Listings mainly. If this option is chosen, Amazon will be used as a master record.","Eine kurze Beschreibung des Artikelzustands. Hinweis: Nicht festgelegt/Nicht änderbar wird hauptsächlich für die Angebote von Drittanbietern verwendet. Wenn diese Option aktiviert ist, wird Amazon als Masterdatensatz verwendet."
+"Condition Note Text","Text Beschreibung des Artikelzustands"
+"Condition Note Attribute","Attribut Beschreibung des Artikelzustands"
+"The Products Filter block allows you to filter the products, which you would like to add to the Listing. Filtered Products will be displayed on the next page, after the Next button is pressed.","Im Produktfilter-Abschnitt können Sie die Produkte filtern, die Sie dem Angebot hinzufügen möchten. Die gefilterten Produkte werden auf der nächsten Seite angezeigt, nachdem Sie oben rechts auf „Weiter“ geklickt haben."
+"Store View the items' information has to be taken from.","Die Shop-Ansicht, aus der die Artikelinformationen übernommen werden sollen."
+"Select from","Wählen Sie eine der folgenden Optionen"
+"Modes of the products selection.","Modi für die Produktauswahl."
+"Selected Categories","Ausgewählte Kategorien"
+"This section allows you to create a Listing. Listing is a group of items, which have the same
+ Attribute Set and were combined to be listed on Amazon.
+ Creating a Listing requires two types of templates (Selling Format and Synchronization) to be created in advance,
+ that allows reaching a high level of flexibility in listing and synchronization processes.
+
+ It is also possible to create templates by clicking the Add New button next to the appropriate template option. Do not forget to press
+ the Refresh button after the new template creation in order to see the newly added template in the dropdown list.
+ In the Listing Configuration block you are required to choose appropriate Selling Format Template,
+ which determines quantity and price related data of your Amazon Listings.
+
+ In the Synchronization Settings block you are required to choose a Synchronization Template and its settings.
+ This determines the actions, which have to be done on the Amazon Listings depending on any changes of their products happened in Magento,
+ and of their templates that are used in the Listing Configuration settings. ","In diesem Abschnitt können Sie Angebote erstellen. Das Angebot vereint eine Gruppe von Artikeln, die über dasselbe Attributset verfügen und für das Einstellen bei Amazon zusammengefasst wurden. Um ein Angebot erstellen zu können, müssen zuvor zwei Vorlagen („Angebotsformat“ und „Synchronisierung“) erstellt werden, die die Angebotserstellung und -synchronisierung erheblich flexibler und einfacher machen. Sie können auch Vorlagen erstellen, indem Sie neben der entsprechenden Vorlagenoption auf Neue hinzufügen klicken. Vergessen Sie nicht, nach der Erstellung der Vorlage auf Aktualisieren zu klicken, um die neu hinzugefügte Vorlage in der Drop-down-Liste angezeigt zu bekommen. Im Abschnitt „Angebotskonfiguration“ müssen Sie die entsprechende Vorlage für das Angebotsformat auswählen, die stückzahl- und preisbezogene Daten für Ihre Amazon-Angebote vorgibt. Im Abschnitt für die Synchronisierungseinstellungen müssen Sie eine Synchronisierungsvorlage und die dazugehörigen Einstellungen wählen. Hier legen Sie fest, was mit den Angeboten bei Amazon geschehen soll, wenn Änderungen an den zugeordneten Produkten in Magento und deren in den Einstellungen für die Angebotskonfiguration verwendeten Vorlagen vorgenommen wurden. "
+"The specified title is already used for other listing. Listing title must be unique.","Die eingegebene Bezeichnung wird bereits für ein anderes Angebot verwendet. Die Artikelbezeichnung muss einzigartig sein."
+"You should select Attribute Set first","Sie müssen zuerst einen Attributset auswählen"
+"Invalid date time format string.","Ungültiges Datums- und Zeitformat."
+"Listing Configuration","Angebotskonfiguration"
+"Short meaningful Listing title for your internal use.","Kurze und aussagekräftige Artikelbezeichnung zu Ihrer internen Verwendung."
+"Product Attribute Set","Produktattributset"
+"Attribute Set of products, which will be listed on Amazon in this Listing.","Attributset von Produkten in diesem Angebot, die bei Amazon eingestellt werden sollen."
+"List of templates, which have previously chosen Attribute Set.","Liste an Vorlagen, die über den zuvor ausgewählten Attributset verfügen."
+"Search for template which have previously chosen Attribute Set.","Suchen Sie nach einer Vorlage, die über den zuvor gewählten Attributset verfügt."
+"All Synchronization Templates you have created.","Alle von Ihnen erstellten Synchronisierungsvorlagen."
+"Search for Synchronization Template you have created.","Suchen Sie nach Synchronisierungsvorlagen, die Sie erstellt haben."
+"M2E Pro - Amazon/Magento Integration : Listings","M2E Pro – Kompatibilität mit Amazon/Magento: Angebote"
+"Amazom Listings (10 min. video)","
+"Listing is a group of items, which have the same Attribute Set and were combined to be listed on Amazon.
+
+ Creating a Listing requires two types of templates to be created in advance.
+ You can use the same template for similar products you want to list on Amazon and don’t have to enter the same information over and over again for each product you want to list.
+
+ Templates you’ll need in order to list on Amazon:
+
+
+ Selling Format Template contains information about quantity and price-related data.
+ Synchronization Template controls how the information between Amazon and Magento is synchronized and in which cases Amazon listings are revised, relisted or stopped. This template is not bound to a product group with a specific attribute set, so it’s likely that you’ll only need one template to begin with.
+ ","Das Angebot vereint eine Gruppe von Artikeln, die über dasselbe Attributset verfügen und für das Einstellen bei Amazon zusammengefasst wurden. Um ein Angebot erstellen zu können, müssen zuvor zwei Vorlagentypen erstellt werden. Sie können dieselbe Vorlage für ähnliche Produkte, die Sie bei Amazon einstellen möchten, wiederverwenden und müssen so nicht für jedes Produkt immer wieder dieselben Informationen eingeben. Vorlagen, die Sie zum Einstellen auf Amazon benötigen: Vorlage für das Angebotsformat : Enthält Informationen zu stückzahl- und preisbezogenen Daten. Synchronisierungsvorlage : Steuert, wie die Informationen zwischen Amazon und Magento synchronisiert werden und in welchen Fällen Amazon-Angebote bearbeitet, wiedereingestellt oder angehalten werden. Die Verwendung dieser Vorlage ist nicht auf eine bestimmte Produktgruppe oder ein Attributset beschränkt, sodass Sie fürs Erste mit hoher Wahrscheinlichkeit nur eine Vorlage benötigen werden. "
+"This section contains information about product items of chosen listing and their statuses on Amazon.
+ To list a product the ASIN/ISBN must be assigned first. To assign ASIN/ISBN you can use the Search ASIN/ISBN tool: press the icon in ASIN / ISBN column or choose appropriate command in the Action dropdown.
+ You can manage items by choosing appropriate actions from the Actions dropdown of the grid and manage Listing and its settings by using buttons in the top right corner.","Dieser Abschnitt enthält Informationen zu Artikeln aus ausgewählten Angeboten und Ihren Status bei Amazon. Um ein Angebot einstellen zu können, müssen Sie zuerst die ASIN/ISBN zuweisen. Sie können das Tool zur ASIN/ISBN-Suche verwenden, um die ASIN/ISBN zuzuweisen: Klicken Sie auf das Symbol in der Spalte „ASIN/ISBN“ oder wählen Sie den entsprechenden Befehl im Drop-down-Menü „Aktion“. Mithilfe der passenden Aktionen aus dem Drop-down-Menü für Aktionen können Sie Ihre Artikel verwalten und für die Verwaltung und Einstellungen von Angeboten stehen Ihnen oben rechts diverse Optionen und Schaltflächen zur Verfügung."
+"Used in Account(s)","Verwendet in Konten"
+"Coming Soon","In Kürze"
+"Waiting","Bitte warten"
+"Processing","In Bearbeitung"
+"Completed","Abgeschlossen"
+"Order Address Information","Angaben zur Rechnungsadresse"
+"Buyer Name","Name des Käufers"
+"Buyer E-Mail","E-Mail-Adresse des Käufers"
+"Street Address","Straße"
+"City","Ort"
+"Country","Land"
+"Region/State","Region/Bundesland"
+"County","Kreis"
+"Zip/Postal Code","Postleitzahl"
+"Telephone","Telefonnummer"
+"
+This page contains all orders imported from Amazon.
+Use Amazon Accounts dropdown to filter Amazon orders by accounts.
+If Magento Order, Invoice or / and Shipment was not created automatically,
+you can create them manually by using appropriate options in the Action dropdown.
+Note: Automatic creation of Magento Orders, Invoices, and Shipments executes according to Amazon Accounts settings in %s > Configuration > Amazon Accounts > Orders.","Diese Seite enthält alle aus Amazon importierten Bestellungen. Verwenden Sie das Dropdown-Menü, um Ihre Amazon-Bestellungen nach Konten zu filtern. Falls die Magento-Bestellung, die Magento-Rechnung und/oder der Magento-Versand nicht automatisch erstellt wurden, können Sie diese mithilfe der entsprechenden Optionen aus dem Drop-down-Menü „Aktion“ manuell erstellen.Hinweis: Das automatische Erstellen von Magento-Bestellungen, von Magento-Rechnungen und des Magento-Versands erfolgt entsprechend den Einstellungen für das Amazon-Konto unter %s > „Konfiguration“ > „Amazon-Konten“ > „Bestellungen“."
+"Amazon Order","Amazon-Bestellung"
+"View On Amazon","Bei Amazon aufrufen"
+"Sale Time","Uhrzeit des Verkaufs"
+"Update Time","Zeit aktualisieren"
+"Reservation Time","Reservierungszeit"
+"Order Status","Bestellstatus"
+"Invoice Unconfirmed","Rechnung noch nicht bestätigt"
+"Account","Konto"
+"Buyer Information","Bestimmte Käufer nicht akzeptieren"
+"Customer Name","Name des Kunden"
+"Shipping Address","Lieferadresse"
+"Payment Information","Zahlungsinformationen"
+"Order Currency","Währung der Bestellung"
+"Attention!","Wichtiger Hinweis!"
+"Order currency is not enabled in Magento. Please, enable it in System -> Configuration -> Currency Setup.","Die Währung dieser Bestellung ist in Magento nicht aktiviert. Aktivieren Sie sie unter System -> Konfiguration -> Währungseinstellungen."
+"There's no rate for Order currency in Magento. Please, add currency convert rate in System -> Manage Currency -> Rates.","Es wurde kein Wechselkurs für die Währung von Bestellungen in Magento festgelegt. Bitte wählen Sie einen Wechselkurs unter System -> Währungen verwalten -> Wechselkurse."
+"Shipping & Handling Information","Verpackungs- und Versandinformationen"
+"Shipping Service","Versandart"
+"Shipping Cost","Versandkosten"
+"Transaction Item(s)","Artikel dieser Transaktion"
+"Log History","Verlaufsprotokoll"
+"Order Totals","Gesamtbetrag für Bestellung"
+"Subtotal","Zwischensumme"
+"Shipping & Handling","Verpackung und Versand"
+"Tax","Steuer"
+"Grand Total","Gesamtbetrag"
+"Amount Paid","Bezahlter Betrag"
+"This section allows you to set preferences of data synchronization.
+ You have to enable / disable synchronization tasks, which will be automatically performed for all Amazon accounts, and Save Settings .
+ To run necessary task manually, click the Run Now button, to run all tasks at once, click Run Enabled Now .
+ Note: Cron job must be set up for automatic synchronization. Otherwise, you will have to perform the synchronization manually.","In diesem Abschnitt können Sie die Einstellungen für die Synchronisierung von Daten festlegen. Sie müssen Synchronisierungsaufgaben aktivieren/deaktivieren, die automatisch für alle Amazon-Verkäuferkonten durchgeführt werden, und anschließend die Einstellungen speichern . Um erforderliche Aufgaben manuell auszuführen, klicken Sie auf Jetzt ausführen . Klicken Sie auf Aktivierte jetzt ausführen , um alle Aufgaben auf einmal auszuführen. Hinweis: Für die automatische Synchronisierung muss ein Cronjob eingerichtet werden. Andernfalls müssen Sie die Synchronisierung manuell durchführen."
+"If catalog updates in your magento performed using import/export tools, custom scripts or direct changes in database,
+ then, you can use ""Track Direct Database Changes"" %s functionality to detect changes in products' price and quantity.","Wenn Katalogaktualisierungen in Magento unter Verwendung von Import-/Exporttools, benutzerdefinierten Scripts oder direkten Änderungen in der Datenbank durchgeführt werden, können Sie die %s-Funktion „Direkte Änderungen in der Datenbank nachverfolgen“ verwenden, um Preis- und Stückzahländerungen bei den Produkten aufzuspüren."
+"Updates and synchronizes Amazon Listings according to Synchronization Templates' rules.","Aktualisiert und synchronisiert Amazon-Angebote entsprechend den Regeln der Synchronisierungsvorlage."
+"If your Amazon listings for some reason were asynchronized with the products in Magento, turn on the Revise All action to catch data up.
+ Revise is performed by the Inventory Synchronization, 100 items per a cycle.
+
+ ","Wenn Ihre Amazon-Angebote aus irgendeinem Grund nicht mehr mit den Produkten in Magento synchron sind, aktivieren Sie die Aktion „Alle überarbeiten“, um die Daten zu synchronisieren. Die Überarbeitung erfolgt durch die Funktion „Warenbestand synchronisieren“, wobei jeweils 100 Artikel auf einmal überarbeitet werden. "
+"In Progress, start date - ","In Bearbeitung, Startdatum - "
+"Finished, end date - ","Abgeschlossen, Enddatum - "
+"Imports and synchronizes Amazon Orders for accounts, which have enabled Import Amazon Orders in their Accounts settings.","Importiert und synchronisiert Amazon-Bestellungen für Konten, bei denen in den Kontoeinstellungen die Option „Amazon-Bestellungen importieren“ aktiviert ist."
+"Imports and synchronizes 3rd Party Listings for Amazon accounts, which have enabled Import 3rd Party Listings in their Accounts settings.","Importiert und synchronisiert Drittanbieter-Angebote für Amazon-Konten, bei denen in den Kontoeinstellungen „Angebote von Drittanbietern importieren“ aktiviert ist."
+"Click 'Confirm' and Revise will be performed by the Inventory Synchronization, 100 items per a cycle.","Wenn Sie auf „Bestätigen“ klicken, werden die Angebote durch die Funktion „Warenbestand synchronisieren“ überarbeitet – jeweils 100 Artikel auf einmal."
+"Cancel","Abbrechen"
+"New ASIN Templates","„Neue ASIN“-Vorlagen"
+"These type of templates is used for creation of new products on Amazon.
+
+ to create a new template, click on Add New ASIN Template ;
+ to assign one of the existing templates to products click on Assing To This Template link.
+
+ Note: Attribute Sets of New ASIN Template must include all Attribute Sets of current M2E Listing to be assigned.","Diese Art von Vorlagen wird zum Erstellen neuer Produkte auf Amazon verwendet. Wenn Sie eine neue Vorlage erstellen möchten, klicken Sie auf Neue ASIN-Vorlage hinzufügen . Wenn Sie stattdessen eine der vorhandenen Vorlagen verwenden möchten, klicken Sie auf den Link Dieser Vorlage zuweisen . Hinweis: Um zugewiesen werden zu können, müssen Attributsets von „Neue ASIN“-Vorlagen alle Attributsets des aktuellen M2E-Angebots enthalten."
+"Description is used to design your items' description on Amazon. The more information you provide the easier it is for buyers to make a choice.
+ It is possible to choose a Product Description or Product Short Description, which will be taken from Magento. Or you can create a Custom Description by adding necessary information.","Die Beschreibung wird für den Entwurf Ihrer Artikelbeschreibung bei Amazon verwendet. Je mehr Informationen Sie bereitstellen, desto einfacher haben es Käufer bei der Auswahl. Sie können Produktbeschreibungen oder kurze Produktbeschreibungen aus Magento wählen. Alternativ können Sie eine eigene Beschreibung erstellen, indem Sie wichtige Informationen hinzufügen."
+"Please enter a number 0 or greater in this field.","Bitte geben Sie in diesem Feld eine Zahl gleich oder größer als 0 ein."
+"Please enter a number 0.01 or greater in this field.","Bitte geben Sie in diesem Feld eine Zahl gleich oder größer als 0,01 ein."
+"Item Details","Angebotsdetails "
+"Custom Title","Eigene Überschrift"
+"Item's title that buyers will see on Amazon listing.","Die Artikelbezeichnung, die Käufer bei dem Amazon-Angebot sehen werden."
+"Brand","Marke"
+"Custom Brand","Individuelle Marke"
+"Brand of the product(s). Max. 50 characters.","Marke der Produkte. Max. 50 Zeichen."
+"Manufacturer","Hersteller"
+"Custom Manufacturer","Individueller Hersteller"
+"Manufacturer of the product(s). Max. 50 characters.","Der Hersteller der Produkte. Max. 50 Zeichen."
+"Manufacturer Part Number","Referenznummer des Herstellers"
+"Manufacturer Part Number of the product(s). Max. 40 characters.","Referenznummer des Herstellers für das bzw. die Produkte. Max. 40 Zeichen."
+"Package Quantity","Packungsstückzahl"
+"The number of units included in the item you are offering for sale, such that each unit
+ is packaged for individual sale.","Die Anzahl der Einheiten, die in dem von Ihnen zum Verkauf angebotenen Artikel enthalten sind, wobei jede Einheit für den Einzelverkauf verpackt ist."
+"Choose the attribute that contains Package Quantity.","Wählen Sie das Attribut aus, das die Packungsstückzahl enthält."
+"Number of Items","Artikelanzahl"
+"The number of discrete items included in the item you are offering for sale,
+ such that each item is not packaged for individual sale.
+
+ For ex. , if you are selling a case of 10 packages of socks,
+ and each package contains
+ 3 pairs of socks, the case would have Package Quantity = 10 and Number of Items = 30.
+ ","Die Anzahl der separaten Artikel, die in dem von Ihnen zum Verkauf angebotenen Artikel enthalten sind, wobei die Artikel jeweils nicht für den Einzelverkauf verpackt sind. Beispiel: Sie verkaufen einen Karton mit 10 Packungen Socken und jede Packung enthält 3 Paar Socken. Dann würde für den Karton Folgendes gelten: Packungsstückzahl = 10 und Artikelanzahl = 30. "
+"Choose the attribute that contains Number Of Items.","Wählen Sie das Attribut aus, das die Artikelanzahl enthält."
+"Package Weight","Packungsgewicht"
+"Package Weight of the product(s).","Packungsgewicht des bzw. der Produkte."
+"Package Weight Units","Packungsgewichtseinheiten"
+"GR","g"
+"KG","kg"
+"OZ","oz"
+"LB","lb"
+"MG","MG"
+"Shipping Weight","Versandgewicht"
+"Shipping Weight of the product(s).","Versandgewicht des bzw. der Produkte"
+"Shipping Weight Units","Versandgewichtseinheiten"
+"Keywords","Suchbegriffe"
+"Target Audience","Zielgruppe"
+"For whom the product is intended.","Personenkreis, an den sich das Produkt richtet"
+"Search Terms Mode","Suchbegriffmodus"
+"Custom Search Terms","Individuelle Suchbegriffe"
+"Provide specific search terms to help customers find your product(s) on Amazon.","Geben Sie konkrete Suchbegriffe ein, damit Kunden Ihr(e) Produkt(e) einfacher bei Amazon finden."
+"Value #%s","Wert #%s"
+"Max. 50 characters.","Max. 50 Zeichen."
+"Images","Bilder"
+"Main Image","Hauptbild"
+"Product Base Image","Produkthauptbild"
+"Image you will see on your Amazon listing.","Das Bild, das in Ihrem Amazon-Angebot zu sehen sein wird."
+"Product Image Attribute","Attribut des Produktbilds"
+"Choose Media Image Attribute or Attribute, that contains absolute url.
+ i.e. http://mymagentostore.com/images/baseimage.jpg","Wählen Sie ein Attribut für Bilddateien oder ein Attribut, das aus einer URL besteht. z. B. http://mymagentostore.com/images/baseimage.jpg"
+"Additional Images","Weitere Bilder"
+"Product Images","Produktbilder"
+"Additional Images Attribute","Attribut für weitere Bilder"
+"Choose Text, Multiple Select or Dropdown type attribute. In Text type attribute urls must be separated with comma.
+ e.g. http://mymagentostore.com/images/baseimage1.jpg, http://mymagentostore.com/images/baseimage2.jpg"," Wählen Sie ein Attribut vom Typ Text, Mehrfachauswahl oder Drop-down. In Attributen vom Typ Text müssen URLs durch Kommata getrennt werden. z.B. http://mymagentostore.com/images/baseimage1.jpg, http://mymagentostore.com/images/baseimage2.jpg"
+"Additional Images Quantity","Anzahl weiterer Bilder"
+"Up to","Bis zu"
+"The number of Additional Images. The images will be taken from Magento Product settings.","Anzahl weiterer Bilder Die Bilder werden den Magento-Produkteinstellungen entnommen."
+"Bullet Points","Gliederungspunkte"
+"Bullet Points Mode","Modus der Gliederungspunkte"
+"Custom Bullet Points","Eigene Gliederungspunkte"
+"Allows highlighting some of the product's most important qualities.","Gibt Ihnen die Möglichkeit, einige der wichtigsten Produkteigenschaften hervorzuheben."
+"Max. 100 characters.","Max. 100 Zeichen."
+"Description Source","Quelle der Produktbeschreibung"
+"Product Description","Produktbeschreibung"
+"Product Short Description","Kurze Produktbeschreibung"
+"Custom Description","Eigene Beschreibung"
+"Description is limited to 2'000 characters.","Die Beschreibung darf nicht länger als 2.000 Zeichen sein."
+"Custom Description Inserts","Einfügen einer eigenen Beschreibung"
+"Attributes related to the previously chosen Attribute Set.","Attribut, das mit dem zuvor gewählten Attributset verwandt ist."
+"This tab contains the main information on products you want to list: Attribute Set
+ (it must be the same as M2E Listing has to be assigned), UPC / EAN Settings and
+ Category in which the products have to be listed.
+The category either can be chosen by Browsing all categories from the list or can be found with Searching
+ tool by entering keywords.","Diese Registerkarte enthält die Hauptinformationen zu den Produkten, die Sie einstellen möchten: Attributset (muss dasselbe sein, das dem M2E-Angebot zugewiesen ist), UPC/EAN-Einstellungen und Kategorie, in der die Produkte eingestellt werden müssen. Die Kategorie kann entweder durch manuelles Durchsuchen aller Kategorien in der Liste ausgewählt werden oder mittels entsprechender Suchbegriffe über die Suchfunktion gefunden werden."
+"Please enter a number 1 or greater in this field.","Bitte geben Sie in diesem Feld eine Zahl gleich oder größer als 1 ein."
+"This category is not supported at the moment, as it contains variational items only. Please select another category.","Diese Kategorie wird derzeit nicht unterstützt, da sie ausschließlich Artikel mit Varianten enthält. Bitte wählen Sie eine andere Kategorie aus."
+"Search For Category","Kategorie durchsuchen"
+"You should select Category first","Sie müssen zuerst eine Kategorie auswählen"
+"This is a required field. Please press Choose button.","Dies ist ein Pflichtfeld. Klicken Sie auf „Wählen“."
+"The specified title is already used for another New ASIN Template.","Die angegebene Bezeichnung wird bereits für eine andere Neue ASIN-Vorlage verwendet."
+"Please enter at least 3 letters.","Geben Sie mindestens 3 Zeichen ein."
+"Internal Error. Please try again later.","Interner Fehler. Bitte versuchen Sie es später noch einmal."
+"Incorrect data.","Inkorrekte Daten."
+"Choose","Wählen"
+"Optional Specifics","Optionale Merkmale"
+"Recommended Values","Empfohlene Werte"
+"Allowed Values","Zulässige Werte"
+"Definition:","Erklärung:"
+"Tips:","Tipps:"
+"Examples:","Beispiele: "
+"Helpful Info:","Hilfreiche Informationen:"
+"Desired","Gewünscht"
+"Short meaningful template title for your internal use.","Kurze und aussagekräftige Vorlagenbezeichnung zu Ihrer internen Verwendung."
+"Attribute Sets of products which will be listed on Amazon using this template.","Attributsets von Produkten, die mithilfe dieser Vorlage bei Amazon eingestellt werden sollen."
+"or","oder"
+"UPC / EAN Settings","UPC/EAN-Einstellungen"
+"UPC / EAN Exemption","UPC/EAN-Ausnahme"
+"Most categories require sellers to use a standard product ID, such as a UPC or EAN, when creating new product pages or matching to existing pages in the Amazon catalog. In the case of private label brands or specialized products, some categories may allow sellers to request exemptions to list products that do not have standard product IDs.
+ If you sell products that do not have UPCs, please contact Amazon to request an exemption.","In den meisten Kategorien müssen Verkäufer eine Standard-Produkt-ID, wie z.B. einen UPC oder eine EAN, verwenden, wenn sie neue Produktseiten erstellen oder mit vorhandenen Seiten im Amazon-Katalog abgleichen. Verkäufer, die Eigenmarken oder spezielle Produkte verkaufen möchten, für die es keine Standard-Produkt-ID gibt, können in einigen Kategorien die Befreiung von der Pflicht zur Angabe einer Standard-Produkt-ID beantragen. Wenn Sie Produkte verkaufen, für die es keinen UPC gibt, wenden Sie sich zwecks Befreiung von der Pflicht zur Angabe der Kennung an Amazon."
+"Product ID Override","Product ID Override (Produkt-ID-Befreiung)"
+"The exemption option approved by Amazon. Should be set to None when not known.","Die von Amazon genehmigte Produkt-ID-Befreiung. Sollte auf „Keine“ gesetzt werden, wenn nicht bekannt."
+"Choose the department your product belongs to and then choose the category you need. Press the Confirm button.","Wählen Sie die Abteilung aus, zu der Ihr Produkt gehört, und wählen Sie dann die entsprechende Kategorie aus. Klicken Sie auf „Bestätigen“."
+"Subcategory","Unterkategorie"
+"Enter the words, which describe the best your product and click on the Search button.
+ Founded categories will be displayed for selection.","Geben Sie eine passende Beschreibung für Ihr Produkt ein und klicken Sie auf „Suchen“. Die gefundenen Kategorien werden angezeigt und sind auswählbar."
+"Enter Keywords","Geben Sie Suchbegriffe ein"
+"Adding specific item details will attract your buyers and help them to find your items.","Fügen Sie Angebotsdetails hinzu, um das Angebot für Käufer interessanter zu gestalten und sorgen Sie dafür, dass es leichter zu finden ist."
+"Total digits (not more):","Max. Zeichenzahl:"
+"Type: Numeric.","Typ: Numerisch"
+"Min:","Min:"
+"Max:","Max:"
+"Can take any value.","Keine Beschränkungen für den Wert."
+"Two uppercase letters or ""unknown"".","Zwei Großbuchstaben oder „unbekannt“."
+"Type: String.","Typ: Zeichenfolge"
+"Min length:","Min. Zeichenzahl:"
+"Max length:","Max. Zeichenzahl:"
+"Type: Date time. Format: YYYY-MM-DD hh:mm:ss","Typ: Datum Uhrzeit, Format: JJJJ-MM-TT hh:mm:ss"
+"Type: Numeric floating point.","Typ: Numerischer Fließkommawert"
+"Decimal places (not more):","Max. Dezimalstellen:"
+"Specifics Configuration","Konfiguration von Merkmalen"
+"Selling Format Template contains price-related data and quantity for the items, which will be listed on Amazon.
+Next to each price options dropdown there is a box for Price Change. Price Change is a value you want the Magento Price to be modified while listing on Amazon.
+Examples:
+If you want the price on Amazon to be greater by 15% than the price in Magento, you should set +15% in the Price Change field.
+Amazon Price = Magento Price + Magento Price * 0.15
+
+If you want the price on Amazon to be less by 10 currency units than the price in Magento, you should set -10 in the Price Change field.
+Amazon Price = Magento Price - 10
+
+If you want the price on Amazon to be multiplied by coefficient 1.2, you should set 1.2 in the Price Change field.
+
+Amazon Price = Magento Price * 1.2.
+
+Note: If the Special Price is chosen in the Price option, but it is not set in Magento Product settings or it is set but it has already expired, the Product Price is used instead.
+ If the Special Price is chosen in the Sale Price option, its Magento From , To dates are ignored. Only the value is used. When the Sale Price has expired, the Price is used.
+
+Note: Attributes must contain only numeric values.
+","Die Angebotsformatvorlage enthält Daten zu Preisen und Stückzahlen der Artikel, die bei Amazon eingestellt werden. Neben jedem Drop-down-Menü für die Preisoptionen befindet sich jeweils ein Feld für Preisänderungen. In den Preisänderungen können Sie Werte festlegen, falls Sie den Preis aus Magento-Angeboten beim Einstellen bei Amazon ändern möchten.Beispiele: Wenn der Preis bei Amazon 15 % höher als der Preis in Magento sein soll, können Sie im Feld „Preisänderung“ „+15 %“ angeben.Amazon-Preis = Magento-Preis + Magento-Preis × 0,15 Wenn der Preis bei Amazon 10 Währungseinheiten niedriger als der Preis in Magento sein soll, müssen Sie im Feld „Preisänderung“ „-10“ angeben.Amazon-Preis = Magento-Preis – 10 Wenn der Preis bei Amazon mit dem Koeffizienten 1,2 multipliziert werden soll, müssen Sie im Feld „Preisänderung“ „1,2“ angeben.Amazon-Preis = Magento-Preis × 1,2 Hinweis: Wenn Sie als Wert für die Option Preis „Sonderpreis“ festgelegt haben, die Option aber nicht in den Produkteinstellungen in Magento festgelegt wurde oder bereits abgelaufen ist, wird stattdessen die Einstellung „Produktpreis“ verwendet. Wenn Sie als Wert für die Option Verkaufspreis „Sonderpreis“ festgelegt haben, werden die Magento-Angaben für den Zeitraum ignoriert. Nur der Wert wird in diesem Fall berücksichtigt. Wenn der Verkaufspreis nicht mehr gültig ist, wird stattdessen der Artikelpreis verwendet.Hinweis: Attribute dürfen nur numerische Werte enthalten."
+"The price of products in Amazon listing(s).","Der Preis der Produkte in Amazon-Bestellungen."
+"The price of products in Amazon listing(s).Note: The Final Price is only used for Simple Products.","Der Preis der Produkte in Amazon-Bestellungen.Hinweis: Der Endpreis wird nur für einfache Produkte verwendet."
+"The price, at which you want to sell your product(s) at specific time.","Der Preis, zu dem Sie Ihre Produkte zu einem bestimmten Zeitpunkt verkaufen möchten."
+"The price, at which you want to sell your product(s). at specific time.Note: The Final Price is only used for Simple Products.","Der Preis, zu dem Sie Ihre Produkte zu einem bestimmten Zeitpunkt verkaufen möchten.Hinweis: Der Endpreis wird nur für einfache Produkte verwendet."
+"Add Selling Format Template.","Angebotsformatvorlage hinzufügen."
+"The specified title is already used for other template. Template title must be unique.","Die eingegebene Bezeichnung wird bereits für eine andere Vorlage verwendet. Die Vorlagenbezeichnung muss einzigartig sein."
+"You should select Attribute Sets first and press Confirm button.","Sie müssen zuerst die Attributdatensätze wählen und dann auf „Bestätigen“ klicken."
+"Coefficient is not valid.","Koeffizient ist nicht gültig."
+"Wrong value. Only integer numbers.","Falscher Wert. Nur Ganzzahlen."
+"Product Attribute Sets","Produktattributdatensätze"
+"Attribute Sets of products which will be listed on Amazon using this template.","Attributsets von Produkten, die mithilfe dieser Vorlage bei Amazon eingestellt werden sollen."
+"Quantity","Stückzahl"
+"Product QTY","Produktmenge"
+"Single Item","Bei einzelnem Artikel"
+"Custom QTY Number","Mengenangabe für eigene Stückzahl"
+"Custom QTY Attribute","Attribut für eigene Stückzahl"
+"Products quantity in Amazon listing(s).","Produktmengen in Amazon-Angeboten"
+"Conditional Quantity","Bedingte Stückzahl"
+"Enables to set the quantity that will be sent on Amazon.","Ermöglicht die Festlegung der Stückzahl, die an Amazon gesendet wird ."
+"Max Quantity to Be Listed","Maximal einzustellende Stückzahl"
+"If you have 5 pieces in stock but set a max qty of 2 to be listed, a qty of 2 will be listed on Amazon.
+ If you have 1 piece in stock but max qty is set to 3, only 1 will be listed on Amazon.","Wenn Sie zwar 5 Stück auf Lager haben, aber als maximal einzustellende Stückzahl 2 angeben, werden bei Amazon 2 Stück eingestellt. Wenn Sie ein (1) Stück auf Lager haben und die maximal einzustellende Stückzahl auf drei (3) festgelegt ist, wird nur ein (1) Stück bei Amazon eingestellt."
+"Product Price","Produktpreis"
+"Special Price","Sonderpreis"
+"Absolute figure (+8,-3), percentage (+15%, -20%) or currency rate (1.44)","Absolute Zahl (+8, -3), Prozentbeträge (+15 %, -20 %) oder Wechselkurs (1,44)"
+"Custom Price Attribute","Benutzerdefiniertes Preisattribut"
+"Variation Price Source","Preis der Variante"
+"Main Product","Hauptprodukt"
+"Determines where the price for Configurable and Bundle products options should be taken from.","Legt fest, woher der Preis für die Option für konfigurierbare und gebündelte Produktoptionen übernommen werden soll."
+"Sale Price","Verkaufspreis"
+"Custom Sale Price Attribute","Benutzerdefiniertes Verkaufspreisattribut"
+"Start Date","Startdatum"
+"Time and date when the Sale Price will be displayed on Amazon.","Zeitpunkt (Datum und Uhrzeit), zu dem der Verkaufspreis bei Amazon angezeigt werden soll."
+"Start Date Value","Wert für Startdatum"
+"Start Date Attribute","Attribut für Startdatum"
+"End Date","Angebotsende"
+"Time and date when the Sale Price will be hidden on Amazon.","Zeitpunkt (Datum und Uhrzeit), zu dem der Verkaufspreis bei Amazon nicht mehr angezeigt werden soll."
+"End Date Value","Wert des Enddatum"
+"Synchronization Template includes rules and conditions which determine Listing behavior on Amazon.
+ List, Revise, Relist and Stop Rules have to be specified in this template.
+ List Action - at first this action to be executed for each item in M2E Listings, which has Not Listed status and its settings meet the List Condition. If an item was not listed for some reason, autosynchronization will attempt
+ to list it again only if Product Status, Stock Availability or Quantity is changed.
+
+ Note: Inventory Synchronization setting must be enabled in Synchronization (Configuration > Synchronization).
+ Otherwise, Synchronization Template Rules will not take effect.","Synchronisierungsvorlagen enthalten Regeln und Bedingungen für das Einstellen bei Amazon. In dieser Vorlage müssen Regeln für das Einstellen, Bearbeiten, Wiedereinstellen und Anhalten angegeben werden. Aktion „Einstellen“ : Diese Aktion muss zunächst für jeden Artikel aus den M2E-Angeboten durchgeführt werden, dessen Status Nicht eingestellt lautet und dessen Einstellungen die Bedingung für das Einstellen erfüllen. Wenn ein Artikel aus irgendeinem Grund nicht eingestellt wurde, versucht die automatische Synchronisierung diesen Artikel nur dann erneut einzustellen, wenn sich Produktstatus, Verfügbarkeit oder Stückzahl geändert haben. Hinweis: Die Einstellung „Warenbestand synchronisieren“ muss unter „Konfiguration“ > „Synchronisierung“ aktiviert werden. Andernfalls können die Regeln der Synchronisierungsvorlage nicht angewendet werden."
+"Add Synchronization Template.","Synchronisierungsvorlage hinzufügen."
+"Wrong time format string.","Ungültiges Zeitformat."
+"Must be greater than ""Min"".","Muss größer als „Min.“ sein."
+"Inconsistent settings in Relist and Stop rules.","Einstellungen in den Regeln für das Überarbeiten und für das Anhalten passen nicht zueinander."
+"List Action","Aktion „Einstellen“"
+"Enables / disables automatic listing of Not Listed items, when they meet the List Conditions.","Aktiviert/deaktiviert das automatische Einstellen von Artikeln mit dem Status Nicht eingestellt , wenn diese die Bedingungen für das Einstellen erfüllen."
+"List Conditions","Bedingungen für das Einstellen"
+"Product Status","Produktstatus"
+"Any","Beliebig"
+"Product Status at which the item(s) have to be listed.","Produktstatus, bei dem der/die Artikel eingestellt werden soll/sollen."
+"Stock Availability at which the item(s) have to be listed.","Verfügbarkeit, bei der der/die Artikel eingestellt werden soll/sollen."
+"Less","Weniger"
+"More or Equal","Mehr oder gleich"
+"Between","Zwischen"
+"Product(s) quantity at which the item(s) have to be listed.","Produktstückzahl, bei der der/die Artikel eingestellt werden soll/sollen."
+"Min Quantity","Min. Stückzahl"
+"Max Quantity","Max. Stückzahl"
+"Relist Rules define the conditions at which Amazon items will be relisted.
+ ","Die Regeln für das Wiedereinstellen geben die Bedingungen vor, unter denen Amazon-Artikel wiedereingestellt werden. "
+"Relist Action","Aktion „Wiedereinstellen“"
+"Enables/Disables the Relist action for the Listings, which use current Synchronization Template.","Aktiviert/Deaktiviert die Aktion „Wiedereinstellen“ für die Angebote, die die aktuelle Synchronisierungsvorlage verwenden."
+"Relist When Stopped Manually","Wiedereinstellen, wenn manuell angehalten"
+"Automatically relists item(s) even it has been stopped manually within M2EPro.","Stellt Artikel automatisch wieder ein, auch wenn diese manuell in M2E Pro angehalten wurden."
+"Relist Conditions","Bedingungen für Wiedereinstellen"
+"Product Status at which the item(s) have to be relisted.","Produktstatus, bei dem Artikel wiedereingestellt werden sollen."
+"Stock Availability at which the item(s) have to be relisted.","Verfügbarkeit, bei der Artikel wiedereingestellt werden sollen."
+"Product(s) quantity at which the item(s) have to be relisted.","Produktmenge, bei der Artikel wiedereingestellt werden sollen."
+"Revise Rules are the conditions, at which automatic full and partial listings revising features are enabled.
+ If the certain condition is enabled (Yes is chosen in appropriate line) and met,
+then Amazon Listings, which were listed using current Synchronization Template,
+will be automatically fully or partially updated.
+
+ Partial Revise - contains list of product details, which changes you want to be reflected on Amazon.
+ Full Revise - contains groups of M2E settings. If any data of these groups (Selling Format Template, Listing Channel Settings) is changed, then listings, which use these templates in their settings, will be automatically fully revised.
+ ","Regeln für das Überarbeiten sind die Bedingungen, die erfüllt sein müssen, damit Angebote automatisch ganz oder teilweise bearbeitet werden. Wenn die jeweilige Bedingung aktiviert ist (also in der entsprechenden Zeile Ja ausgewählt wurde) und das Angebot die Bedingung erfüllt, werden Amazon-Angebote, die mit der aktuellen Synchronisierungsvorlage eingestellt wurden, automatisch vollständig oder teilweise aktualisiert. Teilweise überarbeiten : Enthält eine Liste von Produktdetails, mit deren Hilfe Sie festlegen können, welche Änderungen in Amazon übernommen werden sollen. Vollständig überarbeiten : Enthält Gruppen von M2E-Einstellungen. Wenn Daten aus diesen Gruppen (Angebotsformatvorlage, Channel-Einstellungen für das Angebot) geändert werden, werden Angebote, die diese Vorlagen in ihren Einstellungen verwenden, vollständig überarbeitet. "
+"Partial Revise","Teilweise überarbeiten"
+"Automatically revises quantity on Amazon listing(s) when the quantity or attribute for quantity of its product is changed in Magento.","Die Stückzahlen von Amazon-Angeboten werden automatisch überarbeitet, wenn die Mengen oder Mengenattribute der verknüpften Produkte in Magento geändert werden."
+"Conditional Revise","Bedingtes Bearbeiten"
+"Updates Amazon qty only when the Condition you set below is met.
+ Note: By using this option you can significantly increase Synchronization performance.","Aktualisiert die Stückzahl bei Amazon, wenn die von Ihnen nachstehend festgelegte Bedingung erfüllt ist. Hinweis: Wenn Sie diese Option verwenden, können Sie die Synchronisierungsleistung erheblich steigern."
+"Revise When Less or Equal to","Bearbeiten, wenn weniger oder gleich"
+"The value should not be too high (i.e. 100). Recommended value is in range 10 - 20.","Der eingestellte Wert sollte nicht zu hoch sein (d. h. beispielsweise nicht 100). Empfohlen wird ein Wert zwischen 10 und 20."
+"Automatically revises price on Amazon listing(s) when the price(s) or attribute(s) for price(s) of its product is (are) changed in Magento.","Die Preise von Amazon-Angeboten werden automatisch überarbeitet, wenn die Preise oder Preisattribute der verknüpften Produkte in Magento geändert werden."
+"Full Revise","Vollständig überarbeiten"
+"Automatically revises Amazon listing(s) if its Selling Format Template was changed.","Amazon-Angebote werden automatisch überarbeitet, wenn die zugrundeliegende Angebotsformatvorlage geändert wird."
+"Listing Channel Settings","Channel-Einstellungen für das Angebot"
+"Automatically revises Amazon listing(s) if its Listing Settings was changed.","Amazon-Angebote werden automatisch überarbeitet, wenn die zugrundeliegenden Angebotseinstellungen geändert werden."
+"Stop Rules define the conditions when Amazon items listing must be
+ inactivated, depending on Magento product state.
+ Note: If all Stop Conditions are set to No or No Action , then the stop option for Amazon items is disabled.
+ If all Stop Conditions are enabled, then an item will be inactivated if at least one of the Stop Conditions is met.","Die Regeln für das Anhalten definieren die Bedingungen, bei denen Amazon-Angebote je nach ihrem Magento-Produktstatus deaktiviert werden müssen. Hinweis: Wenn für alle Bedingungen für das Anhalten Nein oder Keine Aktion festgelegt ist, dann wird die Option für das Anhalten von Amazon-Artikeln deaktiviert. Wenn alle Bedingungen für das Anhalten aktiviert sind, wird ein Artikel deaktiviert, sobald mindestens eine der Bedingungen erfüllt ist."
+"Stop Conditions","Bedingungen für das Anhalten"
+"Stop When Status Disabled","Bei Status „Deaktiviert“ anhalten"
+"Automatically stops item(s) if its status has been changed to 'Disabled' in Magento.","Artikel werden automatisch angehalten, wenn ihr Status in Magento zu „Deaktiviert“ geändert wurde."
+"Stop When Out Of Stock","Bei Status „Nicht mehr vorrätig“ anhalten"
+"Automatically stops item(s) if its stock availability has been changed to 'Out of Stock' in Magento.","Artikel werden automatisch angehalten, wenn ihre Verfügbarkeit in Magento auf „Nicht mehr vorrätig“ geändert wurde."
+"Stop When QTY Is","Anhalten, wenn Stückzahl"
+"Less or Equal","Weniger oder Gleich"
+"More","Mehr"
+"Automatically stops item(s) if its quantity has been changed and meets the conditions.","Artikel werden automatisch angehalten, wenn die Stückzahl in geändert wurde und die festgelegten Bedingungen erfüllt."
+"On this page you have to fill in general information on your Rakuten.com account and provide all necessary accesses for the further work.","Auf dieser Seite müssen Sie allgemeine Angaben zu Ihrem Rakuten.com-Konto machen und alle notwendigen Zugriffe für die weitere Arbeit bereitstellen."
+"Invalid format of Seller ID field. It must be numeric.","Ungültiges Format des Feldes „Verkäufer-ID“. Der Wert muss numerisch sein."
+"You must enable marketplace first.","Sie müssen zuerst den Marktplatz aktivieren."
+"M2E Pro was not able to get access to the Rakuten.com account. Please, make sure, that you enter correct Rakuten.com Seller Tools login and password.","M2E Pro konnte nicht auf das Rakuten.com-Konto zugreifen. Kontrollieren Sie noch einmal Ihre Anmeldeinformationen für die Rakuten.com-Verkäufertools und geben Sie sie erneut ein."
+"M2E Pro was not able to get access to the Rakuten.com account. Please, make sure, that you enter correct Rakuten.com FTP login and password.","M2E Pro konnte nicht auf das Rakuten.com-Konto zugreifen. Kontrollieren Sie noch einmal Ihre Anmeldeinformationen für den Rakuten.com-FTP-Server und geben Sie sie erneut ein."
+"Title or identifier of Rakuten.com account for your internal use.","Bezeichnung oder ID des Rakuten.com-Kontos zu Ihrer internen Verwendung."
+"Marketplace is disabled","Marktplatz ist deaktiviert"
+"Disable Marketplace","Marktplatz deaktivieren"
+"You must select and update Rakuten.com marketplace to get access to this section.","Sie müssen den Rakuten.com-Marktplatz wählen und aktualisieren, um auf diesen Bereich zugreifen zu können."
+"Web Access","Webzugang"
+"Login","Login-Name"
+"Login to your Rakuten.com account.","Login-Name für Ihr Rakuten.com-Konto"
+"Password","Passwort"
+"Password to your Rakuten.com account.","Passwort für Ihr Rakuten.com-Konto"
+"FTP Access","FTP-Zugang"
+"To get FTP credentials, email the Rakuten.com merchant integration team at
+ mp-integration@mail.rakuten.com with your Seller ID and Rakuten.com login email address.","Um Ihre FTP-Anmeldedaten zu erhalten, wenden Sie sich unter mp-integration@mail.rakuten.com an das Händlerintegrationsteam von Rakuten.com und geben Sie Ihre Verkäufer-ID und Ihre Rakuten.com-Login-E-Mail-Adresse an."
+"Login to your FTP panel.","Login-Name für Ihr FTP-Panel"
+"Password to your FTP panel.","Passwort für Ihr FTP-Panel"
+"Inventory, Orders And New SKU FTP Accesses","FTP-Zugänge für Warenbestand, Bestellungen und neue Artikelnummeren"
+"FTP Accesses","FTP-Zugänge"
+"All these actions must be allowed to your Rakuten.com Account by Rakuten first.","Alle diese Aktionen für Ihr Rakuten.com-Konto müssen zunächst von Rakuten erlaubt werden."
+"FTP Inventory Access","FTP-Zugang für Warenbestand"
+"Set Yes , if you have enabled inventory generation option on your FTP.","Wählen Sie Ja , wenn Sie auf Ihrem FTP die Option zur Warenbestandsgenerierung aktiviert haben."
+"FTP Orders Access","FTP-Zugang für Bestellungen"
+"Set Yes , if you have enabled orders generation option on your FTP.","Wählen Sie Ja , wenn Sie auf Ihrem FTP die Option zur Bestellungsgenerierung aktiviert haben."
+"FTP New SKU Access","FTP-Zugang für neue Artikelnummeren"
+"Set Yes , if you have enabled new SKU creation option on your FTP.
+ Note: The access of getting new SKU must be taken from Rakuten.com","Wählen Sie Ja , wenn Sie auf Ihrem FTP die Option zum Erstellen neuer Artikelnummeren aktiviert haben. Hinweis: Der Zugang zum Abrufen neuer Artikelnummeren muss von Rakuten.com genommen werden."
+"The 3rd Party Listings are the items, which were listed on Rakuten.com without using M2E Pro extension.
+To allow importing of these listings for the current Rakuten.com Account, set Import 3rd Party Listings to Yes .
+Imported Listings can be found in %1$s > Manage Listings > 3rd Party Listings.
+Note: The 3rd Party Listings Synchronization must be enabled in %1$s > Configuration > Synchronization.
+To map the products of the 3rd Party Listings with existing products in Magento by Reference ID, Rakuten.com Listing title or Rakuten.com SKU, set Product Mapping to Yes and choose appropriate attribute(s).
+A Magento product will be mapped if at least one of the chosen attributes meets the same value in Rakuten.com Listing as it has in Magento.
+
+After mapping the Rakuten.com Listing can be automatically moved from the 3rd Party Listings to M2E Pro Listings for further management.
+
+Note: Auto mapping and moving actions are performed only once during the first 3rd Party Listings Synchronization.
+Afterwards, it can be performed manually on the 3rd Party Listings page (%1$s > Manage Listings > 3rd Party Listings).","Die Angebote von Drittanbietern sind die Artikel, die ohne M2E Pro bei Rakuten.com eingestellt wurden. Wenn Sie den Import dieser Angebote für das aktuelle Rakuten.com-Konto zulassen möchten, wählen Sie Ja für „Angebote von Drittanbietern importieren“. Importierte Angebote finden Sie unter %1$s > Angebote verwalten > Angebote von Drittanbietern.Hinweis: Die Synchronisierung von Drittanbieterangeboten muss unter %1$s > „Konfiguration“ > „Synchronisierung“ aktiviert werden. Um die Produkte aus Angeboten von Drittanbietern mit vorhandenen Produkten in Magento über die Referenznummer, Rakuten.com-Artikelbezeichnung oder Rakuten.com-Artikelnummer verknüpfen zu können, müssen Sie für „Produktzuordnung“ Ja festlegen und die entsprechenden Attribute wählen. Produkte in Magento werden zugeordnet, wenn mindestens eines der gewählten Attribute bei Rakuten.com denselben Wert wie in Magento hat. Nach der Zuordnung kann das Rakuten.com-Angebot automatisch aus den Angeboten von Drittanbietern in die Liste der M2E Pro-Angebote verschoben und dort weiter verwaltet werden.Hinweis: Das automatische Zuordnen und Verschieben erfolgt nur einmalig bei der ersten Synchronisierung der Angebote von Drittanbietern. Anschließend kann die Zuordnung manuell auf der Seite der Angebote von Drittanbietern durchgeführt werden (%1$s > Angebote verwalten > Angebote von Drittanbietern)."
+"Maps Rakuten.com product with Magento product.","Ordnet Rakuten.com-Produkte Magento-Produkten zu."
+"Attributes Of Mapping Rakuten.com Items To Magento Products","Attribute für die Zuordnung von Rakuten.com-Artikeln zu Magento-Produkten"
+"Auto Moving Mapped Rakuten.com Items To M2E Listings","Automatisches Verschieben zugeordneter Rakuten.com-Artikel in M2E-Angebote"
+"This section allows you automatically move mapped Rakuten.com Items in default created M2E Listing and synchronize their Prices and Quantities with Magento values at once they have been moved.","In diesem Abschnitt können Sie zugeordnete Rakuten.com-Artikel automatisch in vorhandene M2E-Angebote verschieben und nach dem Verschieben deren Preise und Stückzahlen alle auf einmal mit Magento-Werten synchronisieren."
+"Move Mapped Rakuten.com Items","Zugeordnete Rakuten.com-Artikel verschieben"
+"Automatically moves Rakuten.com Listings from 3rd Party Listings to default created M2E Listing.","Verschiebt Rakuten.com-Angebote von Angeboten von Drittanbietern automatisch in vorhandene M2E-Angebote."
+"Updates Price and / or Quantity of Rakuten.com Listing with Magento values.","Aktualisiert Preis und/oder Stückzahl des Rakuten.com-Angebots entsprechend den Werten in Magento."
+"This tab contains settings of Rakuten.com Orders, Rakuten.com Customers import; Magento Orders and Products creation.
+If you set Import Rakuten.com Orders to Yes , a new Rakuten.com order will be imported to the system and can be found in %1$s > Sales > Orders.
+It is possible to allow auto creation of Magento Orders based on imported Rakuten.com Orders for products listed by Other Software.
+Note: The Product Stock QTY only reduces after Magento Order is created.
+These type of orders can be managed as typical Magento Orders in Magento > Sales > Orders.
+Note: To receive orders from Rakuten.com, Order Synchronization must be enabled in %1$s > Configuration > Synchronization.","Diese Registerkarte enthält Einstellungen von Rakuten.com-Bestellungen, importierten Rakuten.com-Kundendaten, Magento-Bestellungen und Produkterstellungsdaten. Wenn Sie Ja für „Rakuten.com-Bestellungen importieren“ wählen, werden neue Rakuten.com-Bestellungen in das System importiert. Diese sind anschließend unter %1$s > „Verkäufe“ > „Bestellungen“ zu finden. Für Produkte, die mit anderer Software eingestellt wurden, können Magento-Bestellungen basierend auf importierten Rakuten.com-Bestellungen automatisch erstellt werden.Hinweis: Die Stückzahl der verfügbaren Artikel wird erst nach der Erstellung der Magento-Bestellung reduziert. Diese Art von Bestellungen kann als typische Magento-Bestellung unter Magento > Verkäufe > Bestellungen verwaltet werden.Hinweis: Um Bestellungen von Rakuten.com übernehmen zu können, muss die Bestellungssynchronisierung unter %1$s > „Konfiguration“ > „Synchronisierung“ aktiviert sein."
+"Import Rakuten.com Orders","Rakuten.com-Bestellungen importieren"
+"Allows importing orders from Rakuten.com to M2E Pro.","Ermöglicht das Importieren von Bestellungen aus Rakuten.com in M2E Pro."
+"If Store View has to be automatically taken from the listing or manually chosen from available Store View values.","Legen Sie fest, ob die Shop-Ansicht automatisch aus dem Angebot übernommen oder manuell aus den verfügbaren Werten für Shop-Ansichten gewählt werden soll."
+"Note: Only simple products without variations can be created in Magento. If there is a product with variations on Rakuten.com, M2E Pro creates different simple products for each variation.","Hinweis: In Magento können nur einfache Produkte ohne Varianten erstellt werden. Wenn ein Produkt mit Varianten bei Rakuten.com eingestellt ist, erstellt M2E Pro für jede Variante ein anderes einfaches Produkt."
+"There are several ways to specify a customer for which Magento Orders will be created:
+
+ Guest Account - the system does not require a customer account to be created. Default Guest Account will be defined as a customer.
+ Note: The Guest Checkout option must be enabled in Magento. (Yes must be chosen in the Allow Guest Checkout option in Magento > System > Configuration > Sales > Checkout tab).
+ Predefined Customer - the system uses one predefined customer for all Rakuten.com orders related to this account. You will be required
+ to provide an ID of the existing Customer, which you can find in Magento > Customers > Manage Customers table.
+ Create New - a new customer will be created in Magento, using Rakuten.com customer data of Rakuten.com Order.
+ Note: A unique customer identifier is his e-mail address. If the one already exists among Magento customers e-mails,
+ the system uses this customer as owner of order and links order to him. A new customer will not be created.
+ ","Es gibt verschiedene Möglichkeiten, einen Kunden anzugeben, für den Magento-Bestellungen erstellt werden: Gästekonto : Das System verlangt nicht, dass ein Kundenkonto angelegt wird. Standard-Gästekonten werden als Kundenkonten definiert. Hinweis: Die Option für die Kaufabwicklung mit einem Gästekonto muss in Magento aktiviert werden. (Wählen Sie dazu Ja als Wert für die Option „Verkaufsabwicklung mit Gästekonto erlauben“ unter Magento > „System“ > „Konfiguration“ > „Verkäufe“ > „Verkaufsabwicklung“). Vordefinierter Kunde : Das System verwendet für alle mit diesem Konto verbundenen Rakuten.com-Bestellungen einen vordefinierten Kunden. Sie müssen eine ID für das existierende Kundenkonto eingeben. Diese finden Sie in der Tabelle Magento > „Kunden“ > „Kunden verwalten“. Neu erstellen : In Magento wird mithilfe der Rakuten.com-Kundendaten der Rakuten.com-Bestellung ein neuer Kunde angelegt. Hinweis: Eine eindeutige Kunden-ID ist zum Beispiel die E-Mail-Adresse des Kunden. Wenn es unter den Magento-Kunden bereits jemanden mit der angegebenen E-Mail-Adresse gibt, behandelt das System diesen Kunden als Besteller und verknüpft die Bestellung mit dessen Konto. Es wird kein neuer Kunde erstellt. "
+"This section allows you to choose tax settings for Magento Order:
+
+ Rakuten.com - Magento Order(s) uses tax settings from Rakuten.com Listing(s).
+ Magento - Magento Order(s) uses Magento tax settings.
+ Rakuten.com & Magento - if there are tax settings in Rakuten.com Order, they are used in Magento Order(s), otherwise, Magento tax settings are used.
+ None - Rakuten.com and Magento tax settings are ignored.
+
+ ","In diesem Abschnitt können Sie die Besteuerungseinstellungen für Magento-Bestellungen auswählen: Rakuten.com : Für Magento-Bestellungen werden die Besteuerungseinstellungen aus Rakuten.com-Angeboten verwendet. Magento : Für Magento-Bestellungen werden die Besteuerungseinstellungen aus Magento verwendet. Rakuten.com und Magento : Wenn die Rakuten.com-Bestellung Besteuerungseinstellungen enthält, werden diese in Magento-Bestellungen verwendet. Andernfalls werden die Magento-Besteuerungseinstellungen verwendet. Keine : Die Besteuerungseinstellungen von Rakuten.com und Magento werden ignoriert. "
+"Rakuten.com","Rakuten.com"
+"Rakuten.com & Magento","Rakuten.com und Magento"
+"In this block you can configure mapping between Rakuten.com Order state and Magento Order statuses.
+ Depending on the state of Rakuten.com Order you can either manually determine certain statuses for Magento Order and enable automatic Invoice
+ creation by selecting appropriate check-box, or use predefined default settings. (i.e. Rakuten.com: Order is Pending -> Magento Order is Processing). ","In diesem Abschnitt wird die Zuordnung des Status von Rakuten.com-Bestellungen zum Status von Magento-Bestellungen konfiguriert. Je nach Status der Rakuten.com-Bestellung können Sie bestimmte Statuseinstellungen von Magento-Bestellungen manuell festlegen und die automatische Rechnungserstellung aktivieren, indem Sie die entsprechenden Kontrollkästchen aktivieren oder die vordefinierten Standardeinstellungen verwenden (z.B. Rakuten.com: Bestellung ist ausstehend -> Magento-Bestellung wird verarbeitet). "
+"Order Status is Open","Bestellstatus ist offen"
+"Actions, which have to be done on products added to categories.","Aktionen, die für zu Kategorien hinzugefügte Produkte ausgeführt werden sollen."
+"Stop on Rakuten.com","Bei Rakuten.com anhalten"
+"Stop on Rakuten.com and Delete from Listing","Bei Rakuten.com anhalten und aus Angebot löschen"
+"This section contains Rakuten.com Listings, which belong to registered Rakuten.com Accounts (%1$s > Configuration > Rakuten.com Accounts) and were listed not by M2E Pro extension.
+You can map these Listings to existing products in Magento and move them to another M2E Listings for further management. For that use single actions on appropriate Listing record or use mass Actions in the top right corner.
+Note: To import Rakuten.com 3rd Party Listings the 3rd Party Listings Import must be enabled in account's settings
+(%1$s > Configuration > Rakuten.com Accounts > General tab) and the 3rd Party Listings Synchronization must be enabled in %1$s > Configuration > Synchronization.","Dieser Abschnitt enthält Rakuten.com-Angebote von registrierten Rakuten.com-Konten (%1$s > „Konfiguration“ > „Rakuten.com-Konten“), die nicht mit M2E Pro eingestellt wurden. Sie können die Angebote Produkten zuordnen, die in Magento vorhanden sind, und sie zur weiteren Verwaltung in andere M2E-Angebote verschieben. Führen Sie dazu Einzelaktionen am entsprechenden Angebotsdatensatz aus oder verwenden Sie die für mehrere Angebote gleichzeitig durchführbaren Aktionen oben rechts in der Ecke.Hinweis: Um Rakuten.com-Angebote von Drittanbietern importieren zu können, müssen Sie den Import von Angeboten von Drittanbietern in den Kontoeinstellungen (%1$s > „Konfiguration“ > „Rakuten.com-Konten“ > Registerkarte „Allgemeines“) sowie die Synchronisierung von Angeboten von Drittanbietern (%1$s > „Konfiguration“ > „Synchronisierung“) aktivieren."
+"Enter product name, Rakuten.com SKU, ISBN or UPC","Geben Sie eine Produktbezeichnung, eine Rakuten.com-Artikelnummer, eine ISBN oder einen UPC ein."
+"There was an error during previous automatic Rakuten.com SKU search:","Bei der vorherigen automatischen Rakuten.com-SKU-Suche ist ein Fehler aufgetreten:"
+"Assign Rakuten.com SKU Manually","Rakuten.com-Artikelnummer manuell zuweisen"
+"Allows searching Rakuten.com SKU by data that will be specified on the next step.","Ermöglicht die Suche nach Rakuten.com-Artikelnummeren mithilfe von Daten, die im nächsten Schritt eingegeben werden."
+"Assign Rakuten.com SKU Automatically","Rakuten.com-Artikelnummer automatisch zuweisen"
+"Allows searching Rakuten.com SKU by data, that have already been specified in Listing Search settings.","Ermöglicht die Suche nach Rakuten.com-Artikelnummeren mithilfe von Daten, die bereits zuvor in den Einstellungen für die Angebotssuche eingegeben wurden."
+"Add New Rakuten.com SKU (Beta)","Neue Rakuten.com-Artikelnummer hinzufügen (Betaversion)"
+"Allows adding a product, which is not present on Rakuten.com. Rakuten.com SKU will be generated and returned back by Rakuten.com.","Ermöglicht das Hinzufügen von Produkten, die nicht bei Rakuten.com vorhanden sind. Es wird eine Rakuten.com-Artikelnummer angelegt und von Rakuten.com zurückgegeben."
+"This section contains Rakuten.com Channel, Product Search, Shipping and Condition settings.
+
+ In the General section you have to specify Rakuten.com Account, which listed items will be related to, and the Reference ID for its products.
+ In the Search Settings you have to specify the identifiers, at which products will be searched on Rakuten.com.
+ In the Shipping section you have to specify Shipping information.
+ The Condition section allows specifying item(s) condition and making notes to better describe the condition.
+
+ Note: Not Set and Not Set / Not Changeable options are used for the 3rd Party Listings mainly. If these options are chosen, Rakuten.com will be used as a master record.","Dieser Abschnitt enthält Einstellungen zum Rakuten.com-Channel, zur Produktsuche, zum Versand und zum Artikelzustand. Im Abschnitt „Allgemeines“ müssen Sie das Rakuten.com-Konto, mit dem die einzustellenden Artikel verknüpft sind, sowie die Referenznummer für die Produkte angeben. Geben Sie in den Sucheinstellungen die Identifikatoren ein, mit deren Hilfe die Produkte anschließend bei Rakuten.com gesucht werden. Im Abschnitt „Versand“ müssen Sie die Versandinformationen angeben. Im Abschnitt „Zustand“ können sie Angaben zum Zustand der Artikel machen und Anmerkungen für eine bessere Beschreibung des Artikelzustands hinzufügen. Hinweis: Die Optionen Nicht festgelegt und Nicht festgelegt/Nicht änderbar werden hauptsächlich für die Angebote von Drittanbietern verwendet. Wenn diese Optionen aktiviert sind, wird Rakuten.com als Masterdatensatz verwendet."
+"UPC Attribute","Attribut „UPC“"
+"Rakuten.com SKU Attribute","Attribut „Rakuten.com-Artikelnummer“"
+"Seller SKU Attribute","Attribut „Verkäufer-Artikelnummer“"
+"ISBN Attribute","Attribut „ISBN“"
+"Must be not more than 250 characters long.","Diese sollten maximal 250 Zeichen lang sein."
+"Must be positive number.","Muss eine positive Zahl sein."
+"Rakuten.com Account","Rakuten.com-Konto"
+"Rakuten.com accounts previously added in Configuration > Accounts.","Rakuten.com-Konten, die zuvor in „Konfiguration“ > „Konten“ hinzugefügt wurden."
+"A unique ID, which identify a product in your Rakuten.com seller inventory.
+ Note: If you list a product and M2E Pro find a product with the same Reference ID in Rakuten.com inventory, they will be mapped.","Eindeutige ID, die ein Produkt in Ihrem Rakuten.com-Verkäuferwarenbestand identifiziert. Hinweis: Wenn Sie ein Produkt einstellen und M2E Pro im Rakuten.com-Warenbestand ein Produkt mit derselben Referenznummer findet, werden die Produkte einander zugeordnet."
+"Reference ID Attribute","Attribut „Referenznummer“"
+"Generate Reference ID","Referenznummer erstellen"
+"If Yes , then if the Reference ID of the product you list is found in the 3rd Party or M2E Listings, another one will be automatically created and the product will be listed.","Wenn für diese Option Ja festgelegt ist und die Referenznummer des Produkts, das Sie einstellen, in Angeboten von Drittanbietern oder M2E-Angeboten gefunden wird, wird automatisch eine andere Referenznummer erstellt und das Produkt wird eingestellt."
+"Search Products on Rakuten.com","Nach Produkten bei Rakuten.com suchen"
+"Before the list action, each product in listing must have existing Rakuten.com SKU.
+This section contains parameters for action ""Assign Rakuten.com SKU Automatically","Vor dem Einstellen muss jedem Produkt im Angebot eine vorhandene Rakuten.com-Artikelnummer zugewiesen werden. Dieser Abschnitt enthält Parameter für die Aktion „Rakuten.com-Artikelnummer automatisch zuweisen“."
+"Identifiers","Identifikatoren"
+"UPC","UPC"
+"Seller SKU","Verkäufer-Artikelnummer"
+"ISBN","ISBN"
+"Parameter the product search will be performed by.","Parameter, anhand dessen die Produktsuche ausgeführt wird."
+"Specify the attribute, which contains necessary information.","Geben Sie das Attribut an, das die erforderlichen Informationen enthält."
+"If no results are found by the search criteria above, the additional search will be performed by Magento Product Name.","Wenn die Suche mithilfe der Suchkriterien oben erfolglos ist, wird zusätzlich die Suche anhand der Magento-Produktbezeichnung durchgeführt."
+"Shipping Settings","Versandeinstellungen"
+"Shipping","Versand"
+"This section determines information about how your products will be shipped.
+
+ In each method you can choose:
+
+ Not Set / Not Changeable - is used for the 3rd Party Listings mainly. If this option is chosen, Rakuten.com will be used as a master record.
+ Disable - disables Shipping method.
+ Free - automatically sets zero value for Shipping Cost.
+ Rakuten.com Settings - uses settings, which you have set in your seller account settings on Rakuten.com.
+ Custom Value - allows setting Shipping Cost manually.
+ Custom Attribute - allows setting Shipping Cost from the chosen attribute.
+
+ ","Dieser Abschnitt enthält Angaben dazu, wie Ihre Produkte verschickt werden. Bei jeder Methode können Sie zwischen folgenden Optionen wählen: Nicht festgelegt/Nicht änderbar : Wird hauptsächlich für die Angebote von Drittanbietern verwendet. Wenn diese Option aktiviert ist, wird Rakuten.com als Masterdatensatz verwendet. Deaktivieren : Deaktiviert die Versandmethode. Kostenlos : Setzt den Wert für „Versandkosten“ automatisch auf Null (0). Rakuten.com-Einstellungen : Verwendet die Einstellungen, die Sie in Ihren Verkäuferkontoeinstellungen bei Rakuten.com festgelegt haben. Benutzerdefinierter Wert : Erlaubt es Ihnen, die Versandkosten manuell festzulegen. Benutzerdefiniertes Attribut : Erlaubt es Ihnen, die Versandkosten aus dem gewählten Attribut festzulegen. "
+"Shipping Method","Versandmethode"
+"Mode","Modus"
+"Cost","Kosten"
+"Free","Kostenlos"
+"Rakuten.com Settings","Rakuten.com-Einstellungen"
+"Condition of the product(s) you want to list on Rakuten.com.
+ Note: Not Set is used for the 3rd Party Listings mainly. If this option is chosen, Rakuten.com will be used as a master record.","Der Zustand der Produkte, die Sie bei Rakuten.com einstellen möchten. Hinweis: Nicht festgelegt wird hauptsächlich für die Angebote von Drittanbietern verwendet. Wenn diese Option aktiviert ist, wird Rakuten.com als Masterdatensatz verwendet."
+"Condition of the product(s) you want to list on Rakuten.com.
+ Note: Condition of Active Items cannot be changed.","Der Zustand der Produkte, die Sie bei Rakuten.com einstellen möchten. Hinweis: Der Zustand noch eingestellter Artikel ist nicht änderbar."
+"Comment","Kommentar"
+"Short description of item(s) condition.
+ Note: Not Set / Not Changeable is used for the 3rd Party Listings mainly. If this option is chosen, Rakuten.com will be used as a master record.","Eine kurze Beschreibung des Artikelzustands. Hinweis: Nicht festgelegt/Nicht änderbar wird hauptsächlich für Angebote von Drittanbietern verwendet. Wenn diese Option aktiviert ist, wird Rakuten.com als Masterdatensatz verwendet."
+"Comment Text","Kommentartext"
+"Description of the condition of the item(s).","Beschreibung des Artikelzustands"
+"Comment Attribute","Kommentarattribut"
+"This section allows you to create a Listing. Listing is a group of items, which have the same
+ Attribute Set and were combined to be listed on Rakuten.com.
+ Creating a Listing requires two types of templates (Selling Format and Synchronization) to be created in advance,
+ that allows reaching a high level of flexibility in listing and synchronization processes.
+
+ It is also possible to create templates by clicking the Add New button next to the appropriate template option. Do not forget to press
+ the Refresh button after the new template creation in order to see the newly added template in the dropdown list.
+ In the Listing Configuration block you are required to choose appropriate Selling Format Template, which determines quantity and price related data of your Rakuten.com Listings.
+
+
+ In the Synchronization Settings block you are required to choose a Synchronization Template and its settings.
+ This determines the actions, which have to be done on the Rakuten.com Listings depending on any changes of their products happened in Magento,
+ and of their templates that are used in the Listing Configuration settings. ","In diesem Abschnitt können Sie Angebote erstellen. Das Angebot vereint eine Gruppe von Artikeln, die über dasselbe Attributset verfügen und für das Einstellen bei Rakuten.com zusammengefasst wurden. Um ein Angebot erstellen zu können, müssen zuvor zwei Vorlagen („Angebotsformat“ und „Synchronisierung“) erstellt werden, die die Angebotserstellung und -synchronisierung erheblich flexibler und einfacher machen. Sie können auch Vorlagen erstellen, indem Sie neben der entsprechenden Vorlagenoption auf Neue hinzufügen klicken. Vergessen Sie nicht, nach der Erstellung der Vorlage auf Aktualisieren zu klicken, um die neu hinzugefügte Vorlage in der Drop-down-Liste angezeigt zu bekommen. Im Abschnitt „Angebotskonfiguration“ müssen Sie die entsprechende Vorlage für das Angebotsformat auswählen, die stückzahl- und preisbezogene Daten für Ihre Rakuten.com-Angebote vorgibt. Im Abschnitt für die Synchronisierungseinstellungen müssen Sie eine Synchronisierungsvorlage und die dazugehörigen Einstellungen wählen. Hier legen Sie fest, was mit den Angeboten bei Rakuten.com geschehen soll, wenn Änderungen an den zugeordneten Produkten in Magento und deren in den Einstellungen für die Angebotskonfiguration verwendeten Vorlagen vorgenommen wurden. "
+"Attribute Set of products, which will be listed on Rakuten.com in this Listing.","Attributset von Produkten, die in diesem Angebot bei Rakuten.com eingestellt werden."
+"M2E Pro - Rakuten.com/Magento Integration : Listings","M2E Pro – Rakuten.com/Magento-Integration: Angebote"
+"Listing is a group of items, which have the same Attribute Set and were combined to be listed on Rakuten.com.
+
+ Creating a Listing requires two types of templates to be created in advance.
+ You can use the same template for similar products you want to list on Rakuten.com and don’t have to enter the same information over and over again for each product you want to list.
+
+ Templates you’ll need in order to list on Rakuten.com:
+
+
+ Selling Format Template contains information about quantity and price-related data.
+ Synchronization Template controls how the information between Rakuten.com and Magento is synchronized and in which cases Rakuten.com listings are revised, relisted or stopped. This template is not bound to a product group with a specific attribute set, so it’s likely that you’ll only need one template to begin with.
+
+
+ Note: Only simple products are supported in current version.
+ ","Das Angebot vereint eine Gruppe von Artikeln, die über dasselbe Attributset verfügen und für das Einstellen bei Rakuten.com zusammengefasst wurden. Um ein Angebot erstellen zu können, müssen zuvor zwei Vorlagentypen erstellt werden. Sie können dieselbe Vorlage für ähnliche Produkte, die Sie bei Rakuten.com einstellen möchten, wiederverwenden und müssen so nicht für jedes Produkt immer wieder dieselben Informationen eingeben. Vorlagen, die Sie zum Einstellen bei Rakuten.com benötigen: Vorlage für das Angebotsformat : Enthält Informationen zu stückzahl- und preisbezogenen Daten. Synchronisierungsvorlage : Steuert, wie die Informationen zwischen Rakuten.com und Magento synchronisiert werden und in welchen Fällen Rakuten.com-Angebote bearbeitet, wiedereingestellt oder angehalten werden. Die Verwendung dieser Vorlage ist nicht auf eine bestimmte Produktgruppe oder ein Attributset beschränkt, sodass Sie fürs Erste mit hoher Wahrscheinlichkeit nur eine Vorlage benötigen werden. Hinweis: In der aktuellen Version werden nur einfache Produkte unterstützt. "
+"This section contains information about product items of chosen listing and their statuses on Rakuten.com.
+You can manage items by choosing appropriate actions from the Actions dropdown of the grid and manage Listing and its settings by using buttons in the top right corner.","Dieser Abschnitt enthält Informationen zu Artikeln aus ausgewählten Angeboten und deren Status bei Rakuten.com. Mithilfe der passenden Aktionen aus dem Dropdown-Menü für Aktionen können Sie Ihre Artikel verwalten und für die Verwaltung und Einstellungen von Angeboten stehen Ihnen oben rechts diverse Optionen und Schaltflächen zur Verfügung."
+"Recipient Name","Name des Empfängers"
+"Company","Unternehmen"
+"This page contains all orders imported from Rakuten.com.
+Use Rakuten.com Accounts dropdown to filter Rakuten.com orders by accounts.
+If Magento Order or Invoice was not created automatically,
+you can create them manually by using appropriate options in the Action dropdown.
+Note: Automatic creation of Magento Orders and Invoices executes according to Rakuten.com Accounts settings in %s > Configuration > Rakuten.com Accounts > Orders.","Diese Seite enthält alle aus Rakuten.com importierten Bestellungen. Verwenden Sie das Drop-down-Menü „Rakuten.com-Konten“, um Ihre Rakuten.com-Bestellungen nach Konten zu filtern. Falls die Magento-Bestellung oder -Rechnung nicht automatisch erstellt wurde, können Sie diese mithilfe der entsprechenden Optionen aus dem Drop-down-Menü „Aktion“ manuell erstellen.Hinweis: Das automatische Erstellen von Magento-Bestellungen und -Rechnungen erfolgt entsprechend den Einstellungen für das Rakuten.com-Konto unter %s > „Konfiguration“ > „Rakuten.com-Konten“ > „Bestellungen“."
+"Rakuten.com Order","Rakuten.com-Bestellung"
+"T","Di"
+"Shipping & Handling","Verpackung und Versand"
+"This section allows you to set preferences of data synchronization.
+ You have to enable / disable synchronization tasks, which will be automatically performed for all Rakuten.com accounts, and Save Settings .
+ To run necessary task manually, click the Run Now button, to run all tasks at once, click Run Enabled Now .
+ Note: Cron job must be set up for automatic synchronization. Otherwise, you will have to perform the synchronization manually.","In diesem Abschnitt können Sie die Einstellungen für die Synchronisierung von Daten festlegen. Sie müssen Synchronisierungsaufgaben aktivieren/deaktivieren, die automatisch für alle Rakuten.com-Verkäuferkonten durchgeführt werden, und anschließend die Einstellungen speichern . Um erforderliche Aufgaben manuell auszuführen, klicken Sie auf Jetzt ausführen . Klicken Sie auf Aktivierte jetzt ausführen , um alle Aufgaben auf einmal auszuführen. Hinweis: Für die automatische Synchronisierung muss ein Cronjob eingerichtet werden. Andernfalls müssen Sie die Synchronisierung manuell durchführen."
+"If catalog updates in your magento performed using import/export tools, custom scripts or direct changes in database,
+ then, you can use ""Track Direct Database Changes"" %s functionality to detect changes in products' price and quantity.","Wenn Katalogaktualisierungen in Magento unter Verwendung von Import-/Exporttools, benutzerdefinierten Scripts oder direkten Änderungen in der Datenbank durchgeführt wurden, können Sie die %s-Funktion „Direkte Änderungen in der Datenbank nachverfolgen“ verwenden, um Preis- und Stückzahländerungen bei den Produkten aufzuspüren."
+"Updates and synchronizes Rakuten.com Listings according to Synchronization Templates' rules.","Aktualisiert und synchronisiert Rakuten.com-Angebote nach den Regeln der Synchronisierungsvorlagen."
+"If your Rakuten.com listings for some reason were asynchronized with the products in Magento, turn on the Revise All action to catch data up.
+ Revise is performed by the Inventory Synchronization, 100 items per a cycle.
+
+ ","Wenn Ihre Rakuten.com-Angebote aus irgendeinem Grund nicht mehr mit den Produkten in Magento synchron sind, aktivieren Sie die Aktion „Alle überarbeiten“, um die Synchronität wiederherzustellen. Die Überarbeitung erfolgt durch die Funktion „Warenbestand synchronisieren“, wobei jeweils 100 Artikel auf einmal überarbeitet werden. "
+"Imports and synchronizes Rakuten.com Orders for accounts, which have enabled Import Rakuten.com Orders in their Accounts settings.","Importiert und synchronisiert Rakuten.com-Bestellungen für Konten, für die in den Kontoeinstellungen „Rakuten.com-Bestellungen importieren“ aktiviert ist."
+"Imports and synchronizes 3rd Party Listings for Rakuten.com accounts, which have enabled Import 3rd Party Listings in their Accounts settings.","Importiert und synchronisiert Angebote von Drittanbietern für Rakuten.com-Konten, für die in den Kontoeinstellungen „Angebote von Drittanbietern importieren“ aktiviert ist."
+"New SKU Template (Beta)","Neue Artikelnummer-Vorlage (Betaversion)"
+"These type of templates is used for creation of new products on Rakuten.com.
+
+ to create a new template, click on Add New SKU Template ;
+ to assign one of the existing templates to products click on Assing To This Template link.
+
+ Note: Attribute Sets of New ASIN Template must include all Attribute Sets of current M2E Listing to be assigned.","Diese Art von Vorlagen wird zum Erstellen neuer Produkte bei Rakuten.com verwendet. Wenn Sie eine neue Vorlage erstellen möchten, klicken Sie auf „Neue Artikelnummer“-Vorlage hinzufügen . Wenn Sie stattdessen eine der vorhandenen Vorlagen verwenden möchten, klicken Sie auf den Link Dieser Vorlage zuweisen . Hinweis: Um zugewiesen werden zu können, müssen Attributsets von „Neue ASIN“-Vorlagen alle Attributsets des aktuellen M2E-Angebots enthalten."
+"Specifics' Attributes","Attribute von Merkmalen"
+"At least one of the following attributes must be chosen:","Mindestens eines der folgenden Attribute muss ausgewählt werden:"
+"At least one of these attributes is required.","Mindestens eines dieser Attribute muss festgelegt werden."
+"Multiple values ​​must be separated by comma.","Wenn mehrere Werte festgelegt werden, müssen diese durch Kommas getrennt werden."
+"Any integer value","Beliebige Ganzzahl"
+"Any decimal value","Beliebige Dezimalzahl"
+"Any string value","Beliebiger Zeichenfolgenwert"
+"The category does not have attributes.","Die Kategorie hat keine Attribute."
+"Select Category first.","Wählen Sie zuerst eine Kategorie aus."
+" Description is used to design your items' description on Rakuten.com. The more information you provide the easier it is for buyers to make a choice.
+
+
+ It is possible to choose a Product Description or Product Short Description, which will be taken from Magento. Or you can create a Custom Description by adding necessary information.
+ "," Die Beschreibung wird für den Entwurf Ihrer Artikelbeschreibung bei Rakuten.com verwendet. Je mehr Informationen Sie bereitstellen, desto einfacher haben es Käufer bei der Auswahl. Sie können Produktbeschreibungen oder kurze Produktbeschreibungen aus Magento wählen. Alternativ können Sie eine eigene Beschreibung erstellen, indem Sie wichtige Informationen hinzufügen. "
+"Details","Details"
+"Item's title that buyers will see on Rakuten.com listing.","Die Artikelbezeichnung, die Käufer im Rakuten.com-Angebot sehen werden."
+"The name of the brand/manufacturer of your product.","Der Name der Marke bzw. des Herstellers Ihres Produkts."
+"Manufacturer Name","Herstellername"
+"Manufacturer Part No.","Referenznr. des Herstellers"
+"The unique part number assigned to the product by the manufacturer.
+ Use only numbers and letters without spaces.","Die eindeutige Referenznummer des Herstellers für das Produkt. Es sind nur Ziffern und Buchstaben ohne Leerzeichen zulässig."
+"Weight","Gewicht"
+"The shipping weight in pounds for product(s). Only numeric value.","Das Versandgewicht des bzw. der Produkte in Pfund. Der Wert muss numerisch sein."
+"Image you will see on your Rakuten.com listing.","Das Bild, das in Ihrem Rakuten.com-Angebot zu sehen sein wird."
+"Choose Media Image Attribute or Attribute, that contains absolute url.
+ i.e. http://mymagentostore.com/images/baseimage.jpg","Wählen Sie ein Attribut für Bilddateien oder ein Attribut, das aus einer URL besteht. z. B. http://mymagentostore.com/images/baseimage.jpg"
+"Choose Text, Multiple Select or Dropdown type attribute. In Text type attribute urls must be separated with comma.
+ e.g. http://mymagentostore.com/images/baseimage1.jpg, http://mymagentostore.com/images/baseimage2.jpg"," Wählen Sie ein Attribut vom Typ Text, Mehrfachauswahl oder Drop-down. In Attributen vom Typ Text müssen URLs durch Kommata getrennt werden. z.B. http://mymagentostore.com/images/baseimage1.jpg, http://mymagentostore.com/images/baseimage2.jpg"
+"Keywords And Features","Suchbegriffe und Merkmale"
+"Search keywords that will help customers to find your product. Separated by comma.","Suchbegriffe, die den Kunden beim schnelleren Finden Ihres Produkts helfen sollen. Die Begriffe sind durch Kommas voneinander zu trennen."
+"Features","Merkmale"
+"Custom Features","Individuelle Merkmale"
+"Max. 250 characters.","Max. 250 Zeichen."
+"Should be one block of text or a single paragraph. Do not use special characters and html tags.
+ Limited to 8'000 characters.","Sollte ein Textabschnitt oder ein einzelner Absatz sein. Sonderzeichen und HTML-Tags dürfen nicht verwendet werden. Auf 8.000 Zeichen begrenzt"
+"This tab contains the main information on products you want to list: Attribute Set
+ (it must be the same as M2E Listing has to be assigned), Products Identifiers and
+ Category in which the products have to be listed.
+The category either can be chosen by Browsing all categories from the list or can be found with Searching
+ tool by entering keywords.","Diese Registerkarte enthält die Hauptinformationen zu den Produkten, die Sie einstellen möchten: Attributset (muss dasselbe sein, das dem M2E-Angebot zugewiesen ist), Produktidentifikatoren und Kategorie, in der die Produkte eingestellt werden müssen. Die Kategorie kann entweder durch manuelles Durchsuchen aller Kategorien in der Liste ausgewählt werden oder mittels entsprechender Suchbegriffe über die Suchfunktion gefunden werden."
+"Invalid input data. Integer value required.","Ungültige Eingabedaten Der Wert muss eine Ganzzahl sein."
+"Invalid input data. Decimal value required. Example 12.05","Ungültige Eingabedaten Der Wert muss ein Dezimalwert sein. Beispiel 12,05"
+"Invalid input data. String value required.","Ungültige Eingabedaten Der Wert muss ein Zeichenfolgewert sein."
+"The specified title is already used for another New SKU Template.","Die angegebene Bezeichnung wird bereits für eine andere „Neue Artikelnummer“-Vorlage verwendet."
+"All of your product images should meet the following rules:","Alle Ihre Produktbilder müssen die folgenden Bedingungen erfüllen:"
+"Must be at least 500 pixels in width or height","Jedes Bild muss mindestens 500 Pixel breit oder hoch sein."
+"No more than 5 megabytes (MB) in size","Jedes Bild darf maximal 5 MB groß sein."
+"In the JPG/JPEG format","Das Bild muss im JPG/JPEG-Format vorliegen."
+"Only contain the product being sold","Das Bild darf nur das Produkt zeigen, das zum Verkauf steht."
+"Be in focus with realistic color with a pure white background","Das Bild muss scharf sein, die Farben realistisch darstellen und einen rein weißen Hintergrund haben."
+"Cannot contain additional text, graphics or inset images","Das Bild darf keinen zusätzlichen Text und keine zusätzlichen Grafiken oder eingefügten Bilder enthalten."
+"Text to describe the product. Should be one block of text or a single paragraph. Do not use special characters and html tags","Text zur Beschreibung des Produkts Sollte ein Textabschnitt oder ein einzelner Absatz sein Sonderzeichen und HTML-Tags dürfen nicht verwendet werden."
+"Notes:","Hinweise:"
+"Attribute Sets of products which will be listed on Rakuten using this template.","Attributsets von Produkten, die mithilfe dieser Vorlage bei Rakuten eingestellt werden sollen."
+"Seller defined alpha-numeric string uniquely identifying the product. Needs to be unique across all products and manufacturers.
+ Example: KDK6490CAM","Vom Verkäufer definierte alphanumerische Zeichenfolge, die das Produkt eindeutig identifiziert. Muss für alle Produkte und Hersteller eindeutig sein. Beispiel: KDK6490CAM"
+"GTIN (UPC or EAN)","GTIN (UPC oder EAN)"
+"To sell without UPC code you have to get permission from Rakuten.com.","Wenn Sie Artikel ohne UPC verkaufen möchten, müssen Sie sich dies von Rakuten.com genehmigen lassen."
+"The GTIN (UPC or EAN) compatible product identifier must be at least 12 digits in length.","Der GTIN (UPC oder EAN)-kompatible Produktidentifikator muss mindestens 12 Ziffern lang sein."
+"International book identifier. Use only digits in this field.","Internationale Produktnummer zur Identifizierung von Büchern. Verwenden Sie in diesem Feld ausschließlich Ziffern."
+"ASIN","ASIN"
+"Rakuten.com product identifier.","Rakuten.com-Produktidentifikator."
+"Product Set","Produktset"
+"Product Set ID","Produktset-ID"
+"Rakuten.com groups products together in the same family by this parameter.
+ For ex. , a product ""T-shirt"" has 4 different colors. As Rakuten.com does not have parent/child product relationships each of these products is treated as totally separate.
+ By assigning all 4 T-shirts the same Product Set ID, all of them will be placed on the same Rakuten.com web page with pull down menu of selecting color.","Rakuten.com fasst anhand dieses Parameters Produkte in einer Familie zusammen. Beispiel : Ein Produkt „T-Shirt“ hat 4 verschiedene Farben. Da Rakuten.com keine Beziehungen zwischen übergeordneten und untergeordneten Produkten kennt, wird jedes dieser Produkte als vollkommen separates Produkt behandelt. Wenn Sie allen 4 T-Shirts dieselbe Produktset-ID zuweisen, werden diese alle auf derselben Rakuten.com-Webseite mit einem Pull-down-Menü platziert, in dem die Farbe auswählbar ist."
+"Enter the words, which describe the best your product and click on the Search button.
+Founded categories will be displayed for selection. ","Geben Sie eine passende Beschreibung für Ihr Produkt ein und klicken Sie auf „Suchen“. Die gefundenen Kategorien werden angezeigt und sind auswählbar. "
+"Selling Format Template contains price-related data and quantity for the items, which will be listed on Rakuten.com.
+Next to each price options dropdown there is a box for Price Change. Price Change is a value you want the Magento Price to be modified while listing on Rakuten.com.
+Examples:
+If you want the price on Rakuten.com to be greater by 15% than the price in Magento, you should set +15% in the Price Change field.
+Rakuten.com Price = Magento Price + Magento Price * 0.15
+
+If you want the price on Rakuten.com to be less by 10 currency units than the price in Magento, you should set -10 in the Price Change field.
+Rakuten.com Price = Magento Price - 10
+
+If you want the price on Rakuten.com to be multiplied by coefficient 1.2, you should set 1.2 in the Price Change field.
+
+Rakuten.com Price = Magento Price * 1.2.
+
+Note: If the Special Price is chosen in the Price option, but it is not set in Magento Product settings or it is set but it has already expired, the Product Price is used instead.
+
+Note: Attributes must contain only numeric values.
+","Die Vorlage für das Angebotsformat enthält Daten zu Preisen und Stückzahlen der Artikel, die bei Rakuten.com eingestellt werden. Neben jedem Drop-down-Menü für die Preisoptionen befindet sich jeweils ein Feld für Preisänderungen. Im Feld „Preisänderung“ können Sie festlegen, wie sich der Preis bei Rakuten.com gegenüber dem Magento-Preis ändern soll.Beispiele: Wenn der Preis bei Rakuten.com 15 % höher als der Preis in Magento sein soll, können Sie im Feld „Preisänderung“ „+15 %“ angeben.Rakuten.com-Preis = Magento-Preis + Magento-Preis × 0,15 Wenn der Preis bei Rakuten.com 10 Währungseinheiten niedriger als der Preis in Magento sein soll, müssen Sie im Feld „Preisänderung“ „–10“ angeben.Rakuten.com-Preis = Magento-Preis – 10 Wenn der Preis bei Rakuten.com mit dem Koeffizienten 1,2 multipliziert werden soll, müssen Sie im Feld „Preisänderung“ „1,2“ angeben.Rakuten.com-Preis = Magento-Preis × 1,2 Hinweis: Wenn Sie als Wert für die Option Preis „Sonderpreis“ festgelegt haben, die Option aber nicht in den Produkteinstellungen in Magento festgelegt wurde oder bereits abgelaufen ist, wird stattdessen die Einstellung „Produktpreis“ verwendet.Hinweis: Attribute dürfen nur numerische Werte enthalten."
+"The price of products in Rakuten.com listing(s).","Der Preis der Produkte in Rakuten.com-Bestellungen."
+"The price of products in Rakuten.com listing(s).Note: The Final Price is only used for Simple Products.","Der Preis der Produkte in Rakuten.com-Bestellungen.Hinweis: Der Endpreis wird nur für einfache Produkte verwendet."
+"Attribute Sets of products which will be listed on Rakuten.com using this template.","Attributsets von Produkten, die bei Rakuten.com unter Verwendung dieser Vorlage eingestellt werden."
+"Products quantity in Rakuten.com listing(s).","Produktmengen in Rakuten.com-Angeboten."
+"Enables to set the quantity that will be sent on Rakuten.com.","Ermöglicht die Festlegung der Stückzahl, die an Rakuten.com gesendet wird ."
+"If you have 5 pieces in stock but set a max qty of 2 to be listed, a qty of 2 will be listed on Rakuten.com.
+ If you have 1 piece in stock but max qty is set to 3, only 1 will be listed on Rakuten.com.","Wenn Sie fünf (5) Stück auf Lager haben, als maximal einzustellende Stückzahl jedoch zwei (2) angeben, werden zwei (2) Stück bei Rakuten.com eingestellt. Wenn Sie ein (1) Stück auf Lager haben und die maximal einzustellende Stückzahl auf drei (3) festgelegt ist, wird nur ein (1) Stück bei Raktuen.com eingestellt."
+"Synchronization Template includes rules and conditions which determine Listing behavior on Rakuten.com.
+ List, Revise, Relist and Stop Rules have to be specified in this template.
+ List Action - at first this action to be executed for each item in M2E Listings, which has Not Listed status and its settings meet the List Condition. If an item was not listed for some reason, autosynchronization will attempt
+ to list it again only if Product Status, Stock Availability or Quantity is changed.
+
+ Note: Inventory Synchronization setting must be enabled in Synchronization (Configuration > Synchronization).
+ Otherwise, Synchronization Template Rules will not take effect.","Synchronisierungsvorlagen enthalten Regeln und Bedingungen für das Einstellen bei Rakuten.com. In dieser Vorlage müssen Regeln für das Einstellen, Bearbeiten, Wiedereinstellen und Anhalten angegeben werden. Aktion „Einstellen“ : Diese Aktion muss zunächst für jeden Artikel aus den M2E-Angeboten durchgeführt werden, dessen Status Nicht eingestellt lautet und dessen Einstellungen die Bedingung für das Einstellen erfüllen. Wenn ein Artikel aus irgendeinem Grund nicht eingestellt wurde, versucht die automatische Synchronisierung diesen Artikel nur dann erneut einzustellen, wenn sich Produktstatus, Verfügbarkeit oder Stückzahl geändert haben. Hinweis: Die Einstellung „Warenbestand synchronisieren“ muss unter „Konfiguration“ > „Synchronisierung“ aktiviert werden. Andernfalls können die Regeln der Synchronisierungsvorlage nicht angewendet werden."
+"Relist Rules define the conditions at which Rakuten.com items will be relisted. ","Die Regeln für das Wiedereinstellen geben die Bedingungen vor, unter denen Rakuten.com-Artikel wiedereingestellt werden. "
+"Revise Rules are the conditions, at which automatic full and partial listings revising features are enabled.
+ If the certain condition is enabled (Yes is chosen in appropriate line) and met,
+then Rakuten.com Listings, which were listed using current Synchronization Template,
+will be automatically fully or partially updated.
+
+ Partial Revise - contains list of product details, which changes you want to be reflected on Rakuten.com.
+ Full Revise - contains groups of M2E settings. If any data of these groups (Selling Format Template, Listing Channel Settings) is changed, then listings, which use these templates in their settings, will be automatically fully revised.
+ ","Regeln für das Überarbeiten sind die Bedingungen, die erfüllt sein müssen, damit Angebote automatisch ganz oder teilweise bearbeitet werden. Wenn die jeweilige Bedingung aktiviert ist (also in der entsprechenden Zeile Ja ausgewählt wurde) und das Angebot die Bedingung erfüllt, werden Rakuten.com-Angebote, die mit der aktuellen Synchronisierungsvorlage eingestellt wurden, automatisch vollständig oder teilweise aktualisiert. Teilweise überarbeiten : Enthält eine Liste von Produktdetails, mit deren Hilfe Sie festlegen können, welche Änderungen in Rakuten.com übernommen werden sollen. Vollständig überarbeiten : Enthält Gruppen von M2E-Einstellungen. Wenn Daten aus diesen Gruppen (Angebotsformatvorlage, Channel-Einstellungen für das Angebot) geändert werden, werden Angebote, die diese Vorlagen in ihren Einstellungen verwenden, vollständig überarbeitet. "
+"Automatically revises quantity on Rakuten.com listing(s) when the quantity or attribute for quantity of its product is changed in Magento.","Die Stückzahlen von Rakuten.com-Angeboten werden automatisch überarbeitet, wenn die Mengen oder Mengenattribute der verknüpften Produkte in Magento geändert werden."
+"Updates Rakuten.com qty only when the Condition you set below is met.
+ Note: By using this option you can significantly increase Synchronization performance.","Aktualisiert die Stückzahl bei Rakuten.com, wenn die von Ihnen nachstehend festgelegte Bedingung erfüllt ist. Hinweis: Wenn Sie diese Option verwenden, können Sie die Synchronisierungsleistung erheblich steigern."
+"Automatically revises price on Rakuten.com listing(s) when the price(s) or attribute(s) for price(s) of its product is (are) changed in Magento.","Die Preise von Rakuten.com-Angeboten werden automatisch überarbeitet, wenn die Preise oder Preisattribute der verknüpften Produkte in Magento geändert werden."
+"Automatically revises Rakuten.com listing(s) if its Selling Format Template was changed.","Rakuten.com-Angebote werden automatisch überarbeitet, wenn die zugrundeliegende Angebotsformatvorlage geändert wird."
+"Automatically revises Rakuten.com listing(s) if its Listing Settings was changed.","Rakuten.com-Angebote werden automatisch überarbeitet, wenn die zugrundeliegenden Angebotseinstellungen geändert werden."
+"Stop Rules define the conditions when Rakuten.com items listing must be
+ stopped, depending on Magento product state.
+ Note: If all Stop Conditions are set to No or No Action , then the stop option for Rakuten.com items is disabled.
+ If all Stop Conditions are enabled, then an item will be stopped if at least one of Stop Conditions is met.","Die Regeln für das Anhalten definieren die Bedingungen, bei denen Rakuten.com-Angebote je nach ihrem Magento-Produktstatus angehalten werden müssen. Hinweis: Wenn für alle Bedingungen für das Anhalten Nein oder Keine Aktion festgelegt ist, dann wird die Option für das Anhalten von Rakuten.com-Artikeln deaktiviert. Wenn alle Bedingungen für das Anhalten aktiviert sind, wird ein Artikel angehalten, sobald mindestens eine der Bedingungen erfüllt ist."
+"Please select categories.","Bitte wählen Sie die gewünschten Kategorien aus."
+"This page contains all created Listings. Use Templates filters to sort Listings by templates that they use in their settings.
+ You can perform different Actions on a single Listing or on a group of Listings.
+ Actions for a single Listing you can find in the Action column of the grid. Choose a necessary option in the appropriate Listing dropdown to execute it.
+ Mass actions are in the Actions dropdown at the top right corner of the grid. Select check-boxes of appropriate items,
+ choose an Action from the dropdown and press the Submit button.","Diese Seite enthält alle erstellten Angebote. Verwenden Sie Vorlagenfilter, um die Angebote nach den Vorlagen zu filtern, die in ihren Einstellungen verwendet werden. Sie können verschiedene Aktionen sowohl für einzelne Angebote als auch für eine Gruppe von Angeboten durchführen. Die für einzelne Angebote durchführbaren Aktionen finden Sie in der Spalte „Aktion“. Wählen Sie die Option, die Sie ausführen möchten, aus dem Dropdown-Menü für die Angebote. Die für mehrere Angebote gleichzeitig durchführbaren Aktionen finden Sie im Dropdown-Menü oben rechts in der Tabelle. Aktivieren Sie die Kontrollkästchen der entsprechenden Artikel, wählen Sie eine Aktion aus dem Drop-down-Menü „Aktion“ aus und klicken Sie auf Senden ."
+"This Log contains all information about actions, which were done on all M2E Pro Listings and their items.","Dieses Protokoll enthält alle Informationen zu Aktionen, die für M2E Pro-Angebote und ihre Artikel ausgeführt wurden."
+"This Log contains all information about actions, which were done on 3rd Party Listings.","Dieses Protokoll enthält alle Informationen zu Aktionen, die für Angebote von Drittanbietern ausgeführt wurden."
+"Edit Variation","Variante bearbeiten"
+"To list product variations you have to map each variation to a child product on Amazon.
+ Here you can edit the variations you have selected earlier.","Wenn Sie bei Amazon Produktvarianten einstellen möchten, müssen Sie jede Variante einem untergeordneten Produkt zuordnen. Hier können Sie die Varianten bearbeiten, die Sie zuvor ausgewählt haben."
+"Variations","Varianten"
+"Manage Variations","Varianten verwalten"
+"To list product variations you have to map each variation to a child product on Amazon.
+ Here you should specify the variations you want to sell. Then, use the Search ASIN/ISBN tool to map it.","Wenn Sie bei Amazon Produktvarianten einstellen möchten, müssen Sie jede Variante einem untergeordneten Produkt zuordnen. Hier sollten Sie die Varianten angeben, die Sie verkaufen möchten. Verwenden Sie dann das Tool zur ASIN/ISBN-Suche, um die Varianten zuzuordnen."
+"This section contains information on all Listings' Items.
+ You can search for necessary Items and manage them from their Listings: click on the icon in the Manage column on appropriate
+ line to navigate to the Listing, that contains chosen product.","Dieser Abschnitt enthält Informationen zu allen Angebotsartikeln. Sie können nach gewünschten Artikeln suchen und sie über ihre Angebote verwalten: Klicken Sie auf das Symbol in der entsprechenden Zeile der Spalte „Verwalten“, um zu dem Angebot mit dem ausgewählten Produkt zu navigieren."
+"Marketplaces settings have been saved.","Die Einstellungen für den Marktplatz wurden gespeichert."
+"You must select at least one marketplace you will work with.","Sie müssen mindestens einen Marktplatz auswählen, in dem Sie aktiv sein werden."
+"Another Synchronization Is Already Running.","Es wird bereits eine andere Synchronisierung ausgeführt."
+"Getting information. Please wait ...","Informationen werden abgerufen. Bitte warten Sie..."
+"Preparing to start. Please wait ...","Start wird vorbereitet. Bitte warten Sie..."
+"Synchronization has successfully ended.","Die Synchronisierung wurde abgeschlossen."
+"Synchronization ended with warnings. View log for details.","Die Synchronisierung wurde mit Warnungen abgeschlossen. Details dazu finden Sie im Protokoll ."
+"Synchronization ended with errors. View log for details.","Die Synchronisierung wurde mit Fehlern abgeschlossen. Details dazu finden Sie im Protokoll ."
+"This section allows you to set up the Marketplaces you will work with.
+ Enable certain marketplaces and press the Save And Update button in the top right corner, all necessary marketplace data will be downloaded and synchronized with M2E Pro settings.
+ It is recommended to update marketplaces when any marketplace changes are announced.
+ Note: Installation and update processes might be time-consuming, depending on the number of enabled marketplaces and your server environment.
+ ","In diesem Abschnitt können Sie die Marktplätze festlegen, in denen Sie aktiv sein werden. Aktivieren Sie die gewünschten Marktplätze und klicken Sie oben rechts auf Speichern und aktualisieren . Die Daten aller gewünschten Marktplätze werden heruntergeladen und mit den M2E Pro-Einstellungen synchronisiert. Wir empfehlen, die Marktplätze zu aktualisieren, sobald Änderungen in den Marktplätzen angekündigt werden. Hinweis: Die Installation und Aktualisierung kann je nach Menge der aktivierten Marktplätze und Ihrer Serverumgebung etwas mehr Zeit in Anspruch nehmen. "
+"This Log contains Orders history information.","Dieses Protokoll enthält historische Informationen zu Bestellungen."
+"On this page you have to provide the access to your Play.com account M2E Pro could interact with Play.com.","Auf dieser Seite müssen Sie den Zugang zu Ihrem Play.com-Konto bereitstellen, damit M2E Pro mit Play.com interagieren kann."
+"M2E Pro was not able to get access to the Play.com account. Please, make sure, that you enter correct Play.com login and password. If everything is correct but you still unable to access your account, please contact Play.com Customer Service Department on 0845 800 1020 (UK only) or +44 (0)1534 877595 (outside UK).","M2E Pro konnte nicht auf das Play.com-Konto zugreifen. Bitte vergewissern Sie sich, dass Sie die korrekten Logininformationen für Play.com eingegeben haben. Wenn alles korrekt ist, Sie aber immer noch nicht auf Ihr Konto zugreifen können, wenden Sie sich bitte an den Kundenservice von Play.com. Sie erreichen diesen unter 0845 800 1020 (innerhalb Großbritanniens und Nordirlands) oder unter +44 (0)1534 877595 (außerhalb Großbritanniens und Nordirlands)."
+"Title or identifier of Play.com account for your internal use.","Bezeichnung oder ID des Play.com-Kontos zu Ihrer internen Verwendung."
+"You must select and update Play.com marketplace to get access to this section.","Sie müssen den Play.com-Marktplatz wählen und aktualisieren, um auf diesen Bereich zugreifen zu können."
+"WEB/API Access","Web/API-Zugang"
+"Account Type","Kontotyp"
+"PlayTrade / ProTrade","PlayTrade/ProTrade"
+"Merchant Toolbox","Werkzeuge für Händler"
+"Type of your Play.com account.","Typ Ihres Play.com-Kontos"
+"Login to your Play.com account.","Login-Name für Ihr Play.com-Konto"
+"Password to your Play.com account.","Passwort für Ihr Play.com-Konto"
+"The 3rd Party Listings are the items, which were listed on Play.com without using M2E Pro extension.
+ To allow importing of these listings for the current Play.com Account, set Import 3rd Party Listings to Yes .
+ Imported Listings can be found in %1$s > Manage Listings > 3rd Party Listings.
+ Note: The 3rd Party Listings Synchronization must be enabled in %1$s > Configuration > Synchronization.
+ To map the products of the 3rd Party Listings with existing products in Magento by Reference Code, Play.com Listing title or another identifier, set Product Mapping to Yes and choose appropriate attribute(s).
+ A Magento product will be mapped if at least one of the chosen attributes meets the same value in Play.com Listing as it has in Magento.
+
+ After mapping Play.com Listing can be automatically moved from the 3rd Party Listings to M2E Pro Listings for further management.
+
+ Note: Auto mapping and moving actions are performed only once during the first 3rd Party Listings Synchronization.
+ Afterwards, it can be performed manually on the 3rd Party Listings page (%1$s > Manage Listings > 3rd Party Listings).","Die Angebote von Drittanbietern sind die Artikel, die ohne M2E Pro bei Play.com eingestellt wurden. Wenn Sie den Import dieser Angebote für das aktuelle Play.com-Konto zulassen möchten, wählen Sie Ja für „Angebote von Drittanbietern importieren“. Importierte Angebote finden Sie unter %1$s > Angebote verwalten > Angebote von Drittanbietern. Hinweis: Die Synchronisierung von Drittanbieterangeboten muss unter %1$s > „Konfiguration“ > „Synchronisierung“ aktiviert werden. Um die Produkte aus Angeboten von Drittanbietern mit vorhandenen Produkten in Magento über die Referenznummer, die Play.com-Artikelbezeichnung oder einen anderen Identifikator verknüpfen zu können, müssen Sie für „Produktzuordnung“ Ja festlegen und die entsprechenden Attribute wählen. Produkte in Magento werden zugeordnet, wenn mindestens eines der gewählten Attribute bei Play.com denselben Wert wie in Magento hat. Nach der Zuordnung kann das Play.com-Angebot automatisch aus den Angeboten von Drittanbietern in die Liste der M2E Pro-Angebote verschoben und dort weiter verwaltet werden. Hinweis: Das automatische Zuordnen und Verschieben erfolgt nur einmalig bei der ersten Synchronisierung der Angebote von Drittanbietern. Anschließend kann die Zuordnung manuell auf der Seite der Angebote von Drittanbietern durchgeführt werden (%1$s > Angebote verwalten > Angebote von Drittanbietern)."
+"Maps Play.com product with Magento product.","Ordnet Play.com-Produkte Magento-Produkten zu."
+"Attributes Of Mapping Play.com Items To Magento Products","Attribute für die Zuordnung von Play.com-Artikeln zu Magento-Produkten"
+"Auto Moving Mapped Play.com Items To M2E Listings","Automatisches Verschieben zugeordneter Play.com-Artikel in M2E-Angebote"
+"This section allows you automatically move mapped Play.com Items in default created M2E Listing and synchronize their Prices and Quantities with Magento values at once they have been moved.","In diesem Abschnitt können Sie zugeordnete Play.com-Artikel automatisch in vorhandene M2E-Angebote verschieben und nach dem Verschieben deren Preise und Stückzahlen alle auf einmal mit Magento-Werten synchronisieren."
+"Move Mapped Play.com Items","Zugeordnete Play.com-Artikel verschieben"
+"Automatically moves Play.com Listings from 3rd Party Listings to default created M2E Listing.","Verschiebt Play.com-Angebote von Angeboten von Drittanbietern automatisch in vorhandene M2E-Angebote."
+"Updates Price and / or Quantity of Play.com Listing with Magento values.","Aktualisiert Preis und/oder Menge des Play.com-Angebots entsprechend den Werten in Magento."
+"This tab contains settings of Play.com Orders, Play.com Customers import; Magento Orders and Products creation.
+If you set Import Play.com Orders to Yes , a new Play.com order will be imported to the system and can be found in %1$s > Sales > Orders.
+It is possible to allow auto creation of Magento Orders based on imported Play.com Orders for products listed by Other Software.
+Note: The Product Stock QTY only reduces after Magento Order is created.
+These type of orders can be managed as typical Magento Orders in Magento > Sales > Orders.
+Note: To receive orders from Play.com, Order Synchronization must be enabled in %1$s > Configuration > Synchronization.","Diese Registerkarte enthält Einstellungen von Play.com-Bestellungen, importierten Play.com-Kundendaten, Magento-Bestellungen und Produkterstellungsdaten. Wenn Sie Ja für „Play.com-Bestellungen importieren“ wählen, werden neue Play.com-Bestellungen in das System importiert. Diese sind anschließend unter %1$s > „Verkäufe“ > „Bestellungen“ zu finden. Für Produkte, die mit anderer Software eingestellt wurden, können Magento-Bestellungen basierend auf importierten Play.com-Bestellungen automatisch erstellt werden.Hinweis: Die Stückzahl der verfügbaren Artikel wird erst nach der Erstellung der Magento-Bestellung reduziert. Diese Art von Bestellungen kann als typische Magento-Bestellung unter Magento > Verkäufe > Bestellungen verwaltet werden.Hinweis: Um Bestellungen von Play.com übernehmen zu können, muss die Bestellungssynchronisierung unter %1$s > „Konfiguration“ > „Synchronisierung“ aktiviert sein."
+"Import Play.com Orders","Play.com-Bestellungen importieren"
+"Allows importing orders from Play.com to M2E Pro.","Ermöglicht das Importieren von Bestellungen aus Play.com in M2E Pro."
+"Note: Only simple products without variations can be created in Magento. If there is a product with variations on Play.com, M2E Pro creates different simple products for each variation.","Hinweis: In Magento können nur einfache Produkte ohne Varianten erstellt werden. Wenn ein Produkt mit Varianten bei Play.com eingestellt ist, erstellt M2E Pro für jede Variante ein anderes einfaches Produkt."
+"Use the Reserve QTY option to prevent the item being sold, before Magento Order created (as the Product Stock QTY only reduces after Magento Order creation). It removes items from Magento Stock at once Play.com Order comes from Play.com.
+ Reserve qty will be used when Magento Order is created or released when the term of qty reservation has expired.
+ ","Mit der Option „Stückzahl reservieren“ können Sie verhindern, dass der Artikel verkauft wird, bevor die Magento-Bestellung erstellt wurde (da sich die Stückzahl der vorrätigen Produkte erst nach dem Erstellen der Magento-Bestellung verringert). Damit werden Artikel aus dem Magento-Bestand entfernt, sobald Play.com-Bestellungen von Play.com eintreffen. „Stückzahl reservieren“ wird verwendet, wenn eine Magento-Bestellung erstellt oder freigegeben wird und die Frist für die Stückzahlreservierung abgelaufen ist. "
+"There are several ways to specify a customer for which Magento Orders will be created:
+
+ Guest Account - the system does not require a customer account to be created. Default Guest Account will be defined as a customer.
+ Note: The Guest Checkout option must be enabled in Magento. (Yes must be chosen in the Allow Guest Checkout option in Magento > System > Configuration > Sales > Checkout tab).
+ Predefined Customer - the system uses one predefined customer for all Play.com orders related to this account. You will be required
+ to provide an ID of the existing Customer, which you can find in Magento > Customers > Manage Customers table.
+ Create New - a new customer will be created in Magento, using Play.com customer data of Play.com Order.
+ Note: A unique customer identifier is his e-mail address. If the one already exists among Magento customers e-mails,
+ the system uses this customer as owner of order and links order to him. A new customer will not be created.
+ ","Es gibt verschiedene Möglichkeiten, einen Kunden anzugeben, für den Magento-Bestellungen erstellt werden: Gästekonto : Das System verlangt nicht, dass ein Kundenkonto angelegt wird. Standard-Gästekonten werden als Kundenkonten definiert. Hinweis: Die Option für die Kaufabwicklung mit einem Gästekonto muss in Magento aktiviert werden. (Wählen Sie dazu Ja als Wert für die Option „Verkaufsabwicklung mit Gästekonto erlauben“ unter Magento > „System“ > „Konfiguration“ > „Verkäufe“ > „Verkaufsabwicklung“). Vordefinierter Kunde : Das System verwendet für alle mit diesem Konto verbundenen Play.com-Bestellungen einen vordefinierten Kunden. Sie müssen eine ID für das existierende Kundenkonto eingeben. Diese finden Sie in der Tabelle Magento > „Kunden“ > „Kunden verwalten“. Neu erstellen : In Magento wird mithilfe der Play.com-Kundendaten aus der Play.com-Bestellung ein neuer Kunde angelegt. Hinweis: Eine eindeutige Kunden-ID ist zum Beispiel die E-Mail-Adresse des Kunden. Wenn es unter den Magento-Kunden bereits jemanden mit der angegebenen E-Mail-Adresse gibt, behandelt das System diesen Kunden als Besteller und verknüpft die Bestellung mit dessen Konto. Es wird kein neuer Kunde erstellt. "
+"Necessary emails will be sent according to Magento settings in Magento > System > Configuration > Sales Emails.
+ Hold Ctrl button, to choose more, than one option.","Alle erforderlichen E-Mails werden entsprechend den unter Magento > System > Konfiguration > Verkaufs-E-Mails festgelegten Magento-Einstellungen versendet. Halten Sie die Strg-Taste gedrückt, um mehrere Optionen gleichzeitig auszuwählen."
+"This section allows you to choose tax settings for Magento Order:
+
+ Play.com - Magento Order(s) uses tax settings from Play.com Listing(s).
+ Magento - Magento Order(s) uses Magento tax settings.
+ Play.com & Magento - if there are tax settings in Play.com Order, they are used in Magento Order(s), otherwise, Magento tax settings are used.
+ None - Play.com and Magento tax settings are ignored.
+
+ ","In diesem Abschnitt können Sie die Besteuerungseinstellungen für Magento-Bestellungen auswählen: Play.com : Für Magento-Bestellungen werden die Besteuerungseinstellungen aus den Play.com-Angeboten verwendet. Magento : Für Magento-Bestellungen werden die Besteuerungseinstellungen aus Magento verwendet. Play.com und Magento : Wenn die Play.com-Bestellung Besteuerungseinstellungen enthält, werden diese in Magento-Bestellungen verwendet. Andernfalls werden die Magento-Besteuerungseinstellungen verwendet. Keine : Die Besteuerungseinstellungen von Play.com und Magento werden ignoriert. "
+"Play.com","Play.com"
+"Play.com & Magento","Play.com und Magento"
+"In this block you can configure mapping between Play.com Order state and Magento Order statuses.
+ Depending on the state of Play.com Order you can manually determine certain statuses for Magento Order and enable automatic Shipment and Invoice
+ creation by selecting appropriate check-boxes, or use predefined default settings. (i.e. Play.com: Order is Shipped -> Magento Order is Completed). ","In diesem Abschnitt wird die Zuordnung des Status von Play.com-Bestellungen zum Status von Magento-Bestellungen konfiguriert. Je nach Status der Play.com-Bestellung können Sie bestimmte Statuseinstellungen von Magento-Bestellungen manuell festlegen und den automatischen Versand und die automatische Rechnungserstellung aktivieren, indem Sie die entsprechenden Kontrollkästchen aktivieren oder die vordefinierten Standardeinstellungen verwenden (z.B. Play.com: Bestellung wurde verschickt -> Magento-Bestellung wurde abgeschlossen). "
+"Order Status is Sold","Bestellstatus ist „verkauft“"
+"Order Status is Posted","Bestellstatus ist „veröffentlicht“"
+"Actions, which have to be done to products added to categories.","Aktionen, die für zu Kategorien hinzugefügte Produkte ausgeführt werden sollen."
+"Stop on Play.com","Bei Play.com anhalten"
+"Stop on Play.com and Delete from Listing","Bei Play.com anhalten und aus Angebot löschen"
+"Actions, which have to be done to listed products deleted from categories.","Aktionen, die für aus Kategorien gelöschte Produktangebote ausgeführt werden sollen."
+"This section contains Play.com Listings, which belong to registered Play.com Accounts (%1$s > Configuration > Play.com Accounts) and were listed not by M2E Pro extension.
+You can map these Listings to existing products in Magento and move them to another M2E Listings for further management. For that use single actions on appropriate Listing record or use mass Actions in the top right corner.
+Note: To import Play.com 3rd Party Listings the 3rd Party Listings Import must be enabled in account's settings
+(%1$s > Configuration > Play.com Accounts > General tab) and the 3rd Party Listings Synchronization must be enabled in %1$s > Configuration > Synchronization.","Dieser Abschnitt enthält Play.com-Angebote von registrierten Play.com-Verkäuferkonten (%1$s > „Konfiguration“ > „Play.com-Konten“), die nicht mit M2E Pro eingestellt wurden. Sie können die Angebote Produkten zuordnen, die in Magento vorhanden sind, und sie zur weiteren Verwaltung in andere M2E-Angebote verschieben. Führen Sie dazu Einzelaktionen am entsprechenden Angebotsdatensatz aus oder verwenden Sie die für mehrere Angebote gleichzeitig durchführbaren Aktionen oben rechts in der Ecke.Hinweis: Um Play.com-Angebote von Drittanbietern importieren zu können, müssen Sie den Import von Angeboten von Drittanbietern in den Kontoeinstellungen (%1$s > „Konfiguration“ > „Play.com-Konten“ > Registerkarte „Allgemeines“) sowie die Synchronisierung von Angeboten von Drittanbietern (%1$s > „Konfiguration“ > „Synchronisierung“) aktivieren."
+"Enter product name, ISBN, EAN or UPC","Geben Sie die Produktbezeichnung, die ISBN, die EAN oder den UPC ein"
+"There was an error during previous automatic Play ID search:","Bei der vorherigen automatischen Play-ID-Suche ist ein Fehler aufgetreten:"
+"Assign Play ID Manually","Play-ID manuell zuweisen"
+"Allows searching Play ID by data that will be specified on the next step.","Ermöglicht die Suche nach der Play-ID mithilfe von Daten, die im nächsten Schritt eingegeben werden."
+"Assign Play ID Automatically","Play-ID automatisch zuweisen"
+"Allows searching Play ID by data, that have already been specified in Listing Search settings.","Ermöglicht die Suche nach der Play-ID mithilfe von Daten, die bereits zuvor in den Einstellungen für die Angebotssuche eingegeben wurden."
+"
+ This section contains Play.com Channel, Product Search, Shipping and Condition settings.
+
+ In the General section you have to specify Play.com Account, which listed items will be related to, and the Reference Code for its products.
+ In the Search Settings you have to specify the identifiers, at which products will be searched on Play.com.
+ In the Shipping section you have to specify Shipping information.
+ The Condition section allows specifying item(s) condition and making notes to better describe the condition.
+
+
Note: Not Set and
Not Set / Not Changeable options are used for the 3rd Party Listings mainly. If these options are chosen, Play.com will be used as a master record.
"," Dieser Abschnitt enthält Einstellungen zum Play.com-Channel, zur Produktsuche, zum Versand und zum Artikelzustand.
Im Abschnitt „Allgemeines“ müssen Sie das Play.com-Konto, mit dem die einzustellenden Artikel verknüpft sind, sowie den Referenzcode für die Produkte angeben. Geben Sie in den Sucheinstellungen die Identifikatoren ein, mit deren Hilfe die Produkte anschließend bei Play.com gesucht werden. Im Abschnitt „Versand“ müssen Sie die Versandinformationen angeben. Im Abschnitt „Zustand“ können sie Angaben zum Zustand der Artikel machen und Anmerkungen für eine bessere Beschreibung des Artikelzustands hinzufügen. Hinweis: Die Optionen
Nicht festgelegt und
Nicht festgelegt/Nicht änderbar werden hauptsächlich für die Angebote von Drittanbietern verwendet. Wenn diese Optionen aktiviert sind, wird Play.com als Masterdatensatz verwendet.
"
+"UPC/EAN Attribute","Attribut „UPC/EAN“"
+"Play ID Attribute","Attribut „Play ID“"
+"Parameter the product search will be performed by. For ex.: http://www.play.com/Mobiles/Mobile/4-/20020059/-/Product.html. Play ID = 20020059","Parameter, anhand dessen die Produktsuche ausgeführt wird. Beispiel: http://www.play.com/Mobiles/Mobile/4-/20020059/-/Product.html. Play ID = 20020059"
+"Must be a positive number with two decimal places.","Muss eine positive Zahl mit zwei Dezimalstellen sein."
+"Play.com Account","Play.com-Konto"
+"Play.com accounts previously added in Configuration > Accounts.","Play.com-Konten, die zuvor in „Konfiguration“ > „Konten“ hinzugefügt wurden."
+"A unique ID, which identify a product in your Play.com seller inventory.
+Note: If you list a product and M2E Pro find a product with the same Reference Code in Play.com inventory, they will be mapped.","Eindeutige ID, die ein Produkt in Ihrem Play.com-Verkäuferwarenbestand identifiziert.Hinweis: Wenn Sie ein Produkt einstellen und M2E Pro im Play.com-Warenbestand ein Produkt mit demselben Referenzcode findet, werden die Produkte einander zugeordnet."
+"Reference Code Attribute","Attribut „Referenzcode“"
+"Generate Reference Code","Referenzcode generieren"
+"If Yes , then if the Reference Code of the product you list is found in the 3rd Party or M2E Listings, another one will be automatically created and the product will be listed.","Wenn für diese Option Ja festgelegt ist und der Referenzcode des Produkts, das Sie einstellen, in Angeboten von Drittanbietern oder M2E-Angeboten gefunden wird, wird automatisch eine andere Referenznummer erstellt und das Produkt wird eingestellt."
+"Search Products On Play.com","Nach Produkten bei Play.com suchen"
+"At the moment, it is possible only to list items existing on Play.com.
+So before the list action, each product in listing must have existing Play ID.
+This section contains parameters for action ""Assign Play ID Automatically","Derzeit können nur Artikel eingestellt werden, für die es bei Play.com einen Eintrag gibt. Vor dem Einstellen muss daher jedem Produkt im Angebot eine vorhandene Play-ID zugewiesen werden. Dieser Abschnitt enthält Parameter für die Aktion „Play-ID automatisch zuweisen“."
+"UPC/EAN","UPC/EAN"
+"
+ This section determines information about how your products will be shipped.
+
+ Note: Not Set / Not Changeable is used for the 3rd Party Listings mainly. If this option is chosen, Play.com will be used as a master record.
+ "," Dieser Abschnitt enthält Angaben dazu, wie Ihre Produkte verschickt werden. Hinweis: Nicht festgelegt/Nicht änderbar wird hauptsächlich für die Angebote von Drittanbietern verwendet. Wenn diese Option aktiviert ist, wird Play.com als Masterdatensatz verwendet. "
+"Delivery Region","Lieferregion"
+"Region to which you are willing to deliver.","Region, in die Sie zu liefern bereit sind."
+"Delivery Region Value","Wert „Lieferregion“"
+"UK Only","Nur Vereintes Königreich"
+"Europe Only","Nur Europa"
+"UK & Europe","Vereintes Königreich und Europa"
+"Delivery Region Attribute","Attribut „Lieferregion“"
+"Choose the attribute that contains identifier .","Wählen Sie das Attribut, das den Identifikator enthält."
+"Dispatch Country","Versandland"
+"Country you will be dispatching your item from.","Land, aus dem Sie Ihren Artikel verschicken werden."
+"Dispatch Country Value","Wert „Versandland“"
+"UK","Vereintes Königreich"
+"Andorra","Andorra"
+"Belgium","Belgien"
+"Cyprus","Zypern"
+"Denmark","Dänemark"
+"Finland","Finnland"
+"Gibraltar","Gibraltar"
+"Greece","Griechenland"
+"Greenland","Grönland"
+"Iceland","Island"
+"Liechtenstein","Liechtenstein"
+"Luxembourg","Luxemburg"
+"Malta","Malta"
+"Monaco","Monaco"
+"Norway","Norwegen"
+"San Marino","San Marino"
+"Vatican","Vatikanstadt"
+"USA","USA"
+"Shipping Cost per Item, GBP","Versandkosten pro Artikel, GBP"
+"Cost Value, GBP","Wert „Kosten“, GBP"
+"Cost Attribute, GBP","Attribut „Kosten“, GBP"
+"Shipping Cost per Item, EUR","Versandkosten pro Artikel, EUR"
+"Cost Value, EUR","Wert „Kosten“, EUR"
+"Cost Attribute, EUR","Attribut „Kosten“, EUR"
+"Condition of the product(s) you want to list on Play.com.","Zustand der Produkte, die Sie bei Play.com einstellen möchten."
+"Condition of the product(s) you want to list on Play.com.
+ Note: Condition of Active Items cannot be changed.","Der Zustand der Produkte, die Sie bei Play.com einstellen möchten. Hinweis: Zustand noch eingestellter Artikel ist nicht änderbar."
+"Used - Average","Gebraucht – Durchschnittlich"
+"Collectable - Like New","Sammlerstück – Wie neu"
+"Collectable - Very Good","Sammlerstück – Sehr gut"
+"Collectable - Good","Sammlerstück – Gut"
+"Collectable - Average","Sammlerstück – Durchschnittlich"
+"Short description of item(s) condition.","Eine kurze Beschreibung des Artikelzustands."
+"This section allows you to create a Listing. Listing is a group of items, which have the same
+ Attribute Set and were combined to be listed on Play.com.
+ Creating a Listing requires two types of templates (Selling Format and Synchronization) to be created in advance,
+ that allows reaching a high level of flexibility in listing and synchronization processes.
+
+ It is also possible to create templates by clicking the Add New button next to the appropriate template option. Do not forget to press
+ the Refresh button after the new template creation in order to see the newly added template in the dropdown list.
+ In the Listing Configuration block you are required to choose appropriate Selling Format Template, which determines quantity and price related data of your Play.com Listings.
+
+
+ In the Synchronization Settings block you are required to choose a Synchronization Template and its settings.
+ This determines the actions, which must be done to Play.com Listings depending on any changes of their products happened in Magento,
+ and of their templates that are used in the Listing Configuration settings. ","In diesem Abschnitt können Sie Angebote erstellen. Das Angebot vereint eine Gruppe von Artikeln, die über dasselbe Attributset verfügen und für das Einstellen bei Play.com zusammengefasst wurden. Um ein Angebot erstellen zu können, müssen zuvor zwei Vorlagen („Angebotsformat“ und „Synchronisierung“) erstellt werden, die die Angebotserstellung und -synchronisierung erheblich flexibler und einfacher machen. Sie können auch Vorlagen erstellen, indem Sie neben der entsprechenden Vorlagenoption auf Neue hinzufügen klicken. Vergessen Sie nicht, nach der Erstellung der Vorlage auf Aktualisieren zu klicken, um die neu hinzugefügte Vorlage in der Drop-down-Liste angezeigt zu bekommen. Im Abschnitt „Angebotskonfiguration“ müssen Sie die entsprechende Vorlage für das Angebotsformat auswählen, die stückzahl- und preisbezogene Daten für Ihre Play.com-Angebote vorgibt. Im Abschnitt für die Synchronisierungseinstellungen müssen Sie eine Synchronisierungsvorlage und die dazugehörigen Einstellungen wählen. Hier legen Sie fest, was mit den Angeboten bei Play.com geschehen soll, wenn Änderungen an den zugeordneten Produkten in Magento und deren in den Einstellungen für die Angebotskonfiguration verwendeten Vorlagen vorgenommen wurden. "
+"Attribute Set of products, which will be listed on Play.com in this Listing.","Attributset von Produkten, die in diesem Angebot bei Play.com eingestellt werden."
+"M2E Pro - Play.com/Magento Integration : Listings","M2E Pro – Play.com/Magento-Integration: Angebote"
+"Listing is a group of items, which have the same Attribute Set and were combined to be listed on Play.com.
+
+ Creating a Listing requires two types of templates to be created in advance.
+ You can use the same template for similar products you want to list on Play.com and don't have to enter the same information over and over again for each product you want to list.
+
+ Templates you’ll need in order to list on Play.com:
+
+
+ Selling Format Template contains information about quantity and price-related data.
+ Synchronization Template controls how the information between Play.com and Magento is synchronized and in which cases Play.com listings are revised, relisted or stopped. This template is not bound to a product group with a specific attribute set, so it's likely that you'll only need one template to begin with.
+
+
+ Note: Only simple products are supported in current version.
+ ","Das Angebot vereint eine Gruppe von Artikeln, die über dasselbe Attributset verfügen und für das Einstellen bei Play.com zusammengefasst wurden. Um ein Angebot erstellen zu können, müssen zuvor zwei Vorlagentypen erstellt werden. Sie können dieselbe Vorlage für ähnliche Produkte, die Sie bei Play.com einstellen möchten, wiederverwenden und müssen so nicht für jedes Produkt immer wieder dieselben Informationen eingeben. Vorlagen, die Sie zum Einstellen bei Play.com benötigen: Vorlage für das Angebotsformat : Enthält Informationen zu stückzahl- und preisbezogenen Daten. Synchronisierungsvorlage : Steuert, wie die Informationen zwischen Play.com und Magento synchronisiert werden und in welchen Fällen Play.com-Angebote bearbeitet, wiedereingestellt oder angehalten werden. Die Verwendung dieser Vorlage ist nicht auf eine bestimmte Produktgruppe oder ein Attributset beschränkt, sodass Sie fürs Erste mit hoher Wahrscheinlichkeit nur eine Vorlage benötigen werden. Hinweis: In der aktuellen Version werden nur einfache Produkte unterstützt. "
+"This section contains information about product items of chosen listing and their statuses on Play.com. You can manage items by choosing appropriate actions from the Actions dropdown of the grid and manage Listing and its settings by using buttons in the top right corner.","Dieser Abschnitt enthält Informationen zu Artikeln aus ausgewählten Angeboten und deren Status bei Play.com. Mithilfe der passenden Aktionen aus dem Dropdown-Menü für Aktionen können Sie Ihre Artikel verwalten und für die Verwaltung und Einstellungen von Angeboten stehen Ihnen oben rechts diverse Optionen und Schaltflächen zur Verfügung."
+"This page contains all orders imported from Play.com.
+Use Play.com Accounts dropdown to filter Play.com orders by accounts.
+If Magento Order or Invoice was not created automatically,
+you can create them manually by using appropriate options in the Action dropdown.
+Note: Automatic creation of Magento Orders and Invoices executes according to Play.com Accounts settings in %s > Configuration > Play.com Accounts > Orders.","Diese Seite enthält alle aus Play.com importierten Bestellungen. Verwenden Sie das Drop-down-Menü „Play.com-Konten“, um Ihre Play.com-Bestellungen nach Konten zu filtern. Falls die Magento-Bestellung oder -Rechnung nicht automatisch erstellt wurde, können Sie diese mithilfe der entsprechenden Optionen aus dem Drop-down-Menü „Aktion“ manuell erstellen.Hinweis: Das automatische Erstellen von Magento-Bestellungen und -Rechnungen erfolgt entsprechend den Einstellungen für das Play.com-Konto unter %s > „Konfiguration“ > „Play.com-Konten“ > „Bestellungen“."
+"Play.com Order","Play.com-Bestellung"
+"This section allows you to set preferences of data synchronization.
+ You have to enable / disable synchronization tasks, which will be automatically performed for all Play.com accounts, and Save Settings .
+ To run necessary task manually, click the Run Now button, to run all tasks at once, click Run Enabled Now .
+ Note: Cron job must be set up for automatic synchronization. Otherwise, you will have to perform the synchronization manually.","In diesem Abschnitt können Sie die Einstellungen für die Synchronisierung von Daten festlegen. Sie müssen Synchronisierungsaufgaben aktivieren/deaktivieren, die automatisch für alle Play.com-Konten durchgeführt werden, und anschließend die Einstellungen speichern . Um erforderliche Aufgaben manuell auszuführen, klicken Sie auf Jetzt ausführen . Klicken Sie auf Aktivierte jetzt ausführen , um alle Aufgaben auf einmal auszuführen. Hinweis: Für die automatische Synchronisierung muss ein Cronjob eingerichtet werden. Andernfalls müssen Sie die Synchronisierung manuell durchführen."
+"Updates and synchronizes Play.com Listings according to Synchronization Templates' rules.","Aktualisiert und synchronisiert Play.com-Angebote nach den Regeln der Synchronisierungsvorlagen"
+"If your Play.com listings for some reason were asynchronized with the products in Magento, turn on the Revise All action to catch data up.
+ Revise is performed by the Inventory Synchronization, 100 items per a cycle.
+
+ ","Wenn Ihre Play.com-Angebote aus irgendeinem Grund nicht mehr mit den Produkten in Magento synchron sind, aktivieren Sie die Aktion „Alle überarbeiten“, um die Daten zu synchronisieren. Die Überarbeitung erfolgt durch die Funktion „Warenbestand synchronisieren“, wobei jeweils 100 Artikel auf einmal überarbeitet werden. "
+"Imports and synchronizes Play.com Orders for accounts, which have enabled Import Play.com Orders in their Accounts settings.","Importiert und synchronisiert Play.com-Bestellungen für Konten, für die in den Kontoeinstellungen „Play.com-Bestellungen importieren“ aktiviert ist."
+"Imports and synchronizes 3rd Party Listings for Play.com accounts, which have enabled Import 3rd Party Listings in their Accounts settings.","Importiert und synchronisiert Angebote von Drittanbietern für Play.com-Konten, für die in den Kontoeinstellungen „Angebote von Drittanbietern importieren“ aktiviert ist."
+"Selling Format Template contains price-related data and quantity for the items, which will be listed on Play.com.
+Next to each price options dropdown there is a box for Price Change. Price Change is a value you want the Magento Price to be modified while listing on Play.com.
+Examples:
+If you want the price on Play.com to be greater by 15% than the price in Magento, you should set +15% in the Price Change field.
+Play.com Price = Magento Price + Magento Price * 0.15
+
+If you want the price on Play.com to be less by 10 currency units than the price in Magento, you should set -10 in the Price Change field.
+Play.com Price = Magento Price - 10
+
+If you want the price on Play.com to be multiplied by coefficient 1.2, you should set 1.2 in the Price Change field.
+
+Play.com Price = Magento Price * 1.2.
+
+Note: If the Special Price is chosen in the Price option, but it is not set in Magento Product settings or it is set but it has already expired, the Product Price is used instead.
+
+Note: Attributes must contain only numeric values.","Die Vorlage für das Angebotsformat enthält Daten zu Preisen und Stückzahlen der Artikel, die bei Play.com eingestellt werden. Neben jedem Drop-down-Menü für die Preisoptionen befindet sich jeweils ein Feld für Preisänderungen. Im Feld „Preisänderung“ können Sie festlegen, wie sich der Preis bei Play.com gegenüber dem Magento-Preis ändern soll.Beispiele: Wenn der Preis bei Play.com 15 % höher als der Preis in Magento sein soll, können Sie im Feld „Preisänderung“ „+15 %“ angeben.Play.com-Preis = Magento-Preis + Magento-Preis × 0,15 Wenn der Preis bei Play.com 10 Währungseinheiten niedriger als der Preis in Magento sein soll, müssen Sie im Feld „Preisänderung“ „–10“ angeben.Play.com-Preis = Magento-Preis – 10 Wenn der Preis bei Play.com mit dem Koeffizienten 1,2 multipliziert werden soll, müssen Sie im Feld „Preisänderung“ „1,2“ angeben.Play.com-Preis = Magento-Preis × 1,2 Hinweis: Wenn Sie als Wert für die Option Preis „Sonderpreis“ festgelegt haben, die Option aber nicht in den Produkteinstellungen in Magento festgelegt wurde oder bereits abgelaufen ist, wird stattdessen die Einstellung „Produktpreis“ verwendet.Hinweis: Attribute dürfen nur numerische Werte enthalten."
+"Price for selling in the UK.","Preis für den Verkauf im Vereinten Königreich"
+"Price for selling in Europe.","Preis für den Verkauf in Europa"
+"The price of products in Play.com listing(s).Note: The Final Price is only used for Simple Products.","Der Preis der Produkte in Play.com-BestellungenHinweis: Der Endpreis wird nur für einfache Produkte verwendet."
+"Attribute Sets of products which will be listed on Play.com using this template.","Attributsets von Produkten, die bei Play.com unter Verwendung dieser Vorlage eingestellt werden."
+"Products quantity in Play.com listing(s).","Produktmengen in Play.com-Angeboten."
+"Enables to set the quantity that will be sent on Play.com.","Ermöglicht die Festlegung der Stückzahl, die an Play.com gesendet wird ."
+"If you have 5 pieces in stock but set a max qty of 2 to be listed, a qty of 2 will be listed on Play.com.
+ If you have 1 piece in stock but max qty is set to 3, only 1 will be listed on Play.com.","Wenn Sie fünf (5) Stück auf Lager haben, als maximal einzustellende Stückzahl jedoch zwei (2) angeben, werden zwei (2) Stück bei Play.com eingestellt. Wenn Sie ein (1) Stück auf Lager haben und die maximal einzustellende Stückzahl auf drei (3) festgelegt ist, wird nur ein (1) Stück bei Play.com eingestellt."
+"You are required to set both prices for the UK and Europe delivery regions.
+ Depending on Delivery Region, chosen in Listing Channel settings necessary price will be used for the items you list.","Sie müssen Preise sowohl für die Lieferregion Vereinigtes Königreich als auch für die Lieferregion Europa festlegen. Für die Artikel, die Sie einstellen, wird der Preis entsprechend der Lieferregion verwendet, die Sie in „Channel-Einstellungen für das Angebot“ gewählt haben."
+"Price, GBP","Preis, GBP"
+"Custom Price Attribute, GBP","Attribut „Benutzerdefinierter Preis“, GBP"
+"Price, EUR","Preis, EUR"
+"Custom Price Attribute, EUR","Attribut „Benutzerdefinierter Preis“, EUR"
+"Synchronization Template includes rules and conditions which determine Listing behavior on Play.com.
+ List, Revise, Relist and Stop Rules have to be specified in this template.
+ List Action - at first this action to be executed for each item in M2E Listings, which has Not Listed status and its settings meet the List Condition. If an item was not listed for some reason, autosynchronization will attempt
+ to list it again only if Product Status, Stock Availability or Quantity is changed.
+
+ Note: Inventory Synchronization setting must be enabled in Synchronization (Configuration > Synchronization).
+ Otherwise, Synchronization Template Rules will not take effect.","Synchronisierungsvorlagen enthalten Regeln und Bedingungen für das Einstellen bei Play.com. In dieser Vorlage müssen Regeln für das Einstellen, Bearbeiten, Wiedereinstellen und Anhalten angegeben werden. Aktion „Einstellen“ : Diese Aktion muss zunächst für jeden Artikel aus den M2E-Angeboten durchgeführt werden, dessen Status Nicht eingestellt lautet und dessen Einstellungen die Bedingung für das Einstellen erfüllen. Wenn ein Artikel aus irgendeinem Grund nicht eingestellt wurde, versucht die automatische Synchronisierung diesen Artikel nur dann erneut einzustellen, wenn sich Produktstatus, Verfügbarkeit oder Stückzahl geändert haben. Hinweis: Die Einstellung „Warenbestand synchronisieren“ muss unter „Konfiguration“ > „Synchronisierung“ aktiviert werden. Andernfalls können die Regeln der Synchronisierungsvorlage nicht angewendet werden."
+"Relist Rules define the conditions at which Play.com items will be relisted. ","Die Regeln für das Wiedereinstellen geben die Bedingungen vor, unter denen Play.com-Artikel wiedereingestellt werden. "
+"Automatically relists item(s) after it has been stopped manually within M2EPro.","Stellt Artikel automatisch wieder ein, die manuell in M2E Pro angehalten wurden."
+"Revise Rules are the conditions, at which automatic full and partial listings revising features are enabled.
+ If the certain condition is enabled (Yes is chosen in appropriate line) and met,
+then Play.com Listings, which were listed using current Synchronization Template,
+will be automatically fully or partially updated.
+
+ Partial Revise - contains list of product details, which changes you want to be reflected on Play.com.
+ Full Revise - contains groups of M2E settings. If any data of these groups (Selling Format Template, Listing Channel Settings) is changed, then listings, which use these templates in their settings, will be automatically fully revised.
+ ","Regeln für das Überarbeiten sind die Bedingungen, die erfüllt sein müssen, damit Angebote automatisch ganz oder teilweise bearbeitet werden. Wenn die jeweilige Bedingung aktiviert ist (also in der entsprechenden Zeile Ja ausgewählt wurde) und das Angebot die Bedingung erfüllt, werden Play.com-Angebote, die mit der aktuellen Synchronisierungsvorlage eingestellt wurden, automatisch vollständig oder teilweise aktualisiert. Teilweise überarbeiten : Enthält eine Liste von Produktdetails, mit deren Hilfe Sie festlegen können, welche Änderungen in Play.com übernommen werden sollen. Vollständig überarbeiten : Enthält Gruppen von M2E-Einstellungen. Wenn Daten aus diesen Gruppen (Angebotsformatvorlage, Channel-Einstellungen für das Angebot) geändert werden, werden Angebote, die diese Vorlagen in ihren Einstellungen verwenden, vollständig überarbeitet. "
+"Automatically revises quantity on Play.com listing(s) when the quantity or attribute for quantity of its product is changed in Magento.","Die Stückzahlen von Play.com-Angeboten werden automatisch überarbeitet, wenn die Mengen oder Mengenattribute der verknüpften Produkte in Magento geändert werden."
+"Updates Play.com qty only when the Condition you set below is met.
+ Note: By using this option you can significantly increase Synchronization performance.","Aktualisiert die Stückzahl bei Play.com, wenn die von Ihnen nachstehend festgelegte Bedingung erfüllt ist. Hinweis: Wenn Sie diese Option verwenden, können Sie die Synchronisierungsleistung erheblich steigern."
+"Automatically revises price on Play.com listing(s) when the price(s) or attribute(s) for price(s) of its product is (are) changed in Magento.","Die Preise von Play.com-Angeboten werden automatisch überarbeitet, wenn die Preise oder Preisattribute der verknüpften Produkte in Magento geändert werden."
+"Automatically revises Play.com listing(s) if its Selling Format Template was changed.","Play.com-Angebote werden automatisch überarbeitet, wenn die zugrundeliegende Vorlage für das Angebotsformat geändert wird."
+"Automatically revises Play.com listing(s) if its Listing Settings was changed.","Play.com-Angebote werden automatisch überarbeitet, wenn die zugrundeliegenden Angebotseinstellungen geändert werden."
+"Stop Rules define the conditions when Play.com items listing must be
+ stopped, depending on Magento product state.
+ Note: If all Stop Conditions are set to No or No Action , then the stop option for Play.com items is disabled.
+ If all Stop Conditions are enabled, then an item will be stopped if at least one of Stop Conditions is met.","Die Regeln für das Anhalten definieren die Bedingungen, bei denen Play.com-Angebote je nach ihrem Magento-Produktstatus deaktiviert werden müssen. Hinweis: Wenn für alle Bedingungen für das Anhalten Nein oder Keine Aktion festgelegt ist, dann wird die Option für das Anhalten von Play.com-Artikeln deaktiviert. Wenn alle Bedingungen für das Anhalten aktiviert sind, wird ein Artikel angehalten, sobald mindestens eine der Bedingungen erfüllt ist."
+"Disabled - Coming Soon","Deaktiviert – folgt in Kürze"
+"rakuten.de","rakuten.de"
+"Synchronization settings have been saved.","Die Synchronisierungseinstellungen wurden gespeichert."
+"Running All Enabled Tasks","Alle aktivierten Aufgaben werden ausgeführt"
+"Feedback Synchronization","Bewertungen synchronisieren"
+"Revise All","Alle überarbeiten"
+"You should enable at least one component.","Sie müssen mindestens eine Komponente aktivieren."
+"Default component should be enabled.","Sie müssen die Standardkomponente aktivieren."
+"Channels","Kanäle"
+"Enable channels you are going to work with and Save configuration.","Aktivieren Sie die Channel, mit denen Sie arbeiten werden, und speichern Sie die Konfiguration."
+"eBay Channel","eBay-Channel"
+"eBay channel status.","eBay-Channel-Status."
+"Other Channels","Andere Channel"
+"Amazon channel status.","Amazon-Channel-Status."
+"Rakuten","Rakuten"
+"Rakuten.com channel status.","Rakuten.com-Channel-Status."
+"Play.com channel status.","Play.com-Channel-Status."
+"Rakuten.de","Rakuten.de"
+"Disabled - Coming Soon...","Deaktiviert – folgt in Kürze..."
+"Rakuten.de channel status.","Rakuten.de-Channel-Status."
+"Default Channel","Standard-Channel"
+"Open tab by default.","Registerkarte standardmäßig öffnen."
+"The eBay component , its upgrades and support are free according to eBay / Magento Partner Agreement. And they will stay free until the partner agreement is active. ","Je nach eBay/Magento-Partnervereinbarung sind die eBay-Komponente , spätere Upgrades und der zugehörige Support kostenlos verfügbar. Es werden keine Kosten erhoben, bis die Partnervereinbarung aktiv ist. "
+"and","und"
+"component","Komponente"
+"components","Komponenten"
+"Current %s %s are in Beta state and are provided free of charge. However, please be advised that upon the live version of the product release some monthly subscription fee will be introduced. ","Derzeit liegen %s %s als Betaversion vor und werden kostenlos bereitgestellt. Wir weisen Sie jedoch darauf hin, dass nach Veröffentlichung und Einführung der Live-Version eine monatliche Abonnementgebühr fällig wird. "
+"Note: M2E Pro v.6.x.x consists of %s.
+ %s
+ %s
+
+
+ M2E Pro extension requires activation for its work.
+ To get the License Key click the Get License Key link and follow the instructions.
+ When you receive your License Key, press the Enter button, enter your License Key in appeared text field and press Confirm.
+
+ Note: If you have not received the License Key, please contact us %s.","Hinweis: M2E Pro v.6.x.x besteht aus %s. %s %s Die M2E Pro-Erweiterung muss erst aktiviert werden. Klicken Sie auf den Link Lizenzschlüssel abfragen und befolgen Sie die Anweisungen. Nachdem Sie Ihren Lizenzschlüssel erhalten haben, drücken Sie die Eingabetaste, geben Sie in das eingeblendete Textfeld Ihren Lizenzschlüssel ein und klicken Sie auf „Bestätigen“. Hinweis: Wenn Sie keinen Lizenzschlüssel erhalten haben, kontaktieren Sie uns bitte %s."
+"You must get valid Trial or Live license key.","Sie müssen einen gültigen Test- oder Live-Lizenzschlüssel haben."
+"License Data","Lizenzdaten"
+"License Key","Lizenzschlüssel"
+"Get License Key","Lizenzschlüssel abfragen"
+"License Validation","Lizenzvalidierung"
+"Domain","Domäne"
+"IP","IP"
+"Directory","Verzeichnis"
+"Access","Zugriff"
+"Note: The eBay component, its upgrades and support are free according to eBay / Magento Partner Agreement. And they will stay free
+ until the partner agreement is active.","Hinweis: Gemäß der eBay/Magento-Partnervereinbarung sind die eBay-Komponente, spätere Upgrades und der Support kostenlos verfügbar. Es werden keine Kosten erhoben, bis die Partnervereinbarung aktiv ist."
+"Note: The current Beta version of the Amazon module is provided free of charge.
+ However, please be advised that upon the live version of the product release some monthly subscription fee will be introduced.","Hinweis: Die aktuelle Betaversion des Amazon-Moduls wird kostenlos zur Verfügung gestellt. Wir weisen Sie jedoch darauf hin, dass nach Veröffentlichung und Einführung der Live-Version eine monatliche Abonnementgebühr fällig wird."
+"Note: The current Beta version of the Rakuten.com module is provided free of charge.
+ However, please be advised that upon the live version of the product release some monthly subscription fee will introduced.","Hinweis: Die aktuelle Betaversion des Rakuten.com-Moduls wird kostenlos zur Verfügung gestellt. Wir weisen Sie jedoch darauf hin, dass nach Veröffentlichung der Live-Version eine monatliche Abonnementgebühr eingeführt wird."
+"Note: The current Beta version of the Play.com module is provided free of charge.
+ However, please be advised that upon the live version of the product release some monthly subscription fee will introduced.","Hinweis: Die aktuelle Betaversion des Play.com-Moduls wird kostenlos zur Verfügung gestellt. Wir weisen Sie jedoch darauf hin, dass nach Veröffentlichung der Live-Version eine monatliche Abonnementgebühr eingeführt wird."
+"Current Status","Aktueller Status"
+"None License","Keine Lizenz"
+"Trial License","Testlizenz"
+"Live License","Aktive Lizenz"
+"Suspended","Gesperrt"
+"Closed","Geschlossen"
+"Expiration Date","Gültig bis"
+"Global Settings","Globale Einstellungen"
+"All settings are gathered into four groups. To reach them click on appropriate link.","Sämtliche Einstellungen werden in vier Gruppen zusammengefasst. Diese erreichen Sie über den entsprechenden Link."
+"eBay, Amazon, Rakuten.com, Play.com channels activation.","eBay-, Amazon-, Rakuten.com-, Play.com-Channel-Aktivierung"
+"Interface and synchronization preferences.","Schnittstellen- und Synchronisierungseinstellungen"
+"Logs Clearing","Protokolle löschen"
+"Preferences for logs history clearing.","Einstellungen für das Entfernen von Verlaufsinformationen aus Protokollen."
+"M2E Pro activation.","M2E Pro-Aktivierung"
+"Set preferences for automatic logs clearing and Save configuration.
+
+ To launch a task manually press Run Now. To clear all log records of the certain Log press Clear All button.
+
+ Note: Autoclearing is performed by cron.
+ ","Legen Sie Einstellungen für das automatische Bereinigen von Protokollen fest und speichern Sie die Konfiguration. Wenn Sie eine Aufgabe manuell starten möchten, klicken Sie auf „Jetzt ausführen“. Wenn alle Einträge des konkreten Protokolls entfernt werden sollen, klicken Sie auf „Alles löschen“. Hinweis: Das automatische Bereinigen wird durch Cron erledigt. "
+"Listings Log Clearing","Angebotsprotokoll löschen"
+"Keep For (days)","Behalten für (Tage)"
+"Saves records for the definite number of days.","Speichert Datensätze für die angegebene Anzahl von Tagen."
+"3rd Party Listings Log Clearing","Protokoll für Angebote von Drittanbietern löschen"
+"Synchronization Log Clearing","Synchronisierungsprotokoll löschen"
+"Orders Log Clearing","Bestellprotokoll löschen"
+"Interface","Schnittstelle"
+"Set visual interface preferences and Save configuration.","Legen Sie Einstellungen für die Benutzeroberfläche fest und speichern Sie die Konfiguration."
+"Products Thumbnails","Produkt-Indexbilder"
+"Do Not Show","Nicht anzeigen"
+"Show","Anzeigen"
+"Shows / does not show products thumbnails on Add Products and View Listing pages.","Ermöglicht das Aktivieren/Deaktivieren der Anzeige von Produkt-Indexbildern auf den Seiten „Produkte hinzufügen“ und „Angebot anzeigen“."
+"Help Blocks","Hilfe-Abschnitte"
+"Shows / does not show Help blocks.","Blendet Hilfe-Abschnitte ein/aus."
+"Restores manually closed Help blocks.","Blendet manuell geschlossene Hilfe-Abschnitte wieder ein."
+"Global Synchronization","Global synchronisieren"
+"Has to be enabled if product price and quantity changes are made directly to database. Data update depends on the number of products and can be fully completed after several synchronization cycles finish.
+
+ Note: Enable this option if you really need it, as it is very resource and time consuming and may affect synchronization performance.","Muss aktiviert werden, wenn Änderungen an Produktpreisen und Stückzahlen direkt in der Datenbank vorgenommen werden. Die Datenaktualisierung ist abhängig von der Anzahl der Produkte und kann nach Beendigung mehrerer Synchronisierungszyklen vollständig abgeschlossen sein. Hinweis: Aktivieren Sie diese Option nur, wenn Sie sie wirklich benötigen, da sie sehr ressourcen- und zeitaufwändig ist und die Synchronisierungsgeschwindigkeit beeinträchtigen kann."
+"Track Direct Database Changes","Direkte Änderungen in der Datenbank nachverfolgen"
+"Note: Enable this option if you really need it, as it is very resource and time consuming and may affect synchronization performance.","Hinweis: Aktivieren Sie diese Option nur, wenn Sie sie wirklich benötigen, da sie sehr ressourcen- und zeitaufwändig ist und die Synchronisierungsgeschwindigkeit beeinträchtigen kann."
+"PHP","PHP"
+"MySQL","MySQL"
+"Cron","Cron"
+"GMT","Greenwich-Zeit"
+"not working","funktioniert nicht"
+"Expired Date","Gültig bis"
+"Valid Domain","Gültige Domäne"
+"Valid IP","Gültige IP"
+"Valid Directory","Gültiges Verzeichnis"
+"Host","Host"
+"Edition","Ausgabe"
+"Version","Version"
+"Add Secret Key to URLs","Geheimen Schlüssel für URLs hinzufügen"
+"Name","Name"
+"Version (revision)","Version (bearbeitete Version)"
+"Server API","Server-API"
+"Database Name","Datenbankname"
+"Tables Prefix","Präfix der Tabellen"
+"Connection Timeout","Verbindungs-Timeout"
+"sec","Sek"
+"Wait Timeout","Wartezeit-Timeout"
+"Total Tables","Gesamtzahl der Tabellen"
+"Total Module Tables","Gesamtzahl der Modultabellen"
+"Total Module Records","Gesamtzahl der Moduldatensätze"
+"Unlimited","Unbegrenzt"
+"PHP Info","PHP-Informationen"
+"Current Date (GMT)","Aktuelles Datum (UTC+0)"
+"APC","APC"
+"Memcached","Memcached"
+"Redis","Redis"
+"Compilation","Kompilierung"
+"Code Pool","Code-Pool"
+"We recommend to set up your cron job to be run every 5 minutes (e.g. */5 * * * *).","Wir empfehlen, den Cronjob so einzurichten, dass er alle fünf Minuten ausgeführt wird (z. B. */5 * * * *)."
+"Last Run","Letzte Ausführung"
+"PHP command","PHP-Befehl"
+"GET command","GET-Befehl"
+"Cron Schedule Table","Cron-Zeitplantabelle"
+"Magento Default Locale","Magento-Standard-Locale"
+"Properties","Merkmal"
+"Current Value","Tatsächlich"
+"Location","Ort"
+"MySQL Summary","MySQL-Zusammenfassung"
+"Table `%s`","Tabelle '%s'"
+"(%s records)","(% Datensätze)"
+"Magento development mode is '.$developmentHtml.' now. ","Der Magento-Entwicklungsmodus ist jetzt '.$developmentHtml.' . "
+"System Requirements","Systemanforderungen"
+"Caches / Compilation","Caches/Kompilierung"
+"Conflicted Modules","Module im Konflikt"
+"Database Broken Tables","Database Broken Tables"
+"Info","Informationen"
+"Database (Module)","Datenbank (Modul)"
+"Database (Integration)","Datenbank (Integration)"
+"M2E Pro (General)","M2E Pro (Allgemeines)"
+"M2E Pro (Install / Upgrade)","M2E Pro (Installation/Upgrade)"
+"Additional","Weitere"
+"Help","Hilfe"
+"Hide Block","Abschnitt ausblenden"
+"Show Tips","Tipps anzeigen"
+"Hide Tips","Tipps ausblenden"
+"View All Product Log","Alle Produktprotokolle anzeigen"
+"This is a required field.","Dies ist ein Pflichtfeld."
+"You should select Attribute Set first.","Sie müssen zuerst einen Attributset auswählen."
+"Collapse All","Alle minimieren"
+"Expand All","Alle einblenden"
+"The products below will not be moved into the chosen listing.
+
+ Possible reasons:
+ The products are already present in the chosen listing.
+
","Die nachfolgenden Produkte werden nicht in das ausgewählte Angebot verschoben. Mögliche Gründe: Die Produkte sind im gewählten Angebot bereits vorhanden. Das ausgewählte Angebot hat „Nicht anzeigen“ als Wert für „In anderen Angeboten aufgeführte Produkte“ und die Produkte, die Sie hinzufügen möchten, werden in anderen Angeboten aufgeführt.
"
+"Enter Product ID","Geben Sie die Produkt-ID"
+"Or SKU","oder Artikelnummer ein"
+"Advanced Filter","Erweiterte Filter"
+"Products Presented In Other Listings","In anderen Angeboten aufgeführte Produkte"
+"Not Show","Nicht anzeigen"
+"Makes the filter result more precise:Show - all products will be displayed;Not Show - the products, which are not included in any listing, will be only displayed.","Ergibt noch genauere Filterergebnisse:Anzeigen : Es werden alle Produkte angezeigt;Nicht anzeigen : Es werden nur die Produkte angezeigt, die nicht in irgendeinem Angebot enthalten sind."
+"eBay User ID","eBay-Mitgliedsname"
+"eBay Site","eBay-Website"
+"Magento Store View","Magento-Shop-Ansicht"
+"Errors Summary","Zusammenfassung der Fehler"
+"Product(s)","Produkt(e)"
+"Payment Method","Zahlungsmethode"
+"%s Order ID","%s-Bestellnummer"
+"%s Final Fee","%s-Verkaufsprovision"
+"Transactions","Transaktionen"
+"Transaction #","Transaktion #"
+"Fee","Gebühr"
+"Amount","Betrag"
+"Date","Datum"
+"Order ID","Bestellnummer"
+"Store Debug Information","Debug-Informationen zum Shop"
+"View All Order Logs.","Alle Bestellprotokolle anzeigen."
+"Please enter correct product ID or SKU.","Bitte geben Sie die korrekte Produkt-ID oder Artikelnummer ein."
+"Order Item Mapping","Zuordnung des bestellten Artikels"
+"As M2E Pro was not able to find appropriate product in Magento Catalog, you are supposed to find and map it manualy.
+ Note: Magento Order can be only created when all products of eBay Order are found in Magento Catalog.","Da M2E Pro kein entsprechendes Produkt im Magento-Katalog finden konnte, müssen Sie es selbst finden und manuell zuordnen. Hinweis: Eine Magento-Bestellung kann nur dann erstellt werden, wenn alle Produkte der eBay-Bestellung im Magento-Katalog gefunden werden."
+"Order Item Options Setting","Einstellung für Optionen des bestellten Artikels"
+"As M2E Pro was not able to find appropriate option in Magento product you are supposed find and map it manualy.
+ If you want to use the same settings for the similar subsequent orders, select appropriate check-box at the bottom.
+ Note: Magento Order can be only created when all products of eBay Order are found in Magento Catalog.","Da M2E Pro keine entsprechende Option im Magento-Produkt finden konnte, müssen Sie sie selbst finden und manuell zuordnen. Wenn Sie dieselben Einstellungen für ähnliche Folgebestellungen verwenden möchten, wählen Sie unten das entsprechende Kontrollkästchen aus. Hinweis: Eine Magento-Bestellung kann nur dann erstellt werden, wenn alle Produkte der eBay-Bestellung im Magento-Katalog gefunden werden."
+"Channel Options","Channel-Optionen"
+"No channel options are available.","Es sind keine Channel-Optionen verfügbar."
+"Select Option...","Option auswählen…"
+"Save selection for subsequent orders","Auswahl für Folgebestellungen speichern"
+"Selected Product Option is Out of Stock.","Die ausgewählte Produktoption ist nicht mehr vorrätig."
+"Not created orders only","Nur nicht erstellte Bestellungen"
+"Using this, you can see the records for which order(s) were not created in magento.
+ It might happened, because particular product(s) or product option(s) were not found and some action is required for such orders.
+
+ When you open order detail, you can use appropriate options Map to Magento Product or Set Options to correct missing information and create order in magento.","Durch Verwenden dieser Option können Sie die Datensätze einsehen, für die in Magento keine Bestellung(en) erstellt wurde(n). Dazu kann es kommen, wenn konkrete Produkte oder Produktoptionen nicht gefunden wurden und für derartige Bestellungen bestimmte Aktionen erforderlich sind. Wenn Sie die Bestelldetails öffnen, können Sie mithilfe der Optionen Zu Magento-Produkt zuordnen und Optionen festlegen fehlende Angaben ergänzen und Bestellungen in Magento erstellen."
+"M2E Pro has detected, that your System Configuration does not meet minimum requirements, so there might be problems with its work. Please check it and amend appropriate settings.","M2E Pro hat festgestellt, dass Ihre Systemkonfiguration die Mindestanforderungen nicht erfüllt, sodass möglicherweise nicht alle Funktionen korrekt arbeiten. Bitte überprüfen Sie dies und ändern Sie die entsprechenden Einstellungen."
+"Please take a look at Documentation and Knowledge Base .
+ Most probably it has the answer to your question(s).
+ If you still have any questions, fill in the form below to contact our Customer Support.
+ Note: We provide support during our working hours: 10 a.m. - 6 p.m. (GMT+2), mon - fri.","Lesen Sie in der Dokumentation und in der Wissensdatenbank nach. Mit hoher Wahrscheinlichkeit finden Sie dort eine Antwort auf Ihre Frage(n). Falls Sie weiterhin Fragen haben, benutzen Sie das Kontaktformular, um eine Nachricht an unseren Kundenservice zu schicken. Hinweis: Unser Kundenservice steht Ihnen Montag bis Freitag von 10 bis 18 Uhr (UTC+2) zur Verfügung."
+"Subject","Betreff"
+"Contact Name","Name der Kontaktperson"
+"Contact Email","E-Mail-Kontakt"
+"General Problem","Allgemeines Problem"
+"Problem","Problem"
+"No Articles Found","Keine Artikel gefunden"
+"Go To Article →","Weiter zu Artikel ?"
+"Feedback","Bewertungen"
+"No Ideas Found","Keine Ideen gefunden"
+"Go To Idea →","Weiter zu Idee ?"
+"Cron Info","Cron-Informationen"
+"Enter your problem here","Geben Sie Ihr Problem hier ein"
+"This Log contains information on processes, which were done in Synchronization tasks.
+ Note: Logs of Default, Templates, Orders and 3rd Party Listings Synchronizations are only recorded when Error(s) or Warning(s) appears.","Dieses Protokoll enthält Informationen zu Prozessen, die in Synchronisierungsaufgaben ausgeführt wurden. Hinweis: Die Protokolle der Synchronisierung von Standardeinstellungen, Vorlagen, Bestellungen und Angeboten von Drittanbietern werden nur dann aufgezeichnet, wenn Fehler oder Warnungen auftreten."
+"Step","Schritt"
+"Note: If you close the wizard, it never starts again. You will be required to set all settings manually. Press Cancel to continue working with wizard.","Hinweis: Wenn Sie den Assistenten jetzt schließen, wird er kein zweites Mal geöffnet. Sie müssen dann alle Einstellungen manuell vornehmen. Klicken Sie auf „Abbrechen“, um den Assistenten weiter auszuführen."
+"You have set the main M2E Pro settings and now you have to set up the main settings of the chosen Channel(s).","Sie haben jetzt die wichtigsten Einstellungen für M2E Pro vorgenommen. Als nächstes müssen Sie die wichtigsten Einstellungen für den/die ausgewählten Channel festlegen."
+"Cron Job Set Up","Cronjob einrichten"
+"Set up a cron job to run every minute (e.g. * * * * *) to enable automatic work of the extension.
+ Otherwise, some processes will not work (i.e. synchronization tasks, logs cleaning).","Richten Sie einen Cronjob ein, der einmal pro Minute ausgeführt wird (z.B. * * * * *), damit die Erweiterung automatische Vorgänge durchführen kann. Andernfalls werden manche Prozesse nicht funktionieren (z.B. automatische Synchronisierungsaufgaben oder Protokoll-Löschvorgänge)."
+"Set up Cron Job using PHP","Cronjob mit PHP einrichten"
+"OR","oder"
+"Set up Cron Job using GET","Cronjob mit GET einrichten"
+"Incomplete","Unvollständig"
+"License Set Up","Lizenz einrichten"
+"You need to specify the License Key.
+ Note: M2E Pro does not work without activation.","Sie müssen den Lizenzschlüssel angeben. Hinweis: M2E Pro kann ohne Aktivierung nicht verwendet werden."
+"Settings Set Up","Einstellungen einrichten"
+"In M2E Pro global settings you are required to specify the channel(s) you are going to work with.","In den globalen Einstellungen von M2E Pro müssen die Channel, mit denen Sie arbeiten möchten, eingerichtet werden."
+"You have successfully installed M2E Pro v. %s .
+ Click
+ Start Configuration Wizard to quickly set up main settings or
+ Skip it if you intend to set it later.
+ Note: If you skip the Wizard, it never starts again. You will be required to set all settings manually.","Sie haben M2E Pro Version %s installiert. Klicken Sie auf den Assistenten Konfiguration starten , um die Haupteinstellungen schnell und einfach einzurichten, oder klicken Sie auf Überspringen , wenn Sie die Einstellungen später konfigurieren möchten. Hinweis: Wenn Sie den Assistenten überspringen, wird er nicht mehr geöffnet. Sie müssen dann alle Einstellungen manuell vornehmen."
+"You have successfully installed M2E Pro v. %s.
+ The next step is setting up of the main settings, such as Cron job, Licensing (extension does not work without license)
+ and others to enable a proper work of the extension.
+ In the table below there are recommended server settings, which guaranty a stable work of the extension.
+ Press the Start Configuration button to start setting M2E Pro configuration.","Sie haben M2E Pro Version %s installiert. Als Nächstes müssen Sie die wichtigsten Einstellungen wie den Cronjob, die Lizenzierung (die Erweiterung kann nicht ohne gültige Lizenz verwendet werden) und andere Einstellungen vornehmen, um die Funktionen der Erweiterung nutzen zu können. In der folgenden Tabelle finden Sie die empfohlenen Servereinstellungen, mit denen die Erweiterung stabil und zuverlässig ausgeführt werden kann. Klicken Sie auf Konfiguration starten , um mit der Konfiguration von M2E Pro zu beginnen."
+"Congratulations, you have successfully linked your eBay account to M2E Pro.","Herzlichen Glückwunsch! Sie haben Ihr eBay-Konto mit M2E Pro verknüpft."
+"You can change it if you need.","Bei Bedarf lässt sich dies ändern."
+"Import Orders","Bestellungen importieren"
+"Import 3rd Party Items","Artikel von Drittanbietern importieren"
+"Import Feedback","Bewertungen importieren"
+"Now, create an M2E Pro Listing. This will allow you to define specific settings on eBay.","Erstellen Sie jetzt ein M2E Pro-Angebot und legen Sie so konkrete Einstellungen bei eBay fest."
+"Please ensure your personal information is correct","Vergewissern Sie sich, dass Ihre persönlichen Angaben korrekt sind."
+"Email","E-Mail"
+"First Name","Vorname"
+"Last Name","Nachname"
+"Postal Code","Postleitzahl"
+"This information will be sent to M2E Pro for approval.
+ Read more in our Privacy Policy .","Diese Angaben werden zur Überprüfung an M2E Pro gesendet. Mehr dazu erfahren Sie in unserer Datenschutzerklärung ."
+"Please sign into eBay to link M2E to your eBay account and proceed to the next step.","Loggen Sie sich bitte bei eBay ein, um M2E mit Ihrem eBay-Konto zu verknüpfen und mit dem nächsten Schritt fortzufahren."
+"Sign into eBay Sandbox","Bei eBay Sandbox einloggen"
+"If you don't have an eBay account, please create one. It's easy, fast and free.","Wenn Sie noch kein eBay-Konto haben, melden Sie sich bitte an. Das ist einfach, geht schnell und kostet nichts."
+"Please verify the below information is valid before we register you with M2E.","Bitte überprüfen Sie die unten aufgeführten Angaben auf ihre Gültigkeit, bevor wir Sie bei M2E registrieren."
+"Register Your Free M2E Extension","Ihre kostenlose M2E-Erweiterung registrieren"
+"The eBay token obtaining is currently unavailable. Please try again later.","Der eBay-Token kann derzeit nicht bezogen werden. Bitte versuchen Sie es später noch einmal."
+"eBay/Magento Integration: Listing","eBay/Magento-Integration: Angebot"
+"Creating a new listing in one of your first jobs. Don't worry. It's easy to do.","Erstellen Sie als eine Ihrer ersten Aufgaben ein neues Angebot. Keine Angst. Das geht ganz einfach."
+"Think of an M2E Listing as a set of policies that will determine the type of items you wish to sell. You can create as many M2E Listings as you need.","Ein M2E-Angebot ist so etwas wie ein Satz von Rahmenbedingungen, die bestimmen, wie die Artikel, die Sie verkaufen möchten, angeboten werden. Sie können so viele M2E-Angebote erstellen, wie Sie benötigen."
+"Creating an M2E Listing with certain characteristics means you won't need to input these characteristics again and again every time you wish to sell an item.","Wenn Sie M2E-Angebote mit bestimmten Merkmalen erstellen, bedeutet das, dass Sie diese Merkmale nicht jedes Mal neu eingeben müssen, wenn Sie einen Artikel verkaufen möchten."
+"There are %s stages to complete to create a successful M2E Listing in %s Mode:","Zum Erstellen eines M2E-Angebots im %s-Modus müssen Sie %s Schritte durchführen, um die entsprechenden Einstellungen festzulegen:"
+"General Settings – information about which eBay site you wish to list on, your eBay User ID and which Magento Store settings you wish to use","Allgemeine Einstellungen : Hier geben Sie an, auf welcher eBay-Website Sie Ihre Artikel einstellen möchten, wie Ihr eBay-Nutzername lautet und welche Magento-Store-Einstellungen verwendet werden sollen."
+"Payment and Shipping Settings – what are your shipping charges, your Returns Policy and how do you wish to get paid","Zahlungs- und Versandeinstellungen : Hier geben Sie Ihre Versandgebühren, Ihre Rücknahmebedingungen und die von Ihnen akzeptierten Zahlungsmethoden an."
+"Selling Settings – more detailed information about the type of eBay listing and how long your item will be on sale","Verkaufseinstellungen : Hier machen Sie ausführlichere Angaben zur Art des eBay-Angebots und dazu, wie lange Ihr Artikel zum Verkauf verfügbar sein soll."
+"Synchronization Setting – how your items are synchronized on eBay","Synchronisierungseinstellungen : Hier legen Sie fest, wie Ihre Artikel bei eBay synchronisiert werden."
+"Please select an M2E Mode","Wählen Sie einen M2E-Modus aus."
+"There are two modes available to you.
+
+ We have chosen the mode we think is most suitable for you, based on your selling history, but you can change this if you prefer.","Sie können zwischen zwei Modi wählen. Wir haben den Modus gewählt, der aufgrund Ihrer bisherigen Verkäufe unserer Meinung nach am besten für Sie geeignet ist, Sie können diesen Modus aber gern ändern."
+"Simple","Einfach"
+"Suitable for new users and for those with a limited inventory.","Dieser Modus eignet sich für neue Nutzer und Nutzer mit einem begrenzten Warenbestand."
+"Advanced","Profi-Option"
+"Suitable for the more experienced user.","Dieser Modus eignet sich für erfahrenere Nutzer."
+"If you're not sure which mode to choose, go for the Simple Mode.
+ Don't worry you can change it later in %s -> Configuration -> General","Wenn Sie unsicher sind, welchen Modus Sie wählen sollten, empfehlen wir, den Modus „Einfach“ zu verwenden. Unter %s > „Konfiguration“ > „Allgemeines“ können Sie diesen Modus jederzeit ändern."
+"eBay/Magento Integration: Products Management","eBay/Magento-Integration: Produktverwaltung"
+"Congratulations, you have successfully created your first M2E Listing. You're well on your way to your first items appearing on eBay.","Herzlichen Glückwunsch! Sie haben Ihr erstes M2E-Angebot erstellt. Damit haben Sie eine Grundvoraussetzung dafür erfüllt, dass Ihre Artikel auch bei eBay erscheinen."
+"Next up is to select the products from your Magento Store that you want to list on eBay. ","Als Nächstes müssen Sie die Produkte aus Ihrem Magento-Store auswählen, die bei eBay eingestellt werden sollen. "
+"Any products on your Magento Store that fulfil your M2E Listing criteria can be chosen.","Zur Wahl stehen alle Produkte in Ihrem Magento-Store, die Ihre M2E-Einstellungskriterien erfüllen."
+"Once you've chosen your products, assign them to the correct eBay category.","Nachdem Sie Ihre Produkte ausgewählt haben, weisen Sie diese der richtigen eBay-Kategorie zu."
+"You can adjust the price that you sell your items for on eBay in relation to your shop price. You might want to increase your selling price to take into account the fees for selling on eBay.
+ Or, reduce your price to be competitive.","Sie können für die Artikel, die Sie bei eBay verkaufen, einen anderen als den in Ihrem Magento-Store festgelegten Preis angeben. So könnten Sie z.B. einen höheren Verkaufspreis festlegen, um die Gebühren zu berücksichtigen, die beim Verkaufen bei eBay anfallen. Sie könnten Ihre Artikel aber auch zu einem niedrigeren Preis anbieten, um so konkurrenzfähig zu sein."
+"Wizard (Video Tutorial)","Assistent (Video-Infotour)"
+"Combine Magento - the best-selling ecommerce web application–and eBay – the world's favourite marketplace","Kombinieren Sie Magento, die führende E-Commerce-Webanwendung, mit eBay, dem weltweit beliebten Marktplatz."
+"M2E is a free Magento extension that enables you to sell your products on eBay and manage your sales from your Magento store.","M2E ist eine kostenlose Magento-Erweiterung, mit der Sie Ihre Produkte bei eBay verkaufen und Ihre Verkäufe aus Ihrem Magento-Store verwalten können."
+"Using M2E is an easy way to display your products in front of millions of buyers on eBay. It's free, quick and simple to set up. You choose which products to sell, the quantity and price. Using eBay means your items are automatically optimized for mobile – the biggest retail growth area.","Mit M2E können Sie Ihre Produkte ganz einfach Millionen von eBay-Käufern präsentieren. Das Tool ist kostenlos, schnell und einfach einzurichten. Sie legen fest, welche Produkte Sie in welcher Stückzahl und zu welchem Preis verkaufen möchten. Wenn Sie eBay nutzen, bedeutet das, dass Ihre Artikel automatisch für Mobilgeräte und damit für den am schnellsten wachsenden Verkaufskanal im Einzelhandel optimiert werden."
+"The first step is to link Magento to your eBay account.","Der erste Schritt besteht darin, Magento mit Ihrem eBay-Konto zu verknüpfen."
+"If you already have an eBay account, check that you are registered as an eBay business seller. If you don't yet have an eBay account it's easy to create one.","Wenn Sie bereits ein eBay-Konto haben, vergewissern Sie sich bitte, dass Sie als gewerblicher eBay-Verkäufer angemeldet sind. Wenn Sie noch kein eBay-Konto haben, melden Sie sich einfach als neuer Nutzer an."
+"You have successfully installed M2E Pro v. %s .
+ Click
+ Start Configuration Wizard to quickly set up main settings","Sie haben M2E Pro Version %s installiert. Klicken Sie auf den Assistenten Konfiguration starten , um in wenigen Schritten die Haupteinstellungen festzulegen."
+"Step %d","Schritt %d"
+"Congratulations!
+ You have successfully installed the new version of M2E Pro.
+ In this version 'Sell on eBay' has been separated from the other channels and completely updated. All data was successfully migrated but we would recommend you check the settings in light of the changes we’ve identified below.
+ ","Herzlichen Glückwunsch! Sie haben die neue Version von M2E Pro installiert. In dieser Version wurde „Bei eBay verkaufen“ von den anderen Channels getrennt und vollständig überarbeitet. Es wurden zwar alle Daten migriert, aber wir empfehlen dennoch, dass Sie angesichts der im Folgenden aufgeführten Änderungen Ihre Einstellungen noch einmal überprüfen. "
+"1) Templates have been replaced by Policies","1) Vorlagen wurden durch Rahmenbedigungen ersetzt."
+"All templates are now policies. Use these to create all the necessary settings for listing Magento products on eBay.
+ The templates have been renamed:
+
+
+
+ Previously known as:
+ New name of policy:
+ What’s included:
+
+
+ General
+ Payment
+ How buyers pay you
+
+
+ General
+ Shipping
+ Your shipping costs and service
+
+
+ General
+ Returns
+ Your returns window and who pays postage
+
+
+ Selling Format
+ Price, Quantity and Format
+ Detailed information including price, quantity and listing duration
+
+
+ Description, listing upgrades, product details and condition
+ Description
+ Settings to help you accurately describe your items
+
+
+ Synchronization
+ Synchronization
+ Settings for autosynchronization between Magento and eBay
+
+
+ ","Alle Vorlagen sind jetzt Rahmenbedingungen. Diese können Sie verwenden, um beim Einstellen von Magento-Produkten bei eBay alle notwendigen Einstellungen festzulegen. Die Vorlagen wurden umbenannt: Bisheriger Name: Neuer Name der Rahmenbedingung: Wofür gilt diese Preisaktion: Allgemeines Zahlung Hier können Sie angeben, wie Sie Ihr Geld von den Käufern erhalten möchten Allgemeines Versand Ihre Versandkosten und -services Allgemeines Rücknahmen Ihr Zeitfenster für Rücknahmen und Angaben dazu, wer die Versandkosten trägt Angebotsformat Preis, Stückzahl und Format Ausführliche Informationen, darunter Preis, Stückzahl und Angebotsdauer Beschreibung, Zusatzoptionen, Produktdetails und Artikelzustand Beschreibung Einstellungen zur Unterstützung bei der korrekten Beschreibung Ihrer Artikel Synchronisierung Synchronisierung Einstellungen für die automatische Synchronisierung zwischen Magento und eBay
"
+"2) Easier to create new listings","2) Das Erstellen neuer Angebote wurde vereinfacht"
+"It’s now quicker and easier to create eBay listings. You can set up a single listing from scratch using custom setting mode or use previously saved information. You can also edit listings individually or in bulk with details in your listing settings*, policies and custom settings.
+
+
+ When your listings have been created, you can choose between 3 different modes to view and filter them:
+
+
+ eBay – displays product information related to eBay so it’s easy to find and edit listings in bulk (for example, list, relist, revise, stop etc)
+ Magento - displays product information related to the Magento catalogue such as Magento QTY, stock Status etc.
+ Settings – displays information in relation to the product settings (for example Selling settings, eBay categories etc) to make it easy to change settings in bulk.
+
+
+ * Attributes have been removed from listing settings.
+ ","Das Erstellen von eBay-Angeboten geht jetzt schneller und einfacher. Sie können entweder ein einzelnes Angebot ganz neu erstellen und dabei individuelle Einstellungen verwenden oder Sie können auf zuvor gespeicherte Informationen zurückgreifen. Außerdem können Sie Angebote einzeln oder gebündelt bearbeiten und dabei Details aus Ihren Angebotseinstellungen*, Rahmenbedingungen und individuellen Einstellungen verwenden. Wenn Ihre Angebote erstellt sind, können Sie für das Anzeigen und Filtern dieser Angebote zwischen den folgenden drei Modi wählen: eBay : Die angezeigten Produktinformationen beziehen sich auf eBay, sodass Angebote ganz einfach gesucht und gebündelt bearbeitet werden können (z.B. um sie einzustellen, wiedereinzustellen, zu überarbeiten, anzuhalten usw.). Magento : Die angezeigten Produktinformationen beziehen sich auf den Magento-Katalog (z.B. Magento-Stückzahl, Bestandsstatus usw.). Einstellungen : Die angezeigten Informationen beziehen sich auf die Produkteinstellungen (z.B. Verkaufseinstellungen, eBay-Kategorien usw.), damit die Einstellungen ganz einfach gebündelt geändert werden können. * „Attribute“ wurde aus den Angebotseinstellungen entfernt. "
+"Please check video tutorials to have quick overview of new UI.","Einen schnellen Überblick über die neue Benutzeroberfläche erhalten Sie in den Video-Infotouren."
+"3) Other improvements and changes","3) Weitere Verbesserungen und Änderungen"
+"
+ eBay Fee estimation has been added to the listing view, allowing you to see how much you’ll be charged for listing your item on eBay.
+
+ Automatic currency rate conversion has been added. If Magento has the currency conversion rate, it will be converted automatically to all your prices.
+
+ List / Relist Schedule has been removed from Amazon, Rakuten.com and Play.com synchronization templates and updated for eBay. It now covers both list and relist rules.
+
+ The following terms have been rephrased for eBay:
+
+
+ Account title is now eBay User ID
+ Marketplace is now eBay site
+ Template is now Policy
+ Actions On Categories' Products is now Automatic Actions
+
+
+ Simple / Advanced Mode for eBay . There are now two modes available for eBay.
+
+
+ Simple - for new users and those with limited inventory;
+ Advanced - for more experienced users.
+
+ You can change the mode any time in Sell on eBay > Configuration > General.
+
+ The global settings for M2E have been moved and divided into:
+
+
+ Common – for all channels. Find these settings in Magento > System > Configuration and select M2E Pro;
+ eBay settings. Find these settings in Sell on eBay > Configuration > General.
+
+
+ "," Die Angebotsansicht wurde um die Funktion Schätzung der eBay-Gebühren erweitert, sodass Sie sehen, welche Gebühren Ihnen für das Einstellen Ihres Artikels bei eBay berechnet werden. Automatische Währungskursumrechnung wurde hinzugefügt. Wenn in Magento der Wechselkurs angegeben ist, werden alle Ihre Preise automatisch umgerechnet. Einstellungs-/Wiedereinstellungsplan wurde aus den Amazon-, Rakuten.com- und Play.com-Synchronisierungsvorlagen entfernt und für eBay überarbeitet. Die Funktion berücksichtigt jetzt sowohl die Regeln für das Einstellen als auch die Regeln für das Wiedereinstellen. Die folgenden Begriffe wurden für eBay geändert: „Kontobezeichnung“ heißt jetzt eBay-Nutzername . „Marktplatz“ heißt jetzt eBay-Website . „Vorlage“ heißt jetzt Rahmenbedingungen . „Aktionen für Produkte aus Kategorien“ heißt jetzt Automatische Aktionen . Einfacher/Erweiterter Modus für eBay . Für eBay stehen jetzt zwei Modi zur Verfügung. Einfach : Dieser Modus eignet sich für neue Nutzer und Nutzer mit begrenztem Warenbestand. Erweitert : Dieser Modus eignet sich für erfahrenere Nutzer. Sie können den Modus jederzeit ändern. Gehen Sie dazu zu „Bei eBay verkaufen“ > „Konfiguration“ > „Allgemeines“. Die globalen Einstellungen für M2E wurden verschoben und wie folgt unterteilt: „Allgemein“: Für alle Channels. Sie finden diese Einstellungen unter „Magento“ > „System“ > „Konfiguration“ und dort unter „M2E Pro“. „eBay-Einstellungen“. Sie finden diese Einstellungen unter „Bei eBay verkaufen“ > „Konfiguration“ > „Allgemeines“. "
+"Migration Notifications","Migrations-Benachrichtigungen"
+"Below you can find all changes that have been made after migration. Click on the links to check or edit changed options.","Im Folgenden finden Sie alle Änderungen, die im Rahmen der Migration vorgenommen wurden. Klicken Sie auf die Links, um die geänderten Optionen zu überprüfen und bei Bedarf zu bearbeiten."
+"You have no notifications of Migration!","Sie haben keine Migrations-Benachrichtigungen!"
+"eBay accounts have been renamed","eBay-Konten wurden umbenannt"
+"eBay Condition has been changed in the next Description Templates","„eBay-Zustand“ wurde in den nächsten Beschreibungsvorlagen geändert"
+"Ignore variation option has been moved from eBay General template to the Selling Format policy and set to default 'No'.
+ Below you can find the listings that used 'Yes' in this option. Please, check their the Selling Format settings to make sure the option has the value you need.
+ ","Die Option „Varianten ignorieren“ wurde von der eBay-Vorlage „Allgemeines“ in die „Angebotsformat“-Rahmenbedingungen verschoben und standardmäßig auf „Nein“ festgelegt. Im Folgenden sind die Angebote aufgeführt, bei denen die Einstellung für diese Option „Ja“ lautet. Bitte überprüfen Sie die „Angebotsformat“-Einstellungen und stellen Sie so sicher, dass die Option den erforderlichen Wert hat. "
+"'Products Presented in Other listings' option has been removed from the listing settings.
+ Instead of it you can use Advanced Filter on the Add products page.
+ Listings which used 'Do Not Show' in this option are displayed below
+ ","Die Option „In anderen Angeboten aufgeführte Produkte“ wurde aus den Angebotseinstellungen entfernt. Stattdessen können Sie „Erweiterte Filter“ auf der Seite „Produkte hinzufügen“ verwenden. Im Folgenden sind die Angebote aufgeführt, bei denen für diese Option „Nicht anzeigen“ festgelegt wurde. "
+"Activation and Deactivation Synchronization Template options have been removed from the listings settings.
+ Synchronization template (policy) settings take effect immediately and will be active during whole its life.
+ The listings below used these options","Die Optionen „Aktivierung“ und „Deaktivierung“ der Synchronisierungsvorlage wurden aus den Angebotseinstellungen entfernt. Die Einstellungen für die Synchronisierungsvorlage (Rahmenbedingungen) sind sofort wirksam und bleiben während ihrer gesamten Gültigkeitsdauer aktiv. Die im Folgenden aufgeführten Angebote haben diese Optionen verwendet."
+"Schedule has been updated for eBay Synchronization policy. It now covers both list and relist rules.","Die Planungsfunktion wurde mit Blick auf die eBay-Synchronisierungs-Rahmenbedingungen aktualisiert. Die Funktion berücksichtigt jetzt sowohl die Regeln für das Einstellen als auch die Regeln für das Wiedereinstellen."
+"'Delay After End' option has been removed from eBay Synchronization template (policy). 'Immediate' is used instead of it in the listings below.","Die Option „Wartezeit nach Ende“ wurde aus der eBay-Synchronisierungsvorlage (Rahmenbedingungen) entfernt. In den unten aufgeführten Angeboten wurde stattdessen „Sofort“ verwendet."
+"Schedule has been removed from Amazon, Rakuten.com and Play.com.
+ The Schedule was listed in the listings below.
+ ","Die Planungsfunktion wurde für Amazon, Rakuten.com und Play.com entfernt. In den im Folgenden aufgeführten Angeboten wurde die Planungsfunktion verwendet. "
+"Custom value option has been removed from eBay Product Items Details settings (General template > Item Specifics).
+ Please, check the Description policies below","Die Option „Benutzerdefinierter Wert“ wurde aus den Einstellungen „eBay-Produktartikeldetails“ (Vorlage „Allgemeines“ > „Artikelmerkmale“) entfernt. Bitte überprüfen Sie die Beschreibungs-Rahmenbedingungen unten."
+"During migration M2E has found unused Description templates (policies). Check if you need them.","Bei der Migration hat M2E nicht verwendete Beschreibungsvorlagen (Rahmenbedingungen) gefunden. Bitte überprüfen Sie, ob Sie diese benötigen."
+"Possible Conversions","Mögliche Umrechnungen"
+"Rate","Gebühr"
+"Price Coefficient","Koeffizient Preis"
+"Sale Price Coefficient","Koeffizient Verkaufspreis"
+"Store Currency (%s)","Shop-Währung (%s)"
+"Marketplace Currency (%s)","Marktplatz-Währung (%s)"
+"Conversion will not be performed.","Es erfolgt keine Umrechnung."
+"Conversion will be performed.","Es erfolgt eine Umrechnung."
+"Start Price Coefficient","Koeffizient Startpreis"
+"Buy It Now Price Coefficient","Koeffizient Sofort-Kaufen-Preis"
+"Reserve Price Coefficient","Koeffizient Mindestpreis "
+"converted from %s","umgerechnet von %s"
+"Price Euro Coefficient","Koeffizient Preis Euro"
+"Price GBR Coefficient","Koeffizient Preis GBR"
+"Invalid coefficient format.","Koeffizient hat ungültiges Format."
+"Selling Format Currency Conversion","Währungsumrechnung Angebotsformat"
+"In the table below you can see Selling Format templates, which prices will be converted.
+ The currency rate you can check in Manage currency rate settings. If you need to correct the prices, use coefficients.
+ ","In der Tabelle unten werden die Vorlagen für das Angebotsformat angezeigt und welche Preise umgerechnet werden. Welcher Wechselkurs verwendet wird, können Sie in den Einstellungen unter Wechselkurse verwalten überprüfen. Wenn Sie die Preise korrigieren müssen, verwenden Sie Koeffizienten. "
+"You have successfully upgraded to M2E Pro v. %s .
+ Click
+ Start Migration Wizard to quickly set up main settings","Sie haben M2E Pro Version %s installiert. Klicken Sie auf den Assistenten Migration starten , um in wenigen Schritten die Haupteinstellungen festzulegen."
diff --git a/i18n/de_CH.csv b/i18n/de_CH.csv
new file mode 100644
index 000000000..d2a098b65
--- /dev/null
+++ b/i18n/de_CH.csv
@@ -0,0 +1,4438 @@
+"eBay Motors","eBay Motors"
+"Feedback Synchronization","Bewertungen synchronisieren"
+"Task ""3rd Party Listings Synchronization"" for eBay account: ""%s"" is in data processing state. Please wait...","Die Aufgabe „Angebote von Drittanbietern synchronisieren“ für das eBay-Konto „%s“ befindet sich im Status Datenverarbeitung. Bitte warten Sie..."
+"Task ""Update Listings Products"" for eBay account: ""%s"" is in data processing state. Please wait...","Die Aufgabe „Produkte in Angeboten aktualisieren“ für das eBay-Konto „%s“ befindet sich im Status Datenverarbeitung. Bitte warten Sie..."
+"Task ""Update 3rd Party Listings"" for eBay account: ""%s"" is in data processing state. Please wait...","Die Aufgabe „Angebote von Drittanbietern aktualisieren“ für das eBay-Konto „%s“ befindet sich im Status Datenverarbeitung. Bitte warten Sie..."
+"Payment Status was updated to Paid on eBay. As Magento Order #%order_id% can have wrong data, it have to be cancelled.","Der Zahlungsstatus wurde bei eBay auf „Bezahlt“ aktualisiert. Magento-Bestellnummer %order_id% wurde storniert, da sie möglicherweise inkorrekte Daten enthält."
+"Task ""Orders Cancellation Synchronization"" for eBay account: ""%s"" is in data processing state. Please wait...","Die Aufgabe „Bestellungsstornierung synchronisieren“ für das eBay-Konto „%s“ befindet sich im Status Datenverarbeitung. Bitte warten Sie..."
+"Attention! Last eBay AUTOMATIC synchronization was performed by cron more than %s hours ago. You should set up cron job, otherwise no automatic synchronization will be performed. You can check this %sarticle%s to get how to set cron job. The command for cron job for your server environment can be found %shere%s.","Wichtiger Hinweis! Die letzte automatische Synchronisierung mit eBay wurde von cron vor mehr als %s Stunden durchgeführt. Sie sollten einen Cronjob einrichten. Andernfalls wird keine automatische Synchronisierung durchgeführt. Weitere Informationen zum Thema Einrichten von Cronjobs finden Sie in diesem %sArtikel%. Den Befehl für Cronjobs für Ihre Serverumgebung finden Sie %hier%."
+"Please select and update eBay marketplaces before adding new General Templates.","Bitte wählen und aktualisieren Sie Ihre eBay-Marktplätze , bevor Sie neue allgemeine Vorlagen hinzufügen."
+"The ""Categories Synchronization"" action for eBay Site: ""%s"" is in data processing mode. Please wait...","Die Aktion „Kategorien synchronisieren“ für die eBay-Website „%s“ befindet sich im Datenverarbeitungsmodus. Bitte warten Sie..."
+"The ""Categories Synchronization"" action for eBay Site: ""%mrk%"" is in data processing mode. Please wait...","Die Aktion „Kategorien synchronisieren“ für die eBay-Website „%mrk%“ befindet sich im Datenverarbeitungsmodus. Bitte warten Sie..."
+"An error occured while listing the item. The item has been blocked. The next M2E Synchronization will resolve the problem.","Beim Einstellen des Artikels ist ein Fehler aufgetreten. Der Artikel wurde gesperrt. Dieses Problem wird bei der nächsten M2E-Synchronisierung behoben."
+"ID","Artikelnr."
+"Text","Text"
+"Creation Date","Erstellungsdatum"
+"Update Date","Aktualisierungsdatum"
+"Edit","Bearbeiten"
+"Delete","Löschen"
+"Add Template","Vorlage hinzufügen"
+"Save","Speichern"
+"Update","Aktualisierung"
+"Get Token","Token abrufen"
+"Synchronization Settings","Synchronisierungseinstellungen"
+"Refresh","Aktualisieren"
+"Hide","Ausblenden"
+"Configuration","Konfiguration"
+"General","Allgemeines"
+"3rd Party Listings","Angebote von Drittanbietern"
+"eBay Store","eBay Shop"
+"Orders","Bestellungen"
+"Feedback","Bewertungen"
+"Edit%s Account","%s-Mitgliedskonto bearbeiten"
+"Add%s Account","%s-Mitgliedskonto hinzufügen"
+"Save And Close","Speichern und schließen"
+"Save And Continue Edit","Speichern und weiter bearbeiten"
+"Back","Zurück"
+"eBay User ID","eBay-Nutzername"
+"Add Account","eBay-Konto hinzufügen"
+"Category","Kategorie"
+"eBay Primary","Hauptkategorie bei eBay"
+"eBay Secondary","Zweite Kategorie bei eBay"
+"Store Primary","Hauptkategorie des Shops"
+"Store Secondary","Zweite Kategorie des Shops"
+"Specifics","Merkmale"
+"Edit eBay Primary Category","Hauptkategorie bei eBay bearbeiten"
+"Title","Artikelbezeichnung"
+"Primary","Hauptkategorie"
+"Secondary","Zweitkategorie"
+"Type","Typ"
+"eBay Site","eBay-Website"
+"Account","Konto"
+"State","Bundesland"
+"Active","Aktiv"
+"Removed","Entfernt"
+"Actions","Aktionen"
+"Magento Attribute","Magento-Attribut"
+"Any","Beliebig"
+"eBay Sites","eBay-Websites"
+"Synchronization","Synchronisierung"
+"Policies","Rahmenbedingungen"
+"Categories In Use","Verwendete Kategorien"
+"Account Settings","Kontoeinstellungen"
+"Global Settings","Globale Einstellungen"
+"Close","Schließen"
+"Send","Senden"
+"Transaction ID","Transaktionsnummer"
+"Item ID","Artikelnummer"
+"Item Title","Artikelbezeichnung"
+"Buyer Feedback Date","Datum der Käuferbewertung"
+"Seller Feedback Date","Datum der Verkäuferbewertung"
+"Neutral","Neutral"
+"Positive","Positiv"
+"Negative","Negativ"
+"Unresponded Feedback","Bewertung ohne Antwort"
+"Responded Feedback","Bewertung mit Antwort"
+"No ID For Auction","Keine ID für Auktion vorhanden"
+"N/A","Keine Angabe"
+"Buyer","Käufer"
+"Seller","Verkäufer"
+"Send Response","Antwort senden"
+"Feedback for account ""%s""","Bewertung für Konto „%s“"
+"Accounts","Konten"
+"Creating A New M2E Listing","Neues M2E-Angebot erstellen"
+"Show Video Tutorial","Video-Infotour anzeigen"
+"Next Step","Nächster Schritt"
+"Categories","Kategorien"
+"Edit Rule","Regel ändern"
+"Delete Rule","Regel löschen"
+"Total","Gesamt"
+"details","Details"
+"Continue","Weiter"
+"Add New Rule","Neue Regel hinzufügen"
+"Magento Category","Magento-Kategorie"
+"eBay Categories","eBay-Kategorien"
+"Primary eBay Category Selected","Hauptkategorie bei eBay ausgewählt"
+"Primary eBay Category Not Selected","Hauptkategorie bei eBay nicht ausgewählt"
+"Edit Primary Category","Hauptkategorie bearbeiten"
+"Edit Store Primary Category","Hauptkategorie des Shops bearbeiten"
+"Edit Categories","Kategorien bearbeiten"
+"Edit Primary Categories","Hauptkategorien bearbeiten"
+"Edit Store Primary Categories","Hauptkategorien des Shops bearbeiten"
+"eBay Primary Category","Hauptkategorie bei eBay"
+"eBay Secondary Category","Zweite Kategorie bei eBay"
+"eBay Store Primary Category","Hauptkategorie des eBay Shops"
+"eBay Store Secondary Category","Zweite Kategorie des eBay Shops"
+"Not Selected","Nicht ausgewählt"
+"Magento Attribute -> %s","Magento-Attribut -> %s"
+"Done","Fertig"
+"Cancel","Abbrechen"
+"Set eBay Categories","eBay-Kategorien festlegen"
+"Set eBay Categories (Based On Magento Categories)","eBay-Kategorien festlegen (auf der Basis von Magento-Kategorien)"
+"Store Primary Category","Hauptkategorie des Shops"
+"Store Secondary Category","Zweite Kategorie des Shops"
+"Category type is not set.","Kategorietyp nicht festgelegt"
+"Recently Used","Zuletzt verwendet"
+"Browse","Durchsuchen"
+"Search","Finden"
+"Set Your eBay Categories","eBay-Kategorien festlegen"
+"Product ID","Produkt-ID"
+"Product Title","Produktbezeichnung"
+"Get Suggested Primary Category","Empfohlene Hauptkategorie abrufen"
+"Reset Categories","Kategorien zurücksetzen"
+"Remove Item","Artikel entfernen"
+"Get Suggested Primary Categories","Empfohlene Hauptkategorien abrufen"
+"Remove Item(s)","Artikel entfernen"
+"Primary eBay Category","Hauptkategorie bei eBay"
+"Secondary eBay Category","Zweite Kategorie bei eBay"
+"Primary eBay Store Category","Hauptkategorie des eBay Shops"
+"Secondary eBay Store Category","Zweite Kategorie des eBay Shops"
+"You have not selected the Primary eBay Category for some products.","Bei einigen Produkten fehlt die Angabe der Hauptkategorie bei eBay."
+"Are you sure?","Sind Sie sicher?"
+"eBay could not assign categories for %s products.","eBay konnte %s Produkte keinen Kategorien zuordnen."
+"Suggested Categories were successfully received for %s product(s).","Für %s Produkt(e) wurden Kategorieempfehlungen empfangen."
+"Set eBay Category","eBay-Kategorie festlegen"
+"Set eBay Category for Product(s)","eBay-Kategorie für Produkt(e) festlegen"
+"Set eBay Primary Category for Product(s)","Hauptkategorie bei eBay für Produkt(e) festlegen"
+"eBay Same Categories","Selbe Kategorien bei eBay"
+"Yes","Ja"
+"No","Nein"
+"eBay Categories Specifics","eBay-Kategorien-Merkmale"
+"Next Category","Nächste Kategorie"
+"Loading. Please wait","Wird geladen Bitte warten"
+"Add Custom Specific","Individuelles Merkmal hinzufügen"
+"Title / Info","Titel/Info"
+"Total Items","Gesamtzahl der Artikel"
+"Active Items","Noch eingestellte Artikel"
+"Inactive Items","Nicht mehr eingestellte Artikel"
+"Sold QTY","Verkaufte Stückzahl"
+"Clear Log(s)","Protokoll(e) löschen"
+"Delete Listing(s)","Angebot(e) löschen"
+"Admin (Default Values)","Admin (Standardwerte)"
+"Magento Store View","Magento-Shop-Ansicht"
+"Manage Products","Produkte verwalten"
+"Add Products from Products List","Produkte aus Produktliste hinzufügen"
+"Add Products from Categories","Produkte aus Kategorien hinzufügen"
+"Automatic Actions","Automatische Aktionen"
+"View Logs","Protokolle anzeigen"
+"Delete Listing","Angebot löschen"
+"Edit Listing Title","Artikelbezeichnung bearbeiten"
+"Edit Listing Settings","Angebotseinstellungen bearbeiten"
+" - Payment And Shipping"," - Zahlung und Versand"
+" - Selling"," - Verkaufen"
+" - Synchronization"," - Synchronisierung"
+"Log For%s Listing","Protokoll für%s-Angebot"
+"Show General Log","Allgemeines Protokoll anzeigen"
+"Listings were not found.","Angebote wurden nicht gefunden."
+"eBay Item ID","eBay-Artikelnummer"
+"Product Name","Produktbezeichnung"
+"Action","Aktion"
+"Description","Beschreibung"
+"Run Mode","Ausführungsmodus"
+"Priority","Priorität"
+"Log For%s 3rd Party Listing","Protokoll für%s Angebot von Drittanbietern"
+"Source","Quelle"
+"Revise Rules","Regeln für das Überarbeiten"
+"Relist Rules","Regeln für das Wiedereinstellen"
+"Stop Rules","Regeln für das Anhalten"
+"Edit%s 3rd Party Synchronization Settings","Einstellungen für die Synchronisierung von %s-Drittanbietern bearbeiten"
+"Product Title / SKU","Produktbezeichnung/Artikelnummer"
+"eBay Available QTY","Verfügbare Stückzahl bei eBay"
+"eBay Sold QTY","Verkaufte Stückzahl bei eBay"
+"eBay Price","Preis bei eBay"
+"Status","Status"
+"Listed","Eingestellt"
+"Listed (Hidden)","Eingestellt (nicht sichtbar)"
+"Sold","Verkauft"
+"Stopped","Angehalten"
+"Finished","Fertig"
+"Pending","Noch offen"
+"Start Date","Startdatum"
+"End Date","Angebotsende"
+"Unmap","Zuordnung aufheben"
+"View Log","Protokoll anzeigen"
+"Clear Log","Protokoll löschen"
+"Revise Item(s)","Artikel überarbeiten"
+"Relist Item(s)","Artikel wiedereinstellen"
+"Stop Item(s)","Artikel anhalten"
+"Map Item(s) Automatically","Artikel automatisch zuordnen"
+"Move Item(s) to Listing","Artikel in Angebot verschieben"
+"Map","Zuordnung"
+"Move","Verschieben"
+"SKU","Artikelnummer"
+"Revise","Überarbeiten"
+"Relist","Wiedereinstellen"
+"Stop","Stopp"
+"Status Change","Statusänderung"
+"Manual","Manuell"
+"Automatic","Automatik"
+"Mapping Product","Produkt wird zugeordnet"
+"Product does not exist.","Produkt existiert nicht."
+"Please enter correct product ID.","Bitte geben Sie die korrekte Produkt-ID ein."
+"Product(s) was successfully mapped.","Produkte wurden zugeordnet."
+"Please enter correct product ID or SKU","Bitte geben Sie die korrekte Produkt-ID oder Artikelnummer ein."
+"Moving eBay Items.","eBay-Artikel verschieben."
+"Products failed to move","Verschieben von Produkten fehlgeschlagen"
+"Product(s) was successfully moved.","Produkte wurden verschoben."
+"Products were not moved. View log for details.","Produkte wurden nicht verschoben. Details dazu finden Sie im Protokoll ."
+"Some of the products were not moved. View log for details.","Einige der Produkte wurden nicht verschoben. Details dazu finden Sie im Protokoll ."
+"Product was successfully mapped.","Produkt wurde zugeordnet."
+"Current eBay version only supports simple products in mapping. Please, choose simple product.","Die aktuelle eBay-Version unterstützt nur Zuordnungen einfacher Produkte. Bitte wählen Sie ein einfaches Produkt."
+"Processing %s product(s).","Produkt(e) %s wird/werden verarbeitet."
+"Task completed. Please wait ...","Aufgabe abgeschlossen. Bitte warten Sie..."
+"""%s"" task has successfully completed.","Die Aufgabe „%s“ wurde erfolgreich abgeschlossen."
+"""%s"" task has completed with warnings. View log for details.","Die Aufgabe „%s“ wurde mit Warnungen abgeschlossen. Details dazu finden Sie im Protokoll ."
+"""%s"" task has completed with errors. View log for details.","Die Aufgabe „%s“ wurde mit Fehlern abgeschlossen. Details dazu finden Sie im Protokoll ."
+"Sending %s product(s) data on eBay.","Daten zu %s-Produkt(en) bei eBay senden."
+"View All Product Log.","Alle Produktprotokolle anzeigen."
+"The listing was locked by another process. Please try again later.","Das Angebot wurde durch einen anderen Vorgang blockiert. Bitte versuchen Sie es später noch einmal."
+"Listing is empty.","Das Angebot ist leer."
+"Listing All Items On eBay","Alle Artikel bei eBay einstellen"
+"Listing Selected Items On eBay","Ausgewählte Artikel bei eBay einstellen"
+"Revising Selected Items On eBay","Ausgewählte Artikel bei eBay überarbeiten"
+"Relisting Selected Items On eBay","Ausgewählte Artikel bei eBay wiedereinstellen"
+"Stopping Selected Items On eBay","Ausgewählte Artikel bei eBay anhalten"
+"Stopping On eBay And Removing From Listing Selected Items","Bei eBay anhalten und ausgewählte Artikel aus dem Angebot entfernen"
+"Map Item(s) to Products","Artikel Produkten zuordnen"
+"Only mapped products must be selected.","Es können nur zugeordnete Produkte ausgewählt werden."
+"Selected items must belong to the same Account and Marketplace.","Die ausgewählten Artikel müssen zu demselben Konto und Marktplatz gehören."
+"Please select items.","Bitte wählen Sie Artikel aus."
+"Please select action.","Bitte wählen Sie eine Aktion."
+"Stock Availability","Verfügbarkeit"
+"In Stock","Auf Lager"
+"Out of Stock","Nicht mehr vorrätig"
+"Price","Preis"
+"Qty","Stückzahl"
+"Based on Magento Categories","Auf der Basis von Magento-Kategorien"
+"You must select at least 1 category.","Sie müssen mindestens 1 Kategorie auswählen."
+"Rule with the same title already exists.","Es gibt bereits eine Regel mit dieser Bezeichnung."
+"Listing Settings Customization","Anpassung der Angebotseinstellungen"
+"eBay/Magento Integration: Products Management","eBay/Magento-Integration: Produktverwaltung"
+"Congratulations","Herzlichen Glückwunsch"
+"Review Your Items","Artikel überprüfen"
+"List Your Items Now","Artikel jetzt einstellen"
+"Remove","Entfernen"
+"of","von"
+"Visibility","Visibilität"
+"Websites","Websites "
+"Select Products","Produkte auswählen"
+"Start Configure","Konfigurieren starten"
+"
+ Do you want to set up a rule by which products will be automatically added or deleted from the current M2E listing?
+ .
+
+Click Start Configure to create a rule or Cancel if you do not want to do it now.
+
+Note: You can always return to it by clicking Automatic Action button on this page."," Möchten Sie eine Regel einrichten, die dafür sorgt, dass Produkte automatisch zum aktuellen M2E-Angebot hinzugefügt oder aus diesem entfernt werden? . Wenn Sie jetzt eine Regel erstellen möchten, klicken Sie auf „Konfigurieren starten“. Wenn Sie jetzt keine Regel erstellen möchten, klicken Sie auf „Abbrechen“.Hinweis: Über die Schaltfläche „Automatische Aktion“ auf dieser Seite können Sie jederzeit dorthin zurückkehren."
+"Yes, I Want","Ja"
+"No, Skip It","Nein, jetzt nicht"
+"Do you want to customise M2E Listing settings for the necessary products?","Möchten Sie die M2E-Angebotseinstellungen für die erforderlichen Produkte anpassen?"
+"It is possible to override default settings you set on the previous steps and set different
+ settings for the group of products.","Sie können die zuvor festgelegten Standardeinstellungen außer Kraft setzen und für die Produktgruppe andere Einstellungen festlegen."
+"Remember my choice","Einstellungen fürs nächste Mal speichern"
+"Product Title / Listing / SKU","Produktbezeichnung/Angebot/Artikelnummer"
+"Listing Type","Angebotstyp"
+"M2E Pro","M2E Pro"
+"3rd Party","Drittanbieter"
+"""Buy It Now"" Price","Sofort-Kaufen-Preis"
+"Unknown","Unbekannt"
+"Not Listed","Nicht eingestellt"
+"Manage","Verwalten"
+"Listing","Angebot"
+"receiving","empfangen"
+"none","Keine"
+"Go to listing","Angebot aufrufen"
+"Payment and Shipping Settings","Zahlungs- und Versandeinstellungen"
+"Payment","Zahlung"
+"Use from Listing Settings","Aus Angebotseinstellungen beziehen"
+"Custom Settings","Benutzerspezifische Einstellungen"
+"M2E Pro Policy","M2E Pro-Rahmenbedingung"
+"eBay Policy","eBay-Rahmenbedingung"
+"Shipping","Versand"
+"Return","Rücknahme"
+"Selling Settings","Verkaufseinstellungen"
+"Price, Quantity and Format","Preis, Stückzahl und Format"
+"Edit Settings","Einstellungen bearbeiten"
+"Edit Payment and Shipping Settings","Zahlungs- und Versandeinstellungen bearbeiten"
+"Edit Selling Settings","Verkaufseinstellungen bearbeiten"
+"Edit Synchronization Settings","Synchronisierungseinstellungen bearbeiten"
+"M2E Pro -> ","M2E Pro -> "
+"eBay -> ","eBay-Team -> "
+"for","für"
+"Set Products Settings","Produkteinstellungen festlegen"
+"Add Products","Produkte hinzufügen"
+"Payment and Shipping","Zahlung und Versand"
+"Selling","Verkaufen"
+"Edit Listing Settings ""%s""","Angebotseinstellungen „%s“ bearbeiten"
+"Previous Step","Vorheriger Schritt"
+"Data source is invalid.","Datenquelle ist ungültig."
+"Session key is not defined.","Sitzungsschlüssel ist nicht definiert."
+"Save as New Policy","Als neue Rahmenbedingung speichern"
+"Template nick is not defined.","Vorlagenkurzname ist nicht definiert."
+"Template mode is not initialized.","Vorlagenmodus ist nicht initialisiert."
+"Product Title / SKU / eBay Category","Produktbezeichnung/SKU/eBay-Kategorie"
+"Available QTY","Verfügbare Stückzahl"
+"Adviser","Berater"
+"List Item(s) on eBay","Artikel bei eBay einstellen"
+"Revise Item(s) on eBay","Artikel bei eBay überarbeiten"
+"Relist Item(s) on eBay","Artikel bei eBay wiedereinstellen"
+"Stop Item(s) on eBay","Artikel bei eBay anhalten"
+"Stop on eBay / Remove From Listing","Bei eBay anhalten/Aus Angebot entfernen"
+"Move Item(s) to Another Listing","Artikel in anderes Angebot verschieben"
+"Edit eBay Categories Settings","Einstellungen für eBay-Kategorien bearbeiten"
+"eBay Fee","eBay-Gebühr"
+"estimate","Schätzung"
+"List","Einstellen"
+"Stop on Channel / Remove from Listing","Im Channel anhalten/Aus Angebot entfernen"
+"Success","Erfolg"
+"Notice","Hinweis"
+"Warning"," Hinweis "
+"Error","Fehler"
+"Product(s) was not moved. View log for details.","Produkte wurden nicht verschoben. Details dazu finden Sie im Protokoll ."
+"Some product(s) was not moved. View log for details.","Einige Produkte wurden nicht verschoben. Details dazu finden Sie im Protokoll ."
+"Estimated Fee Details","Details zur Gebührenschätzung"
+"Please check eBay Motors compatibility attribute.
+ You can find it in %s > Configuration > General .","Bitte prüfen Sie das Attribut für die Kompatibilität mit eBay Motors. Sie finden das Attribut in %s > „Konfiguration“ > „Allgemeines “."
+"Fees are not set.","Keine Gebühren festgelegt."
+"Errors are not set.","Keine Fehlermeldungen festgelegt."
+"eBay","eBay"
+"Settings","Einstellungen"
+"Magento","Magento"
+"View Mode","Ansichtsmodus"
+"View mode is not set.","Kein Ansichtsmodus festgelegt"
+"eBay Primary Category Assigned","Hauptkategorie bei eBay zugeordnet"
+"Compatibility","Kompatibilität"
+"Filled","Ausgefüllt"
+"Empty","Leer"
+"Edit eBay Primary Categories Settings","Einstellungen für Hauptkategorie bei eBay bearbeiten"
+"Edit eBay Store Primary Categories Settings","Einstellungen für Hauptkategorie des eBay Shops bearbeiten"
+"Add Compatible Vehicles","Kompatible Fahrzeuge hinzufügen"
+"Not Set","Nicht festgelegt"
+"Show","Anzeigen"
+"Product","Produkt"
+"Attribute","Attribut"
+"ePIDs","ePIDs"
+"Compatibility Attribute ePIDs","Kompatibilitätsattribut-ePIDs"
+"View Listing","Angebot anzeigen"
+"Change Listing","Angebot ändern"
+"Compatibility Attribute","Kompatibilitätsattribut"
+"From Products List","Aus Produktliste"
+"From Categories","Aus Kategorien"
+"Add Listing","Angebot hinzufügen"
+"Listings","Angebote"
+"Update Now","Jetzt aktualisieren"
+"Save And Update","Speichern und aktualisieren"
+"ePID","ePID"
+"Car / Truck","Pkw/Lkw"
+"Motorcycle","Motorrad"
+"Make","Marke"
+"Model","Modell"
+"Submodel","Untermodell"
+"Year","Jahr"
+"Trim","Ausführung"
+"Engine","Motor"
+"Overwrite ePIDs in Compatibility Attribute","ePIDs in Kompatibilitätsattribut überschreiben"
+"Add ePIDs to Compatibility Attribute","ePIDs zu Kompatibilitätsattribut hinzufügen"
+"Edit Shipping Address","Lieferadresse bearbeiten"
+"Save Order Address","Rechnungsadresse speichern"
+"Sale Date","Verkaufsdatum"
+"Magento Order #","Magento-Bestellnummer"
+"eBay Order #","eBay-Bestellnummer"
+"Items","Artikel"
+"Total Paid","Insgesamt bezahlt"
+"Reservation","Reservierung"
+"Not Reserved","Nicht reserviert"
+"Reserved","Reserviert"
+"Released","Freigegeben"
+"Canceled","Storniert"
+"Checkout","Kaufabwicklung"
+"Paid","Bezahlt"
+"Shipped","Verschickt"
+"View","Aufrufen"
+"Create Order","Bestellung erstellen"
+"Mark As Paid","Als „bezahlt“ markieren"
+"Mark As Shipped","Als „verschickt“ markieren"
+"Reserve QTY","Stückzahl reservieren"
+"Cancel QTY Reserve","Stückzahlreservierung stornieren"
+"Mark Order(s) as Shipped","Bestellungen als verschickt markieren"
+"Mark Order(s) as Paid","Bestellungen als bezahlt markieren"
+"Resend Shipping Information","Versandinformationen erneut senden"
+"Deleted","Gelöscht"
+"edit","bearbeiten"
+"Options","Optionen"
+"QTY","Stückzahl"
+"Transaction","Transaktion"
+"Item","Artikel"
+"Transaction #","Transaktionsnr."
+"Fee","Gebühr"
+"Amount","Betrag"
+"Date","Datum"
+"Incl. Tax","Inkl. Steuer"
+"Excl. Tax","Exkl. Steuer"
+"Original Price","Originalpreis"
+"Tax Percent","Steuerprozentsatz"
+"Row Total","Zeilensumme"
+"View on eBay","Bei eBay aufrufen"
+"Map to Magento Product","Zu Magento-Produkt zuordnen"
+"Set Options","Optionen festlegen"
+"View Order Details","Einzelheiten zum Kauf aufrufen"
+"Mark as Shipped","Als verschickt markieren"
+"Mark as Paid","Als bezahlt markieren"
+"Are you sure that you want to create new Magento Order?","Sind Sie sicher, dass Sie eine neue Magento-Bestellung erstellen möchten?"
+"Confirm","Bestätigen"
+"Run Now","Jetzt ausführen"
+"Run Enabled Now","Aktivierte jetzt ausführen"
+"Save Settings","Einstellungen speichern"
+"Subtitle","Untertitel"
+"Condition","Artikelzustand"
+"Condition Description","Zustandsbeschreibung"
+"Buy It Now Price","Sofort-Kaufen-Preis"
+"Start Price","Startpreis"
+"Reserve Price","Mindestpreis"
+"Listing Duration","Angebotsdauer"
+"Dispatch Time","Versandzeit"
+"Primary Category Id","ID der Hauptkategorie"
+"Secondary Category Id","ID der zweiten Kategorie"
+"Store Primary Category Id","ID der Hauptkategorie des eBay Shops"
+"Store Secondary Category Id","ID der zweiten Kategorie des eBay Shops"
+"Primary Category Name","Bezeichnung der Hauptkategorie"
+"Secondary Category Name","Bezeichnung der zweiten Kategorie"
+"Store Primary Category Name","Bezeichnung der Hauptkategorie des eBay Shops"
+"Store Secondary Category Name","Bezeichnung der zweiten Kategorie des eBay Shops"
+"Domestic Shipping First Method","Inlandsversand 1 Methode"
+"Domestic Shipping First Cost","Inlandsversand 1 Kosten"
+"Domestic Shipping First Additional Cost","Inlandsversand 1 Weitere Kosten"
+"International Shipping First Method","Internationaler Versand 1 Methode"
+"International Shipping First Cost","Internationaler Versand 1 Kosten"
+"International Shipping First Additional Cost","Internationaler Versand 1 Weitere Kosten"
+"Insert","Einfügen"
+"Show / Hide Editor","Editor anzeigen/ausblenden"
+"Preview","Vorschau"
+"View Random Product","Beliebiges Produkt aufrufen"
+"Edit ""%s"" %s Policy","%s-Rahmenbedingung „%s“ bearbeiten"
+"Add %s Policy","%s-Rahmenbedingungen hinzufügen"
+"Duplicate","Kopieren"
+"
+Note: All changes you have made will be automatically applied to all M2E listings where this policy is used.","Hinweis: Die von Ihnen vorgenommenen Änderungen werden automatisch auf alle M2E-Angebote angewendet, für die diese Rahmenbedingungen gelten."
+"Template nick is not set.","Kein Vorlagenkurzname festgelegt."
+"Marketplace is required for editing payment template.","Zum Bearbeiten der Vorlage für Zahlungen muss ein Marktplatz angegeben werden."
+"Marketplace is required for editing return template.","Zum Bearbeiten der Vorlage für Rücksendungen muss ein Marktplatz angegeben werden."
+"Please find more about currency rate set up in'
+ . ' magento documentation .","Mehr zur Einrichtung von Wechselkursen finden Sie in der' . ' Dokumentation zu Magento ."
+"Name","Name"
+"Select","Auswählen"
+"Reset","Zurücksetzen"
+"Marketplace is required for editing shipping template.","Zum Bearbeiten der Vorlage für den Versand muss ein Marktplatz angegeben werden."
+"Add Policy","Rahmenbedingungen hinzufügen"
+"eBay DateTime object is null","Das eBay-Datums- und Zeitobjekt ist null"
+"Wrong action type","Falscher Aktionstyp"
+"Listing ""%listingId%"" locked by other process.","Das Angebot „%listingId%“ ist durch einen anderen Prozess gesperrt."
+"Relisting","Wiedereinstellen"
+"Revising","Bearbeiten"
+"Stopping","Anhalten"
+"Item is listed or not available","Der Artikel wurde eingestellt oder ist nicht verfügbar"
+"Categories settings are not set","Keine Kategorieeinstellungen festgelegt"
+"There is another item with the same eBay user ID,
+ product ID and marketplace presented in ""%s"" (%d) Listing.","Im Angebot „%s“ (%d) wird bereits ein Artikel mit demselben eBay-Nutzernamen, derselben Produkt-ID und demselben Marktplatz angeboten."
+"Item was successfully listed","Der Artikel wurde eingestellt"
+"There is another item with the same eBay user ID,
+ product ID and marketplace presented in ""%s"" (%d) Listing.","Im Angebot „%s“ (%d) wird bereits ein Artikel mit demselben eBay-Nutzernamen, derselben Produkt-ID und demselben Marktplatz angeboten."
+"Multiple Item Connector has received empty array","Der Mehrfachartikel-Connector hat ein leeres Array erhalten"
+"Multiple Item Connector has received invalid product data type","Der Mehrfachartikel-Connector hat einen ungültigen Produktdatentyp erhalten"
+"Multiple Item Connector has received products from different listings","Der Mehrfachartikel-Connector hat Produkte aus verschiedenen Angeboten erhalten"
+"Listing product was not found","Das Angebotsprodukt wurde nicht gefunden"
+"The item either is listed, or not listed yet or not available","Der Artikel wurde entweder eingestellt, noch nicht eingestellt oder nicht verfügbar"
+"Item already was started on eBay","Der Artikel wurde bereits bei eBay gestartet"
+"Item was successfully relisted","Der Artikel wurde wiedereingestellt"
+"This item cannot be accessed on eBay. M2E set Not Listed status.","Auf diesen Artikel kann bei eBay nicht zugegriffen werden. M2E hat den Status „Nicht eingestellt“ festgelegt."
+"Item is not listed or not available","Der Artikel wurde nicht eingestellt oder ist nicht verfügbar"
+"Variation attributes were changed. Please stop and list product.","Die Variantenattribute wurden geändert. Bitte halten Sie das Produkt an und stellen Sie es ein."
+"Item was already stopped on eBay","Der Artikel wurde bereits bei eBay angehalten"
+"Item was successfully revised","Der Artikel wurde überarbeitet"
+"Item was successfully stopped","Der Artikel wurde angehalten"
+"eBay Order status was not updated. Reason: %msg%","Der Status des eBay-Kaufs wurde nicht aktualisiert. Grund: %msg%"
+"Status of India site orders cannot be updated if the buyer uses PaisaPay payment method.","Der Status von Käufen auf der indischen Website kann nicht aktualisiert werden, wenn der Käufer PaisaPay als Zahlungsmethode wählt."
+"Invalid action.","Invalid action."
+"Payment status for eBay order was not updated. Reason: eBay Failure.","Der Zahlungsstatus der eBay-Bestellung wurde nicht aktualisiert. Grund: Fehler bei eBay."
+"Payment status for eBay order was updated to Paid.","Der Zahlungsstatus der eBay-Bestellung wurde zu „bezahlt“ aktualisiert."
+"Shipping status for eBay order was not updated. Reason: eBay Failure.","Der Versandstatus der eBay-Bestellung wurde nicht aktualisiert. Grund: Fehler bei eBay."
+"Tracking number ""%num%"" for ""%code%"" has been sent to eBay.","Die Sendungsnummer „%num%“ für „%code%“ wurde an eBay gesendet."
+"Shipping status for eBay order was updated to Shipped.","Der Versandstatus für die eBay-Bestellung wurde auf „verschickt“ aktualisiert."
+"Dispute cannot be opened. Reason: Dispute explanation is not defined.","Der Fall kann nicht geöffnet werden. Grund: Die Beschreibung des Falls ist nicht definiert."
+"Dispute cannot be opened. Reason: Dispute reason is not defined.","Der Fall kann nicht geöffnet werden. Grund: Der Grund des Falls ist nicht definiert."
+"Unpaid Item Process was not open for item #%id%. Reason: %msg%","Vorgehensweise bei nicht bezahlten Artikeln wurde für Artikelnummer %id% nicht geöffnet. Grund: %msg%"
+"Unpaid Item Process was not open for item #%id%. Reason: eBay failure. Please try again later.","Vorgehensweise bei nicht bezahlten Artikeln wurde für Artikelnummer %id% nicht geöffnet. Grund: Fehler bei eBay. Bitte versuchen Sie es später noch einmal."
+"Unpaid Item Process for item #%id% has been initiated.","Vorgehensweise bei nicht bezahlten Artikeln wurde für Artikelummer. %id% eingeleitet."
+"Action was not completed (Item: %item_id%, Transaction: %trn_id%). Reason: %msg%","Die Aktion wurde nicht abgeschlossen (Artikel: %item_id%, Transaktion: %trn_id%). Grund: %msg%"
+"Shipping status was not updated (Item: %item_id%, Transaction: %trn_id%). Reason: %msg%","Der Versandstatus wurde nicht aktualisiert (Artikel: %item_id%, Transaktion: %trn_id%). Grund: %msg%"
+"Shipping status was not updated (Item: %item_id%, Transaction: %trn_id%). Reason: eBay Failure.","Der Versandstatus wurde nicht aktualisiert (Artikel: %item_id%, Transaktion: %trn_id%). Grund: Fehler bei eBay."
+"Tracking number ""%num%"" for ""%code%"" has been sent to eBay (Item: %item_id%, Transaction: %trn_id%).","Die Sendungsnummer „%num%“ für „%code%“ wurde an eBay gesendet (Artikel: %item_id%, Transaktion: %trn_id%)."
+"Order item has been marked as shipped (Item: %item_id%, Transaction: %trn_id%).","Der Artikel wurde als „verschickt“ markiert (Artikel: %item_id%, Transaktion: %trn_id%)."
+"Other listings locked by other process.","Die anderen Angebote sind durch einen anderen Prozess gesperrt."
+"The item either is listed or not available","Der Artikel wurde entweder eingestellt oder ist nicht verfügbar"
+"The item either is not listed or not available","Der Artikel ist entweder nicht eingestellt oder nicht verfügbar"
+"qty","Stückzahl"
+"price","Preis"
+"title","Artikelbezeichnung"
+"subtitle","Untertitel"
+"description","Beschreibung"
+"was successfully revised","wurde überarbeitet"
+"Listing ID must be specified.","Die Angebots-ID muss angegeben werden."
+"%s: attribute(s) %s were not found in this product and its value was not sent.","%s: In diesem Produkt wurde(n) kein(e) Attribut(e) %s gefunden. Der Attributwert wurde nicht gesendet."
+"The product was listed as a simple product as it has limitation for multi-variation items. '.
+ 'Reason: eBay site allows to list only simple items","Das Produkt wurde als einfaches Produkt eingestellt, da Artikel mit Varianten für dieses Angebot nicht unterstützt werden. '. 'Grund: Auf dieser eBay-Website können nur einfache Angebote eingestellt werden."
+"The product was listed as a simple product as it has limitation for multi-variation items. '.
+ 'Reason: eBay primary category allows to list only simple items.","Das Produkt wurde als einfaches Produkt eingestellt, da Artikel mit Varianten für dieses Angebot nicht unterstützt werden. '. 'Grund: In eBay-Hauptkategorie können nur einfache Angebote eingestellt werden."
+"The product was listed as a simple product as it has limitation for multi-variation items. '.
+ 'Reason: ignore variation option is enabled in selling format policy.","Das Produkt wurde als einfaches Produkt eingestellt, da Artikel mit Varianten für dieses Angebot nicht unterstützt werden. '. 'Grund: In den Rahmenbedingungen für das Angebotsformat wurde festgelegt, dass die Varianten-Option ignoriert werden soll."
+"The product was listed as a simple product as it has limitation for multi-variation items. '.
+ 'Reason: listing type ""auction"" does not support multi-variations.","Das Produkt wurde als einfaches Produkt eingestellt, da Artikel mit Varianten für dieses Angebot nicht unterstützt werden. '. 'Grund: Der Angebotstyp „Auktion“ unterstützt keine Artikel mit Varianten."
+"Change Images for Attribute","Bilder für Attribut ändern"
+"Duration","Dauer"
+"Private Listing","Angebot mit nicht öffentlicher Bieter-/Käuferliste"
+"%s field(s) were ignored because eBay doesn't allow revise the item if it has sales,
+ bids for auction type or less than 12 hours remain before the item end.","%s Feld(er) wurde(n) ignoriert, weil eBay eine Überarbeitung eines Angebots nicht mehr zulässt, nachdem Artikel aus dem Angebot verkauft wurden, Gebote eingegangen sind (bei Auktionen) oder bis zum Angebotsende weniger als 12 Stunden verbleiben."
+"Duration field(s) was ignored because
+ eBay doesn't allow revise the item if Best Offer is enabled.","Das Dauer-Feld wurde ignoriert, weil eBay das Überarbeiten von Angeboten nicht zulässt, für die die Preisvorschlag-Option aktiviert ist."
+"variations","Varianten"
+"images","Bilder"
+"Communication with eBay is started. Please wait...","Die Kommunikation mit eBay wurde gestartet. Bitte warten Sie..."
+"Please wait...","Bitte warten Sie..."
+"product(s) with id(s)","Produkt(e) mit Artikelnummer(n)"
+"Communication with eBay is finished. Please wait...","Die Kommunikation mit eBay ist abgeschlossen. Bitte warten Sie..."
+"Item status was successfully changed to ""Listed"".","Der Artikelstatus wurde in „eingestellt“ geändert."
+"Item status was successfully changed to ""Sold"".","Der Artikelstatus wurde in „verkauft“ geändert."
+"Item status was successfully changed to ""Stopped"".","Der Artikelstatus wurde in „angehalten“ geändert."
+"Item status was successfully changed to ""Finished"".","Der Artikelstatus wurde in „beendet“ geändert."
+"Item was successfully added","Artikel wurde hinzugefügt"
+"Method require loaded instance first","Für diese Methode muss zuerst die Instanz geladen werden"
+"Fixed Price","Festpreis"
+"Auction","Auktion"
+"Business Day","Werktag"
+"Business Days","Werktage"
+"Same","Gleicher Werktag"
+"New","Neu"
+"New Other","Neu: Sonstige"
+"New With Defects","Neu mit Mängeln"
+"Manufacturer Refurbished","Vom Hersteller aufgearbeitet"
+"Seller Refurbished","Vom Verkäufer aufgearbeitet"
+"Used","Gebraucht"
+"Very Good","Sehr gut"
+"Good","Gut"
+"Acceptable","Akzeptabel"
+"For Parts or Not Working","Als Ersatzteil oder nicht funktionsfähig"
+"Free","Kostenlos"
+"Invalid listing type in attribute.","Ungültiger Angebotstyp im Attribut."
+"Category ID","Kategorie-ID"
+"Category Path","Kategoriepfad"
+"Please choose a condition to add...","Wählen Sie eine Bedingung zum Hinzufügen aus..."
+"Conditions Combination","Bedingungskombination"
+"eBay Values","eBay-Werte"
+"Product Attribute","Produktattribut"
+"Payment status was updated to Paid on eBay.","Der Zahlungsstatus wurde bei eBay auf „bezahlt“ aktualisiert."
+"Shipping status was updated to Shipped on eBay.","Der Versandstatus wurde bei eBay auf „verschickt“ aktualisiert."
+"Buyer has changed the shipping address of this order at the time of completing payment on eBay.","Der Käufer hat die Lieferadresse für diese Bestellung zum Zeitpunkt des Zahlungsabschlusses bei eBay geändert."
+"Duplicated eBay orders with ID #%id%.","Doppelte eBay-Bestellung mit der Nummer %id%."
+"Order Creation Rules were not met. Press Create Order button at Order view page to create it anyway.","Die Regeln zum Erstellen von Bestellungen wurden nicht eingehalten. Klicken Sie auf „Bestellung erstellen“ auf der Übersichtsseite der Bestellungen, um die Bestellung trotzdem zu erstellen."
+"Magento Order #%order_id% should be canceled as new combined eBay order #%new_id% was created.","Die Magento-Bestellung %order_id% sollte storniert werden, da eine neue kombinierte eBay-Bestellnr. %new_id% erstellt wurde."
+"eBay Order #%old_id% was deleted as new combined order #%new_id% was created.","Die eBay-Bestellung %order_id% wurde gelöscht, da die neue kombinierte Bestellnr. %new_id% erstellt wurde."
+"Unable to create directory '%directory%'.","Das Verzeichnis „%directory%“ konnte nicht erstellt werden."
+"Image %url% was not downloaded.","Das Bild %url% wurde nicht heruntergeladen."
+"Product import is disabled in eBay Account settings.","Das Importieren von Produkten ist in den Einstellungen des eBay-Mitgliedskontos deaktiviert."
+"Data obtaining for eBay Item failed. Please try again later.","Der Abruf der Daten für den eBay-Artikel ist fehlgeschlagen. Bitte versuchen Sie es später noch einmal."
+"Product for eBay Item #%id% was created in Magento catalog.","Produkt für eBay-Artikelnr. %id% wurde im Magento-Katalog erstellt."
+"Magento Order creation for items listed by M2E Pro is disabled in Account settings.","Die Erstellung von Magento-Bestellungen für mit M2E Pro eingestellte Artikel ist in den Kontoeinstellungen deaktiviert."
+"Magento Order creation for items listed by 3rd party software is disabled in Account settings.","Die Erstellung von Magento-Bestellungen für mit Drittanbieter-Software eingestellte Artikel ist in den Kontoeinstellungen deaktiviert."
+"Product import is disabled in Account settings.","Das Importieren von Produkten ist in den Kontoeinstellungen deaktiviert."
+"Not Selected Yet","Noch nicht ausgewählt"
+"eBay Shipping","eBay-Versand"
+"Checkout Message From Buyer","Nachricht des Käufers lesen"
+"Customer with ID specified in eBay account settings does not exist.","Der Kunde mit der in den eBay-Kontoeinstellungen angegebenen ID existiert nicht."
+"Invalid component mode.","Ungültiger Komponentenmodus."
+"Magento Order was canceled.","Die Magento-Bestellung wurde storniert."
+"Magento Order cannot be canceled.","Die Magento-Bestellung kann nicht storniert werden."
+"Task ""Remove Duplicated Products"" is started. Please wait...","Die Aufgabe „Doppelt vorhandene Produkte entfernen“ wurde gestartet. Bitte warten Sie..."
+"Task ""Remove Duplicated Products"" is finished. Please wait...","Die Aufgabe „Doppelt vorhandene Produkte entfernen“ wurde abgeschlossen. Bitte warten Sie..."
+"Duplicated item %s was found and stopped on eBay.","Der Artikel %s ist doppelt bei eBay vorhanden und wurde daher angehalten."
+"Item status was successfully changed to ""Not Listed"".","Der Artikelstatus wurde in „nicht eingestellt“ geändert."
+"Item status was successfully changed to ""Hidden"".","Der Artikelstatus wurde in „unsichtbar“ geändert."
+"Task ""Remove Unused Templates"" is started. Please wait...","Die Aufgabe „Nicht genutzte Vorlagen entfernen“ wurde gestartet. Bitte warten Sie..."
+"Task ""Remove Unused Templates"" is finished. Please wait...","Die Aufgabe „Nicht genutzte Vorlagen entfernen“ wurde abgeschlossen. Bitte warten Sie..."
+"Task ""Update Listings Products"" is started. Please wait...","Die Aufgabe „Produkte in Angeboten aktualisieren“ wurde gestartet. Bitte warten Sie..."
+"Task ""Update Listings Products"" is finished. Please wait...","Die Aufgabe „Produkte in Angeboten aktualisieren“ wurde abgeschlossen. Bitte warten Sie..."
+"Task ""Update Listings Products"" for eBay account: ""%s"" is started. Please wait...","Die Aufgabe „Produkte in Angeboten aktualisieren“ wurde für das eBay-Konto „%s“ gestartet. Bitte warten Sie..."
+"Task ""Default Synchronization"" is started. Please wait...","Die Aufgabe „Standard-Synchronisierung“ wurde gestartet. Bitte warten Sie..."
+"Task ""Default Synchronization"" is finished. Please wait...","Die Aufgabe „Standard-Synchronisierung“ wurde abgeschlossen. Bitte warten Sie..."
+"The ""Receive"" action is started. Please wait...","Die Aktion „Empfangen“ wurde gestartet. Bitte warten Sie..."
+"The ""Receive"" action is finished. Please wait...","Die Aktion „Empfangen“ wurde abgeschlossen. Bitte warten Sie..."
+"The ""Receive"" action for eBay account: ""%s"" is started. Please wait...","Die Aktion „Empfangen“ wurde für das eBay-Konto „%s“ gestartet. Bitte warten Sie..."
+"The ""Response"" action is started. Please wait...","Die Aktion „Antwort“ wurde gestartet. Bitte warten Sie..."
+"The ""Response"" action is finished. Please wait...","Die Aktion „Antwort“ wurde abgeschlossen. Bitte warten Sie..."
+"Task ""Feedback Synchronization"" is started. Please wait...","Die Aufgabe „Bewertungen synchronisieren“ wurde gestartet. Bitte warten Sie..."
+"Task ""Feedback Synchronization"" is finished. Please wait...","Die Aufgabe „Bewertungen synchronisieren“ wurde abgeschlossen. Bitte warten Sie..."
+"The ""Categories Synchronization"" action is started. Please wait...","Die Aktion „Kategorien synchronisieren“ wurde gestartet. Bitte warten Sie..."
+"The ""Categories Synchronization"" action is finished. Please wait...","Die Aktion „Kategorien synchronisieren“ wurde abgeschlossen. Bitte warten Sie..."
+"The ""Categories Synchronization"" action for eBay Site: ""%s"" is started. Please wait...","Die Aktion „Kategorien synchronisieren“ für die eBay-Website „%s“ wurde gestartet. Bitte warten Sie..."
+"The ""Categories Synchronization"" action for eBay Site: ""%mrk%"" has been successfully completed.","Die Aktion „Kategorien synchronisieren“ für die eBay-Website „%mrk%“ wurde abgeschlossen."
+"The ""Receive Details"" action is started. Please wait...","Die Aktion „Details empfangen“ wurde gestartet. Bitte warten Sie..."
+"The ""Receive Details"" action is finished. Please wait...","Die Aktion „Details empfangen“ wurde abgeschlossen. Bitte warten Sie..."
+"The ""Receive Details"" action for eBay Site: ""%s"" is started. Please wait...","Die Aktion „Details empfangen“ für die eBay-Website „%s“ wurde gestartet. Bitte warten Sie..."
+"The ""Receive Details"" action for eBay Site ""%s"" is in data processing mode. Please wait...","Die Aktion „Details empfangen“ für die eBay-Website „%s“ befindet sich im Datenverarbeitungsmodus. Bitte warten Sie..."
+"The ""Receive Details"" action for eBay Site: ""%mrk%"" has been successfully completed.","Die Aktion „Details empfangen“ für die eBay-Website „%mrk%“ wurde abgeschlossen."
+"eBay Parts Compatibility Synchronization","eBay-Informationen zur Zubehör- und Ersatzteilkompatibilität synchronisieren"
+"The ""%s"" action is started. Please wait...","Die Aktion „%s“ wurde gestartet. Bitte warten Sie..."
+"The ""%s"" action is finished. Please wait...","Die Aktion „%s“ wurde abgeschlossen. Bitte warten Sie..."
+"Task ""Marketplaces Synchronization"" is started. Please wait...","Die Aufgabe „Marktplätze synchronisieren“ wurde gestartet. Bitte warten Sie..."
+"Task ""Marketplaces Synchronization"" is finished. Please wait...","Die Aufgabe „Marktplätze synchronisieren“ wurde abgeschlossen. Bitte warten Sie..."
+"eBay Orders Cancellation Synchronization","Stornierung von eBay-Bestellungen synchronisieren"
+"Task ""%s"" is started. Please wait...","Die Aufgabe „%s“ wurde gestartet. Bitte warten Sie..."
+"Task ""%s"" is finished. Please wait...","Die Aufgabe „%s“ wurde abgeschlossen. Bitte warten Sie..."
+"Task ""Orders Cancellation Synchronization"" for eBay account: ""%s"" is started. Please wait...","Die Aufgabe „Bestellungsstornierungen synchronisieren“ für das eBay-Konto „%s“ wurde gestartet. Bitte warten Sie..."
+"Reservation period cannot be less than 1 day.","Die Reservierungsdauer muss mindestens 1 Tag lang sein."
+"eBay Orders Receive Synchronization","Empfang von eBay-Bestellungen synchronisieren"
+"Task ""%s"" for eBay account: ""%s"" is started. Please wait...","Die Aufgabe „%s“ wurde für das eBay-Konto „%s“ gestartet. Bitte warten Sie..."
+"Task ""%s"" for eBay account: ""%acc%"" is in data processing state. Please wait...","Die Aufgabe „%s“ für das eBay-Konto „%acc%“ befindet sich im Status Datenverarbeitung. Bitte warten Sie..."
+"Task ""%s"" for eBay account: ""%s"" is in order creation state.. Please wait...","Die Aufgabe „%s“ für das eBay-Konto „%s“ befindet sich im Status Bestellungserstellung. Bitte warten Sie..."
+"eBay Qty Reserve Cancellation Synchronization","Synchronisierung der Stornierung der Stückzahlreservierung bei eBay"
+"eBay Orders Update Synchronization","Aktualisierung von eBay-Bestellungen synchronisieren"
+"eBay Orders Synchronization","eBay-Bestellungen synchronisieren"
+"The ""Relist"" action is started. Please wait...","Die Aktion „Wiedereinstellen“ wurde gestartet. Bitte warten Sie..."
+"The ""Relist"" action is finished. Please wait...","Die Aktion „Wiedereinstellen“ wurde abgeschlossen. Bitte warten Sie..."
+"The ""Revise"" action is started. Please wait...","Die Aktion „Überarbeiten“ wurde gestartet. Bitte warten Sie..."
+"The ""Revise"" action is finished. Please wait...","Die Aktion „Überarbeiten“ wurde abgeschlossen. Bitte warten Sie..."
+"The ""Stop"" action is started. Please wait...","Die Aktion „Anhalten“ wurde gestartet. Bitte warten Sie..."
+"The ""Stop"" action is finished. Please wait...","Die Aktion „Anhalten“ wurde abgeschlossen. Bitte warten Sie..."
+"Task ""Update 3rd Party Listings"" has completed with errors. View %sl%listings log%el% for details.","Die Aufgabe „Angebote von Drittanbietern aktualisieren“ wurde mit Fehlern abgeschlossen. Ausführliche Informationen finden Sie im %sl%Angebotsprotokoll%el%."
+"Task ""Update 3rd Party Listings"" has completed with warnings. View %sl%listings log%el% for details.","Die Aufgabe „Angebote von Drittanbietern aktualisieren“ wurde mit Warnungen abgeschlossen. Ausführliche Informationen finden Sie im %sl%Angebotsprotokoll%el%."
+"The ""Update 3rd Party Listings"" action is started. Please wait...","Die Aktion „Angebote von Drittanbietern aktualisieren“ wurde gestartet. Bitte warten Sie..."
+"The ""Update 3rd Party Listings"" action is finished. Please wait...","Die Aktion „Angebote von Drittanbietern aktualisieren“ wurde abgeschlossen. Bitte warten Sie..."
+"Task ""3rd Party Listings Synchronization"" for eBay account: ""%s"" is started. Please wait...","Die Aufgabe „Angebote von Drittanbietern synchronisieren“ wurde für das eBay-Konto „%s“ gestartet. Bitte warten Sie..."
+"Task ""3rd Party Listings Synchronization"" is started. Please wait...","Die Aufgabe „Angebote von Drittanbietern synchronisieren“ wurde gestartet. Bitte warten Sie..."
+"Task ""3rd Party Listings Synchronization"" is finished. Please wait...","Die Aufgabe „Angebote von Drittanbietern synchronisieren“ wurde abgeschlossen. Bitte warten Sie..."
+"The ""Business Policies Receive"" action for eBay Site: ""%s"" and Account: ""%s"" is started. Please wait...","Die Aktion „Rahmenbedingungen für Ihre Angebote empfangen“ für die eBay-Website „%s“ und das Konto „%s“ wurde gestartet. Bitte warten Sie..."
+"The ""'.$this->synchName.'"" action is started. Please wait...","Das ""'.$this->synchName.'"" wurde gestartet. Bitte warten Sie..."
+"The ""'.$this->synchName.'"" action is finished. Please wait...","Das ""'.$this->synchName.'"" wurde abgeschlossen. Bitte warten Sie..."
+"Task ""'.$this->synchName.'"" is started. Please wait...","Aufgabe ""'.$this->synchName.'"" wurde gestartet. Bitte warten Sie..."
+"Task ""'.$this->synchName.'"" is finished. Please wait...","Aufgabe ""'.$this->synchName.'"" wurde abgeschlossen. Bitte warten Sie..."
+"The ""List"" action is started. Please wait...","Die Aktion „Einstellen“ wurde gestartet. Bitte warten Sie..."
+"The ""List"" action is finished. Please wait...","Die Aktion „Einstellen“ wurde abgeschlossen. Bitte warten Sie..."
+"Task ""Inventory Synchronization"" has completed with errors. View %sl%listings log%el% for details.","Die Aufgabe „Warenbestand synchronisieren“ wurde mit Fehlern abgeschlossen. Ausführliche Informationen finden Sie im %sl%Angebotsprotokoll%el%."
+"Task ""Inventory Synchronization"" has completed with warnings. View %sl%listings log%el% for details.","Die Aufgabe „Warenbestand synchronisieren“ wurde mit Warnungen abgeschlossen. Ausführliche Informationen finden Sie im %sl%Angebotsprotokoll%el%."
+"Task ""Inventory Synchronization"" is started. Please wait...","Die Aufgabe „Warenbestand synchronisieren“ wurde gestartet. Bitte warten Sie..."
+"Task ""Inventory Synchronization"" is finished. Please wait...","Die Aufgabe „Warenbestand synchronisieren“ wurde abgeschlossen. Bitte warten Sie..."
+"Template mode is empty.","Es wurde kein Vorlagenmodus angegeben."
+"Title is empty.","Es wurde kein Titel angegeben."
+"Unknown product details name","Unbekannter Name der Produktdetails"
+"Owner object is out of knowledge range.","Owner object is out of knowledge range."
+"Template nick is out of knowledge range.","Vorlagenkurzname liegt außerhalb des Wissensbereichs."
+"Unable to get result object.","Ergebnisobjekt kann nicht abgerufen werden."
+"Marketplace ID is empty.","Keine Marktplatz-ID angegeben."
+"Country is empty.","Kein Land angegeben."
+"product(s)","Produkt(e)"
+"Account does not exist.","Das Mitgliedskonto existiert nicht."
+"The eBay token obtaining is currently unavailable. Reason: %s","Der eBay-Token kann derzeit nicht bezogen werden. Grund: %s"
+"Token was successfully saved","Der Token wurde gespeichert"
+"Account was successfully saved","Das Konto wurde gespeichert"
+"Please select account(s) to remove.","Bitte wählen Sie das Konto bzw. die Konten, das/die Sie entfernen möchten."
+"%s record(s) were successfully deleted.","%s Datensatz/-sätze wurde(n) gelöscht."
+"%s record(s) are used in M2E Listing(s).","%s Datensatz/-sätze wird/werden in M2E-Angebot(en) verwendet."
+"Account must not be in use to be deleted.","Das Konto darf nicht verwendet werden, wenn es gelöscht werden soll."
+"Some eBay store categories were deleted from eBay. Click
+ here to check.","Einige eBay Shop-Kategorien wurden aus eBay gelöscht. Näheres erfahren Sie hier ."
+"Account is not added or updated. Try again later.","Das Konto wurde nicht hinzugefügt oder aktualisiert. Versuchen Sie es bitte später noch einmal."
+"Settings was successfully saved.","Die Einstellungen wurden gespeichert."
+"Feedback is not defined.","Die Bewertungen sind nicht definiert."
+"Requested order was not found.","Die angeforderte Bestellung wurde nicht gefunden."
+"Item's Marketplace is Unknown.","Der Marktplatz des Artikels ist unbekannt."
+"Magento Categories are not specified on products you are adding.","Für die Produkte, die Sie hinzufügen, sind keine Magento-Kategorien angegeben."
+"Select Products (eBay Categories)","Produkte auswählen (eBay-Kategorien)"
+"There are no items to continue. Please, go back and select the item(s).","Es wurden keine Artikel zum Fortfahren ausgewählt. Bitte gehen Sie zurück und wählen Sie zunächst einen oder mehrere Artikel aus."
+"You have not selected the Primary eBay Category for some Magento Categories.","Für einige Magento-Kategorien haben Sie noch keine Hauptkategorie bei eBay ausgewählt."
+"Please, specify a value suitable for all chosen products.","Bitte geben Sie einen Wert an, der für alle ausgewählten Produkte geeignet ist."
+"Listing is not defined","Angebot ist nicht definiert"
+"Synchronization settings was successfully saved.","Die Synchronisierungseinstellungen wurden gespeichert."
+"Manage Listings","Angebote verwalten"
+"The item was successfully removed.","Der Artikel wurde entfernt."
+"No categories found","Es wurden keine Kategorien gefunden"
+"Requested eBay Item ID is not found.","Die angeforderte eBay-Artikelnummer wurde nicht gefunden."
+"Listing does not exist.","Das Angebot existiert nicht."
+"Adding New Products action was not completed. Please, complete it.","Die Aktion „Neue Produkte hinzufügen“ wurde nicht abgeschlossen. Bitte schließen Sie sie ab."
+"The listing is locked by another process. Please try again later.","Das Angebot wird durch einen anderen Prozess gesperrt. Bitte versuchen Sie es später noch einmal."
+"Please select item(s) to remove.","Bitte wählen Sie den bzw. die Artikel aus, den/die Sie entfernen möchten."
+"%s listing(s) were successfully deleted","%s Angebot(e) wurde(n) gelöscht"
+"%s listing(s) have listed items and can not be deleted","%s Angebot(e) verfügt/verfügen über eingestellte Artikel und kann/können nicht gelöscht werden"
+"Compatibility Attribute is not selected.","Kompatibilitätsattribut ist nicht ausgewählt."
+"Required parameters were not selected.","Die erforderlichen Parameter wurden nicht ausgewählt."
+"ePIDs were saved in Compatibility Attribute.","Die ePIDs wurden im Kompatibilitätsattribut gespeichert."
+"Listing Review","Angebot prüfen"
+"Logs","Protokolle"
+"3rd Party Listing does not exist.","Das Drittanbieter-Angebot existiert nicht."
+"Marketplaces","Marktplätze"
+"Sales","Verkäufe"
+"Order address has been updated.","Die Rechnungsadresse wurde aktualisiert."
+"Please select order(s).","Bitte wählen Sie die Bestellung(en) aus."
+"Payment status for selected eBay Order(s) was updated to Paid.","Der Zahlungsstatus der ausgewählten eBay-Bestellungen wurde auf „bezahlt“ aktualisiert."
+"Payment status for selected eBay Order(s) was not updated.","Der Zahlungsstatus der ausgewählten eBay-Bestellungen wurde nicht aktualisiert."
+"Shipping status for selected eBay Order(s) was updated to Shipped.","Der Versandstatus der ausgewählten eBay-Bestellungen wurde auf „verschickt“ aktualisiert."
+"Shipping status for selected eBay Order(s) was not updated.","Der Versandstatus der ausgewählten eBay-Bestellung(en) wurde nicht aktualisiert."
+"Magento Order was created.","Die Magento-Bestellung wurde erstellt."
+"Magento Order was not created. Reason: %s","Die Magento-Bestellung wurde nicht erstellt. Grund: %s"
+"Invoice was created.","Die Rechnung wurde erstellt."
+"Shipment was created.","Der Versand wurde erstellt."
+"Transaction ID should be defined.","Die Transaktionsnummer muss definiert werden."
+"eBay order transaction does not exist.","Die Transaktion dieser eBay-Bestellung existiert nicht."
+"This is not a PayPal transaction.","Dies ist keine PayPal-Transaktion."
+"Please select item(s) to clear","Bitte wählen Sie den bzw. die Artikel, den/die Sie löschen möchten"
+"The synchronization task log has been successfully cleaned.","Das Protokoll für die Synchronisierungsaufgabe wurde gelöscht."
+"eBay 3rd Party Listings are being downloaded now. ' .
+ 'They will be available soon in %s > Listings > 3rd Party. ' .
+ 'You can continue working with M2E Pro.","Die eBay-Angebote von Drittanbietern werden jetzt heruntergeladen. ' . 'Sie werden demnächst unter %s > „Angebote“ > „Drittanbieter“ verfügbar sein. ' . 'Sie können weiter mit M2E Pro arbeiten."
+"This product ID does not exist","Es gibt keine solche Produkt-ID."
+"Error search charity","Fehler bei Suche nach Wohltätigkeitsorganisation"
+"Policy does not exist.","Rahmenbedingungen existieren nicht."
+"Policy was not saved.","Rahmenbedingungen wurden nicht gespeichert."
+"Policy was successfully saved.","Rahmenbedingungen wurden gespeichert."
+"Policy was successfully deleted.","Rahmenbedingungen wurden gelöscht."
+"Policy cannot be deleted as it is used in Listing settings.","Rahmenbedingungen können nicht gelöscht werden, da sie in den Angebotseinstellungen verwendet werden."
+"The listing was successfully saved.","Das Angebot wurde gespeichert."
+"To change account settings click on its record in the grid or choose Edit in the Action dropdown.
+ To review accounts feedback, click the appropriate link. An account can be also deleted, but only if it is not used in M2E listing settings.","Klicken Sie zum Ändern der Kontoeinstellungen auf den Datensatz im Raster oder wählen Sie im Drop-down-Menü „Aktion“ den Eintrag „Bearbeiten“. Klicken Sie zum Aufrufen der Bewertungen für das Konto auf den entsprechenden Link. Ein Konto kann auch gelöscht werden – jedoch nur, wenn es nicht in den M2E-Angebotseinstellungen verwendet wird."
+"
+ M2E allows you to receive feedback from your buyers and respond them according to the settings below.
+Note: The Feedback Synchronization must be enabled in %s > Configuration > Synchronization."," M2E bietet die Möglichkeit, Bewertungen von Käufern zu erhalten und zu beantworten. Legen Sie dazu die folgenden Einstellungen fest.Hinweis: Die Bewertungssynchronisierung muss unter %s > „Konfiguration“ > „Synchronisierung“ aktiviert werden."
+"Buyers Feedback","Käuferbewertung"
+"Import Feedback","Bewertung importieren"
+"Choose to import feedback from eBay buyers into Magento.","Wählen Sie diese Option, um Bewertungen von eBay-Käufern in Magento zu importieren."
+"Seller Response","Verkäuferantwort"
+"Auto Response","Automatische Beantwortung"
+"There are two ways to set up your auto response to buyer feedback:
+ Cycle Mode - the system chooses an existing response template according to the sales order and sends it to the buyer.
+ Random Mode - the system randomly chooses an existing response template and sends it out.","Für die automatische Beantwortung von Bewertungen durch Käufer gibt es zwei Modi: Zyklischer Modus : Das System wählt aus den bestehenden Antwortvorlagen eine für die Bestellung passende Vorlage aus und sendet sie an den Käufer. Zufallsmodus : Das System wählt nach dem Zufallsprinzip eine der bestehenden Antwortvorlagen aus und versendet sie."
+"Disabled","Deaktiviert"
+"Cycle Mode","Zyklischer Modus"
+"Random Mode","Zufallsmodus"
+"Choose between Cycle Mode, Random Mode, or to disable it completely.","Wählen Sie den Modus (Zyklischer Modus, Zufallsmodus) aus oder deaktivieren Sie die automatische Beantwortung."
+"Send to","Senden an"
+"All","Alle"
+"Responses to All feedbacks or Positive only.","Beantwortung aller Bewertungen oder nur Beantwortung der positiven Bewertungen."
+"Response Templates","Antwortvorlagen"
+"Add Response Template","Antwortvorlage hinzufügen"
+"Edit Response Template","Antwortvorlage bearbeiten"
+"Should be between 2 and 80 characters long.","Die Antwortvorlage sollte zwischen 2 und 80 Zeichen lang sein."
+"Please enter correct number of characters.","Bitte geben Sie die korrekte Anzahl von Zeichen ein."
+"You can add an eBay Production (live environment) or Sandbox (test environment) account.
+ Note: A Production eBay account only works in a live environment. A Sandbox account only works in a test environment. To register for a Sandbox account go to www.developer.ebay.com
+ After completing the General Information, click the Get Token button where you'll be redirected to the eBay website. Simply sign-in and press I Agree to allow my eBay account to connect to M2E Pro.
+ Once the Token is successfully accepted, the status will say “Yes†. Click the button “Save And Continue Edit†to proceed.","Sie können ein eBay-Produktionskonto (Live-Umgebung) oder ein Sandbox-Konto (Testumgebung) hinzufügen. Hinweis: Ein eBay-Produktionskonto funktioniert nur in einer Live-Umgebung. Ein Sandbox-Konto funktioniert nur in einer Testumgebung. Wenn Sie ein Sandbox-Konto registrieren möchten, gehen Sie zu www.developer.ebay.com . Klicken Sie nach Eingabe der allgemeinen Informationen auf die Schaltfläche Token abrufen . Sie gelangen daraufhin zur eBay-Website. Loggen Sie sich ein und klicken Sie auf Ich bin einverstanden , um die Verknüpfung des eBay-Kontos mit M2E Pro zuzulassen. Wenn der Token akzeptiert wurde, ändert sich der Status in Ja . Klicken Sie zum Fortfahren auf die Schaltfläche „Speichern und weiter bearbeiten“."
+"Be attentive! By deleting account you delete all information on it from M2E Pro server. This will cause inappropriate work of all accounts' copies.","Bitte beachten Sie: Wenn Sie ein Konto löschen, werden alle damit verbundenen Informationen vom M2E Pro-Server gelöscht. Dies kann dazu führen, dass die Kopien des Kontos nicht richtig funktionieren."
+"No Customer entry is found for specified ID.","Es wurde kein Kundeneintrag für die eingegebene ID gefunden."
+"If Yes is chosen, you must select at least one attribute for product mapping.","Wenn Sie „Ja“ ausgewählt haben, müssen Sie mindestens ein Attribut für die Produktzuordnung bestimmen."
+"You should create at least one response template.","Sie müssen mindestens eine Antwortvorlage erstellen."
+"You must get token.","Sie müssen den Token abrufen."
+"Mode","Modus"
+"Production (Live eBay)","Production (Live eBay)"
+"Sandbox (Test eBay)","Sandbox (eBay-Testmodul)"
+"Environment of eBay account.","Die Umgebung bzw. das Modul des eBay-Mitgliedskontos."
+"Token","Token"
+"Grant Access","Zugriff gewähren"
+"Ensure you acquire your token within 5 minutes, or you may exceed your time limit and have to start again.","Beachten Sie, dass Sie zum Abrufen des Tokens nur 5 Minuten Zeit haben. Wenn Sie die Zeit überschreiten, müssen Sie von vorn beginnen."
+"Activated","Aktiviert"
+"Expiration Date","Gültig bis"
+"
+ The 3rd Party Listings are the items, which were listed on eBay without using M2E Pro extension.
+
+ Set 'Yes' in Import 3rd Party Listings to allow importing for the current eBay Account. Imported listings you can find in Sell on eBay -> Listings -> 3rd Party.
+
+ Use 'Product Mapping' settings to connect eBay listings to Magento products.
+
+ Note: The 3rd Party Listings Synchronization must be enabled in %1$s > Configuration > Synchronization.
+ "," Die Angebote von Drittanbietern sind die Artikel, die ohne M2E Pro bei eBay eingestellt wurden. Legen Sie für „Angebote von Drittanbietern importieren“ „Ja“ fest, um das Importieren für das aktuelle eBay-Konto zuzulassen. Importierte Angebote finden Sie in „Bei eBay verkaufen“ > „Angebote“ > „Drittanbieter“. Verwenden Sie die „Produktzuordnung“-Einstellungen, um eBay-Angebote mit Magento-Produkten zu verknüpfen. Hinweis: Die Synchronisierung von Drittanbieterangeboten muss unter %1$s > „Konfiguration“ > „Synchronisierung“ aktiviert werden. "
+"Import 3rd Party Listings","Angebote von Drittanbietern importieren"
+"Allows importing 3rd Party Listings.Note: Only active eBay Listings created less than 2 years before will be imported.","Ermöglicht das Importieren von Angeboten von Drittanbietern.Hinweis: Importiert werden nur aktive eBay-Angebote, die vor weniger als 2 Jahren erstellt wurden."
+"Product Mapping","Produktzuordnung"
+"Maps eBay product with Magento product.","Verknüpft eBay-Produkte mit Magento-Produkten."
+"Mapping Settings","Zuordnungseinstellungen"
+"Custom Label (SKU)","Lagerhaltungsnummer (SKU)"
+"None","Keine"
+"Product SKU","Produkt-Artikelnummer"
+"Listing Title","Artikelbezeichnung"
+"Mapped Items Synchronization","Zugeordnete Artikel synchronisieren"
+"Enabled","Aktiviert"
+"Enables / Disables synchronization of Mapped 3rd Party Listings for the current account. Click 'Synchronization Settings' button to configure settings.
+ Note: The first 3rd Party Listings Synchronization launches the first product automapping. After that you can launch it manually in Sell on eBay > Listings > 3rd Party.","Aktiviert/deaktiviert die Synchronisierung zugeordneter Angebote von Drittanbietern für das aktuelle Konto. Klicken Sie auf die Schaltfläche „Synchronisierungseinstellungen“, um die Einstellungen zu konfigurieren. Hinweis: Die erste Synchronisierung von Drittanbieterangeboten startet die erste automatische Produktzuordnung. Anschließend können Sie sie unter „Bei eBay verkaufen“ > „Angebote“ > „Drittanbieter“ manuell starten."
+"Related Store Views","Verknüpfte Shop-Ansichten"
+"Related Store View","Verknüpfte Shop-Ansicht"
+"Establish connection between eBay sites and Magento Store Views for correct data synchronization.","Stellen Sie eine Verknüpfung zwischen eBay-Websites und Magento-Shop-Ansichten her, um eine korrekte Synchronisierung der Daten zu gewährleisten."
+"For each eBay account M2E Pro allows import orders coming from eBay and setting up automatic Magento orders creation.
+ Using appropriate settings you can create Magento orders for the items listed by the 3rd party software and by M2E Pro.
+
+
+ Note: The Product Stock QTY only reduces after Magento Order creation.
+ The Order Synchronization must be enabled in %1$s > Configuration > Synchronization.","Für jedes eBay-Konto können Sie in M2E Pro von eBay kommende Bestellungen importieren und die automatische Erstellung von Magento-Bestellungen einrichten. Mit entsprechenden Einstellungen können Sie Magento-Bestellungen für die über Drittanbietersoftware und M2E Pro eingestellten Artikel erstellen. Hinweis: Die Stückzahl der verfügbaren Artikel wird erst nach der Erstellung der Magento-Bestellung reduziert. Die Bestellungssynchronisierung muss unter %1$s > „Konfiguration“ > „Synchronisierung“ aktiviert werden."
+"Import eBay Orders","eBay-Bestellungen importieren"
+"Choose to import the orders placed on eBay.","Wählen Sie diese Option, um bei eBay platzierte Bestellungen zu importieren."
+"Product Is Listed By M2E Pro","Produkt wurde mit M2E Pro eingestellt"
+"Create Order in Magento","Bestellung in Magento erstellen"
+"Whether an order has to be created in Magento if a sold product belongs to M2E Pro Listings.","Legen Sie fest, ob eine Bestellung in Magento erstellt werden soll, wenn ein verkauftes Produkt zu den M2E Pro-Angeboten gehört."
+"Magento Store View Source","Quelle der Magento-Shop-Ansicht"
+"Use Store View from Listing","Shop-Ansicht aus Angebot verwenden"
+"Choose Store View Manually","Shop-Ansicht manuell auswählen"
+"Use the store view from your M2E Listing, or choose store view manually.","Legen Sie fest, ob die Shop-Ansicht aus Ihrem M2E-Angebot verwendet werden soll oder ob Sie die Shop-Ansicht manuell auswählen möchten."
+"The store the orders will be placed in.","Der Shop, in dem die Bestellungen platziert werden."
+"Product Is Listed By Any Other Software","Produkt wurde mit anderer Software eingestellt"
+"Whether an order has to be created in Magento if a sold product does not belong to M2E Pro Listings.","Legen Sie fest, ob eine Bestellung in Magento erstellt werden soll, wenn ein verkauftes Produkt nicht zu den M2E Pro-Angeboten gehört."
+"Product Not Found","Produkt nicht gefunden"
+"Do Not Create Order","Bestellung nicht erstellen"
+"Create Product and Order","Produkt und Bestellung erstellen"
+"What has to be done if a listed product does not exist in Magento.","Legen Sie fest, was geschehen soll, wenn ein eingestelltes Produkt nicht in Magento existiert."
+"Note: Only simple products without variations can be created in Magento. If there is a product with variations on eBay, M2E Pro creates different simple products for each variation.","Hinweis: In Magento können nur einfache Produkte ohne Varianten erstellt werden. Wenn ein Produkt mit Varianten bei eBay eingestellt ist, erstellt M2E Pro ein einfaches Produkt für jede Variante."
+"Product Tax Class","Produkt-Steuerklassen"
+"Tax Class which will be used for products created by M2E Pro.","Steuerklasse, die für die von M2E Pro erstellten Produkte verwendet wird"
+"Customer Settings","Kundeneinstellungen"
+"Customers","Kunden"
+"There are several ways to specify a customer Magento Orders will be assigned to:
+
+ Guest Account - the system does not require a customer account to be created. Default guest account will be used instead.
+ Note: To use this option, Magento Guest Checkout option must be enabled.
+ Predefined Customer - the system uses predefined customer.
+ Create New - a new customer will be created in Magento.
+ Note: If a customer already exists in Magento, the system assigns orders to him.","Es gibt verschiedene Möglichkeiten, einen Kunden anzugeben, dem Magento-Bestellungen zugewiesen werden: Gästekonto : Das System verlangt nicht, dass ein Kundenkonto angelegt wird. Stattdessen wird das Standard-Gästekonto verwendet. Hinweis: Für diese Option muss in Magento die Möglichkeit aktiviert sein, als Gast bezahlen zu können. Vordefinierter Kunde : Das System verwendet einen vordefinierten Kunden. Neu erstellen : In Magento wird ein neuer Kunde angelegt. Hinweis: Wenn es in Magento bereits einen Eintrag für einen Kunden gibt, weist das System ihm die Bestellung zu."
+"Customer","Kunde"
+"Guest Account","Gästekonto"
+"Predefined Customer","Vordefinierter Kunde"
+"Create New","Neu erstellen"
+"Customer Magento Orders will be created for.","Kunde, für den die Magento-Bestellungen erstellt werden"
+"Customer ID","Kunden-ID"
+"Enter Magento customer ID.","Geben Sie die Magento-Kunden-ID ein."
+"Associate to Website","Website zuordnen"
+"-- Please Select --","-- Bitte auswählen --"
+"Website a customer account will be created for.","Website, für die das Kundenkonto erstellt wird"
+"Customer Group","Kundengruppe"
+"Customer Group a customer will be assigned to.","Kundengruppe, der der Kunde zugewiesen wird"
+"Send Emails When The Following Is Created","E-Mail senden, wenn folgende Elemente erstellt wurden"
+"Customer Account","Kundenkonto"
+"Magento Order","Magento-Bestellung"
+"Invoice","Rechnung"
+"Necessary emails will be sent according to Magento settings in Magento > System > Configuration > Sales Emails. Hold Ctrl button, to choose more, than one option.","Alle erforderlichen E-Mails werden entsprechend den unter Magento > System > Konfiguration > Verkaufs-E-Mails festgelegten Magento-Einstellungen versendet. Halten Sie die Strg-Taste gedrückt, um mehrere Optionen gleichzeitig auszuwählen."
+"Order Creation Rules","Regeln zum Erstellen von Bestellungen"
+"Set eBay Orders settings when Magento Orders have to be created.
+
+ The Reserve Quantity option can prevent the item selling before the Magento Order is created.
+ This is because the Product Stock Quantity is reduced after Magento Order creation.
+ It removes items from Magento Stock as soon as the order is received from eBay.","Legen Sie die Einstellungen für eBay-Bestellungen fest, wenn Magento-Bestellungen erstellt werden müssen. Mit der Option „Reservestückzahl“ kann verhindert werden, dass der Artikel verkauft wird, bevor die Magento-Bestellung erstellt wurde. Die Produktbestandsmenge wird nämlich reduziert, nachdem die Magento-Bestellung erstellt wurde. Damit werden Artikel aus dem Magento-Bestand entfernt, sobald die Bestellung von eBay eintrifft."
+"Create Magento Order When","Magento-Bestellung unter folgenden Bedingungen erstellen"
+"Immediately","Sofort"
+"Checkout Is Completed","Kaufabwicklung ist abgeschlossen"
+"Payment Is Received","Zahlung ist eingegangen"
+"Checkout Is Completed & Payment Received","Kaufabwicklung ist abgeschlossen und Zahlung ist eingegangen"
+"Automatic Cancellation","Automatische Stornierung"
+"Never","Nie"
+"In %d days","In %d Tagen"
+"Magento Orders, which were not paid in a definite time interval, will be cancelled. Unpaid Item Process will be launched for such orders on eBay.","Magento-Bestellungen, die nach einem bestimmten Zeitraum nicht bezahlt wurden, werden storniert. Für solche Bestellungen wird bei eBay die Vorgehensweise bei nicht bezahlten Artikeln initiiert."
+"For %d day","Für %d Tag"
+"For %d days","Für %d Tage"
+"For how many days reserve qty has to be kept while Magento Order is not created.","Gibt an, für wie viele Tage die Stückzahl reserviert bleiben soll, während keine Magento-Bestellung erstellt wird."
+"Order Tax Settings","Besteuerungseinstellungen für Bestellungen"
+"Choose the tax settings for your Magento Order:
+
+ eBay - Magento Orders use tax settings from the eBay Listing.
+ Magento - Magento Orders use Magento tax settings.
+ eBay & Magento - Magento Orders use tax settings from the eBay Listing. If there are no tax settings set in eBay, Magento tax settings are used.
+ None - No tax settings are set.","Legen Sie die Besteuerungseinstellungen für Ihre Magento-Bestellung fest: eBay : Für Magento-Bestellungen werden die Besteuerungseinstellungen aus dem eBay-Angebot verwendet. Magento : Für Magento-Bestellungen werden die Besteuerungseinstellungen aus Magento verwendet. eBay und Magento : Für Magento-Bestellungen werden die Besteuerungseinstellungen aus dem eBay-Angebot verwendet. Wenn es im eBay-Angebot keine Besteuerungseinstellungen gibt, kommen die Magento-Besteuerungseinstellungen zum Einsatz. Keine : Es werden keine Besteuerungseinstellungen festgelegt."
+"Tax Source","Steuerquelle"
+"eBay & Magento","eBay und Magento"
+"Order Status Mapping","Zuordnung von Bestellungsstatus"
+"Configure mapping between your eBay Order state and Magento Order statuses.
+ Note: The Order activity in Magento is automatically reflected in your eBay Order:
+ Choose to create automatic invoices and automatic notify the buyer when the item ships.","Konfigurieren Sie die Zuordnung des Status Ihrer eBay-Bestellung zu den Status der Magento-Bestellung. Hinweis: Die Bestellungsaktivität in Magento spiegelt sich automatisch in Ihrer eBay-Bestellung wider: Richten Sie die automatische Erstellung von Rechnungen und die automatische Versandbenachrichtigung für den Käufer ein."
+"Status Mapping","Statuszuordnung"
+"Default Order Statuses","Standard-Bestellstatus"
+"Custom Order Statuses","Benutzerdefinierter Bestellstatus"
+"Payment Is Completed","Zahlung ist abgeschlossen"
+"Automatic Invoice Creation","Automatische Rechnungserstellung"
+"Shipping Is Completed","Versand ist abgeschlossen"
+"Automatic Shipment Creation","Automatische Versanderstellung"
+"
+ With M2E you can also sell your Magento products on eBay store. The information about your store you can find below."," Mit M2E können Sie Ihre Magento-Produkte auch in Ihrem eBay Shop verkaufen. Informationen zu Ihrem Shop finden Sie unten."
+"Information","Informationen"
+"Store Title","Shop-Titel"
+"URL","URL"
+"Subscription Level","Shop-Abonnement"
+"Updates store information.","Aktualisiert die Shop-Informationen"
+"Highlighted category ID.","Markierte Kategorie-ID"
+"This eBay account does not have an eBay Store subscription.","Es ist kein Shop-Abonnement für dieses eBay-Konto vorhanden."
+"Note: All changes you have made will be automatically applied to all M2E listings where this category is used.","Hinweis: Die von Ihnen vorgenommenen Änderungen werden automatisch auf alle M2E-Angebote angewendet, bei denen diese Kategorie verwendet wird."
+"Do not show any more","Nicht wieder anzeigen"
+"Marketplace","Marktplatz"
+"
+ Be careful when you edit categories data, as all changes you have made will be automatically applied to all M2E listings where these categories are used.
+
+
+ Note: If M2E has defined, that a category was removed from eBay, it highlights it.
+ "," Seien Sie bei der Bearbeitung von Kategoriedaten vorsichtig, da alle vorgenommenen Änderungen automatisch auf alle M2E-Angebote angewendet werden, bei denen diese Kategorien verwendet werden. Hinweis: Wenn M2E feststellt, dass eine Kategorie aus eBay entfernt wurde, wird diese Kategorie markiert. "
+"Every time you set a category you specify Item Specifics adapted to M2E listing or product it is set for.
+ All variety of Item Specifics sets you can find on the Specifics tab.
+The number of sets is equal to the number of category usage in M2E.
+
+
+Note: When you change a Primary category, you will need to specify Item Specifics for every created dates.
+","Für jede Kategorie werden Artikelmerkmale angebeben, die an das jeweilige M2E-Angebot oder -Produkt angepasst sind. Die verschiedenen verfügbaren Artikelmerkmalsätze finden Sie auf der Registerkarte „Merkmale“. Die Anzahl der Sets entspricht der Häufigkeit, mit der die Kategorie in M2E verwendet wurde.Hinweis: Wenn Sie eine Hauptkategorie ändern, müssen Sie für alle erstellten Daten Artikelmerkmale festlegen."
+"Created at","Erstellt am"
+"Simple","Einfach"
+"Advanced","Erweitert"
+"There are two modes. Simple is suitable for new users and for those with a limited inventory. Advanced is suitable for the more experienced user.","Zur Wahl stehen zwei Modi. Der Modus „Einfach“ eignet sich für neue Nutzer und Nutzer mit einem begrenzten Warenbestand. Der Modus „Erweitert“ eignet sich für erfahrenere Nutzer."
+"Notifications","Benachrichtigungen"
+"Cron","Cron"
+"Notifies if cron is not run more than 12 hours.","Sie werden benachrichtigt, wenn Cron seit mehr als 12 Stunden nicht ausgeführt wurde."
+"Negative Feedback","Negative Bewertungen"
+"Notifies when a new negative feedback was received.","Sie werden benachrichtigt, falls Sie neue negative Bewertungen erhalten haben."
+"Item Specifics Step","Artikelmerkmale-Schritt"
+"Not Show","Nicht anzeigen"
+"If you do not need to change Item Specifics details every time you add products, you can skip this step (set 'Not Show\","Wenn es nicht erforderlich ist, bei jedem Hinzufügen von Produkten die Artikelmerkmaleinstellungen zu ändern, können Sie diesen Schritt überspringen (auf „Nicht anzeigen“ setzen)."
+"Currency","Währung"
+"Choose the currency you want to sell for.","Wählen Sie die Währung aus, in der Sie verkaufen möchten."
+"Prevent eBay Item Duplicates","Identische Angebote bei eBay vermeiden"
+"Does not list a Magento product if it was listed from another M2E listing.
+
+ Note: This mechanism only works for auto listing and in Live eBay environment.","Verhindert, dass ein Magento-Produkt eingestellt wird, wenn es bereits aus einem anderen M2E-Angebot eingestellt wurde. Hinweis: Dieser Mechanismus funktioniert nur beim automatischen Einstellen und in der Live-eBay-Umgebung."
+"Parts compatibility is a better way for sellers to list parts that fit a variety of vehicles. This format adds standard information to your listing. You can create one listing describing a single part and add a complete list of compatible vehicles.
+ To use this feature you have to:
+
+ In the section below choose the attribute, which will be used for saving ePIDs (Product Reference IDs) of compatible vehicles.
+ In created M2E listing on the 'View Listing' (Settings view mode) page use the Add Compatible Vehicles tool to find necessary compatible items.
+ "," Die Option „Kompatibilität von Ersatzteilen“ unterstützt Verkäufer dabei, Ersatzteile einzustellen, die für eine Vielzahl von Fahrzeugen geeignet sind. Dieses Format fügt Ihrem Angebot Standardinformationen hinzu. Sie können ein Angebot erstellen, das ein einzelnes Ersatzteil beschreibt, und diesem eine vollständige Liste kompatibler Fahrzeuge hinzufügen. Um diese Funktion nutzen zu können, müssen Sie Folgendes tun: Wählen Sie im Abschnitt unten das Attribut aus, das für das Speichern der ePIDs (Produktreferenz-IDs) kompatibler Fahrzeuge verwendet wird. Verwenden Sie im erstellten M2E-Angebot auf der Seite „Angebot anzeigen“ (Ansichtsmodus „Einstellungen“) das Tool zum Hinzufügen kompatibler Fahrzeuge, um die erforderlichen kompatiblen Artikel zu finden. "
+"Select Attribute","Attribut auswählen"
+"Only textarea attributes are shown.","Es werden nur „textarea“-Attribute angezeigt."
+"You do not have textarea attributes.","Sie haben keine „textarea“-Attribute."
+"Set up general preferences for eBay and Save configuration.","Legen Sie allgemeine Einstellungen für eBay fest und speichern Sie die Konfiguration."
+"Cron Is Not Running","Cron wird nicht ausgeführt"
+"Feedback has been successfully sent.","Die Bewertung wurde erfolgreich gesendet."
+"Response Message","Antwort"
+"Buyer's Feedback","Käuferbewertung"
+"Choose Predefined Feedback","Wählen Sie eine vordefinierte Bewertung"
+"Or Write Your Own","Oder verfassen Sie Ihren eigenen Bewertungstext"
+"This page contains all feedback received from buyers and all seller responses to them.
+ Use eBay Accounts dropdown to filter feedback by accounts.
+ If a response to feedback was not automatically sent, you can send it manually by pressing the Response button on
+ appropriate line and filling appeared form at the top of page.
+ Note: Auto Responses to feedback are sent according to the eBay Accounts settings.","Diese Seite enthält alle Käuferbewertungen und alle Antworten des Verkäufers. Verwenden Sie das Drop-down-Menü „eBay-Konten“, um die Bewertungen nach Konten zu filtern. Falls eine Antwort auf eine Bewertung nicht automatisch versendet wurde, können Sie die Antwort manuell senden, indem Sie in der entsprechenden Zeile auf Antwort klicken und das daraufhin oben auf der Seite angezeigte Formular ausfüllen. Hinweis: Automatische Antworten auf Bewertungen werden entsprechend den für das eBay-Konto festgelegten Einstellungen versendet."
+"eBay/Magento Integration: Listing","eBay/Magento-Integration: Angebot"
+"General Settings","Allgemeine Einstellungen"
+"Select the desired eBay account to use. Next, choose your preferred eBay site. Finally, the Magento Store View you would like eBay to use.","Wählen Sie das eBay-Konto aus, das verwendet werden soll. Wählen Sie als Nächstes die bevorzugte eBay-Website aus. Geben Sie zum Schluss die Magento-Shop-Ansicht an, die eBay verwenden soll."
+"Create a title that's meaningful to you. Your Listing Title will not be displayed publicly.","Erstellen Sie eine für Sie aussagekräftige Artikelbezeichnung. Diese Artikelbezeichnung wird nicht öffentlich angezeigt."
+"eBay Settings","eBay-Einstellungen"
+"This is the user name of your eBay account.","Dies ist der Nutzername Ihres eBay-Kontos."
+"This is the site where your item will be listed. Choose from the dropdown list. Your currency will be automatically selected based on your eBay Site choice.","Dies ist die Website, auf der Ihr Artikel eingestellt wird. Wählen Sie im Drop-down-Menü die gewünschte Option aus. Die Währung wird automatisch anhand der Auswahl der eBay-Website festgelegt."
+"Magento Settings","Magento-Einstellungen"
+"This is the store information that will be used on M2E Pro.","Hier können Sie die Shop-Informationen festlegen, die in M2E Pro genutzt werden sollen."
+"Add","Hinzufügen"
+"Account not found, please create it.","Konto nicht gefunden, bitte melden Sie ein Konto an."
+"Add Another","Weiteres hinzufügen"
+"Another Synchronization Is Already Running.","Es wird bereits eine andere Synchronisierung ausgeführt."
+"Getting information. Please wait ...","Informationen werden abgerufen. Bitte warten Sie..."
+"Preparing to start. Please wait ...","Start wird vorbereitet. Bitte warten Sie..."
+"Please wait while synchronization is finished.","Bitte warten Sie, bis die Synchronisierung abgeschlossen ist."
+"The specified title is already used for other listing. Listing title must be unique.","Die eingegebene Bezeichnung wird bereits für ein anderes Angebot verwendet. Die Artikelbezeichnung muss einzigartig sein."
+"Step 1","Schritt 1"
+"Step 2","Schritt 2"
+"Step 3","Schritt 3"
+"Product Assigned to Categories","Produkt wurde Kategorien zugewiesen"
+"No Action","Keine Maßnahme"
+"Add to the Listing","Zum Angebot hinzufügen"
+"Add to the Listing and Assign eBay Category","Zum Angebot hinzufügen und eBay-Kategorie zuweisen"
+"Action which will be applied automatically.","Aktion, die automatisch angewendet wird"
+"Product Deleted from Categories","Produkt aus Kategorien gelöscht"
+"Stop on eBay","Bei eBay anhalten"
+"Stop on eBay and Delete from Listing","Bei eBay anhalten und aus Angebot löschen"
+"This category is already used in the rule %s. If you press ""Confirm"" button, category will be removed from that rule.","Diese Kategorie wird bereits in der Regel %s verwendet. Wenn Sie auf „Bestätigen“ klicken, wird die Kategorie aus dieser Regel entfernt."
+"Rules For Magento Categories","Regeln für Magento-Kategorien"
+"Rules for products added or deleted from particularly Magento category.
+ To add a new rule click on the Add New Rule button.","Regeln für Produkte, die einer bestimmten Magento-Kategorie hinzugefügt oder aus ihr entfernt wurden. Wenn Sie eine neue Regel hinzufügen möchten, klicken Sie auf die Schaltfläche „Neue Regel hinzufügen“."
+"Reset Automatic Action Rules","Automatische Aktionsregeln zurücksetzen"
+"Global (all products)","Global (alle Produkte)"
+"New Product Added to Magento","Neues Magento hinzugefügtes Produkt"
+"Product Deleted from Magento","Aus Magento gelöschtes Produkt"
+"Reset Automatic Action Rule","Automatische Aktionsregel zurücksetzen"
+"Website","Website"
+"Product Added to Website","Produkt wurde zur Website hinzugefügt"
+"Product Deleted from Website","Produkt wurde von Website gelöscht"
+"Rules of auto adding and deletion products from current listing.","Regeln für das automatische Hinzufügen und Löschen von Produkten aus dem aktuellen Angebot"
+"Auto Actions","Automatische Aktionen"
+"Depending on products scope level (Global, Website, Category) you can set the rules of adding / deletion Magento products from the current listing.","Je nach Ausrichtung der Produkte (global, Website, Kategorie) können Sie verschiedene Regeln für das Hinzufügen/Löschen von Magento-Produkten zum/aus dem aktuellen Angebot festlegen."
+"Select the scope level of products to which you want to apply the rule:","Legen Sie die Ausrichtung der Produkte fest, für die die Regel gelten soll:"
+"Means that when a product is added or deleted from Magento catalog the rule is applied.","Wenn diese Option gewählt wird, tritt die Regel in Kraft, sobald ein Produkt dem Magento-Katalog hinzugefügt oder aus ihm gelöscht wird."
+"Means that when a product is added or deleted from the Store you selected in M2E Listing setting the rule is applied.","Wenn diese Option gewählt wird, tritt die Regel in Kraft, sobald ein Produkt dem in der M2E-Angebotseinstellung festgelegten Shop hinzugefügt oder aus ihm gelöscht wird."
+"Means that when a product is added or deleted from Magento category, specified in the rule settings, the rule is applied.","Wenn diese Option gewählt wird, tritt die Regel in Kraft, sobald ein Produkt der in den Regeleinstellungen angegebenen Magento-Kategorie hinzugefügt oder aus ihr gelöscht wird."
+"Step 4","Schritt 4"
+"The only common (presented in all attribute sets) ""Text Field"" or ""Dropdown"" attributes available for selection.","Die einzigen allen Attributsätzen gemeinen „Textfeld“- oder „Drop-down“-Attribute, die zur Wahl stehen."
+"If you cannot find necessary category, try to update eBay sites data .","Wenn Sie die erforderliche Kategorie nicht finden können, versuchen Sie, die eBay-Website-Daten zu aktualisieren ."
+"If you cannot find necessary store category, try to refresh eBay store data .","Wenn Sie die erforderliche Shop-Kategorie nicht finden können, versuchen Sie, die eBay Shop-Daten zu aktualisieren ."
+"Enter keyword(s) or category ID...","Suchbegriff(e) oder Kategorie-ID eingeben..."
+"No recently used categories","Keine zuletzt verwendeten Kategorien"
+"Change","Ändern"
+"No results","Keine Ergebnisse"
+"Try to update eBay sites data and repeate the search.","Versuchen Sie, die eBay-Website-Daten zu aktualisieren , und wiederholen Sie die Suche."
+"Try to refresh eBay store data and repeate the search.","Versuchen Sie, die eBay Shop-Daten zu aktualisieren , und wiederholen Sie die Suche."
+"eBay Category","eBay-Kategorie"
+"eBay Primary Category must be selected.","Sie müssen eine Hauptkategorie bei eBay auswählen."
+"eBay Store Category","eBay Shop-Kategorie"
+"eBay Primary Store Category must be selected.","Sie müssen eine Hauptkategorie des eBay Shops auswählen."
+"You have to set eBay Categories before you can List Items on eBay.","Sie müssen eBay-Kategorien festlegen, bevor Sie Artikel bei eBay einstellen können."
+"Choose one of the options below.","Wählen Sie eine der folgenden Optionen."
+"The same category","Dieselbe Kategorie"
+"The Products will all have the same category.","Die Produkte haben alle dieselbe Kategorie."
+"Remember my choice and skip this step in the future.","Meine Einstellungen speichern und diesen Schritt künftig überspringen"
+"Based on Magento categories","Auf der Basis von Magento-Kategorien"
+"The products will all have the eBay categories that are based on Magento categories.","Für alle Produkte gelten die auf den Magento-Kategorien basierenden eBay-Kategorien."
+"Get suggested categories","Empfohlene Kategorien abrufen"
+"eBay suggests the best categories for your products based on title and attribute set of product.","eBay schlägt Ihnen anhand der Artikelbezeichnung und des Attributsatzes des Produkts die für Ihre Produkte am besten geeigneten Kategorien vor."
+"Set manually for each product","Für jedes Produkt manuell festlegen"
+"You have complete freedom to choose (individually, or by grouping a set of products together) the most suitable eBay category for your products.","Sie können vollkommen frei wählen (einzeln oder durch Zusammenfassen mehrerer Produkte), zu welcher eBay-Kategorie Ihre Produkte am besten passen."
+"If you continue the settings you will choose next will be applied to the current M2E Listing and automatically assigned to all products added later. ","Wenn Sie fortfahren, werden die Einstellungen, die Sie als Nächstes wählen, auf das aktuelle M2E-Angebot angewendet und automatisch allen neu hinzukommenden Produkten zugewiesen. "
+"Apply Settings","Einstellungen übernehmen"
+"Warning: There are product(s) of
+which have no Primary eBay category specified.
+
+You can correct it now by Cancelling this message and choosing Edit Category action.
+Or if you are not sure which category to choose, Continue working.
+You will have a chance to correct category(s) later in the listing settings.","Warnung: Für von Produkt(en) wurde keine Hauptkategorie bei eBay festgelegt. Sie können dies jetzt korrigieren, indem Sie in dieser Meldung auf „Abbrechen“ klicken und die Aktion „Kategorie bearbeiten“ wählen. Wenn Sie sich nicht sicher sind, welche Kategorie Sie wählen sollten, fahren Sie einfach fort. Sie können die Kategorie(n) auch später noch in den Angebotseinstellungen korrigieren."
+"Skip Optional Specifics","Optionale Merkmale überspringen"
+"M2E will check all available Item Specifics for selected eBay Categories and stops at the Category where user action is required (required Item Specifics should be set).","M2E prüft alle verfügbaren Artikelmerkmale auf ausgewählte eBay-Kategorien und stoppt bei der Kategorie, bei der ein Eingreifen seitens des Nutzers erforderlich ist (erforderliche Artikelmerkmale sollten festgelegt sein)."
+" All selected eBay Categories were checked for required Item Specifics.
+
+ Now you can proceed further (use Continue button) or close this window and review Item Specifics if neccessary (use Cancel button)."," Alle ausgewählten eBay-Kategorien wurden auf erforderliche Artikelmerkmale geprüft. Sie können jetzt fortfahren (Schaltfläche „Weiter“) oder dieses Fenster schließen und, sofern erforderlich, die Artikelmerkmale prüfen (Schaltfläche „Abbrechen“)."
+"The category %cat% doesn't have Item Specific.","Die Kategorie %cat% verfügt über keine Artikelmerkmale."
+"Adding specific item details will attract your buyers and help them to find your item in a search. We recommend using as many item specifics as you can.
+ There are mandatory specifics and the chance to create your own.
+
+ There are four options available to you.
+
+
+
+ eBay Recommended
+ eBay recommends certain characteristics your item may possess. Simply choose the most appropriate one from the drop down menu.
+ So if you are selling headphones, eBay will recommend an ABC list of the most common brands from Apple and Bose to Creative.
+ This is a sensible option for beginners to eBay.
+
+ Note: These options correspond to the Primary eBay Category, not any Secondary Category you may have chosen.
+
+
+ Custom Attribute
+ You can create more customisable detail by choosing the Custom Attribute that contains the item specific.
+
+
+ Custom Value
+ This allows you to manually type specific information about your product rather than choosing from a dropdown list.
+ This is particularly useful if the eBay recommended option does not include information about the specific item you have for sale.
+
+
+ None
+ You choose not to offer potential buyers any item specific information. Be aware that this may hamper your items appearing in eBay search results.
+
+ ","Fügen Sie Ihrem Angebot Informationen und Details hinzu, um das Interesse von Käufern zu wecken und diesen zu helfen, Ihr Angebot leichter zu finden. Wir empfehlen, möglichst viele Artikelmerkmale zu verwenden. Es gibt obligatorische Artikelmerkmale und Sie können auch eigene Artikelmerkmale erstellen. Zur Wahl stehen die folgenden Optionen: von eBay empfohlen eBay empfiehlt bestimmte Merkmale, die Ihr Artikel möglicherweise hat. Wählen Sie einfach aus dem Drop-down-Menü den Eintrag, der am ehesten zutrifft. Wenn Sie z.B. Kopfhörer verkaufen, schlägt Ihnen eBay eine ABC-Liste der häufigsten Marken von Apple über Bose bis hin zu Creative vor. Diese Option hilft vor allem eBay-Neulingen. Hinweis: Diese Vorschläge beruhen auf der Hauptkategorie bei eBay, nicht auf einer der zweiten Kategorien, die Sie möglicherweise ausgewählt haben. Benutzerdefiniertes Attribut Sie können die Details noch weiter anpassen, indem Sie das benutzerdefinierte Attribut wählen, das das Artikelmerkmal enthält. Benutzerdefinierter Wert Mit dieser Option können Sie manuell konkrete Informationen zu Ihrem Produkt eingeben, statt diese über ein Drop-down-Menü auswählen zu müssen. Dies ist insbesondere dann nützlich, wenn die von eBay empfohlene Option keine Informationen zum konkreten Artikel bereitstellt, den Sie verkaufen. Keine Mit dieser Option legen Sie fest, dass Sie potenziellen Käufern keine Artikelmerkmalinformationen zur Verfügung stellen möchten. Beachten Sie, dass dies die Art und Weise beeinträchtigen kann, in der Ihre Artikel in den eBay-Suchergebnissen erscheinen. "
+"Value","Wert"
+"Add more information to help buyers find your item in search results.","Fügen Sie weitere Informationen hinzu, um potenziellen Käufern das Finden Ihres Artikels zu erleichtern."
+"eBay Recommended","von eBay empfohlen"
+"Custom Value","Benutzerdefinierter Wert"
+"Custom Attribute","Benutzerdefiniertes Attribut"
+"Custom Label / Attribute","Lagerhaltungsnummer/Attribut"
+"M2E Pro Listings","M2E Pro-Angebote"
+"This page contains all created M2E Listings.
+You can perform different Actions on a single Listing or on a group of Listings.
+Actions for a single Listing you can find in the Action column of the grid. Choose a necessary option in the appropriate Listing dropdown to execute it.
+ Mass actions are in the Actions dropdown at the top right corner of the grid. Select check-boxes of appropriate items, choose an Action from the dropdown and press the Submit button.","Diese Seite enthält alle erstellten M2E-Angebote. Sie können verschiedene Aktionen sowohl für einzelne Angebote als auch für eine Gruppe von Angeboten durchführen. Die für einzelne Angebote durchführbaren Aktionen finden Sie in der Spalte „Aktionen“. Wählen Sie die Option, die Sie ausführen möchten, aus dem Dropdown-Menü für die Angebote. Die für mehrere Angebote gleichzeitig durchführbaren Aktionen finden Sie im Dropdown-Menü oben rechts in der Tabelle. Markieren Sie die entsprechenden Artikel, wählen Sie im Drop-down-Menü „Aktion“ eine Aktion aus und klicken Sie auf „Senden“."
+"This Log contains all information about actions, which were done on all M2E Pro Listings and their items.","Dieses Protokoll enthält alle Informationen zu Aktionen, die für M2E Pro-Angebote und ihre Artikel ausgeführt wurden."
+"
+This page contains eBay Listings, which belong to registered eBay Accounts (%1$s > Configuration > Accounts Settings) and were listed not by M2E Pro extension.
+They are filtered by eBay User ID and Marketplaces in the grid. To review necessary 3rd Party Listings click on appropriate line of the grid.
+
+Note: To import eBay 3rd Party Listings the 3rd Party Listings Import must be enabled in account's settings
+(%1$s > Configuration > Accounts Settings > 3rd Party Listings tab) and the 3rd Party Listings Synchronization must be enabled in %1$s > Configuration > Synchronization.
+
+Important: Initially (the first synchronization of 3rd Party Listings) M2E imports items which have been listed not later than a year ago.
+","Diese Seite enthält eBay-Angebote von registrierten eBay-Konten (%1$s > „Konfiguration“ > „Kontoeinstellungen“), die nicht mithilfe der M2E Pro-Erweiterung eingestellt wurden. Sie sind im Raster nach eBay-Nutzername und Marktplätzen gefiltert. Klicken Sie zum Prüfen der erforderlichen Angebote von Drittanbietern auf die entsprechende Rasterzeile.Hinweis: Um eBay-Angebote von Drittanbietern importieren zu können, müssen Sie in den Kontoeinstellungen (%1$s > „Konfiguration“ > „Kontoeinstellungen“ > Registerkarte „Angebote von Drittanbietern“) den Import von Angeboten von Drittanbietern sowie unter %1$s > „Konfiguration“ > „Synchronisierung“ die Synchronisierung von Angeboten von Drittanbietern aktivieren.Wichtig: Beim ersten Importvorgang (bei der ersten Synchronisierung von Angeboten von Drittanbietern) importiert M2E nur Artikel, die vor maximal einem Jahr eingestellt wurden."
+"This Log contains all information about actions, which were done on 3rd Party Listings.","Dieses Protokoll enthält alle Informationen zu Aktionen, die für Angebote von Drittanbietern ausgeführt wurden."
+"Define the conditions when you want eBay items relisted.
+ ","Legen Sie fest, unter welchen Bedingungen eBay-Artikel wiedereingestellt werden sollen. "
+"Relist Action","Aktion „Wiedereinstellen“"
+"Activates Relist action.","Aktiviert die Aktion „Wiedereinstellen“"
+"Relist When Stopped Manually","Wiedereinstellen, wenn manuell angehalten"
+"Relists an item by over-riding any manual stop.","Sorgt dafür, dass manuell angehaltene Artikel wiedereingestellt werden."
+"Synchronize Data","Daten synchronisieren"
+"Updates title, subtitle, description, price, quantity and shipment on eBay items.","Aktualisiert Artikelbezeichnung, Untertitel, Beschreibung, Preis, Stückzahl und Versand für eBay-Artikel."
+"Relist Conditions","Bedingungen für Wiedereinstellen"
+"Product Status","Produktstatus"
+"Product status when item will be relisted.","Produktstatus zum Zeitpunkt des Wiedereinstellens des Artikels"
+"Stock Availability when item will be relisted.","Warenbestandsverfügbarkeit zum Zeitpunkt des Wiedereinstellens des Artikels"
+"Quantity","Stückzahl"
+"Less","Weniger"
+"More or Equal","Mehr oder gleich"
+"Between","Zwischen"
+"Product(s) quantity when item will be relisted.","Produktstückzahl zum Zeitpunkt des Wiedereinstellens des Artikels"
+"Min Quantity","Min. Stückzahl"
+"Max Quantity","Max. Stückzahl"
+"Specify the product details you want to keep up to date on eBay.","Geben Sie die Produktdetails an, die bei eBay auf dem neuesten Stand gehalten werden sollen."
+"Partial Revise","Teilweise überarbeiten"
+"Item Quantity","Artikelstückzahl"
+"Updates eBay listing quantity when it changes in Magento.","Aktualisiert die Stückzahl der Artikel im eBay-Angebot, wenn sie sich in Magento ändert."
+"Item Price","Artikelpreis"
+"Updates eBay listing price when it changes in Magento.","Aktualisiert den Preis der Artikel im eBay-Angebot, wenn er sich in Magento ändert."
+"Updates eBay listing title when it changes in Magento.","Aktualisiert die Artikelbezeichnung des eBay-Angebots, wenn sie sich in Magento ändert."
+"Item Subtitle","Untertitel"
+"Updates eBay listing subtitle when it changes in Magento.","Aktualisiert den Untertitel des eBay-Angebots, wenn er sich in Magento ändert."
+"Item Description","Artikelbeschreibung"
+"Updates eBay listing description when it changes in Magento.","Aktualisiert die Beschreibung des eBay-Angebots, wenn sie sich in Magento ändert."
+"Specifies Magento product data to be synchronized with eBay.
+
+ Note: If you set 'Not Set' in an option, the synchronization will not be performed for it.","Gibt an, welche Magento-Produktdaten mit eBay synchronisiert werden sollen. Hinweis: Wenn Sie für eine Option „Nicht festgelegt“ angeben, werden die entsprechenden Daten nicht synchronisiert."
+"The price will be calculated according to Catalog Price Rules (Magento > Promotions > Catalog Price Rules).","Der Preis wird anhand von Katalogpreisregeln berechnet (Magento > Aktionen > Katalogpreisregeln)."
+"Updates price on eBay listing(s) when the source of price changes.","Aktualisiert den Preis in eBay-Angeboten, wenn die Angabe des Preises geändert wird."
+"Synchronization Source","Quelle für die Synchronisierung"
+"Not Set (not changeable on eBay)","Nicht festgelegt (nicht änderbar bei eBay)"
+"Product QTY","Produktstückzahl"
+"Magento Attributes","Magento-Attribute"
+"Product QTY - eBay listing quantity will be synchronized with Magento product quantity.
+ Magento Attribute - eBay listing quantity will be synchronized with attribute value.
+","Produktstückzahl : Die Stückzahl der Artikel im eBay-Angebot wird mit der Produktstückzahl in Magento synchronisiert. Magento-Attribut : Die Stückzahl der Artikel im eBay-Angebot wird mit dem Attributwert synchronisiert."
+"Product Price","Produktpreis"
+"Special Price","Sonderpreis"
+"
+ Product Price - eBay Listing price will be synchronized with the original Magento product price.
+ Special Price - eBay Listing price will be synchronized with the special price of Magento product.
+ Magento Attribute - eBay listing price will be synchronized with attribute value.
+"," Produktpreis : Der Preis der Artikel im eBay-Angebot wird mit dem ursprünglichen Produktpreis in Magento synchronisiert. Sonderpreis : Der Preis der Artikel im eBay-Angebot wird mit dem für das Magento-Produkt festgelegten Sonderpreis synchronisiert. Magento-Attribut : Der Preis der Artikel im eBay-Angebot wird mit dem Attributwert synchronisiert."
+"
+ Product Name - eBay listing title will be synchronized with the original Magento product name.
+ Magento Attribute - eBay listing title will be synchronized with attribute value.
+ "," Produktbezeichnung : Die Artikelbezeichnung des eBay-Angebots wird mit der ursprünglichen Produktbezeichnung in Magento synchronisiert. Magento-Attribut : Die Artikelbezeichnung des eBay-Angebots wird mit dem Attributwert synchronisiert. "
+"Choose Magento attribute that will be synchronized with subtitle on eBay.","Wählen Sie das Magento-Attribut aus, das mit dem Untertitel des eBay-Angebots synchronisiert wird."
+"Product Description","Produktbeschreibung"
+"Product Short Description","Kurze Produktbeschreibung"
+"
+ Product Description - eBay listing description will be synchronized with the original description of Magento product.
+ Product Short Description - eBay listing description will be synchronized with the original short Magento product description.
+ Magento Attribute - eBay listing description will be synchronized with attribute value.
+ "," Produktbeschreibung : Die Beschreibung des eBay-Angebots wird mit der ursprünglichen Beschreibung des Magento-Produkts synchronisiert. Kurzbeschreibung des Produkts : Die Beschreibung des eBay-Angebots wird mit der ursprünglichen Kurzbeschreibung des Produkts in Magento synchronisiert. Magento-Attribut : Die Beschreibung des eBay-Angebots wird mit dem Attributwert synchronisiert. "
+"Define the conditions when you want eBay items stopped.
+
+ Note: If all options are set to No or No Action, then the stop action is disabled.
+If all options are enabled, then an item will be stopped if at least one of the Stop Conditions is met.","Legen Sie fest, unter welchen Bedingungen eBay-Artikel angehalten werden sollen. Hinweis: Wenn für alle Optionen „Nein“ oder „Keine Aktion“ festgelegt ist, wird die Anhalten-Aktion deaktiviert. Wenn alle Optionen aktiviert sind und mindestens eine der Anhalten-Bedingungen erfüllt ist, wird der Artikel angehalten."
+"Stop Conditions","Bedingungen für das Anhalten"
+"Stop When Status Disabled","Bei Status „Deaktiviert“ anhalten"
+"Automatically stops eBay listing if its status is changed to 'Disabled' in Magento.","Das eBay-Angebot wird automatisch angehalten, wenn dessen Status in Magento auf „Deaktiviert“ geändert wurde."
+"Stop When Out Of Stock","Bei Status „Nicht mehr vorrätig“ anhalten"
+"Automatically stops eBay listing if its stock availability is changed to 'Out Of Stock' in Magento.","Das eBay-Angebot wird automatisch angehalten, wenn die Warenbestandsverfügbarkeit in Magento auf „Nicht mehr vorrätig“ geändert wurde."
+"Stop When Item Quantity Is","Anhalten, wenn Artikelstückzahl: "
+"Less or Equal","Weniger oder Gleich"
+"More","Mehr"
+"Automatically stops eBay listing if its Magento quantity is changed and meets the conditions.","Das eBay-Angebot wird automatisch angehalten, wenn dessen Stückzahl in Magento geändert wurde und die Bedingungen erfüllt."
+"Min Item Quantity","Min. Artikelstückzahl"
+"Max Item Quantity","Max. Artikelstückzahl"
+"Displayed products have the same Attribute Set as the Listing you are going to add them to.
+ Note: A product can be added to the listing only once. If a product was added to the Listing earlier, it will not be displayed. ","Die angezeigten Produkte verfügen über denselben Attributdatensatz wie die Angebote, denen Sie sie hinzufügen möchten. Hinweis: Produkte können Angeboten nur einmal hinzugefügt werden. Wenn ein Produkt dem Angebot bereits zuvor hinzugefügt wurde, wird es nicht angezeigt. "
+"%s product(s) were successfully added to the M2E Listing.
+ You can Review them in the Listing or Start listing on eBay right now.
+ Note: The products without Primary eBay Category specified will not be listed. You can specify it later in the listing settings.","Dem M2E-Angebot wurde(n) %s Produkt(e) hinzugefügt. Sie können sich das bzw. die hinzugefügten Produkte jetzt im Angebot ansehen oder sofort bei eBay einstellen. Hinweis: Produkte, für die keine Hauptkategorie bei eBay festgelegt wurde, werden nicht aufgeführt. Sie können sie später in den Angebotseinstellungen angeben."
+"Magento Categories","Magento-Kategorien"
+"The quantity of chosen products in each category is shown in brackets.
+
+If the product belongs to several categories, it is shown in each category. And if you remove the category with such product it will be subtracted from
+ each category.
+
+","Die Stückzahl der ausgewählten Produkte in jeder Kategorie wird in Klammern angezeigt. Wenn das Produkt mehreren Kategorien angehört, wird es in jeder dieser Kategorien aufgeführt. Wird eine Kategorie entfernt, die ein solches Produkt enthält, wird das Produkt aus allen Kategorien entfernt."
+"Selected Products: ","Ausgewählte Produkte: "
+"Selected Categories: ","Ausgewählte Kategorien: "
+"view","aufrufen"
+"Search Items","Nach Artikeln suchen"
+"This page contains all products added to M2E listings or assigned to the 3rd Party. It allows quick searching listings by their products.","Diese Seite enthält alle Produkte, die M2E-Angeboten hinzugefügt oder dem Drittanbieter zugewiesen wurden. Sie ermöglicht ein schnelles Durchsuchen von Angeboten anhand ihrer Produkte."
+"Keep the existing M2E Listing settings or customise these settings for the products shown below.","Behalten Sie die bestehenden M2E-Angebotseinstellungen bei oder passen Sie die Einstellungen für die unten gezeigten Produkte an."
+"You can edit Settings for a single product by choosing necessary edit action on appropriate line of the grid
+ or edit and set the same settings for several products items: select items and choose necessary action from the Actions drop down menu.","Sie können Einstellungen für ein einzelnes Produkt bearbeiten, indem Sie in der zum Produkt gehörenden Zeile des Rasters die entsprechende Bearbeiten-Aktion auswählen. Es besteht aber auch die Möglichkeit, mehrere Artikel zu bearbeiten und für sie dieselben Einstellungen festzulegen. Wählen Sie dazu die Artikel aus und wählen Sie dann im Drop-down-Menü „Aktion“ die gewünschte Aktion aus."
+"Select appropriate product view.","Wählen Sie die entsprechende Produktansicht aus."
+"There are two ways to select your products :","Das Auswählen Ihrer Produkte kann auf zweierlei Art und Weise geschehen:"
+"Products List","Produktliste"
+"Products are displayed altogether.","Produkte werden alle zusammen dargestellt."
+"Products grouped by Magento categories.","Sie erscheinen nach Magento-Kategorien geordnet."
+"Customized","Angepasst"
+"M2E Pro Policies","M2E Pro-Rahmenbedingungen"
+"Policy with the same title already exists.","Es gibt bereits Rahmenbedingungen mit dieser Bezeichnung."
+"Please specify policy title","Bitte geben Sie die Bezeichnung für Rahmenbedingungen an"
+"Save New Policy","Neue Rahmenbedingungen speichern"
+"Use From Listing Settings","Aus Angebotseinstellungen übernehmen"
+"eBay Policies","eBay-Rahmenbedingungen"
+"or","oder"
+"Use Custom Settings","Benutzerdefinierte Einstellungen verwenden"
+"Based on Product","Auf Produkt basierend"
+"Fee cannot be estimated because of next error(s)","Gebührenschätzung wegen folgender Fehler nicht möglich"
+"Getting Estimated Fee is in progress...","Gebührenschätzung wird abgerufen..."
+"Listing Items","Artikel einstellen"
+"This page contains products you have added to the Listing. You can review them and perform necessary actions.
+ You can also add a new M2E Pro Listing or navigate to other Listing directly from this page. Click the icon next to your Listing Title and a drop down menu appears.","Diese Seite enthält Produkte, die Sie dem Angebot hinzugefügt haben. Sie können sie sich ansehen und die erforderlichen Aktionen ausführen. Sie können direkt auf dieser Seite auch ein neues M2E Pro-Angebot hinzufügen oder zu einem anderen Angebot wechseln. Wenn Sie auf das Symbol neben Ihrer Artikelbezeichnung klicken, erscheint ein Drop-down-Menü."
+"There are three 'Views' available to you in Advanced mode:
+
+ eBay - displays product information related to eBay. In this mode, you can easily find products by eBay information, perform actions in bulk (i.e. List, Revise, Relist, Stop, etc);
+ Magento - displays products information related to Magento Catalog. In this mode, you can easily find products using magento products information (i.e. Magento QTY, Stock Status, etc);
+ Settings - displays information about settings set for products (i.e. Selling settings, eBay categories, etc). In this mode, you can easily find products by settings they use, change the settings in bulk.
+
+ You can switch between modes using dropdown at the top of the product grid.
+
+ Note: If you need to search by magento product attributes which is not presented in the filters of the grid, you can use 'Show Advanced Filter' option.
+ It's at the top of the page on the right hand side.","Im Modus „Erweitert“ können Sie zwischen drei Ansichten wählen: eBay : Zeigt Produktinformationen im Zusammenhang mit eBay an. In diesem Modus können Sie schnell und einfach Produkte anhand von eBay-Informationen finden und Aktionen für mehrere Angebote auf einmal durchführen (Einstellen, Überarbeiten, Wiedereinstellen, Anhalten usw.). Magento : Zeigt Produktinformationen im Zusammenhang mit dem Magento-Katalog an. In diesem Modus können Sie schnell und einfach Produkte anhand von Magento-Informationen (Magento-Stückzahl, Warenbestandsstatus usw.) finden. Einstellungen : Zeigt Informationen zu Einstellungen für Produkte an (Verkaufen-Einstellungen, eBay-Kategorien usw.). In diesem Modus können Sie schnell und einfach Produkte anhand der für sie festgelegten Einstellungen finden und die Einstellungen für mehrere Produkte auf einmal ändern. Zum Umschalten zwischen den Modi steht Ihnen das Drop-down-Menü oben im Produktraster zur Verfügung. Hinweis: Für die Suche nach Magento-Produktattributen (nicht in den Filtern im Raster enthalten) können Sie die Option Erweiterten Filter einblenden verwenden. Diese finden Sie rechts oben auf der Seite."
+"Add New Listing","Neues Angebot hinzufügen"
+"Marketplaces settings have been saved.","Die Einstellungen für den Marktplatz wurden gespeichert."
+"You must select at least one marketplace you will work with.","Sie müssen mindestens einen Marktplatz auswählen, in dem Sie aktiv sein werden."
+"Synchronization has successfully ended.","Die Synchronisierung wurde abgeschlossen."
+"Synchronization ended with warnings. View log for details.","Die Synchronisierung wurde mit Warnungen abgeschlossen. Details dazu finden Sie im Protokoll ."
+"Synchronization ended with errors. View log for details.","Die Synchronisierung wurde mit Fehlern abgeschlossen. Details dazu finden Sie im Protokoll ."
+"Some eBay categories were deleted from eBay. Click here to check.","Einige eBay-Kategorien wurden aus eBay gelöscht. Näheres erfahren Sie hier ."
+"Used in Listing(s)","Verwendet in Angebot(en)"
+"Waiting","Bitte warten"
+"Processing","In Bearbeitung"
+"Completed","Abgeschlossen"
+"Enable certain marketplaces you will work with and press the Save And Update button. All necessary marketplace data will be downloaded and synchronized with M2E Pro.
+
+It is recommended to update marketplaces when any marketplace changes are announced.
+
+Note: Installation and update processes might be time-consuming, depending on the number of enabled marketplaces and your server environment. ","Aktivieren Sie die Marktplätze, mit denen Sie arbeiten werden, und klicken Sie dann auf „Speichern und aktualisieren“. Alle erforderlichen Marktplatzdaten werden heruntergeladen und mit M2E Pro synchronisiert. Wir empfehlen, die Marktplätze zu aktualisieren, sobald Änderungen in den Marktplätzen angekündigt werden.Hinweis: Die Installation und Aktualisierung kann je nach Menge der aktivierten Marktplätze und Ihrer Serverumgebung etwas mehr Zeit in Anspruch nehmen. "
+"Please specify eBay motors compatibility attribute in %s > Configuration > General ","Bitte geben Sie das eBay Motors-Kompatibilitätsattribut in %s > „Konfiguration“ > „Allgemeines “ an. "
+"Please edit categories settings for selected products and select the compatibility attribute.","Bitte bearbeiten Sie die Kategorieeinstellungen für ausgewählte Produkte und wählen Sie das Kompatibilitätsattribut aus."
+"Add Compatible Vehicles","Fahrzeuge hinzufügen"
+"Select the items, compatible with your part and choose one of three actions in the Actions dropdown:
+
+ Overwrite ePIDs in Compatibility Attribute - replaces items ePIDs in the Compatibility Attribute chosen in %s > Configuration > General with selected ones.
+ Add ePIDs to Compatibility Attribute - adds selected items ePIDs to existing ones in Compatibility Attribute chosen in the General settings.
+
+Note: Compatibility items can not be replaced or removed from eBay.","Wählen Sie die Artikel aus, mit denen Ihr Ersatz- oder Zubehörteil kompatibel ist, und wählen Sie im Drop-down-Menü „Aktion“ eine der folgenden drei Aktionen aus: ePIDs in Kompatibilitätsattribut überschreiben : Ersetzt die ePIDs der Artikel im Kompatibilitätsattribut, das unter %s > „Konfiguration“ > „Allgemeines “ ausgewählt wurde, durch ausgewählte ePIDs. ePIDs zu Kompatibilitätsattribut hinzufügen : Fügt den bestehenden ePIDs im Kompatibilitätsattribut, das in den allgemeinen Einstellungen ausgewählt wurde, die ePIDs ausgewählter Artikel hinzu. Hinweis: Kompatibilitätsartikel können weder ersetzt noch aus eBay entfernt werden."
+"Selected ePIDs","Ausgewählte ePIDs"
+"Order Address Information","Angaben zur Rechnungsadresse"
+"Buyer Name","Name des Käufers"
+"Buyer E-Mail","E-Mail-Adresse des Käufers"
+"Street Address","Straße"
+"City","Ort"
+"Country","Land"
+"Region/State","Region/Bundesland"
+"Zip/Postal Code","Postleitzahl"
+"Telephone","Telefonnummer"
+"
+This page contains all orders imported from eBay.
+Use eBay Accounts dropdown to filter eBay orders by accounts.
+If Magento Order, Invoice or / and Shipment was not created automatically,
+you can create them manually by using appropriate options in the Action dropdown.
+Note: Automatic creation of Magento Orders, Invoices, and Shipments executes according to the eBay Accounts settings in %s > Configuration > Accounts > Orders.","Diese Seite enthält alle aus eBay importierten Bestellungen. Verwenden Sie das Dropdown-Menü, um die eBay-Bestellungen nach eBay-Mitgliedskonten zu filtern. Falls die Magento-Bestellung, die Magento-Rechnung und/oder der Magento-Versand nicht automatisch erstellt wurden, können Sie diese mithilfe der entsprechenden Optionen aus dem Drop-down-Menü „Aktion“ manuell erstellen.Hinweis: Das automatische Erstellen von Magento-Bestellungen, von Magento-Rechnungen und des Magento-Versands erfolgt entsprechend den Einstellungen für das eBay-Konto unter %s > „Konfiguration“ > „Konten“ > „Bestellungen“."
+"This Log contains Orders history information.","Dieses Protokoll enthält historische Informationen zu Bestellungen."
+"eBay Order","eBay-Bestellung"
+"Selling Manager","Verkaufsmanager"
+"Sale Time","Uhrzeit des Verkaufs"
+"Update Time","Zeit aktualisieren"
+"Reservation Time","Reservierungszeit"
+"Order Status","Bestellstatus"
+"Incomplete","Unvollständig"
+"Unknown Error","Unbekannter Fehler"
+"Not Shipped","Nicht verschickt"
+"Production","Produktion"
+"Sandbox","Sandbox"
+"Buyer Information","Angaben zum Käufer"
+"Customer Name","Name des Kunden"
+"Private Restriction","Private Einschränkungen"
+"Shipping Address","Lieferadresse"
+"Payment Information","Zahlungsinformationen"
+"Order Currency","Währung der Bestellung"
+"Attention!","Wichtiger Hinweis!"
+"Order currency is not enabled in Magento. Please, enable it in System -> Configuration -> Currency Setup.","Die Währung dieser Bestellung ist in Magento nicht aktiviert. Aktivieren Sie sie unter System -> Konfiguration -> Währungseinstellungen."
+"There's no rate for Order currency in Magento. Please, add currency convert rate in System -> Manage Currency -> Rates.","Es wurde kein Wechselkurs für die Währung von Bestellungen in Magento festgelegt. Bitte wählen Sie einen Wechselkurs unter System -> Währungen verwalten -> Wechselkurse."
+"Payment Date","Zahlungsdatum"
+"Payment Method","Zahlungsmethode"
+"eBay Account","eBay-Mitgliedskonto"
+"eBay Final Fee","eBay-Verkaufsprovision"
+"External Transactions","Externe Transaktionen"
+"Shipping & Handling Information","Verpackungs- und Versandinformationen"
+"Shipping Selected Service","Ausgewählte Versandart"
+"Global Shipping Program","Programm zum weltweiten Versand"
+"Shipping Cost","Versandkosten"
+"Shipping Time","Versandzeit"
+"Tracking Details","Einzelheiten zur Sendungsverfolgung"
+"Carrier","Versandfirma"
+"Number","Nummer"
+"Global Shipping Details","Details zum weltweiten Versand"
+"Reference ID","Referenznummer"
+"eBay Warehouse Address","Adresse des eBay-Lagers"
+"Shipping Service","Versandart"
+"Transaction Item(s)","Artikel dieser Transaktion"
+"Log History","Verlaufsprotokoll"
+"Order Totals","Gesamtbetrag für Bestellung"
+"Subtotal","Zwischensumme"
+"Shipping & Handling","Verpackung und Versand"
+"Tax","Steuer"
+"Grand Total","Gesamtbetrag"
+"Amount Paid","Bezahlter Betrag"
+"Amount Saved","Gesparter Betrag"
+"Synchronization settings have been saved.","Die Synchronisierungseinstellungen wurden gespeichert."
+"Running All Enabled Tasks","Alle aktivierten Aufgaben werden ausgeführt"
+"Inventory Synchronization","Warenbestand synchronisieren"
+"Orders Synchronization","Bestellungen synchronisieren"
+"3rd Party Listings Synchronization","Angebote von Drittanbietern synchronisieren"
+"Revise All","Alle überarbeiten"
+"enabled","aktiviert"
+"If catalog updates in your magento performed using import/export tools, custom scripts or direct changes in database,
+ then, you can use ""Track Direct Database Changes"" %s functionality to detect changes in products' price and quantity.","Wenn Katalogaktualisierungen in Magento unter Verwendung von Import-/Exporttools, benutzerdefinierten Scripts oder direkten Änderungen in der Datenbank durchgeführt wurden, können Sie die %s-Funktion Direkte Änderungen in der Datenbank nachverfolgen verwenden, um Preis- und Stückzahländerungen bei den Produkten aufzuspüren."
+"Updates and synchronizes eBay Listings according to Synchronization Policies' rules.","Aktualisiert und synchronisiert eBay-Angebote entsprechend den Regeln der Synchronisierungsrahmenbedingungen."
+"If your eBay listings for some reason were asynchronized with the products in Magento, turn on the Revise All action to catch data up.
+ Revise is performed by the Inventory Synchronization, 100 items per a cycle.
+
+ ","Wenn Ihre eBay-Angebote aus irgendeinem Grund nicht mehr mit den Produkten in Magento synchron sind, aktivieren Sie die Aktion „Alle überarbeiten“, um die Synchronität wiederherzustellen. Die Überarbeitung erfolgt durch die Funktion „Warenbestand synchronisieren“, wobei jeweils 100 Artikel auf einmal überarbeitet werden. "
+"In Progress, start date - ","In Bearbeitung, Startdatum - "
+"Finished, end date - ","Abgeschlossen, Enddatum - "
+"Imports and synchronizes eBay Orders for accounts, which have enabled Import eBay Orders in their Accounts settings.","Importiert und synchronisiert eBay-Bestellungen für Konten, bei denen in den Kontoeinstellungen die Option „eBay-Bestellungen importieren“ aktiviert wurde."
+"Imports buyers' feedback and automatically sends Auto Responses according to eBay Accounts settings.","Importiert Käuferbewertungen und sendet automatische Antworten entsprechend den für das eBay-Konto festgelegten Einstellungen."
+"Imports and synchronizes 3rd Party Listings for eBay accounts, which have enabled Import 3rd Party Listings in their Accounts settings.Note: Click ""Synchronization Settings"" to configure settings.","Importiert und synchronisiert Drittanbieter-Angebote für eBay-Konten, bei denen in den Kontoeinstellungen „Angebote von Drittanbietern importieren“ aktiviert wurde.Hinweis: Klicken Sie zum Konfigurieren der Einstellungen auf „Synchronisierungseinstellungen“."
+"Click 'Confirm' and Revise will be performed by the Inventory Synchronization, 100 items per a cycle.","Wenn Sie auf „Bestätigen“ klicken, werden die Angebote durch die Funktion „Warenbestand synchronisieren“ überarbeitet – jeweils 100 Artikel auf einmal."
+"Set preferences of data synchronization and Save Settings.
+ To run each task manually, click the Run Now button; to run all the tasks simultaneously click the Run Enabled Now button displayed at the top of the page.
+ Note: Cron job must be set up for automatic synchronization.","Legen Sie die Einstellungen für die Datensynchronisierung fest und klicken Sie auf „Einstellungen speichern“. Wenn Sie die einzelnen Aufgaben manuell erledigen möchten, klicken Sie auf „Jetzt ausführen“. Sollen alle Aufgaben gleichzeitig ausgeführt werden, klicken Sie oben auf der Seite auf „Aktivierte jetzt ausführen“. Hinweis: Für die automatische Synchronisierung muss ein Cronjob eingerichtet werden."
+"This Log contains information on processes, which were done in Synchronization tasks.
+ Note: Logs of Default, Templates, Orders and 3rd Party Listings Synchronizations are only recorded when Error(s) or Warning(s) appears.","Dieses Protokoll enthält Informationen zu Prozessen, die in Synchronisierungsaufgaben ausgeführt wurden. Hinweis: Die Protokolle der Synchronisierung von Standardeinstellungen, Vorlagen, Bestellungen und Angeboten von Drittanbietern werden nur dann aufgezeichnet, wenn Fehler oder Warnungen auftreten."
+"Adding Image","Bild wird hinzugefügt"
+"Condition description must be less then 1000 symbols.","Die Zustandsbeschreibung muss kürzer als 1000 Zeichen sein."
+"New, New with tags, New with box, Brand New","„Neu“, „Neu mit Etiketten“, „Neu mit Karton“, „Brandneu“"
+"New Other, New without tags, New without box","„Neu: Sonstige“, „Neu ohne Etiketten“, „Neu ohne Karton“"
+"Seller Refurbished, Re-manufactured","„Vom Verkäufer aufgearbeitet“, „Austauschteil“"
+"Used, Pre-owned, Like new","„Gebraucht“, „Wie neu“"
+"If item is not new, you can provide additional details about the item's condition, such as whether it has defects, missing parts, scratches, or other wear and tear. You have up to 1000 characters.","Wenn der Artikel nicht neu ist, können Sie zusätzliche Informationen zum Zustand des Artikels (etwaige Mängel, fehlende Teile, Kratzer oder andere Nutzungsspuren) bereitstellen. Sie können bis zu 1000 Zeichen eingeben."
+"Images & Watermark","Bilder und Wasserzeichen"
+"The images your potential buyers will see on your eBay listing. Using lots of high-quality pictures provides a great shopping experience and helps to sell your items. ","Die Bilder, die potenzielle Käufer in Ihrem eBay-Angebot sehen. Potenzielle Käufer sind eher geneigt, einen Artikel zu kaufen, wenn Sie qualitativ hochwertige Fotos sehen. "
+"You can add a watermark to your images. Note: The watermark option is only available for the images hosted on Magento.","Sie können Ihren Bildern ein Wasserzeichen hinzufügen. Hinweis: Das Hinzufügen von Wasserzeichen ist nur bei Bildern möglich, die bei Magento gehostet werden."
+"Main Image","Hauptbild"
+"Product Base Image","Produkthauptbild"
+"The first photo appears in the top left of your eBay item and next to your item's title in search results.
+ Note: Media Image Attribute or Attribute should contain absolute url. e.g. http://mymagentostore.com/images/baseimage.jpg","Das erste Foto wird links oben im Angebot sowie direkt neben der Artikelbezeichnung in den Suchergebnissen angezeigt. Hinweis: Für „Bildattribut“ oder „Attribut“ muss eine absolute URL angegeben werden, z.B. http://mymagentostore.com/images/baseimage.jpg."
+"Default Image Url","Standard-Bild-URL"
+"From 30 October 2013 eBay does not allow to list products without images. If a product does not have the Main Image this image will be used instead.Note: Use absolute url. e.g. http://mymagentostore.com/images/defaultimage.jpg","Seit dem 30. Oktober 2013 dürfen bei eBay keine Produkte mehr ohne Bilder eingestellt werden. Wenn für ein Produkt kein Hauptbild festgelegt wurde, wird stattdessen dieses Bild verwendet.Hinweis: Verwenden Sie die absolute URL, z.B. http://mymagentostore.com/images/defaultimage.jpg."
+"Picture Pack","Bilderpaket"
+"Displays larger, more detailed pictures (up to 800w x 800h pixels - 800 pixels on the longest side). Note: This feature may come with additional fee."," Zeigt größere, detailliertere Bilder an (bis zu 800 (Breite) x 800 (Höhe) Pixel - 800 Pixel auf der längsten Seite). Hinweis: Für diese Funktion werden möglicherweise zusätzliche Gebühren fällig."
+"Gallery Images","Galeriebilder"
+"Product Images","Produktbilder"
+"Up to","Bis zu"
+"Adds small thumbnails that appear under the large Base Image. You can add up to 11 additional photos to each listing on eBay.
+ Note: Text, Multiple Select or Dropdown type attribute can be used. The value of attribute must contain absolute urls.
+ In Text type attribute urls must be separated with comma.
+ e.g. http://mymagentostore.com/images/baseimage1.jpg, http://mymagentostore.com/images/baseimage2.jpg","Fügt kleine Vorschaubilder hinzu, die unter dem großen Hauptbild angezeigt werden. Sie können jedem Angebot bei eBay bis zu 11 zusätzliche Fotos hinzufügen. Hinweis: Die Eingabetypen „Text“, „Mehrfachauswahl“ oder „Drop-down“ können verwendet werden. Der Wert des Attributs muss absolute URLs enthalten. In Attributen vom Typ Text müssen URLs durch Kommata getrennt werden. Beispiel: http://mymagentostore.com/images/baseimage1.jpg, http://mymagentostore.com/images/baseimage2.jpg."
+"Allows changing images for selected option of multi variation items.(Applicable for Configurable products only).","Erlaubt bei Artikeln mit Varianten das Anzeigen eines Bildes, das zur jeweils gewählten Option passt (gilt nur für konfigurierbare Produkte)."
+"Use Watermark","Wasserzeichen verwenden"
+"Automatically adds your custom watermark to gallery images.","Fügt Galeriebildern automatisch Ihr eigenes Wasserzeichen hinzu."
+"Watermark Upload","Wasserzeichen hochladen"
+"Select image that you want to add as a watermark.","Wählen Sie ein Bild, das Sie als Wasserzeichen hinzufügen möchten."
+"Watermark Preview","Vorschau des Wasserzeichens"
+"Watermark Transparency","Transparenz des Wasserzeichens"
+"Disable","Deaktivieren"
+"Enable","Aktivieren"
+"Sets transparency of watermark image to 30 %.","Legen Sie einen Wert von 30 % für die Transparenz des Wasserzeichens fest."
+"Scale Watermark Image","Größe des Wasserzeichens"
+"In Width","Breite"
+"Full Image","Vollbild"
+"Scales watermark image in width or full image.","Legt die Größe des Wasserzeichens auf Breite oder Vollbild fest."
+"Watermark Position","Position des Wasserzeichens"
+"Top","Oben"
+"Middle","Mitte"
+"Bottom","Unten"
+"Watermark position on the image.","Position des Wasserzeichens im Bild."
+"Details","Details"
+"Custom Title","Eigene Überschrift"
+"This is the title buyers will see on eBay. A good title means more buyers viewing your listing and your item selling for the best price.","Diese Artikelbezeichnung wird den Käufern bei eBay angezeigt. Eine gute Artikelbezeichnung zieht mehr potenzielle Käufer an und erhöht die Chancen, dass Ihr Artikel für den bestmöglichen Preis verkauft wird."
+"Add Subtitle","Untertitel hinzufügen"
+"Adding subtitle to eBay item.
+ Note: An additional fee may be charged for an item subtitle. Find out more about eBay Insertion Fees .","Untertitel wird dem eBay-Artikel hinzugefügt. Hinweis: Für das Anzeigen eines Untertitels kann eine zusätzliche Gebühr anfallen. Mehr zum Thema eBay-Angebotsgebühren ."
+"Cut Long Titles","Lange Bezeichnungen kürzen"
+"Automatically shortens titles to 80 characters and subtitles to 55 characters to fit on eBay.","Kürzt Artikelbezeichnungen automatisch auf 80 Zeichen und Untertitel auf 55 Zeichen, damit sie den eBay-Anforderungen entsprechen."
+"It is possible to choose a Product Description or Product Short Description, which will be taken from Magento.
+ Or you can create a Custom Description by adding necessary information, appropriate attributes from dropdown lists and image tags.","Sie können Produktbeschreibungen oder kurze Produktbeschreibungen aus Magento wählen. Alternativ können Sie eine eigene Beschreibung erstellen, indem Sie wichtige Informationen hinzufügen, passende Attribute aus den Drop-down-Listen auswählen und Bilder-Tags einfügen."
+"Description Source","Quelle der Produktbeschreibung"
+"Custom Description","Eigene Beschreibung"
+"Item's description source for eBay Listing.
+
+ It is possible to create custom description in 2 modes:
+ WYSIWYG - allows creating simple good looking product description. No HTML knowledge is required.
+ HTML - allows using HTML tags and CSS styles for the description. You can create much more complex, improved and advanced item's description using this mode.","Quelle der Artikelbeschreibung für das eBay-Angebot. Zum Erstellen eigener Beschreibungen stehen 2 Modi zur Verfügung: WYSIWYG : Ermöglicht es, auf einfache Weise gut aussehende Produktbeschreibungen zu erstellen. Hierfür sind keine HTML-Kenntnisse erforderlich. HTML : Ermöglicht die Verwendung von HTML-Tags und CSS-Styles für die Beschreibung. Mit diesem Modus können Sie wesentlich komplexere und technisch anspruchsvollere Artikelbeschreibungen erstellen."
+"Custom Description Inserts","Einfügen einer eigenen Beschreibung"
+"M2ePro Attribute","Attribut „M2ePro“"
+"Product Image(s)","Produktbilder"
+"Add Image(s)","Bild(er) hinzufügen"
+"Displaying Images","Bilder werden angezeigt"
+"Gallery View","Galerieansicht"
+"Image(s) Width","Bildbreite"
+"Main Image Width","Breite des Hauptbilds"
+"Original","Original"
+"Custom","Individuell"
+"Image(s) Height","Bildhöhe"
+"Main Image Height","Höhe des Hauptbilds"
+"Image(s) Margin","Bildrand"
+"Images Layout","Bildanordnung"
+"Horizontal","Horizontal"
+"Vertical","Vertikal"
+"Gallery Hint","Hinweis zur Galerie"
+"Click on the image below to get zoomed view of the item","Klicken Sie unten auf das Bild, um den Bildausschnitt zu vergrößern"
+"Open original size image in a new window","Öffnet das Bild in Originalgröße in einem neuen Fenster"
+"Choose configuration how the image(s) should be displayed and press the Insert button. Image's tag will be added to the end of the text.","Wählen Sie, wie Bilder angezeigt werden sollen, und klicken Sie auf Einfügen . Das Bild-Tag wird am Ende des Texts hinzugefügt."
+"eBay Catalog Identifier","eBay-Katalog-Identifikator"
+"EAN","EAN"
+"European Article Number, (now called International Article Number). This barcode is a superset of the UPC.","Europäische Artikelnummer (jetzt „Internationale Artikelnummer“ genannt). Dieser Barcode ist eine Übermenge des UPC."
+"UPC","UPC"
+"The Universal Product Code is a barcode usually consisting of 12 numerical digits, which are unique for each item.","Der universelle Produktcode ist ein üblicherweise aus 12 numerischen Stellen bestehender Barcode, mit dem jeder Artikel eindeutig identifiziert werden kann."
+"ePID (Product Reference ID)","ePID (Produktreferenznummer)"
+"An eBay Product ID is eBay's global reference ID for a catalog product.","Die eBay-Referenznummer (eBay Product Reference ID) ist die globale Referenznummer für ein Katalogprodukt bei eBay."
+"ISBN","ISBN"
+"The International Standard Book Number is a uniquenumeric book identifier.","Die internationale Standardbuchnummer ist eine aus Ziffern bestehende Nummer zur eindeutigen Identifizierung von Büchern."
+"Upgrade Tools","eBay-Tools"
+"Value Pack","Basispaket"
+"Value Pack Bundle","Basispaket-Produktbündel"
+"Combine Gallery, Subtitle, and Listing Designer and you will get a discount.","Kombinieren Sie Galerie-, Untertitel- und Angebotsvorlagen und erhalten Sie einen Rabatt."
+"Listing Upgrades","Zusatzoptionen"
+"Bold listing title","Artikelbezeichnung in Fettschrift"
+"Find out about eBay optional listing features ","Mehr zu Zusatzoptionen beim Einstellen von eBay-Angeboten "
+"Highlight","Highlight"
+"Adding an eye-catching background to your listing in search results.","Heben Sie Ihr Angebot in den Suchergebnissen mit einem prägnanten Hintergrund hervor."
+"Gallery Type","Galerietyp"
+"Gallery Picture","Galeriebild"
+"Gallery Plus","Galerie Plus"
+"Gallery Featured","Top-Angebot in Galerie"
+"Hit Counter","Besucherzähler"
+"No Hit Counter","Kein Besucherzähler"
+"Basic Style","Regulärer Stil"
+"Green LED","Grüne LED"
+"Hidden Style","Ausgeblendeter Stil"
+"Honesty Style","Honesty-Stil"
+"Retro Style","Retro-Stil"
+"Count the number of visitors to your eBay listing.Note: Green LED and Honesty Style styles are available only in the US.","Mit einem Besucherzähler in Ihrem Angebot wird angezeigt, wie viele Nutzer das Angebot bereits besucht haben.Hinweis: Die Besucherzähler-Stile „Grüne LED“ und „Honesty-Stil“ sind nur in den USA verfügbar."
+"Select Product","Produkt auswählen"
+"Enter Product Id","Geben Sie die Produkt-ID ein"
+"Select the payment, shipping and cross border options you would like eBay to use.","Wählen Sie die Optionen für die Bezahlung, den Versand und den Verkauf ins Ausland aus, die eBay verwenden soll."
+"Remember, you can amend Payment and Shipping Settings at any time.","Die Zahlungs- und Versandeinstellungen können jederzeit geändert werden."
+"Policy title is not unique.","Der Titel der Rahmenbedingungen ist nicht eindeutig."
+"You can adjust how long your items will be active on eBay. You can also choose the price on eBay in relation to your store price. You might want to increase your selling price to take into account the eBay seller fees, or reduce your price to be competitive.","Sie können festlegen, wie lange Ihre Angebote auf eBay aktiv bleiben sollen. Sie können außerdem auch den Preis auf eBay im Verhältnis zu Ihrem Shop-Preis festlegen. So könnten Sie z.B. einen höheren Verkaufspreis festlegen, um die eBay-Verkäufergebühren zu berücksichtigen, oder Ihren Preis reduzieren, um konkurrenzfähig zu sein."
+"Remember, you can amend Selling Settings at any time.","Denken Sie daran, dass Sie die Einstellungen für das Verkaufen jederzeit ändern können."
+"Sync your accounts so you are always on top of your stock control and inventory.","Synchronisieren Sie Ihre Konten, damit Sie stets den Überblick über Ihren Warenbestand behalten."
+"Remember, you can amend Synchronization Settings at any time.","Die Synchronisierungseinstellungen lassen sich jederzeit anpassen."
+"There are 4 rule settings:
+
+
+ List Rules
+ Revise Rules
+ Relist Rules
+ Stop Rules
+
+ Note: Inventory Synchronization setting must be enabled in Synchronization (Configuration > Synchronization).
+ Otherwise, Synchronization Policy Rules will not take effect.","Es gibt vier Einstellungen für Regeln: Regeln für das Einstellen Regeln für das Überarbeiten Regeln für das Wiedereinstellen Regeln für das Anhalten Hinweis: Die Einstellung „Warenbestand synchronisieren“ muss unter „Konfiguration“ > „Synchronisierung“ aktiviert werden. Andernfalls können die Regeln der Synchronisierungsbedingungen nicht angewendet werden."
+"Be careful when you edit policies, as all changes you have made will be automatically applied to all M2E listings where these policies are used.
+ If a policy is used in a M2E Listing, it cannot be deleted.","Seien Sie bei der Bearbeitung der Bedingungen vorsichtig, da alle vorgenommenen Änderungen automatisch auf alle M2E-Angebote angewendet werden, bei denen diese Bedingungen verwendet werden. Wenn eine Bedingung in einem M2E-Angebot verwendet wird, kann sie nicht gelöscht werden."
+"Payment method should be specified.","Sie müssen eine Zahlungsmethode festlegen."
+"PayPal","PayPal"
+"PayPal Accepted","PayPal akzeptiert"
+"PayPal Email Address","E-Mail-Adresse für PayPal"
+"Email address for receiving payment.","E-Mail-Adresse für den Zahlungsempfang."
+"Immediate Payment Required","Sofortige Bezahlung erforderlich"
+"This is only applicable to items listed on PayPal-enabled sites in categories that support immediate payment, when a seller has a Premier or Business PayPal account.","Diese Option kann nur für Artikel ausgewählt werden, die auf PayPal-fähigen Websites in Kategorien eingestellt wurden, die die sofortige Bezahlung unterstützen. Der Verkäufer muss dazu ein Premier- oder Geschäftskonto bei PayPal besitzen."
+"Additional Payment Methods","Weitere Zahlungsmethoden"
+"Payment Methods","Zahlungsmethoden"
+"Return Policy","Rücknahmebedingungen"
+"Buyers are more comfortable shopping from sellers who offer returns policies , even though most buyers will never return an item.
+ Items with a clear returns policy typically sell better than items that don't have one.","Käufer haben größeres Vertrauen in Verkäufer, die die Rücknahme des Artikels anbieten , auch wenn die meisten Käufer Artikel niemals zurückgeben. Artikel, bei denen die Rücknahme klar geregelt ist, verkaufen sich in der Regel besser als solche ohne Rücknahmeangebot."
+"Refund Will Be Given As","Rückerstattung erfolgt in folgender Form"
+"Item Must Be Returned Within","Artikel muss innerhalb folgender Frist zurückgegeben werden:"
+"Return Shipping Will Be Paid By","Versandkosten bei Rückgabe trägt"
+"Restocking Fee Value","Rücknahmegebühr"
+"Refund Description","Rückerstattungsbeschreibung"
+"Search For Charities","Nach Wohltätigkeitsorganisationen suchen"
+"Please select a percentage of donation","Bitte wählen Sie den Spendenanteil aus"
+"If you do not see the organization you were looking for, try to enter another keywords and run the search again.","Wenn Sie die Organisation nicht sehen, nach der Sie gesucht haben, versuchen Sie es mit anderen Suchbegriffen."
+"Please, enter the organization name or ID.","Bitte geben Sie den Namen der Organisation oder deren ID ein."
+"Max applicable length is 6 characters, including the decimal (e.g., 12.345).","Sie können höchstens 6 Zeichen eingeben, einschließlich Dezimalstellen (z. B. 12,345)."
+"Price Change is not valid.","Preisänderung ist nicht gültig."
+"Wrong value. Only integer numbers.","Falscher Wert Nur Ganzzahlen"
+"The fixed price for immediate purchase.","Der Festpreis für den Sofort-Kauf."
+"The fixed price for immediate purchase. Find out more about adding a Buy It Now price to your listing.","Der Festpreis für den Sofort-Kauf. Mehr zum Thema Sofort-Kaufen-Preis zum Angebot hinzufügen "
+"% of Price","% des Preises"
+"% of ""Buy It Now"" Price","% des Sofort-Kaufen-Preises"
+"How You Want To Sell Your Item","Hier legen Sie fest, in welchem Angebotsformat Sie Ihren Artikel verkaufen möchten"
+"Is your item for sale auction-style, or fixed price ?","Soll der Artikel als Auktion oder Festpreisangebot eingestellt werden?"
+" Attribute must contain ID. ID for Fixed price is FixedPriceItem, for Auction is Chinese."," Das Attribut muss eine ID enthalten. Die ID für Festpreisangebote lautet „FixedPriceItem“ und „Chinese“ für das Auktionsformat."
+"The buyer will be anonymous to other eBay users in a Private Listing.","In einem privaten Angebot wird den anderen eBay-Nutzern nicht angezeigt, wer der Käufer ist."
+"Quantity And Duration","Stückzahl und Dauer"
+"The length of time your eBay listing will be active. You can have it last 1, 3, 5, 7, 10, 30 days or Good 'Til Cancelled.
+ Good 'Til Cancelled listings renew automatically every 30 days unless all of the items sell, you end the listing, or the listing breaches an eBay policy.","Gibt an, wie lange Ihr eBay-Angebot aktiv sein wird. Die Angebotsdauer kann 1, 3, 5, 7, 10 oder 30 Tage sein oder Sie können angeben, dass das Angebot bis auf Widerruf gültig ist. Angebote mit der Angebotsdauer „Gültig bis Widerruf“ werden alle 30 Tage automatisch erneuert, es sei denn, es wurden alle Artikel verkauft, Sie beenden das Angebot oder das Angebot verstößt gegen einen eBay-Grundsatz."
+" Attribute must contain a whole number. If you choose ""Good Till Cancelled"" the attribute must contain 100."," Das Attribut muss eine ganze Zahl enthalten. Wenn Sie „Gültig bis auf Widerruf“ festlegen, muss das Attribut „100“ enthalten."
+"Single Item","Bei einzelnem Artikel"
+"Custom QTY Number","Mengenangabe für eigene Stückzahl"
+"The number of items you have for sale.","Gibt an, wie viele Artikel zum Verkauf stehen."
+"Conditional Quantity","Bedingte Stückzahl"
+"Choose specifically the number of items available for sale on eBay.","Sie geben an, wie viele Artikel konkret für den Verkauf bei eBay verfügbar sind."
+"Maximum Quantity to Be Listed","Maximal einzustellende Stückzahl"
+"Set a maximum number to sell on eBay, e.g. if you have 10 items in stock but want to keep 2 items back, set a maximum quantity of 8.","Legen Sie fest, wie viele Artikel maximal auf eBay verkauft werden sollen. Wenn Sie beispielsweise 10 Artikel im Bestand haben, davon aber 2 zurückhalten möchten, legen Sie als maximal einzustellende Stückzahl 8 fest."
+"Out Of Stock Control","Nicht mehr vorrätig“-Steuerung"
+"This is useful if you are waiting for additional stock of an item with the same eBay item ID. Instead of ending the listing and then recreating it when the inventory arrives, you can use this flag to hide the listing. Then when you have the item available, automatic or manual Revise will update the inventory and the listing will appear again.
+ Note: Once you list a product with this option it cannot be changed. To cancel it you should end and list the item again.","Diese Option ist sinnvoll, wenn Sie auf zusätzliche Warenlieferungen für einen Artikel mit derselben eBay-Artikelnummer warten. Statt das Angebot zu beenden und es dann beim Eintreffen der Waren erneut zu erstellen, können Sie es mit dieser Option ausblenden. Wenn der Artikel dann wieder verfügbar ist, wird der Warenbestand durch eine automatische oder manuelle Überarbeitung aktualisiert und das Angebot wird erneut angezeigt. Hinweis: Ein mit dieser Option eingestelltes Produkt kann nicht mehr geändert werden. Wenn Sie Änderungen vornehmen möchten, müssen Sie das Angebot stornieren und den Artikel ganz neu einstellen."
+"Ignore Variations","Varianten ignorieren"
+"Select 'Yes' to list Configurable, Grouped, Bundle and Simple with Custom options products as Simple (without variations).","Wählen Sie „Ja“, wenn Produkte, für die „Konfigurierbar“, „Gruppiert“, „Bündel“ und „Einfach“ mit benutzerdefinierten Optionen festgelegt ist, als „Einfach“ (ohne Varianten) eingestellt werden sollen."
+"Taxation","Besteuerung"
+"VAT Rate, %","Mehrwertsteuersatz, %"
+"To specify a VAT rate, you must have an eBay business account and list the item on a VAT-enabled site: Ireland, India, Switzerland, Spain, Holland, Belgium, Italy, Germany, France, Austria or England. The item's VAT information appears on the item's listing page.","Ein Mehrwertsteuersatz kann nur angegeben werden, wenn Sie ein eBay-Geschäftskonto haben und den Artikel auf einer MwSt.-fähigen Website (Irland, Indien, Schweiz, Spanien, Niederlande, Belgien, Italien, Deutschland, Frankreich, Österreich oder Großbritannien) einstellen. Die Mehrwertsteuerinformationen für den Artikel erscheinen auf der Artikelseite."
+"Use eBay Tax Table","eBay-Steuertabelle verwenden"
+"Charges sales tax according to the tax table of your eBay account. Available only for Canada, Canada (Fr), USA and eBay Motors.","Berechnet die Mehrwertsteuer entsprechend der Steuertabelle Ihres eBay-Kontos. Nur für Kanada, Kanada (Französisch), die USA und eBay Motors verfügbar."
+"Tax Category","Steuerkategorie"
+"and","und"
+"eBay %s supports %s currencies. To switch the currency you want to sell for, go to %s > Configuration > General ","eBay %s unterstützt %s Währungen. Wenn Sie eine andere Währung für Ihre Angebote festlegen möchten, gehen Sie zu %s > „Konfiguration“ > „Allgemeines “."
+"Add VAT Percentage","Mehrwertsteuersatz hinzufügen"
+"Increases the price that will be sent on eBay by VAT Rate (%). e.g., VAT Rate = 19%, Magento Price = £10, Percentage increase = 2%; eBay Price will be counted as (£10 + 19%) + 2% = £12.14","Erhöht den Preis, der an eBay gesendet wird, um den in Prozent angegebenen Mehrwertsteuersatz. Beispiel: Mehrwertsteuersatz = 19 %, Magento-Preis = 10 €, Anstieg in Prozent = 2 %; eBay-Preis wird wie folgt berechnet: (10 € + 19 %) + 2 % = 12,14 €"
+"The accepted currency for the item. This has been determined by the eBay site you chose earlier.","Gibt die Währung an, in der die Bezahlung des Artikels akzeptiert wird. Richtet sich nach der zuvor ausgewählten eBay-Website."
+"Price Change","Preisänderung"
+"[CURRENCY]","[Währung]"
+"
+ A value you want the Magento Price to be modified while listing on eBay.
+
+ Absolute Value increase
+ This will increase the price on eBay compared to the price on Magento,
+ e.g. if you wish to increase the price of an item selling on eBay
+ by #currency_placeholder#1.50, type “1.5†into the box.
+
+ Absolute Value decrease
+ This will reduce the price on eBay compared to the price on Magento,
+ e.g. if you wish to reduce the price of an item selling on eBay
+ by #currency_placeholder#1.50, type “1.5†into the box.
+
+ Percentage increase (%)
+ This will increase the price on eBay compared to the price on Magento,
+ e.g. you wish to increase by 10% the price
+ of a #currency_placeholder#2.00 item selling on your Magento store.
+ In the box type “10â€. The item will then go on sale
+ for #currency_placeholder#2.2 on eBay.
+
+ Percentage decrease (%)
+ This will reduce the price on eBay compared to the price on Magento,
+ e.g. you wish to reduce by 10% the price of a #currency_placeholder#2.00 item selling
+ on your Magento store.
+ In the box type: “10â€. The item will then go on sale for #currency_placeholder#1.80
+ on eBay.
+ "," Wert, um den der Magento-Preis beim Einstellen bei eBay geändert werden soll. Anstieg absoluter Wert Sorgt dafür, dass der Preis bei eBay gegenüber dem Preis in Magento angehoben wird. Beispiel: Wenn Sie den Preis eines Artikels bei eBay um 1,50 #Währungsplatzhalter# erhöhen möchten, geben Sie in das Feld „1,5“ ein. Reduzierung absoluter Wert Sorgt dafür, dass der Preis bei eBay gegenüber dem Preis in Magento reduziert wird. Beispiel: Wenn Sie den Preis eines Artikels bei eBay um 1,50 #Währungsplatzhalter# reduzieren möchten, geben Sie in das Feld „1,5“ ein. Anstieg in Prozent (%) Sorgt dafür, dass der Preis bei eBay gegenüber dem Preis in Magento angehoben wird. Beispiel: Wenn Sie den Preis eines Artikels, der in Ihrem Magento-Shop 2,00 #Währungsplatzhalter# kostet, um 10 % anheben möchten, geben Sie in das Feld „10“ ein. Der Artikel wird dann bei eBay mit einem Preis von 2,20 #Währungsplatzhalter# eingestellt. Reduzierung in Prozent (%) Sorgt dafür, dass der Preis bei eBay gegenüber dem Preis in Magento reduziert wird. Beispiel: Wenn Sie den Preis eines Artikels, der in Ihrem Magento-Shop für 2,00 #Währungsplatzhalter# verkauft wird, bei eBay um 10 % reduzieren möchten, geben Sie in das Feld „10“ ein. Der Artikel wird dann für 1,80 #Währungsplatzhalter# eingestellt bei eBay eingestellt. "
+"The starting price at which bidding begins.","Der Startpreis, mit dem die Aktion beginnt."
+"Absolute Value increase","Anstieg absoluter Wert"
+"Absolute Value decrease","Reduzierung absoluter Wert"
+"Percentage increase","Anstieg in Prozent"
+"Percentage decrease","Reduzierung in Prozent"
+"Variation Price","Preis der Variante"
+"Main Product","Hauptprodukt"
+"Associated Products","Zugeordnete Produkte"
+"This determines where the price for Configurable and Bundle products options should be taken from.","Legt fest, woher der Preis für die Optionen „Konfigurierbar“ und „Bündel-Produkte“ übernommen werden soll."
+"The lowest price at which you are selling an item.Note: eBay charges some additional fee for using this option.","Der niedrigste Preis, zu dem Sie einen Artikel verkaufen möchten.Hinweis: eBay berechnet für die Nutzung dieser Option eine zusätzliche Gebühr."
+"Donation","Spende"
+"Organization","Organisation"
+"Search for Charity Organization","Nach Wohltätigkeitsorganisation suchen"
+"Allows you to support your favourite charities .","Hiermit können Sie Wohltätigkeitsorganisationen Ihrer Wahl unterstützen."
+"Donation Percentage","Spendenanteil "
+"Best Offer","Preisvorschlag"
+"Allow Best Offer","Preisvorschlag zulassen"
+"The Best Offer option option allows you to accept offers from buyers and negotiate a price. You can accept Best Offers on fixed price and Classified Ads in certain eBay categories, such as eBay Motors.","Mit Option „Preisvorschlag“ können Sie festlegen, dass Sie Angebote von Käufern entgegennehmen und offen für Preisverhandlungen sind. Sie können Preisvorschläge bei Festpreisangeboten und Anzeigen in bestimmten eBay-Kategorien, wie z.B. eBay Motors, akzeptieren."
+"Auto Action","Automatische Aktion"
+"Accept Offers of at Least","Preisvorschläge annehmen von mindestens"
+"Decline Offers Less than","Preisvorschläge ablehnen, wenn unter"
+"Enter the organization name or ID","Namen oder ID der Organisation eingeben"
+"Location or Zip/Postal Code should be specified.","Sie müssen den Artikelstandort oder die Postleitzahl eingeben."
+"Select one or more international ship-to locations.","Wählen Sie mindestens eine Lieferadresse im Ausland aus."
+"PayPal payment method should be specified for Cross Border trade.","Sie müssen eine PayPal-Zahlungsmethode für den internationalen Handel festlegen."
+"You should specify at least one shipping method.","Sie müssen mindestens eine Versandmethode festlegen."
+"Select shipping service","Versandservice auswählen"
+"Excluded Shipping Locations","Ausgeschlossene Versandorte"
+"No locations are currently excluded.","Derzeit haben Sie keine Lieferorte ausgeschlossen."
+"selected","ausgewählt"
+"Location","Ort"
+"The country your product will be shipped from.","Land, aus dem Ihr Produkt verschickt wird"
+"Zip/Postal Code of the item location. Especially useful in ""Collection Only"" items.","Postleitzahl des Artikelstandorts, besonders bei „Nur Abholung“-Artikeln sinnvoll"
+"City, State","Ort"
+"City, State of the item location.","Ort, an dem sich der Artikel befindet"
+"Domestic Shipping","Versand im Inland"
+"Calculated: cost varies by buyer location","Berechnet: Versandkosten variieren je nach Lieferadresse"
+"Flat: same cost to all buyers","Pauschal: Gleiche Kosten für alle Käufer"
+"Freight: large items","Fracht: Große Artikel"
+"No Shipping: local pickup only","Kein Versand: Nur Abholung"
+"Use eBay Shipping Rate Table","Verwenden Sie die eBay-Versandkostentabelle"
+"The eBay Shipping Rate Table can help with shipping charges.","Die Versandkostentabelle kann bei der Ermittlung der Versandkosten helfen."
+"Service","Versandart"
+"Cost","Kosten"
+"Additional Cost","Zusätzliche Kosten"
+"Add Method","Methode hinzufügen"
+"Add Shipping Method","Versandmethode hinzufügen"
+"Local pickup","Abholung"
+"Item is available for local pickup only.","Kein Versand: Nur Abholung"
+"Freight","Fracht"
+"Specify your own freight shipping options in your item description.","Die Versandoptionen werden in der Artikelbeschreibung des Artikels angegeben."
+"Get It Fast","Expressversand"
+"At least one qualifying shipping service and a single day dispatch time must be offered to enable this option.","Um diese Option zu aktivieren, muss mindestens ein geeigneter Versandservice und eine Bearbeitungsdauer von maximal 1 Tag angeboten werden."
+"Exception handling times","Ausnahme für Bearbeitungszeiten"
+"Same Business Day","Gleicher Werktag"
+"The dispatch time is the time between the buyer’s payment clearing and you sending the item. Buyers are increasingly expecting short dispatch times, ideally next day, but preferably within 3 working days. Click here to find out more.
+ Note: Magento Attribute must contain a numeric value. If you want to set 'Same Business Day' via attribute, set 0 in it.","Die Bearbeitungszeit ist die Zeit, die zwischen dem Eingang und der Freigabe der Käuferzahlung und dem Versand des Artikels durch Sie vergeht. Käufer erwarten heute möglichst kurze Bearbeitungszeiten – idealerweise mit Versand am nächsten Tag, spätestens aber innerhalb von 3 Werktagen. Hier erfahren Sie mehr zu diesem Thema. Hinweis: Das Magento-Attribut muss einen numerischen Wert enthalten. Wenn Sie „Gleicher Werktag“ über das Attribut festlegen möchten, legen Sie „0“ fest."
+"Handling Cost","Kosten für Verpackung"
+"Addition of handling cost to the shipping costs.","Die Kosten für Verpackung werden zu den Versandkosten hinzugefügt."
+"Handling Cost Value","Wert für Kosten für Verpackung"
+"Combined Shipping Profile","Kombiversandprofil"
+"Use the Flat Shipping Rule and Calculated Shipping Rule profiles, which were created on eBay.
+ Note: press ""Refresh Profiles"" button for upload new or refreshes eBay Shipping profiles.","Ermöglicht die Anwendung der Profile mit Regeln für die Versandpauschale und Regeln für berechnete Versandkosten, die bei eBay erstellt wurden. Hinweis: Klicken Sie auf „Profile aktualisieren“, um neue Profile hochzuladen oder die bestehenden eBay-Versandprofile zu aktualisieren."
+"Refresh Profiles","Profile aktualisieren"
+"Use the Flat Shipping Rule and Calculated Shipping Rule profiles, which were created on eBay.
+ Note: press ""Refresh Profiles"" button for upload new or refreshes eBay Shipping profiles.","Ermöglicht die Anwendung der Profile mit Regeln für die Versandpauschale und Regeln für berechnete Versandkosten, die bei eBay erstellt wurden. Hinweis: Klicken Sie auf „Profile aktualisieren“, um neue Profile hochzuladen oder die bestehenden eBay-Versandprofile zu aktualisieren."
+"You do not have eBay accounts added to M2E.","Sie haben noch keine eBay-Konten zu M2E hinzugefügt."
+"Promotional Shipping Rule","Regel für Versandaktionen"
+"Adding Shipping Discounts according to the rules that are set in your eBay Account.","Sie können Versandrabatte entsprechend den für Ihr eBay-Mitgliedskonto festgelegten Regeln hinzufügen."
+"""Cash On Delivery"" Cost","Nachnahmekosten"
+"Required when using COD Payment Method.","Erforderlich wenn als Zahlungsmethode Nachnahme gewählt wurde."
+"Cross Border Trade","Internationaler Handel"
+"The international site visibility feature allows qualifying listings to be posted on international sites.
+ Buyers on these sites will see the listings exactly as you originally post them.
+Note: There may be additional eBay charges for this option.","Die Funktion „Internationale Sichtbarkeit“ ermöglicht es, berechtigte Angebote auf internationalen Websites einzustellen. Käufern wird auf diesen Websites Ihr Angebot so angezeigt, wie Sie es ursprünglich einstellen.Hinweis : Für diese Option können zusätzliche eBay-Gebühren anfallen."
+"eBay Site Visibility","Sichtbarkeit der eBay-Website"
+"USA / Canada","USA/Kanada"
+"United Kingdom","Großbritannien"
+"International Shipping","Versand ins Ausland"
+"Offer Global Shipping Program","Programm zum weltweiten Versand anbieten"
+"Simplifies selling an item to an international buyer. Click here to find out more.","Vereinfacht das Verkaufen von Artikeln an Käufer im Ausland. Hier erfahren Sie mehr zu diesem Thema."
+"No International Shipping","Kein internationaler Versand"
+"Promotional Shipping Rule:","Regel für Versandaktionen:"
+"Add Shipping Discounts according to rules that are set in your eBay Account.","Sie können Versandrabatte entsprechend den für Ihr eBay-Konto festgelegten Regeln hinzufügen."
+"Measurement System","Einheitensystem"
+"English (lbs, oz, in)","Englisch (Pfund, Unzen, Zoll)"
+"Metric (kg, g, cm)","Metrisch (kg, g, cm)"
+"Package Size Source","Paketgröße"
+"Dimension Source","Abmessungen"
+"Dimensions (Width/Height/Depth)","Abmessungen (Breite/Höhe/Tiefe)"
+"inches","Zoll"
+"cm","cm"
+"Dimensions (Width/Height/Depth)","Abmessungen (Breite/Höhe/Tiefe)"
+"Weight Source","Gewicht"
+"The Weight Attribute must have the weight of the item.","Das Attribut für das Gewicht muss dem Gewicht des Artikels entsprechen."
+"lbs. oz.","Pfund Unzen"
+"kg. g.","kg. g."
+"Weight","Gewicht"
+"Postal code for the location from which the package will be shipped.","Die Postleitzahl für den Ort, von dem aus Ihr Paket versendet wird."
+"Excluded Locations","Ausgeschlossene Orte"
+"To exclude buyers in certain locations from purchasing your item, create a shipping exclusion list.","Erstellen Sie eine Versandausschlussliste, um Käufer an bestimmten Orten vom Kauf Ihrer Artikel auszuschließen."
+"Locations","Orte"
+"Edit Exclusion List","Ausschlussliste bearbeiten"
+"Calculated","Berechnet"
+"Select the regions or countries you don't ship to.","Wählen Sie die Regionen oder Länder aus, in die Sie nicht liefern."
+"Domestic","Inland"
+"International","International"
+"Additional","Weitere"
+"Selected Options","Ausgewählte Optionen"
+"[Reset]","[Zurücksetzen]"
+"Must be greater than ""Min"".","Muss größer als „Min.“ sein"
+"Inconsistent settings in Relist and Stop rules.","Einstellungen in den Regeln für das Überarbeiten und für das Anhalten passen nicht zueinander."
+"Require to select at least one day of week.","Es muss mindestens ein Wochentag ausgewählt werden."
+"You should specify time.","Geben Sie die Zeit an."
+"Wrong value.","Falscher Wert."
+"Must be greater than ""Active From"" Date.","Muss nach dem „Aktiv seit“-Datum liegen"
+"Must be greater than ""From Time"".","Muss nach dem „Ab“-Zeitpunkt liegen"
+"List Rules","Regeln für das Einstellen"
+"Schedule","Planen"
+"List Action - at first this action to be executed for each item, that has Not Listed status and its settings meet the List Condition. If an item is not listed for some reason, autosynchronization will attempt to list it again according to the Schedule in case the Product Status, Stock Availability or Quantity is changed.
+ ","Aktion „Einstellen“: Diese Aktion muss zunächst für jeden Artikel durchgeführt werden, dessen Status „Nicht eingestellt“ lautet und dessen Einstellungen die Bedingung für das Einstellen erfüllen. Wenn ein Artikel aus irgendeinem Grund nicht eingestellt wurde, versucht die automatische Synchronisierung diesen gemäß Zeitplan erneut einzustellen, wenn sich Produktstatus, Verfügbarkeit oder Stückzahl geändert haben. "
+"List Action","Aktion „Einstellen“"
+"Enables automatic listing of unlisted items if they meet List Conditions.","Aktiviert das automatische Einstellen von nicht eingestellten Artikeln, wenn diese die Bedingungen für das Einstellen erfüllen."
+"List Conditions","Bedingungen für das Einstellen"
+"Enabled – M2E Listing items automatically list on eBay if this status is set to Enabled.
+Any – M2E Listing items automatically list on eBay regardless of its status.
+","Aktiviert : Artikel in M2E-Angeboten werden automatisch bei eBay eingestellt, wenn dieser Status auf „Aktiviert“ gesetzt wird.Beliebig : Artikel in M2E-Angeboten werden automatisch und unabhängig von ihrem Status bei eBay eingestellt."
+"In Stock - M2E Listing items list automatically, if the products are in stock.
+ Any - M2E Listing items list automatically, regardless of the stock availability.","Auf Lager : Artikel in M2E-Angeboten werden automatisch eingestellt, wenn die Produkte auf Lager sind. Beliebig : Artikel in M2E-Angeboten werden automatisch und unabhängig von ihrer Verfügbarkeit im Warenbestand eingestellt."
+"M2E Pro will automatically list M2E Listings items if they meet defined conditions.
+ More or Equal – the number of Magento products are more than, or equal to, the item quantity chosen.
+ Between – the number of Magento products are between the two numbers chosen.","M2E Pro stellt M2E-Angebote automatisch ein, wenn sie bestimmte Bedingungen erfüllen. Mehr oder gleich : Die Anzahl der Magento-Produkte ist größer als die ausgewählte Artikelstückzahl oder entspricht ihr. Zwischen : Die Anzahl der Magento-Produkte liegt zwischen den ausgewählten Werten."
+"Relist Rules define the conditions when you want eBay items to be relisted.","Mit den Regeln für das Wiedereinstellen wird festgelegt, unter welchen Bedingungen eBay-Artikel wiedereingestellt werden sollen."
+"Activates relist action for any M2E Pro Listing that uses the current Synchronization Policy.","Aktiviert die Wiedereinstellen-Aktion für alle M2E Pro-Angebote, die die aktuellen Synchronisierungsbedingungen verwenden."
+"Automatically relists an item by over-riding any manual stop.","Stellt manuell angehaltene Artikel automatisch wieder ein."
+"Updates title, subtitle, description, price, quantity and shipment on eBay items.
+ Note: If No is selected, eBay items with existing data on eBay are relisted.","Aktualisiert Artikelbezeichnung, Untertitel, Beschreibung, Preis, Stückzahl und Versand für eBay-Artikel. Hinweis: Bei „Nein“ werden eBay-Artikel mit vorhandenen Daten bei eBay wiedereingestellt."
+"Stock availability when item will be relisted.","Warenbestandsverfügbarkeit zum Zeitpunkt des Wiedereinstellens des Artikels"
+"Product quantity when item will be relisted.","Produktstückzahl zum Zeitpunkt des Wiedereinstellens des Artikels"
+"Set preferences for revising items.
+
+ Partial Revise - updates particular data you specified.
+
+ Full Revise - set 'Yes' in the policy option which data change will launch updating data on eBay.
+
+ ","Legen Sie die Einstellungen für das Überarbeiten von Artikeln fest. Teilweise überarbeiten : Aktualisiert bestimmte Daten, die Sie festgelegt haben. Vollständig überarbeiten : Mit „Ja“ in der Bedingungsoption wird festgelegt, welche Datenänderung eine Datenaktualisierung bei eBay startet. "
+"Automatically revises the eBay quantity if there is a change to the quantity (or attribute for quantity) in Magento.","Ändert automatisch die eBay-Stückzahl, wenn es bei der Stückzahl (oder dem Attribut für die Stückzahl) in Magento eine Änderung gibt."
+"Conditional Revise","Bedingtes Bearbeiten"
+"Only revises the quantity on eBay when they meet the specific conditions you set.","Ändert die Stückzahl bei eBay nur dann, wenn bestimmte, von Ihnen festgelegte Bedingungen erfüllt sind."
+"Revise When Less or Equal to","Bearbeiten, wenn weniger oder gleich"
+"We recommend not setting this value too high. Initially try a value from 10 - 20.","Wir empfehlen, diesen Wert nicht zu hoch zu wählen. Versuchen Sie es anfänglich mit einem Wert von 10 bis 20."
+"Automatically revises the eBay item price if there is a change to the price (or attribute for price) in Magento.","Ändert automatisch den eBay-Artikelpreis, wenn es beim Preis (oder beim Attribut für den Preis) in Magento eine Änderung gibt."
+"Automatically revises the eBay item title if there is a change to the title (or attribute for title) in Magento.","Ändert automatisch die eBay-Artikelbezeichnung, wenn es bei der Artikelbezeichnung (oder beim Attribut für die Artikelbezeichnung) in Magento eine Änderung gibt."
+"Automatically revises the eBay item subtitle if there is a change to the subtitle (or attribute for subtitle) in Magento.","Ändert automatisch den eBay-Untertitel, wenn es beim Untertitel (oder beim Attribut für den Untertitel) in Magento eine Änderung gibt."
+"Automatically revises the eBay item description if there is a change to the description (or attribute for description) in Magento.","Ändert automatisch die eBay-Artikelbeschreibung, wenn es bei der Artikelbeschreibung (oder beim Attribut für die Artikelbeschreibung) in Magento eine Änderung gibt."
+"Images","Bilder"
+"Automatically revises the eBay item gallery if there is a change to the gallery (or attribute for gallery) in Magento.","Ändert automatisch die eBay-Artikelgalerie, wenn es bei der Artikelgalerie (oder beim Attribut für die Artikelgalerie) in Magento eine Änderung gibt."
+"Full Revise","Vollständig überarbeiten"
+"Automatically revises the eBay listing if there is a change to the Price, Quantity and Format policy.","Ändert automatisch das eBay-Angebot, wenn es bei den Preis-, Stückzahl- und Format-Rahmenbedingungen eine Änderung gibt."
+"Automatically revises the eBay listing if there is a change to the Description policy.","Ändert automatisch das eBay-Angebot, wenn es bei den Rahmenbedingungen für die Beschreibung eine Änderung gibt."
+"Category/Specifics","Kategorie/Artikelmerkmale"
+"Automatically revises the eBay listing if there is a change to the category/specifics in its settings.","Ändert automatisch das eBay-Angebot, wenn die Kategorie/Artikelmerkmale in den Einstellungen geändert wird/werden."
+"Automatically revises the eBay listing if there is a change to the Payment policy.","Ändert automatisch das eBay-Angebot, wenn es bei den Rahmenbedingungen für die Zahlung eine Änderung gibt."
+"Automatically revises the eBay listing if there is a change to the Shipping policy.","Ändert automatisch das eBay-Angebot, wenn es bei den Rahmenbedingungen für den Versand eine Änderung gibt."
+"Automatically revises the eBay listing if there is a change to the Return policy.","Ändert automatisch das eBay-Angebot, wenn es bei den Rahmenbedingungen für die Rücknahme eine Änderung gibt."
+"Defines a timetable for automatical list and relist eBay items.","Definiert einen Zeitplan für das automatische Einstellen und Wiedereinstellen von eBay-Artikeln."
+"Activation","Aktivierung"
+"Enables / Disables using schedule.","Aktiviert/deaktiviert die Verwendung des Zeitplans."
+"Any Time","Jederzeit"
+"During Period","Während des Zeitraums"
+"When the schedule has to be applied.","Gibt an, wann der Zeitplan gilt."
+"Active From","Aktiv seit"
+"To","Bis"
+"Day of Week","Wochentag"
+"From","Ab"
+"Monday","Montag"
+"Tuesday","Dienstag"
+"Wednesday","Mittwoch"
+"Thursday","Donnerstag"
+"Friday","Freitag"
+"Saturday","Samstag"
+"Sunday","Sonntag"
+"AM","morgens"
+"PM","abends"
+"Define the conditions when you want eBay items stopped.
+
+ Note: If all options are set to No or No Action, then the stop action for eBay items, which use this Synchronization Policy, is disabled.
+If all options are enabled, then an item will be stopped if at least one of the Stop Conditions is met.","Legen Sie fest, unter welchen Bedingungen eBay-Artikel angehalten werden sollen. Hinweis: Wenn für alle Optionen „Nein“ oder „Keine Aktion“ festgelegt ist, wird die Anhalten-Aktion für eBay-Artikel deaktiviert, die diese Synchronisierungsbedingungen verwenden. Wenn alle Optionen aktiviert sind und mindestens eine der Anhalten-Bedingungen erfüllt ist, wird der Artikel angehalten."
+"Automatically stops an item that is on eBay if status is changed to 'Disabled' in Magento.","Das eBay-Angebot wird automatisch angehalten, wenn dessen Status in Magento auf „Deaktiviert“ geändert wurde."
+"Automatically stops an item that is on eBay if stock availability is changed to 'Out of Stock' in Magento.","Das eBay-Angebot wird automatisch angehalten, wenn die Verfügbarkeit in Magento auf „Nicht mehr vorrätig“ geändert wurde."
+"Stop When Quantity Is","Anhalten, wenn Stückzahl"
+"Automatically stops an item on eBay if quantity is changed and it meets the selected conditions.","Das eBay-Angebot wird automatisch angehalten, wenn die Stückzahl geändert wurde und die ausgewählten Bedingungen erfüllt sind."
+
+"About","Info"
+"Community","Community"
+"Enterprise","Enterprise"
+"America","Amerika"
+"Europe","Europa"
+"Asia / Pacific","Asiatisch-pazifischer Raum"
+"Other","Sonstige"
+"Canada","Kanada"
+"Canada (French)","Kanada (französischsprachig)"
+"United States","USA"
+"Austria","Österreich"
+"Belgium (Dutch)","Belgien (Flämisch)"
+"Belgium (French)","Belgien (Französisch)"
+"France","Frankreich"
+"Germany","Deutschland"
+"Ireland","Irland"
+"Italy","Italien"
+"Netherlands","Niederlande"
+"Poland","Polen"
+"Switzerland","Schweiz"
+"Sweden","Schweden"
+"Spain","Spanien"
+"United Kingdom","Großbritannien"
+"Australia","Australien"
+"Hong Kong","Hongkong"
+"India","Indien"
+"Malaysia","Malaysia"
+"Philippines","Philippinen"
+"Singapore","Singapur"
+"System","System"
+"Add new listing","Neues Angebot hinzufügen"
+"Delete existing listing","Vorhandenes Angebot löschen"
+"Add product to listing","Produkt zum Angebot hinzufügen"
+"Delete item from listing","Artikel aus Angebot löschen"
+"Remove item from Channel","Artikel aus Channel entfernen"
+"Add new product to magento store","Neues Produkt zum Magento-Shop hinzufügen"
+"Delete existing product from magento store","Vorhandenes Produkt aus Magento-Shop löschen"
+"Change of product price in magento store","Produktpreis im Magento-Shop ändern"
+"Change of product special price in magento store","Produkt-Sonderpreis im Magento-Shop ändern"
+"Change of product qty in magento store","Produktmenge im Magento-Shop ändern"
+"Change of product stock availability in magento store","Produktverfügbarkeit im Magento-Shop ändern"
+"Change of product status in magento store","Produktstatus im Magento-Shop ändern"
+"List item on Channel","Artikel im Channel einstellen"
+"Relist item on Channel","Artikel im Channel wiedereinstellen"
+"Revise item on Channel","Artikel im Channel bearbeiten"
+"Stop item on Channel","Artikel im Channel anhalten"
+"Stop on Channel / Remove from Listing","Im Channel anhalten/Aus Angebot entfernen"
+"Remove from Channel & Listing","Aus Channel und Angebot entfernen"
+"Change of product custom attribute in magento store","Benutzerdefiniertes Attribut im Magento-Shop ändern"
+"Relist product on Channel","Produkt im Channel wiedereinstellen"
+"Stop product on Channel","Produkt im Channel anhalten"
+"Default Synchronization","Standard-Synchronisierung"
+"Inventory Synchronization","Warenbestand synchronisieren"
+"Orders Synchronization","Bestellungen synchronisieren"
+"Marketplaces Synchronization","Marktplätze synchronisieren"
+"3rd Party Listings Synchronization","Angebote von Drittanbietern synchronisieren"
+"The ""Categories Synchronization"" action for marketplace: ""%s"" is in data processing mode. Please wait...","Die Aktion „Kategorien synchronisieren“ für Marktplatz „%s“ befindet sich im Datenverarbeitungsmodus. Bitte warten Sie..."
+"Magento Order was not created. Reason: Magento Order creation is disabled in Account settings.","Die Magento-Bestellung wurde nicht erstellt. Grund: Die Erstellung von Magento-Bestellungen ist in den Kontoeinstellungen deaktiviert."
+"Magento Order was not created. Reason: Magento Order creation for items listed by M2E Pro is disabled in Account settings.","Die Magento-Bestellung wurde nicht erstellt. Grund: Die Erstellung von Magento-Bestellungen für mit M2E Pro eingestellte Artikel ist in den Kontoeinstellungen deaktiviert."
+"Magento Order was not created. Reason: Magento Order creation for items listed by 3rd party software is disabled in Account settings.","Die Magento-Bestellung wurde nicht erstellt. Grund: Magento-Bestellungen für mit Drittanbieter-Software eingestellte Artikel sind in den Kontoeinstellungen deaktiviert."
+"Magento order was not created. Reason: Order Creation Rules were not met. Press Create Order button at Order view page to create it anyway.","Die Magento-Bestellung wurde nicht erstellt. Grund: Die Regeln zum Erstellen von Bestellungen wurden nicht eingehalten. Klicken Sie auf „Bestellung erstellen“ auf der Übersichtsseite der Bestellungen, um die Bestellung trotzdem zu erstellen."
+"Magento Order is already created for this %s Order. Press Create Order button to create new one.","Die Magento-Bestellung wurde bereits für diese %-Bestellung erstellt. Klicken Sie auf „Bestellung erstellen“, um eine neue Bestellung zu erstellen."
+"Payment Status was not updated to Paid. Magento Order #%order_id% have to be cancelled according to Account's Automatic Cancellation setting.","Der Zahlungsstatus wurde nicht auf „bezahlt“ aktualisiert. Die Magento-Bestellung #%order_id% wurde aufgrund der Einstellungen des Mitgliedskontos für die automatische Stornierung abgebrochen."
+"Magento and M2E Pro has Internet Explorer 7 as minimal browser requirement. Please upgrade your browser.","Sowohl für Magento als auch für M2E Pro müssen Sie mindestens den Internet Explorer 7 als Browser verwenden. Bitte aktualisieren Sie Ihren Browser."
+"M2E Pro license key validation is failed for this domain. Go to the %slicense page%s.","Der M2E Pro-Lizenzschlüssel konnte für diese Domain nicht validiert werden. Gehen Sie zur %Lizenzseite%s."
+"M2E Pro license key validation is failed for this IP. Go to the %slicense page%s.","Der M2E Pro-Lizenzschlüssel konnte für diese IP-Adresse nicht validiert werden. Gehen Sie zur %Lizenzseite%s."
+"M2E Pro license key validation is failed for this base directory. Go to the %slicense page%s.","Der M2E Pro-Lizenzschlüssel konnte für dieses Basisverzeichnis nicht validiert werden. Gehen Sie zur %Lizenzseite%s."
+"M2E Pro module requires activation. Go to the %slicense page%s.","Das M2E Pro-Modul muss aktiviert werden. Gehen Sie zur %Lizenzseite%s."
+"M2E Pro module license suspended for ""%s"" component. Go to the %slicense page%s.","Die M2E Pro-Modul-Lizenz wurde für die Komponente „%s“ gesperrt. Gehen Sie zur %Lizenzseite%s."
+"M2E Pro module license closed for ""%s"" component. Go to the %slicense page%s.","Die M2E Pro-Modul-Lizenz wurde für die Komponente „%s“ widerrufen. Gehen Sie zur %Lizenzseite%s."
+"M2E Pro module license has expired for ""%s"" component. Go to the %slicense page%s.","Die M2E Pro-Modul-Lizenz für die Komponente „%s“ ist abgelaufen. Gehen Sie zur %Lizenzseite%s."
+"M2E Pro module is running under Trial License for ""%s"" component, that will expire on %s.","Das M2E Pro-Modul wird mit einer Testlizenz für die Komponente „%s“ ausgeführt, die am %s abläuft."
+"M2E Pro module license will expire on %s for ""%s"" component. Go to the %slicense page%s.","Die M2E Pro-Modul-Lizenz läuft am %s für die Komponente „%s“ ab. Gehen Sie zur %Lizenzseite%s."
+"No matches were found. Please change the mapping attributes in Configuration > Account > 3rd Party Listings or try to map manually.","Keine Treffer gefunden. Ändern Sie die Zuordnungsattribute in Konfiguration > Konto > Angebote von Drittanbietern oder versuchen Sie, die Zuordnung manuell zu erstellen."
+"The ""Categories Synchronization"" action for marketplace: ""%mrk%"" is in data processing mode. Please wait...","Die Aktion „Kategorien synchronisieren“ für Marktplatz „% mrk%“ befindet sich im Datenverarbeitungsmodus. Bitte warten Sie..."
+"Task ""Orders Receive Synchronization"" for Rakuten.com ""%acc%"" Account is started. Please wait...","Aufgabe „Bestellungen werden synchronisiert“ für Rakuten.com-Konto „%acc%“ wird gestartet. Bitte warten Sie..."
+"Task ""Orders Update Synchronization"" for Rakuten.com ""%acc%"" Account is started. Please wait...","Aufgabe „Aktualisierte Bestellungen werden synchronisiert“ für Rakuten.com-Konto „%acc%“ wird gestartet. Bitte warten Sie..."
+"The ""Parts Compatibility Synchronization"" action for ""%mrk%"" marketplace has been successfully completed.","Die Aktion „Kompatibilität von Ersatzteilen synchronisieren“ für Marktplatz „%mrk%“ wurde abgeschlossen."
+"Attention! By deleting account you delete all information on it from M2E Pro server. This will cause inappropriate work of all accounts' copies.","Wichtiger Hinweis! Wenn Sie ein Konto löschen, werden alle damit verbundenen Informationen vom M2E Pro-Server gelöscht. Dies kann dazu führen, dass die Kopien des Kontos nicht richtig funktionieren."
+"The product was listed as a simple product as it has limitation for multi-variation items. Reason:number of values for each option more than 30.","Das Produkt wurde als einfaches Produkt eingestellt, da Artikel mit Varianten für dieses Angebot nicht unterstützt werden. Grund: Es sind mehr als 30 Werte für jede Option vorhanden."
+"The product was listed as a simple product as it has limitation for multi-variation items. Reason:number of options more than 5.","Das Produkt wurde als einfaches Produkt eingestellt, da Artikel mit Varianten für dieses Angebot nicht unterstützt werden. Grund: Es sind mehr als 5 Optionen vorhanden."
+"The product was listed as a simple product as it has limitation for multi-variation items. Reason:sum of quantities of all possible products options more than 250.","Das Produkt wurde als einfaches Produkt eingestellt, da Artikel mit Varianten für dieses Angebot nicht unterstützt werden. Grund: Die Summe der Stückzahlen aller möglichen Produktoptionen beträgt mehr als 250."
+"Map listing to magento product","Angebot Magento-Produkt zuordnen"
+"Unmap listing from magento product","Zuordnung des Angebots zu Magento-Produkt aufheben"
+"Move to existing M2E listing","In vorhandenes M2E-Angebot verschieben"
+"Change of product special price from date in magento store","Startdatum eines Produkt-Sonderpreises im Magento-Shop ändern"
+"Change of product special price to date in magento store","Enddatum eines Produkt-Sonderpreises im Magento-Shop ändern"
+"Change item status on Channel","Artikelstatus im Channel ändern"
+"Revise product","Produkt bearbeiten"
+"Relist product","Produkt wiedereinstellen"
+"Stop product","Produkt anhalten"
+"Creation Date","Erstellungsdatum"
+"Update Date","Aktualisierungsdatum"
+"Actions","Schritte"
+"Edit","Bearbeiten"
+"Delete","Löschen"
+"All Accounts","Alle Konten"
+"ID","Artikelnr."
+"Title","Artikelbezeichnung"
+"Channel","Channel"
+"Accounts","Konten"
+"Add Account","Mitgliedskonto hinzufügen"
+"Configuration","Konfiguration"
+"General","Allgemeines"
+"3rd Party Listings","Angebote von Drittanbietern"
+"Orders","Bestellungen"
+"Edit%s Account","%s-Mitgliedskonto bearbeiten"
+"Add%s Account","%s-Mitgliedskonto hinzufügen"
+"Refresh","Aktualisieren"
+"Save And Continue Edit","Speichern und weiter bearbeiten"
+"Add New Account","Neues Mitgliedskonto hinzufügen"
+"Complete This Step","Diesen Schritt abschließen"
+"Back","Zurück"
+"Save","Speichern"
+"Add%s Listing [Select Categories Products]","%s-Angebot hinzufügen [Kategorien auswählen]"
+"Save And View Listing","Speichern und Angebot anzeigen"
+"Add%s Listing [Select Categories]","%s-Angebot hinzufügen [Kategorien auswählen]"
+"Next","Weiter"
+"Add%s Listing [Select Products]","%s-Angebot hinzufügen [Produkte auswählen]"
+"Add%s Listing [Settings]","%s-Angebot hinzufügen [Einstellungen]"
+"Add%s Listing [Products Filter]","%s-Angebot hinzufügen [Produktfilter]"
+"Add%s Listing [Channel Settings]","%s-Angebot hinzufügen [Channel-Einstellungen]"
+"Select All","Alle auswählen"
+"Confirm","Bestätigen"
+"Add New","Hinzufügen"
+"Settings","Einstellungen"
+"Channel Settings","Channel-Einstellungen"
+"Products Filter","Produktfilter"
+"Edit ""%s""%s Listing [Settings]","%s-Angebot „%s“ bearbeiten [Einstellungen]"
+"Total Items","Gesamtzahl der Artikel"
+"Active Items","Noch eingestellte Artikel"
+"Inactive Items","Nicht mehr eingestellte Artikel"
+"View Products","Produkte anzeigen"
+"Add Products from Products List","Produkte aus Produktliste hinzufügen"
+"Add Products from Categories","Produkte aus Kategorien hinzufügen"
+"Edit Settings","Einstellungen bearbeiten"
+"Delete Listing","Angebot löschen"
+"Are you sure?","Sind Sie sicher?"
+"View Log","Protokoll anzeigen"
+"Clear Log","Protokoll löschen"
+"Edit Selling Format Template","Angebotsformatvorlage bearbeiten"
+"Edit Synchronization Template","Synchronisierungsvorlage bearbeiten"
+"Clear Log(s)","Protokoll(e) löschen"
+"Delete Listing(s)","Angebot(e) löschen"
+"N/A","Keine Angabe"
+"Product ID","Produkt-ID"
+"Product Title / SKU","Produktbezeichnung/Artikelnummer"
+"ASIN / ISBN","ASIN/ISBN"
+"Amazon QTY","Menge bei Amazon"
+"Amazon Price","Preis bei Amazon"
+"Fulfillment","Auftragsabwicklung"
+"Merchant","Anbieter"
+"Amazon","Amazon"
+"Status","Status"
+"Unknown","Unbekannt"
+"Active","Aktiv"
+"Inactive","Inaktiv"
+"Inactive (Blocked)","Inaktiv (Gesperrt)"
+"Remove Item","Artikel entfernen"
+"Unmap","Zuordnung aufheben"
+"Map Item(s) Automatically","Artikel automatisch zuordnen"
+"Move Item(s) to Listing","Artikel in Angebot verschieben"
+"Map","Zuordnung"
+"Move","Verschieben"
+"SKU","Artikelnummer"
+"Status Change","Statusänderung"
+"Manual","Manuell"
+"Automatic","Automatik"
+"Add Products To%s Listing ""%s"" From Categories","Produkte aus Kategorien zu %s-Angebot „%s“ hinzufügen"
+"View Listing","Angebot anzeigen"
+"Save And List","Speichern und einstellen"
+"Product Title","Produktbezeichnung"
+"Type","Typ"
+"Stock Availability","Verfügbarkeit"
+"In Stock","Auf Lager"
+"Out of Stock","Nicht mehr vorrätig"
+"Price","Preis"
+"Qty","Stückzahl"
+"Visibility","Visibilität"
+"Websites","Websites "
+"Please select items.","Bitte wählen Sie Artikel aus."
+"Are you sure you want to create empty listing?","Sind Sie sicher, dass Sie ein leeres Angebot erstellen möchten?"
+"Show Advanced Filter","Erweiterten Filter einblenden"
+"Hide Advanced Filter","Erweiterten Filter ausblenden"
+"Add Products To%s Listing ""%s""","Produkte zu %s-Angebot „%s“ hinzufügen"
+"Image","Bild"
+"Action","Aktion"
+"Assign ASIN/ISBN","ASIN/ISBN zuweisen"
+"Clear Search Result","Suchergebnis löschen"
+"Search","Finden"
+"Reset","Zurücksetzen"
+"Close","Schließen"
+"Product Title / Listing / SKU","Produktbezeichnung/Angebot/Artikelnummer"
+"Amazon SKU","Amazon-Artikelnummer"
+"Not Listed","Nicht eingestellt"
+"Manage","Verwalten"
+"Listing","Angebot"
+"Go to listing","Angebot aufrufen"
+"Search%s Listings Items","Artikel von %s-Angeboten suchen"
+"Listings","Angebote"
+"Templates","Vorlagen"
+"Selling Format Templates","Angebotsformatvorlagen"
+"Synchronization Templates","Synchronisierungsvorlagen"
+"Continue","Weiter"
+"List Item(s)","Artikel einstellen"
+"Revise Item(s)","Artikel überarbeiten"
+"Relist Item(s)","Artikel wiedereinstellen"
+"Stop Item(s)","Artikel anhalten"
+"Move Item(s) to Another Listing","Artikel in anderes Angebot verschieben"
+"Assign ASIN/ISBN to Item(s)","Artikel ASIN/ISBN zuweisen"
+"Add New ASIN(s)","Neue ASIN(s) hinzufügen"
+"Unassign ASIN/ISBN","Zuweisung von ASIN/ISBN aufheben"
+"Duplicate","Kopieren"
+"Manage ""%s"" Options","„%s“-Optionen verwalten"
+"Manage Options","Optionen verwalten"
+"Edit ""%s"" Variation","„%s“-Variante bearbeiten"
+"Add Another ""%s"" Variations","Weitere „%s“-Variante hinzufügen"
+"Add Another Variation","Weitere Variante hinzufügen"
+"List","Einstellen"
+"Relist","Wiedereinstellen"
+"Revise","Überarbeiten"
+"Stop","Stopp"
+"Remove from Channel","Aus Channel entfernen"
+"receiving...","wird empfangen..."
+"Unassign New ASIN Template","Zuweisung neuer ASIN-Vorlage aufheben"
+"Automatic ASIN/ISBN search in progress.","Automatische ASIN/ISBN-Suche wird ausgeführt."
+"Choose ASIN/ISBN from the list","Wählen Sie eine ASIN/ISBN aus der Liste"
+"Search for ASIN/ISBN","Suchen nach ASIN/ISBN"
+"ASIN/ISBN was found automatically","ASIN/ISBN wurde automatisch gefunden"
+"View%s Listing ""%s""","%s-Angebot „%“ anzeigen"
+"Edit Templates","Vorlage bearbeiten"
+"Add Products","Produkte hinzufügen"
+"Moving Amazon Items.","Amazon-Artikel werden verschoben."
+"Products failed to move","Verschieben der Produkte fehlgeschlagen"
+"Task completed. Please wait ...","Aufgabe abgeschlossen. Bitte warten Sie..."
+"""%s"" task has successfully submitted to be processed.","Die Aufgabe „%s“ wurde zur Verarbeitung gesendet."
+"""%s"" task has completed with warnings. View log for details.","Die Aufgabe „%s“ wurde mit Warnungen abgeschlossen. Details dazu finden Sie im Protokoll ."
+"""%s"" task has completed with errors. View log for details.","Die Aufgabe „%s“ wurde mit Fehlern abgeschlossen. Details dazu finden Sie im Protokoll ."
+"Some Amazon request(s) are being processed now.","Einige Amazon-Anfragen werden gerade bearbeitet."
+"Sending %s product(s) data on Amazon.","Daten zu %s-Produkt(en) bei Amazon werden gesendet."
+"View All Product Log.","Alle Produktprotokolle anzeigen."
+"The listing was locked by another process. Please try again later.","Das Angebot wurde durch einen anderen Vorgang blockiert. Bitte versuchen Sie es später noch einmal."
+"Listing is empty.","Das Angebot ist leer."
+"Listing All Items On Amazon","Alle Artikel bei Amazon einstellen"
+"Listing Selected Items On Amazon","Ausgewählte Artikel bei Amazon einstellen"
+"Revising Selected Items On Amazon","Ausgewählte Artikel bei Amazon überarbeiten"
+"Relisting Selected Items On Amazon","Ausgewählte Artikel bei Amazon wiedereinstellen"
+"Stopping Selected Items On Amazon","Ausgewählte Artikel bei Amazon anhalten"
+"Stopping On Amazon And Removing From Listing Selected Items","Bei Amazon anhalten und ausgewählter Artikel aus dem Angebot entfernen"
+"Removing From Amazon And Listing Selected Items","Bei Amazon und ausgewählte Artikel aus dem Angebot entfernen"
+"Product(s) was successfully moved.","Produkte wurden verschoben."
+"Product(s) was not moved. View log for details.","Produkte wurden nicht verschoben. Details dazu finden Sie im Protokoll ."
+"Some product(s) was not moved. View log for details.","Einige Produkte wurden nicht verschoben. Details dazu finden Sie im Protokoll ."
+"Please select action.","Bitte wählen Sie eine Aktion."
+"Success","Erfolg"
+"Notice","Hinweis"
+"Warning"," Hinweis "
+"Error","Fehler"
+"Please enter product name or ASIN/ISBN/UPC/EAN.","Bitte geben Sie eine Produktbezeichnung oder ASIN/ISBN/UPC/EAN ein."
+"Server is currently unavailable. Please try again later.","Der Server ist vorübergehend nicht verfügbar. Bitte versuchen Sie es später noch einmal."
+"The new ASIN creation functionality is not available in %code% marketplace yet.","Die Funktion zum Erstellen einer neuen ASIN ist im Marktplatz „%code%“ noch nicht verfügbar."
+"In order to use New ASIN functionality, please re-synchronize marketplace data.","Wenn Sie die Funktion „Neue ASIN“ verwenden möchten, synchronisieren Sie bitte die Marktplatzdaten erneut."
+"Press ""Save And Update"" button after redirect on marketplace page.","Klicken Sie nach der Weiterleitung auf die Marktplatzseite auf „Speichern und aktualisieren“."
+"All variations are already added.","Alle Varianten sind bereits hinzugefügt."
+"Selling Format Template","Angebotsformatvorlage"
+"Synchronization Template","Synchronisierungsvorlage"
+"From Products List","Aus Produktliste"
+"From Categories","Aus Kategorien"
+"Search Items","Nach Artikeln suchen"
+"Add Listing","Angebot hinzufügen"
+"Update Now","Jetzt aktualisieren"
+"Edit Shipping Address","Lieferadresse bearbeiten"
+"Save Order Address","Rechnungsadresse speichern"
+"Sale Date","Verkaufsdatum"
+"Magento Order #","Magento-Bestellnummer"
+"Amazon Order #","Amazon-Bestellnummer"
+"Items","Artikel"
+"Buyer","Käufer"
+"Total Paid","Bezahlt insgesamt"
+"Reservation","Reservierung"
+"Reserved","Reserviert"
+"Released","Freigegeben"
+"Canceled","Storniert"
+"Pending","Noch offen"
+"Unshipped","Nicht verschickt"
+"Partially Shipped","Teilweise verschickt"
+"Shipped","Verschickt"
+"Invoice Not Confirmed","Rechnung nicht bestätigt"
+"Unfulfillable","Nicht erfüllbar"
+"View","Aufrufen"
+"Create Order","Bestellung erstellen"
+"Mark As Shipped","Als verschickt markieren"
+"Reserve QTY","Stückzahl reservieren"
+"Cancel QTY Reserve","Stückzahlreservierung stornieren"
+"Mark Order(s) as Shipped","Bestellungen als verschickt markieren"
+"Resend Shipping Information","Versandinformationen erneut senden"
+"Deleted","Gelöscht"
+"edit","bearbeiten"
+"QTY","Menge"
+"Status Update in Progress...","Status wird aktualisiert..."
+"Product","Produkt"
+"Original Price","Originalpreis"
+"Promotions","Promotionen"
+"Gift Wrap Price","Preis mit Geschenkverpackung"
+"Gift Options","Geschenkoptionen"
+"Row Total","Zeilensumme"
+"View on Amazon","Bei Amazon aufrufen"
+"Map to Magento Product","Zu Magento-Produkt zuordnen"
+"Set Options","Optionen festlegen"
+"Gift Wrap Type","Art der Geschenkverpackung"
+"Gift Message","Nachricht zum Geschenk"
+"View Order Details","Einzelheiten zum Kauf aufrufen"
+"Mark as Shipped","Als verschickt markieren"
+"Are you sure that you want to create new Magento Order?","Sind Sie sicher, dass Sie eine neue Magento-Bestellung erstellen möchten?"
+"Run Now","Jetzt ausführen"
+"Insert","Einfügen"
+"Change Category","Kategorie ändern"
+"Browse","Durchsuchen"
+"Search By Keywords","Anhand von Suchbegriffen suchen"
+"Description","Beschreibung"
+"Specifics","Merkmale"
+"Edit ""New ASIN"" Template For ""%s"" Marketplace (Beta)","„Neue ASIN“-Vorlage für Marktplatz „%s“ bearbeiten (Betaversion)"
+"Add ""New ASIN"" Template For ""%s"" Marketplace (Beta)","„Neue ASIN“-Vorlage für Marktplatz „%s“ hinzufügen (Betaversion)"
+"Save And Assign","Speichern und zuweisen"
+"Department","Abteilung"
+"Category","Kategorie"
+"Attribute Sets","Attributsätze"
+"Assignment","Zuweisung"
+"Edit Template","Vorlage bearbeiten"
+"Delete Template","Vorlage löschen"
+"Assign To This Template","Dieser Vorlage zuweisen"
+"Attribute Sets Mismatch","Attributsets stimmen nicht überein"
+"Found In: ","Gefunden in: "
+"Select","Auswählen"
+"New ASIN Templates For ""%s"" Marketplace (Beta)","„Neue ASIN“-Vorlagen für Marktplatz „%s“ (Betaversion)"
+"Add New ASIN Template","Neue ASIN-Vorlage hinzufügen"
+"Edit%s Selling Format Template","%s-Angebotsformatvorlage bearbeiten"
+"Add%s Selling Format Template","%s-Angebotsformatvorlage hinzufügen"
+"List Rules","Regeln für das Einstellen"
+"Revise Rules","Regeln für das Überarbeiten"
+"Relist Rules","Regeln für das Wiedereinstellen"
+"Stop Rules","Regeln für das Anhalten"
+"Edit%s Synchronization Template","%s Synchronisierungsvorlage bearbeiten"
+"Add%s Synchronization Template","%s Synchronisierungsvorlage hinzufügen"
+"Update FTP Password","FTP-Passwort aktualisieren"
+"Update Web Password","Web-Passwort aktualisieren"
+"Product Title / Reference ID","Produktbezeichnung/Referenznummer"
+"Rakuten.com SKU","Rakuten.com-Artikelnummer"
+"Rakuten.com QTY","Rakuten.com-Stückzahl"
+"Rakuten.com Price","Rakuten.com-Preis"
+"Move Item(s) To Listing","Artikel in Angebot verschieben"
+"Reference ID","Referenznummer"
+"Add Products To%s Listing ""%s"" ","Produkte zu %s-Angebot „%s“ hinzufügen "
+"Assign Rakuten.com SKU","Rakuten.com-Artikelnummer zuweisen"
+"There is no such variation on Rakuten.com. Please, choose another variation.","Bei Rakuten.com gibt es keine solche Variante. Bitte wählen Sie eine andere Variante aus."
+"Add New SKU In Progress...","Neue Artikelnummer wird hinzugefügt..."
+"List In Progress...","Wird eingestellt..."
+"Relist In Progress...","Wird wiedereingestellt..."
+"Revise In Progress...","Wird überarbeitet..."
+"Stop In Progress...","Wird angehalten..."
+"Stop And Remove In Progress...","Wird angehalten und entfernt..."
+"Assign Rakuten.com SKU to Item(s)","Rakuten.com-Artikelnummer zu Artikel(n) zuweisen"
+"Add New Rakuten.com SKU","Neue Rakuten.com-Artikelnummer hinzufügen"
+"Unassign Rakuten.com SKU","Zuweisung einer Rakuten.com-Artikelnummer aufheben"
+"Unassign New SKU Template","Zuweisung der Vorlage für neue Artikelnummer aufheben"
+"Choose Rakuten.com SKU from the list","Rakuten.com-Artikelnummer aus der Liste auswählen"
+"Search for Rakuten.com SKU","Nach Rakuten.com-Artikelnummer suchen"
+"New","Neu"
+"Used - Like New","Gebraucht – Neuwertig"
+"Used - Very Good","Gebraucht – Sehr gut"
+"Used - Good","Gebraucht – Gut"
+"Used - Acceptable","Gebraucht – Akzeptabel"
+"Refurbished","Generalüberholt"
+"Rakuten.com was found automatically","Rakuten.com wurde automatisch gefunden"
+"New SKU","Neue Artikelnummer"
+"Moving Rakuten.com Items.","Rakuten.com-Artikel werden verschoben."
+"Some Rakuten.com request(s) are being processed now.","Einige Rakuten.com-Anfragen werden gerade verarbeitet."
+"Sending %s product(s) data on Rakuten.com.","Daten zu %s-Produkt(en) bei Rakuten.com werden gesendet."
+"Listing All Items On Rakuten.com","Alle Artikel bei Rakuten.com einstellen"
+"Listing Selected Items On Rakuten.com","Ausgewählte Artikel bei Rakuten.com einstellen"
+"Revising Selected Items On Rakuten.com","Ausgewählte Artikel bei Rakuten.com überarbeiten"
+"Relisting Selected Items On Rakuten.com","Ausgewählte Artikel bei Rakuten.com wiedereinstellen"
+"Stopping Selected Items On Rakuten.com","Ausgewählte Artikel bei Rakuten.com anhalten"
+"Stopping On Rakuten.com And Removing From Listing Selected Items","Bei Rakuten.com anhalten und ausgewählte Artikel aus dem Angebot entfernen"
+"Adding New SKU On Rakuten.com","Neue Artikelnummer auf Rakuten.com hinzufügen"
+"In order to use New SKU functionality, please re-synchronize marketplace data.","Wenn Sie die Funktion „Neue Artikelnummer“ verwenden möchten, synchronisieren Sie bitte die Marktplatzdaten erneut."
+"Please enter product name or Rakuten.com SKU/ISBN/UPC.","Bitte geben Sie Produktbezeichnung oder Rakuten.com-Artikelnummer/ISBN/UPC ein."
+"Rakuten.com Order #","Rakuten.com-Bestellnummer"
+"Item","Artikel"
+"View on Rakuten.com","Auf Rakuten.com anzeigen"
+"Edit New SKU Template For Rakuten.com (Beta)","„Neue Artikelnummer“-Vorlage für Rakuten.com bearbeiten (Betaversion)"
+"Add New SKU Template For Rakuten.com (Beta)","„Neue Artikelnummer“-Vorlage für Rakuten.com hinzufügen (Betaversion)"
+"New SKU Templates For Rakuten.com (Beta)","„Neue Artikelnummer“-Vorlagen für Rakuten.com (Betaversion)"
+"Add New SKU Template","„Neue Artikelnummer“-Vorlage hinzufügen"
+"At least 1 channel should be enabled.","Es muss mindestens 1 Channel aktiviert sein."
+"Method of adding a new entity is not defined.","Die Methode zum Hinzufügen einer neuen Entität wurde nicht definiert."
+"Log For%s Listing","Protokoll für%s-Angebot"
+"Listings Log","Angebotsprotokoll"
+"Listing Settings","Angebotseinstellungen"
+"Listing Items","Artikel einstellen"
+"Show General Log","Allgemeines Protokoll anzeigen"
+"Identifier","Kennung"
+"Product Name","Produktbezeichnung"
+"Run Mode","Ausführungsmodus"
+"Priority","Priorität"
+"Log For%s 3rd Party Listing","Protokoll für%s Angebot von Drittanbietern"
+"3rd Party Listings Log","Protokoll für Angebote von Drittanbietern"
+"Product was successfully mapped.","Produkt wurde zugeordnet."
+"Listings, which have the same Marketplace and Account were not found.","Es wurden keine Angebote mit demselben Marktplatz und Mitgliedskonto gefunden."
+"Would you like to create one with default settings ?","Möchten Sie ein Angebot mit den Standardeinstellungen erstellen?"
+"Products were not moved. View log for details.","Produkte wurden nicht verschoben. Details dazu finden Sie im Protokoll ."
+"Some of the products were not moved. View log for details.","Einige Produkte wurden nicht verschoben. Details dazu finden Sie im Protokoll ."
+"Processing %s product(s).","Produkt(e) %s wird/werden verarbeitet."
+"Map Item(s) to Products","Artikel Produkten zuordnen"
+"Only mapped products must be selected.","Es können nur zugeordnete Produkte ausgewählt werden."
+"Selected items must belong to the same Account and Marketplace.","Die ausgewählten Artikel müssen zu demselben Konto und Marktplatz gehören."
+"Moving Play.com Items.","Play.com-Artikel werden verschoben."
+"Mapping Product","Produkt wird zugeordnet"
+"Product does not exist.","Produkt existiert nicht."
+"Please enter correct product ID.","Bitte geben Sie die korrekte Produkt-ID ein."
+"Product(s) was successfully mapped.","Produkte wurden zugeordnet."
+"Please enter correct product ID or SKU","Bitte geben Sie die korrekte Produkt-ID oder Artikelnummer ein."
+"Current version only supports simple products. Please, choose simple product.","Die aktuelle Version von unterstützt nur einfache Produkte. Bitte wählen Sie ein einfaches Produkt."
+"Item was not mapped as the chosen %s Simple Product has Custom Options.","Der Artikel wurde nicht zugeordnet, da das ausgewählte einfache Produkt %s über benutzerdefinierte Optionen verfügt."
+"Add More Variations","Weitere Varianten hinzufügen"
+"Generate All Combinations","Alle Kombinationen generieren"
+"Generate Non-Existing Combinations","Nicht vorhandene Kombinationen generieren"
+"Listed","Eingestellt"
+"Sold","Verkauft"
+"Stopped","Angehalten"
+"Finished","Fertig"
+"Blocked","Blockiert"
+"Search Listings Items","Artikel des Angebots suchen"
+"General Log","Allgemeines Protokoll"
+"Search Products","Nach Produkten suchen"
+"Marketplaces","Marktplätze"
+"Save And Complete This Step","Speichern und diesen Schritt abschließen"
+"Save And Update","Speichern und aktualisieren"
+"Rakuten (Beta)","Rakuten (Betaversion)"
+"Orders Log","Bestellprotokoll"
+"View Logs","Protokolle anzeigen"
+"Update Password","Passwort aktualisieren"
+"Product Title / Reference Code","Produktbezeichnung/Referenzcode"
+"Play.com QTY","Play.com-Stückzahl"
+"Play.com GBP Price","Play.com-Preis (GBP)"
+"Play.com EUR Price","Play.com-Preis (EUR)"
+"Reference Code","Referenzcode"
+"Play ID","Play-ID"
+"Assign Play ID","Play-ID zuweisen"
+"There is no such variation on Play ID. Please, choose another variation.","Für die Play-ID gibt es keine solche Variante. Bitte wählen Sie eine andere Variante aus."
+"Play.com Price GBP","Play.com-Preis (GBP)"
+"Play.com Price EUR","Play.com-Preis (EUR)"
+"New SKU In Progress...","Neue Artikelnummer wird erstellt..."
+"Assign Play ID to Item(s)","Play-ID zu Artikel(n) zuweisen"
+"Unassign Play ID","Zuweisung der Play-ID aufheben"
+"Choose Play ID from the list","Play-ID aus der Liste auswählen"
+"Search for Play ID","Nach Play-ID suchen"
+"Play ID was found automatically","Play-ID wurde automatisch gefunden"
+"Some Play.com request(s) are being processed now.","Einige Play.com-Anfragen werden gerade verarbeitet."
+"Sending %s product(s) data on Play.com.","Daten zu %s-Produkt(en) bei Play.com werden gesendet."
+"Listing All Items On Play.com","Alle Artikel bei Play.com einstellen"
+"Listing Selected Items On Play.com","Ausgewählte Artikel bei Play.com einstellen"
+"Revising Selected Items On Play.com","Ausgewählte Artikel bei Play.com überarbeiten"
+"Relisting Selected Items On Play.com","Ausgewählte Artikel bei Play.com wiedereinstellen"
+"Stopping Selected Items On Play.com","Ausgewählte Artikel bei Play.com anhalten"
+"Stopping On Play.com And Removing From Listing Selected Items","Bei Play.com anhalten und ausgewählte Artikel aus dem Angebot entfernen"
+"Assign Play.com SKU","Play.com-Artikelnummer zuweisen"
+"Enter product name or ISBN/EAN/UPC.","Geben Sie Produktbezeichnung oder ISBN/EAN/UPC ein."
+"Play Order #","Play-Bestellnummer"
+"Posted","Veröffentlicht"
+"Refunded","Erstattet"
+"Reserve Qty","Stückzahl reservieren"
+"Cancel Qty Reserve","Stückzahlreservierung stornieren"
+"Synchronization Log","Synchronisierungsprotokoll"
+"Synchronization Settings","Synchronisierungseinstellungen"
+"Synchronization","Synchronisierung"
+"Run Enabled Now","Aktivierte jetzt ausführen"
+"Save Settings","Einstellungen speichern"
+"Add Selling Format Template","Angebotsformatvorlage hinzufügen"
+"Add Synchronization Template","Synchronisierungsvorlage hinzufügen"
+"Development","Entwicklung"
+"Enter","Eingeben"
+"Change","Ändern"
+"Clear All","Alles löschen"
+"Restore All Helps","Alle Hilfe-Abschnitte wiederherstellen"
+" License"," Lizenz"
+"Job Code","Jobcode"
+"Created At","Erstellt am"
+"Scheduled At","Geplant für"
+"Executed At","Ausgeführt am"
+"Finished At","Fertiggestellt am"
+"Messages","Nachrichten"
+"Cron Schedule Table View","Ansicht „Cron-Zeitplantabelle“"
+"Table Name","Tabellenname"
+"Component","Komponente"
+"Group","Gruppe"
+"Records","Datensätze"
+"Size (Mb)","Größe (MB)"
+"Edit Table(s)","Tabelle(n) bearbeiten"
+"Truncate Table(s)","Tabelle(n) kürzen"
+"Update","Aktualisieren"
+"Manage Table ""%s""","Tabelle „%s“ verwalten"
+"Truncate Table","Tabelle kürzen"
+"Enable","Aktivieren"
+"Disable","Deaktivieren"
+"Summary","Zusammenfassung"
+"Inspection","Inspektion"
+"Database","Datenbank"
+"Tools","Werkzeuge"
+"Module","Modul"
+"Debug","Debug"
+"Build","Build"
+"Main Website","Haupt-Website"
+"Support","Kundenservice"
+"Magento Connect","Magento Connect"
+"Documentation","Dokumentation"
+"Video Tutorials","Video-Infotour"
+"Listing ID","Angebotsnummer"
+"Listing Title","Artikelbezeichnung"
+"Attrib. Set Name","Attribut Namen festlegen"
+"Source","Quelle"
+"Products List","Produktliste"
+"Categories","Kategorien"
+"Store View","Shop-Ansicht"
+"Listings, which have the same Attribute Set, Marketplace and Account were not found.","Es wurden keine Angebote mit demselben Attributset, Marktplatz und Mitgliedskonto gefunden."
+"Map To This Product","Diesem Produkt zuordnen"
+"Advanced Search","Erweiterte Suche"
+"Stop And Remove","Anhalten und entfernen"
+"Delete And Remove","Löschen und entfernen"
+"Items are not set.","Keine Artikel festgelegt"
+"Current view mode is not set.","Kein aktueller Ansichtsmodus festgelegt"
+"Route is not set.","Keine Route festgelegt"
+"High","Hoch"
+"Medium","Mittel"
+"Low","Niedrig"
+"Last action was completed successfully.","Letzte Aktion wurde erfolgreich abgeschlossen."
+"Entity ID is not set.","Keine Entitäts-ID festgelegt"
+"View help handler is not set.","Handler für „Hilfe anzeigen“ nicht festgelegt"
+"Close help handler is not set.","Handler für „Hilfe schließen“ nicht festgelegt"
+"Log rows are not set.","Keine Protokollzeilen festgelegt"
+"Log tips are not set.","Keine Protokolltipps festgelegt"
+"Log icons are not set.","Keine Protokollsymbole festgelegt"
+"Apply","Übernehmen"
+"Conditions","Bedingungen"
+"All Marketplaces","Alle Marktplätze"
+"Bundle Items","Gebündelte Artikel"
+"Links","Links"
+"Associated Products","Zugeordnete Produkte"
+"Custom Options","Benutzerdefinierte Optionen"
+"Order #","Bestellnummer"
+"Message","Nachricht"
+"Create Date","Datum erstellen"
+"Admin (Default Values)","Admin (Standardwerte)"
+"Attach Another File","Andere Datei anhängen"
+"Send Message","Senden"
+"Search Results","Suchergebnisse"
+"Knowledge Base","Wissensdatenbank"
+"Contact Support","Kundenservice kontaktieren"
+"Support {$m2eProVersion}","{$m2eProVersion} unterstützen"
+"Migration Notes","Hinweise zur Migration"
+"Some attributes which are used in this policy were not found in products settings.'
+ . ' Please, check if all of them are in [%s] Attribute Set(s)'
+ . ' as it can cause List, Revise or Relist issues.","Einige der in dieser Rahmenbedingung verwendeten Attribute wurden in den Produkteinstellungen nicht gefunden. Bitte überprüfen Sie, ob alle diese Attribute in einem oder mehreren der [%s]-Attributsets vorhanden sind, da es andernfalls zu Problemen beim Einstellen, Überarbeiten oder Wiedereinstellen kommen kann."
+"Template nick is not set.","Kein Vorlagenkurzname festgelegt"
+"Component mode is not set.","Kein Komponentenmodus festgelegt"
+"Template data is not set.","Keine Vorlagendaten festgelegt"
+"Currency ""%s"" is not allowed in Currency Setup '
+ . 'for Store View ""%s"" of your Magento. '
+ . 'Currency conversion will not be performed.","Die Währung „%s“ ist in „Einrichten der Währung “ für die Shop-Ansicht „%s“ von Magento nicht zulässig. ' . 'Es erfolgt keine Währungsumrechnung."
+"There is no rate for ""%s-%s"" in'
+ . ' Manage Currency Rates of your Magento.'
+ . ' Currency conversion will not be performed.","Für „%s-%s“ ist in „Währungskurse verwalten “ in Magento kein Kurs vorhanden. Es erfolgt keine Währungsumrechnung."
+"There is a rate %s for ""%s-%s"" in'
+ . ' Manage Currency Rates of your Magento.'
+ . ' Currency conversion will be performed automatically.","Für „%s-%s“ in „Währungskurse verwalten “ in Magento ein Kurs vorhanden. Die Währungsumrechnung erfolgt automatisch."
+"Template model is unknown.","Das Vorlagenmodell ist nicht bekannt."
+"Target CSS Class is not set.","Keine Ziel-CSS-Klasse festgelegt"
+"Item url is not set.","Keine Artikel-URL festgelegt"
+"Item label is not set","Keine Artikelkennzeichnung festgelegt"
+"Congratulations!","Herzlichen Glückwunsch!"
+"Configuration Wizard","Konfigurationsassistent"
+"Skip Wizard","Assistent überspringen"
+"Congratulations! (Magento Multi-Channels Integration)","Herzlichen Glückwunsch! (Magento-Multichannel-Integration)"
+"License","Lizenz"
+"Proceed","Weiter"
+"Complete Configuration","Konfiguration abschließen"
+"Configuration Wizard (Magento Multi-Channels Integration)","Konfigurationsassistent (Magento-Multichannel-Integration)"
+"Start Configuration","Konfiguration starten"
+"Welcome to M2E Pro - Magento Multi-Channels Integration!","Willkommen bei der M2E Pro-Magento-Multichannel-Integration!"
+"Create an M2E Listing","M2E-Angebot erstellen"
+"M2E Registration Complete","M2E-Anmeldung abgeschlossen"
+"Sign into eBay","Bei eBay einloggen"
+"Register for eBay","Bei eBay neu anmelden"
+"M2E Registration","M2E-Anmeldung"
+"What Is An M2E Listing?","Was ist ein M2E-Angebot?"
+"M2E Mode","M2E-Modus"
+"What are M2E Products and How Do They Appear on eBay","Was sind M2E-Produkte und wie erscheinen sie bei eBay?"
+"Register and Link to eBay","Bei eBay neu anmelden und mit eBay verknüpfen"
+"Link Magento to eBay and increase your sales","Verknüpfen Sie Magento mit eBay und steigern Sie Ihre Umsätze"
+"M2E Pro Migration to v. %s","M2E Pro-Migration auf Version %s"
+"Next Step","Nächster Schritt"
+"Previous Step","Vorheriger Schritt"
+"Complete","Abgeschlossen"
+"M2E Pro module is locked because of security reason. Please contact us.","Das M2E Pro-Modul ist aus Sicherheitsgründen gesperrt. Bitte setzen Sie sich mit uns in Verbindung."
+"Maintenance is Active.","Der Wartungsmodus ist aktiv."
+"M2E Pro is working in maintenance mode at the moment. Developers are investigating your issue.","M2E Pro befindet sich derzeit im Wartungsmodus. Unsere Entwickler arbeiten daran, Ihr Problem zu lösen."
+"You will be able to see a content of this page soon. Please wait and then refresh a browser page later.","Der Inhalt dieser Seite steht bald wieder zur Verfügung. Bitte gedulden Sie sich etwas und aktualisieren Sie dann die Browserseite."
+"We are sorry, Internet Explorer browser is not supported. Please, use
+ another browser (Mozilla Firefox, Google Chrome, etc.).","Internet Explorer wird leider nicht unterstützt. Bitte verwenden Sie einen anderen Browser (Mozilla Firefox, Google Chrome usw.)."
+"At least 1 channel of current view should be enabled.","Mindestens einer der Kanäle der aktuellen Ansicht sollte aktiviert sein."
+"Step is invalid","Schritt ist ungültig"
+"Status is invalid","Status ist ungültig"
+"Server domain is not defined","Server-Domäne ist nicht definiert"
+"Server IP is not defined","Server-IP ist nicht definiert"
+"Amazon (Beta)","Amazon (Beta)"
+"Rakuten.com (Beta)","Rakuten.com (Beta)"
+"Please, specify a value suitable for all chosen products.","Bitte geben Sie einen Wert an, der für alle ausgewählten Produkte geeignet ist."
+"eBay","eBay"
+"1 day","1 Tag"
+"3 days","3 Tage"
+"5 days","5 Tage"
+"7 days","7 Tage"
+"10 days","10 Tage"
+"30 days","30 Tage"
+"Good Till Cancelled","Gültig bis auf Widerruf"
+"Play.com (Beta)","Play.com (Beta)"
+"Class name must begin with ""Ess_M2ePro""","Der Klassenname muss mit „Ess_M2ePro“ beginnen."
+"Attribute sets must be less then 50","Die Zahl der Attributsets muss unter 50 liegen"
+"Getting default website is failed","Aufrufen der Standard-Website fehlgeschlagen"
+"Getting default store group is failed","Aufrufen der Standard-Shop-Gruppe fehlgeschlagen"
+"Getting default store is failed","Aufrufen des Standard-Shops fehlgeschlagen"
+"Fatal error occurred","Es ist ein schwerwiegender Fehler aufgetreten"
+"PHP Version","PHP-Version"
+"Memory Limit","Maximaler Speicher"
+"Magento Version","Magento-Version"
+"Max Execution Time","Maximale Ausführungszeit"
+"Server connection is failed. Please try again later.","Die Serververbindung ist unterbrochen. Bitte versuchen Sie es später noch einmal."
+"Sell On Multi-Channels","In mehreren Channels verkaufen"
+"Controller file was loaded but class does not exist","Die Controller-Datei wurde geladen, es existiert aber keine Klasse"
+"Control Panel (M2E Pro)","Systemsteuerung (M2E Pro)"
+"New buyer negative feedback was received. Go to the %sfeedback page%s.","Sie haben neue negative Käuferbewertungen erhalten. Gehen Sie zur %Bewertungsseite%s."
+"The token for ""%s"" eBay Account has been expired.
+
+ Please, go to %s > Configuration > eBay Account > General TAB ,
+ click on the Get Token button. (You will be redirected to the eBay website.)
+ Sign-in and press I Agree on eBay page.
+ Do not forget to press Save button after returning back to Magento","Das Token für das eBay-Konto „%s“ ist abgelaufen. Bitte gehen Sie zu %s > „Konfiguration“ > „eBay-Konto“ > Registerkarte „Allgemeines“ und klicken Sie auf „Token abrufen“. (Sie werden zur eBay-Website weitergeleitet.) Loggen Sie sich ein und klicken Sie auf der eBay-Seite auf „Ich bin einverstanden“. Denken Sie daran, nach der Rückkehr zu Magento auf „Speichern“ zu klicken."
+"Attention! The token for ""%s"" eBay Account will be expired soon ( %s ).
+
+ Please, go to %s > Configuration > eBay Account > General TAB ,
+ click on the Get Token button. (You will be redirected to the eBay website.)
+ Sign-in and press I Agree on eBay page.
+ Do not forget to press Save button after returning back to Magento","Wichtiger Hinweis! Das Token für das eBay-Konto „%s“ läuft demnächst ab (%s). Bitte gehen Sie zu %s > „Konfiguration“ > „eBay-Konto“ > Registerkarte „Allgemeines“ und klicken Sie auf „Token abrufen“. (Sie werden zur eBay-Website weitergeleitet.) Loggen Sie sich ein und klicken Sie auf der eBay-Seite auf „Ich bin einverstanden“. Denken Sie daran, nach der Rückkehr zu Magento auf „Speichern“ zu klicken."
+"Sell On eBay","Bei eBay verkaufen"
+"Request was deleted during account deleting.","Anfrage wurde zusammen mit dem Konto gelöscht."
+"Encoding type ""%s"" is not supported.","Die Verschlüsselungsart „%s“ wird nicht unterstützt."
+"Instance does not exist.","Instanz existiert nicht."
+"Method require loaded instance first","Für diese Methode muss zuerst die Instanz geladen werden"
+"Error occurred while creating archive.","Bei der Erstellung des Archivs ist ein Fehler aufgetreten."
+"Content does not exist.","Der Inhalt existiert nicht."
+"Set component mode first","Legen Sie zuerst den Modus der Komponente fest."
+"Resource is not set.","Die Ressource ist nicht festgelegt."
+"ORM for config is not defined.","ORM für die Konfiguration ist nicht definiert."
+"Validation Failed. The server response data is not valid.","Validierung fehlgeschlagen. Die Serverantwortdaten sind ungültig."
+"Internal server error(s) [%errors%]","Interne(r) Serverfehler [%Fehler%]"
+"Please ensure that CURL library is installed on your server and it supports HTTPS
+ protocol. Also ensure that outgoing connection to m2epro.com, port 443 is allowed by firewall.","Bitte vergewissern Sie sich, dass die CURL-Bibliothek auf Ihrem Server installiert ist und das HTTPS-Protokoll unterstützt. Außerdem muss die Firewall ausgehende Verbindungen zu m2epro.com über den Port 443 erlauben."
+"Requested command has invalid format.","Der angefragte Befehl hat ein ungültiges Format."
+"The name of log file is not specified.","Der Name der Protokolldatei wurde nicht angegeben."
+"Creation of Log file is failed.","Die Protokolldatei konnte nicht erstellt werden."
+"Removing of Log file is failed.","Die Protokolldatei konnte nicht entfernt werden."
+"M2ePro base var dir creation is failed.","Das Basisverzeichnis für Variablen für M2E Pro konnte nicht erstellt werden."
+"Custom var dir creation is failed.","Das benutzerdefinierte Verzeichnis für Variablen konnte nicht erstellt werden."
+"M2ePro base var dir removing is failed.","Das Basisverzeichnis für Variablen für M2E Pro konnte nicht entfernt werden."
+"Custom var dir removing is failed.","Das benutzerdefinierte Verzeichnis für Variablen konnte nicht entfernt werden."
+"Listing component is not defined.","Die Angebotskomponente ist nicht definiert."
+"Listing id is not defined.","Die Angebotsnummer ist nicht definiert."
+"Item was successfully mapped","Der Artikel wurde zugeordnet"
+"Item was successfully unmapped","Die Zuordnung des Artikels wurde aufgehoben"
+"Product id is not set","Die Produkt-ID wurde nicht festgelegt."
+"Item was successfully deleted","Der Artikel wurde gelöscht"
+"Listing was successfully deleted","Das Angebot wurde gelöscht"
+"Item was successfully added","Artikel wurde hinzugefügt"
+"Variation option was deleted. Item was reset.","Die Variantenoption wurde gelöscht. Der Artikel wurde zurückgesetzt."
+"Wrong nick of lock item.","Falscher Name für die Artikelsperre."
+"Wrong max deactivate lock item time.","Falsche Höchstzeit für die Deaktivierungssperre."
+"Wrong object class for getting action_id!","Falsche Objektklasse für den Erhalt von action_id."
+"Cancel is not allowed for Orders which were already Canceled.","Stornierte Bestellungen können nicht erneut storniert werden."
+"Cancel is not allowed for Orders with Invoiced Items.","Der Abbruch von Bestellungen mit in Rechnung gestellten Artikeln ist nicht zulässig."
+"Cancel is not allowed for Orders which were put on Hold.","Der Abbruch ausgesetzter Bestellungen ist nicht zulässig."
+"Cancel is not allowed for Orders which were Completed or Closed.","Der Abbruch abgeschlossener oder beendeter Bestellungen ist nicht zulässig."
+"M2E Pro Notes","Hinweise zu M2E Pro"
+"is","ist"
+"is not","ist nicht"
+"equals or greater than","ist gleich oder größer als"
+"equals or less than","ist gleich oder kleiner als"
+"greater than","größer als"
+"less than","weniger als "
+"contains","enthält"
+"does not contain","enthält nicht"
+"is one of","ist 1 von"
+"is not one of","ist nicht 1 von"
+"TRUE","TRUE"
+"FALSE","FALSE"
+"Please choose a condition to add...","Wählen Sie eine Bedingung zum Hinzufügen..."
+"Add","Hinzufügen"
+"Remove","Entfernen"
+"Conditions Combination","Bedingungskombination"
+"Product Attribute","Produktattribut"
+"ALL","Alle"
+"ANY","Beliebig"
+"If %s of these conditions are %s:","Wenn %s dieser Bedingungen „%s“ sind:"
+"Attribute Set","Attributset"
+"Open Chooser","Auswahlfunktion öffnen"
+"Out Of Stock","Nicht mehr vorrätig"
+"Prefix must be specified before.","Das Präfix muss vorher angegeben werden."
+"Stock Item is not set.","Der Lagerartikel wurde nicht festgelegt."
+"The requested quantity is not available.","Die angeforderte Stückzahl ist nicht verfügbar."
+"Yes","Ja"
+"No","Nein"
+"The Product ID is not set.","Die Produkt-ID wurde nicht festgelegt."
+"Load instance first","Laden Sie zuerst die Instanz"
+"Attribute does not exist.","Das Attribut existiert nicht."
+"There is no associated products found for grouped product.","Es gibt keine verwandten Produkte für das gruppierte Produkt."
+"Payment Status for eBay Order was updated to Paid.","Der Zahlungsstatus der eBay-Bestellung wurde auf „bezahlt“ aktualisiert."
+"Payment Status for %s Order was not updated. View %sorder log%s for more details.","Der Zahlungsstatus der %s-Bestellung wurde nicht aktualisiert. Weitere Informationen finden Sie im %sBestellprotokoll%s."
+"From [%from%] to [%to%]","Von [%from%] bis [%to%]"
+"IN Stock","Auf Lager"
+"OUT of Stock","Nicht mehr vorrätig"
+"Enabled","Aktiviert"
+"Disabled","Deaktiviert"
+"From [%from%] to [%to%].","Von [%from%] bis [%to%]."
+"None","Keine"
+"Attribute ""%attr%"" from [%from%] to [%to%].","Attribut „%attr%“ von [%from%] bis [%to%]."
+"Shipping Status for eBay Order was updated.","Der Versandstatus der eBay-Bestellung wurde aktualisiert."
+"Updating Amazon Order Status to Shipped in Progress...","Der Status der Amazon-Bestellung wird zu „verschickt“ aktualisiert ..."
+"Updating Rakuten.com Order Status to Shipped in Progress...","Der Status der Rakuten.com-Bestellung wird auf „Verschickt“ aktualisiert..."
+"Updating Play.com Order Status to Shipped in Progress...","Der Status der Play.com-Bestellung wird auf „Verschickt“ aktualisiert..."
+"Shipping Status for %s Order was not updated. View %sorder log%s for more details.","Der Versandstatus der %s-Bestellung wurde nicht aktualisiert. Weitere Informationen finden Sie im %sBestellprotokoll%s."
+"Product reindex was executed.","Die Produktreindexierung wurde ausgeführt."
+"Order ID is invalid.","Die Bestellnummer ist ungültig."
+"Action is invalid.","Die Aktion ist ungültig."
+"Creator is invalid.","Der Ersteller ist ungültig."
+"Magento product is not set.","Das Magento-Produkt wurde nicht festgelegt."
+"There is no associated product found for grouped product.","Es konnten keine zugeordneten Produkte für das gruppierte Produkt gefunden werden."
+"There is no associated product found for configurable product.","Es konnten keine zugeordneten Produkte für das konfigurierbare Produkt gefunden werden."
+"Qty cannot be less than zero.","Die Stückzahl darf nicht weniger als null betragen."
+"Product is disabled.","Das Produkt ist deaktiviert."
+"Order Import does not support product type: %type%.","Der Produkttyp %type% wird beim Importieren der Bestellung nicht unterstützt."
+"Selected options do not match the product options.","Die ausgewählten Optionen stimmen nicht mit den Produktoptionen überein."
+"Required options were not selected.","Die erforderlichen Optionen wurden nicht ausgewählt."
+"Invalid order log type.","Ungültiger Bestellprotokolltyp."
+"Invalid order log initiator.","Ungültiger Bestellprotokollinitiator."
+"Store is not set.","Der Shop ist nicht eingerichtet."
+"Invalid repair data.","Ungültige Reparaturdaten."
+"Invalid repair type.","Ungültiger Reparaturtyp."
+"QTY is already reserved.","Die Stückzahl wurde bereits reserviert."
+"QTY reservation is disabled in Account settings.","Die Reservierung von Stückzahlen ist in den Kontoeinstellungen deaktiviert."
+"QTY is already released.","Die Stückzahl wurde bereits freigegeben."
+"QTY reserve is already canceled.","Die Stückzahlreservierung wurde bereits storniert."
+"The Order Item(s) was not mapped to Magento Product(s) or mapped incorrect.","Bestellte Artikel wurden keinem Magento-Produkt zugeordnet oder wurden falsch zugeordnet."
+"Product(s) does not exist.","Produkt existiert nicht."
+"Shipment handler not found.","Der Versand-Handler konnte nicht gefunden werden."
+"Magento Order was not created. Reason: %msg%","Die Magento-Bestellung wurde nicht erstellt. Grund: %msg%"
+"Magento Order #%order_id% was created.","Die Magento-Bestellung mit der Nummer %order_id% wurde erstellt."
+"Payment Transaction was not created. Reason: %msg%","Die Zahlungstransaktion wurde nicht erstellt. Grund: %msg%"
+"Invoice was not created. Reason: %msg%","Die Rechnung wurde nicht erstellt. Grund: %msg%"
+"Invoice #%invoice_id% was created.","Die Rechnung Nr. %invoice_id% wurde erstellt."
+"Shipment was not created. Reason: %msg%","Der Versand wurde nicht erstellt. Grund: %msg%"
+"Shipment #%shipment_id% was created.","Der Versand Nr. %shipment_id% wurde erstellt."
+"Tracking details were not imported. Reason: %msg%","Die Einzelheiten zur Sendungsverfolgung wurden nicht importiert. Grund: %msg%"
+"Tracking details were imported.","Die Einzelheiten zur Sendungsverfolgung wurden importiert."
+"Magento Order #%order_id% was canceled.","Die Magento-Bestellnr. %order_id% wurde storniert."
+"Magento Order #%order_id% was not canceled. Reason: %msg%","Die Magento-Bestellnr. %order_id% wurde nicht storniert. Grund: %msg%"
+"Store does not exist.","Der Shop existiert nicht."
+"Payment method ""M2E Pro Payment"" is disabled in magento configuration.","Die Zahlungsmethode „M2E Pro-Zahlung“ ist in der Magento-Konfiguration deaktiviert."
+"Shipping method ""M2E Pro Shipping"" is disabled in magento configuration.","Die Versandmethode „M2E Pro-Versand“ ist in der Magento-Konfiguration deaktiviert."
+"Item was successfully moved","Der Artikel wurde verschoben"
+"Duplicated Play.com orders with ID #%id%.","Doppelte Play.com-Bestellung mit der Nummer %id%."
+"Product import is disabled in Play Account settings.","Das Importieren von Produkten ist in den Einstellungen des Play-Nutzerkontos deaktiviert."
+"Product for Play Item ""%id%"" was created in Magento catalog.","Das Produkt für Play-Artikel „%id%“ wurde im Magento-Katalog erstellt."
+"Product for Play Item ""%title%"" was created in Magento catalog.","Das Produkt für Play-Artikel „%title%“ wurde im Magento-Katalog erstellt."
+"Magento Order creation for items listed by M2E Pro is disabled in Account settings.","Die Erstellung von Magento-Bestellungen für mit M2E Pro eingestellte Artikel ist in den Kontoeinstellungen deaktiviert."
+"Magento Order creation for items listed by 3rd party software is disabled in Account settings.","Die Erstellung von Magento-Bestellungen für mit Drittanbieter-Software eingestellte Artikel ist in den Kontoeinstellungen deaktiviert."
+"Play Shipping","Play-Versand"
+"Customer with ID specified in Play account settings does not exist.","Der Kunde mit der in den Play-Kontoeinstellungen angegebenen ID existiert nicht."
+"Invalid component mode.","Ungültiger Komponentenmodus."
+"Magento Order creation is not allowed for Pending, Canceled and Refunded Play.com Orders.","Die Erstellung von Magento-Bestellungen ist für ausstehende und stornierte Play.com-Bestellungen und Play.com-Bestellungen, die zurückerstattet wurden, nicht möglich."
+"The Product(s) was not found on Play.com.","Die Produkte wurden bei Play.com nicht gefunden."
+"Step is out of knowledge base.","Step is out of knowledge base."
+"Task ""Getting Products Links"" is started. Please wait...","Die Aufgabe „Produktlinks abrufen“ wurde gestartet. Bitte warten Sie..."
+"Task ""Getting Products Links"" is finished. Please wait...","Die Aufgabe „Produktlinks abrufen“ wurde abgeschlossen. Bitte warten Sie..."
+"Item status was successfully changed to ""Active"".","Artikelstatus wurde in „aktiv“ geändert."
+"Item status was successfully changed to ""Inactive"".","Artikelstatus wurde in „inaktiv“ geändert."
+"Task ""Update Listings Products"" is started. Please wait...","Die Aufgabe „Produkte in Angeboten aktualisieren“ wurde gestartet. Bitte warten Sie..."
+"Task ""Update Listings Products"" is finished. Please wait...","Die Aufgabe „Produkte in Angeboten aktualisieren“ wurde abgeschlossen. Bitte warten Sie..."
+"Task ""Default Synchronization"" is started. Please wait...","Die Aufgabe „Standard-Synchronisierung“ wurde gestartet. Bitte warten Sie..."
+"Task ""Default Synchronization"" is finished. Please wait...","Die Aufgabe „Standard-Synchronisierung“ wurde abgeschlossen. Bitte warten Sie..."
+"Task ""Marketplaces Synchronization"" is started. Please wait...","Die Aufgabe „Marktplätze synchronisieren“ wurde gestartet. Bitte warten Sie..."
+"Task ""Marketplaces Synchronization"" is finished. Please wait...","Die Aufgabe „Marktplätze synchronisieren“ wurde abgeschlossen. Bitte warten Sie..."
+"The ""Categories Synchronization"" action for marketplace:
+// ""%mrk%"" has been successfully completed.","Die Aktion „Kategorien synchronisieren“ für den Marktplatz // „%mrk%“ wurde abgeschlossen."
+"Play.com Orders Receive Synchronization","Play.com-Bestelleingänge synchronisieren"
+"Task ""%s"" is started. Please wait...","Die Aufgabe „%s“ wurde gestartet. Bitte warten Sie..."
+"Task ""%s"" is finished. Please wait...","Die Aufgabe „%s“ wurde abgeschlossen. Bitte warten Sie..."
+"Play.com Orders Update Synchronization","Aktualisierte Play.com-Bestellungen werden synchronisiert"
+"Task ""3rd Party Listings Synchronization"" is started. Please wait...","Die Aufgabe „Angebote von Drittanbietern synchronisieren“ wurde gestartet. Bitte warten Sie..."
+"Task ""3rd Party Listings Synchronization"" is finished. Please wait...","Die Aufgabe „Angebote von Drittanbietern synchronisieren“ wurde abgeschlossen. Bitte warten Sie..."
+"Task ""3rd Party Listings Synchronization"" for Play.com account: ","Aufgabe „Angebote von Drittanbietern synchronisieren“ für Play.com-Konto: "
+"""%s"" is started. Please wait...","„%s“ wurde gestartet. Bitte warten Sie..."
+"The ""List"" action is started. Please wait...","Die Aktion „Einstellen“ wurde gestartet. Bitte warten Sie..."
+"The ""List"" action is finished. Please wait...","Die Aktion „Einstellen“ wurde abgeschlossen. Bitte warten Sie..."
+"The ""Relist"" action is started. Please wait...","Die Aktion „Wiedereinstellen“ wurde gestartet. Bitte warten Sie..."
+"The ""Relist"" action is finished. Please wait...","Die Aktion „Wiedereinstellen“ wurde abgeschlossen. Bitte warten Sie..."
+"The ""Revise"" action is started. Please wait...","Die Aktion „Überarbeiten“ wurde gestartet. Bitte warten Sie..."
+"The ""Revise"" action is finished. Please wait...","Die Aktion „Überarbeiten“ wurde abgeschlossen. Bitte warten Sie..."
+"The ""Stop"" action is started. Please wait...","Die Aktion „Anhalten“ wurde gestartet. Bitte warten Sie..."
+"The ""Stop"" action is finished. Please wait...","Die Aktion „Anhalten“ wurde abgeschlossen. Bitte warten Sie..."
+"Task ""Inventory Synchronization"" is started. Please wait...","Die Aufgabe „Warenbestand synchronisieren“ wurde gestartet. Bitte warten Sie..."
+"Task ""Inventory Synchronization"" is finished. Please wait...","Die Aufgabe „Warenbestand synchronisieren“ wurde abgeschlossen. Bitte warten Sie..."
+"Task ""Inventory Synchronization"" has completed
+// with errors. View %sl%listings log%el% for details.","Die Aufgabe „Warenbestand synchronisieren“ wurde // mit Fehlern abgeschlossen. Ausführliche Informationen finden Sie im %sl%Angebotsprotokoll%el%."
+"Task ""Inventory Synchronization"" has completed
+// with warnings. View %sl%listings log%el% for details.","Die Aufgabe „Warenbestand synchronisieren“ wurde // mit Warnungen abgeschlossen. Ausführliche Informationen finden Sie im %sl%Angebotsprotokoll%el%."
+"Communication with Play.com is started. Please wait...","Die Kommunikation mit Play.com wurde gestartet. Bitte warten Sie..."
+"Please wait...","Bitte warten Sie..."
+"product(s)","Produkt(e)"
+"product(s) with id(s)","Produkt(e) mit Nummer(n)"
+"Communication with Play.com is finished. Please wait...","Die Kommunikation mit Play.com wurde abgeschlossen. Bitte warten Sie..."
+"Request failed.","Anforderung fehlgeschlagen."
+"Another synchronization is already running","Es wird bereits eine andere Synchronisierung ausgeführt"
+"The ""Deleted Products"" action is started. Please wait...","Die Aktion „Gelöschte Produkte“ wurde gestartet. Bitte warten Sie..."
+"The ""Deleted Products"" action is finished. Please wait...","Die Aktion „Gelöschte Produkte“ wurde abgeschlossen. Bitte warten Sie..."
+"The ""Auto Actions"" action is started. Please wait...","Die Aktion „Automatische Aktionen“ wurde gestartet. Bitte warten Sie..."
+"The ""Auto Actions"" action is finished. Please wait...","Die Aktion „Automatische Aktionen“ wurde abgeschlossen. Bitte warten Sie..."
+"The ""Product Changes"" action is started. Please wait...","Die Aktion „Produktänderungen“ wurde gestartet. Bitte warten Sie..."
+"The ""Product Changes"" action is finished. Please wait...","Die Aktion „Produktänderungen“ wurde abgeschlossen. Bitte warten Sie..."
+"The ""Inspector Actions"" action is started. Please wait...","Die Aktion „Inspektoraktionen“ wurde gestartet. Bitte warten Sie..."
+"The ""Inspector Actions"" action is finished. Please wait...","Die Aktion „Inspektoraktionen“ wurde abgeschlossen. Bitte warten Sie..."
+"The ""Processing"" action is started. Please wait...","Die Aktion „In Bearbeitung“ wurde gestartet. Bitte warten Sie..."
+"The ""Processing"" action is finished. Please wait...","Die Aktion „In Bearbeitung“ wurde abgeschlossen. Bitte warten Sie..."
+"The ""Stopping Products"" action is started. Please wait...","Die Aktion „Produkte anhalten“ wurde gestartet. Bitte warten Sie..."
+"The ""Stopping Products"" action is finished. Please wait...","Die Aktion „Produkte anhalten“ wurde abgeschlossen. Bitte warten Sie..."
+"Review","Überprüfen"
+"Currency Conversion","Währungsumrechnung"
+"Notifications","Benachrichtigungen"
+"Please select account(s) to remove.","Bitte wählen Sie das Konto bzw. die Konten, das/die Sie entfernen möchten."
+"%s record(s) were successfully deleted.","%s Datensatz/-sätze wurde(n) gelöscht."
+"%s record(s) are used in M2E Listing(s).","%s Datensatz/-sätze wird/werden in M2E-Angebot(en) verwendet."
+"Account must not be in use to be deleted.","Das Konto darf nicht verwendet werden, wenn es gelöscht werden soll."
+"Amazon Accounts","Amazon-Konten"
+"Account does not exist.","Das Konto existiert nicht."
+"The Amazon access obtaining is currently unavailable. Reason: %s","Derzeit kann auf Amazon nicht zugegriffen werden. Grund: %s"
+"Account was successfully saved","Das Konto wurde gespeichert"
+"Manage Listings","Angebote verwalten"
+"Amazon Listings","Amazon-Angebote"
+"Listing was successfully added","Das Angebot wurde hinzugefügt"
+"Listing does not exist.","Das Angebot existiert nicht."
+"The listing is locked by another process. Please try again later.","Das Angebot wird durch einen anderen Prozess gesperrt. Bitte versuchen Sie es später noch einmal."
+"The listing was successfully saved.","Das Angebot wurde gespeichert."
+"Please select item(s) to remove.","Bitte wählen Sie den bzw. die Artikel aus, den/die Sie entfernen möchten."
+"%s listing(s) were successfully deleted","%s Angebot(e) wurde(n) gelöscht"
+"%s listing(s) have listed items and can not be deleted","%s Angebot(e) verfügt/verfügen über eingestellte Artikel und kann/können nicht gelöscht werden"
+"Listing does not exist..","Das Angebot existiert nicht ..."
+"The products were added to listing.","Die Produkte wurden dem Angebot hinzugefügt."
+"NO DATA","Keine Daten"
+"There is another active automatic ASIN/ISBN search task ","Es gibt bereits eine aktive Aufgabe für die automatische ASIN/ISBN-Suche "
+"for some item(s). Please wait until this search process is finished.","für einige Artikel. Bitte warten Sie, bis dieser Suchvorgang abgeschlossen ist."
+"ASIN(s) was successfully unassigned.","Die ASIN-Zuweisung wurde aufgehoben."
+"Some ASIN(s) were not unassigned as their listing status is other than ""Not Listed"".","Bei einigen ASINs konnte die Zuweisung nicht aufgehoben werden, da sie sich nicht im Angebotsstatus „Nicht eingestellt“ befinden."
+"Amazon Orders","Amazon-Bestellungen"
+"Magento Order was created.","Die Magento-Bestellung wurde erstellt."
+"Magento Order was not created. Reason: %s","Die Magento-Bestellung wurde nicht erstellt. Grund: %s"
+"Invoice was created.","Die Rechnung wurde erstellt."
+"Shipment was created.","Der Versand wurde erstellt."
+"Order address has been updated.","Die Rechnungsadresse wurde aktualisiert."
+"Please select order(s).","Bitte wählen Sie die Bestellung(en) aus."
+"Updating Amazon Order(s) Status to Shipped in Progress...","Der Status der Amazon-Bestellung(en) wird zu „verschickt“ aktualisiert..."
+"Order does not exist.","Die Bestellung existiert nicht."
+"Please select Not Listed items without assigned ASIN.","Bitte wählen Sie Artikel mit dem Status „Nicht eingestellt“ und ohne zugewiesene ASIN aus."
+"Template has been successfully saved.","Die Vorlage wurde gespeichert."
+"Some of the New ASIN template(s) cannot be deleted as they have assigned product(s)","Einige der „Neue ASIN“-Vorlagen können nicht gelöscht werden, da sie zugewiesene Produkte enthalten"
+"There are no items to assign.","Es sind keine Artikel zum Zuweisen vorhanden."
+"Template has been successfully assigned.","Die Vorlage wurde zugewiesen."
+"Some products were not assigned.","Einige Produkte wurden nicht zugewiesen."
+"Please enter keywords.","Bitte geben Sie Suchbegriffe ein."
+"Please select at least 1 listing product.","Bitte wählen Sie mindestens ein Angebotsprodukt aus."
+"Template does not exist","Die Vorlage existiert nicht"
+"Template was successfully saved","Die Vorlage wurde gespeichert"
+"Rakuten.com Accounts","Rakuten.com-Konten"
+"The Rakuten.com access obtaining is currently unavailable. Reason: %s","Derzeit kann auf Rakuten.com nicht zugegriffen werden. Grund: %s"
+"Rakuten.com Listings","Rakuten.com-Angebote"
+"Rakuten.com SKU(s) was successfully unassigned.","Die Zuweisung von Rakuten.com-Artikelnummeren wurde aufgehoben."
+"Some Rakuten.com SKU(s) were not unassigned as their listing status is other than ""Not Listed"".","Bei einigen Rakuten.com-Artikelnummeren konnte die Zuweisung nicht aufgehoben werden, da sie sich nicht im Angebotsstatus „Nicht eingestellt“ befinden."
+"Rakuten.com Orders","Rakuten.com-Bestellungen"
+"Please select Not Listed items without Rakuten.com SKU assigned.","Bitte wählen Sie Artikel mit dem Status „Nicht eingestellt“ und ohne zugewiesene Rakuten.com-Artikelnummer aus."
+"Please select Not Listed items.","Bitte wählen Sie Artikel mit dem Status „Nicht eingestellt“ aus."
+"Some of the New SKU template(s) cannot be deleted as they have assigned product(s)","Einige der „Neue Artikelnummer“-Vorlagen können nicht gelöscht werden, da sie zugewiesene Produkte enthalten"
+"Each keyword should be at least three characters.","Jeder Suchbegriff sollte mindestens drei Zeichen enthalten."
+"Product(s) was not assigned","Produkt(e) wurde(n) nicht zugewiesen"
+"Global","Weltweit"
+"The 3rd party listings are locked by another process. ","Die Angebote von Drittanbietern sind durch einen anderen Vorgang blockiert. "
+"Please try again later.","Bitte versuchen Sie es später noch einmal."
+"Component is not defined.","Die Komponente ist nicht definiert."
+"The item was successfully removed.","Der Artikel wurde entfernt."
+"You must create at least one selling format template first.","Sie müssen zunächst mindestens eine Angebotsformatvorlage erstellen."
+"You must create at least one synchronization template first.","Sie müssen zunächst mindestens eine Synchronisierungsvorlage erstellen."
+"Component and Listing Product must be specified.","Komponente und Angebotsprodukt müssen angegeben werden."
+"Component, Listing Product and Variation Data must be specified.","Komponente, Angebotsprodukt und Variantendaten müssen angegeben werden."
+"Only 1 variation must leave.","Nur eine Variante muss entfernt werden."
+"Variation has been successfully edited.","Die Variante wurde bearbeitet."
+"Variation(s) has been successfully saved.","Variante(n) wurde(n) gespeichert."
+"Component and Listing Products must be specified.","Komponente und Angebotsprodukte müssen angegeben werden."
+"The items were successfully duplicated.","Die Artikel wurden dupliziert."
+"Activity Logs","Aktivitätsprotokolle"
+"3rd Party Listing does not exist.","Das Drittanbieter-Angebot existiert nicht."
+"Play.com Accounts","Play.com-Konten"
+"The Play.com access obtaining is currently unavailable. Reason: %s","Derzeit kann auf Play.com nicht zugegriffen werden. Grund: %s"
+"Play.com Listings","Play.com-Angebote"
+"Play ID(s) was successfully unassigned.","Die Zuweisung der Play-ID(s) wurde aufgehoben."
+"Some Play ID(s) were not unassigned as their listing status is other than ""Not Listed"".","Bei einigen Play-IDs konnte die Zuweisung nicht aufgehoben werden, da sie sich nicht im Angebotsstatus „Nicht eingestellt“ befinden."
+"Play.com Orders","Play.com-Bestellungen"
+"Component can'be empty","Das Feld für die Komponente darf nicht leer sein"
+"Please select item(s) to clear","Bitte wählen Sie den bzw. die Artikel, den/die Sie löschen möchten"
+"The synchronization task log has been successfully cleaned.","Das Protokoll für die Synchronisierungsaufgabe wurde gelöscht."
+"Data has been sent on Amazon. It is being processed now. You can continue working with M2E Pro.","Die Daten wurden an Amazon gesendet. Die Daten werden derzeit bearbeitet. Sie können weiter mit M2E Pro arbeiten."
+"Data has been sent on Rakuten.com. It is being processed now. You can continue working with M2E Pro.","Die Daten wurden an Rakuten.com gesendet. Die Daten werden derzeit bearbeitet. Sie können weiter mit M2E Pro arbeiten."
+"Data has been sent on Play.com. It is being processed now. You can continue working with M2E Pro.","Die Daten wurden an Play.com gesendet. Die Daten werden derzeit bearbeitet. Sie können weiter mit M2E Pro arbeiten."
+"%s record(s) are used in Listing(s).","%s Datensatz/-sätze wird/werden in Angebot(en) verwendet."
+"Template must not be in use to be deleted.","Die Vorlage darf nicht verwendet werden, wenn sie gelöscht werden soll."
+"The global settings have been successfully saved.","Die globalen Einstellungen wurden gespeichert."
+"The license key has been successfully updated.","Der Lizenzschlüssel wurde aktualisiert."
+"The license status has been successfully refreshed.","Der Lizenzstatus wurde aktualisiert."
+"The clearing settings has been successfully saved.","Die Einstellungen für den Löschvorgang wurden gespeichert."
+"Log for %s has been successfully cleared.","Das Protokoll für %s wurde gelöscht."
+"All log for %s has been successfully cleared.","Alle Protokolle für %s wurden gelöscht."
+"All help blocks were restored.","Alle Hilfe-Abschnitte wurden wiederhergestellt."
+"Item was not moved","Der Artikel wurde nicht verschoben"
+"Not enough data.","Nicht genügend Daten."
+"The item has not mapped product.","Der Artikel verfügt über kein zugeordnetes Produkt."
+"Product was successfully unmapped.","Die Zuordnung des Produkts wurde aufgehoben."
+"Product already exists in M2E listing(s).","Das Produkt existiert bereits in M2E-Angebot(en)."
+"Component Mode or Account ID or Marketplace ID is empty.","Das Feld für Komponentenmodus oder Konto-ID oder Marktplatz-ID ist leer."
+"No Other Listings found.","Es wurden keine anderen Angebote gefunden."
+"Please select item(s) to clear.","Bitte wählen Sie den bzw. die Artikel, den/die Sie löschen möchten."
+"The 3rd party listing(s) log has been successfully cleaned.","Angebotprotokoll(e) von Drittherstellern wurde(n) gelöscht."
+"The listing(s) log was successfully cleaned.","Das Angebotsprotokoll wurde gelöscht."
+"-- Please select --","-- Bitte auswählen --"
+"QTY for selected Order(s) was successfully reserved.","Die Stückzahl für die ausgewählte(n) Bestellung(en) wurde reserviert."
+"QTY for selected Order(s) was not reserved.","Die Stückzahl für die ausgewählte(n) Bestellung(en) wurde nicht reserviert."
+"QTY for selected Order(s) was not reserved. Reason: %s","Die Stückzahl für die ausgewählte(n) Bestellung(en) wurde nicht reserviert. Grund: %s"
+"QTY reserve for selected Order(s) was successfully canceled.","Die Stückzahlreservierung für die ausgewählte(n) Bestellung(en) wurde storniert."
+"QTY reserve for selected Order(s) was not canceled.","Die Stückzahlreservierung für die ausgewählte(n) Bestellung(en) wurde nicht storniert."
+"QTY reserve for selected Order(s) was not canceled. Reason: %s","Die Stückzahlreservierung für die ausgewählte(n) Bestellung(en) wurde nicht storniert. Grund: %s"
+"Order item does not exist.","Der bestellte Artikel existiert nicht."
+"Mapping Product ""%s""","Produkt „%s“ zuordnen"
+"Setting Product Options","Produktoptionen festlegen"
+"Product does not have required options.","Das Produkt verfügt nicht über die erforderlichen Optionen."
+"Please specify required options.","Bitte geben Sie die erforderlichen Optionen an."
+"Order item was successfully mapped.","Der bestellte Artikel wurde erfolgreich zugeordnet."
+"Order item options were successfully configured.","Die Optionen für den bestellten Artikel wurden konfiguriert."
+"Item was successfully unmapped.","Die Zuordnung des Artikels wurde aufgehoben."
+"Shipping Information has been resend for %d order(s).","Für %d Bestellung(en) wurden erneut Versandinformationen gesendet."
+"Shipping Information was not resend for %d order(s).","Für %d Bestellung(en) wurden keine Versandinformationen erneut gesendet."
+"Order ID is not defined.","Die Bestellnummer ist nicht definiert."
+"Order with such ID does not exist.","Es existiert keine Bestellung mit dieser Nummer."
+"Order was successfully deleted.","Die Bestellung wurde gelöscht."
+"M2E Pro","M2E Pro"
+"You should fill in all required fields.","Bitte füllen Sie alle erforderlichen Felder aus."
+"Your message has been successfully sent.","Ihre Nachricht wurde gesendet."
+"Token is not defined","Token ist nicht definiert"
+"Account Add Entity failed.","Konto-hinzufügen-Entität ist fehlgeschlagen."
+"Unknown Mode ""%s""","Unbekannter Modus „%s“"
+"Account id is not defined","Kontonummer ist nicht definiert"
+"Choose Account","Mitgliedskonto auswählen"
+"Please confirm account switching. All data that hasn't been saved will be lost.","Bestätigen Sie den Wechsel des Mitgliedskontos. Alle ungespeicherten Daten gehen verloren."
+"
+ Fill in the title, choose the Marketplace you want to work with and click the Get Access Data link.
+ You will be redirected to the Amazon website.
+ Note: To be eligible to sell on Amazon sellers must have at least one of the following: a non-individual Selling on Amazon account,
+ an Amazon WebStore account, a Checkout by Amazon account, or an Amazon Product Ads account.
+ If you are an individual seller you have to upgrade to a Pro Merchant seller account from the Amazon Services Selling on Amazon page.
+
+ Sign-in and complete steps of getting access for each marketplace:
+
+ Select 'I want to use an application to access my Amazon seller account with MWS.'
+ Fill in Application Name and Application's Developer Account Number, which you can find in the Marketplaces section on the current page.
+ Accept the Amazon MWS License Agreement.
+ Copy generated Merchant ID and paste it in the corresponding fields of the current page.
+
+ Continue working with 3rd Party Listings and Orders settings tabs.
+ "," Geben Sie die Bezeichnung ein, wählen Sie den Marktplatz aus, mit dem Sie arbeiten möchten, und klicken Sie auf den Link Zugangsdaten abfragen . Sie werden zur Amazon-Website weitergeleitet. Hinweis: Verkäufer müssen mindestens eine der folgenden Voraussetzungen erfüllen, um bei Amazon verkaufen zu können: ein Verkäuferkonto zum Verkauf bei Amazon (nicht Einzel-Anbieter), ein Amazon Webstore-Konto, ein Konto für das Bezahlen über Amazon oder ein Amazon Produktanzeigen-Konto. Wenn Sie Einzelverkäufer sind, müssen Sie über die Amazon Services-Seite zum Verkaufen bei Amazon ein Upgrade auf ein Pro-Merchant-Verkäuferkonto durchführen. Loggen Sie sich ein und führen Sie die Schritte zum Zugreifen auf die einzelnen Marktplätze aus: Wählen Sie „Ich möchte eine Anwendung, zum Zugriff auf mein Amazon Verkäuferkonto mit Hilfe von MWS, freischalten.“ Geben Sie den Namen der Anwendung und die Kontonummer des Anwendungsentwicklers ein. Diese finden im Abschnitt für die Marktplätze auf der aktuellen Seite. Akzeptieren Sie die Amazon MWS-Lizenzvereinbarung. Kopieren Sie die erstellte Händler-ID und fügen Sie sie in die entsprechenden Felder auf der aktuellen Seite ein. Fahren Sie mit den Registerkarten für Angebote und Bestellungen von Drittanbietern fort. "
+"Be attentive! By deleting account you delete all information on it from M2E Pro server. This will cause inappropriate work of all accounts' copies.","Bitte beachten Sie: Wenn Sie ein Konto löschen, werden alle damit verbundenen Informationen vom M2E Pro-Server gelöscht. Dies kann dazu führen, dass die Kopien des Kontos nicht richtig funktionieren."
+"The specified title is already used for other account. Account title must be unique.","Die eingegebene Bezeichnung wird bereits für ein anderes Mitgliedskonto verwendet. Die Bezeichnung Ihres Kontos muss einzigartig sein."
+"You must choose marketplace first.","Sie müssen zuerst einen Marktplatz wählen."
+"M2E Pro was not able to get access to the Amazon account. Please, make sure, that you choose correct option on MWS Authorization page and enter correct Merchant ID.","M2E konnte nicht auf das Amazon-Verkäuferkonto zugreifen. Stellen Sie sicher, dass Sie die richtigen Optionen auf der Registrierungsseite für MWS gewählt und die korrekte Merchant ID eingegeben haben."
+"M2E Pro was not able to get access to the Amazon account. Reason: %s","M2E konnte nicht auf das Amazon-Verkäuferkonto zugreifen. Grund: %s"
+"Title or identifier of Amazon account for your internal use.","Die Bezeichnung oder die ID des Amazon-Verkäuferkontos zu Ihrer internen Verwendung."
+"Synchronizing Now","Synchronisierung läuft"
+"Marketplace","Marktplatz"
+"None Marketplaces","Keine Marktplätze"
+"You must select and update Amazon marketplaces to get access to this section.","Sie müssen Amazon-Marktplätze wählen und aktualisieren, um auf diesen Bereich zugreifen zu können."
+"Choose Marketplace","Marktplatz auswählen"
+"Application Name","Anwendungsname"
+"Developer Account Number","Kontonummer des Anwendungsentwicklers"
+"Get Access Data","Zugangsdaten abfragen"
+"Merchant ID","Händler-ID"
+"Paste generated Merchant ID from Amazon. (It must look like: A15UFR7CZVW5YA).","Fügen Sie die erzeugte Merchant ID von Amazon ein. (Sie sollte so aussehen: A15UFR7CZVW5YA)."
+"If Yes is chosen, you must select at least one attribute for product mapping.","Wenn Sie „Ja“ ausgewählt haben, müssen Sie mindestens ein Attribut für die Produktzuordnung bestimmen."
+"
+The 3rd Party Listings are the items, which were listed on Amazon without using M2E Pro extension.
+To allow importing of these listings for the current Amazon Account, set Import 3rd Party Listings to Yes .
+Imported Listings can be found in %1$s > Manage Listings > 3rd Party Listings.
+Note: The 3rd Party Listings Synchronization must be enabled in %1$s > Configuration > Synchronization.
+To map the products of the 3rd Party Listings with existing products in Magento by ASIN, ISBN, SKU or Title, set Product Mapping to Yes and choose appropriate attribute(s).
+A Magento product will be mapped if at least one of the chosen attributes meets the same value in Amazon Listing as it has in Magento.
+
+After mapping the Amazon Listing can be automatically moved from the 3rd Party Listings to M2E Pro Listings for further management.
+
+Note: Auto mapping and moving actions are performed only once during the first 3rd Party Listings Synchronization.
+Afterwards, it can be performed manually on the 3rd Party Listings page (%1$s > Manage Listings > 3rd Party Listings).
+","Die Angebote von Drittanbietern sind die Artikel, die ohne M2E Pro bei Amazon eingestellt wurden. Wenn Sie den Import dieser Angebote für das aktuelle Amazon-Verkäuferkonto zulassen möchten, wählen Sie Ja für „Angebote von Drittanbietern importieren“. Importierte Angebote finden Sie unter %1$s > Angebote verwalten > Angebote von Drittanbietern.Hinweis: Die Synchronisierung von Drittanbieterangeboten muss unter %1$s > „Konfiguration“ > „Synchronisierung“ aktiviert werden. Um die Produkte aus Angeboten von Drittanbietern mit vorhandenen Produkten in Magento über die ASIN, ISBN, SKU oder Artikelbezeichnung verknüpfen zu können, müssen Sie für „Produktzuordnung“ Ja festlegen und die entsprechenden Attribute wählen. Produkte in Magento werden zugeordnet, wenn mindestens eines der gewählten Attribute denselben Wert bei Amazon hat wie in Magento. Nach der Zuordnung kann das Amazon-Angebot automatisch aus den Angeboten von Drittanbietern in die Liste der M2E Pro-Angebote verschoben und dort weiter verwaltet werden.Hinweis: Das automatische Zuordnen und Verschieben erfolgt nur einmalig bei der ersten Synchronisierung der Angebote von Drittanbietern. Anschließend kann die Zuordnung manuell auf der Seite der Angebote von Drittanbietern durchgeführt werden (%1$s > Angebote verwalten > Angebote von Drittanbietern)."
+"Import 3rd Party Listings","Angebote von Drittanbietern importieren"
+"Allows importing 3rd Party Listings.","Ermöglicht das Importieren von Angeboten von Drittanbietern."
+"Related Store View","Verknüpfte Shop-Ansicht"
+"Store View, which will be associated with chosen Marketplace of the current account.","Shop-Ansicht, die mit dem ausgewählten Marktplatz des aktuellen Kontos verknüpft wird."
+"Product Mapping","Produktzuordnung"
+"Maps Amazon product with Magento product.","Verknüpft Amazon-Produkte mit Magento-Produkten."
+"Attributes Of Mapping Amazon Items To Magento Products","Attribute für die Zuordnung von Amazon-Artikeln zu Magento-Produkten"
+"Product SKU","Produkt-Artikelnummer"
+"Custom Attribute","Benutzerdefiniertes Attribut"
+"Auto Moving Mapped Amazon Items To M2E Listings","Automatisches Verschieben zugeordneter Amazon-Artikel in M2E-Angebote"
+"Moving 3rd Party Listings","Angebote von Drittanbietern verschieben"
+"This section allows you automatically move mapped Amazon Items in default created M2E Listing and synchronize their Prices and Quantities with Magento values at once they have been moved.","In diesem Abschnitt können Sie zugeordnete Amazon-Artikel automatisch in vorhandene M2E-Angebote verschieben und nach dem Verschieben deren Preise und Stückzahlen alle auf einmal mit Magento-Werten synchronisieren."
+"Move Mapped Amazon Items","Zugeordnete Amazon-Artikel verschieben"
+"Automatically moves Amazon Listings from 3rd Party Listings to default created M2E Listing.","Verschiebt Amazon-Angebote von Angeboten von Drittanbietern automatisch in vorhandene M2E-Angebote."
+"Immediate Synchronization","Sofortige Synchronisierung"
+"Price and QTY","Preis und Stückzahl"
+"Price Only","Nur Preis"
+"QTY Only","Nur Stückzahl"
+"Updates Price and / or Quantity of Amazon Listing with Magento values.","Aktualisiert Preis und/oder Menge des Amazon-Angebots entsprechend den Werten in Magento."
+"This tab contains settings of Amazon Orders, Amazon Customers import; Magento Orders and Products creation.
+If you set Import Amazon Orders to Yes , a new Amazon order will be imported to the system and can be found in %1$s > Sales > Orders.
+It is possible to allow auto creation of Magento Orders based on imported Amazon Orders for products listed by Other Software.
+Note: The Product Stock QTY only reduces after Magento Order creation.
+These type of orders can be managed as typical Magento Orders in Magento > Sales > Orders.
+Note: To receive orders from Amazon, Order Synchronization must be enabled in %1$s > Configuration > Synchronization.","Diese Registerkarte enthält Einstellungen von Amazon-Bestellungen, importierten Amazon-Kundendaten, Magento-Bestellungen und Produkterstellungsdaten. Wenn Sie Ja für „Amazon-Bestellungen importieren“ wählen, werden neue Amazon-Bestellungen in das System importiert. Diese sind anschließend unter %1$s > „Verkäufe“ > „Bestellungen“ zu finden. Für Produkte, die mit anderer Software eingestellt wurden, können Magento-Bestellungen basierend auf importierten Amazon.com-Bestellungen automatisch erstellt werden.Hinweis: Die Stückzahl der verfügbaren Artikel wird erst nach der Erstellung der Magento-Bestellung reduziert. Diese Art von Bestellungen kann als typische Magento-Bestellung unter Magento > Verkäufe > Bestellungen verwaltet werden.Hinweis: Um Bestellungen von Amazon übernehmen zu können, muss die Bestellungssynchronisierung unter %1$s > „Konfiguration“ > „Synchronisierung“ aktiviert sein."
+"No Customer entry is found for specified ID.","Es wurde kein Kundeneintrag für die eingegebene ID gefunden."
+"Import Amazon Orders","Amazon-Bestellungen importieren"
+"Allows importing orders from Amazon to M2E Pro.","Ermöglicht das Importieren von Bestellungen aus Amazon in M2E Pro."
+"Product Is Listed By M2E Pro","Produkt wurde mit M2E Pro eingestellt"
+"Create Order in Magento","Bestellung in Magento erstellen"
+"Whether an order has to be created in Magento if a sold product belongs to M2E Pro Listings.","Legen Sie fest, ob eine Bestellung in Magento erstellt werden soll, wenn ein verkauftes Produkt zu den M2E Pro-Angeboten gehört."
+"Store View Source","Quelle der Shop-Ansicht"
+"Use Store View from Listing","Shop-Ansicht aus Angebot verwenden"
+"Choose Store View Manually","Shop-Ansicht manuell auswählen"
+"If Store View must be automatically taken from the listing or manually chosen from available Store View values.","Legen Sie fest, ob die Shop-Ansicht automatisch aus dem Angebot übernommen oder manuell aus den verfügbaren Werten für Shop-Ansichten gewählt werden soll."
+"Store in which orders will be placed.","Shop, in dem Bestellungen platziert werden."
+"Product Is Listed By Any Other Software","Produkt wurde mit anderer Software eingestellt"
+"Whether an order has to be created in Magento if a sold product does not belong to M2E Pro Listings.","Legen Sie fest, ob eine Bestellung in Magento erstellt werden soll, wenn ein verkauftes Produkt nicht zu den M2E Pro-Angeboten gehört."
+"Product Not Found","Produkt nicht gefunden"
+"Do Not Create Order","Bestellung nicht erstellen"
+"Create Product and Order","Produkt und Bestellung erstellen"
+"What has to be done if a listed product does not exist in Magento.","Legen Sie fest, was geschehen soll, wenn ein eingestelltes Produkt nicht in Magento existiert."
+"Note: Only simple products without variations can be created in Magento. If there is a product with variations on Amazon, M2E Pro creates different simple products for each variation.","Hinweis: In Magento können nur einfache Produkte ohne Varianten erstellt werden. Wenn ein Produkt mit Varianten bei Amazon eingestellt ist, erstellt M2E Pro für jede Variante ein anderes einfaches Produkt."
+"Product Tax Class","Produkt-Steuerklassen"
+"Tax Class which will be used for products created by M2E Pro.","Steuerklasse, die für die von M2E Pro erstellten Produkte verwendet wird"
+"QTY Reservation","Stückzahlreservierung"
+"Use the Reserve QTY option to prevent the item being sold, before Magento Order created (as the Product Stock QTY only reduces after Magento Order creation). It removes items from Magento Stock at once Amazon Order comes from Amazon.
+ Reserve qty will be used when Magento Order is created or released when the term of qty reservation has expired.
+ ","Mit der Option „Stückzahl reservieren“ können Sie verhindern, dass der Artikel verkauft wird, bevor die Magento-Bestellung erstellt wurde (da sich die Stückzahl der vorrätigen Produkte erst nach dem Erstellen der Magento-Bestellung verringert). Damit werden Artikel aus dem Magento-Bestand entfernt, sobald Amazon-Bestellungen eintreffen. „Stückzahl reservieren“ wird verwendet, wenn eine Magento-Bestellung erstellt oder freigegeben wird und die Frist für die Stückzahlreservierung abgelaufen ist. "
+"Never","Nie"
+"For %d day","Für %d Tag"
+"For %d days","Für %d Tage"
+"For how many days reserve qty has to be kept while Magento Order is not created.","Gibt an, für wie viele Tage die Stückzahl reserviert bleiben soll, während keine Magento-Bestellung erstellt wird."
+"FBA Orders Settings","Einstellungen für FBA-Bestellungen"
+"In this block you can manage stock inventory of products fulfilled by Amazon (FBA Orders).
+
+
+ Yes - after Magento Order creation of FBA Order, quantity of product reduces in Magento.
+ No - Magento Order creation of FBA Order does not affect quantity of Magento product.
+ ","In diesem Abschnitt können Sie Bestände von Produkten verwalten, bei denen Amazon die Auftragsabwicklung übernimmt (FBA = Fulfillment by Amazon). Ja : Nach der Erstellung einer Magento-Bestellung für eine FBA-Bestellung verringert sich die Stückzahl des Produkts in Magento. Nein : Die Erstellung einer Magento-Bestellung für eine FBA-Bestellung wirkt sich nicht auf die Stückzahl des Produkts in Magento aus. "
+"Whether an order has to be created in Magento if a sold product is fulfilled by Amazon.","Gibt an, ob eine Bestellung in Magento erstellt werden muss, wenn die Auftragsabwicklung für ein verkauftes Produkt durch Amazon erfolgt."
+"Manage Stock","Warenbestand verwalten"
+"If Yes , after Magento Order creation qty of Magento product reduces.","Wenn Ja , verringert sich nach dem Erstellen der Magento-Bestellung die Stückzahl des Produkts in Magento."
+"Customer Settings","Kundeneinstellungen"
+"Customers","Kunden"
+"There are several ways to specify a customer for which Magento Orders will be created:
+
+ Guest Account - the system does not require a customer account to be created. Default Guest Account will be defined as a customer.
+ Note: The Guest Checkout option must be enabled in Magento. (Yes must be chosen in the Allow Guest Checkout option in Magento > System > Configuration > Sales > Checkout tab).
+ Predefined Customer - the system uses one predefined customer for all Amazon orders related to this account. You will be required
+ to provide an ID of the existing Customer, which you can find in Magento > Customers > Manage Customers table.
+ Create New - a new customer will be created in Magento, using Amazon customer data of Amazon Order.
+ Note: A unique customer identifier is his e-mail address. If the one already exists among Magento customers e-mails,
+ the system uses this customer as owner of order and links order to him. A new customer will not be created.
+ ","Es gibt verschiedene Möglichkeiten, einen Kunden anzugeben, für den Magento-Bestellungen erstellt werden: Gästekonto : Das System verlangt nicht, dass ein Kundenkonto angelegt wird. Standard-Gästekonten werden als Kundenkonten definiert. Hinweis: Die Option für die Kaufabwicklung mit einem Gästekonto muss in Magento aktiviert werden. (Wählen Sie dazu Ja als Wert für die Option „Kaufabwicklung mit Gästekonto erlauben“ unter Magento > „System“ > „Konfiguration“ > „Verkäufe“ > „Kaufabwicklung“). Vordefinierter Kunde : Das System verwendet für alle mit diesem Konto verbundenen Amazon-Bestellungen einen vordefinierten Kunden. Sie müssen eine ID für das existierende Kundenkonto eingeben. Diese finden Sie in der Tabelle Magento > „Kunden“ > „Kunden verwalten“. Neu erstellen : In Magento wird mithilfe der Amazon-Kundendaten der Amazon-Bestellung ein neuer Kunde angelegt. Hinweis: Eine eindeutige Kunden-ID ist zum Beispiel die E-Mail-Adresse des Kunden. Wenn es unter den Magento-Kunden bereits jemanden mit der angegebenen E-Mail-Adresse gibt, behandelt das System diesen Kunden als Besteller und verknüpft die Bestellung mit dessen Konto. Es wird kein neuer Kunde erstellt. "
+"Customer","Kunde"
+"Guest Account","Gästekonto"
+"Predefined Customer","Vordefinierter Kunde"
+"Create New","Neu erstellen"
+"Customer for which Magento Orders will be created.","Der Kunde, für den Magento-Bestellungen erstellt werden."
+"Customer ID","Kunden-ID"
+"Enter Magento customer ID.","Geben Sie die Magento-Kunden-ID ein."
+"Associate to Website","Website zuordnen"
+"-- Please Select --","-- Bitte auswählen --"
+"Website in which a customer account will be created.","Die Website, auf der ein Kundenkonto erstellt wird."
+"Customer Group","Kundengruppe"
+"Customer Group to which a customer will be assigned.","Die Kundengruppe, der ein Kunde zugewiesen wird."
+"Send Emails When The Following Is Created","E-Mail senden, wenn folgende Elemente erstellt wurden"
+"Customer Account","Kundenkonto"
+"Magento Order","Magento-Bestellung"
+"Invoice","Rechnung"
+"Necessary emails will be sent according to Magento settings in Magento > System > Configuration > Sales Emails. Hold Ctrl button, to choose more, than one option.","Alle erforderlichen E-Mails werden entsprechend den unter Magento > System > Konfiguration > Verkaufs-E-Mails festgelegten Magento-Einstellungen versendet. Halten Sie die Strg-Taste gedrückt, um mehrere Optionen gleichzeitig auszuwählen."
+"Billing Address","Rechnungsadresse"
+"The Amazon does not supply the complete billing buyer information, only the buyer's name and email address. The only way to fill in billing address in the customer's invoice is to use information from shipping address.
+You should select the appropriate option how to handle billing address for imported customer:
+
+Always - the shipping address is always used as billing address.
+Buyer & Recipient have the same name - the shipping address is used as billing address, only when Buyer's name and Recipient's name are the same. Otherwise, billing address fields will be empty and next message will appear in the city field: ""The Amazon does not supply the complete billing buyer information"".
+ ","Amazon stellt nicht die vollständigen Abrechnungsinformationen des Käufers bereit, sondern lediglich dessen Namen und E-Mail-Adresse. Die einzige Möglichkeit, in der Kundenrechnung die Rechnungsadresse einzutragen, besteht darin, die Angaben aus der Lieferadresse zu verwenden. Zur Festlegung der Rechnungsadresse bei einem importierten Kunden stehen die folgenden Optionen zur Wahl:Immer : Als Rechnungsadresse wird stets die Lieferadresse verwendet.Käufer- und Empfängername sind identisch : Die Lieferadresse wird nur dann als Rechnungsadresse verwendet, wenn der Käufer- und der Empfängername identisch sind. Andernfalls bleiben die Felder für die Rechnungsadresse leer und im Feld „Ort“ wird die folgende Meldung angezeigt: „Amazon stellt nicht die vollständigen Abrechnungsinformationen des Käufers bereit“. "
+"Billing Address Usage","Verwendung der Rechnungsadresse"
+"Always","Immer"
+"Buyer & Recipient have the same name","Käufer- und Empfängername sind identisch"
+"When to use shipping address as billing.","Gibt an, wann als Rechnungsadresse die Lieferadresse zu verwenden ist."
+"Order Tax Settings","Besteuerungseinstellungen für Bestellungen"
+"This section allows you to choose tax settings for Magento Order:
+
+ Amazon - Magento Order(s) uses tax settings from Amazon Listing(s).
+ Magento - Magento Order(s) uses Magento tax settings.
+ Amazon & Magento - if there are tax settings in Amazon Order, they are used in Magento Order(s), otherwise, Magento tax settings are used.
+ None - Amazon and Magento tax settings are ignored.
+
+ ","In diesem Abschnitt können Sie die Besteuerungseinstellungen für Magento-Bestellungen auswählen: Amazon : Für Magento-Bestellungen werden die Besteuerungseinstellungen aus Amazon-Angebot(en) verwendet. Magento : Für Magento-Bestellungen werden die Besteuerungseinstellungen aus Magento verwendet. Amazon und Magento : Wenn die Amazon-Bestellung Besteuerungseinstellungen enthält, werden diese in Magento-Bestellungen verwendet. Andernfalls werden die Magento-Besteuerungseinstellungen verwendet. Keine : Die Besteuerungseinstellungen von Amazon und Magento werden ignoriert. "
+"Tax Source","Steuerquelle"
+"Magento","Magento"
+"Amazon & Magento","Amazon und Magento"
+"Order Status Mapping","Zuordnung von Bestellungsstatus"
+"In this block you can configure mapping between Amazon Order state and Magento Order statuses.
+ Depending on the state of Amazon Order you can either manually determine certain statuses for Magento Order and enable automatic Shipment and Invoice
+ creation by selecting appropriate check-boxes, or use predefined default settings. (i.e. Amazon: Order is Shipped -> Magento Order is Complete).
+ ","In diesem Abschnitt wird die Zuordnung des Status von Amazon-Bestellungen zum Status von Magento-Bestellungen konfiguriert. Je nach Status der Amazon-Bestellung können Sie bestimmte Statuseinstellungen von Magento-Bestellungen manuell festlegen und den automatischen Versand und die automatische Rechnungserstellung aktivieren, indem Sie die entsprechenden Kontrollkästchen aktivieren oder die vordefinierten Standardeinstellungen verwenden (z.B. Amazon: Bestellung wurde verschickt -> Magento-Bestellung wurde abgeschlossen). "
+"Status Mapping","Statuszuordnung"
+"Default Order Statuses","Standard-Bestellstatus"
+"Custom Order Statuses","Benutzerdefinierter Bestellstatus"
+"Order Status is Unshipped / Partially Shipped","Der Bestellstatus lautet „Nicht verschickt/Teilweise verschickt“"
+"Automatic Invoice Creation","Automatische Rechnungserstellung"
+"Order Status is Shipped","Der Bestellstatus lautet „Verschickt“"
+"Automatic Shipment Creation","Automatische Versanderstellung"
+"Product Selection","Produktauswahl"
+"The number shown next to each category is the quantity of products filtered by
+ Attribute Set and Products Filter settings.
+ There are two modes of products addition:
+
+ All Products - all products, which are included in selected categories, will be added to the Listing.
+ Select Manually - the list of products of chosen categories will be shown on the next page after the Next button is pressed at the top right corner.
+
+ Note: If a product belongs to different categories, it will be added to the Listing or shown for manual selection only once.
+ Two additional options New Product Added to Category and Product Deleted from Category allow choosing actions,
+ which could be automatically done to the products added to selected categories and to the products deleted from selected categories.","Die Zahl neben den einzelnen Kategorien zeigt die Menge der Produkte an, die entsprechend den Einstellungen für Attributset und Produktfilter gefiltert wurden. Es gibt zwei Modi für das Hinzufügen von Produkten: Alle Produkte : Dem Angebot werden alle Produkte hinzugefügt, die in den ausgewählten Kategorien enthalten sind. Manuell auswählen : Die Liste der Produkte aus den ausgewählten Kategorien wird auf der nächsten Seite angezeigt, nachdem Sie rechts oben auf „Weiter“ geklickt haben. Hinweis: Wenn ein Produkt unterschiedlichen Kategorien angehört, wird es trotzdem nur einmal in das Angebot oder die Liste für die manuelle Auswahl übernommen. Mithilfe der zwei zusätzlichen Optionen „Neues zu Kategorie hinzugefügtes Produkt“ und „Aus Kategorie gelöschtes Produkt“ können Sie Aktionen wählen, die automatisch für Produkte ausgeführt werden können, die zu ausgewählten Kategorien hinzugefügt oder aus diesen gelöscht wurden."
+"Products Addition","Produkte hinzufügen"
+"All Products","Alle Produkte"
+"Select Manually","Manuell auswählen"
+"Mode of products addition from selected categories.","Die Art, auf die Produkte aus ausgewählten Kategorien hinzugefügt werden."
+"Add Products Presented in Other Listings","In anderen Angeboten aufgeführte Produkte hinzufügen"
+"Actions On Categories' Products","Aktionen für Produkte aus Kategorien"
+"New Product Added to Category","Neues zu Kategorie hinzugefügtes Produkt"
+"No Action","Keine Maßnahme"
+"Add to The Listing","Dem Angebot hinzufügen"
+"Actions, which have to be done on products added on categories.","Aktionen, die für zu Kategorien hinzugefügte Produkte ausgeführt werden sollen."
+"Product Deleted from Category","Aus Kategorie gelöschtes Produkt"
+"Stop on Amazon","Bei Amazon anhalten"
+"Stop on Amazon and Delete from Listing","Bei Amazon anhalten und aus Angebot löschen"
+"Actions, which have to be done on listed products deleted from categories.","Aktionen, die für aus Kategorien gelöschte Produktangebote ausgeführt werden sollen."
+"All Templates","Alle Vorlagen"
+"Type Template Name Here...","Geben Sie hier die Vorlagenbezeichnung ein..."
+"
+This section contains Amazon Listings, which belong to registered Amazon Accounts (%1$s > Configuration > Amazon Accounts) and were listed not by M2E Pro extension.
+Use Amazon Accounts and Marketplaces dropdowns to filter them.
+You can map these Listings to existing products in Magento and move them to another M2E Listings for further management. For that use single actions on appropriate Listing record or use mass Actions in the top right corner.
+Note: To import Amazon 3rd Party Listings the 3rd Party Listings Import must be enabled in account's settings
+(%1$s > Configuration > Amazon Accounts > General tab) and the 3rd Party Listings Synchronization must be enabled in %1$s > Configuration > Synchronization.","Dieser Abschnitt enthält Amazon-Angebote von registrierten Amazon-Konten (%1$s > „Konfiguration“ > „Amazon-Konten“), die nicht mit M2E Pro eingestellt wurden. Diese Angebote können mithilfe der Drop-down-Menüs für Amazon-Konten und Marktplätze gefiltert werden. Sie können die Angebote Produkten zuordnen, die in Magento vorhanden sind, und sie zur weiteren Verwaltung in andere M2E-Angebote verschieben. Führen Sie dazu Einzelaktionen am entsprechenden Angebotsdatensatz aus oder verwenden Sie die für mehrere Angebote gleichzeitig durchführbaren Aktionen oben rechts in der Ecke.Hinweis: Um Amazon-Angebote von Drittanbietern importieren zu können, müssen Sie den Import von Angeboten von Drittanbietern in den Kontoeinstellungen (%1$s > „Konfiguration“ > „Amazon-Konten“ > Registerkarte „Allgemeines“) sowie die Synchronisierung von Angeboten von Drittanbietern (%1$s > „Konfiguration“ > „Synchronisierung“) aktivieren."
+"Apply Actions On Categories Products to the selected categories.","Aktionen für Produkte aus Kategorien auf die ausgewählten Kategorien anwenden."
+"The number shown next to each category is the quantity of products filtered by
+ Attribute Set and Products Filter settings.
+ There are two modes of products addition:
+
+ All Products - all products, which are included in selected categories, will be added to the Listing.
+ Select Manually - the list of products of chosen categories will be shown on the next page after the Next button is pressed at the top right corner.
+
+ Note: If a product belongs to different categories, it will be added to the Listing or shown for manual selection only once.","Die Zahl neben den einzelnen Kategorien zeigt die Menge der Produkte an, die entsprechend den Einstellungen für Attributset und Produktfilter gefiltert wurden. Es gibt zwei Modi für das Hinzufügen von Produkten: Alle Produkte : Dem Angebot werden alle Produkte hinzugefügt, die in den ausgewählten Kategorien enthalten sind. Manuell auswählen : Die Liste der Produkte aus den ausgewählten Kategorien wird auf der nächsten Seite angezeigt, nachdem Sie rechts oben auf „Weiter“ geklickt haben. Hinweis: Wenn ein Produkt unterschiedlichen Kategorien angehört, wird es trotzdem nur einmal in das Angebot oder die Liste für die manuelle Auswahl übernommen."
+"Displayed products have the same Attribute Set as the Listing you are going to add them to.
+ Note: A product can be added to the listing only once. If a product was added to the Listing earlier, it will not be displayed. ","Die angezeigten Produkte verfügen über denselben Attributset wie die Angebote, denen Sie sie hinzufügen möchten. Hinweis: Produkte können Angeboten nur einmal hinzugefügt werden. Wenn ein Produkt dem Angebot bereits zuvor hinzugefügt wurde, wird es nicht angezeigt. "
+"Enter product name, ASIN, ISBN, UPC or EAN","Geben Sie die Produktbezeichnung, ASIN, ISBN und UPC oder EAN ein."
+"There was an error during previous automatic ASIN/ISBN search:","Es ist ein Fehler bei der automatischen ASIN/ISBN-Suche aufgetreten:"
+"Assign ASIN/ISBN Manually","ASIN/ISBN manuell zuweisen"
+"Allows searching ASIN/ISBN by data that will be specified on the next step.","Ermöglicht die ASIN/ISBN-Suche mithilfe von Daten, die im nächsten Schritt eingegeben werden."
+"Assign ASIN/ISBN Automatically","ASIN/ISBN automatisch zuweisen"
+"Allows searching ASIN/ISBN by data, that have already been specified in Listing Search settings.","Ermöglicht die ASIN/ISBN-Suche mithilfe von Daten, die bereits zuvor in den Einstellungen für die Angebotssuche eingegeben wurden."
+"Add New ASIN/ISBN (Beta)","Neue ASIN/ISBN hinzufügen (Beta)"
+"Allows adding a product, which is not present on Amazon. ASIN/ISBN will be generated and returned back by Amazon.","Ermöglicht das Hinzufügen von Produkten, die nicht bei Amazon vorhanden sind. Die ASIN/ISBN wird erzeugt und von Amazon zurückgegeben."
+"This section contains Amazon Channel, Product Search, Condition and other settings.
+
+ In the General section you have to specify Amazon Account, which listed items will be related to, and SKU.
+ In the Search Settings you have to specify the identifiers, at which products will be searched on Amazon.
+ The Condition section allows specifying item(s) condition and making notes to better describe the condition.
+
+ Note: Not Set and Not Set / Not Changeable options are used for the 3rd Party Listings mainly. If these options are chosen, then Amazon will be used as a master record.","Dieser Abschnitt enthält Einstellungen zum Amazon-Channel, Artikelzustand, zur Produktsuche und mehr. Im Abschnitt „Allgemeines“ müssen Sie das Amazon-Konto, mit dem die eingestellten Artikel in Zusammenhang stehen, und die Artikelnummer angeben. Geben Sie in den Sucheinstellungen die Identifikatoren ein, mit deren Hilfe die Produkte anschließend bei Amazon gesucht werden. Im Abschnitt „Zustand“ können sie Angaben zum Zustand der Artikel machen und Anmerkungen für eine bessere Beschreibung des Artikelzustands hinzufügen. Hinweis: Die Optionen Nicht festgelegt und Nicht festgelegt/Nicht änderbar werden hauptsächlich für Angebote von Drittanbietern verwendet. Wenn diese Optionen aktiviert sind, wird Amazon als Masterdatensatz verwendet."
+"Must be not more than 2000 characters long.","Diese sollten maximal 2.000 Zeichen lang sein."
+"Amazon Account","Amazon-Konto"
+"Amazon accounts previously added in Configuration > Accounts.","Zuvor unter Konfiguration > Konten hinzugefügte Amazon-Verkäuferkonten."
+"Merchant SKU","Händler-SKU"
+"Not Set","Nicht festgelegt"
+"Is used to identify products, which you list, in Amazon seller central inventory.
+ Note: If you list a product and M2E Pro find a product with the same Merchant SKU in Amazon inventory, they will be mapped.
+ ","Dient zum Identifizieren der von Ihnen eingestellten Produkte im Warenbestand des Amazon Verkäuferportals. Hinweis: Wenn Sie ein Produkt einstellen und M2E Pro im Amazon-Warenbestand ein Produkt mit derselben Händler-SKU findet, werden die Produkte einander zugeordnet. "
+"SKU Attribute","SKU-Attribut"
+"Choose the attribute that contains products identifier.","Wählen Sie das Attribut, das die Produkt-ID enthält."
+"Generate Merchant SKU","Händler-SKU erstellen"
+"If Yes , then if Merchant SKU of the product you list is found in the 3rd Party or M2E Listings, another one will be automatically created and the product will be listed.
+ Has to be set to Yes if you are going to use the same Magento product under different ASINs","Wenn für diese Option Ja festgelegt ist und die Händler-SKU des Produkts, das Sie einstellen, in Angeboten von Drittanbietern oder M2E-Angeboten gefunden wird, wird automatisch eine andere Händler-SKU erstellt und das Produkt wird eingestellt. Muss Ja sein, wenn Sie ein und dasselbe Magento-Produkt unter verschiedenen ASINs verwenden möchten."
+"Search Settings","Sucheinstellungen"
+"Search Products on Amazon","Nach Produkten bei Amazon suchen"
+"Before the list action, each product in listing must have existing ASIN/ISBN assigned.
+ This section contains parameters for action ""Assign ASIN/ISBN Automatically","Vor dem Einstellen muss jedem Produkt im Angebot eine vorhandene ASIN/ISBN zugewiesen werden. Dieser Abschnitt enthält Parameter für die Aktion „ASIN/ISBN automatisch zuweisen“."
+"ASIN / ISBN Attribute","ASIN/ISBN-Attribut"
+"UPC / EAN","UPC/EAN"
+"UPC / EAN Attribute","UPC/EAN-Attribut"
+"Additional Search by Product Name","Zusätzliche Suche nach Produktbezeichnung"
+"If no results are found by ASIN/ISBN and UPC/EAN search criteria, the additional search will be performed by Magento Product Name.","Wenn die Suche mithilfe der Suchkriterien ASIN/ISBN und UPC/EAN erfolglos ist, wird zusätzlich die Suche nach Magento-Produktbezeichnung durchgeführt."
+"Additional Settings","Zusätzliche Einstellungen"
+"Handling Time Mode","Bearbeitsungszeitmodus"
+"Recommended Value","Empfohlener Wert"
+"Time that is needed to prepare an item to be shipped.","Die für die Vorbereitung des Artikelversands benötigte Zeit."
+"Attribute must contain only numeric value from 1 to 30.","Das Attribut darf nur nummerische Werte zwischen 1 und 30 enthalten."
+"Restock Date Mode","Modus Verfügbarkeitsdatum"
+"Custom Value","Benutzerdefinierter Wert"
+"The date you will be able to ship any back-ordered items to a customer.","Das Datum, an dem Sie einen nicht mehr vorrätigen und nachbestellten Artikel an einen Kunden versenden können."
+"Restock Date Custom Value","Benutzerdefinierter Wert für das Verfügbarkeitsdatum"
+"Condition Settings","Einstellungen für den Artikelzustand"
+"Condition","Zustand"
+"Not Set / Not Changeable","Nicht festgelegt/Nicht änderbar"
+"Condition of the product(s) you want to list on Amazon.
+ Note: Not Set / Not Changeable is used for the 3rd Party Listings mainly. If this option is chosen, Amazon will be used as a master record.","Der Zustand der Produkte, die Sie bei Amazon einstellen möchten. Hinweis: Nicht festgelegt/Nicht änderbar wird hauptsächlich für die Angebote von Drittanbietern verwendet. Wenn diese Option aktiviert ist, wird Amazon als Masterdatensatz verwendet."
+"Condition Value","Werte für den Zustand"
+"Collectible - Like New","Sammlerstück – Neuwertig"
+"Collectible - Very Good","Sammlerstück – Sehr gut"
+"Collectible - Good","Sammlerstück – Gut"
+"Collectible - Acceptable","Sammlerstück – Akzeptabel"
+"Club","Club"
+"Condition Attribute","Attribut für den Artikelzustand"
+"Choose the attribute that contains Condition identifier .","Wählen Sie das Attribut, das die Zustand-ID enthält."
+"Condition Note","Beschreibung des Artikelzustands"
+"Short description of item(s) condition.
+ Note: Not Set / Not Changeable is used for the 3rd Party Listings mainly. If this option is chosen, Amazon will be used as a master record.","Eine kurze Beschreibung des Artikelzustands. Hinweis: Nicht festgelegt/Nicht änderbar wird hauptsächlich für die Angebote von Drittanbietern verwendet. Wenn diese Option aktiviert ist, wird Amazon als Masterdatensatz verwendet."
+"Condition Note Text","Text Beschreibung des Artikelzustands"
+"Condition Note Attribute","Attribut Beschreibung des Artikelzustands"
+"The Products Filter block allows you to filter the products, which you would like to add to the Listing. Filtered Products will be displayed on the next page, after the Next button is pressed.","Im Produktfilter-Abschnitt können Sie die Produkte filtern, die Sie dem Angebot hinzufügen möchten. Die gefilterten Produkte werden auf der nächsten Seite angezeigt, nachdem Sie oben rechts auf „Weiter“ geklickt haben."
+"Store View the items' information has to be taken from.","Die Shop-Ansicht, aus der die Artikelinformationen übernommen werden sollen."
+"Select from","Wählen Sie eine der folgenden Optionen"
+"Modes of the products selection.","Modi für die Produktauswahl."
+"Selected Categories","Ausgewählte Kategorien"
+"This section allows you to create a Listing. Listing is a group of items, which have the same
+ Attribute Set and were combined to be listed on Amazon.
+ Creating a Listing requires two types of templates (Selling Format and Synchronization) to be created in advance,
+ that allows reaching a high level of flexibility in listing and synchronization processes.
+
+ It is also possible to create templates by clicking the Add New button next to the appropriate template option. Do not forget to press
+ the Refresh button after the new template creation in order to see the newly added template in the dropdown list.
+ In the Listing Configuration block you are required to choose appropriate Selling Format Template,
+ which determines quantity and price related data of your Amazon Listings.
+
+ In the Synchronization Settings block you are required to choose a Synchronization Template and its settings.
+ This determines the actions, which have to be done on the Amazon Listings depending on any changes of their products happened in Magento,
+ and of their templates that are used in the Listing Configuration settings. ","In diesem Abschnitt können Sie Angebote erstellen. Das Angebot vereint eine Gruppe von Artikeln, die über dasselbe Attributset verfügen und für das Einstellen bei Amazon zusammengefasst wurden. Um ein Angebot erstellen zu können, müssen zuvor zwei Vorlagen („Angebotsformat“ und „Synchronisierung“) erstellt werden, die die Angebotserstellung und -synchronisierung erheblich flexibler und einfacher machen. Sie können auch Vorlagen erstellen, indem Sie neben der entsprechenden Vorlagenoption auf Neue hinzufügen klicken. Vergessen Sie nicht, nach der Erstellung der Vorlage auf Aktualisieren zu klicken, um die neu hinzugefügte Vorlage in der Drop-down-Liste angezeigt zu bekommen. Im Abschnitt „Angebotskonfiguration“ müssen Sie die entsprechende Vorlage für das Angebotsformat auswählen, die stückzahl- und preisbezogene Daten für Ihre Amazon-Angebote vorgibt. Im Abschnitt für die Synchronisierungseinstellungen müssen Sie eine Synchronisierungsvorlage und die dazugehörigen Einstellungen wählen. Hier legen Sie fest, was mit den Angeboten bei Amazon geschehen soll, wenn Änderungen an den zugeordneten Produkten in Magento und deren in den Einstellungen für die Angebotskonfiguration verwendeten Vorlagen vorgenommen wurden. "
+"The specified title is already used for other listing. Listing title must be unique.","Die eingegebene Bezeichnung wird bereits für ein anderes Angebot verwendet. Die Artikelbezeichnung muss einzigartig sein."
+"You should select Attribute Set first","Sie müssen zuerst einen Attributset auswählen"
+"Invalid date time format string.","Ungültiges Datums- und Zeitformat."
+"Listing Configuration","Angebotskonfiguration"
+"Short meaningful Listing title for your internal use.","Kurze und aussagekräftige Artikelbezeichnung zu Ihrer internen Verwendung."
+"Product Attribute Set","Produktattributset"
+"Attribute Set of products, which will be listed on Amazon in this Listing.","Attributset von Produkten in diesem Angebot, die bei Amazon eingestellt werden sollen."
+"List of templates, which have previously chosen Attribute Set.","Liste an Vorlagen, die über den zuvor ausgewählten Attributset verfügen."
+"Search for template which have previously chosen Attribute Set.","Suchen Sie nach einer Vorlage, die über den zuvor gewählten Attributset verfügt."
+"All Synchronization Templates you have created.","Alle von Ihnen erstellten Synchronisierungsvorlagen."
+"Search for Synchronization Template you have created.","Suchen Sie nach Synchronisierungsvorlagen, die Sie erstellt haben."
+"M2E Pro - Amazon/Magento Integration : Listings","M2E Pro – Kompatibilität mit Amazon/Magento: Angebote"
+"Amazom Listings (10 min. video)","
+"Listing is a group of items, which have the same Attribute Set and were combined to be listed on Amazon.
+
+ Creating a Listing requires two types of templates to be created in advance.
+ You can use the same template for similar products you want to list on Amazon and don’t have to enter the same information over and over again for each product you want to list.
+
+ Templates you’ll need in order to list on Amazon:
+
+
+ Selling Format Template contains information about quantity and price-related data.
+ Synchronization Template controls how the information between Amazon and Magento is synchronized and in which cases Amazon listings are revised, relisted or stopped. This template is not bound to a product group with a specific attribute set, so it’s likely that you’ll only need one template to begin with.
+ ","Das Angebot vereint eine Gruppe von Artikeln, die über dasselbe Attributset verfügen und für das Einstellen bei Amazon zusammengefasst wurden. Um ein Angebot erstellen zu können, müssen zuvor zwei Vorlagentypen erstellt werden. Sie können dieselbe Vorlage für ähnliche Produkte, die Sie bei Amazon einstellen möchten, wiederverwenden und müssen so nicht für jedes Produkt immer wieder dieselben Informationen eingeben. Vorlagen, die Sie zum Einstellen auf Amazon benötigen: Vorlage für das Angebotsformat : Enthält Informationen zu stückzahl- und preisbezogenen Daten. Synchronisierungsvorlage : Steuert, wie die Informationen zwischen Amazon und Magento synchronisiert werden und in welchen Fällen Amazon-Angebote bearbeitet, wiedereingestellt oder angehalten werden. Die Verwendung dieser Vorlage ist nicht auf eine bestimmte Produktgruppe oder ein Attributset beschränkt, sodass Sie fürs Erste mit hoher Wahrscheinlichkeit nur eine Vorlage benötigen werden. "
+"This section contains information about product items of chosen listing and their statuses on Amazon.
+ To list a product the ASIN/ISBN must be assigned first. To assign ASIN/ISBN you can use the Search ASIN/ISBN tool: press the icon in ASIN / ISBN column or choose appropriate command in the Action dropdown.
+ You can manage items by choosing appropriate actions from the Actions dropdown of the grid and manage Listing and its settings by using buttons in the top right corner.","Dieser Abschnitt enthält Informationen zu Artikeln aus ausgewählten Angeboten und Ihren Status bei Amazon. Um ein Angebot einstellen zu können, müssen Sie zuerst die ASIN/ISBN zuweisen. Sie können das Tool zur ASIN/ISBN-Suche verwenden, um die ASIN/ISBN zuzuweisen: Klicken Sie auf das Symbol in der Spalte „ASIN/ISBN“ oder wählen Sie den entsprechenden Befehl im Drop-down-Menü „Aktion“. Mithilfe der passenden Aktionen aus dem Drop-down-Menü für Aktionen können Sie Ihre Artikel verwalten und für die Verwaltung und Einstellungen von Angeboten stehen Ihnen oben rechts diverse Optionen und Schaltflächen zur Verfügung."
+"Used in Account(s)","Verwendet in Konten"
+"Coming Soon","In Kürze"
+"Waiting","Bitte warten"
+"Processing","In Bearbeitung"
+"Completed","Abgeschlossen"
+"Order Address Information","Angaben zur Rechnungsadresse"
+"Buyer Name","Name des Käufers"
+"Buyer E-Mail","E-Mail-Adresse des Käufers"
+"Street Address","Straße"
+"City","Ort"
+"Country","Land"
+"Region/State","Region/Bundesland"
+"County","Kreis"
+"Zip/Postal Code","Postleitzahl"
+"Telephone","Telefonnummer"
+"
+This page contains all orders imported from Amazon.
+Use Amazon Accounts dropdown to filter Amazon orders by accounts.
+If Magento Order, Invoice or / and Shipment was not created automatically,
+you can create them manually by using appropriate options in the Action dropdown.
+Note: Automatic creation of Magento Orders, Invoices, and Shipments executes according to Amazon Accounts settings in %s > Configuration > Amazon Accounts > Orders.","Diese Seite enthält alle aus Amazon importierten Bestellungen. Verwenden Sie das Dropdown-Menü, um Ihre Amazon-Bestellungen nach Konten zu filtern. Falls die Magento-Bestellung, die Magento-Rechnung und/oder der Magento-Versand nicht automatisch erstellt wurden, können Sie diese mithilfe der entsprechenden Optionen aus dem Drop-down-Menü „Aktion“ manuell erstellen.Hinweis: Das automatische Erstellen von Magento-Bestellungen, von Magento-Rechnungen und des Magento-Versands erfolgt entsprechend den Einstellungen für das Amazon-Konto unter %s > „Konfiguration“ > „Amazon-Konten“ > „Bestellungen“."
+"Amazon Order","Amazon-Bestellung"
+"View On Amazon","Bei Amazon aufrufen"
+"Sale Time","Uhrzeit des Verkaufs"
+"Update Time","Zeit aktualisieren"
+"Reservation Time","Reservierungszeit"
+"Order Status","Bestellstatus"
+"Invoice Unconfirmed","Rechnung noch nicht bestätigt"
+"Account","Konto"
+"Buyer Information","Bestimmte Käufer nicht akzeptieren"
+"Customer Name","Name des Kunden"
+"Shipping Address","Lieferadresse"
+"Payment Information","Zahlungsinformationen"
+"Order Currency","Währung der Bestellung"
+"Attention!","Wichtiger Hinweis!"
+"Order currency is not enabled in Magento. Please, enable it in System -> Configuration -> Currency Setup.","Die Währung dieser Bestellung ist in Magento nicht aktiviert. Aktivieren Sie sie unter System -> Konfiguration -> Währungseinstellungen."
+"There's no rate for Order currency in Magento. Please, add currency convert rate in System -> Manage Currency -> Rates.","Es wurde kein Wechselkurs für die Währung von Bestellungen in Magento festgelegt. Bitte wählen Sie einen Wechselkurs unter System -> Währungen verwalten -> Wechselkurse."
+"Shipping & Handling Information","Verpackungs- und Versandinformationen"
+"Shipping Service","Versandart"
+"Shipping Cost","Versandkosten"
+"Transaction Item(s)","Artikel dieser Transaktion"
+"Log History","Verlaufsprotokoll"
+"Order Totals","Gesamtbetrag für Bestellung"
+"Subtotal","Zwischensumme"
+"Shipping & Handling","Verpackung und Versand"
+"Tax","Steuer"
+"Grand Total","Gesamtbetrag"
+"Amount Paid","Bezahlter Betrag"
+"This section allows you to set preferences of data synchronization.
+ You have to enable / disable synchronization tasks, which will be automatically performed for all Amazon accounts, and Save Settings .
+ To run necessary task manually, click the Run Now button, to run all tasks at once, click Run Enabled Now .
+ Note: Cron job must be set up for automatic synchronization. Otherwise, you will have to perform the synchronization manually.","In diesem Abschnitt können Sie die Einstellungen für die Synchronisierung von Daten festlegen. Sie müssen Synchronisierungsaufgaben aktivieren/deaktivieren, die automatisch für alle Amazon-Verkäuferkonten durchgeführt werden, und anschließend die Einstellungen speichern . Um erforderliche Aufgaben manuell auszuführen, klicken Sie auf Jetzt ausführen . Klicken Sie auf Aktivierte jetzt ausführen , um alle Aufgaben auf einmal auszuführen. Hinweis: Für die automatische Synchronisierung muss ein Cronjob eingerichtet werden. Andernfalls müssen Sie die Synchronisierung manuell durchführen."
+"If catalog updates in your magento performed using import/export tools, custom scripts or direct changes in database,
+ then, you can use ""Track Direct Database Changes"" %s functionality to detect changes in products' price and quantity.","Wenn Katalogaktualisierungen in Magento unter Verwendung von Import-/Exporttools, benutzerdefinierten Scripts oder direkten Änderungen in der Datenbank durchgeführt werden, können Sie die %s-Funktion „Direkte Änderungen in der Datenbank nachverfolgen“ verwenden, um Preis- und Stückzahländerungen bei den Produkten aufzuspüren."
+"Updates and synchronizes Amazon Listings according to Synchronization Templates' rules.","Aktualisiert und synchronisiert Amazon-Angebote entsprechend den Regeln der Synchronisierungsvorlage."
+"If your Amazon listings for some reason were asynchronized with the products in Magento, turn on the Revise All action to catch data up.
+ Revise is performed by the Inventory Synchronization, 100 items per a cycle.
+
+ ","Wenn Ihre Amazon-Angebote aus irgendeinem Grund nicht mehr mit den Produkten in Magento synchron sind, aktivieren Sie die Aktion „Alle überarbeiten“, um die Daten zu synchronisieren. Die Überarbeitung erfolgt durch die Funktion „Warenbestand synchronisieren“, wobei jeweils 100 Artikel auf einmal überarbeitet werden. "
+"In Progress, start date - ","In Bearbeitung, Startdatum - "
+"Finished, end date - ","Abgeschlossen, Enddatum - "
+"Imports and synchronizes Amazon Orders for accounts, which have enabled Import Amazon Orders in their Accounts settings.","Importiert und synchronisiert Amazon-Bestellungen für Konten, bei denen in den Kontoeinstellungen die Option „Amazon-Bestellungen importieren“ aktiviert ist."
+"Imports and synchronizes 3rd Party Listings for Amazon accounts, which have enabled Import 3rd Party Listings in their Accounts settings.","Importiert und synchronisiert Drittanbieter-Angebote für Amazon-Konten, bei denen in den Kontoeinstellungen „Angebote von Drittanbietern importieren“ aktiviert ist."
+"Click 'Confirm' and Revise will be performed by the Inventory Synchronization, 100 items per a cycle.","Wenn Sie auf „Bestätigen“ klicken, werden die Angebote durch die Funktion „Warenbestand synchronisieren“ überarbeitet – jeweils 100 Artikel auf einmal."
+"Cancel","Abbrechen"
+"New ASIN Templates","„Neue ASIN“-Vorlagen"
+"These type of templates is used for creation of new products on Amazon.
+
+ to create a new template, click on Add New ASIN Template ;
+ to assign one of the existing templates to products click on Assing To This Template link.
+
+ Note: Attribute Sets of New ASIN Template must include all Attribute Sets of current M2E Listing to be assigned.","Diese Art von Vorlagen wird zum Erstellen neuer Produkte auf Amazon verwendet. Wenn Sie eine neue Vorlage erstellen möchten, klicken Sie auf Neue ASIN-Vorlage hinzufügen . Wenn Sie stattdessen eine der vorhandenen Vorlagen verwenden möchten, klicken Sie auf den Link Dieser Vorlage zuweisen . Hinweis: Um zugewiesen werden zu können, müssen Attributsets von „Neue ASIN“-Vorlagen alle Attributsets des aktuellen M2E-Angebots enthalten."
+"Description is used to design your items' description on Amazon. The more information you provide the easier it is for buyers to make a choice.
+ It is possible to choose a Product Description or Product Short Description, which will be taken from Magento. Or you can create a Custom Description by adding necessary information.","Die Beschreibung wird für den Entwurf Ihrer Artikelbeschreibung bei Amazon verwendet. Je mehr Informationen Sie bereitstellen, desto einfacher haben es Käufer bei der Auswahl. Sie können Produktbeschreibungen oder kurze Produktbeschreibungen aus Magento wählen. Alternativ können Sie eine eigene Beschreibung erstellen, indem Sie wichtige Informationen hinzufügen."
+"Please enter a number 0 or greater in this field.","Bitte geben Sie in diesem Feld eine Zahl gleich oder größer als 0 ein."
+"Please enter a number 0.01 or greater in this field.","Bitte geben Sie in diesem Feld eine Zahl gleich oder größer als 0,01 ein."
+"Item Details","Angebotsdetails "
+"Custom Title","Eigene Überschrift"
+"Item's title that buyers will see on Amazon listing.","Die Artikelbezeichnung, die Käufer bei dem Amazon-Angebot sehen werden."
+"Brand","Marke"
+"Custom Brand","Individuelle Marke"
+"Brand of the product(s). Max. 50 characters.","Marke der Produkte. Max. 50 Zeichen."
+"Manufacturer","Hersteller"
+"Custom Manufacturer","Individueller Hersteller"
+"Manufacturer of the product(s). Max. 50 characters.","Der Hersteller der Produkte. Max. 50 Zeichen."
+"Manufacturer Part Number","Referenznummer des Herstellers"
+"Manufacturer Part Number of the product(s). Max. 40 characters.","Referenznummer des Herstellers für das bzw. die Produkte. Max. 40 Zeichen."
+"Package Quantity","Packungsstückzahl"
+"The number of units included in the item you are offering for sale, such that each unit
+ is packaged for individual sale.","Die Anzahl der Einheiten, die in dem von Ihnen zum Verkauf angebotenen Artikel enthalten sind, wobei jede Einheit für den Einzelverkauf verpackt ist."
+"Choose the attribute that contains Package Quantity.","Wählen Sie das Attribut aus, das die Packungsstückzahl enthält."
+"Number of Items","Artikelanzahl"
+"The number of discrete items included in the item you are offering for sale,
+ such that each item is not packaged for individual sale.
+
+ For ex. , if you are selling a case of 10 packages of socks,
+ and each package contains
+ 3 pairs of socks, the case would have Package Quantity = 10 and Number of Items = 30.
+ ","Die Anzahl der separaten Artikel, die in dem von Ihnen zum Verkauf angebotenen Artikel enthalten sind, wobei die Artikel jeweils nicht für den Einzelverkauf verpackt sind. Beispiel: Sie verkaufen einen Karton mit 10 Packungen Socken und jede Packung enthält 3 Paar Socken. Dann würde für den Karton Folgendes gelten: Packungsstückzahl = 10 und Artikelanzahl = 30. "
+"Choose the attribute that contains Number Of Items.","Wählen Sie das Attribut aus, das die Artikelanzahl enthält."
+"Package Weight","Packungsgewicht"
+"Package Weight of the product(s).","Packungsgewicht des bzw. der Produkte."
+"Package Weight Units","Packungsgewichtseinheiten"
+"GR","g"
+"KG","kg"
+"OZ","oz"
+"LB","lb"
+"MG","MG"
+"Shipping Weight","Versandgewicht"
+"Shipping Weight of the product(s).","Versandgewicht des bzw. der Produkte"
+"Shipping Weight Units","Versandgewichtseinheiten"
+"Keywords","Suchbegriffe"
+"Target Audience","Zielgruppe"
+"For whom the product is intended.","Personenkreis, an den sich das Produkt richtet"
+"Search Terms Mode","Suchbegriffmodus"
+"Custom Search Terms","Individuelle Suchbegriffe"
+"Provide specific search terms to help customers find your product(s) on Amazon.","Geben Sie konkrete Suchbegriffe ein, damit Kunden Ihr(e) Produkt(e) einfacher bei Amazon finden."
+"Value #%s","Wert #%s"
+"Max. 50 characters.","Max. 50 Zeichen."
+"Images","Bilder"
+"Main Image","Hauptbild"
+"Product Base Image","Produkthauptbild"
+"Image you will see on your Amazon listing.","Das Bild, das in Ihrem Amazon-Angebot zu sehen sein wird."
+"Product Image Attribute","Attribut des Produktbilds"
+"Choose Media Image Attribute or Attribute, that contains absolute url.
+ i.e. http://mymagentostore.com/images/baseimage.jpg","Wählen Sie ein Attribut für Bilddateien oder ein Attribut, das aus einer URL besteht. z. B. http://mymagentostore.com/images/baseimage.jpg"
+"Additional Images","Weitere Bilder"
+"Product Images","Produktbilder"
+"Additional Images Attribute","Attribut für weitere Bilder"
+"Choose Text, Multiple Select or Dropdown type attribute. In Text type attribute urls must be separated with comma.
+ e.g. http://mymagentostore.com/images/baseimage1.jpg, http://mymagentostore.com/images/baseimage2.jpg"," Wählen Sie ein Attribut vom Typ Text, Mehrfachauswahl oder Drop-down. In Attributen vom Typ Text müssen URLs durch Kommata getrennt werden. z.B. http://mymagentostore.com/images/baseimage1.jpg, http://mymagentostore.com/images/baseimage2.jpg"
+"Additional Images Quantity","Anzahl weiterer Bilder"
+"Up to","Bis zu"
+"The number of Additional Images. The images will be taken from Magento Product settings.","Anzahl weiterer Bilder Die Bilder werden den Magento-Produkteinstellungen entnommen."
+"Bullet Points","Gliederungspunkte"
+"Bullet Points Mode","Modus der Gliederungspunkte"
+"Custom Bullet Points","Eigene Gliederungspunkte"
+"Allows highlighting some of the product's most important qualities.","Gibt Ihnen die Möglichkeit, einige der wichtigsten Produkteigenschaften hervorzuheben."
+"Max. 100 characters.","Max. 100 Zeichen."
+"Description Source","Quelle der Produktbeschreibung"
+"Product Description","Produktbeschreibung"
+"Product Short Description","Kurze Produktbeschreibung"
+"Custom Description","Eigene Beschreibung"
+"Description is limited to 2'000 characters.","Die Beschreibung darf nicht länger als 2.000 Zeichen sein."
+"Custom Description Inserts","Einfügen einer eigenen Beschreibung"
+"Attributes related to the previously chosen Attribute Set.","Attribut, das mit dem zuvor gewählten Attributset verwandt ist."
+"This tab contains the main information on products you want to list: Attribute Set
+ (it must be the same as M2E Listing has to be assigned), UPC / EAN Settings and
+ Category in which the products have to be listed.
+The category either can be chosen by Browsing all categories from the list or can be found with Searching
+ tool by entering keywords.","Diese Registerkarte enthält die Hauptinformationen zu den Produkten, die Sie einstellen möchten: Attributset (muss dasselbe sein, das dem M2E-Angebot zugewiesen ist), UPC/EAN-Einstellungen und Kategorie, in der die Produkte eingestellt werden müssen. Die Kategorie kann entweder durch manuelles Durchsuchen aller Kategorien in der Liste ausgewählt werden oder mittels entsprechender Suchbegriffe über die Suchfunktion gefunden werden."
+"Please enter a number 1 or greater in this field.","Bitte geben Sie in diesem Feld eine Zahl gleich oder größer als 1 ein."
+"This category is not supported at the moment, as it contains variational items only. Please select another category.","Diese Kategorie wird derzeit nicht unterstützt, da sie ausschließlich Artikel mit Varianten enthält. Bitte wählen Sie eine andere Kategorie aus."
+"Search For Category","Kategorie durchsuchen"
+"You should select Category first","Sie müssen zuerst eine Kategorie auswählen"
+"This is a required field. Please press Choose button.","Dies ist ein Pflichtfeld. Klicken Sie auf „Wählen“."
+"The specified title is already used for another New ASIN Template.","Die angegebene Bezeichnung wird bereits für eine andere Neue ASIN-Vorlage verwendet."
+"Please enter at least 3 letters.","Geben Sie mindestens 3 Zeichen ein."
+"Internal Error. Please try again later.","Interner Fehler. Bitte versuchen Sie es später noch einmal."
+"Incorrect data.","Inkorrekte Daten."
+"Choose","Wählen"
+"Optional Specifics","Optionale Merkmale"
+"Recommended Values","Empfohlene Werte"
+"Allowed Values","Zulässige Werte"
+"Definition:","Erklärung:"
+"Tips:","Tipps:"
+"Examples:","Beispiele: "
+"Helpful Info:","Hilfreiche Informationen:"
+"Desired","Gewünscht"
+"Short meaningful template title for your internal use.","Kurze und aussagekräftige Vorlagenbezeichnung zu Ihrer internen Verwendung."
+"Attribute Sets of products which will be listed on Amazon using this template.","Attributsets von Produkten, die mithilfe dieser Vorlage bei Amazon eingestellt werden sollen."
+"or","oder"
+"UPC / EAN Settings","UPC/EAN-Einstellungen"
+"UPC / EAN Exemption","UPC/EAN-Ausnahme"
+"Most categories require sellers to use a standard product ID, such as a UPC or EAN, when creating new product pages or matching to existing pages in the Amazon catalog. In the case of private label brands or specialized products, some categories may allow sellers to request exemptions to list products that do not have standard product IDs.
+ If you sell products that do not have UPCs, please contact Amazon to request an exemption.","In den meisten Kategorien müssen Verkäufer eine Standard-Produkt-ID, wie z.B. einen UPC oder eine EAN, verwenden, wenn sie neue Produktseiten erstellen oder mit vorhandenen Seiten im Amazon-Katalog abgleichen. Verkäufer, die Eigenmarken oder spezielle Produkte verkaufen möchten, für die es keine Standard-Produkt-ID gibt, können in einigen Kategorien die Befreiung von der Pflicht zur Angabe einer Standard-Produkt-ID beantragen. Wenn Sie Produkte verkaufen, für die es keinen UPC gibt, wenden Sie sich zwecks Befreiung von der Pflicht zur Angabe der Kennung an Amazon."
+"Product ID Override","Product ID Override (Produkt-ID-Befreiung)"
+"The exemption option approved by Amazon. Should be set to None when not known.","Die von Amazon genehmigte Produkt-ID-Befreiung. Sollte auf „Keine“ gesetzt werden, wenn nicht bekannt."
+"Choose the department your product belongs to and then choose the category you need. Press the Confirm button.","Wählen Sie die Abteilung aus, zu der Ihr Produkt gehört, und wählen Sie dann die entsprechende Kategorie aus. Klicken Sie auf „Bestätigen“."
+"Subcategory","Unterkategorie"
+"Enter the words, which describe the best your product and click on the Search button.
+ Founded categories will be displayed for selection.","Geben Sie eine passende Beschreibung für Ihr Produkt ein und klicken Sie auf „Suchen“. Die gefundenen Kategorien werden angezeigt und sind auswählbar."
+"Enter Keywords","Geben Sie Suchbegriffe ein"
+"Adding specific item details will attract your buyers and help them to find your items.","Fügen Sie Angebotsdetails hinzu, um das Angebot für Käufer interessanter zu gestalten und sorgen Sie dafür, dass es leichter zu finden ist."
+"Total digits (not more):","Max. Zeichenzahl:"
+"Type: Numeric.","Typ: Numerisch"
+"Min:","Min:"
+"Max:","Max:"
+"Can take any value.","Keine Beschränkungen für den Wert."
+"Two uppercase letters or ""unknown"".","Zwei Großbuchstaben oder „unbekannt“."
+"Type: String.","Typ: Zeichenfolge"
+"Min length:","Min. Zeichenzahl:"
+"Max length:","Max. Zeichenzahl:"
+"Type: Date time. Format: YYYY-MM-DD hh:mm:ss","Typ: Datum Uhrzeit, Format: JJJJ-MM-TT hh:mm:ss"
+"Type: Numeric floating point.","Typ: Numerischer Fließkommawert"
+"Decimal places (not more):","Max. Dezimalstellen:"
+"Specifics Configuration","Konfiguration von Merkmalen"
+"Selling Format Template contains price-related data and quantity for the items, which will be listed on Amazon.
+Next to each price options dropdown there is a box for Price Change. Price Change is a value you want the Magento Price to be modified while listing on Amazon.
+Examples:
+If you want the price on Amazon to be greater by 15% than the price in Magento, you should set +15% in the Price Change field.
+Amazon Price = Magento Price + Magento Price * 0.15
+
+If you want the price on Amazon to be less by 10 currency units than the price in Magento, you should set -10 in the Price Change field.
+Amazon Price = Magento Price - 10
+
+If you want the price on Amazon to be multiplied by coefficient 1.2, you should set 1.2 in the Price Change field.
+
+Amazon Price = Magento Price * 1.2.
+
+Note: If the Special Price is chosen in the Price option, but it is not set in Magento Product settings or it is set but it has already expired, the Product Price is used instead.
+ If the Special Price is chosen in the Sale Price option, its Magento From , To dates are ignored. Only the value is used. When the Sale Price has expired, the Price is used.
+
+Note: Attributes must contain only numeric values.
+","Die Angebotsformatvorlage enthält Daten zu Preisen und Stückzahlen der Artikel, die bei Amazon eingestellt werden. Neben jedem Drop-down-Menü für die Preisoptionen befindet sich jeweils ein Feld für Preisänderungen. In den Preisänderungen können Sie Werte festlegen, falls Sie den Preis aus Magento-Angeboten beim Einstellen bei Amazon ändern möchten.Beispiele: Wenn der Preis bei Amazon 15 % höher als der Preis in Magento sein soll, können Sie im Feld „Preisänderung“ „+15 %“ angeben.Amazon-Preis = Magento-Preis + Magento-Preis × 0,15 Wenn der Preis bei Amazon 10 Währungseinheiten niedriger als der Preis in Magento sein soll, müssen Sie im Feld „Preisänderung“ „-10“ angeben.Amazon-Preis = Magento-Preis – 10 Wenn der Preis bei Amazon mit dem Koeffizienten 1,2 multipliziert werden soll, müssen Sie im Feld „Preisänderung“ „1,2“ angeben.Amazon-Preis = Magento-Preis × 1,2 Hinweis: Wenn Sie als Wert für die Option Preis „Sonderpreis“ festgelegt haben, die Option aber nicht in den Produkteinstellungen in Magento festgelegt wurde oder bereits abgelaufen ist, wird stattdessen die Einstellung „Produktpreis“ verwendet. Wenn Sie als Wert für die Option Verkaufspreis „Sonderpreis“ festgelegt haben, werden die Magento-Angaben für den Zeitraum ignoriert. Nur der Wert wird in diesem Fall berücksichtigt. Wenn der Verkaufspreis nicht mehr gültig ist, wird stattdessen der Artikelpreis verwendet.Hinweis: Attribute dürfen nur numerische Werte enthalten."
+"The price of products in Amazon listing(s).","Der Preis der Produkte in Amazon-Bestellungen."
+"The price of products in Amazon listing(s).Note: The Final Price is only used for Simple Products.","Der Preis der Produkte in Amazon-Bestellungen.Hinweis: Der Endpreis wird nur für einfache Produkte verwendet."
+"The price, at which you want to sell your product(s) at specific time.","Der Preis, zu dem Sie Ihre Produkte zu einem bestimmten Zeitpunkt verkaufen möchten."
+"The price, at which you want to sell your product(s). at specific time.Note: The Final Price is only used for Simple Products.","Der Preis, zu dem Sie Ihre Produkte zu einem bestimmten Zeitpunkt verkaufen möchten.Hinweis: Der Endpreis wird nur für einfache Produkte verwendet."
+"Add Selling Format Template.","Angebotsformatvorlage hinzufügen."
+"The specified title is already used for other template. Template title must be unique.","Die eingegebene Bezeichnung wird bereits für eine andere Vorlage verwendet. Die Vorlagenbezeichnung muss einzigartig sein."
+"You should select Attribute Sets first and press Confirm button.","Sie müssen zuerst die Attributdatensätze wählen und dann auf „Bestätigen“ klicken."
+"Coefficient is not valid.","Koeffizient ist nicht gültig."
+"Wrong value. Only integer numbers.","Falscher Wert. Nur Ganzzahlen."
+"Product Attribute Sets","Produktattributdatensätze"
+"Attribute Sets of products which will be listed on Amazon using this template.","Attributsets von Produkten, die mithilfe dieser Vorlage bei Amazon eingestellt werden sollen."
+"Quantity","Stückzahl"
+"Product QTY","Produktmenge"
+"Single Item","Bei einzelnem Artikel"
+"Custom QTY Number","Mengenangabe für eigene Stückzahl"
+"Custom QTY Attribute","Attribut für eigene Stückzahl"
+"Products quantity in Amazon listing(s).","Produktmengen in Amazon-Angeboten"
+"Conditional Quantity","Bedingte Stückzahl"
+"Enables to set the quantity that will be sent on Amazon.","Ermöglicht die Festlegung der Stückzahl, die an Amazon gesendet wird ."
+"Max Quantity to Be Listed","Maximal einzustellende Stückzahl"
+"If you have 5 pieces in stock but set a max qty of 2 to be listed, a qty of 2 will be listed on Amazon.
+ If you have 1 piece in stock but max qty is set to 3, only 1 will be listed on Amazon.","Wenn Sie zwar 5 Stück auf Lager haben, aber als maximal einzustellende Stückzahl 2 angeben, werden bei Amazon 2 Stück eingestellt. Wenn Sie ein (1) Stück auf Lager haben und die maximal einzustellende Stückzahl auf drei (3) festgelegt ist, wird nur ein (1) Stück bei Amazon eingestellt."
+"Product Price","Produktpreis"
+"Special Price","Sonderpreis"
+"Absolute figure (+8,-3), percentage (+15%, -20%) or currency rate (1.44)","Absolute Zahl (+8, -3), Prozentbeträge (+15 %, -20 %) oder Wechselkurs (1,44)"
+"Custom Price Attribute","Benutzerdefiniertes Preisattribut"
+"Variation Price Source","Preis der Variante"
+"Main Product","Hauptprodukt"
+"Determines where the price for Configurable and Bundle products options should be taken from.","Legt fest, woher der Preis für die Option für konfigurierbare und gebündelte Produktoptionen übernommen werden soll."
+"Sale Price","Verkaufspreis"
+"Custom Sale Price Attribute","Benutzerdefiniertes Verkaufspreisattribut"
+"Start Date","Startdatum"
+"Time and date when the Sale Price will be displayed on Amazon.","Zeitpunkt (Datum und Uhrzeit), zu dem der Verkaufspreis bei Amazon angezeigt werden soll."
+"Start Date Value","Wert für Startdatum"
+"Start Date Attribute","Attribut für Startdatum"
+"End Date","Angebotsende"
+"Time and date when the Sale Price will be hidden on Amazon.","Zeitpunkt (Datum und Uhrzeit), zu dem der Verkaufspreis bei Amazon nicht mehr angezeigt werden soll."
+"End Date Value","Wert des Enddatum"
+"Synchronization Template includes rules and conditions which determine Listing behavior on Amazon.
+ List, Revise, Relist and Stop Rules have to be specified in this template.
+ List Action - at first this action to be executed for each item in M2E Listings, which has Not Listed status and its settings meet the List Condition. If an item was not listed for some reason, autosynchronization will attempt
+ to list it again only if Product Status, Stock Availability or Quantity is changed.
+
+ Note: Inventory Synchronization setting must be enabled in Synchronization (Configuration > Synchronization).
+ Otherwise, Synchronization Template Rules will not take effect.","Synchronisierungsvorlagen enthalten Regeln und Bedingungen für das Einstellen bei Amazon. In dieser Vorlage müssen Regeln für das Einstellen, Bearbeiten, Wiedereinstellen und Anhalten angegeben werden. Aktion „Einstellen“ : Diese Aktion muss zunächst für jeden Artikel aus den M2E-Angeboten durchgeführt werden, dessen Status Nicht eingestellt lautet und dessen Einstellungen die Bedingung für das Einstellen erfüllen. Wenn ein Artikel aus irgendeinem Grund nicht eingestellt wurde, versucht die automatische Synchronisierung diesen Artikel nur dann erneut einzustellen, wenn sich Produktstatus, Verfügbarkeit oder Stückzahl geändert haben. Hinweis: Die Einstellung „Warenbestand synchronisieren“ muss unter „Konfiguration“ > „Synchronisierung“ aktiviert werden. Andernfalls können die Regeln der Synchronisierungsvorlage nicht angewendet werden."
+"Add Synchronization Template.","Synchronisierungsvorlage hinzufügen."
+"Wrong time format string.","Ungültiges Zeitformat."
+"Must be greater than ""Min"".","Muss größer als „Min.“ sein."
+"Inconsistent settings in Relist and Stop rules.","Einstellungen in den Regeln für das Überarbeiten und für das Anhalten passen nicht zueinander."
+"List Action","Aktion „Einstellen“"
+"Enables / disables automatic listing of Not Listed items, when they meet the List Conditions.","Aktiviert/deaktiviert das automatische Einstellen von Artikeln mit dem Status Nicht eingestellt , wenn diese die Bedingungen für das Einstellen erfüllen."
+"List Conditions","Bedingungen für das Einstellen"
+"Product Status","Produktstatus"
+"Any","Beliebig"
+"Product Status at which the item(s) have to be listed.","Produktstatus, bei dem der/die Artikel eingestellt werden soll/sollen."
+"Stock Availability at which the item(s) have to be listed.","Verfügbarkeit, bei der der/die Artikel eingestellt werden soll/sollen."
+"Less","Weniger"
+"More or Equal","Mehr oder gleich"
+"Between","Zwischen"
+"Product(s) quantity at which the item(s) have to be listed.","Produktstückzahl, bei der der/die Artikel eingestellt werden soll/sollen."
+"Min Quantity","Min. Stückzahl"
+"Max Quantity","Max. Stückzahl"
+"Relist Rules define the conditions at which Amazon items will be relisted.
+ ","Die Regeln für das Wiedereinstellen geben die Bedingungen vor, unter denen Amazon-Artikel wiedereingestellt werden. "
+"Relist Action","Aktion „Wiedereinstellen“"
+"Enables/Disables the Relist action for the Listings, which use current Synchronization Template.","Aktiviert/Deaktiviert die Aktion „Wiedereinstellen“ für die Angebote, die die aktuelle Synchronisierungsvorlage verwenden."
+"Relist When Stopped Manually","Wiedereinstellen, wenn manuell angehalten"
+"Automatically relists item(s) even it has been stopped manually within M2EPro.","Stellt Artikel automatisch wieder ein, auch wenn diese manuell in M2E Pro angehalten wurden."
+"Relist Conditions","Bedingungen für Wiedereinstellen"
+"Product Status at which the item(s) have to be relisted.","Produktstatus, bei dem Artikel wiedereingestellt werden sollen."
+"Stock Availability at which the item(s) have to be relisted.","Verfügbarkeit, bei der Artikel wiedereingestellt werden sollen."
+"Product(s) quantity at which the item(s) have to be relisted.","Produktmenge, bei der Artikel wiedereingestellt werden sollen."
+"Revise Rules are the conditions, at which automatic full and partial listings revising features are enabled.
+ If the certain condition is enabled (Yes is chosen in appropriate line) and met,
+then Amazon Listings, which were listed using current Synchronization Template,
+will be automatically fully or partially updated.
+
+ Partial Revise - contains list of product details, which changes you want to be reflected on Amazon.
+ Full Revise - contains groups of M2E settings. If any data of these groups (Selling Format Template, Listing Channel Settings) is changed, then listings, which use these templates in their settings, will be automatically fully revised.
+ ","Regeln für das Überarbeiten sind die Bedingungen, die erfüllt sein müssen, damit Angebote automatisch ganz oder teilweise bearbeitet werden. Wenn die jeweilige Bedingung aktiviert ist (also in der entsprechenden Zeile Ja ausgewählt wurde) und das Angebot die Bedingung erfüllt, werden Amazon-Angebote, die mit der aktuellen Synchronisierungsvorlage eingestellt wurden, automatisch vollständig oder teilweise aktualisiert. Teilweise überarbeiten : Enthält eine Liste von Produktdetails, mit deren Hilfe Sie festlegen können, welche Änderungen in Amazon übernommen werden sollen. Vollständig überarbeiten : Enthält Gruppen von M2E-Einstellungen. Wenn Daten aus diesen Gruppen (Angebotsformatvorlage, Channel-Einstellungen für das Angebot) geändert werden, werden Angebote, die diese Vorlagen in ihren Einstellungen verwenden, vollständig überarbeitet. "
+"Partial Revise","Teilweise überarbeiten"
+"Automatically revises quantity on Amazon listing(s) when the quantity or attribute for quantity of its product is changed in Magento.","Die Stückzahlen von Amazon-Angeboten werden automatisch überarbeitet, wenn die Mengen oder Mengenattribute der verknüpften Produkte in Magento geändert werden."
+"Conditional Revise","Bedingtes Bearbeiten"
+"Updates Amazon qty only when the Condition you set below is met.
+ Note: By using this option you can significantly increase Synchronization performance.","Aktualisiert die Stückzahl bei Amazon, wenn die von Ihnen nachstehend festgelegte Bedingung erfüllt ist. Hinweis: Wenn Sie diese Option verwenden, können Sie die Synchronisierungsleistung erheblich steigern."
+"Revise When Less or Equal to","Bearbeiten, wenn weniger oder gleich"
+"The value should not be too high (i.e. 100). Recommended value is in range 10 - 20.","Der eingestellte Wert sollte nicht zu hoch sein (d. h. beispielsweise nicht 100). Empfohlen wird ein Wert zwischen 10 und 20."
+"Automatically revises price on Amazon listing(s) when the price(s) or attribute(s) for price(s) of its product is (are) changed in Magento.","Die Preise von Amazon-Angeboten werden automatisch überarbeitet, wenn die Preise oder Preisattribute der verknüpften Produkte in Magento geändert werden."
+"Full Revise","Vollständig überarbeiten"
+"Automatically revises Amazon listing(s) if its Selling Format Template was changed.","Amazon-Angebote werden automatisch überarbeitet, wenn die zugrundeliegende Angebotsformatvorlage geändert wird."
+"Listing Channel Settings","Channel-Einstellungen für das Angebot"
+"Automatically revises Amazon listing(s) if its Listing Settings was changed.","Amazon-Angebote werden automatisch überarbeitet, wenn die zugrundeliegenden Angebotseinstellungen geändert werden."
+"Stop Rules define the conditions when Amazon items listing must be
+ inactivated, depending on Magento product state.
+ Note: If all Stop Conditions are set to No or No Action , then the stop option for Amazon items is disabled.
+ If all Stop Conditions are enabled, then an item will be inactivated if at least one of the Stop Conditions is met.","Die Regeln für das Anhalten definieren die Bedingungen, bei denen Amazon-Angebote je nach ihrem Magento-Produktstatus deaktiviert werden müssen. Hinweis: Wenn für alle Bedingungen für das Anhalten Nein oder Keine Aktion festgelegt ist, dann wird die Option für das Anhalten von Amazon-Artikeln deaktiviert. Wenn alle Bedingungen für das Anhalten aktiviert sind, wird ein Artikel deaktiviert, sobald mindestens eine der Bedingungen erfüllt ist."
+"Stop Conditions","Bedingungen für das Anhalten"
+"Stop When Status Disabled","Bei Status „Deaktiviert“ anhalten"
+"Automatically stops item(s) if its status has been changed to 'Disabled' in Magento.","Artikel werden automatisch angehalten, wenn ihr Status in Magento zu „Deaktiviert“ geändert wurde."
+"Stop When Out Of Stock","Bei Status „Nicht mehr vorrätig“ anhalten"
+"Automatically stops item(s) if its stock availability has been changed to 'Out of Stock' in Magento.","Artikel werden automatisch angehalten, wenn ihre Verfügbarkeit in Magento auf „Nicht mehr vorrätig“ geändert wurde."
+"Stop When QTY Is","Anhalten, wenn Stückzahl"
+"Less or Equal","Weniger oder Gleich"
+"More","Mehr"
+"Automatically stops item(s) if its quantity has been changed and meets the conditions.","Artikel werden automatisch angehalten, wenn die Stückzahl in geändert wurde und die festgelegten Bedingungen erfüllt."
+"On this page you have to fill in general information on your Rakuten.com account and provide all necessary accesses for the further work.","Auf dieser Seite müssen Sie allgemeine Angaben zu Ihrem Rakuten.com-Konto machen und alle notwendigen Zugriffe für die weitere Arbeit bereitstellen."
+"Invalid format of Seller ID field. It must be numeric.","Ungültiges Format des Feldes „Verkäufer-ID“. Der Wert muss numerisch sein."
+"You must enable marketplace first.","Sie müssen zuerst den Marktplatz aktivieren."
+"M2E Pro was not able to get access to the Rakuten.com account. Please, make sure, that you enter correct Rakuten.com Seller Tools login and password.","M2E Pro konnte nicht auf das Rakuten.com-Konto zugreifen. Kontrollieren Sie noch einmal Ihre Anmeldeinformationen für die Rakuten.com-Verkäufertools und geben Sie sie erneut ein."
+"M2E Pro was not able to get access to the Rakuten.com account. Please, make sure, that you enter correct Rakuten.com FTP login and password.","M2E Pro konnte nicht auf das Rakuten.com-Konto zugreifen. Kontrollieren Sie noch einmal Ihre Anmeldeinformationen für den Rakuten.com-FTP-Server und geben Sie sie erneut ein."
+"Title or identifier of Rakuten.com account for your internal use.","Bezeichnung oder ID des Rakuten.com-Kontos zu Ihrer internen Verwendung."
+"Marketplace is disabled","Marktplatz ist deaktiviert"
+"Disable Marketplace","Marktplatz deaktivieren"
+"You must select and update Rakuten.com marketplace to get access to this section.","Sie müssen den Rakuten.com-Marktplatz wählen und aktualisieren, um auf diesen Bereich zugreifen zu können."
+"Web Access","Webzugang"
+"Login","Login-Name"
+"Login to your Rakuten.com account.","Login-Name für Ihr Rakuten.com-Konto"
+"Password","Passwort"
+"Password to your Rakuten.com account.","Passwort für Ihr Rakuten.com-Konto"
+"FTP Access","FTP-Zugang"
+"To get FTP credentials, email the Rakuten.com merchant integration team at
+ mp-integration@mail.rakuten.com with your Seller ID and Rakuten.com login email address.","Um Ihre FTP-Anmeldedaten zu erhalten, wenden Sie sich unter mp-integration@mail.rakuten.com an das Händlerintegrationsteam von Rakuten.com und geben Sie Ihre Verkäufer-ID und Ihre Rakuten.com-Login-E-Mail-Adresse an."
+"Login to your FTP panel.","Login-Name für Ihr FTP-Panel"
+"Password to your FTP panel.","Passwort für Ihr FTP-Panel"
+"Inventory, Orders And New SKU FTP Accesses","FTP-Zugänge für Warenbestand, Bestellungen und neue Artikelnummeren"
+"FTP Accesses","FTP-Zugänge"
+"All these actions must be allowed to your Rakuten.com Account by Rakuten first.","Alle diese Aktionen für Ihr Rakuten.com-Konto müssen zunächst von Rakuten erlaubt werden."
+"FTP Inventory Access","FTP-Zugang für Warenbestand"
+"Set Yes , if you have enabled inventory generation option on your FTP.","Wählen Sie Ja , wenn Sie auf Ihrem FTP die Option zur Warenbestandsgenerierung aktiviert haben."
+"FTP Orders Access","FTP-Zugang für Bestellungen"
+"Set Yes , if you have enabled orders generation option on your FTP.","Wählen Sie Ja , wenn Sie auf Ihrem FTP die Option zur Bestellungsgenerierung aktiviert haben."
+"FTP New SKU Access","FTP-Zugang für neue Artikelnummeren"
+"Set Yes , if you have enabled new SKU creation option on your FTP.
+ Note: The access of getting new SKU must be taken from Rakuten.com","Wählen Sie Ja , wenn Sie auf Ihrem FTP die Option zum Erstellen neuer Artikelnummeren aktiviert haben. Hinweis: Der Zugang zum Abrufen neuer Artikelnummeren muss von Rakuten.com genommen werden."
+"The 3rd Party Listings are the items, which were listed on Rakuten.com without using M2E Pro extension.
+To allow importing of these listings for the current Rakuten.com Account, set Import 3rd Party Listings to Yes .
+Imported Listings can be found in %1$s > Manage Listings > 3rd Party Listings.
+Note: The 3rd Party Listings Synchronization must be enabled in %1$s > Configuration > Synchronization.
+To map the products of the 3rd Party Listings with existing products in Magento by Reference ID, Rakuten.com Listing title or Rakuten.com SKU, set Product Mapping to Yes and choose appropriate attribute(s).
+A Magento product will be mapped if at least one of the chosen attributes meets the same value in Rakuten.com Listing as it has in Magento.
+
+After mapping the Rakuten.com Listing can be automatically moved from the 3rd Party Listings to M2E Pro Listings for further management.
+
+Note: Auto mapping and moving actions are performed only once during the first 3rd Party Listings Synchronization.
+Afterwards, it can be performed manually on the 3rd Party Listings page (%1$s > Manage Listings > 3rd Party Listings).","Die Angebote von Drittanbietern sind die Artikel, die ohne M2E Pro bei Rakuten.com eingestellt wurden. Wenn Sie den Import dieser Angebote für das aktuelle Rakuten.com-Konto zulassen möchten, wählen Sie Ja für „Angebote von Drittanbietern importieren“. Importierte Angebote finden Sie unter %1$s > Angebote verwalten > Angebote von Drittanbietern.Hinweis: Die Synchronisierung von Drittanbieterangeboten muss unter %1$s > „Konfiguration“ > „Synchronisierung“ aktiviert werden. Um die Produkte aus Angeboten von Drittanbietern mit vorhandenen Produkten in Magento über die Referenznummer, Rakuten.com-Artikelbezeichnung oder Rakuten.com-Artikelnummer verknüpfen zu können, müssen Sie für „Produktzuordnung“ Ja festlegen und die entsprechenden Attribute wählen. Produkte in Magento werden zugeordnet, wenn mindestens eines der gewählten Attribute bei Rakuten.com denselben Wert wie in Magento hat. Nach der Zuordnung kann das Rakuten.com-Angebot automatisch aus den Angeboten von Drittanbietern in die Liste der M2E Pro-Angebote verschoben und dort weiter verwaltet werden.Hinweis: Das automatische Zuordnen und Verschieben erfolgt nur einmalig bei der ersten Synchronisierung der Angebote von Drittanbietern. Anschließend kann die Zuordnung manuell auf der Seite der Angebote von Drittanbietern durchgeführt werden (%1$s > Angebote verwalten > Angebote von Drittanbietern)."
+"Maps Rakuten.com product with Magento product.","Ordnet Rakuten.com-Produkte Magento-Produkten zu."
+"Attributes Of Mapping Rakuten.com Items To Magento Products","Attribute für die Zuordnung von Rakuten.com-Artikeln zu Magento-Produkten"
+"Auto Moving Mapped Rakuten.com Items To M2E Listings","Automatisches Verschieben zugeordneter Rakuten.com-Artikel in M2E-Angebote"
+"This section allows you automatically move mapped Rakuten.com Items in default created M2E Listing and synchronize their Prices and Quantities with Magento values at once they have been moved.","In diesem Abschnitt können Sie zugeordnete Rakuten.com-Artikel automatisch in vorhandene M2E-Angebote verschieben und nach dem Verschieben deren Preise und Stückzahlen alle auf einmal mit Magento-Werten synchronisieren."
+"Move Mapped Rakuten.com Items","Zugeordnete Rakuten.com-Artikel verschieben"
+"Automatically moves Rakuten.com Listings from 3rd Party Listings to default created M2E Listing.","Verschiebt Rakuten.com-Angebote von Angeboten von Drittanbietern automatisch in vorhandene M2E-Angebote."
+"Updates Price and / or Quantity of Rakuten.com Listing with Magento values.","Aktualisiert Preis und/oder Stückzahl des Rakuten.com-Angebots entsprechend den Werten in Magento."
+"This tab contains settings of Rakuten.com Orders, Rakuten.com Customers import; Magento Orders and Products creation.
+If you set Import Rakuten.com Orders to Yes , a new Rakuten.com order will be imported to the system and can be found in %1$s > Sales > Orders.
+It is possible to allow auto creation of Magento Orders based on imported Rakuten.com Orders for products listed by Other Software.
+Note: The Product Stock QTY only reduces after Magento Order is created.
+These type of orders can be managed as typical Magento Orders in Magento > Sales > Orders.
+Note: To receive orders from Rakuten.com, Order Synchronization must be enabled in %1$s > Configuration > Synchronization.","Diese Registerkarte enthält Einstellungen von Rakuten.com-Bestellungen, importierten Rakuten.com-Kundendaten, Magento-Bestellungen und Produkterstellungsdaten. Wenn Sie Ja für „Rakuten.com-Bestellungen importieren“ wählen, werden neue Rakuten.com-Bestellungen in das System importiert. Diese sind anschließend unter %1$s > „Verkäufe“ > „Bestellungen“ zu finden. Für Produkte, die mit anderer Software eingestellt wurden, können Magento-Bestellungen basierend auf importierten Rakuten.com-Bestellungen automatisch erstellt werden.Hinweis: Die Stückzahl der verfügbaren Artikel wird erst nach der Erstellung der Magento-Bestellung reduziert. Diese Art von Bestellungen kann als typische Magento-Bestellung unter Magento > Verkäufe > Bestellungen verwaltet werden.Hinweis: Um Bestellungen von Rakuten.com übernehmen zu können, muss die Bestellungssynchronisierung unter %1$s > „Konfiguration“ > „Synchronisierung“ aktiviert sein."
+"Import Rakuten.com Orders","Rakuten.com-Bestellungen importieren"
+"Allows importing orders from Rakuten.com to M2E Pro.","Ermöglicht das Importieren von Bestellungen aus Rakuten.com in M2E Pro."
+"If Store View has to be automatically taken from the listing or manually chosen from available Store View values.","Legen Sie fest, ob die Shop-Ansicht automatisch aus dem Angebot übernommen oder manuell aus den verfügbaren Werten für Shop-Ansichten gewählt werden soll."
+"Note: Only simple products without variations can be created in Magento. If there is a product with variations on Rakuten.com, M2E Pro creates different simple products for each variation.","Hinweis: In Magento können nur einfache Produkte ohne Varianten erstellt werden. Wenn ein Produkt mit Varianten bei Rakuten.com eingestellt ist, erstellt M2E Pro für jede Variante ein anderes einfaches Produkt."
+"There are several ways to specify a customer for which Magento Orders will be created:
+
+ Guest Account - the system does not require a customer account to be created. Default Guest Account will be defined as a customer.
+ Note: The Guest Checkout option must be enabled in Magento. (Yes must be chosen in the Allow Guest Checkout option in Magento > System > Configuration > Sales > Checkout tab).
+ Predefined Customer - the system uses one predefined customer for all Rakuten.com orders related to this account. You will be required
+ to provide an ID of the existing Customer, which you can find in Magento > Customers > Manage Customers table.
+ Create New - a new customer will be created in Magento, using Rakuten.com customer data of Rakuten.com Order.
+ Note: A unique customer identifier is his e-mail address. If the one already exists among Magento customers e-mails,
+ the system uses this customer as owner of order and links order to him. A new customer will not be created.
+ ","Es gibt verschiedene Möglichkeiten, einen Kunden anzugeben, für den Magento-Bestellungen erstellt werden: Gästekonto : Das System verlangt nicht, dass ein Kundenkonto angelegt wird. Standard-Gästekonten werden als Kundenkonten definiert. Hinweis: Die Option für die Kaufabwicklung mit einem Gästekonto muss in Magento aktiviert werden. (Wählen Sie dazu Ja als Wert für die Option „Verkaufsabwicklung mit Gästekonto erlauben“ unter Magento > „System“ > „Konfiguration“ > „Verkäufe“ > „Verkaufsabwicklung“). Vordefinierter Kunde : Das System verwendet für alle mit diesem Konto verbundenen Rakuten.com-Bestellungen einen vordefinierten Kunden. Sie müssen eine ID für das existierende Kundenkonto eingeben. Diese finden Sie in der Tabelle Magento > „Kunden“ > „Kunden verwalten“. Neu erstellen : In Magento wird mithilfe der Rakuten.com-Kundendaten der Rakuten.com-Bestellung ein neuer Kunde angelegt. Hinweis: Eine eindeutige Kunden-ID ist zum Beispiel die E-Mail-Adresse des Kunden. Wenn es unter den Magento-Kunden bereits jemanden mit der angegebenen E-Mail-Adresse gibt, behandelt das System diesen Kunden als Besteller und verknüpft die Bestellung mit dessen Konto. Es wird kein neuer Kunde erstellt. "
+"This section allows you to choose tax settings for Magento Order:
+
+ Rakuten.com - Magento Order(s) uses tax settings from Rakuten.com Listing(s).
+ Magento - Magento Order(s) uses Magento tax settings.
+ Rakuten.com & Magento - if there are tax settings in Rakuten.com Order, they are used in Magento Order(s), otherwise, Magento tax settings are used.
+ None - Rakuten.com and Magento tax settings are ignored.
+
+ ","In diesem Abschnitt können Sie die Besteuerungseinstellungen für Magento-Bestellungen auswählen: Rakuten.com : Für Magento-Bestellungen werden die Besteuerungseinstellungen aus Rakuten.com-Angeboten verwendet. Magento : Für Magento-Bestellungen werden die Besteuerungseinstellungen aus Magento verwendet. Rakuten.com und Magento : Wenn die Rakuten.com-Bestellung Besteuerungseinstellungen enthält, werden diese in Magento-Bestellungen verwendet. Andernfalls werden die Magento-Besteuerungseinstellungen verwendet. Keine : Die Besteuerungseinstellungen von Rakuten.com und Magento werden ignoriert. "
+"Rakuten.com","Rakuten.com"
+"Rakuten.com & Magento","Rakuten.com und Magento"
+"In this block you can configure mapping between Rakuten.com Order state and Magento Order statuses.
+ Depending on the state of Rakuten.com Order you can either manually determine certain statuses for Magento Order and enable automatic Invoice
+ creation by selecting appropriate check-box, or use predefined default settings. (i.e. Rakuten.com: Order is Pending -> Magento Order is Processing). ","In diesem Abschnitt wird die Zuordnung des Status von Rakuten.com-Bestellungen zum Status von Magento-Bestellungen konfiguriert. Je nach Status der Rakuten.com-Bestellung können Sie bestimmte Statuseinstellungen von Magento-Bestellungen manuell festlegen und die automatische Rechnungserstellung aktivieren, indem Sie die entsprechenden Kontrollkästchen aktivieren oder die vordefinierten Standardeinstellungen verwenden (z.B. Rakuten.com: Bestellung ist ausstehend -> Magento-Bestellung wird verarbeitet). "
+"Order Status is Open","Bestellstatus ist offen"
+"Actions, which have to be done on products added to categories.","Aktionen, die für zu Kategorien hinzugefügte Produkte ausgeführt werden sollen."
+"Stop on Rakuten.com","Bei Rakuten.com anhalten"
+"Stop on Rakuten.com and Delete from Listing","Bei Rakuten.com anhalten und aus Angebot löschen"
+"This section contains Rakuten.com Listings, which belong to registered Rakuten.com Accounts (%1$s > Configuration > Rakuten.com Accounts) and were listed not by M2E Pro extension.
+You can map these Listings to existing products in Magento and move them to another M2E Listings for further management. For that use single actions on appropriate Listing record or use mass Actions in the top right corner.
+Note: To import Rakuten.com 3rd Party Listings the 3rd Party Listings Import must be enabled in account's settings
+(%1$s > Configuration > Rakuten.com Accounts > General tab) and the 3rd Party Listings Synchronization must be enabled in %1$s > Configuration > Synchronization.","Dieser Abschnitt enthält Rakuten.com-Angebote von registrierten Rakuten.com-Konten (%1$s > „Konfiguration“ > „Rakuten.com-Konten“), die nicht mit M2E Pro eingestellt wurden. Sie können die Angebote Produkten zuordnen, die in Magento vorhanden sind, und sie zur weiteren Verwaltung in andere M2E-Angebote verschieben. Führen Sie dazu Einzelaktionen am entsprechenden Angebotsdatensatz aus oder verwenden Sie die für mehrere Angebote gleichzeitig durchführbaren Aktionen oben rechts in der Ecke.Hinweis: Um Rakuten.com-Angebote von Drittanbietern importieren zu können, müssen Sie den Import von Angeboten von Drittanbietern in den Kontoeinstellungen (%1$s > „Konfiguration“ > „Rakuten.com-Konten“ > Registerkarte „Allgemeines“) sowie die Synchronisierung von Angeboten von Drittanbietern (%1$s > „Konfiguration“ > „Synchronisierung“) aktivieren."
+"Enter product name, Rakuten.com SKU, ISBN or UPC","Geben Sie eine Produktbezeichnung, eine Rakuten.com-Artikelnummer, eine ISBN oder einen UPC ein."
+"There was an error during previous automatic Rakuten.com SKU search:","Bei der vorherigen automatischen Rakuten.com-SKU-Suche ist ein Fehler aufgetreten:"
+"Assign Rakuten.com SKU Manually","Rakuten.com-Artikelnummer manuell zuweisen"
+"Allows searching Rakuten.com SKU by data that will be specified on the next step.","Ermöglicht die Suche nach Rakuten.com-Artikelnummeren mithilfe von Daten, die im nächsten Schritt eingegeben werden."
+"Assign Rakuten.com SKU Automatically","Rakuten.com-Artikelnummer automatisch zuweisen"
+"Allows searching Rakuten.com SKU by data, that have already been specified in Listing Search settings.","Ermöglicht die Suche nach Rakuten.com-Artikelnummeren mithilfe von Daten, die bereits zuvor in den Einstellungen für die Angebotssuche eingegeben wurden."
+"Add New Rakuten.com SKU (Beta)","Neue Rakuten.com-Artikelnummer hinzufügen (Betaversion)"
+"Allows adding a product, which is not present on Rakuten.com. Rakuten.com SKU will be generated and returned back by Rakuten.com.","Ermöglicht das Hinzufügen von Produkten, die nicht bei Rakuten.com vorhanden sind. Es wird eine Rakuten.com-Artikelnummer angelegt und von Rakuten.com zurückgegeben."
+"This section contains Rakuten.com Channel, Product Search, Shipping and Condition settings.
+
+ In the General section you have to specify Rakuten.com Account, which listed items will be related to, and the Reference ID for its products.
+ In the Search Settings you have to specify the identifiers, at which products will be searched on Rakuten.com.
+ In the Shipping section you have to specify Shipping information.
+ The Condition section allows specifying item(s) condition and making notes to better describe the condition.
+
+ Note: Not Set and Not Set / Not Changeable options are used for the 3rd Party Listings mainly. If these options are chosen, Rakuten.com will be used as a master record.","Dieser Abschnitt enthält Einstellungen zum Rakuten.com-Channel, zur Produktsuche, zum Versand und zum Artikelzustand. Im Abschnitt „Allgemeines“ müssen Sie das Rakuten.com-Konto, mit dem die einzustellenden Artikel verknüpft sind, sowie die Referenznummer für die Produkte angeben. Geben Sie in den Sucheinstellungen die Identifikatoren ein, mit deren Hilfe die Produkte anschließend bei Rakuten.com gesucht werden. Im Abschnitt „Versand“ müssen Sie die Versandinformationen angeben. Im Abschnitt „Zustand“ können sie Angaben zum Zustand der Artikel machen und Anmerkungen für eine bessere Beschreibung des Artikelzustands hinzufügen. Hinweis: Die Optionen Nicht festgelegt und Nicht festgelegt/Nicht änderbar werden hauptsächlich für die Angebote von Drittanbietern verwendet. Wenn diese Optionen aktiviert sind, wird Rakuten.com als Masterdatensatz verwendet."
+"UPC Attribute","Attribut „UPC“"
+"Rakuten.com SKU Attribute","Attribut „Rakuten.com-Artikelnummer“"
+"Seller SKU Attribute","Attribut „Verkäufer-Artikelnummer“"
+"ISBN Attribute","Attribut „ISBN“"
+"Must be not more than 250 characters long.","Diese sollten maximal 250 Zeichen lang sein."
+"Must be positive number.","Muss eine positive Zahl sein."
+"Rakuten.com Account","Rakuten.com-Konto"
+"Rakuten.com accounts previously added in Configuration > Accounts.","Rakuten.com-Konten, die zuvor in „Konfiguration“ > „Konten“ hinzugefügt wurden."
+"A unique ID, which identify a product in your Rakuten.com seller inventory.
+ Note: If you list a product and M2E Pro find a product with the same Reference ID in Rakuten.com inventory, they will be mapped.","Eindeutige ID, die ein Produkt in Ihrem Rakuten.com-Verkäuferwarenbestand identifiziert. Hinweis: Wenn Sie ein Produkt einstellen und M2E Pro im Rakuten.com-Warenbestand ein Produkt mit derselben Referenznummer findet, werden die Produkte einander zugeordnet."
+"Reference ID Attribute","Attribut „Referenznummer“"
+"Generate Reference ID","Referenznummer erstellen"
+"If Yes , then if the Reference ID of the product you list is found in the 3rd Party or M2E Listings, another one will be automatically created and the product will be listed.","Wenn für diese Option Ja festgelegt ist und die Referenznummer des Produkts, das Sie einstellen, in Angeboten von Drittanbietern oder M2E-Angeboten gefunden wird, wird automatisch eine andere Referenznummer erstellt und das Produkt wird eingestellt."
+"Search Products on Rakuten.com","Nach Produkten bei Rakuten.com suchen"
+"Before the list action, each product in listing must have existing Rakuten.com SKU.
+This section contains parameters for action ""Assign Rakuten.com SKU Automatically","Vor dem Einstellen muss jedem Produkt im Angebot eine vorhandene Rakuten.com-Artikelnummer zugewiesen werden. Dieser Abschnitt enthält Parameter für die Aktion „Rakuten.com-Artikelnummer automatisch zuweisen“."
+"Identifiers","Identifikatoren"
+"UPC","UPC"
+"Seller SKU","Verkäufer-Artikelnummer"
+"ISBN","ISBN"
+"Parameter the product search will be performed by.","Parameter, anhand dessen die Produktsuche ausgeführt wird."
+"Specify the attribute, which contains necessary information.","Geben Sie das Attribut an, das die erforderlichen Informationen enthält."
+"If no results are found by the search criteria above, the additional search will be performed by Magento Product Name.","Wenn die Suche mithilfe der Suchkriterien oben erfolglos ist, wird zusätzlich die Suche anhand der Magento-Produktbezeichnung durchgeführt."
+"Shipping Settings","Versandeinstellungen"
+"Shipping","Versand"
+"This section determines information about how your products will be shipped.
+
+ In each method you can choose:
+
+ Not Set / Not Changeable - is used for the 3rd Party Listings mainly. If this option is chosen, Rakuten.com will be used as a master record.
+ Disable - disables Shipping method.
+ Free - automatically sets zero value for Shipping Cost.
+ Rakuten.com Settings - uses settings, which you have set in your seller account settings on Rakuten.com.
+ Custom Value - allows setting Shipping Cost manually.
+ Custom Attribute - allows setting Shipping Cost from the chosen attribute.
+
+ ","Dieser Abschnitt enthält Angaben dazu, wie Ihre Produkte verschickt werden. Bei jeder Methode können Sie zwischen folgenden Optionen wählen: Nicht festgelegt/Nicht änderbar : Wird hauptsächlich für die Angebote von Drittanbietern verwendet. Wenn diese Option aktiviert ist, wird Rakuten.com als Masterdatensatz verwendet. Deaktivieren : Deaktiviert die Versandmethode. Kostenlos : Setzt den Wert für „Versandkosten“ automatisch auf Null (0). Rakuten.com-Einstellungen : Verwendet die Einstellungen, die Sie in Ihren Verkäuferkontoeinstellungen bei Rakuten.com festgelegt haben. Benutzerdefinierter Wert : Erlaubt es Ihnen, die Versandkosten manuell festzulegen. Benutzerdefiniertes Attribut : Erlaubt es Ihnen, die Versandkosten aus dem gewählten Attribut festzulegen. "
+"Shipping Method","Versandmethode"
+"Mode","Modus"
+"Cost","Kosten"
+"Free","Kostenlos"
+"Rakuten.com Settings","Rakuten.com-Einstellungen"
+"Condition of the product(s) you want to list on Rakuten.com.
+ Note: Not Set is used for the 3rd Party Listings mainly. If this option is chosen, Rakuten.com will be used as a master record.","Der Zustand der Produkte, die Sie bei Rakuten.com einstellen möchten. Hinweis: Nicht festgelegt wird hauptsächlich für die Angebote von Drittanbietern verwendet. Wenn diese Option aktiviert ist, wird Rakuten.com als Masterdatensatz verwendet."
+"Condition of the product(s) you want to list on Rakuten.com.
+ Note: Condition of Active Items cannot be changed.","Der Zustand der Produkte, die Sie bei Rakuten.com einstellen möchten. Hinweis: Der Zustand noch eingestellter Artikel ist nicht änderbar."
+"Comment","Kommentar"
+"Short description of item(s) condition.
+ Note: Not Set / Not Changeable is used for the 3rd Party Listings mainly. If this option is chosen, Rakuten.com will be used as a master record.","Eine kurze Beschreibung des Artikelzustands. Hinweis: Nicht festgelegt/Nicht änderbar wird hauptsächlich für Angebote von Drittanbietern verwendet. Wenn diese Option aktiviert ist, wird Rakuten.com als Masterdatensatz verwendet."
+"Comment Text","Kommentartext"
+"Description of the condition of the item(s).","Beschreibung des Artikelzustands"
+"Comment Attribute","Kommentarattribut"
+"This section allows you to create a Listing. Listing is a group of items, which have the same
+ Attribute Set and were combined to be listed on Rakuten.com.
+ Creating a Listing requires two types of templates (Selling Format and Synchronization) to be created in advance,
+ that allows reaching a high level of flexibility in listing and synchronization processes.
+
+ It is also possible to create templates by clicking the Add New button next to the appropriate template option. Do not forget to press
+ the Refresh button after the new template creation in order to see the newly added template in the dropdown list.
+ In the Listing Configuration block you are required to choose appropriate Selling Format Template, which determines quantity and price related data of your Rakuten.com Listings.
+
+
+ In the Synchronization Settings block you are required to choose a Synchronization Template and its settings.
+ This determines the actions, which have to be done on the Rakuten.com Listings depending on any changes of their products happened in Magento,
+ and of their templates that are used in the Listing Configuration settings. ","In diesem Abschnitt können Sie Angebote erstellen. Das Angebot vereint eine Gruppe von Artikeln, die über dasselbe Attributset verfügen und für das Einstellen bei Rakuten.com zusammengefasst wurden. Um ein Angebot erstellen zu können, müssen zuvor zwei Vorlagen („Angebotsformat“ und „Synchronisierung“) erstellt werden, die die Angebotserstellung und -synchronisierung erheblich flexibler und einfacher machen. Sie können auch Vorlagen erstellen, indem Sie neben der entsprechenden Vorlagenoption auf Neue hinzufügen klicken. Vergessen Sie nicht, nach der Erstellung der Vorlage auf Aktualisieren zu klicken, um die neu hinzugefügte Vorlage in der Drop-down-Liste angezeigt zu bekommen. Im Abschnitt „Angebotskonfiguration“ müssen Sie die entsprechende Vorlage für das Angebotsformat auswählen, die stückzahl- und preisbezogene Daten für Ihre Rakuten.com-Angebote vorgibt. Im Abschnitt für die Synchronisierungseinstellungen müssen Sie eine Synchronisierungsvorlage und die dazugehörigen Einstellungen wählen. Hier legen Sie fest, was mit den Angeboten bei Rakuten.com geschehen soll, wenn Änderungen an den zugeordneten Produkten in Magento und deren in den Einstellungen für die Angebotskonfiguration verwendeten Vorlagen vorgenommen wurden. "
+"Attribute Set of products, which will be listed on Rakuten.com in this Listing.","Attributset von Produkten, die in diesem Angebot bei Rakuten.com eingestellt werden."
+"M2E Pro - Rakuten.com/Magento Integration : Listings","M2E Pro – Rakuten.com/Magento-Integration: Angebote"
+"Listing is a group of items, which have the same Attribute Set and were combined to be listed on Rakuten.com.
+
+ Creating a Listing requires two types of templates to be created in advance.
+ You can use the same template for similar products you want to list on Rakuten.com and don’t have to enter the same information over and over again for each product you want to list.
+
+ Templates you’ll need in order to list on Rakuten.com:
+
+
+ Selling Format Template contains information about quantity and price-related data.
+ Synchronization Template controls how the information between Rakuten.com and Magento is synchronized and in which cases Rakuten.com listings are revised, relisted or stopped. This template is not bound to a product group with a specific attribute set, so it’s likely that you’ll only need one template to begin with.
+
+
+ Note: Only simple products are supported in current version.
+ ","Das Angebot vereint eine Gruppe von Artikeln, die über dasselbe Attributset verfügen und für das Einstellen bei Rakuten.com zusammengefasst wurden. Um ein Angebot erstellen zu können, müssen zuvor zwei Vorlagentypen erstellt werden. Sie können dieselbe Vorlage für ähnliche Produkte, die Sie bei Rakuten.com einstellen möchten, wiederverwenden und müssen so nicht für jedes Produkt immer wieder dieselben Informationen eingeben. Vorlagen, die Sie zum Einstellen bei Rakuten.com benötigen: Vorlage für das Angebotsformat : Enthält Informationen zu stückzahl- und preisbezogenen Daten. Synchronisierungsvorlage : Steuert, wie die Informationen zwischen Rakuten.com und Magento synchronisiert werden und in welchen Fällen Rakuten.com-Angebote bearbeitet, wiedereingestellt oder angehalten werden. Die Verwendung dieser Vorlage ist nicht auf eine bestimmte Produktgruppe oder ein Attributset beschränkt, sodass Sie fürs Erste mit hoher Wahrscheinlichkeit nur eine Vorlage benötigen werden. Hinweis: In der aktuellen Version werden nur einfache Produkte unterstützt. "
+"This section contains information about product items of chosen listing and their statuses on Rakuten.com.
+You can manage items by choosing appropriate actions from the Actions dropdown of the grid and manage Listing and its settings by using buttons in the top right corner.","Dieser Abschnitt enthält Informationen zu Artikeln aus ausgewählten Angeboten und deren Status bei Rakuten.com. Mithilfe der passenden Aktionen aus dem Dropdown-Menü für Aktionen können Sie Ihre Artikel verwalten und für die Verwaltung und Einstellungen von Angeboten stehen Ihnen oben rechts diverse Optionen und Schaltflächen zur Verfügung."
+"Recipient Name","Name des Empfängers"
+"Company","Unternehmen"
+"This page contains all orders imported from Rakuten.com.
+Use Rakuten.com Accounts dropdown to filter Rakuten.com orders by accounts.
+If Magento Order or Invoice was not created automatically,
+you can create them manually by using appropriate options in the Action dropdown.
+Note: Automatic creation of Magento Orders and Invoices executes according to Rakuten.com Accounts settings in %s > Configuration > Rakuten.com Accounts > Orders.","Diese Seite enthält alle aus Rakuten.com importierten Bestellungen. Verwenden Sie das Drop-down-Menü „Rakuten.com-Konten“, um Ihre Rakuten.com-Bestellungen nach Konten zu filtern. Falls die Magento-Bestellung oder -Rechnung nicht automatisch erstellt wurde, können Sie diese mithilfe der entsprechenden Optionen aus dem Drop-down-Menü „Aktion“ manuell erstellen.Hinweis: Das automatische Erstellen von Magento-Bestellungen und -Rechnungen erfolgt entsprechend den Einstellungen für das Rakuten.com-Konto unter %s > „Konfiguration“ > „Rakuten.com-Konten“ > „Bestellungen“."
+"Rakuten.com Order","Rakuten.com-Bestellung"
+"T","Di"
+"Shipping & Handling","Verpackung und Versand"
+"This section allows you to set preferences of data synchronization.
+ You have to enable / disable synchronization tasks, which will be automatically performed for all Rakuten.com accounts, and Save Settings .
+ To run necessary task manually, click the Run Now button, to run all tasks at once, click Run Enabled Now .
+ Note: Cron job must be set up for automatic synchronization. Otherwise, you will have to perform the synchronization manually.","In diesem Abschnitt können Sie die Einstellungen für die Synchronisierung von Daten festlegen. Sie müssen Synchronisierungsaufgaben aktivieren/deaktivieren, die automatisch für alle Rakuten.com-Verkäuferkonten durchgeführt werden, und anschließend die Einstellungen speichern . Um erforderliche Aufgaben manuell auszuführen, klicken Sie auf Jetzt ausführen . Klicken Sie auf Aktivierte jetzt ausführen , um alle Aufgaben auf einmal auszuführen. Hinweis: Für die automatische Synchronisierung muss ein Cronjob eingerichtet werden. Andernfalls müssen Sie die Synchronisierung manuell durchführen."
+"If catalog updates in your magento performed using import/export tools, custom scripts or direct changes in database,
+ then, you can use ""Track Direct Database Changes"" %s functionality to detect changes in products' price and quantity.","Wenn Katalogaktualisierungen in Magento unter Verwendung von Import-/Exporttools, benutzerdefinierten Scripts oder direkten Änderungen in der Datenbank durchgeführt wurden, können Sie die %s-Funktion „Direkte Änderungen in der Datenbank nachverfolgen“ verwenden, um Preis- und Stückzahländerungen bei den Produkten aufzuspüren."
+"Updates and synchronizes Rakuten.com Listings according to Synchronization Templates' rules.","Aktualisiert und synchronisiert Rakuten.com-Angebote nach den Regeln der Synchronisierungsvorlagen."
+"If your Rakuten.com listings for some reason were asynchronized with the products in Magento, turn on the Revise All action to catch data up.
+ Revise is performed by the Inventory Synchronization, 100 items per a cycle.
+
+ ","Wenn Ihre Rakuten.com-Angebote aus irgendeinem Grund nicht mehr mit den Produkten in Magento synchron sind, aktivieren Sie die Aktion „Alle überarbeiten“, um die Synchronität wiederherzustellen. Die Überarbeitung erfolgt durch die Funktion „Warenbestand synchronisieren“, wobei jeweils 100 Artikel auf einmal überarbeitet werden. "
+"Imports and synchronizes Rakuten.com Orders for accounts, which have enabled Import Rakuten.com Orders in their Accounts settings.","Importiert und synchronisiert Rakuten.com-Bestellungen für Konten, für die in den Kontoeinstellungen „Rakuten.com-Bestellungen importieren“ aktiviert ist."
+"Imports and synchronizes 3rd Party Listings for Rakuten.com accounts, which have enabled Import 3rd Party Listings in their Accounts settings.","Importiert und synchronisiert Angebote von Drittanbietern für Rakuten.com-Konten, für die in den Kontoeinstellungen „Angebote von Drittanbietern importieren“ aktiviert ist."
+"New SKU Template (Beta)","Neue Artikelnummer-Vorlage (Betaversion)"
+"These type of templates is used for creation of new products on Rakuten.com.
+
+ to create a new template, click on Add New SKU Template ;
+ to assign one of the existing templates to products click on Assing To This Template link.
+
+ Note: Attribute Sets of New ASIN Template must include all Attribute Sets of current M2E Listing to be assigned.","Diese Art von Vorlagen wird zum Erstellen neuer Produkte bei Rakuten.com verwendet. Wenn Sie eine neue Vorlage erstellen möchten, klicken Sie auf „Neue Artikelnummer“-Vorlage hinzufügen . Wenn Sie stattdessen eine der vorhandenen Vorlagen verwenden möchten, klicken Sie auf den Link Dieser Vorlage zuweisen . Hinweis: Um zugewiesen werden zu können, müssen Attributsets von „Neue ASIN“-Vorlagen alle Attributsets des aktuellen M2E-Angebots enthalten."
+"Specifics' Attributes","Attribute von Merkmalen"
+"At least one of the following attributes must be chosen:","Mindestens eines der folgenden Attribute muss ausgewählt werden:"
+"At least one of these attributes is required.","Mindestens eines dieser Attribute muss festgelegt werden."
+"Multiple values ​​must be separated by comma.","Wenn mehrere Werte festgelegt werden, müssen diese durch Kommas getrennt werden."
+"Any integer value","Beliebige Ganzzahl"
+"Any decimal value","Beliebige Dezimalzahl"
+"Any string value","Beliebiger Zeichenfolgenwert"
+"The category does not have attributes.","Die Kategorie hat keine Attribute."
+"Select Category first.","Wählen Sie zuerst eine Kategorie aus."
+" Description is used to design your items' description on Rakuten.com. The more information you provide the easier it is for buyers to make a choice.
+
+
+ It is possible to choose a Product Description or Product Short Description, which will be taken from Magento. Or you can create a Custom Description by adding necessary information.
+ "," Die Beschreibung wird für den Entwurf Ihrer Artikelbeschreibung bei Rakuten.com verwendet. Je mehr Informationen Sie bereitstellen, desto einfacher haben es Käufer bei der Auswahl. Sie können Produktbeschreibungen oder kurze Produktbeschreibungen aus Magento wählen. Alternativ können Sie eine eigene Beschreibung erstellen, indem Sie wichtige Informationen hinzufügen. "
+"Details","Details"
+"Item's title that buyers will see on Rakuten.com listing.","Die Artikelbezeichnung, die Käufer im Rakuten.com-Angebot sehen werden."
+"The name of the brand/manufacturer of your product.","Der Name der Marke bzw. des Herstellers Ihres Produkts."
+"Manufacturer Name","Herstellername"
+"Manufacturer Part No.","Referenznr. des Herstellers"
+"The unique part number assigned to the product by the manufacturer.
+ Use only numbers and letters without spaces.","Die eindeutige Referenznummer des Herstellers für das Produkt. Es sind nur Ziffern und Buchstaben ohne Leerzeichen zulässig."
+"Weight","Gewicht"
+"The shipping weight in pounds for product(s). Only numeric value.","Das Versandgewicht des bzw. der Produkte in Pfund. Der Wert muss numerisch sein."
+"Image you will see on your Rakuten.com listing.","Das Bild, das in Ihrem Rakuten.com-Angebot zu sehen sein wird."
+"Choose Media Image Attribute or Attribute, that contains absolute url.
+ i.e. http://mymagentostore.com/images/baseimage.jpg","Wählen Sie ein Attribut für Bilddateien oder ein Attribut, das aus einer URL besteht. z. B. http://mymagentostore.com/images/baseimage.jpg"
+"Choose Text, Multiple Select or Dropdown type attribute. In Text type attribute urls must be separated with comma.
+ e.g. http://mymagentostore.com/images/baseimage1.jpg, http://mymagentostore.com/images/baseimage2.jpg"," Wählen Sie ein Attribut vom Typ Text, Mehrfachauswahl oder Drop-down. In Attributen vom Typ Text müssen URLs durch Kommata getrennt werden. z.B. http://mymagentostore.com/images/baseimage1.jpg, http://mymagentostore.com/images/baseimage2.jpg"
+"Keywords And Features","Suchbegriffe und Merkmale"
+"Search keywords that will help customers to find your product. Separated by comma.","Suchbegriffe, die den Kunden beim schnelleren Finden Ihres Produkts helfen sollen. Die Begriffe sind durch Kommas voneinander zu trennen."
+"Features","Merkmale"
+"Custom Features","Individuelle Merkmale"
+"Max. 250 characters.","Max. 250 Zeichen."
+"Should be one block of text or a single paragraph. Do not use special characters and html tags.
+ Limited to 8'000 characters.","Sollte ein Textabschnitt oder ein einzelner Absatz sein. Sonderzeichen und HTML-Tags dürfen nicht verwendet werden. Auf 8.000 Zeichen begrenzt"
+"This tab contains the main information on products you want to list: Attribute Set
+ (it must be the same as M2E Listing has to be assigned), Products Identifiers and
+ Category in which the products have to be listed.
+The category either can be chosen by Browsing all categories from the list or can be found with Searching
+ tool by entering keywords.","Diese Registerkarte enthält die Hauptinformationen zu den Produkten, die Sie einstellen möchten: Attributset (muss dasselbe sein, das dem M2E-Angebot zugewiesen ist), Produktidentifikatoren und Kategorie, in der die Produkte eingestellt werden müssen. Die Kategorie kann entweder durch manuelles Durchsuchen aller Kategorien in der Liste ausgewählt werden oder mittels entsprechender Suchbegriffe über die Suchfunktion gefunden werden."
+"Invalid input data. Integer value required.","Ungültige Eingabedaten Der Wert muss eine Ganzzahl sein."
+"Invalid input data. Decimal value required. Example 12.05","Ungültige Eingabedaten Der Wert muss ein Dezimalwert sein. Beispiel 12,05"
+"Invalid input data. String value required.","Ungültige Eingabedaten Der Wert muss ein Zeichenfolgewert sein."
+"The specified title is already used for another New SKU Template.","Die angegebene Bezeichnung wird bereits für eine andere „Neue Artikelnummer“-Vorlage verwendet."
+"All of your product images should meet the following rules:","Alle Ihre Produktbilder müssen die folgenden Bedingungen erfüllen:"
+"Must be at least 500 pixels in width or height","Jedes Bild muss mindestens 500 Pixel breit oder hoch sein."
+"No more than 5 megabytes (MB) in size","Jedes Bild darf maximal 5 MB groß sein."
+"In the JPG/JPEG format","Das Bild muss im JPG/JPEG-Format vorliegen."
+"Only contain the product being sold","Das Bild darf nur das Produkt zeigen, das zum Verkauf steht."
+"Be in focus with realistic color with a pure white background","Das Bild muss scharf sein, die Farben realistisch darstellen und einen rein weißen Hintergrund haben."
+"Cannot contain additional text, graphics or inset images","Das Bild darf keinen zusätzlichen Text und keine zusätzlichen Grafiken oder eingefügten Bilder enthalten."
+"Text to describe the product. Should be one block of text or a single paragraph. Do not use special characters and html tags","Text zur Beschreibung des Produkts Sollte ein Textabschnitt oder ein einzelner Absatz sein Sonderzeichen und HTML-Tags dürfen nicht verwendet werden."
+"Notes:","Hinweise:"
+"Attribute Sets of products which will be listed on Rakuten using this template.","Attributsets von Produkten, die mithilfe dieser Vorlage bei Rakuten eingestellt werden sollen."
+"Seller defined alpha-numeric string uniquely identifying the product. Needs to be unique across all products and manufacturers.
+ Example: KDK6490CAM","Vom Verkäufer definierte alphanumerische Zeichenfolge, die das Produkt eindeutig identifiziert. Muss für alle Produkte und Hersteller eindeutig sein. Beispiel: KDK6490CAM"
+"GTIN (UPC or EAN)","GTIN (UPC oder EAN)"
+"To sell without UPC code you have to get permission from Rakuten.com.","Wenn Sie Artikel ohne UPC verkaufen möchten, müssen Sie sich dies von Rakuten.com genehmigen lassen."
+"The GTIN (UPC or EAN) compatible product identifier must be at least 12 digits in length.","Der GTIN (UPC oder EAN)-kompatible Produktidentifikator muss mindestens 12 Ziffern lang sein."
+"International book identifier. Use only digits in this field.","Internationale Produktnummer zur Identifizierung von Büchern. Verwenden Sie in diesem Feld ausschließlich Ziffern."
+"ASIN","ASIN"
+"Rakuten.com product identifier.","Rakuten.com-Produktidentifikator."
+"Product Set","Produktset"
+"Product Set ID","Produktset-ID"
+"Rakuten.com groups products together in the same family by this parameter.
+ For ex. , a product ""T-shirt"" has 4 different colors. As Rakuten.com does not have parent/child product relationships each of these products is treated as totally separate.
+ By assigning all 4 T-shirts the same Product Set ID, all of them will be placed on the same Rakuten.com web page with pull down menu of selecting color.","Rakuten.com fasst anhand dieses Parameters Produkte in einer Familie zusammen. Beispiel : Ein Produkt „T-Shirt“ hat 4 verschiedene Farben. Da Rakuten.com keine Beziehungen zwischen übergeordneten und untergeordneten Produkten kennt, wird jedes dieser Produkte als vollkommen separates Produkt behandelt. Wenn Sie allen 4 T-Shirts dieselbe Produktset-ID zuweisen, werden diese alle auf derselben Rakuten.com-Webseite mit einem Pull-down-Menü platziert, in dem die Farbe auswählbar ist."
+"Enter the words, which describe the best your product and click on the Search button.
+Founded categories will be displayed for selection. ","Geben Sie eine passende Beschreibung für Ihr Produkt ein und klicken Sie auf „Suchen“. Die gefundenen Kategorien werden angezeigt und sind auswählbar. "
+"Selling Format Template contains price-related data and quantity for the items, which will be listed on Rakuten.com.
+Next to each price options dropdown there is a box for Price Change. Price Change is a value you want the Magento Price to be modified while listing on Rakuten.com.
+Examples:
+If you want the price on Rakuten.com to be greater by 15% than the price in Magento, you should set +15% in the Price Change field.
+Rakuten.com Price = Magento Price + Magento Price * 0.15
+
+If you want the price on Rakuten.com to be less by 10 currency units than the price in Magento, you should set -10 in the Price Change field.
+Rakuten.com Price = Magento Price - 10
+
+If you want the price on Rakuten.com to be multiplied by coefficient 1.2, you should set 1.2 in the Price Change field.
+
+Rakuten.com Price = Magento Price * 1.2.
+
+Note: If the Special Price is chosen in the Price option, but it is not set in Magento Product settings or it is set but it has already expired, the Product Price is used instead.
+
+Note: Attributes must contain only numeric values.
+","Die Vorlage für das Angebotsformat enthält Daten zu Preisen und Stückzahlen der Artikel, die bei Rakuten.com eingestellt werden. Neben jedem Drop-down-Menü für die Preisoptionen befindet sich jeweils ein Feld für Preisänderungen. Im Feld „Preisänderung“ können Sie festlegen, wie sich der Preis bei Rakuten.com gegenüber dem Magento-Preis ändern soll.Beispiele: Wenn der Preis bei Rakuten.com 15 % höher als der Preis in Magento sein soll, können Sie im Feld „Preisänderung“ „+15 %“ angeben.Rakuten.com-Preis = Magento-Preis + Magento-Preis × 0,15 Wenn der Preis bei Rakuten.com 10 Währungseinheiten niedriger als der Preis in Magento sein soll, müssen Sie im Feld „Preisänderung“ „–10“ angeben.Rakuten.com-Preis = Magento-Preis – 10 Wenn der Preis bei Rakuten.com mit dem Koeffizienten 1,2 multipliziert werden soll, müssen Sie im Feld „Preisänderung“ „1,2“ angeben.Rakuten.com-Preis = Magento-Preis × 1,2 Hinweis: Wenn Sie als Wert für die Option Preis „Sonderpreis“ festgelegt haben, die Option aber nicht in den Produkteinstellungen in Magento festgelegt wurde oder bereits abgelaufen ist, wird stattdessen die Einstellung „Produktpreis“ verwendet.Hinweis: Attribute dürfen nur numerische Werte enthalten."
+"The price of products in Rakuten.com listing(s).","Der Preis der Produkte in Rakuten.com-Bestellungen."
+"The price of products in Rakuten.com listing(s).Note: The Final Price is only used for Simple Products.","Der Preis der Produkte in Rakuten.com-Bestellungen.Hinweis: Der Endpreis wird nur für einfache Produkte verwendet."
+"Attribute Sets of products which will be listed on Rakuten.com using this template.","Attributsets von Produkten, die bei Rakuten.com unter Verwendung dieser Vorlage eingestellt werden."
+"Products quantity in Rakuten.com listing(s).","Produktmengen in Rakuten.com-Angeboten."
+"Enables to set the quantity that will be sent on Rakuten.com.","Ermöglicht die Festlegung der Stückzahl, die an Rakuten.com gesendet wird ."
+"If you have 5 pieces in stock but set a max qty of 2 to be listed, a qty of 2 will be listed on Rakuten.com.
+ If you have 1 piece in stock but max qty is set to 3, only 1 will be listed on Rakuten.com.","Wenn Sie fünf (5) Stück auf Lager haben, als maximal einzustellende Stückzahl jedoch zwei (2) angeben, werden zwei (2) Stück bei Rakuten.com eingestellt. Wenn Sie ein (1) Stück auf Lager haben und die maximal einzustellende Stückzahl auf drei (3) festgelegt ist, wird nur ein (1) Stück bei Raktuen.com eingestellt."
+"Synchronization Template includes rules and conditions which determine Listing behavior on Rakuten.com.
+ List, Revise, Relist and Stop Rules have to be specified in this template.
+ List Action - at first this action to be executed for each item in M2E Listings, which has Not Listed status and its settings meet the List Condition. If an item was not listed for some reason, autosynchronization will attempt
+ to list it again only if Product Status, Stock Availability or Quantity is changed.
+
+ Note: Inventory Synchronization setting must be enabled in Synchronization (Configuration > Synchronization).
+ Otherwise, Synchronization Template Rules will not take effect.","Synchronisierungsvorlagen enthalten Regeln und Bedingungen für das Einstellen bei Rakuten.com. In dieser Vorlage müssen Regeln für das Einstellen, Bearbeiten, Wiedereinstellen und Anhalten angegeben werden. Aktion „Einstellen“ : Diese Aktion muss zunächst für jeden Artikel aus den M2E-Angeboten durchgeführt werden, dessen Status Nicht eingestellt lautet und dessen Einstellungen die Bedingung für das Einstellen erfüllen. Wenn ein Artikel aus irgendeinem Grund nicht eingestellt wurde, versucht die automatische Synchronisierung diesen Artikel nur dann erneut einzustellen, wenn sich Produktstatus, Verfügbarkeit oder Stückzahl geändert haben. Hinweis: Die Einstellung „Warenbestand synchronisieren“ muss unter „Konfiguration“ > „Synchronisierung“ aktiviert werden. Andernfalls können die Regeln der Synchronisierungsvorlage nicht angewendet werden."
+"Relist Rules define the conditions at which Rakuten.com items will be relisted. ","Die Regeln für das Wiedereinstellen geben die Bedingungen vor, unter denen Rakuten.com-Artikel wiedereingestellt werden. "
+"Revise Rules are the conditions, at which automatic full and partial listings revising features are enabled.
+ If the certain condition is enabled (Yes is chosen in appropriate line) and met,
+then Rakuten.com Listings, which were listed using current Synchronization Template,
+will be automatically fully or partially updated.
+
+ Partial Revise - contains list of product details, which changes you want to be reflected on Rakuten.com.
+ Full Revise - contains groups of M2E settings. If any data of these groups (Selling Format Template, Listing Channel Settings) is changed, then listings, which use these templates in their settings, will be automatically fully revised.
+ ","Regeln für das Überarbeiten sind die Bedingungen, die erfüllt sein müssen, damit Angebote automatisch ganz oder teilweise bearbeitet werden. Wenn die jeweilige Bedingung aktiviert ist (also in der entsprechenden Zeile Ja ausgewählt wurde) und das Angebot die Bedingung erfüllt, werden Rakuten.com-Angebote, die mit der aktuellen Synchronisierungsvorlage eingestellt wurden, automatisch vollständig oder teilweise aktualisiert. Teilweise überarbeiten : Enthält eine Liste von Produktdetails, mit deren Hilfe Sie festlegen können, welche Änderungen in Rakuten.com übernommen werden sollen. Vollständig überarbeiten : Enthält Gruppen von M2E-Einstellungen. Wenn Daten aus diesen Gruppen (Angebotsformatvorlage, Channel-Einstellungen für das Angebot) geändert werden, werden Angebote, die diese Vorlagen in ihren Einstellungen verwenden, vollständig überarbeitet. "
+"Automatically revises quantity on Rakuten.com listing(s) when the quantity or attribute for quantity of its product is changed in Magento.","Die Stückzahlen von Rakuten.com-Angeboten werden automatisch überarbeitet, wenn die Mengen oder Mengenattribute der verknüpften Produkte in Magento geändert werden."
+"Updates Rakuten.com qty only when the Condition you set below is met.
+ Note: By using this option you can significantly increase Synchronization performance.","Aktualisiert die Stückzahl bei Rakuten.com, wenn die von Ihnen nachstehend festgelegte Bedingung erfüllt ist. Hinweis: Wenn Sie diese Option verwenden, können Sie die Synchronisierungsleistung erheblich steigern."
+"Automatically revises price on Rakuten.com listing(s) when the price(s) or attribute(s) for price(s) of its product is (are) changed in Magento.","Die Preise von Rakuten.com-Angeboten werden automatisch überarbeitet, wenn die Preise oder Preisattribute der verknüpften Produkte in Magento geändert werden."
+"Automatically revises Rakuten.com listing(s) if its Selling Format Template was changed.","Rakuten.com-Angebote werden automatisch überarbeitet, wenn die zugrundeliegende Angebotsformatvorlage geändert wird."
+"Automatically revises Rakuten.com listing(s) if its Listing Settings was changed.","Rakuten.com-Angebote werden automatisch überarbeitet, wenn die zugrundeliegenden Angebotseinstellungen geändert werden."
+"Stop Rules define the conditions when Rakuten.com items listing must be
+ stopped, depending on Magento product state.
+ Note: If all Stop Conditions are set to No or No Action , then the stop option for Rakuten.com items is disabled.
+ If all Stop Conditions are enabled, then an item will be stopped if at least one of Stop Conditions is met.","Die Regeln für das Anhalten definieren die Bedingungen, bei denen Rakuten.com-Angebote je nach ihrem Magento-Produktstatus angehalten werden müssen. Hinweis: Wenn für alle Bedingungen für das Anhalten Nein oder Keine Aktion festgelegt ist, dann wird die Option für das Anhalten von Rakuten.com-Artikeln deaktiviert. Wenn alle Bedingungen für das Anhalten aktiviert sind, wird ein Artikel angehalten, sobald mindestens eine der Bedingungen erfüllt ist."
+"Please select categories.","Bitte wählen Sie die gewünschten Kategorien aus."
+"This page contains all created Listings. Use Templates filters to sort Listings by templates that they use in their settings.
+ You can perform different Actions on a single Listing or on a group of Listings.
+ Actions for a single Listing you can find in the Action column of the grid. Choose a necessary option in the appropriate Listing dropdown to execute it.
+ Mass actions are in the Actions dropdown at the top right corner of the grid. Select check-boxes of appropriate items,
+ choose an Action from the dropdown and press the Submit button.","Diese Seite enthält alle erstellten Angebote. Verwenden Sie Vorlagenfilter, um die Angebote nach den Vorlagen zu filtern, die in ihren Einstellungen verwendet werden. Sie können verschiedene Aktionen sowohl für einzelne Angebote als auch für eine Gruppe von Angeboten durchführen. Die für einzelne Angebote durchführbaren Aktionen finden Sie in der Spalte „Aktion“. Wählen Sie die Option, die Sie ausführen möchten, aus dem Dropdown-Menü für die Angebote. Die für mehrere Angebote gleichzeitig durchführbaren Aktionen finden Sie im Dropdown-Menü oben rechts in der Tabelle. Aktivieren Sie die Kontrollkästchen der entsprechenden Artikel, wählen Sie eine Aktion aus dem Drop-down-Menü „Aktion“ aus und klicken Sie auf Senden ."
+"This Log contains all information about actions, which were done on all M2E Pro Listings and their items.","Dieses Protokoll enthält alle Informationen zu Aktionen, die für M2E Pro-Angebote und ihre Artikel ausgeführt wurden."
+"This Log contains all information about actions, which were done on 3rd Party Listings.","Dieses Protokoll enthält alle Informationen zu Aktionen, die für Angebote von Drittanbietern ausgeführt wurden."
+"Edit Variation","Variante bearbeiten"
+"To list product variations you have to map each variation to a child product on Amazon.
+ Here you can edit the variations you have selected earlier.","Wenn Sie bei Amazon Produktvarianten einstellen möchten, müssen Sie jede Variante einem untergeordneten Produkt zuordnen. Hier können Sie die Varianten bearbeiten, die Sie zuvor ausgewählt haben."
+"Variations","Varianten"
+"Manage Variations","Varianten verwalten"
+"To list product variations you have to map each variation to a child product on Amazon.
+ Here you should specify the variations you want to sell. Then, use the Search ASIN/ISBN tool to map it.","Wenn Sie bei Amazon Produktvarianten einstellen möchten, müssen Sie jede Variante einem untergeordneten Produkt zuordnen. Hier sollten Sie die Varianten angeben, die Sie verkaufen möchten. Verwenden Sie dann das Tool zur ASIN/ISBN-Suche, um die Varianten zuzuordnen."
+"This section contains information on all Listings' Items.
+ You can search for necessary Items and manage them from their Listings: click on the icon in the Manage column on appropriate
+ line to navigate to the Listing, that contains chosen product.","Dieser Abschnitt enthält Informationen zu allen Angebotsartikeln. Sie können nach gewünschten Artikeln suchen und sie über ihre Angebote verwalten: Klicken Sie auf das Symbol in der entsprechenden Zeile der Spalte „Verwalten“, um zu dem Angebot mit dem ausgewählten Produkt zu navigieren."
+"Marketplaces settings have been saved.","Die Einstellungen für den Marktplatz wurden gespeichert."
+"You must select at least one marketplace you will work with.","Sie müssen mindestens einen Marktplatz auswählen, in dem Sie aktiv sein werden."
+"Another Synchronization Is Already Running.","Es wird bereits eine andere Synchronisierung ausgeführt."
+"Getting information. Please wait ...","Informationen werden abgerufen. Bitte warten Sie..."
+"Preparing to start. Please wait ...","Start wird vorbereitet. Bitte warten Sie..."
+"Synchronization has successfully ended.","Die Synchronisierung wurde abgeschlossen."
+"Synchronization ended with warnings. View log for details.","Die Synchronisierung wurde mit Warnungen abgeschlossen. Details dazu finden Sie im Protokoll ."
+"Synchronization ended with errors. View log for details.","Die Synchronisierung wurde mit Fehlern abgeschlossen. Details dazu finden Sie im Protokoll ."
+"This section allows you to set up the Marketplaces you will work with.
+ Enable certain marketplaces and press the Save And Update button in the top right corner, all necessary marketplace data will be downloaded and synchronized with M2E Pro settings.
+ It is recommended to update marketplaces when any marketplace changes are announced.
+ Note: Installation and update processes might be time-consuming, depending on the number of enabled marketplaces and your server environment.
+ ","In diesem Abschnitt können Sie die Marktplätze festlegen, in denen Sie aktiv sein werden. Aktivieren Sie die gewünschten Marktplätze und klicken Sie oben rechts auf Speichern und aktualisieren . Die Daten aller gewünschten Marktplätze werden heruntergeladen und mit den M2E Pro-Einstellungen synchronisiert. Wir empfehlen, die Marktplätze zu aktualisieren, sobald Änderungen in den Marktplätzen angekündigt werden. Hinweis: Die Installation und Aktualisierung kann je nach Menge der aktivierten Marktplätze und Ihrer Serverumgebung etwas mehr Zeit in Anspruch nehmen. "
+"This Log contains Orders history information.","Dieses Protokoll enthält historische Informationen zu Bestellungen."
+"On this page you have to provide the access to your Play.com account M2E Pro could interact with Play.com.","Auf dieser Seite müssen Sie den Zugang zu Ihrem Play.com-Konto bereitstellen, damit M2E Pro mit Play.com interagieren kann."
+"M2E Pro was not able to get access to the Play.com account. Please, make sure, that you enter correct Play.com login and password. If everything is correct but you still unable to access your account, please contact Play.com Customer Service Department on 0845 800 1020 (UK only) or +44 (0)1534 877595 (outside UK).","M2E Pro konnte nicht auf das Play.com-Konto zugreifen. Bitte vergewissern Sie sich, dass Sie die korrekten Logininformationen für Play.com eingegeben haben. Wenn alles korrekt ist, Sie aber immer noch nicht auf Ihr Konto zugreifen können, wenden Sie sich bitte an den Kundenservice von Play.com. Sie erreichen diesen unter 0845 800 1020 (innerhalb Großbritanniens und Nordirlands) oder unter +44 (0)1534 877595 (außerhalb Großbritanniens und Nordirlands)."
+"Title or identifier of Play.com account for your internal use.","Bezeichnung oder ID des Play.com-Kontos zu Ihrer internen Verwendung."
+"You must select and update Play.com marketplace to get access to this section.","Sie müssen den Play.com-Marktplatz wählen und aktualisieren, um auf diesen Bereich zugreifen zu können."
+"WEB/API Access","Web/API-Zugang"
+"Account Type","Kontotyp"
+"PlayTrade / ProTrade","PlayTrade/ProTrade"
+"Merchant Toolbox","Werkzeuge für Händler"
+"Type of your Play.com account.","Typ Ihres Play.com-Kontos"
+"Login to your Play.com account.","Login-Name für Ihr Play.com-Konto"
+"Password to your Play.com account.","Passwort für Ihr Play.com-Konto"
+"The 3rd Party Listings are the items, which were listed on Play.com without using M2E Pro extension.
+ To allow importing of these listings for the current Play.com Account, set Import 3rd Party Listings to Yes .
+ Imported Listings can be found in %1$s > Manage Listings > 3rd Party Listings.
+ Note: The 3rd Party Listings Synchronization must be enabled in %1$s > Configuration > Synchronization.
+ To map the products of the 3rd Party Listings with existing products in Magento by Reference Code, Play.com Listing title or another identifier, set Product Mapping to Yes and choose appropriate attribute(s).
+ A Magento product will be mapped if at least one of the chosen attributes meets the same value in Play.com Listing as it has in Magento.
+
+ After mapping Play.com Listing can be automatically moved from the 3rd Party Listings to M2E Pro Listings for further management.
+
+ Note: Auto mapping and moving actions are performed only once during the first 3rd Party Listings Synchronization.
+ Afterwards, it can be performed manually on the 3rd Party Listings page (%1$s > Manage Listings > 3rd Party Listings).","Die Angebote von Drittanbietern sind die Artikel, die ohne M2E Pro bei Play.com eingestellt wurden. Wenn Sie den Import dieser Angebote für das aktuelle Play.com-Konto zulassen möchten, wählen Sie Ja für „Angebote von Drittanbietern importieren“. Importierte Angebote finden Sie unter %1$s > Angebote verwalten > Angebote von Drittanbietern. Hinweis: Die Synchronisierung von Drittanbieterangeboten muss unter %1$s > „Konfiguration“ > „Synchronisierung“ aktiviert werden. Um die Produkte aus Angeboten von Drittanbietern mit vorhandenen Produkten in Magento über die Referenznummer, die Play.com-Artikelbezeichnung oder einen anderen Identifikator verknüpfen zu können, müssen Sie für „Produktzuordnung“ Ja festlegen und die entsprechenden Attribute wählen. Produkte in Magento werden zugeordnet, wenn mindestens eines der gewählten Attribute bei Play.com denselben Wert wie in Magento hat. Nach der Zuordnung kann das Play.com-Angebot automatisch aus den Angeboten von Drittanbietern in die Liste der M2E Pro-Angebote verschoben und dort weiter verwaltet werden. Hinweis: Das automatische Zuordnen und Verschieben erfolgt nur einmalig bei der ersten Synchronisierung der Angebote von Drittanbietern. Anschließend kann die Zuordnung manuell auf der Seite der Angebote von Drittanbietern durchgeführt werden (%1$s > Angebote verwalten > Angebote von Drittanbietern)."
+"Maps Play.com product with Magento product.","Ordnet Play.com-Produkte Magento-Produkten zu."
+"Attributes Of Mapping Play.com Items To Magento Products","Attribute für die Zuordnung von Play.com-Artikeln zu Magento-Produkten"
+"Auto Moving Mapped Play.com Items To M2E Listings","Automatisches Verschieben zugeordneter Play.com-Artikel in M2E-Angebote"
+"This section allows you automatically move mapped Play.com Items in default created M2E Listing and synchronize their Prices and Quantities with Magento values at once they have been moved.","In diesem Abschnitt können Sie zugeordnete Play.com-Artikel automatisch in vorhandene M2E-Angebote verschieben und nach dem Verschieben deren Preise und Stückzahlen alle auf einmal mit Magento-Werten synchronisieren."
+"Move Mapped Play.com Items","Zugeordnete Play.com-Artikel verschieben"
+"Automatically moves Play.com Listings from 3rd Party Listings to default created M2E Listing.","Verschiebt Play.com-Angebote von Angeboten von Drittanbietern automatisch in vorhandene M2E-Angebote."
+"Updates Price and / or Quantity of Play.com Listing with Magento values.","Aktualisiert Preis und/oder Menge des Play.com-Angebots entsprechend den Werten in Magento."
+"This tab contains settings of Play.com Orders, Play.com Customers import; Magento Orders and Products creation.
+If you set Import Play.com Orders to Yes , a new Play.com order will be imported to the system and can be found in %1$s > Sales > Orders.
+It is possible to allow auto creation of Magento Orders based on imported Play.com Orders for products listed by Other Software.
+Note: The Product Stock QTY only reduces after Magento Order is created.
+These type of orders can be managed as typical Magento Orders in Magento > Sales > Orders.
+Note: To receive orders from Play.com, Order Synchronization must be enabled in %1$s > Configuration > Synchronization.","Diese Registerkarte enthält Einstellungen von Play.com-Bestellungen, importierten Play.com-Kundendaten, Magento-Bestellungen und Produkterstellungsdaten. Wenn Sie Ja für „Play.com-Bestellungen importieren“ wählen, werden neue Play.com-Bestellungen in das System importiert. Diese sind anschließend unter %1$s > „Verkäufe“ > „Bestellungen“ zu finden. Für Produkte, die mit anderer Software eingestellt wurden, können Magento-Bestellungen basierend auf importierten Play.com-Bestellungen automatisch erstellt werden.Hinweis: Die Stückzahl der verfügbaren Artikel wird erst nach der Erstellung der Magento-Bestellung reduziert. Diese Art von Bestellungen kann als typische Magento-Bestellung unter Magento > Verkäufe > Bestellungen verwaltet werden.Hinweis: Um Bestellungen von Play.com übernehmen zu können, muss die Bestellungssynchronisierung unter %1$s > „Konfiguration“ > „Synchronisierung“ aktiviert sein."
+"Import Play.com Orders","Play.com-Bestellungen importieren"
+"Allows importing orders from Play.com to M2E Pro.","Ermöglicht das Importieren von Bestellungen aus Play.com in M2E Pro."
+"Note: Only simple products without variations can be created in Magento. If there is a product with variations on Play.com, M2E Pro creates different simple products for each variation.","Hinweis: In Magento können nur einfache Produkte ohne Varianten erstellt werden. Wenn ein Produkt mit Varianten bei Play.com eingestellt ist, erstellt M2E Pro für jede Variante ein anderes einfaches Produkt."
+"Use the Reserve QTY option to prevent the item being sold, before Magento Order created (as the Product Stock QTY only reduces after Magento Order creation). It removes items from Magento Stock at once Play.com Order comes from Play.com.
+ Reserve qty will be used when Magento Order is created or released when the term of qty reservation has expired.
+ ","Mit der Option „Stückzahl reservieren“ können Sie verhindern, dass der Artikel verkauft wird, bevor die Magento-Bestellung erstellt wurde (da sich die Stückzahl der vorrätigen Produkte erst nach dem Erstellen der Magento-Bestellung verringert). Damit werden Artikel aus dem Magento-Bestand entfernt, sobald Play.com-Bestellungen von Play.com eintreffen. „Stückzahl reservieren“ wird verwendet, wenn eine Magento-Bestellung erstellt oder freigegeben wird und die Frist für die Stückzahlreservierung abgelaufen ist. "
+"There are several ways to specify a customer for which Magento Orders will be created:
+
+ Guest Account - the system does not require a customer account to be created. Default Guest Account will be defined as a customer.
+ Note: The Guest Checkout option must be enabled in Magento. (Yes must be chosen in the Allow Guest Checkout option in Magento > System > Configuration > Sales > Checkout tab).
+ Predefined Customer - the system uses one predefined customer for all Play.com orders related to this account. You will be required
+ to provide an ID of the existing Customer, which you can find in Magento > Customers > Manage Customers table.
+ Create New - a new customer will be created in Magento, using Play.com customer data of Play.com Order.
+ Note: A unique customer identifier is his e-mail address. If the one already exists among Magento customers e-mails,
+ the system uses this customer as owner of order and links order to him. A new customer will not be created.
+ ","Es gibt verschiedene Möglichkeiten, einen Kunden anzugeben, für den Magento-Bestellungen erstellt werden: Gästekonto : Das System verlangt nicht, dass ein Kundenkonto angelegt wird. Standard-Gästekonten werden als Kundenkonten definiert. Hinweis: Die Option für die Kaufabwicklung mit einem Gästekonto muss in Magento aktiviert werden. (Wählen Sie dazu Ja als Wert für die Option „Verkaufsabwicklung mit Gästekonto erlauben“ unter Magento > „System“ > „Konfiguration“ > „Verkäufe“ > „Verkaufsabwicklung“). Vordefinierter Kunde : Das System verwendet für alle mit diesem Konto verbundenen Play.com-Bestellungen einen vordefinierten Kunden. Sie müssen eine ID für das existierende Kundenkonto eingeben. Diese finden Sie in der Tabelle Magento > „Kunden“ > „Kunden verwalten“. Neu erstellen : In Magento wird mithilfe der Play.com-Kundendaten aus der Play.com-Bestellung ein neuer Kunde angelegt. Hinweis: Eine eindeutige Kunden-ID ist zum Beispiel die E-Mail-Adresse des Kunden. Wenn es unter den Magento-Kunden bereits jemanden mit der angegebenen E-Mail-Adresse gibt, behandelt das System diesen Kunden als Besteller und verknüpft die Bestellung mit dessen Konto. Es wird kein neuer Kunde erstellt. "
+"Necessary emails will be sent according to Magento settings in Magento > System > Configuration > Sales Emails.
+ Hold Ctrl button, to choose more, than one option.","Alle erforderlichen E-Mails werden entsprechend den unter Magento > System > Konfiguration > Verkaufs-E-Mails festgelegten Magento-Einstellungen versendet. Halten Sie die Strg-Taste gedrückt, um mehrere Optionen gleichzeitig auszuwählen."
+"This section allows you to choose tax settings for Magento Order:
+
+ Play.com - Magento Order(s) uses tax settings from Play.com Listing(s).
+ Magento - Magento Order(s) uses Magento tax settings.
+ Play.com & Magento - if there are tax settings in Play.com Order, they are used in Magento Order(s), otherwise, Magento tax settings are used.
+ None - Play.com and Magento tax settings are ignored.
+
+ ","In diesem Abschnitt können Sie die Besteuerungseinstellungen für Magento-Bestellungen auswählen: Play.com : Für Magento-Bestellungen werden die Besteuerungseinstellungen aus den Play.com-Angeboten verwendet. Magento : Für Magento-Bestellungen werden die Besteuerungseinstellungen aus Magento verwendet. Play.com und Magento : Wenn die Play.com-Bestellung Besteuerungseinstellungen enthält, werden diese in Magento-Bestellungen verwendet. Andernfalls werden die Magento-Besteuerungseinstellungen verwendet. Keine : Die Besteuerungseinstellungen von Play.com und Magento werden ignoriert. "
+"Play.com","Play.com"
+"Play.com & Magento","Play.com und Magento"
+"In this block you can configure mapping between Play.com Order state and Magento Order statuses.
+ Depending on the state of Play.com Order you can manually determine certain statuses for Magento Order and enable automatic Shipment and Invoice
+ creation by selecting appropriate check-boxes, or use predefined default settings. (i.e. Play.com: Order is Shipped -> Magento Order is Completed). ","In diesem Abschnitt wird die Zuordnung des Status von Play.com-Bestellungen zum Status von Magento-Bestellungen konfiguriert. Je nach Status der Play.com-Bestellung können Sie bestimmte Statuseinstellungen von Magento-Bestellungen manuell festlegen und den automatischen Versand und die automatische Rechnungserstellung aktivieren, indem Sie die entsprechenden Kontrollkästchen aktivieren oder die vordefinierten Standardeinstellungen verwenden (z.B. Play.com: Bestellung wurde verschickt -> Magento-Bestellung wurde abgeschlossen). "
+"Order Status is Sold","Bestellstatus ist „verkauft“"
+"Order Status is Posted","Bestellstatus ist „veröffentlicht“"
+"Actions, which have to be done to products added to categories.","Aktionen, die für zu Kategorien hinzugefügte Produkte ausgeführt werden sollen."
+"Stop on Play.com","Bei Play.com anhalten"
+"Stop on Play.com and Delete from Listing","Bei Play.com anhalten und aus Angebot löschen"
+"Actions, which have to be done to listed products deleted from categories.","Aktionen, die für aus Kategorien gelöschte Produktangebote ausgeführt werden sollen."
+"This section contains Play.com Listings, which belong to registered Play.com Accounts (%1$s > Configuration > Play.com Accounts) and were listed not by M2E Pro extension.
+You can map these Listings to existing products in Magento and move them to another M2E Listings for further management. For that use single actions on appropriate Listing record or use mass Actions in the top right corner.
+Note: To import Play.com 3rd Party Listings the 3rd Party Listings Import must be enabled in account's settings
+(%1$s > Configuration > Play.com Accounts > General tab) and the 3rd Party Listings Synchronization must be enabled in %1$s > Configuration > Synchronization.","Dieser Abschnitt enthält Play.com-Angebote von registrierten Play.com-Verkäuferkonten (%1$s > „Konfiguration“ > „Play.com-Konten“), die nicht mit M2E Pro eingestellt wurden. Sie können die Angebote Produkten zuordnen, die in Magento vorhanden sind, und sie zur weiteren Verwaltung in andere M2E-Angebote verschieben. Führen Sie dazu Einzelaktionen am entsprechenden Angebotsdatensatz aus oder verwenden Sie die für mehrere Angebote gleichzeitig durchführbaren Aktionen oben rechts in der Ecke.Hinweis: Um Play.com-Angebote von Drittanbietern importieren zu können, müssen Sie den Import von Angeboten von Drittanbietern in den Kontoeinstellungen (%1$s > „Konfiguration“ > „Play.com-Konten“ > Registerkarte „Allgemeines“) sowie die Synchronisierung von Angeboten von Drittanbietern (%1$s > „Konfiguration“ > „Synchronisierung“) aktivieren."
+"Enter product name, ISBN, EAN or UPC","Geben Sie die Produktbezeichnung, die ISBN, die EAN oder den UPC ein"
+"There was an error during previous automatic Play ID search:","Bei der vorherigen automatischen Play-ID-Suche ist ein Fehler aufgetreten:"
+"Assign Play ID Manually","Play-ID manuell zuweisen"
+"Allows searching Play ID by data that will be specified on the next step.","Ermöglicht die Suche nach der Play-ID mithilfe von Daten, die im nächsten Schritt eingegeben werden."
+"Assign Play ID Automatically","Play-ID automatisch zuweisen"
+"Allows searching Play ID by data, that have already been specified in Listing Search settings.","Ermöglicht die Suche nach der Play-ID mithilfe von Daten, die bereits zuvor in den Einstellungen für die Angebotssuche eingegeben wurden."
+"
+ This section contains Play.com Channel, Product Search, Shipping and Condition settings.
+
+ In the General section you have to specify Play.com Account, which listed items will be related to, and the Reference Code for its products.
+ In the Search Settings you have to specify the identifiers, at which products will be searched on Play.com.
+ In the Shipping section you have to specify Shipping information.
+ The Condition section allows specifying item(s) condition and making notes to better describe the condition.
+
+
Note: Not Set and
Not Set / Not Changeable options are used for the 3rd Party Listings mainly. If these options are chosen, Play.com will be used as a master record.
"," Dieser Abschnitt enthält Einstellungen zum Play.com-Channel, zur Produktsuche, zum Versand und zum Artikelzustand.
Im Abschnitt „Allgemeines“ müssen Sie das Play.com-Konto, mit dem die einzustellenden Artikel verknüpft sind, sowie den Referenzcode für die Produkte angeben. Geben Sie in den Sucheinstellungen die Identifikatoren ein, mit deren Hilfe die Produkte anschließend bei Play.com gesucht werden. Im Abschnitt „Versand“ müssen Sie die Versandinformationen angeben. Im Abschnitt „Zustand“ können sie Angaben zum Zustand der Artikel machen und Anmerkungen für eine bessere Beschreibung des Artikelzustands hinzufügen. Hinweis: Die Optionen
Nicht festgelegt und
Nicht festgelegt/Nicht änderbar werden hauptsächlich für die Angebote von Drittanbietern verwendet. Wenn diese Optionen aktiviert sind, wird Play.com als Masterdatensatz verwendet.
"
+"UPC/EAN Attribute","Attribut „UPC/EAN“"
+"Play ID Attribute","Attribut „Play ID“"
+"Parameter the product search will be performed by. For ex.: http://www.play.com/Mobiles/Mobile/4-/20020059/-/Product.html. Play ID = 20020059","Parameter, anhand dessen die Produktsuche ausgeführt wird. Beispiel: http://www.play.com/Mobiles/Mobile/4-/20020059/-/Product.html. Play ID = 20020059"
+"Must be a positive number with two decimal places.","Muss eine positive Zahl mit zwei Dezimalstellen sein."
+"Play.com Account","Play.com-Konto"
+"Play.com accounts previously added in Configuration > Accounts.","Play.com-Konten, die zuvor in „Konfiguration“ > „Konten“ hinzugefügt wurden."
+"A unique ID, which identify a product in your Play.com seller inventory.
+Note: If you list a product and M2E Pro find a product with the same Reference Code in Play.com inventory, they will be mapped.","Eindeutige ID, die ein Produkt in Ihrem Play.com-Verkäuferwarenbestand identifiziert.Hinweis: Wenn Sie ein Produkt einstellen und M2E Pro im Play.com-Warenbestand ein Produkt mit demselben Referenzcode findet, werden die Produkte einander zugeordnet."
+"Reference Code Attribute","Attribut „Referenzcode“"
+"Generate Reference Code","Referenzcode generieren"
+"If Yes , then if the Reference Code of the product you list is found in the 3rd Party or M2E Listings, another one will be automatically created and the product will be listed.","Wenn für diese Option Ja festgelegt ist und der Referenzcode des Produkts, das Sie einstellen, in Angeboten von Drittanbietern oder M2E-Angeboten gefunden wird, wird automatisch eine andere Referenznummer erstellt und das Produkt wird eingestellt."
+"Search Products On Play.com","Nach Produkten bei Play.com suchen"
+"At the moment, it is possible only to list items existing on Play.com.
+So before the list action, each product in listing must have existing Play ID.
+This section contains parameters for action ""Assign Play ID Automatically","Derzeit können nur Artikel eingestellt werden, für die es bei Play.com einen Eintrag gibt. Vor dem Einstellen muss daher jedem Produkt im Angebot eine vorhandene Play-ID zugewiesen werden. Dieser Abschnitt enthält Parameter für die Aktion „Play-ID automatisch zuweisen“."
+"UPC/EAN","UPC/EAN"
+"
+ This section determines information about how your products will be shipped.
+
+ Note: Not Set / Not Changeable is used for the 3rd Party Listings mainly. If this option is chosen, Play.com will be used as a master record.
+ "," Dieser Abschnitt enthält Angaben dazu, wie Ihre Produkte verschickt werden. Hinweis: Nicht festgelegt/Nicht änderbar wird hauptsächlich für die Angebote von Drittanbietern verwendet. Wenn diese Option aktiviert ist, wird Play.com als Masterdatensatz verwendet. "
+"Delivery Region","Lieferregion"
+"Region to which you are willing to deliver.","Region, in die Sie zu liefern bereit sind."
+"Delivery Region Value","Wert „Lieferregion“"
+"UK Only","Nur Vereintes Königreich"
+"Europe Only","Nur Europa"
+"UK & Europe","Vereintes Königreich und Europa"
+"Delivery Region Attribute","Attribut „Lieferregion“"
+"Choose the attribute that contains identifier .","Wählen Sie das Attribut, das den Identifikator enthält."
+"Dispatch Country","Versandland"
+"Country you will be dispatching your item from.","Land, aus dem Sie Ihren Artikel verschicken werden."
+"Dispatch Country Value","Wert „Versandland“"
+"UK","Vereintes Königreich"
+"Andorra","Andorra"
+"Belgium","Belgien"
+"Cyprus","Zypern"
+"Denmark","Dänemark"
+"Finland","Finnland"
+"Gibraltar","Gibraltar"
+"Greece","Griechenland"
+"Greenland","Grönland"
+"Iceland","Island"
+"Liechtenstein","Liechtenstein"
+"Luxembourg","Luxemburg"
+"Malta","Malta"
+"Monaco","Monaco"
+"Norway","Norwegen"
+"San Marino","San Marino"
+"Vatican","Vatikanstadt"
+"USA","USA"
+"Shipping Cost per Item, GBP","Versandkosten pro Artikel, GBP"
+"Cost Value, GBP","Wert „Kosten“, GBP"
+"Cost Attribute, GBP","Attribut „Kosten“, GBP"
+"Shipping Cost per Item, EUR","Versandkosten pro Artikel, EUR"
+"Cost Value, EUR","Wert „Kosten“, EUR"
+"Cost Attribute, EUR","Attribut „Kosten“, EUR"
+"Condition of the product(s) you want to list on Play.com.","Zustand der Produkte, die Sie bei Play.com einstellen möchten."
+"Condition of the product(s) you want to list on Play.com.
+ Note: Condition of Active Items cannot be changed.","Der Zustand der Produkte, die Sie bei Play.com einstellen möchten. Hinweis: Zustand noch eingestellter Artikel ist nicht änderbar."
+"Used - Average","Gebraucht – Durchschnittlich"
+"Collectable - Like New","Sammlerstück – Wie neu"
+"Collectable - Very Good","Sammlerstück – Sehr gut"
+"Collectable - Good","Sammlerstück – Gut"
+"Collectable - Average","Sammlerstück – Durchschnittlich"
+"Short description of item(s) condition.","Eine kurze Beschreibung des Artikelzustands."
+"This section allows you to create a Listing. Listing is a group of items, which have the same
+ Attribute Set and were combined to be listed on Play.com.
+ Creating a Listing requires two types of templates (Selling Format and Synchronization) to be created in advance,
+ that allows reaching a high level of flexibility in listing and synchronization processes.
+
+ It is also possible to create templates by clicking the Add New button next to the appropriate template option. Do not forget to press
+ the Refresh button after the new template creation in order to see the newly added template in the dropdown list.
+ In the Listing Configuration block you are required to choose appropriate Selling Format Template, which determines quantity and price related data of your Play.com Listings.
+
+
+ In the Synchronization Settings block you are required to choose a Synchronization Template and its settings.
+ This determines the actions, which must be done to Play.com Listings depending on any changes of their products happened in Magento,
+ and of their templates that are used in the Listing Configuration settings. ","In diesem Abschnitt können Sie Angebote erstellen. Das Angebot vereint eine Gruppe von Artikeln, die über dasselbe Attributset verfügen und für das Einstellen bei Play.com zusammengefasst wurden. Um ein Angebot erstellen zu können, müssen zuvor zwei Vorlagen („Angebotsformat“ und „Synchronisierung“) erstellt werden, die die Angebotserstellung und -synchronisierung erheblich flexibler und einfacher machen. Sie können auch Vorlagen erstellen, indem Sie neben der entsprechenden Vorlagenoption auf Neue hinzufügen klicken. Vergessen Sie nicht, nach der Erstellung der Vorlage auf Aktualisieren zu klicken, um die neu hinzugefügte Vorlage in der Drop-down-Liste angezeigt zu bekommen. Im Abschnitt „Angebotskonfiguration“ müssen Sie die entsprechende Vorlage für das Angebotsformat auswählen, die stückzahl- und preisbezogene Daten für Ihre Play.com-Angebote vorgibt. Im Abschnitt für die Synchronisierungseinstellungen müssen Sie eine Synchronisierungsvorlage und die dazugehörigen Einstellungen wählen. Hier legen Sie fest, was mit den Angeboten bei Play.com geschehen soll, wenn Änderungen an den zugeordneten Produkten in Magento und deren in den Einstellungen für die Angebotskonfiguration verwendeten Vorlagen vorgenommen wurden. "
+"Attribute Set of products, which will be listed on Play.com in this Listing.","Attributset von Produkten, die in diesem Angebot bei Play.com eingestellt werden."
+"M2E Pro - Play.com/Magento Integration : Listings","M2E Pro – Play.com/Magento-Integration: Angebote"
+"Listing is a group of items, which have the same Attribute Set and were combined to be listed on Play.com.
+
+ Creating a Listing requires two types of templates to be created in advance.
+ You can use the same template for similar products you want to list on Play.com and don't have to enter the same information over and over again for each product you want to list.
+
+ Templates you’ll need in order to list on Play.com:
+
+
+ Selling Format Template contains information about quantity and price-related data.
+ Synchronization Template controls how the information between Play.com and Magento is synchronized and in which cases Play.com listings are revised, relisted or stopped. This template is not bound to a product group with a specific attribute set, so it's likely that you'll only need one template to begin with.
+
+
+ Note: Only simple products are supported in current version.
+ ","Das Angebot vereint eine Gruppe von Artikeln, die über dasselbe Attributset verfügen und für das Einstellen bei Play.com zusammengefasst wurden. Um ein Angebot erstellen zu können, müssen zuvor zwei Vorlagentypen erstellt werden. Sie können dieselbe Vorlage für ähnliche Produkte, die Sie bei Play.com einstellen möchten, wiederverwenden und müssen so nicht für jedes Produkt immer wieder dieselben Informationen eingeben. Vorlagen, die Sie zum Einstellen bei Play.com benötigen: Vorlage für das Angebotsformat : Enthält Informationen zu stückzahl- und preisbezogenen Daten. Synchronisierungsvorlage : Steuert, wie die Informationen zwischen Play.com und Magento synchronisiert werden und in welchen Fällen Play.com-Angebote bearbeitet, wiedereingestellt oder angehalten werden. Die Verwendung dieser Vorlage ist nicht auf eine bestimmte Produktgruppe oder ein Attributset beschränkt, sodass Sie fürs Erste mit hoher Wahrscheinlichkeit nur eine Vorlage benötigen werden. Hinweis: In der aktuellen Version werden nur einfache Produkte unterstützt. "
+"This section contains information about product items of chosen listing and their statuses on Play.com. You can manage items by choosing appropriate actions from the Actions dropdown of the grid and manage Listing and its settings by using buttons in the top right corner.","Dieser Abschnitt enthält Informationen zu Artikeln aus ausgewählten Angeboten und deren Status bei Play.com. Mithilfe der passenden Aktionen aus dem Dropdown-Menü für Aktionen können Sie Ihre Artikel verwalten und für die Verwaltung und Einstellungen von Angeboten stehen Ihnen oben rechts diverse Optionen und Schaltflächen zur Verfügung."
+"This page contains all orders imported from Play.com.
+Use Play.com Accounts dropdown to filter Play.com orders by accounts.
+If Magento Order or Invoice was not created automatically,
+you can create them manually by using appropriate options in the Action dropdown.
+Note: Automatic creation of Magento Orders and Invoices executes according to Play.com Accounts settings in %s > Configuration > Play.com Accounts > Orders.","Diese Seite enthält alle aus Play.com importierten Bestellungen. Verwenden Sie das Drop-down-Menü „Play.com-Konten“, um Ihre Play.com-Bestellungen nach Konten zu filtern. Falls die Magento-Bestellung oder -Rechnung nicht automatisch erstellt wurde, können Sie diese mithilfe der entsprechenden Optionen aus dem Drop-down-Menü „Aktion“ manuell erstellen.Hinweis: Das automatische Erstellen von Magento-Bestellungen und -Rechnungen erfolgt entsprechend den Einstellungen für das Play.com-Konto unter %s > „Konfiguration“ > „Play.com-Konten“ > „Bestellungen“."
+"Play.com Order","Play.com-Bestellung"
+"This section allows you to set preferences of data synchronization.
+ You have to enable / disable synchronization tasks, which will be automatically performed for all Play.com accounts, and Save Settings .
+ To run necessary task manually, click the Run Now button, to run all tasks at once, click Run Enabled Now .
+ Note: Cron job must be set up for automatic synchronization. Otherwise, you will have to perform the synchronization manually.","In diesem Abschnitt können Sie die Einstellungen für die Synchronisierung von Daten festlegen. Sie müssen Synchronisierungsaufgaben aktivieren/deaktivieren, die automatisch für alle Play.com-Konten durchgeführt werden, und anschließend die Einstellungen speichern . Um erforderliche Aufgaben manuell auszuführen, klicken Sie auf Jetzt ausführen . Klicken Sie auf Aktivierte jetzt ausführen , um alle Aufgaben auf einmal auszuführen. Hinweis: Für die automatische Synchronisierung muss ein Cronjob eingerichtet werden. Andernfalls müssen Sie die Synchronisierung manuell durchführen."
+"Updates and synchronizes Play.com Listings according to Synchronization Templates' rules.","Aktualisiert und synchronisiert Play.com-Angebote nach den Regeln der Synchronisierungsvorlagen"
+"If your Play.com listings for some reason were asynchronized with the products in Magento, turn on the Revise All action to catch data up.
+ Revise is performed by the Inventory Synchronization, 100 items per a cycle.
+
+ ","Wenn Ihre Play.com-Angebote aus irgendeinem Grund nicht mehr mit den Produkten in Magento synchron sind, aktivieren Sie die Aktion „Alle überarbeiten“, um die Daten zu synchronisieren. Die Überarbeitung erfolgt durch die Funktion „Warenbestand synchronisieren“, wobei jeweils 100 Artikel auf einmal überarbeitet werden. "
+"Imports and synchronizes Play.com Orders for accounts, which have enabled Import Play.com Orders in their Accounts settings.","Importiert und synchronisiert Play.com-Bestellungen für Konten, für die in den Kontoeinstellungen „Play.com-Bestellungen importieren“ aktiviert ist."
+"Imports and synchronizes 3rd Party Listings for Play.com accounts, which have enabled Import 3rd Party Listings in their Accounts settings.","Importiert und synchronisiert Angebote von Drittanbietern für Play.com-Konten, für die in den Kontoeinstellungen „Angebote von Drittanbietern importieren“ aktiviert ist."
+"Selling Format Template contains price-related data and quantity for the items, which will be listed on Play.com.
+Next to each price options dropdown there is a box for Price Change. Price Change is a value you want the Magento Price to be modified while listing on Play.com.
+Examples:
+If you want the price on Play.com to be greater by 15% than the price in Magento, you should set +15% in the Price Change field.
+Play.com Price = Magento Price + Magento Price * 0.15
+
+If you want the price on Play.com to be less by 10 currency units than the price in Magento, you should set -10 in the Price Change field.
+Play.com Price = Magento Price - 10
+
+If you want the price on Play.com to be multiplied by coefficient 1.2, you should set 1.2 in the Price Change field.
+
+Play.com Price = Magento Price * 1.2.
+
+Note: If the Special Price is chosen in the Price option, but it is not set in Magento Product settings or it is set but it has already expired, the Product Price is used instead.
+
+Note: Attributes must contain only numeric values.","Die Vorlage für das Angebotsformat enthält Daten zu Preisen und Stückzahlen der Artikel, die bei Play.com eingestellt werden. Neben jedem Drop-down-Menü für die Preisoptionen befindet sich jeweils ein Feld für Preisänderungen. Im Feld „Preisänderung“ können Sie festlegen, wie sich der Preis bei Play.com gegenüber dem Magento-Preis ändern soll.Beispiele: Wenn der Preis bei Play.com 15 % höher als der Preis in Magento sein soll, können Sie im Feld „Preisänderung“ „+15 %“ angeben.Play.com-Preis = Magento-Preis + Magento-Preis × 0,15 Wenn der Preis bei Play.com 10 Währungseinheiten niedriger als der Preis in Magento sein soll, müssen Sie im Feld „Preisänderung“ „–10“ angeben.Play.com-Preis = Magento-Preis – 10 Wenn der Preis bei Play.com mit dem Koeffizienten 1,2 multipliziert werden soll, müssen Sie im Feld „Preisänderung“ „1,2“ angeben.Play.com-Preis = Magento-Preis × 1,2 Hinweis: Wenn Sie als Wert für die Option Preis „Sonderpreis“ festgelegt haben, die Option aber nicht in den Produkteinstellungen in Magento festgelegt wurde oder bereits abgelaufen ist, wird stattdessen die Einstellung „Produktpreis“ verwendet.Hinweis: Attribute dürfen nur numerische Werte enthalten."
+"Price for selling in the UK.","Preis für den Verkauf im Vereinten Königreich"
+"Price for selling in Europe.","Preis für den Verkauf in Europa"
+"The price of products in Play.com listing(s).Note: The Final Price is only used for Simple Products.","Der Preis der Produkte in Play.com-BestellungenHinweis: Der Endpreis wird nur für einfache Produkte verwendet."
+"Attribute Sets of products which will be listed on Play.com using this template.","Attributsets von Produkten, die bei Play.com unter Verwendung dieser Vorlage eingestellt werden."
+"Products quantity in Play.com listing(s).","Produktmengen in Play.com-Angeboten."
+"Enables to set the quantity that will be sent on Play.com.","Ermöglicht die Festlegung der Stückzahl, die an Play.com gesendet wird ."
+"If you have 5 pieces in stock but set a max qty of 2 to be listed, a qty of 2 will be listed on Play.com.
+ If you have 1 piece in stock but max qty is set to 3, only 1 will be listed on Play.com.","Wenn Sie fünf (5) Stück auf Lager haben, als maximal einzustellende Stückzahl jedoch zwei (2) angeben, werden zwei (2) Stück bei Play.com eingestellt. Wenn Sie ein (1) Stück auf Lager haben und die maximal einzustellende Stückzahl auf drei (3) festgelegt ist, wird nur ein (1) Stück bei Play.com eingestellt."
+"You are required to set both prices for the UK and Europe delivery regions.
+ Depending on Delivery Region, chosen in Listing Channel settings necessary price will be used for the items you list.","Sie müssen Preise sowohl für die Lieferregion Vereinigtes Königreich als auch für die Lieferregion Europa festlegen. Für die Artikel, die Sie einstellen, wird der Preis entsprechend der Lieferregion verwendet, die Sie in „Channel-Einstellungen für das Angebot“ gewählt haben."
+"Price, GBP","Preis, GBP"
+"Custom Price Attribute, GBP","Attribut „Benutzerdefinierter Preis“, GBP"
+"Price, EUR","Preis, EUR"
+"Custom Price Attribute, EUR","Attribut „Benutzerdefinierter Preis“, EUR"
+"Synchronization Template includes rules and conditions which determine Listing behavior on Play.com.
+ List, Revise, Relist and Stop Rules have to be specified in this template.
+ List Action - at first this action to be executed for each item in M2E Listings, which has Not Listed status and its settings meet the List Condition. If an item was not listed for some reason, autosynchronization will attempt
+ to list it again only if Product Status, Stock Availability or Quantity is changed.
+
+ Note: Inventory Synchronization setting must be enabled in Synchronization (Configuration > Synchronization).
+ Otherwise, Synchronization Template Rules will not take effect.","Synchronisierungsvorlagen enthalten Regeln und Bedingungen für das Einstellen bei Play.com. In dieser Vorlage müssen Regeln für das Einstellen, Bearbeiten, Wiedereinstellen und Anhalten angegeben werden. Aktion „Einstellen“ : Diese Aktion muss zunächst für jeden Artikel aus den M2E-Angeboten durchgeführt werden, dessen Status Nicht eingestellt lautet und dessen Einstellungen die Bedingung für das Einstellen erfüllen. Wenn ein Artikel aus irgendeinem Grund nicht eingestellt wurde, versucht die automatische Synchronisierung diesen Artikel nur dann erneut einzustellen, wenn sich Produktstatus, Verfügbarkeit oder Stückzahl geändert haben. Hinweis: Die Einstellung „Warenbestand synchronisieren“ muss unter „Konfiguration“ > „Synchronisierung“ aktiviert werden. Andernfalls können die Regeln der Synchronisierungsvorlage nicht angewendet werden."
+"Relist Rules define the conditions at which Play.com items will be relisted. ","Die Regeln für das Wiedereinstellen geben die Bedingungen vor, unter denen Play.com-Artikel wiedereingestellt werden. "
+"Automatically relists item(s) after it has been stopped manually within M2EPro.","Stellt Artikel automatisch wieder ein, die manuell in M2E Pro angehalten wurden."
+"Revise Rules are the conditions, at which automatic full and partial listings revising features are enabled.
+ If the certain condition is enabled (Yes is chosen in appropriate line) and met,
+then Play.com Listings, which were listed using current Synchronization Template,
+will be automatically fully or partially updated.
+
+ Partial Revise - contains list of product details, which changes you want to be reflected on Play.com.
+ Full Revise - contains groups of M2E settings. If any data of these groups (Selling Format Template, Listing Channel Settings) is changed, then listings, which use these templates in their settings, will be automatically fully revised.
+ ","Regeln für das Überarbeiten sind die Bedingungen, die erfüllt sein müssen, damit Angebote automatisch ganz oder teilweise bearbeitet werden. Wenn die jeweilige Bedingung aktiviert ist (also in der entsprechenden Zeile Ja ausgewählt wurde) und das Angebot die Bedingung erfüllt, werden Play.com-Angebote, die mit der aktuellen Synchronisierungsvorlage eingestellt wurden, automatisch vollständig oder teilweise aktualisiert. Teilweise überarbeiten : Enthält eine Liste von Produktdetails, mit deren Hilfe Sie festlegen können, welche Änderungen in Play.com übernommen werden sollen. Vollständig überarbeiten : Enthält Gruppen von M2E-Einstellungen. Wenn Daten aus diesen Gruppen (Angebotsformatvorlage, Channel-Einstellungen für das Angebot) geändert werden, werden Angebote, die diese Vorlagen in ihren Einstellungen verwenden, vollständig überarbeitet. "
+"Automatically revises quantity on Play.com listing(s) when the quantity or attribute for quantity of its product is changed in Magento.","Die Stückzahlen von Play.com-Angeboten werden automatisch überarbeitet, wenn die Mengen oder Mengenattribute der verknüpften Produkte in Magento geändert werden."
+"Updates Play.com qty only when the Condition you set below is met.
+ Note: By using this option you can significantly increase Synchronization performance.","Aktualisiert die Stückzahl bei Play.com, wenn die von Ihnen nachstehend festgelegte Bedingung erfüllt ist. Hinweis: Wenn Sie diese Option verwenden, können Sie die Synchronisierungsleistung erheblich steigern."
+"Automatically revises price on Play.com listing(s) when the price(s) or attribute(s) for price(s) of its product is (are) changed in Magento.","Die Preise von Play.com-Angeboten werden automatisch überarbeitet, wenn die Preise oder Preisattribute der verknüpften Produkte in Magento geändert werden."
+"Automatically revises Play.com listing(s) if its Selling Format Template was changed.","Play.com-Angebote werden automatisch überarbeitet, wenn die zugrundeliegende Vorlage für das Angebotsformat geändert wird."
+"Automatically revises Play.com listing(s) if its Listing Settings was changed.","Play.com-Angebote werden automatisch überarbeitet, wenn die zugrundeliegenden Angebotseinstellungen geändert werden."
+"Stop Rules define the conditions when Play.com items listing must be
+ stopped, depending on Magento product state.
+ Note: If all Stop Conditions are set to No or No Action , then the stop option for Play.com items is disabled.
+ If all Stop Conditions are enabled, then an item will be stopped if at least one of Stop Conditions is met.","Die Regeln für das Anhalten definieren die Bedingungen, bei denen Play.com-Angebote je nach ihrem Magento-Produktstatus deaktiviert werden müssen. Hinweis: Wenn für alle Bedingungen für das Anhalten Nein oder Keine Aktion festgelegt ist, dann wird die Option für das Anhalten von Play.com-Artikeln deaktiviert. Wenn alle Bedingungen für das Anhalten aktiviert sind, wird ein Artikel angehalten, sobald mindestens eine der Bedingungen erfüllt ist."
+"Disabled - Coming Soon","Deaktiviert – folgt in Kürze"
+"rakuten.de","rakuten.de"
+"Synchronization settings have been saved.","Die Synchronisierungseinstellungen wurden gespeichert."
+"Running All Enabled Tasks","Alle aktivierten Aufgaben werden ausgeführt"
+"Feedback Synchronization","Bewertungen synchronisieren"
+"Revise All","Alle überarbeiten"
+"You should enable at least one component.","Sie müssen mindestens eine Komponente aktivieren."
+"Default component should be enabled.","Sie müssen die Standardkomponente aktivieren."
+"Channels","Kanäle"
+"Enable channels you are going to work with and Save configuration.","Aktivieren Sie die Channel, mit denen Sie arbeiten werden, und speichern Sie die Konfiguration."
+"eBay Channel","eBay-Channel"
+"eBay channel status.","eBay-Channel-Status."
+"Other Channels","Andere Channel"
+"Amazon channel status.","Amazon-Channel-Status."
+"Rakuten","Rakuten"
+"Rakuten.com channel status.","Rakuten.com-Channel-Status."
+"Play.com channel status.","Play.com-Channel-Status."
+"Rakuten.de","Rakuten.de"
+"Disabled - Coming Soon...","Deaktiviert – folgt in Kürze..."
+"Rakuten.de channel status.","Rakuten.de-Channel-Status."
+"Default Channel","Standard-Channel"
+"Open tab by default.","Registerkarte standardmäßig öffnen."
+"The eBay component , its upgrades and support are free according to eBay / Magento Partner Agreement. And they will stay free until the partner agreement is active. ","Je nach eBay/Magento-Partnervereinbarung sind die eBay-Komponente , spätere Upgrades und der zugehörige Support kostenlos verfügbar. Es werden keine Kosten erhoben, bis die Partnervereinbarung aktiv ist. "
+"and","und"
+"component","Komponente"
+"components","Komponenten"
+"Current %s %s are in Beta state and are provided free of charge. However, please be advised that upon the live version of the product release some monthly subscription fee will be introduced. ","Derzeit liegen %s %s als Betaversion vor und werden kostenlos bereitgestellt. Wir weisen Sie jedoch darauf hin, dass nach Veröffentlichung und Einführung der Live-Version eine monatliche Abonnementgebühr fällig wird. "
+"Note: M2E Pro v.6.x.x consists of %s.
+ %s
+ %s
+
+
+ M2E Pro extension requires activation for its work.
+ To get the License Key click the Get License Key link and follow the instructions.
+ When you receive your License Key, press the Enter button, enter your License Key in appeared text field and press Confirm.
+
+ Note: If you have not received the License Key, please contact us %s.","Hinweis: M2E Pro v.6.x.x besteht aus %s. %s %s Die M2E Pro-Erweiterung muss erst aktiviert werden. Klicken Sie auf den Link Lizenzschlüssel abfragen und befolgen Sie die Anweisungen. Nachdem Sie Ihren Lizenzschlüssel erhalten haben, drücken Sie die Eingabetaste, geben Sie in das eingeblendete Textfeld Ihren Lizenzschlüssel ein und klicken Sie auf „Bestätigen“. Hinweis: Wenn Sie keinen Lizenzschlüssel erhalten haben, kontaktieren Sie uns bitte %s."
+"You must get valid Trial or Live license key.","Sie müssen einen gültigen Test- oder Live-Lizenzschlüssel haben."
+"License Data","Lizenzdaten"
+"License Key","Lizenzschlüssel"
+"Get License Key","Lizenzschlüssel abfragen"
+"License Validation","Lizenzvalidierung"
+"Domain","Domäne"
+"IP","IP"
+"Directory","Verzeichnis"
+"Access","Zugriff"
+"Note: The eBay component, its upgrades and support are free according to eBay / Magento Partner Agreement. And they will stay free
+ until the partner agreement is active.","Hinweis: Gemäß der eBay/Magento-Partnervereinbarung sind die eBay-Komponente, spätere Upgrades und der Support kostenlos verfügbar. Es werden keine Kosten erhoben, bis die Partnervereinbarung aktiv ist."
+"Note: The current Beta version of the Amazon module is provided free of charge.
+ However, please be advised that upon the live version of the product release some monthly subscription fee will be introduced.","Hinweis: Die aktuelle Betaversion des Amazon-Moduls wird kostenlos zur Verfügung gestellt. Wir weisen Sie jedoch darauf hin, dass nach Veröffentlichung und Einführung der Live-Version eine monatliche Abonnementgebühr fällig wird."
+"Note: The current Beta version of the Rakuten.com module is provided free of charge.
+ However, please be advised that upon the live version of the product release some monthly subscription fee will introduced.","Hinweis: Die aktuelle Betaversion des Rakuten.com-Moduls wird kostenlos zur Verfügung gestellt. Wir weisen Sie jedoch darauf hin, dass nach Veröffentlichung der Live-Version eine monatliche Abonnementgebühr eingeführt wird."
+"Note: The current Beta version of the Play.com module is provided free of charge.
+ However, please be advised that upon the live version of the product release some monthly subscription fee will introduced.","Hinweis: Die aktuelle Betaversion des Play.com-Moduls wird kostenlos zur Verfügung gestellt. Wir weisen Sie jedoch darauf hin, dass nach Veröffentlichung der Live-Version eine monatliche Abonnementgebühr eingeführt wird."
+"Current Status","Aktueller Status"
+"None License","Keine Lizenz"
+"Trial License","Testlizenz"
+"Live License","Aktive Lizenz"
+"Suspended","Gesperrt"
+"Closed","Geschlossen"
+"Expiration Date","Gültig bis"
+"Global Settings","Globale Einstellungen"
+"All settings are gathered into four groups. To reach them click on appropriate link.","Sämtliche Einstellungen werden in vier Gruppen zusammengefasst. Diese erreichen Sie über den entsprechenden Link."
+"eBay, Amazon, Rakuten.com, Play.com channels activation.","eBay-, Amazon-, Rakuten.com-, Play.com-Channel-Aktivierung"
+"Interface and synchronization preferences.","Schnittstellen- und Synchronisierungseinstellungen"
+"Logs Clearing","Protokolle löschen"
+"Preferences for logs history clearing.","Einstellungen für das Entfernen von Verlaufsinformationen aus Protokollen."
+"M2E Pro activation.","M2E Pro-Aktivierung"
+"Set preferences for automatic logs clearing and Save configuration.
+
+ To launch a task manually press Run Now. To clear all log records of the certain Log press Clear All button.
+
+ Note: Autoclearing is performed by cron.
+ ","Legen Sie Einstellungen für das automatische Bereinigen von Protokollen fest und speichern Sie die Konfiguration. Wenn Sie eine Aufgabe manuell starten möchten, klicken Sie auf „Jetzt ausführen“. Wenn alle Einträge des konkreten Protokolls entfernt werden sollen, klicken Sie auf „Alles löschen“. Hinweis: Das automatische Bereinigen wird durch Cron erledigt. "
+"Listings Log Clearing","Angebotsprotokoll löschen"
+"Keep For (days)","Behalten für (Tage)"
+"Saves records for the definite number of days.","Speichert Datensätze für die angegebene Anzahl von Tagen."
+"3rd Party Listings Log Clearing","Protokoll für Angebote von Drittanbietern löschen"
+"Synchronization Log Clearing","Synchronisierungsprotokoll löschen"
+"Orders Log Clearing","Bestellprotokoll löschen"
+"Interface","Schnittstelle"
+"Set visual interface preferences and Save configuration.","Legen Sie Einstellungen für die Benutzeroberfläche fest und speichern Sie die Konfiguration."
+"Products Thumbnails","Produkt-Indexbilder"
+"Do Not Show","Nicht anzeigen"
+"Show","Anzeigen"
+"Shows / does not show products thumbnails on Add Products and View Listing pages.","Ermöglicht das Aktivieren/Deaktivieren der Anzeige von Produkt-Indexbildern auf den Seiten „Produkte hinzufügen“ und „Angebot anzeigen“."
+"Help Blocks","Hilfe-Abschnitte"
+"Shows / does not show Help blocks.","Blendet Hilfe-Abschnitte ein/aus."
+"Restores manually closed Help blocks.","Blendet manuell geschlossene Hilfe-Abschnitte wieder ein."
+"Global Synchronization","Global synchronisieren"
+"Has to be enabled if product price and quantity changes are made directly to database. Data update depends on the number of products and can be fully completed after several synchronization cycles finish.
+
+ Note: Enable this option if you really need it, as it is very resource and time consuming and may affect synchronization performance.","Muss aktiviert werden, wenn Änderungen an Produktpreisen und Stückzahlen direkt in der Datenbank vorgenommen werden. Die Datenaktualisierung ist abhängig von der Anzahl der Produkte und kann nach Beendigung mehrerer Synchronisierungszyklen vollständig abgeschlossen sein. Hinweis: Aktivieren Sie diese Option nur, wenn Sie sie wirklich benötigen, da sie sehr ressourcen- und zeitaufwändig ist und die Synchronisierungsgeschwindigkeit beeinträchtigen kann."
+"Track Direct Database Changes","Direkte Änderungen in der Datenbank nachverfolgen"
+"Note: Enable this option if you really need it, as it is very resource and time consuming and may affect synchronization performance.","Hinweis: Aktivieren Sie diese Option nur, wenn Sie sie wirklich benötigen, da sie sehr ressourcen- und zeitaufwändig ist und die Synchronisierungsgeschwindigkeit beeinträchtigen kann."
+"PHP","PHP"
+"MySQL","MySQL"
+"Cron","Cron"
+"GMT","Greenwich-Zeit"
+"not working","funktioniert nicht"
+"Expired Date","Gültig bis"
+"Valid Domain","Gültige Domäne"
+"Valid IP","Gültige IP"
+"Valid Directory","Gültiges Verzeichnis"
+"Host","Host"
+"Edition","Ausgabe"
+"Version","Version"
+"Add Secret Key to URLs","Geheimen Schlüssel für URLs hinzufügen"
+"Name","Name"
+"Version (revision)","Version (bearbeitete Version)"
+"Server API","Server-API"
+"Database Name","Datenbankname"
+"Tables Prefix","Präfix der Tabellen"
+"Connection Timeout","Verbindungs-Timeout"
+"sec","Sek"
+"Wait Timeout","Wartezeit-Timeout"
+"Total Tables","Gesamtzahl der Tabellen"
+"Total Module Tables","Gesamtzahl der Modultabellen"
+"Total Module Records","Gesamtzahl der Moduldatensätze"
+"Unlimited","Unbegrenzt"
+"PHP Info","PHP-Informationen"
+"Current Date (GMT)","Aktuelles Datum (UTC+0)"
+"APC","APC"
+"Memcached","Memcached"
+"Redis","Redis"
+"Compilation","Kompilierung"
+"Code Pool","Code-Pool"
+"We recommend to set up your cron job to be run every 5 minutes (e.g. */5 * * * *).","Wir empfehlen, den Cronjob so einzurichten, dass er alle fünf Minuten ausgeführt wird (z. B. */5 * * * *)."
+"Last Run","Letzte Ausführung"
+"PHP command","PHP-Befehl"
+"GET command","GET-Befehl"
+"Cron Schedule Table","Cron-Zeitplantabelle"
+"Magento Default Locale","Magento-Standard-Locale"
+"Properties","Merkmal"
+"Current Value","Tatsächlich"
+"Location","Ort"
+"MySQL Summary","MySQL-Zusammenfassung"
+"Table `%s`","Tabelle '%s'"
+"(%s records)","(% Datensätze)"
+"Magento development mode is '.$developmentHtml.' now. ","Der Magento-Entwicklungsmodus ist jetzt '.$developmentHtml.' . "
+"System Requirements","Systemanforderungen"
+"Caches / Compilation","Caches/Kompilierung"
+"Conflicted Modules","Module im Konflikt"
+"Database Broken Tables","Database Broken Tables"
+"Info","Informationen"
+"Database (Module)","Datenbank (Modul)"
+"Database (Integration)","Datenbank (Integration)"
+"M2E Pro (General)","M2E Pro (Allgemeines)"
+"M2E Pro (Install / Upgrade)","M2E Pro (Installation/Upgrade)"
+"Additional","Weitere"
+"Help","Hilfe"
+"Hide Block","Abschnitt ausblenden"
+"Show Tips","Tipps anzeigen"
+"Hide Tips","Tipps ausblenden"
+"View All Product Log","Alle Produktprotokolle anzeigen"
+"This is a required field.","Dies ist ein Pflichtfeld."
+"You should select Attribute Set first.","Sie müssen zuerst einen Attributset auswählen."
+"Collapse All","Alle minimieren"
+"Expand All","Alle einblenden"
+"The products below will not be moved into the chosen listing.
+
+ Possible reasons:
+ The products are already present in the chosen listing.
+
","Die nachfolgenden Produkte werden nicht in das ausgewählte Angebot verschoben. Mögliche Gründe: Die Produkte sind im gewählten Angebot bereits vorhanden. Das ausgewählte Angebot hat „Nicht anzeigen“ als Wert für „In anderen Angeboten aufgeführte Produkte“ und die Produkte, die Sie hinzufügen möchten, werden in anderen Angeboten aufgeführt.
"
+"Enter Product ID","Geben Sie die Produkt-ID"
+"Or SKU","oder Artikelnummer ein"
+"Advanced Filter","Erweiterte Filter"
+"Products Presented In Other Listings","In anderen Angeboten aufgeführte Produkte"
+"Not Show","Nicht anzeigen"
+"Makes the filter result more precise:Show - all products will be displayed;Not Show - the products, which are not included in any listing, will be only displayed.","Ergibt noch genauere Filterergebnisse:Anzeigen : Es werden alle Produkte angezeigt;Nicht anzeigen : Es werden nur die Produkte angezeigt, die nicht in irgendeinem Angebot enthalten sind."
+"eBay User ID","eBay-Mitgliedsname"
+"eBay Site","eBay-Website"
+"Magento Store View","Magento-Shop-Ansicht"
+"Errors Summary","Zusammenfassung der Fehler"
+"Product(s)","Produkt(e)"
+"Payment Method","Zahlungsmethode"
+"%s Order ID","%s-Bestellnummer"
+"%s Final Fee","%s-Verkaufsprovision"
+"Transactions","Transaktionen"
+"Transaction #","Transaktion #"
+"Fee","Gebühr"
+"Amount","Betrag"
+"Date","Datum"
+"Order ID","Bestellnummer"
+"Store Debug Information","Debug-Informationen zum Shop"
+"View All Order Logs.","Alle Bestellprotokolle anzeigen."
+"Please enter correct product ID or SKU.","Bitte geben Sie die korrekte Produkt-ID oder Artikelnummer ein."
+"Order Item Mapping","Zuordnung des bestellten Artikels"
+"As M2E Pro was not able to find appropriate product in Magento Catalog, you are supposed to find and map it manualy.
+ Note: Magento Order can be only created when all products of eBay Order are found in Magento Catalog.","Da M2E Pro kein entsprechendes Produkt im Magento-Katalog finden konnte, müssen Sie es selbst finden und manuell zuordnen. Hinweis: Eine Magento-Bestellung kann nur dann erstellt werden, wenn alle Produkte der eBay-Bestellung im Magento-Katalog gefunden werden."
+"Order Item Options Setting","Einstellung für Optionen des bestellten Artikels"
+"As M2E Pro was not able to find appropriate option in Magento product you are supposed find and map it manualy.
+ If you want to use the same settings for the similar subsequent orders, select appropriate check-box at the bottom.
+ Note: Magento Order can be only created when all products of eBay Order are found in Magento Catalog.","Da M2E Pro keine entsprechende Option im Magento-Produkt finden konnte, müssen Sie sie selbst finden und manuell zuordnen. Wenn Sie dieselben Einstellungen für ähnliche Folgebestellungen verwenden möchten, wählen Sie unten das entsprechende Kontrollkästchen aus. Hinweis: Eine Magento-Bestellung kann nur dann erstellt werden, wenn alle Produkte der eBay-Bestellung im Magento-Katalog gefunden werden."
+"Channel Options","Channel-Optionen"
+"No channel options are available.","Es sind keine Channel-Optionen verfügbar."
+"Select Option...","Option auswählen…"
+"Save selection for subsequent orders","Auswahl für Folgebestellungen speichern"
+"Selected Product Option is Out of Stock.","Die ausgewählte Produktoption ist nicht mehr vorrätig."
+"Not created orders only","Nur nicht erstellte Bestellungen"
+"Using this, you can see the records for which order(s) were not created in magento.
+ It might happened, because particular product(s) or product option(s) were not found and some action is required for such orders.
+
+ When you open order detail, you can use appropriate options Map to Magento Product or Set Options to correct missing information and create order in magento.","Durch Verwenden dieser Option können Sie die Datensätze einsehen, für die in Magento keine Bestellung(en) erstellt wurde(n). Dazu kann es kommen, wenn konkrete Produkte oder Produktoptionen nicht gefunden wurden und für derartige Bestellungen bestimmte Aktionen erforderlich sind. Wenn Sie die Bestelldetails öffnen, können Sie mithilfe der Optionen Zu Magento-Produkt zuordnen und Optionen festlegen fehlende Angaben ergänzen und Bestellungen in Magento erstellen."
+"M2E Pro has detected, that your System Configuration does not meet minimum requirements, so there might be problems with its work. Please check it and amend appropriate settings.","M2E Pro hat festgestellt, dass Ihre Systemkonfiguration die Mindestanforderungen nicht erfüllt, sodass möglicherweise nicht alle Funktionen korrekt arbeiten. Bitte überprüfen Sie dies und ändern Sie die entsprechenden Einstellungen."
+"Please take a look at Documentation and Knowledge Base .
+ Most probably it has the answer to your question(s).
+ If you still have any questions, fill in the form below to contact our Customer Support.
+ Note: We provide support during our working hours: 10 a.m. - 6 p.m. (GMT+2), mon - fri.","Lesen Sie in der Dokumentation und in der Wissensdatenbank nach. Mit hoher Wahrscheinlichkeit finden Sie dort eine Antwort auf Ihre Frage(n). Falls Sie weiterhin Fragen haben, benutzen Sie das Kontaktformular, um eine Nachricht an unseren Kundenservice zu schicken. Hinweis: Unser Kundenservice steht Ihnen Montag bis Freitag von 10 bis 18 Uhr (UTC+2) zur Verfügung."
+"Subject","Betreff"
+"Contact Name","Name der Kontaktperson"
+"Contact Email","E-Mail-Kontakt"
+"General Problem","Allgemeines Problem"
+"Problem","Problem"
+"No Articles Found","Keine Artikel gefunden"
+"Go To Article →","Weiter zu Artikel ?"
+"Feedback","Bewertungen"
+"No Ideas Found","Keine Ideen gefunden"
+"Go To Idea →","Weiter zu Idee ?"
+"Cron Info","Cron-Informationen"
+"Enter your problem here","Geben Sie Ihr Problem hier ein"
+"This Log contains information on processes, which were done in Synchronization tasks.
+ Note: Logs of Default, Templates, Orders and 3rd Party Listings Synchronizations are only recorded when Error(s) or Warning(s) appears.","Dieses Protokoll enthält Informationen zu Prozessen, die in Synchronisierungsaufgaben ausgeführt wurden. Hinweis: Die Protokolle der Synchronisierung von Standardeinstellungen, Vorlagen, Bestellungen und Angeboten von Drittanbietern werden nur dann aufgezeichnet, wenn Fehler oder Warnungen auftreten."
+"Step","Schritt"
+"Note: If you close the wizard, it never starts again. You will be required to set all settings manually. Press Cancel to continue working with wizard.","Hinweis: Wenn Sie den Assistenten jetzt schließen, wird er kein zweites Mal geöffnet. Sie müssen dann alle Einstellungen manuell vornehmen. Klicken Sie auf „Abbrechen“, um den Assistenten weiter auszuführen."
+"You have set the main M2E Pro settings and now you have to set up the main settings of the chosen Channel(s).","Sie haben jetzt die wichtigsten Einstellungen für M2E Pro vorgenommen. Als nächstes müssen Sie die wichtigsten Einstellungen für den/die ausgewählten Channel festlegen."
+"Cron Job Set Up","Cronjob einrichten"
+"Set up a cron job to run every minute (e.g. * * * * *) to enable automatic work of the extension.
+ Otherwise, some processes will not work (i.e. synchronization tasks, logs cleaning).","Richten Sie einen Cronjob ein, der einmal pro Minute ausgeführt wird (z.B. * * * * *), damit die Erweiterung automatische Vorgänge durchführen kann. Andernfalls werden manche Prozesse nicht funktionieren (z.B. automatische Synchronisierungsaufgaben oder Protokoll-Löschvorgänge)."
+"Set up Cron Job using PHP","Cronjob mit PHP einrichten"
+"OR","oder"
+"Set up Cron Job using GET","Cronjob mit GET einrichten"
+"Incomplete","Unvollständig"
+"License Set Up","Lizenz einrichten"
+"You need to specify the License Key.
+ Note: M2E Pro does not work without activation.","Sie müssen den Lizenzschlüssel angeben. Hinweis: M2E Pro kann ohne Aktivierung nicht verwendet werden."
+"Settings Set Up","Einstellungen einrichten"
+"In M2E Pro global settings you are required to specify the channel(s) you are going to work with.","In den globalen Einstellungen von M2E Pro müssen die Channel, mit denen Sie arbeiten möchten, eingerichtet werden."
+"You have successfully installed M2E Pro v. %s .
+ Click
+ Start Configuration Wizard to quickly set up main settings or
+ Skip it if you intend to set it later.
+ Note: If you skip the Wizard, it never starts again. You will be required to set all settings manually.","Sie haben M2E Pro Version %s installiert. Klicken Sie auf den Assistenten Konfiguration starten , um die Haupteinstellungen schnell und einfach einzurichten, oder klicken Sie auf Überspringen , wenn Sie die Einstellungen später konfigurieren möchten. Hinweis: Wenn Sie den Assistenten überspringen, wird er nicht mehr geöffnet. Sie müssen dann alle Einstellungen manuell vornehmen."
+"You have successfully installed M2E Pro v. %s.
+ The next step is setting up of the main settings, such as Cron job, Licensing (extension does not work without license)
+ and others to enable a proper work of the extension.
+ In the table below there are recommended server settings, which guaranty a stable work of the extension.
+ Press the Start Configuration button to start setting M2E Pro configuration.","Sie haben M2E Pro Version %s installiert. Als Nächstes müssen Sie die wichtigsten Einstellungen wie den Cronjob, die Lizenzierung (die Erweiterung kann nicht ohne gültige Lizenz verwendet werden) und andere Einstellungen vornehmen, um die Funktionen der Erweiterung nutzen zu können. In der folgenden Tabelle finden Sie die empfohlenen Servereinstellungen, mit denen die Erweiterung stabil und zuverlässig ausgeführt werden kann. Klicken Sie auf Konfiguration starten , um mit der Konfiguration von M2E Pro zu beginnen."
+"Congratulations, you have successfully linked your eBay account to M2E Pro.","Herzlichen Glückwunsch! Sie haben Ihr eBay-Konto mit M2E Pro verknüpft."
+"You can change it if you need.","Bei Bedarf lässt sich dies ändern."
+"Import Orders","Bestellungen importieren"
+"Import 3rd Party Items","Artikel von Drittanbietern importieren"
+"Import Feedback","Bewertungen importieren"
+"Now, create an M2E Pro Listing. This will allow you to define specific settings on eBay.","Erstellen Sie jetzt ein M2E Pro-Angebot und legen Sie so konkrete Einstellungen bei eBay fest."
+"Please ensure your personal information is correct","Vergewissern Sie sich, dass Ihre persönlichen Angaben korrekt sind."
+"Email","E-Mail"
+"First Name","Vorname"
+"Last Name","Nachname"
+"Postal Code","Postleitzahl"
+"This information will be sent to M2E Pro for approval.
+ Read more in our Privacy Policy .","Diese Angaben werden zur Überprüfung an M2E Pro gesendet. Mehr dazu erfahren Sie in unserer Datenschutzerklärung ."
+"Please sign into eBay to link M2E to your eBay account and proceed to the next step.","Loggen Sie sich bitte bei eBay ein, um M2E mit Ihrem eBay-Konto zu verknüpfen und mit dem nächsten Schritt fortzufahren."
+"Sign into eBay Sandbox","Bei eBay Sandbox einloggen"
+"If you don't have an eBay account, please create one. It's easy, fast and free.","Wenn Sie noch kein eBay-Konto haben, melden Sie sich bitte an. Das ist einfach, geht schnell und kostet nichts."
+"Please verify the below information is valid before we register you with M2E.","Bitte überprüfen Sie die unten aufgeführten Angaben auf ihre Gültigkeit, bevor wir Sie bei M2E registrieren."
+"Register Your Free M2E Extension","Ihre kostenlose M2E-Erweiterung registrieren"
+"The eBay token obtaining is currently unavailable. Please try again later.","Der eBay-Token kann derzeit nicht bezogen werden. Bitte versuchen Sie es später noch einmal."
+"eBay/Magento Integration: Listing","eBay/Magento-Integration: Angebot"
+"Creating a new listing in one of your first jobs. Don't worry. It's easy to do.","Erstellen Sie als eine Ihrer ersten Aufgaben ein neues Angebot. Keine Angst. Das geht ganz einfach."
+"Think of an M2E Listing as a set of policies that will determine the type of items you wish to sell. You can create as many M2E Listings as you need.","Ein M2E-Angebot ist so etwas wie ein Satz von Rahmenbedingungen, die bestimmen, wie die Artikel, die Sie verkaufen möchten, angeboten werden. Sie können so viele M2E-Angebote erstellen, wie Sie benötigen."
+"Creating an M2E Listing with certain characteristics means you won't need to input these characteristics again and again every time you wish to sell an item.","Wenn Sie M2E-Angebote mit bestimmten Merkmalen erstellen, bedeutet das, dass Sie diese Merkmale nicht jedes Mal neu eingeben müssen, wenn Sie einen Artikel verkaufen möchten."
+"There are %s stages to complete to create a successful M2E Listing in %s Mode:","Zum Erstellen eines M2E-Angebots im %s-Modus müssen Sie %s Schritte durchführen, um die entsprechenden Einstellungen festzulegen:"
+"General Settings – information about which eBay site you wish to list on, your eBay User ID and which Magento Store settings you wish to use","Allgemeine Einstellungen : Hier geben Sie an, auf welcher eBay-Website Sie Ihre Artikel einstellen möchten, wie Ihr eBay-Nutzername lautet und welche Magento-Store-Einstellungen verwendet werden sollen."
+"Payment and Shipping Settings – what are your shipping charges, your Returns Policy and how do you wish to get paid","Zahlungs- und Versandeinstellungen : Hier geben Sie Ihre Versandgebühren, Ihre Rücknahmebedingungen und die von Ihnen akzeptierten Zahlungsmethoden an."
+"Selling Settings – more detailed information about the type of eBay listing and how long your item will be on sale","Verkaufseinstellungen : Hier machen Sie ausführlichere Angaben zur Art des eBay-Angebots und dazu, wie lange Ihr Artikel zum Verkauf verfügbar sein soll."
+"Synchronization Setting – how your items are synchronized on eBay","Synchronisierungseinstellungen : Hier legen Sie fest, wie Ihre Artikel bei eBay synchronisiert werden."
+"Please select an M2E Mode","Wählen Sie einen M2E-Modus aus."
+"There are two modes available to you.
+
+ We have chosen the mode we think is most suitable for you, based on your selling history, but you can change this if you prefer.","Sie können zwischen zwei Modi wählen. Wir haben den Modus gewählt, der aufgrund Ihrer bisherigen Verkäufe unserer Meinung nach am besten für Sie geeignet ist, Sie können diesen Modus aber gern ändern."
+"Simple","Einfach"
+"Suitable for new users and for those with a limited inventory.","Dieser Modus eignet sich für neue Nutzer und Nutzer mit einem begrenzten Warenbestand."
+"Advanced","Profi-Option"
+"Suitable for the more experienced user.","Dieser Modus eignet sich für erfahrenere Nutzer."
+"If you're not sure which mode to choose, go for the Simple Mode.
+ Don't worry you can change it later in %s -> Configuration -> General","Wenn Sie unsicher sind, welchen Modus Sie wählen sollten, empfehlen wir, den Modus „Einfach“ zu verwenden. Unter %s > „Konfiguration“ > „Allgemeines“ können Sie diesen Modus jederzeit ändern."
+"eBay/Magento Integration: Products Management","eBay/Magento-Integration: Produktverwaltung"
+"Congratulations, you have successfully created your first M2E Listing. You're well on your way to your first items appearing on eBay.","Herzlichen Glückwunsch! Sie haben Ihr erstes M2E-Angebot erstellt. Damit haben Sie eine Grundvoraussetzung dafür erfüllt, dass Ihre Artikel auch bei eBay erscheinen."
+"Next up is to select the products from your Magento Store that you want to list on eBay. ","Als Nächstes müssen Sie die Produkte aus Ihrem Magento-Store auswählen, die bei eBay eingestellt werden sollen. "
+"Any products on your Magento Store that fulfil your M2E Listing criteria can be chosen.","Zur Wahl stehen alle Produkte in Ihrem Magento-Store, die Ihre M2E-Einstellungskriterien erfüllen."
+"Once you've chosen your products, assign them to the correct eBay category.","Nachdem Sie Ihre Produkte ausgewählt haben, weisen Sie diese der richtigen eBay-Kategorie zu."
+"You can adjust the price that you sell your items for on eBay in relation to your shop price. You might want to increase your selling price to take into account the fees for selling on eBay.
+ Or, reduce your price to be competitive.","Sie können für die Artikel, die Sie bei eBay verkaufen, einen anderen als den in Ihrem Magento-Store festgelegten Preis angeben. So könnten Sie z.B. einen höheren Verkaufspreis festlegen, um die Gebühren zu berücksichtigen, die beim Verkaufen bei eBay anfallen. Sie könnten Ihre Artikel aber auch zu einem niedrigeren Preis anbieten, um so konkurrenzfähig zu sein."
+"Wizard (Video Tutorial)","Assistent (Video-Infotour)"
+"Combine Magento - the best-selling ecommerce web application–and eBay – the world's favourite marketplace","Kombinieren Sie Magento, die führende E-Commerce-Webanwendung, mit eBay, dem weltweit beliebten Marktplatz."
+"M2E is a free Magento extension that enables you to sell your products on eBay and manage your sales from your Magento store.","M2E ist eine kostenlose Magento-Erweiterung, mit der Sie Ihre Produkte bei eBay verkaufen und Ihre Verkäufe aus Ihrem Magento-Store verwalten können."
+"Using M2E is an easy way to display your products in front of millions of buyers on eBay. It's free, quick and simple to set up. You choose which products to sell, the quantity and price. Using eBay means your items are automatically optimized for mobile – the biggest retail growth area.","Mit M2E können Sie Ihre Produkte ganz einfach Millionen von eBay-Käufern präsentieren. Das Tool ist kostenlos, schnell und einfach einzurichten. Sie legen fest, welche Produkte Sie in welcher Stückzahl und zu welchem Preis verkaufen möchten. Wenn Sie eBay nutzen, bedeutet das, dass Ihre Artikel automatisch für Mobilgeräte und damit für den am schnellsten wachsenden Verkaufskanal im Einzelhandel optimiert werden."
+"The first step is to link Magento to your eBay account.","Der erste Schritt besteht darin, Magento mit Ihrem eBay-Konto zu verknüpfen."
+"If you already have an eBay account, check that you are registered as an eBay business seller. If you don't yet have an eBay account it's easy to create one.","Wenn Sie bereits ein eBay-Konto haben, vergewissern Sie sich bitte, dass Sie als gewerblicher eBay-Verkäufer angemeldet sind. Wenn Sie noch kein eBay-Konto haben, melden Sie sich einfach als neuer Nutzer an."
+"You have successfully installed M2E Pro v. %s .
+ Click
+ Start Configuration Wizard to quickly set up main settings","Sie haben M2E Pro Version %s installiert. Klicken Sie auf den Assistenten Konfiguration starten , um in wenigen Schritten die Haupteinstellungen festzulegen."
+"Step %d","Schritt %d"
+"Congratulations!
+ You have successfully installed the new version of M2E Pro.
+ In this version 'Sell on eBay' has been separated from the other channels and completely updated. All data was successfully migrated but we would recommend you check the settings in light of the changes we’ve identified below.
+ ","Herzlichen Glückwunsch! Sie haben die neue Version von M2E Pro installiert. In dieser Version wurde „Bei eBay verkaufen“ von den anderen Channels getrennt und vollständig überarbeitet. Es wurden zwar alle Daten migriert, aber wir empfehlen dennoch, dass Sie angesichts der im Folgenden aufgeführten Änderungen Ihre Einstellungen noch einmal überprüfen. "
+"1) Templates have been replaced by Policies","1) Vorlagen wurden durch Rahmenbedigungen ersetzt."
+"All templates are now policies. Use these to create all the necessary settings for listing Magento products on eBay.
+ The templates have been renamed:
+
+
+
+ Previously known as:
+ New name of policy:
+ What’s included:
+
+
+ General
+ Payment
+ How buyers pay you
+
+
+ General
+ Shipping
+ Your shipping costs and service
+
+
+ General
+ Returns
+ Your returns window and who pays postage
+
+
+ Selling Format
+ Price, Quantity and Format
+ Detailed information including price, quantity and listing duration
+
+
+ Description, listing upgrades, product details and condition
+ Description
+ Settings to help you accurately describe your items
+
+
+ Synchronization
+ Synchronization
+ Settings for autosynchronization between Magento and eBay
+
+
+ ","Alle Vorlagen sind jetzt Rahmenbedingungen. Diese können Sie verwenden, um beim Einstellen von Magento-Produkten bei eBay alle notwendigen Einstellungen festzulegen. Die Vorlagen wurden umbenannt: Bisheriger Name: Neuer Name der Rahmenbedingung: Wofür gilt diese Preisaktion: Allgemeines Zahlung Hier können Sie angeben, wie Sie Ihr Geld von den Käufern erhalten möchten Allgemeines Versand Ihre Versandkosten und -services Allgemeines Rücknahmen Ihr Zeitfenster für Rücknahmen und Angaben dazu, wer die Versandkosten trägt Angebotsformat Preis, Stückzahl und Format Ausführliche Informationen, darunter Preis, Stückzahl und Angebotsdauer Beschreibung, Zusatzoptionen, Produktdetails und Artikelzustand Beschreibung Einstellungen zur Unterstützung bei der korrekten Beschreibung Ihrer Artikel Synchronisierung Synchronisierung Einstellungen für die automatische Synchronisierung zwischen Magento und eBay
"
+"2) Easier to create new listings","2) Das Erstellen neuer Angebote wurde vereinfacht"
+"It’s now quicker and easier to create eBay listings. You can set up a single listing from scratch using custom setting mode or use previously saved information. You can also edit listings individually or in bulk with details in your listing settings*, policies and custom settings.
+
+
+ When your listings have been created, you can choose between 3 different modes to view and filter them:
+
+
+ eBay – displays product information related to eBay so it’s easy to find and edit listings in bulk (for example, list, relist, revise, stop etc)
+ Magento - displays product information related to the Magento catalogue such as Magento QTY, stock Status etc.
+ Settings – displays information in relation to the product settings (for example Selling settings, eBay categories etc) to make it easy to change settings in bulk.
+
+
+ * Attributes have been removed from listing settings.
+ ","Das Erstellen von eBay-Angeboten geht jetzt schneller und einfacher. Sie können entweder ein einzelnes Angebot ganz neu erstellen und dabei individuelle Einstellungen verwenden oder Sie können auf zuvor gespeicherte Informationen zurückgreifen. Außerdem können Sie Angebote einzeln oder gebündelt bearbeiten und dabei Details aus Ihren Angebotseinstellungen*, Rahmenbedingungen und individuellen Einstellungen verwenden. Wenn Ihre Angebote erstellt sind, können Sie für das Anzeigen und Filtern dieser Angebote zwischen den folgenden drei Modi wählen: eBay : Die angezeigten Produktinformationen beziehen sich auf eBay, sodass Angebote ganz einfach gesucht und gebündelt bearbeitet werden können (z.B. um sie einzustellen, wiedereinzustellen, zu überarbeiten, anzuhalten usw.). Magento : Die angezeigten Produktinformationen beziehen sich auf den Magento-Katalog (z.B. Magento-Stückzahl, Bestandsstatus usw.). Einstellungen : Die angezeigten Informationen beziehen sich auf die Produkteinstellungen (z.B. Verkaufseinstellungen, eBay-Kategorien usw.), damit die Einstellungen ganz einfach gebündelt geändert werden können. * „Attribute“ wurde aus den Angebotseinstellungen entfernt. "
+"Please check video tutorials to have quick overview of new UI.","Einen schnellen Überblick über die neue Benutzeroberfläche erhalten Sie in den Video-Infotouren."
+"3) Other improvements and changes","3) Weitere Verbesserungen und Änderungen"
+"
+ eBay Fee estimation has been added to the listing view, allowing you to see how much you’ll be charged for listing your item on eBay.
+
+ Automatic currency rate conversion has been added. If Magento has the currency conversion rate, it will be converted automatically to all your prices.
+
+ List / Relist Schedule has been removed from Amazon, Rakuten.com and Play.com synchronization templates and updated for eBay. It now covers both list and relist rules.
+
+ The following terms have been rephrased for eBay:
+
+
+ Account title is now eBay User ID
+ Marketplace is now eBay site
+ Template is now Policy
+ Actions On Categories' Products is now Automatic Actions
+
+
+ Simple / Advanced Mode for eBay . There are now two modes available for eBay.
+
+
+ Simple - for new users and those with limited inventory;
+ Advanced - for more experienced users.
+
+ You can change the mode any time in Sell on eBay > Configuration > General.
+
+ The global settings for M2E have been moved and divided into:
+
+
+ Common – for all channels. Find these settings in Magento > System > Configuration and select M2E Pro;
+ eBay settings. Find these settings in Sell on eBay > Configuration > General.
+
+
+ "," Die Angebotsansicht wurde um die Funktion Schätzung der eBay-Gebühren erweitert, sodass Sie sehen, welche Gebühren Ihnen für das Einstellen Ihres Artikels bei eBay berechnet werden. Automatische Währungskursumrechnung wurde hinzugefügt. Wenn in Magento der Wechselkurs angegeben ist, werden alle Ihre Preise automatisch umgerechnet. Einstellungs-/Wiedereinstellungsplan wurde aus den Amazon-, Rakuten.com- und Play.com-Synchronisierungsvorlagen entfernt und für eBay überarbeitet. Die Funktion berücksichtigt jetzt sowohl die Regeln für das Einstellen als auch die Regeln für das Wiedereinstellen. Die folgenden Begriffe wurden für eBay geändert: „Kontobezeichnung“ heißt jetzt eBay-Nutzername . „Marktplatz“ heißt jetzt eBay-Website . „Vorlage“ heißt jetzt Rahmenbedingungen . „Aktionen für Produkte aus Kategorien“ heißt jetzt Automatische Aktionen . Einfacher/Erweiterter Modus für eBay . Für eBay stehen jetzt zwei Modi zur Verfügung. Einfach : Dieser Modus eignet sich für neue Nutzer und Nutzer mit begrenztem Warenbestand. Erweitert : Dieser Modus eignet sich für erfahrenere Nutzer. Sie können den Modus jederzeit ändern. Gehen Sie dazu zu „Bei eBay verkaufen“ > „Konfiguration“ > „Allgemeines“. Die globalen Einstellungen für M2E wurden verschoben und wie folgt unterteilt: „Allgemein“: Für alle Channels. Sie finden diese Einstellungen unter „Magento“ > „System“ > „Konfiguration“ und dort unter „M2E Pro“. „eBay-Einstellungen“. Sie finden diese Einstellungen unter „Bei eBay verkaufen“ > „Konfiguration“ > „Allgemeines“. "
+"Migration Notifications","Migrations-Benachrichtigungen"
+"Below you can find all changes that have been made after migration. Click on the links to check or edit changed options.","Im Folgenden finden Sie alle Änderungen, die im Rahmen der Migration vorgenommen wurden. Klicken Sie auf die Links, um die geänderten Optionen zu überprüfen und bei Bedarf zu bearbeiten."
+"You have no notifications of Migration!","Sie haben keine Migrations-Benachrichtigungen!"
+"eBay accounts have been renamed","eBay-Konten wurden umbenannt"
+"eBay Condition has been changed in the next Description Templates","„eBay-Zustand“ wurde in den nächsten Beschreibungsvorlagen geändert"
+"Ignore variation option has been moved from eBay General template to the Selling Format policy and set to default 'No'.
+ Below you can find the listings that used 'Yes' in this option. Please, check their the Selling Format settings to make sure the option has the value you need.
+ ","Die Option „Varianten ignorieren“ wurde von der eBay-Vorlage „Allgemeines“ in die „Angebotsformat“-Rahmenbedingungen verschoben und standardmäßig auf „Nein“ festgelegt. Im Folgenden sind die Angebote aufgeführt, bei denen die Einstellung für diese Option „Ja“ lautet. Bitte überprüfen Sie die „Angebotsformat“-Einstellungen und stellen Sie so sicher, dass die Option den erforderlichen Wert hat. "
+"'Products Presented in Other listings' option has been removed from the listing settings.
+ Instead of it you can use Advanced Filter on the Add products page.
+ Listings which used 'Do Not Show' in this option are displayed below
+ ","Die Option „In anderen Angeboten aufgeführte Produkte“ wurde aus den Angebotseinstellungen entfernt. Stattdessen können Sie „Erweiterte Filter“ auf der Seite „Produkte hinzufügen“ verwenden. Im Folgenden sind die Angebote aufgeführt, bei denen für diese Option „Nicht anzeigen“ festgelegt wurde. "
+"Activation and Deactivation Synchronization Template options have been removed from the listings settings.
+ Synchronization template (policy) settings take effect immediately and will be active during whole its life.
+ The listings below used these options","Die Optionen „Aktivierung“ und „Deaktivierung“ der Synchronisierungsvorlage wurden aus den Angebotseinstellungen entfernt. Die Einstellungen für die Synchronisierungsvorlage (Rahmenbedingungen) sind sofort wirksam und bleiben während ihrer gesamten Gültigkeitsdauer aktiv. Die im Folgenden aufgeführten Angebote haben diese Optionen verwendet."
+"Schedule has been updated for eBay Synchronization policy. It now covers both list and relist rules.","Die Planungsfunktion wurde mit Blick auf die eBay-Synchronisierungs-Rahmenbedingungen aktualisiert. Die Funktion berücksichtigt jetzt sowohl die Regeln für das Einstellen als auch die Regeln für das Wiedereinstellen."
+"'Delay After End' option has been removed from eBay Synchronization template (policy). 'Immediate' is used instead of it in the listings below.","Die Option „Wartezeit nach Ende“ wurde aus der eBay-Synchronisierungsvorlage (Rahmenbedingungen) entfernt. In den unten aufgeführten Angeboten wurde stattdessen „Sofort“ verwendet."
+"Schedule has been removed from Amazon, Rakuten.com and Play.com.
+ The Schedule was listed in the listings below.
+ ","Die Planungsfunktion wurde für Amazon, Rakuten.com und Play.com entfernt. In den im Folgenden aufgeführten Angeboten wurde die Planungsfunktion verwendet. "
+"Custom value option has been removed from eBay Product Items Details settings (General template > Item Specifics).
+ Please, check the Description policies below","Die Option „Benutzerdefinierter Wert“ wurde aus den Einstellungen „eBay-Produktartikeldetails“ (Vorlage „Allgemeines“ > „Artikelmerkmale“) entfernt. Bitte überprüfen Sie die Beschreibungs-Rahmenbedingungen unten."
+"During migration M2E has found unused Description templates (policies). Check if you need them.","Bei der Migration hat M2E nicht verwendete Beschreibungsvorlagen (Rahmenbedingungen) gefunden. Bitte überprüfen Sie, ob Sie diese benötigen."
+"Possible Conversions","Mögliche Umrechnungen"
+"Rate","Gebühr"
+"Price Coefficient","Koeffizient Preis"
+"Sale Price Coefficient","Koeffizient Verkaufspreis"
+"Store Currency (%s)","Shop-Währung (%s)"
+"Marketplace Currency (%s)","Marktplatz-Währung (%s)"
+"Conversion will not be performed.","Es erfolgt keine Umrechnung."
+"Conversion will be performed.","Es erfolgt eine Umrechnung."
+"Start Price Coefficient","Koeffizient Startpreis"
+"Buy It Now Price Coefficient","Koeffizient Sofort-Kaufen-Preis"
+"Reserve Price Coefficient","Koeffizient Mindestpreis "
+"converted from %s","umgerechnet von %s"
+"Price Euro Coefficient","Koeffizient Preis Euro"
+"Price GBR Coefficient","Koeffizient Preis GBR"
+"Invalid coefficient format.","Koeffizient hat ungültiges Format."
+"Selling Format Currency Conversion","Währungsumrechnung Angebotsformat"
+"In the table below you can see Selling Format templates, which prices will be converted.
+ The currency rate you can check in Manage currency rate settings. If you need to correct the prices, use coefficients.
+ ","In der Tabelle unten werden die Vorlagen für das Angebotsformat angezeigt und welche Preise umgerechnet werden. Welcher Wechselkurs verwendet wird, können Sie in den Einstellungen unter Wechselkurse verwalten überprüfen. Wenn Sie die Preise korrigieren müssen, verwenden Sie Koeffizienten. "
+"You have successfully upgraded to M2E Pro v. %s .
+ Click
+ Start Migration Wizard to quickly set up main settings","Sie haben M2E Pro Version %s installiert. Klicken Sie auf den Assistenten Migration starten , um in wenigen Schritten die Haupteinstellungen festzulegen."
diff --git a/i18n/de_DE.csv b/i18n/de_DE.csv
new file mode 100644
index 000000000..d2a098b65
--- /dev/null
+++ b/i18n/de_DE.csv
@@ -0,0 +1,4438 @@
+"eBay Motors","eBay Motors"
+"Feedback Synchronization","Bewertungen synchronisieren"
+"Task ""3rd Party Listings Synchronization"" for eBay account: ""%s"" is in data processing state. Please wait...","Die Aufgabe „Angebote von Drittanbietern synchronisieren“ für das eBay-Konto „%s“ befindet sich im Status Datenverarbeitung. Bitte warten Sie..."
+"Task ""Update Listings Products"" for eBay account: ""%s"" is in data processing state. Please wait...","Die Aufgabe „Produkte in Angeboten aktualisieren“ für das eBay-Konto „%s“ befindet sich im Status Datenverarbeitung. Bitte warten Sie..."
+"Task ""Update 3rd Party Listings"" for eBay account: ""%s"" is in data processing state. Please wait...","Die Aufgabe „Angebote von Drittanbietern aktualisieren“ für das eBay-Konto „%s“ befindet sich im Status Datenverarbeitung. Bitte warten Sie..."
+"Payment Status was updated to Paid on eBay. As Magento Order #%order_id% can have wrong data, it have to be cancelled.","Der Zahlungsstatus wurde bei eBay auf „Bezahlt“ aktualisiert. Magento-Bestellnummer %order_id% wurde storniert, da sie möglicherweise inkorrekte Daten enthält."
+"Task ""Orders Cancellation Synchronization"" for eBay account: ""%s"" is in data processing state. Please wait...","Die Aufgabe „Bestellungsstornierung synchronisieren“ für das eBay-Konto „%s“ befindet sich im Status Datenverarbeitung. Bitte warten Sie..."
+"Attention! Last eBay AUTOMATIC synchronization was performed by cron more than %s hours ago. You should set up cron job, otherwise no automatic synchronization will be performed. You can check this %sarticle%s to get how to set cron job. The command for cron job for your server environment can be found %shere%s.","Wichtiger Hinweis! Die letzte automatische Synchronisierung mit eBay wurde von cron vor mehr als %s Stunden durchgeführt. Sie sollten einen Cronjob einrichten. Andernfalls wird keine automatische Synchronisierung durchgeführt. Weitere Informationen zum Thema Einrichten von Cronjobs finden Sie in diesem %sArtikel%. Den Befehl für Cronjobs für Ihre Serverumgebung finden Sie %hier%."
+"Please select and update eBay marketplaces before adding new General Templates.","Bitte wählen und aktualisieren Sie Ihre eBay-Marktplätze , bevor Sie neue allgemeine Vorlagen hinzufügen."
+"The ""Categories Synchronization"" action for eBay Site: ""%s"" is in data processing mode. Please wait...","Die Aktion „Kategorien synchronisieren“ für die eBay-Website „%s“ befindet sich im Datenverarbeitungsmodus. Bitte warten Sie..."
+"The ""Categories Synchronization"" action for eBay Site: ""%mrk%"" is in data processing mode. Please wait...","Die Aktion „Kategorien synchronisieren“ für die eBay-Website „%mrk%“ befindet sich im Datenverarbeitungsmodus. Bitte warten Sie..."
+"An error occured while listing the item. The item has been blocked. The next M2E Synchronization will resolve the problem.","Beim Einstellen des Artikels ist ein Fehler aufgetreten. Der Artikel wurde gesperrt. Dieses Problem wird bei der nächsten M2E-Synchronisierung behoben."
+"ID","Artikelnr."
+"Text","Text"
+"Creation Date","Erstellungsdatum"
+"Update Date","Aktualisierungsdatum"
+"Edit","Bearbeiten"
+"Delete","Löschen"
+"Add Template","Vorlage hinzufügen"
+"Save","Speichern"
+"Update","Aktualisierung"
+"Get Token","Token abrufen"
+"Synchronization Settings","Synchronisierungseinstellungen"
+"Refresh","Aktualisieren"
+"Hide","Ausblenden"
+"Configuration","Konfiguration"
+"General","Allgemeines"
+"3rd Party Listings","Angebote von Drittanbietern"
+"eBay Store","eBay Shop"
+"Orders","Bestellungen"
+"Feedback","Bewertungen"
+"Edit%s Account","%s-Mitgliedskonto bearbeiten"
+"Add%s Account","%s-Mitgliedskonto hinzufügen"
+"Save And Close","Speichern und schließen"
+"Save And Continue Edit","Speichern und weiter bearbeiten"
+"Back","Zurück"
+"eBay User ID","eBay-Nutzername"
+"Add Account","eBay-Konto hinzufügen"
+"Category","Kategorie"
+"eBay Primary","Hauptkategorie bei eBay"
+"eBay Secondary","Zweite Kategorie bei eBay"
+"Store Primary","Hauptkategorie des Shops"
+"Store Secondary","Zweite Kategorie des Shops"
+"Specifics","Merkmale"
+"Edit eBay Primary Category","Hauptkategorie bei eBay bearbeiten"
+"Title","Artikelbezeichnung"
+"Primary","Hauptkategorie"
+"Secondary","Zweitkategorie"
+"Type","Typ"
+"eBay Site","eBay-Website"
+"Account","Konto"
+"State","Bundesland"
+"Active","Aktiv"
+"Removed","Entfernt"
+"Actions","Aktionen"
+"Magento Attribute","Magento-Attribut"
+"Any","Beliebig"
+"eBay Sites","eBay-Websites"
+"Synchronization","Synchronisierung"
+"Policies","Rahmenbedingungen"
+"Categories In Use","Verwendete Kategorien"
+"Account Settings","Kontoeinstellungen"
+"Global Settings","Globale Einstellungen"
+"Close","Schließen"
+"Send","Senden"
+"Transaction ID","Transaktionsnummer"
+"Item ID","Artikelnummer"
+"Item Title","Artikelbezeichnung"
+"Buyer Feedback Date","Datum der Käuferbewertung"
+"Seller Feedback Date","Datum der Verkäuferbewertung"
+"Neutral","Neutral"
+"Positive","Positiv"
+"Negative","Negativ"
+"Unresponded Feedback","Bewertung ohne Antwort"
+"Responded Feedback","Bewertung mit Antwort"
+"No ID For Auction","Keine ID für Auktion vorhanden"
+"N/A","Keine Angabe"
+"Buyer","Käufer"
+"Seller","Verkäufer"
+"Send Response","Antwort senden"
+"Feedback for account ""%s""","Bewertung für Konto „%s“"
+"Accounts","Konten"
+"Creating A New M2E Listing","Neues M2E-Angebot erstellen"
+"Show Video Tutorial","Video-Infotour anzeigen"
+"Next Step","Nächster Schritt"
+"Categories","Kategorien"
+"Edit Rule","Regel ändern"
+"Delete Rule","Regel löschen"
+"Total","Gesamt"
+"details","Details"
+"Continue","Weiter"
+"Add New Rule","Neue Regel hinzufügen"
+"Magento Category","Magento-Kategorie"
+"eBay Categories","eBay-Kategorien"
+"Primary eBay Category Selected","Hauptkategorie bei eBay ausgewählt"
+"Primary eBay Category Not Selected","Hauptkategorie bei eBay nicht ausgewählt"
+"Edit Primary Category","Hauptkategorie bearbeiten"
+"Edit Store Primary Category","Hauptkategorie des Shops bearbeiten"
+"Edit Categories","Kategorien bearbeiten"
+"Edit Primary Categories","Hauptkategorien bearbeiten"
+"Edit Store Primary Categories","Hauptkategorien des Shops bearbeiten"
+"eBay Primary Category","Hauptkategorie bei eBay"
+"eBay Secondary Category","Zweite Kategorie bei eBay"
+"eBay Store Primary Category","Hauptkategorie des eBay Shops"
+"eBay Store Secondary Category","Zweite Kategorie des eBay Shops"
+"Not Selected","Nicht ausgewählt"
+"Magento Attribute -> %s","Magento-Attribut -> %s"
+"Done","Fertig"
+"Cancel","Abbrechen"
+"Set eBay Categories","eBay-Kategorien festlegen"
+"Set eBay Categories (Based On Magento Categories)","eBay-Kategorien festlegen (auf der Basis von Magento-Kategorien)"
+"Store Primary Category","Hauptkategorie des Shops"
+"Store Secondary Category","Zweite Kategorie des Shops"
+"Category type is not set.","Kategorietyp nicht festgelegt"
+"Recently Used","Zuletzt verwendet"
+"Browse","Durchsuchen"
+"Search","Finden"
+"Set Your eBay Categories","eBay-Kategorien festlegen"
+"Product ID","Produkt-ID"
+"Product Title","Produktbezeichnung"
+"Get Suggested Primary Category","Empfohlene Hauptkategorie abrufen"
+"Reset Categories","Kategorien zurücksetzen"
+"Remove Item","Artikel entfernen"
+"Get Suggested Primary Categories","Empfohlene Hauptkategorien abrufen"
+"Remove Item(s)","Artikel entfernen"
+"Primary eBay Category","Hauptkategorie bei eBay"
+"Secondary eBay Category","Zweite Kategorie bei eBay"
+"Primary eBay Store Category","Hauptkategorie des eBay Shops"
+"Secondary eBay Store Category","Zweite Kategorie des eBay Shops"
+"You have not selected the Primary eBay Category for some products.","Bei einigen Produkten fehlt die Angabe der Hauptkategorie bei eBay."
+"Are you sure?","Sind Sie sicher?"
+"eBay could not assign categories for %s products.","eBay konnte %s Produkte keinen Kategorien zuordnen."
+"Suggested Categories were successfully received for %s product(s).","Für %s Produkt(e) wurden Kategorieempfehlungen empfangen."
+"Set eBay Category","eBay-Kategorie festlegen"
+"Set eBay Category for Product(s)","eBay-Kategorie für Produkt(e) festlegen"
+"Set eBay Primary Category for Product(s)","Hauptkategorie bei eBay für Produkt(e) festlegen"
+"eBay Same Categories","Selbe Kategorien bei eBay"
+"Yes","Ja"
+"No","Nein"
+"eBay Categories Specifics","eBay-Kategorien-Merkmale"
+"Next Category","Nächste Kategorie"
+"Loading. Please wait","Wird geladen Bitte warten"
+"Add Custom Specific","Individuelles Merkmal hinzufügen"
+"Title / Info","Titel/Info"
+"Total Items","Gesamtzahl der Artikel"
+"Active Items","Noch eingestellte Artikel"
+"Inactive Items","Nicht mehr eingestellte Artikel"
+"Sold QTY","Verkaufte Stückzahl"
+"Clear Log(s)","Protokoll(e) löschen"
+"Delete Listing(s)","Angebot(e) löschen"
+"Admin (Default Values)","Admin (Standardwerte)"
+"Magento Store View","Magento-Shop-Ansicht"
+"Manage Products","Produkte verwalten"
+"Add Products from Products List","Produkte aus Produktliste hinzufügen"
+"Add Products from Categories","Produkte aus Kategorien hinzufügen"
+"Automatic Actions","Automatische Aktionen"
+"View Logs","Protokolle anzeigen"
+"Delete Listing","Angebot löschen"
+"Edit Listing Title","Artikelbezeichnung bearbeiten"
+"Edit Listing Settings","Angebotseinstellungen bearbeiten"
+" - Payment And Shipping"," - Zahlung und Versand"
+" - Selling"," - Verkaufen"
+" - Synchronization"," - Synchronisierung"
+"Log For%s Listing","Protokoll für%s-Angebot"
+"Show General Log","Allgemeines Protokoll anzeigen"
+"Listings were not found.","Angebote wurden nicht gefunden."
+"eBay Item ID","eBay-Artikelnummer"
+"Product Name","Produktbezeichnung"
+"Action","Aktion"
+"Description","Beschreibung"
+"Run Mode","Ausführungsmodus"
+"Priority","Priorität"
+"Log For%s 3rd Party Listing","Protokoll für%s Angebot von Drittanbietern"
+"Source","Quelle"
+"Revise Rules","Regeln für das Überarbeiten"
+"Relist Rules","Regeln für das Wiedereinstellen"
+"Stop Rules","Regeln für das Anhalten"
+"Edit%s 3rd Party Synchronization Settings","Einstellungen für die Synchronisierung von %s-Drittanbietern bearbeiten"
+"Product Title / SKU","Produktbezeichnung/Artikelnummer"
+"eBay Available QTY","Verfügbare Stückzahl bei eBay"
+"eBay Sold QTY","Verkaufte Stückzahl bei eBay"
+"eBay Price","Preis bei eBay"
+"Status","Status"
+"Listed","Eingestellt"
+"Listed (Hidden)","Eingestellt (nicht sichtbar)"
+"Sold","Verkauft"
+"Stopped","Angehalten"
+"Finished","Fertig"
+"Pending","Noch offen"
+"Start Date","Startdatum"
+"End Date","Angebotsende"
+"Unmap","Zuordnung aufheben"
+"View Log","Protokoll anzeigen"
+"Clear Log","Protokoll löschen"
+"Revise Item(s)","Artikel überarbeiten"
+"Relist Item(s)","Artikel wiedereinstellen"
+"Stop Item(s)","Artikel anhalten"
+"Map Item(s) Automatically","Artikel automatisch zuordnen"
+"Move Item(s) to Listing","Artikel in Angebot verschieben"
+"Map","Zuordnung"
+"Move","Verschieben"
+"SKU","Artikelnummer"
+"Revise","Überarbeiten"
+"Relist","Wiedereinstellen"
+"Stop","Stopp"
+"Status Change","Statusänderung"
+"Manual","Manuell"
+"Automatic","Automatik"
+"Mapping Product","Produkt wird zugeordnet"
+"Product does not exist.","Produkt existiert nicht."
+"Please enter correct product ID.","Bitte geben Sie die korrekte Produkt-ID ein."
+"Product(s) was successfully mapped.","Produkte wurden zugeordnet."
+"Please enter correct product ID or SKU","Bitte geben Sie die korrekte Produkt-ID oder Artikelnummer ein."
+"Moving eBay Items.","eBay-Artikel verschieben."
+"Products failed to move","Verschieben von Produkten fehlgeschlagen"
+"Product(s) was successfully moved.","Produkte wurden verschoben."
+"Products were not moved. View log for details.","Produkte wurden nicht verschoben. Details dazu finden Sie im Protokoll ."
+"Some of the products were not moved. View log for details.","Einige der Produkte wurden nicht verschoben. Details dazu finden Sie im Protokoll ."
+"Product was successfully mapped.","Produkt wurde zugeordnet."
+"Current eBay version only supports simple products in mapping. Please, choose simple product.","Die aktuelle eBay-Version unterstützt nur Zuordnungen einfacher Produkte. Bitte wählen Sie ein einfaches Produkt."
+"Processing %s product(s).","Produkt(e) %s wird/werden verarbeitet."
+"Task completed. Please wait ...","Aufgabe abgeschlossen. Bitte warten Sie..."
+"""%s"" task has successfully completed.","Die Aufgabe „%s“ wurde erfolgreich abgeschlossen."
+"""%s"" task has completed with warnings. View log for details.","Die Aufgabe „%s“ wurde mit Warnungen abgeschlossen. Details dazu finden Sie im Protokoll ."
+"""%s"" task has completed with errors. View log for details.","Die Aufgabe „%s“ wurde mit Fehlern abgeschlossen. Details dazu finden Sie im Protokoll ."
+"Sending %s product(s) data on eBay.","Daten zu %s-Produkt(en) bei eBay senden."
+"View All Product Log.","Alle Produktprotokolle anzeigen."
+"The listing was locked by another process. Please try again later.","Das Angebot wurde durch einen anderen Vorgang blockiert. Bitte versuchen Sie es später noch einmal."
+"Listing is empty.","Das Angebot ist leer."
+"Listing All Items On eBay","Alle Artikel bei eBay einstellen"
+"Listing Selected Items On eBay","Ausgewählte Artikel bei eBay einstellen"
+"Revising Selected Items On eBay","Ausgewählte Artikel bei eBay überarbeiten"
+"Relisting Selected Items On eBay","Ausgewählte Artikel bei eBay wiedereinstellen"
+"Stopping Selected Items On eBay","Ausgewählte Artikel bei eBay anhalten"
+"Stopping On eBay And Removing From Listing Selected Items","Bei eBay anhalten und ausgewählte Artikel aus dem Angebot entfernen"
+"Map Item(s) to Products","Artikel Produkten zuordnen"
+"Only mapped products must be selected.","Es können nur zugeordnete Produkte ausgewählt werden."
+"Selected items must belong to the same Account and Marketplace.","Die ausgewählten Artikel müssen zu demselben Konto und Marktplatz gehören."
+"Please select items.","Bitte wählen Sie Artikel aus."
+"Please select action.","Bitte wählen Sie eine Aktion."
+"Stock Availability","Verfügbarkeit"
+"In Stock","Auf Lager"
+"Out of Stock","Nicht mehr vorrätig"
+"Price","Preis"
+"Qty","Stückzahl"
+"Based on Magento Categories","Auf der Basis von Magento-Kategorien"
+"You must select at least 1 category.","Sie müssen mindestens 1 Kategorie auswählen."
+"Rule with the same title already exists.","Es gibt bereits eine Regel mit dieser Bezeichnung."
+"Listing Settings Customization","Anpassung der Angebotseinstellungen"
+"eBay/Magento Integration: Products Management","eBay/Magento-Integration: Produktverwaltung"
+"Congratulations","Herzlichen Glückwunsch"
+"Review Your Items","Artikel überprüfen"
+"List Your Items Now","Artikel jetzt einstellen"
+"Remove","Entfernen"
+"of","von"
+"Visibility","Visibilität"
+"Websites","Websites "
+"Select Products","Produkte auswählen"
+"Start Configure","Konfigurieren starten"
+"
+ Do you want to set up a rule by which products will be automatically added or deleted from the current M2E listing?
+ .
+
+Click Start Configure to create a rule or Cancel if you do not want to do it now.
+
+Note: You can always return to it by clicking Automatic Action button on this page."," Möchten Sie eine Regel einrichten, die dafür sorgt, dass Produkte automatisch zum aktuellen M2E-Angebot hinzugefügt oder aus diesem entfernt werden? . Wenn Sie jetzt eine Regel erstellen möchten, klicken Sie auf „Konfigurieren starten“. Wenn Sie jetzt keine Regel erstellen möchten, klicken Sie auf „Abbrechen“.Hinweis: Über die Schaltfläche „Automatische Aktion“ auf dieser Seite können Sie jederzeit dorthin zurückkehren."
+"Yes, I Want","Ja"
+"No, Skip It","Nein, jetzt nicht"
+"Do you want to customise M2E Listing settings for the necessary products?","Möchten Sie die M2E-Angebotseinstellungen für die erforderlichen Produkte anpassen?"
+"It is possible to override default settings you set on the previous steps and set different
+ settings for the group of products.","Sie können die zuvor festgelegten Standardeinstellungen außer Kraft setzen und für die Produktgruppe andere Einstellungen festlegen."
+"Remember my choice","Einstellungen fürs nächste Mal speichern"
+"Product Title / Listing / SKU","Produktbezeichnung/Angebot/Artikelnummer"
+"Listing Type","Angebotstyp"
+"M2E Pro","M2E Pro"
+"3rd Party","Drittanbieter"
+"""Buy It Now"" Price","Sofort-Kaufen-Preis"
+"Unknown","Unbekannt"
+"Not Listed","Nicht eingestellt"
+"Manage","Verwalten"
+"Listing","Angebot"
+"receiving","empfangen"
+"none","Keine"
+"Go to listing","Angebot aufrufen"
+"Payment and Shipping Settings","Zahlungs- und Versandeinstellungen"
+"Payment","Zahlung"
+"Use from Listing Settings","Aus Angebotseinstellungen beziehen"
+"Custom Settings","Benutzerspezifische Einstellungen"
+"M2E Pro Policy","M2E Pro-Rahmenbedingung"
+"eBay Policy","eBay-Rahmenbedingung"
+"Shipping","Versand"
+"Return","Rücknahme"
+"Selling Settings","Verkaufseinstellungen"
+"Price, Quantity and Format","Preis, Stückzahl und Format"
+"Edit Settings","Einstellungen bearbeiten"
+"Edit Payment and Shipping Settings","Zahlungs- und Versandeinstellungen bearbeiten"
+"Edit Selling Settings","Verkaufseinstellungen bearbeiten"
+"Edit Synchronization Settings","Synchronisierungseinstellungen bearbeiten"
+"M2E Pro -> ","M2E Pro -> "
+"eBay -> ","eBay-Team -> "
+"for","für"
+"Set Products Settings","Produkteinstellungen festlegen"
+"Add Products","Produkte hinzufügen"
+"Payment and Shipping","Zahlung und Versand"
+"Selling","Verkaufen"
+"Edit Listing Settings ""%s""","Angebotseinstellungen „%s“ bearbeiten"
+"Previous Step","Vorheriger Schritt"
+"Data source is invalid.","Datenquelle ist ungültig."
+"Session key is not defined.","Sitzungsschlüssel ist nicht definiert."
+"Save as New Policy","Als neue Rahmenbedingung speichern"
+"Template nick is not defined.","Vorlagenkurzname ist nicht definiert."
+"Template mode is not initialized.","Vorlagenmodus ist nicht initialisiert."
+"Product Title / SKU / eBay Category","Produktbezeichnung/SKU/eBay-Kategorie"
+"Available QTY","Verfügbare Stückzahl"
+"Adviser","Berater"
+"List Item(s) on eBay","Artikel bei eBay einstellen"
+"Revise Item(s) on eBay","Artikel bei eBay überarbeiten"
+"Relist Item(s) on eBay","Artikel bei eBay wiedereinstellen"
+"Stop Item(s) on eBay","Artikel bei eBay anhalten"
+"Stop on eBay / Remove From Listing","Bei eBay anhalten/Aus Angebot entfernen"
+"Move Item(s) to Another Listing","Artikel in anderes Angebot verschieben"
+"Edit eBay Categories Settings","Einstellungen für eBay-Kategorien bearbeiten"
+"eBay Fee","eBay-Gebühr"
+"estimate","Schätzung"
+"List","Einstellen"
+"Stop on Channel / Remove from Listing","Im Channel anhalten/Aus Angebot entfernen"
+"Success","Erfolg"
+"Notice","Hinweis"
+"Warning"," Hinweis "
+"Error","Fehler"
+"Product(s) was not moved. View log for details.","Produkte wurden nicht verschoben. Details dazu finden Sie im Protokoll ."
+"Some product(s) was not moved. View log for details.","Einige Produkte wurden nicht verschoben. Details dazu finden Sie im Protokoll ."
+"Estimated Fee Details","Details zur Gebührenschätzung"
+"Please check eBay Motors compatibility attribute.
+ You can find it in %s > Configuration > General .","Bitte prüfen Sie das Attribut für die Kompatibilität mit eBay Motors. Sie finden das Attribut in %s > „Konfiguration“ > „Allgemeines “."
+"Fees are not set.","Keine Gebühren festgelegt."
+"Errors are not set.","Keine Fehlermeldungen festgelegt."
+"eBay","eBay"
+"Settings","Einstellungen"
+"Magento","Magento"
+"View Mode","Ansichtsmodus"
+"View mode is not set.","Kein Ansichtsmodus festgelegt"
+"eBay Primary Category Assigned","Hauptkategorie bei eBay zugeordnet"
+"Compatibility","Kompatibilität"
+"Filled","Ausgefüllt"
+"Empty","Leer"
+"Edit eBay Primary Categories Settings","Einstellungen für Hauptkategorie bei eBay bearbeiten"
+"Edit eBay Store Primary Categories Settings","Einstellungen für Hauptkategorie des eBay Shops bearbeiten"
+"Add Compatible Vehicles","Kompatible Fahrzeuge hinzufügen"
+"Not Set","Nicht festgelegt"
+"Show","Anzeigen"
+"Product","Produkt"
+"Attribute","Attribut"
+"ePIDs","ePIDs"
+"Compatibility Attribute ePIDs","Kompatibilitätsattribut-ePIDs"
+"View Listing","Angebot anzeigen"
+"Change Listing","Angebot ändern"
+"Compatibility Attribute","Kompatibilitätsattribut"
+"From Products List","Aus Produktliste"
+"From Categories","Aus Kategorien"
+"Add Listing","Angebot hinzufügen"
+"Listings","Angebote"
+"Update Now","Jetzt aktualisieren"
+"Save And Update","Speichern und aktualisieren"
+"ePID","ePID"
+"Car / Truck","Pkw/Lkw"
+"Motorcycle","Motorrad"
+"Make","Marke"
+"Model","Modell"
+"Submodel","Untermodell"
+"Year","Jahr"
+"Trim","Ausführung"
+"Engine","Motor"
+"Overwrite ePIDs in Compatibility Attribute","ePIDs in Kompatibilitätsattribut überschreiben"
+"Add ePIDs to Compatibility Attribute","ePIDs zu Kompatibilitätsattribut hinzufügen"
+"Edit Shipping Address","Lieferadresse bearbeiten"
+"Save Order Address","Rechnungsadresse speichern"
+"Sale Date","Verkaufsdatum"
+"Magento Order #","Magento-Bestellnummer"
+"eBay Order #","eBay-Bestellnummer"
+"Items","Artikel"
+"Total Paid","Insgesamt bezahlt"
+"Reservation","Reservierung"
+"Not Reserved","Nicht reserviert"
+"Reserved","Reserviert"
+"Released","Freigegeben"
+"Canceled","Storniert"
+"Checkout","Kaufabwicklung"
+"Paid","Bezahlt"
+"Shipped","Verschickt"
+"View","Aufrufen"
+"Create Order","Bestellung erstellen"
+"Mark As Paid","Als „bezahlt“ markieren"
+"Mark As Shipped","Als „verschickt“ markieren"
+"Reserve QTY","Stückzahl reservieren"
+"Cancel QTY Reserve","Stückzahlreservierung stornieren"
+"Mark Order(s) as Shipped","Bestellungen als verschickt markieren"
+"Mark Order(s) as Paid","Bestellungen als bezahlt markieren"
+"Resend Shipping Information","Versandinformationen erneut senden"
+"Deleted","Gelöscht"
+"edit","bearbeiten"
+"Options","Optionen"
+"QTY","Stückzahl"
+"Transaction","Transaktion"
+"Item","Artikel"
+"Transaction #","Transaktionsnr."
+"Fee","Gebühr"
+"Amount","Betrag"
+"Date","Datum"
+"Incl. Tax","Inkl. Steuer"
+"Excl. Tax","Exkl. Steuer"
+"Original Price","Originalpreis"
+"Tax Percent","Steuerprozentsatz"
+"Row Total","Zeilensumme"
+"View on eBay","Bei eBay aufrufen"
+"Map to Magento Product","Zu Magento-Produkt zuordnen"
+"Set Options","Optionen festlegen"
+"View Order Details","Einzelheiten zum Kauf aufrufen"
+"Mark as Shipped","Als verschickt markieren"
+"Mark as Paid","Als bezahlt markieren"
+"Are you sure that you want to create new Magento Order?","Sind Sie sicher, dass Sie eine neue Magento-Bestellung erstellen möchten?"
+"Confirm","Bestätigen"
+"Run Now","Jetzt ausführen"
+"Run Enabled Now","Aktivierte jetzt ausführen"
+"Save Settings","Einstellungen speichern"
+"Subtitle","Untertitel"
+"Condition","Artikelzustand"
+"Condition Description","Zustandsbeschreibung"
+"Buy It Now Price","Sofort-Kaufen-Preis"
+"Start Price","Startpreis"
+"Reserve Price","Mindestpreis"
+"Listing Duration","Angebotsdauer"
+"Dispatch Time","Versandzeit"
+"Primary Category Id","ID der Hauptkategorie"
+"Secondary Category Id","ID der zweiten Kategorie"
+"Store Primary Category Id","ID der Hauptkategorie des eBay Shops"
+"Store Secondary Category Id","ID der zweiten Kategorie des eBay Shops"
+"Primary Category Name","Bezeichnung der Hauptkategorie"
+"Secondary Category Name","Bezeichnung der zweiten Kategorie"
+"Store Primary Category Name","Bezeichnung der Hauptkategorie des eBay Shops"
+"Store Secondary Category Name","Bezeichnung der zweiten Kategorie des eBay Shops"
+"Domestic Shipping First Method","Inlandsversand 1 Methode"
+"Domestic Shipping First Cost","Inlandsversand 1 Kosten"
+"Domestic Shipping First Additional Cost","Inlandsversand 1 Weitere Kosten"
+"International Shipping First Method","Internationaler Versand 1 Methode"
+"International Shipping First Cost","Internationaler Versand 1 Kosten"
+"International Shipping First Additional Cost","Internationaler Versand 1 Weitere Kosten"
+"Insert","Einfügen"
+"Show / Hide Editor","Editor anzeigen/ausblenden"
+"Preview","Vorschau"
+"View Random Product","Beliebiges Produkt aufrufen"
+"Edit ""%s"" %s Policy","%s-Rahmenbedingung „%s“ bearbeiten"
+"Add %s Policy","%s-Rahmenbedingungen hinzufügen"
+"Duplicate","Kopieren"
+"
+Note: All changes you have made will be automatically applied to all M2E listings where this policy is used.","Hinweis: Die von Ihnen vorgenommenen Änderungen werden automatisch auf alle M2E-Angebote angewendet, für die diese Rahmenbedingungen gelten."
+"Template nick is not set.","Kein Vorlagenkurzname festgelegt."
+"Marketplace is required for editing payment template.","Zum Bearbeiten der Vorlage für Zahlungen muss ein Marktplatz angegeben werden."
+"Marketplace is required for editing return template.","Zum Bearbeiten der Vorlage für Rücksendungen muss ein Marktplatz angegeben werden."
+"Please find more about currency rate set up in'
+ . ' magento documentation .","Mehr zur Einrichtung von Wechselkursen finden Sie in der' . ' Dokumentation zu Magento ."
+"Name","Name"
+"Select","Auswählen"
+"Reset","Zurücksetzen"
+"Marketplace is required for editing shipping template.","Zum Bearbeiten der Vorlage für den Versand muss ein Marktplatz angegeben werden."
+"Add Policy","Rahmenbedingungen hinzufügen"
+"eBay DateTime object is null","Das eBay-Datums- und Zeitobjekt ist null"
+"Wrong action type","Falscher Aktionstyp"
+"Listing ""%listingId%"" locked by other process.","Das Angebot „%listingId%“ ist durch einen anderen Prozess gesperrt."
+"Relisting","Wiedereinstellen"
+"Revising","Bearbeiten"
+"Stopping","Anhalten"
+"Item is listed or not available","Der Artikel wurde eingestellt oder ist nicht verfügbar"
+"Categories settings are not set","Keine Kategorieeinstellungen festgelegt"
+"There is another item with the same eBay user ID,
+ product ID and marketplace presented in ""%s"" (%d) Listing.","Im Angebot „%s“ (%d) wird bereits ein Artikel mit demselben eBay-Nutzernamen, derselben Produkt-ID und demselben Marktplatz angeboten."
+"Item was successfully listed","Der Artikel wurde eingestellt"
+"There is another item with the same eBay user ID,
+ product ID and marketplace presented in ""%s"" (%d) Listing.","Im Angebot „%s“ (%d) wird bereits ein Artikel mit demselben eBay-Nutzernamen, derselben Produkt-ID und demselben Marktplatz angeboten."
+"Multiple Item Connector has received empty array","Der Mehrfachartikel-Connector hat ein leeres Array erhalten"
+"Multiple Item Connector has received invalid product data type","Der Mehrfachartikel-Connector hat einen ungültigen Produktdatentyp erhalten"
+"Multiple Item Connector has received products from different listings","Der Mehrfachartikel-Connector hat Produkte aus verschiedenen Angeboten erhalten"
+"Listing product was not found","Das Angebotsprodukt wurde nicht gefunden"
+"The item either is listed, or not listed yet or not available","Der Artikel wurde entweder eingestellt, noch nicht eingestellt oder nicht verfügbar"
+"Item already was started on eBay","Der Artikel wurde bereits bei eBay gestartet"
+"Item was successfully relisted","Der Artikel wurde wiedereingestellt"
+"This item cannot be accessed on eBay. M2E set Not Listed status.","Auf diesen Artikel kann bei eBay nicht zugegriffen werden. M2E hat den Status „Nicht eingestellt“ festgelegt."
+"Item is not listed or not available","Der Artikel wurde nicht eingestellt oder ist nicht verfügbar"
+"Variation attributes were changed. Please stop and list product.","Die Variantenattribute wurden geändert. Bitte halten Sie das Produkt an und stellen Sie es ein."
+"Item was already stopped on eBay","Der Artikel wurde bereits bei eBay angehalten"
+"Item was successfully revised","Der Artikel wurde überarbeitet"
+"Item was successfully stopped","Der Artikel wurde angehalten"
+"eBay Order status was not updated. Reason: %msg%","Der Status des eBay-Kaufs wurde nicht aktualisiert. Grund: %msg%"
+"Status of India site orders cannot be updated if the buyer uses PaisaPay payment method.","Der Status von Käufen auf der indischen Website kann nicht aktualisiert werden, wenn der Käufer PaisaPay als Zahlungsmethode wählt."
+"Invalid action.","Invalid action."
+"Payment status for eBay order was not updated. Reason: eBay Failure.","Der Zahlungsstatus der eBay-Bestellung wurde nicht aktualisiert. Grund: Fehler bei eBay."
+"Payment status for eBay order was updated to Paid.","Der Zahlungsstatus der eBay-Bestellung wurde zu „bezahlt“ aktualisiert."
+"Shipping status for eBay order was not updated. Reason: eBay Failure.","Der Versandstatus der eBay-Bestellung wurde nicht aktualisiert. Grund: Fehler bei eBay."
+"Tracking number ""%num%"" for ""%code%"" has been sent to eBay.","Die Sendungsnummer „%num%“ für „%code%“ wurde an eBay gesendet."
+"Shipping status for eBay order was updated to Shipped.","Der Versandstatus für die eBay-Bestellung wurde auf „verschickt“ aktualisiert."
+"Dispute cannot be opened. Reason: Dispute explanation is not defined.","Der Fall kann nicht geöffnet werden. Grund: Die Beschreibung des Falls ist nicht definiert."
+"Dispute cannot be opened. Reason: Dispute reason is not defined.","Der Fall kann nicht geöffnet werden. Grund: Der Grund des Falls ist nicht definiert."
+"Unpaid Item Process was not open for item #%id%. Reason: %msg%","Vorgehensweise bei nicht bezahlten Artikeln wurde für Artikelnummer %id% nicht geöffnet. Grund: %msg%"
+"Unpaid Item Process was not open for item #%id%. Reason: eBay failure. Please try again later.","Vorgehensweise bei nicht bezahlten Artikeln wurde für Artikelnummer %id% nicht geöffnet. Grund: Fehler bei eBay. Bitte versuchen Sie es später noch einmal."
+"Unpaid Item Process for item #%id% has been initiated.","Vorgehensweise bei nicht bezahlten Artikeln wurde für Artikelummer. %id% eingeleitet."
+"Action was not completed (Item: %item_id%, Transaction: %trn_id%). Reason: %msg%","Die Aktion wurde nicht abgeschlossen (Artikel: %item_id%, Transaktion: %trn_id%). Grund: %msg%"
+"Shipping status was not updated (Item: %item_id%, Transaction: %trn_id%). Reason: %msg%","Der Versandstatus wurde nicht aktualisiert (Artikel: %item_id%, Transaktion: %trn_id%). Grund: %msg%"
+"Shipping status was not updated (Item: %item_id%, Transaction: %trn_id%). Reason: eBay Failure.","Der Versandstatus wurde nicht aktualisiert (Artikel: %item_id%, Transaktion: %trn_id%). Grund: Fehler bei eBay."
+"Tracking number ""%num%"" for ""%code%"" has been sent to eBay (Item: %item_id%, Transaction: %trn_id%).","Die Sendungsnummer „%num%“ für „%code%“ wurde an eBay gesendet (Artikel: %item_id%, Transaktion: %trn_id%)."
+"Order item has been marked as shipped (Item: %item_id%, Transaction: %trn_id%).","Der Artikel wurde als „verschickt“ markiert (Artikel: %item_id%, Transaktion: %trn_id%)."
+"Other listings locked by other process.","Die anderen Angebote sind durch einen anderen Prozess gesperrt."
+"The item either is listed or not available","Der Artikel wurde entweder eingestellt oder ist nicht verfügbar"
+"The item either is not listed or not available","Der Artikel ist entweder nicht eingestellt oder nicht verfügbar"
+"qty","Stückzahl"
+"price","Preis"
+"title","Artikelbezeichnung"
+"subtitle","Untertitel"
+"description","Beschreibung"
+"was successfully revised","wurde überarbeitet"
+"Listing ID must be specified.","Die Angebots-ID muss angegeben werden."
+"%s: attribute(s) %s were not found in this product and its value was not sent.","%s: In diesem Produkt wurde(n) kein(e) Attribut(e) %s gefunden. Der Attributwert wurde nicht gesendet."
+"The product was listed as a simple product as it has limitation for multi-variation items. '.
+ 'Reason: eBay site allows to list only simple items","Das Produkt wurde als einfaches Produkt eingestellt, da Artikel mit Varianten für dieses Angebot nicht unterstützt werden. '. 'Grund: Auf dieser eBay-Website können nur einfache Angebote eingestellt werden."
+"The product was listed as a simple product as it has limitation for multi-variation items. '.
+ 'Reason: eBay primary category allows to list only simple items.","Das Produkt wurde als einfaches Produkt eingestellt, da Artikel mit Varianten für dieses Angebot nicht unterstützt werden. '. 'Grund: In eBay-Hauptkategorie können nur einfache Angebote eingestellt werden."
+"The product was listed as a simple product as it has limitation for multi-variation items. '.
+ 'Reason: ignore variation option is enabled in selling format policy.","Das Produkt wurde als einfaches Produkt eingestellt, da Artikel mit Varianten für dieses Angebot nicht unterstützt werden. '. 'Grund: In den Rahmenbedingungen für das Angebotsformat wurde festgelegt, dass die Varianten-Option ignoriert werden soll."
+"The product was listed as a simple product as it has limitation for multi-variation items. '.
+ 'Reason: listing type ""auction"" does not support multi-variations.","Das Produkt wurde als einfaches Produkt eingestellt, da Artikel mit Varianten für dieses Angebot nicht unterstützt werden. '. 'Grund: Der Angebotstyp „Auktion“ unterstützt keine Artikel mit Varianten."
+"Change Images for Attribute","Bilder für Attribut ändern"
+"Duration","Dauer"
+"Private Listing","Angebot mit nicht öffentlicher Bieter-/Käuferliste"
+"%s field(s) were ignored because eBay doesn't allow revise the item if it has sales,
+ bids for auction type or less than 12 hours remain before the item end.","%s Feld(er) wurde(n) ignoriert, weil eBay eine Überarbeitung eines Angebots nicht mehr zulässt, nachdem Artikel aus dem Angebot verkauft wurden, Gebote eingegangen sind (bei Auktionen) oder bis zum Angebotsende weniger als 12 Stunden verbleiben."
+"Duration field(s) was ignored because
+ eBay doesn't allow revise the item if Best Offer is enabled.","Das Dauer-Feld wurde ignoriert, weil eBay das Überarbeiten von Angeboten nicht zulässt, für die die Preisvorschlag-Option aktiviert ist."
+"variations","Varianten"
+"images","Bilder"
+"Communication with eBay is started. Please wait...","Die Kommunikation mit eBay wurde gestartet. Bitte warten Sie..."
+"Please wait...","Bitte warten Sie..."
+"product(s) with id(s)","Produkt(e) mit Artikelnummer(n)"
+"Communication with eBay is finished. Please wait...","Die Kommunikation mit eBay ist abgeschlossen. Bitte warten Sie..."
+"Item status was successfully changed to ""Listed"".","Der Artikelstatus wurde in „eingestellt“ geändert."
+"Item status was successfully changed to ""Sold"".","Der Artikelstatus wurde in „verkauft“ geändert."
+"Item status was successfully changed to ""Stopped"".","Der Artikelstatus wurde in „angehalten“ geändert."
+"Item status was successfully changed to ""Finished"".","Der Artikelstatus wurde in „beendet“ geändert."
+"Item was successfully added","Artikel wurde hinzugefügt"
+"Method require loaded instance first","Für diese Methode muss zuerst die Instanz geladen werden"
+"Fixed Price","Festpreis"
+"Auction","Auktion"
+"Business Day","Werktag"
+"Business Days","Werktage"
+"Same","Gleicher Werktag"
+"New","Neu"
+"New Other","Neu: Sonstige"
+"New With Defects","Neu mit Mängeln"
+"Manufacturer Refurbished","Vom Hersteller aufgearbeitet"
+"Seller Refurbished","Vom Verkäufer aufgearbeitet"
+"Used","Gebraucht"
+"Very Good","Sehr gut"
+"Good","Gut"
+"Acceptable","Akzeptabel"
+"For Parts or Not Working","Als Ersatzteil oder nicht funktionsfähig"
+"Free","Kostenlos"
+"Invalid listing type in attribute.","Ungültiger Angebotstyp im Attribut."
+"Category ID","Kategorie-ID"
+"Category Path","Kategoriepfad"
+"Please choose a condition to add...","Wählen Sie eine Bedingung zum Hinzufügen aus..."
+"Conditions Combination","Bedingungskombination"
+"eBay Values","eBay-Werte"
+"Product Attribute","Produktattribut"
+"Payment status was updated to Paid on eBay.","Der Zahlungsstatus wurde bei eBay auf „bezahlt“ aktualisiert."
+"Shipping status was updated to Shipped on eBay.","Der Versandstatus wurde bei eBay auf „verschickt“ aktualisiert."
+"Buyer has changed the shipping address of this order at the time of completing payment on eBay.","Der Käufer hat die Lieferadresse für diese Bestellung zum Zeitpunkt des Zahlungsabschlusses bei eBay geändert."
+"Duplicated eBay orders with ID #%id%.","Doppelte eBay-Bestellung mit der Nummer %id%."
+"Order Creation Rules were not met. Press Create Order button at Order view page to create it anyway.","Die Regeln zum Erstellen von Bestellungen wurden nicht eingehalten. Klicken Sie auf „Bestellung erstellen“ auf der Übersichtsseite der Bestellungen, um die Bestellung trotzdem zu erstellen."
+"Magento Order #%order_id% should be canceled as new combined eBay order #%new_id% was created.","Die Magento-Bestellung %order_id% sollte storniert werden, da eine neue kombinierte eBay-Bestellnr. %new_id% erstellt wurde."
+"eBay Order #%old_id% was deleted as new combined order #%new_id% was created.","Die eBay-Bestellung %order_id% wurde gelöscht, da die neue kombinierte Bestellnr. %new_id% erstellt wurde."
+"Unable to create directory '%directory%'.","Das Verzeichnis „%directory%“ konnte nicht erstellt werden."
+"Image %url% was not downloaded.","Das Bild %url% wurde nicht heruntergeladen."
+"Product import is disabled in eBay Account settings.","Das Importieren von Produkten ist in den Einstellungen des eBay-Mitgliedskontos deaktiviert."
+"Data obtaining for eBay Item failed. Please try again later.","Der Abruf der Daten für den eBay-Artikel ist fehlgeschlagen. Bitte versuchen Sie es später noch einmal."
+"Product for eBay Item #%id% was created in Magento catalog.","Produkt für eBay-Artikelnr. %id% wurde im Magento-Katalog erstellt."
+"Magento Order creation for items listed by M2E Pro is disabled in Account settings.","Die Erstellung von Magento-Bestellungen für mit M2E Pro eingestellte Artikel ist in den Kontoeinstellungen deaktiviert."
+"Magento Order creation for items listed by 3rd party software is disabled in Account settings.","Die Erstellung von Magento-Bestellungen für mit Drittanbieter-Software eingestellte Artikel ist in den Kontoeinstellungen deaktiviert."
+"Product import is disabled in Account settings.","Das Importieren von Produkten ist in den Kontoeinstellungen deaktiviert."
+"Not Selected Yet","Noch nicht ausgewählt"
+"eBay Shipping","eBay-Versand"
+"Checkout Message From Buyer","Nachricht des Käufers lesen"
+"Customer with ID specified in eBay account settings does not exist.","Der Kunde mit der in den eBay-Kontoeinstellungen angegebenen ID existiert nicht."
+"Invalid component mode.","Ungültiger Komponentenmodus."
+"Magento Order was canceled.","Die Magento-Bestellung wurde storniert."
+"Magento Order cannot be canceled.","Die Magento-Bestellung kann nicht storniert werden."
+"Task ""Remove Duplicated Products"" is started. Please wait...","Die Aufgabe „Doppelt vorhandene Produkte entfernen“ wurde gestartet. Bitte warten Sie..."
+"Task ""Remove Duplicated Products"" is finished. Please wait...","Die Aufgabe „Doppelt vorhandene Produkte entfernen“ wurde abgeschlossen. Bitte warten Sie..."
+"Duplicated item %s was found and stopped on eBay.","Der Artikel %s ist doppelt bei eBay vorhanden und wurde daher angehalten."
+"Item status was successfully changed to ""Not Listed"".","Der Artikelstatus wurde in „nicht eingestellt“ geändert."
+"Item status was successfully changed to ""Hidden"".","Der Artikelstatus wurde in „unsichtbar“ geändert."
+"Task ""Remove Unused Templates"" is started. Please wait...","Die Aufgabe „Nicht genutzte Vorlagen entfernen“ wurde gestartet. Bitte warten Sie..."
+"Task ""Remove Unused Templates"" is finished. Please wait...","Die Aufgabe „Nicht genutzte Vorlagen entfernen“ wurde abgeschlossen. Bitte warten Sie..."
+"Task ""Update Listings Products"" is started. Please wait...","Die Aufgabe „Produkte in Angeboten aktualisieren“ wurde gestartet. Bitte warten Sie..."
+"Task ""Update Listings Products"" is finished. Please wait...","Die Aufgabe „Produkte in Angeboten aktualisieren“ wurde abgeschlossen. Bitte warten Sie..."
+"Task ""Update Listings Products"" for eBay account: ""%s"" is started. Please wait...","Die Aufgabe „Produkte in Angeboten aktualisieren“ wurde für das eBay-Konto „%s“ gestartet. Bitte warten Sie..."
+"Task ""Default Synchronization"" is started. Please wait...","Die Aufgabe „Standard-Synchronisierung“ wurde gestartet. Bitte warten Sie..."
+"Task ""Default Synchronization"" is finished. Please wait...","Die Aufgabe „Standard-Synchronisierung“ wurde abgeschlossen. Bitte warten Sie..."
+"The ""Receive"" action is started. Please wait...","Die Aktion „Empfangen“ wurde gestartet. Bitte warten Sie..."
+"The ""Receive"" action is finished. Please wait...","Die Aktion „Empfangen“ wurde abgeschlossen. Bitte warten Sie..."
+"The ""Receive"" action for eBay account: ""%s"" is started. Please wait...","Die Aktion „Empfangen“ wurde für das eBay-Konto „%s“ gestartet. Bitte warten Sie..."
+"The ""Response"" action is started. Please wait...","Die Aktion „Antwort“ wurde gestartet. Bitte warten Sie..."
+"The ""Response"" action is finished. Please wait...","Die Aktion „Antwort“ wurde abgeschlossen. Bitte warten Sie..."
+"Task ""Feedback Synchronization"" is started. Please wait...","Die Aufgabe „Bewertungen synchronisieren“ wurde gestartet. Bitte warten Sie..."
+"Task ""Feedback Synchronization"" is finished. Please wait...","Die Aufgabe „Bewertungen synchronisieren“ wurde abgeschlossen. Bitte warten Sie..."
+"The ""Categories Synchronization"" action is started. Please wait...","Die Aktion „Kategorien synchronisieren“ wurde gestartet. Bitte warten Sie..."
+"The ""Categories Synchronization"" action is finished. Please wait...","Die Aktion „Kategorien synchronisieren“ wurde abgeschlossen. Bitte warten Sie..."
+"The ""Categories Synchronization"" action for eBay Site: ""%s"" is started. Please wait...","Die Aktion „Kategorien synchronisieren“ für die eBay-Website „%s“ wurde gestartet. Bitte warten Sie..."
+"The ""Categories Synchronization"" action for eBay Site: ""%mrk%"" has been successfully completed.","Die Aktion „Kategorien synchronisieren“ für die eBay-Website „%mrk%“ wurde abgeschlossen."
+"The ""Receive Details"" action is started. Please wait...","Die Aktion „Details empfangen“ wurde gestartet. Bitte warten Sie..."
+"The ""Receive Details"" action is finished. Please wait...","Die Aktion „Details empfangen“ wurde abgeschlossen. Bitte warten Sie..."
+"The ""Receive Details"" action for eBay Site: ""%s"" is started. Please wait...","Die Aktion „Details empfangen“ für die eBay-Website „%s“ wurde gestartet. Bitte warten Sie..."
+"The ""Receive Details"" action for eBay Site ""%s"" is in data processing mode. Please wait...","Die Aktion „Details empfangen“ für die eBay-Website „%s“ befindet sich im Datenverarbeitungsmodus. Bitte warten Sie..."
+"The ""Receive Details"" action for eBay Site: ""%mrk%"" has been successfully completed.","Die Aktion „Details empfangen“ für die eBay-Website „%mrk%“ wurde abgeschlossen."
+"eBay Parts Compatibility Synchronization","eBay-Informationen zur Zubehör- und Ersatzteilkompatibilität synchronisieren"
+"The ""%s"" action is started. Please wait...","Die Aktion „%s“ wurde gestartet. Bitte warten Sie..."
+"The ""%s"" action is finished. Please wait...","Die Aktion „%s“ wurde abgeschlossen. Bitte warten Sie..."
+"Task ""Marketplaces Synchronization"" is started. Please wait...","Die Aufgabe „Marktplätze synchronisieren“ wurde gestartet. Bitte warten Sie..."
+"Task ""Marketplaces Synchronization"" is finished. Please wait...","Die Aufgabe „Marktplätze synchronisieren“ wurde abgeschlossen. Bitte warten Sie..."
+"eBay Orders Cancellation Synchronization","Stornierung von eBay-Bestellungen synchronisieren"
+"Task ""%s"" is started. Please wait...","Die Aufgabe „%s“ wurde gestartet. Bitte warten Sie..."
+"Task ""%s"" is finished. Please wait...","Die Aufgabe „%s“ wurde abgeschlossen. Bitte warten Sie..."
+"Task ""Orders Cancellation Synchronization"" for eBay account: ""%s"" is started. Please wait...","Die Aufgabe „Bestellungsstornierungen synchronisieren“ für das eBay-Konto „%s“ wurde gestartet. Bitte warten Sie..."
+"Reservation period cannot be less than 1 day.","Die Reservierungsdauer muss mindestens 1 Tag lang sein."
+"eBay Orders Receive Synchronization","Empfang von eBay-Bestellungen synchronisieren"
+"Task ""%s"" for eBay account: ""%s"" is started. Please wait...","Die Aufgabe „%s“ wurde für das eBay-Konto „%s“ gestartet. Bitte warten Sie..."
+"Task ""%s"" for eBay account: ""%acc%"" is in data processing state. Please wait...","Die Aufgabe „%s“ für das eBay-Konto „%acc%“ befindet sich im Status Datenverarbeitung. Bitte warten Sie..."
+"Task ""%s"" for eBay account: ""%s"" is in order creation state.. Please wait...","Die Aufgabe „%s“ für das eBay-Konto „%s“ befindet sich im Status Bestellungserstellung. Bitte warten Sie..."
+"eBay Qty Reserve Cancellation Synchronization","Synchronisierung der Stornierung der Stückzahlreservierung bei eBay"
+"eBay Orders Update Synchronization","Aktualisierung von eBay-Bestellungen synchronisieren"
+"eBay Orders Synchronization","eBay-Bestellungen synchronisieren"
+"The ""Relist"" action is started. Please wait...","Die Aktion „Wiedereinstellen“ wurde gestartet. Bitte warten Sie..."
+"The ""Relist"" action is finished. Please wait...","Die Aktion „Wiedereinstellen“ wurde abgeschlossen. Bitte warten Sie..."
+"The ""Revise"" action is started. Please wait...","Die Aktion „Überarbeiten“ wurde gestartet. Bitte warten Sie..."
+"The ""Revise"" action is finished. Please wait...","Die Aktion „Überarbeiten“ wurde abgeschlossen. Bitte warten Sie..."
+"The ""Stop"" action is started. Please wait...","Die Aktion „Anhalten“ wurde gestartet. Bitte warten Sie..."
+"The ""Stop"" action is finished. Please wait...","Die Aktion „Anhalten“ wurde abgeschlossen. Bitte warten Sie..."
+"Task ""Update 3rd Party Listings"" has completed with errors. View %sl%listings log%el% for details.","Die Aufgabe „Angebote von Drittanbietern aktualisieren“ wurde mit Fehlern abgeschlossen. Ausführliche Informationen finden Sie im %sl%Angebotsprotokoll%el%."
+"Task ""Update 3rd Party Listings"" has completed with warnings. View %sl%listings log%el% for details.","Die Aufgabe „Angebote von Drittanbietern aktualisieren“ wurde mit Warnungen abgeschlossen. Ausführliche Informationen finden Sie im %sl%Angebotsprotokoll%el%."
+"The ""Update 3rd Party Listings"" action is started. Please wait...","Die Aktion „Angebote von Drittanbietern aktualisieren“ wurde gestartet. Bitte warten Sie..."
+"The ""Update 3rd Party Listings"" action is finished. Please wait...","Die Aktion „Angebote von Drittanbietern aktualisieren“ wurde abgeschlossen. Bitte warten Sie..."
+"Task ""3rd Party Listings Synchronization"" for eBay account: ""%s"" is started. Please wait...","Die Aufgabe „Angebote von Drittanbietern synchronisieren“ wurde für das eBay-Konto „%s“ gestartet. Bitte warten Sie..."
+"Task ""3rd Party Listings Synchronization"" is started. Please wait...","Die Aufgabe „Angebote von Drittanbietern synchronisieren“ wurde gestartet. Bitte warten Sie..."
+"Task ""3rd Party Listings Synchronization"" is finished. Please wait...","Die Aufgabe „Angebote von Drittanbietern synchronisieren“ wurde abgeschlossen. Bitte warten Sie..."
+"The ""Business Policies Receive"" action for eBay Site: ""%s"" and Account: ""%s"" is started. Please wait...","Die Aktion „Rahmenbedingungen für Ihre Angebote empfangen“ für die eBay-Website „%s“ und das Konto „%s“ wurde gestartet. Bitte warten Sie..."
+"The ""'.$this->synchName.'"" action is started. Please wait...","Das ""'.$this->synchName.'"" wurde gestartet. Bitte warten Sie..."
+"The ""'.$this->synchName.'"" action is finished. Please wait...","Das ""'.$this->synchName.'"" wurde abgeschlossen. Bitte warten Sie..."
+"Task ""'.$this->synchName.'"" is started. Please wait...","Aufgabe ""'.$this->synchName.'"" wurde gestartet. Bitte warten Sie..."
+"Task ""'.$this->synchName.'"" is finished. Please wait...","Aufgabe ""'.$this->synchName.'"" wurde abgeschlossen. Bitte warten Sie..."
+"The ""List"" action is started. Please wait...","Die Aktion „Einstellen“ wurde gestartet. Bitte warten Sie..."
+"The ""List"" action is finished. Please wait...","Die Aktion „Einstellen“ wurde abgeschlossen. Bitte warten Sie..."
+"Task ""Inventory Synchronization"" has completed with errors. View %sl%listings log%el% for details.","Die Aufgabe „Warenbestand synchronisieren“ wurde mit Fehlern abgeschlossen. Ausführliche Informationen finden Sie im %sl%Angebotsprotokoll%el%."
+"Task ""Inventory Synchronization"" has completed with warnings. View %sl%listings log%el% for details.","Die Aufgabe „Warenbestand synchronisieren“ wurde mit Warnungen abgeschlossen. Ausführliche Informationen finden Sie im %sl%Angebotsprotokoll%el%."
+"Task ""Inventory Synchronization"" is started. Please wait...","Die Aufgabe „Warenbestand synchronisieren“ wurde gestartet. Bitte warten Sie..."
+"Task ""Inventory Synchronization"" is finished. Please wait...","Die Aufgabe „Warenbestand synchronisieren“ wurde abgeschlossen. Bitte warten Sie..."
+"Template mode is empty.","Es wurde kein Vorlagenmodus angegeben."
+"Title is empty.","Es wurde kein Titel angegeben."
+"Unknown product details name","Unbekannter Name der Produktdetails"
+"Owner object is out of knowledge range.","Owner object is out of knowledge range."
+"Template nick is out of knowledge range.","Vorlagenkurzname liegt außerhalb des Wissensbereichs."
+"Unable to get result object.","Ergebnisobjekt kann nicht abgerufen werden."
+"Marketplace ID is empty.","Keine Marktplatz-ID angegeben."
+"Country is empty.","Kein Land angegeben."
+"product(s)","Produkt(e)"
+"Account does not exist.","Das Mitgliedskonto existiert nicht."
+"The eBay token obtaining is currently unavailable. Reason: %s","Der eBay-Token kann derzeit nicht bezogen werden. Grund: %s"
+"Token was successfully saved","Der Token wurde gespeichert"
+"Account was successfully saved","Das Konto wurde gespeichert"
+"Please select account(s) to remove.","Bitte wählen Sie das Konto bzw. die Konten, das/die Sie entfernen möchten."
+"%s record(s) were successfully deleted.","%s Datensatz/-sätze wurde(n) gelöscht."
+"%s record(s) are used in M2E Listing(s).","%s Datensatz/-sätze wird/werden in M2E-Angebot(en) verwendet."
+"Account must not be in use to be deleted.","Das Konto darf nicht verwendet werden, wenn es gelöscht werden soll."
+"Some eBay store categories were deleted from eBay. Click
+ here to check.","Einige eBay Shop-Kategorien wurden aus eBay gelöscht. Näheres erfahren Sie hier ."
+"Account is not added or updated. Try again later.","Das Konto wurde nicht hinzugefügt oder aktualisiert. Versuchen Sie es bitte später noch einmal."
+"Settings was successfully saved.","Die Einstellungen wurden gespeichert."
+"Feedback is not defined.","Die Bewertungen sind nicht definiert."
+"Requested order was not found.","Die angeforderte Bestellung wurde nicht gefunden."
+"Item's Marketplace is Unknown.","Der Marktplatz des Artikels ist unbekannt."
+"Magento Categories are not specified on products you are adding.","Für die Produkte, die Sie hinzufügen, sind keine Magento-Kategorien angegeben."
+"Select Products (eBay Categories)","Produkte auswählen (eBay-Kategorien)"
+"There are no items to continue. Please, go back and select the item(s).","Es wurden keine Artikel zum Fortfahren ausgewählt. Bitte gehen Sie zurück und wählen Sie zunächst einen oder mehrere Artikel aus."
+"You have not selected the Primary eBay Category for some Magento Categories.","Für einige Magento-Kategorien haben Sie noch keine Hauptkategorie bei eBay ausgewählt."
+"Please, specify a value suitable for all chosen products.","Bitte geben Sie einen Wert an, der für alle ausgewählten Produkte geeignet ist."
+"Listing is not defined","Angebot ist nicht definiert"
+"Synchronization settings was successfully saved.","Die Synchronisierungseinstellungen wurden gespeichert."
+"Manage Listings","Angebote verwalten"
+"The item was successfully removed.","Der Artikel wurde entfernt."
+"No categories found","Es wurden keine Kategorien gefunden"
+"Requested eBay Item ID is not found.","Die angeforderte eBay-Artikelnummer wurde nicht gefunden."
+"Listing does not exist.","Das Angebot existiert nicht."
+"Adding New Products action was not completed. Please, complete it.","Die Aktion „Neue Produkte hinzufügen“ wurde nicht abgeschlossen. Bitte schließen Sie sie ab."
+"The listing is locked by another process. Please try again later.","Das Angebot wird durch einen anderen Prozess gesperrt. Bitte versuchen Sie es später noch einmal."
+"Please select item(s) to remove.","Bitte wählen Sie den bzw. die Artikel aus, den/die Sie entfernen möchten."
+"%s listing(s) were successfully deleted","%s Angebot(e) wurde(n) gelöscht"
+"%s listing(s) have listed items and can not be deleted","%s Angebot(e) verfügt/verfügen über eingestellte Artikel und kann/können nicht gelöscht werden"
+"Compatibility Attribute is not selected.","Kompatibilitätsattribut ist nicht ausgewählt."
+"Required parameters were not selected.","Die erforderlichen Parameter wurden nicht ausgewählt."
+"ePIDs were saved in Compatibility Attribute.","Die ePIDs wurden im Kompatibilitätsattribut gespeichert."
+"Listing Review","Angebot prüfen"
+"Logs","Protokolle"
+"3rd Party Listing does not exist.","Das Drittanbieter-Angebot existiert nicht."
+"Marketplaces","Marktplätze"
+"Sales","Verkäufe"
+"Order address has been updated.","Die Rechnungsadresse wurde aktualisiert."
+"Please select order(s).","Bitte wählen Sie die Bestellung(en) aus."
+"Payment status for selected eBay Order(s) was updated to Paid.","Der Zahlungsstatus der ausgewählten eBay-Bestellungen wurde auf „bezahlt“ aktualisiert."
+"Payment status for selected eBay Order(s) was not updated.","Der Zahlungsstatus der ausgewählten eBay-Bestellungen wurde nicht aktualisiert."
+"Shipping status for selected eBay Order(s) was updated to Shipped.","Der Versandstatus der ausgewählten eBay-Bestellungen wurde auf „verschickt“ aktualisiert."
+"Shipping status for selected eBay Order(s) was not updated.","Der Versandstatus der ausgewählten eBay-Bestellung(en) wurde nicht aktualisiert."
+"Magento Order was created.","Die Magento-Bestellung wurde erstellt."
+"Magento Order was not created. Reason: %s","Die Magento-Bestellung wurde nicht erstellt. Grund: %s"
+"Invoice was created.","Die Rechnung wurde erstellt."
+"Shipment was created.","Der Versand wurde erstellt."
+"Transaction ID should be defined.","Die Transaktionsnummer muss definiert werden."
+"eBay order transaction does not exist.","Die Transaktion dieser eBay-Bestellung existiert nicht."
+"This is not a PayPal transaction.","Dies ist keine PayPal-Transaktion."
+"Please select item(s) to clear","Bitte wählen Sie den bzw. die Artikel, den/die Sie löschen möchten"
+"The synchronization task log has been successfully cleaned.","Das Protokoll für die Synchronisierungsaufgabe wurde gelöscht."
+"eBay 3rd Party Listings are being downloaded now. ' .
+ 'They will be available soon in %s > Listings > 3rd Party. ' .
+ 'You can continue working with M2E Pro.","Die eBay-Angebote von Drittanbietern werden jetzt heruntergeladen. ' . 'Sie werden demnächst unter %s > „Angebote“ > „Drittanbieter“ verfügbar sein. ' . 'Sie können weiter mit M2E Pro arbeiten."
+"This product ID does not exist","Es gibt keine solche Produkt-ID."
+"Error search charity","Fehler bei Suche nach Wohltätigkeitsorganisation"
+"Policy does not exist.","Rahmenbedingungen existieren nicht."
+"Policy was not saved.","Rahmenbedingungen wurden nicht gespeichert."
+"Policy was successfully saved.","Rahmenbedingungen wurden gespeichert."
+"Policy was successfully deleted.","Rahmenbedingungen wurden gelöscht."
+"Policy cannot be deleted as it is used in Listing settings.","Rahmenbedingungen können nicht gelöscht werden, da sie in den Angebotseinstellungen verwendet werden."
+"The listing was successfully saved.","Das Angebot wurde gespeichert."
+"To change account settings click on its record in the grid or choose Edit in the Action dropdown.
+ To review accounts feedback, click the appropriate link. An account can be also deleted, but only if it is not used in M2E listing settings.","Klicken Sie zum Ändern der Kontoeinstellungen auf den Datensatz im Raster oder wählen Sie im Drop-down-Menü „Aktion“ den Eintrag „Bearbeiten“. Klicken Sie zum Aufrufen der Bewertungen für das Konto auf den entsprechenden Link. Ein Konto kann auch gelöscht werden – jedoch nur, wenn es nicht in den M2E-Angebotseinstellungen verwendet wird."
+"
+ M2E allows you to receive feedback from your buyers and respond them according to the settings below.
+Note: The Feedback Synchronization must be enabled in %s > Configuration > Synchronization."," M2E bietet die Möglichkeit, Bewertungen von Käufern zu erhalten und zu beantworten. Legen Sie dazu die folgenden Einstellungen fest.Hinweis: Die Bewertungssynchronisierung muss unter %s > „Konfiguration“ > „Synchronisierung“ aktiviert werden."
+"Buyers Feedback","Käuferbewertung"
+"Import Feedback","Bewertung importieren"
+"Choose to import feedback from eBay buyers into Magento.","Wählen Sie diese Option, um Bewertungen von eBay-Käufern in Magento zu importieren."
+"Seller Response","Verkäuferantwort"
+"Auto Response","Automatische Beantwortung"
+"There are two ways to set up your auto response to buyer feedback:
+ Cycle Mode - the system chooses an existing response template according to the sales order and sends it to the buyer.
+ Random Mode - the system randomly chooses an existing response template and sends it out.","Für die automatische Beantwortung von Bewertungen durch Käufer gibt es zwei Modi: Zyklischer Modus : Das System wählt aus den bestehenden Antwortvorlagen eine für die Bestellung passende Vorlage aus und sendet sie an den Käufer. Zufallsmodus : Das System wählt nach dem Zufallsprinzip eine der bestehenden Antwortvorlagen aus und versendet sie."
+"Disabled","Deaktiviert"
+"Cycle Mode","Zyklischer Modus"
+"Random Mode","Zufallsmodus"
+"Choose between Cycle Mode, Random Mode, or to disable it completely.","Wählen Sie den Modus (Zyklischer Modus, Zufallsmodus) aus oder deaktivieren Sie die automatische Beantwortung."
+"Send to","Senden an"
+"All","Alle"
+"Responses to All feedbacks or Positive only.","Beantwortung aller Bewertungen oder nur Beantwortung der positiven Bewertungen."
+"Response Templates","Antwortvorlagen"
+"Add Response Template","Antwortvorlage hinzufügen"
+"Edit Response Template","Antwortvorlage bearbeiten"
+"Should be between 2 and 80 characters long.","Die Antwortvorlage sollte zwischen 2 und 80 Zeichen lang sein."
+"Please enter correct number of characters.","Bitte geben Sie die korrekte Anzahl von Zeichen ein."
+"You can add an eBay Production (live environment) or Sandbox (test environment) account.
+ Note: A Production eBay account only works in a live environment. A Sandbox account only works in a test environment. To register for a Sandbox account go to www.developer.ebay.com
+ After completing the General Information, click the Get Token button where you'll be redirected to the eBay website. Simply sign-in and press I Agree to allow my eBay account to connect to M2E Pro.
+ Once the Token is successfully accepted, the status will say “Yes†. Click the button “Save And Continue Edit†to proceed.","Sie können ein eBay-Produktionskonto (Live-Umgebung) oder ein Sandbox-Konto (Testumgebung) hinzufügen. Hinweis: Ein eBay-Produktionskonto funktioniert nur in einer Live-Umgebung. Ein Sandbox-Konto funktioniert nur in einer Testumgebung. Wenn Sie ein Sandbox-Konto registrieren möchten, gehen Sie zu www.developer.ebay.com . Klicken Sie nach Eingabe der allgemeinen Informationen auf die Schaltfläche Token abrufen . Sie gelangen daraufhin zur eBay-Website. Loggen Sie sich ein und klicken Sie auf Ich bin einverstanden , um die Verknüpfung des eBay-Kontos mit M2E Pro zuzulassen. Wenn der Token akzeptiert wurde, ändert sich der Status in Ja . Klicken Sie zum Fortfahren auf die Schaltfläche „Speichern und weiter bearbeiten“."
+"Be attentive! By deleting account you delete all information on it from M2E Pro server. This will cause inappropriate work of all accounts' copies.","Bitte beachten Sie: Wenn Sie ein Konto löschen, werden alle damit verbundenen Informationen vom M2E Pro-Server gelöscht. Dies kann dazu führen, dass die Kopien des Kontos nicht richtig funktionieren."
+"No Customer entry is found for specified ID.","Es wurde kein Kundeneintrag für die eingegebene ID gefunden."
+"If Yes is chosen, you must select at least one attribute for product mapping.","Wenn Sie „Ja“ ausgewählt haben, müssen Sie mindestens ein Attribut für die Produktzuordnung bestimmen."
+"You should create at least one response template.","Sie müssen mindestens eine Antwortvorlage erstellen."
+"You must get token.","Sie müssen den Token abrufen."
+"Mode","Modus"
+"Production (Live eBay)","Production (Live eBay)"
+"Sandbox (Test eBay)","Sandbox (eBay-Testmodul)"
+"Environment of eBay account.","Die Umgebung bzw. das Modul des eBay-Mitgliedskontos."
+"Token","Token"
+"Grant Access","Zugriff gewähren"
+"Ensure you acquire your token within 5 minutes, or you may exceed your time limit and have to start again.","Beachten Sie, dass Sie zum Abrufen des Tokens nur 5 Minuten Zeit haben. Wenn Sie die Zeit überschreiten, müssen Sie von vorn beginnen."
+"Activated","Aktiviert"
+"Expiration Date","Gültig bis"
+"
+ The 3rd Party Listings are the items, which were listed on eBay without using M2E Pro extension.
+
+ Set 'Yes' in Import 3rd Party Listings to allow importing for the current eBay Account. Imported listings you can find in Sell on eBay -> Listings -> 3rd Party.
+
+ Use 'Product Mapping' settings to connect eBay listings to Magento products.
+
+ Note: The 3rd Party Listings Synchronization must be enabled in %1$s > Configuration > Synchronization.
+ "," Die Angebote von Drittanbietern sind die Artikel, die ohne M2E Pro bei eBay eingestellt wurden. Legen Sie für „Angebote von Drittanbietern importieren“ „Ja“ fest, um das Importieren für das aktuelle eBay-Konto zuzulassen. Importierte Angebote finden Sie in „Bei eBay verkaufen“ > „Angebote“ > „Drittanbieter“. Verwenden Sie die „Produktzuordnung“-Einstellungen, um eBay-Angebote mit Magento-Produkten zu verknüpfen. Hinweis: Die Synchronisierung von Drittanbieterangeboten muss unter %1$s > „Konfiguration“ > „Synchronisierung“ aktiviert werden. "
+"Import 3rd Party Listings","Angebote von Drittanbietern importieren"
+"Allows importing 3rd Party Listings.Note: Only active eBay Listings created less than 2 years before will be imported.","Ermöglicht das Importieren von Angeboten von Drittanbietern.Hinweis: Importiert werden nur aktive eBay-Angebote, die vor weniger als 2 Jahren erstellt wurden."
+"Product Mapping","Produktzuordnung"
+"Maps eBay product with Magento product.","Verknüpft eBay-Produkte mit Magento-Produkten."
+"Mapping Settings","Zuordnungseinstellungen"
+"Custom Label (SKU)","Lagerhaltungsnummer (SKU)"
+"None","Keine"
+"Product SKU","Produkt-Artikelnummer"
+"Listing Title","Artikelbezeichnung"
+"Mapped Items Synchronization","Zugeordnete Artikel synchronisieren"
+"Enabled","Aktiviert"
+"Enables / Disables synchronization of Mapped 3rd Party Listings for the current account. Click 'Synchronization Settings' button to configure settings.
+ Note: The first 3rd Party Listings Synchronization launches the first product automapping. After that you can launch it manually in Sell on eBay > Listings > 3rd Party.","Aktiviert/deaktiviert die Synchronisierung zugeordneter Angebote von Drittanbietern für das aktuelle Konto. Klicken Sie auf die Schaltfläche „Synchronisierungseinstellungen“, um die Einstellungen zu konfigurieren. Hinweis: Die erste Synchronisierung von Drittanbieterangeboten startet die erste automatische Produktzuordnung. Anschließend können Sie sie unter „Bei eBay verkaufen“ > „Angebote“ > „Drittanbieter“ manuell starten."
+"Related Store Views","Verknüpfte Shop-Ansichten"
+"Related Store View","Verknüpfte Shop-Ansicht"
+"Establish connection between eBay sites and Magento Store Views for correct data synchronization.","Stellen Sie eine Verknüpfung zwischen eBay-Websites und Magento-Shop-Ansichten her, um eine korrekte Synchronisierung der Daten zu gewährleisten."
+"For each eBay account M2E Pro allows import orders coming from eBay and setting up automatic Magento orders creation.
+ Using appropriate settings you can create Magento orders for the items listed by the 3rd party software and by M2E Pro.
+
+
+ Note: The Product Stock QTY only reduces after Magento Order creation.
+ The Order Synchronization must be enabled in %1$s > Configuration > Synchronization.","Für jedes eBay-Konto können Sie in M2E Pro von eBay kommende Bestellungen importieren und die automatische Erstellung von Magento-Bestellungen einrichten. Mit entsprechenden Einstellungen können Sie Magento-Bestellungen für die über Drittanbietersoftware und M2E Pro eingestellten Artikel erstellen. Hinweis: Die Stückzahl der verfügbaren Artikel wird erst nach der Erstellung der Magento-Bestellung reduziert. Die Bestellungssynchronisierung muss unter %1$s > „Konfiguration“ > „Synchronisierung“ aktiviert werden."
+"Import eBay Orders","eBay-Bestellungen importieren"
+"Choose to import the orders placed on eBay.","Wählen Sie diese Option, um bei eBay platzierte Bestellungen zu importieren."
+"Product Is Listed By M2E Pro","Produkt wurde mit M2E Pro eingestellt"
+"Create Order in Magento","Bestellung in Magento erstellen"
+"Whether an order has to be created in Magento if a sold product belongs to M2E Pro Listings.","Legen Sie fest, ob eine Bestellung in Magento erstellt werden soll, wenn ein verkauftes Produkt zu den M2E Pro-Angeboten gehört."
+"Magento Store View Source","Quelle der Magento-Shop-Ansicht"
+"Use Store View from Listing","Shop-Ansicht aus Angebot verwenden"
+"Choose Store View Manually","Shop-Ansicht manuell auswählen"
+"Use the store view from your M2E Listing, or choose store view manually.","Legen Sie fest, ob die Shop-Ansicht aus Ihrem M2E-Angebot verwendet werden soll oder ob Sie die Shop-Ansicht manuell auswählen möchten."
+"The store the orders will be placed in.","Der Shop, in dem die Bestellungen platziert werden."
+"Product Is Listed By Any Other Software","Produkt wurde mit anderer Software eingestellt"
+"Whether an order has to be created in Magento if a sold product does not belong to M2E Pro Listings.","Legen Sie fest, ob eine Bestellung in Magento erstellt werden soll, wenn ein verkauftes Produkt nicht zu den M2E Pro-Angeboten gehört."
+"Product Not Found","Produkt nicht gefunden"
+"Do Not Create Order","Bestellung nicht erstellen"
+"Create Product and Order","Produkt und Bestellung erstellen"
+"What has to be done if a listed product does not exist in Magento.","Legen Sie fest, was geschehen soll, wenn ein eingestelltes Produkt nicht in Magento existiert."
+"Note: Only simple products without variations can be created in Magento. If there is a product with variations on eBay, M2E Pro creates different simple products for each variation.","Hinweis: In Magento können nur einfache Produkte ohne Varianten erstellt werden. Wenn ein Produkt mit Varianten bei eBay eingestellt ist, erstellt M2E Pro ein einfaches Produkt für jede Variante."
+"Product Tax Class","Produkt-Steuerklassen"
+"Tax Class which will be used for products created by M2E Pro.","Steuerklasse, die für die von M2E Pro erstellten Produkte verwendet wird"
+"Customer Settings","Kundeneinstellungen"
+"Customers","Kunden"
+"There are several ways to specify a customer Magento Orders will be assigned to:
+
+ Guest Account - the system does not require a customer account to be created. Default guest account will be used instead.
+ Note: To use this option, Magento Guest Checkout option must be enabled.
+ Predefined Customer - the system uses predefined customer.
+ Create New - a new customer will be created in Magento.
+ Note: If a customer already exists in Magento, the system assigns orders to him.","Es gibt verschiedene Möglichkeiten, einen Kunden anzugeben, dem Magento-Bestellungen zugewiesen werden: Gästekonto : Das System verlangt nicht, dass ein Kundenkonto angelegt wird. Stattdessen wird das Standard-Gästekonto verwendet. Hinweis: Für diese Option muss in Magento die Möglichkeit aktiviert sein, als Gast bezahlen zu können. Vordefinierter Kunde : Das System verwendet einen vordefinierten Kunden. Neu erstellen : In Magento wird ein neuer Kunde angelegt. Hinweis: Wenn es in Magento bereits einen Eintrag für einen Kunden gibt, weist das System ihm die Bestellung zu."
+"Customer","Kunde"
+"Guest Account","Gästekonto"
+"Predefined Customer","Vordefinierter Kunde"
+"Create New","Neu erstellen"
+"Customer Magento Orders will be created for.","Kunde, für den die Magento-Bestellungen erstellt werden"
+"Customer ID","Kunden-ID"
+"Enter Magento customer ID.","Geben Sie die Magento-Kunden-ID ein."
+"Associate to Website","Website zuordnen"
+"-- Please Select --","-- Bitte auswählen --"
+"Website a customer account will be created for.","Website, für die das Kundenkonto erstellt wird"
+"Customer Group","Kundengruppe"
+"Customer Group a customer will be assigned to.","Kundengruppe, der der Kunde zugewiesen wird"
+"Send Emails When The Following Is Created","E-Mail senden, wenn folgende Elemente erstellt wurden"
+"Customer Account","Kundenkonto"
+"Magento Order","Magento-Bestellung"
+"Invoice","Rechnung"
+"Necessary emails will be sent according to Magento settings in Magento > System > Configuration > Sales Emails. Hold Ctrl button, to choose more, than one option.","Alle erforderlichen E-Mails werden entsprechend den unter Magento > System > Konfiguration > Verkaufs-E-Mails festgelegten Magento-Einstellungen versendet. Halten Sie die Strg-Taste gedrückt, um mehrere Optionen gleichzeitig auszuwählen."
+"Order Creation Rules","Regeln zum Erstellen von Bestellungen"
+"Set eBay Orders settings when Magento Orders have to be created.
+
+ The Reserve Quantity option can prevent the item selling before the Magento Order is created.
+ This is because the Product Stock Quantity is reduced after Magento Order creation.
+ It removes items from Magento Stock as soon as the order is received from eBay.","Legen Sie die Einstellungen für eBay-Bestellungen fest, wenn Magento-Bestellungen erstellt werden müssen. Mit der Option „Reservestückzahl“ kann verhindert werden, dass der Artikel verkauft wird, bevor die Magento-Bestellung erstellt wurde. Die Produktbestandsmenge wird nämlich reduziert, nachdem die Magento-Bestellung erstellt wurde. Damit werden Artikel aus dem Magento-Bestand entfernt, sobald die Bestellung von eBay eintrifft."
+"Create Magento Order When","Magento-Bestellung unter folgenden Bedingungen erstellen"
+"Immediately","Sofort"
+"Checkout Is Completed","Kaufabwicklung ist abgeschlossen"
+"Payment Is Received","Zahlung ist eingegangen"
+"Checkout Is Completed & Payment Received","Kaufabwicklung ist abgeschlossen und Zahlung ist eingegangen"
+"Automatic Cancellation","Automatische Stornierung"
+"Never","Nie"
+"In %d days","In %d Tagen"
+"Magento Orders, which were not paid in a definite time interval, will be cancelled. Unpaid Item Process will be launched for such orders on eBay.","Magento-Bestellungen, die nach einem bestimmten Zeitraum nicht bezahlt wurden, werden storniert. Für solche Bestellungen wird bei eBay die Vorgehensweise bei nicht bezahlten Artikeln initiiert."
+"For %d day","Für %d Tag"
+"For %d days","Für %d Tage"
+"For how many days reserve qty has to be kept while Magento Order is not created.","Gibt an, für wie viele Tage die Stückzahl reserviert bleiben soll, während keine Magento-Bestellung erstellt wird."
+"Order Tax Settings","Besteuerungseinstellungen für Bestellungen"
+"Choose the tax settings for your Magento Order:
+
+ eBay - Magento Orders use tax settings from the eBay Listing.
+ Magento - Magento Orders use Magento tax settings.
+ eBay & Magento - Magento Orders use tax settings from the eBay Listing. If there are no tax settings set in eBay, Magento tax settings are used.
+ None - No tax settings are set.","Legen Sie die Besteuerungseinstellungen für Ihre Magento-Bestellung fest: eBay : Für Magento-Bestellungen werden die Besteuerungseinstellungen aus dem eBay-Angebot verwendet. Magento : Für Magento-Bestellungen werden die Besteuerungseinstellungen aus Magento verwendet. eBay und Magento : Für Magento-Bestellungen werden die Besteuerungseinstellungen aus dem eBay-Angebot verwendet. Wenn es im eBay-Angebot keine Besteuerungseinstellungen gibt, kommen die Magento-Besteuerungseinstellungen zum Einsatz. Keine : Es werden keine Besteuerungseinstellungen festgelegt."
+"Tax Source","Steuerquelle"
+"eBay & Magento","eBay und Magento"
+"Order Status Mapping","Zuordnung von Bestellungsstatus"
+"Configure mapping between your eBay Order state and Magento Order statuses.
+ Note: The Order activity in Magento is automatically reflected in your eBay Order:
+ Choose to create automatic invoices and automatic notify the buyer when the item ships.","Konfigurieren Sie die Zuordnung des Status Ihrer eBay-Bestellung zu den Status der Magento-Bestellung. Hinweis: Die Bestellungsaktivität in Magento spiegelt sich automatisch in Ihrer eBay-Bestellung wider: Richten Sie die automatische Erstellung von Rechnungen und die automatische Versandbenachrichtigung für den Käufer ein."
+"Status Mapping","Statuszuordnung"
+"Default Order Statuses","Standard-Bestellstatus"
+"Custom Order Statuses","Benutzerdefinierter Bestellstatus"
+"Payment Is Completed","Zahlung ist abgeschlossen"
+"Automatic Invoice Creation","Automatische Rechnungserstellung"
+"Shipping Is Completed","Versand ist abgeschlossen"
+"Automatic Shipment Creation","Automatische Versanderstellung"
+"
+ With M2E you can also sell your Magento products on eBay store. The information about your store you can find below."," Mit M2E können Sie Ihre Magento-Produkte auch in Ihrem eBay Shop verkaufen. Informationen zu Ihrem Shop finden Sie unten."
+"Information","Informationen"
+"Store Title","Shop-Titel"
+"URL","URL"
+"Subscription Level","Shop-Abonnement"
+"Updates store information.","Aktualisiert die Shop-Informationen"
+"Highlighted category ID.","Markierte Kategorie-ID"
+"This eBay account does not have an eBay Store subscription.","Es ist kein Shop-Abonnement für dieses eBay-Konto vorhanden."
+"Note: All changes you have made will be automatically applied to all M2E listings where this category is used.","Hinweis: Die von Ihnen vorgenommenen Änderungen werden automatisch auf alle M2E-Angebote angewendet, bei denen diese Kategorie verwendet wird."
+"Do not show any more","Nicht wieder anzeigen"
+"Marketplace","Marktplatz"
+"
+ Be careful when you edit categories data, as all changes you have made will be automatically applied to all M2E listings where these categories are used.
+
+
+ Note: If M2E has defined, that a category was removed from eBay, it highlights it.
+ "," Seien Sie bei der Bearbeitung von Kategoriedaten vorsichtig, da alle vorgenommenen Änderungen automatisch auf alle M2E-Angebote angewendet werden, bei denen diese Kategorien verwendet werden. Hinweis: Wenn M2E feststellt, dass eine Kategorie aus eBay entfernt wurde, wird diese Kategorie markiert. "
+"Every time you set a category you specify Item Specifics adapted to M2E listing or product it is set for.
+ All variety of Item Specifics sets you can find on the Specifics tab.
+The number of sets is equal to the number of category usage in M2E.
+
+
+Note: When you change a Primary category, you will need to specify Item Specifics for every created dates.
+","Für jede Kategorie werden Artikelmerkmale angebeben, die an das jeweilige M2E-Angebot oder -Produkt angepasst sind. Die verschiedenen verfügbaren Artikelmerkmalsätze finden Sie auf der Registerkarte „Merkmale“. Die Anzahl der Sets entspricht der Häufigkeit, mit der die Kategorie in M2E verwendet wurde.Hinweis: Wenn Sie eine Hauptkategorie ändern, müssen Sie für alle erstellten Daten Artikelmerkmale festlegen."
+"Created at","Erstellt am"
+"Simple","Einfach"
+"Advanced","Erweitert"
+"There are two modes. Simple is suitable for new users and for those with a limited inventory. Advanced is suitable for the more experienced user.","Zur Wahl stehen zwei Modi. Der Modus „Einfach“ eignet sich für neue Nutzer und Nutzer mit einem begrenzten Warenbestand. Der Modus „Erweitert“ eignet sich für erfahrenere Nutzer."
+"Notifications","Benachrichtigungen"
+"Cron","Cron"
+"Notifies if cron is not run more than 12 hours.","Sie werden benachrichtigt, wenn Cron seit mehr als 12 Stunden nicht ausgeführt wurde."
+"Negative Feedback","Negative Bewertungen"
+"Notifies when a new negative feedback was received.","Sie werden benachrichtigt, falls Sie neue negative Bewertungen erhalten haben."
+"Item Specifics Step","Artikelmerkmale-Schritt"
+"Not Show","Nicht anzeigen"
+"If you do not need to change Item Specifics details every time you add products, you can skip this step (set 'Not Show\","Wenn es nicht erforderlich ist, bei jedem Hinzufügen von Produkten die Artikelmerkmaleinstellungen zu ändern, können Sie diesen Schritt überspringen (auf „Nicht anzeigen“ setzen)."
+"Currency","Währung"
+"Choose the currency you want to sell for.","Wählen Sie die Währung aus, in der Sie verkaufen möchten."
+"Prevent eBay Item Duplicates","Identische Angebote bei eBay vermeiden"
+"Does not list a Magento product if it was listed from another M2E listing.
+
+ Note: This mechanism only works for auto listing and in Live eBay environment.","Verhindert, dass ein Magento-Produkt eingestellt wird, wenn es bereits aus einem anderen M2E-Angebot eingestellt wurde. Hinweis: Dieser Mechanismus funktioniert nur beim automatischen Einstellen und in der Live-eBay-Umgebung."
+"Parts compatibility is a better way for sellers to list parts that fit a variety of vehicles. This format adds standard information to your listing. You can create one listing describing a single part and add a complete list of compatible vehicles.
+ To use this feature you have to:
+
+ In the section below choose the attribute, which will be used for saving ePIDs (Product Reference IDs) of compatible vehicles.
+ In created M2E listing on the 'View Listing' (Settings view mode) page use the Add Compatible Vehicles tool to find necessary compatible items.
+ "," Die Option „Kompatibilität von Ersatzteilen“ unterstützt Verkäufer dabei, Ersatzteile einzustellen, die für eine Vielzahl von Fahrzeugen geeignet sind. Dieses Format fügt Ihrem Angebot Standardinformationen hinzu. Sie können ein Angebot erstellen, das ein einzelnes Ersatzteil beschreibt, und diesem eine vollständige Liste kompatibler Fahrzeuge hinzufügen. Um diese Funktion nutzen zu können, müssen Sie Folgendes tun: Wählen Sie im Abschnitt unten das Attribut aus, das für das Speichern der ePIDs (Produktreferenz-IDs) kompatibler Fahrzeuge verwendet wird. Verwenden Sie im erstellten M2E-Angebot auf der Seite „Angebot anzeigen“ (Ansichtsmodus „Einstellungen“) das Tool zum Hinzufügen kompatibler Fahrzeuge, um die erforderlichen kompatiblen Artikel zu finden. "
+"Select Attribute","Attribut auswählen"
+"Only textarea attributes are shown.","Es werden nur „textarea“-Attribute angezeigt."
+"You do not have textarea attributes.","Sie haben keine „textarea“-Attribute."
+"Set up general preferences for eBay and Save configuration.","Legen Sie allgemeine Einstellungen für eBay fest und speichern Sie die Konfiguration."
+"Cron Is Not Running","Cron wird nicht ausgeführt"
+"Feedback has been successfully sent.","Die Bewertung wurde erfolgreich gesendet."
+"Response Message","Antwort"
+"Buyer's Feedback","Käuferbewertung"
+"Choose Predefined Feedback","Wählen Sie eine vordefinierte Bewertung"
+"Or Write Your Own","Oder verfassen Sie Ihren eigenen Bewertungstext"
+"This page contains all feedback received from buyers and all seller responses to them.
+ Use eBay Accounts dropdown to filter feedback by accounts.
+ If a response to feedback was not automatically sent, you can send it manually by pressing the Response button on
+ appropriate line and filling appeared form at the top of page.
+ Note: Auto Responses to feedback are sent according to the eBay Accounts settings.","Diese Seite enthält alle Käuferbewertungen und alle Antworten des Verkäufers. Verwenden Sie das Drop-down-Menü „eBay-Konten“, um die Bewertungen nach Konten zu filtern. Falls eine Antwort auf eine Bewertung nicht automatisch versendet wurde, können Sie die Antwort manuell senden, indem Sie in der entsprechenden Zeile auf Antwort klicken und das daraufhin oben auf der Seite angezeigte Formular ausfüllen. Hinweis: Automatische Antworten auf Bewertungen werden entsprechend den für das eBay-Konto festgelegten Einstellungen versendet."
+"eBay/Magento Integration: Listing","eBay/Magento-Integration: Angebot"
+"General Settings","Allgemeine Einstellungen"
+"Select the desired eBay account to use. Next, choose your preferred eBay site. Finally, the Magento Store View you would like eBay to use.","Wählen Sie das eBay-Konto aus, das verwendet werden soll. Wählen Sie als Nächstes die bevorzugte eBay-Website aus. Geben Sie zum Schluss die Magento-Shop-Ansicht an, die eBay verwenden soll."
+"Create a title that's meaningful to you. Your Listing Title will not be displayed publicly.","Erstellen Sie eine für Sie aussagekräftige Artikelbezeichnung. Diese Artikelbezeichnung wird nicht öffentlich angezeigt."
+"eBay Settings","eBay-Einstellungen"
+"This is the user name of your eBay account.","Dies ist der Nutzername Ihres eBay-Kontos."
+"This is the site where your item will be listed. Choose from the dropdown list. Your currency will be automatically selected based on your eBay Site choice.","Dies ist die Website, auf der Ihr Artikel eingestellt wird. Wählen Sie im Drop-down-Menü die gewünschte Option aus. Die Währung wird automatisch anhand der Auswahl der eBay-Website festgelegt."
+"Magento Settings","Magento-Einstellungen"
+"This is the store information that will be used on M2E Pro.","Hier können Sie die Shop-Informationen festlegen, die in M2E Pro genutzt werden sollen."
+"Add","Hinzufügen"
+"Account not found, please create it.","Konto nicht gefunden, bitte melden Sie ein Konto an."
+"Add Another","Weiteres hinzufügen"
+"Another Synchronization Is Already Running.","Es wird bereits eine andere Synchronisierung ausgeführt."
+"Getting information. Please wait ...","Informationen werden abgerufen. Bitte warten Sie..."
+"Preparing to start. Please wait ...","Start wird vorbereitet. Bitte warten Sie..."
+"Please wait while synchronization is finished.","Bitte warten Sie, bis die Synchronisierung abgeschlossen ist."
+"The specified title is already used for other listing. Listing title must be unique.","Die eingegebene Bezeichnung wird bereits für ein anderes Angebot verwendet. Die Artikelbezeichnung muss einzigartig sein."
+"Step 1","Schritt 1"
+"Step 2","Schritt 2"
+"Step 3","Schritt 3"
+"Product Assigned to Categories","Produkt wurde Kategorien zugewiesen"
+"No Action","Keine Maßnahme"
+"Add to the Listing","Zum Angebot hinzufügen"
+"Add to the Listing and Assign eBay Category","Zum Angebot hinzufügen und eBay-Kategorie zuweisen"
+"Action which will be applied automatically.","Aktion, die automatisch angewendet wird"
+"Product Deleted from Categories","Produkt aus Kategorien gelöscht"
+"Stop on eBay","Bei eBay anhalten"
+"Stop on eBay and Delete from Listing","Bei eBay anhalten und aus Angebot löschen"
+"This category is already used in the rule %s. If you press ""Confirm"" button, category will be removed from that rule.","Diese Kategorie wird bereits in der Regel %s verwendet. Wenn Sie auf „Bestätigen“ klicken, wird die Kategorie aus dieser Regel entfernt."
+"Rules For Magento Categories","Regeln für Magento-Kategorien"
+"Rules for products added or deleted from particularly Magento category.
+ To add a new rule click on the Add New Rule button.","Regeln für Produkte, die einer bestimmten Magento-Kategorie hinzugefügt oder aus ihr entfernt wurden. Wenn Sie eine neue Regel hinzufügen möchten, klicken Sie auf die Schaltfläche „Neue Regel hinzufügen“."
+"Reset Automatic Action Rules","Automatische Aktionsregeln zurücksetzen"
+"Global (all products)","Global (alle Produkte)"
+"New Product Added to Magento","Neues Magento hinzugefügtes Produkt"
+"Product Deleted from Magento","Aus Magento gelöschtes Produkt"
+"Reset Automatic Action Rule","Automatische Aktionsregel zurücksetzen"
+"Website","Website"
+"Product Added to Website","Produkt wurde zur Website hinzugefügt"
+"Product Deleted from Website","Produkt wurde von Website gelöscht"
+"Rules of auto adding and deletion products from current listing.","Regeln für das automatische Hinzufügen und Löschen von Produkten aus dem aktuellen Angebot"
+"Auto Actions","Automatische Aktionen"
+"Depending on products scope level (Global, Website, Category) you can set the rules of adding / deletion Magento products from the current listing.","Je nach Ausrichtung der Produkte (global, Website, Kategorie) können Sie verschiedene Regeln für das Hinzufügen/Löschen von Magento-Produkten zum/aus dem aktuellen Angebot festlegen."
+"Select the scope level of products to which you want to apply the rule:","Legen Sie die Ausrichtung der Produkte fest, für die die Regel gelten soll:"
+"Means that when a product is added or deleted from Magento catalog the rule is applied.","Wenn diese Option gewählt wird, tritt die Regel in Kraft, sobald ein Produkt dem Magento-Katalog hinzugefügt oder aus ihm gelöscht wird."
+"Means that when a product is added or deleted from the Store you selected in M2E Listing setting the rule is applied.","Wenn diese Option gewählt wird, tritt die Regel in Kraft, sobald ein Produkt dem in der M2E-Angebotseinstellung festgelegten Shop hinzugefügt oder aus ihm gelöscht wird."
+"Means that when a product is added or deleted from Magento category, specified in the rule settings, the rule is applied.","Wenn diese Option gewählt wird, tritt die Regel in Kraft, sobald ein Produkt der in den Regeleinstellungen angegebenen Magento-Kategorie hinzugefügt oder aus ihr gelöscht wird."
+"Step 4","Schritt 4"
+"The only common (presented in all attribute sets) ""Text Field"" or ""Dropdown"" attributes available for selection.","Die einzigen allen Attributsätzen gemeinen „Textfeld“- oder „Drop-down“-Attribute, die zur Wahl stehen."
+"If you cannot find necessary category, try to update eBay sites data .","Wenn Sie die erforderliche Kategorie nicht finden können, versuchen Sie, die eBay-Website-Daten zu aktualisieren ."
+"If you cannot find necessary store category, try to refresh eBay store data .","Wenn Sie die erforderliche Shop-Kategorie nicht finden können, versuchen Sie, die eBay Shop-Daten zu aktualisieren ."
+"Enter keyword(s) or category ID...","Suchbegriff(e) oder Kategorie-ID eingeben..."
+"No recently used categories","Keine zuletzt verwendeten Kategorien"
+"Change","Ändern"
+"No results","Keine Ergebnisse"
+"Try to update eBay sites data and repeate the search.","Versuchen Sie, die eBay-Website-Daten zu aktualisieren , und wiederholen Sie die Suche."
+"Try to refresh eBay store data and repeate the search.","Versuchen Sie, die eBay Shop-Daten zu aktualisieren , und wiederholen Sie die Suche."
+"eBay Category","eBay-Kategorie"
+"eBay Primary Category must be selected.","Sie müssen eine Hauptkategorie bei eBay auswählen."
+"eBay Store Category","eBay Shop-Kategorie"
+"eBay Primary Store Category must be selected.","Sie müssen eine Hauptkategorie des eBay Shops auswählen."
+"You have to set eBay Categories before you can List Items on eBay.","Sie müssen eBay-Kategorien festlegen, bevor Sie Artikel bei eBay einstellen können."
+"Choose one of the options below.","Wählen Sie eine der folgenden Optionen."
+"The same category","Dieselbe Kategorie"
+"The Products will all have the same category.","Die Produkte haben alle dieselbe Kategorie."
+"Remember my choice and skip this step in the future.","Meine Einstellungen speichern und diesen Schritt künftig überspringen"
+"Based on Magento categories","Auf der Basis von Magento-Kategorien"
+"The products will all have the eBay categories that are based on Magento categories.","Für alle Produkte gelten die auf den Magento-Kategorien basierenden eBay-Kategorien."
+"Get suggested categories","Empfohlene Kategorien abrufen"
+"eBay suggests the best categories for your products based on title and attribute set of product.","eBay schlägt Ihnen anhand der Artikelbezeichnung und des Attributsatzes des Produkts die für Ihre Produkte am besten geeigneten Kategorien vor."
+"Set manually for each product","Für jedes Produkt manuell festlegen"
+"You have complete freedom to choose (individually, or by grouping a set of products together) the most suitable eBay category for your products.","Sie können vollkommen frei wählen (einzeln oder durch Zusammenfassen mehrerer Produkte), zu welcher eBay-Kategorie Ihre Produkte am besten passen."
+"If you continue the settings you will choose next will be applied to the current M2E Listing and automatically assigned to all products added later. ","Wenn Sie fortfahren, werden die Einstellungen, die Sie als Nächstes wählen, auf das aktuelle M2E-Angebot angewendet und automatisch allen neu hinzukommenden Produkten zugewiesen. "
+"Apply Settings","Einstellungen übernehmen"
+"Warning: There are product(s) of
+which have no Primary eBay category specified.
+
+You can correct it now by Cancelling this message and choosing Edit Category action.
+Or if you are not sure which category to choose, Continue working.
+You will have a chance to correct category(s) later in the listing settings.","Warnung: Für von Produkt(en) wurde keine Hauptkategorie bei eBay festgelegt. Sie können dies jetzt korrigieren, indem Sie in dieser Meldung auf „Abbrechen“ klicken und die Aktion „Kategorie bearbeiten“ wählen. Wenn Sie sich nicht sicher sind, welche Kategorie Sie wählen sollten, fahren Sie einfach fort. Sie können die Kategorie(n) auch später noch in den Angebotseinstellungen korrigieren."
+"Skip Optional Specifics","Optionale Merkmale überspringen"
+"M2E will check all available Item Specifics for selected eBay Categories and stops at the Category where user action is required (required Item Specifics should be set).","M2E prüft alle verfügbaren Artikelmerkmale auf ausgewählte eBay-Kategorien und stoppt bei der Kategorie, bei der ein Eingreifen seitens des Nutzers erforderlich ist (erforderliche Artikelmerkmale sollten festgelegt sein)."
+" All selected eBay Categories were checked for required Item Specifics.
+
+ Now you can proceed further (use Continue button) or close this window and review Item Specifics if neccessary (use Cancel button)."," Alle ausgewählten eBay-Kategorien wurden auf erforderliche Artikelmerkmale geprüft. Sie können jetzt fortfahren (Schaltfläche „Weiter“) oder dieses Fenster schließen und, sofern erforderlich, die Artikelmerkmale prüfen (Schaltfläche „Abbrechen“)."
+"The category %cat% doesn't have Item Specific.","Die Kategorie %cat% verfügt über keine Artikelmerkmale."
+"Adding specific item details will attract your buyers and help them to find your item in a search. We recommend using as many item specifics as you can.
+ There are mandatory specifics and the chance to create your own.
+
+ There are four options available to you.
+
+
+
+ eBay Recommended
+ eBay recommends certain characteristics your item may possess. Simply choose the most appropriate one from the drop down menu.
+ So if you are selling headphones, eBay will recommend an ABC list of the most common brands from Apple and Bose to Creative.
+ This is a sensible option for beginners to eBay.
+
+ Note: These options correspond to the Primary eBay Category, not any Secondary Category you may have chosen.
+
+
+ Custom Attribute
+ You can create more customisable detail by choosing the Custom Attribute that contains the item specific.
+
+
+ Custom Value
+ This allows you to manually type specific information about your product rather than choosing from a dropdown list.
+ This is particularly useful if the eBay recommended option does not include information about the specific item you have for sale.
+
+
+ None
+ You choose not to offer potential buyers any item specific information. Be aware that this may hamper your items appearing in eBay search results.
+
+ ","Fügen Sie Ihrem Angebot Informationen und Details hinzu, um das Interesse von Käufern zu wecken und diesen zu helfen, Ihr Angebot leichter zu finden. Wir empfehlen, möglichst viele Artikelmerkmale zu verwenden. Es gibt obligatorische Artikelmerkmale und Sie können auch eigene Artikelmerkmale erstellen. Zur Wahl stehen die folgenden Optionen: von eBay empfohlen eBay empfiehlt bestimmte Merkmale, die Ihr Artikel möglicherweise hat. Wählen Sie einfach aus dem Drop-down-Menü den Eintrag, der am ehesten zutrifft. Wenn Sie z.B. Kopfhörer verkaufen, schlägt Ihnen eBay eine ABC-Liste der häufigsten Marken von Apple über Bose bis hin zu Creative vor. Diese Option hilft vor allem eBay-Neulingen. Hinweis: Diese Vorschläge beruhen auf der Hauptkategorie bei eBay, nicht auf einer der zweiten Kategorien, die Sie möglicherweise ausgewählt haben. Benutzerdefiniertes Attribut Sie können die Details noch weiter anpassen, indem Sie das benutzerdefinierte Attribut wählen, das das Artikelmerkmal enthält. Benutzerdefinierter Wert Mit dieser Option können Sie manuell konkrete Informationen zu Ihrem Produkt eingeben, statt diese über ein Drop-down-Menü auswählen zu müssen. Dies ist insbesondere dann nützlich, wenn die von eBay empfohlene Option keine Informationen zum konkreten Artikel bereitstellt, den Sie verkaufen. Keine Mit dieser Option legen Sie fest, dass Sie potenziellen Käufern keine Artikelmerkmalinformationen zur Verfügung stellen möchten. Beachten Sie, dass dies die Art und Weise beeinträchtigen kann, in der Ihre Artikel in den eBay-Suchergebnissen erscheinen. "
+"Value","Wert"
+"Add more information to help buyers find your item in search results.","Fügen Sie weitere Informationen hinzu, um potenziellen Käufern das Finden Ihres Artikels zu erleichtern."
+"eBay Recommended","von eBay empfohlen"
+"Custom Value","Benutzerdefinierter Wert"
+"Custom Attribute","Benutzerdefiniertes Attribut"
+"Custom Label / Attribute","Lagerhaltungsnummer/Attribut"
+"M2E Pro Listings","M2E Pro-Angebote"
+"This page contains all created M2E Listings.
+You can perform different Actions on a single Listing or on a group of Listings.
+Actions for a single Listing you can find in the Action column of the grid. Choose a necessary option in the appropriate Listing dropdown to execute it.
+ Mass actions are in the Actions dropdown at the top right corner of the grid. Select check-boxes of appropriate items, choose an Action from the dropdown and press the Submit button.","Diese Seite enthält alle erstellten M2E-Angebote. Sie können verschiedene Aktionen sowohl für einzelne Angebote als auch für eine Gruppe von Angeboten durchführen. Die für einzelne Angebote durchführbaren Aktionen finden Sie in der Spalte „Aktionen“. Wählen Sie die Option, die Sie ausführen möchten, aus dem Dropdown-Menü für die Angebote. Die für mehrere Angebote gleichzeitig durchführbaren Aktionen finden Sie im Dropdown-Menü oben rechts in der Tabelle. Markieren Sie die entsprechenden Artikel, wählen Sie im Drop-down-Menü „Aktion“ eine Aktion aus und klicken Sie auf „Senden“."
+"This Log contains all information about actions, which were done on all M2E Pro Listings and their items.","Dieses Protokoll enthält alle Informationen zu Aktionen, die für M2E Pro-Angebote und ihre Artikel ausgeführt wurden."
+"
+This page contains eBay Listings, which belong to registered eBay Accounts (%1$s > Configuration > Accounts Settings) and were listed not by M2E Pro extension.
+They are filtered by eBay User ID and Marketplaces in the grid. To review necessary 3rd Party Listings click on appropriate line of the grid.
+
+Note: To import eBay 3rd Party Listings the 3rd Party Listings Import must be enabled in account's settings
+(%1$s > Configuration > Accounts Settings > 3rd Party Listings tab) and the 3rd Party Listings Synchronization must be enabled in %1$s > Configuration > Synchronization.
+
+Important: Initially (the first synchronization of 3rd Party Listings) M2E imports items which have been listed not later than a year ago.
+","Diese Seite enthält eBay-Angebote von registrierten eBay-Konten (%1$s > „Konfiguration“ > „Kontoeinstellungen“), die nicht mithilfe der M2E Pro-Erweiterung eingestellt wurden. Sie sind im Raster nach eBay-Nutzername und Marktplätzen gefiltert. Klicken Sie zum Prüfen der erforderlichen Angebote von Drittanbietern auf die entsprechende Rasterzeile.Hinweis: Um eBay-Angebote von Drittanbietern importieren zu können, müssen Sie in den Kontoeinstellungen (%1$s > „Konfiguration“ > „Kontoeinstellungen“ > Registerkarte „Angebote von Drittanbietern“) den Import von Angeboten von Drittanbietern sowie unter %1$s > „Konfiguration“ > „Synchronisierung“ die Synchronisierung von Angeboten von Drittanbietern aktivieren.Wichtig: Beim ersten Importvorgang (bei der ersten Synchronisierung von Angeboten von Drittanbietern) importiert M2E nur Artikel, die vor maximal einem Jahr eingestellt wurden."
+"This Log contains all information about actions, which were done on 3rd Party Listings.","Dieses Protokoll enthält alle Informationen zu Aktionen, die für Angebote von Drittanbietern ausgeführt wurden."
+"Define the conditions when you want eBay items relisted.
+ ","Legen Sie fest, unter welchen Bedingungen eBay-Artikel wiedereingestellt werden sollen. "
+"Relist Action","Aktion „Wiedereinstellen“"
+"Activates Relist action.","Aktiviert die Aktion „Wiedereinstellen“"
+"Relist When Stopped Manually","Wiedereinstellen, wenn manuell angehalten"
+"Relists an item by over-riding any manual stop.","Sorgt dafür, dass manuell angehaltene Artikel wiedereingestellt werden."
+"Synchronize Data","Daten synchronisieren"
+"Updates title, subtitle, description, price, quantity and shipment on eBay items.","Aktualisiert Artikelbezeichnung, Untertitel, Beschreibung, Preis, Stückzahl und Versand für eBay-Artikel."
+"Relist Conditions","Bedingungen für Wiedereinstellen"
+"Product Status","Produktstatus"
+"Product status when item will be relisted.","Produktstatus zum Zeitpunkt des Wiedereinstellens des Artikels"
+"Stock Availability when item will be relisted.","Warenbestandsverfügbarkeit zum Zeitpunkt des Wiedereinstellens des Artikels"
+"Quantity","Stückzahl"
+"Less","Weniger"
+"More or Equal","Mehr oder gleich"
+"Between","Zwischen"
+"Product(s) quantity when item will be relisted.","Produktstückzahl zum Zeitpunkt des Wiedereinstellens des Artikels"
+"Min Quantity","Min. Stückzahl"
+"Max Quantity","Max. Stückzahl"
+"Specify the product details you want to keep up to date on eBay.","Geben Sie die Produktdetails an, die bei eBay auf dem neuesten Stand gehalten werden sollen."
+"Partial Revise","Teilweise überarbeiten"
+"Item Quantity","Artikelstückzahl"
+"Updates eBay listing quantity when it changes in Magento.","Aktualisiert die Stückzahl der Artikel im eBay-Angebot, wenn sie sich in Magento ändert."
+"Item Price","Artikelpreis"
+"Updates eBay listing price when it changes in Magento.","Aktualisiert den Preis der Artikel im eBay-Angebot, wenn er sich in Magento ändert."
+"Updates eBay listing title when it changes in Magento.","Aktualisiert die Artikelbezeichnung des eBay-Angebots, wenn sie sich in Magento ändert."
+"Item Subtitle","Untertitel"
+"Updates eBay listing subtitle when it changes in Magento.","Aktualisiert den Untertitel des eBay-Angebots, wenn er sich in Magento ändert."
+"Item Description","Artikelbeschreibung"
+"Updates eBay listing description when it changes in Magento.","Aktualisiert die Beschreibung des eBay-Angebots, wenn sie sich in Magento ändert."
+"Specifies Magento product data to be synchronized with eBay.
+
+ Note: If you set 'Not Set' in an option, the synchronization will not be performed for it.","Gibt an, welche Magento-Produktdaten mit eBay synchronisiert werden sollen. Hinweis: Wenn Sie für eine Option „Nicht festgelegt“ angeben, werden die entsprechenden Daten nicht synchronisiert."
+"The price will be calculated according to Catalog Price Rules (Magento > Promotions > Catalog Price Rules).","Der Preis wird anhand von Katalogpreisregeln berechnet (Magento > Aktionen > Katalogpreisregeln)."
+"Updates price on eBay listing(s) when the source of price changes.","Aktualisiert den Preis in eBay-Angeboten, wenn die Angabe des Preises geändert wird."
+"Synchronization Source","Quelle für die Synchronisierung"
+"Not Set (not changeable on eBay)","Nicht festgelegt (nicht änderbar bei eBay)"
+"Product QTY","Produktstückzahl"
+"Magento Attributes","Magento-Attribute"
+"Product QTY - eBay listing quantity will be synchronized with Magento product quantity.
+ Magento Attribute - eBay listing quantity will be synchronized with attribute value.
+","Produktstückzahl : Die Stückzahl der Artikel im eBay-Angebot wird mit der Produktstückzahl in Magento synchronisiert. Magento-Attribut : Die Stückzahl der Artikel im eBay-Angebot wird mit dem Attributwert synchronisiert."
+"Product Price","Produktpreis"
+"Special Price","Sonderpreis"
+"
+ Product Price - eBay Listing price will be synchronized with the original Magento product price.
+ Special Price - eBay Listing price will be synchronized with the special price of Magento product.
+ Magento Attribute - eBay listing price will be synchronized with attribute value.
+"," Produktpreis : Der Preis der Artikel im eBay-Angebot wird mit dem ursprünglichen Produktpreis in Magento synchronisiert. Sonderpreis : Der Preis der Artikel im eBay-Angebot wird mit dem für das Magento-Produkt festgelegten Sonderpreis synchronisiert. Magento-Attribut : Der Preis der Artikel im eBay-Angebot wird mit dem Attributwert synchronisiert."
+"
+ Product Name - eBay listing title will be synchronized with the original Magento product name.
+ Magento Attribute - eBay listing title will be synchronized with attribute value.
+ "," Produktbezeichnung : Die Artikelbezeichnung des eBay-Angebots wird mit der ursprünglichen Produktbezeichnung in Magento synchronisiert. Magento-Attribut : Die Artikelbezeichnung des eBay-Angebots wird mit dem Attributwert synchronisiert. "
+"Choose Magento attribute that will be synchronized with subtitle on eBay.","Wählen Sie das Magento-Attribut aus, das mit dem Untertitel des eBay-Angebots synchronisiert wird."
+"Product Description","Produktbeschreibung"
+"Product Short Description","Kurze Produktbeschreibung"
+"
+ Product Description - eBay listing description will be synchronized with the original description of Magento product.
+ Product Short Description - eBay listing description will be synchronized with the original short Magento product description.
+ Magento Attribute - eBay listing description will be synchronized with attribute value.
+ "," Produktbeschreibung : Die Beschreibung des eBay-Angebots wird mit der ursprünglichen Beschreibung des Magento-Produkts synchronisiert. Kurzbeschreibung des Produkts : Die Beschreibung des eBay-Angebots wird mit der ursprünglichen Kurzbeschreibung des Produkts in Magento synchronisiert. Magento-Attribut : Die Beschreibung des eBay-Angebots wird mit dem Attributwert synchronisiert. "
+"Define the conditions when you want eBay items stopped.
+
+ Note: If all options are set to No or No Action, then the stop action is disabled.
+If all options are enabled, then an item will be stopped if at least one of the Stop Conditions is met.","Legen Sie fest, unter welchen Bedingungen eBay-Artikel angehalten werden sollen. Hinweis: Wenn für alle Optionen „Nein“ oder „Keine Aktion“ festgelegt ist, wird die Anhalten-Aktion deaktiviert. Wenn alle Optionen aktiviert sind und mindestens eine der Anhalten-Bedingungen erfüllt ist, wird der Artikel angehalten."
+"Stop Conditions","Bedingungen für das Anhalten"
+"Stop When Status Disabled","Bei Status „Deaktiviert“ anhalten"
+"Automatically stops eBay listing if its status is changed to 'Disabled' in Magento.","Das eBay-Angebot wird automatisch angehalten, wenn dessen Status in Magento auf „Deaktiviert“ geändert wurde."
+"Stop When Out Of Stock","Bei Status „Nicht mehr vorrätig“ anhalten"
+"Automatically stops eBay listing if its stock availability is changed to 'Out Of Stock' in Magento.","Das eBay-Angebot wird automatisch angehalten, wenn die Warenbestandsverfügbarkeit in Magento auf „Nicht mehr vorrätig“ geändert wurde."
+"Stop When Item Quantity Is","Anhalten, wenn Artikelstückzahl: "
+"Less or Equal","Weniger oder Gleich"
+"More","Mehr"
+"Automatically stops eBay listing if its Magento quantity is changed and meets the conditions.","Das eBay-Angebot wird automatisch angehalten, wenn dessen Stückzahl in Magento geändert wurde und die Bedingungen erfüllt."
+"Min Item Quantity","Min. Artikelstückzahl"
+"Max Item Quantity","Max. Artikelstückzahl"
+"Displayed products have the same Attribute Set as the Listing you are going to add them to.
+ Note: A product can be added to the listing only once. If a product was added to the Listing earlier, it will not be displayed. ","Die angezeigten Produkte verfügen über denselben Attributdatensatz wie die Angebote, denen Sie sie hinzufügen möchten. Hinweis: Produkte können Angeboten nur einmal hinzugefügt werden. Wenn ein Produkt dem Angebot bereits zuvor hinzugefügt wurde, wird es nicht angezeigt. "
+"%s product(s) were successfully added to the M2E Listing.
+ You can Review them in the Listing or Start listing on eBay right now.
+ Note: The products without Primary eBay Category specified will not be listed. You can specify it later in the listing settings.","Dem M2E-Angebot wurde(n) %s Produkt(e) hinzugefügt. Sie können sich das bzw. die hinzugefügten Produkte jetzt im Angebot ansehen oder sofort bei eBay einstellen. Hinweis: Produkte, für die keine Hauptkategorie bei eBay festgelegt wurde, werden nicht aufgeführt. Sie können sie später in den Angebotseinstellungen angeben."
+"Magento Categories","Magento-Kategorien"
+"The quantity of chosen products in each category is shown in brackets.
+
+If the product belongs to several categories, it is shown in each category. And if you remove the category with such product it will be subtracted from
+ each category.
+
+","Die Stückzahl der ausgewählten Produkte in jeder Kategorie wird in Klammern angezeigt. Wenn das Produkt mehreren Kategorien angehört, wird es in jeder dieser Kategorien aufgeführt. Wird eine Kategorie entfernt, die ein solches Produkt enthält, wird das Produkt aus allen Kategorien entfernt."
+"Selected Products: ","Ausgewählte Produkte: "
+"Selected Categories: ","Ausgewählte Kategorien: "
+"view","aufrufen"
+"Search Items","Nach Artikeln suchen"
+"This page contains all products added to M2E listings or assigned to the 3rd Party. It allows quick searching listings by their products.","Diese Seite enthält alle Produkte, die M2E-Angeboten hinzugefügt oder dem Drittanbieter zugewiesen wurden. Sie ermöglicht ein schnelles Durchsuchen von Angeboten anhand ihrer Produkte."
+"Keep the existing M2E Listing settings or customise these settings for the products shown below.","Behalten Sie die bestehenden M2E-Angebotseinstellungen bei oder passen Sie die Einstellungen für die unten gezeigten Produkte an."
+"You can edit Settings for a single product by choosing necessary edit action on appropriate line of the grid
+ or edit and set the same settings for several products items: select items and choose necessary action from the Actions drop down menu.","Sie können Einstellungen für ein einzelnes Produkt bearbeiten, indem Sie in der zum Produkt gehörenden Zeile des Rasters die entsprechende Bearbeiten-Aktion auswählen. Es besteht aber auch die Möglichkeit, mehrere Artikel zu bearbeiten und für sie dieselben Einstellungen festzulegen. Wählen Sie dazu die Artikel aus und wählen Sie dann im Drop-down-Menü „Aktion“ die gewünschte Aktion aus."
+"Select appropriate product view.","Wählen Sie die entsprechende Produktansicht aus."
+"There are two ways to select your products :","Das Auswählen Ihrer Produkte kann auf zweierlei Art und Weise geschehen:"
+"Products List","Produktliste"
+"Products are displayed altogether.","Produkte werden alle zusammen dargestellt."
+"Products grouped by Magento categories.","Sie erscheinen nach Magento-Kategorien geordnet."
+"Customized","Angepasst"
+"M2E Pro Policies","M2E Pro-Rahmenbedingungen"
+"Policy with the same title already exists.","Es gibt bereits Rahmenbedingungen mit dieser Bezeichnung."
+"Please specify policy title","Bitte geben Sie die Bezeichnung für Rahmenbedingungen an"
+"Save New Policy","Neue Rahmenbedingungen speichern"
+"Use From Listing Settings","Aus Angebotseinstellungen übernehmen"
+"eBay Policies","eBay-Rahmenbedingungen"
+"or","oder"
+"Use Custom Settings","Benutzerdefinierte Einstellungen verwenden"
+"Based on Product","Auf Produkt basierend"
+"Fee cannot be estimated because of next error(s)","Gebührenschätzung wegen folgender Fehler nicht möglich"
+"Getting Estimated Fee is in progress...","Gebührenschätzung wird abgerufen..."
+"Listing Items","Artikel einstellen"
+"This page contains products you have added to the Listing. You can review them and perform necessary actions.
+ You can also add a new M2E Pro Listing or navigate to other Listing directly from this page. Click the icon next to your Listing Title and a drop down menu appears.","Diese Seite enthält Produkte, die Sie dem Angebot hinzugefügt haben. Sie können sie sich ansehen und die erforderlichen Aktionen ausführen. Sie können direkt auf dieser Seite auch ein neues M2E Pro-Angebot hinzufügen oder zu einem anderen Angebot wechseln. Wenn Sie auf das Symbol neben Ihrer Artikelbezeichnung klicken, erscheint ein Drop-down-Menü."
+"There are three 'Views' available to you in Advanced mode:
+
+ eBay - displays product information related to eBay. In this mode, you can easily find products by eBay information, perform actions in bulk (i.e. List, Revise, Relist, Stop, etc);
+ Magento - displays products information related to Magento Catalog. In this mode, you can easily find products using magento products information (i.e. Magento QTY, Stock Status, etc);
+ Settings - displays information about settings set for products (i.e. Selling settings, eBay categories, etc). In this mode, you can easily find products by settings they use, change the settings in bulk.
+
+ You can switch between modes using dropdown at the top of the product grid.
+
+ Note: If you need to search by magento product attributes which is not presented in the filters of the grid, you can use 'Show Advanced Filter' option.
+ It's at the top of the page on the right hand side.","Im Modus „Erweitert“ können Sie zwischen drei Ansichten wählen: eBay : Zeigt Produktinformationen im Zusammenhang mit eBay an. In diesem Modus können Sie schnell und einfach Produkte anhand von eBay-Informationen finden und Aktionen für mehrere Angebote auf einmal durchführen (Einstellen, Überarbeiten, Wiedereinstellen, Anhalten usw.). Magento : Zeigt Produktinformationen im Zusammenhang mit dem Magento-Katalog an. In diesem Modus können Sie schnell und einfach Produkte anhand von Magento-Informationen (Magento-Stückzahl, Warenbestandsstatus usw.) finden. Einstellungen : Zeigt Informationen zu Einstellungen für Produkte an (Verkaufen-Einstellungen, eBay-Kategorien usw.). In diesem Modus können Sie schnell und einfach Produkte anhand der für sie festgelegten Einstellungen finden und die Einstellungen für mehrere Produkte auf einmal ändern. Zum Umschalten zwischen den Modi steht Ihnen das Drop-down-Menü oben im Produktraster zur Verfügung. Hinweis: Für die Suche nach Magento-Produktattributen (nicht in den Filtern im Raster enthalten) können Sie die Option Erweiterten Filter einblenden verwenden. Diese finden Sie rechts oben auf der Seite."
+"Add New Listing","Neues Angebot hinzufügen"
+"Marketplaces settings have been saved.","Die Einstellungen für den Marktplatz wurden gespeichert."
+"You must select at least one marketplace you will work with.","Sie müssen mindestens einen Marktplatz auswählen, in dem Sie aktiv sein werden."
+"Synchronization has successfully ended.","Die Synchronisierung wurde abgeschlossen."
+"Synchronization ended with warnings. View log for details.","Die Synchronisierung wurde mit Warnungen abgeschlossen. Details dazu finden Sie im Protokoll ."
+"Synchronization ended with errors. View log for details.","Die Synchronisierung wurde mit Fehlern abgeschlossen. Details dazu finden Sie im Protokoll ."
+"Some eBay categories were deleted from eBay. Click here to check.","Einige eBay-Kategorien wurden aus eBay gelöscht. Näheres erfahren Sie hier ."
+"Used in Listing(s)","Verwendet in Angebot(en)"
+"Waiting","Bitte warten"
+"Processing","In Bearbeitung"
+"Completed","Abgeschlossen"
+"Enable certain marketplaces you will work with and press the Save And Update button. All necessary marketplace data will be downloaded and synchronized with M2E Pro.
+
+It is recommended to update marketplaces when any marketplace changes are announced.
+
+Note: Installation and update processes might be time-consuming, depending on the number of enabled marketplaces and your server environment. ","Aktivieren Sie die Marktplätze, mit denen Sie arbeiten werden, und klicken Sie dann auf „Speichern und aktualisieren“. Alle erforderlichen Marktplatzdaten werden heruntergeladen und mit M2E Pro synchronisiert. Wir empfehlen, die Marktplätze zu aktualisieren, sobald Änderungen in den Marktplätzen angekündigt werden.Hinweis: Die Installation und Aktualisierung kann je nach Menge der aktivierten Marktplätze und Ihrer Serverumgebung etwas mehr Zeit in Anspruch nehmen. "
+"Please specify eBay motors compatibility attribute in %s > Configuration > General ","Bitte geben Sie das eBay Motors-Kompatibilitätsattribut in %s > „Konfiguration“ > „Allgemeines “ an. "
+"Please edit categories settings for selected products and select the compatibility attribute.","Bitte bearbeiten Sie die Kategorieeinstellungen für ausgewählte Produkte und wählen Sie das Kompatibilitätsattribut aus."
+"Add Compatible Vehicles","Fahrzeuge hinzufügen"
+"Select the items, compatible with your part and choose one of three actions in the Actions dropdown:
+
+ Overwrite ePIDs in Compatibility Attribute - replaces items ePIDs in the Compatibility Attribute chosen in %s > Configuration > General with selected ones.
+ Add ePIDs to Compatibility Attribute - adds selected items ePIDs to existing ones in Compatibility Attribute chosen in the General settings.
+
+Note: Compatibility items can not be replaced or removed from eBay.","Wählen Sie die Artikel aus, mit denen Ihr Ersatz- oder Zubehörteil kompatibel ist, und wählen Sie im Drop-down-Menü „Aktion“ eine der folgenden drei Aktionen aus: ePIDs in Kompatibilitätsattribut überschreiben : Ersetzt die ePIDs der Artikel im Kompatibilitätsattribut, das unter %s > „Konfiguration“ > „Allgemeines “ ausgewählt wurde, durch ausgewählte ePIDs. ePIDs zu Kompatibilitätsattribut hinzufügen : Fügt den bestehenden ePIDs im Kompatibilitätsattribut, das in den allgemeinen Einstellungen ausgewählt wurde, die ePIDs ausgewählter Artikel hinzu. Hinweis: Kompatibilitätsartikel können weder ersetzt noch aus eBay entfernt werden."
+"Selected ePIDs","Ausgewählte ePIDs"
+"Order Address Information","Angaben zur Rechnungsadresse"
+"Buyer Name","Name des Käufers"
+"Buyer E-Mail","E-Mail-Adresse des Käufers"
+"Street Address","Straße"
+"City","Ort"
+"Country","Land"
+"Region/State","Region/Bundesland"
+"Zip/Postal Code","Postleitzahl"
+"Telephone","Telefonnummer"
+"
+This page contains all orders imported from eBay.
+Use eBay Accounts dropdown to filter eBay orders by accounts.
+If Magento Order, Invoice or / and Shipment was not created automatically,
+you can create them manually by using appropriate options in the Action dropdown.
+Note: Automatic creation of Magento Orders, Invoices, and Shipments executes according to the eBay Accounts settings in %s > Configuration > Accounts > Orders.","Diese Seite enthält alle aus eBay importierten Bestellungen. Verwenden Sie das Dropdown-Menü, um die eBay-Bestellungen nach eBay-Mitgliedskonten zu filtern. Falls die Magento-Bestellung, die Magento-Rechnung und/oder der Magento-Versand nicht automatisch erstellt wurden, können Sie diese mithilfe der entsprechenden Optionen aus dem Drop-down-Menü „Aktion“ manuell erstellen.Hinweis: Das automatische Erstellen von Magento-Bestellungen, von Magento-Rechnungen und des Magento-Versands erfolgt entsprechend den Einstellungen für das eBay-Konto unter %s > „Konfiguration“ > „Konten“ > „Bestellungen“."
+"This Log contains Orders history information.","Dieses Protokoll enthält historische Informationen zu Bestellungen."
+"eBay Order","eBay-Bestellung"
+"Selling Manager","Verkaufsmanager"
+"Sale Time","Uhrzeit des Verkaufs"
+"Update Time","Zeit aktualisieren"
+"Reservation Time","Reservierungszeit"
+"Order Status","Bestellstatus"
+"Incomplete","Unvollständig"
+"Unknown Error","Unbekannter Fehler"
+"Not Shipped","Nicht verschickt"
+"Production","Produktion"
+"Sandbox","Sandbox"
+"Buyer Information","Angaben zum Käufer"
+"Customer Name","Name des Kunden"
+"Private Restriction","Private Einschränkungen"
+"Shipping Address","Lieferadresse"
+"Payment Information","Zahlungsinformationen"
+"Order Currency","Währung der Bestellung"
+"Attention!","Wichtiger Hinweis!"
+"Order currency is not enabled in Magento. Please, enable it in System -> Configuration -> Currency Setup.","Die Währung dieser Bestellung ist in Magento nicht aktiviert. Aktivieren Sie sie unter System -> Konfiguration -> Währungseinstellungen."
+"There's no rate for Order currency in Magento. Please, add currency convert rate in System -> Manage Currency -> Rates.","Es wurde kein Wechselkurs für die Währung von Bestellungen in Magento festgelegt. Bitte wählen Sie einen Wechselkurs unter System -> Währungen verwalten -> Wechselkurse."
+"Payment Date","Zahlungsdatum"
+"Payment Method","Zahlungsmethode"
+"eBay Account","eBay-Mitgliedskonto"
+"eBay Final Fee","eBay-Verkaufsprovision"
+"External Transactions","Externe Transaktionen"
+"Shipping & Handling Information","Verpackungs- und Versandinformationen"
+"Shipping Selected Service","Ausgewählte Versandart"
+"Global Shipping Program","Programm zum weltweiten Versand"
+"Shipping Cost","Versandkosten"
+"Shipping Time","Versandzeit"
+"Tracking Details","Einzelheiten zur Sendungsverfolgung"
+"Carrier","Versandfirma"
+"Number","Nummer"
+"Global Shipping Details","Details zum weltweiten Versand"
+"Reference ID","Referenznummer"
+"eBay Warehouse Address","Adresse des eBay-Lagers"
+"Shipping Service","Versandart"
+"Transaction Item(s)","Artikel dieser Transaktion"
+"Log History","Verlaufsprotokoll"
+"Order Totals","Gesamtbetrag für Bestellung"
+"Subtotal","Zwischensumme"
+"Shipping & Handling","Verpackung und Versand"
+"Tax","Steuer"
+"Grand Total","Gesamtbetrag"
+"Amount Paid","Bezahlter Betrag"
+"Amount Saved","Gesparter Betrag"
+"Synchronization settings have been saved.","Die Synchronisierungseinstellungen wurden gespeichert."
+"Running All Enabled Tasks","Alle aktivierten Aufgaben werden ausgeführt"
+"Inventory Synchronization","Warenbestand synchronisieren"
+"Orders Synchronization","Bestellungen synchronisieren"
+"3rd Party Listings Synchronization","Angebote von Drittanbietern synchronisieren"
+"Revise All","Alle überarbeiten"
+"enabled","aktiviert"
+"If catalog updates in your magento performed using import/export tools, custom scripts or direct changes in database,
+ then, you can use ""Track Direct Database Changes"" %s functionality to detect changes in products' price and quantity.","Wenn Katalogaktualisierungen in Magento unter Verwendung von Import-/Exporttools, benutzerdefinierten Scripts oder direkten Änderungen in der Datenbank durchgeführt wurden, können Sie die %s-Funktion Direkte Änderungen in der Datenbank nachverfolgen verwenden, um Preis- und Stückzahländerungen bei den Produkten aufzuspüren."
+"Updates and synchronizes eBay Listings according to Synchronization Policies' rules.","Aktualisiert und synchronisiert eBay-Angebote entsprechend den Regeln der Synchronisierungsrahmenbedingungen."
+"If your eBay listings for some reason were asynchronized with the products in Magento, turn on the Revise All action to catch data up.
+ Revise is performed by the Inventory Synchronization, 100 items per a cycle.
+
+ ","Wenn Ihre eBay-Angebote aus irgendeinem Grund nicht mehr mit den Produkten in Magento synchron sind, aktivieren Sie die Aktion „Alle überarbeiten“, um die Synchronität wiederherzustellen. Die Überarbeitung erfolgt durch die Funktion „Warenbestand synchronisieren“, wobei jeweils 100 Artikel auf einmal überarbeitet werden. "
+"In Progress, start date - ","In Bearbeitung, Startdatum - "
+"Finished, end date - ","Abgeschlossen, Enddatum - "
+"Imports and synchronizes eBay Orders for accounts, which have enabled Import eBay Orders in their Accounts settings.","Importiert und synchronisiert eBay-Bestellungen für Konten, bei denen in den Kontoeinstellungen die Option „eBay-Bestellungen importieren“ aktiviert wurde."
+"Imports buyers' feedback and automatically sends Auto Responses according to eBay Accounts settings.","Importiert Käuferbewertungen und sendet automatische Antworten entsprechend den für das eBay-Konto festgelegten Einstellungen."
+"Imports and synchronizes 3rd Party Listings for eBay accounts, which have enabled Import 3rd Party Listings in their Accounts settings.Note: Click ""Synchronization Settings"" to configure settings.","Importiert und synchronisiert Drittanbieter-Angebote für eBay-Konten, bei denen in den Kontoeinstellungen „Angebote von Drittanbietern importieren“ aktiviert wurde.Hinweis: Klicken Sie zum Konfigurieren der Einstellungen auf „Synchronisierungseinstellungen“."
+"Click 'Confirm' and Revise will be performed by the Inventory Synchronization, 100 items per a cycle.","Wenn Sie auf „Bestätigen“ klicken, werden die Angebote durch die Funktion „Warenbestand synchronisieren“ überarbeitet – jeweils 100 Artikel auf einmal."
+"Set preferences of data synchronization and Save Settings.
+ To run each task manually, click the Run Now button; to run all the tasks simultaneously click the Run Enabled Now button displayed at the top of the page.
+ Note: Cron job must be set up for automatic synchronization.","Legen Sie die Einstellungen für die Datensynchronisierung fest und klicken Sie auf „Einstellungen speichern“. Wenn Sie die einzelnen Aufgaben manuell erledigen möchten, klicken Sie auf „Jetzt ausführen“. Sollen alle Aufgaben gleichzeitig ausgeführt werden, klicken Sie oben auf der Seite auf „Aktivierte jetzt ausführen“. Hinweis: Für die automatische Synchronisierung muss ein Cronjob eingerichtet werden."
+"This Log contains information on processes, which were done in Synchronization tasks.
+ Note: Logs of Default, Templates, Orders and 3rd Party Listings Synchronizations are only recorded when Error(s) or Warning(s) appears.","Dieses Protokoll enthält Informationen zu Prozessen, die in Synchronisierungsaufgaben ausgeführt wurden. Hinweis: Die Protokolle der Synchronisierung von Standardeinstellungen, Vorlagen, Bestellungen und Angeboten von Drittanbietern werden nur dann aufgezeichnet, wenn Fehler oder Warnungen auftreten."
+"Adding Image","Bild wird hinzugefügt"
+"Condition description must be less then 1000 symbols.","Die Zustandsbeschreibung muss kürzer als 1000 Zeichen sein."
+"New, New with tags, New with box, Brand New","„Neu“, „Neu mit Etiketten“, „Neu mit Karton“, „Brandneu“"
+"New Other, New without tags, New without box","„Neu: Sonstige“, „Neu ohne Etiketten“, „Neu ohne Karton“"
+"Seller Refurbished, Re-manufactured","„Vom Verkäufer aufgearbeitet“, „Austauschteil“"
+"Used, Pre-owned, Like new","„Gebraucht“, „Wie neu“"
+"If item is not new, you can provide additional details about the item's condition, such as whether it has defects, missing parts, scratches, or other wear and tear. You have up to 1000 characters.","Wenn der Artikel nicht neu ist, können Sie zusätzliche Informationen zum Zustand des Artikels (etwaige Mängel, fehlende Teile, Kratzer oder andere Nutzungsspuren) bereitstellen. Sie können bis zu 1000 Zeichen eingeben."
+"Images & Watermark","Bilder und Wasserzeichen"
+"The images your potential buyers will see on your eBay listing. Using lots of high-quality pictures provides a great shopping experience and helps to sell your items. ","Die Bilder, die potenzielle Käufer in Ihrem eBay-Angebot sehen. Potenzielle Käufer sind eher geneigt, einen Artikel zu kaufen, wenn Sie qualitativ hochwertige Fotos sehen. "
+"You can add a watermark to your images. Note: The watermark option is only available for the images hosted on Magento.","Sie können Ihren Bildern ein Wasserzeichen hinzufügen. Hinweis: Das Hinzufügen von Wasserzeichen ist nur bei Bildern möglich, die bei Magento gehostet werden."
+"Main Image","Hauptbild"
+"Product Base Image","Produkthauptbild"
+"The first photo appears in the top left of your eBay item and next to your item's title in search results.
+ Note: Media Image Attribute or Attribute should contain absolute url. e.g. http://mymagentostore.com/images/baseimage.jpg","Das erste Foto wird links oben im Angebot sowie direkt neben der Artikelbezeichnung in den Suchergebnissen angezeigt. Hinweis: Für „Bildattribut“ oder „Attribut“ muss eine absolute URL angegeben werden, z.B. http://mymagentostore.com/images/baseimage.jpg."
+"Default Image Url","Standard-Bild-URL"
+"From 30 October 2013 eBay does not allow to list products without images. If a product does not have the Main Image this image will be used instead.Note: Use absolute url. e.g. http://mymagentostore.com/images/defaultimage.jpg","Seit dem 30. Oktober 2013 dürfen bei eBay keine Produkte mehr ohne Bilder eingestellt werden. Wenn für ein Produkt kein Hauptbild festgelegt wurde, wird stattdessen dieses Bild verwendet.Hinweis: Verwenden Sie die absolute URL, z.B. http://mymagentostore.com/images/defaultimage.jpg."
+"Picture Pack","Bilderpaket"
+"Displays larger, more detailed pictures (up to 800w x 800h pixels - 800 pixels on the longest side). Note: This feature may come with additional fee."," Zeigt größere, detailliertere Bilder an (bis zu 800 (Breite) x 800 (Höhe) Pixel - 800 Pixel auf der längsten Seite). Hinweis: Für diese Funktion werden möglicherweise zusätzliche Gebühren fällig."
+"Gallery Images","Galeriebilder"
+"Product Images","Produktbilder"
+"Up to","Bis zu"
+"Adds small thumbnails that appear under the large Base Image. You can add up to 11 additional photos to each listing on eBay.
+ Note: Text, Multiple Select or Dropdown type attribute can be used. The value of attribute must contain absolute urls.
+ In Text type attribute urls must be separated with comma.
+ e.g. http://mymagentostore.com/images/baseimage1.jpg, http://mymagentostore.com/images/baseimage2.jpg","Fügt kleine Vorschaubilder hinzu, die unter dem großen Hauptbild angezeigt werden. Sie können jedem Angebot bei eBay bis zu 11 zusätzliche Fotos hinzufügen. Hinweis: Die Eingabetypen „Text“, „Mehrfachauswahl“ oder „Drop-down“ können verwendet werden. Der Wert des Attributs muss absolute URLs enthalten. In Attributen vom Typ Text müssen URLs durch Kommata getrennt werden. Beispiel: http://mymagentostore.com/images/baseimage1.jpg, http://mymagentostore.com/images/baseimage2.jpg."
+"Allows changing images for selected option of multi variation items.(Applicable for Configurable products only).","Erlaubt bei Artikeln mit Varianten das Anzeigen eines Bildes, das zur jeweils gewählten Option passt (gilt nur für konfigurierbare Produkte)."
+"Use Watermark","Wasserzeichen verwenden"
+"Automatically adds your custom watermark to gallery images.","Fügt Galeriebildern automatisch Ihr eigenes Wasserzeichen hinzu."
+"Watermark Upload","Wasserzeichen hochladen"
+"Select image that you want to add as a watermark.","Wählen Sie ein Bild, das Sie als Wasserzeichen hinzufügen möchten."
+"Watermark Preview","Vorschau des Wasserzeichens"
+"Watermark Transparency","Transparenz des Wasserzeichens"
+"Disable","Deaktivieren"
+"Enable","Aktivieren"
+"Sets transparency of watermark image to 30 %.","Legen Sie einen Wert von 30 % für die Transparenz des Wasserzeichens fest."
+"Scale Watermark Image","Größe des Wasserzeichens"
+"In Width","Breite"
+"Full Image","Vollbild"
+"Scales watermark image in width or full image.","Legt die Größe des Wasserzeichens auf Breite oder Vollbild fest."
+"Watermark Position","Position des Wasserzeichens"
+"Top","Oben"
+"Middle","Mitte"
+"Bottom","Unten"
+"Watermark position on the image.","Position des Wasserzeichens im Bild."
+"Details","Details"
+"Custom Title","Eigene Überschrift"
+"This is the title buyers will see on eBay. A good title means more buyers viewing your listing and your item selling for the best price.","Diese Artikelbezeichnung wird den Käufern bei eBay angezeigt. Eine gute Artikelbezeichnung zieht mehr potenzielle Käufer an und erhöht die Chancen, dass Ihr Artikel für den bestmöglichen Preis verkauft wird."
+"Add Subtitle","Untertitel hinzufügen"
+"Adding subtitle to eBay item.
+ Note: An additional fee may be charged for an item subtitle. Find out more about eBay Insertion Fees .","Untertitel wird dem eBay-Artikel hinzugefügt. Hinweis: Für das Anzeigen eines Untertitels kann eine zusätzliche Gebühr anfallen. Mehr zum Thema eBay-Angebotsgebühren ."
+"Cut Long Titles","Lange Bezeichnungen kürzen"
+"Automatically shortens titles to 80 characters and subtitles to 55 characters to fit on eBay.","Kürzt Artikelbezeichnungen automatisch auf 80 Zeichen und Untertitel auf 55 Zeichen, damit sie den eBay-Anforderungen entsprechen."
+"It is possible to choose a Product Description or Product Short Description, which will be taken from Magento.
+ Or you can create a Custom Description by adding necessary information, appropriate attributes from dropdown lists and image tags.","Sie können Produktbeschreibungen oder kurze Produktbeschreibungen aus Magento wählen. Alternativ können Sie eine eigene Beschreibung erstellen, indem Sie wichtige Informationen hinzufügen, passende Attribute aus den Drop-down-Listen auswählen und Bilder-Tags einfügen."
+"Description Source","Quelle der Produktbeschreibung"
+"Custom Description","Eigene Beschreibung"
+"Item's description source for eBay Listing.
+
+ It is possible to create custom description in 2 modes:
+ WYSIWYG - allows creating simple good looking product description. No HTML knowledge is required.
+ HTML - allows using HTML tags and CSS styles for the description. You can create much more complex, improved and advanced item's description using this mode.","Quelle der Artikelbeschreibung für das eBay-Angebot. Zum Erstellen eigener Beschreibungen stehen 2 Modi zur Verfügung: WYSIWYG : Ermöglicht es, auf einfache Weise gut aussehende Produktbeschreibungen zu erstellen. Hierfür sind keine HTML-Kenntnisse erforderlich. HTML : Ermöglicht die Verwendung von HTML-Tags und CSS-Styles für die Beschreibung. Mit diesem Modus können Sie wesentlich komplexere und technisch anspruchsvollere Artikelbeschreibungen erstellen."
+"Custom Description Inserts","Einfügen einer eigenen Beschreibung"
+"M2ePro Attribute","Attribut „M2ePro“"
+"Product Image(s)","Produktbilder"
+"Add Image(s)","Bild(er) hinzufügen"
+"Displaying Images","Bilder werden angezeigt"
+"Gallery View","Galerieansicht"
+"Image(s) Width","Bildbreite"
+"Main Image Width","Breite des Hauptbilds"
+"Original","Original"
+"Custom","Individuell"
+"Image(s) Height","Bildhöhe"
+"Main Image Height","Höhe des Hauptbilds"
+"Image(s) Margin","Bildrand"
+"Images Layout","Bildanordnung"
+"Horizontal","Horizontal"
+"Vertical","Vertikal"
+"Gallery Hint","Hinweis zur Galerie"
+"Click on the image below to get zoomed view of the item","Klicken Sie unten auf das Bild, um den Bildausschnitt zu vergrößern"
+"Open original size image in a new window","Öffnet das Bild in Originalgröße in einem neuen Fenster"
+"Choose configuration how the image(s) should be displayed and press the Insert button. Image's tag will be added to the end of the text.","Wählen Sie, wie Bilder angezeigt werden sollen, und klicken Sie auf Einfügen . Das Bild-Tag wird am Ende des Texts hinzugefügt."
+"eBay Catalog Identifier","eBay-Katalog-Identifikator"
+"EAN","EAN"
+"European Article Number, (now called International Article Number). This barcode is a superset of the UPC.","Europäische Artikelnummer (jetzt „Internationale Artikelnummer“ genannt). Dieser Barcode ist eine Übermenge des UPC."
+"UPC","UPC"
+"The Universal Product Code is a barcode usually consisting of 12 numerical digits, which are unique for each item.","Der universelle Produktcode ist ein üblicherweise aus 12 numerischen Stellen bestehender Barcode, mit dem jeder Artikel eindeutig identifiziert werden kann."
+"ePID (Product Reference ID)","ePID (Produktreferenznummer)"
+"An eBay Product ID is eBay's global reference ID for a catalog product.","Die eBay-Referenznummer (eBay Product Reference ID) ist die globale Referenznummer für ein Katalogprodukt bei eBay."
+"ISBN","ISBN"
+"The International Standard Book Number is a uniquenumeric book identifier.","Die internationale Standardbuchnummer ist eine aus Ziffern bestehende Nummer zur eindeutigen Identifizierung von Büchern."
+"Upgrade Tools","eBay-Tools"
+"Value Pack","Basispaket"
+"Value Pack Bundle","Basispaket-Produktbündel"
+"Combine Gallery, Subtitle, and Listing Designer and you will get a discount.","Kombinieren Sie Galerie-, Untertitel- und Angebotsvorlagen und erhalten Sie einen Rabatt."
+"Listing Upgrades","Zusatzoptionen"
+"Bold listing title","Artikelbezeichnung in Fettschrift"
+"Find out about eBay optional listing features ","Mehr zu Zusatzoptionen beim Einstellen von eBay-Angeboten "
+"Highlight","Highlight"
+"Adding an eye-catching background to your listing in search results.","Heben Sie Ihr Angebot in den Suchergebnissen mit einem prägnanten Hintergrund hervor."
+"Gallery Type","Galerietyp"
+"Gallery Picture","Galeriebild"
+"Gallery Plus","Galerie Plus"
+"Gallery Featured","Top-Angebot in Galerie"
+"Hit Counter","Besucherzähler"
+"No Hit Counter","Kein Besucherzähler"
+"Basic Style","Regulärer Stil"
+"Green LED","Grüne LED"
+"Hidden Style","Ausgeblendeter Stil"
+"Honesty Style","Honesty-Stil"
+"Retro Style","Retro-Stil"
+"Count the number of visitors to your eBay listing.Note: Green LED and Honesty Style styles are available only in the US.","Mit einem Besucherzähler in Ihrem Angebot wird angezeigt, wie viele Nutzer das Angebot bereits besucht haben.Hinweis: Die Besucherzähler-Stile „Grüne LED“ und „Honesty-Stil“ sind nur in den USA verfügbar."
+"Select Product","Produkt auswählen"
+"Enter Product Id","Geben Sie die Produkt-ID ein"
+"Select the payment, shipping and cross border options you would like eBay to use.","Wählen Sie die Optionen für die Bezahlung, den Versand und den Verkauf ins Ausland aus, die eBay verwenden soll."
+"Remember, you can amend Payment and Shipping Settings at any time.","Die Zahlungs- und Versandeinstellungen können jederzeit geändert werden."
+"Policy title is not unique.","Der Titel der Rahmenbedingungen ist nicht eindeutig."
+"You can adjust how long your items will be active on eBay. You can also choose the price on eBay in relation to your store price. You might want to increase your selling price to take into account the eBay seller fees, or reduce your price to be competitive.","Sie können festlegen, wie lange Ihre Angebote auf eBay aktiv bleiben sollen. Sie können außerdem auch den Preis auf eBay im Verhältnis zu Ihrem Shop-Preis festlegen. So könnten Sie z.B. einen höheren Verkaufspreis festlegen, um die eBay-Verkäufergebühren zu berücksichtigen, oder Ihren Preis reduzieren, um konkurrenzfähig zu sein."
+"Remember, you can amend Selling Settings at any time.","Denken Sie daran, dass Sie die Einstellungen für das Verkaufen jederzeit ändern können."
+"Sync your accounts so you are always on top of your stock control and inventory.","Synchronisieren Sie Ihre Konten, damit Sie stets den Überblick über Ihren Warenbestand behalten."
+"Remember, you can amend Synchronization Settings at any time.","Die Synchronisierungseinstellungen lassen sich jederzeit anpassen."
+"There are 4 rule settings:
+
+
+ List Rules
+ Revise Rules
+ Relist Rules
+ Stop Rules
+
+ Note: Inventory Synchronization setting must be enabled in Synchronization (Configuration > Synchronization).
+ Otherwise, Synchronization Policy Rules will not take effect.","Es gibt vier Einstellungen für Regeln: Regeln für das Einstellen Regeln für das Überarbeiten Regeln für das Wiedereinstellen Regeln für das Anhalten Hinweis: Die Einstellung „Warenbestand synchronisieren“ muss unter „Konfiguration“ > „Synchronisierung“ aktiviert werden. Andernfalls können die Regeln der Synchronisierungsbedingungen nicht angewendet werden."
+"Be careful when you edit policies, as all changes you have made will be automatically applied to all M2E listings where these policies are used.
+ If a policy is used in a M2E Listing, it cannot be deleted.","Seien Sie bei der Bearbeitung der Bedingungen vorsichtig, da alle vorgenommenen Änderungen automatisch auf alle M2E-Angebote angewendet werden, bei denen diese Bedingungen verwendet werden. Wenn eine Bedingung in einem M2E-Angebot verwendet wird, kann sie nicht gelöscht werden."
+"Payment method should be specified.","Sie müssen eine Zahlungsmethode festlegen."
+"PayPal","PayPal"
+"PayPal Accepted","PayPal akzeptiert"
+"PayPal Email Address","E-Mail-Adresse für PayPal"
+"Email address for receiving payment.","E-Mail-Adresse für den Zahlungsempfang."
+"Immediate Payment Required","Sofortige Bezahlung erforderlich"
+"This is only applicable to items listed on PayPal-enabled sites in categories that support immediate payment, when a seller has a Premier or Business PayPal account.","Diese Option kann nur für Artikel ausgewählt werden, die auf PayPal-fähigen Websites in Kategorien eingestellt wurden, die die sofortige Bezahlung unterstützen. Der Verkäufer muss dazu ein Premier- oder Geschäftskonto bei PayPal besitzen."
+"Additional Payment Methods","Weitere Zahlungsmethoden"
+"Payment Methods","Zahlungsmethoden"
+"Return Policy","Rücknahmebedingungen"
+"Buyers are more comfortable shopping from sellers who offer returns policies , even though most buyers will never return an item.
+ Items with a clear returns policy typically sell better than items that don't have one.","Käufer haben größeres Vertrauen in Verkäufer, die die Rücknahme des Artikels anbieten , auch wenn die meisten Käufer Artikel niemals zurückgeben. Artikel, bei denen die Rücknahme klar geregelt ist, verkaufen sich in der Regel besser als solche ohne Rücknahmeangebot."
+"Refund Will Be Given As","Rückerstattung erfolgt in folgender Form"
+"Item Must Be Returned Within","Artikel muss innerhalb folgender Frist zurückgegeben werden:"
+"Return Shipping Will Be Paid By","Versandkosten bei Rückgabe trägt"
+"Restocking Fee Value","Rücknahmegebühr"
+"Refund Description","Rückerstattungsbeschreibung"
+"Search For Charities","Nach Wohltätigkeitsorganisationen suchen"
+"Please select a percentage of donation","Bitte wählen Sie den Spendenanteil aus"
+"If you do not see the organization you were looking for, try to enter another keywords and run the search again.","Wenn Sie die Organisation nicht sehen, nach der Sie gesucht haben, versuchen Sie es mit anderen Suchbegriffen."
+"Please, enter the organization name or ID.","Bitte geben Sie den Namen der Organisation oder deren ID ein."
+"Max applicable length is 6 characters, including the decimal (e.g., 12.345).","Sie können höchstens 6 Zeichen eingeben, einschließlich Dezimalstellen (z. B. 12,345)."
+"Price Change is not valid.","Preisänderung ist nicht gültig."
+"Wrong value. Only integer numbers.","Falscher Wert Nur Ganzzahlen"
+"The fixed price for immediate purchase.","Der Festpreis für den Sofort-Kauf."
+"The fixed price for immediate purchase. Find out more about adding a Buy It Now price to your listing.","Der Festpreis für den Sofort-Kauf. Mehr zum Thema Sofort-Kaufen-Preis zum Angebot hinzufügen "
+"% of Price","% des Preises"
+"% of ""Buy It Now"" Price","% des Sofort-Kaufen-Preises"
+"How You Want To Sell Your Item","Hier legen Sie fest, in welchem Angebotsformat Sie Ihren Artikel verkaufen möchten"
+"Is your item for sale auction-style, or fixed price ?","Soll der Artikel als Auktion oder Festpreisangebot eingestellt werden?"
+" Attribute must contain ID. ID for Fixed price is FixedPriceItem, for Auction is Chinese."," Das Attribut muss eine ID enthalten. Die ID für Festpreisangebote lautet „FixedPriceItem“ und „Chinese“ für das Auktionsformat."
+"The buyer will be anonymous to other eBay users in a Private Listing.","In einem privaten Angebot wird den anderen eBay-Nutzern nicht angezeigt, wer der Käufer ist."
+"Quantity And Duration","Stückzahl und Dauer"
+"The length of time your eBay listing will be active. You can have it last 1, 3, 5, 7, 10, 30 days or Good 'Til Cancelled.
+ Good 'Til Cancelled listings renew automatically every 30 days unless all of the items sell, you end the listing, or the listing breaches an eBay policy.","Gibt an, wie lange Ihr eBay-Angebot aktiv sein wird. Die Angebotsdauer kann 1, 3, 5, 7, 10 oder 30 Tage sein oder Sie können angeben, dass das Angebot bis auf Widerruf gültig ist. Angebote mit der Angebotsdauer „Gültig bis Widerruf“ werden alle 30 Tage automatisch erneuert, es sei denn, es wurden alle Artikel verkauft, Sie beenden das Angebot oder das Angebot verstößt gegen einen eBay-Grundsatz."
+" Attribute must contain a whole number. If you choose ""Good Till Cancelled"" the attribute must contain 100."," Das Attribut muss eine ganze Zahl enthalten. Wenn Sie „Gültig bis auf Widerruf“ festlegen, muss das Attribut „100“ enthalten."
+"Single Item","Bei einzelnem Artikel"
+"Custom QTY Number","Mengenangabe für eigene Stückzahl"
+"The number of items you have for sale.","Gibt an, wie viele Artikel zum Verkauf stehen."
+"Conditional Quantity","Bedingte Stückzahl"
+"Choose specifically the number of items available for sale on eBay.","Sie geben an, wie viele Artikel konkret für den Verkauf bei eBay verfügbar sind."
+"Maximum Quantity to Be Listed","Maximal einzustellende Stückzahl"
+"Set a maximum number to sell on eBay, e.g. if you have 10 items in stock but want to keep 2 items back, set a maximum quantity of 8.","Legen Sie fest, wie viele Artikel maximal auf eBay verkauft werden sollen. Wenn Sie beispielsweise 10 Artikel im Bestand haben, davon aber 2 zurückhalten möchten, legen Sie als maximal einzustellende Stückzahl 8 fest."
+"Out Of Stock Control","Nicht mehr vorrätig“-Steuerung"
+"This is useful if you are waiting for additional stock of an item with the same eBay item ID. Instead of ending the listing and then recreating it when the inventory arrives, you can use this flag to hide the listing. Then when you have the item available, automatic or manual Revise will update the inventory and the listing will appear again.
+ Note: Once you list a product with this option it cannot be changed. To cancel it you should end and list the item again.","Diese Option ist sinnvoll, wenn Sie auf zusätzliche Warenlieferungen für einen Artikel mit derselben eBay-Artikelnummer warten. Statt das Angebot zu beenden und es dann beim Eintreffen der Waren erneut zu erstellen, können Sie es mit dieser Option ausblenden. Wenn der Artikel dann wieder verfügbar ist, wird der Warenbestand durch eine automatische oder manuelle Überarbeitung aktualisiert und das Angebot wird erneut angezeigt. Hinweis: Ein mit dieser Option eingestelltes Produkt kann nicht mehr geändert werden. Wenn Sie Änderungen vornehmen möchten, müssen Sie das Angebot stornieren und den Artikel ganz neu einstellen."
+"Ignore Variations","Varianten ignorieren"
+"Select 'Yes' to list Configurable, Grouped, Bundle and Simple with Custom options products as Simple (without variations).","Wählen Sie „Ja“, wenn Produkte, für die „Konfigurierbar“, „Gruppiert“, „Bündel“ und „Einfach“ mit benutzerdefinierten Optionen festgelegt ist, als „Einfach“ (ohne Varianten) eingestellt werden sollen."
+"Taxation","Besteuerung"
+"VAT Rate, %","Mehrwertsteuersatz, %"
+"To specify a VAT rate, you must have an eBay business account and list the item on a VAT-enabled site: Ireland, India, Switzerland, Spain, Holland, Belgium, Italy, Germany, France, Austria or England. The item's VAT information appears on the item's listing page.","Ein Mehrwertsteuersatz kann nur angegeben werden, wenn Sie ein eBay-Geschäftskonto haben und den Artikel auf einer MwSt.-fähigen Website (Irland, Indien, Schweiz, Spanien, Niederlande, Belgien, Italien, Deutschland, Frankreich, Österreich oder Großbritannien) einstellen. Die Mehrwertsteuerinformationen für den Artikel erscheinen auf der Artikelseite."
+"Use eBay Tax Table","eBay-Steuertabelle verwenden"
+"Charges sales tax according to the tax table of your eBay account. Available only for Canada, Canada (Fr), USA and eBay Motors.","Berechnet die Mehrwertsteuer entsprechend der Steuertabelle Ihres eBay-Kontos. Nur für Kanada, Kanada (Französisch), die USA und eBay Motors verfügbar."
+"Tax Category","Steuerkategorie"
+"and","und"
+"eBay %s supports %s currencies. To switch the currency you want to sell for, go to %s > Configuration > General ","eBay %s unterstützt %s Währungen. Wenn Sie eine andere Währung für Ihre Angebote festlegen möchten, gehen Sie zu %s > „Konfiguration“ > „Allgemeines “."
+"Add VAT Percentage","Mehrwertsteuersatz hinzufügen"
+"Increases the price that will be sent on eBay by VAT Rate (%). e.g., VAT Rate = 19%, Magento Price = £10, Percentage increase = 2%; eBay Price will be counted as (£10 + 19%) + 2% = £12.14","Erhöht den Preis, der an eBay gesendet wird, um den in Prozent angegebenen Mehrwertsteuersatz. Beispiel: Mehrwertsteuersatz = 19 %, Magento-Preis = 10 €, Anstieg in Prozent = 2 %; eBay-Preis wird wie folgt berechnet: (10 € + 19 %) + 2 % = 12,14 €"
+"The accepted currency for the item. This has been determined by the eBay site you chose earlier.","Gibt die Währung an, in der die Bezahlung des Artikels akzeptiert wird. Richtet sich nach der zuvor ausgewählten eBay-Website."
+"Price Change","Preisänderung"
+"[CURRENCY]","[Währung]"
+"
+ A value you want the Magento Price to be modified while listing on eBay.
+
+ Absolute Value increase
+ This will increase the price on eBay compared to the price on Magento,
+ e.g. if you wish to increase the price of an item selling on eBay
+ by #currency_placeholder#1.50, type “1.5†into the box.
+
+ Absolute Value decrease
+ This will reduce the price on eBay compared to the price on Magento,
+ e.g. if you wish to reduce the price of an item selling on eBay
+ by #currency_placeholder#1.50, type “1.5†into the box.
+
+ Percentage increase (%)
+ This will increase the price on eBay compared to the price on Magento,
+ e.g. you wish to increase by 10% the price
+ of a #currency_placeholder#2.00 item selling on your Magento store.
+ In the box type “10â€. The item will then go on sale
+ for #currency_placeholder#2.2 on eBay.
+
+ Percentage decrease (%)
+ This will reduce the price on eBay compared to the price on Magento,
+ e.g. you wish to reduce by 10% the price of a #currency_placeholder#2.00 item selling
+ on your Magento store.
+ In the box type: “10â€. The item will then go on sale for #currency_placeholder#1.80
+ on eBay.
+ "," Wert, um den der Magento-Preis beim Einstellen bei eBay geändert werden soll. Anstieg absoluter Wert Sorgt dafür, dass der Preis bei eBay gegenüber dem Preis in Magento angehoben wird. Beispiel: Wenn Sie den Preis eines Artikels bei eBay um 1,50 #Währungsplatzhalter# erhöhen möchten, geben Sie in das Feld „1,5“ ein. Reduzierung absoluter Wert Sorgt dafür, dass der Preis bei eBay gegenüber dem Preis in Magento reduziert wird. Beispiel: Wenn Sie den Preis eines Artikels bei eBay um 1,50 #Währungsplatzhalter# reduzieren möchten, geben Sie in das Feld „1,5“ ein. Anstieg in Prozent (%) Sorgt dafür, dass der Preis bei eBay gegenüber dem Preis in Magento angehoben wird. Beispiel: Wenn Sie den Preis eines Artikels, der in Ihrem Magento-Shop 2,00 #Währungsplatzhalter# kostet, um 10 % anheben möchten, geben Sie in das Feld „10“ ein. Der Artikel wird dann bei eBay mit einem Preis von 2,20 #Währungsplatzhalter# eingestellt. Reduzierung in Prozent (%) Sorgt dafür, dass der Preis bei eBay gegenüber dem Preis in Magento reduziert wird. Beispiel: Wenn Sie den Preis eines Artikels, der in Ihrem Magento-Shop für 2,00 #Währungsplatzhalter# verkauft wird, bei eBay um 10 % reduzieren möchten, geben Sie in das Feld „10“ ein. Der Artikel wird dann für 1,80 #Währungsplatzhalter# eingestellt bei eBay eingestellt. "
+"The starting price at which bidding begins.","Der Startpreis, mit dem die Aktion beginnt."
+"Absolute Value increase","Anstieg absoluter Wert"
+"Absolute Value decrease","Reduzierung absoluter Wert"
+"Percentage increase","Anstieg in Prozent"
+"Percentage decrease","Reduzierung in Prozent"
+"Variation Price","Preis der Variante"
+"Main Product","Hauptprodukt"
+"Associated Products","Zugeordnete Produkte"
+"This determines where the price for Configurable and Bundle products options should be taken from.","Legt fest, woher der Preis für die Optionen „Konfigurierbar“ und „Bündel-Produkte“ übernommen werden soll."
+"The lowest price at which you are selling an item.Note: eBay charges some additional fee for using this option.","Der niedrigste Preis, zu dem Sie einen Artikel verkaufen möchten.Hinweis: eBay berechnet für die Nutzung dieser Option eine zusätzliche Gebühr."
+"Donation","Spende"
+"Organization","Organisation"
+"Search for Charity Organization","Nach Wohltätigkeitsorganisation suchen"
+"Allows you to support your favourite charities .","Hiermit können Sie Wohltätigkeitsorganisationen Ihrer Wahl unterstützen."
+"Donation Percentage","Spendenanteil "
+"Best Offer","Preisvorschlag"
+"Allow Best Offer","Preisvorschlag zulassen"
+"The Best Offer option option allows you to accept offers from buyers and negotiate a price. You can accept Best Offers on fixed price and Classified Ads in certain eBay categories, such as eBay Motors.","Mit Option „Preisvorschlag“ können Sie festlegen, dass Sie Angebote von Käufern entgegennehmen und offen für Preisverhandlungen sind. Sie können Preisvorschläge bei Festpreisangeboten und Anzeigen in bestimmten eBay-Kategorien, wie z.B. eBay Motors, akzeptieren."
+"Auto Action","Automatische Aktion"
+"Accept Offers of at Least","Preisvorschläge annehmen von mindestens"
+"Decline Offers Less than","Preisvorschläge ablehnen, wenn unter"
+"Enter the organization name or ID","Namen oder ID der Organisation eingeben"
+"Location or Zip/Postal Code should be specified.","Sie müssen den Artikelstandort oder die Postleitzahl eingeben."
+"Select one or more international ship-to locations.","Wählen Sie mindestens eine Lieferadresse im Ausland aus."
+"PayPal payment method should be specified for Cross Border trade.","Sie müssen eine PayPal-Zahlungsmethode für den internationalen Handel festlegen."
+"You should specify at least one shipping method.","Sie müssen mindestens eine Versandmethode festlegen."
+"Select shipping service","Versandservice auswählen"
+"Excluded Shipping Locations","Ausgeschlossene Versandorte"
+"No locations are currently excluded.","Derzeit haben Sie keine Lieferorte ausgeschlossen."
+"selected","ausgewählt"
+"Location","Ort"
+"The country your product will be shipped from.","Land, aus dem Ihr Produkt verschickt wird"
+"Zip/Postal Code of the item location. Especially useful in ""Collection Only"" items.","Postleitzahl des Artikelstandorts, besonders bei „Nur Abholung“-Artikeln sinnvoll"
+"City, State","Ort"
+"City, State of the item location.","Ort, an dem sich der Artikel befindet"
+"Domestic Shipping","Versand im Inland"
+"Calculated: cost varies by buyer location","Berechnet: Versandkosten variieren je nach Lieferadresse"
+"Flat: same cost to all buyers","Pauschal: Gleiche Kosten für alle Käufer"
+"Freight: large items","Fracht: Große Artikel"
+"No Shipping: local pickup only","Kein Versand: Nur Abholung"
+"Use eBay Shipping Rate Table","Verwenden Sie die eBay-Versandkostentabelle"
+"The eBay Shipping Rate Table can help with shipping charges.","Die Versandkostentabelle kann bei der Ermittlung der Versandkosten helfen."
+"Service","Versandart"
+"Cost","Kosten"
+"Additional Cost","Zusätzliche Kosten"
+"Add Method","Methode hinzufügen"
+"Add Shipping Method","Versandmethode hinzufügen"
+"Local pickup","Abholung"
+"Item is available for local pickup only.","Kein Versand: Nur Abholung"
+"Freight","Fracht"
+"Specify your own freight shipping options in your item description.","Die Versandoptionen werden in der Artikelbeschreibung des Artikels angegeben."
+"Get It Fast","Expressversand"
+"At least one qualifying shipping service and a single day dispatch time must be offered to enable this option.","Um diese Option zu aktivieren, muss mindestens ein geeigneter Versandservice und eine Bearbeitungsdauer von maximal 1 Tag angeboten werden."
+"Exception handling times","Ausnahme für Bearbeitungszeiten"
+"Same Business Day","Gleicher Werktag"
+"The dispatch time is the time between the buyer’s payment clearing and you sending the item. Buyers are increasingly expecting short dispatch times, ideally next day, but preferably within 3 working days. Click here to find out more.
+ Note: Magento Attribute must contain a numeric value. If you want to set 'Same Business Day' via attribute, set 0 in it.","Die Bearbeitungszeit ist die Zeit, die zwischen dem Eingang und der Freigabe der Käuferzahlung und dem Versand des Artikels durch Sie vergeht. Käufer erwarten heute möglichst kurze Bearbeitungszeiten – idealerweise mit Versand am nächsten Tag, spätestens aber innerhalb von 3 Werktagen. Hier erfahren Sie mehr zu diesem Thema. Hinweis: Das Magento-Attribut muss einen numerischen Wert enthalten. Wenn Sie „Gleicher Werktag“ über das Attribut festlegen möchten, legen Sie „0“ fest."
+"Handling Cost","Kosten für Verpackung"
+"Addition of handling cost to the shipping costs.","Die Kosten für Verpackung werden zu den Versandkosten hinzugefügt."
+"Handling Cost Value","Wert für Kosten für Verpackung"
+"Combined Shipping Profile","Kombiversandprofil"
+"Use the Flat Shipping Rule and Calculated Shipping Rule profiles, which were created on eBay.
+ Note: press ""Refresh Profiles"" button for upload new or refreshes eBay Shipping profiles.","Ermöglicht die Anwendung der Profile mit Regeln für die Versandpauschale und Regeln für berechnete Versandkosten, die bei eBay erstellt wurden. Hinweis: Klicken Sie auf „Profile aktualisieren“, um neue Profile hochzuladen oder die bestehenden eBay-Versandprofile zu aktualisieren."
+"Refresh Profiles","Profile aktualisieren"
+"Use the Flat Shipping Rule and Calculated Shipping Rule profiles, which were created on eBay.
+ Note: press ""Refresh Profiles"" button for upload new or refreshes eBay Shipping profiles.","Ermöglicht die Anwendung der Profile mit Regeln für die Versandpauschale und Regeln für berechnete Versandkosten, die bei eBay erstellt wurden. Hinweis: Klicken Sie auf „Profile aktualisieren“, um neue Profile hochzuladen oder die bestehenden eBay-Versandprofile zu aktualisieren."
+"You do not have eBay accounts added to M2E.","Sie haben noch keine eBay-Konten zu M2E hinzugefügt."
+"Promotional Shipping Rule","Regel für Versandaktionen"
+"Adding Shipping Discounts according to the rules that are set in your eBay Account.","Sie können Versandrabatte entsprechend den für Ihr eBay-Mitgliedskonto festgelegten Regeln hinzufügen."
+"""Cash On Delivery"" Cost","Nachnahmekosten"
+"Required when using COD Payment Method.","Erforderlich wenn als Zahlungsmethode Nachnahme gewählt wurde."
+"Cross Border Trade","Internationaler Handel"
+"The international site visibility feature allows qualifying listings to be posted on international sites.
+ Buyers on these sites will see the listings exactly as you originally post them.
+Note: There may be additional eBay charges for this option.","Die Funktion „Internationale Sichtbarkeit“ ermöglicht es, berechtigte Angebote auf internationalen Websites einzustellen. Käufern wird auf diesen Websites Ihr Angebot so angezeigt, wie Sie es ursprünglich einstellen.Hinweis : Für diese Option können zusätzliche eBay-Gebühren anfallen."
+"eBay Site Visibility","Sichtbarkeit der eBay-Website"
+"USA / Canada","USA/Kanada"
+"United Kingdom","Großbritannien"
+"International Shipping","Versand ins Ausland"
+"Offer Global Shipping Program","Programm zum weltweiten Versand anbieten"
+"Simplifies selling an item to an international buyer. Click here to find out more.","Vereinfacht das Verkaufen von Artikeln an Käufer im Ausland. Hier erfahren Sie mehr zu diesem Thema."
+"No International Shipping","Kein internationaler Versand"
+"Promotional Shipping Rule:","Regel für Versandaktionen:"
+"Add Shipping Discounts according to rules that are set in your eBay Account.","Sie können Versandrabatte entsprechend den für Ihr eBay-Konto festgelegten Regeln hinzufügen."
+"Measurement System","Einheitensystem"
+"English (lbs, oz, in)","Englisch (Pfund, Unzen, Zoll)"
+"Metric (kg, g, cm)","Metrisch (kg, g, cm)"
+"Package Size Source","Paketgröße"
+"Dimension Source","Abmessungen"
+"Dimensions (Width/Height/Depth)","Abmessungen (Breite/Höhe/Tiefe)"
+"inches","Zoll"
+"cm","cm"
+"Dimensions (Width/Height/Depth)","Abmessungen (Breite/Höhe/Tiefe)"
+"Weight Source","Gewicht"
+"The Weight Attribute must have the weight of the item.","Das Attribut für das Gewicht muss dem Gewicht des Artikels entsprechen."
+"lbs. oz.","Pfund Unzen"
+"kg. g.","kg. g."
+"Weight","Gewicht"
+"Postal code for the location from which the package will be shipped.","Die Postleitzahl für den Ort, von dem aus Ihr Paket versendet wird."
+"Excluded Locations","Ausgeschlossene Orte"
+"To exclude buyers in certain locations from purchasing your item, create a shipping exclusion list.","Erstellen Sie eine Versandausschlussliste, um Käufer an bestimmten Orten vom Kauf Ihrer Artikel auszuschließen."
+"Locations","Orte"
+"Edit Exclusion List","Ausschlussliste bearbeiten"
+"Calculated","Berechnet"
+"Select the regions or countries you don't ship to.","Wählen Sie die Regionen oder Länder aus, in die Sie nicht liefern."
+"Domestic","Inland"
+"International","International"
+"Additional","Weitere"
+"Selected Options","Ausgewählte Optionen"
+"[Reset]","[Zurücksetzen]"
+"Must be greater than ""Min"".","Muss größer als „Min.“ sein"
+"Inconsistent settings in Relist and Stop rules.","Einstellungen in den Regeln für das Überarbeiten und für das Anhalten passen nicht zueinander."
+"Require to select at least one day of week.","Es muss mindestens ein Wochentag ausgewählt werden."
+"You should specify time.","Geben Sie die Zeit an."
+"Wrong value.","Falscher Wert."
+"Must be greater than ""Active From"" Date.","Muss nach dem „Aktiv seit“-Datum liegen"
+"Must be greater than ""From Time"".","Muss nach dem „Ab“-Zeitpunkt liegen"
+"List Rules","Regeln für das Einstellen"
+"Schedule","Planen"
+"List Action - at first this action to be executed for each item, that has Not Listed status and its settings meet the List Condition. If an item is not listed for some reason, autosynchronization will attempt to list it again according to the Schedule in case the Product Status, Stock Availability or Quantity is changed.
+ ","Aktion „Einstellen“: Diese Aktion muss zunächst für jeden Artikel durchgeführt werden, dessen Status „Nicht eingestellt“ lautet und dessen Einstellungen die Bedingung für das Einstellen erfüllen. Wenn ein Artikel aus irgendeinem Grund nicht eingestellt wurde, versucht die automatische Synchronisierung diesen gemäß Zeitplan erneut einzustellen, wenn sich Produktstatus, Verfügbarkeit oder Stückzahl geändert haben. "
+"List Action","Aktion „Einstellen“"
+"Enables automatic listing of unlisted items if they meet List Conditions.","Aktiviert das automatische Einstellen von nicht eingestellten Artikeln, wenn diese die Bedingungen für das Einstellen erfüllen."
+"List Conditions","Bedingungen für das Einstellen"
+"Enabled – M2E Listing items automatically list on eBay if this status is set to Enabled.
+Any – M2E Listing items automatically list on eBay regardless of its status.
+","Aktiviert : Artikel in M2E-Angeboten werden automatisch bei eBay eingestellt, wenn dieser Status auf „Aktiviert“ gesetzt wird.Beliebig : Artikel in M2E-Angeboten werden automatisch und unabhängig von ihrem Status bei eBay eingestellt."
+"In Stock - M2E Listing items list automatically, if the products are in stock.
+ Any - M2E Listing items list automatically, regardless of the stock availability.","Auf Lager : Artikel in M2E-Angeboten werden automatisch eingestellt, wenn die Produkte auf Lager sind. Beliebig : Artikel in M2E-Angeboten werden automatisch und unabhängig von ihrer Verfügbarkeit im Warenbestand eingestellt."
+"M2E Pro will automatically list M2E Listings items if they meet defined conditions.
+ More or Equal – the number of Magento products are more than, or equal to, the item quantity chosen.
+ Between – the number of Magento products are between the two numbers chosen.","M2E Pro stellt M2E-Angebote automatisch ein, wenn sie bestimmte Bedingungen erfüllen. Mehr oder gleich : Die Anzahl der Magento-Produkte ist größer als die ausgewählte Artikelstückzahl oder entspricht ihr. Zwischen : Die Anzahl der Magento-Produkte liegt zwischen den ausgewählten Werten."
+"Relist Rules define the conditions when you want eBay items to be relisted.","Mit den Regeln für das Wiedereinstellen wird festgelegt, unter welchen Bedingungen eBay-Artikel wiedereingestellt werden sollen."
+"Activates relist action for any M2E Pro Listing that uses the current Synchronization Policy.","Aktiviert die Wiedereinstellen-Aktion für alle M2E Pro-Angebote, die die aktuellen Synchronisierungsbedingungen verwenden."
+"Automatically relists an item by over-riding any manual stop.","Stellt manuell angehaltene Artikel automatisch wieder ein."
+"Updates title, subtitle, description, price, quantity and shipment on eBay items.
+ Note: If No is selected, eBay items with existing data on eBay are relisted.","Aktualisiert Artikelbezeichnung, Untertitel, Beschreibung, Preis, Stückzahl und Versand für eBay-Artikel. Hinweis: Bei „Nein“ werden eBay-Artikel mit vorhandenen Daten bei eBay wiedereingestellt."
+"Stock availability when item will be relisted.","Warenbestandsverfügbarkeit zum Zeitpunkt des Wiedereinstellens des Artikels"
+"Product quantity when item will be relisted.","Produktstückzahl zum Zeitpunkt des Wiedereinstellens des Artikels"
+"Set preferences for revising items.
+
+ Partial Revise - updates particular data you specified.
+
+ Full Revise - set 'Yes' in the policy option which data change will launch updating data on eBay.
+
+ ","Legen Sie die Einstellungen für das Überarbeiten von Artikeln fest. Teilweise überarbeiten : Aktualisiert bestimmte Daten, die Sie festgelegt haben. Vollständig überarbeiten : Mit „Ja“ in der Bedingungsoption wird festgelegt, welche Datenänderung eine Datenaktualisierung bei eBay startet. "
+"Automatically revises the eBay quantity if there is a change to the quantity (or attribute for quantity) in Magento.","Ändert automatisch die eBay-Stückzahl, wenn es bei der Stückzahl (oder dem Attribut für die Stückzahl) in Magento eine Änderung gibt."
+"Conditional Revise","Bedingtes Bearbeiten"
+"Only revises the quantity on eBay when they meet the specific conditions you set.","Ändert die Stückzahl bei eBay nur dann, wenn bestimmte, von Ihnen festgelegte Bedingungen erfüllt sind."
+"Revise When Less or Equal to","Bearbeiten, wenn weniger oder gleich"
+"We recommend not setting this value too high. Initially try a value from 10 - 20.","Wir empfehlen, diesen Wert nicht zu hoch zu wählen. Versuchen Sie es anfänglich mit einem Wert von 10 bis 20."
+"Automatically revises the eBay item price if there is a change to the price (or attribute for price) in Magento.","Ändert automatisch den eBay-Artikelpreis, wenn es beim Preis (oder beim Attribut für den Preis) in Magento eine Änderung gibt."
+"Automatically revises the eBay item title if there is a change to the title (or attribute for title) in Magento.","Ändert automatisch die eBay-Artikelbezeichnung, wenn es bei der Artikelbezeichnung (oder beim Attribut für die Artikelbezeichnung) in Magento eine Änderung gibt."
+"Automatically revises the eBay item subtitle if there is a change to the subtitle (or attribute for subtitle) in Magento.","Ändert automatisch den eBay-Untertitel, wenn es beim Untertitel (oder beim Attribut für den Untertitel) in Magento eine Änderung gibt."
+"Automatically revises the eBay item description if there is a change to the description (or attribute for description) in Magento.","Ändert automatisch die eBay-Artikelbeschreibung, wenn es bei der Artikelbeschreibung (oder beim Attribut für die Artikelbeschreibung) in Magento eine Änderung gibt."
+"Images","Bilder"
+"Automatically revises the eBay item gallery if there is a change to the gallery (or attribute for gallery) in Magento.","Ändert automatisch die eBay-Artikelgalerie, wenn es bei der Artikelgalerie (oder beim Attribut für die Artikelgalerie) in Magento eine Änderung gibt."
+"Full Revise","Vollständig überarbeiten"
+"Automatically revises the eBay listing if there is a change to the Price, Quantity and Format policy.","Ändert automatisch das eBay-Angebot, wenn es bei den Preis-, Stückzahl- und Format-Rahmenbedingungen eine Änderung gibt."
+"Automatically revises the eBay listing if there is a change to the Description policy.","Ändert automatisch das eBay-Angebot, wenn es bei den Rahmenbedingungen für die Beschreibung eine Änderung gibt."
+"Category/Specifics","Kategorie/Artikelmerkmale"
+"Automatically revises the eBay listing if there is a change to the category/specifics in its settings.","Ändert automatisch das eBay-Angebot, wenn die Kategorie/Artikelmerkmale in den Einstellungen geändert wird/werden."
+"Automatically revises the eBay listing if there is a change to the Payment policy.","Ändert automatisch das eBay-Angebot, wenn es bei den Rahmenbedingungen für die Zahlung eine Änderung gibt."
+"Automatically revises the eBay listing if there is a change to the Shipping policy.","Ändert automatisch das eBay-Angebot, wenn es bei den Rahmenbedingungen für den Versand eine Änderung gibt."
+"Automatically revises the eBay listing if there is a change to the Return policy.","Ändert automatisch das eBay-Angebot, wenn es bei den Rahmenbedingungen für die Rücknahme eine Änderung gibt."
+"Defines a timetable for automatical list and relist eBay items.","Definiert einen Zeitplan für das automatische Einstellen und Wiedereinstellen von eBay-Artikeln."
+"Activation","Aktivierung"
+"Enables / Disables using schedule.","Aktiviert/deaktiviert die Verwendung des Zeitplans."
+"Any Time","Jederzeit"
+"During Period","Während des Zeitraums"
+"When the schedule has to be applied.","Gibt an, wann der Zeitplan gilt."
+"Active From","Aktiv seit"
+"To","Bis"
+"Day of Week","Wochentag"
+"From","Ab"
+"Monday","Montag"
+"Tuesday","Dienstag"
+"Wednesday","Mittwoch"
+"Thursday","Donnerstag"
+"Friday","Freitag"
+"Saturday","Samstag"
+"Sunday","Sonntag"
+"AM","morgens"
+"PM","abends"
+"Define the conditions when you want eBay items stopped.
+
+ Note: If all options are set to No or No Action, then the stop action for eBay items, which use this Synchronization Policy, is disabled.
+If all options are enabled, then an item will be stopped if at least one of the Stop Conditions is met.","Legen Sie fest, unter welchen Bedingungen eBay-Artikel angehalten werden sollen. Hinweis: Wenn für alle Optionen „Nein“ oder „Keine Aktion“ festgelegt ist, wird die Anhalten-Aktion für eBay-Artikel deaktiviert, die diese Synchronisierungsbedingungen verwenden. Wenn alle Optionen aktiviert sind und mindestens eine der Anhalten-Bedingungen erfüllt ist, wird der Artikel angehalten."
+"Automatically stops an item that is on eBay if status is changed to 'Disabled' in Magento.","Das eBay-Angebot wird automatisch angehalten, wenn dessen Status in Magento auf „Deaktiviert“ geändert wurde."
+"Automatically stops an item that is on eBay if stock availability is changed to 'Out of Stock' in Magento.","Das eBay-Angebot wird automatisch angehalten, wenn die Verfügbarkeit in Magento auf „Nicht mehr vorrätig“ geändert wurde."
+"Stop When Quantity Is","Anhalten, wenn Stückzahl"
+"Automatically stops an item on eBay if quantity is changed and it meets the selected conditions.","Das eBay-Angebot wird automatisch angehalten, wenn die Stückzahl geändert wurde und die ausgewählten Bedingungen erfüllt sind."
+
+"About","Info"
+"Community","Community"
+"Enterprise","Enterprise"
+"America","Amerika"
+"Europe","Europa"
+"Asia / Pacific","Asiatisch-pazifischer Raum"
+"Other","Sonstige"
+"Canada","Kanada"
+"Canada (French)","Kanada (französischsprachig)"
+"United States","USA"
+"Austria","Österreich"
+"Belgium (Dutch)","Belgien (Flämisch)"
+"Belgium (French)","Belgien (Französisch)"
+"France","Frankreich"
+"Germany","Deutschland"
+"Ireland","Irland"
+"Italy","Italien"
+"Netherlands","Niederlande"
+"Poland","Polen"
+"Switzerland","Schweiz"
+"Sweden","Schweden"
+"Spain","Spanien"
+"United Kingdom","Großbritannien"
+"Australia","Australien"
+"Hong Kong","Hongkong"
+"India","Indien"
+"Malaysia","Malaysia"
+"Philippines","Philippinen"
+"Singapore","Singapur"
+"System","System"
+"Add new listing","Neues Angebot hinzufügen"
+"Delete existing listing","Vorhandenes Angebot löschen"
+"Add product to listing","Produkt zum Angebot hinzufügen"
+"Delete item from listing","Artikel aus Angebot löschen"
+"Remove item from Channel","Artikel aus Channel entfernen"
+"Add new product to magento store","Neues Produkt zum Magento-Shop hinzufügen"
+"Delete existing product from magento store","Vorhandenes Produkt aus Magento-Shop löschen"
+"Change of product price in magento store","Produktpreis im Magento-Shop ändern"
+"Change of product special price in magento store","Produkt-Sonderpreis im Magento-Shop ändern"
+"Change of product qty in magento store","Produktmenge im Magento-Shop ändern"
+"Change of product stock availability in magento store","Produktverfügbarkeit im Magento-Shop ändern"
+"Change of product status in magento store","Produktstatus im Magento-Shop ändern"
+"List item on Channel","Artikel im Channel einstellen"
+"Relist item on Channel","Artikel im Channel wiedereinstellen"
+"Revise item on Channel","Artikel im Channel bearbeiten"
+"Stop item on Channel","Artikel im Channel anhalten"
+"Stop on Channel / Remove from Listing","Im Channel anhalten/Aus Angebot entfernen"
+"Remove from Channel & Listing","Aus Channel und Angebot entfernen"
+"Change of product custom attribute in magento store","Benutzerdefiniertes Attribut im Magento-Shop ändern"
+"Relist product on Channel","Produkt im Channel wiedereinstellen"
+"Stop product on Channel","Produkt im Channel anhalten"
+"Default Synchronization","Standard-Synchronisierung"
+"Inventory Synchronization","Warenbestand synchronisieren"
+"Orders Synchronization","Bestellungen synchronisieren"
+"Marketplaces Synchronization","Marktplätze synchronisieren"
+"3rd Party Listings Synchronization","Angebote von Drittanbietern synchronisieren"
+"The ""Categories Synchronization"" action for marketplace: ""%s"" is in data processing mode. Please wait...","Die Aktion „Kategorien synchronisieren“ für Marktplatz „%s“ befindet sich im Datenverarbeitungsmodus. Bitte warten Sie..."
+"Magento Order was not created. Reason: Magento Order creation is disabled in Account settings.","Die Magento-Bestellung wurde nicht erstellt. Grund: Die Erstellung von Magento-Bestellungen ist in den Kontoeinstellungen deaktiviert."
+"Magento Order was not created. Reason: Magento Order creation for items listed by M2E Pro is disabled in Account settings.","Die Magento-Bestellung wurde nicht erstellt. Grund: Die Erstellung von Magento-Bestellungen für mit M2E Pro eingestellte Artikel ist in den Kontoeinstellungen deaktiviert."
+"Magento Order was not created. Reason: Magento Order creation for items listed by 3rd party software is disabled in Account settings.","Die Magento-Bestellung wurde nicht erstellt. Grund: Magento-Bestellungen für mit Drittanbieter-Software eingestellte Artikel sind in den Kontoeinstellungen deaktiviert."
+"Magento order was not created. Reason: Order Creation Rules were not met. Press Create Order button at Order view page to create it anyway.","Die Magento-Bestellung wurde nicht erstellt. Grund: Die Regeln zum Erstellen von Bestellungen wurden nicht eingehalten. Klicken Sie auf „Bestellung erstellen“ auf der Übersichtsseite der Bestellungen, um die Bestellung trotzdem zu erstellen."
+"Magento Order is already created for this %s Order. Press Create Order button to create new one.","Die Magento-Bestellung wurde bereits für diese %-Bestellung erstellt. Klicken Sie auf „Bestellung erstellen“, um eine neue Bestellung zu erstellen."
+"Payment Status was not updated to Paid. Magento Order #%order_id% have to be cancelled according to Account's Automatic Cancellation setting.","Der Zahlungsstatus wurde nicht auf „bezahlt“ aktualisiert. Die Magento-Bestellung #%order_id% wurde aufgrund der Einstellungen des Mitgliedskontos für die automatische Stornierung abgebrochen."
+"Magento and M2E Pro has Internet Explorer 7 as minimal browser requirement. Please upgrade your browser.","Sowohl für Magento als auch für M2E Pro müssen Sie mindestens den Internet Explorer 7 als Browser verwenden. Bitte aktualisieren Sie Ihren Browser."
+"M2E Pro license key validation is failed for this domain. Go to the %slicense page%s.","Der M2E Pro-Lizenzschlüssel konnte für diese Domain nicht validiert werden. Gehen Sie zur %Lizenzseite%s."
+"M2E Pro license key validation is failed for this IP. Go to the %slicense page%s.","Der M2E Pro-Lizenzschlüssel konnte für diese IP-Adresse nicht validiert werden. Gehen Sie zur %Lizenzseite%s."
+"M2E Pro license key validation is failed for this base directory. Go to the %slicense page%s.","Der M2E Pro-Lizenzschlüssel konnte für dieses Basisverzeichnis nicht validiert werden. Gehen Sie zur %Lizenzseite%s."
+"M2E Pro module requires activation. Go to the %slicense page%s.","Das M2E Pro-Modul muss aktiviert werden. Gehen Sie zur %Lizenzseite%s."
+"M2E Pro module license suspended for ""%s"" component. Go to the %slicense page%s.","Die M2E Pro-Modul-Lizenz wurde für die Komponente „%s“ gesperrt. Gehen Sie zur %Lizenzseite%s."
+"M2E Pro module license closed for ""%s"" component. Go to the %slicense page%s.","Die M2E Pro-Modul-Lizenz wurde für die Komponente „%s“ widerrufen. Gehen Sie zur %Lizenzseite%s."
+"M2E Pro module license has expired for ""%s"" component. Go to the %slicense page%s.","Die M2E Pro-Modul-Lizenz für die Komponente „%s“ ist abgelaufen. Gehen Sie zur %Lizenzseite%s."
+"M2E Pro module is running under Trial License for ""%s"" component, that will expire on %s.","Das M2E Pro-Modul wird mit einer Testlizenz für die Komponente „%s“ ausgeführt, die am %s abläuft."
+"M2E Pro module license will expire on %s for ""%s"" component. Go to the %slicense page%s.","Die M2E Pro-Modul-Lizenz läuft am %s für die Komponente „%s“ ab. Gehen Sie zur %Lizenzseite%s."
+"No matches were found. Please change the mapping attributes in Configuration > Account > 3rd Party Listings or try to map manually.","Keine Treffer gefunden. Ändern Sie die Zuordnungsattribute in Konfiguration > Konto > Angebote von Drittanbietern oder versuchen Sie, die Zuordnung manuell zu erstellen."
+"The ""Categories Synchronization"" action for marketplace: ""%mrk%"" is in data processing mode. Please wait...","Die Aktion „Kategorien synchronisieren“ für Marktplatz „% mrk%“ befindet sich im Datenverarbeitungsmodus. Bitte warten Sie..."
+"Task ""Orders Receive Synchronization"" for Rakuten.com ""%acc%"" Account is started. Please wait...","Aufgabe „Bestellungen werden synchronisiert“ für Rakuten.com-Konto „%acc%“ wird gestartet. Bitte warten Sie..."
+"Task ""Orders Update Synchronization"" for Rakuten.com ""%acc%"" Account is started. Please wait...","Aufgabe „Aktualisierte Bestellungen werden synchronisiert“ für Rakuten.com-Konto „%acc%“ wird gestartet. Bitte warten Sie..."
+"The ""Parts Compatibility Synchronization"" action for ""%mrk%"" marketplace has been successfully completed.","Die Aktion „Kompatibilität von Ersatzteilen synchronisieren“ für Marktplatz „%mrk%“ wurde abgeschlossen."
+"Attention! By deleting account you delete all information on it from M2E Pro server. This will cause inappropriate work of all accounts' copies.","Wichtiger Hinweis! Wenn Sie ein Konto löschen, werden alle damit verbundenen Informationen vom M2E Pro-Server gelöscht. Dies kann dazu führen, dass die Kopien des Kontos nicht richtig funktionieren."
+"The product was listed as a simple product as it has limitation for multi-variation items. Reason:number of values for each option more than 30.","Das Produkt wurde als einfaches Produkt eingestellt, da Artikel mit Varianten für dieses Angebot nicht unterstützt werden. Grund: Es sind mehr als 30 Werte für jede Option vorhanden."
+"The product was listed as a simple product as it has limitation for multi-variation items. Reason:number of options more than 5.","Das Produkt wurde als einfaches Produkt eingestellt, da Artikel mit Varianten für dieses Angebot nicht unterstützt werden. Grund: Es sind mehr als 5 Optionen vorhanden."
+"The product was listed as a simple product as it has limitation for multi-variation items. Reason:sum of quantities of all possible products options more than 250.","Das Produkt wurde als einfaches Produkt eingestellt, da Artikel mit Varianten für dieses Angebot nicht unterstützt werden. Grund: Die Summe der Stückzahlen aller möglichen Produktoptionen beträgt mehr als 250."
+"Map listing to magento product","Angebot Magento-Produkt zuordnen"
+"Unmap listing from magento product","Zuordnung des Angebots zu Magento-Produkt aufheben"
+"Move to existing M2E listing","In vorhandenes M2E-Angebot verschieben"
+"Change of product special price from date in magento store","Startdatum eines Produkt-Sonderpreises im Magento-Shop ändern"
+"Change of product special price to date in magento store","Enddatum eines Produkt-Sonderpreises im Magento-Shop ändern"
+"Change item status on Channel","Artikelstatus im Channel ändern"
+"Revise product","Produkt bearbeiten"
+"Relist product","Produkt wiedereinstellen"
+"Stop product","Produkt anhalten"
+"Creation Date","Erstellungsdatum"
+"Update Date","Aktualisierungsdatum"
+"Actions","Schritte"
+"Edit","Bearbeiten"
+"Delete","Löschen"
+"All Accounts","Alle Konten"
+"ID","Artikelnr."
+"Title","Artikelbezeichnung"
+"Channel","Channel"
+"Accounts","Konten"
+"Add Account","Mitgliedskonto hinzufügen"
+"Configuration","Konfiguration"
+"General","Allgemeines"
+"3rd Party Listings","Angebote von Drittanbietern"
+"Orders","Bestellungen"
+"Edit%s Account","%s-Mitgliedskonto bearbeiten"
+"Add%s Account","%s-Mitgliedskonto hinzufügen"
+"Refresh","Aktualisieren"
+"Save And Continue Edit","Speichern und weiter bearbeiten"
+"Add New Account","Neues Mitgliedskonto hinzufügen"
+"Complete This Step","Diesen Schritt abschließen"
+"Back","Zurück"
+"Save","Speichern"
+"Add%s Listing [Select Categories Products]","%s-Angebot hinzufügen [Kategorien auswählen]"
+"Save And View Listing","Speichern und Angebot anzeigen"
+"Add%s Listing [Select Categories]","%s-Angebot hinzufügen [Kategorien auswählen]"
+"Next","Weiter"
+"Add%s Listing [Select Products]","%s-Angebot hinzufügen [Produkte auswählen]"
+"Add%s Listing [Settings]","%s-Angebot hinzufügen [Einstellungen]"
+"Add%s Listing [Products Filter]","%s-Angebot hinzufügen [Produktfilter]"
+"Add%s Listing [Channel Settings]","%s-Angebot hinzufügen [Channel-Einstellungen]"
+"Select All","Alle auswählen"
+"Confirm","Bestätigen"
+"Add New","Hinzufügen"
+"Settings","Einstellungen"
+"Channel Settings","Channel-Einstellungen"
+"Products Filter","Produktfilter"
+"Edit ""%s""%s Listing [Settings]","%s-Angebot „%s“ bearbeiten [Einstellungen]"
+"Total Items","Gesamtzahl der Artikel"
+"Active Items","Noch eingestellte Artikel"
+"Inactive Items","Nicht mehr eingestellte Artikel"
+"View Products","Produkte anzeigen"
+"Add Products from Products List","Produkte aus Produktliste hinzufügen"
+"Add Products from Categories","Produkte aus Kategorien hinzufügen"
+"Edit Settings","Einstellungen bearbeiten"
+"Delete Listing","Angebot löschen"
+"Are you sure?","Sind Sie sicher?"
+"View Log","Protokoll anzeigen"
+"Clear Log","Protokoll löschen"
+"Edit Selling Format Template","Angebotsformatvorlage bearbeiten"
+"Edit Synchronization Template","Synchronisierungsvorlage bearbeiten"
+"Clear Log(s)","Protokoll(e) löschen"
+"Delete Listing(s)","Angebot(e) löschen"
+"N/A","Keine Angabe"
+"Product ID","Produkt-ID"
+"Product Title / SKU","Produktbezeichnung/Artikelnummer"
+"ASIN / ISBN","ASIN/ISBN"
+"Amazon QTY","Menge bei Amazon"
+"Amazon Price","Preis bei Amazon"
+"Fulfillment","Auftragsabwicklung"
+"Merchant","Anbieter"
+"Amazon","Amazon"
+"Status","Status"
+"Unknown","Unbekannt"
+"Active","Aktiv"
+"Inactive","Inaktiv"
+"Inactive (Blocked)","Inaktiv (Gesperrt)"
+"Remove Item","Artikel entfernen"
+"Unmap","Zuordnung aufheben"
+"Map Item(s) Automatically","Artikel automatisch zuordnen"
+"Move Item(s) to Listing","Artikel in Angebot verschieben"
+"Map","Zuordnung"
+"Move","Verschieben"
+"SKU","Artikelnummer"
+"Status Change","Statusänderung"
+"Manual","Manuell"
+"Automatic","Automatik"
+"Add Products To%s Listing ""%s"" From Categories","Produkte aus Kategorien zu %s-Angebot „%s“ hinzufügen"
+"View Listing","Angebot anzeigen"
+"Save And List","Speichern und einstellen"
+"Product Title","Produktbezeichnung"
+"Type","Typ"
+"Stock Availability","Verfügbarkeit"
+"In Stock","Auf Lager"
+"Out of Stock","Nicht mehr vorrätig"
+"Price","Preis"
+"Qty","Stückzahl"
+"Visibility","Visibilität"
+"Websites","Websites "
+"Please select items.","Bitte wählen Sie Artikel aus."
+"Are you sure you want to create empty listing?","Sind Sie sicher, dass Sie ein leeres Angebot erstellen möchten?"
+"Show Advanced Filter","Erweiterten Filter einblenden"
+"Hide Advanced Filter","Erweiterten Filter ausblenden"
+"Add Products To%s Listing ""%s""","Produkte zu %s-Angebot „%s“ hinzufügen"
+"Image","Bild"
+"Action","Aktion"
+"Assign ASIN/ISBN","ASIN/ISBN zuweisen"
+"Clear Search Result","Suchergebnis löschen"
+"Search","Finden"
+"Reset","Zurücksetzen"
+"Close","Schließen"
+"Product Title / Listing / SKU","Produktbezeichnung/Angebot/Artikelnummer"
+"Amazon SKU","Amazon-Artikelnummer"
+"Not Listed","Nicht eingestellt"
+"Manage","Verwalten"
+"Listing","Angebot"
+"Go to listing","Angebot aufrufen"
+"Search%s Listings Items","Artikel von %s-Angeboten suchen"
+"Listings","Angebote"
+"Templates","Vorlagen"
+"Selling Format Templates","Angebotsformatvorlagen"
+"Synchronization Templates","Synchronisierungsvorlagen"
+"Continue","Weiter"
+"List Item(s)","Artikel einstellen"
+"Revise Item(s)","Artikel überarbeiten"
+"Relist Item(s)","Artikel wiedereinstellen"
+"Stop Item(s)","Artikel anhalten"
+"Move Item(s) to Another Listing","Artikel in anderes Angebot verschieben"
+"Assign ASIN/ISBN to Item(s)","Artikel ASIN/ISBN zuweisen"
+"Add New ASIN(s)","Neue ASIN(s) hinzufügen"
+"Unassign ASIN/ISBN","Zuweisung von ASIN/ISBN aufheben"
+"Duplicate","Kopieren"
+"Manage ""%s"" Options","„%s“-Optionen verwalten"
+"Manage Options","Optionen verwalten"
+"Edit ""%s"" Variation","„%s“-Variante bearbeiten"
+"Add Another ""%s"" Variations","Weitere „%s“-Variante hinzufügen"
+"Add Another Variation","Weitere Variante hinzufügen"
+"List","Einstellen"
+"Relist","Wiedereinstellen"
+"Revise","Überarbeiten"
+"Stop","Stopp"
+"Remove from Channel","Aus Channel entfernen"
+"receiving...","wird empfangen..."
+"Unassign New ASIN Template","Zuweisung neuer ASIN-Vorlage aufheben"
+"Automatic ASIN/ISBN search in progress.","Automatische ASIN/ISBN-Suche wird ausgeführt."
+"Choose ASIN/ISBN from the list","Wählen Sie eine ASIN/ISBN aus der Liste"
+"Search for ASIN/ISBN","Suchen nach ASIN/ISBN"
+"ASIN/ISBN was found automatically","ASIN/ISBN wurde automatisch gefunden"
+"View%s Listing ""%s""","%s-Angebot „%“ anzeigen"
+"Edit Templates","Vorlage bearbeiten"
+"Add Products","Produkte hinzufügen"
+"Moving Amazon Items.","Amazon-Artikel werden verschoben."
+"Products failed to move","Verschieben der Produkte fehlgeschlagen"
+"Task completed. Please wait ...","Aufgabe abgeschlossen. Bitte warten Sie..."
+"""%s"" task has successfully submitted to be processed.","Die Aufgabe „%s“ wurde zur Verarbeitung gesendet."
+"""%s"" task has completed with warnings. View log for details.","Die Aufgabe „%s“ wurde mit Warnungen abgeschlossen. Details dazu finden Sie im Protokoll ."
+"""%s"" task has completed with errors. View log for details.","Die Aufgabe „%s“ wurde mit Fehlern abgeschlossen. Details dazu finden Sie im Protokoll ."
+"Some Amazon request(s) are being processed now.","Einige Amazon-Anfragen werden gerade bearbeitet."
+"Sending %s product(s) data on Amazon.","Daten zu %s-Produkt(en) bei Amazon werden gesendet."
+"View All Product Log.","Alle Produktprotokolle anzeigen."
+"The listing was locked by another process. Please try again later.","Das Angebot wurde durch einen anderen Vorgang blockiert. Bitte versuchen Sie es später noch einmal."
+"Listing is empty.","Das Angebot ist leer."
+"Listing All Items On Amazon","Alle Artikel bei Amazon einstellen"
+"Listing Selected Items On Amazon","Ausgewählte Artikel bei Amazon einstellen"
+"Revising Selected Items On Amazon","Ausgewählte Artikel bei Amazon überarbeiten"
+"Relisting Selected Items On Amazon","Ausgewählte Artikel bei Amazon wiedereinstellen"
+"Stopping Selected Items On Amazon","Ausgewählte Artikel bei Amazon anhalten"
+"Stopping On Amazon And Removing From Listing Selected Items","Bei Amazon anhalten und ausgewählter Artikel aus dem Angebot entfernen"
+"Removing From Amazon And Listing Selected Items","Bei Amazon und ausgewählte Artikel aus dem Angebot entfernen"
+"Product(s) was successfully moved.","Produkte wurden verschoben."
+"Product(s) was not moved. View log for details.","Produkte wurden nicht verschoben. Details dazu finden Sie im Protokoll ."
+"Some product(s) was not moved. View log for details.","Einige Produkte wurden nicht verschoben. Details dazu finden Sie im Protokoll ."
+"Please select action.","Bitte wählen Sie eine Aktion."
+"Success","Erfolg"
+"Notice","Hinweis"
+"Warning"," Hinweis "
+"Error","Fehler"
+"Please enter product name or ASIN/ISBN/UPC/EAN.","Bitte geben Sie eine Produktbezeichnung oder ASIN/ISBN/UPC/EAN ein."
+"Server is currently unavailable. Please try again later.","Der Server ist vorübergehend nicht verfügbar. Bitte versuchen Sie es später noch einmal."
+"The new ASIN creation functionality is not available in %code% marketplace yet.","Die Funktion zum Erstellen einer neuen ASIN ist im Marktplatz „%code%“ noch nicht verfügbar."
+"In order to use New ASIN functionality, please re-synchronize marketplace data.","Wenn Sie die Funktion „Neue ASIN“ verwenden möchten, synchronisieren Sie bitte die Marktplatzdaten erneut."
+"Press ""Save And Update"" button after redirect on marketplace page.","Klicken Sie nach der Weiterleitung auf die Marktplatzseite auf „Speichern und aktualisieren“."
+"All variations are already added.","Alle Varianten sind bereits hinzugefügt."
+"Selling Format Template","Angebotsformatvorlage"
+"Synchronization Template","Synchronisierungsvorlage"
+"From Products List","Aus Produktliste"
+"From Categories","Aus Kategorien"
+"Search Items","Nach Artikeln suchen"
+"Add Listing","Angebot hinzufügen"
+"Update Now","Jetzt aktualisieren"
+"Edit Shipping Address","Lieferadresse bearbeiten"
+"Save Order Address","Rechnungsadresse speichern"
+"Sale Date","Verkaufsdatum"
+"Magento Order #","Magento-Bestellnummer"
+"Amazon Order #","Amazon-Bestellnummer"
+"Items","Artikel"
+"Buyer","Käufer"
+"Total Paid","Bezahlt insgesamt"
+"Reservation","Reservierung"
+"Reserved","Reserviert"
+"Released","Freigegeben"
+"Canceled","Storniert"
+"Pending","Noch offen"
+"Unshipped","Nicht verschickt"
+"Partially Shipped","Teilweise verschickt"
+"Shipped","Verschickt"
+"Invoice Not Confirmed","Rechnung nicht bestätigt"
+"Unfulfillable","Nicht erfüllbar"
+"View","Aufrufen"
+"Create Order","Bestellung erstellen"
+"Mark As Shipped","Als verschickt markieren"
+"Reserve QTY","Stückzahl reservieren"
+"Cancel QTY Reserve","Stückzahlreservierung stornieren"
+"Mark Order(s) as Shipped","Bestellungen als verschickt markieren"
+"Resend Shipping Information","Versandinformationen erneut senden"
+"Deleted","Gelöscht"
+"edit","bearbeiten"
+"QTY","Menge"
+"Status Update in Progress...","Status wird aktualisiert..."
+"Product","Produkt"
+"Original Price","Originalpreis"
+"Promotions","Promotionen"
+"Gift Wrap Price","Preis mit Geschenkverpackung"
+"Gift Options","Geschenkoptionen"
+"Row Total","Zeilensumme"
+"View on Amazon","Bei Amazon aufrufen"
+"Map to Magento Product","Zu Magento-Produkt zuordnen"
+"Set Options","Optionen festlegen"
+"Gift Wrap Type","Art der Geschenkverpackung"
+"Gift Message","Nachricht zum Geschenk"
+"View Order Details","Einzelheiten zum Kauf aufrufen"
+"Mark as Shipped","Als verschickt markieren"
+"Are you sure that you want to create new Magento Order?","Sind Sie sicher, dass Sie eine neue Magento-Bestellung erstellen möchten?"
+"Run Now","Jetzt ausführen"
+"Insert","Einfügen"
+"Change Category","Kategorie ändern"
+"Browse","Durchsuchen"
+"Search By Keywords","Anhand von Suchbegriffen suchen"
+"Description","Beschreibung"
+"Specifics","Merkmale"
+"Edit ""New ASIN"" Template For ""%s"" Marketplace (Beta)","„Neue ASIN“-Vorlage für Marktplatz „%s“ bearbeiten (Betaversion)"
+"Add ""New ASIN"" Template For ""%s"" Marketplace (Beta)","„Neue ASIN“-Vorlage für Marktplatz „%s“ hinzufügen (Betaversion)"
+"Save And Assign","Speichern und zuweisen"
+"Department","Abteilung"
+"Category","Kategorie"
+"Attribute Sets","Attributsätze"
+"Assignment","Zuweisung"
+"Edit Template","Vorlage bearbeiten"
+"Delete Template","Vorlage löschen"
+"Assign To This Template","Dieser Vorlage zuweisen"
+"Attribute Sets Mismatch","Attributsets stimmen nicht überein"
+"Found In: ","Gefunden in: "
+"Select","Auswählen"
+"New ASIN Templates For ""%s"" Marketplace (Beta)","„Neue ASIN“-Vorlagen für Marktplatz „%s“ (Betaversion)"
+"Add New ASIN Template","Neue ASIN-Vorlage hinzufügen"
+"Edit%s Selling Format Template","%s-Angebotsformatvorlage bearbeiten"
+"Add%s Selling Format Template","%s-Angebotsformatvorlage hinzufügen"
+"List Rules","Regeln für das Einstellen"
+"Revise Rules","Regeln für das Überarbeiten"
+"Relist Rules","Regeln für das Wiedereinstellen"
+"Stop Rules","Regeln für das Anhalten"
+"Edit%s Synchronization Template","%s Synchronisierungsvorlage bearbeiten"
+"Add%s Synchronization Template","%s Synchronisierungsvorlage hinzufügen"
+"Update FTP Password","FTP-Passwort aktualisieren"
+"Update Web Password","Web-Passwort aktualisieren"
+"Product Title / Reference ID","Produktbezeichnung/Referenznummer"
+"Rakuten.com SKU","Rakuten.com-Artikelnummer"
+"Rakuten.com QTY","Rakuten.com-Stückzahl"
+"Rakuten.com Price","Rakuten.com-Preis"
+"Move Item(s) To Listing","Artikel in Angebot verschieben"
+"Reference ID","Referenznummer"
+"Add Products To%s Listing ""%s"" ","Produkte zu %s-Angebot „%s“ hinzufügen "
+"Assign Rakuten.com SKU","Rakuten.com-Artikelnummer zuweisen"
+"There is no such variation on Rakuten.com. Please, choose another variation.","Bei Rakuten.com gibt es keine solche Variante. Bitte wählen Sie eine andere Variante aus."
+"Add New SKU In Progress...","Neue Artikelnummer wird hinzugefügt..."
+"List In Progress...","Wird eingestellt..."
+"Relist In Progress...","Wird wiedereingestellt..."
+"Revise In Progress...","Wird überarbeitet..."
+"Stop In Progress...","Wird angehalten..."
+"Stop And Remove In Progress...","Wird angehalten und entfernt..."
+"Assign Rakuten.com SKU to Item(s)","Rakuten.com-Artikelnummer zu Artikel(n) zuweisen"
+"Add New Rakuten.com SKU","Neue Rakuten.com-Artikelnummer hinzufügen"
+"Unassign Rakuten.com SKU","Zuweisung einer Rakuten.com-Artikelnummer aufheben"
+"Unassign New SKU Template","Zuweisung der Vorlage für neue Artikelnummer aufheben"
+"Choose Rakuten.com SKU from the list","Rakuten.com-Artikelnummer aus der Liste auswählen"
+"Search for Rakuten.com SKU","Nach Rakuten.com-Artikelnummer suchen"
+"New","Neu"
+"Used - Like New","Gebraucht – Neuwertig"
+"Used - Very Good","Gebraucht – Sehr gut"
+"Used - Good","Gebraucht – Gut"
+"Used - Acceptable","Gebraucht – Akzeptabel"
+"Refurbished","Generalüberholt"
+"Rakuten.com was found automatically","Rakuten.com wurde automatisch gefunden"
+"New SKU","Neue Artikelnummer"
+"Moving Rakuten.com Items.","Rakuten.com-Artikel werden verschoben."
+"Some Rakuten.com request(s) are being processed now.","Einige Rakuten.com-Anfragen werden gerade verarbeitet."
+"Sending %s product(s) data on Rakuten.com.","Daten zu %s-Produkt(en) bei Rakuten.com werden gesendet."
+"Listing All Items On Rakuten.com","Alle Artikel bei Rakuten.com einstellen"
+"Listing Selected Items On Rakuten.com","Ausgewählte Artikel bei Rakuten.com einstellen"
+"Revising Selected Items On Rakuten.com","Ausgewählte Artikel bei Rakuten.com überarbeiten"
+"Relisting Selected Items On Rakuten.com","Ausgewählte Artikel bei Rakuten.com wiedereinstellen"
+"Stopping Selected Items On Rakuten.com","Ausgewählte Artikel bei Rakuten.com anhalten"
+"Stopping On Rakuten.com And Removing From Listing Selected Items","Bei Rakuten.com anhalten und ausgewählte Artikel aus dem Angebot entfernen"
+"Adding New SKU On Rakuten.com","Neue Artikelnummer auf Rakuten.com hinzufügen"
+"In order to use New SKU functionality, please re-synchronize marketplace data.","Wenn Sie die Funktion „Neue Artikelnummer“ verwenden möchten, synchronisieren Sie bitte die Marktplatzdaten erneut."
+"Please enter product name or Rakuten.com SKU/ISBN/UPC.","Bitte geben Sie Produktbezeichnung oder Rakuten.com-Artikelnummer/ISBN/UPC ein."
+"Rakuten.com Order #","Rakuten.com-Bestellnummer"
+"Item","Artikel"
+"View on Rakuten.com","Auf Rakuten.com anzeigen"
+"Edit New SKU Template For Rakuten.com (Beta)","„Neue Artikelnummer“-Vorlage für Rakuten.com bearbeiten (Betaversion)"
+"Add New SKU Template For Rakuten.com (Beta)","„Neue Artikelnummer“-Vorlage für Rakuten.com hinzufügen (Betaversion)"
+"New SKU Templates For Rakuten.com (Beta)","„Neue Artikelnummer“-Vorlagen für Rakuten.com (Betaversion)"
+"Add New SKU Template","„Neue Artikelnummer“-Vorlage hinzufügen"
+"At least 1 channel should be enabled.","Es muss mindestens 1 Channel aktiviert sein."
+"Method of adding a new entity is not defined.","Die Methode zum Hinzufügen einer neuen Entität wurde nicht definiert."
+"Log For%s Listing","Protokoll für%s-Angebot"
+"Listings Log","Angebotsprotokoll"
+"Listing Settings","Angebotseinstellungen"
+"Listing Items","Artikel einstellen"
+"Show General Log","Allgemeines Protokoll anzeigen"
+"Identifier","Kennung"
+"Product Name","Produktbezeichnung"
+"Run Mode","Ausführungsmodus"
+"Priority","Priorität"
+"Log For%s 3rd Party Listing","Protokoll für%s Angebot von Drittanbietern"
+"3rd Party Listings Log","Protokoll für Angebote von Drittanbietern"
+"Product was successfully mapped.","Produkt wurde zugeordnet."
+"Listings, which have the same Marketplace and Account were not found.","Es wurden keine Angebote mit demselben Marktplatz und Mitgliedskonto gefunden."
+"Would you like to create one with default settings ?","Möchten Sie ein Angebot mit den Standardeinstellungen erstellen?"
+"Products were not moved. View log for details.","Produkte wurden nicht verschoben. Details dazu finden Sie im Protokoll ."
+"Some of the products were not moved. View log for details.","Einige Produkte wurden nicht verschoben. Details dazu finden Sie im Protokoll ."
+"Processing %s product(s).","Produkt(e) %s wird/werden verarbeitet."
+"Map Item(s) to Products","Artikel Produkten zuordnen"
+"Only mapped products must be selected.","Es können nur zugeordnete Produkte ausgewählt werden."
+"Selected items must belong to the same Account and Marketplace.","Die ausgewählten Artikel müssen zu demselben Konto und Marktplatz gehören."
+"Moving Play.com Items.","Play.com-Artikel werden verschoben."
+"Mapping Product","Produkt wird zugeordnet"
+"Product does not exist.","Produkt existiert nicht."
+"Please enter correct product ID.","Bitte geben Sie die korrekte Produkt-ID ein."
+"Product(s) was successfully mapped.","Produkte wurden zugeordnet."
+"Please enter correct product ID or SKU","Bitte geben Sie die korrekte Produkt-ID oder Artikelnummer ein."
+"Current version only supports simple products. Please, choose simple product.","Die aktuelle Version von unterstützt nur einfache Produkte. Bitte wählen Sie ein einfaches Produkt."
+"Item was not mapped as the chosen %s Simple Product has Custom Options.","Der Artikel wurde nicht zugeordnet, da das ausgewählte einfache Produkt %s über benutzerdefinierte Optionen verfügt."
+"Add More Variations","Weitere Varianten hinzufügen"
+"Generate All Combinations","Alle Kombinationen generieren"
+"Generate Non-Existing Combinations","Nicht vorhandene Kombinationen generieren"
+"Listed","Eingestellt"
+"Sold","Verkauft"
+"Stopped","Angehalten"
+"Finished","Fertig"
+"Blocked","Blockiert"
+"Search Listings Items","Artikel des Angebots suchen"
+"General Log","Allgemeines Protokoll"
+"Search Products","Nach Produkten suchen"
+"Marketplaces","Marktplätze"
+"Save And Complete This Step","Speichern und diesen Schritt abschließen"
+"Save And Update","Speichern und aktualisieren"
+"Rakuten (Beta)","Rakuten (Betaversion)"
+"Orders Log","Bestellprotokoll"
+"View Logs","Protokolle anzeigen"
+"Update Password","Passwort aktualisieren"
+"Product Title / Reference Code","Produktbezeichnung/Referenzcode"
+"Play.com QTY","Play.com-Stückzahl"
+"Play.com GBP Price","Play.com-Preis (GBP)"
+"Play.com EUR Price","Play.com-Preis (EUR)"
+"Reference Code","Referenzcode"
+"Play ID","Play-ID"
+"Assign Play ID","Play-ID zuweisen"
+"There is no such variation on Play ID. Please, choose another variation.","Für die Play-ID gibt es keine solche Variante. Bitte wählen Sie eine andere Variante aus."
+"Play.com Price GBP","Play.com-Preis (GBP)"
+"Play.com Price EUR","Play.com-Preis (EUR)"
+"New SKU In Progress...","Neue Artikelnummer wird erstellt..."
+"Assign Play ID to Item(s)","Play-ID zu Artikel(n) zuweisen"
+"Unassign Play ID","Zuweisung der Play-ID aufheben"
+"Choose Play ID from the list","Play-ID aus der Liste auswählen"
+"Search for Play ID","Nach Play-ID suchen"
+"Play ID was found automatically","Play-ID wurde automatisch gefunden"
+"Some Play.com request(s) are being processed now.","Einige Play.com-Anfragen werden gerade verarbeitet."
+"Sending %s product(s) data on Play.com.","Daten zu %s-Produkt(en) bei Play.com werden gesendet."
+"Listing All Items On Play.com","Alle Artikel bei Play.com einstellen"
+"Listing Selected Items On Play.com","Ausgewählte Artikel bei Play.com einstellen"
+"Revising Selected Items On Play.com","Ausgewählte Artikel bei Play.com überarbeiten"
+"Relisting Selected Items On Play.com","Ausgewählte Artikel bei Play.com wiedereinstellen"
+"Stopping Selected Items On Play.com","Ausgewählte Artikel bei Play.com anhalten"
+"Stopping On Play.com And Removing From Listing Selected Items","Bei Play.com anhalten und ausgewählte Artikel aus dem Angebot entfernen"
+"Assign Play.com SKU","Play.com-Artikelnummer zuweisen"
+"Enter product name or ISBN/EAN/UPC.","Geben Sie Produktbezeichnung oder ISBN/EAN/UPC ein."
+"Play Order #","Play-Bestellnummer"
+"Posted","Veröffentlicht"
+"Refunded","Erstattet"
+"Reserve Qty","Stückzahl reservieren"
+"Cancel Qty Reserve","Stückzahlreservierung stornieren"
+"Synchronization Log","Synchronisierungsprotokoll"
+"Synchronization Settings","Synchronisierungseinstellungen"
+"Synchronization","Synchronisierung"
+"Run Enabled Now","Aktivierte jetzt ausführen"
+"Save Settings","Einstellungen speichern"
+"Add Selling Format Template","Angebotsformatvorlage hinzufügen"
+"Add Synchronization Template","Synchronisierungsvorlage hinzufügen"
+"Development","Entwicklung"
+"Enter","Eingeben"
+"Change","Ändern"
+"Clear All","Alles löschen"
+"Restore All Helps","Alle Hilfe-Abschnitte wiederherstellen"
+" License"," Lizenz"
+"Job Code","Jobcode"
+"Created At","Erstellt am"
+"Scheduled At","Geplant für"
+"Executed At","Ausgeführt am"
+"Finished At","Fertiggestellt am"
+"Messages","Nachrichten"
+"Cron Schedule Table View","Ansicht „Cron-Zeitplantabelle“"
+"Table Name","Tabellenname"
+"Component","Komponente"
+"Group","Gruppe"
+"Records","Datensätze"
+"Size (Mb)","Größe (MB)"
+"Edit Table(s)","Tabelle(n) bearbeiten"
+"Truncate Table(s)","Tabelle(n) kürzen"
+"Update","Aktualisieren"
+"Manage Table ""%s""","Tabelle „%s“ verwalten"
+"Truncate Table","Tabelle kürzen"
+"Enable","Aktivieren"
+"Disable","Deaktivieren"
+"Summary","Zusammenfassung"
+"Inspection","Inspektion"
+"Database","Datenbank"
+"Tools","Werkzeuge"
+"Module","Modul"
+"Debug","Debug"
+"Build","Build"
+"Main Website","Haupt-Website"
+"Support","Kundenservice"
+"Magento Connect","Magento Connect"
+"Documentation","Dokumentation"
+"Video Tutorials","Video-Infotour"
+"Listing ID","Angebotsnummer"
+"Listing Title","Artikelbezeichnung"
+"Attrib. Set Name","Attribut Namen festlegen"
+"Source","Quelle"
+"Products List","Produktliste"
+"Categories","Kategorien"
+"Store View","Shop-Ansicht"
+"Listings, which have the same Attribute Set, Marketplace and Account were not found.","Es wurden keine Angebote mit demselben Attributset, Marktplatz und Mitgliedskonto gefunden."
+"Map To This Product","Diesem Produkt zuordnen"
+"Advanced Search","Erweiterte Suche"
+"Stop And Remove","Anhalten und entfernen"
+"Delete And Remove","Löschen und entfernen"
+"Items are not set.","Keine Artikel festgelegt"
+"Current view mode is not set.","Kein aktueller Ansichtsmodus festgelegt"
+"Route is not set.","Keine Route festgelegt"
+"High","Hoch"
+"Medium","Mittel"
+"Low","Niedrig"
+"Last action was completed successfully.","Letzte Aktion wurde erfolgreich abgeschlossen."
+"Entity ID is not set.","Keine Entitäts-ID festgelegt"
+"View help handler is not set.","Handler für „Hilfe anzeigen“ nicht festgelegt"
+"Close help handler is not set.","Handler für „Hilfe schließen“ nicht festgelegt"
+"Log rows are not set.","Keine Protokollzeilen festgelegt"
+"Log tips are not set.","Keine Protokolltipps festgelegt"
+"Log icons are not set.","Keine Protokollsymbole festgelegt"
+"Apply","Übernehmen"
+"Conditions","Bedingungen"
+"All Marketplaces","Alle Marktplätze"
+"Bundle Items","Gebündelte Artikel"
+"Links","Links"
+"Associated Products","Zugeordnete Produkte"
+"Custom Options","Benutzerdefinierte Optionen"
+"Order #","Bestellnummer"
+"Message","Nachricht"
+"Create Date","Datum erstellen"
+"Admin (Default Values)","Admin (Standardwerte)"
+"Attach Another File","Andere Datei anhängen"
+"Send Message","Senden"
+"Search Results","Suchergebnisse"
+"Knowledge Base","Wissensdatenbank"
+"Contact Support","Kundenservice kontaktieren"
+"Support {$m2eProVersion}","{$m2eProVersion} unterstützen"
+"Migration Notes","Hinweise zur Migration"
+"Some attributes which are used in this policy were not found in products settings.'
+ . ' Please, check if all of them are in [%s] Attribute Set(s)'
+ . ' as it can cause List, Revise or Relist issues.","Einige der in dieser Rahmenbedingung verwendeten Attribute wurden in den Produkteinstellungen nicht gefunden. Bitte überprüfen Sie, ob alle diese Attribute in einem oder mehreren der [%s]-Attributsets vorhanden sind, da es andernfalls zu Problemen beim Einstellen, Überarbeiten oder Wiedereinstellen kommen kann."
+"Template nick is not set.","Kein Vorlagenkurzname festgelegt"
+"Component mode is not set.","Kein Komponentenmodus festgelegt"
+"Template data is not set.","Keine Vorlagendaten festgelegt"
+"Currency ""%s"" is not allowed in Currency Setup '
+ . 'for Store View ""%s"" of your Magento. '
+ . 'Currency conversion will not be performed.","Die Währung „%s“ ist in „Einrichten der Währung “ für die Shop-Ansicht „%s“ von Magento nicht zulässig. ' . 'Es erfolgt keine Währungsumrechnung."
+"There is no rate for ""%s-%s"" in'
+ . ' Manage Currency Rates of your Magento.'
+ . ' Currency conversion will not be performed.","Für „%s-%s“ ist in „Währungskurse verwalten “ in Magento kein Kurs vorhanden. Es erfolgt keine Währungsumrechnung."
+"There is a rate %s for ""%s-%s"" in'
+ . ' Manage Currency Rates of your Magento.'
+ . ' Currency conversion will be performed automatically.","Für „%s-%s“ in „Währungskurse verwalten “ in Magento ein Kurs vorhanden. Die Währungsumrechnung erfolgt automatisch."
+"Template model is unknown.","Das Vorlagenmodell ist nicht bekannt."
+"Target CSS Class is not set.","Keine Ziel-CSS-Klasse festgelegt"
+"Item url is not set.","Keine Artikel-URL festgelegt"
+"Item label is not set","Keine Artikelkennzeichnung festgelegt"
+"Congratulations!","Herzlichen Glückwunsch!"
+"Configuration Wizard","Konfigurationsassistent"
+"Skip Wizard","Assistent überspringen"
+"Congratulations! (Magento Multi-Channels Integration)","Herzlichen Glückwunsch! (Magento-Multichannel-Integration)"
+"License","Lizenz"
+"Proceed","Weiter"
+"Complete Configuration","Konfiguration abschließen"
+"Configuration Wizard (Magento Multi-Channels Integration)","Konfigurationsassistent (Magento-Multichannel-Integration)"
+"Start Configuration","Konfiguration starten"
+"Welcome to M2E Pro - Magento Multi-Channels Integration!","Willkommen bei der M2E Pro-Magento-Multichannel-Integration!"
+"Create an M2E Listing","M2E-Angebot erstellen"
+"M2E Registration Complete","M2E-Anmeldung abgeschlossen"
+"Sign into eBay","Bei eBay einloggen"
+"Register for eBay","Bei eBay neu anmelden"
+"M2E Registration","M2E-Anmeldung"
+"What Is An M2E Listing?","Was ist ein M2E-Angebot?"
+"M2E Mode","M2E-Modus"
+"What are M2E Products and How Do They Appear on eBay","Was sind M2E-Produkte und wie erscheinen sie bei eBay?"
+"Register and Link to eBay","Bei eBay neu anmelden und mit eBay verknüpfen"
+"Link Magento to eBay and increase your sales","Verknüpfen Sie Magento mit eBay und steigern Sie Ihre Umsätze"
+"M2E Pro Migration to v. %s","M2E Pro-Migration auf Version %s"
+"Next Step","Nächster Schritt"
+"Previous Step","Vorheriger Schritt"
+"Complete","Abgeschlossen"
+"M2E Pro module is locked because of security reason. Please contact us.","Das M2E Pro-Modul ist aus Sicherheitsgründen gesperrt. Bitte setzen Sie sich mit uns in Verbindung."
+"Maintenance is Active.","Der Wartungsmodus ist aktiv."
+"M2E Pro is working in maintenance mode at the moment. Developers are investigating your issue.","M2E Pro befindet sich derzeit im Wartungsmodus. Unsere Entwickler arbeiten daran, Ihr Problem zu lösen."
+"You will be able to see a content of this page soon. Please wait and then refresh a browser page later.","Der Inhalt dieser Seite steht bald wieder zur Verfügung. Bitte gedulden Sie sich etwas und aktualisieren Sie dann die Browserseite."
+"We are sorry, Internet Explorer browser is not supported. Please, use
+ another browser (Mozilla Firefox, Google Chrome, etc.).","Internet Explorer wird leider nicht unterstützt. Bitte verwenden Sie einen anderen Browser (Mozilla Firefox, Google Chrome usw.)."
+"At least 1 channel of current view should be enabled.","Mindestens einer der Kanäle der aktuellen Ansicht sollte aktiviert sein."
+"Step is invalid","Schritt ist ungültig"
+"Status is invalid","Status ist ungültig"
+"Server domain is not defined","Server-Domäne ist nicht definiert"
+"Server IP is not defined","Server-IP ist nicht definiert"
+"Amazon (Beta)","Amazon (Beta)"
+"Rakuten.com (Beta)","Rakuten.com (Beta)"
+"Please, specify a value suitable for all chosen products.","Bitte geben Sie einen Wert an, der für alle ausgewählten Produkte geeignet ist."
+"eBay","eBay"
+"1 day","1 Tag"
+"3 days","3 Tage"
+"5 days","5 Tage"
+"7 days","7 Tage"
+"10 days","10 Tage"
+"30 days","30 Tage"
+"Good Till Cancelled","Gültig bis auf Widerruf"
+"Play.com (Beta)","Play.com (Beta)"
+"Class name must begin with ""Ess_M2ePro""","Der Klassenname muss mit „Ess_M2ePro“ beginnen."
+"Attribute sets must be less then 50","Die Zahl der Attributsets muss unter 50 liegen"
+"Getting default website is failed","Aufrufen der Standard-Website fehlgeschlagen"
+"Getting default store group is failed","Aufrufen der Standard-Shop-Gruppe fehlgeschlagen"
+"Getting default store is failed","Aufrufen des Standard-Shops fehlgeschlagen"
+"Fatal error occurred","Es ist ein schwerwiegender Fehler aufgetreten"
+"PHP Version","PHP-Version"
+"Memory Limit","Maximaler Speicher"
+"Magento Version","Magento-Version"
+"Max Execution Time","Maximale Ausführungszeit"
+"Server connection is failed. Please try again later.","Die Serververbindung ist unterbrochen. Bitte versuchen Sie es später noch einmal."
+"Sell On Multi-Channels","In mehreren Channels verkaufen"
+"Controller file was loaded but class does not exist","Die Controller-Datei wurde geladen, es existiert aber keine Klasse"
+"Control Panel (M2E Pro)","Systemsteuerung (M2E Pro)"
+"New buyer negative feedback was received. Go to the %sfeedback page%s.","Sie haben neue negative Käuferbewertungen erhalten. Gehen Sie zur %Bewertungsseite%s."
+"The token for ""%s"" eBay Account has been expired.
+
+ Please, go to %s > Configuration > eBay Account > General TAB ,
+ click on the Get Token button. (You will be redirected to the eBay website.)
+ Sign-in and press I Agree on eBay page.
+ Do not forget to press Save button after returning back to Magento","Das Token für das eBay-Konto „%s“ ist abgelaufen. Bitte gehen Sie zu %s > „Konfiguration“ > „eBay-Konto“ > Registerkarte „Allgemeines“ und klicken Sie auf „Token abrufen“. (Sie werden zur eBay-Website weitergeleitet.) Loggen Sie sich ein und klicken Sie auf der eBay-Seite auf „Ich bin einverstanden“. Denken Sie daran, nach der Rückkehr zu Magento auf „Speichern“ zu klicken."
+"Attention! The token for ""%s"" eBay Account will be expired soon ( %s ).
+
+ Please, go to %s > Configuration > eBay Account > General TAB ,
+ click on the Get Token button. (You will be redirected to the eBay website.)
+ Sign-in and press I Agree on eBay page.
+ Do not forget to press Save button after returning back to Magento","Wichtiger Hinweis! Das Token für das eBay-Konto „%s“ läuft demnächst ab (%s). Bitte gehen Sie zu %s > „Konfiguration“ > „eBay-Konto“ > Registerkarte „Allgemeines“ und klicken Sie auf „Token abrufen“. (Sie werden zur eBay-Website weitergeleitet.) Loggen Sie sich ein und klicken Sie auf der eBay-Seite auf „Ich bin einverstanden“. Denken Sie daran, nach der Rückkehr zu Magento auf „Speichern“ zu klicken."
+"Sell On eBay","Bei eBay verkaufen"
+"Request was deleted during account deleting.","Anfrage wurde zusammen mit dem Konto gelöscht."
+"Encoding type ""%s"" is not supported.","Die Verschlüsselungsart „%s“ wird nicht unterstützt."
+"Instance does not exist.","Instanz existiert nicht."
+"Method require loaded instance first","Für diese Methode muss zuerst die Instanz geladen werden"
+"Error occurred while creating archive.","Bei der Erstellung des Archivs ist ein Fehler aufgetreten."
+"Content does not exist.","Der Inhalt existiert nicht."
+"Set component mode first","Legen Sie zuerst den Modus der Komponente fest."
+"Resource is not set.","Die Ressource ist nicht festgelegt."
+"ORM for config is not defined.","ORM für die Konfiguration ist nicht definiert."
+"Validation Failed. The server response data is not valid.","Validierung fehlgeschlagen. Die Serverantwortdaten sind ungültig."
+"Internal server error(s) [%errors%]","Interne(r) Serverfehler [%Fehler%]"
+"Please ensure that CURL library is installed on your server and it supports HTTPS
+ protocol. Also ensure that outgoing connection to m2epro.com, port 443 is allowed by firewall.","Bitte vergewissern Sie sich, dass die CURL-Bibliothek auf Ihrem Server installiert ist und das HTTPS-Protokoll unterstützt. Außerdem muss die Firewall ausgehende Verbindungen zu m2epro.com über den Port 443 erlauben."
+"Requested command has invalid format.","Der angefragte Befehl hat ein ungültiges Format."
+"The name of log file is not specified.","Der Name der Protokolldatei wurde nicht angegeben."
+"Creation of Log file is failed.","Die Protokolldatei konnte nicht erstellt werden."
+"Removing of Log file is failed.","Die Protokolldatei konnte nicht entfernt werden."
+"M2ePro base var dir creation is failed.","Das Basisverzeichnis für Variablen für M2E Pro konnte nicht erstellt werden."
+"Custom var dir creation is failed.","Das benutzerdefinierte Verzeichnis für Variablen konnte nicht erstellt werden."
+"M2ePro base var dir removing is failed.","Das Basisverzeichnis für Variablen für M2E Pro konnte nicht entfernt werden."
+"Custom var dir removing is failed.","Das benutzerdefinierte Verzeichnis für Variablen konnte nicht entfernt werden."
+"Listing component is not defined.","Die Angebotskomponente ist nicht definiert."
+"Listing id is not defined.","Die Angebotsnummer ist nicht definiert."
+"Item was successfully mapped","Der Artikel wurde zugeordnet"
+"Item was successfully unmapped","Die Zuordnung des Artikels wurde aufgehoben"
+"Product id is not set","Die Produkt-ID wurde nicht festgelegt."
+"Item was successfully deleted","Der Artikel wurde gelöscht"
+"Listing was successfully deleted","Das Angebot wurde gelöscht"
+"Item was successfully added","Artikel wurde hinzugefügt"
+"Variation option was deleted. Item was reset.","Die Variantenoption wurde gelöscht. Der Artikel wurde zurückgesetzt."
+"Wrong nick of lock item.","Falscher Name für die Artikelsperre."
+"Wrong max deactivate lock item time.","Falsche Höchstzeit für die Deaktivierungssperre."
+"Wrong object class for getting action_id!","Falsche Objektklasse für den Erhalt von action_id."
+"Cancel is not allowed for Orders which were already Canceled.","Stornierte Bestellungen können nicht erneut storniert werden."
+"Cancel is not allowed for Orders with Invoiced Items.","Der Abbruch von Bestellungen mit in Rechnung gestellten Artikeln ist nicht zulässig."
+"Cancel is not allowed for Orders which were put on Hold.","Der Abbruch ausgesetzter Bestellungen ist nicht zulässig."
+"Cancel is not allowed for Orders which were Completed or Closed.","Der Abbruch abgeschlossener oder beendeter Bestellungen ist nicht zulässig."
+"M2E Pro Notes","Hinweise zu M2E Pro"
+"is","ist"
+"is not","ist nicht"
+"equals or greater than","ist gleich oder größer als"
+"equals or less than","ist gleich oder kleiner als"
+"greater than","größer als"
+"less than","weniger als "
+"contains","enthält"
+"does not contain","enthält nicht"
+"is one of","ist 1 von"
+"is not one of","ist nicht 1 von"
+"TRUE","TRUE"
+"FALSE","FALSE"
+"Please choose a condition to add...","Wählen Sie eine Bedingung zum Hinzufügen..."
+"Add","Hinzufügen"
+"Remove","Entfernen"
+"Conditions Combination","Bedingungskombination"
+"Product Attribute","Produktattribut"
+"ALL","Alle"
+"ANY","Beliebig"
+"If %s of these conditions are %s:","Wenn %s dieser Bedingungen „%s“ sind:"
+"Attribute Set","Attributset"
+"Open Chooser","Auswahlfunktion öffnen"
+"Out Of Stock","Nicht mehr vorrätig"
+"Prefix must be specified before.","Das Präfix muss vorher angegeben werden."
+"Stock Item is not set.","Der Lagerartikel wurde nicht festgelegt."
+"The requested quantity is not available.","Die angeforderte Stückzahl ist nicht verfügbar."
+"Yes","Ja"
+"No","Nein"
+"The Product ID is not set.","Die Produkt-ID wurde nicht festgelegt."
+"Load instance first","Laden Sie zuerst die Instanz"
+"Attribute does not exist.","Das Attribut existiert nicht."
+"There is no associated products found for grouped product.","Es gibt keine verwandten Produkte für das gruppierte Produkt."
+"Payment Status for eBay Order was updated to Paid.","Der Zahlungsstatus der eBay-Bestellung wurde auf „bezahlt“ aktualisiert."
+"Payment Status for %s Order was not updated. View %sorder log%s for more details.","Der Zahlungsstatus der %s-Bestellung wurde nicht aktualisiert. Weitere Informationen finden Sie im %sBestellprotokoll%s."
+"From [%from%] to [%to%]","Von [%from%] bis [%to%]"
+"IN Stock","Auf Lager"
+"OUT of Stock","Nicht mehr vorrätig"
+"Enabled","Aktiviert"
+"Disabled","Deaktiviert"
+"From [%from%] to [%to%].","Von [%from%] bis [%to%]."
+"None","Keine"
+"Attribute ""%attr%"" from [%from%] to [%to%].","Attribut „%attr%“ von [%from%] bis [%to%]."
+"Shipping Status for eBay Order was updated.","Der Versandstatus der eBay-Bestellung wurde aktualisiert."
+"Updating Amazon Order Status to Shipped in Progress...","Der Status der Amazon-Bestellung wird zu „verschickt“ aktualisiert ..."
+"Updating Rakuten.com Order Status to Shipped in Progress...","Der Status der Rakuten.com-Bestellung wird auf „Verschickt“ aktualisiert..."
+"Updating Play.com Order Status to Shipped in Progress...","Der Status der Play.com-Bestellung wird auf „Verschickt“ aktualisiert..."
+"Shipping Status for %s Order was not updated. View %sorder log%s for more details.","Der Versandstatus der %s-Bestellung wurde nicht aktualisiert. Weitere Informationen finden Sie im %sBestellprotokoll%s."
+"Product reindex was executed.","Die Produktreindexierung wurde ausgeführt."
+"Order ID is invalid.","Die Bestellnummer ist ungültig."
+"Action is invalid.","Die Aktion ist ungültig."
+"Creator is invalid.","Der Ersteller ist ungültig."
+"Magento product is not set.","Das Magento-Produkt wurde nicht festgelegt."
+"There is no associated product found for grouped product.","Es konnten keine zugeordneten Produkte für das gruppierte Produkt gefunden werden."
+"There is no associated product found for configurable product.","Es konnten keine zugeordneten Produkte für das konfigurierbare Produkt gefunden werden."
+"Qty cannot be less than zero.","Die Stückzahl darf nicht weniger als null betragen."
+"Product is disabled.","Das Produkt ist deaktiviert."
+"Order Import does not support product type: %type%.","Der Produkttyp %type% wird beim Importieren der Bestellung nicht unterstützt."
+"Selected options do not match the product options.","Die ausgewählten Optionen stimmen nicht mit den Produktoptionen überein."
+"Required options were not selected.","Die erforderlichen Optionen wurden nicht ausgewählt."
+"Invalid order log type.","Ungültiger Bestellprotokolltyp."
+"Invalid order log initiator.","Ungültiger Bestellprotokollinitiator."
+"Store is not set.","Der Shop ist nicht eingerichtet."
+"Invalid repair data.","Ungültige Reparaturdaten."
+"Invalid repair type.","Ungültiger Reparaturtyp."
+"QTY is already reserved.","Die Stückzahl wurde bereits reserviert."
+"QTY reservation is disabled in Account settings.","Die Reservierung von Stückzahlen ist in den Kontoeinstellungen deaktiviert."
+"QTY is already released.","Die Stückzahl wurde bereits freigegeben."
+"QTY reserve is already canceled.","Die Stückzahlreservierung wurde bereits storniert."
+"The Order Item(s) was not mapped to Magento Product(s) or mapped incorrect.","Bestellte Artikel wurden keinem Magento-Produkt zugeordnet oder wurden falsch zugeordnet."
+"Product(s) does not exist.","Produkt existiert nicht."
+"Shipment handler not found.","Der Versand-Handler konnte nicht gefunden werden."
+"Magento Order was not created. Reason: %msg%","Die Magento-Bestellung wurde nicht erstellt. Grund: %msg%"
+"Magento Order #%order_id% was created.","Die Magento-Bestellung mit der Nummer %order_id% wurde erstellt."
+"Payment Transaction was not created. Reason: %msg%","Die Zahlungstransaktion wurde nicht erstellt. Grund: %msg%"
+"Invoice was not created. Reason: %msg%","Die Rechnung wurde nicht erstellt. Grund: %msg%"
+"Invoice #%invoice_id% was created.","Die Rechnung Nr. %invoice_id% wurde erstellt."
+"Shipment was not created. Reason: %msg%","Der Versand wurde nicht erstellt. Grund: %msg%"
+"Shipment #%shipment_id% was created.","Der Versand Nr. %shipment_id% wurde erstellt."
+"Tracking details were not imported. Reason: %msg%","Die Einzelheiten zur Sendungsverfolgung wurden nicht importiert. Grund: %msg%"
+"Tracking details were imported.","Die Einzelheiten zur Sendungsverfolgung wurden importiert."
+"Magento Order #%order_id% was canceled.","Die Magento-Bestellnr. %order_id% wurde storniert."
+"Magento Order #%order_id% was not canceled. Reason: %msg%","Die Magento-Bestellnr. %order_id% wurde nicht storniert. Grund: %msg%"
+"Store does not exist.","Der Shop existiert nicht."
+"Payment method ""M2E Pro Payment"" is disabled in magento configuration.","Die Zahlungsmethode „M2E Pro-Zahlung“ ist in der Magento-Konfiguration deaktiviert."
+"Shipping method ""M2E Pro Shipping"" is disabled in magento configuration.","Die Versandmethode „M2E Pro-Versand“ ist in der Magento-Konfiguration deaktiviert."
+"Item was successfully moved","Der Artikel wurde verschoben"
+"Duplicated Play.com orders with ID #%id%.","Doppelte Play.com-Bestellung mit der Nummer %id%."
+"Product import is disabled in Play Account settings.","Das Importieren von Produkten ist in den Einstellungen des Play-Nutzerkontos deaktiviert."
+"Product for Play Item ""%id%"" was created in Magento catalog.","Das Produkt für Play-Artikel „%id%“ wurde im Magento-Katalog erstellt."
+"Product for Play Item ""%title%"" was created in Magento catalog.","Das Produkt für Play-Artikel „%title%“ wurde im Magento-Katalog erstellt."
+"Magento Order creation for items listed by M2E Pro is disabled in Account settings.","Die Erstellung von Magento-Bestellungen für mit M2E Pro eingestellte Artikel ist in den Kontoeinstellungen deaktiviert."
+"Magento Order creation for items listed by 3rd party software is disabled in Account settings.","Die Erstellung von Magento-Bestellungen für mit Drittanbieter-Software eingestellte Artikel ist in den Kontoeinstellungen deaktiviert."
+"Play Shipping","Play-Versand"
+"Customer with ID specified in Play account settings does not exist.","Der Kunde mit der in den Play-Kontoeinstellungen angegebenen ID existiert nicht."
+"Invalid component mode.","Ungültiger Komponentenmodus."
+"Magento Order creation is not allowed for Pending, Canceled and Refunded Play.com Orders.","Die Erstellung von Magento-Bestellungen ist für ausstehende und stornierte Play.com-Bestellungen und Play.com-Bestellungen, die zurückerstattet wurden, nicht möglich."
+"The Product(s) was not found on Play.com.","Die Produkte wurden bei Play.com nicht gefunden."
+"Step is out of knowledge base.","Step is out of knowledge base."
+"Task ""Getting Products Links"" is started. Please wait...","Die Aufgabe „Produktlinks abrufen“ wurde gestartet. Bitte warten Sie..."
+"Task ""Getting Products Links"" is finished. Please wait...","Die Aufgabe „Produktlinks abrufen“ wurde abgeschlossen. Bitte warten Sie..."
+"Item status was successfully changed to ""Active"".","Artikelstatus wurde in „aktiv“ geändert."
+"Item status was successfully changed to ""Inactive"".","Artikelstatus wurde in „inaktiv“ geändert."
+"Task ""Update Listings Products"" is started. Please wait...","Die Aufgabe „Produkte in Angeboten aktualisieren“ wurde gestartet. Bitte warten Sie..."
+"Task ""Update Listings Products"" is finished. Please wait...","Die Aufgabe „Produkte in Angeboten aktualisieren“ wurde abgeschlossen. Bitte warten Sie..."
+"Task ""Default Synchronization"" is started. Please wait...","Die Aufgabe „Standard-Synchronisierung“ wurde gestartet. Bitte warten Sie..."
+"Task ""Default Synchronization"" is finished. Please wait...","Die Aufgabe „Standard-Synchronisierung“ wurde abgeschlossen. Bitte warten Sie..."
+"Task ""Marketplaces Synchronization"" is started. Please wait...","Die Aufgabe „Marktplätze synchronisieren“ wurde gestartet. Bitte warten Sie..."
+"Task ""Marketplaces Synchronization"" is finished. Please wait...","Die Aufgabe „Marktplätze synchronisieren“ wurde abgeschlossen. Bitte warten Sie..."
+"The ""Categories Synchronization"" action for marketplace:
+// ""%mrk%"" has been successfully completed.","Die Aktion „Kategorien synchronisieren“ für den Marktplatz // „%mrk%“ wurde abgeschlossen."
+"Play.com Orders Receive Synchronization","Play.com-Bestelleingänge synchronisieren"
+"Task ""%s"" is started. Please wait...","Die Aufgabe „%s“ wurde gestartet. Bitte warten Sie..."
+"Task ""%s"" is finished. Please wait...","Die Aufgabe „%s“ wurde abgeschlossen. Bitte warten Sie..."
+"Play.com Orders Update Synchronization","Aktualisierte Play.com-Bestellungen werden synchronisiert"
+"Task ""3rd Party Listings Synchronization"" is started. Please wait...","Die Aufgabe „Angebote von Drittanbietern synchronisieren“ wurde gestartet. Bitte warten Sie..."
+"Task ""3rd Party Listings Synchronization"" is finished. Please wait...","Die Aufgabe „Angebote von Drittanbietern synchronisieren“ wurde abgeschlossen. Bitte warten Sie..."
+"Task ""3rd Party Listings Synchronization"" for Play.com account: ","Aufgabe „Angebote von Drittanbietern synchronisieren“ für Play.com-Konto: "
+"""%s"" is started. Please wait...","„%s“ wurde gestartet. Bitte warten Sie..."
+"The ""List"" action is started. Please wait...","Die Aktion „Einstellen“ wurde gestartet. Bitte warten Sie..."
+"The ""List"" action is finished. Please wait...","Die Aktion „Einstellen“ wurde abgeschlossen. Bitte warten Sie..."
+"The ""Relist"" action is started. Please wait...","Die Aktion „Wiedereinstellen“ wurde gestartet. Bitte warten Sie..."
+"The ""Relist"" action is finished. Please wait...","Die Aktion „Wiedereinstellen“ wurde abgeschlossen. Bitte warten Sie..."
+"The ""Revise"" action is started. Please wait...","Die Aktion „Überarbeiten“ wurde gestartet. Bitte warten Sie..."
+"The ""Revise"" action is finished. Please wait...","Die Aktion „Überarbeiten“ wurde abgeschlossen. Bitte warten Sie..."
+"The ""Stop"" action is started. Please wait...","Die Aktion „Anhalten“ wurde gestartet. Bitte warten Sie..."
+"The ""Stop"" action is finished. Please wait...","Die Aktion „Anhalten“ wurde abgeschlossen. Bitte warten Sie..."
+"Task ""Inventory Synchronization"" is started. Please wait...","Die Aufgabe „Warenbestand synchronisieren“ wurde gestartet. Bitte warten Sie..."
+"Task ""Inventory Synchronization"" is finished. Please wait...","Die Aufgabe „Warenbestand synchronisieren“ wurde abgeschlossen. Bitte warten Sie..."
+"Task ""Inventory Synchronization"" has completed
+// with errors. View %sl%listings log%el% for details.","Die Aufgabe „Warenbestand synchronisieren“ wurde // mit Fehlern abgeschlossen. Ausführliche Informationen finden Sie im %sl%Angebotsprotokoll%el%."
+"Task ""Inventory Synchronization"" has completed
+// with warnings. View %sl%listings log%el% for details.","Die Aufgabe „Warenbestand synchronisieren“ wurde // mit Warnungen abgeschlossen. Ausführliche Informationen finden Sie im %sl%Angebotsprotokoll%el%."
+"Communication with Play.com is started. Please wait...","Die Kommunikation mit Play.com wurde gestartet. Bitte warten Sie..."
+"Please wait...","Bitte warten Sie..."
+"product(s)","Produkt(e)"
+"product(s) with id(s)","Produkt(e) mit Nummer(n)"
+"Communication with Play.com is finished. Please wait...","Die Kommunikation mit Play.com wurde abgeschlossen. Bitte warten Sie..."
+"Request failed.","Anforderung fehlgeschlagen."
+"Another synchronization is already running","Es wird bereits eine andere Synchronisierung ausgeführt"
+"The ""Deleted Products"" action is started. Please wait...","Die Aktion „Gelöschte Produkte“ wurde gestartet. Bitte warten Sie..."
+"The ""Deleted Products"" action is finished. Please wait...","Die Aktion „Gelöschte Produkte“ wurde abgeschlossen. Bitte warten Sie..."
+"The ""Auto Actions"" action is started. Please wait...","Die Aktion „Automatische Aktionen“ wurde gestartet. Bitte warten Sie..."
+"The ""Auto Actions"" action is finished. Please wait...","Die Aktion „Automatische Aktionen“ wurde abgeschlossen. Bitte warten Sie..."
+"The ""Product Changes"" action is started. Please wait...","Die Aktion „Produktänderungen“ wurde gestartet. Bitte warten Sie..."
+"The ""Product Changes"" action is finished. Please wait...","Die Aktion „Produktänderungen“ wurde abgeschlossen. Bitte warten Sie..."
+"The ""Inspector Actions"" action is started. Please wait...","Die Aktion „Inspektoraktionen“ wurde gestartet. Bitte warten Sie..."
+"The ""Inspector Actions"" action is finished. Please wait...","Die Aktion „Inspektoraktionen“ wurde abgeschlossen. Bitte warten Sie..."
+"The ""Processing"" action is started. Please wait...","Die Aktion „In Bearbeitung“ wurde gestartet. Bitte warten Sie..."
+"The ""Processing"" action is finished. Please wait...","Die Aktion „In Bearbeitung“ wurde abgeschlossen. Bitte warten Sie..."
+"The ""Stopping Products"" action is started. Please wait...","Die Aktion „Produkte anhalten“ wurde gestartet. Bitte warten Sie..."
+"The ""Stopping Products"" action is finished. Please wait...","Die Aktion „Produkte anhalten“ wurde abgeschlossen. Bitte warten Sie..."
+"Review","Überprüfen"
+"Currency Conversion","Währungsumrechnung"
+"Notifications","Benachrichtigungen"
+"Please select account(s) to remove.","Bitte wählen Sie das Konto bzw. die Konten, das/die Sie entfernen möchten."
+"%s record(s) were successfully deleted.","%s Datensatz/-sätze wurde(n) gelöscht."
+"%s record(s) are used in M2E Listing(s).","%s Datensatz/-sätze wird/werden in M2E-Angebot(en) verwendet."
+"Account must not be in use to be deleted.","Das Konto darf nicht verwendet werden, wenn es gelöscht werden soll."
+"Amazon Accounts","Amazon-Konten"
+"Account does not exist.","Das Konto existiert nicht."
+"The Amazon access obtaining is currently unavailable. Reason: %s","Derzeit kann auf Amazon nicht zugegriffen werden. Grund: %s"
+"Account was successfully saved","Das Konto wurde gespeichert"
+"Manage Listings","Angebote verwalten"
+"Amazon Listings","Amazon-Angebote"
+"Listing was successfully added","Das Angebot wurde hinzugefügt"
+"Listing does not exist.","Das Angebot existiert nicht."
+"The listing is locked by another process. Please try again later.","Das Angebot wird durch einen anderen Prozess gesperrt. Bitte versuchen Sie es später noch einmal."
+"The listing was successfully saved.","Das Angebot wurde gespeichert."
+"Please select item(s) to remove.","Bitte wählen Sie den bzw. die Artikel aus, den/die Sie entfernen möchten."
+"%s listing(s) were successfully deleted","%s Angebot(e) wurde(n) gelöscht"
+"%s listing(s) have listed items and can not be deleted","%s Angebot(e) verfügt/verfügen über eingestellte Artikel und kann/können nicht gelöscht werden"
+"Listing does not exist..","Das Angebot existiert nicht ..."
+"The products were added to listing.","Die Produkte wurden dem Angebot hinzugefügt."
+"NO DATA","Keine Daten"
+"There is another active automatic ASIN/ISBN search task ","Es gibt bereits eine aktive Aufgabe für die automatische ASIN/ISBN-Suche "
+"for some item(s). Please wait until this search process is finished.","für einige Artikel. Bitte warten Sie, bis dieser Suchvorgang abgeschlossen ist."
+"ASIN(s) was successfully unassigned.","Die ASIN-Zuweisung wurde aufgehoben."
+"Some ASIN(s) were not unassigned as their listing status is other than ""Not Listed"".","Bei einigen ASINs konnte die Zuweisung nicht aufgehoben werden, da sie sich nicht im Angebotsstatus „Nicht eingestellt“ befinden."
+"Amazon Orders","Amazon-Bestellungen"
+"Magento Order was created.","Die Magento-Bestellung wurde erstellt."
+"Magento Order was not created. Reason: %s","Die Magento-Bestellung wurde nicht erstellt. Grund: %s"
+"Invoice was created.","Die Rechnung wurde erstellt."
+"Shipment was created.","Der Versand wurde erstellt."
+"Order address has been updated.","Die Rechnungsadresse wurde aktualisiert."
+"Please select order(s).","Bitte wählen Sie die Bestellung(en) aus."
+"Updating Amazon Order(s) Status to Shipped in Progress...","Der Status der Amazon-Bestellung(en) wird zu „verschickt“ aktualisiert..."
+"Order does not exist.","Die Bestellung existiert nicht."
+"Please select Not Listed items without assigned ASIN.","Bitte wählen Sie Artikel mit dem Status „Nicht eingestellt“ und ohne zugewiesene ASIN aus."
+"Template has been successfully saved.","Die Vorlage wurde gespeichert."
+"Some of the New ASIN template(s) cannot be deleted as they have assigned product(s)","Einige der „Neue ASIN“-Vorlagen können nicht gelöscht werden, da sie zugewiesene Produkte enthalten"
+"There are no items to assign.","Es sind keine Artikel zum Zuweisen vorhanden."
+"Template has been successfully assigned.","Die Vorlage wurde zugewiesen."
+"Some products were not assigned.","Einige Produkte wurden nicht zugewiesen."
+"Please enter keywords.","Bitte geben Sie Suchbegriffe ein."
+"Please select at least 1 listing product.","Bitte wählen Sie mindestens ein Angebotsprodukt aus."
+"Template does not exist","Die Vorlage existiert nicht"
+"Template was successfully saved","Die Vorlage wurde gespeichert"
+"Rakuten.com Accounts","Rakuten.com-Konten"
+"The Rakuten.com access obtaining is currently unavailable. Reason: %s","Derzeit kann auf Rakuten.com nicht zugegriffen werden. Grund: %s"
+"Rakuten.com Listings","Rakuten.com-Angebote"
+"Rakuten.com SKU(s) was successfully unassigned.","Die Zuweisung von Rakuten.com-Artikelnummeren wurde aufgehoben."
+"Some Rakuten.com SKU(s) were not unassigned as their listing status is other than ""Not Listed"".","Bei einigen Rakuten.com-Artikelnummeren konnte die Zuweisung nicht aufgehoben werden, da sie sich nicht im Angebotsstatus „Nicht eingestellt“ befinden."
+"Rakuten.com Orders","Rakuten.com-Bestellungen"
+"Please select Not Listed items without Rakuten.com SKU assigned.","Bitte wählen Sie Artikel mit dem Status „Nicht eingestellt“ und ohne zugewiesene Rakuten.com-Artikelnummer aus."
+"Please select Not Listed items.","Bitte wählen Sie Artikel mit dem Status „Nicht eingestellt“ aus."
+"Some of the New SKU template(s) cannot be deleted as they have assigned product(s)","Einige der „Neue Artikelnummer“-Vorlagen können nicht gelöscht werden, da sie zugewiesene Produkte enthalten"
+"Each keyword should be at least three characters.","Jeder Suchbegriff sollte mindestens drei Zeichen enthalten."
+"Product(s) was not assigned","Produkt(e) wurde(n) nicht zugewiesen"
+"Global","Weltweit"
+"The 3rd party listings are locked by another process. ","Die Angebote von Drittanbietern sind durch einen anderen Vorgang blockiert. "
+"Please try again later.","Bitte versuchen Sie es später noch einmal."
+"Component is not defined.","Die Komponente ist nicht definiert."
+"The item was successfully removed.","Der Artikel wurde entfernt."
+"You must create at least one selling format template first.","Sie müssen zunächst mindestens eine Angebotsformatvorlage erstellen."
+"You must create at least one synchronization template first.","Sie müssen zunächst mindestens eine Synchronisierungsvorlage erstellen."
+"Component and Listing Product must be specified.","Komponente und Angebotsprodukt müssen angegeben werden."
+"Component, Listing Product and Variation Data must be specified.","Komponente, Angebotsprodukt und Variantendaten müssen angegeben werden."
+"Only 1 variation must leave.","Nur eine Variante muss entfernt werden."
+"Variation has been successfully edited.","Die Variante wurde bearbeitet."
+"Variation(s) has been successfully saved.","Variante(n) wurde(n) gespeichert."
+"Component and Listing Products must be specified.","Komponente und Angebotsprodukte müssen angegeben werden."
+"The items were successfully duplicated.","Die Artikel wurden dupliziert."
+"Activity Logs","Aktivitätsprotokolle"
+"3rd Party Listing does not exist.","Das Drittanbieter-Angebot existiert nicht."
+"Play.com Accounts","Play.com-Konten"
+"The Play.com access obtaining is currently unavailable. Reason: %s","Derzeit kann auf Play.com nicht zugegriffen werden. Grund: %s"
+"Play.com Listings","Play.com-Angebote"
+"Play ID(s) was successfully unassigned.","Die Zuweisung der Play-ID(s) wurde aufgehoben."
+"Some Play ID(s) were not unassigned as their listing status is other than ""Not Listed"".","Bei einigen Play-IDs konnte die Zuweisung nicht aufgehoben werden, da sie sich nicht im Angebotsstatus „Nicht eingestellt“ befinden."
+"Play.com Orders","Play.com-Bestellungen"
+"Component can'be empty","Das Feld für die Komponente darf nicht leer sein"
+"Please select item(s) to clear","Bitte wählen Sie den bzw. die Artikel, den/die Sie löschen möchten"
+"The synchronization task log has been successfully cleaned.","Das Protokoll für die Synchronisierungsaufgabe wurde gelöscht."
+"Data has been sent on Amazon. It is being processed now. You can continue working with M2E Pro.","Die Daten wurden an Amazon gesendet. Die Daten werden derzeit bearbeitet. Sie können weiter mit M2E Pro arbeiten."
+"Data has been sent on Rakuten.com. It is being processed now. You can continue working with M2E Pro.","Die Daten wurden an Rakuten.com gesendet. Die Daten werden derzeit bearbeitet. Sie können weiter mit M2E Pro arbeiten."
+"Data has been sent on Play.com. It is being processed now. You can continue working with M2E Pro.","Die Daten wurden an Play.com gesendet. Die Daten werden derzeit bearbeitet. Sie können weiter mit M2E Pro arbeiten."
+"%s record(s) are used in Listing(s).","%s Datensatz/-sätze wird/werden in Angebot(en) verwendet."
+"Template must not be in use to be deleted.","Die Vorlage darf nicht verwendet werden, wenn sie gelöscht werden soll."
+"The global settings have been successfully saved.","Die globalen Einstellungen wurden gespeichert."
+"The license key has been successfully updated.","Der Lizenzschlüssel wurde aktualisiert."
+"The license status has been successfully refreshed.","Der Lizenzstatus wurde aktualisiert."
+"The clearing settings has been successfully saved.","Die Einstellungen für den Löschvorgang wurden gespeichert."
+"Log for %s has been successfully cleared.","Das Protokoll für %s wurde gelöscht."
+"All log for %s has been successfully cleared.","Alle Protokolle für %s wurden gelöscht."
+"All help blocks were restored.","Alle Hilfe-Abschnitte wurden wiederhergestellt."
+"Item was not moved","Der Artikel wurde nicht verschoben"
+"Not enough data.","Nicht genügend Daten."
+"The item has not mapped product.","Der Artikel verfügt über kein zugeordnetes Produkt."
+"Product was successfully unmapped.","Die Zuordnung des Produkts wurde aufgehoben."
+"Product already exists in M2E listing(s).","Das Produkt existiert bereits in M2E-Angebot(en)."
+"Component Mode or Account ID or Marketplace ID is empty.","Das Feld für Komponentenmodus oder Konto-ID oder Marktplatz-ID ist leer."
+"No Other Listings found.","Es wurden keine anderen Angebote gefunden."
+"Please select item(s) to clear.","Bitte wählen Sie den bzw. die Artikel, den/die Sie löschen möchten."
+"The 3rd party listing(s) log has been successfully cleaned.","Angebotprotokoll(e) von Drittherstellern wurde(n) gelöscht."
+"The listing(s) log was successfully cleaned.","Das Angebotsprotokoll wurde gelöscht."
+"-- Please select --","-- Bitte auswählen --"
+"QTY for selected Order(s) was successfully reserved.","Die Stückzahl für die ausgewählte(n) Bestellung(en) wurde reserviert."
+"QTY for selected Order(s) was not reserved.","Die Stückzahl für die ausgewählte(n) Bestellung(en) wurde nicht reserviert."
+"QTY for selected Order(s) was not reserved. Reason: %s","Die Stückzahl für die ausgewählte(n) Bestellung(en) wurde nicht reserviert. Grund: %s"
+"QTY reserve for selected Order(s) was successfully canceled.","Die Stückzahlreservierung für die ausgewählte(n) Bestellung(en) wurde storniert."
+"QTY reserve for selected Order(s) was not canceled.","Die Stückzahlreservierung für die ausgewählte(n) Bestellung(en) wurde nicht storniert."
+"QTY reserve for selected Order(s) was not canceled. Reason: %s","Die Stückzahlreservierung für die ausgewählte(n) Bestellung(en) wurde nicht storniert. Grund: %s"
+"Order item does not exist.","Der bestellte Artikel existiert nicht."
+"Mapping Product ""%s""","Produkt „%s“ zuordnen"
+"Setting Product Options","Produktoptionen festlegen"
+"Product does not have required options.","Das Produkt verfügt nicht über die erforderlichen Optionen."
+"Please specify required options.","Bitte geben Sie die erforderlichen Optionen an."
+"Order item was successfully mapped.","Der bestellte Artikel wurde erfolgreich zugeordnet."
+"Order item options were successfully configured.","Die Optionen für den bestellten Artikel wurden konfiguriert."
+"Item was successfully unmapped.","Die Zuordnung des Artikels wurde aufgehoben."
+"Shipping Information has been resend for %d order(s).","Für %d Bestellung(en) wurden erneut Versandinformationen gesendet."
+"Shipping Information was not resend for %d order(s).","Für %d Bestellung(en) wurden keine Versandinformationen erneut gesendet."
+"Order ID is not defined.","Die Bestellnummer ist nicht definiert."
+"Order with such ID does not exist.","Es existiert keine Bestellung mit dieser Nummer."
+"Order was successfully deleted.","Die Bestellung wurde gelöscht."
+"M2E Pro","M2E Pro"
+"You should fill in all required fields.","Bitte füllen Sie alle erforderlichen Felder aus."
+"Your message has been successfully sent.","Ihre Nachricht wurde gesendet."
+"Token is not defined","Token ist nicht definiert"
+"Account Add Entity failed.","Konto-hinzufügen-Entität ist fehlgeschlagen."
+"Unknown Mode ""%s""","Unbekannter Modus „%s“"
+"Account id is not defined","Kontonummer ist nicht definiert"
+"Choose Account","Mitgliedskonto auswählen"
+"Please confirm account switching. All data that hasn't been saved will be lost.","Bestätigen Sie den Wechsel des Mitgliedskontos. Alle ungespeicherten Daten gehen verloren."
+"
+ Fill in the title, choose the Marketplace you want to work with and click the Get Access Data link.
+ You will be redirected to the Amazon website.
+ Note: To be eligible to sell on Amazon sellers must have at least one of the following: a non-individual Selling on Amazon account,
+ an Amazon WebStore account, a Checkout by Amazon account, or an Amazon Product Ads account.
+ If you are an individual seller you have to upgrade to a Pro Merchant seller account from the Amazon Services Selling on Amazon page.
+
+ Sign-in and complete steps of getting access for each marketplace:
+
+ Select 'I want to use an application to access my Amazon seller account with MWS.'
+ Fill in Application Name and Application's Developer Account Number, which you can find in the Marketplaces section on the current page.
+ Accept the Amazon MWS License Agreement.
+ Copy generated Merchant ID and paste it in the corresponding fields of the current page.
+
+ Continue working with 3rd Party Listings and Orders settings tabs.
+ "," Geben Sie die Bezeichnung ein, wählen Sie den Marktplatz aus, mit dem Sie arbeiten möchten, und klicken Sie auf den Link Zugangsdaten abfragen . Sie werden zur Amazon-Website weitergeleitet. Hinweis: Verkäufer müssen mindestens eine der folgenden Voraussetzungen erfüllen, um bei Amazon verkaufen zu können: ein Verkäuferkonto zum Verkauf bei Amazon (nicht Einzel-Anbieter), ein Amazon Webstore-Konto, ein Konto für das Bezahlen über Amazon oder ein Amazon Produktanzeigen-Konto. Wenn Sie Einzelverkäufer sind, müssen Sie über die Amazon Services-Seite zum Verkaufen bei Amazon ein Upgrade auf ein Pro-Merchant-Verkäuferkonto durchführen. Loggen Sie sich ein und führen Sie die Schritte zum Zugreifen auf die einzelnen Marktplätze aus: Wählen Sie „Ich möchte eine Anwendung, zum Zugriff auf mein Amazon Verkäuferkonto mit Hilfe von MWS, freischalten.“ Geben Sie den Namen der Anwendung und die Kontonummer des Anwendungsentwicklers ein. Diese finden im Abschnitt für die Marktplätze auf der aktuellen Seite. Akzeptieren Sie die Amazon MWS-Lizenzvereinbarung. Kopieren Sie die erstellte Händler-ID und fügen Sie sie in die entsprechenden Felder auf der aktuellen Seite ein. Fahren Sie mit den Registerkarten für Angebote und Bestellungen von Drittanbietern fort. "
+"Be attentive! By deleting account you delete all information on it from M2E Pro server. This will cause inappropriate work of all accounts' copies.","Bitte beachten Sie: Wenn Sie ein Konto löschen, werden alle damit verbundenen Informationen vom M2E Pro-Server gelöscht. Dies kann dazu führen, dass die Kopien des Kontos nicht richtig funktionieren."
+"The specified title is already used for other account. Account title must be unique.","Die eingegebene Bezeichnung wird bereits für ein anderes Mitgliedskonto verwendet. Die Bezeichnung Ihres Kontos muss einzigartig sein."
+"You must choose marketplace first.","Sie müssen zuerst einen Marktplatz wählen."
+"M2E Pro was not able to get access to the Amazon account. Please, make sure, that you choose correct option on MWS Authorization page and enter correct Merchant ID.","M2E konnte nicht auf das Amazon-Verkäuferkonto zugreifen. Stellen Sie sicher, dass Sie die richtigen Optionen auf der Registrierungsseite für MWS gewählt und die korrekte Merchant ID eingegeben haben."
+"M2E Pro was not able to get access to the Amazon account. Reason: %s","M2E konnte nicht auf das Amazon-Verkäuferkonto zugreifen. Grund: %s"
+"Title or identifier of Amazon account for your internal use.","Die Bezeichnung oder die ID des Amazon-Verkäuferkontos zu Ihrer internen Verwendung."
+"Synchronizing Now","Synchronisierung läuft"
+"Marketplace","Marktplatz"
+"None Marketplaces","Keine Marktplätze"
+"You must select and update Amazon marketplaces to get access to this section.","Sie müssen Amazon-Marktplätze wählen und aktualisieren, um auf diesen Bereich zugreifen zu können."
+"Choose Marketplace","Marktplatz auswählen"
+"Application Name","Anwendungsname"
+"Developer Account Number","Kontonummer des Anwendungsentwicklers"
+"Get Access Data","Zugangsdaten abfragen"
+"Merchant ID","Händler-ID"
+"Paste generated Merchant ID from Amazon. (It must look like: A15UFR7CZVW5YA).","Fügen Sie die erzeugte Merchant ID von Amazon ein. (Sie sollte so aussehen: A15UFR7CZVW5YA)."
+"If Yes is chosen, you must select at least one attribute for product mapping.","Wenn Sie „Ja“ ausgewählt haben, müssen Sie mindestens ein Attribut für die Produktzuordnung bestimmen."
+"
+The 3rd Party Listings are the items, which were listed on Amazon without using M2E Pro extension.
+To allow importing of these listings for the current Amazon Account, set Import 3rd Party Listings to Yes .
+Imported Listings can be found in %1$s > Manage Listings > 3rd Party Listings.
+Note: The 3rd Party Listings Synchronization must be enabled in %1$s > Configuration > Synchronization.
+To map the products of the 3rd Party Listings with existing products in Magento by ASIN, ISBN, SKU or Title, set Product Mapping to Yes and choose appropriate attribute(s).
+A Magento product will be mapped if at least one of the chosen attributes meets the same value in Amazon Listing as it has in Magento.
+
+After mapping the Amazon Listing can be automatically moved from the 3rd Party Listings to M2E Pro Listings for further management.
+
+Note: Auto mapping and moving actions are performed only once during the first 3rd Party Listings Synchronization.
+Afterwards, it can be performed manually on the 3rd Party Listings page (%1$s > Manage Listings > 3rd Party Listings).
+","Die Angebote von Drittanbietern sind die Artikel, die ohne M2E Pro bei Amazon eingestellt wurden. Wenn Sie den Import dieser Angebote für das aktuelle Amazon-Verkäuferkonto zulassen möchten, wählen Sie Ja für „Angebote von Drittanbietern importieren“. Importierte Angebote finden Sie unter %1$s > Angebote verwalten > Angebote von Drittanbietern.Hinweis: Die Synchronisierung von Drittanbieterangeboten muss unter %1$s > „Konfiguration“ > „Synchronisierung“ aktiviert werden. Um die Produkte aus Angeboten von Drittanbietern mit vorhandenen Produkten in Magento über die ASIN, ISBN, SKU oder Artikelbezeichnung verknüpfen zu können, müssen Sie für „Produktzuordnung“ Ja festlegen und die entsprechenden Attribute wählen. Produkte in Magento werden zugeordnet, wenn mindestens eines der gewählten Attribute denselben Wert bei Amazon hat wie in Magento. Nach der Zuordnung kann das Amazon-Angebot automatisch aus den Angeboten von Drittanbietern in die Liste der M2E Pro-Angebote verschoben und dort weiter verwaltet werden.Hinweis: Das automatische Zuordnen und Verschieben erfolgt nur einmalig bei der ersten Synchronisierung der Angebote von Drittanbietern. Anschließend kann die Zuordnung manuell auf der Seite der Angebote von Drittanbietern durchgeführt werden (%1$s > Angebote verwalten > Angebote von Drittanbietern)."
+"Import 3rd Party Listings","Angebote von Drittanbietern importieren"
+"Allows importing 3rd Party Listings.","Ermöglicht das Importieren von Angeboten von Drittanbietern."
+"Related Store View","Verknüpfte Shop-Ansicht"
+"Store View, which will be associated with chosen Marketplace of the current account.","Shop-Ansicht, die mit dem ausgewählten Marktplatz des aktuellen Kontos verknüpft wird."
+"Product Mapping","Produktzuordnung"
+"Maps Amazon product with Magento product.","Verknüpft Amazon-Produkte mit Magento-Produkten."
+"Attributes Of Mapping Amazon Items To Magento Products","Attribute für die Zuordnung von Amazon-Artikeln zu Magento-Produkten"
+"Product SKU","Produkt-Artikelnummer"
+"Custom Attribute","Benutzerdefiniertes Attribut"
+"Auto Moving Mapped Amazon Items To M2E Listings","Automatisches Verschieben zugeordneter Amazon-Artikel in M2E-Angebote"
+"Moving 3rd Party Listings","Angebote von Drittanbietern verschieben"
+"This section allows you automatically move mapped Amazon Items in default created M2E Listing and synchronize their Prices and Quantities with Magento values at once they have been moved.","In diesem Abschnitt können Sie zugeordnete Amazon-Artikel automatisch in vorhandene M2E-Angebote verschieben und nach dem Verschieben deren Preise und Stückzahlen alle auf einmal mit Magento-Werten synchronisieren."
+"Move Mapped Amazon Items","Zugeordnete Amazon-Artikel verschieben"
+"Automatically moves Amazon Listings from 3rd Party Listings to default created M2E Listing.","Verschiebt Amazon-Angebote von Angeboten von Drittanbietern automatisch in vorhandene M2E-Angebote."
+"Immediate Synchronization","Sofortige Synchronisierung"
+"Price and QTY","Preis und Stückzahl"
+"Price Only","Nur Preis"
+"QTY Only","Nur Stückzahl"
+"Updates Price and / or Quantity of Amazon Listing with Magento values.","Aktualisiert Preis und/oder Menge des Amazon-Angebots entsprechend den Werten in Magento."
+"This tab contains settings of Amazon Orders, Amazon Customers import; Magento Orders and Products creation.
+If you set Import Amazon Orders to Yes , a new Amazon order will be imported to the system and can be found in %1$s > Sales > Orders.
+It is possible to allow auto creation of Magento Orders based on imported Amazon Orders for products listed by Other Software.
+Note: The Product Stock QTY only reduces after Magento Order creation.
+These type of orders can be managed as typical Magento Orders in Magento > Sales > Orders.
+Note: To receive orders from Amazon, Order Synchronization must be enabled in %1$s > Configuration > Synchronization.","Diese Registerkarte enthält Einstellungen von Amazon-Bestellungen, importierten Amazon-Kundendaten, Magento-Bestellungen und Produkterstellungsdaten. Wenn Sie Ja für „Amazon-Bestellungen importieren“ wählen, werden neue Amazon-Bestellungen in das System importiert. Diese sind anschließend unter %1$s > „Verkäufe“ > „Bestellungen“ zu finden. Für Produkte, die mit anderer Software eingestellt wurden, können Magento-Bestellungen basierend auf importierten Amazon.com-Bestellungen automatisch erstellt werden.Hinweis: Die Stückzahl der verfügbaren Artikel wird erst nach der Erstellung der Magento-Bestellung reduziert. Diese Art von Bestellungen kann als typische Magento-Bestellung unter Magento > Verkäufe > Bestellungen verwaltet werden.Hinweis: Um Bestellungen von Amazon übernehmen zu können, muss die Bestellungssynchronisierung unter %1$s > „Konfiguration“ > „Synchronisierung“ aktiviert sein."
+"No Customer entry is found for specified ID.","Es wurde kein Kundeneintrag für die eingegebene ID gefunden."
+"Import Amazon Orders","Amazon-Bestellungen importieren"
+"Allows importing orders from Amazon to M2E Pro.","Ermöglicht das Importieren von Bestellungen aus Amazon in M2E Pro."
+"Product Is Listed By M2E Pro","Produkt wurde mit M2E Pro eingestellt"
+"Create Order in Magento","Bestellung in Magento erstellen"
+"Whether an order has to be created in Magento if a sold product belongs to M2E Pro Listings.","Legen Sie fest, ob eine Bestellung in Magento erstellt werden soll, wenn ein verkauftes Produkt zu den M2E Pro-Angeboten gehört."
+"Store View Source","Quelle der Shop-Ansicht"
+"Use Store View from Listing","Shop-Ansicht aus Angebot verwenden"
+"Choose Store View Manually","Shop-Ansicht manuell auswählen"
+"If Store View must be automatically taken from the listing or manually chosen from available Store View values.","Legen Sie fest, ob die Shop-Ansicht automatisch aus dem Angebot übernommen oder manuell aus den verfügbaren Werten für Shop-Ansichten gewählt werden soll."
+"Store in which orders will be placed.","Shop, in dem Bestellungen platziert werden."
+"Product Is Listed By Any Other Software","Produkt wurde mit anderer Software eingestellt"
+"Whether an order has to be created in Magento if a sold product does not belong to M2E Pro Listings.","Legen Sie fest, ob eine Bestellung in Magento erstellt werden soll, wenn ein verkauftes Produkt nicht zu den M2E Pro-Angeboten gehört."
+"Product Not Found","Produkt nicht gefunden"
+"Do Not Create Order","Bestellung nicht erstellen"
+"Create Product and Order","Produkt und Bestellung erstellen"
+"What has to be done if a listed product does not exist in Magento.","Legen Sie fest, was geschehen soll, wenn ein eingestelltes Produkt nicht in Magento existiert."
+"Note: Only simple products without variations can be created in Magento. If there is a product with variations on Amazon, M2E Pro creates different simple products for each variation.","Hinweis: In Magento können nur einfache Produkte ohne Varianten erstellt werden. Wenn ein Produkt mit Varianten bei Amazon eingestellt ist, erstellt M2E Pro für jede Variante ein anderes einfaches Produkt."
+"Product Tax Class","Produkt-Steuerklassen"
+"Tax Class which will be used for products created by M2E Pro.","Steuerklasse, die für die von M2E Pro erstellten Produkte verwendet wird"
+"QTY Reservation","Stückzahlreservierung"
+"Use the Reserve QTY option to prevent the item being sold, before Magento Order created (as the Product Stock QTY only reduces after Magento Order creation). It removes items from Magento Stock at once Amazon Order comes from Amazon.
+ Reserve qty will be used when Magento Order is created or released when the term of qty reservation has expired.
+ ","Mit der Option „Stückzahl reservieren“ können Sie verhindern, dass der Artikel verkauft wird, bevor die Magento-Bestellung erstellt wurde (da sich die Stückzahl der vorrätigen Produkte erst nach dem Erstellen der Magento-Bestellung verringert). Damit werden Artikel aus dem Magento-Bestand entfernt, sobald Amazon-Bestellungen eintreffen. „Stückzahl reservieren“ wird verwendet, wenn eine Magento-Bestellung erstellt oder freigegeben wird und die Frist für die Stückzahlreservierung abgelaufen ist. "
+"Never","Nie"
+"For %d day","Für %d Tag"
+"For %d days","Für %d Tage"
+"For how many days reserve qty has to be kept while Magento Order is not created.","Gibt an, für wie viele Tage die Stückzahl reserviert bleiben soll, während keine Magento-Bestellung erstellt wird."
+"FBA Orders Settings","Einstellungen für FBA-Bestellungen"
+"In this block you can manage stock inventory of products fulfilled by Amazon (FBA Orders).
+
+
+ Yes - after Magento Order creation of FBA Order, quantity of product reduces in Magento.
+ No - Magento Order creation of FBA Order does not affect quantity of Magento product.
+ ","In diesem Abschnitt können Sie Bestände von Produkten verwalten, bei denen Amazon die Auftragsabwicklung übernimmt (FBA = Fulfillment by Amazon). Ja : Nach der Erstellung einer Magento-Bestellung für eine FBA-Bestellung verringert sich die Stückzahl des Produkts in Magento. Nein : Die Erstellung einer Magento-Bestellung für eine FBA-Bestellung wirkt sich nicht auf die Stückzahl des Produkts in Magento aus. "
+"Whether an order has to be created in Magento if a sold product is fulfilled by Amazon.","Gibt an, ob eine Bestellung in Magento erstellt werden muss, wenn die Auftragsabwicklung für ein verkauftes Produkt durch Amazon erfolgt."
+"Manage Stock","Warenbestand verwalten"
+"If Yes , after Magento Order creation qty of Magento product reduces.","Wenn Ja , verringert sich nach dem Erstellen der Magento-Bestellung die Stückzahl des Produkts in Magento."
+"Customer Settings","Kundeneinstellungen"
+"Customers","Kunden"
+"There are several ways to specify a customer for which Magento Orders will be created:
+
+ Guest Account - the system does not require a customer account to be created. Default Guest Account will be defined as a customer.
+ Note: The Guest Checkout option must be enabled in Magento. (Yes must be chosen in the Allow Guest Checkout option in Magento > System > Configuration > Sales > Checkout tab).
+ Predefined Customer - the system uses one predefined customer for all Amazon orders related to this account. You will be required
+ to provide an ID of the existing Customer, which you can find in Magento > Customers > Manage Customers table.
+ Create New - a new customer will be created in Magento, using Amazon customer data of Amazon Order.
+ Note: A unique customer identifier is his e-mail address. If the one already exists among Magento customers e-mails,
+ the system uses this customer as owner of order and links order to him. A new customer will not be created.
+ ","Es gibt verschiedene Möglichkeiten, einen Kunden anzugeben, für den Magento-Bestellungen erstellt werden: Gästekonto : Das System verlangt nicht, dass ein Kundenkonto angelegt wird. Standard-Gästekonten werden als Kundenkonten definiert. Hinweis: Die Option für die Kaufabwicklung mit einem Gästekonto muss in Magento aktiviert werden. (Wählen Sie dazu Ja als Wert für die Option „Kaufabwicklung mit Gästekonto erlauben“ unter Magento > „System“ > „Konfiguration“ > „Verkäufe“ > „Kaufabwicklung“). Vordefinierter Kunde : Das System verwendet für alle mit diesem Konto verbundenen Amazon-Bestellungen einen vordefinierten Kunden. Sie müssen eine ID für das existierende Kundenkonto eingeben. Diese finden Sie in der Tabelle Magento > „Kunden“ > „Kunden verwalten“. Neu erstellen : In Magento wird mithilfe der Amazon-Kundendaten der Amazon-Bestellung ein neuer Kunde angelegt. Hinweis: Eine eindeutige Kunden-ID ist zum Beispiel die E-Mail-Adresse des Kunden. Wenn es unter den Magento-Kunden bereits jemanden mit der angegebenen E-Mail-Adresse gibt, behandelt das System diesen Kunden als Besteller und verknüpft die Bestellung mit dessen Konto. Es wird kein neuer Kunde erstellt. "
+"Customer","Kunde"
+"Guest Account","Gästekonto"
+"Predefined Customer","Vordefinierter Kunde"
+"Create New","Neu erstellen"
+"Customer for which Magento Orders will be created.","Der Kunde, für den Magento-Bestellungen erstellt werden."
+"Customer ID","Kunden-ID"
+"Enter Magento customer ID.","Geben Sie die Magento-Kunden-ID ein."
+"Associate to Website","Website zuordnen"
+"-- Please Select --","-- Bitte auswählen --"
+"Website in which a customer account will be created.","Die Website, auf der ein Kundenkonto erstellt wird."
+"Customer Group","Kundengruppe"
+"Customer Group to which a customer will be assigned.","Die Kundengruppe, der ein Kunde zugewiesen wird."
+"Send Emails When The Following Is Created","E-Mail senden, wenn folgende Elemente erstellt wurden"
+"Customer Account","Kundenkonto"
+"Magento Order","Magento-Bestellung"
+"Invoice","Rechnung"
+"Necessary emails will be sent according to Magento settings in Magento > System > Configuration > Sales Emails. Hold Ctrl button, to choose more, than one option.","Alle erforderlichen E-Mails werden entsprechend den unter Magento > System > Konfiguration > Verkaufs-E-Mails festgelegten Magento-Einstellungen versendet. Halten Sie die Strg-Taste gedrückt, um mehrere Optionen gleichzeitig auszuwählen."
+"Billing Address","Rechnungsadresse"
+"The Amazon does not supply the complete billing buyer information, only the buyer's name and email address. The only way to fill in billing address in the customer's invoice is to use information from shipping address.
+You should select the appropriate option how to handle billing address for imported customer:
+
+Always - the shipping address is always used as billing address.
+Buyer & Recipient have the same name - the shipping address is used as billing address, only when Buyer's name and Recipient's name are the same. Otherwise, billing address fields will be empty and next message will appear in the city field: ""The Amazon does not supply the complete billing buyer information"".
+ ","Amazon stellt nicht die vollständigen Abrechnungsinformationen des Käufers bereit, sondern lediglich dessen Namen und E-Mail-Adresse. Die einzige Möglichkeit, in der Kundenrechnung die Rechnungsadresse einzutragen, besteht darin, die Angaben aus der Lieferadresse zu verwenden. Zur Festlegung der Rechnungsadresse bei einem importierten Kunden stehen die folgenden Optionen zur Wahl:Immer : Als Rechnungsadresse wird stets die Lieferadresse verwendet.Käufer- und Empfängername sind identisch : Die Lieferadresse wird nur dann als Rechnungsadresse verwendet, wenn der Käufer- und der Empfängername identisch sind. Andernfalls bleiben die Felder für die Rechnungsadresse leer und im Feld „Ort“ wird die folgende Meldung angezeigt: „Amazon stellt nicht die vollständigen Abrechnungsinformationen des Käufers bereit“. "
+"Billing Address Usage","Verwendung der Rechnungsadresse"
+"Always","Immer"
+"Buyer & Recipient have the same name","Käufer- und Empfängername sind identisch"
+"When to use shipping address as billing.","Gibt an, wann als Rechnungsadresse die Lieferadresse zu verwenden ist."
+"Order Tax Settings","Besteuerungseinstellungen für Bestellungen"
+"This section allows you to choose tax settings for Magento Order:
+
+ Amazon - Magento Order(s) uses tax settings from Amazon Listing(s).
+ Magento - Magento Order(s) uses Magento tax settings.
+ Amazon & Magento - if there are tax settings in Amazon Order, they are used in Magento Order(s), otherwise, Magento tax settings are used.
+ None - Amazon and Magento tax settings are ignored.
+
+ ","In diesem Abschnitt können Sie die Besteuerungseinstellungen für Magento-Bestellungen auswählen: Amazon : Für Magento-Bestellungen werden die Besteuerungseinstellungen aus Amazon-Angebot(en) verwendet. Magento : Für Magento-Bestellungen werden die Besteuerungseinstellungen aus Magento verwendet. Amazon und Magento : Wenn die Amazon-Bestellung Besteuerungseinstellungen enthält, werden diese in Magento-Bestellungen verwendet. Andernfalls werden die Magento-Besteuerungseinstellungen verwendet. Keine : Die Besteuerungseinstellungen von Amazon und Magento werden ignoriert. "
+"Tax Source","Steuerquelle"
+"Magento","Magento"
+"Amazon & Magento","Amazon und Magento"
+"Order Status Mapping","Zuordnung von Bestellungsstatus"
+"In this block you can configure mapping between Amazon Order state and Magento Order statuses.
+ Depending on the state of Amazon Order you can either manually determine certain statuses for Magento Order and enable automatic Shipment and Invoice
+ creation by selecting appropriate check-boxes, or use predefined default settings. (i.e. Amazon: Order is Shipped -> Magento Order is Complete).
+ ","In diesem Abschnitt wird die Zuordnung des Status von Amazon-Bestellungen zum Status von Magento-Bestellungen konfiguriert. Je nach Status der Amazon-Bestellung können Sie bestimmte Statuseinstellungen von Magento-Bestellungen manuell festlegen und den automatischen Versand und die automatische Rechnungserstellung aktivieren, indem Sie die entsprechenden Kontrollkästchen aktivieren oder die vordefinierten Standardeinstellungen verwenden (z.B. Amazon: Bestellung wurde verschickt -> Magento-Bestellung wurde abgeschlossen). "
+"Status Mapping","Statuszuordnung"
+"Default Order Statuses","Standard-Bestellstatus"
+"Custom Order Statuses","Benutzerdefinierter Bestellstatus"
+"Order Status is Unshipped / Partially Shipped","Der Bestellstatus lautet „Nicht verschickt/Teilweise verschickt“"
+"Automatic Invoice Creation","Automatische Rechnungserstellung"
+"Order Status is Shipped","Der Bestellstatus lautet „Verschickt“"
+"Automatic Shipment Creation","Automatische Versanderstellung"
+"Product Selection","Produktauswahl"
+"The number shown next to each category is the quantity of products filtered by
+ Attribute Set and Products Filter settings.
+ There are two modes of products addition:
+
+ All Products - all products, which are included in selected categories, will be added to the Listing.
+ Select Manually - the list of products of chosen categories will be shown on the next page after the Next button is pressed at the top right corner.
+
+ Note: If a product belongs to different categories, it will be added to the Listing or shown for manual selection only once.
+ Two additional options New Product Added to Category and Product Deleted from Category allow choosing actions,
+ which could be automatically done to the products added to selected categories and to the products deleted from selected categories.","Die Zahl neben den einzelnen Kategorien zeigt die Menge der Produkte an, die entsprechend den Einstellungen für Attributset und Produktfilter gefiltert wurden. Es gibt zwei Modi für das Hinzufügen von Produkten: Alle Produkte : Dem Angebot werden alle Produkte hinzugefügt, die in den ausgewählten Kategorien enthalten sind. Manuell auswählen : Die Liste der Produkte aus den ausgewählten Kategorien wird auf der nächsten Seite angezeigt, nachdem Sie rechts oben auf „Weiter“ geklickt haben. Hinweis: Wenn ein Produkt unterschiedlichen Kategorien angehört, wird es trotzdem nur einmal in das Angebot oder die Liste für die manuelle Auswahl übernommen. Mithilfe der zwei zusätzlichen Optionen „Neues zu Kategorie hinzugefügtes Produkt“ und „Aus Kategorie gelöschtes Produkt“ können Sie Aktionen wählen, die automatisch für Produkte ausgeführt werden können, die zu ausgewählten Kategorien hinzugefügt oder aus diesen gelöscht wurden."
+"Products Addition","Produkte hinzufügen"
+"All Products","Alle Produkte"
+"Select Manually","Manuell auswählen"
+"Mode of products addition from selected categories.","Die Art, auf die Produkte aus ausgewählten Kategorien hinzugefügt werden."
+"Add Products Presented in Other Listings","In anderen Angeboten aufgeführte Produkte hinzufügen"
+"Actions On Categories' Products","Aktionen für Produkte aus Kategorien"
+"New Product Added to Category","Neues zu Kategorie hinzugefügtes Produkt"
+"No Action","Keine Maßnahme"
+"Add to The Listing","Dem Angebot hinzufügen"
+"Actions, which have to be done on products added on categories.","Aktionen, die für zu Kategorien hinzugefügte Produkte ausgeführt werden sollen."
+"Product Deleted from Category","Aus Kategorie gelöschtes Produkt"
+"Stop on Amazon","Bei Amazon anhalten"
+"Stop on Amazon and Delete from Listing","Bei Amazon anhalten und aus Angebot löschen"
+"Actions, which have to be done on listed products deleted from categories.","Aktionen, die für aus Kategorien gelöschte Produktangebote ausgeführt werden sollen."
+"All Templates","Alle Vorlagen"
+"Type Template Name Here...","Geben Sie hier die Vorlagenbezeichnung ein..."
+"
+This section contains Amazon Listings, which belong to registered Amazon Accounts (%1$s > Configuration > Amazon Accounts) and were listed not by M2E Pro extension.
+Use Amazon Accounts and Marketplaces dropdowns to filter them.
+You can map these Listings to existing products in Magento and move them to another M2E Listings for further management. For that use single actions on appropriate Listing record or use mass Actions in the top right corner.
+Note: To import Amazon 3rd Party Listings the 3rd Party Listings Import must be enabled in account's settings
+(%1$s > Configuration > Amazon Accounts > General tab) and the 3rd Party Listings Synchronization must be enabled in %1$s > Configuration > Synchronization.","Dieser Abschnitt enthält Amazon-Angebote von registrierten Amazon-Konten (%1$s > „Konfiguration“ > „Amazon-Konten“), die nicht mit M2E Pro eingestellt wurden. Diese Angebote können mithilfe der Drop-down-Menüs für Amazon-Konten und Marktplätze gefiltert werden. Sie können die Angebote Produkten zuordnen, die in Magento vorhanden sind, und sie zur weiteren Verwaltung in andere M2E-Angebote verschieben. Führen Sie dazu Einzelaktionen am entsprechenden Angebotsdatensatz aus oder verwenden Sie die für mehrere Angebote gleichzeitig durchführbaren Aktionen oben rechts in der Ecke.Hinweis: Um Amazon-Angebote von Drittanbietern importieren zu können, müssen Sie den Import von Angeboten von Drittanbietern in den Kontoeinstellungen (%1$s > „Konfiguration“ > „Amazon-Konten“ > Registerkarte „Allgemeines“) sowie die Synchronisierung von Angeboten von Drittanbietern (%1$s > „Konfiguration“ > „Synchronisierung“) aktivieren."
+"Apply Actions On Categories Products to the selected categories.","Aktionen für Produkte aus Kategorien auf die ausgewählten Kategorien anwenden."
+"The number shown next to each category is the quantity of products filtered by
+ Attribute Set and Products Filter settings.
+ There are two modes of products addition:
+
+ All Products - all products, which are included in selected categories, will be added to the Listing.
+ Select Manually - the list of products of chosen categories will be shown on the next page after the Next button is pressed at the top right corner.
+
+ Note: If a product belongs to different categories, it will be added to the Listing or shown for manual selection only once.","Die Zahl neben den einzelnen Kategorien zeigt die Menge der Produkte an, die entsprechend den Einstellungen für Attributset und Produktfilter gefiltert wurden. Es gibt zwei Modi für das Hinzufügen von Produkten: Alle Produkte : Dem Angebot werden alle Produkte hinzugefügt, die in den ausgewählten Kategorien enthalten sind. Manuell auswählen : Die Liste der Produkte aus den ausgewählten Kategorien wird auf der nächsten Seite angezeigt, nachdem Sie rechts oben auf „Weiter“ geklickt haben. Hinweis: Wenn ein Produkt unterschiedlichen Kategorien angehört, wird es trotzdem nur einmal in das Angebot oder die Liste für die manuelle Auswahl übernommen."
+"Displayed products have the same Attribute Set as the Listing you are going to add them to.
+ Note: A product can be added to the listing only once. If a product was added to the Listing earlier, it will not be displayed. ","Die angezeigten Produkte verfügen über denselben Attributset wie die Angebote, denen Sie sie hinzufügen möchten. Hinweis: Produkte können Angeboten nur einmal hinzugefügt werden. Wenn ein Produkt dem Angebot bereits zuvor hinzugefügt wurde, wird es nicht angezeigt. "
+"Enter product name, ASIN, ISBN, UPC or EAN","Geben Sie die Produktbezeichnung, ASIN, ISBN und UPC oder EAN ein."
+"There was an error during previous automatic ASIN/ISBN search:","Es ist ein Fehler bei der automatischen ASIN/ISBN-Suche aufgetreten:"
+"Assign ASIN/ISBN Manually","ASIN/ISBN manuell zuweisen"
+"Allows searching ASIN/ISBN by data that will be specified on the next step.","Ermöglicht die ASIN/ISBN-Suche mithilfe von Daten, die im nächsten Schritt eingegeben werden."
+"Assign ASIN/ISBN Automatically","ASIN/ISBN automatisch zuweisen"
+"Allows searching ASIN/ISBN by data, that have already been specified in Listing Search settings.","Ermöglicht die ASIN/ISBN-Suche mithilfe von Daten, die bereits zuvor in den Einstellungen für die Angebotssuche eingegeben wurden."
+"Add New ASIN/ISBN (Beta)","Neue ASIN/ISBN hinzufügen (Beta)"
+"Allows adding a product, which is not present on Amazon. ASIN/ISBN will be generated and returned back by Amazon.","Ermöglicht das Hinzufügen von Produkten, die nicht bei Amazon vorhanden sind. Die ASIN/ISBN wird erzeugt und von Amazon zurückgegeben."
+"This section contains Amazon Channel, Product Search, Condition and other settings.
+
+ In the General section you have to specify Amazon Account, which listed items will be related to, and SKU.
+ In the Search Settings you have to specify the identifiers, at which products will be searched on Amazon.
+ The Condition section allows specifying item(s) condition and making notes to better describe the condition.
+
+ Note: Not Set and Not Set / Not Changeable options are used for the 3rd Party Listings mainly. If these options are chosen, then Amazon will be used as a master record.","Dieser Abschnitt enthält Einstellungen zum Amazon-Channel, Artikelzustand, zur Produktsuche und mehr. Im Abschnitt „Allgemeines“ müssen Sie das Amazon-Konto, mit dem die eingestellten Artikel in Zusammenhang stehen, und die Artikelnummer angeben. Geben Sie in den Sucheinstellungen die Identifikatoren ein, mit deren Hilfe die Produkte anschließend bei Amazon gesucht werden. Im Abschnitt „Zustand“ können sie Angaben zum Zustand der Artikel machen und Anmerkungen für eine bessere Beschreibung des Artikelzustands hinzufügen. Hinweis: Die Optionen Nicht festgelegt und Nicht festgelegt/Nicht änderbar werden hauptsächlich für Angebote von Drittanbietern verwendet. Wenn diese Optionen aktiviert sind, wird Amazon als Masterdatensatz verwendet."
+"Must be not more than 2000 characters long.","Diese sollten maximal 2.000 Zeichen lang sein."
+"Amazon Account","Amazon-Konto"
+"Amazon accounts previously added in Configuration > Accounts.","Zuvor unter Konfiguration > Konten hinzugefügte Amazon-Verkäuferkonten."
+"Merchant SKU","Händler-SKU"
+"Not Set","Nicht festgelegt"
+"Is used to identify products, which you list, in Amazon seller central inventory.
+ Note: If you list a product and M2E Pro find a product with the same Merchant SKU in Amazon inventory, they will be mapped.
+ ","Dient zum Identifizieren der von Ihnen eingestellten Produkte im Warenbestand des Amazon Verkäuferportals. Hinweis: Wenn Sie ein Produkt einstellen und M2E Pro im Amazon-Warenbestand ein Produkt mit derselben Händler-SKU findet, werden die Produkte einander zugeordnet. "
+"SKU Attribute","SKU-Attribut"
+"Choose the attribute that contains products identifier.","Wählen Sie das Attribut, das die Produkt-ID enthält."
+"Generate Merchant SKU","Händler-SKU erstellen"
+"If Yes , then if Merchant SKU of the product you list is found in the 3rd Party or M2E Listings, another one will be automatically created and the product will be listed.
+ Has to be set to Yes if you are going to use the same Magento product under different ASINs","Wenn für diese Option Ja festgelegt ist und die Händler-SKU des Produkts, das Sie einstellen, in Angeboten von Drittanbietern oder M2E-Angeboten gefunden wird, wird automatisch eine andere Händler-SKU erstellt und das Produkt wird eingestellt. Muss Ja sein, wenn Sie ein und dasselbe Magento-Produkt unter verschiedenen ASINs verwenden möchten."
+"Search Settings","Sucheinstellungen"
+"Search Products on Amazon","Nach Produkten bei Amazon suchen"
+"Before the list action, each product in listing must have existing ASIN/ISBN assigned.
+ This section contains parameters for action ""Assign ASIN/ISBN Automatically","Vor dem Einstellen muss jedem Produkt im Angebot eine vorhandene ASIN/ISBN zugewiesen werden. Dieser Abschnitt enthält Parameter für die Aktion „ASIN/ISBN automatisch zuweisen“."
+"ASIN / ISBN Attribute","ASIN/ISBN-Attribut"
+"UPC / EAN","UPC/EAN"
+"UPC / EAN Attribute","UPC/EAN-Attribut"
+"Additional Search by Product Name","Zusätzliche Suche nach Produktbezeichnung"
+"If no results are found by ASIN/ISBN and UPC/EAN search criteria, the additional search will be performed by Magento Product Name.","Wenn die Suche mithilfe der Suchkriterien ASIN/ISBN und UPC/EAN erfolglos ist, wird zusätzlich die Suche nach Magento-Produktbezeichnung durchgeführt."
+"Additional Settings","Zusätzliche Einstellungen"
+"Handling Time Mode","Bearbeitsungszeitmodus"
+"Recommended Value","Empfohlener Wert"
+"Time that is needed to prepare an item to be shipped.","Die für die Vorbereitung des Artikelversands benötigte Zeit."
+"Attribute must contain only numeric value from 1 to 30.","Das Attribut darf nur nummerische Werte zwischen 1 und 30 enthalten."
+"Restock Date Mode","Modus Verfügbarkeitsdatum"
+"Custom Value","Benutzerdefinierter Wert"
+"The date you will be able to ship any back-ordered items to a customer.","Das Datum, an dem Sie einen nicht mehr vorrätigen und nachbestellten Artikel an einen Kunden versenden können."
+"Restock Date Custom Value","Benutzerdefinierter Wert für das Verfügbarkeitsdatum"
+"Condition Settings","Einstellungen für den Artikelzustand"
+"Condition","Zustand"
+"Not Set / Not Changeable","Nicht festgelegt/Nicht änderbar"
+"Condition of the product(s) you want to list on Amazon.
+ Note: Not Set / Not Changeable is used for the 3rd Party Listings mainly. If this option is chosen, Amazon will be used as a master record.","Der Zustand der Produkte, die Sie bei Amazon einstellen möchten. Hinweis: Nicht festgelegt/Nicht änderbar wird hauptsächlich für die Angebote von Drittanbietern verwendet. Wenn diese Option aktiviert ist, wird Amazon als Masterdatensatz verwendet."
+"Condition Value","Werte für den Zustand"
+"Collectible - Like New","Sammlerstück – Neuwertig"
+"Collectible - Very Good","Sammlerstück – Sehr gut"
+"Collectible - Good","Sammlerstück – Gut"
+"Collectible - Acceptable","Sammlerstück – Akzeptabel"
+"Club","Club"
+"Condition Attribute","Attribut für den Artikelzustand"
+"Choose the attribute that contains Condition identifier .","Wählen Sie das Attribut, das die Zustand-ID enthält."
+"Condition Note","Beschreibung des Artikelzustands"
+"Short description of item(s) condition.
+ Note: Not Set / Not Changeable is used for the 3rd Party Listings mainly. If this option is chosen, Amazon will be used as a master record.","Eine kurze Beschreibung des Artikelzustands. Hinweis: Nicht festgelegt/Nicht änderbar wird hauptsächlich für die Angebote von Drittanbietern verwendet. Wenn diese Option aktiviert ist, wird Amazon als Masterdatensatz verwendet."
+"Condition Note Text","Text Beschreibung des Artikelzustands"
+"Condition Note Attribute","Attribut Beschreibung des Artikelzustands"
+"The Products Filter block allows you to filter the products, which you would like to add to the Listing. Filtered Products will be displayed on the next page, after the Next button is pressed.","Im Produktfilter-Abschnitt können Sie die Produkte filtern, die Sie dem Angebot hinzufügen möchten. Die gefilterten Produkte werden auf der nächsten Seite angezeigt, nachdem Sie oben rechts auf „Weiter“ geklickt haben."
+"Store View the items' information has to be taken from.","Die Shop-Ansicht, aus der die Artikelinformationen übernommen werden sollen."
+"Select from","Wählen Sie eine der folgenden Optionen"
+"Modes of the products selection.","Modi für die Produktauswahl."
+"Selected Categories","Ausgewählte Kategorien"
+"This section allows you to create a Listing. Listing is a group of items, which have the same
+ Attribute Set and were combined to be listed on Amazon.
+ Creating a Listing requires two types of templates (Selling Format and Synchronization) to be created in advance,
+ that allows reaching a high level of flexibility in listing and synchronization processes.
+
+ It is also possible to create templates by clicking the Add New button next to the appropriate template option. Do not forget to press
+ the Refresh button after the new template creation in order to see the newly added template in the dropdown list.
+ In the Listing Configuration block you are required to choose appropriate Selling Format Template,
+ which determines quantity and price related data of your Amazon Listings.
+
+ In the Synchronization Settings block you are required to choose a Synchronization Template and its settings.
+ This determines the actions, which have to be done on the Amazon Listings depending on any changes of their products happened in Magento,
+ and of their templates that are used in the Listing Configuration settings. ","In diesem Abschnitt können Sie Angebote erstellen. Das Angebot vereint eine Gruppe von Artikeln, die über dasselbe Attributset verfügen und für das Einstellen bei Amazon zusammengefasst wurden. Um ein Angebot erstellen zu können, müssen zuvor zwei Vorlagen („Angebotsformat“ und „Synchronisierung“) erstellt werden, die die Angebotserstellung und -synchronisierung erheblich flexibler und einfacher machen. Sie können auch Vorlagen erstellen, indem Sie neben der entsprechenden Vorlagenoption auf Neue hinzufügen klicken. Vergessen Sie nicht, nach der Erstellung der Vorlage auf Aktualisieren zu klicken, um die neu hinzugefügte Vorlage in der Drop-down-Liste angezeigt zu bekommen. Im Abschnitt „Angebotskonfiguration“ müssen Sie die entsprechende Vorlage für das Angebotsformat auswählen, die stückzahl- und preisbezogene Daten für Ihre Amazon-Angebote vorgibt. Im Abschnitt für die Synchronisierungseinstellungen müssen Sie eine Synchronisierungsvorlage und die dazugehörigen Einstellungen wählen. Hier legen Sie fest, was mit den Angeboten bei Amazon geschehen soll, wenn Änderungen an den zugeordneten Produkten in Magento und deren in den Einstellungen für die Angebotskonfiguration verwendeten Vorlagen vorgenommen wurden. "
+"The specified title is already used for other listing. Listing title must be unique.","Die eingegebene Bezeichnung wird bereits für ein anderes Angebot verwendet. Die Artikelbezeichnung muss einzigartig sein."
+"You should select Attribute Set first","Sie müssen zuerst einen Attributset auswählen"
+"Invalid date time format string.","Ungültiges Datums- und Zeitformat."
+"Listing Configuration","Angebotskonfiguration"
+"Short meaningful Listing title for your internal use.","Kurze und aussagekräftige Artikelbezeichnung zu Ihrer internen Verwendung."
+"Product Attribute Set","Produktattributset"
+"Attribute Set of products, which will be listed on Amazon in this Listing.","Attributset von Produkten in diesem Angebot, die bei Amazon eingestellt werden sollen."
+"List of templates, which have previously chosen Attribute Set.","Liste an Vorlagen, die über den zuvor ausgewählten Attributset verfügen."
+"Search for template which have previously chosen Attribute Set.","Suchen Sie nach einer Vorlage, die über den zuvor gewählten Attributset verfügt."
+"All Synchronization Templates you have created.","Alle von Ihnen erstellten Synchronisierungsvorlagen."
+"Search for Synchronization Template you have created.","Suchen Sie nach Synchronisierungsvorlagen, die Sie erstellt haben."
+"M2E Pro - Amazon/Magento Integration : Listings","M2E Pro – Kompatibilität mit Amazon/Magento: Angebote"
+"Amazom Listings (10 min. video)","
+"Listing is a group of items, which have the same Attribute Set and were combined to be listed on Amazon.
+
+ Creating a Listing requires two types of templates to be created in advance.
+ You can use the same template for similar products you want to list on Amazon and don’t have to enter the same information over and over again for each product you want to list.
+
+ Templates you’ll need in order to list on Amazon:
+
+
+ Selling Format Template contains information about quantity and price-related data.
+ Synchronization Template controls how the information between Amazon and Magento is synchronized and in which cases Amazon listings are revised, relisted or stopped. This template is not bound to a product group with a specific attribute set, so it’s likely that you’ll only need one template to begin with.
+ ","Das Angebot vereint eine Gruppe von Artikeln, die über dasselbe Attributset verfügen und für das Einstellen bei Amazon zusammengefasst wurden. Um ein Angebot erstellen zu können, müssen zuvor zwei Vorlagentypen erstellt werden. Sie können dieselbe Vorlage für ähnliche Produkte, die Sie bei Amazon einstellen möchten, wiederverwenden und müssen so nicht für jedes Produkt immer wieder dieselben Informationen eingeben. Vorlagen, die Sie zum Einstellen auf Amazon benötigen: Vorlage für das Angebotsformat : Enthält Informationen zu stückzahl- und preisbezogenen Daten. Synchronisierungsvorlage : Steuert, wie die Informationen zwischen Amazon und Magento synchronisiert werden und in welchen Fällen Amazon-Angebote bearbeitet, wiedereingestellt oder angehalten werden. Die Verwendung dieser Vorlage ist nicht auf eine bestimmte Produktgruppe oder ein Attributset beschränkt, sodass Sie fürs Erste mit hoher Wahrscheinlichkeit nur eine Vorlage benötigen werden. "
+"This section contains information about product items of chosen listing and their statuses on Amazon.
+ To list a product the ASIN/ISBN must be assigned first. To assign ASIN/ISBN you can use the Search ASIN/ISBN tool: press the icon in ASIN / ISBN column or choose appropriate command in the Action dropdown.
+ You can manage items by choosing appropriate actions from the Actions dropdown of the grid and manage Listing and its settings by using buttons in the top right corner.","Dieser Abschnitt enthält Informationen zu Artikeln aus ausgewählten Angeboten und Ihren Status bei Amazon. Um ein Angebot einstellen zu können, müssen Sie zuerst die ASIN/ISBN zuweisen. Sie können das Tool zur ASIN/ISBN-Suche verwenden, um die ASIN/ISBN zuzuweisen: Klicken Sie auf das Symbol in der Spalte „ASIN/ISBN“ oder wählen Sie den entsprechenden Befehl im Drop-down-Menü „Aktion“. Mithilfe der passenden Aktionen aus dem Drop-down-Menü für Aktionen können Sie Ihre Artikel verwalten und für die Verwaltung und Einstellungen von Angeboten stehen Ihnen oben rechts diverse Optionen und Schaltflächen zur Verfügung."
+"Used in Account(s)","Verwendet in Konten"
+"Coming Soon","In Kürze"
+"Waiting","Bitte warten"
+"Processing","In Bearbeitung"
+"Completed","Abgeschlossen"
+"Order Address Information","Angaben zur Rechnungsadresse"
+"Buyer Name","Name des Käufers"
+"Buyer E-Mail","E-Mail-Adresse des Käufers"
+"Street Address","Straße"
+"City","Ort"
+"Country","Land"
+"Region/State","Region/Bundesland"
+"County","Kreis"
+"Zip/Postal Code","Postleitzahl"
+"Telephone","Telefonnummer"
+"
+This page contains all orders imported from Amazon.
+Use Amazon Accounts dropdown to filter Amazon orders by accounts.
+If Magento Order, Invoice or / and Shipment was not created automatically,
+you can create them manually by using appropriate options in the Action dropdown.
+Note: Automatic creation of Magento Orders, Invoices, and Shipments executes according to Amazon Accounts settings in %s > Configuration > Amazon Accounts > Orders.","Diese Seite enthält alle aus Amazon importierten Bestellungen. Verwenden Sie das Dropdown-Menü, um Ihre Amazon-Bestellungen nach Konten zu filtern. Falls die Magento-Bestellung, die Magento-Rechnung und/oder der Magento-Versand nicht automatisch erstellt wurden, können Sie diese mithilfe der entsprechenden Optionen aus dem Drop-down-Menü „Aktion“ manuell erstellen.Hinweis: Das automatische Erstellen von Magento-Bestellungen, von Magento-Rechnungen und des Magento-Versands erfolgt entsprechend den Einstellungen für das Amazon-Konto unter %s > „Konfiguration“ > „Amazon-Konten“ > „Bestellungen“."
+"Amazon Order","Amazon-Bestellung"
+"View On Amazon","Bei Amazon aufrufen"
+"Sale Time","Uhrzeit des Verkaufs"
+"Update Time","Zeit aktualisieren"
+"Reservation Time","Reservierungszeit"
+"Order Status","Bestellstatus"
+"Invoice Unconfirmed","Rechnung noch nicht bestätigt"
+"Account","Konto"
+"Buyer Information","Bestimmte Käufer nicht akzeptieren"
+"Customer Name","Name des Kunden"
+"Shipping Address","Lieferadresse"
+"Payment Information","Zahlungsinformationen"
+"Order Currency","Währung der Bestellung"
+"Attention!","Wichtiger Hinweis!"
+"Order currency is not enabled in Magento. Please, enable it in System -> Configuration -> Currency Setup.","Die Währung dieser Bestellung ist in Magento nicht aktiviert. Aktivieren Sie sie unter System -> Konfiguration -> Währungseinstellungen."
+"There's no rate for Order currency in Magento. Please, add currency convert rate in System -> Manage Currency -> Rates.","Es wurde kein Wechselkurs für die Währung von Bestellungen in Magento festgelegt. Bitte wählen Sie einen Wechselkurs unter System -> Währungen verwalten -> Wechselkurse."
+"Shipping & Handling Information","Verpackungs- und Versandinformationen"
+"Shipping Service","Versandart"
+"Shipping Cost","Versandkosten"
+"Transaction Item(s)","Artikel dieser Transaktion"
+"Log History","Verlaufsprotokoll"
+"Order Totals","Gesamtbetrag für Bestellung"
+"Subtotal","Zwischensumme"
+"Shipping & Handling","Verpackung und Versand"
+"Tax","Steuer"
+"Grand Total","Gesamtbetrag"
+"Amount Paid","Bezahlter Betrag"
+"This section allows you to set preferences of data synchronization.
+ You have to enable / disable synchronization tasks, which will be automatically performed for all Amazon accounts, and Save Settings .
+ To run necessary task manually, click the Run Now button, to run all tasks at once, click Run Enabled Now .
+ Note: Cron job must be set up for automatic synchronization. Otherwise, you will have to perform the synchronization manually.","In diesem Abschnitt können Sie die Einstellungen für die Synchronisierung von Daten festlegen. Sie müssen Synchronisierungsaufgaben aktivieren/deaktivieren, die automatisch für alle Amazon-Verkäuferkonten durchgeführt werden, und anschließend die Einstellungen speichern . Um erforderliche Aufgaben manuell auszuführen, klicken Sie auf Jetzt ausführen . Klicken Sie auf Aktivierte jetzt ausführen , um alle Aufgaben auf einmal auszuführen. Hinweis: Für die automatische Synchronisierung muss ein Cronjob eingerichtet werden. Andernfalls müssen Sie die Synchronisierung manuell durchführen."
+"If catalog updates in your magento performed using import/export tools, custom scripts or direct changes in database,
+ then, you can use ""Track Direct Database Changes"" %s functionality to detect changes in products' price and quantity.","Wenn Katalogaktualisierungen in Magento unter Verwendung von Import-/Exporttools, benutzerdefinierten Scripts oder direkten Änderungen in der Datenbank durchgeführt werden, können Sie die %s-Funktion „Direkte Änderungen in der Datenbank nachverfolgen“ verwenden, um Preis- und Stückzahländerungen bei den Produkten aufzuspüren."
+"Updates and synchronizes Amazon Listings according to Synchronization Templates' rules.","Aktualisiert und synchronisiert Amazon-Angebote entsprechend den Regeln der Synchronisierungsvorlage."
+"If your Amazon listings for some reason were asynchronized with the products in Magento, turn on the Revise All action to catch data up.
+ Revise is performed by the Inventory Synchronization, 100 items per a cycle.
+
+ ","Wenn Ihre Amazon-Angebote aus irgendeinem Grund nicht mehr mit den Produkten in Magento synchron sind, aktivieren Sie die Aktion „Alle überarbeiten“, um die Daten zu synchronisieren. Die Überarbeitung erfolgt durch die Funktion „Warenbestand synchronisieren“, wobei jeweils 100 Artikel auf einmal überarbeitet werden. "
+"In Progress, start date - ","In Bearbeitung, Startdatum - "
+"Finished, end date - ","Abgeschlossen, Enddatum - "
+"Imports and synchronizes Amazon Orders for accounts, which have enabled Import Amazon Orders in their Accounts settings.","Importiert und synchronisiert Amazon-Bestellungen für Konten, bei denen in den Kontoeinstellungen die Option „Amazon-Bestellungen importieren“ aktiviert ist."
+"Imports and synchronizes 3rd Party Listings for Amazon accounts, which have enabled Import 3rd Party Listings in their Accounts settings.","Importiert und synchronisiert Drittanbieter-Angebote für Amazon-Konten, bei denen in den Kontoeinstellungen „Angebote von Drittanbietern importieren“ aktiviert ist."
+"Click 'Confirm' and Revise will be performed by the Inventory Synchronization, 100 items per a cycle.","Wenn Sie auf „Bestätigen“ klicken, werden die Angebote durch die Funktion „Warenbestand synchronisieren“ überarbeitet – jeweils 100 Artikel auf einmal."
+"Cancel","Abbrechen"
+"New ASIN Templates","„Neue ASIN“-Vorlagen"
+"These type of templates is used for creation of new products on Amazon.
+
+ to create a new template, click on Add New ASIN Template ;
+ to assign one of the existing templates to products click on Assing To This Template link.
+
+ Note: Attribute Sets of New ASIN Template must include all Attribute Sets of current M2E Listing to be assigned.","Diese Art von Vorlagen wird zum Erstellen neuer Produkte auf Amazon verwendet. Wenn Sie eine neue Vorlage erstellen möchten, klicken Sie auf Neue ASIN-Vorlage hinzufügen . Wenn Sie stattdessen eine der vorhandenen Vorlagen verwenden möchten, klicken Sie auf den Link Dieser Vorlage zuweisen . Hinweis: Um zugewiesen werden zu können, müssen Attributsets von „Neue ASIN“-Vorlagen alle Attributsets des aktuellen M2E-Angebots enthalten."
+"Description is used to design your items' description on Amazon. The more information you provide the easier it is for buyers to make a choice.
+ It is possible to choose a Product Description or Product Short Description, which will be taken from Magento. Or you can create a Custom Description by adding necessary information.","Die Beschreibung wird für den Entwurf Ihrer Artikelbeschreibung bei Amazon verwendet. Je mehr Informationen Sie bereitstellen, desto einfacher haben es Käufer bei der Auswahl. Sie können Produktbeschreibungen oder kurze Produktbeschreibungen aus Magento wählen. Alternativ können Sie eine eigene Beschreibung erstellen, indem Sie wichtige Informationen hinzufügen."
+"Please enter a number 0 or greater in this field.","Bitte geben Sie in diesem Feld eine Zahl gleich oder größer als 0 ein."
+"Please enter a number 0.01 or greater in this field.","Bitte geben Sie in diesem Feld eine Zahl gleich oder größer als 0,01 ein."
+"Item Details","Angebotsdetails "
+"Custom Title","Eigene Überschrift"
+"Item's title that buyers will see on Amazon listing.","Die Artikelbezeichnung, die Käufer bei dem Amazon-Angebot sehen werden."
+"Brand","Marke"
+"Custom Brand","Individuelle Marke"
+"Brand of the product(s). Max. 50 characters.","Marke der Produkte. Max. 50 Zeichen."
+"Manufacturer","Hersteller"
+"Custom Manufacturer","Individueller Hersteller"
+"Manufacturer of the product(s). Max. 50 characters.","Der Hersteller der Produkte. Max. 50 Zeichen."
+"Manufacturer Part Number","Referenznummer des Herstellers"
+"Manufacturer Part Number of the product(s). Max. 40 characters.","Referenznummer des Herstellers für das bzw. die Produkte. Max. 40 Zeichen."
+"Package Quantity","Packungsstückzahl"
+"The number of units included in the item you are offering for sale, such that each unit
+ is packaged for individual sale.","Die Anzahl der Einheiten, die in dem von Ihnen zum Verkauf angebotenen Artikel enthalten sind, wobei jede Einheit für den Einzelverkauf verpackt ist."
+"Choose the attribute that contains Package Quantity.","Wählen Sie das Attribut aus, das die Packungsstückzahl enthält."
+"Number of Items","Artikelanzahl"
+"The number of discrete items included in the item you are offering for sale,
+ such that each item is not packaged for individual sale.
+
+ For ex. , if you are selling a case of 10 packages of socks,
+ and each package contains
+ 3 pairs of socks, the case would have Package Quantity = 10 and Number of Items = 30.
+ ","Die Anzahl der separaten Artikel, die in dem von Ihnen zum Verkauf angebotenen Artikel enthalten sind, wobei die Artikel jeweils nicht für den Einzelverkauf verpackt sind. Beispiel: Sie verkaufen einen Karton mit 10 Packungen Socken und jede Packung enthält 3 Paar Socken. Dann würde für den Karton Folgendes gelten: Packungsstückzahl = 10 und Artikelanzahl = 30. "
+"Choose the attribute that contains Number Of Items.","Wählen Sie das Attribut aus, das die Artikelanzahl enthält."
+"Package Weight","Packungsgewicht"
+"Package Weight of the product(s).","Packungsgewicht des bzw. der Produkte."
+"Package Weight Units","Packungsgewichtseinheiten"
+"GR","g"
+"KG","kg"
+"OZ","oz"
+"LB","lb"
+"MG","MG"
+"Shipping Weight","Versandgewicht"
+"Shipping Weight of the product(s).","Versandgewicht des bzw. der Produkte"
+"Shipping Weight Units","Versandgewichtseinheiten"
+"Keywords","Suchbegriffe"
+"Target Audience","Zielgruppe"
+"For whom the product is intended.","Personenkreis, an den sich das Produkt richtet"
+"Search Terms Mode","Suchbegriffmodus"
+"Custom Search Terms","Individuelle Suchbegriffe"
+"Provide specific search terms to help customers find your product(s) on Amazon.","Geben Sie konkrete Suchbegriffe ein, damit Kunden Ihr(e) Produkt(e) einfacher bei Amazon finden."
+"Value #%s","Wert #%s"
+"Max. 50 characters.","Max. 50 Zeichen."
+"Images","Bilder"
+"Main Image","Hauptbild"
+"Product Base Image","Produkthauptbild"
+"Image you will see on your Amazon listing.","Das Bild, das in Ihrem Amazon-Angebot zu sehen sein wird."
+"Product Image Attribute","Attribut des Produktbilds"
+"Choose Media Image Attribute or Attribute, that contains absolute url.
+ i.e. http://mymagentostore.com/images/baseimage.jpg","Wählen Sie ein Attribut für Bilddateien oder ein Attribut, das aus einer URL besteht. z. B. http://mymagentostore.com/images/baseimage.jpg"
+"Additional Images","Weitere Bilder"
+"Product Images","Produktbilder"
+"Additional Images Attribute","Attribut für weitere Bilder"
+"Choose Text, Multiple Select or Dropdown type attribute. In Text type attribute urls must be separated with comma.
+ e.g. http://mymagentostore.com/images/baseimage1.jpg, http://mymagentostore.com/images/baseimage2.jpg"," Wählen Sie ein Attribut vom Typ Text, Mehrfachauswahl oder Drop-down. In Attributen vom Typ Text müssen URLs durch Kommata getrennt werden. z.B. http://mymagentostore.com/images/baseimage1.jpg, http://mymagentostore.com/images/baseimage2.jpg"
+"Additional Images Quantity","Anzahl weiterer Bilder"
+"Up to","Bis zu"
+"The number of Additional Images. The images will be taken from Magento Product settings.","Anzahl weiterer Bilder Die Bilder werden den Magento-Produkteinstellungen entnommen."
+"Bullet Points","Gliederungspunkte"
+"Bullet Points Mode","Modus der Gliederungspunkte"
+"Custom Bullet Points","Eigene Gliederungspunkte"
+"Allows highlighting some of the product's most important qualities.","Gibt Ihnen die Möglichkeit, einige der wichtigsten Produkteigenschaften hervorzuheben."
+"Max. 100 characters.","Max. 100 Zeichen."
+"Description Source","Quelle der Produktbeschreibung"
+"Product Description","Produktbeschreibung"
+"Product Short Description","Kurze Produktbeschreibung"
+"Custom Description","Eigene Beschreibung"
+"Description is limited to 2'000 characters.","Die Beschreibung darf nicht länger als 2.000 Zeichen sein."
+"Custom Description Inserts","Einfügen einer eigenen Beschreibung"
+"Attributes related to the previously chosen Attribute Set.","Attribut, das mit dem zuvor gewählten Attributset verwandt ist."
+"This tab contains the main information on products you want to list: Attribute Set
+ (it must be the same as M2E Listing has to be assigned), UPC / EAN Settings and
+ Category in which the products have to be listed.
+The category either can be chosen by Browsing all categories from the list or can be found with Searching
+ tool by entering keywords.","Diese Registerkarte enthält die Hauptinformationen zu den Produkten, die Sie einstellen möchten: Attributset (muss dasselbe sein, das dem M2E-Angebot zugewiesen ist), UPC/EAN-Einstellungen und Kategorie, in der die Produkte eingestellt werden müssen. Die Kategorie kann entweder durch manuelles Durchsuchen aller Kategorien in der Liste ausgewählt werden oder mittels entsprechender Suchbegriffe über die Suchfunktion gefunden werden."
+"Please enter a number 1 or greater in this field.","Bitte geben Sie in diesem Feld eine Zahl gleich oder größer als 1 ein."
+"This category is not supported at the moment, as it contains variational items only. Please select another category.","Diese Kategorie wird derzeit nicht unterstützt, da sie ausschließlich Artikel mit Varianten enthält. Bitte wählen Sie eine andere Kategorie aus."
+"Search For Category","Kategorie durchsuchen"
+"You should select Category first","Sie müssen zuerst eine Kategorie auswählen"
+"This is a required field. Please press Choose button.","Dies ist ein Pflichtfeld. Klicken Sie auf „Wählen“."
+"The specified title is already used for another New ASIN Template.","Die angegebene Bezeichnung wird bereits für eine andere Neue ASIN-Vorlage verwendet."
+"Please enter at least 3 letters.","Geben Sie mindestens 3 Zeichen ein."
+"Internal Error. Please try again later.","Interner Fehler. Bitte versuchen Sie es später noch einmal."
+"Incorrect data.","Inkorrekte Daten."
+"Choose","Wählen"
+"Optional Specifics","Optionale Merkmale"
+"Recommended Values","Empfohlene Werte"
+"Allowed Values","Zulässige Werte"
+"Definition:","Erklärung:"
+"Tips:","Tipps:"
+"Examples:","Beispiele: "
+"Helpful Info:","Hilfreiche Informationen:"
+"Desired","Gewünscht"
+"Short meaningful template title for your internal use.","Kurze und aussagekräftige Vorlagenbezeichnung zu Ihrer internen Verwendung."
+"Attribute Sets of products which will be listed on Amazon using this template.","Attributsets von Produkten, die mithilfe dieser Vorlage bei Amazon eingestellt werden sollen."
+"or","oder"
+"UPC / EAN Settings","UPC/EAN-Einstellungen"
+"UPC / EAN Exemption","UPC/EAN-Ausnahme"
+"Most categories require sellers to use a standard product ID, such as a UPC or EAN, when creating new product pages or matching to existing pages in the Amazon catalog. In the case of private label brands or specialized products, some categories may allow sellers to request exemptions to list products that do not have standard product IDs.
+ If you sell products that do not have UPCs, please contact Amazon to request an exemption.","In den meisten Kategorien müssen Verkäufer eine Standard-Produkt-ID, wie z.B. einen UPC oder eine EAN, verwenden, wenn sie neue Produktseiten erstellen oder mit vorhandenen Seiten im Amazon-Katalog abgleichen. Verkäufer, die Eigenmarken oder spezielle Produkte verkaufen möchten, für die es keine Standard-Produkt-ID gibt, können in einigen Kategorien die Befreiung von der Pflicht zur Angabe einer Standard-Produkt-ID beantragen. Wenn Sie Produkte verkaufen, für die es keinen UPC gibt, wenden Sie sich zwecks Befreiung von der Pflicht zur Angabe der Kennung an Amazon."
+"Product ID Override","Product ID Override (Produkt-ID-Befreiung)"
+"The exemption option approved by Amazon. Should be set to None when not known.","Die von Amazon genehmigte Produkt-ID-Befreiung. Sollte auf „Keine“ gesetzt werden, wenn nicht bekannt."
+"Choose the department your product belongs to and then choose the category you need. Press the Confirm button.","Wählen Sie die Abteilung aus, zu der Ihr Produkt gehört, und wählen Sie dann die entsprechende Kategorie aus. Klicken Sie auf „Bestätigen“."
+"Subcategory","Unterkategorie"
+"Enter the words, which describe the best your product and click on the Search button.
+ Founded categories will be displayed for selection.","Geben Sie eine passende Beschreibung für Ihr Produkt ein und klicken Sie auf „Suchen“. Die gefundenen Kategorien werden angezeigt und sind auswählbar."
+"Enter Keywords","Geben Sie Suchbegriffe ein"
+"Adding specific item details will attract your buyers and help them to find your items.","Fügen Sie Angebotsdetails hinzu, um das Angebot für Käufer interessanter zu gestalten und sorgen Sie dafür, dass es leichter zu finden ist."
+"Total digits (not more):","Max. Zeichenzahl:"
+"Type: Numeric.","Typ: Numerisch"
+"Min:","Min:"
+"Max:","Max:"
+"Can take any value.","Keine Beschränkungen für den Wert."
+"Two uppercase letters or ""unknown"".","Zwei Großbuchstaben oder „unbekannt“."
+"Type: String.","Typ: Zeichenfolge"
+"Min length:","Min. Zeichenzahl:"
+"Max length:","Max. Zeichenzahl:"
+"Type: Date time. Format: YYYY-MM-DD hh:mm:ss","Typ: Datum Uhrzeit, Format: JJJJ-MM-TT hh:mm:ss"
+"Type: Numeric floating point.","Typ: Numerischer Fließkommawert"
+"Decimal places (not more):","Max. Dezimalstellen:"
+"Specifics Configuration","Konfiguration von Merkmalen"
+"Selling Format Template contains price-related data and quantity for the items, which will be listed on Amazon.
+Next to each price options dropdown there is a box for Price Change. Price Change is a value you want the Magento Price to be modified while listing on Amazon.
+Examples:
+If you want the price on Amazon to be greater by 15% than the price in Magento, you should set +15% in the Price Change field.
+Amazon Price = Magento Price + Magento Price * 0.15
+
+If you want the price on Amazon to be less by 10 currency units than the price in Magento, you should set -10 in the Price Change field.
+Amazon Price = Magento Price - 10
+
+If you want the price on Amazon to be multiplied by coefficient 1.2, you should set 1.2 in the Price Change field.
+
+Amazon Price = Magento Price * 1.2.
+
+Note: If the Special Price is chosen in the Price option, but it is not set in Magento Product settings or it is set but it has already expired, the Product Price is used instead.
+ If the Special Price is chosen in the Sale Price option, its Magento From , To dates are ignored. Only the value is used. When the Sale Price has expired, the Price is used.
+
+Note: Attributes must contain only numeric values.
+","Die Angebotsformatvorlage enthält Daten zu Preisen und Stückzahlen der Artikel, die bei Amazon eingestellt werden. Neben jedem Drop-down-Menü für die Preisoptionen befindet sich jeweils ein Feld für Preisänderungen. In den Preisänderungen können Sie Werte festlegen, falls Sie den Preis aus Magento-Angeboten beim Einstellen bei Amazon ändern möchten.Beispiele: Wenn der Preis bei Amazon 15 % höher als der Preis in Magento sein soll, können Sie im Feld „Preisänderung“ „+15 %“ angeben.Amazon-Preis = Magento-Preis + Magento-Preis × 0,15 Wenn der Preis bei Amazon 10 Währungseinheiten niedriger als der Preis in Magento sein soll, müssen Sie im Feld „Preisänderung“ „-10“ angeben.Amazon-Preis = Magento-Preis – 10 Wenn der Preis bei Amazon mit dem Koeffizienten 1,2 multipliziert werden soll, müssen Sie im Feld „Preisänderung“ „1,2“ angeben.Amazon-Preis = Magento-Preis × 1,2 Hinweis: Wenn Sie als Wert für die Option Preis „Sonderpreis“ festgelegt haben, die Option aber nicht in den Produkteinstellungen in Magento festgelegt wurde oder bereits abgelaufen ist, wird stattdessen die Einstellung „Produktpreis“ verwendet. Wenn Sie als Wert für die Option Verkaufspreis „Sonderpreis“ festgelegt haben, werden die Magento-Angaben für den Zeitraum ignoriert. Nur der Wert wird in diesem Fall berücksichtigt. Wenn der Verkaufspreis nicht mehr gültig ist, wird stattdessen der Artikelpreis verwendet.Hinweis: Attribute dürfen nur numerische Werte enthalten."
+"The price of products in Amazon listing(s).","Der Preis der Produkte in Amazon-Bestellungen."
+"The price of products in Amazon listing(s).Note: The Final Price is only used for Simple Products.","Der Preis der Produkte in Amazon-Bestellungen.Hinweis: Der Endpreis wird nur für einfache Produkte verwendet."
+"The price, at which you want to sell your product(s) at specific time.","Der Preis, zu dem Sie Ihre Produkte zu einem bestimmten Zeitpunkt verkaufen möchten."
+"The price, at which you want to sell your product(s). at specific time.Note: The Final Price is only used for Simple Products.","Der Preis, zu dem Sie Ihre Produkte zu einem bestimmten Zeitpunkt verkaufen möchten.Hinweis: Der Endpreis wird nur für einfache Produkte verwendet."
+"Add Selling Format Template.","Angebotsformatvorlage hinzufügen."
+"The specified title is already used for other template. Template title must be unique.","Die eingegebene Bezeichnung wird bereits für eine andere Vorlage verwendet. Die Vorlagenbezeichnung muss einzigartig sein."
+"You should select Attribute Sets first and press Confirm button.","Sie müssen zuerst die Attributdatensätze wählen und dann auf „Bestätigen“ klicken."
+"Coefficient is not valid.","Koeffizient ist nicht gültig."
+"Wrong value. Only integer numbers.","Falscher Wert. Nur Ganzzahlen."
+"Product Attribute Sets","Produktattributdatensätze"
+"Attribute Sets of products which will be listed on Amazon using this template.","Attributsets von Produkten, die mithilfe dieser Vorlage bei Amazon eingestellt werden sollen."
+"Quantity","Stückzahl"
+"Product QTY","Produktmenge"
+"Single Item","Bei einzelnem Artikel"
+"Custom QTY Number","Mengenangabe für eigene Stückzahl"
+"Custom QTY Attribute","Attribut für eigene Stückzahl"
+"Products quantity in Amazon listing(s).","Produktmengen in Amazon-Angeboten"
+"Conditional Quantity","Bedingte Stückzahl"
+"Enables to set the quantity that will be sent on Amazon.","Ermöglicht die Festlegung der Stückzahl, die an Amazon gesendet wird ."
+"Max Quantity to Be Listed","Maximal einzustellende Stückzahl"
+"If you have 5 pieces in stock but set a max qty of 2 to be listed, a qty of 2 will be listed on Amazon.
+ If you have 1 piece in stock but max qty is set to 3, only 1 will be listed on Amazon.","Wenn Sie zwar 5 Stück auf Lager haben, aber als maximal einzustellende Stückzahl 2 angeben, werden bei Amazon 2 Stück eingestellt. Wenn Sie ein (1) Stück auf Lager haben und die maximal einzustellende Stückzahl auf drei (3) festgelegt ist, wird nur ein (1) Stück bei Amazon eingestellt."
+"Product Price","Produktpreis"
+"Special Price","Sonderpreis"
+"Absolute figure (+8,-3), percentage (+15%, -20%) or currency rate (1.44)","Absolute Zahl (+8, -3), Prozentbeträge (+15 %, -20 %) oder Wechselkurs (1,44)"
+"Custom Price Attribute","Benutzerdefiniertes Preisattribut"
+"Variation Price Source","Preis der Variante"
+"Main Product","Hauptprodukt"
+"Determines where the price for Configurable and Bundle products options should be taken from.","Legt fest, woher der Preis für die Option für konfigurierbare und gebündelte Produktoptionen übernommen werden soll."
+"Sale Price","Verkaufspreis"
+"Custom Sale Price Attribute","Benutzerdefiniertes Verkaufspreisattribut"
+"Start Date","Startdatum"
+"Time and date when the Sale Price will be displayed on Amazon.","Zeitpunkt (Datum und Uhrzeit), zu dem der Verkaufspreis bei Amazon angezeigt werden soll."
+"Start Date Value","Wert für Startdatum"
+"Start Date Attribute","Attribut für Startdatum"
+"End Date","Angebotsende"
+"Time and date when the Sale Price will be hidden on Amazon.","Zeitpunkt (Datum und Uhrzeit), zu dem der Verkaufspreis bei Amazon nicht mehr angezeigt werden soll."
+"End Date Value","Wert des Enddatum"
+"Synchronization Template includes rules and conditions which determine Listing behavior on Amazon.
+ List, Revise, Relist and Stop Rules have to be specified in this template.
+ List Action - at first this action to be executed for each item in M2E Listings, which has Not Listed status and its settings meet the List Condition. If an item was not listed for some reason, autosynchronization will attempt
+ to list it again only if Product Status, Stock Availability or Quantity is changed.
+
+ Note: Inventory Synchronization setting must be enabled in Synchronization (Configuration > Synchronization).
+ Otherwise, Synchronization Template Rules will not take effect.","Synchronisierungsvorlagen enthalten Regeln und Bedingungen für das Einstellen bei Amazon. In dieser Vorlage müssen Regeln für das Einstellen, Bearbeiten, Wiedereinstellen und Anhalten angegeben werden. Aktion „Einstellen“ : Diese Aktion muss zunächst für jeden Artikel aus den M2E-Angeboten durchgeführt werden, dessen Status Nicht eingestellt lautet und dessen Einstellungen die Bedingung für das Einstellen erfüllen. Wenn ein Artikel aus irgendeinem Grund nicht eingestellt wurde, versucht die automatische Synchronisierung diesen Artikel nur dann erneut einzustellen, wenn sich Produktstatus, Verfügbarkeit oder Stückzahl geändert haben. Hinweis: Die Einstellung „Warenbestand synchronisieren“ muss unter „Konfiguration“ > „Synchronisierung“ aktiviert werden. Andernfalls können die Regeln der Synchronisierungsvorlage nicht angewendet werden."
+"Add Synchronization Template.","Synchronisierungsvorlage hinzufügen."
+"Wrong time format string.","Ungültiges Zeitformat."
+"Must be greater than ""Min"".","Muss größer als „Min.“ sein."
+"Inconsistent settings in Relist and Stop rules.","Einstellungen in den Regeln für das Überarbeiten und für das Anhalten passen nicht zueinander."
+"List Action","Aktion „Einstellen“"
+"Enables / disables automatic listing of Not Listed items, when they meet the List Conditions.","Aktiviert/deaktiviert das automatische Einstellen von Artikeln mit dem Status Nicht eingestellt , wenn diese die Bedingungen für das Einstellen erfüllen."
+"List Conditions","Bedingungen für das Einstellen"
+"Product Status","Produktstatus"
+"Any","Beliebig"
+"Product Status at which the item(s) have to be listed.","Produktstatus, bei dem der/die Artikel eingestellt werden soll/sollen."
+"Stock Availability at which the item(s) have to be listed.","Verfügbarkeit, bei der der/die Artikel eingestellt werden soll/sollen."
+"Less","Weniger"
+"More or Equal","Mehr oder gleich"
+"Between","Zwischen"
+"Product(s) quantity at which the item(s) have to be listed.","Produktstückzahl, bei der der/die Artikel eingestellt werden soll/sollen."
+"Min Quantity","Min. Stückzahl"
+"Max Quantity","Max. Stückzahl"
+"Relist Rules define the conditions at which Amazon items will be relisted.
+ ","Die Regeln für das Wiedereinstellen geben die Bedingungen vor, unter denen Amazon-Artikel wiedereingestellt werden. "
+"Relist Action","Aktion „Wiedereinstellen“"
+"Enables/Disables the Relist action for the Listings, which use current Synchronization Template.","Aktiviert/Deaktiviert die Aktion „Wiedereinstellen“ für die Angebote, die die aktuelle Synchronisierungsvorlage verwenden."
+"Relist When Stopped Manually","Wiedereinstellen, wenn manuell angehalten"
+"Automatically relists item(s) even it has been stopped manually within M2EPro.","Stellt Artikel automatisch wieder ein, auch wenn diese manuell in M2E Pro angehalten wurden."
+"Relist Conditions","Bedingungen für Wiedereinstellen"
+"Product Status at which the item(s) have to be relisted.","Produktstatus, bei dem Artikel wiedereingestellt werden sollen."
+"Stock Availability at which the item(s) have to be relisted.","Verfügbarkeit, bei der Artikel wiedereingestellt werden sollen."
+"Product(s) quantity at which the item(s) have to be relisted.","Produktmenge, bei der Artikel wiedereingestellt werden sollen."
+"Revise Rules are the conditions, at which automatic full and partial listings revising features are enabled.
+ If the certain condition is enabled (Yes is chosen in appropriate line) and met,
+then Amazon Listings, which were listed using current Synchronization Template,
+will be automatically fully or partially updated.
+
+ Partial Revise - contains list of product details, which changes you want to be reflected on Amazon.
+ Full Revise - contains groups of M2E settings. If any data of these groups (Selling Format Template, Listing Channel Settings) is changed, then listings, which use these templates in their settings, will be automatically fully revised.
+ ","Regeln für das Überarbeiten sind die Bedingungen, die erfüllt sein müssen, damit Angebote automatisch ganz oder teilweise bearbeitet werden. Wenn die jeweilige Bedingung aktiviert ist (also in der entsprechenden Zeile Ja ausgewählt wurde) und das Angebot die Bedingung erfüllt, werden Amazon-Angebote, die mit der aktuellen Synchronisierungsvorlage eingestellt wurden, automatisch vollständig oder teilweise aktualisiert. Teilweise überarbeiten : Enthält eine Liste von Produktdetails, mit deren Hilfe Sie festlegen können, welche Änderungen in Amazon übernommen werden sollen. Vollständig überarbeiten : Enthält Gruppen von M2E-Einstellungen. Wenn Daten aus diesen Gruppen (Angebotsformatvorlage, Channel-Einstellungen für das Angebot) geändert werden, werden Angebote, die diese Vorlagen in ihren Einstellungen verwenden, vollständig überarbeitet. "
+"Partial Revise","Teilweise überarbeiten"
+"Automatically revises quantity on Amazon listing(s) when the quantity or attribute for quantity of its product is changed in Magento.","Die Stückzahlen von Amazon-Angeboten werden automatisch überarbeitet, wenn die Mengen oder Mengenattribute der verknüpften Produkte in Magento geändert werden."
+"Conditional Revise","Bedingtes Bearbeiten"
+"Updates Amazon qty only when the Condition you set below is met.
+ Note: By using this option you can significantly increase Synchronization performance.","Aktualisiert die Stückzahl bei Amazon, wenn die von Ihnen nachstehend festgelegte Bedingung erfüllt ist. Hinweis: Wenn Sie diese Option verwenden, können Sie die Synchronisierungsleistung erheblich steigern."
+"Revise When Less or Equal to","Bearbeiten, wenn weniger oder gleich"
+"The value should not be too high (i.e. 100). Recommended value is in range 10 - 20.","Der eingestellte Wert sollte nicht zu hoch sein (d. h. beispielsweise nicht 100). Empfohlen wird ein Wert zwischen 10 und 20."
+"Automatically revises price on Amazon listing(s) when the price(s) or attribute(s) for price(s) of its product is (are) changed in Magento.","Die Preise von Amazon-Angeboten werden automatisch überarbeitet, wenn die Preise oder Preisattribute der verknüpften Produkte in Magento geändert werden."
+"Full Revise","Vollständig überarbeiten"
+"Automatically revises Amazon listing(s) if its Selling Format Template was changed.","Amazon-Angebote werden automatisch überarbeitet, wenn die zugrundeliegende Angebotsformatvorlage geändert wird."
+"Listing Channel Settings","Channel-Einstellungen für das Angebot"
+"Automatically revises Amazon listing(s) if its Listing Settings was changed.","Amazon-Angebote werden automatisch überarbeitet, wenn die zugrundeliegenden Angebotseinstellungen geändert werden."
+"Stop Rules define the conditions when Amazon items listing must be
+ inactivated, depending on Magento product state.
+ Note: If all Stop Conditions are set to No or No Action , then the stop option for Amazon items is disabled.
+ If all Stop Conditions are enabled, then an item will be inactivated if at least one of the Stop Conditions is met.","Die Regeln für das Anhalten definieren die Bedingungen, bei denen Amazon-Angebote je nach ihrem Magento-Produktstatus deaktiviert werden müssen. Hinweis: Wenn für alle Bedingungen für das Anhalten Nein oder Keine Aktion festgelegt ist, dann wird die Option für das Anhalten von Amazon-Artikeln deaktiviert. Wenn alle Bedingungen für das Anhalten aktiviert sind, wird ein Artikel deaktiviert, sobald mindestens eine der Bedingungen erfüllt ist."
+"Stop Conditions","Bedingungen für das Anhalten"
+"Stop When Status Disabled","Bei Status „Deaktiviert“ anhalten"
+"Automatically stops item(s) if its status has been changed to 'Disabled' in Magento.","Artikel werden automatisch angehalten, wenn ihr Status in Magento zu „Deaktiviert“ geändert wurde."
+"Stop When Out Of Stock","Bei Status „Nicht mehr vorrätig“ anhalten"
+"Automatically stops item(s) if its stock availability has been changed to 'Out of Stock' in Magento.","Artikel werden automatisch angehalten, wenn ihre Verfügbarkeit in Magento auf „Nicht mehr vorrätig“ geändert wurde."
+"Stop When QTY Is","Anhalten, wenn Stückzahl"
+"Less or Equal","Weniger oder Gleich"
+"More","Mehr"
+"Automatically stops item(s) if its quantity has been changed and meets the conditions.","Artikel werden automatisch angehalten, wenn die Stückzahl in geändert wurde und die festgelegten Bedingungen erfüllt."
+"On this page you have to fill in general information on your Rakuten.com account and provide all necessary accesses for the further work.","Auf dieser Seite müssen Sie allgemeine Angaben zu Ihrem Rakuten.com-Konto machen und alle notwendigen Zugriffe für die weitere Arbeit bereitstellen."
+"Invalid format of Seller ID field. It must be numeric.","Ungültiges Format des Feldes „Verkäufer-ID“. Der Wert muss numerisch sein."
+"You must enable marketplace first.","Sie müssen zuerst den Marktplatz aktivieren."
+"M2E Pro was not able to get access to the Rakuten.com account. Please, make sure, that you enter correct Rakuten.com Seller Tools login and password.","M2E Pro konnte nicht auf das Rakuten.com-Konto zugreifen. Kontrollieren Sie noch einmal Ihre Anmeldeinformationen für die Rakuten.com-Verkäufertools und geben Sie sie erneut ein."
+"M2E Pro was not able to get access to the Rakuten.com account. Please, make sure, that you enter correct Rakuten.com FTP login and password.","M2E Pro konnte nicht auf das Rakuten.com-Konto zugreifen. Kontrollieren Sie noch einmal Ihre Anmeldeinformationen für den Rakuten.com-FTP-Server und geben Sie sie erneut ein."
+"Title or identifier of Rakuten.com account for your internal use.","Bezeichnung oder ID des Rakuten.com-Kontos zu Ihrer internen Verwendung."
+"Marketplace is disabled","Marktplatz ist deaktiviert"
+"Disable Marketplace","Marktplatz deaktivieren"
+"You must select and update Rakuten.com marketplace to get access to this section.","Sie müssen den Rakuten.com-Marktplatz wählen und aktualisieren, um auf diesen Bereich zugreifen zu können."
+"Web Access","Webzugang"
+"Login","Login-Name"
+"Login to your Rakuten.com account.","Login-Name für Ihr Rakuten.com-Konto"
+"Password","Passwort"
+"Password to your Rakuten.com account.","Passwort für Ihr Rakuten.com-Konto"
+"FTP Access","FTP-Zugang"
+"To get FTP credentials, email the Rakuten.com merchant integration team at
+ mp-integration@mail.rakuten.com with your Seller ID and Rakuten.com login email address.","Um Ihre FTP-Anmeldedaten zu erhalten, wenden Sie sich unter mp-integration@mail.rakuten.com an das Händlerintegrationsteam von Rakuten.com und geben Sie Ihre Verkäufer-ID und Ihre Rakuten.com-Login-E-Mail-Adresse an."
+"Login to your FTP panel.","Login-Name für Ihr FTP-Panel"
+"Password to your FTP panel.","Passwort für Ihr FTP-Panel"
+"Inventory, Orders And New SKU FTP Accesses","FTP-Zugänge für Warenbestand, Bestellungen und neue Artikelnummeren"
+"FTP Accesses","FTP-Zugänge"
+"All these actions must be allowed to your Rakuten.com Account by Rakuten first.","Alle diese Aktionen für Ihr Rakuten.com-Konto müssen zunächst von Rakuten erlaubt werden."
+"FTP Inventory Access","FTP-Zugang für Warenbestand"
+"Set Yes , if you have enabled inventory generation option on your FTP.","Wählen Sie Ja , wenn Sie auf Ihrem FTP die Option zur Warenbestandsgenerierung aktiviert haben."
+"FTP Orders Access","FTP-Zugang für Bestellungen"
+"Set Yes , if you have enabled orders generation option on your FTP.","Wählen Sie Ja , wenn Sie auf Ihrem FTP die Option zur Bestellungsgenerierung aktiviert haben."
+"FTP New SKU Access","FTP-Zugang für neue Artikelnummeren"
+"Set Yes , if you have enabled new SKU creation option on your FTP.
+ Note: The access of getting new SKU must be taken from Rakuten.com","Wählen Sie Ja , wenn Sie auf Ihrem FTP die Option zum Erstellen neuer Artikelnummeren aktiviert haben. Hinweis: Der Zugang zum Abrufen neuer Artikelnummeren muss von Rakuten.com genommen werden."
+"The 3rd Party Listings are the items, which were listed on Rakuten.com without using M2E Pro extension.
+To allow importing of these listings for the current Rakuten.com Account, set Import 3rd Party Listings to Yes .
+Imported Listings can be found in %1$s > Manage Listings > 3rd Party Listings.
+Note: The 3rd Party Listings Synchronization must be enabled in %1$s > Configuration > Synchronization.
+To map the products of the 3rd Party Listings with existing products in Magento by Reference ID, Rakuten.com Listing title or Rakuten.com SKU, set Product Mapping to Yes and choose appropriate attribute(s).
+A Magento product will be mapped if at least one of the chosen attributes meets the same value in Rakuten.com Listing as it has in Magento.
+
+After mapping the Rakuten.com Listing can be automatically moved from the 3rd Party Listings to M2E Pro Listings for further management.
+
+Note: Auto mapping and moving actions are performed only once during the first 3rd Party Listings Synchronization.
+Afterwards, it can be performed manually on the 3rd Party Listings page (%1$s > Manage Listings > 3rd Party Listings).","Die Angebote von Drittanbietern sind die Artikel, die ohne M2E Pro bei Rakuten.com eingestellt wurden. Wenn Sie den Import dieser Angebote für das aktuelle Rakuten.com-Konto zulassen möchten, wählen Sie Ja für „Angebote von Drittanbietern importieren“. Importierte Angebote finden Sie unter %1$s > Angebote verwalten > Angebote von Drittanbietern.Hinweis: Die Synchronisierung von Drittanbieterangeboten muss unter %1$s > „Konfiguration“ > „Synchronisierung“ aktiviert werden. Um die Produkte aus Angeboten von Drittanbietern mit vorhandenen Produkten in Magento über die Referenznummer, Rakuten.com-Artikelbezeichnung oder Rakuten.com-Artikelnummer verknüpfen zu können, müssen Sie für „Produktzuordnung“ Ja festlegen und die entsprechenden Attribute wählen. Produkte in Magento werden zugeordnet, wenn mindestens eines der gewählten Attribute bei Rakuten.com denselben Wert wie in Magento hat. Nach der Zuordnung kann das Rakuten.com-Angebot automatisch aus den Angeboten von Drittanbietern in die Liste der M2E Pro-Angebote verschoben und dort weiter verwaltet werden.Hinweis: Das automatische Zuordnen und Verschieben erfolgt nur einmalig bei der ersten Synchronisierung der Angebote von Drittanbietern. Anschließend kann die Zuordnung manuell auf der Seite der Angebote von Drittanbietern durchgeführt werden (%1$s > Angebote verwalten > Angebote von Drittanbietern)."
+"Maps Rakuten.com product with Magento product.","Ordnet Rakuten.com-Produkte Magento-Produkten zu."
+"Attributes Of Mapping Rakuten.com Items To Magento Products","Attribute für die Zuordnung von Rakuten.com-Artikeln zu Magento-Produkten"
+"Auto Moving Mapped Rakuten.com Items To M2E Listings","Automatisches Verschieben zugeordneter Rakuten.com-Artikel in M2E-Angebote"
+"This section allows you automatically move mapped Rakuten.com Items in default created M2E Listing and synchronize their Prices and Quantities with Magento values at once they have been moved.","In diesem Abschnitt können Sie zugeordnete Rakuten.com-Artikel automatisch in vorhandene M2E-Angebote verschieben und nach dem Verschieben deren Preise und Stückzahlen alle auf einmal mit Magento-Werten synchronisieren."
+"Move Mapped Rakuten.com Items","Zugeordnete Rakuten.com-Artikel verschieben"
+"Automatically moves Rakuten.com Listings from 3rd Party Listings to default created M2E Listing.","Verschiebt Rakuten.com-Angebote von Angeboten von Drittanbietern automatisch in vorhandene M2E-Angebote."
+"Updates Price and / or Quantity of Rakuten.com Listing with Magento values.","Aktualisiert Preis und/oder Stückzahl des Rakuten.com-Angebots entsprechend den Werten in Magento."
+"This tab contains settings of Rakuten.com Orders, Rakuten.com Customers import; Magento Orders and Products creation.
+If you set Import Rakuten.com Orders to Yes , a new Rakuten.com order will be imported to the system and can be found in %1$s > Sales > Orders.
+It is possible to allow auto creation of Magento Orders based on imported Rakuten.com Orders for products listed by Other Software.
+Note: The Product Stock QTY only reduces after Magento Order is created.
+These type of orders can be managed as typical Magento Orders in Magento > Sales > Orders.
+Note: To receive orders from Rakuten.com, Order Synchronization must be enabled in %1$s > Configuration > Synchronization.","Diese Registerkarte enthält Einstellungen von Rakuten.com-Bestellungen, importierten Rakuten.com-Kundendaten, Magento-Bestellungen und Produkterstellungsdaten. Wenn Sie Ja für „Rakuten.com-Bestellungen importieren“ wählen, werden neue Rakuten.com-Bestellungen in das System importiert. Diese sind anschließend unter %1$s > „Verkäufe“ > „Bestellungen“ zu finden. Für Produkte, die mit anderer Software eingestellt wurden, können Magento-Bestellungen basierend auf importierten Rakuten.com-Bestellungen automatisch erstellt werden.Hinweis: Die Stückzahl der verfügbaren Artikel wird erst nach der Erstellung der Magento-Bestellung reduziert. Diese Art von Bestellungen kann als typische Magento-Bestellung unter Magento > Verkäufe > Bestellungen verwaltet werden.Hinweis: Um Bestellungen von Rakuten.com übernehmen zu können, muss die Bestellungssynchronisierung unter %1$s > „Konfiguration“ > „Synchronisierung“ aktiviert sein."
+"Import Rakuten.com Orders","Rakuten.com-Bestellungen importieren"
+"Allows importing orders from Rakuten.com to M2E Pro.","Ermöglicht das Importieren von Bestellungen aus Rakuten.com in M2E Pro."
+"If Store View has to be automatically taken from the listing or manually chosen from available Store View values.","Legen Sie fest, ob die Shop-Ansicht automatisch aus dem Angebot übernommen oder manuell aus den verfügbaren Werten für Shop-Ansichten gewählt werden soll."
+"Note: Only simple products without variations can be created in Magento. If there is a product with variations on Rakuten.com, M2E Pro creates different simple products for each variation.","Hinweis: In Magento können nur einfache Produkte ohne Varianten erstellt werden. Wenn ein Produkt mit Varianten bei Rakuten.com eingestellt ist, erstellt M2E Pro für jede Variante ein anderes einfaches Produkt."
+"There are several ways to specify a customer for which Magento Orders will be created:
+
+ Guest Account - the system does not require a customer account to be created. Default Guest Account will be defined as a customer.
+ Note: The Guest Checkout option must be enabled in Magento. (Yes must be chosen in the Allow Guest Checkout option in Magento > System > Configuration > Sales > Checkout tab).
+ Predefined Customer - the system uses one predefined customer for all Rakuten.com orders related to this account. You will be required
+ to provide an ID of the existing Customer, which you can find in Magento > Customers > Manage Customers table.
+ Create New - a new customer will be created in Magento, using Rakuten.com customer data of Rakuten.com Order.
+ Note: A unique customer identifier is his e-mail address. If the one already exists among Magento customers e-mails,
+ the system uses this customer as owner of order and links order to him. A new customer will not be created.
+ ","Es gibt verschiedene Möglichkeiten, einen Kunden anzugeben, für den Magento-Bestellungen erstellt werden: Gästekonto : Das System verlangt nicht, dass ein Kundenkonto angelegt wird. Standard-Gästekonten werden als Kundenkonten definiert. Hinweis: Die Option für die Kaufabwicklung mit einem Gästekonto muss in Magento aktiviert werden. (Wählen Sie dazu Ja als Wert für die Option „Verkaufsabwicklung mit Gästekonto erlauben“ unter Magento > „System“ > „Konfiguration“ > „Verkäufe“ > „Verkaufsabwicklung“). Vordefinierter Kunde : Das System verwendet für alle mit diesem Konto verbundenen Rakuten.com-Bestellungen einen vordefinierten Kunden. Sie müssen eine ID für das existierende Kundenkonto eingeben. Diese finden Sie in der Tabelle Magento > „Kunden“ > „Kunden verwalten“. Neu erstellen : In Magento wird mithilfe der Rakuten.com-Kundendaten der Rakuten.com-Bestellung ein neuer Kunde angelegt. Hinweis: Eine eindeutige Kunden-ID ist zum Beispiel die E-Mail-Adresse des Kunden. Wenn es unter den Magento-Kunden bereits jemanden mit der angegebenen E-Mail-Adresse gibt, behandelt das System diesen Kunden als Besteller und verknüpft die Bestellung mit dessen Konto. Es wird kein neuer Kunde erstellt. "
+"This section allows you to choose tax settings for Magento Order:
+
+ Rakuten.com - Magento Order(s) uses tax settings from Rakuten.com Listing(s).
+ Magento - Magento Order(s) uses Magento tax settings.
+ Rakuten.com & Magento - if there are tax settings in Rakuten.com Order, they are used in Magento Order(s), otherwise, Magento tax settings are used.
+ None - Rakuten.com and Magento tax settings are ignored.
+
+ ","In diesem Abschnitt können Sie die Besteuerungseinstellungen für Magento-Bestellungen auswählen: Rakuten.com : Für Magento-Bestellungen werden die Besteuerungseinstellungen aus Rakuten.com-Angeboten verwendet. Magento : Für Magento-Bestellungen werden die Besteuerungseinstellungen aus Magento verwendet. Rakuten.com und Magento : Wenn die Rakuten.com-Bestellung Besteuerungseinstellungen enthält, werden diese in Magento-Bestellungen verwendet. Andernfalls werden die Magento-Besteuerungseinstellungen verwendet. Keine : Die Besteuerungseinstellungen von Rakuten.com und Magento werden ignoriert. "
+"Rakuten.com","Rakuten.com"
+"Rakuten.com & Magento","Rakuten.com und Magento"
+"In this block you can configure mapping between Rakuten.com Order state and Magento Order statuses.
+ Depending on the state of Rakuten.com Order you can either manually determine certain statuses for Magento Order and enable automatic Invoice
+ creation by selecting appropriate check-box, or use predefined default settings. (i.e. Rakuten.com: Order is Pending -> Magento Order is Processing). ","In diesem Abschnitt wird die Zuordnung des Status von Rakuten.com-Bestellungen zum Status von Magento-Bestellungen konfiguriert. Je nach Status der Rakuten.com-Bestellung können Sie bestimmte Statuseinstellungen von Magento-Bestellungen manuell festlegen und die automatische Rechnungserstellung aktivieren, indem Sie die entsprechenden Kontrollkästchen aktivieren oder die vordefinierten Standardeinstellungen verwenden (z.B. Rakuten.com: Bestellung ist ausstehend -> Magento-Bestellung wird verarbeitet). "
+"Order Status is Open","Bestellstatus ist offen"
+"Actions, which have to be done on products added to categories.","Aktionen, die für zu Kategorien hinzugefügte Produkte ausgeführt werden sollen."
+"Stop on Rakuten.com","Bei Rakuten.com anhalten"
+"Stop on Rakuten.com and Delete from Listing","Bei Rakuten.com anhalten und aus Angebot löschen"
+"This section contains Rakuten.com Listings, which belong to registered Rakuten.com Accounts (%1$s > Configuration > Rakuten.com Accounts) and were listed not by M2E Pro extension.
+You can map these Listings to existing products in Magento and move them to another M2E Listings for further management. For that use single actions on appropriate Listing record or use mass Actions in the top right corner.
+Note: To import Rakuten.com 3rd Party Listings the 3rd Party Listings Import must be enabled in account's settings
+(%1$s > Configuration > Rakuten.com Accounts > General tab) and the 3rd Party Listings Synchronization must be enabled in %1$s > Configuration > Synchronization.","Dieser Abschnitt enthält Rakuten.com-Angebote von registrierten Rakuten.com-Konten (%1$s > „Konfiguration“ > „Rakuten.com-Konten“), die nicht mit M2E Pro eingestellt wurden. Sie können die Angebote Produkten zuordnen, die in Magento vorhanden sind, und sie zur weiteren Verwaltung in andere M2E-Angebote verschieben. Führen Sie dazu Einzelaktionen am entsprechenden Angebotsdatensatz aus oder verwenden Sie die für mehrere Angebote gleichzeitig durchführbaren Aktionen oben rechts in der Ecke.Hinweis: Um Rakuten.com-Angebote von Drittanbietern importieren zu können, müssen Sie den Import von Angeboten von Drittanbietern in den Kontoeinstellungen (%1$s > „Konfiguration“ > „Rakuten.com-Konten“ > Registerkarte „Allgemeines“) sowie die Synchronisierung von Angeboten von Drittanbietern (%1$s > „Konfiguration“ > „Synchronisierung“) aktivieren."
+"Enter product name, Rakuten.com SKU, ISBN or UPC","Geben Sie eine Produktbezeichnung, eine Rakuten.com-Artikelnummer, eine ISBN oder einen UPC ein."
+"There was an error during previous automatic Rakuten.com SKU search:","Bei der vorherigen automatischen Rakuten.com-SKU-Suche ist ein Fehler aufgetreten:"
+"Assign Rakuten.com SKU Manually","Rakuten.com-Artikelnummer manuell zuweisen"
+"Allows searching Rakuten.com SKU by data that will be specified on the next step.","Ermöglicht die Suche nach Rakuten.com-Artikelnummeren mithilfe von Daten, die im nächsten Schritt eingegeben werden."
+"Assign Rakuten.com SKU Automatically","Rakuten.com-Artikelnummer automatisch zuweisen"
+"Allows searching Rakuten.com SKU by data, that have already been specified in Listing Search settings.","Ermöglicht die Suche nach Rakuten.com-Artikelnummeren mithilfe von Daten, die bereits zuvor in den Einstellungen für die Angebotssuche eingegeben wurden."
+"Add New Rakuten.com SKU (Beta)","Neue Rakuten.com-Artikelnummer hinzufügen (Betaversion)"
+"Allows adding a product, which is not present on Rakuten.com. Rakuten.com SKU will be generated and returned back by Rakuten.com.","Ermöglicht das Hinzufügen von Produkten, die nicht bei Rakuten.com vorhanden sind. Es wird eine Rakuten.com-Artikelnummer angelegt und von Rakuten.com zurückgegeben."
+"This section contains Rakuten.com Channel, Product Search, Shipping and Condition settings.
+
+ In the General section you have to specify Rakuten.com Account, which listed items will be related to, and the Reference ID for its products.
+ In the Search Settings you have to specify the identifiers, at which products will be searched on Rakuten.com.
+ In the Shipping section you have to specify Shipping information.
+ The Condition section allows specifying item(s) condition and making notes to better describe the condition.
+
+ Note: Not Set and Not Set / Not Changeable options are used for the 3rd Party Listings mainly. If these options are chosen, Rakuten.com will be used as a master record.","Dieser Abschnitt enthält Einstellungen zum Rakuten.com-Channel, zur Produktsuche, zum Versand und zum Artikelzustand. Im Abschnitt „Allgemeines“ müssen Sie das Rakuten.com-Konto, mit dem die einzustellenden Artikel verknüpft sind, sowie die Referenznummer für die Produkte angeben. Geben Sie in den Sucheinstellungen die Identifikatoren ein, mit deren Hilfe die Produkte anschließend bei Rakuten.com gesucht werden. Im Abschnitt „Versand“ müssen Sie die Versandinformationen angeben. Im Abschnitt „Zustand“ können sie Angaben zum Zustand der Artikel machen und Anmerkungen für eine bessere Beschreibung des Artikelzustands hinzufügen. Hinweis: Die Optionen Nicht festgelegt und Nicht festgelegt/Nicht änderbar werden hauptsächlich für die Angebote von Drittanbietern verwendet. Wenn diese Optionen aktiviert sind, wird Rakuten.com als Masterdatensatz verwendet."
+"UPC Attribute","Attribut „UPC“"
+"Rakuten.com SKU Attribute","Attribut „Rakuten.com-Artikelnummer“"
+"Seller SKU Attribute","Attribut „Verkäufer-Artikelnummer“"
+"ISBN Attribute","Attribut „ISBN“"
+"Must be not more than 250 characters long.","Diese sollten maximal 250 Zeichen lang sein."
+"Must be positive number.","Muss eine positive Zahl sein."
+"Rakuten.com Account","Rakuten.com-Konto"
+"Rakuten.com accounts previously added in Configuration > Accounts.","Rakuten.com-Konten, die zuvor in „Konfiguration“ > „Konten“ hinzugefügt wurden."
+"A unique ID, which identify a product in your Rakuten.com seller inventory.
+ Note: If you list a product and M2E Pro find a product with the same Reference ID in Rakuten.com inventory, they will be mapped.","Eindeutige ID, die ein Produkt in Ihrem Rakuten.com-Verkäuferwarenbestand identifiziert. Hinweis: Wenn Sie ein Produkt einstellen und M2E Pro im Rakuten.com-Warenbestand ein Produkt mit derselben Referenznummer findet, werden die Produkte einander zugeordnet."
+"Reference ID Attribute","Attribut „Referenznummer“"
+"Generate Reference ID","Referenznummer erstellen"
+"If Yes , then if the Reference ID of the product you list is found in the 3rd Party or M2E Listings, another one will be automatically created and the product will be listed.","Wenn für diese Option Ja festgelegt ist und die Referenznummer des Produkts, das Sie einstellen, in Angeboten von Drittanbietern oder M2E-Angeboten gefunden wird, wird automatisch eine andere Referenznummer erstellt und das Produkt wird eingestellt."
+"Search Products on Rakuten.com","Nach Produkten bei Rakuten.com suchen"
+"Before the list action, each product in listing must have existing Rakuten.com SKU.
+This section contains parameters for action ""Assign Rakuten.com SKU Automatically","Vor dem Einstellen muss jedem Produkt im Angebot eine vorhandene Rakuten.com-Artikelnummer zugewiesen werden. Dieser Abschnitt enthält Parameter für die Aktion „Rakuten.com-Artikelnummer automatisch zuweisen“."
+"Identifiers","Identifikatoren"
+"UPC","UPC"
+"Seller SKU","Verkäufer-Artikelnummer"
+"ISBN","ISBN"
+"Parameter the product search will be performed by.","Parameter, anhand dessen die Produktsuche ausgeführt wird."
+"Specify the attribute, which contains necessary information.","Geben Sie das Attribut an, das die erforderlichen Informationen enthält."
+"If no results are found by the search criteria above, the additional search will be performed by Magento Product Name.","Wenn die Suche mithilfe der Suchkriterien oben erfolglos ist, wird zusätzlich die Suche anhand der Magento-Produktbezeichnung durchgeführt."
+"Shipping Settings","Versandeinstellungen"
+"Shipping","Versand"
+"This section determines information about how your products will be shipped.
+
+ In each method you can choose:
+
+ Not Set / Not Changeable - is used for the 3rd Party Listings mainly. If this option is chosen, Rakuten.com will be used as a master record.
+ Disable - disables Shipping method.
+ Free - automatically sets zero value for Shipping Cost.
+ Rakuten.com Settings - uses settings, which you have set in your seller account settings on Rakuten.com.
+ Custom Value - allows setting Shipping Cost manually.
+ Custom Attribute - allows setting Shipping Cost from the chosen attribute.
+
+ ","Dieser Abschnitt enthält Angaben dazu, wie Ihre Produkte verschickt werden. Bei jeder Methode können Sie zwischen folgenden Optionen wählen: Nicht festgelegt/Nicht änderbar : Wird hauptsächlich für die Angebote von Drittanbietern verwendet. Wenn diese Option aktiviert ist, wird Rakuten.com als Masterdatensatz verwendet. Deaktivieren : Deaktiviert die Versandmethode. Kostenlos : Setzt den Wert für „Versandkosten“ automatisch auf Null (0). Rakuten.com-Einstellungen : Verwendet die Einstellungen, die Sie in Ihren Verkäuferkontoeinstellungen bei Rakuten.com festgelegt haben. Benutzerdefinierter Wert : Erlaubt es Ihnen, die Versandkosten manuell festzulegen. Benutzerdefiniertes Attribut : Erlaubt es Ihnen, die Versandkosten aus dem gewählten Attribut festzulegen. "
+"Shipping Method","Versandmethode"
+"Mode","Modus"
+"Cost","Kosten"
+"Free","Kostenlos"
+"Rakuten.com Settings","Rakuten.com-Einstellungen"
+"Condition of the product(s) you want to list on Rakuten.com.
+ Note: Not Set is used for the 3rd Party Listings mainly. If this option is chosen, Rakuten.com will be used as a master record.","Der Zustand der Produkte, die Sie bei Rakuten.com einstellen möchten. Hinweis: Nicht festgelegt wird hauptsächlich für die Angebote von Drittanbietern verwendet. Wenn diese Option aktiviert ist, wird Rakuten.com als Masterdatensatz verwendet."
+"Condition of the product(s) you want to list on Rakuten.com.
+ Note: Condition of Active Items cannot be changed.","Der Zustand der Produkte, die Sie bei Rakuten.com einstellen möchten. Hinweis: Der Zustand noch eingestellter Artikel ist nicht änderbar."
+"Comment","Kommentar"
+"Short description of item(s) condition.
+ Note: Not Set / Not Changeable is used for the 3rd Party Listings mainly. If this option is chosen, Rakuten.com will be used as a master record.","Eine kurze Beschreibung des Artikelzustands. Hinweis: Nicht festgelegt/Nicht änderbar wird hauptsächlich für Angebote von Drittanbietern verwendet. Wenn diese Option aktiviert ist, wird Rakuten.com als Masterdatensatz verwendet."
+"Comment Text","Kommentartext"
+"Description of the condition of the item(s).","Beschreibung des Artikelzustands"
+"Comment Attribute","Kommentarattribut"
+"This section allows you to create a Listing. Listing is a group of items, which have the same
+ Attribute Set and were combined to be listed on Rakuten.com.
+ Creating a Listing requires two types of templates (Selling Format and Synchronization) to be created in advance,
+ that allows reaching a high level of flexibility in listing and synchronization processes.
+
+ It is also possible to create templates by clicking the Add New button next to the appropriate template option. Do not forget to press
+ the Refresh button after the new template creation in order to see the newly added template in the dropdown list.
+ In the Listing Configuration block you are required to choose appropriate Selling Format Template, which determines quantity and price related data of your Rakuten.com Listings.
+
+
+ In the Synchronization Settings block you are required to choose a Synchronization Template and its settings.
+ This determines the actions, which have to be done on the Rakuten.com Listings depending on any changes of their products happened in Magento,
+ and of their templates that are used in the Listing Configuration settings. ","In diesem Abschnitt können Sie Angebote erstellen. Das Angebot vereint eine Gruppe von Artikeln, die über dasselbe Attributset verfügen und für das Einstellen bei Rakuten.com zusammengefasst wurden. Um ein Angebot erstellen zu können, müssen zuvor zwei Vorlagen („Angebotsformat“ und „Synchronisierung“) erstellt werden, die die Angebotserstellung und -synchronisierung erheblich flexibler und einfacher machen. Sie können auch Vorlagen erstellen, indem Sie neben der entsprechenden Vorlagenoption auf Neue hinzufügen klicken. Vergessen Sie nicht, nach der Erstellung der Vorlage auf Aktualisieren zu klicken, um die neu hinzugefügte Vorlage in der Drop-down-Liste angezeigt zu bekommen. Im Abschnitt „Angebotskonfiguration“ müssen Sie die entsprechende Vorlage für das Angebotsformat auswählen, die stückzahl- und preisbezogene Daten für Ihre Rakuten.com-Angebote vorgibt. Im Abschnitt für die Synchronisierungseinstellungen müssen Sie eine Synchronisierungsvorlage und die dazugehörigen Einstellungen wählen. Hier legen Sie fest, was mit den Angeboten bei Rakuten.com geschehen soll, wenn Änderungen an den zugeordneten Produkten in Magento und deren in den Einstellungen für die Angebotskonfiguration verwendeten Vorlagen vorgenommen wurden. "
+"Attribute Set of products, which will be listed on Rakuten.com in this Listing.","Attributset von Produkten, die in diesem Angebot bei Rakuten.com eingestellt werden."
+"M2E Pro - Rakuten.com/Magento Integration : Listings","M2E Pro – Rakuten.com/Magento-Integration: Angebote"
+"Listing is a group of items, which have the same Attribute Set and were combined to be listed on Rakuten.com.
+
+ Creating a Listing requires two types of templates to be created in advance.
+ You can use the same template for similar products you want to list on Rakuten.com and don’t have to enter the same information over and over again for each product you want to list.
+
+ Templates you’ll need in order to list on Rakuten.com:
+
+
+ Selling Format Template contains information about quantity and price-related data.
+ Synchronization Template controls how the information between Rakuten.com and Magento is synchronized and in which cases Rakuten.com listings are revised, relisted or stopped. This template is not bound to a product group with a specific attribute set, so it’s likely that you’ll only need one template to begin with.
+
+
+ Note: Only simple products are supported in current version.
+ ","Das Angebot vereint eine Gruppe von Artikeln, die über dasselbe Attributset verfügen und für das Einstellen bei Rakuten.com zusammengefasst wurden. Um ein Angebot erstellen zu können, müssen zuvor zwei Vorlagentypen erstellt werden. Sie können dieselbe Vorlage für ähnliche Produkte, die Sie bei Rakuten.com einstellen möchten, wiederverwenden und müssen so nicht für jedes Produkt immer wieder dieselben Informationen eingeben. Vorlagen, die Sie zum Einstellen bei Rakuten.com benötigen: Vorlage für das Angebotsformat : Enthält Informationen zu stückzahl- und preisbezogenen Daten. Synchronisierungsvorlage : Steuert, wie die Informationen zwischen Rakuten.com und Magento synchronisiert werden und in welchen Fällen Rakuten.com-Angebote bearbeitet, wiedereingestellt oder angehalten werden. Die Verwendung dieser Vorlage ist nicht auf eine bestimmte Produktgruppe oder ein Attributset beschränkt, sodass Sie fürs Erste mit hoher Wahrscheinlichkeit nur eine Vorlage benötigen werden. Hinweis: In der aktuellen Version werden nur einfache Produkte unterstützt. "
+"This section contains information about product items of chosen listing and their statuses on Rakuten.com.
+You can manage items by choosing appropriate actions from the Actions dropdown of the grid and manage Listing and its settings by using buttons in the top right corner.","Dieser Abschnitt enthält Informationen zu Artikeln aus ausgewählten Angeboten und deren Status bei Rakuten.com. Mithilfe der passenden Aktionen aus dem Dropdown-Menü für Aktionen können Sie Ihre Artikel verwalten und für die Verwaltung und Einstellungen von Angeboten stehen Ihnen oben rechts diverse Optionen und Schaltflächen zur Verfügung."
+"Recipient Name","Name des Empfängers"
+"Company","Unternehmen"
+"This page contains all orders imported from Rakuten.com.
+Use Rakuten.com Accounts dropdown to filter Rakuten.com orders by accounts.
+If Magento Order or Invoice was not created automatically,
+you can create them manually by using appropriate options in the Action dropdown.
+Note: Automatic creation of Magento Orders and Invoices executes according to Rakuten.com Accounts settings in %s > Configuration > Rakuten.com Accounts > Orders.","Diese Seite enthält alle aus Rakuten.com importierten Bestellungen. Verwenden Sie das Drop-down-Menü „Rakuten.com-Konten“, um Ihre Rakuten.com-Bestellungen nach Konten zu filtern. Falls die Magento-Bestellung oder -Rechnung nicht automatisch erstellt wurde, können Sie diese mithilfe der entsprechenden Optionen aus dem Drop-down-Menü „Aktion“ manuell erstellen.Hinweis: Das automatische Erstellen von Magento-Bestellungen und -Rechnungen erfolgt entsprechend den Einstellungen für das Rakuten.com-Konto unter %s > „Konfiguration“ > „Rakuten.com-Konten“ > „Bestellungen“."
+"Rakuten.com Order","Rakuten.com-Bestellung"
+"T","Di"
+"Shipping & Handling","Verpackung und Versand"
+"This section allows you to set preferences of data synchronization.
+ You have to enable / disable synchronization tasks, which will be automatically performed for all Rakuten.com accounts, and Save Settings .
+ To run necessary task manually, click the Run Now button, to run all tasks at once, click Run Enabled Now .
+ Note: Cron job must be set up for automatic synchronization. Otherwise, you will have to perform the synchronization manually.","In diesem Abschnitt können Sie die Einstellungen für die Synchronisierung von Daten festlegen. Sie müssen Synchronisierungsaufgaben aktivieren/deaktivieren, die automatisch für alle Rakuten.com-Verkäuferkonten durchgeführt werden, und anschließend die Einstellungen speichern . Um erforderliche Aufgaben manuell auszuführen, klicken Sie auf Jetzt ausführen . Klicken Sie auf Aktivierte jetzt ausführen , um alle Aufgaben auf einmal auszuführen. Hinweis: Für die automatische Synchronisierung muss ein Cronjob eingerichtet werden. Andernfalls müssen Sie die Synchronisierung manuell durchführen."
+"If catalog updates in your magento performed using import/export tools, custom scripts or direct changes in database,
+ then, you can use ""Track Direct Database Changes"" %s functionality to detect changes in products' price and quantity.","Wenn Katalogaktualisierungen in Magento unter Verwendung von Import-/Exporttools, benutzerdefinierten Scripts oder direkten Änderungen in der Datenbank durchgeführt wurden, können Sie die %s-Funktion „Direkte Änderungen in der Datenbank nachverfolgen“ verwenden, um Preis- und Stückzahländerungen bei den Produkten aufzuspüren."
+"Updates and synchronizes Rakuten.com Listings according to Synchronization Templates' rules.","Aktualisiert und synchronisiert Rakuten.com-Angebote nach den Regeln der Synchronisierungsvorlagen."
+"If your Rakuten.com listings for some reason were asynchronized with the products in Magento, turn on the Revise All action to catch data up.
+ Revise is performed by the Inventory Synchronization, 100 items per a cycle.
+
+ ","Wenn Ihre Rakuten.com-Angebote aus irgendeinem Grund nicht mehr mit den Produkten in Magento synchron sind, aktivieren Sie die Aktion „Alle überarbeiten“, um die Synchronität wiederherzustellen. Die Überarbeitung erfolgt durch die Funktion „Warenbestand synchronisieren“, wobei jeweils 100 Artikel auf einmal überarbeitet werden. "
+"Imports and synchronizes Rakuten.com Orders for accounts, which have enabled Import Rakuten.com Orders in their Accounts settings.","Importiert und synchronisiert Rakuten.com-Bestellungen für Konten, für die in den Kontoeinstellungen „Rakuten.com-Bestellungen importieren“ aktiviert ist."
+"Imports and synchronizes 3rd Party Listings for Rakuten.com accounts, which have enabled Import 3rd Party Listings in their Accounts settings.","Importiert und synchronisiert Angebote von Drittanbietern für Rakuten.com-Konten, für die in den Kontoeinstellungen „Angebote von Drittanbietern importieren“ aktiviert ist."
+"New SKU Template (Beta)","Neue Artikelnummer-Vorlage (Betaversion)"
+"These type of templates is used for creation of new products on Rakuten.com.
+
+ to create a new template, click on Add New SKU Template ;
+ to assign one of the existing templates to products click on Assing To This Template link.
+
+ Note: Attribute Sets of New ASIN Template must include all Attribute Sets of current M2E Listing to be assigned.","Diese Art von Vorlagen wird zum Erstellen neuer Produkte bei Rakuten.com verwendet. Wenn Sie eine neue Vorlage erstellen möchten, klicken Sie auf „Neue Artikelnummer“-Vorlage hinzufügen . Wenn Sie stattdessen eine der vorhandenen Vorlagen verwenden möchten, klicken Sie auf den Link Dieser Vorlage zuweisen . Hinweis: Um zugewiesen werden zu können, müssen Attributsets von „Neue ASIN“-Vorlagen alle Attributsets des aktuellen M2E-Angebots enthalten."
+"Specifics' Attributes","Attribute von Merkmalen"
+"At least one of the following attributes must be chosen:","Mindestens eines der folgenden Attribute muss ausgewählt werden:"
+"At least one of these attributes is required.","Mindestens eines dieser Attribute muss festgelegt werden."
+"Multiple values ​​must be separated by comma.","Wenn mehrere Werte festgelegt werden, müssen diese durch Kommas getrennt werden."
+"Any integer value","Beliebige Ganzzahl"
+"Any decimal value","Beliebige Dezimalzahl"
+"Any string value","Beliebiger Zeichenfolgenwert"
+"The category does not have attributes.","Die Kategorie hat keine Attribute."
+"Select Category first.","Wählen Sie zuerst eine Kategorie aus."
+" Description is used to design your items' description on Rakuten.com. The more information you provide the easier it is for buyers to make a choice.
+
+
+ It is possible to choose a Product Description or Product Short Description, which will be taken from Magento. Or you can create a Custom Description by adding necessary information.
+ "," Die Beschreibung wird für den Entwurf Ihrer Artikelbeschreibung bei Rakuten.com verwendet. Je mehr Informationen Sie bereitstellen, desto einfacher haben es Käufer bei der Auswahl. Sie können Produktbeschreibungen oder kurze Produktbeschreibungen aus Magento wählen. Alternativ können Sie eine eigene Beschreibung erstellen, indem Sie wichtige Informationen hinzufügen. "
+"Details","Details"
+"Item's title that buyers will see on Rakuten.com listing.","Die Artikelbezeichnung, die Käufer im Rakuten.com-Angebot sehen werden."
+"The name of the brand/manufacturer of your product.","Der Name der Marke bzw. des Herstellers Ihres Produkts."
+"Manufacturer Name","Herstellername"
+"Manufacturer Part No.","Referenznr. des Herstellers"
+"The unique part number assigned to the product by the manufacturer.
+ Use only numbers and letters without spaces.","Die eindeutige Referenznummer des Herstellers für das Produkt. Es sind nur Ziffern und Buchstaben ohne Leerzeichen zulässig."
+"Weight","Gewicht"
+"The shipping weight in pounds for product(s). Only numeric value.","Das Versandgewicht des bzw. der Produkte in Pfund. Der Wert muss numerisch sein."
+"Image you will see on your Rakuten.com listing.","Das Bild, das in Ihrem Rakuten.com-Angebot zu sehen sein wird."
+"Choose Media Image Attribute or Attribute, that contains absolute url.
+ i.e. http://mymagentostore.com/images/baseimage.jpg","Wählen Sie ein Attribut für Bilddateien oder ein Attribut, das aus einer URL besteht. z. B. http://mymagentostore.com/images/baseimage.jpg"
+"Choose Text, Multiple Select or Dropdown type attribute. In Text type attribute urls must be separated with comma.
+ e.g. http://mymagentostore.com/images/baseimage1.jpg, http://mymagentostore.com/images/baseimage2.jpg"," Wählen Sie ein Attribut vom Typ Text, Mehrfachauswahl oder Drop-down. In Attributen vom Typ Text müssen URLs durch Kommata getrennt werden. z.B. http://mymagentostore.com/images/baseimage1.jpg, http://mymagentostore.com/images/baseimage2.jpg"
+"Keywords And Features","Suchbegriffe und Merkmale"
+"Search keywords that will help customers to find your product. Separated by comma.","Suchbegriffe, die den Kunden beim schnelleren Finden Ihres Produkts helfen sollen. Die Begriffe sind durch Kommas voneinander zu trennen."
+"Features","Merkmale"
+"Custom Features","Individuelle Merkmale"
+"Max. 250 characters.","Max. 250 Zeichen."
+"Should be one block of text or a single paragraph. Do not use special characters and html tags.
+ Limited to 8'000 characters.","Sollte ein Textabschnitt oder ein einzelner Absatz sein. Sonderzeichen und HTML-Tags dürfen nicht verwendet werden. Auf 8.000 Zeichen begrenzt"
+"This tab contains the main information on products you want to list: Attribute Set
+ (it must be the same as M2E Listing has to be assigned), Products Identifiers and
+ Category in which the products have to be listed.
+The category either can be chosen by Browsing all categories from the list or can be found with Searching
+ tool by entering keywords.","Diese Registerkarte enthält die Hauptinformationen zu den Produkten, die Sie einstellen möchten: Attributset (muss dasselbe sein, das dem M2E-Angebot zugewiesen ist), Produktidentifikatoren und Kategorie, in der die Produkte eingestellt werden müssen. Die Kategorie kann entweder durch manuelles Durchsuchen aller Kategorien in der Liste ausgewählt werden oder mittels entsprechender Suchbegriffe über die Suchfunktion gefunden werden."
+"Invalid input data. Integer value required.","Ungültige Eingabedaten Der Wert muss eine Ganzzahl sein."
+"Invalid input data. Decimal value required. Example 12.05","Ungültige Eingabedaten Der Wert muss ein Dezimalwert sein. Beispiel 12,05"
+"Invalid input data. String value required.","Ungültige Eingabedaten Der Wert muss ein Zeichenfolgewert sein."
+"The specified title is already used for another New SKU Template.","Die angegebene Bezeichnung wird bereits für eine andere „Neue Artikelnummer“-Vorlage verwendet."
+"All of your product images should meet the following rules:","Alle Ihre Produktbilder müssen die folgenden Bedingungen erfüllen:"
+"Must be at least 500 pixels in width or height","Jedes Bild muss mindestens 500 Pixel breit oder hoch sein."
+"No more than 5 megabytes (MB) in size","Jedes Bild darf maximal 5 MB groß sein."
+"In the JPG/JPEG format","Das Bild muss im JPG/JPEG-Format vorliegen."
+"Only contain the product being sold","Das Bild darf nur das Produkt zeigen, das zum Verkauf steht."
+"Be in focus with realistic color with a pure white background","Das Bild muss scharf sein, die Farben realistisch darstellen und einen rein weißen Hintergrund haben."
+"Cannot contain additional text, graphics or inset images","Das Bild darf keinen zusätzlichen Text und keine zusätzlichen Grafiken oder eingefügten Bilder enthalten."
+"Text to describe the product. Should be one block of text or a single paragraph. Do not use special characters and html tags","Text zur Beschreibung des Produkts Sollte ein Textabschnitt oder ein einzelner Absatz sein Sonderzeichen und HTML-Tags dürfen nicht verwendet werden."
+"Notes:","Hinweise:"
+"Attribute Sets of products which will be listed on Rakuten using this template.","Attributsets von Produkten, die mithilfe dieser Vorlage bei Rakuten eingestellt werden sollen."
+"Seller defined alpha-numeric string uniquely identifying the product. Needs to be unique across all products and manufacturers.
+ Example: KDK6490CAM","Vom Verkäufer definierte alphanumerische Zeichenfolge, die das Produkt eindeutig identifiziert. Muss für alle Produkte und Hersteller eindeutig sein. Beispiel: KDK6490CAM"
+"GTIN (UPC or EAN)","GTIN (UPC oder EAN)"
+"To sell without UPC code you have to get permission from Rakuten.com.","Wenn Sie Artikel ohne UPC verkaufen möchten, müssen Sie sich dies von Rakuten.com genehmigen lassen."
+"The GTIN (UPC or EAN) compatible product identifier must be at least 12 digits in length.","Der GTIN (UPC oder EAN)-kompatible Produktidentifikator muss mindestens 12 Ziffern lang sein."
+"International book identifier. Use only digits in this field.","Internationale Produktnummer zur Identifizierung von Büchern. Verwenden Sie in diesem Feld ausschließlich Ziffern."
+"ASIN","ASIN"
+"Rakuten.com product identifier.","Rakuten.com-Produktidentifikator."
+"Product Set","Produktset"
+"Product Set ID","Produktset-ID"
+"Rakuten.com groups products together in the same family by this parameter.
+ For ex. , a product ""T-shirt"" has 4 different colors. As Rakuten.com does not have parent/child product relationships each of these products is treated as totally separate.
+ By assigning all 4 T-shirts the same Product Set ID, all of them will be placed on the same Rakuten.com web page with pull down menu of selecting color.","Rakuten.com fasst anhand dieses Parameters Produkte in einer Familie zusammen. Beispiel : Ein Produkt „T-Shirt“ hat 4 verschiedene Farben. Da Rakuten.com keine Beziehungen zwischen übergeordneten und untergeordneten Produkten kennt, wird jedes dieser Produkte als vollkommen separates Produkt behandelt. Wenn Sie allen 4 T-Shirts dieselbe Produktset-ID zuweisen, werden diese alle auf derselben Rakuten.com-Webseite mit einem Pull-down-Menü platziert, in dem die Farbe auswählbar ist."
+"Enter the words, which describe the best your product and click on the Search button.
+Founded categories will be displayed for selection. ","Geben Sie eine passende Beschreibung für Ihr Produkt ein und klicken Sie auf „Suchen“. Die gefundenen Kategorien werden angezeigt und sind auswählbar. "
+"Selling Format Template contains price-related data and quantity for the items, which will be listed on Rakuten.com.
+Next to each price options dropdown there is a box for Price Change. Price Change is a value you want the Magento Price to be modified while listing on Rakuten.com.
+Examples:
+If you want the price on Rakuten.com to be greater by 15% than the price in Magento, you should set +15% in the Price Change field.
+Rakuten.com Price = Magento Price + Magento Price * 0.15
+
+If you want the price on Rakuten.com to be less by 10 currency units than the price in Magento, you should set -10 in the Price Change field.
+Rakuten.com Price = Magento Price - 10
+
+If you want the price on Rakuten.com to be multiplied by coefficient 1.2, you should set 1.2 in the Price Change field.
+
+Rakuten.com Price = Magento Price * 1.2.
+
+Note: If the Special Price is chosen in the Price option, but it is not set in Magento Product settings or it is set but it has already expired, the Product Price is used instead.
+
+Note: Attributes must contain only numeric values.
+","Die Vorlage für das Angebotsformat enthält Daten zu Preisen und Stückzahlen der Artikel, die bei Rakuten.com eingestellt werden. Neben jedem Drop-down-Menü für die Preisoptionen befindet sich jeweils ein Feld für Preisänderungen. Im Feld „Preisänderung“ können Sie festlegen, wie sich der Preis bei Rakuten.com gegenüber dem Magento-Preis ändern soll.Beispiele: Wenn der Preis bei Rakuten.com 15 % höher als der Preis in Magento sein soll, können Sie im Feld „Preisänderung“ „+15 %“ angeben.Rakuten.com-Preis = Magento-Preis + Magento-Preis × 0,15 Wenn der Preis bei Rakuten.com 10 Währungseinheiten niedriger als der Preis in Magento sein soll, müssen Sie im Feld „Preisänderung“ „–10“ angeben.Rakuten.com-Preis = Magento-Preis – 10 Wenn der Preis bei Rakuten.com mit dem Koeffizienten 1,2 multipliziert werden soll, müssen Sie im Feld „Preisänderung“ „1,2“ angeben.Rakuten.com-Preis = Magento-Preis × 1,2 Hinweis: Wenn Sie als Wert für die Option Preis „Sonderpreis“ festgelegt haben, die Option aber nicht in den Produkteinstellungen in Magento festgelegt wurde oder bereits abgelaufen ist, wird stattdessen die Einstellung „Produktpreis“ verwendet.Hinweis: Attribute dürfen nur numerische Werte enthalten."
+"The price of products in Rakuten.com listing(s).","Der Preis der Produkte in Rakuten.com-Bestellungen."
+"The price of products in Rakuten.com listing(s).Note: The Final Price is only used for Simple Products.","Der Preis der Produkte in Rakuten.com-Bestellungen.Hinweis: Der Endpreis wird nur für einfache Produkte verwendet."
+"Attribute Sets of products which will be listed on Rakuten.com using this template.","Attributsets von Produkten, die bei Rakuten.com unter Verwendung dieser Vorlage eingestellt werden."
+"Products quantity in Rakuten.com listing(s).","Produktmengen in Rakuten.com-Angeboten."
+"Enables to set the quantity that will be sent on Rakuten.com.","Ermöglicht die Festlegung der Stückzahl, die an Rakuten.com gesendet wird ."
+"If you have 5 pieces in stock but set a max qty of 2 to be listed, a qty of 2 will be listed on Rakuten.com.
+ If you have 1 piece in stock but max qty is set to 3, only 1 will be listed on Rakuten.com.","Wenn Sie fünf (5) Stück auf Lager haben, als maximal einzustellende Stückzahl jedoch zwei (2) angeben, werden zwei (2) Stück bei Rakuten.com eingestellt. Wenn Sie ein (1) Stück auf Lager haben und die maximal einzustellende Stückzahl auf drei (3) festgelegt ist, wird nur ein (1) Stück bei Raktuen.com eingestellt."
+"Synchronization Template includes rules and conditions which determine Listing behavior on Rakuten.com.
+ List, Revise, Relist and Stop Rules have to be specified in this template.
+ List Action - at first this action to be executed for each item in M2E Listings, which has Not Listed status and its settings meet the List Condition. If an item was not listed for some reason, autosynchronization will attempt
+ to list it again only if Product Status, Stock Availability or Quantity is changed.
+
+ Note: Inventory Synchronization setting must be enabled in Synchronization (Configuration > Synchronization).
+ Otherwise, Synchronization Template Rules will not take effect.","Synchronisierungsvorlagen enthalten Regeln und Bedingungen für das Einstellen bei Rakuten.com. In dieser Vorlage müssen Regeln für das Einstellen, Bearbeiten, Wiedereinstellen und Anhalten angegeben werden. Aktion „Einstellen“ : Diese Aktion muss zunächst für jeden Artikel aus den M2E-Angeboten durchgeführt werden, dessen Status Nicht eingestellt lautet und dessen Einstellungen die Bedingung für das Einstellen erfüllen. Wenn ein Artikel aus irgendeinem Grund nicht eingestellt wurde, versucht die automatische Synchronisierung diesen Artikel nur dann erneut einzustellen, wenn sich Produktstatus, Verfügbarkeit oder Stückzahl geändert haben. Hinweis: Die Einstellung „Warenbestand synchronisieren“ muss unter „Konfiguration“ > „Synchronisierung“ aktiviert werden. Andernfalls können die Regeln der Synchronisierungsvorlage nicht angewendet werden."
+"Relist Rules define the conditions at which Rakuten.com items will be relisted. ","Die Regeln für das Wiedereinstellen geben die Bedingungen vor, unter denen Rakuten.com-Artikel wiedereingestellt werden. "
+"Revise Rules are the conditions, at which automatic full and partial listings revising features are enabled.
+ If the certain condition is enabled (Yes is chosen in appropriate line) and met,
+then Rakuten.com Listings, which were listed using current Synchronization Template,
+will be automatically fully or partially updated.
+
+ Partial Revise - contains list of product details, which changes you want to be reflected on Rakuten.com.
+ Full Revise - contains groups of M2E settings. If any data of these groups (Selling Format Template, Listing Channel Settings) is changed, then listings, which use these templates in their settings, will be automatically fully revised.
+ ","Regeln für das Überarbeiten sind die Bedingungen, die erfüllt sein müssen, damit Angebote automatisch ganz oder teilweise bearbeitet werden. Wenn die jeweilige Bedingung aktiviert ist (also in der entsprechenden Zeile Ja ausgewählt wurde) und das Angebot die Bedingung erfüllt, werden Rakuten.com-Angebote, die mit der aktuellen Synchronisierungsvorlage eingestellt wurden, automatisch vollständig oder teilweise aktualisiert. Teilweise überarbeiten : Enthält eine Liste von Produktdetails, mit deren Hilfe Sie festlegen können, welche Änderungen in Rakuten.com übernommen werden sollen. Vollständig überarbeiten : Enthält Gruppen von M2E-Einstellungen. Wenn Daten aus diesen Gruppen (Angebotsformatvorlage, Channel-Einstellungen für das Angebot) geändert werden, werden Angebote, die diese Vorlagen in ihren Einstellungen verwenden, vollständig überarbeitet. "
+"Automatically revises quantity on Rakuten.com listing(s) when the quantity or attribute for quantity of its product is changed in Magento.","Die Stückzahlen von Rakuten.com-Angeboten werden automatisch überarbeitet, wenn die Mengen oder Mengenattribute der verknüpften Produkte in Magento geändert werden."
+"Updates Rakuten.com qty only when the Condition you set below is met.
+ Note: By using this option you can significantly increase Synchronization performance.","Aktualisiert die Stückzahl bei Rakuten.com, wenn die von Ihnen nachstehend festgelegte Bedingung erfüllt ist. Hinweis: Wenn Sie diese Option verwenden, können Sie die Synchronisierungsleistung erheblich steigern."
+"Automatically revises price on Rakuten.com listing(s) when the price(s) or attribute(s) for price(s) of its product is (are) changed in Magento.","Die Preise von Rakuten.com-Angeboten werden automatisch überarbeitet, wenn die Preise oder Preisattribute der verknüpften Produkte in Magento geändert werden."
+"Automatically revises Rakuten.com listing(s) if its Selling Format Template was changed.","Rakuten.com-Angebote werden automatisch überarbeitet, wenn die zugrundeliegende Angebotsformatvorlage geändert wird."
+"Automatically revises Rakuten.com listing(s) if its Listing Settings was changed.","Rakuten.com-Angebote werden automatisch überarbeitet, wenn die zugrundeliegenden Angebotseinstellungen geändert werden."
+"Stop Rules define the conditions when Rakuten.com items listing must be
+ stopped, depending on Magento product state.
+ Note: If all Stop Conditions are set to No or No Action , then the stop option for Rakuten.com items is disabled.
+ If all Stop Conditions are enabled, then an item will be stopped if at least one of Stop Conditions is met.","Die Regeln für das Anhalten definieren die Bedingungen, bei denen Rakuten.com-Angebote je nach ihrem Magento-Produktstatus angehalten werden müssen. Hinweis: Wenn für alle Bedingungen für das Anhalten Nein oder Keine Aktion festgelegt ist, dann wird die Option für das Anhalten von Rakuten.com-Artikeln deaktiviert. Wenn alle Bedingungen für das Anhalten aktiviert sind, wird ein Artikel angehalten, sobald mindestens eine der Bedingungen erfüllt ist."
+"Please select categories.","Bitte wählen Sie die gewünschten Kategorien aus."
+"This page contains all created Listings. Use Templates filters to sort Listings by templates that they use in their settings.
+ You can perform different Actions on a single Listing or on a group of Listings.
+ Actions for a single Listing you can find in the Action column of the grid. Choose a necessary option in the appropriate Listing dropdown to execute it.
+ Mass actions are in the Actions dropdown at the top right corner of the grid. Select check-boxes of appropriate items,
+ choose an Action from the dropdown and press the Submit button.","Diese Seite enthält alle erstellten Angebote. Verwenden Sie Vorlagenfilter, um die Angebote nach den Vorlagen zu filtern, die in ihren Einstellungen verwendet werden. Sie können verschiedene Aktionen sowohl für einzelne Angebote als auch für eine Gruppe von Angeboten durchführen. Die für einzelne Angebote durchführbaren Aktionen finden Sie in der Spalte „Aktion“. Wählen Sie die Option, die Sie ausführen möchten, aus dem Dropdown-Menü für die Angebote. Die für mehrere Angebote gleichzeitig durchführbaren Aktionen finden Sie im Dropdown-Menü oben rechts in der Tabelle. Aktivieren Sie die Kontrollkästchen der entsprechenden Artikel, wählen Sie eine Aktion aus dem Drop-down-Menü „Aktion“ aus und klicken Sie auf Senden ."
+"This Log contains all information about actions, which were done on all M2E Pro Listings and their items.","Dieses Protokoll enthält alle Informationen zu Aktionen, die für M2E Pro-Angebote und ihre Artikel ausgeführt wurden."
+"This Log contains all information about actions, which were done on 3rd Party Listings.","Dieses Protokoll enthält alle Informationen zu Aktionen, die für Angebote von Drittanbietern ausgeführt wurden."
+"Edit Variation","Variante bearbeiten"
+"To list product variations you have to map each variation to a child product on Amazon.
+ Here you can edit the variations you have selected earlier.","Wenn Sie bei Amazon Produktvarianten einstellen möchten, müssen Sie jede Variante einem untergeordneten Produkt zuordnen. Hier können Sie die Varianten bearbeiten, die Sie zuvor ausgewählt haben."
+"Variations","Varianten"
+"Manage Variations","Varianten verwalten"
+"To list product variations you have to map each variation to a child product on Amazon.
+ Here you should specify the variations you want to sell. Then, use the Search ASIN/ISBN tool to map it.","Wenn Sie bei Amazon Produktvarianten einstellen möchten, müssen Sie jede Variante einem untergeordneten Produkt zuordnen. Hier sollten Sie die Varianten angeben, die Sie verkaufen möchten. Verwenden Sie dann das Tool zur ASIN/ISBN-Suche, um die Varianten zuzuordnen."
+"This section contains information on all Listings' Items.
+ You can search for necessary Items and manage them from their Listings: click on the icon in the Manage column on appropriate
+ line to navigate to the Listing, that contains chosen product.","Dieser Abschnitt enthält Informationen zu allen Angebotsartikeln. Sie können nach gewünschten Artikeln suchen und sie über ihre Angebote verwalten: Klicken Sie auf das Symbol in der entsprechenden Zeile der Spalte „Verwalten“, um zu dem Angebot mit dem ausgewählten Produkt zu navigieren."
+"Marketplaces settings have been saved.","Die Einstellungen für den Marktplatz wurden gespeichert."
+"You must select at least one marketplace you will work with.","Sie müssen mindestens einen Marktplatz auswählen, in dem Sie aktiv sein werden."
+"Another Synchronization Is Already Running.","Es wird bereits eine andere Synchronisierung ausgeführt."
+"Getting information. Please wait ...","Informationen werden abgerufen. Bitte warten Sie..."
+"Preparing to start. Please wait ...","Start wird vorbereitet. Bitte warten Sie..."
+"Synchronization has successfully ended.","Die Synchronisierung wurde abgeschlossen."
+"Synchronization ended with warnings. View log for details.","Die Synchronisierung wurde mit Warnungen abgeschlossen. Details dazu finden Sie im Protokoll ."
+"Synchronization ended with errors. View log for details.","Die Synchronisierung wurde mit Fehlern abgeschlossen. Details dazu finden Sie im Protokoll ."
+"This section allows you to set up the Marketplaces you will work with.
+ Enable certain marketplaces and press the Save And Update button in the top right corner, all necessary marketplace data will be downloaded and synchronized with M2E Pro settings.
+ It is recommended to update marketplaces when any marketplace changes are announced.
+ Note: Installation and update processes might be time-consuming, depending on the number of enabled marketplaces and your server environment.
+ ","In diesem Abschnitt können Sie die Marktplätze festlegen, in denen Sie aktiv sein werden. Aktivieren Sie die gewünschten Marktplätze und klicken Sie oben rechts auf Speichern und aktualisieren . Die Daten aller gewünschten Marktplätze werden heruntergeladen und mit den M2E Pro-Einstellungen synchronisiert. Wir empfehlen, die Marktplätze zu aktualisieren, sobald Änderungen in den Marktplätzen angekündigt werden. Hinweis: Die Installation und Aktualisierung kann je nach Menge der aktivierten Marktplätze und Ihrer Serverumgebung etwas mehr Zeit in Anspruch nehmen. "
+"This Log contains Orders history information.","Dieses Protokoll enthält historische Informationen zu Bestellungen."
+"On this page you have to provide the access to your Play.com account M2E Pro could interact with Play.com.","Auf dieser Seite müssen Sie den Zugang zu Ihrem Play.com-Konto bereitstellen, damit M2E Pro mit Play.com interagieren kann."
+"M2E Pro was not able to get access to the Play.com account. Please, make sure, that you enter correct Play.com login and password. If everything is correct but you still unable to access your account, please contact Play.com Customer Service Department on 0845 800 1020 (UK only) or +44 (0)1534 877595 (outside UK).","M2E Pro konnte nicht auf das Play.com-Konto zugreifen. Bitte vergewissern Sie sich, dass Sie die korrekten Logininformationen für Play.com eingegeben haben. Wenn alles korrekt ist, Sie aber immer noch nicht auf Ihr Konto zugreifen können, wenden Sie sich bitte an den Kundenservice von Play.com. Sie erreichen diesen unter 0845 800 1020 (innerhalb Großbritanniens und Nordirlands) oder unter +44 (0)1534 877595 (außerhalb Großbritanniens und Nordirlands)."
+"Title or identifier of Play.com account for your internal use.","Bezeichnung oder ID des Play.com-Kontos zu Ihrer internen Verwendung."
+"You must select and update Play.com marketplace to get access to this section.","Sie müssen den Play.com-Marktplatz wählen und aktualisieren, um auf diesen Bereich zugreifen zu können."
+"WEB/API Access","Web/API-Zugang"
+"Account Type","Kontotyp"
+"PlayTrade / ProTrade","PlayTrade/ProTrade"
+"Merchant Toolbox","Werkzeuge für Händler"
+"Type of your Play.com account.","Typ Ihres Play.com-Kontos"
+"Login to your Play.com account.","Login-Name für Ihr Play.com-Konto"
+"Password to your Play.com account.","Passwort für Ihr Play.com-Konto"
+"The 3rd Party Listings are the items, which were listed on Play.com without using M2E Pro extension.
+ To allow importing of these listings for the current Play.com Account, set Import 3rd Party Listings to Yes .
+ Imported Listings can be found in %1$s > Manage Listings > 3rd Party Listings.
+ Note: The 3rd Party Listings Synchronization must be enabled in %1$s > Configuration > Synchronization.
+ To map the products of the 3rd Party Listings with existing products in Magento by Reference Code, Play.com Listing title or another identifier, set Product Mapping to Yes and choose appropriate attribute(s).
+ A Magento product will be mapped if at least one of the chosen attributes meets the same value in Play.com Listing as it has in Magento.
+
+ After mapping Play.com Listing can be automatically moved from the 3rd Party Listings to M2E Pro Listings for further management.
+
+ Note: Auto mapping and moving actions are performed only once during the first 3rd Party Listings Synchronization.
+ Afterwards, it can be performed manually on the 3rd Party Listings page (%1$s > Manage Listings > 3rd Party Listings).","Die Angebote von Drittanbietern sind die Artikel, die ohne M2E Pro bei Play.com eingestellt wurden. Wenn Sie den Import dieser Angebote für das aktuelle Play.com-Konto zulassen möchten, wählen Sie Ja für „Angebote von Drittanbietern importieren“. Importierte Angebote finden Sie unter %1$s > Angebote verwalten > Angebote von Drittanbietern. Hinweis: Die Synchronisierung von Drittanbieterangeboten muss unter %1$s > „Konfiguration“ > „Synchronisierung“ aktiviert werden. Um die Produkte aus Angeboten von Drittanbietern mit vorhandenen Produkten in Magento über die Referenznummer, die Play.com-Artikelbezeichnung oder einen anderen Identifikator verknüpfen zu können, müssen Sie für „Produktzuordnung“ Ja festlegen und die entsprechenden Attribute wählen. Produkte in Magento werden zugeordnet, wenn mindestens eines der gewählten Attribute bei Play.com denselben Wert wie in Magento hat. Nach der Zuordnung kann das Play.com-Angebot automatisch aus den Angeboten von Drittanbietern in die Liste der M2E Pro-Angebote verschoben und dort weiter verwaltet werden. Hinweis: Das automatische Zuordnen und Verschieben erfolgt nur einmalig bei der ersten Synchronisierung der Angebote von Drittanbietern. Anschließend kann die Zuordnung manuell auf der Seite der Angebote von Drittanbietern durchgeführt werden (%1$s > Angebote verwalten > Angebote von Drittanbietern)."
+"Maps Play.com product with Magento product.","Ordnet Play.com-Produkte Magento-Produkten zu."
+"Attributes Of Mapping Play.com Items To Magento Products","Attribute für die Zuordnung von Play.com-Artikeln zu Magento-Produkten"
+"Auto Moving Mapped Play.com Items To M2E Listings","Automatisches Verschieben zugeordneter Play.com-Artikel in M2E-Angebote"
+"This section allows you automatically move mapped Play.com Items in default created M2E Listing and synchronize their Prices and Quantities with Magento values at once they have been moved.","In diesem Abschnitt können Sie zugeordnete Play.com-Artikel automatisch in vorhandene M2E-Angebote verschieben und nach dem Verschieben deren Preise und Stückzahlen alle auf einmal mit Magento-Werten synchronisieren."
+"Move Mapped Play.com Items","Zugeordnete Play.com-Artikel verschieben"
+"Automatically moves Play.com Listings from 3rd Party Listings to default created M2E Listing.","Verschiebt Play.com-Angebote von Angeboten von Drittanbietern automatisch in vorhandene M2E-Angebote."
+"Updates Price and / or Quantity of Play.com Listing with Magento values.","Aktualisiert Preis und/oder Menge des Play.com-Angebots entsprechend den Werten in Magento."
+"This tab contains settings of Play.com Orders, Play.com Customers import; Magento Orders and Products creation.
+If you set Import Play.com Orders to Yes , a new Play.com order will be imported to the system and can be found in %1$s > Sales > Orders.
+It is possible to allow auto creation of Magento Orders based on imported Play.com Orders for products listed by Other Software.
+Note: The Product Stock QTY only reduces after Magento Order is created.
+These type of orders can be managed as typical Magento Orders in Magento > Sales > Orders.
+Note: To receive orders from Play.com, Order Synchronization must be enabled in %1$s > Configuration > Synchronization.","Diese Registerkarte enthält Einstellungen von Play.com-Bestellungen, importierten Play.com-Kundendaten, Magento-Bestellungen und Produkterstellungsdaten. Wenn Sie Ja für „Play.com-Bestellungen importieren“ wählen, werden neue Play.com-Bestellungen in das System importiert. Diese sind anschließend unter %1$s > „Verkäufe“ > „Bestellungen“ zu finden. Für Produkte, die mit anderer Software eingestellt wurden, können Magento-Bestellungen basierend auf importierten Play.com-Bestellungen automatisch erstellt werden.Hinweis: Die Stückzahl der verfügbaren Artikel wird erst nach der Erstellung der Magento-Bestellung reduziert. Diese Art von Bestellungen kann als typische Magento-Bestellung unter Magento > Verkäufe > Bestellungen verwaltet werden.Hinweis: Um Bestellungen von Play.com übernehmen zu können, muss die Bestellungssynchronisierung unter %1$s > „Konfiguration“ > „Synchronisierung“ aktiviert sein."
+"Import Play.com Orders","Play.com-Bestellungen importieren"
+"Allows importing orders from Play.com to M2E Pro.","Ermöglicht das Importieren von Bestellungen aus Play.com in M2E Pro."
+"Note: Only simple products without variations can be created in Magento. If there is a product with variations on Play.com, M2E Pro creates different simple products for each variation.","Hinweis: In Magento können nur einfache Produkte ohne Varianten erstellt werden. Wenn ein Produkt mit Varianten bei Play.com eingestellt ist, erstellt M2E Pro für jede Variante ein anderes einfaches Produkt."
+"Use the Reserve QTY option to prevent the item being sold, before Magento Order created (as the Product Stock QTY only reduces after Magento Order creation). It removes items from Magento Stock at once Play.com Order comes from Play.com.
+ Reserve qty will be used when Magento Order is created or released when the term of qty reservation has expired.
+ ","Mit der Option „Stückzahl reservieren“ können Sie verhindern, dass der Artikel verkauft wird, bevor die Magento-Bestellung erstellt wurde (da sich die Stückzahl der vorrätigen Produkte erst nach dem Erstellen der Magento-Bestellung verringert). Damit werden Artikel aus dem Magento-Bestand entfernt, sobald Play.com-Bestellungen von Play.com eintreffen. „Stückzahl reservieren“ wird verwendet, wenn eine Magento-Bestellung erstellt oder freigegeben wird und die Frist für die Stückzahlreservierung abgelaufen ist. "
+"There are several ways to specify a customer for which Magento Orders will be created:
+
+ Guest Account - the system does not require a customer account to be created. Default Guest Account will be defined as a customer.
+ Note: The Guest Checkout option must be enabled in Magento. (Yes must be chosen in the Allow Guest Checkout option in Magento > System > Configuration > Sales > Checkout tab).
+ Predefined Customer - the system uses one predefined customer for all Play.com orders related to this account. You will be required
+ to provide an ID of the existing Customer, which you can find in Magento > Customers > Manage Customers table.
+ Create New - a new customer will be created in Magento, using Play.com customer data of Play.com Order.
+ Note: A unique customer identifier is his e-mail address. If the one already exists among Magento customers e-mails,
+ the system uses this customer as owner of order and links order to him. A new customer will not be created.
+ ","Es gibt verschiedene Möglichkeiten, einen Kunden anzugeben, für den Magento-Bestellungen erstellt werden: Gästekonto : Das System verlangt nicht, dass ein Kundenkonto angelegt wird. Standard-Gästekonten werden als Kundenkonten definiert. Hinweis: Die Option für die Kaufabwicklung mit einem Gästekonto muss in Magento aktiviert werden. (Wählen Sie dazu Ja als Wert für die Option „Verkaufsabwicklung mit Gästekonto erlauben“ unter Magento > „System“ > „Konfiguration“ > „Verkäufe“ > „Verkaufsabwicklung“). Vordefinierter Kunde : Das System verwendet für alle mit diesem Konto verbundenen Play.com-Bestellungen einen vordefinierten Kunden. Sie müssen eine ID für das existierende Kundenkonto eingeben. Diese finden Sie in der Tabelle Magento > „Kunden“ > „Kunden verwalten“. Neu erstellen : In Magento wird mithilfe der Play.com-Kundendaten aus der Play.com-Bestellung ein neuer Kunde angelegt. Hinweis: Eine eindeutige Kunden-ID ist zum Beispiel die E-Mail-Adresse des Kunden. Wenn es unter den Magento-Kunden bereits jemanden mit der angegebenen E-Mail-Adresse gibt, behandelt das System diesen Kunden als Besteller und verknüpft die Bestellung mit dessen Konto. Es wird kein neuer Kunde erstellt. "
+"Necessary emails will be sent according to Magento settings in Magento > System > Configuration > Sales Emails.
+ Hold Ctrl button, to choose more, than one option.","Alle erforderlichen E-Mails werden entsprechend den unter Magento > System > Konfiguration > Verkaufs-E-Mails festgelegten Magento-Einstellungen versendet. Halten Sie die Strg-Taste gedrückt, um mehrere Optionen gleichzeitig auszuwählen."
+"This section allows you to choose tax settings for Magento Order:
+
+ Play.com - Magento Order(s) uses tax settings from Play.com Listing(s).
+ Magento - Magento Order(s) uses Magento tax settings.
+ Play.com & Magento - if there are tax settings in Play.com Order, they are used in Magento Order(s), otherwise, Magento tax settings are used.
+ None - Play.com and Magento tax settings are ignored.
+
+ ","In diesem Abschnitt können Sie die Besteuerungseinstellungen für Magento-Bestellungen auswählen: Play.com : Für Magento-Bestellungen werden die Besteuerungseinstellungen aus den Play.com-Angeboten verwendet. Magento : Für Magento-Bestellungen werden die Besteuerungseinstellungen aus Magento verwendet. Play.com und Magento : Wenn die Play.com-Bestellung Besteuerungseinstellungen enthält, werden diese in Magento-Bestellungen verwendet. Andernfalls werden die Magento-Besteuerungseinstellungen verwendet. Keine : Die Besteuerungseinstellungen von Play.com und Magento werden ignoriert. "
+"Play.com","Play.com"
+"Play.com & Magento","Play.com und Magento"
+"In this block you can configure mapping between Play.com Order state and Magento Order statuses.
+ Depending on the state of Play.com Order you can manually determine certain statuses for Magento Order and enable automatic Shipment and Invoice
+ creation by selecting appropriate check-boxes, or use predefined default settings. (i.e. Play.com: Order is Shipped -> Magento Order is Completed). ","In diesem Abschnitt wird die Zuordnung des Status von Play.com-Bestellungen zum Status von Magento-Bestellungen konfiguriert. Je nach Status der Play.com-Bestellung können Sie bestimmte Statuseinstellungen von Magento-Bestellungen manuell festlegen und den automatischen Versand und die automatische Rechnungserstellung aktivieren, indem Sie die entsprechenden Kontrollkästchen aktivieren oder die vordefinierten Standardeinstellungen verwenden (z.B. Play.com: Bestellung wurde verschickt -> Magento-Bestellung wurde abgeschlossen). "
+"Order Status is Sold","Bestellstatus ist „verkauft“"
+"Order Status is Posted","Bestellstatus ist „veröffentlicht“"
+"Actions, which have to be done to products added to categories.","Aktionen, die für zu Kategorien hinzugefügte Produkte ausgeführt werden sollen."
+"Stop on Play.com","Bei Play.com anhalten"
+"Stop on Play.com and Delete from Listing","Bei Play.com anhalten und aus Angebot löschen"
+"Actions, which have to be done to listed products deleted from categories.","Aktionen, die für aus Kategorien gelöschte Produktangebote ausgeführt werden sollen."
+"This section contains Play.com Listings, which belong to registered Play.com Accounts (%1$s > Configuration > Play.com Accounts) and were listed not by M2E Pro extension.
+You can map these Listings to existing products in Magento and move them to another M2E Listings for further management. For that use single actions on appropriate Listing record or use mass Actions in the top right corner.
+Note: To import Play.com 3rd Party Listings the 3rd Party Listings Import must be enabled in account's settings
+(%1$s > Configuration > Play.com Accounts > General tab) and the 3rd Party Listings Synchronization must be enabled in %1$s > Configuration > Synchronization.","Dieser Abschnitt enthält Play.com-Angebote von registrierten Play.com-Verkäuferkonten (%1$s > „Konfiguration“ > „Play.com-Konten“), die nicht mit M2E Pro eingestellt wurden. Sie können die Angebote Produkten zuordnen, die in Magento vorhanden sind, und sie zur weiteren Verwaltung in andere M2E-Angebote verschieben. Führen Sie dazu Einzelaktionen am entsprechenden Angebotsdatensatz aus oder verwenden Sie die für mehrere Angebote gleichzeitig durchführbaren Aktionen oben rechts in der Ecke.Hinweis: Um Play.com-Angebote von Drittanbietern importieren zu können, müssen Sie den Import von Angeboten von Drittanbietern in den Kontoeinstellungen (%1$s > „Konfiguration“ > „Play.com-Konten“ > Registerkarte „Allgemeines“) sowie die Synchronisierung von Angeboten von Drittanbietern (%1$s > „Konfiguration“ > „Synchronisierung“) aktivieren."
+"Enter product name, ISBN, EAN or UPC","Geben Sie die Produktbezeichnung, die ISBN, die EAN oder den UPC ein"
+"There was an error during previous automatic Play ID search:","Bei der vorherigen automatischen Play-ID-Suche ist ein Fehler aufgetreten:"
+"Assign Play ID Manually","Play-ID manuell zuweisen"
+"Allows searching Play ID by data that will be specified on the next step.","Ermöglicht die Suche nach der Play-ID mithilfe von Daten, die im nächsten Schritt eingegeben werden."
+"Assign Play ID Automatically","Play-ID automatisch zuweisen"
+"Allows searching Play ID by data, that have already been specified in Listing Search settings.","Ermöglicht die Suche nach der Play-ID mithilfe von Daten, die bereits zuvor in den Einstellungen für die Angebotssuche eingegeben wurden."
+"
+ This section contains Play.com Channel, Product Search, Shipping and Condition settings.
+
+ In the General section you have to specify Play.com Account, which listed items will be related to, and the Reference Code for its products.
+ In the Search Settings you have to specify the identifiers, at which products will be searched on Play.com.
+ In the Shipping section you have to specify Shipping information.
+ The Condition section allows specifying item(s) condition and making notes to better describe the condition.
+
+
Note: Not Set and
Not Set / Not Changeable options are used for the 3rd Party Listings mainly. If these options are chosen, Play.com will be used as a master record.
"," Dieser Abschnitt enthält Einstellungen zum Play.com-Channel, zur Produktsuche, zum Versand und zum Artikelzustand.
Im Abschnitt „Allgemeines“ müssen Sie das Play.com-Konto, mit dem die einzustellenden Artikel verknüpft sind, sowie den Referenzcode für die Produkte angeben. Geben Sie in den Sucheinstellungen die Identifikatoren ein, mit deren Hilfe die Produkte anschließend bei Play.com gesucht werden. Im Abschnitt „Versand“ müssen Sie die Versandinformationen angeben. Im Abschnitt „Zustand“ können sie Angaben zum Zustand der Artikel machen und Anmerkungen für eine bessere Beschreibung des Artikelzustands hinzufügen. Hinweis: Die Optionen
Nicht festgelegt und
Nicht festgelegt/Nicht änderbar werden hauptsächlich für die Angebote von Drittanbietern verwendet. Wenn diese Optionen aktiviert sind, wird Play.com als Masterdatensatz verwendet.
"
+"UPC/EAN Attribute","Attribut „UPC/EAN“"
+"Play ID Attribute","Attribut „Play ID“"
+"Parameter the product search will be performed by. For ex.: http://www.play.com/Mobiles/Mobile/4-/20020059/-/Product.html. Play ID = 20020059","Parameter, anhand dessen die Produktsuche ausgeführt wird. Beispiel: http://www.play.com/Mobiles/Mobile/4-/20020059/-/Product.html. Play ID = 20020059"
+"Must be a positive number with two decimal places.","Muss eine positive Zahl mit zwei Dezimalstellen sein."
+"Play.com Account","Play.com-Konto"
+"Play.com accounts previously added in Configuration > Accounts.","Play.com-Konten, die zuvor in „Konfiguration“ > „Konten“ hinzugefügt wurden."
+"A unique ID, which identify a product in your Play.com seller inventory.
+Note: If you list a product and M2E Pro find a product with the same Reference Code in Play.com inventory, they will be mapped.","Eindeutige ID, die ein Produkt in Ihrem Play.com-Verkäuferwarenbestand identifiziert.Hinweis: Wenn Sie ein Produkt einstellen und M2E Pro im Play.com-Warenbestand ein Produkt mit demselben Referenzcode findet, werden die Produkte einander zugeordnet."
+"Reference Code Attribute","Attribut „Referenzcode“"
+"Generate Reference Code","Referenzcode generieren"
+"If Yes , then if the Reference Code of the product you list is found in the 3rd Party or M2E Listings, another one will be automatically created and the product will be listed.","Wenn für diese Option Ja festgelegt ist und der Referenzcode des Produkts, das Sie einstellen, in Angeboten von Drittanbietern oder M2E-Angeboten gefunden wird, wird automatisch eine andere Referenznummer erstellt und das Produkt wird eingestellt."
+"Search Products On Play.com","Nach Produkten bei Play.com suchen"
+"At the moment, it is possible only to list items existing on Play.com.
+So before the list action, each product in listing must have existing Play ID.
+This section contains parameters for action ""Assign Play ID Automatically","Derzeit können nur Artikel eingestellt werden, für die es bei Play.com einen Eintrag gibt. Vor dem Einstellen muss daher jedem Produkt im Angebot eine vorhandene Play-ID zugewiesen werden. Dieser Abschnitt enthält Parameter für die Aktion „Play-ID automatisch zuweisen“."
+"UPC/EAN","UPC/EAN"
+"
+ This section determines information about how your products will be shipped.
+
+ Note: Not Set / Not Changeable is used for the 3rd Party Listings mainly. If this option is chosen, Play.com will be used as a master record.
+ "," Dieser Abschnitt enthält Angaben dazu, wie Ihre Produkte verschickt werden. Hinweis: Nicht festgelegt/Nicht änderbar wird hauptsächlich für die Angebote von Drittanbietern verwendet. Wenn diese Option aktiviert ist, wird Play.com als Masterdatensatz verwendet. "
+"Delivery Region","Lieferregion"
+"Region to which you are willing to deliver.","Region, in die Sie zu liefern bereit sind."
+"Delivery Region Value","Wert „Lieferregion“"
+"UK Only","Nur Vereintes Königreich"
+"Europe Only","Nur Europa"
+"UK & Europe","Vereintes Königreich und Europa"
+"Delivery Region Attribute","Attribut „Lieferregion“"
+"Choose the attribute that contains identifier .","Wählen Sie das Attribut, das den Identifikator enthält."
+"Dispatch Country","Versandland"
+"Country you will be dispatching your item from.","Land, aus dem Sie Ihren Artikel verschicken werden."
+"Dispatch Country Value","Wert „Versandland“"
+"UK","Vereintes Königreich"
+"Andorra","Andorra"
+"Belgium","Belgien"
+"Cyprus","Zypern"
+"Denmark","Dänemark"
+"Finland","Finnland"
+"Gibraltar","Gibraltar"
+"Greece","Griechenland"
+"Greenland","Grönland"
+"Iceland","Island"
+"Liechtenstein","Liechtenstein"
+"Luxembourg","Luxemburg"
+"Malta","Malta"
+"Monaco","Monaco"
+"Norway","Norwegen"
+"San Marino","San Marino"
+"Vatican","Vatikanstadt"
+"USA","USA"
+"Shipping Cost per Item, GBP","Versandkosten pro Artikel, GBP"
+"Cost Value, GBP","Wert „Kosten“, GBP"
+"Cost Attribute, GBP","Attribut „Kosten“, GBP"
+"Shipping Cost per Item, EUR","Versandkosten pro Artikel, EUR"
+"Cost Value, EUR","Wert „Kosten“, EUR"
+"Cost Attribute, EUR","Attribut „Kosten“, EUR"
+"Condition of the product(s) you want to list on Play.com.","Zustand der Produkte, die Sie bei Play.com einstellen möchten."
+"Condition of the product(s) you want to list on Play.com.
+ Note: Condition of Active Items cannot be changed.","Der Zustand der Produkte, die Sie bei Play.com einstellen möchten. Hinweis: Zustand noch eingestellter Artikel ist nicht änderbar."
+"Used - Average","Gebraucht – Durchschnittlich"
+"Collectable - Like New","Sammlerstück – Wie neu"
+"Collectable - Very Good","Sammlerstück – Sehr gut"
+"Collectable - Good","Sammlerstück – Gut"
+"Collectable - Average","Sammlerstück – Durchschnittlich"
+"Short description of item(s) condition.","Eine kurze Beschreibung des Artikelzustands."
+"This section allows you to create a Listing. Listing is a group of items, which have the same
+ Attribute Set and were combined to be listed on Play.com.
+ Creating a Listing requires two types of templates (Selling Format and Synchronization) to be created in advance,
+ that allows reaching a high level of flexibility in listing and synchronization processes.
+
+ It is also possible to create templates by clicking the Add New button next to the appropriate template option. Do not forget to press
+ the Refresh button after the new template creation in order to see the newly added template in the dropdown list.
+ In the Listing Configuration block you are required to choose appropriate Selling Format Template, which determines quantity and price related data of your Play.com Listings.
+
+
+ In the Synchronization Settings block you are required to choose a Synchronization Template and its settings.
+ This determines the actions, which must be done to Play.com Listings depending on any changes of their products happened in Magento,
+ and of their templates that are used in the Listing Configuration settings. ","In diesem Abschnitt können Sie Angebote erstellen. Das Angebot vereint eine Gruppe von Artikeln, die über dasselbe Attributset verfügen und für das Einstellen bei Play.com zusammengefasst wurden. Um ein Angebot erstellen zu können, müssen zuvor zwei Vorlagen („Angebotsformat“ und „Synchronisierung“) erstellt werden, die die Angebotserstellung und -synchronisierung erheblich flexibler und einfacher machen. Sie können auch Vorlagen erstellen, indem Sie neben der entsprechenden Vorlagenoption auf Neue hinzufügen klicken. Vergessen Sie nicht, nach der Erstellung der Vorlage auf Aktualisieren zu klicken, um die neu hinzugefügte Vorlage in der Drop-down-Liste angezeigt zu bekommen. Im Abschnitt „Angebotskonfiguration“ müssen Sie die entsprechende Vorlage für das Angebotsformat auswählen, die stückzahl- und preisbezogene Daten für Ihre Play.com-Angebote vorgibt. Im Abschnitt für die Synchronisierungseinstellungen müssen Sie eine Synchronisierungsvorlage und die dazugehörigen Einstellungen wählen. Hier legen Sie fest, was mit den Angeboten bei Play.com geschehen soll, wenn Änderungen an den zugeordneten Produkten in Magento und deren in den Einstellungen für die Angebotskonfiguration verwendeten Vorlagen vorgenommen wurden. "
+"Attribute Set of products, which will be listed on Play.com in this Listing.","Attributset von Produkten, die in diesem Angebot bei Play.com eingestellt werden."
+"M2E Pro - Play.com/Magento Integration : Listings","M2E Pro – Play.com/Magento-Integration: Angebote"
+"Listing is a group of items, which have the same Attribute Set and were combined to be listed on Play.com.
+
+ Creating a Listing requires two types of templates to be created in advance.
+ You can use the same template for similar products you want to list on Play.com and don't have to enter the same information over and over again for each product you want to list.
+
+ Templates you’ll need in order to list on Play.com:
+
+
+ Selling Format Template contains information about quantity and price-related data.
+ Synchronization Template controls how the information between Play.com and Magento is synchronized and in which cases Play.com listings are revised, relisted or stopped. This template is not bound to a product group with a specific attribute set, so it's likely that you'll only need one template to begin with.
+
+
+ Note: Only simple products are supported in current version.
+ ","Das Angebot vereint eine Gruppe von Artikeln, die über dasselbe Attributset verfügen und für das Einstellen bei Play.com zusammengefasst wurden. Um ein Angebot erstellen zu können, müssen zuvor zwei Vorlagentypen erstellt werden. Sie können dieselbe Vorlage für ähnliche Produkte, die Sie bei Play.com einstellen möchten, wiederverwenden und müssen so nicht für jedes Produkt immer wieder dieselben Informationen eingeben. Vorlagen, die Sie zum Einstellen bei Play.com benötigen: Vorlage für das Angebotsformat : Enthält Informationen zu stückzahl- und preisbezogenen Daten. Synchronisierungsvorlage : Steuert, wie die Informationen zwischen Play.com und Magento synchronisiert werden und in welchen Fällen Play.com-Angebote bearbeitet, wiedereingestellt oder angehalten werden. Die Verwendung dieser Vorlage ist nicht auf eine bestimmte Produktgruppe oder ein Attributset beschränkt, sodass Sie fürs Erste mit hoher Wahrscheinlichkeit nur eine Vorlage benötigen werden. Hinweis: In der aktuellen Version werden nur einfache Produkte unterstützt. "
+"This section contains information about product items of chosen listing and their statuses on Play.com. You can manage items by choosing appropriate actions from the Actions dropdown of the grid and manage Listing and its settings by using buttons in the top right corner.","Dieser Abschnitt enthält Informationen zu Artikeln aus ausgewählten Angeboten und deren Status bei Play.com. Mithilfe der passenden Aktionen aus dem Dropdown-Menü für Aktionen können Sie Ihre Artikel verwalten und für die Verwaltung und Einstellungen von Angeboten stehen Ihnen oben rechts diverse Optionen und Schaltflächen zur Verfügung."
+"This page contains all orders imported from Play.com.
+Use Play.com Accounts dropdown to filter Play.com orders by accounts.
+If Magento Order or Invoice was not created automatically,
+you can create them manually by using appropriate options in the Action dropdown.
+Note: Automatic creation of Magento Orders and Invoices executes according to Play.com Accounts settings in %s > Configuration > Play.com Accounts > Orders.","Diese Seite enthält alle aus Play.com importierten Bestellungen. Verwenden Sie das Drop-down-Menü „Play.com-Konten“, um Ihre Play.com-Bestellungen nach Konten zu filtern. Falls die Magento-Bestellung oder -Rechnung nicht automatisch erstellt wurde, können Sie diese mithilfe der entsprechenden Optionen aus dem Drop-down-Menü „Aktion“ manuell erstellen.Hinweis: Das automatische Erstellen von Magento-Bestellungen und -Rechnungen erfolgt entsprechend den Einstellungen für das Play.com-Konto unter %s > „Konfiguration“ > „Play.com-Konten“ > „Bestellungen“."
+"Play.com Order","Play.com-Bestellung"
+"This section allows you to set preferences of data synchronization.
+ You have to enable / disable synchronization tasks, which will be automatically performed for all Play.com accounts, and Save Settings .
+ To run necessary task manually, click the Run Now button, to run all tasks at once, click Run Enabled Now .
+ Note: Cron job must be set up for automatic synchronization. Otherwise, you will have to perform the synchronization manually.","In diesem Abschnitt können Sie die Einstellungen für die Synchronisierung von Daten festlegen. Sie müssen Synchronisierungsaufgaben aktivieren/deaktivieren, die automatisch für alle Play.com-Konten durchgeführt werden, und anschließend die Einstellungen speichern . Um erforderliche Aufgaben manuell auszuführen, klicken Sie auf Jetzt ausführen . Klicken Sie auf Aktivierte jetzt ausführen , um alle Aufgaben auf einmal auszuführen. Hinweis: Für die automatische Synchronisierung muss ein Cronjob eingerichtet werden. Andernfalls müssen Sie die Synchronisierung manuell durchführen."
+"Updates and synchronizes Play.com Listings according to Synchronization Templates' rules.","Aktualisiert und synchronisiert Play.com-Angebote nach den Regeln der Synchronisierungsvorlagen"
+"If your Play.com listings for some reason were asynchronized with the products in Magento, turn on the Revise All action to catch data up.
+ Revise is performed by the Inventory Synchronization, 100 items per a cycle.
+
+ ","Wenn Ihre Play.com-Angebote aus irgendeinem Grund nicht mehr mit den Produkten in Magento synchron sind, aktivieren Sie die Aktion „Alle überarbeiten“, um die Daten zu synchronisieren. Die Überarbeitung erfolgt durch die Funktion „Warenbestand synchronisieren“, wobei jeweils 100 Artikel auf einmal überarbeitet werden. "
+"Imports and synchronizes Play.com Orders for accounts, which have enabled Import Play.com Orders in their Accounts settings.","Importiert und synchronisiert Play.com-Bestellungen für Konten, für die in den Kontoeinstellungen „Play.com-Bestellungen importieren“ aktiviert ist."
+"Imports and synchronizes 3rd Party Listings for Play.com accounts, which have enabled Import 3rd Party Listings in their Accounts settings.","Importiert und synchronisiert Angebote von Drittanbietern für Play.com-Konten, für die in den Kontoeinstellungen „Angebote von Drittanbietern importieren“ aktiviert ist."
+"Selling Format Template contains price-related data and quantity for the items, which will be listed on Play.com.
+Next to each price options dropdown there is a box for Price Change. Price Change is a value you want the Magento Price to be modified while listing on Play.com.
+Examples:
+If you want the price on Play.com to be greater by 15% than the price in Magento, you should set +15% in the Price Change field.
+Play.com Price = Magento Price + Magento Price * 0.15
+
+If you want the price on Play.com to be less by 10 currency units than the price in Magento, you should set -10 in the Price Change field.
+Play.com Price = Magento Price - 10
+
+If you want the price on Play.com to be multiplied by coefficient 1.2, you should set 1.2 in the Price Change field.
+
+Play.com Price = Magento Price * 1.2.
+
+Note: If the Special Price is chosen in the Price option, but it is not set in Magento Product settings or it is set but it has already expired, the Product Price is used instead.
+
+Note: Attributes must contain only numeric values.","Die Vorlage für das Angebotsformat enthält Daten zu Preisen und Stückzahlen der Artikel, die bei Play.com eingestellt werden. Neben jedem Drop-down-Menü für die Preisoptionen befindet sich jeweils ein Feld für Preisänderungen. Im Feld „Preisänderung“ können Sie festlegen, wie sich der Preis bei Play.com gegenüber dem Magento-Preis ändern soll.Beispiele: Wenn der Preis bei Play.com 15 % höher als der Preis in Magento sein soll, können Sie im Feld „Preisänderung“ „+15 %“ angeben.Play.com-Preis = Magento-Preis + Magento-Preis × 0,15 Wenn der Preis bei Play.com 10 Währungseinheiten niedriger als der Preis in Magento sein soll, müssen Sie im Feld „Preisänderung“ „–10“ angeben.Play.com-Preis = Magento-Preis – 10 Wenn der Preis bei Play.com mit dem Koeffizienten 1,2 multipliziert werden soll, müssen Sie im Feld „Preisänderung“ „1,2“ angeben.Play.com-Preis = Magento-Preis × 1,2 Hinweis: Wenn Sie als Wert für die Option Preis „Sonderpreis“ festgelegt haben, die Option aber nicht in den Produkteinstellungen in Magento festgelegt wurde oder bereits abgelaufen ist, wird stattdessen die Einstellung „Produktpreis“ verwendet.Hinweis: Attribute dürfen nur numerische Werte enthalten."
+"Price for selling in the UK.","Preis für den Verkauf im Vereinten Königreich"
+"Price for selling in Europe.","Preis für den Verkauf in Europa"
+"The price of products in Play.com listing(s).Note: The Final Price is only used for Simple Products.","Der Preis der Produkte in Play.com-BestellungenHinweis: Der Endpreis wird nur für einfache Produkte verwendet."
+"Attribute Sets of products which will be listed on Play.com using this template.","Attributsets von Produkten, die bei Play.com unter Verwendung dieser Vorlage eingestellt werden."
+"Products quantity in Play.com listing(s).","Produktmengen in Play.com-Angeboten."
+"Enables to set the quantity that will be sent on Play.com.","Ermöglicht die Festlegung der Stückzahl, die an Play.com gesendet wird ."
+"If you have 5 pieces in stock but set a max qty of 2 to be listed, a qty of 2 will be listed on Play.com.
+ If you have 1 piece in stock but max qty is set to 3, only 1 will be listed on Play.com.","Wenn Sie fünf (5) Stück auf Lager haben, als maximal einzustellende Stückzahl jedoch zwei (2) angeben, werden zwei (2) Stück bei Play.com eingestellt. Wenn Sie ein (1) Stück auf Lager haben und die maximal einzustellende Stückzahl auf drei (3) festgelegt ist, wird nur ein (1) Stück bei Play.com eingestellt."
+"You are required to set both prices for the UK and Europe delivery regions.
+ Depending on Delivery Region, chosen in Listing Channel settings necessary price will be used for the items you list.","Sie müssen Preise sowohl für die Lieferregion Vereinigtes Königreich als auch für die Lieferregion Europa festlegen. Für die Artikel, die Sie einstellen, wird der Preis entsprechend der Lieferregion verwendet, die Sie in „Channel-Einstellungen für das Angebot“ gewählt haben."
+"Price, GBP","Preis, GBP"
+"Custom Price Attribute, GBP","Attribut „Benutzerdefinierter Preis“, GBP"
+"Price, EUR","Preis, EUR"
+"Custom Price Attribute, EUR","Attribut „Benutzerdefinierter Preis“, EUR"
+"Synchronization Template includes rules and conditions which determine Listing behavior on Play.com.
+ List, Revise, Relist and Stop Rules have to be specified in this template.
+ List Action - at first this action to be executed for each item in M2E Listings, which has Not Listed status and its settings meet the List Condition. If an item was not listed for some reason, autosynchronization will attempt
+ to list it again only if Product Status, Stock Availability or Quantity is changed.
+
+ Note: Inventory Synchronization setting must be enabled in Synchronization (Configuration > Synchronization).
+ Otherwise, Synchronization Template Rules will not take effect.","Synchronisierungsvorlagen enthalten Regeln und Bedingungen für das Einstellen bei Play.com. In dieser Vorlage müssen Regeln für das Einstellen, Bearbeiten, Wiedereinstellen und Anhalten angegeben werden. Aktion „Einstellen“ : Diese Aktion muss zunächst für jeden Artikel aus den M2E-Angeboten durchgeführt werden, dessen Status Nicht eingestellt lautet und dessen Einstellungen die Bedingung für das Einstellen erfüllen. Wenn ein Artikel aus irgendeinem Grund nicht eingestellt wurde, versucht die automatische Synchronisierung diesen Artikel nur dann erneut einzustellen, wenn sich Produktstatus, Verfügbarkeit oder Stückzahl geändert haben. Hinweis: Die Einstellung „Warenbestand synchronisieren“ muss unter „Konfiguration“ > „Synchronisierung“ aktiviert werden. Andernfalls können die Regeln der Synchronisierungsvorlage nicht angewendet werden."
+"Relist Rules define the conditions at which Play.com items will be relisted. ","Die Regeln für das Wiedereinstellen geben die Bedingungen vor, unter denen Play.com-Artikel wiedereingestellt werden. "
+"Automatically relists item(s) after it has been stopped manually within M2EPro.","Stellt Artikel automatisch wieder ein, die manuell in M2E Pro angehalten wurden."
+"Revise Rules are the conditions, at which automatic full and partial listings revising features are enabled.
+ If the certain condition is enabled (Yes is chosen in appropriate line) and met,
+then Play.com Listings, which were listed using current Synchronization Template,
+will be automatically fully or partially updated.
+
+ Partial Revise - contains list of product details, which changes you want to be reflected on Play.com.
+ Full Revise - contains groups of M2E settings. If any data of these groups (Selling Format Template, Listing Channel Settings) is changed, then listings, which use these templates in their settings, will be automatically fully revised.
+ ","Regeln für das Überarbeiten sind die Bedingungen, die erfüllt sein müssen, damit Angebote automatisch ganz oder teilweise bearbeitet werden. Wenn die jeweilige Bedingung aktiviert ist (also in der entsprechenden Zeile Ja ausgewählt wurde) und das Angebot die Bedingung erfüllt, werden Play.com-Angebote, die mit der aktuellen Synchronisierungsvorlage eingestellt wurden, automatisch vollständig oder teilweise aktualisiert. Teilweise überarbeiten : Enthält eine Liste von Produktdetails, mit deren Hilfe Sie festlegen können, welche Änderungen in Play.com übernommen werden sollen. Vollständig überarbeiten : Enthält Gruppen von M2E-Einstellungen. Wenn Daten aus diesen Gruppen (Angebotsformatvorlage, Channel-Einstellungen für das Angebot) geändert werden, werden Angebote, die diese Vorlagen in ihren Einstellungen verwenden, vollständig überarbeitet. "
+"Automatically revises quantity on Play.com listing(s) when the quantity or attribute for quantity of its product is changed in Magento.","Die Stückzahlen von Play.com-Angeboten werden automatisch überarbeitet, wenn die Mengen oder Mengenattribute der verknüpften Produkte in Magento geändert werden."
+"Updates Play.com qty only when the Condition you set below is met.
+ Note: By using this option you can significantly increase Synchronization performance.","Aktualisiert die Stückzahl bei Play.com, wenn die von Ihnen nachstehend festgelegte Bedingung erfüllt ist. Hinweis: Wenn Sie diese Option verwenden, können Sie die Synchronisierungsleistung erheblich steigern."
+"Automatically revises price on Play.com listing(s) when the price(s) or attribute(s) for price(s) of its product is (are) changed in Magento.","Die Preise von Play.com-Angeboten werden automatisch überarbeitet, wenn die Preise oder Preisattribute der verknüpften Produkte in Magento geändert werden."
+"Automatically revises Play.com listing(s) if its Selling Format Template was changed.","Play.com-Angebote werden automatisch überarbeitet, wenn die zugrundeliegende Vorlage für das Angebotsformat geändert wird."
+"Automatically revises Play.com listing(s) if its Listing Settings was changed.","Play.com-Angebote werden automatisch überarbeitet, wenn die zugrundeliegenden Angebotseinstellungen geändert werden."
+"Stop Rules define the conditions when Play.com items listing must be
+ stopped, depending on Magento product state.
+ Note: If all Stop Conditions are set to No or No Action , then the stop option for Play.com items is disabled.
+ If all Stop Conditions are enabled, then an item will be stopped if at least one of Stop Conditions is met.","Die Regeln für das Anhalten definieren die Bedingungen, bei denen Play.com-Angebote je nach ihrem Magento-Produktstatus deaktiviert werden müssen. Hinweis: Wenn für alle Bedingungen für das Anhalten Nein oder Keine Aktion festgelegt ist, dann wird die Option für das Anhalten von Play.com-Artikeln deaktiviert. Wenn alle Bedingungen für das Anhalten aktiviert sind, wird ein Artikel angehalten, sobald mindestens eine der Bedingungen erfüllt ist."
+"Disabled - Coming Soon","Deaktiviert – folgt in Kürze"
+"rakuten.de","rakuten.de"
+"Synchronization settings have been saved.","Die Synchronisierungseinstellungen wurden gespeichert."
+"Running All Enabled Tasks","Alle aktivierten Aufgaben werden ausgeführt"
+"Feedback Synchronization","Bewertungen synchronisieren"
+"Revise All","Alle überarbeiten"
+"You should enable at least one component.","Sie müssen mindestens eine Komponente aktivieren."
+"Default component should be enabled.","Sie müssen die Standardkomponente aktivieren."
+"Channels","Kanäle"
+"Enable channels you are going to work with and Save configuration.","Aktivieren Sie die Channel, mit denen Sie arbeiten werden, und speichern Sie die Konfiguration."
+"eBay Channel","eBay-Channel"
+"eBay channel status.","eBay-Channel-Status."
+"Other Channels","Andere Channel"
+"Amazon channel status.","Amazon-Channel-Status."
+"Rakuten","Rakuten"
+"Rakuten.com channel status.","Rakuten.com-Channel-Status."
+"Play.com channel status.","Play.com-Channel-Status."
+"Rakuten.de","Rakuten.de"
+"Disabled - Coming Soon...","Deaktiviert – folgt in Kürze..."
+"Rakuten.de channel status.","Rakuten.de-Channel-Status."
+"Default Channel","Standard-Channel"
+"Open tab by default.","Registerkarte standardmäßig öffnen."
+"The eBay component , its upgrades and support are free according to eBay / Magento Partner Agreement. And they will stay free until the partner agreement is active. ","Je nach eBay/Magento-Partnervereinbarung sind die eBay-Komponente , spätere Upgrades und der zugehörige Support kostenlos verfügbar. Es werden keine Kosten erhoben, bis die Partnervereinbarung aktiv ist. "
+"and","und"
+"component","Komponente"
+"components","Komponenten"
+"Current %s %s are in Beta state and are provided free of charge. However, please be advised that upon the live version of the product release some monthly subscription fee will be introduced. ","Derzeit liegen %s %s als Betaversion vor und werden kostenlos bereitgestellt. Wir weisen Sie jedoch darauf hin, dass nach Veröffentlichung und Einführung der Live-Version eine monatliche Abonnementgebühr fällig wird. "
+"Note: M2E Pro v.6.x.x consists of %s.
+ %s
+ %s
+
+
+ M2E Pro extension requires activation for its work.
+ To get the License Key click the Get License Key link and follow the instructions.
+ When you receive your License Key, press the Enter button, enter your License Key in appeared text field and press Confirm.
+
+ Note: If you have not received the License Key, please contact us %s.","Hinweis: M2E Pro v.6.x.x besteht aus %s. %s %s Die M2E Pro-Erweiterung muss erst aktiviert werden. Klicken Sie auf den Link Lizenzschlüssel abfragen und befolgen Sie die Anweisungen. Nachdem Sie Ihren Lizenzschlüssel erhalten haben, drücken Sie die Eingabetaste, geben Sie in das eingeblendete Textfeld Ihren Lizenzschlüssel ein und klicken Sie auf „Bestätigen“. Hinweis: Wenn Sie keinen Lizenzschlüssel erhalten haben, kontaktieren Sie uns bitte %s."
+"You must get valid Trial or Live license key.","Sie müssen einen gültigen Test- oder Live-Lizenzschlüssel haben."
+"License Data","Lizenzdaten"
+"License Key","Lizenzschlüssel"
+"Get License Key","Lizenzschlüssel abfragen"
+"License Validation","Lizenzvalidierung"
+"Domain","Domäne"
+"IP","IP"
+"Directory","Verzeichnis"
+"Access","Zugriff"
+"Note: The eBay component, its upgrades and support are free according to eBay / Magento Partner Agreement. And they will stay free
+ until the partner agreement is active.","Hinweis: Gemäß der eBay/Magento-Partnervereinbarung sind die eBay-Komponente, spätere Upgrades und der Support kostenlos verfügbar. Es werden keine Kosten erhoben, bis die Partnervereinbarung aktiv ist."
+"Note: The current Beta version of the Amazon module is provided free of charge.
+ However, please be advised that upon the live version of the product release some monthly subscription fee will be introduced.","Hinweis: Die aktuelle Betaversion des Amazon-Moduls wird kostenlos zur Verfügung gestellt. Wir weisen Sie jedoch darauf hin, dass nach Veröffentlichung und Einführung der Live-Version eine monatliche Abonnementgebühr fällig wird."
+"Note: The current Beta version of the Rakuten.com module is provided free of charge.
+ However, please be advised that upon the live version of the product release some monthly subscription fee will introduced.","Hinweis: Die aktuelle Betaversion des Rakuten.com-Moduls wird kostenlos zur Verfügung gestellt. Wir weisen Sie jedoch darauf hin, dass nach Veröffentlichung der Live-Version eine monatliche Abonnementgebühr eingeführt wird."
+"Note: The current Beta version of the Play.com module is provided free of charge.
+ However, please be advised that upon the live version of the product release some monthly subscription fee will introduced.","Hinweis: Die aktuelle Betaversion des Play.com-Moduls wird kostenlos zur Verfügung gestellt. Wir weisen Sie jedoch darauf hin, dass nach Veröffentlichung der Live-Version eine monatliche Abonnementgebühr eingeführt wird."
+"Current Status","Aktueller Status"
+"None License","Keine Lizenz"
+"Trial License","Testlizenz"
+"Live License","Aktive Lizenz"
+"Suspended","Gesperrt"
+"Closed","Geschlossen"
+"Expiration Date","Gültig bis"
+"Global Settings","Globale Einstellungen"
+"All settings are gathered into four groups. To reach them click on appropriate link.","Sämtliche Einstellungen werden in vier Gruppen zusammengefasst. Diese erreichen Sie über den entsprechenden Link."
+"eBay, Amazon, Rakuten.com, Play.com channels activation.","eBay-, Amazon-, Rakuten.com-, Play.com-Channel-Aktivierung"
+"Interface and synchronization preferences.","Schnittstellen- und Synchronisierungseinstellungen"
+"Logs Clearing","Protokolle löschen"
+"Preferences for logs history clearing.","Einstellungen für das Entfernen von Verlaufsinformationen aus Protokollen."
+"M2E Pro activation.","M2E Pro-Aktivierung"
+"Set preferences for automatic logs clearing and Save configuration.
+
+ To launch a task manually press Run Now. To clear all log records of the certain Log press Clear All button.
+
+ Note: Autoclearing is performed by cron.
+ ","Legen Sie Einstellungen für das automatische Bereinigen von Protokollen fest und speichern Sie die Konfiguration. Wenn Sie eine Aufgabe manuell starten möchten, klicken Sie auf „Jetzt ausführen“. Wenn alle Einträge des konkreten Protokolls entfernt werden sollen, klicken Sie auf „Alles löschen“. Hinweis: Das automatische Bereinigen wird durch Cron erledigt. "
+"Listings Log Clearing","Angebotsprotokoll löschen"
+"Keep For (days)","Behalten für (Tage)"
+"Saves records for the definite number of days.","Speichert Datensätze für die angegebene Anzahl von Tagen."
+"3rd Party Listings Log Clearing","Protokoll für Angebote von Drittanbietern löschen"
+"Synchronization Log Clearing","Synchronisierungsprotokoll löschen"
+"Orders Log Clearing","Bestellprotokoll löschen"
+"Interface","Schnittstelle"
+"Set visual interface preferences and Save configuration.","Legen Sie Einstellungen für die Benutzeroberfläche fest und speichern Sie die Konfiguration."
+"Products Thumbnails","Produkt-Indexbilder"
+"Do Not Show","Nicht anzeigen"
+"Show","Anzeigen"
+"Shows / does not show products thumbnails on Add Products and View Listing pages.","Ermöglicht das Aktivieren/Deaktivieren der Anzeige von Produkt-Indexbildern auf den Seiten „Produkte hinzufügen“ und „Angebot anzeigen“."
+"Help Blocks","Hilfe-Abschnitte"
+"Shows / does not show Help blocks.","Blendet Hilfe-Abschnitte ein/aus."
+"Restores manually closed Help blocks.","Blendet manuell geschlossene Hilfe-Abschnitte wieder ein."
+"Global Synchronization","Global synchronisieren"
+"Has to be enabled if product price and quantity changes are made directly to database. Data update depends on the number of products and can be fully completed after several synchronization cycles finish.
+
+ Note: Enable this option if you really need it, as it is very resource and time consuming and may affect synchronization performance.","Muss aktiviert werden, wenn Änderungen an Produktpreisen und Stückzahlen direkt in der Datenbank vorgenommen werden. Die Datenaktualisierung ist abhängig von der Anzahl der Produkte und kann nach Beendigung mehrerer Synchronisierungszyklen vollständig abgeschlossen sein. Hinweis: Aktivieren Sie diese Option nur, wenn Sie sie wirklich benötigen, da sie sehr ressourcen- und zeitaufwändig ist und die Synchronisierungsgeschwindigkeit beeinträchtigen kann."
+"Track Direct Database Changes","Direkte Änderungen in der Datenbank nachverfolgen"
+"Note: Enable this option if you really need it, as it is very resource and time consuming and may affect synchronization performance.","Hinweis: Aktivieren Sie diese Option nur, wenn Sie sie wirklich benötigen, da sie sehr ressourcen- und zeitaufwändig ist und die Synchronisierungsgeschwindigkeit beeinträchtigen kann."
+"PHP","PHP"
+"MySQL","MySQL"
+"Cron","Cron"
+"GMT","Greenwich-Zeit"
+"not working","funktioniert nicht"
+"Expired Date","Gültig bis"
+"Valid Domain","Gültige Domäne"
+"Valid IP","Gültige IP"
+"Valid Directory","Gültiges Verzeichnis"
+"Host","Host"
+"Edition","Ausgabe"
+"Version","Version"
+"Add Secret Key to URLs","Geheimen Schlüssel für URLs hinzufügen"
+"Name","Name"
+"Version (revision)","Version (bearbeitete Version)"
+"Server API","Server-API"
+"Database Name","Datenbankname"
+"Tables Prefix","Präfix der Tabellen"
+"Connection Timeout","Verbindungs-Timeout"
+"sec","Sek"
+"Wait Timeout","Wartezeit-Timeout"
+"Total Tables","Gesamtzahl der Tabellen"
+"Total Module Tables","Gesamtzahl der Modultabellen"
+"Total Module Records","Gesamtzahl der Moduldatensätze"
+"Unlimited","Unbegrenzt"
+"PHP Info","PHP-Informationen"
+"Current Date (GMT)","Aktuelles Datum (UTC+0)"
+"APC","APC"
+"Memcached","Memcached"
+"Redis","Redis"
+"Compilation","Kompilierung"
+"Code Pool","Code-Pool"
+"We recommend to set up your cron job to be run every 5 minutes (e.g. */5 * * * *).","Wir empfehlen, den Cronjob so einzurichten, dass er alle fünf Minuten ausgeführt wird (z. B. */5 * * * *)."
+"Last Run","Letzte Ausführung"
+"PHP command","PHP-Befehl"
+"GET command","GET-Befehl"
+"Cron Schedule Table","Cron-Zeitplantabelle"
+"Magento Default Locale","Magento-Standard-Locale"
+"Properties","Merkmal"
+"Current Value","Tatsächlich"
+"Location","Ort"
+"MySQL Summary","MySQL-Zusammenfassung"
+"Table `%s`","Tabelle '%s'"
+"(%s records)","(% Datensätze)"
+"Magento development mode is '.$developmentHtml.' now. ","Der Magento-Entwicklungsmodus ist jetzt '.$developmentHtml.' . "
+"System Requirements","Systemanforderungen"
+"Caches / Compilation","Caches/Kompilierung"
+"Conflicted Modules","Module im Konflikt"
+"Database Broken Tables","Database Broken Tables"
+"Info","Informationen"
+"Database (Module)","Datenbank (Modul)"
+"Database (Integration)","Datenbank (Integration)"
+"M2E Pro (General)","M2E Pro (Allgemeines)"
+"M2E Pro (Install / Upgrade)","M2E Pro (Installation/Upgrade)"
+"Additional","Weitere"
+"Help","Hilfe"
+"Hide Block","Abschnitt ausblenden"
+"Show Tips","Tipps anzeigen"
+"Hide Tips","Tipps ausblenden"
+"View All Product Log","Alle Produktprotokolle anzeigen"
+"This is a required field.","Dies ist ein Pflichtfeld."
+"You should select Attribute Set first.","Sie müssen zuerst einen Attributset auswählen."
+"Collapse All","Alle minimieren"
+"Expand All","Alle einblenden"
+"The products below will not be moved into the chosen listing.
+
+ Possible reasons:
+ The products are already present in the chosen listing.
+
","Die nachfolgenden Produkte werden nicht in das ausgewählte Angebot verschoben. Mögliche Gründe: Die Produkte sind im gewählten Angebot bereits vorhanden. Das ausgewählte Angebot hat „Nicht anzeigen“ als Wert für „In anderen Angeboten aufgeführte Produkte“ und die Produkte, die Sie hinzufügen möchten, werden in anderen Angeboten aufgeführt.
"
+"Enter Product ID","Geben Sie die Produkt-ID"
+"Or SKU","oder Artikelnummer ein"
+"Advanced Filter","Erweiterte Filter"
+"Products Presented In Other Listings","In anderen Angeboten aufgeführte Produkte"
+"Not Show","Nicht anzeigen"
+"Makes the filter result more precise:Show - all products will be displayed;Not Show - the products, which are not included in any listing, will be only displayed.","Ergibt noch genauere Filterergebnisse:Anzeigen : Es werden alle Produkte angezeigt;Nicht anzeigen : Es werden nur die Produkte angezeigt, die nicht in irgendeinem Angebot enthalten sind."
+"eBay User ID","eBay-Mitgliedsname"
+"eBay Site","eBay-Website"
+"Magento Store View","Magento-Shop-Ansicht"
+"Errors Summary","Zusammenfassung der Fehler"
+"Product(s)","Produkt(e)"
+"Payment Method","Zahlungsmethode"
+"%s Order ID","%s-Bestellnummer"
+"%s Final Fee","%s-Verkaufsprovision"
+"Transactions","Transaktionen"
+"Transaction #","Transaktion #"
+"Fee","Gebühr"
+"Amount","Betrag"
+"Date","Datum"
+"Order ID","Bestellnummer"
+"Store Debug Information","Debug-Informationen zum Shop"
+"View All Order Logs.","Alle Bestellprotokolle anzeigen."
+"Please enter correct product ID or SKU.","Bitte geben Sie die korrekte Produkt-ID oder Artikelnummer ein."
+"Order Item Mapping","Zuordnung des bestellten Artikels"
+"As M2E Pro was not able to find appropriate product in Magento Catalog, you are supposed to find and map it manualy.
+ Note: Magento Order can be only created when all products of eBay Order are found in Magento Catalog.","Da M2E Pro kein entsprechendes Produkt im Magento-Katalog finden konnte, müssen Sie es selbst finden und manuell zuordnen. Hinweis: Eine Magento-Bestellung kann nur dann erstellt werden, wenn alle Produkte der eBay-Bestellung im Magento-Katalog gefunden werden."
+"Order Item Options Setting","Einstellung für Optionen des bestellten Artikels"
+"As M2E Pro was not able to find appropriate option in Magento product you are supposed find and map it manualy.
+ If you want to use the same settings for the similar subsequent orders, select appropriate check-box at the bottom.
+ Note: Magento Order can be only created when all products of eBay Order are found in Magento Catalog.","Da M2E Pro keine entsprechende Option im Magento-Produkt finden konnte, müssen Sie sie selbst finden und manuell zuordnen. Wenn Sie dieselben Einstellungen für ähnliche Folgebestellungen verwenden möchten, wählen Sie unten das entsprechende Kontrollkästchen aus. Hinweis: Eine Magento-Bestellung kann nur dann erstellt werden, wenn alle Produkte der eBay-Bestellung im Magento-Katalog gefunden werden."
+"Channel Options","Channel-Optionen"
+"No channel options are available.","Es sind keine Channel-Optionen verfügbar."
+"Select Option...","Option auswählen…"
+"Save selection for subsequent orders","Auswahl für Folgebestellungen speichern"
+"Selected Product Option is Out of Stock.","Die ausgewählte Produktoption ist nicht mehr vorrätig."
+"Not created orders only","Nur nicht erstellte Bestellungen"
+"Using this, you can see the records for which order(s) were not created in magento.
+ It might happened, because particular product(s) or product option(s) were not found and some action is required for such orders.
+
+ When you open order detail, you can use appropriate options Map to Magento Product or Set Options to correct missing information and create order in magento.","Durch Verwenden dieser Option können Sie die Datensätze einsehen, für die in Magento keine Bestellung(en) erstellt wurde(n). Dazu kann es kommen, wenn konkrete Produkte oder Produktoptionen nicht gefunden wurden und für derartige Bestellungen bestimmte Aktionen erforderlich sind. Wenn Sie die Bestelldetails öffnen, können Sie mithilfe der Optionen Zu Magento-Produkt zuordnen und Optionen festlegen fehlende Angaben ergänzen und Bestellungen in Magento erstellen."
+"M2E Pro has detected, that your System Configuration does not meet minimum requirements, so there might be problems with its work. Please check it and amend appropriate settings.","M2E Pro hat festgestellt, dass Ihre Systemkonfiguration die Mindestanforderungen nicht erfüllt, sodass möglicherweise nicht alle Funktionen korrekt arbeiten. Bitte überprüfen Sie dies und ändern Sie die entsprechenden Einstellungen."
+"Please take a look at Documentation and Knowledge Base .
+ Most probably it has the answer to your question(s).
+ If you still have any questions, fill in the form below to contact our Customer Support.
+ Note: We provide support during our working hours: 10 a.m. - 6 p.m. (GMT+2), mon - fri.","Lesen Sie in der Dokumentation und in der Wissensdatenbank nach. Mit hoher Wahrscheinlichkeit finden Sie dort eine Antwort auf Ihre Frage(n). Falls Sie weiterhin Fragen haben, benutzen Sie das Kontaktformular, um eine Nachricht an unseren Kundenservice zu schicken. Hinweis: Unser Kundenservice steht Ihnen Montag bis Freitag von 10 bis 18 Uhr (UTC+2) zur Verfügung."
+"Subject","Betreff"
+"Contact Name","Name der Kontaktperson"
+"Contact Email","E-Mail-Kontakt"
+"General Problem","Allgemeines Problem"
+"Problem","Problem"
+"No Articles Found","Keine Artikel gefunden"
+"Go To Article →","Weiter zu Artikel ?"
+"Feedback","Bewertungen"
+"No Ideas Found","Keine Ideen gefunden"
+"Go To Idea →","Weiter zu Idee ?"
+"Cron Info","Cron-Informationen"
+"Enter your problem here","Geben Sie Ihr Problem hier ein"
+"This Log contains information on processes, which were done in Synchronization tasks.
+ Note: Logs of Default, Templates, Orders and 3rd Party Listings Synchronizations are only recorded when Error(s) or Warning(s) appears.","Dieses Protokoll enthält Informationen zu Prozessen, die in Synchronisierungsaufgaben ausgeführt wurden. Hinweis: Die Protokolle der Synchronisierung von Standardeinstellungen, Vorlagen, Bestellungen und Angeboten von Drittanbietern werden nur dann aufgezeichnet, wenn Fehler oder Warnungen auftreten."
+"Step","Schritt"
+"Note: If you close the wizard, it never starts again. You will be required to set all settings manually. Press Cancel to continue working with wizard.","Hinweis: Wenn Sie den Assistenten jetzt schließen, wird er kein zweites Mal geöffnet. Sie müssen dann alle Einstellungen manuell vornehmen. Klicken Sie auf „Abbrechen“, um den Assistenten weiter auszuführen."
+"You have set the main M2E Pro settings and now you have to set up the main settings of the chosen Channel(s).","Sie haben jetzt die wichtigsten Einstellungen für M2E Pro vorgenommen. Als nächstes müssen Sie die wichtigsten Einstellungen für den/die ausgewählten Channel festlegen."
+"Cron Job Set Up","Cronjob einrichten"
+"Set up a cron job to run every minute (e.g. * * * * *) to enable automatic work of the extension.
+ Otherwise, some processes will not work (i.e. synchronization tasks, logs cleaning).","Richten Sie einen Cronjob ein, der einmal pro Minute ausgeführt wird (z.B. * * * * *), damit die Erweiterung automatische Vorgänge durchführen kann. Andernfalls werden manche Prozesse nicht funktionieren (z.B. automatische Synchronisierungsaufgaben oder Protokoll-Löschvorgänge)."
+"Set up Cron Job using PHP","Cronjob mit PHP einrichten"
+"OR","oder"
+"Set up Cron Job using GET","Cronjob mit GET einrichten"
+"Incomplete","Unvollständig"
+"License Set Up","Lizenz einrichten"
+"You need to specify the License Key.
+ Note: M2E Pro does not work without activation.","Sie müssen den Lizenzschlüssel angeben. Hinweis: M2E Pro kann ohne Aktivierung nicht verwendet werden."
+"Settings Set Up","Einstellungen einrichten"
+"In M2E Pro global settings you are required to specify the channel(s) you are going to work with.","In den globalen Einstellungen von M2E Pro müssen die Channel, mit denen Sie arbeiten möchten, eingerichtet werden."
+"You have successfully installed M2E Pro v. %s .
+ Click
+ Start Configuration Wizard to quickly set up main settings or
+ Skip it if you intend to set it later.
+ Note: If you skip the Wizard, it never starts again. You will be required to set all settings manually.","Sie haben M2E Pro Version %s installiert. Klicken Sie auf den Assistenten Konfiguration starten , um die Haupteinstellungen schnell und einfach einzurichten, oder klicken Sie auf Überspringen , wenn Sie die Einstellungen später konfigurieren möchten. Hinweis: Wenn Sie den Assistenten überspringen, wird er nicht mehr geöffnet. Sie müssen dann alle Einstellungen manuell vornehmen."
+"You have successfully installed M2E Pro v. %s.
+ The next step is setting up of the main settings, such as Cron job, Licensing (extension does not work without license)
+ and others to enable a proper work of the extension.
+ In the table below there are recommended server settings, which guaranty a stable work of the extension.
+ Press the Start Configuration button to start setting M2E Pro configuration.","Sie haben M2E Pro Version %s installiert. Als Nächstes müssen Sie die wichtigsten Einstellungen wie den Cronjob, die Lizenzierung (die Erweiterung kann nicht ohne gültige Lizenz verwendet werden) und andere Einstellungen vornehmen, um die Funktionen der Erweiterung nutzen zu können. In der folgenden Tabelle finden Sie die empfohlenen Servereinstellungen, mit denen die Erweiterung stabil und zuverlässig ausgeführt werden kann. Klicken Sie auf Konfiguration starten , um mit der Konfiguration von M2E Pro zu beginnen."
+"Congratulations, you have successfully linked your eBay account to M2E Pro.","Herzlichen Glückwunsch! Sie haben Ihr eBay-Konto mit M2E Pro verknüpft."
+"You can change it if you need.","Bei Bedarf lässt sich dies ändern."
+"Import Orders","Bestellungen importieren"
+"Import 3rd Party Items","Artikel von Drittanbietern importieren"
+"Import Feedback","Bewertungen importieren"
+"Now, create an M2E Pro Listing. This will allow you to define specific settings on eBay.","Erstellen Sie jetzt ein M2E Pro-Angebot und legen Sie so konkrete Einstellungen bei eBay fest."
+"Please ensure your personal information is correct","Vergewissern Sie sich, dass Ihre persönlichen Angaben korrekt sind."
+"Email","E-Mail"
+"First Name","Vorname"
+"Last Name","Nachname"
+"Postal Code","Postleitzahl"
+"This information will be sent to M2E Pro for approval.
+ Read more in our Privacy Policy .","Diese Angaben werden zur Überprüfung an M2E Pro gesendet. Mehr dazu erfahren Sie in unserer Datenschutzerklärung ."
+"Please sign into eBay to link M2E to your eBay account and proceed to the next step.","Loggen Sie sich bitte bei eBay ein, um M2E mit Ihrem eBay-Konto zu verknüpfen und mit dem nächsten Schritt fortzufahren."
+"Sign into eBay Sandbox","Bei eBay Sandbox einloggen"
+"If you don't have an eBay account, please create one. It's easy, fast and free.","Wenn Sie noch kein eBay-Konto haben, melden Sie sich bitte an. Das ist einfach, geht schnell und kostet nichts."
+"Please verify the below information is valid before we register you with M2E.","Bitte überprüfen Sie die unten aufgeführten Angaben auf ihre Gültigkeit, bevor wir Sie bei M2E registrieren."
+"Register Your Free M2E Extension","Ihre kostenlose M2E-Erweiterung registrieren"
+"The eBay token obtaining is currently unavailable. Please try again later.","Der eBay-Token kann derzeit nicht bezogen werden. Bitte versuchen Sie es später noch einmal."
+"eBay/Magento Integration: Listing","eBay/Magento-Integration: Angebot"
+"Creating a new listing in one of your first jobs. Don't worry. It's easy to do.","Erstellen Sie als eine Ihrer ersten Aufgaben ein neues Angebot. Keine Angst. Das geht ganz einfach."
+"Think of an M2E Listing as a set of policies that will determine the type of items you wish to sell. You can create as many M2E Listings as you need.","Ein M2E-Angebot ist so etwas wie ein Satz von Rahmenbedingungen, die bestimmen, wie die Artikel, die Sie verkaufen möchten, angeboten werden. Sie können so viele M2E-Angebote erstellen, wie Sie benötigen."
+"Creating an M2E Listing with certain characteristics means you won't need to input these characteristics again and again every time you wish to sell an item.","Wenn Sie M2E-Angebote mit bestimmten Merkmalen erstellen, bedeutet das, dass Sie diese Merkmale nicht jedes Mal neu eingeben müssen, wenn Sie einen Artikel verkaufen möchten."
+"There are %s stages to complete to create a successful M2E Listing in %s Mode:","Zum Erstellen eines M2E-Angebots im %s-Modus müssen Sie %s Schritte durchführen, um die entsprechenden Einstellungen festzulegen:"
+"General Settings – information about which eBay site you wish to list on, your eBay User ID and which Magento Store settings you wish to use","Allgemeine Einstellungen : Hier geben Sie an, auf welcher eBay-Website Sie Ihre Artikel einstellen möchten, wie Ihr eBay-Nutzername lautet und welche Magento-Store-Einstellungen verwendet werden sollen."
+"Payment and Shipping Settings – what are your shipping charges, your Returns Policy and how do you wish to get paid","Zahlungs- und Versandeinstellungen : Hier geben Sie Ihre Versandgebühren, Ihre Rücknahmebedingungen und die von Ihnen akzeptierten Zahlungsmethoden an."
+"Selling Settings – more detailed information about the type of eBay listing and how long your item will be on sale","Verkaufseinstellungen : Hier machen Sie ausführlichere Angaben zur Art des eBay-Angebots und dazu, wie lange Ihr Artikel zum Verkauf verfügbar sein soll."
+"Synchronization Setting – how your items are synchronized on eBay","Synchronisierungseinstellungen : Hier legen Sie fest, wie Ihre Artikel bei eBay synchronisiert werden."
+"Please select an M2E Mode","Wählen Sie einen M2E-Modus aus."
+"There are two modes available to you.
+
+ We have chosen the mode we think is most suitable for you, based on your selling history, but you can change this if you prefer.","Sie können zwischen zwei Modi wählen. Wir haben den Modus gewählt, der aufgrund Ihrer bisherigen Verkäufe unserer Meinung nach am besten für Sie geeignet ist, Sie können diesen Modus aber gern ändern."
+"Simple","Einfach"
+"Suitable for new users and for those with a limited inventory.","Dieser Modus eignet sich für neue Nutzer und Nutzer mit einem begrenzten Warenbestand."
+"Advanced","Profi-Option"
+"Suitable for the more experienced user.","Dieser Modus eignet sich für erfahrenere Nutzer."
+"If you're not sure which mode to choose, go for the Simple Mode.
+ Don't worry you can change it later in %s -> Configuration -> General","Wenn Sie unsicher sind, welchen Modus Sie wählen sollten, empfehlen wir, den Modus „Einfach“ zu verwenden. Unter %s > „Konfiguration“ > „Allgemeines“ können Sie diesen Modus jederzeit ändern."
+"eBay/Magento Integration: Products Management","eBay/Magento-Integration: Produktverwaltung"
+"Congratulations, you have successfully created your first M2E Listing. You're well on your way to your first items appearing on eBay.","Herzlichen Glückwunsch! Sie haben Ihr erstes M2E-Angebot erstellt. Damit haben Sie eine Grundvoraussetzung dafür erfüllt, dass Ihre Artikel auch bei eBay erscheinen."
+"Next up is to select the products from your Magento Store that you want to list on eBay. ","Als Nächstes müssen Sie die Produkte aus Ihrem Magento-Store auswählen, die bei eBay eingestellt werden sollen. "
+"Any products on your Magento Store that fulfil your M2E Listing criteria can be chosen.","Zur Wahl stehen alle Produkte in Ihrem Magento-Store, die Ihre M2E-Einstellungskriterien erfüllen."
+"Once you've chosen your products, assign them to the correct eBay category.","Nachdem Sie Ihre Produkte ausgewählt haben, weisen Sie diese der richtigen eBay-Kategorie zu."
+"You can adjust the price that you sell your items for on eBay in relation to your shop price. You might want to increase your selling price to take into account the fees for selling on eBay.
+ Or, reduce your price to be competitive.","Sie können für die Artikel, die Sie bei eBay verkaufen, einen anderen als den in Ihrem Magento-Store festgelegten Preis angeben. So könnten Sie z.B. einen höheren Verkaufspreis festlegen, um die Gebühren zu berücksichtigen, die beim Verkaufen bei eBay anfallen. Sie könnten Ihre Artikel aber auch zu einem niedrigeren Preis anbieten, um so konkurrenzfähig zu sein."
+"Wizard (Video Tutorial)","Assistent (Video-Infotour)"
+"Combine Magento - the best-selling ecommerce web application–and eBay – the world's favourite marketplace","Kombinieren Sie Magento, die führende E-Commerce-Webanwendung, mit eBay, dem weltweit beliebten Marktplatz."
+"M2E is a free Magento extension that enables you to sell your products on eBay and manage your sales from your Magento store.","M2E ist eine kostenlose Magento-Erweiterung, mit der Sie Ihre Produkte bei eBay verkaufen und Ihre Verkäufe aus Ihrem Magento-Store verwalten können."
+"Using M2E is an easy way to display your products in front of millions of buyers on eBay. It's free, quick and simple to set up. You choose which products to sell, the quantity and price. Using eBay means your items are automatically optimized for mobile – the biggest retail growth area.","Mit M2E können Sie Ihre Produkte ganz einfach Millionen von eBay-Käufern präsentieren. Das Tool ist kostenlos, schnell und einfach einzurichten. Sie legen fest, welche Produkte Sie in welcher Stückzahl und zu welchem Preis verkaufen möchten. Wenn Sie eBay nutzen, bedeutet das, dass Ihre Artikel automatisch für Mobilgeräte und damit für den am schnellsten wachsenden Verkaufskanal im Einzelhandel optimiert werden."
+"The first step is to link Magento to your eBay account.","Der erste Schritt besteht darin, Magento mit Ihrem eBay-Konto zu verknüpfen."
+"If you already have an eBay account, check that you are registered as an eBay business seller. If you don't yet have an eBay account it's easy to create one.","Wenn Sie bereits ein eBay-Konto haben, vergewissern Sie sich bitte, dass Sie als gewerblicher eBay-Verkäufer angemeldet sind. Wenn Sie noch kein eBay-Konto haben, melden Sie sich einfach als neuer Nutzer an."
+"You have successfully installed M2E Pro v. %s .
+ Click
+ Start Configuration Wizard to quickly set up main settings","Sie haben M2E Pro Version %s installiert. Klicken Sie auf den Assistenten Konfiguration starten , um in wenigen Schritten die Haupteinstellungen festzulegen."
+"Step %d","Schritt %d"
+"Congratulations!
+ You have successfully installed the new version of M2E Pro.
+ In this version 'Sell on eBay' has been separated from the other channels and completely updated. All data was successfully migrated but we would recommend you check the settings in light of the changes we’ve identified below.
+ ","Herzlichen Glückwunsch! Sie haben die neue Version von M2E Pro installiert. In dieser Version wurde „Bei eBay verkaufen“ von den anderen Channels getrennt und vollständig überarbeitet. Es wurden zwar alle Daten migriert, aber wir empfehlen dennoch, dass Sie angesichts der im Folgenden aufgeführten Änderungen Ihre Einstellungen noch einmal überprüfen. "
+"1) Templates have been replaced by Policies","1) Vorlagen wurden durch Rahmenbedigungen ersetzt."
+"All templates are now policies. Use these to create all the necessary settings for listing Magento products on eBay.
+ The templates have been renamed:
+
+
+
+ Previously known as:
+ New name of policy:
+ What’s included:
+
+
+ General
+ Payment
+ How buyers pay you
+
+
+ General
+ Shipping
+ Your shipping costs and service
+
+
+ General
+ Returns
+ Your returns window and who pays postage
+
+
+ Selling Format
+ Price, Quantity and Format
+ Detailed information including price, quantity and listing duration
+
+
+ Description, listing upgrades, product details and condition
+ Description
+ Settings to help you accurately describe your items
+
+
+ Synchronization
+ Synchronization
+ Settings for autosynchronization between Magento and eBay
+
+
+ ","Alle Vorlagen sind jetzt Rahmenbedingungen. Diese können Sie verwenden, um beim Einstellen von Magento-Produkten bei eBay alle notwendigen Einstellungen festzulegen. Die Vorlagen wurden umbenannt: Bisheriger Name: Neuer Name der Rahmenbedingung: Wofür gilt diese Preisaktion: Allgemeines Zahlung Hier können Sie angeben, wie Sie Ihr Geld von den Käufern erhalten möchten Allgemeines Versand Ihre Versandkosten und -services Allgemeines Rücknahmen Ihr Zeitfenster für Rücknahmen und Angaben dazu, wer die Versandkosten trägt Angebotsformat Preis, Stückzahl und Format Ausführliche Informationen, darunter Preis, Stückzahl und Angebotsdauer Beschreibung, Zusatzoptionen, Produktdetails und Artikelzustand Beschreibung Einstellungen zur Unterstützung bei der korrekten Beschreibung Ihrer Artikel Synchronisierung Synchronisierung Einstellungen für die automatische Synchronisierung zwischen Magento und eBay
"
+"2) Easier to create new listings","2) Das Erstellen neuer Angebote wurde vereinfacht"
+"It’s now quicker and easier to create eBay listings. You can set up a single listing from scratch using custom setting mode or use previously saved information. You can also edit listings individually or in bulk with details in your listing settings*, policies and custom settings.
+
+
+ When your listings have been created, you can choose between 3 different modes to view and filter them:
+
+
+ eBay – displays product information related to eBay so it’s easy to find and edit listings in bulk (for example, list, relist, revise, stop etc)
+ Magento - displays product information related to the Magento catalogue such as Magento QTY, stock Status etc.
+ Settings – displays information in relation to the product settings (for example Selling settings, eBay categories etc) to make it easy to change settings in bulk.
+
+
+ * Attributes have been removed from listing settings.
+ ","Das Erstellen von eBay-Angeboten geht jetzt schneller und einfacher. Sie können entweder ein einzelnes Angebot ganz neu erstellen und dabei individuelle Einstellungen verwenden oder Sie können auf zuvor gespeicherte Informationen zurückgreifen. Außerdem können Sie Angebote einzeln oder gebündelt bearbeiten und dabei Details aus Ihren Angebotseinstellungen*, Rahmenbedingungen und individuellen Einstellungen verwenden. Wenn Ihre Angebote erstellt sind, können Sie für das Anzeigen und Filtern dieser Angebote zwischen den folgenden drei Modi wählen: eBay : Die angezeigten Produktinformationen beziehen sich auf eBay, sodass Angebote ganz einfach gesucht und gebündelt bearbeitet werden können (z.B. um sie einzustellen, wiedereinzustellen, zu überarbeiten, anzuhalten usw.). Magento : Die angezeigten Produktinformationen beziehen sich auf den Magento-Katalog (z.B. Magento-Stückzahl, Bestandsstatus usw.). Einstellungen : Die angezeigten Informationen beziehen sich auf die Produkteinstellungen (z.B. Verkaufseinstellungen, eBay-Kategorien usw.), damit die Einstellungen ganz einfach gebündelt geändert werden können. * „Attribute“ wurde aus den Angebotseinstellungen entfernt. "
+"Please check video tutorials to have quick overview of new UI.","Einen schnellen Überblick über die neue Benutzeroberfläche erhalten Sie in den Video-Infotouren."
+"3) Other improvements and changes","3) Weitere Verbesserungen und Änderungen"
+"
+ eBay Fee estimation has been added to the listing view, allowing you to see how much you’ll be charged for listing your item on eBay.
+
+ Automatic currency rate conversion has been added. If Magento has the currency conversion rate, it will be converted automatically to all your prices.
+
+ List / Relist Schedule has been removed from Amazon, Rakuten.com and Play.com synchronization templates and updated for eBay. It now covers both list and relist rules.
+
+ The following terms have been rephrased for eBay:
+
+
+ Account title is now eBay User ID
+ Marketplace is now eBay site
+ Template is now Policy
+ Actions On Categories' Products is now Automatic Actions
+
+
+ Simple / Advanced Mode for eBay . There are now two modes available for eBay.
+
+
+ Simple - for new users and those with limited inventory;
+ Advanced - for more experienced users.
+
+ You can change the mode any time in Sell on eBay > Configuration > General.
+
+ The global settings for M2E have been moved and divided into:
+
+
+ Common – for all channels. Find these settings in Magento > System > Configuration and select M2E Pro;
+ eBay settings. Find these settings in Sell on eBay > Configuration > General.
+
+
+ "," Die Angebotsansicht wurde um die Funktion Schätzung der eBay-Gebühren erweitert, sodass Sie sehen, welche Gebühren Ihnen für das Einstellen Ihres Artikels bei eBay berechnet werden. Automatische Währungskursumrechnung wurde hinzugefügt. Wenn in Magento der Wechselkurs angegeben ist, werden alle Ihre Preise automatisch umgerechnet. Einstellungs-/Wiedereinstellungsplan wurde aus den Amazon-, Rakuten.com- und Play.com-Synchronisierungsvorlagen entfernt und für eBay überarbeitet. Die Funktion berücksichtigt jetzt sowohl die Regeln für das Einstellen als auch die Regeln für das Wiedereinstellen. Die folgenden Begriffe wurden für eBay geändert: „Kontobezeichnung“ heißt jetzt eBay-Nutzername . „Marktplatz“ heißt jetzt eBay-Website . „Vorlage“ heißt jetzt Rahmenbedingungen . „Aktionen für Produkte aus Kategorien“ heißt jetzt Automatische Aktionen . Einfacher/Erweiterter Modus für eBay . Für eBay stehen jetzt zwei Modi zur Verfügung. Einfach : Dieser Modus eignet sich für neue Nutzer und Nutzer mit begrenztem Warenbestand. Erweitert : Dieser Modus eignet sich für erfahrenere Nutzer. Sie können den Modus jederzeit ändern. Gehen Sie dazu zu „Bei eBay verkaufen“ > „Konfiguration“ > „Allgemeines“. Die globalen Einstellungen für M2E wurden verschoben und wie folgt unterteilt: „Allgemein“: Für alle Channels. Sie finden diese Einstellungen unter „Magento“ > „System“ > „Konfiguration“ und dort unter „M2E Pro“. „eBay-Einstellungen“. Sie finden diese Einstellungen unter „Bei eBay verkaufen“ > „Konfiguration“ > „Allgemeines“. "
+"Migration Notifications","Migrations-Benachrichtigungen"
+"Below you can find all changes that have been made after migration. Click on the links to check or edit changed options.","Im Folgenden finden Sie alle Änderungen, die im Rahmen der Migration vorgenommen wurden. Klicken Sie auf die Links, um die geänderten Optionen zu überprüfen und bei Bedarf zu bearbeiten."
+"You have no notifications of Migration!","Sie haben keine Migrations-Benachrichtigungen!"
+"eBay accounts have been renamed","eBay-Konten wurden umbenannt"
+"eBay Condition has been changed in the next Description Templates","„eBay-Zustand“ wurde in den nächsten Beschreibungsvorlagen geändert"
+"Ignore variation option has been moved from eBay General template to the Selling Format policy and set to default 'No'.
+ Below you can find the listings that used 'Yes' in this option. Please, check their the Selling Format settings to make sure the option has the value you need.
+ ","Die Option „Varianten ignorieren“ wurde von der eBay-Vorlage „Allgemeines“ in die „Angebotsformat“-Rahmenbedingungen verschoben und standardmäßig auf „Nein“ festgelegt. Im Folgenden sind die Angebote aufgeführt, bei denen die Einstellung für diese Option „Ja“ lautet. Bitte überprüfen Sie die „Angebotsformat“-Einstellungen und stellen Sie so sicher, dass die Option den erforderlichen Wert hat. "
+"'Products Presented in Other listings' option has been removed from the listing settings.
+ Instead of it you can use Advanced Filter on the Add products page.
+ Listings which used 'Do Not Show' in this option are displayed below
+ ","Die Option „In anderen Angeboten aufgeführte Produkte“ wurde aus den Angebotseinstellungen entfernt. Stattdessen können Sie „Erweiterte Filter“ auf der Seite „Produkte hinzufügen“ verwenden. Im Folgenden sind die Angebote aufgeführt, bei denen für diese Option „Nicht anzeigen“ festgelegt wurde. "
+"Activation and Deactivation Synchronization Template options have been removed from the listings settings.
+ Synchronization template (policy) settings take effect immediately and will be active during whole its life.
+ The listings below used these options","Die Optionen „Aktivierung“ und „Deaktivierung“ der Synchronisierungsvorlage wurden aus den Angebotseinstellungen entfernt. Die Einstellungen für die Synchronisierungsvorlage (Rahmenbedingungen) sind sofort wirksam und bleiben während ihrer gesamten Gültigkeitsdauer aktiv. Die im Folgenden aufgeführten Angebote haben diese Optionen verwendet."
+"Schedule has been updated for eBay Synchronization policy. It now covers both list and relist rules.","Die Planungsfunktion wurde mit Blick auf die eBay-Synchronisierungs-Rahmenbedingungen aktualisiert. Die Funktion berücksichtigt jetzt sowohl die Regeln für das Einstellen als auch die Regeln für das Wiedereinstellen."
+"'Delay After End' option has been removed from eBay Synchronization template (policy). 'Immediate' is used instead of it in the listings below.","Die Option „Wartezeit nach Ende“ wurde aus der eBay-Synchronisierungsvorlage (Rahmenbedingungen) entfernt. In den unten aufgeführten Angeboten wurde stattdessen „Sofort“ verwendet."
+"Schedule has been removed from Amazon, Rakuten.com and Play.com.
+ The Schedule was listed in the listings below.
+ ","Die Planungsfunktion wurde für Amazon, Rakuten.com und Play.com entfernt. In den im Folgenden aufgeführten Angeboten wurde die Planungsfunktion verwendet. "
+"Custom value option has been removed from eBay Product Items Details settings (General template > Item Specifics).
+ Please, check the Description policies below","Die Option „Benutzerdefinierter Wert“ wurde aus den Einstellungen „eBay-Produktartikeldetails“ (Vorlage „Allgemeines“ > „Artikelmerkmale“) entfernt. Bitte überprüfen Sie die Beschreibungs-Rahmenbedingungen unten."
+"During migration M2E has found unused Description templates (policies). Check if you need them.","Bei der Migration hat M2E nicht verwendete Beschreibungsvorlagen (Rahmenbedingungen) gefunden. Bitte überprüfen Sie, ob Sie diese benötigen."
+"Possible Conversions","Mögliche Umrechnungen"
+"Rate","Gebühr"
+"Price Coefficient","Koeffizient Preis"
+"Sale Price Coefficient","Koeffizient Verkaufspreis"
+"Store Currency (%s)","Shop-Währung (%s)"
+"Marketplace Currency (%s)","Marktplatz-Währung (%s)"
+"Conversion will not be performed.","Es erfolgt keine Umrechnung."
+"Conversion will be performed.","Es erfolgt eine Umrechnung."
+"Start Price Coefficient","Koeffizient Startpreis"
+"Buy It Now Price Coefficient","Koeffizient Sofort-Kaufen-Preis"
+"Reserve Price Coefficient","Koeffizient Mindestpreis "
+"converted from %s","umgerechnet von %s"
+"Price Euro Coefficient","Koeffizient Preis Euro"
+"Price GBR Coefficient","Koeffizient Preis GBR"
+"Invalid coefficient format.","Koeffizient hat ungültiges Format."
+"Selling Format Currency Conversion","Währungsumrechnung Angebotsformat"
+"In the table below you can see Selling Format templates, which prices will be converted.
+ The currency rate you can check in Manage currency rate settings. If you need to correct the prices, use coefficients.
+ ","In der Tabelle unten werden die Vorlagen für das Angebotsformat angezeigt und welche Preise umgerechnet werden. Welcher Wechselkurs verwendet wird, können Sie in den Einstellungen unter Wechselkurse verwalten überprüfen. Wenn Sie die Preise korrigieren müssen, verwenden Sie Koeffizienten. "
+"You have successfully upgraded to M2E Pro v. %s .
+ Click
+ Start Migration Wizard to quickly set up main settings","Sie haben M2E Pro Version %s installiert. Klicken Sie auf den Assistenten Migration starten , um in wenigen Schritten die Haupteinstellungen festzulegen."
diff --git a/i18n/es_ES.csv b/i18n/es_ES.csv
new file mode 100644
index 000000000..29ff18cf9
--- /dev/null
+++ b/i18n/es_ES.csv
@@ -0,0 +1,4438 @@
+"eBay Motors","eBay Motor"
+"Feedback Synchronization","Sincronización de votos"
+"Task ""3rd Party Listings Synchronization"" for eBay account: ""%s"" is in data processing state. Please wait...","La tarea ""Sincronización de anuncios externos"" de la cuenta de eBay ""%s"" se encuentra en estado de procesamiento de datos. Por favor, espera..."
+"Task ""Update Listings Products"" for eBay account: ""%s"" is in data processing state. Please wait...","La tarea ""Actualizar productos de anuncios"" de la cuenta de eBay ""%s"" se encuentra en estado de procesamiento de datos. Por favor, espera..."
+"Task ""Update 3rd Party Listings"" for eBay account: ""%s"" is in data processing state. Please wait...","La tarea ""Actualizar anuncios externos"" de la cuenta de eBay ""%s"" se encuentra en estado de procesamiento de datos. Por favor, espera..."
+"Payment Status was updated to Paid on eBay. As Magento Order #%order_id% can have wrong data, it have to be cancelled.","El estado del pago se ha actualizado a Pagado en eBay. Como el pedido de Magento #%order_id% puede contener datos erróneos, se ha tenido que cancelar."
+"Task ""Orders Cancellation Synchronization"" for eBay account: ""%s"" is in data processing state. Please wait...","La tarea ""Sincronización de cancelación de pedidos"" de la cuenta de eBay ""%s"" se encuentra en estado de procesamiento de datos. Por favor, espera..."
+"Attention! Last eBay AUTOMATIC synchronization was performed by cron more than %s hours ago. You should set up cron job, otherwise no automatic synchronization will be performed. You can check this %sarticle%s to get how to set cron job. The command for cron job for your server environment can be found %shere%s.","¡Atención! La última sincronización AUTOMÁTICA de eBay la realizó cron hace más de %s horas. Debes configurar el trabajo de cron; de lo contrario, no se realizará ninguna actualización automática. Puedes consultar este %sartículo%s para obtener información sobre cómo configurar un trabajo de cron. El comando del trabajo de cron para tu entorno de servidor se puede encontrar %saquí%s."
+"Please select and update eBay marketplaces before adding new General Templates.","Selecciona y actualiza los mercados de eBay antes de añadir nuevas plantillas generales."
+"The ""Categories Synchronization"" action for eBay Site: ""%s"" is in data processing mode. Please wait...","La acción ""Sincronización de categorías"" del sitio de eBay ""%s"" se encuentra en estado de procesamiento de datos. Por favor, espera..."
+"The ""Categories Synchronization"" action for eBay Site: ""%mrk%"" is in data processing mode. Please wait...","La acción ""Sincronización de categorías"" del sitio de eBay ""%mrk%"" se encuentra en estado de procesamiento de datos. Por favor, espera..."
+"An error occured while listing the item. The item has been blocked. The next M2E Synchronization will resolve the problem.","Se ha producido un error al poner en venta el artículo. El artículo se ha bloqueado. El problema se resolverá en la próxima sincronización de M2E."
+"ID","Identificador"
+"Text","Texto"
+"Creation Date","Fecha de creación"
+"Update Date","Fecha de actualización"
+"Edit","Modificar"
+"Delete","Eliminar"
+"Add Template","Añade una plantilla"
+"Save","Guardar"
+"Update","Actualizar"
+"Get Token","Obtener código personal"
+"Synchronization Settings","Configuración de sincronización"
+"Refresh","Actualizar"
+"Hide"," Ocultar "
+"Configuration","Configuración"
+"General","General"
+"3rd Party Listings","Anuncios externos"
+"eBay Store","Tienda eBay"
+"Orders","Pedidos"
+"Feedback","Votos"
+"Edit%s Account","Modificar%s cuenta"
+"Add%s Account","Añadir%s cuenta"
+"Save And Close","Guardar y cerrar"
+"Save And Continue Edit","Guardar y continuar modificación"
+"Back","Atrás"
+"eBay User ID","Seudónimo de eBay"
+"Add Account","Añadir cuenta"
+"Category","Categoría"
+"eBay Primary","Cuenta principal de eBay "
+"eBay Secondary","Cuenta secundaria de eBay "
+"Store Primary","Tienda principal"
+"Store Secondary","Tienda secundaria"
+"Specifics","Características"
+"Edit eBay Primary Category","Modificar categoría principal de eBay"
+"Title","Título"
+"Primary","Primera"
+"Secondary","Segunda"
+"Type","Tipo"
+"eBay Site","Página de eBay"
+"Account","Cuenta"
+"State","Provincia"
+"Active","Activos"
+"Removed","Eliminado"
+"Actions","Acciones"
+"Magento Attribute","Atributo de Magento"
+"Any","Cualquiera"
+"eBay Sites","Sitios de eBay"
+"Synchronization","Sincronización"
+"Policies","Políticas"
+"Categories In Use","Categorías en uso"
+"Account Settings","Configuración de la cuenta"
+"Global Settings","Configuración global"
+"Close","Cerrar"
+"Send","Enviar"
+"Transaction ID","Identificador de transacción"
+"Item ID","Número de artículo"
+"Item Title","Título del artículo"
+"Buyer Feedback Date","Fecha de voto del comprador"
+"Seller Feedback Date","Fecha de voto del vendedor"
+"Neutral","Neutral"
+"Positive","Positivo"
+"Negative","Negativo"
+"Unresponded Feedback","Votos sin responder"
+"Responded Feedback","Votos respondidos"
+"No ID For Auction","Sin identificador de subasta"
+"N/A","N/D"
+"Buyer","Comprador"
+"Seller","Vendedor"
+"Send Response","Enviar respuesta"
+"Feedback for account ""%s""","Votos de la cuenta ""%s"""
+"Accounts","Mi cuenta"
+"Creating A New M2E Listing","Creación de un nuevo anuncio de M2E"
+"Show Video Tutorial","Mostrar tutorial en vídeo"
+"Next Step","Siguiente paso"
+"Categories","Categorías"
+"Edit Rule","Modificar regla"
+"Delete Rule","Eliminar regla"
+"Total","Total"
+"details","detalles"
+"Continue","Continuar"
+"Add New Rule","Añadir nueva regla"
+"Magento Category","Categoría de Magento"
+"eBay Categories","Categorías de eBay"
+"Primary eBay Category Selected","Categoría principal de eBay seleccionada"
+"Primary eBay Category Not Selected","Categoría principal de eBay no seleccionada"
+"Edit Primary Category","Modificar categoría principal"
+"Edit Store Primary Category","Modificar categoría principal de la tienda"
+"Edit Categories","Modificar categorías"
+"Edit Primary Categories","Modificar categorías principales"
+"Edit Store Primary Categories","Modificar categorías principales de la tienda"
+"eBay Primary Category","Categoría principal de eBay"
+"eBay Secondary Category","Categoría secundaria de eBay"
+"eBay Store Primary Category","Categoría principal de la tienda eBay"
+"eBay Store Secondary Category","Categoría secundaria de la tienda eBay"
+"Not Selected","No está seleccionada"
+"Magento Attribute -> %s","Atributo de Magento -> %s"
+"Done","Hecho"
+"Cancel","Cancelar"
+"Set eBay Categories","Establecer categorías de eBay"
+"Set eBay Categories (Based On Magento Categories)","Establecer categorías de eBay (según las categorías de Magento)"
+"Store Primary Category","Categoría principal de la tienda"
+"Store Secondary Category","Categoría secundaria de la tienda"
+"Category type is not set.","El tipo de categoría no se ha establecido."
+"Recently Used","Usadas recientemente"
+"Browse","Examinar"
+"Search","Buscar"
+"Set Your eBay Categories","Establecer las categorías de eBay"
+"Product ID","Identificador de producto"
+"Product Title","Título del producto"
+"Get Suggested Primary Category","Obtener categoría principal sugerida"
+"Reset Categories","Restablecer categorías"
+"Remove Item","Eliminar artículo"
+"Get Suggested Primary Categories","Obtener categorías principales sugeridas"
+"Remove Item(s)","Eliminar artículos"
+"Primary eBay Category","Categoría principal de eBay"
+"Secondary eBay Category","Categoría secundaria de eBay"
+"Primary eBay Store Category","Categoría principal de la tienda eBay"
+"Secondary eBay Store Category","Categoría secundaria de la tienda eBay"
+"You have not selected the Primary eBay Category for some products.","No has seleccionado una categoría principal de eBay para algunos productos."
+"Are you sure?","¿Estás seguro?"
+"eBay could not assign categories for %s products.","eBay no pudo asignar categorías a %s productos."
+"Suggested Categories were successfully received for %s product(s).","Las categorías sugeridas se recibieron correctamente para %s productos."
+"Set eBay Category","Establecer categoría de eBay"
+"Set eBay Category for Product(s)","Establecer categoría de eBay para los productos"
+"Set eBay Primary Category for Product(s)","Establecer categoría principal de eBay para los productos"
+"eBay Same Categories","Mismas categorías de eBay"
+"Yes","Sí"
+"No","No"
+"eBay Categories Specifics","Características de las categorías de eBay"
+"Next Category","Siguiente categoría"
+"Loading. Please wait","Cargando. Por favor, espera"
+"Add Custom Specific","Añadir característica personalizada"
+"Title / Info","Título/Información"
+"Total Items","Total de artículos"
+"Active Items","Artículos en venta"
+"Inactive Items","Artículos inactivos"
+"Sold QTY","Cantidad vendida"
+"Clear Log(s)","Borrar registros"
+"Delete Listing(s)","Eliminar anuncios"
+"Admin (Default Values)","Administrador (valores predeterminados)"
+"Magento Store View","Vista de tienda de Magento"
+"Manage Products","Gestionar productos"
+"Add Products from Products List","Añadir productos de la lista de productos"
+"Add Products from Categories","Añadir productos de las categorías"
+"Automatic Actions","Acciones automáticas"
+"View Logs","Ver registros"
+"Delete Listing","Eliminar anuncio"
+"Edit Listing Title","Modificar título del anuncio"
+"Edit Listing Settings","Modificar configuración del anuncio"
+" - Payment And Shipping"," - Pago y envío"
+" - Selling"," - Ventas"
+" - Synchronization"," - Sincronización"
+"Log For%s Listing","Registro del anuncio de %s"
+"Show General Log","Mostrar registro general"
+"Listings were not found.","No se encontraron anuncios."
+"eBay Item ID","Número de artículo de eBay"
+"Product Name","Nombre del producto"
+"Action","Acción"
+"Description","Descripción "
+"Run Mode","Modo de ejecución"
+"Priority","Prioridad"
+"Log For%s 3rd Party Listing","Registro del anuncio externo de %s"
+"Source","Origen"
+"Revise Rules","Reglas de revisión"
+"Relist Rules","Reglas para volver a poner en venta"
+"Stop Rules","Reglas de detención"
+"Edit%s 3rd Party Synchronization Settings","Modificar%s configuración de la sincronización de terceros"
+"Product Title / SKU","Título de producto/Número de referencia"
+"eBay Available QTY","Cantidad disponible en eBay"
+"eBay Sold QTY","Cantidad vendida en eBay"
+"eBay Price","Precio de eBay"
+"Status","Estado"
+"Listed","Puestos en venta"
+"Listed (Hidden)","Puestos en venta (ocultos)"
+"Sold","Vendido:"
+"Stopped","Detenido"
+"Finished","Finalizado"
+"Pending","Pendiente"
+"Start Date","Fecha de inicio"
+"End Date","Fecha de finalización"
+"Unmap","Quitar asignación"
+"View Log","Ver registro"
+"Clear Log","Borrar registro"
+"Revise Item(s)","Revisar los artículos"
+"Relist Item(s)","Volver a poner en venta los artículos"
+"Stop Item(s)","Detener artículos"
+"Map Item(s) Automatically","Asignar artículos automáticamente"
+"Move Item(s) to Listing","Mover artículos al anuncio"
+"Map","Asignar"
+"Move","Mover"
+"SKU","Nº de referencia"
+"Revise","Modificar"
+"Relist","Volver a poner en venta"
+"Stop","Detener"
+"Status Change","Cambio de estado"
+"Manual","Manual"
+"Automatic","Automática"
+"Mapping Product","Asignación de producto"
+"Product does not exist.","El producto no existe."
+"Please enter correct product ID.","Introduce el identificador de producto correcto."
+"Product(s) was successfully mapped.","Los productos se han asignado correctamente."
+"Please enter correct product ID or SKU","Introduce el identificador o número de referencia de producto correcto"
+"Moving eBay Items.","Moviendo los artículos de eBay."
+"Products failed to move","No se han podido mover los artículos"
+"Product(s) was successfully moved.","Los productos se han movido correctamente."
+"Products were not moved. View log for details.","Los productos no se han movido. Ver registro para obtener detalles."
+"Some of the products were not moved. View log for details.","Algunos de los productos no se han movido. Ver registro para obtener detalles."
+"Product was successfully mapped.","El producto se ha asignado correctamente."
+"Current eBay version only supports simple products in mapping. Please, choose simple product.","La versión actual de eBay solo permite la asignación de productos simples. Elige un producto simple."
+"Processing %s product(s).","Procesando %s producto(s)."
+"Task completed. Please wait ...","Tarea finalizada. Por favor, espera..."
+"""%s"" task has successfully completed.","La tarea ""%s"" se ha completado correctamente."
+"""%s"" task has completed with warnings. View log for details.","La tarea ""%s"" se ha completado con advertencias. Ver registro para obtener detalles."
+"""%s"" task has completed with errors. View log for details.","La tarea ""%s"" se ha completado con errores. Ver registro para obtener detalles."
+"Sending %s product(s) data on eBay.","Enviando datos de %s producto(s) de eBay."
+"View All Product Log.","Ver todo el registro de productos."
+"The listing was locked by another process. Please try again later.","Otro proceso ha bloqueado el anuncio. Inténtalo de nuevo más tarde."
+"Listing is empty.","El anuncio está vacío."
+"Listing All Items On eBay","Poniendo en venta todos los artículos en eBay"
+"Listing Selected Items On eBay","Poniendo en venta los artículos seleccionados en eBay"
+"Revising Selected Items On eBay","Revisando los artículos seleccionados en eBay"
+"Relisting Selected Items On eBay","Volviendo a poner en venta los artículos seleccionados en eBay"
+"Stopping Selected Items On eBay","Deteniendo los artículos seleccionados en eBay"
+"Stopping On eBay And Removing From Listing Selected Items","Deteniendo en eBay y retirando del anuncio los artículos seleccionados"
+"Map Item(s) to Products","Asignar productos a artículos"
+"Only mapped products must be selected.","Solo se deben seleccionar productos asignados."
+"Selected items must belong to the same Account and Marketplace.","Los artículos seleccionados deben pertenecer a la misma cuenta y mercado."
+"Please select items.","Selecciona los artículos."
+"Please select action.","Selecciona una acción."
+"Stock Availability","Disponibilidad de existencias"
+"In Stock","Disponible"
+"Out of Stock","Sin existencias"
+"Price","Precio"
+"Qty","Cantidad"
+"Based on Magento Categories","Según las categorías de Magento"
+"You must select at least 1 category.","Debes seleccionar al menos 1 categoría."
+"Rule with the same title already exists.","Ya existe una regla con el mismo título."
+"Listing Settings Customization","Personalización de la configuración de anuncio"
+"eBay/Magento Integration: Products Management","Integración de eBay/Magento: Gestión de productos"
+"Congratulations","Enhorabuena"
+"Review Your Items","Revisar los artículos"
+"List Your Items Now","Poner los artículos en venta ahora"
+"Remove","Eliminar"
+"of","de"
+"Visibility","Visibilidad"
+"Websites","Sitios Web "
+"Select Products","Seleccionar productos"
+"Start Configure","Iniciar configuración"
+"
+ Do you want to set up a rule by which products will be automatically added or deleted from the current M2E listing?
+ .
+
+Click Start Configure to create a rule or Cancel if you do not want to do it now.
+
+Note: You can always return to it by clicking Automatic Action button on this page."," ¿Quieres configurar una regla para añadir o eliminar productos automáticamente desde el anuncio de M2E actual? . Pulsa Iniciar configuración para crear una regla o Cancelar si no quieres realizar esta acción ahora.Nota: puedes volver en cualquier momento, pulsando el botón Acción automática en esta página."
+"Yes, I Want","Sí, quiero"
+"No, Skip It","No, omitir"
+"Do you want to customise M2E Listing settings for the necessary products?","¿Quieres personalizar la configuración de anuncio de M2E para los productos necesarios?"
+"It is possible to override default settings you set on the previous steps and set different
+ settings for the group of products.","Puedes anular la configuración predeterminada establecida en los pasos anteriores y establecer otros valores para el grupo de productos."
+"Remember my choice","Recordar mi selección"
+"Product Title / Listing / SKU","Título de producto/Anuncio/Número de referencia"
+"Listing Type","Tipo de anuncio"
+"M2E Pro","M2E Pro"
+"3rd Party","Externo"
+"""Buy It Now"" Price","Precio ""¡Cómpralo ya!"""
+"Unknown","Desconocido"
+"Not Listed","Sin poner en venta"
+"Manage","Gestionar"
+"Listing","Anuncio"
+"receiving","recepción"
+"none","ninguna"
+"Go to listing","Ir al anuncio"
+"Payment and Shipping Settings","Configuración de Pago y envío"
+"Payment","Pago"
+"Use from Listing Settings","Usar la configuración de Configuración de anuncio"
+"Custom Settings","Configuración personalizada"
+"M2E Pro Policy","Política de M2E Pro"
+"eBay Policy","Política de eBay"
+"Shipping","Envío"
+"Return","Devolución"
+"Selling Settings","Configuración de venta"
+"Price, Quantity and Format","Precio, cantidad y formato"
+"Edit Settings","Modificar configuración"
+"Edit Payment and Shipping Settings","Modificar configuración de Pago y envío"
+"Edit Selling Settings","Modificar configuración de venta"
+"Edit Synchronization Settings","Modificar configuración de sincronización"
+"M2E Pro -> ","M2E Pro -> "
+"eBay -> ","eBay -> "
+"for","para"
+"Set Products Settings","Establecer configuración de los productos"
+"Add Products","Añadir productos"
+"Payment and Shipping","Pago y envío"
+"Selling","Vendiendo: "
+"Edit Listing Settings ""%s""","Modificar configuración del anuncio ""%s"""
+"Previous Step","Paso anterior"
+"Data source is invalid.","La fuente de datos no es válida."
+"Session key is not defined.","No se ha definido la clave de la sesión."
+"Save as New Policy","Guardar como nueva política"
+"Template nick is not defined.","No se ha establecido el apodo de la plantilla."
+"Template mode is not initialized.","No se ha inicializado el modo de plantilla."
+"Product Title / SKU / eBay Category","Título de producto/Número de referencia/Categoría de eBay"
+"Available QTY","Cantidad disponible"
+"Adviser","Asesor"
+"List Item(s) on eBay","Poner artículos en venta en eBay"
+"Revise Item(s) on eBay","Revisar artículos en eBay"
+"Relist Item(s) on eBay","Volver a poner artículos en venta en eBay"
+"Stop Item(s) on eBay","Detener artículos en eBay"
+"Stop on eBay / Remove From Listing","Detener en eBay/Eliminar del anuncio"
+"Move Item(s) to Another Listing","Mover los artículos a otro anuncio"
+"Edit eBay Categories Settings","Modificar la configuración de las categorías de eBay"
+"eBay Fee","Tarifa de eBay"
+"estimate","calcular"
+"List","Poner un artículo en venta"
+"Stop on Channel / Remove from Listing","Detener en el canal / Eliminar del anuncio"
+"Success","Finalizado"
+"Notice","Aviso"
+"Warning","Advertencia"
+"Error","Error"
+"Product(s) was not moved. View log for details.","Los productos no se han movido. Ver registro para obtener detalles."
+"Some product(s) was not moved. View log for details.","Algunos productos no se han movido. Ver registro para obtener detalles."
+"Estimated Fee Details","Detalles de la tarifa calculada"
+"Please check eBay Motors compatibility attribute.
+ You can find it in %s > Configuration > General .","Comprueba el atributo de compatibilidad de eBay Motor. Podrás encontrarlo en %s > Configuración > General ."
+"Fees are not set.","No se han establecido tarifas."
+"Errors are not set.","No se han establecido errores."
+"eBay","eBay"
+"Settings","Configuración"
+"Magento","Magento"
+"View Mode","Modo de visualización"
+"View mode is not set.","No se ha establecido el modo de visualización."
+"eBay Primary Category Assigned","Categoría principal de eBay asignada"
+"Compatibility","Compatibilidad"
+"Filled","Relleno"
+"Empty","Vacío"
+"Edit eBay Primary Categories Settings","Modificar configuración de las categorías principales de eBay"
+"Edit eBay Store Primary Categories Settings","Modificar configuración de las categorías principales de la tienda eBay"
+"Add Compatible Vehicles","Añadir vehículos compatibles"
+"Not Set","Sin establecer"
+"Show","Mostrar"
+"Product","Atributo"
+"Attribute","Producto"
+"ePIDs","Identificadores de producto de eBay"
+"Compatibility Attribute ePIDs","Identificadores de producto de eBay del atributo de compatibilidad"
+"View Listing","Ver anuncio"
+"Change Listing","Cambiar anuncio"
+"Compatibility Attribute","Atributo de compatibilidad"
+"From Products List","De la lista de productos"
+"From Categories","De las categorías"
+"Add Listing","Añadir anuncio"
+"Listings","Anuncios"
+"Update Now","Actualizar ahora"
+"Save And Update","Guardar y actualizar"
+"ePID","Identificador de producto de eBay"
+"Car / Truck","Coche/camión"
+"Motorcycle","Moto"
+"Make","Fabricante"
+"Model","Modelo"
+"Submodel","Submodelo"
+"Year","Año"
+"Trim","Elegancia"
+"Engine","Motor"
+"Overwrite ePIDs in Compatibility Attribute","Sobrescribir identificadores de producto de eBay en el atributo de compatibilidad"
+"Add ePIDs to Compatibility Attribute","Añadir identificadores de producto de eBay al atributo de compatibilidad"
+"Edit Shipping Address","Modificar dirección de envío"
+"Save Order Address","Guardar dirección de pedido"
+"Sale Date","Fecha de venta"
+"Magento Order #","Número de pedido de Magento"
+"eBay Order #","Número de pedido de eBay"
+"Items","Artículos"
+"Total Paid","Total pagado"
+"Reservation","Reserva"
+"Not Reserved","No reservado"
+"Reserved","Reservado"
+"Released","Lanzado"
+"Canceled","Cancelado"
+"Checkout","Pago y envío"
+"Paid","Pagado"
+"Shipped","Enviado"
+"View","Ver"
+"Create Order","Crear pedido"
+"Mark As Paid","Marcar como pagado"
+"Mark As Shipped","Marcar como enviado"
+"Reserve QTY","Reservar cantidad"
+"Cancel QTY Reserve","Cancelar reserva de cantidad"
+"Mark Order(s) as Shipped","Marcar los pedidos como enviados"
+"Mark Order(s) as Paid","Marcar los pedidos como pagados"
+"Resend Shipping Information","Reenviar información de envío"
+"Deleted","Eliminado"
+"edit","modificar"
+"Options","Opciones"
+"QTY","Cantidad"
+"Transaction","Transacción"
+"Item","Artículo"
+"Transaction #","Transacción nº"
+"Fee","Tarifa"
+"Amount","Importe"
+"Date","Fecha"
+"Incl. Tax","Con Impuesto"
+"Excl. Tax","Sin Impuesto"
+"Original Price","Precio original"
+"Tax Percent","Tipo impositivo"
+"Row Total","Total de fila"
+"View on eBay","Ver en eBay"
+"Map to Magento Product","Asignar a producto de Magento"
+"Set Options","Establecer opciones"
+"View Order Details","Ver datos del pedido"
+"Mark as Shipped","Marcar como enviado"
+"Mark as Paid","Marcar como pagado"
+"Are you sure that you want to create new Magento Order?","¿Estás seguro de que quieres crear un pedido de Magento nuevo?"
+"Confirm","Confirmar"
+"Run Now","Ejecutar ahora"
+"Run Enabled Now","Ejecutar activado ahora"
+"Save Settings","Guardar configuración"
+"Subtitle","Subtítulo"
+"Condition","Estado"
+"Condition Description","Descripción del estado"
+"Buy It Now Price","Precio ¡Cómpralo ya!"
+"Start Price","Precio de salida"
+"Reserve Price","Precio mínimo"
+"Listing Duration","Duración del anuncio"
+"Dispatch Time","Tiempo de envío"
+"Primary Category Id","Identificador de categoría principal"
+"Secondary Category Id","Identificador de categoría secundaria"
+"Store Primary Category Id","Identificador de categoría principal de la tienda"
+"Store Secondary Category Id","Identificador de categoría secundaria de la tienda"
+"Primary Category Name","Nombre de categoría principal"
+"Secondary Category Name","Nombre de categoría secundaria"
+"Store Primary Category Name","Nombre de categoría principal de la tienda"
+"Store Secondary Category Name","Nombre de categoría secundaria de la tienda"
+"Domestic Shipping First Method","Primer método de Envíos nacionales"
+"Domestic Shipping First Cost","Primeros gastos de envío de Envíos nacionales"
+"Domestic Shipping First Additional Cost","Primeros gastos de envío adicionales de Envíos nacionales"
+"International Shipping First Method","Primer método de Envíos internacionales"
+"International Shipping First Cost","Primeros gastos de envío de Envíos internacionales"
+"International Shipping First Additional Cost","Primeros gastos de envío de Envíos internacionales"
+"Insert","Insertar"
+"Show / Hide Editor","Mostrar/ocultar editor"
+"Preview","Vista previa"
+"View Random Product","Ver producto aleatorio"
+"Edit ""%s"" %s Policy","Modificar la política %s de ""%s"""
+"Add %s Policy","Añadir la política %s"
+"Duplicate","Duplicar"
+"
+Note: All changes you have made will be automatically applied to all M2E listings where this policy is used.","Nota: todos los cambios realizados se aplicarán automáticamente a todos los anuncios de M2E en los que se usa esta política."
+"Template nick is not set.","No se ha establecido el apodo de plantilla."
+"Marketplace is required for editing payment template.","Es necesario determinar el mercado para modificar la plantilla de pago."
+"Marketplace is required for editing return template.","Es necesario determinar el mercado para modificar la plantilla de devolución."
+"Please find more about currency rate set up in'
+ . ' magento documentation .","Puedes encontrar más información sobre el tipo de cambio de divisa establecido en la' . ' documentación de Magento ."
+"Name","Nombre"
+"Select","Seleccionar"
+"Reset","Restablecer"
+"Marketplace is required for editing shipping template.","Es necesario determinar el mercado para modificar la plantilla de envío."
+"Add Policy","Añadir política"
+"eBay DateTime object is null","El objeto DateTime de eBay es nulo"
+"Wrong action type","Tipo de acción incorrecto"
+"Listing ""%listingId%"" locked by other process.","El anuncio ""%listingId%"" está bloqueado por otro proceso."
+"Relisting","Volviendo a poner en venta"
+"Revising","Revisando"
+"Stopping","Deteniendo"
+"Item is listed or not available","El artículo ya está en venta o no está disponible"
+"Categories settings are not set","No se ha establecido la configuración de las categorías."
+"There is another item with the same eBay user ID,
+ product ID and marketplace presented in ""%s"" (%d) Listing.","En el anuncio ""%s"" (%d) ya se presenta otro artículo con el mismo seudónimo de eBay, identificador de producto y mercado."
+"Item was successfully listed","El artículo se ha puesto en venta correctamente"
+"There is another item with the same eBay user ID,
+ product ID and marketplace presented in ""%s"" (%d) Listing.","En el anuncio ""%s"" (%d) ya se presenta otro artículo con el mismo seudónimo de eBay, identificador de producto y mercado."
+"Multiple Item Connector has received empty array","El conector de varios artículos ha recibido una matriz vacía"
+"Multiple Item Connector has received invalid product data type","El conector de varios artículos ha recibido un tipo de datos de producto no válido"
+"Multiple Item Connector has received products from different listings","El conector de varios artículos ha recibido productos de anuncios distintos"
+"Listing product was not found","No se ha encontrado el producto del anuncio."
+"The item either is listed, or not listed yet or not available","El artículo ya está en venta, todavía no se ha puesto en venta o no está disponible"
+"Item already was started on eBay","El artículo ya se ha iniciado en eBay"
+"Item was successfully relisted","El artículo se ha vuelto a poner en venta correctamente"
+"This item cannot be accessed on eBay. M2E set Not Listed status.","No se puede acceder a este artículo en eBay. M2E estableció el estado Sin poner en venta."
+"Item is not listed or not available","El artículo no está en venta o no está disponible"
+"Variation attributes were changed. Please stop and list product.","Se han cambiado los atributos de variante. Detén el producto y ponlo en venta."
+"Item was already stopped on eBay","El artículo ya se ha detenido en eBay"
+"Item was successfully revised","El artículo se ha revisado correctamente"
+"Item was successfully stopped","El artículo se ha detenido correctamente"
+"eBay Order status was not updated. Reason: %msg%","El estado del pedido de eBay no se ha actualizado. Motivo: %msg%"
+"Status of India site orders cannot be updated if the buyer uses PaisaPay payment method.","El estado de los pedidos del sitio de la India no se puede actualizar si el comprador usa la forma de pago PaisaPay."
+"Invalid action.","Esta acción no es válida."
+"Payment status for eBay order was not updated. Reason: eBay Failure.","El estado de pago del pedido de eBay no se ha actualizado. Motivo: error de eBay."
+"Payment status for eBay order was updated to Paid.","El estado de pago del pedido de eBay se ha actualizado a Pagado."
+"Shipping status for eBay order was not updated. Reason: eBay Failure.","El estado de envío del pedido de eBay no se ha actualizado. Motivo: error de eBay."
+"Tracking number ""%num%"" for ""%code%"" has been sent to eBay.","El número de seguimiento ""%num%"" de ""%code%"" se ha enviado a eBay."
+"Shipping status for eBay order was updated to Shipped.","El estado de envío del pedido de eBay se ha actualizado a Enviado."
+"Dispute cannot be opened. Reason: Dispute explanation is not defined.","No se puede abrir la disputa. Motivo: no se ha definido la explicación de la disputa."
+"Dispute cannot be opened. Reason: Dispute reason is not defined.","No se puede abrir la disputa. Motivo: el motivo de la disputa no está definido."
+"Unpaid Item Process was not open for item #%id%. Reason: %msg%","No se ha abierto el proceso para el impago del artículo número %id%. Motivo: %msg%"
+"Unpaid Item Process was not open for item #%id%. Reason: eBay failure. Please try again later.","No se ha abierto el proceso para el impago del artículo número %id%. Motivo: error de eBay. Inténtalo de nuevo más tarde."
+"Unpaid Item Process for item #%id% has been initiated.","Se ha iniciado el proceso para el impago del artículo número %id%."
+"Action was not completed (Item: %item_id%, Transaction: %trn_id%). Reason: %msg%","La acción no ha finalizado (artículo: %item_id%, transacción: %trn_id%). Motivo: %msg%"
+"Shipping status was not updated (Item: %item_id%, Transaction: %trn_id%). Reason: %msg%","El estado de envío no se ha actualizado (artículo: %item_id%, transacción: %trn_id%). Motivo: %msg%"
+"Shipping status was not updated (Item: %item_id%, Transaction: %trn_id%). Reason: eBay Failure.","El estado de envío no se ha actualizado (artículo: %item_id%, transacción: %trn_id%). Motivo: error de eBay."
+"Tracking number ""%num%"" for ""%code%"" has been sent to eBay (Item: %item_id%, Transaction: %trn_id%).","El número de seguimiento ""%num%"" de ""%code%"" se ha enviado a eBay (artículo: %item_id%, transacción: %trn_id%)."
+"Order item has been marked as shipped (Item: %item_id%, Transaction: %trn_id%).","El artículo de pedido se ha marcado como enviado (artículo: %item_id%, transacción: %trn_id%)."
+"Other listings locked by other process.","Otros anuncios bloqueados por otro proceso."
+"The item either is listed or not available","El artículo está puesto en venta o no está disponible"
+"The item either is not listed or not available","El artículo no está puesto en venta o no está disponible"
+"qty","cantidad"
+"price","precio"
+"title","título"
+"subtitle","subtítulo"
+"description","descripción"
+"was successfully revised","se ha revisado correctamente"
+"Listing ID must be specified.","Debe especificarse el identificador del anuncio."
+"%s: attribute(s) %s were not found in this product and its value was not sent.","%s: no se encontraron atributos %s en este producto y su valor no se envió."
+"The product was listed as a simple product as it has limitation for multi-variation items. '.
+ 'Reason: eBay site allows to list only simple items","El producto se puso en venta como producto simple, ya que existe una limitación para los artículos con diferentes variantes. '. 'Motivo: en el sitio de eBay solo se permite poner en venta artículos simples."
+"The product was listed as a simple product as it has limitation for multi-variation items. '.
+ 'Reason: eBay primary category allows to list only simple items.","El producto se puso en venta como producto simple, ya que existe una limitación para los artículos con diferentes variantes. '. 'Motivo: la categoría principal de eBay solo permite poner en venta artículos simples."
+"The product was listed as a simple product as it has limitation for multi-variation items. '.
+ 'Reason: ignore variation option is enabled in selling format policy.","El producto se puso en venta como producto simple, ya que existe una limitación para los artículos con diferentes variantes. '. 'Motivo: la opción de omitir variantes está activada en la política de formato de venta."
+"The product was listed as a simple product as it has limitation for multi-variation items. '.
+ 'Reason: listing type ""auction"" does not support multi-variations.","El producto se puso en venta como producto simple, ya que existe una limitación para los artículos con diferentes variantes. '. 'Motivo: el formato de anuncio ""subasta"" no admite diferentes variantes."
+"Change Images for Attribute","Cambiar imágenes del atributo"
+"Duration","Duración"
+"Private Listing","Anuncio privado"
+"%s field(s) were ignored because eBay doesn't allow revise the item if it has sales,
+ bids for auction type or less than 12 hours remain before the item end.","Se han omitido determinados campos (%s) porque eBay no permite modificar el artículo si este tiene ventas o pujas en formato Subasta, o bien quedan menos de 12 horas para su finalización."
+"Duration field(s) was ignored because
+ eBay doesn't allow revise the item if Best Offer is enabled.","El campo de duración se ha omitido porque eBay no permite modificar el artículo si la opción Mejor oferta está activada."
+"variations","variantes"
+"images","imágenes"
+"Communication with eBay is started. Please wait...","Se ha iniciado la comunicación con eBay. Por favor, espera..."
+"Please wait...","Por favor, espera..."
+"product(s) with id(s)","producto(s) con identificador(es)"
+"Communication with eBay is finished. Please wait...","La comunicación con eBay ha finalizado. Por favor, espera..."
+"Item status was successfully changed to ""Listed"".","El estado del artículo se ha cambiado correctamente a ""Puesto en venta""."
+"Item status was successfully changed to ""Sold"".","El estado del artículo se ha cambiado correctamente a ""Vendido""."
+"Item status was successfully changed to ""Stopped"".","El estado del artículo se ha cambiado correctamente a ""Detenido""."
+"Item status was successfully changed to ""Finished"".","El estado del artículo se ha cambiado correctamente a ""Finalizado""."
+"Item was successfully added","El artículo se ha añadido correctamente"
+"Method require loaded instance first","El método requiere que primero se cargue la instancia"
+"Fixed Price","Precio fijo"
+"Auction","Subasta"
+"Business Day","Día laborable"
+"Business Days","Días laborables"
+"Same","Igual"
+"New","Nuevo"
+"New Other","Nuevo de otro tipo"
+"New With Defects","Nuevo con defectos"
+"Manufacturer Refurbished","Reparado por el fabricante"
+"Seller Refurbished","Reparado por el vendedor"
+"Used","Usado"
+"Very Good","Muy bueno"
+"Good","Bueno"
+"Acceptable","Aceptable"
+"For Parts or Not Working","Para piezas o no funciona"
+"Free","Gratis"
+"Invalid listing type in attribute.","Tipo de anuncio no válido en el atributo."
+"Category ID","Identificador de categoría"
+"Category Path","Ruta de categoría"
+"Please choose a condition to add...","Elige un estado para añadir..."
+"Conditions Combination","Combinación de estados"
+"eBay Values","Valores de eBay"
+"Product Attribute","Atributo del producto"
+"Payment status was updated to Paid on eBay.","El estado de pago se ha actualizado a Pagado en eBay."
+"Shipping status was updated to Shipped on eBay.","El estado de envío se ha actualizado a Enviado en eBay."
+"Buyer has changed the shipping address of this order at the time of completing payment on eBay.","El comprador ha cambiado la dirección de envío de este pedido en el momento de realizar el pago en eBay."
+"Duplicated eBay orders with ID #%id%.","Pedidos de eBay duplicados con el identificador número %id%."
+"Order Creation Rules were not met. Press Create Order button at Order view page to create it anyway.","No se han cumplido las reglas de creación de pedidos. Pulsa el botón Crear pedido en la página de vista de pedidos para crearlo de todas formas."
+"Magento Order #%order_id% should be canceled as new combined eBay order #%new_id% was created.","El pedido de Magento número %order_id% se debe cancelar ya que se ha creado el nuevo pedido de eBay combinado número %new_id%."
+"eBay Order #%old_id% was deleted as new combined order #%new_id% was created.","El pedido de eBay número %old_id% se ha eliminado ya que se ha creado el nuevo pedido combinado número %new_id%."
+"Unable to create directory '%directory%'.","No se puede crear el directorio ""%directory%""."
+"Image %url% was not downloaded.","No se ha descargado la imagen %url%."
+"Product import is disabled in eBay Account settings.","La importación de productos se ha desactivado en la Configuración de tu cuenta de eBay."
+"Data obtaining for eBay Item failed. Please try again later.","No se han podido obtener los datos para el artículo de eBay. Inténtalo de nuevo más tarde."
+"Product for eBay Item #%id% was created in Magento catalog.","El artículo número %id% de eBay se ha creado en el catálogo de Magento."
+"Magento Order creation for items listed by M2E Pro is disabled in Account settings.","La creación de pedidos de Magento para los artículos puestos a la venta por M2E Pro está desactivada en la Configuración de tu cuenta."
+"Magento Order creation for items listed by 3rd party software is disabled in Account settings.","La creación de pedidos de Magento para los artículos puestos en venta por software externo está desactivada en la Configuración de tu cuenta."
+"Product import is disabled in Account settings.","La importación de productos se ha desactivado en la Configuración de tu cuenta."
+"Not Selected Yet","Todavía no se ha seleccionado"
+"eBay Shipping","Envíos de eBay"
+"Checkout Message From Buyer","Mensaje de Pago y envío del comprador"
+"Customer with ID specified in eBay account settings does not exist.","No existe el cliente con el identificador especificado en la Configuración de tu cuenta de eBay."
+"Invalid component mode.","Modo de componente no válido."
+"Magento Order was canceled.","Se ha cancelado el pedido de Magento."
+"Magento Order cannot be canceled.","El pedido de Magento no se puede cancelar."
+"Task ""Remove Duplicated Products"" is started. Please wait...","Se ha iniciado la tarea ""Eliminar productos duplicados"". Por favor, espera..."
+"Task ""Remove Duplicated Products"" is finished. Please wait...","La tarea ""Eliminar productos duplicados"" ha finalizado. Por favor, espera..."
+"Duplicated item %s was found and stopped on eBay.","Se ha encontrado el artículo %s duplicado en eBay y se ha detenido."
+"Item status was successfully changed to ""Not Listed"".","El estado del artículo se ha cambiado correctamente a ""Sin poner en venta""."
+"Item status was successfully changed to ""Hidden"".","El estado del artículo se ha cambiado correctamente a ""Oculto""."
+"Task ""Remove Unused Templates"" is started. Please wait...","Se ha iniciado la tarea ""Eliminar plantillas no utilizadas"". Por favor, espera..."
+"Task ""Remove Unused Templates"" is finished. Please wait...","La tarea ""Eliminar plantillas no utilizadas"" ha finalizado. Por favor, espera..."
+"Task ""Update Listings Products"" is started. Please wait...","Se ha iniciado la tarea ""Actualizar productos de anuncios"". Por favor, espera..."
+"Task ""Update Listings Products"" is finished. Please wait...","La tarea ""Actualizar productos de anuncios"" ha finalizado. Por favor, espera..."
+"Task ""Update Listings Products"" for eBay account: ""%s"" is started. Please wait...","Se ha iniciado la tarea ""Actualizar productos de anuncios"" de la cuenta de eBay ""%s"". Por favor, espera..."
+"Task ""Default Synchronization"" is started. Please wait...","Se ha iniciado la tarea ""Sincronización predeterminada"". Por favor, espera..."
+"Task ""Default Synchronization"" is finished. Please wait...","La tarea ""Sincronización predeterminada"" ha finalizado. Por favor, espera..."
+"The ""Receive"" action is started. Please wait...","Se ha iniciado la acción ""Recibir"". Por favor, espera..."
+"The ""Receive"" action is finished. Please wait...","La acción ""Recibir"" ha finalizado. Por favor, espera..."
+"The ""Receive"" action for eBay account: ""%s"" is started. Please wait...","Se ha iniciado la acción ""Recibir"" de la cuenta de eBay ""%s"". Por favor, espera..."
+"The ""Response"" action is started. Please wait...","Se ha iniciado la acción ""Respuesta"". Por favor, espera..."
+"The ""Response"" action is finished. Please wait...","La acción ""Respuesta"" ha finalizado. Por favor, espera..."
+"Task ""Feedback Synchronization"" is started. Please wait...","Se ha iniciado la tarea ""Sincronización de votos"". Por favor, espera..."
+"Task ""Feedback Synchronization"" is finished. Please wait...","La tarea ""Sincronización de votos"" ha finalizado. Por favor, espera..."
+"The ""Categories Synchronization"" action is started. Please wait...","Se ha iniciado la acción ""Sincronización de categorías"". Por favor, espera..."
+"The ""Categories Synchronization"" action is finished. Please wait...","La acción ""Sincronización de categorías"" ha finalizado. Por favor, espera..."
+"The ""Categories Synchronization"" action for eBay Site: ""%s"" is started. Please wait...","Se ha iniciado la acción ""Sincronización de categorías"" del sitio de eBay ""%s"". Por favor, espera..."
+"The ""Categories Synchronization"" action for eBay Site: ""%mrk%"" has been successfully completed.","La acción ""Sincronización de categorías"" del sitio de eBay ""%mrk%"" ha finalizado correctamente. "
+"The ""Receive Details"" action is started. Please wait...","Se ha iniciado la acción ""Recibir detalles"". Por favor, espera..."
+"The ""Receive Details"" action is finished. Please wait...","La acción ""Recibir detalles"" ha finalizado. Por favor, espera..."
+"The ""Receive Details"" action for eBay Site: ""%s"" is started. Please wait...","Se ha iniciado la acción ""Recibir detalles"" del sitio de eBay ""%s"". Por favor, espera..."
+"The ""Receive Details"" action for eBay Site ""%s"" is in data processing mode. Please wait...","La acción ""Recibir detalles"" del sitio de eBay ""%s"" se encuentra en estado de procesamiento de datos. Por favor, espera..."
+"The ""Receive Details"" action for eBay Site: ""%mrk%"" has been successfully completed.","La acción ""Recibir detalles"" del sitio de eBay ""%mrk%"" ha finalizado correctamente. "
+"eBay Parts Compatibility Synchronization","Sincronización de compatibilidad de piezas de eBay"
+"The ""%s"" action is started. Please wait...","Se ha iniciado la acción ""%s"". Por favor, espera..."
+"The ""%s"" action is finished. Please wait...","La acción ""%s"" ha finalizado. Por favor, espera..."
+"Task ""Marketplaces Synchronization"" is started. Please wait...","Se ha iniciado la tarea ""Sincronización de mercados"". Por favor, espera..."
+"Task ""Marketplaces Synchronization"" is finished. Please wait...","La tarea ""Sincronización de mercados"" ha finalizado. Por favor, espera..."
+"eBay Orders Cancellation Synchronization","Sincronización de cancelación de pedidos de eBay"
+"Task ""%s"" is started. Please wait...","Se ha iniciado la tarea ""%s"". Por favor, espera..."
+"Task ""%s"" is finished. Please wait...","La tarea ""%s"" ha finalizado. Por favor, espera..."
+"Task ""Orders Cancellation Synchronization"" for eBay account: ""%s"" is started. Please wait...","Se ha iniciado la tarea ""Sincronización de cancelación de pedidos"" de la cuenta de eBay ""%s"". Por favor, espera..."
+"Reservation period cannot be less than 1 day.","El período de reserva no puede ser inferior a un día."
+"eBay Orders Receive Synchronization","Sincronización de recepción de pedidos de eBay"
+"Task ""%s"" for eBay account: ""%s"" is started. Please wait...","Se ha iniciado la tarea ""%s"" de la cuenta de eBay ""%s"". Por favor, espera..."
+"Task ""%s"" for eBay account: ""%acc%"" is in data processing state. Please wait...","La tarea ""%s"" de la cuenta de eBay ""%acc%"" se encuentra en estado de procesamiento de datos. Por favor, espera..."
+"Task ""%s"" for eBay account: ""%s"" is in order creation state.. Please wait...","La tarea ""%s"" de la cuenta de eBay ""%s"" se encuentra en estado de creación de pedidos. Por favor, espera..."
+"eBay Qty Reserve Cancellation Synchronization","Sincronización de cancelación de reserva de cantidad de eBay"
+"eBay Orders Update Synchronization","Sincronización de actualización de pedidos de eBay"
+"eBay Orders Synchronization","Sincronización de pedidos de eBay"
+"The ""Relist"" action is started. Please wait...","Se ha iniciado la acción ""Volver a poner en venta"". Por favor, espera..."
+"The ""Relist"" action is finished. Please wait...","La acción ""Volver a poner en venta"" ha finalizado. Por favor, espera..."
+"The ""Revise"" action is started. Please wait...","Se ha iniciado la acción ""Modificar"". Por favor, espera..."
+"The ""Revise"" action is finished. Please wait...","La acción ""Modificar"" ha finalizado. Por favor, espera..."
+"The ""Stop"" action is started. Please wait...","Se ha iniciado la acción ""Detener"". Por favor, espera..."
+"The ""Stop"" action is finished. Please wait...","La acción ""Detener"" ha finalizado. Por favor, espera..."
+"Task ""Update 3rd Party Listings"" has completed with errors. View %sl%listings log%el% for details.","La tarea ""Actualizar anuncios externos"" se ha completado con errores. Consulta el %sl%registro de anuncios%el% para más información."
+"Task ""Update 3rd Party Listings"" has completed with warnings. View %sl%listings log%el% for details.","La tarea ""Actualizar anuncios externos"" se ha completado con advertencias. Consulta el %sl%registro de anuncios%el% para más información."
+"The ""Update 3rd Party Listings"" action is started. Please wait...","Se ha iniciado la acción ""Actualizar anuncios externos"". Por favor, espera..."
+"The ""Update 3rd Party Listings"" action is finished. Please wait...","La acción ""Actualizar anuncios externos"" ha finalizado. Por favor, espera..."
+"Task ""3rd Party Listings Synchronization"" for eBay account: ""%s"" is started. Please wait...","Se ha iniciado la tarea ""Sincronización de anuncios externos"" de la cuenta de eBay ""%s"". Por favor, espera..."
+"Task ""3rd Party Listings Synchronization"" is started. Please wait...","Se ha iniciado la tarea ""Sincronización de anuncios externos"". Por favor, espera..."
+"Task ""3rd Party Listings Synchronization"" is finished. Please wait...","La tarea ""Sincronización de anuncios externos"" ha finalizado. Por favor, espera..."
+"The ""Business Policies Receive"" action for eBay Site: ""%s"" and Account: ""%s"" is started. Please wait...","Se ha iniciado la acción ""Recibir políticas del vendedor"" del sitio de eBay ""%s"" y la cuenta ""%s"". Por favor, espera..."
+"The ""'.$this->synchName.'"" action is started. Please wait...","Se ha iniciado la acción ""'.$this->synchName.'"" . Por favor, espera..."
+"The ""'.$this->synchName.'"" action is finished. Please wait...","La acción ""'.$this->synchName.'"" ha finalizado. Por favor, espera..."
+"Task ""'.$this->synchName.'"" is started. Please wait...","Se ha iniciado la tarea ""'.$this->synchName.'"" . Por favor, espera..."
+"Task ""'.$this->synchName.'"" is finished. Please wait...","La tarea ""'.$this->synchName.'"" ha finalizado. Por favor, espera..."
+"The ""List"" action is started. Please wait...","Se ha iniciado la acción ""Poner en venta"". Por favor, espera..."
+"The ""List"" action is finished. Please wait...","La acción ""Poner en venta"" ha finalizado. Por favor, espera..."
+"Task ""Inventory Synchronization"" has completed with errors. View %sl%listings log%el% for details.","La tarea ""Sincronización del inventario"" se ha completado con errores. Consulta el %sl%registro de anuncios%el% para más información."
+"Task ""Inventory Synchronization"" has completed with warnings. View %sl%listings log%el% for details.","La tarea ""Sincronización del inventario"" se ha completado con advertencias. Consulta el %sl%registro de anuncios%el% para más información."
+"Task ""Inventory Synchronization"" is started. Please wait...","Se ha iniciado la tarea ""Sincronización del inventario"". Por favor, espera..."
+"Task ""Inventory Synchronization"" is finished. Please wait...","La tarea ""Sincronización del inventario"" ha finalizado. Por favor, espera..."
+"Template mode is empty.","El modo de plantilla está vacío."
+"Title is empty.","El título está vacío."
+"Unknown product details name","Nombre de detalles de producto desconocido"
+"Owner object is out of knowledge range.","Se desconoce el propietario del objeto."
+"Template nick is out of knowledge range.","Se desconoce el apodo de la plantilla."
+"Unable to get result object.","No se puede obtener el objeto resultante."
+"Marketplace ID is empty.","El identificador de mercado está vacío."
+"Country is empty.","El país está vacío."
+"product(s)","productos(s)"
+"Account does not exist.","La cuenta no existe."
+"The eBay token obtaining is currently unavailable. Reason: %s","No está disponible en este momento la obtención del código de eBay. Motivo: %s"
+"Token was successfully saved","El código se ha guardado correctamente"
+"Account was successfully saved","La cuenta se ha guardado correctamente"
+"Please select account(s) to remove.","Selecciona las cuentas que quieres eliminar."
+"%s record(s) were successfully deleted.","%s registros se han eliminado correctamente"
+"%s record(s) are used in M2E Listing(s).","%s registros se usan en anuncios de M2E."
+"Account must not be in use to be deleted.","Para poder eliminar una cuenta, esta no puede estar en uso."
+"Some eBay store categories were deleted from eBay. Click
+ here to check.","Algunas categorías de la tienda eBay se han eliminado de eBay. Pulsa aquí para comprobarlo."
+"Account is not added or updated. Try again later.","La cuenta no se ha añadido ni actualizado. Inténtalo de nuevo más tarde."
+"Settings was successfully saved.","La configuración se ha guardado correctamente."
+"Feedback is not defined.","No se ha definido el voto."
+"Requested order was not found.","No se ha encontrado el pedido solicitado."
+"Item's Marketplace is Unknown.","El mercado del artículo es desconocido."
+"Magento Categories are not specified on products you are adding.","Las categorías de Magento no están especificadas en los productos que estás añadiendo."
+"Select Products (eBay Categories)","Seleccionar productos (Categorías de eBay)"
+"There are no items to continue. Please, go back and select the item(s).","No hay ningún artículo para continuar. Vuelve atrás y selecciona los artículos."
+"You have not selected the Primary eBay Category for some Magento Categories.","No has seleccionado la categoría principal de eBay para algunas categorías de Magento."
+"Please, specify a value suitable for all chosen products.","Especifica un valor adecuado para todos los productos elegidos."
+"Listing is not defined","No se ha definido el anuncio"
+"Synchronization settings was successfully saved.","La configuración de sincronización se ha guardado correctamente."
+"Manage Listings","Gestionar anuncios"
+"The item was successfully removed.","El artículo se ha eliminado correctamente."
+"No categories found","No se han encontrado categorías"
+"Requested eBay Item ID is not found.","No se ha encontrado el número de artículo de eBay solicitado."
+"Listing does not exist.","El anuncio no existe."
+"Adding New Products action was not completed. Please, complete it.","La acción de añadir nuevos productos no se ha completado. Complétala."
+"The listing is locked by another process. Please try again later.","El anuncio está bloqueado por otro proceso. Inténtalo de nuevo más tarde."
+"Please select item(s) to remove.","Selecciona los artículos que quieres eliminar."
+"%s listing(s) were successfully deleted","%s anuncios se han eliminado correctamente"
+"%s listing(s) have listed items and can not be deleted","%s anuncios tienen artículos en venta y no se pueden eliminar"
+"Compatibility Attribute is not selected.","No se ha seleccionado el atributo de compatibilidad."
+"Required parameters were not selected.","No se han seleccionado los parámetros obligatorios."
+"ePIDs were saved in Compatibility Attribute.","Los identificadores de producto de eBay se han guardado en el atributo de compatibilidad."
+"Listing Review","Revisión de anuncios"
+"Logs","Registros"
+"3rd Party Listing does not exist.","El anuncio externo no existe."
+"Marketplaces","Mercados"
+"Sales","Ventas"
+"Order address has been updated.","Se ha actualizado la dirección del pedido."
+"Please select order(s).","Selecciona los pedidos."
+"Payment status for selected eBay Order(s) was updated to Paid.","El estado de pago de los pedidos de eBay seleccionados se ha actualizado a Pagado."
+"Payment status for selected eBay Order(s) was not updated.","El estado de pago de los pedidos de eBay seleccionados no se ha actualizado."
+"Shipping status for selected eBay Order(s) was updated to Shipped.","El estado de envío de los pedidos de eBay seleccionados se ha actualizado a Enviado."
+"Shipping status for selected eBay Order(s) was not updated.","El estado de envío de los pedidos de eBay seleccionados no se ha actualizado."
+"Magento Order was created.","Se ha creado el pedido de Magento."
+"Magento Order was not created. Reason: %s","No se ha creado el pedido de Magento. Motivo: %s"
+"Invoice was created.","Se ha creado la factura."
+"Shipment was created.","Se ha creado el envío."
+"Transaction ID should be defined.","Se debe definir el identificador de la transacción."
+"eBay order transaction does not exist.","La transacción del pedido de eBay no existe."
+"This is not a PayPal transaction.","No es una transacción de PayPal."
+"Please select item(s) to clear","Selecciona los artículos que quieres borrar"
+"The synchronization task log has been successfully cleaned.","El registro de tareas de sincronización se ha limpiado correctamente."
+"eBay 3rd Party Listings are being downloaded now. ' .
+ 'They will be available soon in %s > Listings > 3rd Party. ' .
+ 'You can continue working with M2E Pro.","Los anuncios externos de eBay se están descargando ahora. ' . 'Estarán disponibles en breve en %s > Anuncios > Externos. ' . 'Puedes seguir trabajando con M2E Pro."
+"This product ID does not exist","Este identificador de producto no existe."
+"Error search charity","Error en la búsqueda de organizaciones benéficas"
+"Policy does not exist.","La política no existe."
+"Policy was not saved.","La política no se ha guardado."
+"Policy was successfully saved.","La política se ha guardado correctamente."
+"Policy was successfully deleted.","La política se ha eliminado correctamente."
+"Policy cannot be deleted as it is used in Listing settings.","La política no se puede eliminar porque se usa en la configuración de anuncio."
+"The listing was successfully saved.","El anuncio se ha guardado correctamente."
+"To change account settings click on its record in the grid or choose Edit in the Action dropdown.
+ To review accounts feedback, click the appropriate link. An account can be also deleted, but only if it is not used in M2E listing settings.","Para cambiar la configuración de una cuenta, pulsa el registro correspondiente en la tabla o elige Modificar en el menú desplegable Acción. Para revisar los votos de las cuentas, pulsa el vínculo correspondiente. Una cuenta también se puede eliminar, pero solo si no se usa en la configuración de anuncio de M2E."
+"
+ M2E allows you to receive feedback from your buyers and respond them according to the settings below.
+Note: The Feedback Synchronization must be enabled in %s > Configuration > Synchronization."," M2E te permite recibir votos de los compradores y responderles en función de la configuración siguiente.Nota: la Sincronización de votos debe estar activada en %s > Configuración > Sincronización."
+"Buyers Feedback","Votos de los compradores"
+"Import Feedback","Importar votos"
+"Choose to import feedback from eBay buyers into Magento.","Elige importar los votos de los compradores de eBay en Magento."
+"Seller Response","Respuesta del vendedor"
+"Auto Response","Respuesta automática"
+"There are two ways to set up your auto response to buyer feedback:
+ Cycle Mode - the system chooses an existing response template according to the sales order and sends it to the buyer.
+ Random Mode - the system randomly chooses an existing response template and sends it out.","Hay dos formas de configurar la respuesta automática a los votos de los compradores: Modo cíclico : el sistema elige una plantilla de respuesta existente según el pedido y la envía al comprador. Modo aleatorio : el sistema elige aleatoriamente una plantilla de respuesta existente y la envía al comprador."
+"Disabled","Desactivado"
+"Cycle Mode","Modo cíclico"
+"Random Mode","Modo aleatorio"
+"Choose between Cycle Mode, Random Mode, or to disable it completely.","Puedes elegir entre el Modo cíclico y el Modo aleatorio o desactivar esta opción."
+"Send to","Enviar a"
+"All","Todo"
+"Responses to All feedbacks or Positive only.","Respuestas a todos los votos o solo a los positivos."
+"Response Templates","Plantillas de respuesta"
+"Add Response Template","Añadir plantilla de respuesta"
+"Edit Response Template","Modificar plantilla de respuesta"
+"Should be between 2 and 80 characters long.","Debe tener una longitud de entre 2 y 80 caracteres."
+"Please enter correct number of characters.","Introduce el número correcto de caracteres."
+"You can add an eBay Production (live environment) or Sandbox (test environment) account.
+ Note: A Production eBay account only works in a live environment. A Sandbox account only works in a test environment. To register for a Sandbox account go to www.developer.ebay.com
+ After completing the General Information, click the Get Token button where you'll be redirected to the eBay website. Simply sign-in and press I Agree to allow my eBay account to connect to M2E Pro.
+ Once the Token is successfully accepted, the status will say “Yes†. Click the button “Save And Continue Edit†to proceed.","Puedes añadir una cuenta Producción de eBay (entorno activo) o Sandbox (entorno de prueba). Nota: una cuenta Producción de eBay solamente funciona en entornos activos. Una cuenta Sandbox solamente funciona en entornos de prueba. Para abrir una cuenta Sandbox, ve a www.developer.ebay.com . Después de rellenar la información general, pulsa el botón Obtener código personal y se te redirigirá al sitio Web de eBay. Identifícate y pulsa Acepto para permitir que tu cuenta de eBay se conecte a M2E Pro. Una vez que el código se acepta satisfactoriamente, el estado indicará “Sí” . Pulsa el botón “Guardar y continuar modificación” para continuar."
+"Be attentive! By deleting account you delete all information on it from M2E Pro server. This will cause inappropriate work of all accounts' copies.","Ten cuidado. Al eliminar la cuenta, eliminas toda la información que contiene del servidor M2E Pro. Esto provocará un funcionamiento inadecuado en las copias de todas las cuentas."
+"No Customer entry is found for specified ID.","No se encuentra ninguna entrada de cliente para el identificador especificado."
+"If Yes is chosen, you must select at least one attribute for product mapping.","Si eliges Sí, debes seleccionar al menos un atributo para la asignación de producto."
+"You should create at least one response template.","Debes crear al menos una plantilla de respuesta."
+"You must get token.","Debes obtener el token."
+"Mode","Modo"
+"Production (Live eBay)","Producción (eBay activo)"
+"Sandbox (Test eBay)","Sandbox (eBay de prueba)"
+"Environment of eBay account.","Entorno de la cuenta de eBay."
+"Token","Código"
+"Grant Access","Conceder acceso"
+"Ensure you acquire your token within 5 minutes, or you may exceed your time limit and have to start again.","Si no obtienes el código en un plazo de 5 minutos, puede que sobrepases el límite temporal y tengas que empezar de nuevo."
+"Activated","Activada"
+"Expiration Date","Fecha de vencimiento"
+"
+ The 3rd Party Listings are the items, which were listed on eBay without using M2E Pro extension.
+
+ Set 'Yes' in Import 3rd Party Listings to allow importing for the current eBay Account. Imported listings you can find in Sell on eBay -> Listings -> 3rd Party.
+
+ Use 'Product Mapping' settings to connect eBay listings to Magento products.
+
+ Note: The 3rd Party Listings Synchronization must be enabled in %1$s > Configuration > Synchronization.
+ "," Los anuncios externos son los artículos que se pusieron en venta en eBay sin usar la extensión M2E Pro. Elige la opción 'Sí' en Importar anuncios externos a fin de permitir la importación en la cuenta de eBay actual. Los anuncios importados pueden encontrarse en Vender en eBay -> Anuncios -> Externos. Usa la configuración de 'Asignación de producto' para conectar los anuncios de eBay a productos de Magento. Nota: la opción Sincronización de anuncios externos debe estar activada en %1$s > Configuración > Sincronización. "
+"Import 3rd Party Listings","Importar anuncios externos"
+"Allows importing 3rd Party Listings.Note: Only active eBay Listings created less than 2 years before will be imported.","Permite importar anuncios externos.Nota: solamente se importarán los anuncios de eBay activos creados hace menos de dos años."
+"Product Mapping","Asignación de producto"
+"Maps eBay product with Magento product.","Asigna el producto de eBay a un producto de Magento."
+"Mapping Settings","Configuración de asignación"
+"Custom Label (SKU)","Etiqueta personalizada (número de referencia)"
+"None","Ninguno"
+"Product SKU","Número de referencia del producto"
+"Listing Title","Título del anuncio"
+"Mapped Items Synchronization","Sincronización de artículos asignados"
+"Enabled","Activado"
+"Enables / Disables synchronization of Mapped 3rd Party Listings for the current account. Click 'Synchronization Settings' button to configure settings.
+ Note: The first 3rd Party Listings Synchronization launches the first product automapping. After that you can launch it manually in Sell on eBay > Listings > 3rd Party.","Activa o desactiva la sincronización de los anuncios externos asignados para la cuenta actual. Pulsa el botón 'Configuración de sincronización' para configurar los valores. Nota: la primera sincronización de anuncios externos inicia la primera asignación automática de los productos. Posteriormente, podrás iniciarla manualmente en Vender en eBay > Anuncios > Externos."
+"Related Store Views","Vistas de tienda relacionadas"
+"Related Store View","Vista de tienda relacionada"
+"Establish connection between eBay sites and Magento Store Views for correct data synchronization.","Establece una conexión entre las vistas de la tienda Magento y los sitios de eBay para poder realizar una sincronización correcta de los datos."
+"For each eBay account M2E Pro allows import orders coming from eBay and setting up automatic Magento orders creation.
+ Using appropriate settings you can create Magento orders for the items listed by the 3rd party software and by M2E Pro.
+
+
+ Note: The Product Stock QTY only reduces after Magento Order creation.
+ The Order Synchronization must be enabled in %1$s > Configuration > Synchronization.","M2E Pro permite importar pedidos procedentes de eBay y configurar la creación automática de pedidos de Magento para todas las cuentas de eBay. Con la configuración adecuada, podrás crear pedidos de Magento para los artículos puestos en venta por software de terceros y por M2E Pro. Nota: la cantidad de existencias del producto solamente se reduce tras crear el pedido de Magento. La Sincronización de votos debe estar activada en %1$s > Configuración > Sincronización."
+"Import eBay Orders","Importar pedidos de eBay"
+"Choose to import the orders placed on eBay.","Elige importar los pedidos realizados en eBay."
+"Product Is Listed By M2E Pro","Producto puesto en venta por M2E Pro"
+"Create Order in Magento","Crear pedido en Magento"
+"Whether an order has to be created in Magento if a sold product belongs to M2E Pro Listings.","Indica si debe crearse un pedido en Magento en caso de que un producto vendido pertenezca a los anuncios de M2E Pro."
+"Magento Store View Source","Origen de la vista de la tienda Magento"
+"Use Store View from Listing","Usar vista de la tienda del anuncio"
+"Choose Store View Manually","Elegir vista de la tienda manualmente"
+"Use the store view from your M2E Listing, or choose store view manually.","Usa la vista de la tienda del anuncio de M2E o elige una vista de la tienda de forma manual."
+"The store the orders will be placed in.","Tienda en la que se realizarán los pedidos."
+"Product Is Listed By Any Other Software","Producto puesto en venta por cualquier otro software"
+"Whether an order has to be created in Magento if a sold product does not belong to M2E Pro Listings.","Indica si debe crearse un pedido en Magento en caso de que un producto vendido no pertenezca a los anuncios de M2E Pro."
+"Product Not Found","Producto no encontrado"
+"Do Not Create Order","No crear pedido"
+"Create Product and Order","Crear producto y pedido"
+"What has to be done if a listed product does not exist in Magento.","Pasos a seguir si un producto puesto en venta no existe en Magento."
+"Note: Only simple products without variations can be created in Magento. If there is a product with variations on eBay, M2E Pro creates different simple products for each variation.","Nota: en Magento solo pueden crearse productos simples sin variantes. Si hay un producto con variantes en eBay, M2E Pro crea diferentes productos simples para cada variante. "
+"Product Tax Class","Clase de impuesto del producto"
+"Tax Class which will be used for products created by M2E Pro.","Clase de impuesto que se usará para los productos creados por M2E Pro."
+"Customer Settings","Configuración del cliente"
+"Customers","Clientes"
+"There are several ways to specify a customer Magento Orders will be assigned to:
+
+ Guest Account - the system does not require a customer account to be created. Default guest account will be used instead.
+ Note: To use this option, Magento Guest Checkout option must be enabled.
+ Predefined Customer - the system uses predefined customer.
+ Create New - a new customer will be created in Magento.
+ Note: If a customer already exists in Magento, the system assigns orders to him.","Existen varias formas de especificar un cliente al que se asignarán los pedidos de Magento: Cuenta de invitado : el sistema no obliga a que se cree una cuenta de cliente. En su lugar se usará la cuenta de invitado predeterminada. Nota: para usar esta posibilidad, la opción Compra sin registrarte de Magento debe estar activada. Cliente predefinido : el sistema usa un cliente predefinido. Crear nuevo : se creará un nuevo cliente en Magento. Nota: si ya existe un cliente en Magento, el sistema le asignará los pedidos."
+"Customer","Cliente"
+"Guest Account","Cuenta de invitado"
+"Predefined Customer","Cliente predefinido"
+"Create New","Crear nuevo"
+"Customer Magento Orders will be created for.","Cliente para el que se crearán pedidos de Magento."
+"Customer ID","Identificador de cliente"
+"Enter Magento customer ID.","Introduce el identificador de cliente de Magento."
+"Associate to Website","Asociar al sitio web"
+"-- Please Select --","-- Haz una selección --"
+"Website a customer account will be created for.","Sitio Web para el que se creará una cuenta de cliente."
+"Customer Group","Grupo de clientes"
+"Customer Group a customer will be assigned to.","Grupo de clientes al que se asignará un cliente."
+"Send Emails When The Following Is Created","Enviar correo electrónico al crear lo siguiente"
+"Customer Account","Cuenta de cliente"
+"Magento Order","Pedido de Magento"
+"Invoice","Factura"
+"Necessary emails will be sent according to Magento settings in Magento > System > Configuration > Sales Emails. Hold Ctrl button, to choose more, than one option.","Se enviarán los correos electrónicos necesarios según la configuración de Magento definida en Magento > Sistema > Configuración > Correos electrónicos de ventas. Mantén pulsada la tecla Ctrl para elegir más de una opción."
+"Order Creation Rules","Reglas de creación de pedidos"
+"Set eBay Orders settings when Magento Orders have to be created.
+
+ The Reserve Quantity option can prevent the item selling before the Magento Order is created.
+ This is because the Product Stock Quantity is reduced after Magento Order creation.
+ It removes items from Magento Stock as soon as the order is received from eBay.","Establece la configuración de los pedidos de eBay cuando se tienen que crear los pedidos de Magento. La opción Reservar cantidad puede evitar que el artículo se venda antes de crear el pedido de Magento. Esto se debe a que la cantidad de existencias del producto se reduce tras la creación del pedido de Magento. Elimina los artículos de las existencias de Magento una vez que el pedido llega de eBay."
+"Create Magento Order When","Crear pedido de Magento cuando"
+"Immediately","Inmediatamente"
+"Checkout Is Completed","Se haya completado el proceso de Pago y envío"
+"Payment Is Received","Se haya recibido el pago"
+"Checkout Is Completed & Payment Received","Se haya completado el proceso de Pago y envío, y se haya recibido el pago"
+"Automatic Cancellation","Cancelación automática"
+"Never","Nunca"
+"In %d days","En %d días"
+"Magento Orders, which were not paid in a definite time interval, will be cancelled. Unpaid Item Process will be launched for such orders on eBay.","Se cancelarán los pedidos de Magento que no se hayan pagado en un intervalo de tiempo determinado. Para tales pedidos, se iniciará el proceso para el impago de artículos en eBay."
+"For %d day","Durante %d día"
+"For %d days","Durante %d días"
+"For how many days reserve qty has to be kept while Magento Order is not created.","Número de días durante los que debe reservarse la cantidad mientras no se cree el pedido de Magento."
+"Order Tax Settings","Configuración impositiva del pedido"
+"Choose the tax settings for your Magento Order:
+
+ eBay - Magento Orders use tax settings from the eBay Listing.
+ Magento - Magento Orders use Magento tax settings.
+ eBay & Magento - Magento Orders use tax settings from the eBay Listing. If there are no tax settings set in eBay, Magento tax settings are used.
+ None - No tax settings are set.","Elige la configuración de impuestos del pedido de Magento: eBay : los pedidos de Magento usan la configuración de impuestos del anuncio de eBay. Magento : los pedidos de Magento usan la configuración de impuestos de Magento. eBay y Magento : los pedidos de Magento usan la configuración de impuestos del anuncio de eBay. Si no se ha establecido una configuración de impuestos en eBay, se usa la de Magento. Ninguna : no se establece ninguna configuración de impuestos."
+"Tax Source","Origen impositivo"
+"eBay & Magento","eBay y Magento"
+"Order Status Mapping","Asignación de estado del pedido"
+"Configure mapping between your eBay Order state and Magento Order statuses.
+ Note: The Order activity in Magento is automatically reflected in your eBay Order:
+ Choose to create automatic invoices and automatic notify the buyer when the item ships.","Configura la asignación entre el estado de los pedidos de eBay y los estados de los pedidos de Magento. Nota: la actividad realizada en el pedido de Magento se refleja automáticamente en el pedido de eBay: Elige crear facturas automáticas y notificar automáticamente al comprador cuando se envíe el artículo."
+"Status Mapping","Asignación de estado"
+"Default Order Statuses","Estados de pedido predeterminados"
+"Custom Order Statuses","Estados de pedido personalizados"
+"Payment Is Completed","Pago completado"
+"Automatic Invoice Creation","Creación de factura automática"
+"Shipping Is Completed","Envío completado"
+"Automatic Shipment Creation","Creación de envío automático"
+"
+ With M2E you can also sell your Magento products on eBay store. The information about your store you can find below."," Con M2E también puedes vender tus productos de Magento en la tienda eBay. Puedes encontrar la información sobre la tienda a continuación."
+"Information","Información"
+"Store Title","Título de tienda"
+"URL","URL"
+"Subscription Level","Nivel de suscripción"
+"Updates store information.","Actualiza la información de la tienda."
+"Highlighted category ID.","Identificador de categoría resaltado."
+"This eBay account does not have an eBay Store subscription.","Esta cuenta de eBay no tiene una suscripción de tienda eBay."
+"Note: All changes you have made will be automatically applied to all M2E listings where this category is used.","Nota: todos los cambios realizados se aplicarán automáticamente a todos los anuncios de M2E en los que se use esta categoría."
+"Do not show any more","Dejar de mostrar"
+"Marketplace","Mercado"
+"
+ Be careful when you edit categories data, as all changes you have made will be automatically applied to all M2E listings where these categories are used.
+
+
+ Note: If M2E has defined, that a category was removed from eBay, it highlights it.
+ "," Ten cuidado al modificar los datos de las categorías, ya que todos los cambios que realices se aplicarán automáticamente a todos los anuncios de M2E que usen dichas categorías. Nota: si M2E ha definido que una categoría se ha eliminado de eBay, la resalta. "
+"Every time you set a category you specify Item Specifics adapted to M2E listing or product it is set for.
+ All variety of Item Specifics sets you can find on the Specifics tab.
+The number of sets is equal to the number of category usage in M2E.
+
+
+Note: When you change a Primary category, you will need to specify Item Specifics for every created dates.
+","Siempre que establezcas una categoría, debes especificar Características del artículo adaptadas al anuncio o producto de M2E para el que se establece. En la pestaña Características puedes encontrar todos los conjuntos posibles de Características del artículo. El número de conjuntos es igual al de usos de categorías en M2E.Nota: si cambias una categoría principal, tendrás que especificar Características del artículo para todas las fechas de creación."
+"Created at","Creado el"
+"Simple","Sencillo"
+"Advanced","Avanzado"
+"There are two modes. Simple is suitable for new users and for those with a limited inventory. Advanced is suitable for the more experienced user.","Hay dos modos. El modo Sencillo es adecuado para usuarios nuevos y para los que tienen un inventario limitado. El modo Avanzado es adecuado para usuarios con más experiencia."
+"Notifications","Notificaciones"
+"Cron","Cron"
+"Notifies if cron is not run more than 12 hours.","Notifica si cron no se ejecuta más de 12 horas."
+"Negative Feedback","Votos negativos"
+"Notifies when a new negative feedback was received.","Avisa cuando se recibe un nuevo voto negativo."
+"Item Specifics Step","Características del artículoPaso"
+"Not Show","No mostrar"
+"If you do not need to change Item Specifics details every time you add products, you can skip this step (set 'Not Show\","Si no necesitas cambiar los detalles de Características del artículo cada vez que añadas un producto, puedes omitir este paso (establece ""No mostrar"")"
+"Currency","Divisa"
+"Choose the currency you want to sell for.","Elige la divisa que quieres usar para vender."
+"Prevent eBay Item Duplicates","Impedir duplicados de artículos de eBay"
+"Does not list a Magento product if it was listed from another M2E listing.
+
+ Note: This mechanism only works for auto listing and in Live eBay environment.","Un producto de Magento no se pone en venta si ya se ha puesto en venta en otro anuncio de M2E. Nota: este mecanismo solo funciona para poner en venta automáticamente y en entornos activos de eBay."
+"Parts compatibility is a better way for sellers to list parts that fit a variety of vehicles. This format adds standard information to your listing. You can create one listing describing a single part and add a complete list of compatible vehicles.
+ To use this feature you have to:
+
+ In the section below choose the attribute, which will be used for saving ePIDs (Product Reference IDs) of compatible vehicles.
+ In created M2E listing on the 'View Listing' (Settings view mode) page use the Add Compatible Vehicles tool to find necessary compatible items.
+ ","La compatibilidad de las piezas es una buena forma de poner en venta piezas que sirven para varios vehículos. Este formato añade información estándar a tu anuncio. Puedes crear un anuncio que describa una sola pieza y añadir una lista de todos los vehículos compatibles. Para usar esta función tienes que: En la sección siguiente, elige el atributo que se usará para guardar los identificadores de producto de eBay (o identificadores de referencia del producto) de los vehículos compatibles. En la página 'Ver anuncio' del anuncio de M2E creado (modo de visualización de la configuración), usa la herramienta Añadir vehículos compatibles para buscar los artículos compatibles necesarios. "
+"Select Attribute","Seleccionar atributo"
+"Only textarea attributes are shown.","Solamente se muestran atributos de área de texto."
+"You do not have textarea attributes.","No tienes ningún atributo de área de texto."
+"Set up general preferences for eBay and Save configuration.","Configura las preferencias generales de eBay y guarda la configuración."
+"Cron Is Not Running","Cron no se está ejecutando"
+"Feedback has been successfully sent.","El voto se ha enviado correctamente."
+"Response Message","Mensaje de respuesta"
+"Buyer's Feedback","Voto del comprador"
+"Choose Predefined Feedback","Elige el voto predefinido"
+"Or Write Your Own","O escribe uno"
+"This page contains all feedback received from buyers and all seller responses to them.
+ Use eBay Accounts dropdown to filter feedback by accounts.
+ If a response to feedback was not automatically sent, you can send it manually by pressing the Response button on
+ appropriate line and filling appeared form at the top of page.
+ Note: Auto Responses to feedback are sent according to the eBay Accounts settings.","Esta página contiene todos los votos recibidos de los compradores y las respuestas del vendedor. Usa la lista desplegable Cuentas de eBay para filtrar los votos por cuenta. Si no se ha enviado automáticamente una respuesta a un voto, puedes enviarla manualmente pulsando el botón Respuesta en la línea adecuada y rellenando el formulario que aparece al principio de la página. Nota: la respuesta automática a los votos se envía según la configuración de Cuentas de eBay."
+"eBay/Magento Integration: Listing","Integración de eBay/Magento: Anuncio"
+"General Settings","Configuración general"
+"Select the desired eBay account to use. Next, choose your preferred eBay site. Finally, the Magento Store View you would like eBay to use.","Selecciona la cuenta de eBay que quieres usar. A continuación, elige el sitio de eBay que prefieras. Por último, elige la Vista de la tienda Magento que quieres que se use en eBay."
+"Create a title that's meaningful to you. Your Listing Title will not be displayed publicly.","Crea un título significativo para ti. El título del anuncio no se mostrará públicamente."
+"eBay Settings","Configuración de eBay"
+"This is the user name of your eBay account.","Este es el seudónimo de la cuenta de eBay."
+"This is the site where your item will be listed. Choose from the dropdown list. Your currency will be automatically selected based on your eBay Site choice.","Este es el sitio donde se pondrá en venta el artículo. Elige entre las opciones de la lista desplegable. La divisa se seleccionará automáticamente en función del sitio de eBay elegido."
+"Magento Settings","Configuración de Magento"
+"This is the store information that will be used on M2E Pro.","Esta es la información de tienda que se usará en M2E Pro."
+"Add","Añadir"
+"Account not found, please create it.","La cuenta no se ha encontrado; créala."
+"Add Another","Añadir otra"
+"Another Synchronization Is Already Running.","Ya está en ejecución otra sincronización."
+"Getting information. Please wait ...","Obteniendo información. Por favor, espera..."
+"Preparing to start. Please wait ...","Preparando todo para empezar. Por favor, espera..."
+"Please wait while synchronization is finished.","Espera mientras finaliza la sincronización."
+"The specified title is already used for other listing. Listing title must be unique.","El título especificado ya se está usando en otro anuncio. El título del anuncio debe ser único."
+"Step 1","Paso 1"
+"Step 2","Paso 2"
+"Step 3","Paso 3"
+"Product Assigned to Categories","Producto asignado a Categorías"
+"No Action","Ninguna acción"
+"Add to the Listing","Añadir al anuncio"
+"Add to the Listing and Assign eBay Category","Añadir al anuncio y asignar categoría de eBay"
+"Action which will be applied automatically.","Acción que se aplicará automáticamente."
+"Product Deleted from Categories","Producto eliminado de categorías"
+"Stop on eBay","Detener en eBay"
+"Stop on eBay and Delete from Listing","Detener en eBay y eliminar del anuncio"
+"This category is already used in the rule %s. If you press ""Confirm"" button, category will be removed from that rule.","Esta categoría ya se usa en la regla %s. Si pulsas el botón ""Confirmar"", la categoría se eliminará de dicha regla."
+"Rules For Magento Categories","Reglas para las categorías de Magento"
+"Rules for products added or deleted from particularly Magento category.
+ To add a new rule click on the Add New Rule button.","Reglas para los productos añadidos o eliminados de una categoría de Magento concreta Para añadir una nueva regla, pulsa el botón Añadir nueva regla."
+"Reset Automatic Action Rules","Restablecer reglas de acción automáticas"
+"Global (all products)","Global (todos los productos)"
+"New Product Added to Magento","Nuevo producto añadido a Magento"
+"Product Deleted from Magento","Producto eliminado de Magento"
+"Reset Automatic Action Rule","Restablecer regla de acción automática"
+"Website","Sitio Web"
+"Product Added to Website","Producto añadido al sitio Web"
+"Product Deleted from Website","Producto eliminado del sitio Web"
+"Rules of auto adding and deletion products from current listing.","Reglas para añadir y eliminar productos automáticamente en el anuncio actual."
+"Auto Actions","Acciones automáticas"
+"Depending on products scope level (Global, Website, Category) you can set the rules of adding / deletion Magento products from the current listing.","Puedes establecer reglas para añadir o eliminar productos de Magento en el anuncio actual en función de su nivel de alcance (Global, Sitio Web, Categoría)."
+"Select the scope level of products to which you want to apply the rule:","Selecciona el nivel de alcance de los productos a los que quieres aplicar la regla:"
+"Means that when a product is added or deleted from Magento catalog the rule is applied.","Significa que la regla se aplica al añadir o eliminar un producto en el catálogo de Magento."
+"Means that when a product is added or deleted from the Store you selected in M2E Listing setting the rule is applied.","Significa que la regla se aplica al añadir o eliminar un producto en la tienda seleccionada en la configuración de anuncios de M2E."
+"Means that when a product is added or deleted from Magento category, specified in the rule settings, the rule is applied.","Significa que la regla se aplica al añadir o eliminar un producto en la categoría de Magento, que se especifica en la configuración de reglas."
+"Step 4","Paso 4"
+"The only common (presented in all attribute sets) ""Text Field"" or ""Dropdown"" attributes available for selection.","Los únicos atributos comunes (que aparecen en todos los conjuntos de atributos) disponibles para su selección son ""Campo de texto"" o ""Lista desplegable""."
+"If you cannot find necessary category, try to update eBay sites data .","Si no encuentras la categoría necesaria, prueba a actualizar los datos de los sitios de eBay ."
+"If you cannot find necessary store category, try to refresh eBay store data .","Si no encuentras la categoría de tienda necesaria, prueba a actualizar los datos de la tienda eBay ."
+"Enter keyword(s) or category ID...","Especifica palabras clave o el identificador de categoría..."
+"No recently used categories","Categorías no usadas recientemente"
+"Change","Cambiar"
+"No results","No hay resultados"
+"Try to update eBay sites data and repeate the search.","Prueba a actualizar los datos de los sitios de eBay y repite la búsqueda."
+"Try to refresh eBay store data and repeate the search.","Prueba a actualizar los datos de la tienda eBay y repite la búsqueda."
+"eBay Category","Categoría de eBay"
+"eBay Primary Category must be selected.","Debe seleccionarse la categoría principal de eBay."
+"eBay Store Category","Categoría de la tienda eBay"
+"eBay Primary Store Category must be selected.","Debe seleccionarse la categoría principal de la tienda eBay."
+"You have to set eBay Categories before you can List Items on eBay.","Para poder poner en venta artículos en eBay, antes tienes que establecer las categorías correspondientes."
+"Choose one of the options below.","Elige una de las opciones indicadas a continuación."
+"The same category","La misma categoría"
+"The Products will all have the same category.","Todos los productos tendrán la misma categoría."
+"Remember my choice and skip this step in the future.","Recordar mi selección y omitir este paso en el futuro."
+"Based on Magento categories","Según las categorías de Magento"
+"The products will all have the eBay categories that are based on Magento categories.","Todos los productos tendrán las categorías de eBay basadas en las categorías de Magento."
+"Get suggested categories","Obtener categorías sugeridas"
+"eBay suggests the best categories for your products based on title and attribute set of product.","eBay sugiere las mejores categorías para los productos en función del título y el conjunto de atributos de cada uno."
+"Set manually for each product","Establecer manualmente para cada producto"
+"You have complete freedom to choose (individually, or by grouping a set of products together) the most suitable eBay category for your products.","Tienes total libertad para elegir (individualmente o agrupando un conjunto de productos) la categoría de eBay más adecuada para tus productos."
+"If you continue the settings you will choose next will be applied to the current M2E Listing and automatically assigned to all products added later. ","Si continúas, la configuración que elijas a continuación se aplicará al anuncio de M2E actual y se asignará automáticamente a todos los productos añadidos posteriormente. "
+"Apply Settings","Aplicar configuración"
+"Warning: There are product(s) of
+which have no Primary eBay category specified.
+
+You can correct it now by Cancelling this message and choosing Edit Category action.
+Or if you are not sure which category to choose, Continue working.
+You will have a chance to correct category(s) later in the listing settings.","Advertencia: hay producto(s) de que no tiene(n) una categoría principal de eBay especificada. Para corregir este problema, cancela este mensaje y elige la acción Modificar categoría. Si no sabes qué categoría elegir, sigue trabajando. Podrás corregir las categorías posteriormente en la configuración de anuncios."
+"Skip Optional Specifics","Omitir características adicionales"
+"M2E will check all available Item Specifics for selected eBay Categories and stops at the Category where user action is required (required Item Specifics should be set).","M2E comprobará todas las características del artículo disponibles para las categorías de eBay seleccionadas y se detendrá en las categorías que requieran la acción de usuario (deben establecerse las características del artículo obligatorias)."
+" All selected eBay Categories were checked for required Item Specifics.
+
+ Now you can proceed further (use Continue button) or close this window and review Item Specifics if neccessary (use Cancel button)."," Se comprobaron las características del artículo obligatorias de todas las categorías de eBay seleccionadas. Ahora puedes continuar (usa el botón Continuar) o cerrar esta ventana y revisar las características del artículo en caso necesario (usa el botón Cancelar)."
+"The category %cat% doesn't have Item Specific.","La categoría %cat% no incluye características del artículo."
+"Adding specific item details will attract your buyers and help them to find your item in a search. We recommend using as many item specifics as you can.
+ There are mandatory specifics and the chance to create your own.
+
+ There are four options available to you.
+
+
+
+ eBay Recommended
+ eBay recommends certain characteristics your item may possess. Simply choose the most appropriate one from the drop down menu.
+ So if you are selling headphones, eBay will recommend an ABC list of the most common brands from Apple and Bose to Creative.
+ This is a sensible option for beginners to eBay.
+
+ Note: These options correspond to the Primary eBay Category, not any Secondary Category you may have chosen.
+
+
+ Custom Attribute
+ You can create more customisable detail by choosing the Custom Attribute that contains the item specific.
+
+
+ Custom Value
+ This allows you to manually type specific information about your product rather than choosing from a dropdown list.
+ This is particularly useful if the eBay recommended option does not include information about the specific item you have for sale.
+
+
+ None
+ You choose not to offer potential buyers any item specific information. Be aware that this may hamper your items appearing in eBay search results.
+
+ ","Añadir detalles específicos de un artículo te permite atraer compradores y ayudarles a encontrar tu artículo en una búsqueda. Te recomendamos que uses el mayor número posible de características del artículo. Hay características obligatorias y también existe la posibilidad de crear las tuyas propias. Tienes cuatro opciones a tu disposición. Recomendado por eBay eBay recomienda algunas características que pueden ser relevantes para el artículo. Solo tienes que elegir la más adecuada en el menú desplegable. Así, si vendes auriculares, eBay recomendará una lista de las marcas más comunes ordenadas alfabéticamente, desde Apple y Bose hasta Creative. Esta es una opción práctica para los principiantes en eBay. Nota: estas opciones corresponden a la categoría principal de eBay, no a cualquier categoría secundaria que puedas haber elegido. Atributo personalizado Elige el atributo personalizado que contiene las características del artículo para personalizar aún más los detalles. Valor personalizado Esta opción te permite escribir manualmente información específica sobre el producto en lugar de elegirla en una lista desplegable. Es especialmente útil si la opción Recomendado por eBay no incluye información sobre el artículo concreto que tienes en venta. Ninguno Con esta opción eliges no ofrecer a los posibles compradores información específica del artículo. Ten en cuenta que esto puede dificultar la aparición de tus artículos en los resultados de búsqueda en eBay. "
+"Value","Valor"
+"Add more information to help buyers find your item in search results.","Añade más información para ayudar a los compradores a encontrar tu artículo en los resultados de la búsqueda. "
+"eBay Recommended","Recomendado por eBay"
+"Custom Value","Valor personalizado"
+"Custom Attribute","Atributo personalizado"
+"Custom Label / Attribute","Etiqueta personalizada/atributo personalizado"
+"M2E Pro Listings","Anuncios de M2E Pro"
+"This page contains all created M2E Listings.
+You can perform different Actions on a single Listing or on a group of Listings.
+Actions for a single Listing you can find in the Action column of the grid. Choose a necessary option in the appropriate Listing dropdown to execute it.
+ Mass actions are in the Actions dropdown at the top right corner of the grid. Select check-boxes of appropriate items, choose an Action from the dropdown and press the Submit button.","Esta página contiene todos los anuncios de M2E creados. Puedes realizar distintas acciones, en un solo anuncio o en un grupo de anuncios. Puedes encontrar acciones para un solo anuncio en la columna Acción de la tabla. Elige la opción necesaria en la lista desplegable de anuncios adecuada para ejecutarla. Las acciones por lotes se encuentran en el menú desplegable Acciones en la esquina superior derecha de la tabla. Marca las casillas de los artículos adecuados, elige una acción en el menú desplegable y pulsa el botón Enviar."
+"This Log contains all information about actions, which were done on all M2E Pro Listings and their items.","Este registro contiene toda la información sobre las acciones que se han realizado en todos los anuncios de M2E Pro y sus artículos."
+"
+This page contains eBay Listings, which belong to registered eBay Accounts (%1$s > Configuration > Accounts Settings) and were listed not by M2E Pro extension.
+They are filtered by eBay User ID and Marketplaces in the grid. To review necessary 3rd Party Listings click on appropriate line of the grid.
+
+Note: To import eBay 3rd Party Listings the 3rd Party Listings Import must be enabled in account's settings
+(%1$s > Configuration > Accounts Settings > 3rd Party Listings tab) and the 3rd Party Listings Synchronization must be enabled in %1$s > Configuration > Synchronization.
+
+Important: Initially (the first synchronization of 3rd Party Listings) M2E imports items which have been listed not later than a year ago.
+","Esta página contiene anuncios de eBay que pertenecen a cuentas de eBay registradas (%1$s > Configuración > Configuración de cuentas) y que se pusieron en venta por otros medios distintos a la extensión M2E Pro. Se filtran por seudónimo de eBay y mercados en la tabla. Para revisar los anuncios externos necesarios, pulsa la línea correspondiente en la tabla.Nota : para importar los anuncios externos de eBay, debe estar activada la opción Importación de anuncios externos en la configuración de la cuenta (%1$s > Configuración > Configuración de cuentas > pestaña Anuncios externos), así como la tarea Sincronización de anuncios externos en %1$s > Configuración > Sincronización.Importante: al principio (en la primera sincronización de anuncios externos), M2E importa los artículos que se hayan puesto en venta hace menos de un año."
+"This Log contains all information about actions, which were done on 3rd Party Listings.","Este registro contiene toda la información sobre las acciones que se han realizado en los anuncios externos."
+"Define the conditions when you want eBay items relisted.
+ ","Define las condiciones que quieres que se den para que los artículos se vuelvan a poner en venta en eBay. "
+"Relist Action","Acción de Volver a poner en venta"
+"Activates Relist action.","Activa la acción Volver a poner en venta."
+"Relist When Stopped Manually","Volver a poner en venta cuando se detenga manualmente"
+"Relists an item by over-riding any manual stop.","Vuelve a poner en venta un artículo anulando cualquier detención manual."
+"Synchronize Data","Sincronizar datos"
+"Updates title, subtitle, description, price, quantity and shipment on eBay items.","Actualiza la información de Título, Subtítulo, Descripción, Precio, Cantidad y Envío en los artículos de eBay."
+"Relist Conditions","Condiciones para volver a poner en venta"
+"Product Status","Estado del producto"
+"Product status when item will be relisted.","Estado del producto para que el artículo se vuelva a poner en venta."
+"Stock Availability when item will be relisted.","Disponibilidad de existencias para que el artículo se vuelva a poner en venta."
+"Quantity","Cantidad"
+"Less","Menos"
+"More or Equal","Igual o superior"
+"Between","Entre"
+"Product(s) quantity when item will be relisted.","Cantidad de productos para que el artículo se vuelva a poner en venta."
+"Min Quantity","Cantidad mínima"
+"Max Quantity","Cantidad máxima"
+"Specify the product details you want to keep up to date on eBay.","Especifica los detalles del producto que quieres que se mantengan actualizados en eBay."
+"Partial Revise","Revisión parcial"
+"Item Quantity","Cantidad del artículo"
+"Updates eBay listing quantity when it changes in Magento.","Actualiza la cantidad en el anuncio de eBay cuando ésta cambia en Magento."
+"Item Price","Precio del artículo"
+"Updates eBay listing price when it changes in Magento.","Actualiza el precio en el anuncio de eBay cuando éste cambia en Magento."
+"Updates eBay listing title when it changes in Magento.","Actualiza el título en el anuncio de eBay cuando éste cambia en Magento."
+"Item Subtitle","Subtítulo del artículo"
+"Updates eBay listing subtitle when it changes in Magento.","Actualiza el subtítulo en el anuncio de eBay cuando éste cambia en Magento."
+"Item Description","Descripción del artículo"
+"Updates eBay listing description when it changes in Magento.","Actualiza la descripción en el anuncio de eBay cuando ésta cambia en Magento."
+"Specifies Magento product data to be synchronized with eBay.
+
+ Note: If you set 'Not Set' in an option, the synchronization will not be performed for it.","Especifica los datos del producto de Magento que deben sincronizarse con eBay. Nota: si especificas 'Sin establecer' en una opción, ésta no se incluirá en la sincronización."
+"The price will be calculated according to Catalog Price Rules (Magento > Promotions > Catalog Price Rules).","El precio se calculará en función de las reglas de precios del catálogo (Magento > Promociones > Reglas de precios del catálogo)."
+"Updates price on eBay listing(s) when the source of price changes.","Actualiza el precio en los anuncios de eBay cuando cambia la fuente del precio."
+"Synchronization Source","Fuente de sincronización"
+"Not Set (not changeable on eBay)","No establecido (no se puede cambiar en eBay)"
+"Product QTY","Cantidad del producto"
+"Magento Attributes","Atributos de Magento"
+"Product QTY - eBay listing quantity will be synchronized with Magento product quantity.
+ Magento Attribute - eBay listing quantity will be synchronized with attribute value.
+","Cantidad del producto : la cantidad en el anuncio de eBay se sincronizará con la cantidad del producto en Magento. Atributo de Magento : la cantidad en anuncio de eBay se sincronizará con el valor del atributo."
+"Product Price","Precio de producto"
+"Special Price","Precio especial"
+"
+ Product Price - eBay Listing price will be synchronized with the original Magento product price.
+ Special Price - eBay Listing price will be synchronized with the special price of Magento product.
+ Magento Attribute - eBay listing price will be synchronized with attribute value.
+"," Precio de producto : el precio en el anuncio de eBay se sincronizará con el precio original del producto en Magento. Precio especial : el precio en el anuncio de eBay se sincronizará con el precio especial del producto en Magento. Atributo de Magento : el precio en el anuncio de eBay se sincronizará con el valor del atributo."
+"
+ Product Name - eBay listing title will be synchronized with the original Magento product name.
+ Magento Attribute - eBay listing title will be synchronized with attribute value.
+ "," Nombre del producto : el título en el anuncio de eBay se sincronizará con el nombre original del producto en Magento. Atributo de Magento : el título en el anuncio de eBay se sincronizará con el valor del atributo. "
+"Choose Magento attribute that will be synchronized with subtitle on eBay.","Elige el atributo de Magento que se sincronizará con el subtítulo en eBay."
+"Product Description","Descripción del producto"
+"Product Short Description","Descripción breve del producto"
+"
+ Product Description - eBay listing description will be synchronized with the original description of Magento product.
+ Product Short Description - eBay listing description will be synchronized with the original short Magento product description.
+ Magento Attribute - eBay listing description will be synchronized with attribute value.
+ "," Descripción del producto : la descripción en el anuncio de eBay se sincronizará con la descripción original del producto en Magento. Descripción breve del producto : la descripción en el anuncio de eBay se sincronizará con la descripción breve original del producto en Magento. Atributo de Magento : la descripción en el anuncio de eBay se sincronizará con el valor del atributo. "
+"Define the conditions when you want eBay items stopped.
+
+ Note: If all options are set to No or No Action, then the stop action is disabled.
+If all options are enabled, then an item will be stopped if at least one of the Stop Conditions is met.","Define las condiciones que quieres que se den para que los artículos se detengan en eBay. Nota: si todas las opciones se establecen en No o Ninguna acción, la acción de detención aparece desactivada. Si todas las opciones están activadas, un artículo se detendrá si se cumple al menos una de las condiciones de detención."
+"Stop Conditions","Condiciones de detención"
+"Stop When Status Disabled","Detener cuando el estado sea Desactivado"
+"Automatically stops eBay listing if its status is changed to 'Disabled' in Magento.","Detiene automáticamente el anuncio de eBay si su estado se cambia a 'Desactivado' en Magento."
+"Stop When Out Of Stock","Detener cuando no haya existencias"
+"Automatically stops eBay listing if its stock availability is changed to 'Out Of Stock' in Magento.","Detiene automáticamente el anuncio de eBay si la disponibilidad de existencias se cambia a 'Sin existencias' en Magento."
+"Stop When Item Quantity Is","Detener cuando la cantidad del artículo sea"
+"Less or Equal","Igual o menos"
+"More","Más"
+"Automatically stops eBay listing if its Magento quantity is changed and meets the conditions.","Detiene automáticamente el anuncio de eBay si la cantidad se cambia en Magento y cumple las condiciones."
+"Min Item Quantity","Cantidad mínima de artículos"
+"Max Item Quantity","Cantidad máxima de artículos"
+"Displayed products have the same Attribute Set as the Listing you are going to add them to.
+ Note: A product can be added to the listing only once. If a product was added to the Listing earlier, it will not be displayed. ","Los productos mostrados tienen el mismo conjunto de atributos que el anuncio al que se van a añadir. Nota : un producto solamente puede añadirse al anuncio una vez. Si un producto se añadió al anuncio anteriormente, no se mostrará. "
+"%s product(s) were successfully added to the M2E Listing.
+ You can Review them in the Listing or Start listing on eBay right now.
+ Note: The products without Primary eBay Category specified will not be listed. You can specify it later in the listing settings.","%s producto(s) se ha(n) añadido correctamente al anuncio de M2E. Puedes revisarlos en el anuncio o ponerlos en venta en eBay inmediatamente. Nota: los productos que no tengan especificada la categoría principal de eBay no se pondrán en venta. Puedes especificarla posteriormente en la configuración de anuncio."
+"Magento Categories","Categorías de Magento"
+"The quantity of chosen products in each category is shown in brackets.
+
+If the product belongs to several categories, it is shown in each category. And if you remove the category with such product it will be subtracted from
+ each category.
+
+","La cantidad de productos elegidos de cada categoría se muestra entre paréntesis. Si el producto pertenece a varias categorías, se mostrará en cada una de ellas. Asimismo, si se elimina la categoría con el producto, éste se quitará de cada categoría."
+"Selected Products: ","Productos seleccionados: "
+"Selected Categories: ","Categorías seleccionadas: "
+"view","visita"
+"Search Items","Buscar artículos"
+"This page contains all products added to M2E listings or assigned to the 3rd Party. It allows quick searching listings by their products.","Esta página contiene todos los productos añadidos a anuncios de M2E o asignados a anuncios externos. Permite la búsqueda rápida de los anuncios por sus productos."
+"Keep the existing M2E Listing settings or customise these settings for the products shown below.","Conserva la configuración existente de los anuncios de M2E o personalízala para los productos que se muestran a continuación."
+"You can edit Settings for a single product by choosing necessary edit action on appropriate line of the grid
+ or edit and set the same settings for several products items: select items and choose necessary action from the Actions drop down menu.","Puedes modificar la configuración de un solo producto eligiendo la acción de modificación necesaria en la línea adecuada de la tabla, o bien modificar y establecer la misma configuración para varios artículos de producto: selecciona los artículos y elige la acción necesaria en el menú desplegable Acciones."
+"Select appropriate product view.","Selecciona la vista del producto adecuada."
+"There are two ways to select your products :","Hay dos formas de seleccionar los productos:"
+"Products List","Lista de productos"
+"Products are displayed altogether.","Se muestran todos los productos."
+"Products grouped by Magento categories.","Productos agrupados por categorías de Magento."
+"Customized","Personalizado"
+"M2E Pro Policies","Políticas de M2E Pro"
+"Policy with the same title already exists.","Ya existe una política con el mismo título."
+"Please specify policy title","Especifica el título de la política"
+"Save New Policy","Guardar nueva política"
+"Use From Listing Settings","Usar la configuración de Configuración de anuncio"
+"eBay Policies","Políticas de eBay"
+"or","o bien"
+"Use Custom Settings","Usar configuración personalizada"
+"Based on Product","Según el producto"
+"Fee cannot be estimated because of next error(s)","La tarifa no se puede calcular debido a los siguientes errores"
+"Getting Estimated Fee is in progress...","La obtención de la tarifa calculada está en curso..."
+"Listing Items","Artículos de los anuncios"
+"This page contains products you have added to the Listing. You can review them and perform necessary actions.
+ You can also add a new M2E Pro Listing or navigate to other Listing directly from this page. Click the icon next to your Listing Title and a drop down menu appears.","Esta página contiene los productos que has añadido al anuncio. Puedes revisarlos y realizar las acciones necesarias. También puedes añadir un nuevo anuncio de M2E Pro o desplazarte a otro anuncio directamente desde esta página. Pulsa el icono situado junto al título del anuncio y aparecerá un menú desplegable."
+"There are three 'Views' available to you in Advanced mode:
+
+ eBay - displays product information related to eBay. In this mode, you can easily find products by eBay information, perform actions in bulk (i.e. List, Revise, Relist, Stop, etc);
+ Magento - displays products information related to Magento Catalog. In this mode, you can easily find products using magento products information (i.e. Magento QTY, Stock Status, etc);
+ Settings - displays information about settings set for products (i.e. Selling settings, eBay categories, etc). In this mode, you can easily find products by settings they use, change the settings in bulk.
+
+ You can switch between modes using dropdown at the top of the product grid.
+
+ Note: If you need to search by magento product attributes which is not presented in the filters of the grid, you can use 'Show Advanced Filter' option.
+ It's at the top of the page on the right hand side.","Hay tres 'Vistas' a tu disposición en modo Avanzado: eBay : muestra información del producto relacionada con eBay. Con el modo Avanzado, puedes encontrar productos fácilmente por la información de eBay, realizar acciones en bloque (p. ej., Poner en venta, Modificar, Volver a poner en venta, Detener, etc.). Magento : muestra información de los productos relacionada con el catálogo de Magento. Con el modo Avanzado, puedes encontrar productos fácilmente usando la información de los productos de Magento (p. ej., cantidad de Magento, estado de las existencias, etc.). Configuración : muestra información sobre la configuración establecida para los productos (p. ej., configuración de venta, categorías de eBay, etc.). Con el modo Avanzado, puedes encontrar productos fácilmente por la configuración empleada y cambiar la configuración en bloque. Para cambiar de modo, usa la lista desplegable que aparece en la parte superior de la tabla de productos. Nota: si necesitas buscar por atributos del producto de Magento que no aparecen en los filtros de la tabla, puedes usar la opción 'Mostrar filtro avanzado' . Esta se encuentra en la parte superior derecha de la página."
+"Add New Listing","Añadir anuncio nuevo"
+"Marketplaces settings have been saved.","Se ha guardado la configuración de Mercados."
+"You must select at least one marketplace you will work with.","Debes seleccionar al menos un mercado con el que vayas a trabajar."
+"Synchronization has successfully ended.","La sincronización ha finalizado correctamente."
+"Synchronization ended with warnings. View log for details.","La sincronización ha finalizado con advertencias. Ver registro para obtener detalles."
+"Synchronization ended with errors. View log for details.","La sincronización ha finalizado con errores. Ver registro para obtener detalles."
+"Some eBay categories were deleted from eBay. Click here to check.","Algunas categorías de eBay se han eliminado de eBay. Pulsa aquí para comprobarlo."
+"Used in Listing(s)","Se usa en los anuncios"
+"Waiting","En espera"
+"Processing","En proceso"
+"Completed","Finalizado"
+"Enable certain marketplaces you will work with and press the Save And Update button. All necessary marketplace data will be downloaded and synchronized with M2E Pro.
+
+It is recommended to update marketplaces when any marketplace changes are announced.
+
+Note: Installation and update processes might be time-consuming, depending on the number of enabled marketplaces and your server environment. ","Activa algunos mercados con los que vayas a trabajar y pulsa el botón Guardar y actualizar. Se descargarán todos los datos necesarios de los mercados y se sincronizarán con M2E Pro. Se recomienda actualizar los mercados cuando se anuncien cambios en relación con estos.Nota : los procesos de instalación y de actualización pueden tardar, según el número de mercados activados y el entorno del servidor. "
+"Please specify eBay motors compatibility attribute in %s > Configuration > General ","Especifica el atributo de compatibilidad de eBay Motor en %s > Configuración > General ."
+"Please edit categories settings for selected products and select the compatibility attribute.","Modifica la configuración de las categorías de los productos seleccionados y selecciona el atributo de compatibilidad."
+"Add Compatible Vehicles","Añadir vehículos"
+"Select the items, compatible with your part and choose one of three actions in the Actions dropdown:
+
+ Overwrite ePIDs in Compatibility Attribute - replaces items ePIDs in the Compatibility Attribute chosen in %s > Configuration > General with selected ones.
+ Add ePIDs to Compatibility Attribute - adds selected items ePIDs to existing ones in Compatibility Attribute chosen in the General settings.
+
+Note: Compatibility items can not be replaced or removed from eBay.","Selecciona los artículos compatibles con tu pieza y elige una de las tres acciones posibles en la lista desplegable Acciones: Sobrescribir identificadores de producto de eBay en el atributo de compatibilidad : reemplaza los identificadores de producto de eBay de los artículos en el atributo de compatibilidad elegido en %s > Configuración > General por los seleccionados. Añadir identificadores de producto de eBay al atributo de compatibilidad : añade los identificadores de producto de eBay de los artículos seleccionados a los ya existentes en el atributo de compatibilidad elegido en la configuración general. Nota: los artículos de compatibilidad no se pueden reemplazar ni eliminar en eBay."
+"Selected ePIDs","Identificadores de producto de eBay seleccionados"
+"Order Address Information","Datos de dirección del pedido"
+"Buyer Name","Nombre del comprador"
+"Buyer E-Mail","Correo electrónico del comprador"
+"Street Address","Dirección "
+"City","Ciudad"
+"Country","País"
+"Region/State","Región/Estado"
+"Zip/Postal Code","Código postal"
+"Telephone","Teléfono"
+"
+This page contains all orders imported from eBay.
+Use eBay Accounts dropdown to filter eBay orders by accounts.
+If Magento Order, Invoice or / and Shipment was not created automatically,
+you can create them manually by using appropriate options in the Action dropdown.
+Note: Automatic creation of Magento Orders, Invoices, and Shipments executes according to the eBay Accounts settings in %s > Configuration > Accounts > Orders.","Esta página contiene todos los pedidos importados de eBay. Usa la lista desplegable Cuentas de eBay para filtrar los pedidos de eBay por cuenta. Si el pedido, la factura o el envío de Magento no se crearon automáticamente, puedes crearlos de forma manual mediante las opciones correspondientes del menú desplegable Acción.Nota : la creación automática de pedidos, facturas y envíos de Magento se lleva a cabo según la configuración de Cuentas de eBay en %s > Configuración > Cuentas > Pedidos."
+"This Log contains Orders history information.","Este registro contiene información del historial de pedidos."
+"eBay Order","Pedido de eBay"
+"Selling Manager","Gestor de ventas"
+"Sale Time","Hora de venta"
+"Update Time","Actualizar hora"
+"Reservation Time","Tiempo de reserva"
+"Order Status","Estado del pedido"
+"Incomplete","Incompleto"
+"Unknown Error","Error desconocido"
+"Not Shipped","No enviado"
+"Production","Producción"
+"Sandbox","Sandbox"
+"Buyer Information","Información del comprador"
+"Customer Name","Nombre del cliente"
+"Private Restriction","Restricción privada"
+"Shipping Address","Dirección de envío"
+"Payment Information","Información sobre el pago"
+"Order Currency","Divisa del pedido"
+"Attention!","¡Atención!"
+"Order currency is not enabled in Magento. Please, enable it in System -> Configuration -> Currency Setup.","La divisa del pedido no está activada en Magento. Actívala en Sistema > Configuración > Configuración de divisa."
+"There's no rate for Order currency in Magento. Please, add currency convert rate in System -> Manage Currency -> Rates.","No hay ningún tipo de cambio para la divisa del pedido en Magento. Añade el tipo de cambio de divisa en Sistema > Gestionar divisa > Tipos de cambio."
+"Payment Date","Fecha de pago"
+"Payment Method","Forma de pago"
+"eBay Account","Cuenta de eBay"
+"eBay Final Fee","Comisión por venta realizada de eBay"
+"External Transactions","Transacciones externas"
+"Shipping & Handling Information","Información de envío y manipulación"
+"Shipping Selected Service","Servicio de envío seleccionado"
+"Global Shipping Program","Programa de envíos globales"
+"Shipping Cost","Gastos de envío"
+"Shipping Time","Tiempo de envío"
+"Tracking Details","Información de seguimiento"
+"Carrier","Empresa de transportes"
+"Number","Número"
+"Global Shipping Details","Detalles de envíos globales"
+"Reference ID","Identificador de referencia"
+"eBay Warehouse Address","Dirección del almacén de eBay"
+"Shipping Service","Servicio de envío"
+"Transaction Item(s)","Artículos de la transacción"
+"Log History","Historial de registro"
+"Order Totals","Totales del pedido"
+"Subtotal","Subtotal"
+"Shipping & Handling","Gastos de envío y manipulación"
+"Tax","Impuesto"
+"Grand Total","Total"
+"Amount Paid","Importe pagado"
+"Amount Saved","Importe ahorrado"
+"Synchronization settings have been saved.","Se ha guardado la configuración de sincronización."
+"Running All Enabled Tasks","Ejecutando todas las tareas activadas"
+"Inventory Synchronization","Sincronización del inventario"
+"Orders Synchronization","Sincronización de pedidos"
+"3rd Party Listings Synchronization","Sincronización de anuncios externos"
+"Revise All","Modificar todo"
+"enabled","activada"
+"If catalog updates in your magento performed using import/export tools, custom scripts or direct changes in database,
+ then, you can use ""Track Direct Database Changes"" %s functionality to detect changes in products' price and quantity.","Si las actualizaciones de catálogo en Magento se han realizado con herramientas de importación o exportación, secuencias de comandos personalizadas o cambios directos, puedes usar la función ""Seguimiento de cambios directos en la base de datos"" de %s para detectar los cambios en el precio y la cantidad de los productos."
+"Updates and synchronizes eBay Listings according to Synchronization Policies' rules.","Actualiza y sincroniza los anuncios de eBay de acuerdo con las reglas de las políticas de sincronización."
+"If your eBay listings for some reason were asynchronized with the products in Magento, turn on the Revise All action to catch data up.
+ Revise is performed by the Inventory Synchronization, 100 items per a cycle.
+
+ ","Si por algún motivo tus anuncios de eBay no están sincronizados con los productos de Magento, activa la acción Modificar todo para obtener los datos. La modificación se lleva a cabo mediante la sincronización del inventario, 100 artículos por ciclo. "
+"In Progress, start date - ","En curso, fecha de inicio: "
+"Finished, end date - ","Finalizado, fecha de finalización: "
+"Imports and synchronizes eBay Orders for accounts, which have enabled Import eBay Orders in their Accounts settings.","Importa y sincroniza los pedidos de eBay de las cuentas que tienen activada la opción Importar pedidos de eBay en la configuración de cuentas."
+"Imports buyers' feedback and automatically sends Auto Responses according to eBay Accounts settings.","Importa los votos de los compradores y envía respuestas automáticas según la configuración de Cuentas de eBay."
+"Imports and synchronizes 3rd Party Listings for eBay accounts, which have enabled Import 3rd Party Listings in their Accounts settings.Note: Click ""Synchronization Settings"" to configure settings.","Importa y sincroniza los anuncios externos para las cuentas de eBay que tienen activada la opción Importar anuncios externos en la configuración de cuentas.Nota: pulsa ""Configuración de sincronización"" para configurar estos valores."
+"Click 'Confirm' and Revise will be performed by the Inventory Synchronization, 100 items per a cycle.","Pulsa ""Confirmar"" y la modificación se llevará a cabo mediante la sincronización del inventario, 100 artículos por ciclo."
+"Set preferences of data synchronization and Save Settings.
+ To run each task manually, click the Run Now button; to run all the tasks simultaneously click the Run Enabled Now button displayed at the top of the page.
+ Note: Cron job must be set up for automatic synchronization.","Establece las preferencias de sincronización de los datos y guarda la configuración. Para ejecutar cada tarea manualmente, pulsa el botón Ejecutar ahora; para ejecutar todas las tareas simultáneamente, pulsa el botón Ejecutar activado ahora, que se muestra en la parte superior de la página. Nota : para realizar una sincronización automática, debe configurarse el trabajo de cron."
+"This Log contains information on processes, which were done in Synchronization tasks.
+ Note: Logs of Default, Templates, Orders and 3rd Party Listings Synchronizations are only recorded when Error(s) or Warning(s) appears.","Este registro contiene información sobre los procesos que se realizaron en las tareas de sincronización. Nota: los registros de la sincronización de valores predeterminados, plantillas, pedidos y anuncios externos solo se guardan cuando aparecen errores o advertencias."
+"Adding Image","Añadiendo imagen"
+"Condition description must be less then 1000 symbols.","La descripción del estado debe tener menos de 1.000 caracteres."
+"New, New with tags, New with box, Brand New","Nuevo, Nuevo con etiquetas, Nuevo en paquete, Totalmente nuevo"
+"New Other, New without tags, New without box","Nuevo de otro tipo, Nuevo sin etiquetas, Nuevo sin paquete"
+"Seller Refurbished, Re-manufactured","Reparado por el vendedor, Reelaborado"
+"Used, Pre-owned, Like new","Usado, Segunda mano, Como nuevo"
+"If item is not new, you can provide additional details about the item's condition, such as whether it has defects, missing parts, scratches, or other wear and tear. You have up to 1000 characters.","Si el artículo no es nuevo, puedes proporcionar detalles adicionales sobre su estado, por ejemplo, si tiene defectos, le faltan piezas, está arañado o tiene otros signos de deterioro y desgaste. Puedes usar un máximo de 1.000 caracteres."
+"Images & Watermark","Imágenes y marcas de agua"
+"The images your potential buyers will see on your eBay listing. Using lots of high-quality pictures provides a great shopping experience and helps to sell your items. ","Las imágenes que los posibles compradores verán en el anuncio de eBay. La inclusión de muchas imágenes de alta calidad proporciona una excelente experiencia de compra y ayuda a vender tus artículos. "
+"You can add a watermark to your images. Note: The watermark option is only available for the images hosted on Magento.","Puedes añadir una marca de agua a las imágenes. Nota: la opción de marca de agua solo está disponible para las imágenes alojadas en Magento."
+"Main Image","Imagen principal"
+"Product Base Image","Imagen básica del producto"
+"The first photo appears in the top left of your eBay item and next to your item's title in search results.
+ Note: Media Image Attribute or Attribute should contain absolute url. e.g. http://mymagentostore.com/images/baseimage.jpg","La primera foto aparece en la parte superior izquierda del artículo de eBay y junto al título de este en los resultados de búsqueda. Nota: Atributo de imagen multimedia o Atributo deben contener una URL absoluta. Por ejemplo: http://mymagentostore.com/images/baseimage.jpg"
+"Default Image Url","URL de la imagen predeterminada"
+"From 30 October 2013 eBay does not allow to list products without images. If a product does not have the Main Image this image will be used instead.Note: Use absolute url. e.g. http://mymagentostore.com/images/defaultimage.jpg","Desde el 30 de octubre de 2013, eBay no permite poner en venta productos sin imágenes. Si un producto no tiene una imagen principal, esta imagen se usará en su lugar.Nota: usa una URL absoluta. Por ejemplo: http://mymagentostore.com/images/defaultimage.jpg"
+"Picture Pack","Paquete de imágenes"
+"Displays larger, more detailed pictures (up to 800w x 800h pixels - 800 pixels on the longest side). Note: This feature may come with additional fee.","Muestra imágenes más grandes con mayor detalle (hasta 800 x 800 píxeles: 800 píxeles por el lado más largo). Nota : esta función puede conllevar el pago de una tarifa adicional."
+"Gallery Images","Imágenes de la galería"
+"Product Images","Imágenes del producto"
+"Up to","Hasta"
+"Adds small thumbnails that appear under the large Base Image. You can add up to 11 additional photos to each listing on eBay.
+ Note: Text, Multiple Select or Dropdown type attribute can be used. The value of attribute must contain absolute urls.
+ In Text type attribute urls must be separated with comma.
+ e.g. http://mymagentostore.com/images/baseimage1.jpg, http://mymagentostore.com/images/baseimage2.jpg","Añade pequeñas imágenes en miniatura que aparecen bajo la imagen básica a tamaño grande. Puedes añadir hasta 11 fotos adicionales a cada anuncio de eBay. Nota: se pueden usar atributos de texto, selección múltiple o lista desplegable. El valor del atributo debe contener URL absolutas. En los atributos de tipo Texto, las direcciones URL deben separarse por comas. Por ejemplo: http://mymagentostore.com/images/baseimage1.jpg, http://mymagentostore.com/images/baseimage2.jpg"
+"Allows changing images for selected option of multi variation items.(Applicable for Configurable products only).","Permite cambiar las imágenes de la opción seleccionada para los artículos con diferentes variantes.(Aplicable solo a productos configurables)."
+"Use Watermark","Usar marca de agua"
+"Automatically adds your custom watermark to gallery images.","Añade automáticamente tu marca de agua personalizada a tus imágenes de la galería."
+"Watermark Upload","Envío de marca de agua"
+"Select image that you want to add as a watermark.","Selecciona la imagen que quieres añadir como marca de agua."
+"Watermark Preview","Vista previa de marca de agua"
+"Watermark Transparency","Transparencia de marca de agua"
+"Disable","Desactivar"
+"Enable","Activar"
+"Sets transparency of watermark image to 30 %.","Establece la transparencia de la imagen de marca de agua en el 30 %."
+"Scale Watermark Image","Escala de la imagen de marca de agua"
+"In Width","En ancho"
+"Full Image","Imagen completa"
+"Scales watermark image in width or full image.","Cambia la escala de la imagen de marca de agua en ancho o en imagen completa."
+"Watermark Position","Posición de la marca de agua"
+"Top","Arriba"
+"Middle","Centro"
+"Bottom","Abajo"
+"Watermark position on the image.","Posición de la marca de agua en la imagen."
+"Details","Detalles"
+"Custom Title","Título personalizado"
+"This is the title buyers will see on eBay. A good title means more buyers viewing your listing and your item selling for the best price.","El título que los compradores verán en eBay. Con un buen título puedes conseguir que un mayor número de compradores visite tu anuncio y que tu artículo se venda al mejor precio."
+"Add Subtitle","Añadir subtítulo"
+"Adding subtitle to eBay item.
+ Note: An additional fee may be charged for an item subtitle. Find out more about eBay Insertion Fees .","Añadiendo subtítulo al artículo de eBay. Nota: es posible que se cobre una tarifa adicional por añadir un subtítulo a un artículo. Obtén más información sobre las tarifas de publicación de anuncios de eBay ."
+"Cut Long Titles","Cortar títulos largos"
+"Automatically shortens titles to 80 characters and subtitles to 55 characters to fit on eBay.","Reduce automáticamente los títulos a 80 caracteres y los subtítulos a 55 caracteres para ajustarse a eBay."
+"It is possible to choose a Product Description or Product Short Description, which will be taken from Magento.
+ Or you can create a Custom Description by adding necessary information, appropriate attributes from dropdown lists and image tags.","Se puede elegir una descripción o descripción breve del producto, que se tomará de Magento. Si lo prefieres, puedes crear una descripción personalizada añadiendo la información necesaria y los atributos adecuados mediante las listas desplegables y las etiquetas de imagen."
+"Description Source","Origen de la descripción"
+"Custom Description","Descripción personalizada"
+"Item's description source for eBay Listing.
+
+ It is possible to create custom description in 2 modes:
+ WYSIWYG - allows creating simple good looking product description. No HTML knowledge is required.
+ HTML - allows using HTML tags and CSS styles for the description. You can create much more complex, improved and advanced item's description using this mode.","Fuente de la descripción del artículo en el anuncio de eBay. Es posible crear una descripción personalizada de dos modos: WYSIWYG : permite crear una descripción de producto simple con un buen aspecto. No se requieren conocimientos de HTML. HTML : permite el uso de etiquetas HTML y estilos CSS en la descripción. Con este modo, puedes crear una descripción del artículo más compleja, mejorada y avanzada."
+"Custom Description Inserts","Inserciones de descripciones personalizadas"
+"M2ePro Attribute","Atributo M2ePro"
+"Product Image(s)","Imágenes del producto"
+"Add Image(s)","Añadir imágenes"
+"Displaying Images","Mostrando imágenes"
+"Gallery View","Vista de Galería"
+"Image(s) Width","Ancho de las imágenes"
+"Main Image Width","Ancho de la imagen principal"
+"Original","Original"
+"Custom","Personalizado"
+"Image(s) Height","Alto de las imágenes"
+"Main Image Height","Alto de la imagen principal"
+"Image(s) Margin","Margen de las imágenes"
+"Images Layout","Diseño de las imágenes"
+"Horizontal","Horizontal"
+"Vertical","Vertical"
+"Gallery Hint","Sugerencia de la galería"
+"Click on the image below to get zoomed view of the item","Pulsa la imagen siguiente para obtener una vista ampliada del artículo"
+"Open original size image in a new window","Abre la imagen a tamaño original en una ventana nueva."
+"Choose configuration how the image(s) should be displayed and press the Insert button. Image's tag will be added to the end of the text.","Elige la configuración del modo en que se deben mostrar las imágenes y pulsa el botón Insertar . La etiqueta de la imagen se añadirá al final del texto."
+"eBay Catalog Identifier","Identificador de catálogo de eBay"
+"EAN","EAN"
+"European Article Number, (now called International Article Number). This barcode is a superset of the UPC.","Número europeo de artículo (European Article Number) (ahora llamado International Article Number). Este código de barras es un superconjunto del UPC."
+"UPC","UPC"
+"The Universal Product Code is a barcode usually consisting of 12 numerical digits, which are unique for each item.","El código universal de producto (Universal Product Code) es un código de barras que suele constar de 12 dígitos y que es exclusivo de cada artículo."
+"ePID (Product Reference ID)","ePID (identificador de referencia de producto)"
+"An eBay Product ID is eBay's global reference ID for a catalog product.","Un identificador de producto de eBay es el identificador de referencia global de eBay de un producto del catálogo."
+"ISBN","ISBN"
+"The International Standard Book Number is a uniquenumeric book identifier.","El número estándar internacional para libros (International Standard Book Number) es un identificador numérico exclusivo para libros."
+"Upgrade Tools","Actualizar herramientas"
+"Value Pack","Pack Ahorro"
+"Value Pack Bundle","Conjunto Pack Ahorro"
+"Combine Gallery, Subtitle, and Listing Designer and you will get a discount.","Combina Galería, Subtítulo y Diseñador de anuncios para obtener un descuento."
+"Listing Upgrades","Opciones de mejora de anuncio"
+"Bold listing title","Título del anuncio en negrita"
+"Find out about eBay optional listing features ","Obtén información sobre las funciones opcionales para anuncios de eBay "
+"Highlight","Resaltar"
+"Adding an eye-catching background to your listing in search results.","Añadir un fondo llamativo a tu anuncio en los resultados de la búsqueda."
+"Gallery Type","Tipo de galería"
+"Gallery Picture","Imagen de la Galería"
+"Gallery Plus","Galería ampliada"
+"Gallery Featured","Las estrellas de la Galería"
+"Hit Counter","Contador de visitas"
+"No Hit Counter","Sin contador de visitas"
+"Basic Style","Estilo básico"
+"Green LED","Piloto verde"
+"Hidden Style","Estilo oculto"
+"Honesty Style","Estilo honestidad"
+"Retro Style","Estilo retro"
+"Count the number of visitors to your eBay listing.Note: Green LED and Honesty Style styles are available only in the US.","Cuenta el número de visitas a tu anuncio de eBay.Nota: los estilos Piloto verde y Estilo honestidad solo están disponibles en EE. UU."
+"Select Product","Seleccionar producto"
+"Enter Product Id","Introducir identificador de producto"
+"Select the payment, shipping and cross border options you would like eBay to use.","Selecciona las opciones de pago, envío y comercio internacional que quieres que se usen en eBay."
+"Remember, you can amend Payment and Shipping Settings at any time.","Recuerda que puedes modificar la configuración de pago y envío en cualquier momento."
+"Policy title is not unique.","El título de la política no es único."
+"You can adjust how long your items will be active on eBay. You can also choose the price on eBay in relation to your store price. You might want to increase your selling price to take into account the eBay seller fees, or reduce your price to be competitive.","Puedes ajustar el tiempo que tus artículos estarán activos en eBay. También puedes elegir el precio en eBay en relación con el precio de la tienda. Puede que te interese aumentar el precio de venta para tener en cuenta las tarifas de vendedor de eBay, o bien reducirlo para ser competitivo."
+"Remember, you can amend Selling Settings at any time.","Recuerda que puedes modificar la configuración de venta en cualquier momento."
+"Sync your accounts so you are always on top of your stock control and inventory.","Sincroniza tus cuentas para tener siempre el máximo control de las existencias y el inventario."
+"Remember, you can amend Synchronization Settings at any time.","Recuerda que puedes modificar la configuración de sincronización en cualquier momento."
+"There are 4 rule settings:
+
+
+ List Rules
+ Revise Rules
+ Relist Rules
+ Stop Rules
+
+ Note: Inventory Synchronization setting must be enabled in Synchronization (Configuration > Synchronization).
+ Otherwise, Synchronization Policy Rules will not take effect.","Hay cuatro configuraciones de reglas: Reglas de puesta en venta Reglas de revisión Reglas para volver a poner en venta Reglas de detención Nota: la configuración Sincronización del inventario debe estar activada en Sincronización (Configuración > Sincronización). De lo contrario, las reglas de la política de sincronización no se aplicarán."
+"Be careful when you edit policies, as all changes you have made will be automatically applied to all M2E listings where these policies are used.
+ If a policy is used in a M2E Listing, it cannot be deleted.","Ten cuidado al modificar las políticas, ya que todos los cambios que realices se aplicarán automáticamente a todos los anuncios de M2E que usen dichas políticas. Si una política se usa en un anuncio de M2E, no se podrá eliminar."
+"Payment method should be specified.","Se debe especificar la forma de pago."
+"PayPal","PayPal"
+"PayPal Accepted","Se acepta PayPal"
+"PayPal Email Address","Correo electrónico de PayPal"
+"Email address for receiving payment.","Correo electrónico para recepción de pagos."
+"Immediate Payment Required","Pago inmediato obligatorio"
+"This is only applicable to items listed on PayPal-enabled sites in categories that support immediate payment, when a seller has a Premier or Business PayPal account.","Esto solo se aplica a artículos puestos en venta en sitios que admiten PayPal pertenecientes a categorías que admiten pago inmediato, siempre que el vendedor tenga una cuenta PayPal Premier o Business."
+"Additional Payment Methods","Formas de pago adicionales"
+"Payment Methods","Formas de pago"
+"Return Policy","Política de devoluciones"
+"Buyers are more comfortable shopping from sellers who offer returns policies , even though most buyers will never return an item.
+ Items with a clear returns policy typically sell better than items that don't have one.","El comprador se siente más seguro al comprar productos de vendedores que ofrecen políticas de devoluciones , si bien la mayoría de los compradores nunca devuelven los artículos. Los artículos con una política de devoluciones clara suelen venderse mejor que los que no la tienen."
+"Refund Will Be Given As","Forma del reembolso"
+"Item Must Be Returned Within","Plazo para devolver el artículo"
+"Return Shipping Will Be Paid By","Los gastos de envío los pagará el"
+"Restocking Fee Value","Valor de la tarifa de reposición"
+"Refund Description","Descripción del reembolso"
+"Search For Charities","Buscar organizaciones benéficas"
+"Please select a percentage of donation","Selecciona un porcentaje de donación"
+"If you do not see the organization you were looking for, try to enter another keywords and run the search again.","Si la organización que buscas no aparece, especifica otras palabras clave y ejecuta la búsqueda de nuevo."
+"Please, enter the organization name or ID.","Escribe el nombre de la organización o su identificador."
+"Max applicable length is 6 characters, including the decimal (e.g., 12.345).","La longitud máxima aplicable es de seis caracteres, incluidos los decimales (por ejemplo, 12,345)."
+"Price Change is not valid.","El cambio de precio no es válido."
+"Wrong value. Only integer numbers.","Valor erróneo. Solo números enteros."
+"The fixed price for immediate purchase.","Precio fijo para la compra inmediata."
+"The fixed price for immediate purchase. Find out more about adding a Buy It Now price to your listing.","Precio fijo para la compra inmediata. Obtén más información sobre cómo añadir un precio ¡Cómpralo ya! a tu anuncio."
+"% of Price","% del precio"
+"% of ""Buy It Now"" Price","% del precio ""¡Cómpralo ya!"""
+"How You Want To Sell Your Item","Cómo quieres vender tu artículo"
+"Is your item for sale auction-style, or fixed price ?","¿Quieres vender el artículo en formato Subasta o Precio fijo ?"
+" Attribute must contain ID. ID for Fixed price is FixedPriceItem, for Auction is Chinese."," El atributo debe incluir un identificador. El identificador de Precio fijo es FixedPriceItem y de subasta es Chinese."
+"The buyer will be anonymous to other eBay users in a Private Listing.","En un anuncio privado, el comprador será anónimo para el resto de usuarios de eBay."
+"Quantity And Duration","Cantidad y duración"
+"The length of time your eBay listing will be active. You can have it last 1, 3, 5, 7, 10, 30 days or Good 'Til Cancelled.
+ Good 'Til Cancelled listings renew automatically every 30 days unless all of the items sell, you end the listing, or the listing breaches an eBay policy.","El tiempo que el anuncio de eBay estará activo. Puedes definir una duración de 1, 3, 5, 7, 10 o 30 días o elegir Anuncio abierto. Los anuncios abiertos se renuevan automáticamente cada 30 días a menos que se vendan todos los artículos, finalices el anuncio o éste infrinja una política de eBay."
+" Attribute must contain a whole number. If you choose ""Good Till Cancelled"" the attribute must contain 100."," El atributo debe incluir un número entero. Si eliges ""Anuncio abierto"", el atributo debe contener 100."
+"Single Item","Artículo individual"
+"Custom QTY Number","Número de cantidad personalizado"
+"The number of items you have for sale.","El número de artículos que tienes en venta."
+"Conditional Quantity","Cantidad condicional"
+"Choose specifically the number of items available for sale on eBay.","Elige específicamente el número de artículos disponibles para venderse en eBay."
+"Maximum Quantity to Be Listed","Cantidad máxima que se pondrá en venta"
+"Set a maximum number to sell on eBay, e.g. if you have 10 items in stock but want to keep 2 items back, set a maximum quantity of 8.","Establece un número máximo para vender en eBay; p. ej., si tienes 10 artículos disponibles, pero quieres conservar dos, establece la cantidad máxima 8."
+"Out Of Stock Control","Control Sin existencias"
+"This is useful if you are waiting for additional stock of an item with the same eBay item ID. Instead of ending the listing and then recreating it when the inventory arrives, you can use this flag to hide the listing. Then when you have the item available, automatic or manual Revise will update the inventory and the listing will appear again.
+ Note: Once you list a product with this option it cannot be changed. To cancel it you should end and list the item again.","Esta opción es útil si esperas recibir existencias adicionales de un artículo con el mismo número de artículo de eBay. En lugar de finalizar el anuncio y volver a crearlo al recibir las existencias, puedes usar esta marca para ocultar el anuncio. Después, cuando el artículo esté disponible, el inventario se actualizará mediante la modificación automática o manual y el anuncio volverá a aparecer. Nota: una vez que hayas puesto en venta un producto con esta opción, no se podrá cambiar. Para cancelarlo, deberás finalizarlo y poner en venta el artículo de nuevo."
+"Ignore Variations","Omitir variantes"
+"Select 'Yes' to list Configurable, Grouped, Bundle and Simple with Custom options products as Simple (without variations).","Selecciona 'Sí' para poner en venta productos configurables, agrupados, de conjunto y simples con opciones personalizadas como artículos simples (sin variantes)."
+"Taxation","Impuestos"
+"VAT Rate, %","Tipo de IVA, %"
+"To specify a VAT rate, you must have an eBay business account and list the item on a VAT-enabled site: Ireland, India, Switzerland, Spain, Holland, Belgium, Italy, Germany, France, Austria or England. The item's VAT information appears on the item's listing page.","Para especificar un tipo de IVA, debes tener una cuenta Empresa de eBay y poner en venta el artículo en un sitio que incluya el IVA: Irlanda, India, Suiza, España, Países Bajos, Bélgica, Italia, Alemania, Francia, Austria o Inglaterra. La información del IVA del artículo aparece en la página del anuncio de éste."
+"Use eBay Tax Table","Usar la tabla de impuestos de eBay"
+"Charges sales tax according to the tax table of your eBay account. Available only for Canada, Canada (Fr), USA and eBay Motors.","Se cobra el impuesto de ventas según la tabla de impuestos de tu cuenta de eBay. Solo disponible para Canadá, Canadá (Fr), EE. UU. e eBay Motor."
+"Tax Category","Categoría de impuesto"
+"and","y"
+"eBay %s supports %s currencies. To switch the currency you want to sell for, go to %s > Configuration > General ","eBay %s admite %s divisas. Para cambiar la divisa que quieres usar para vender, ve a %s > Configuración > General ."
+"Add VAT Percentage","Añadir porcentaje de IVA"
+"Increases the price that will be sent on eBay by VAT Rate (%). e.g., VAT Rate = 19%, Magento Price = £10, Percentage increase = 2%; eBay Price will be counted as (£10 + 19%) + 2% = £12.14","Aumenta el precio que se enviará a eBay según el tipo de IVA (%). P. ej., Tipo de IVA = 19%, Precio de Magento = 10 €, Porcentaje de aumento = 2%; El precio de eBay se contará como (10 € + 19%) + 2% = 12,14 €"
+"The accepted currency for the item. This has been determined by the eBay site you chose earlier.","La divisa aceptada para el artículo. La determina el sitio de eBay elegido anteriormente."
+"Price Change","Cambio de precio"
+"[CURRENCY]","[DIVISA]"
+"
+ A value you want the Magento Price to be modified while listing on eBay.
+
+ Absolute Value increase
+ This will increase the price on eBay compared to the price on Magento,
+ e.g. if you wish to increase the price of an item selling on eBay
+ by #currency_placeholder#1.50, type “1.5†into the box.
+
+ Absolute Value decrease
+ This will reduce the price on eBay compared to the price on Magento,
+ e.g. if you wish to reduce the price of an item selling on eBay
+ by #currency_placeholder#1.50, type “1.5†into the box.
+
+ Percentage increase (%)
+ This will increase the price on eBay compared to the price on Magento,
+ e.g. you wish to increase by 10% the price
+ of a #currency_placeholder#2.00 item selling on your Magento store.
+ In the box type “10â€. The item will then go on sale
+ for #currency_placeholder#2.2 on eBay.
+
+ Percentage decrease (%)
+ This will reduce the price on eBay compared to the price on Magento,
+ e.g. you wish to reduce by 10% the price of a #currency_placeholder#2.00 item selling
+ on your Magento store.
+ In the box type: “10â€. The item will then go on sale for #currency_placeholder#1.80
+ on eBay.
+ "," El valor por el que quieres modificar el precio de Magento al poner en venta artículos en eBay. Aumento del valor absoluto Esto aumentará el precio en eBay en comparación con el precio en Magento; p. ej., si deseas aumentar el precio de un artículo en venta en eBay en 1,50 #currency_placeholder#, escribe “1,5” en el cuadro. Reducción del valor absoluto Esto reducirá el precio en eBay en comparación con el precio en Magento; p. ej., si deseas reducir el precio de un artículo en venta en eBay en 1,50 #currency_placeholder#, escribe “1,5” en el cuadro. Porcentaje de aumento (%) Esto aumentará el precio en eBay en comparación con el precio en Magento; p. ej., si deseas aumentar un 10% el precio de 2,00 #currency_placeholder# de un artículo en venta en la tienda Magento, escribe “10” en el cuadro. De este modo, el artículo se pondrá en venta por 2,2 #currency_placeholder# en eBay. Porcentaje de reducción (%) Esto reducirá el precio en eBay en comparación con el precio en Magento; p. ej., si deseas reducir un 10% el precio de 2,00 #currency_placeholder# de un artículo en venta en la tienda Magento, escribe “10” en el cuadro. De este modo, el artículo se pondrá en venta por 1,80 #currency_placeholder# en eBay. "
+"The starting price at which bidding begins.","Precio de salida al que comienza la puja."
+"Absolute Value increase","Aumento del valor absoluto"
+"Absolute Value decrease","Reducción del valor absoluto"
+"Percentage increase","Porcentaje de aumento"
+"Percentage decrease","Porcentaje de reducción"
+"Variation Price","Precio de las variantes"
+"Main Product","Producto principal"
+"Associated Products","Productos asociados"
+"This determines where the price for Configurable and Bundle products options should be taken from.","Determina de dónde debe tomarse el precio de las opciones de productos configurables y de conjunto."
+"The lowest price at which you are selling an item.Note: eBay charges some additional fee for using this option.","Precio más bajo al que vendes un artículo.Nota: eBay cobra una tarifa adicional por usar esta opción."
+"Donation","Donación"
+"Organization","Organización"
+"Search for Charity Organization","Buscar organización benéfica"
+"Allows you to support your favourite charities .","Te permite ayudar a las organizaciones benéficas de tu elección."
+"Donation Percentage","Porcentaje de donación"
+"Best Offer","Mejor oferta"
+"Allow Best Offer","Permitir Mejor oferta"
+"The Best Offer option option allows you to accept offers from buyers and negotiate a price. You can accept Best Offers on fixed price and Classified Ads in certain eBay categories, such as eBay Motors.","La opción Mejor oferta te permite aceptar ofertas de los compradores y negociar un precio. Puedes aceptar Mejores ofertas en anuncios en formato Precio fijo y anuncios clasificados de ciertas categorías de eBay, como eBay Motor."
+"Auto Action","Subasta automática"
+"Accept Offers of at Least","Aceptar ofertas de al menos"
+"Decline Offers Less than","Rechazar ofertas inferiores a"
+"Enter the organization name or ID","Escribir el nombre o el identificador de la organización"
+"Location or Zip/Postal Code should be specified.","Debes especificar la ubicación o código postal."
+"Select one or more international ship-to locations.","Selecciona uno o varios destinos internacionales de envío."
+"PayPal payment method should be specified for Cross Border trade.","Se debe especificar la forma de pago PayPal para los compradores internacionales."
+"You should specify at least one shipping method.","Debes especificar al menos una forma de pago."
+"Select shipping service","Seleccionar servicio de envío"
+"Excluded Shipping Locations","Destinos de envío excluidos"
+"No locations are currently excluded.","Actualmente no se excluye ninguna ubicación."
+"selected","seleccionados"
+"Location","Ubicación"
+"The country your product will be shipped from.","El país desde el que se enviará el producto."
+"Zip/Postal Code of the item location. Especially useful in ""Collection Only"" items.","Código postal de la ubicación del artículo. Especialmente útil en los artículos ""Solo recogida local""."
+"City, State","Ciudad, Provincia"
+"City, State of the item location.","Ciudad o provincia de la ubicación del artículo."
+"Domestic Shipping","Envíos nacionales"
+"Calculated: cost varies by buyer location","Tarifa calculada: la tarifa varía según la ubicación del comprador"
+"Flat: same cost to all buyers","Fijos: mismo coste para todos los compradores"
+"Freight: large items","Mercancía: artículos grandes"
+"No Shipping: local pickup only","No incluye envío; solo recogida local"
+"Use eBay Shipping Rate Table","Usar la tabla de gastos de envío de eBay"
+"The eBay Shipping Rate Table can help with shipping charges.","La tabla de gastos de envío de eBay puede ayudar con los gastos de envío."
+"Service","Servicio"
+"Cost","Coste"
+"Additional Cost","Gastos de envío adicionales"
+"Add Method","Añadir forma"
+"Add Shipping Method","Añadir forma de envío"
+"Local pickup","Recogida local"
+"Item is available for local pickup only.","El artículo está disponible para recogida local solamente."
+"Freight","Mercancía"
+"Specify your own freight shipping options in your item description.","Especifica tus propias opciones de envío de la mercancía en la descripción del artículo."
+"Get It Fast","Envío rápido"
+"At least one qualifying shipping service and a single day dispatch time must be offered to enable this option.","Para activar esta opción, debe ofrecerse al menos un servicio de envío que cumpla los requisitos y un tiempo de envío de un solo día."
+"Exception handling times","Tiempos de manipulación de excepciones"
+"Same Business Day","El mismo día laborable"
+"The dispatch time is the time between the buyer’s payment clearing and you sending the item. Buyers are increasingly expecting short dispatch times, ideally next day, but preferably within 3 working days. Click here to find out more.
+ Note: Magento Attribute must contain a numeric value. If you want to set 'Same Business Day' via attribute, set 0 in it.","El tiempo de envío es el plazo que transcurre entre la liquidación del pago del comprador y el envío del artículo por parte del vendedor. El comprador espera un plazo de envío cada vez más breve, al día siguiente si es posible, pero en cualquier caso en un plazo de 3 días laborables. Pulsa aquí si necesitas más información. Nota : el atributo Magento debe contener un valor numérico. Si quieres establecer 'El mismo día laborable' a través del atributo, establécelo como 0."
+"Handling Cost","Gastos de manipulación"
+"Addition of handling cost to the shipping costs.","Suma de los gastos de manipulación y los gastos de envío."
+"Handling Cost Value","Valor de gastos de manipulación"
+"Combined Shipping Profile","Perfil de envío combinado"
+"Use the Flat Shipping Rule and Calculated Shipping Rule profiles, which were created on eBay.
+ Note: press ""Refresh Profiles"" button for upload new or refreshes eBay Shipping profiles.","Usa los perfiles Regla de gastos de envío fijos y Regla de gastos de envío calculados que se crearon en eBay. Nota: pulsa el botón ""Actualizar perfiles"" para cargar nuevos perfiles de envío de eBay o actualizarlos."
+"Refresh Profiles","Actualizar perfiles"
+"Use the Flat Shipping Rule and Calculated Shipping Rule profiles, which were created on eBay.
+ Note: press ""Refresh Profiles"" button for upload new or refreshes eBay Shipping profiles.","Usa los perfiles Regla de gastos de envío fijos y Regla de gastos de envío calculados que se crearon en eBay. Nota: pulsa el botón ""Actualizar perfiles"" para cargar nuevos perfiles de envío de eBay o actualizarlos."
+"You do not have eBay accounts added to M2E.","No has añadido ninguna cuenta de eBay a M2E."
+"Promotional Shipping Rule","Regla de gastos de envío promocionales"
+"Adding Shipping Discounts according to the rules that are set in your eBay Account.","Suma de los descuentos en los gastos de envío según las reglas configuradas en tu cuenta de eBay."
+"""Cash On Delivery"" Cost","Coste de ""Pago contra reembolso"""
+"Required when using COD Payment Method.","Obligatorio si se usa Pago contra reembolso como forma de pago."
+"Cross Border Trade","Comercio internacional"
+"The international site visibility feature allows qualifying listings to be posted on international sites.
+ Buyers on these sites will see the listings exactly as you originally post them.
+Note: There may be additional eBay charges for this option.","La función de visibilidad en sitios internacionales permite la publicación de los anuncios que cumplen los requisitos en sitios internacionales. Los compradores de estos sitios verán los anuncios exactamente como los has publicado inicialmente.Nota: puede que se apliquen tarifas de eBay adicionales para esta opción."
+"eBay Site Visibility","Visibilidad del sitio de eBay"
+"USA / Canada","EE. UU./Canadá"
+"United Kingdom","Reino Unido"
+"International Shipping","Envíos internacionales"
+"Offer Global Shipping Program","Ofrece el Programa de envíos globales"
+"Simplifies selling an item to an international buyer. Click here to find out more.","Facilita la venta de un artículo a un comprador internacional. Pulsa aquí si necesitas más información."
+"No International Shipping","No se realizan envíos internacionales"
+"Promotional Shipping Rule:","Regla de gastos de envío con promoción:"
+"Add Shipping Discounts according to rules that are set in your eBay Account.","Suma los descuentos en los gastos de envío según las reglas configuradas en la cuenta de eBay."
+"Measurement System","Sistema de medida"
+"English (lbs, oz, in)","Inglés (libras, onzas, pulgadas)"
+"Metric (kg, g, cm)","Métrico (kg, g, cm)"
+"Package Size Source","Fuente de tamaño del paquete"
+"Dimension Source","Fuente de dimensiones"
+"Dimensions (Width/Height/Depth)","Dimensiones (ancho/alto/fondo)"
+"inches","pulgadas"
+"cm","cm"
+"Dimensions (Width/Height/Depth)","Dimensiones (ancho/alto/fondo)"
+"Weight Source","Fuente de peso"
+"The Weight Attribute must have the weight of the item.","El atributo de peso debe tener el peso del artículo."
+"lbs. oz.","libras onzas"
+"kg. g.","kg. g."
+"Weight","Peso"
+"Postal code for the location from which the package will be shipped.","Código postal de la ubicación desde la que se enviará el paquete."
+"Excluded Locations","Ubicaciones excluidas"
+"To exclude buyers in certain locations from purchasing your item, create a shipping exclusion list.","Para impedir que los compradores de ciertas ubicaciones compren el artículo, crea una lista de exclusión de envíos."
+"Locations","Ubicaciones"
+"Edit Exclusion List","Modificar lista de exclusión"
+"Calculated","Calculado"
+"Select the regions or countries you don't ship to.","Selecciona las regiones o los países a los que no deseas realizar envíos."
+"Domestic","Nacional"
+"International","Internacional"
+"Additional","Adicional"
+"Selected Options","Opciones seleccionadas"
+"[Reset]","[Restablecer]"
+"Must be greater than ""Min"".","Debe ser mayor que ""Mínimo""."
+"Inconsistent settings in Relist and Stop rules.","Configuración contradictoria de las reglas Modificar y Detener."
+"Require to select at least one day of week.","Debe seleccionarse al menos un día de la semana."
+"You should specify time.","Debes especificar la hora."
+"Wrong value.","Valor erróneo."
+"Must be greater than ""Active From"" Date.","Debe ser mayor que la fecha ""Activa desde""."
+"Must be greater than ""From Time"".","Debe ser posterior al valor de ""Hora inicial""."
+"List Rules","Reglas de puesta en venta"
+"Schedule","Programación"
+"List Action - at first this action to be executed for each item, that has Not Listed status and its settings meet the List Condition. If an item is not listed for some reason, autosynchronization will attempt to list it again according to the Schedule in case the Product Status, Stock Availability or Quantity is changed.
+ ","Acción Poner en venta: al principio, esta opción se ejecuta para cada artículo que tenga el estado Sin poner en venta y cuya configuración cumpla la condición Poner en venta. Si un artículo no se pone en venta por cualquier motivo, la opción de sincronización automática intentará ponerlo en venta de nuevo según la programación en caso de que los valores de Estado del producto, Disponibilidad de existencias o Cantidad cambien. "
+"List Action","Acción Poner en venta"
+"Enables automatic listing of unlisted items if they meet List Conditions.","Permite poner en venta automáticamente artículos no puestos en venta si cumplen las condiciones correspondientes."
+"List Conditions","Condiciones de puesta en venta"
+"Enabled – M2E Listing items automatically list on eBay if this status is set to Enabled.
+Any – M2E Listing items automatically list on eBay regardless of its status.
+","Activado : los artículos de los anuncios de M2E se ponen automáticamente en venta en eBay si el estado está establecido en Activado.Cualquiera : los artículos de los anuncios de M2E se ponen automáticamente en venta en eBay independientemente de su estado."
+"In Stock - M2E Listing items list automatically, if the products are in stock.
+ Any - M2E Listing items list automatically, regardless of the stock availability.","Disponible : los artículos de los anuncios de M2E se ponen automáticamente en venta si los productos están disponibles. Cualquiera : los artículos de los anuncios de M2E se ponen automáticamente en venta, independientemente de la disponibilidad de existencias."
+"M2E Pro will automatically list M2E Listings items if they meet defined conditions.
+ More or Equal – the number of Magento products are more than, or equal to, the item quantity chosen.
+ Between – the number of Magento products are between the two numbers chosen.","M2E Pro pondrá automáticamente en venta los artículos de los anuncios de M2E si cumplen las condiciones definidas. Igual o superior : el número de productos de Magento es igual o superior a la cantidad de artículos elegidos. Entre : el número de productos de Magento está entre los dos números elegidos."
+"Relist Rules define the conditions when you want eBay items to be relisted.","Las Reglas para volver a poner en venta definen las condiciones en las que quieres que se vuelvan a poner en venta los artículos de eBay."
+"Activates relist action for any M2E Pro Listing that uses the current Synchronization Policy.","Activa la acción de Volver a poner en venta para los anuncios de M2E Pro que usen la política de sincronización actual."
+"Automatically relists an item by over-riding any manual stop.","Vuelve a poner en venta un artículo automáticamente anulando cualquier detención manual."
+"Updates title, subtitle, description, price, quantity and shipment on eBay items.
+ Note: If No is selected, eBay items with existing data on eBay are relisted.","Actualiza la información de Título, Subtítulo, Descripción, Precio, Cantidad y Envío en los artículos de eBay. Nota: si se selecciona No, se volverán a poner en venta los artículos de eBay con datos existentes en eBay."
+"Stock availability when item will be relisted.","Disponibilidad de existencias para que el artículo se vuelva a poner en venta."
+"Product quantity when item will be relisted.","Cantidad de productos para que el artículo se vuelva a poner en venta."
+"Set preferences for revising items.
+
+ Partial Revise - updates particular data you specified.
+
+ Full Revise - set 'Yes' in the policy option which data change will launch updating data on eBay.
+
+ ","Establece las preferencias para modificar los artículos. Modificación parcial : actualiza datos concretos que has especificado. Modificación completa : establece ""Sí"" en la opción de política en la que un cambio de los datos iniciará la actualización de datos en eBay. "
+"Automatically revises the eBay quantity if there is a change to the quantity (or attribute for quantity) in Magento.","Modifica automáticamente la cantidad en eBay si se produce un cambio en la cantidad (o atributo de cantidad) en Magento."
+"Conditional Revise","Modificación condicional"
+"Only revises the quantity on eBay when they meet the specific conditions you set.","Solo modifica la cantidad en eBay si se cumplen las condiciones concretas que has especificado."
+"Revise When Less or Equal to","Revisar cuando sea menor o igual que"
+"We recommend not setting this value too high. Initially try a value from 10 - 20.","Te recomendamos que no establezcas un valor demasiado alto para esta opción. Prueba en un principio con un valor de 10 a 20."
+"Automatically revises the eBay item price if there is a change to the price (or attribute for price) in Magento.","Modifica automáticamente el precio del artículo en eBay si se produce un cambio en el precio (o atributo de precio) en Magento."
+"Automatically revises the eBay item title if there is a change to the title (or attribute for title) in Magento.","Modifica automáticamente el título del artículo en eBay si se produce un cambio en el título (o atributo de título) en Magento."
+"Automatically revises the eBay item subtitle if there is a change to the subtitle (or attribute for subtitle) in Magento.","Modifica automáticamente el subtítulo del artículo en eBay si se produce un cambio en el subtítulo (o atributo de subtítulo) en Magento."
+"Automatically revises the eBay item description if there is a change to the description (or attribute for description) in Magento.","Modifica automáticamente la descripción del artículo en eBay si se produce un cambio en la descripción (o atributo de descripción) en Magento."
+"Images","Imágenes"
+"Automatically revises the eBay item gallery if there is a change to the gallery (or attribute for gallery) in Magento.","Modifica automáticamente la galería del artículo en eBay si se produce un cambio en la galería (o atributo de galería) en Magento."
+"Full Revise","Revisión completa"
+"Automatically revises the eBay listing if there is a change to the Price, Quantity and Format policy.","Modifica automáticamente el anuncio en eBay si se produce un cambio en la política de precio, cantidad y formato."
+"Automatically revises the eBay listing if there is a change to the Description policy.","Modifica automáticamente el anuncio en eBay si se produce un cambio en la política de descripción."
+"Category/Specifics","Categoría/Características"
+"Automatically revises the eBay listing if there is a change to the category/specifics in its settings.","Modifica automáticamente el anuncio en eBay si se produce un cambio en la categoría o las características de su configuración."
+"Automatically revises the eBay listing if there is a change to the Payment policy.","Modifica automáticamente el anuncio en eBay si se produce un cambio en la política de pago."
+"Automatically revises the eBay listing if there is a change to the Shipping policy.","Modifica automáticamente el anuncio en eBay si se produce un cambio en la política de envío."
+"Automatically revises the eBay listing if there is a change to the Return policy.","Modifica automáticamente el anuncio en eBay si se produce un cambio en la política de devolución."
+"Defines a timetable for automatical list and relist eBay items.","Define un horario para poner en venta o volver a poner en venta artículos de eBay automáticamente."
+"Activation","Activación"
+"Enables / Disables using schedule.","Activa o desactiva el uso de la programación."
+"Any Time","Cualquier hora"
+"During Period","Durante el período"
+"When the schedule has to be applied.","Cuándo debe aplicarse la programación."
+"Active From","Activa desde"
+"To","Para"
+"Day of Week","Día de la semana"
+"From","De"
+"Monday","Lunes"
+"Tuesday","Martes"
+"Wednesday","Miércoles"
+"Thursday","Jueves"
+"Friday","Viernes"
+"Saturday","Sábado"
+"Sunday","Domingo"
+"AM","AM"
+"PM","PM"
+"Define the conditions when you want eBay items stopped.
+
+ Note: If all options are set to No or No Action, then the stop action for eBay items, which use this Synchronization Policy, is disabled.
+If all options are enabled, then an item will be stopped if at least one of the Stop Conditions is met.","Define las condiciones cuando quieras que se detengan artículos en eBay. Nota: : si todas las opciones están establecidas en No o Ninguna acción, la acción de detención de los artículos de eBay que utilizan esta política de sincronización se desactiva. Si todas las opciones están activadas, un artículo se detendrá si se cumple al menos una de las condiciones de detención."
+"Automatically stops an item that is on eBay if status is changed to 'Disabled' in Magento.","Detiene automáticamente un artículo en eBay si su estado se cambia a 'Desactivado' en Magento."
+"Automatically stops an item that is on eBay if stock availability is changed to 'Out of Stock' in Magento.","Detiene automáticamente un artículo en eBay si la disponibilidad de existencias se cambia a 'Sin existencias' en Magento."
+"Stop When Quantity Is","Detener cuando la cantidad sea"
+"Automatically stops an item on eBay if quantity is changed and it meets the selected conditions.","Detiene automáticamente un artículo en eBay si la cantidad se cambia en Magento y cumple las condiciones especificadas."
+
+"About","Acerca de"
+"Community","Comunidad"
+"Enterprise","Enterprise"
+"America","América"
+"Europe","Europa"
+"Asia / Pacific","Asia / Pacífico"
+"Other","Otro"
+"Canada","Canadá"
+"Canada (French)","Canadá (francés)"
+"United States","Estados Unidos"
+"Austria","Austria"
+"Belgium (Dutch)","Bélgica (neerlandés)"
+"Belgium (French)","Bélgica (francés)"
+"France","Francia"
+"Germany","Alemania"
+"Ireland","Irlanda"
+"Italy","Italia"
+"Netherlands","Países Bajos"
+"Poland","Polonia"
+"Switzerland","Suiza"
+"Sweden","Suecia"
+"Spain","España"
+"United Kingdom","Reino Unido"
+"Australia","Australia"
+"Hong Kong","Hong Kong"
+"India","India"
+"Malaysia","Malasia"
+"Philippines","Filipinas"
+"Singapore","Singapur"
+"System","Sistema"
+"Add new listing","Añadir anuncio nuevo"
+"Delete existing listing","Eliminar anuncio existente"
+"Add product to listing","Añadir producto al anuncio"
+"Delete item from listing","Eliminar artículo del anuncio"
+"Remove item from Channel","Eliminar artículo del canal"
+"Add new product to magento store","Añadir producto nuevo a la tienda Magento"
+"Delete existing product from magento store","Eliminar producto existente de la tienda Magento"
+"Change of product price in magento store","Cambio de precio de producto en tienda Magento"
+"Change of product special price in magento store","Cambio de precio especial de producto en tienda Magento"
+"Change of product qty in magento store","Cambio de cantidad de producto en tienda Magento"
+"Change of product stock availability in magento store","Cambio de disponibilidad de existencias de producto en tienda Magento"
+"Change of product status in magento store","Cambio de estado de producto en tienda Magento"
+"List item on Channel","Poner en venta el artículo en el canal"
+"Relist item on Channel","Volver a poner en venta el artículo en el canal"
+"Revise item on Channel","Revisar artículo en el canal"
+"Stop item on Channel","Detener artículo en el canal"
+"Stop on Channel / Remove from Listing","Detener en el canal / Eliminar del anuncio"
+"Remove from Channel & Listing","Eliminar del canal y del anuncio"
+"Change of product custom attribute in magento store","Cambio de atributo personalizado de producto en tienda Magento"
+"Relist product on Channel","Volver a poner en venta el producto en el canal"
+"Stop product on Channel","Detener producto en el canal"
+"Default Synchronization","Sincronización predeterminada"
+"Inventory Synchronization","Sincronización del inventario"
+"Orders Synchronization","Sincronización de pedidos"
+"Marketplaces Synchronization","Sincronización de mercados"
+"3rd Party Listings Synchronization","Sincronización de anuncios externos"
+"The ""Categories Synchronization"" action for marketplace: ""%s"" is in data processing mode. Please wait...","La acción ""Sincronización de categorías"" del mercado ""%s"" se encuentra en estado de procesamiento de datos. Por favor, espera..."
+"Magento Order was not created. Reason: Magento Order creation is disabled in Account settings.","No se ha creado el pedido de Magento. Motivo: la creación de pedidos de Magento está desactivada en la Configuración de tu cuenta."
+"Magento Order was not created. Reason: Magento Order creation for items listed by M2E Pro is disabled in Account settings.","No se ha creado el pedido de Magento. Motivo: la creación de pedidos de Magento para los artículos puestos en venta por M2E Pro está desactivada en la Configuración de tu cuenta."
+"Magento Order was not created. Reason: Magento Order creation for items listed by 3rd party software is disabled in Account settings.","No se ha creado el pedido de Magento. Motivo: la creación de pedidos de Magento para los artículos puestos en venta por software de terceros está desactivada en la Configuración de tu cuenta."
+"Magento order was not created. Reason: Order Creation Rules were not met. Press Create Order button at Order view page to create it anyway.","No se ha creado el pedido de Magento. Motivo: no se han cumplido las reglas de creación de pedidos. Pulsa el botón Crear pedido en la página de vista de pedidos para crearlo de todas formas."
+"Magento Order is already created for this %s Order. Press Create Order button to create new one.","El pedido de Magento ya se ha creado para este pedido de %s. Pulsa el botón Crear pedido para crear uno nuevo."
+"Payment Status was not updated to Paid. Magento Order #%order_id% have to be cancelled according to Account's Automatic Cancellation setting.","El estado del pago no se ha actualizado a Pagado. El pedido de Magento #%order_id% se ha tenido que cancelar porque así lo indica la configuración de Cancelación automática de la cuenta."
+"Magento and M2E Pro has Internet Explorer 7 as minimal browser requirement. Please upgrade your browser.","Para usar Magento y M2E Pro es necesario disponer de Internet Explorer 7 o una versión de navegador posterior. Actualiza tu navegador."
+"M2E Pro license key validation is failed for this domain. Go to the %slicense page%s.","La validación de la clave de licencia de M2E Pro ha fallado para este dominio. Ve a la %spágina de licencia%s."
+"M2E Pro license key validation is failed for this IP. Go to the %slicense page%s.","La validación de la clave de licencia de M2E Pro ha fallado para esta IP. Ve a la %spágina de licencia%s."
+"M2E Pro license key validation is failed for this base directory. Go to the %slicense page%s.","La validación de la clave de licencia de M2E Pro ha fallado para este directorio base. Ve a la %spágina de licencia%s."
+"M2E Pro module requires activation. Go to the %slicense page%s.","El módulo M2E Pro requiere activación. Ve a la %spágina de licencia%s."
+"M2E Pro module license suspended for ""%s"" component. Go to the %slicense page%s.","La licencia del módulo M2E Pro está suspendida para el componente ""%s"". Ve a la %spágina de licencia%s."
+"M2E Pro module license closed for ""%s"" component. Go to the %slicense page%s.","La licencia del módulo M2E Pro está cancelada para el componente ""%s"". Ve a la %spágina de licencia%s."
+"M2E Pro module license has expired for ""%s"" component. Go to the %slicense page%s.","La licencia del módulo M2E Pro ha caducado para el componente ""%s"". Ve a la %spágina de licencia%s."
+"M2E Pro module is running under Trial License for ""%s"" component, that will expire on %s.","El módulo M2E Pro se está ejecutando con la licencia de prueba para el componente ""%s"", que caducará el %s."
+"M2E Pro module license will expire on %s for ""%s"" component. Go to the %slicense page%s.","La licencia del módulo M2E Pro caducará el %s para el componente ""%s"". Ve a la %spágina de licencia%s."
+"No matches were found. Please change the mapping attributes in Configuration > Account > 3rd Party Listings or try to map manually.","No se han encontrado coincidencias. Cambia los atributos de asignación en Configuración > Cuenta > Anuncios externos o intenta hacer la asignación manualmente."
+"The ""Categories Synchronization"" action for marketplace: ""%mrk%"" is in data processing mode. Please wait...","La acción ""Sincronización de categorías"" del mercado ""%mrk%"" se encuentra en estado de procesamiento de datos. Por favor, espera..."
+"Task ""Orders Receive Synchronization"" for Rakuten.com ""%acc%"" Account is started. Please wait...","Se ha iniciado la tarea ""Sincronización de recepción de pedidos"" para la cuenta ""%acc%"" de Rakuten.com. Por favor, espera..."
+"Task ""Orders Update Synchronization"" for Rakuten.com ""%acc%"" Account is started. Please wait...","Se ha iniciado la tarea ""Sincronización de actualización de pedidos"" para la cuenta ""%acc%"" de Rakuten.com. Por favor, espera..."
+"The ""Parts Compatibility Synchronization"" action for ""%mrk%"" marketplace has been successfully completed.","La acción ""Sincronización de compatibilidad de piezas"" del mercado ""%mrk%"" ha finalizado correctamente."
+"Attention! By deleting account you delete all information on it from M2E Pro server. This will cause inappropriate work of all accounts' copies.","¡Atención! Al eliminar la cuenta, eliminas toda la información que contiene del servidor M2E Pro. Esto provocará un funcionamiento inadecuado en las copias de todas las cuentas."
+"The product was listed as a simple product as it has limitation for multi-variation items. Reason:number of values for each option more than 30.","El producto se ha puesto en venta como producto simple, ya que existe una limitación para los artículos con diferentes variantes. Motivo: el número de valores para cada opción es superior a 30."
+"The product was listed as a simple product as it has limitation for multi-variation items. Reason:number of options more than 5.","El producto se ha puesto en venta como producto simple, ya que existe una limitación para los artículos con diferentes variantes. Motivo: el número de opciones es superior a 5."
+"The product was listed as a simple product as it has limitation for multi-variation items. Reason:sum of quantities of all possible products options more than 250.","El producto se ha puesto en venta como producto simple, ya que existe una limitación para los artículos con diferentes variantes. Motivo: la suma de las cantidades de todas las opciones de productos posibles es superior a 250."
+"Map listing to magento product","Asignar anuncio al producto de Magento"
+"Unmap listing from magento product","Quitar asignación de anuncio del producto de Magento"
+"Move to existing M2E listing","Mover a un anuncio de M2E existente"
+"Change of product special price from date in magento store","Cambio de fecha de inicio de precio especial de producto en tienda Magento"
+"Change of product special price to date in magento store","Cambio de fecha de finalización de precio especial de producto en tienda Magento"
+"Change item status on Channel","Cambio de estado del artículo en el canal"
+"Revise product","Modificar producto"
+"Relist product","Volver a poner en venta el producto"
+"Stop product","Detener producto"
+"Creation Date","Fecha de creación"
+"Update Date","Fecha de actualización"
+"Actions","Acciones"
+"Edit","Modificar"
+"Delete","Eliminar"
+"All Accounts","Todas las cuentas"
+"ID","Identificador"
+"Title","Título"
+"Channel","Canal"
+"Accounts","Mi cuenta"
+"Add Account","Añadir cuenta"
+"Configuration","Configuración"
+"General","General"
+"3rd Party Listings","Anuncios externos"
+"Orders","Pedidos"
+"Edit%s Account","Modificar%s cuenta"
+"Add%s Account","Añadir%s cuenta"
+"Refresh","Actualizar"
+"Save And Continue Edit","Guardar y continuar modificación"
+"Add New Account","Añadir cuenta nueva"
+"Complete This Step","Finalizar este paso"
+"Back","Atrás"
+"Save","Guardar"
+"Add%s Listing [Select Categories Products]","Añadir%s anuncio [Seleccionar categorías/productos]"
+"Save And View Listing","Guardar y ver anuncio"
+"Add%s Listing [Select Categories]","Añadir%s anuncio [Seleccionar categorías]"
+"Next","Siguiente"
+"Add%s Listing [Select Products]","Añadir%s anuncio [Seleccionar productos]"
+"Add%s Listing [Settings]","Añadir%s anuncio [Configuración]"
+"Add%s Listing [Products Filter]","Añadir%s anuncio [Filtro de productos]"
+"Add%s Listing [Channel Settings]","Añadir%s anuncio [Configuración de canal]"
+"Select All","Seleccionar todo"
+"Confirm","Confirmar"
+"Add New","Añadir nueva"
+"Settings","Configuración"
+"Channel Settings","Configuración de canal"
+"Products Filter","Filtro de productos"
+"Edit ""%s""%s Listing [Settings]","Modificar ""%s""%s anuncio [Configuración]"
+"Total Items","Total de artículos"
+"Active Items","Artículos en venta"
+"Inactive Items","Artículos inactivos"
+"View Products","Ver productos"
+"Add Products from Products List","Añadir productos de la lista de productos"
+"Add Products from Categories","Añadir productos de las categorías"
+"Edit Settings","Modificar configuración"
+"Delete Listing","Eliminar anuncio"
+"Are you sure?","¿Estás seguro?"
+"View Log","Ver registro"
+"Clear Log","Borrar registro"
+"Edit Selling Format Template","Modificar plantilla de formato de venta"
+"Edit Synchronization Template","Modificar plantilla de sincronización"
+"Clear Log(s)","Borrar registros"
+"Delete Listing(s)","Eliminar anuncios"
+"N/A","N/D"
+"Product ID","Identificador de producto"
+"Product Title / SKU","Título de producto/Número de referencia"
+"ASIN / ISBN","ASIN/ISBN"
+"Amazon QTY","QTY de Amazon"
+"Amazon Price","Precio de Amazon"
+"Fulfillment","Tramitación"
+"Merchant","Vendedor"
+"Amazon","Amazon"
+"Status","Estado"
+"Unknown","Desconocido"
+"Active","Activo"
+"Inactive","Inactivo"
+"Inactive (Blocked)","Inactivo (bloqueado)"
+"Remove Item","Eliminar artículo"
+"Unmap","Quitar asignación"
+"Map Item(s) Automatically","Asignar artículos automáticamente"
+"Move Item(s) to Listing","Mover artículos al anuncio"
+"Map","Asignar"
+"Move","Mover"
+"SKU","Nº de referencia"
+"Status Change","Cambio de estado"
+"Manual","Manual"
+"Automatic","Automática"
+"Add Products To%s Listing ""%s"" From Categories","Añadir productos al%s anuncio ""%s"" desde las categorías"
+"View Listing","Ver anuncio"
+"Save And List","Guardar y poner en venta"
+"Product Title","Título del producto"
+"Type","Tipo"
+"Stock Availability","Disponibilidad de existencias"
+"In Stock","Disponible"
+"Out of Stock","Sin existencias"
+"Price","Precio"
+"Qty","Cantidad"
+"Visibility","Visibilidad"
+"Websites","Sitios Web "
+"Please select items.","Selecciona los artículos."
+"Are you sure you want to create empty listing?","¿Estás seguro de que quieres crear un anuncio vacío?"
+"Show Advanced Filter","Mostrar filtro avanzado"
+"Hide Advanced Filter","Ocultar filtro avanzado"
+"Add Products To%s Listing ""%s""","Añadir productos al%s anuncio ""%s"""
+"Image","Imagen"
+"Action","Acción"
+"Assign ASIN/ISBN","Asignar ASIN/ISBN"
+"Clear Search Result","Borrar resultados de búsqueda"
+"Search","Buscar"
+"Reset","Restablecer"
+"Close","Cerrar"
+"Product Title / Listing / SKU","Título de producto/Anuncio/Número de referencia"
+"Amazon SKU","Número de referencia de Amazon"
+"Not Listed","Sin poner en venta"
+"Manage","Gestionar"
+"Listing","Anuncio"
+"Go to listing","Ir al anuncio"
+"Search%s Listings Items","Buscar%s artículos de anuncios"
+"Listings","Anuncios"
+"Templates","Plantillas"
+"Selling Format Templates","Plantillas de formato de venta"
+"Synchronization Templates","Plantillas de sincronización"
+"Continue","Continuar"
+"List Item(s)","Poner en venta los artículos"
+"Revise Item(s)","Revisar los artículos"
+"Relist Item(s)","Volver a poner en venta los artículos"
+"Stop Item(s)","Detener artículos"
+"Move Item(s) to Another Listing","Mover los artículos a otro anuncio"
+"Assign ASIN/ISBN to Item(s)","Asignar ASIN/ISBN a los artículos"
+"Add New ASIN(s)","Asignar ASIN nuevos"
+"Unassign ASIN/ISBN","Desasignar ASIN/ISBN"
+"Duplicate","Duplicar"
+"Manage ""%s"" Options","Gestionar opciones de ""%s"""
+"Manage Options","Gestionar opciones"
+"Edit ""%s"" Variation","Modificar variante de ""%s"""
+"Add Another ""%s"" Variations","Añadir otras variantes de ""%s"""
+"Add Another Variation","Añadir otra variante"
+"List","Poner un artículo en venta"
+"Relist","Volver a poner en venta"
+"Revise","Modificar"
+"Stop","Detener"
+"Remove from Channel","Eliminar del canal"
+"receiving...","recibiendo..."
+"Unassign New ASIN Template","Desasignar plantilla de ASIN nueva"
+"Automatic ASIN/ISBN search in progress.","Búsqueda automática de ASIN/ISBN en curso."
+"Choose ASIN/ISBN from the list","Elige el ASIN/ISBN en la lista"
+"Search for ASIN/ISBN","Buscar ASIN/ISBN"
+"ASIN/ISBN was found automatically","Se ha encontrado el ASIN/ISBN automáticamente"
+"View%s Listing ""%s""","Ver%s anuncio ""%s"""
+"Edit Templates","Modificar plantillas"
+"Add Products","Añadir productos"
+"Moving Amazon Items.","Moviendo artículos de Amazon."
+"Products failed to move","No se han podido mover los artículos"
+"Task completed. Please wait ...","Tarea finalizada. Por favor, espera..."
+"""%s"" task has successfully submitted to be processed.","La tarea ""%s"" se ha enviado correctamente para su procesamiento."
+"""%s"" task has completed with warnings. View log for details.","La tarea ""%s"" se ha completado con advertencias. Ver registro para obtener detalles."
+"""%s"" task has completed with errors. View log for details.","La tarea ""%s"" se ha completado con errores. Ver registro para obtener detalles."
+"Some Amazon request(s) are being processed now.","Algunas solicitudes de Amazon se están procesando ahora."
+"Sending %s product(s) data on Amazon.","Enviando datos de %s producto(s) de Amazon."
+"View All Product Log.","Ver todo el registro de productos."
+"The listing was locked by another process. Please try again later.","Otro proceso ha bloqueado el anuncio. Inténtalo de nuevo más tarde."
+"Listing is empty.","El anuncio está vacío."
+"Listing All Items On Amazon","Poniendo en venta todos los artículos en Amazon"
+"Listing Selected Items On Amazon","Poniendo en venta los artículos seleccionados en Amazon"
+"Revising Selected Items On Amazon","Revisando los artículos seleccionados en Amazon"
+"Relisting Selected Items On Amazon","Volviendo a poner en venta los artículos seleccionados en Amazon"
+"Stopping Selected Items On Amazon","Deteniendo los artículos seleccionados en Amazon"
+"Stopping On Amazon And Removing From Listing Selected Items","Deteniendo en Amazon y retirando del anuncio los artículos seleccionados"
+"Removing From Amazon And Listing Selected Items","Borrando de Amazon y poniendo en venta los artículos seleccionados"
+"Product(s) was successfully moved.","Los productos se han movido correctamente."
+"Product(s) was not moved. View log for details.","Los productos no se han movido. Consulta el registro para obtener detalles."
+"Some product(s) was not moved. View log for details.","Algunos productos no se han movido. Consulta el registro para obtener detalles."
+"Please select action.","Selecciona una acción."
+"Success","Finalizado"
+"Notice","Aviso"
+"Warning","Advertencia"
+"Error","Error"
+"Please enter product name or ASIN/ISBN/UPC/EAN.","Introduce el nombre de producto o el ASIN/ISBN/UPC/EAN."
+"Server is currently unavailable. Please try again later.","El servidor no está disponible en este momento. Inténtalo de nuevo más tarde."
+"The new ASIN creation functionality is not available in %code% marketplace yet.","La función de creación de ASIN nuevos todavía no está disponible en el mercado %code%."
+"In order to use New ASIN functionality, please re-synchronize marketplace data.","Para usar la función ASIN nuevo, vuelve a sincronizar los datos de mercado."
+"Press ""Save And Update"" button after redirect on marketplace page.","Pulsa el botón ""Guardar y actualizar"" después del redireccionamiento en la página de mercado."
+"All variations are already added.","Ya se han añadido todas las variantes."
+"Selling Format Template","Plantilla de formato de venta"
+"Synchronization Template","Plantilla de sincronización"
+"From Products List","De la lista de productos"
+"From Categories","De las categorías"
+"Search Items","Buscar artículos"
+"Add Listing","Añadir anuncio"
+"Update Now","Actualizar ahora"
+"Edit Shipping Address","Modificar dirección de envío"
+"Save Order Address","Guardar dirección de pedido"
+"Sale Date","Fecha de venta"
+"Magento Order #","Número de pedido de Magento"
+"Amazon Order #","Número de pedido de Amazon"
+"Items","Artículos"
+"Buyer","Comprador"
+"Total Paid","Total pagado"
+"Reservation","Reserva"
+"Reserved","Reservado"
+"Released","Lanzado"
+"Canceled","Cancelado"
+"Pending","Pendiente"
+"Unshipped","No enviado"
+"Partially Shipped","Enviado parcialmente"
+"Shipped","Enviado"
+"Invoice Not Confirmed","Factura no confirmada"
+"Unfulfillable","No se puede tramitar"
+"View","Ver"
+"Create Order","Crear pedido"
+"Mark As Shipped","Marcar como enviado"
+"Reserve QTY","Reservar cantidad"
+"Cancel QTY Reserve","Cancelar reserva de cantidad"
+"Mark Order(s) as Shipped","Marcar los pedidos como enviados"
+"Resend Shipping Information","Volver a remitir la información de envío"
+"Deleted","Eliminado"
+"edit","modificar"
+"QTY","Cantidad"
+"Status Update in Progress...","Actualización de estado en curso..."
+"Product","Producto"
+"Original Price","Precio original"
+"Promotions","Promociones"
+"Gift Wrap Price","Precio de envoltorio de regalo"
+"Gift Options","Opciones de regalo"
+"Row Total","Total de fila"
+"View on Amazon","Ver en Amazon"
+"Map to Magento Product","Asignar a producto de Magento"
+"Set Options","Establecer opciones"
+"Gift Wrap Type","Tipo de envoltorio de regalo"
+"Gift Message","Mensaje de regalo"
+"View Order Details","Ver datos del pedido"
+"Mark as Shipped","Marcar como enviado"
+"Are you sure that you want to create new Magento Order?","¿Estás seguro de que quieres crear un pedido de Magento nuevo?"
+"Run Now","Ejecutar ahora"
+"Insert","Insertar"
+"Change Category","Cambiar categoría"
+"Browse","Examinar"
+"Search By Keywords","Buscar por palabras clave"
+"Description","Descripción "
+"Specifics","Características"
+"Edit ""New ASIN"" Template For ""%s"" Marketplace (Beta)","Modificar plantilla ""ASIN nuevo"" para el mercado ""%s"" (beta)"
+"Add ""New ASIN"" Template For ""%s"" Marketplace (Beta)","Añadir plantilla ""ASIN nuevo"" para el mercado ""%s"" (beta)"
+"Save And Assign","Guardar y asignar"
+"Department","Departamento"
+"Category","Categoría"
+"Attribute Sets","Conjuntos de atributos"
+"Assignment","Asignación"
+"Edit Template","Modificar plantilla"
+"Delete Template","Eliminar plantilla"
+"Assign To This Template","Asignar a esta plantilla"
+"Attribute Sets Mismatch","Discrepancia de conjuntos de atributos"
+"Found In: ","Encontrado en: "
+"Select","Seleccionar"
+"New ASIN Templates For ""%s"" Marketplace (Beta)","Plantillas ASIN nuevo para el mercado ""%s"" (beta)"
+"Add New ASIN Template","Añadir plantilla de ASIN nueva"
+"Edit%s Selling Format Template","Modificar%s plantilla de formato de venta"
+"Add%s Selling Format Template","Añadir%s plantilla de formato de venta"
+"List Rules","Reglas de puesta en venta"
+"Revise Rules","Reglas de revisión"
+"Relist Rules","Reglas para volver a poner en venta"
+"Stop Rules","Reglas de detención"
+"Edit%s Synchronization Template","Modificar%s plantilla de sincronización"
+"Add%s Synchronization Template","Añadir%s plantilla de sincronización"
+"Update FTP Password","Actualizar la contraseña de FTP"
+"Update Web Password","Actualizar la contraseña Web"
+"Product Title / Reference ID","Título del producto/identificador de referencia"
+"Rakuten.com SKU","Número de referencia de Rakuten.com"
+"Rakuten.com QTY","Cantidad de Rakuten.com"
+"Rakuten.com Price","Precio de Rakuten.com"
+"Move Item(s) To Listing","Mover artículos al anuncio"
+"Reference ID","Identificador de referencia"
+"Add Products To%s Listing ""%s"" ","Añadir productos al%s anuncio ""%s"" "
+"Assign Rakuten.com SKU","Asignar número de referencia de Rakuten.com"
+"There is no such variation on Rakuten.com. Please, choose another variation.","No existe dicha variante en Rakuten.com. Elige otra variante."
+"Add New SKU In Progress...","Adición de nuevo número de referencia en curso..."
+"List In Progress...","Puesta de artículo en venta en curso..."
+"Relist In Progress...","Nueva puesta de artículo en venta en curso..."
+"Revise In Progress...","Modificación en curso..."
+"Stop In Progress...","Detención en curso..."
+"Stop And Remove In Progress...","Detención y eliminación en curso..."
+"Assign Rakuten.com SKU to Item(s)","Asignar número de referencia de Rakuten.com a los artículos"
+"Add New Rakuten.com SKU","Añadir nuevo número de referencia de Rakuten.com"
+"Unassign Rakuten.com SKU","Desasignar número de referencia de Rakuten.com"
+"Unassign New SKU Template","Desasignar plantilla de número de referencia nuevo"
+"Choose Rakuten.com SKU from the list","Elegir número de referencia de Rakuten.com en la lista"
+"Search for Rakuten.com SKU","Buscar número de referencia de Rakuten.com"
+"New","Nuevo"
+"Used - Like New","Usado - Como nuevo"
+"Used - Very Good","Usado - Muy bueno"
+"Used - Good","Usado - Bueno"
+"Used - Acceptable","Usado - Aceptable"
+"Refurbished","Restaurado"
+"Rakuten.com was found automatically","Se ha encontrado Rakuten.com automáticamente"
+"New SKU","Nuevo número de referencia"
+"Moving Rakuten.com Items.","Mover artículos de Rakuten.com."
+"Some Rakuten.com request(s) are being processed now.","Algunas solicitudes de Rakuten.com se están procesando ahora."
+"Sending %s product(s) data on Rakuten.com.","Enviando datos de %s producto(s) de Rakuten.com."
+"Listing All Items On Rakuten.com","Poniendo en venta todos los artículos en Rakuten.com"
+"Listing Selected Items On Rakuten.com","Poniendo en venta los artículos seleccionados en Rakuten.com"
+"Revising Selected Items On Rakuten.com","Modificando los artículos seleccionados en Rakuten.com"
+"Relisting Selected Items On Rakuten.com","Volviendo a poner en venta los artículos seleccionados en Rakuten.com"
+"Stopping Selected Items On Rakuten.com","Deteniendo los artículos seleccionados en Rakuten.com"
+"Stopping On Rakuten.com And Removing From Listing Selected Items","Deteniendo en Rakuten.com y retirando del anuncio los artículos seleccionados"
+"Adding New SKU On Rakuten.com","Añadiendo un nuevo número de referencia en Rakuten.com"
+"In order to use New SKU functionality, please re-synchronize marketplace data.","Para usar la función de número de referencia nuevo, vuelve a sincronizar los datos de mercado."
+"Please enter product name or Rakuten.com SKU/ISBN/UPC.","Introduce el nombre de producto o el número de referencia/ISBN/UPC de Rakuten.com."
+"Rakuten.com Order #","Número de pedido de Rakuten.com"
+"Item","Artículo"
+"View on Rakuten.com","Ver en Rakuten.com"
+"Edit New SKU Template For Rakuten.com (Beta)","Modificar plantilla de número de referencia nuevo para Rakuten.com (beta)"
+"Add New SKU Template For Rakuten.com (Beta)","Añadir plantilla de número de referencia nuevo para Rakuten.com (beta)"
+"New SKU Templates For Rakuten.com (Beta)","Plantillas de número de referencia nuevo para Rakuten.com (beta)"
+"Add New SKU Template","Añadir plantilla de número de referencia nuevo"
+"At least 1 channel should be enabled.","Al menos un canal debe estar activado."
+"Method of adding a new entity is not defined.","El método para añadir una nueva entidad no está definido."
+"Log For%s Listing","Registro del anuncio de %s"
+"Listings Log","Registro de anuncios"
+"Listing Settings","Configuración de anuncio"
+"Listing Items","Artículos de los anuncios"
+"Show General Log","Mostrar registro general"
+"Identifier","Identificador"
+"Product Name","Nombre del producto"
+"Run Mode","Modo de ejecución"
+"Priority","Prioridad"
+"Log For%s 3rd Party Listing","Registro del anuncio externo de %s"
+"3rd Party Listings Log","Registro de anuncios externos"
+"Product was successfully mapped.","El producto se ha asignado correctamente."
+"Listings, which have the same Marketplace and Account were not found.","No se han encontrado anuncios que tengan el mismo mercado y la misma cuenta."
+"Would you like to create one with default settings ?","¿Quieres crear uno con la configuración predeterminada?"
+"Products were not moved. View log for details.","Los productos no se han movido. Ver registro para obtener detalles."
+"Some of the products were not moved. View log for details.","Algunos de los productos no se han movido. Ver registro para obtener detalles."
+"Processing %s product(s).","Procesando %s producto(s)."
+"Map Item(s) to Products","Asignar productos a artículos"
+"Only mapped products must be selected.","Solo se deben seleccionar productos asignados."
+"Selected items must belong to the same Account and Marketplace.","Los artículos seleccionados deben pertenecer a la misma cuenta y mercado."
+"Moving Play.com Items.","Moviendo artículos de Play.com."
+"Mapping Product","Asignación de producto"
+"Product does not exist.","El producto no existe."
+"Please enter correct product ID.","Introduce el identificador de producto correcto."
+"Product(s) was successfully mapped.","Los productos se han asignado correctamente."
+"Please enter correct product ID or SKU","Introduce el identificador o número de referencia de producto correcto"
+"Current version only supports simple products. Please, choose simple product.","La versión actual de solo permite la asignación de productos simples. Elige un producto simple."
+"Item was not mapped as the chosen %s Simple Product has Custom Options.","El artículo no se ha asignado porque el producto simple %s elegido tiene opciones personalizadas."
+"Add More Variations","Añadir más variantes"
+"Generate All Combinations","Generar todas las combinaciones"
+"Generate Non-Existing Combinations","Generar combinaciones no existentes"
+"Listed","Puestos en venta"
+"Sold","Vendido:"
+"Stopped","Detenido"
+"Finished","Finalizado"
+"Blocked","Bloqueado"
+"Search Listings Items","Buscar artículos de los anuncios"
+"General Log","Registro general"
+"Search Products","Buscar productos"
+"Marketplaces","Mercados"
+"Save And Complete This Step","Guardar y finalizar este paso"
+"Save And Update","Guardar y actualizar"
+"Rakuten (Beta)","Rakuten (beta)"
+"Orders Log","Registro de pedidos"
+"View Logs","Ver registros"
+"Update Password","Actualizar contraseña"
+"Product Title / Reference Code","Título del producto/código de referencia"
+"Play.com QTY","Cantidad de Play.com"
+"Play.com GBP Price","Precio en GBP de Play.com"
+"Play.com EUR Price","Precio en EUR de Play.com"
+"Reference Code","Código de referencia"
+"Play ID","Identificador de Play"
+"Assign Play ID","Asignar identificador de Play"
+"There is no such variation on Play ID. Please, choose another variation.","No existe dicha variante en el identificador de Play. Elige otra variante."
+"Play.com Price GBP","Precio de Play.com en GBP"
+"Play.com Price EUR","Precio de Play.com en EUR"
+"New SKU In Progress...","Nuevo número de referencia en curso..."
+"Assign Play ID to Item(s)","Asignar identificador de Play a los artículos"
+"Unassign Play ID","Desasignar identificador de Play"
+"Choose Play ID from the list","Elegir el identificador de Play en la lista"
+"Search for Play ID","Buscar identificador de Play"
+"Play ID was found automatically","Se ha encontrado el identificador de Play automáticamente"
+"Some Play.com request(s) are being processed now.","Algunas solicitudes de Play.com se están procesando ahora."
+"Sending %s product(s) data on Play.com.","Enviando datos de %s producto(s) de Play.com."
+"Listing All Items On Play.com","Poniendo en venta todos los artículos en Play.com"
+"Listing Selected Items On Play.com","Poniendo en venta los artículos seleccionados en Play.com"
+"Revising Selected Items On Play.com","Modificando los artículos seleccionados en Play.com"
+"Relisting Selected Items On Play.com","Volviendo a poner en venta los artículos seleccionados en Play.com"
+"Stopping Selected Items On Play.com","Deteniendo los artículos seleccionados en Play.com"
+"Stopping On Play.com And Removing From Listing Selected Items","Deteniendo en Play.com y retirando del anuncio los artículos seleccionados"
+"Assign Play.com SKU","Asignar número de referencia de Play.com"
+"Enter product name or ISBN/EAN/UPC.","Introduce el nombre de producto o ISBN/EAN/UPC."
+"Play Order #","Número de pedido de Play"
+"Posted","Publicado"
+"Refunded","Reembolsado"
+"Reserve Qty","Reservar cantidad"
+"Cancel Qty Reserve","Cancelar reserva de cantidad"
+"Synchronization Log","Registro de sincronización"
+"Synchronization Settings","Configuración de sincronización"
+"Synchronization","Sincronización"
+"Run Enabled Now","Ejecutar activado ahora"
+"Save Settings","Guardar configuración"
+"Add Selling Format Template","Añadir plantilla de formato de venta"
+"Add Synchronization Template","Añadir plantilla de sincronización"
+"Development","Desarrollo"
+"Enter","Introducir"
+"Change","Cambiar"
+"Clear All","Borrar todo"
+"Restore All Helps","Restaurar todas las ayudas"
+" License"," Licencia"
+"Job Code","Código de tarea"
+"Created At","Creado a la(s)"
+"Scheduled At","Programado a la(s)"
+"Executed At","Ejecutado a la(s)"
+"Finished At","Finalizado a la(s)"
+"Messages","Mensajes"
+"Cron Schedule Table View","Vista tabular de programación de cron"
+"Table Name","Nombre de tabla"
+"Component","Componente"
+"Group","Grupo"
+"Records","Registros"
+"Size (Mb)","Tamaño (MB)"
+"Edit Table(s)","Modificar tablas"
+"Truncate Table(s)","Truncar tablas"
+"Update","Actualizar"
+"Manage Table ""%s""","Gestionar la tabla ""%s"""
+"Truncate Table","Truncar tabla"
+"Enable","Activar"
+"Disable","Desactivar"
+"Summary","Resumen"
+"Inspection","Inspección"
+"Database","Base de datos"
+"Tools","Herramientas"
+"Module","Módulo"
+"Debug","Depurar"
+"Build","Compilar"
+"Main Website","Sitio Web principal"
+"Support","Asistencia"
+"Magento Connect","Conexión de Magento"
+"Documentation","Documentación"
+"Video Tutorials","Tutoriales en vídeo"
+"Listing ID","Número de anuncio"
+"Listing Title","Título del anuncio"
+"Attrib. Set Name","Nombre del conjunto de atributos"
+"Source","Origen"
+"Products List","Lista de productos"
+"Categories","Categorías"
+"Store View","Vista de la tienda"
+"Listings, which have the same Attribute Set, Marketplace and Account were not found.","No se han encontrado anuncios que tengan el mismo conjunto de atributos, el mismo mercado y la misma cuenta."
+"Map To This Product","Asignar a este producto"
+"Advanced Search","Búsqueda avanzada"
+"Stop And Remove","Detener y eliminar"
+"Delete And Remove","Borrar y eliminar"
+"Items are not set.","No se han establecido los artículos."
+"Current view mode is not set.","No se ha establecido el modo de vista actual."
+"Route is not set.","No se ha establecido la ruta."
+"High","Alto"
+"Medium","Medio"
+"Low","Bajo"
+"Last action was completed successfully.","La última acción se ha completado correctamente."
+"Entity ID is not set.","No se ha establecido el identificador de entidad."
+"View help handler is not set.","No se ha establecido el identificador de Ver ayuda."
+"Close help handler is not set.","No se ha establecido el identificador de Cerrar ayuda."
+"Log rows are not set.","No se han establecido las filas de registro."
+"Log tips are not set.","No se han establecido los consejos de registro."
+"Log icons are not set.","No se han establecido los iconos de registro."
+"Apply","Aplicar"
+"Conditions","Condiciones"
+"All Marketplaces","Todos los mercados"
+"Bundle Items","Artículos de conjunto"
+"Links","Vínculos"
+"Associated Products","Productos asociados"
+"Custom Options","Opciones personalizadas"
+"Order #","Pedido número "
+"Message","Mensaje"
+"Create Date","Fecha de creación"
+"Admin (Default Values)","Administrador (valores predeterminados)"
+"Attach Another File","Adjuntar otro archivo"
+"Send Message","Enviar mensaje"
+"Search Results","Resultados de la búsqueda"
+"Knowledge Base","Base de conocimientos"
+"Contact Support","Contactar con Atención al cliente"
+"Support {$m2eProVersion}","Asistencia {$m2eProVersion}"
+"Migration Notes","Notas sobre la migración"
+"Some attributes which are used in this policy were not found in products settings.'
+ . ' Please, check if all of them are in [%s] Attribute Set(s)'
+ . ' as it can cause List, Revise or Relist issues.","Algunos de los atributos que se usan en esta política no se han encontrado en la configuración de productos.' . ' Comprueba que estén todos en los conjuntos de atributos de [%s]' . ' ya que se pueden producir problemas en las acciones Poner en venta, Modificar o Volver a poner en venta."
+"Template nick is not set.","No se ha establecido el apodo de plantilla."
+"Component mode is not set.","No se ha establecido el modo de componente."
+"Template data is not set.","No se han establecido los datos de plantilla."
+"Currency ""%s"" is not allowed in Currency Setup '
+ . 'for Store View ""%s"" of your Magento. '
+ . 'Currency conversion will not be performed.","La divisa ""%s"" no se permite en Configuración de divisa ' . 'para la vista de la tienda ""%s"" de Magento. ' . 'No se realizará la conversión de divisas."
+"There is no rate for ""%s-%s"" in'
+ . ' Manage Currency Rates of your Magento.'
+ . ' Currency conversion will not be performed.","No hay ningún tipo de cambio para ""%s-%s"" en' . ' Gestionar tipos de cambio de divisa de Magento.' . ' No se realizará la conversión de divisas."
+"There is a rate %s for ""%s-%s"" in'
+ . ' Manage Currency Rates of your Magento.'
+ . ' Currency conversion will be performed automatically.","Hay un tipo de cambio %s para ""%s-%s"" en' . ' Gestionar tipos de cambio de divisa de Magento.' . ' La conversión de divisas se realizará automáticamente."
+"Template model is unknown.","El modelo de plantilla es desconocido."
+"Target CSS Class is not set.","No se ha establecido la clase CSS de destino."
+"Item url is not set.","No se ha establecido la URL de artículo."
+"Item label is not set","No se ha establecido la etiqueta de artículo"
+"Congratulations!","Enhorabuena"
+"Configuration Wizard","Asistente de configuración"
+"Skip Wizard","Omitir asistente"
+"Congratulations! (Magento Multi-Channels Integration)","¡Enhorabuena! (Integración de varios canales de Magento)"
+"License","Licencia"
+"Proceed","Continuar"
+"Complete Configuration","Finalizar configuración"
+"Configuration Wizard (Magento Multi-Channels Integration)","Asistente de configuración (Integración de varios canales de Magento)"
+"Start Configuration","Iniciar configuración"
+"Welcome to M2E Pro - Magento Multi-Channels Integration!","Bienvenido a Integración de varios canales de M2E Pro - Magento."
+"Create an M2E Listing","Crear un anuncio de M2E"
+"M2E Registration Complete","Registro de M2E finalizado"
+"Sign into eBay","Identifícate en eBay"
+"Register for eBay","Regístrate en eBay"
+"M2E Registration","Registro de M2E"
+"What Is An M2E Listing?","¿Qué es un anuncio de M2E?"
+"M2E Mode","Modo M2E"
+"What are M2E Products and How Do They Appear on eBay","Qué son los productos M2E y cómo aparecen en eBay"
+"Register and Link to eBay","Registrar y vincular con eBay"
+"Link Magento to eBay and increase your sales","Vincula Magento con eBay y aumenta las ventas"
+"M2E Pro Migration to v. %s","Migración de M2E Pro a la versión %s"
+"Next Step","Siguiente paso"
+"Previous Step","Paso anterior"
+"Complete","Finalizado"
+"M2E Pro module is locked because of security reason. Please contact us.","El módulo M2E Pro está bloqueado debido por motivos de seguridad. Ponte en contacto con nosotros."
+"Maintenance is Active.","El mantenimiento está activo."
+"M2E Pro is working in maintenance mode at the moment. Developers are investigating your issue.","Actualmente, M2E Pro está trabajando en modo de mantenimiento. Los desarrolladores están investigando el problema."
+"You will be able to see a content of this page soon. Please wait and then refresh a browser page later.","En breve podrás ver el contenido de esta página. Espera y actualiza la página del navegador más tarde."
+"We are sorry, Internet Explorer browser is not supported. Please, use
+ another browser (Mozilla Firefox, Google Chrome, etc.).","Lo sentimos; el navegador Internet Explorer no es compatible. Usa otro (Mozilla Firefox, Google Chrome, etc.)."
+"At least 1 channel of current view should be enabled.","Al menos un canal de la vista actual debe estar activado."
+"Step is invalid","El paso no es válido"
+"Status is invalid","El estado no es válido"
+"Server domain is not defined","No se ha definido el dominio de servidor"
+"Server IP is not defined","No se ha definido la IP de servidor"
+"Amazon (Beta)","Amazon (beta)"
+"Rakuten.com (Beta)","Rakuten.com (beta)"
+"Please, specify a value suitable for all chosen products.","Especifica un valor adecuado para todos los productos elegidos."
+"eBay","eBay"
+"1 day","1 días"
+"3 days","3 días"
+"5 days","5 días"
+"7 days","7 días"
+"10 days","10 días"
+"30 days","30 días"
+"Good Till Cancelled","Anuncio abierto"
+"Play.com (Beta)","Play.com (beta)"
+"Class name must begin with ""Ess_M2ePro""","El nombre de clase debe empezar por ""Ess_M2ePro"""
+"Attribute sets must be less then 50","Los conjuntos de atributos deben ser inferiores a 50"
+"Getting default website is failed","No se ha podido obtener el sitio Web predeterminado"
+"Getting default store group is failed","No se ha podido obtener el grupo de tiendas predeterminado"
+"Getting default store is failed","No se ha podido obtener la tienda predeterminada"
+"Fatal error occurred","Se ha producido un error grave"
+"PHP Version","Versión para PHP"
+"Memory Limit","Límite de memoria"
+"Magento Version","Versión para Magento"
+"Max Execution Time","Tiempo de ejecución máximo"
+"Server connection is failed. Please try again later.","Se ha producido un error de conexión del servidor. Inténtalo de nuevo más tarde."
+"Sell On Multi-Channels","Vender en varios canales"
+"Controller file was loaded but class does not exist","Se ha cargado el archivo de controlador, pero la clase no existe"
+"Control Panel (M2E Pro)","Panel de control (M2E Pro)"
+"New buyer negative feedback was received. Go to the %sfeedback page%s.","Se han recibido nuevos votos negativos de compradores. Ve a la %spágina de votos%s."
+"The token for ""%s"" eBay Account has been expired.
+
+ Please, go to %s > Configuration > eBay Account > General TAB ,
+ click on the Get Token button. (You will be redirected to the eBay website.)
+ Sign-in and press I Agree on eBay page.
+ Do not forget to press Save button after returning back to Magento","El código de la cuenta de eBay ""%s"" ha caducado. Ve a %s > Configuración > Cuenta de eBay > pestaña General y pulsa el botón Obtener código personal. (Accederás al sitio Web de eBay.) Identifícate y pulsa Acepto en la página de eBay. No olvides pulsar el botón Guardar después de volver a Magento"
+"Attention! The token for ""%s"" eBay Account will be expired soon ( %s ).
+
+ Please, go to %s > Configuration > eBay Account > General TAB ,
+ click on the Get Token button. (You will be redirected to the eBay website.)
+ Sign-in and press I Agree on eBay page.
+ Do not forget to press Save button after returning back to Magento","¡Atención! El código de la cuenta de eBay ""%s"" caducará pronto (%s). Ve a %s > Configuración > Cuenta de eBay > pestaña General y pulsa el botón Obtener código personal. (Accederás al sitio Web de eBay.) Identifícate y pulsa Acepto en la página de eBay. No olvides pulsar el botón Guardar después de volver a Magento"
+"Sell On eBay","Vender en eBay"
+"Request was deleted during account deleting.","La solicitud se ha eliminado durante el borrado de la cuenta."
+"Encoding type ""%s"" is not supported.","No se admite el tipo de codificación ""%s""."
+"Instance does not exist.","La instancia no existe."
+"Method require loaded instance first","El método requiere que primero se cargue la instancia"
+"Error occurred while creating archive.","Se ha producido un error al crear el archivo."
+"Content does not exist.","El contenido no existe."
+"Set component mode first","Establece primero el modo de componente"
+"Resource is not set.","No se ha establecido el recurso."
+"ORM for config is not defined.","No se ha definido OMR para la configuración."
+"Validation Failed. The server response data is not valid.","La validación ha fallado. Los datos de respuesta del servidor no son válidos."
+"Internal server error(s) [%errors%]","Errores internos del servidor [%errors%]"
+"Please ensure that CURL library is installed on your server and it supports HTTPS
+ protocol. Also ensure that outgoing connection to m2epro.com, port 443 is allowed by firewall.","Asegúrate de que la biblioteca CURL está instalada en tu servidor y que admite el protocolo HTTPS. Además, asegúrate de que el firewall permite la conexión de salida a m2epro.com por el puerto 443."
+"Requested command has invalid format.","El comando solicitado tiene un formato no válido."
+"The name of log file is not specified.","No se ha especificado el nombre del archivo de registro."
+"Creation of Log file is failed.","No se ha podido crear el archivo de registro."
+"Removing of Log file is failed.","No se ha podido eliminar el archivo de registro."
+"M2ePro base var dir creation is failed.","No se ha podido crear el directorio variable base de M2E Pro."
+"Custom var dir creation is failed.","No se ha podido crear el directorio variable personalizado."
+"M2ePro base var dir removing is failed.","No se ha podido eliminar el directorio variable base de M2E Pro."
+"Custom var dir removing is failed.","No se ha podido eliminar el directorio de variables personalizadas."
+"Listing component is not defined.","No se ha definido el componente del anuncio."
+"Listing id is not defined.","No se ha definido el identificador del anuncio."
+"Item was successfully mapped","El artículo se ha asignado correctamente"
+"Item was successfully unmapped","El artículo se ha desasignado correctamente"
+"Product id is not set","No se ha establecido el identificador de producto"
+"Item was successfully deleted","El artículo se ha eliminado correctamente"
+"Listing was successfully deleted","El anuncio se ha eliminado correctamente"
+"Item was successfully added","El artículo se ha añadido correctamente"
+"Variation option was deleted. Item was reset.","La opción de variante se ha eliminado. El artículo se ha restablecido."
+"Wrong nick of lock item.","Apodo erróneo de artículo de bloqueo."
+"Wrong max deactivate lock item time.","Tiempo máximo erróneo de artículo de bloqueo de desactivación."
+"Wrong object class for getting action_id!","Clase de objeto errónea para obtener action_id."
+"Cancel is not allowed for Orders which were already Canceled.","No se pueden cancelar pedidos que ya se han cancelado."
+"Cancel is not allowed for Orders with Invoiced Items.","No se permite la cancelación de los pedidos con artículos facturados."
+"Cancel is not allowed for Orders which were put on Hold.","No se permite la cancelación de los pedidos que están retenidos."
+"Cancel is not allowed for Orders which were Completed or Closed.","No se permite la cancelación de los pedidos que están finalizados o cerrados."
+"M2E Pro Notes","Notas de M2E Pro"
+"is","es"
+"is not","no es"
+"equals or greater than","igual o mayor que"
+"equals or less than","igual o menor que"
+"greater than","mayor que"
+"less than","menos de"
+"contains","contiene"
+"does not contain","no contiene"
+"is one of","es uno de"
+"is not one of","no es uno de"
+"TRUE","VERDADERO"
+"FALSE","FALSO"
+"Please choose a condition to add...","Elige una condición para añadirla..."
+"Add","Añadir"
+"Remove","Eliminar"
+"Conditions Combination","Combinación de condiciones"
+"Product Attribute","Atributo del producto"
+"ALL","TODO"
+"ANY","CUALQUIERA"
+"If %s of these conditions are %s:","Si %s de estas condiciones es %s:"
+"Attribute Set","Conjunto de atributos"
+"Open Chooser","Abrir selector"
+"Out Of Stock","Sin existencias"
+"Prefix must be specified before.","El prefijo se debe especificar antes."
+"Stock Item is not set.","No se ha establecido el artículo en existencias."
+"The requested quantity is not available.","La cantidad solicitada no está disponible. "
+"Yes","Sí"
+"No","No"
+"The Product ID is not set.","No se ha establecido el identificador de producto."
+"Load instance first","Carga primero la instancia"
+"Attribute does not exist.","El atributo no existe."
+"There is no associated products found for grouped product.","No se han encontrado productos asociados para el producto agrupado."
+"Payment Status for eBay Order was updated to Paid.","El estado de pago del pedido de eBay se ha actualizado a Pagado."
+"Payment Status for %s Order was not updated. View %sorder log%s for more details.","El estado de pago del pedido de %s no se ha actualizado. Consulta %sorder log%s para obtener más detalles."
+"From [%from%] to [%to%]","De [%from%] a [%to%]"
+"IN Stock","Disponible"
+"OUT of Stock","Sin existencias"
+"Enabled","Activado"
+"Disabled","Desactivado"
+"From [%from%] to [%to%].","De [%from%] a [%to%]."
+"None","Ninguno"
+"Attribute ""%attr%"" from [%from%] to [%to%].","Atributo ""%attr%"" de [%from%] a [%to%]."
+"Shipping Status for eBay Order was updated.","Se ha actualizado el estado de envío del pedido de eBay."
+"Updating Amazon Order Status to Shipped in Progress...","Actualización del estado del pedido de Amazon a Enviado en curso..."
+"Updating Rakuten.com Order Status to Shipped in Progress...","Actualización del estado del pedido de Rakuten.com a Envío en curso..."
+"Updating Play.com Order Status to Shipped in Progress...","Actualización del estado del pedido de Play.com a Envío en curso..."
+"Shipping Status for %s Order was not updated. View %sorder log%s for more details.","El estado de envío del pedido de %s no se ha actualizado. Consulta %sorder log%s para obtener más detalles."
+"Product reindex was executed.","Se ha elaborado el nuevo índice de productos."
+"Order ID is invalid.","El identificador de categoría no es válido."
+"Action is invalid.","La acción no es válida."
+"Creator is invalid.","El creador no es válido."
+"Magento product is not set.","No se ha establecido el producto de Magento."
+"There is no associated product found for grouped product.","No se ha encontrado ningún producto asociado para el producto agrupado."
+"There is no associated product found for configurable product.","No se ha encontrado ningún producto asociado para el producto configurable."
+"Qty cannot be less than zero.","La cantidad no puede ser inferior a cero."
+"Product is disabled.","El producto está desactivado."
+"Order Import does not support product type: %type%.","El importe del pedido no admite el tipo de producto: %type%."
+"Selected options do not match the product options.","Las opciones seleccionadas no coinciden con las opciones de producto."
+"Required options were not selected.","No se han seleccionado las opciones obligatorias."
+"Invalid order log type.","Tipo de registro de pedido no válido."
+"Invalid order log initiator.","Inicio de registro de pedido no válido."
+"Store is not set.","No se ha establecido la tienda."
+"Invalid repair data.","Datos de reparación no válidos."
+"Invalid repair type.","Tipo de reparación no válido."
+"QTY is already reserved.","La cantidad ya está reservada."
+"QTY reservation is disabled in Account settings.","La reserva de cantidad está desactivada en la configuración de cuenta."
+"QTY is already released.","La cantidad ya está lanzada."
+"QTY reserve is already canceled.","La reserva de cantidad ya está cancelada."
+"The Order Item(s) was not mapped to Magento Product(s) or mapped incorrect.","Los artículos del pedido no se han asignado a los productos de Magento o se han asignado incorrectamente."
+"Product(s) does not exist.","Los productos no existen."
+"Shipment handler not found.","No se ha encontrado el identificador de envío."
+"Magento Order was not created. Reason: %msg%","No se ha creado el pedido de Magento. Motivo: %msg%"
+"Magento Order #%order_id% was created.","Se ha creado el pedido de Magento número %order_id%."
+"Payment Transaction was not created. Reason: %msg%","No se ha creado la transacción de pago. Motivo: %msg%"
+"Invoice was not created. Reason: %msg%","No se ha creado la factura. Motivo: %msg%"
+"Invoice #%invoice_id% was created.","Se ha creado la factura número %invoice_id%."
+"Shipment was not created. Reason: %msg%","No se ha creado el envío. Motivo: %msg%"
+"Shipment #%shipment_id% was created.","Se ha creado el envío número %shipment_id%."
+"Tracking details were not imported. Reason: %msg%","No se han importado los detalles de seguimiento. Motivo: %msg%"
+"Tracking details were imported.","Se han importado los detalles de seguimiento."
+"Magento Order #%order_id% was canceled.","Se ha cancelado el pedido de Magento número %order_id%."
+"Magento Order #%order_id% was not canceled. Reason: %msg%","No se ha cancelado el pedido de Magento número %order_id%. Motivo: %msg%"
+"Store does not exist.","La tienda no existe."
+"Payment method ""M2E Pro Payment"" is disabled in magento configuration.","La forma de pago ""Pago de M2E Pro"" está desactivada en la configuración de Magento."
+"Shipping method ""M2E Pro Shipping"" is disabled in magento configuration.","La forma de envío ""Envío de M2E Pro"" está desactivada en la configuración de Magento."
+"Item was successfully moved","El artículo se ha movido correctamente"
+"Duplicated Play.com orders with ID #%id%.","Pedidos de Play.com duplicados con el identificador número %id%."
+"Product import is disabled in Play Account settings.","La importación de productos se ha desactivado en la Configuración de tu cuenta de Play."
+"Product for Play Item ""%id%"" was created in Magento catalog.","El producto del artículo ""%id%"" de Play se ha creado en el catálogo de Magento."
+"Product for Play Item ""%title%"" was created in Magento catalog.","El producto del artículo ""%title%"" de Play se ha creado en el catálogo de Magento."
+"Magento Order creation for items listed by M2E Pro is disabled in Account settings.","La creación de pedidos de Magento para los artículos puestos a la venta por M2E Pro está desactivada en la Configuración de tu cuenta."
+"Magento Order creation for items listed by 3rd party software is disabled in Account settings.","La creación de pedidos de Magento para los artículos puestos en venta por software externo está desactivada en la Configuración de tu cuenta."
+"Play Shipping","Envío de Play"
+"Customer with ID specified in Play account settings does not exist.","No existe el cliente con el identificador especificado en la configuración de tu cuenta de Play."
+"Invalid component mode.","Modo de componente no válido."
+"Magento Order creation is not allowed for Pending, Canceled and Refunded Play.com Orders.","La creación de pedidos de Magento no está permitida para los pedidos de Play.com pendientes, cancelados y reembolsados."
+"The Product(s) was not found on Play.com.","Los productos no se han encontrado en Play.com."
+"Step is out of knowledge base.","El paso no está en la base de conocimientos."
+"Task ""Getting Products Links"" is started. Please wait...","Se ha iniciado la tarea ""Obteniendo vínculos de producto"". Por favor, espera..."
+"Task ""Getting Products Links"" is finished. Please wait...","La tarea ""Obteniendo vínculos de producto"" ha finalizado. Por favor, espera..."
+"Item status was successfully changed to ""Active"".","El estado del artículo se ha cambiado correctamente a ""Activo""."
+"Item status was successfully changed to ""Inactive"".","El estado del artículo se ha cambiado correctamente a ""Inactivo""."
+"Task ""Update Listings Products"" is started. Please wait...","Se ha iniciado la tarea ""Actualizar productos de anuncios"". Por favor, espera..."
+"Task ""Update Listings Products"" is finished. Please wait...","La tarea ""Actualizar productos de anuncios"" ha finalizado. Por favor, espera..."
+"Task ""Default Synchronization"" is started. Please wait...","Se ha iniciado la tarea ""Sincronización predeterminada"". Por favor, espera..."
+"Task ""Default Synchronization"" is finished. Please wait...","La tarea ""Sincronización predeterminada"" ha finalizado. Por favor, espera..."
+"Task ""Marketplaces Synchronization"" is started. Please wait...","Se ha iniciado la tarea ""Sincronización de mercados"". Por favor, espera..."
+"Task ""Marketplaces Synchronization"" is finished. Please wait...","La tarea ""Sincronización de mercados"" ha finalizado. Por favor, espera..."
+"The ""Categories Synchronization"" action for marketplace:
+// ""%mrk%"" has been successfully completed.","La acción ""Sincronización de categorías"" del mercado // ""%mrk%"" ha finalizado correctamente."
+"Play.com Orders Receive Synchronization","Sincronización de recepción de pedidos de Play.com"
+"Task ""%s"" is started. Please wait...","Se ha iniciado la tarea ""%s"". Por favor, espera..."
+"Task ""%s"" is finished. Please wait...","La tarea ""%s"" ha finalizado. Por favor, espera..."
+"Play.com Orders Update Synchronization","Sincronización de actualización de pedidos de Play.com"
+"Task ""3rd Party Listings Synchronization"" is started. Please wait...","Se ha iniciado la tarea ""Sincronización de anuncios externos"". Por favor, espera..."
+"Task ""3rd Party Listings Synchronization"" is finished. Please wait...","La tarea ""Sincronización de anuncios externos"" ha finalizado. Por favor, espera..."
+"Task ""3rd Party Listings Synchronization"" for Play.com account: ","La tarea ""Sincronización de anuncios externos"" de la cuenta de Play.com: "
+"""%s"" is started. Please wait...","Se ha iniciado ""%s"". Por favor, espera..."
+"The ""List"" action is started. Please wait...","Se ha iniciado la acción ""Poner en venta"". Por favor, espera..."
+"The ""List"" action is finished. Please wait...","La acción ""Poner en venta"" ha finalizado. Por favor, espera..."
+"The ""Relist"" action is started. Please wait...","Se ha iniciado la acción ""Volver a poner en venta"". Por favor, espera..."
+"The ""Relist"" action is finished. Please wait...","La acción ""Volver a poner en venta"" ha finalizado. Por favor, espera..."
+"The ""Revise"" action is started. Please wait...","Se ha iniciado la acción ""Modificar"". Por favor, espera..."
+"The ""Revise"" action is finished. Please wait...","La acción ""Modificar"" ha finalizado. Por favor, espera..."
+"The ""Stop"" action is started. Please wait...","Se ha iniciado la acción ""Detener"". Por favor, espera..."
+"The ""Stop"" action is finished. Please wait...","La acción ""Detener"" ha finalizado. Por favor, espera..."
+"Task ""Inventory Synchronization"" is started. Please wait...","Se ha iniciado la tarea ""Sincronización del inventario"". Por favor, espera..."
+"Task ""Inventory Synchronization"" is finished. Please wait...","La tarea ""Sincronización del inventario"" ha finalizado. Por favor, espera..."
+"Task ""Inventory Synchronization"" has completed
+// with errors. View %sl%listings log%el% for details.","La tarea ""Sincronización del inventario"" ha finalizado // con errores. Consulta el %sl%registro de anuncios%el% para más información."
+"Task ""Inventory Synchronization"" has completed
+// with warnings. View %sl%listings log%el% for details.","La tarea ""Sincronización del inventario"" ha finalizado // con advertencias. Consulta el %sl%registro de anuncios%el% para más información."
+"Communication with Play.com is started. Please wait...","Se ha iniciado la comunicación con Play.com. Por favor, espera..."
+"Please wait...","Por favor, espera..."
+"product(s)","producto(s)"
+"product(s) with id(s)","producto(s) con identificador(es)"
+"Communication with Play.com is finished. Please wait...","La comunicación con Play.com ha finalizado. Por favor, espera..."
+"Request failed.","No se ha podido realizar la solicitud."
+"Another synchronization is already running","Ya está en ejecución otra sincronización"
+"The ""Deleted Products"" action is started. Please wait...","Se ha iniciado la acción ""Productos eliminados"". Por favor, espera..."
+"The ""Deleted Products"" action is finished. Please wait...","La acción ""Productos eliminados"" ha finalizado. Por favor, espera..."
+"The ""Auto Actions"" action is started. Please wait...","Se ha iniciado la acción ""Acciones automáticas"". Por favor, espera..."
+"The ""Auto Actions"" action is finished. Please wait...","La acción ""Acciones automáticas"" ha finalizado. Por favor, espera..."
+"The ""Product Changes"" action is started. Please wait...","Se ha iniciado la acción ""Cambios de producto"". Por favor, espera..."
+"The ""Product Changes"" action is finished. Please wait...","La acción ""Cambios de producto"" ha finalizado. Por favor, espera..."
+"The ""Inspector Actions"" action is started. Please wait...","Se ha iniciado la acción ""Acciones de inspector"". Por favor, espera..."
+"The ""Inspector Actions"" action is finished. Please wait...","La acción ""Acciones de inspector"" ha finalizado. Por favor, espera..."
+"The ""Processing"" action is started. Please wait...","Se ha iniciado la acción ""Procesamiento"". Por favor, espera..."
+"The ""Processing"" action is finished. Please wait...","La acción ""Procesamiento"" ha finalizado. Por favor, espera..."
+"The ""Stopping Products"" action is started. Please wait...","Se ha iniciado la acción ""Deteniendo productos"". Por favor, espera..."
+"The ""Stopping Products"" action is finished. Please wait...","La acción ""Deteniendo productos"" ha finalizado. Por favor, espera..."
+"Review","Opinión"
+"Currency Conversion","Conversión de divisas"
+"Notifications","Notificaciones"
+"Please select account(s) to remove.","Selecciona las cuentas que quieres eliminar."
+"%s record(s) were successfully deleted.","%s registros se han eliminado correctamente"
+"%s record(s) are used in M2E Listing(s).","%s registros se usan en anuncios de M2E."
+"Account must not be in use to be deleted.","Para poder eliminar una cuenta, esta no puede estar en uso."
+"Amazon Accounts","Cuentas de Amazon"
+"Account does not exist.","La cuenta no existe."
+"The Amazon access obtaining is currently unavailable. Reason: %s","No está disponible en este momento la obtención de acceso a Amazon. Motivo: %s"
+"Account was successfully saved","La cuenta se ha guardado correctamente"
+"Manage Listings","Gestionar anuncios"
+"Amazon Listings","Anuncios de Amazon"
+"Listing was successfully added","El anuncio se ha añadido correctamente"
+"Listing does not exist.","El anuncio no existe."
+"The listing is locked by another process. Please try again later.","El anuncio está bloqueado por otro proceso. Inténtalo de nuevo más tarde."
+"The listing was successfully saved.","El anuncio se ha guardado correctamente."
+"Please select item(s) to remove.","Selecciona los artículos que quieres eliminar."
+"%s listing(s) were successfully deleted","%s anuncios se han eliminado correctamente"
+"%s listing(s) have listed items and can not be deleted","%s anuncios tienen artículos en venta y no se pueden eliminar"
+"Listing does not exist..","El anuncio no existe."
+"The products were added to listing.","Los productos se han añadido al anuncio."
+"NO DATA","SIN DATOS"
+"There is another active automatic ASIN/ISBN search task ","Hay activa otra tarea de búsqueda de ASIN/ISBN automática "
+"for some item(s). Please wait until this search process is finished.","para algunos artículos. Espera hasta que haya finalizado este procesos de búsqueda."
+"ASIN(s) was successfully unassigned.","Los ASIN se han desasignado correctamente."
+"Some ASIN(s) were not unassigned as their listing status is other than ""Not Listed"".","Algunos ASIN no se han desasignado porque su estado de anuncio es distinto de ""Sin poner en venta""."
+"Amazon Orders","Pedidos de Amazon"
+"Magento Order was created.","Se ha creado el pedido de Magento."
+"Magento Order was not created. Reason: %s","No se ha creado el pedido de Magento. Motivo: %s"
+"Invoice was created.","Se ha creado la factura."
+"Shipment was created.","Se ha creado el envío."
+"Order address has been updated.","Se ha actualizado la dirección del pedido."
+"Please select order(s).","Selecciona los pedidos."
+"Updating Amazon Order(s) Status to Shipped in Progress...","Actualización del estado de los pedidos de Amazon a Enviado en curso..."
+"Order does not exist.","El pedido no existe."
+"Please select Not Listed items without assigned ASIN.","Selecciona los artículos sin poner en venta sin ASIN asignado."
+"Template has been successfully saved.","La plantilla se ha guardado correctamente."
+"Some of the New ASIN template(s) cannot be deleted as they have assigned product(s)","Algunas de las nuevas plantillas de ASIN no se han podido eliminar porque no tienen productos asignados"
+"There are no items to assign.","No hay artículos para asignar."
+"Template has been successfully assigned.","La plantilla se ha asignado correctamente."
+"Some products were not assigned.","Algunos productos no se han asignado."
+"Please enter keywords.","Introduce palabras clave."
+"Please select at least 1 listing product.","Selecciona al menos un producto de anuncio."
+"Template does not exist","La plantilla no existe"
+"Template was successfully saved","La plantilla se ha guardado correctamente"
+"Rakuten.com Accounts","Cuentas de Rakuten.com"
+"The Rakuten.com access obtaining is currently unavailable. Reason: %s","No está disponible en este momento la obtención de acceso a Rakuten.com. Motivo: %s"
+"Rakuten.com Listings","Anuncios de Rakuten.com"
+"Rakuten.com SKU(s) was successfully unassigned.","Los número de referencia de Rakuten.com se han desasignado correctamente."
+"Some Rakuten.com SKU(s) were not unassigned as their listing status is other than ""Not Listed"".","Algunos número de referencia de Rakuten.com no se han desasignado porque su estado del anuncio es distinto de ""Sin poner en venta""."
+"Rakuten.com Orders","Pedidos de Rakuten.com"
+"Please select Not Listed items without Rakuten.com SKU assigned.","Selecciona los artículos sin poner en venta sin número de referencia de Rakuten.com asignado."
+"Please select Not Listed items.","Selecciona los artículos sin poner en venta."
+"Some of the New SKU template(s) cannot be deleted as they have assigned product(s)","Algunas de las plantillas de número de referencia nuevo no se han podido eliminar porque no tienen productos asignados)"
+"Each keyword should be at least three characters.","Cada palabra clave debe tener tres caracteres como mínimo."
+"Product(s) was not assigned","Los productos no se han asignado"
+"Global","Global"
+"The 3rd party listings are locked by another process. ","Los anuncios externos están bloqueados por otro proceso. "
+"Please try again later.","Inténtalo de nuevo más tarde."
+"Component is not defined.","No se ha definido el componente."
+"The item was successfully removed.","El artículo se ha eliminado correctamente."
+"You must create at least one selling format template first.","Antes debes crear al menos una plantilla de formato de venta."
+"You must create at least one synchronization template first.","Antes debes crear al menos una plantilla de sincronización."
+"Component and Listing Product must be specified.","Se deben especificar el componente y el producto de anuncio."
+"Component, Listing Product and Variation Data must be specified.","Se deben especificar el componente, el producto de anuncio y los datos de variante."
+"Only 1 variation must leave.","Solo se debe dejar una variante."
+"Variation has been successfully edited.","La variante se ha modificado correctamente."
+"Variation(s) has been successfully saved.","Las variantes se han guardado correctamente."
+"Component and Listing Products must be specified.","Se deben especificar el componente y los productos de anuncio."
+"The items were successfully duplicated.","Los artículos se han duplicado correctamente."
+"Activity Logs","Registros de actividad"
+"3rd Party Listing does not exist.","El anuncio externo no existe."
+"Play.com Accounts","Cuentas de Play.com"
+"The Play.com access obtaining is currently unavailable. Reason: %s","No está disponible en este momento la obtención de acceso a Play.com. Motivo: %s"
+"Play.com Listings","Anuncios de Play.com"
+"Play ID(s) was successfully unassigned.","Los identificadores de Play se han desasignado correctamente."
+"Some Play ID(s) were not unassigned as their listing status is other than ""Not Listed"".","Algunos identificadores de Play no se han desasignado porque su estado de anuncio es distinto de ""Sin poner en venta""."
+"Play.com Orders","Pedidos de Play.com"
+"Component can'be empty","El componente no puede estar vacío"
+"Please select item(s) to clear","Selecciona los artículos que quieres borrar"
+"The synchronization task log has been successfully cleaned.","El registro de tareas de sincronización se ha limpiado correctamente."
+"Data has been sent on Amazon. It is being processed now. You can continue working with M2E Pro.","Los datos se han remitido en Amazon. Se está procesando ahora. Puedes seguir trabajando con M2E Pro."
+"Data has been sent on Rakuten.com. It is being processed now. You can continue working with M2E Pro.","Los datos se han remitido en Rakuten.com. Se está procesando ahora. Puedes seguir trabajando con M2E Pro."
+"Data has been sent on Play.com. It is being processed now. You can continue working with M2E Pro.","Los datos se han remitido en Play.com. Se está procesando ahora. Puedes seguir trabajando con M2E Pro."
+"%s record(s) are used in Listing(s).","%s registros se usan en los anuncios."
+"Template must not be in use to be deleted.","Para poder eliminar una plantilla, esta no debe estar usándose."
+"The global settings have been successfully saved.","La configuración global se ha guardado correctamente."
+"The license key has been successfully updated.","La clave de licencia se ha actualizado correctamente."
+"The license status has been successfully refreshed.","El estado de la licencia se ha actualizado correctamente."
+"The clearing settings has been successfully saved.","La configuración de borrado se ha guardado correctamente."
+"Log for %s has been successfully cleared.","El registro de %s se ha borrado correctamente."
+"All log for %s has been successfully cleared.","Todo el registro de %s se ha borrado correctamente."
+"All help blocks were restored.","Se restauraron todos los bloqueos de la ayuda."
+"Item was not moved","El artículo no se ha movido"
+"Not enough data.","No hay suficientes datos."
+"The item has not mapped product.","El artículo no tiene un producto asignado."
+"Product was successfully unmapped.","El producto se ha desasignado correctamente."
+"Product already exists in M2E listing(s).","El producto ya existe en los anuncios de M2E."
+"Component Mode or Account ID or Marketplace ID is empty.","El modo de componente, el identificador de cuenta o el identificador de mercado están vacíos."
+"No Other Listings found.","No se han encontrado otros anuncios."
+"Please select item(s) to clear.","Selecciona los artículos que quieres borrar."
+"The 3rd party listing(s) log has been successfully cleaned.","El registro de anuncios externos se ha limpiado correctamente."
+"The listing(s) log was successfully cleaned.","El registro de anuncios se limpió correctamente."
+"-- Please select --","-- Selecciona --"
+"QTY for selected Order(s) was successfully reserved.","La cantidad para los pedidos seleccionados se ha reservado correctamente."
+"QTY for selected Order(s) was not reserved.","No se ha reservado la cantidad para los pedidos seleccionados."
+"QTY for selected Order(s) was not reserved. Reason: %s","No se ha reservado la cantidad para los pedidos seleccionados. Motivo: %s"
+"QTY reserve for selected Order(s) was successfully canceled.","La reserva de cantidad de los pedidos seleccionados se ha cancelado correctamente."
+"QTY reserve for selected Order(s) was not canceled.","No se ha cancelado la reserva de cantidad de los pedidos seleccionados."
+"QTY reserve for selected Order(s) was not canceled. Reason: %s","No se ha cancelado la reserva de cantidad de los pedidos seleccionados. Motivo: %s"
+"Order item does not exist.","El artículo del pedido no existe."
+"Mapping Product ""%s""","Asignación del producto ""%s"""
+"Setting Product Options","Configuración de las opciones de producto"
+"Product does not have required options.","El producto no tiene las opciones obligatorias."
+"Please specify required options.","Especifica las opciones obligatorias."
+"Order item was successfully mapped.","El artículo del pedido se ha asignado correctamente."
+"Order item options were successfully configured.","Las opciones del artículo del pedido se han configurado correctamente."
+"Item was successfully unmapped.","El artículo se ha desasignado correctamente."
+"Shipping Information has been resend for %d order(s).","La información de envío se ha remitido de nuevo para %d pedido(s)."
+"Shipping Information was not resend for %d order(s).","La información de envío no se ha remitido de nuevo para %d pedido(s)."
+"Order ID is not defined.","El identificador de pedido no se ha definido."
+"Order with such ID does not exist.","No existe ningún pedido con dicho identificador."
+"Order was successfully deleted.","El pedido se eliminó correctamente."
+"M2E Pro","M2E Pro"
+"You should fill in all required fields.","Debes rellenar todos los campos obligatorios."
+"Your message has been successfully sent.","Tu mensaje se ha enviado correctamente."
+"Token is not defined","No se ha definido el identificador"
+"Account Add Entity failed.","No se ha podido añadir la entidad a la cuenta."
+"Unknown Mode ""%s""","Modo desconocido ""%s"""
+"Account id is not defined","No se ha definido el identificador de la cuenta"
+"Choose Account","Selecciona la cuenta"
+"Please confirm account switching. All data that hasn't been saved will be lost.","Confirma el cambio de cuenta. Los datos que no se hayan guardado se perderán."
+"
+ Fill in the title, choose the Marketplace you want to work with and click the Get Access Data link.
+ You will be redirected to the Amazon website.
+ Note: To be eligible to sell on Amazon sellers must have at least one of the following: a non-individual Selling on Amazon account,
+ an Amazon WebStore account, a Checkout by Amazon account, or an Amazon Product Ads account.
+ If you are an individual seller you have to upgrade to a Pro Merchant seller account from the Amazon Services Selling on Amazon page.
+
+ Sign-in and complete steps of getting access for each marketplace:
+
+ Select 'I want to use an application to access my Amazon seller account with MWS.'
+ Fill in Application Name and Application's Developer Account Number, which you can find in the Marketplaces section on the current page.
+ Accept the Amazon MWS License Agreement.
+ Copy generated Merchant ID and paste it in the corresponding fields of the current page.
+
+ Continue working with 3rd Party Listings and Orders settings tabs.
+ "," Rellena el título, elige el mercado con el que quieres trabajar y pulsa el vínculo Obtener datos de acceso . Accederás al sitio Web de Amazon. Nota: para poder incluirte entre los vendedores de Amazon, debes tener al menos una de las siguientes cuentas: cuenta de venta en Amazon que no sea de tipo particular, cuenta de tienda Web de Amazon, cuenta de pago y envío por Amazon o cuenta de anuncios de productos de Amazon. Si eres un vendedor particular, debes actualizarte a una cuenta de vendedor Pro Merchant desde la página Vender en Amazon de Servicios de Amazon. Identifícate y completa los pasos para acceder a cada mercado: Selecciona ""Quiero usar una aplicación para acceder a mi cuenta de vendedor de Amazon con MWS"". Rellena los campos Nombre de la aplicación y Número de cuenta de desarrollador, que encontrarás en la sección Mercados de la página actual. Acepta el contrato de licencia de Amazon MWS. Copia el identificador de vendedor generado y pégalo en los campos correspondientes de la página actual. Continúa trabajando con las pestañas de configuración Anuncios externos y Pedidos. "
+"Be attentive! By deleting account you delete all information on it from M2E Pro server. This will cause inappropriate work of all accounts' copies.","Ten cuidado. Al eliminar la cuenta, eliminas toda la información que contiene del servidor M2E Pro. Esto provocará un funcionamiento inadecuado en las copias de todas las cuentas."
+"The specified title is already used for other account. Account title must be unique.","El título especificado ya se está usando en otra cuenta. El título de la cuenta debe ser único."
+"You must choose marketplace first.","Primero debes elegir un mercado."
+"M2E Pro was not able to get access to the Amazon account. Please, make sure, that you choose correct option on MWS Authorization page and enter correct Merchant ID.","M2E Pro no ha podido acceder a la cuenta de Amazon. Asegúrate de elegir la opción adecuada en la página de autorización de MWS y de escribir el identificador de vendedor correcto."
+"M2E Pro was not able to get access to the Amazon account. Reason: %s","M2E Pro no ha podido acceder a la cuenta de Amazon. Motivo: %s"
+"Title or identifier of Amazon account for your internal use.","Título o identificador de la cuenta de Amazon para uso interno."
+"Synchronizing Now","Sincronizando ahora"
+"Marketplace","Mercado"
+"None Marketplaces","Ningún mercado"
+"You must select and update Amazon marketplaces to get access to this section.","Debes seleccionar y actualizar los mercados de Amazon para acceder a esta sección."
+"Choose Marketplace","Elegir mercado"
+"Application Name","Nombre de la aplicación"
+"Developer Account Number","Número de cuenta del desarrollador"
+"Get Access Data","Obtener datos de acceso"
+"Merchant ID","Identificador del vendedor"
+"Paste generated Merchant ID from Amazon. (It must look like: A15UFR7CZVW5YA).","Pega el identificador de vendedor generado de Amazon. (Debe ser similar a: A15UFR7CZVW5YA)."
+"If Yes is chosen, you must select at least one attribute for product mapping.","Si eliges Sí, debes seleccionar al menos un atributo para la asignación de producto."
+"
+The 3rd Party Listings are the items, which were listed on Amazon without using M2E Pro extension.
+To allow importing of these listings for the current Amazon Account, set Import 3rd Party Listings to Yes .
+Imported Listings can be found in %1$s > Manage Listings > 3rd Party Listings.
+Note: The 3rd Party Listings Synchronization must be enabled in %1$s > Configuration > Synchronization.
+To map the products of the 3rd Party Listings with existing products in Magento by ASIN, ISBN, SKU or Title, set Product Mapping to Yes and choose appropriate attribute(s).
+A Magento product will be mapped if at least one of the chosen attributes meets the same value in Amazon Listing as it has in Magento.
+
+After mapping the Amazon Listing can be automatically moved from the 3rd Party Listings to M2E Pro Listings for further management.
+
+Note: Auto mapping and moving actions are performed only once during the first 3rd Party Listings Synchronization.
+Afterwards, it can be performed manually on the 3rd Party Listings page (%1$s > Manage Listings > 3rd Party Listings).
+","Los anuncios externos son los artículos que se pusieron en venta en Amazon sin usar la extensión M2E Pro. Para permitir la importación de estos anuncios en la cuenta actual de Amazon, establece Importar anuncios externos en Sí . Los anuncios importados pueden encontrarse en %1$s > Gestionar anuncios > Anuncios externos.Nota: la opción Sincronización de anuncios externos debe estar activada en %1$s > Configuración > Sincronización. Para asignar los productos de los anuncios externos a los productos existentes en Magento mediante ASIN, ISBN, Número de referencia o Título, establece Asignación de producto en Sí y elige los atributos adecuados. Un producto de Magento se asignará si al menos uno de los atributos elegidos tiene el mismo valor en el anuncio de Amazon que en Magento. Tras la asignación, el anuncio de Amazon puede moverse automáticamente de los anuncios externos a los anuncios de M2E Pro para una gestión más detallada.Nota: las acciones de asignar y mover automáticamente se realizan solamente una vez, durante la primera sincronización de anuncios externos. Después, se puede realizar manualmente en la página Anuncios externos (%1$s > Gestionar anuncios > Anuncios externos)."
+"Import 3rd Party Listings","Importar anuncios externos"
+"Allows importing 3rd Party Listings.","Permite importar anuncios externos."
+"Related Store View","Vista de tienda relacionada"
+"Store View, which will be associated with chosen Marketplace of the current account.","Vista de la tienda, que se asociará con el mercado seleccionado de la cuenta actual."
+"Product Mapping","Asignación de producto"
+"Maps Amazon product with Magento product.","Asigna el producto de Amazon a un producto de Magento."
+"Attributes Of Mapping Amazon Items To Magento Products","Atributos de la asignación de artículos de Amazon a productos de Magento"
+"Product SKU","Número de referencia del producto"
+"Custom Attribute","Atributo personalizado"
+"Auto Moving Mapped Amazon Items To M2E Listings","Mover automáticamente artículos asignados de Amazon a anuncios de M2E"
+"Moving 3rd Party Listings","Mover anuncios externos"
+"This section allows you automatically move mapped Amazon Items in default created M2E Listing and synchronize their Prices and Quantities with Magento values at once they have been moved.","Esta sección te permite mover automáticamente los artículos de Amazon asignados del anuncio de M2E creado de forma predeterminada y sincronizar los precios y las cantidades con los valores de Magento una vez que se han movido."
+"Move Mapped Amazon Items","Mover artículos asignados de Amazon"
+"Automatically moves Amazon Listings from 3rd Party Listings to default created M2E Listing.","Mueve automáticamente los anuncios de Amazon de Anuncios externos a un anuncio de M2E creado de forma predeterminada."
+"Immediate Synchronization","Sincronización inmediata"
+"Price and QTY","Precio y cantidad"
+"Price Only","Solo precio"
+"QTY Only","Solo cantidad"
+"Updates Price and / or Quantity of Amazon Listing with Magento values.","Actualiza el precio y/o la cantidad del anuncio de Amazon con los valores de Magento."
+"This tab contains settings of Amazon Orders, Amazon Customers import; Magento Orders and Products creation.
+If you set Import Amazon Orders to Yes , a new Amazon order will be imported to the system and can be found in %1$s > Sales > Orders.
+It is possible to allow auto creation of Magento Orders based on imported Amazon Orders for products listed by Other Software.
+Note: The Product Stock QTY only reduces after Magento Order creation.
+These type of orders can be managed as typical Magento Orders in Magento > Sales > Orders.
+Note: To receive orders from Amazon, Order Synchronization must be enabled in %1$s > Configuration > Synchronization.","Esta pestaña contiene la configuración de importación de los pedidos y clientes de Amazon, así como de creación de productos y pedidos de Magento. Si estableces Importar pedidos de Amazon en Sí , se importará un nuevo pedido de Amazon en el sistema, que podrás encontrar en %1$s > Ventas > Pedidos. Se puede permitir la creación automática de pedidos de Magento basados en los pedidos de Amazon importados para los productos puestos en venta por otro software.Nota: la cantidad de existencias del producto solamente se reduce tras crear el pedido de Magento. Estos tipos de pedidos pueden gestionarse como pedidos típicos de Magento en Magento > Ventas > Pedidos.Nota : para recibir pedidos de Amazon, debe activarse la opción Sincronización de pedidos en %1$s > Configuración > Sincronización."
+"No Customer entry is found for specified ID.","No se encuentra ninguna entrada de cliente para el identificador especificado."
+"Import Amazon Orders","Importar pedidos de Amazon"
+"Allows importing orders from Amazon to M2E Pro.","Permite importar pedidos de Amazon en M2E Pro."
+"Product Is Listed By M2E Pro","Producto puesto en venta por M2E Pro"
+"Create Order in Magento","Crear pedido en Magento"
+"Whether an order has to be created in Magento if a sold product belongs to M2E Pro Listings.","Indica si debe crearse un pedido en Magento en caso de que un producto vendido pertenezca a los anuncios de M2E Pro."
+"Store View Source","Origen de la vista de la tienda"
+"Use Store View from Listing","Usar vista de la tienda del anuncio"
+"Choose Store View Manually","Elegir vista de la tienda manualmente"
+"If Store View must be automatically taken from the listing or manually chosen from available Store View values.","Indica si la vista de la tienda debe tomarse automáticamente del anuncio o elegirse manualmente entre los valores disponibles para la misma."
+"Store in which orders will be placed.","Tienda en la que se realizarán los pedidos."
+"Product Is Listed By Any Other Software","Producto puesto en venta por cualquier otro software"
+"Whether an order has to be created in Magento if a sold product does not belong to M2E Pro Listings.","Indica si debe crearse un pedido en Magento en caso de que un producto vendido no pertenezca a los anuncios de M2E Pro."
+"Product Not Found","Producto no encontrado"
+"Do Not Create Order","No crear pedido"
+"Create Product and Order","Crear producto y pedido"
+"What has to be done if a listed product does not exist in Magento.","Pasos a seguir si un producto puesto en venta no existe en Magento."
+"Note: Only simple products without variations can be created in Magento. If there is a product with variations on Amazon, M2E Pro creates different simple products for each variation.","Nota: en Magento solo pueden crearse productos simples sin variantes. Si hay un producto con variantes en Amazon, M2E Pro crea diferentes productos simples para cada variante."
+"Product Tax Class","Clase de impuesto del producto"
+"Tax Class which will be used for products created by M2E Pro.","Clase de impuesto que se usará para los productos creados por M2E Pro."
+"QTY Reservation","Reserva de cantidad"
+"Use the Reserve QTY option to prevent the item being sold, before Magento Order created (as the Product Stock QTY only reduces after Magento Order creation). It removes items from Magento Stock at once Amazon Order comes from Amazon.
+ Reserve qty will be used when Magento Order is created or released when the term of qty reservation has expired.
+ ","Usa la opción Reservar cantidad para evitar que se venda el artículo, antes de que se cree el pedido de Magento (debido a que la cantidad de existencias de producto solo se reduce después de la creación del pedido de Magento). Elimina los artículos de las existencias de Magento una vez que el pedido llega de Amazon. La cantidad de reserva se usará cuando se cree o se lance el pedido de Magento en el momento que haya caducado la reserva de cantidad. "
+"Never","Nunca"
+"For %d day","Durante %d día"
+"For %d days","Durante %d días"
+"For how many days reserve qty has to be kept while Magento Order is not created.","Número de días que la cantidad de reserva se debe conservar mientras no se cree el pedido de Magento."
+"FBA Orders Settings","Configuración de pedidos FBA"
+"In this block you can manage stock inventory of products fulfilled by Amazon (FBA Orders).
+
+
+ Yes - after Magento Order creation of FBA Order, quantity of product reduces in Magento.
+ No - Magento Order creation of FBA Order does not affect quantity of Magento product.
+ ","En este bloque se puede gestionar el inventario de existencias de los productos que tramita Amazon (pedidos FBA). Sí : después de la creación del pedido de Magento a partir del pedido FBA, la cantidad de producto se reduce en Magento. No : la creación del pedido de Magento a partir del pedido FBA no afecta a la cantidad del producto de Magento. "
+"Whether an order has to be created in Magento if a sold product is fulfilled by Amazon.","Indica si debe crearse un pedido en Magento en caso de que un producto vendido lo tramite Amazon."
+"Manage Stock","Gestionar existencias"
+"If Yes , after Magento Order creation qty of Magento product reduces.","Si el valor es Sí , se reduce la cantidad de producto de Magento después de la creación del pedido de Magento."
+"Customer Settings","Configuración del cliente"
+"Customers","Clientes"
+"There are several ways to specify a customer for which Magento Orders will be created:
+
+ Guest Account - the system does not require a customer account to be created. Default Guest Account will be defined as a customer.
+ Note: The Guest Checkout option must be enabled in Magento. (Yes must be chosen in the Allow Guest Checkout option in Magento > System > Configuration > Sales > Checkout tab).
+ Predefined Customer - the system uses one predefined customer for all Amazon orders related to this account. You will be required
+ to provide an ID of the existing Customer, which you can find in Magento > Customers > Manage Customers table.
+ Create New - a new customer will be created in Magento, using Amazon customer data of Amazon Order.
+ Note: A unique customer identifier is his e-mail address. If the one already exists among Magento customers e-mails,
+ the system uses this customer as owner of order and links order to him. A new customer will not be created.
+ ","Existen varias formas de especificar el cliente para el que se generarán los pedidos de Magento: Cuenta de invitado : el sistema no obliga a que se cree una cuenta de cliente. La cuenta de invitado predeterminada se definirá como ""Cliente"". Nota: la opción Pago y envío como invitado debe estar activada en Magento. (Debe elegirse Sí en la opción Permitir Pago y envío como invitado en Magento > Sistema > Configuración > Ventas > pestaña Pago y envío). Cliente predefinido : el sistema usa un cliente predefinido para todos los pedidos de Amazon relacionados con esta cuenta. Deberás proporcionar un identificador del cliente existente, que puedes encontrar en Magento > Clientes > tabla Gestionar clientes. Crear nuevo : se creará un nuevo cliente en Magento, con los datos de cliente de Amazon del pedido de Amazon. Nota: un identificador de cliente único es la dirección de correo electrónico. Si el identificador especificado ya figura en los correos electrónicos de los clientes de Magento, el sistema usa este cliente como el propietario del pedido y le vincula el pedido a él. No se creará un nuevo cliente. "
+"Customer","Cliente"
+"Guest Account","Cuenta de invitado"
+"Predefined Customer","Cliente predefinido"
+"Create New","Crear nuevo"
+"Customer for which Magento Orders will be created.","Cliente para el que se crearán los pedidos de Magento."
+"Customer ID","Identificador de cliente"
+"Enter Magento customer ID.","Introduce el identificador de cliente de Magento."
+"Associate to Website","Asociar al sitio web"
+"-- Please Select --","-- Haz una selección --"
+"Website in which a customer account will be created.","Sitio web en el que se creará una cuenta de cliente."
+"Customer Group","Grupo de clientes"
+"Customer Group to which a customer will be assigned.","Grupo de clientes al que se asignará un cliente."
+"Send Emails When The Following Is Created","Enviar correo electrónico al crear lo siguiente"
+"Customer Account","Cuenta de cliente"
+"Magento Order","Pedido de Magento"
+"Invoice","Factura"
+"Necessary emails will be sent according to Magento settings in Magento > System > Configuration > Sales Emails. Hold Ctrl button, to choose more, than one option.","Se enviarán los correos electrónicos necesarios según la configuración de Magento definida en Magento > Sistema > Configuración > Correos electrónicos de ventas. Mantén pulsada la tecla Ctrl para elegir más de una opción."
+"Billing Address","Dirección de facturación"
+"The Amazon does not supply the complete billing buyer information, only the buyer's name and email address. The only way to fill in billing address in the customer's invoice is to use information from shipping address.
+You should select the appropriate option how to handle billing address for imported customer:
+
+Always - the shipping address is always used as billing address.
+Buyer & Recipient have the same name - the shipping address is used as billing address, only when Buyer's name and Recipient's name are the same. Otherwise, billing address fields will be empty and next message will appear in the city field: ""The Amazon does not supply the complete billing buyer information"".
+ ","Amazon no proporciona la información completa de facturación del comprador, solo su nombre y dirección de correo electrónico. La única forma de rellenar la dirección de facturación en la factura del cliente es usar la información de la dirección de envío. Debes seleccionar la opción adecuada sobre cómo gestionar la dirección de facturación del cliente importado:Siempre : la dirección de envío siempre se usa como la dirección de facturación.El comprador y el destinatario tienen el mismo nombre : la dirección de envío se usa como la dirección de facturación, solo en el caso de que el nombre del comprador y del destinatario sea el mismo. De lo contrario, los campos de dirección de facturación estarán vacíos y aparecerá el siguiente mensaje en el campo de ciudad: ""Amazon no proporciona la información de facturación completa del comprador"". "
+"Billing Address Usage","Uso de la dirección de facturación"
+"Always","Siempre"
+"Buyer & Recipient have the same name","El comprador y el destinatario tienen el mismo nombre"
+"When to use shipping address as billing.","Cuándo usar la dirección de envío como la de facturación."
+"Order Tax Settings","Configuración impositiva del pedido"
+"This section allows you to choose tax settings for Magento Order:
+
+ Amazon - Magento Order(s) uses tax settings from Amazon Listing(s).
+ Magento - Magento Order(s) uses Magento tax settings.
+ Amazon & Magento - if there are tax settings in Amazon Order, they are used in Magento Order(s), otherwise, Magento tax settings are used.
+ None - Amazon and Magento tax settings are ignored.
+
+ ","Esta sección te permite elegir la configuración de impuestos del pedido de Magento: Amazon : los pedidos de Magento usan la configuración de impuestos de los anuncios de Amazon. Magento : los pedidos de Magento usan la configuración de impuestos de Magento. Amazon y Magento : si el pedido de Amazon tiene una configuración de impuestos determinada, ésta también se usa en los pedidos de Magento; de lo contrario, se usa la configuración impositiva de Magento. Ninguna : se ignora la configuración de impuestos de Amazon y Magento. "
+"Tax Source","Origen impositivo"
+"Magento","Magento"
+"Amazon & Magento","Amazon y Magento"
+"Order Status Mapping","Asignación de estado del pedido"
+"In this block you can configure mapping between Amazon Order state and Magento Order statuses.
+ Depending on the state of Amazon Order you can either manually determine certain statuses for Magento Order and enable automatic Shipment and Invoice
+ creation by selecting appropriate check-boxes, or use predefined default settings. (i.e. Amazon: Order is Shipped -> Magento Order is Complete).
+ ","En este bloque puedes configurar la asignación entre el estado de los pedidos de Amazon y los estados de los pedidos de Magento. Dependiendo del estado del pedido de Amazon, puedes determinar manualmente ciertos estados del pedido de Magento, así como activar la creación automática de envíos y facturas marcando las casillas adecuadas, o bien usar la configuración predeterminada predefinida. (P. ej., Amazon: Pedido enviado > Pedido de Magento completado). "
+"Status Mapping","Asignación de estado"
+"Default Order Statuses","Estados de pedido predeterminados"
+"Custom Order Statuses","Estados de pedido personalizados"
+"Order Status is Unshipped / Partially Shipped","El estado del pedido es No enviado/Parcialmente enviado"
+"Automatic Invoice Creation","Creación de factura automática"
+"Order Status is Shipped","El estado del pedido es Enviado"
+"Automatic Shipment Creation","Creación de envío automático"
+"Product Selection","Selección de productos"
+"The number shown next to each category is the quantity of products filtered by
+ Attribute Set and Products Filter settings.
+ There are two modes of products addition:
+
+ All Products - all products, which are included in selected categories, will be added to the Listing.
+ Select Manually - the list of products of chosen categories will be shown on the next page after the Next button is pressed at the top right corner.
+
+ Note: If a product belongs to different categories, it will be added to the Listing or shown for manual selection only once.
+ Two additional options New Product Added to Category and Product Deleted from Category allow choosing actions,
+ which could be automatically done to the products added to selected categories and to the products deleted from selected categories.","El número que aparece junto a cada categoría es la cantidad de productos filtrados por los valores de Conjunto de atributos y Filtro de productos. Hay dos formas de añadir productos: Todos los productos : se añadirán al anuncio todos los productos incluidos en las categorías seleccionadas. Seleccionar manualmente : la lista de productos de las categorías elegidas aparecerá en la página siguiente, tras pulsar el botón Siguiente en la esquina superior derecha. Nota: si un producto pertenece a distintas categorías, este se añadirá al anuncio o se mostrará para su selección manual solamente una vez. Dos opciones adicionales, Nuevo producto añadido a categoría y Producto eliminado de categoría, permiten elegir acciones que podrían realizarse automáticamente con los productos añadidos a las categorías seleccionadas y los productos eliminados de las categorías seleccionadas."
+"Products Addition","Adición de productos"
+"All Products","Todos los productos"
+"Select Manually","Seleccionar manualmente"
+"Mode of products addition from selected categories.","Modo de adición de productos de las categorías seleccionadas."
+"Add Products Presented in Other Listings","Añadir productos presentados en otros anuncios"
+"Actions On Categories' Products","Acciones en productos de categorías"
+"New Product Added to Category","Nuevo producto añadido a categoría"
+"No Action","Ninguna acción"
+"Add to The Listing","Añadir al anuncio"
+"Actions, which have to be done on products added on categories.","Acciones que deben realizarse en los productos añadidos en las categorías."
+"Product Deleted from Category","Producto eliminado de categoría"
+"Stop on Amazon","Detener en Amazon"
+"Stop on Amazon and Delete from Listing","Detener en Amazon y eliminar del anuncio"
+"Actions, which have to be done on listed products deleted from categories.","Acciones que deben realizarse en los productos puestos en venta eliminados de las categorías."
+"All Templates","Todas las plantillas"
+"Type Template Name Here...","Escribe aquí el nombre de la plantilla..."
+"
+This section contains Amazon Listings, which belong to registered Amazon Accounts (%1$s > Configuration > Amazon Accounts) and were listed not by M2E Pro extension.
+Use Amazon Accounts and Marketplaces dropdowns to filter them.
+You can map these Listings to existing products in Magento and move them to another M2E Listings for further management. For that use single actions on appropriate Listing record or use mass Actions in the top right corner.
+Note: To import Amazon 3rd Party Listings the 3rd Party Listings Import must be enabled in account's settings
+(%1$s > Configuration > Amazon Accounts > General tab) and the 3rd Party Listings Synchronization must be enabled in %1$s > Configuration > Synchronization.","Esta sección contiene anuncios de Amazon que pertenecen a cuentas de Amazon registradas (%1$s > Configuración > Cuentas de Amazon) y que se pusieron en venta por otros medios distintos a la extensión M2E Pro. Utiliza las listas desplegables Cuentas de Amazon y Mercados para filtrarlos. Puedes asignar estos anuncios a los productos existentes en Magento y moverlos a otros anuncios de M2E para una gestión más detallada. Para ello, usa las acciones individuales que encontrarás en el registro de anuncio adecuado o usa las acciones por lotes situadas en la esquina superior derecha.Nota : para importar los anuncios externos de Amazon, debe estar activada la opción Importación de anuncios externos en la configuración de la cuenta (%1$s > Configuración > Cuentas de Amazon > pestaña General), así como la tarea Sincronización de anuncios externos en %1$s > Configuración > Sincronización."
+"Apply Actions On Categories Products to the selected categories.","Aplicar acciones incluidas en categorías/productos a las categorías seleccionadas."
+"The number shown next to each category is the quantity of products filtered by
+ Attribute Set and Products Filter settings.
+ There are two modes of products addition:
+
+ All Products - all products, which are included in selected categories, will be added to the Listing.
+ Select Manually - the list of products of chosen categories will be shown on the next page after the Next button is pressed at the top right corner.
+
+ Note: If a product belongs to different categories, it will be added to the Listing or shown for manual selection only once.","El número que aparece junto a cada categoría es la cantidad de productos filtrados por los valores de Conjunto de atributos y Filtro de productos. Hay dos formas de añadir productos: Todos los productos : se añadirán al anuncio todos los productos incluidos en las categorías seleccionadas. Seleccionar manualmente : la lista de productos de las categorías elegidas aparecerá en la página siguiente, tras pulsar el botón Siguiente en la esquina superior derecha. Nota: si un producto pertenece a distintas categorías, este se añadirá al anuncio o se mostrará para su selección manual solamente una vez."
+"Displayed products have the same Attribute Set as the Listing you are going to add them to.
+ Note: A product can be added to the listing only once. If a product was added to the Listing earlier, it will not be displayed. ","Los productos mostrados tienen el mismo conjunto de atributos que el anuncio al que se van a añadir. Nota: un producto solamente puede añadirse al anuncio una vez. Si un producto se añadió al anuncio anteriormente, no se mostrará. "
+"Enter product name, ASIN, ISBN, UPC or EAN","Introduce el nombre del producto, ASIN, ISBN, UPC o EAN"
+"There was an error during previous automatic ASIN/ISBN search:","Se ha producido un error durante la búsqueda de ASIN/ISBN automática anterior:"
+"Assign ASIN/ISBN Manually","Asignar ASIN/ISBN manualmente"
+"Allows searching ASIN/ISBN by data that will be specified on the next step.","Permite realizar una búsqueda de ASIN/ISBN por datos, que se especificarán en el paso siguiente."
+"Assign ASIN/ISBN Automatically","Asignar ASIN/ISBN automáticamente"
+"Allows searching ASIN/ISBN by data, that have already been specified in Listing Search settings.","Permite realizar una búsqueda de ASIN/ISBN por datos, ya especificados en la configuración de búsqueda de anuncio."
+"Add New ASIN/ISBN (Beta)","Añadir nuevo ASIN/ISBN (beta)"
+"Allows adding a product, which is not present on Amazon. ASIN/ISBN will be generated and returned back by Amazon.","Permite añadir un producto que no está presente en Amazon. Amazon generará y devolverá el ASIN/ISBN."
+"This section contains Amazon Channel, Product Search, Condition and other settings.
+
+ In the General section you have to specify Amazon Account, which listed items will be related to, and SKU.
+ In the Search Settings you have to specify the identifiers, at which products will be searched on Amazon.
+ The Condition section allows specifying item(s) condition and making notes to better describe the condition.
+
+ Note: Not Set and Not Set / Not Changeable options are used for the 3rd Party Listings mainly. If these options are chosen, then Amazon will be used as a master record.","Esta sección contiene la configuración de Canal de Amazon, Búsqueda de producto, Estado y otras opciones. En la sección General debes especificar la cuenta de Amazon, los artículos puestos en venta que se relacionarán y el número de referencia. En Configuración de la búsqueda, debes especificar los identificadores donde se buscarán productos en Amazon. La sección Estado permite especificar el estado de los artículos y realizar anotaciones para describirlo en mayor detalle. Nota: las opciones Sin establecer y Sin establecer/No se puede cambiar se usan para los anuncios externos principalmente. Si se eligen estas opciones, Amazon se usará como un registro maestro."
+"Must be not more than 2000 characters long.","No debe tener más de 2.000 caracteres."
+"Amazon Account","Cuenta de Amazon"
+"Amazon accounts previously added in Configuration > Accounts.","Cuentas de Amazon previamente añadidas en Configuración > Cuentas."
+"Merchant SKU","Número de referencia de vendedor"
+"Not Set","Sin establecer"
+"Is used to identify products, which you list, in Amazon seller central inventory.
+ Note: If you list a product and M2E Pro find a product with the same Merchant SKU in Amazon inventory, they will be mapped.
+ ","Se usa para identificar productos, que has puesto en venta, en el inventario central de vendedores de Amazon. Nota: si pones en venta un producto y M2E Pro encuentra un producto con el mismo Número de referencia de vendedor en el inventario de Amazon, se asignarán. "
+"SKU Attribute","Atributo Número de referencia"
+"Choose the attribute that contains products identifier.","Elige el atributo que contiene el identificador del producto."
+"Generate Merchant SKU","Generar número de referencia de vendedor"
+"If Yes , then if Merchant SKU of the product you list is found in the 3rd Party or M2E Listings, another one will be automatically created and the product will be listed.
+ Has to be set to Yes if you are going to use the same Magento product under different ASINs","Si se establece en Sí y el número de referencia de vendedor del producto que pones en venta se encuentra en anuncios externos o de M2E, se creará otro automáticamente y el producto se pondrá en venta. Se debe configurar en Sí si vas a usar el mismo producto de Magento con ASIN distintos"
+"Search Settings","Configuración de la búsqueda"
+"Search Products on Amazon","Buscar productos en Amazon"
+"Before the list action, each product in listing must have existing ASIN/ISBN assigned.
+ This section contains parameters for action ""Assign ASIN/ISBN Automatically","Antes de la acción de puesta en venta, cada uno de los productos incluidos en el anuncio debe tener asignado un ASIN/ISBN existente. Esta sección contiene parámetros para la acción ""Asignar ASIN/ISBN automáticamente"
+"ASIN / ISBN Attribute","Atributo ASIN/ISBN"
+"UPC / EAN","UPC/EAN"
+"UPC / EAN Attribute","Atributo UPC/EAN"
+"Additional Search by Product Name","Búsqueda adicional por nombre de producto"
+"If no results are found by ASIN/ISBN and UPC/EAN search criteria, the additional search will be performed by Magento Product Name.","Si no se encuentra ningún resultado con los criterios de búsqueda de ASIN/ISBN y UPC/EAN, se realizará una búsqueda adicional por nombre de producto de Magento."
+"Additional Settings","Configuración adicional"
+"Handling Time Mode","Modo de tiempo de manipulación"
+"Recommended Value","Valor recomendado"
+"Time that is needed to prepare an item to be shipped.","Tiempo necesario para preparar un artículo para su envío."
+"Attribute must contain only numeric value from 1 to 30.","El atributo debe contener solamente un valor numérico del 1 al 30."
+"Restock Date Mode","Modo de fecha de reposición de existencias"
+"Custom Value","Valor personalizado"
+"The date you will be able to ship any back-ordered items to a customer.","Fecha en la que podrás enviar los artículos pedidos a un cliente."
+"Restock Date Custom Value","Valor personalizado de fecha de reposición de existencias"
+"Condition Settings","Configuración de estado"
+"Condition","Estado"
+"Not Set / Not Changeable","Sin establecer/No se puede cambiar"
+"Condition of the product(s) you want to list on Amazon.
+ Note: Not Set / Not Changeable is used for the 3rd Party Listings mainly. If this option is chosen, Amazon will be used as a master record.","Estado de los productos que quieres poner en venta en Amazon. Nota: Sin establecer/No se puede cambiar se usa para los anuncios externos principalmente. Si se elige esta opción, Amazon se usará como un registro maestro."
+"Condition Value","Valor de estado"
+"Collectible - Like New","Coleccionable - Como nuevo"
+"Collectible - Very Good","Coleccionable - Muy bueno"
+"Collectible - Good","Coleccionable - Bueno"
+"Collectible - Acceptable","Coleccionable - Aceptable"
+"Club","Club"
+"Condition Attribute","Atributo de estado"
+"Choose the attribute that contains Condition identifier .","Elige el atributo que contiene el identificador de estado."
+"Condition Note","Nota de estado"
+"Short description of item(s) condition.
+ Note: Not Set / Not Changeable is used for the 3rd Party Listings mainly. If this option is chosen, Amazon will be used as a master record.","Breve descripción del estado de los artículos. Nota: Sin establecer / No se puede cambiar se usa para los anuncios externos principalmente. Si se elige esta opción, Amazon se usará como un registro maestro."
+"Condition Note Text","Texto de la nota de estado"
+"Condition Note Attribute","Atributo de la nota de estado"
+"The Products Filter block allows you to filter the products, which you would like to add to the Listing. Filtered Products will be displayed on the next page, after the Next button is pressed.","El bloque Filtro de productos te permite filtrar los productos que te gustaría añadir al anuncio. Los productos filtrados se mostrarán en la siguiente página, tras pulsar el botón Siguiente."
+"Store View the items' information has to be taken from.","Vista de la tienda de la que debe tomarse la información del artículo."
+"Select from","Seleccionar de"
+"Modes of the products selection.","Modos de selección de los productos."
+"Selected Categories","Categorías seleccionadas"
+"This section allows you to create a Listing. Listing is a group of items, which have the same
+ Attribute Set and were combined to be listed on Amazon.
+ Creating a Listing requires two types of templates (Selling Format and Synchronization) to be created in advance,
+ that allows reaching a high level of flexibility in listing and synchronization processes.
+
+ It is also possible to create templates by clicking the Add New button next to the appropriate template option. Do not forget to press
+ the Refresh button after the new template creation in order to see the newly added template in the dropdown list.
+ In the Listing Configuration block you are required to choose appropriate Selling Format Template,
+ which determines quantity and price related data of your Amazon Listings.
+
+ In the Synchronization Settings block you are required to choose a Synchronization Template and its settings.
+ This determines the actions, which have to be done on the Amazon Listings depending on any changes of their products happened in Magento,
+ and of their templates that are used in the Listing Configuration settings. ","Esta sección te permite crear un anuncio. El anuncio es un grupo de artículos con el mismo conjunto de atributos que se han combinado para ponerse en venta en Amazon. Para crear un anuncio es necesaria la creación de dos tipos de plantillas (Formato de venta y Sincronización) por adelantado, lo que permite alcanzar un gran nivel de flexibilidad en los procesos de puesta en venta y sincronización. Otra opción para crear plantillas es pulsar el botón Añadir nueva junto a la opción de plantilla adecuada. No te olvides de pulsar el botón Actualizar tras crear la nueva plantilla para que la plantilla recién añadida aparezca en la lista desplegable. En el bloque Configuración de anuncios tienes que elegir la plantilla de formato de venta adecuada, que determina los datos relacionados con la cuenta y el precio de tus anuncios de Amazon. En el bloque Configuración de sincronización debes elegir una plantilla de sincronización y su configuración. Esto determina las acciones que deben realizarse en los anuncios de Amazon en función de los cambios de sus productos en Magento y de las plantillas de estos utilizadas en Configuración de anuncios. "
+"The specified title is already used for other listing. Listing title must be unique.","El título especificado ya se está usando en otro anuncio. El título del anuncio debe ser único."
+"You should select Attribute Set first","Antes debes seleccionar el conjunto de atributos"
+"Invalid date time format string.","Cadena de formato de fecha y hora no válida."
+"Listing Configuration","Configuración de anuncios"
+"Short meaningful Listing title for your internal use.","Título breve y descriptivo del anuncio para uso interno."
+"Product Attribute Set","Conjunto de atributos del producto"
+"Attribute Set of products, which will be listed on Amazon in this Listing.","Conjunto de atributos de los productos que se pondrán en venta en Amazon en este anuncio."
+"List of templates, which have previously chosen Attribute Set.","Lista de las plantillas que tienen el conjunto de atributos elegido previamente."
+"Search for template which have previously chosen Attribute Set.","Búsqueda de las plantillas que tienen el conjunto de atributos elegido previamente."
+"All Synchronization Templates you have created.","Todas las plantillas de sincronización que has creado."
+"Search for Synchronization Template you have created.","Búsqueda de la plantilla de sincronización que has creado."
+"M2E Pro - Amazon/Magento Integration : Listings","M2E Pro - Integración Amazon/Magento: Anuncios"
+"Amazom Listings (10 min. video)","
+"Listing is a group of items, which have the same Attribute Set and were combined to be listed on Amazon.
+
+ Creating a Listing requires two types of templates to be created in advance.
+ You can use the same template for similar products you want to list on Amazon and don’t have to enter the same information over and over again for each product you want to list.
+
+ Templates you’ll need in order to list on Amazon:
+
+
+ Selling Format Template contains information about quantity and price-related data.
+ Synchronization Template controls how the information between Amazon and Magento is synchronized and in which cases Amazon listings are revised, relisted or stopped. This template is not bound to a product group with a specific attribute set, so it’s likely that you’ll only need one template to begin with.
+ ","El anuncio es un grupo de artículos con el mismo conjunto de atributos que se han combinado para ponerse en venta en Amazon. La creación de un anuncio requiere que se creen dos tipos de plantillas por adelantado. Puedes usar la misma plantilla para productos similares que desees poner en venta en Amazon, de modo que no tengas que introducir la misma información de nuevo para cada producto que quieras poner en venta. Plantillas que necesitarás para poner en venta artículos en Amazon: La plantilla de formato de venta contiene información sobre la cantidad y los datos relacionados con el precio. La plantilla de sincronización controla cómo se sincroniza la información entre Amazon y Magento, y los casos en que los anuncios de Amazon se modifican, se vuelven a poner en venta o se detienen. Esta plantilla no está vinculada a un grupo de productos con un conjunto de atributos específico, por lo que es posible que tan solo necesites una plantilla para empezar. "
+"This section contains information about product items of chosen listing and their statuses on Amazon.
+ To list a product the ASIN/ISBN must be assigned first. To assign ASIN/ISBN you can use the Search ASIN/ISBN tool: press the icon in ASIN / ISBN column or choose appropriate command in the Action dropdown.
+ You can manage items by choosing appropriate actions from the Actions dropdown of the grid and manage Listing and its settings by using buttons in the top right corner.","Esta sección contiene información sobre los artículos de producto de un anuncio elegido y sus estados en Amazon. Para poner un producto en venta, primero se le debe asignar un ASIN/ISBN. Para asignar un ASIN/ISBN, puedes usar la herramienta de búsqueda correspondiente: pulsa el icono en la columna ASIN/ISBN o elige el comando adecuado en el menú desplegable Acción. Para gestionar los artículos, elige las acciones adecuadas en el menú desplegable Acción de la tabla y gestiona tanto el anuncio como su configuración con los botones que aparecen en la esquina superior derecha."
+"Used in Account(s)","Usado en las cuentas"
+"Coming Soon","Próximamente"
+"Waiting","En espera"
+"Processing","En proceso"
+"Completed","Finalizado"
+"Order Address Information","Datos de dirección del pedido"
+"Buyer Name","Nombre del comprador"
+"Buyer E-Mail","Correo electrónico del comprador"
+"Street Address","Dirección "
+"City","Ciudad"
+"Country","País"
+"Region/State","Región/Estado"
+"County","Comunidad"
+"Zip/Postal Code","Código postal"
+"Telephone","Teléfono"
+"
+This page contains all orders imported from Amazon.
+Use Amazon Accounts dropdown to filter Amazon orders by accounts.
+If Magento Order, Invoice or / and Shipment was not created automatically,
+you can create them manually by using appropriate options in the Action dropdown.
+Note: Automatic creation of Magento Orders, Invoices, and Shipments executes according to Amazon Accounts settings in %s > Configuration > Amazon Accounts > Orders.","Esta página contiene todos los pedidos importados de Amazon. Utiliza la lista desplegable Cuentas de Amazon para filtrar los pedidos de Amazon por cuenta. Si el pedido, la factura o el envío de Magento no se crearon automáticamente, puedes crearlos de forma manual mediante las opciones correspondientes del menú desplegable Acción.Nota: la creación automática de pedidos, facturas y envíos de Magento se lleva a cabo según la configuración de Cuentas de Amazon en %s > Configuración > Cuentas de Amazon > Pedidos."
+"Amazon Order","Pedido de Amazon"
+"View On Amazon","Ver en Amazon"
+"Sale Time","Hora de venta"
+"Update Time","Actualizar hora"
+"Reservation Time","Tiempo de reserva"
+"Order Status","Estado del pedido"
+"Invoice Unconfirmed","Factura sin confirmar"
+"Account","Cuenta"
+"Buyer Information","Información del comprador"
+"Customer Name","Nombre del cliente"
+"Shipping Address","Dirección de envío"
+"Payment Information","Información sobre el pago"
+"Order Currency","Divisa del pedido"
+"Attention!","¡Atención!"
+"Order currency is not enabled in Magento. Please, enable it in System -> Configuration -> Currency Setup.","La divisa del pedido no está activada en Magento. Actívala en Sistema > Configuración > Configuración de divisa."
+"There's no rate for Order currency in Magento. Please, add currency convert rate in System -> Manage Currency -> Rates.","No hay ningún tipo de cambio para la divisa del pedido en Magento. Añade el tipo de cambio de divisa en Sistema > Gestionar divisa > Tipos de cambio."
+"Shipping & Handling Information","Información de envío y manipulación"
+"Shipping Service","Servicio de envío"
+"Shipping Cost","Gastos de envío"
+"Transaction Item(s)","Artículos de la transacción"
+"Log History","Historial de registro"
+"Order Totals","Totales del pedido"
+"Subtotal","Subtotal"
+"Shipping & Handling","Gastos de envío y manipulación"
+"Tax","Impuesto"
+"Grand Total","Total"
+"Amount Paid","Importe pagado"
+"This section allows you to set preferences of data synchronization.
+ You have to enable / disable synchronization tasks, which will be automatically performed for all Amazon accounts, and Save Settings .
+ To run necessary task manually, click the Run Now button, to run all tasks at once, click Run Enabled Now .
+ Note: Cron job must be set up for automatic synchronization. Otherwise, you will have to perform the synchronization manually.","Esta sección te permite establecer preferencias para la sincronización de los datos. Debes activar/desactivar las tareas de sincronización, que se realizarán de forma automática para todas las cuentas de Amazon, y pulsar a continuación Guardar configuración . Para ejecutar la tarea necesaria manualmente, pulsa el botón Ejecutar ahora ; para ejecutar todas las tareas a la vez, pulsa Ejecutar activado ahora . Nota: para realizar una sincronización automática, debe configurarse el trabajo de cron. De lo contrario, tendrás que realizar la sincronización de forma manual."
+"If catalog updates in your magento performed using import/export tools, custom scripts or direct changes in database,
+ then, you can use ""Track Direct Database Changes"" %s functionality to detect changes in products' price and quantity.","Si las actualizaciones de catálogo en Magento se han realizado con herramientas de importación o exportación, secuencias de comandos personalizadas o cambios directos, puedes usar la función ""Seguimiento de cambios directos en la base de datos"" de %s para detectar los cambios en el precio y la cantidad de los productos."
+"Updates and synchronizes Amazon Listings according to Synchronization Templates' rules.","Actualiza y sincroniza los anuncios de Amazon de acuerdo con las reglas de las plantillas de sincronización."
+"If your Amazon listings for some reason were asynchronized with the products in Magento, turn on the Revise All action to catch data up.
+ Revise is performed by the Inventory Synchronization, 100 items per a cycle.
+
+ ","Si por algún motivo tus anuncios de Amazon no están sincronizados con los productos de Magento, activa la acción Modificar todo para obtener los datos. La modificación se lleva a cabo mediante la sincronización del inventario, 100 artículos por ciclo. "
+"In Progress, start date - ","En curso, fecha de inicio: "
+"Finished, end date - ","Finalizado, fecha de finalización: "
+"Imports and synchronizes Amazon Orders for accounts, which have enabled Import Amazon Orders in their Accounts settings.","Importa y sincroniza los pedidos de Amazon de las cuentas que tienen activada la opción Importar pedidos de Amazon en la configuración de la cuenta."
+"Imports and synchronizes 3rd Party Listings for Amazon accounts, which have enabled Import 3rd Party Listings in their Accounts settings.","Importa y sincroniza los anuncios externos de las cuentas de Amazon que tienen activada la opción Importar anuncios externos en la configuración de la cuenta."
+"Click 'Confirm' and Revise will be performed by the Inventory Synchronization, 100 items per a cycle.","Pulsa ""Confirmar"" y la modificación se llevará a cabo mediante la sincronización del inventario, 100 artículos por ciclo."
+"Cancel","Cancelar"
+"New ASIN Templates","Plantillas de ASIN nuevo"
+"These type of templates is used for creation of new products on Amazon.
+
+ to create a new template, click on Add New ASIN Template ;
+ to assign one of the existing templates to products click on Assing To This Template link.
+
+ Note: Attribute Sets of New ASIN Template must include all Attribute Sets of current M2E Listing to be assigned.","Este tipo de plantillas se usa para la creación de nuevos productos en Amazon. para crear una nueva plantilla, pulsa Añadir plantilla de ASIN nueva ; para asignar una de las plantillas existentes a los productos, pulsa el vínculo Asignar a esta plantilla . Nota: los conjuntos de atributos de Plantilla de ASIN nuevo deben incluir todos los conjuntos de atributos del anuncio de M2E actual que se asignará."
+"Description is used to design your items' description on Amazon. The more information you provide the easier it is for buyers to make a choice.
+ It is possible to choose a Product Description or Product Short Description, which will be taken from Magento. Or you can create a Custom Description by adding necessary information.","La descripción se usa para diseñar la descripción de tus artículos en Amazon. Cuanta más información facilites, más fácil será para los compradores decidirse. Se puede elegir una descripción o descripción breve del producto, que se tomará de Magento. También se puede crear una descripción personalizada añadiendo la información necesaria."
+"Please enter a number 0 or greater in this field.","Introduce el número 0 o uno mayor en este campo."
+"Please enter a number 0.01 or greater in this field.","Introduce el número 0,01 o uno mayor en este campo."
+"Item Details","Detalles del artículo"
+"Custom Title","Título personalizado"
+"Item's title that buyers will see on Amazon listing.","Título del artículo que los compradores verán en el anuncio de Amazon."
+"Brand","Marca"
+"Custom Brand","Marca personalizada"
+"Brand of the product(s). Max. 50 characters.","Marca de los productos. Máximo. 50 caracteres."
+"Manufacturer","Fabricante"
+"Custom Manufacturer","Fabricante personalizado"
+"Manufacturer of the product(s). Max. 50 characters.","Fabricante de los productos. Máximo. 50 caracteres."
+"Manufacturer Part Number","Número de pieza del fabricante"
+"Manufacturer Part Number of the product(s). Max. 40 characters.","Número de pieza del fabricante de los productos. Máximo. 40 caracteres."
+"Package Quantity","Cantidad de paquetes"
+"The number of units included in the item you are offering for sale, such that each unit
+ is packaged for individual sale.","Número de unidades incluidas en el artículo que vendes, de modo que cada unidad está empaquetada para la venta individual."
+"Choose the attribute that contains Package Quantity.","Elige el atributo que contiene Cantidad de paquetes."
+"Number of Items","Número de artículos"
+"The number of discrete items included in the item you are offering for sale,
+ such that each item is not packaged for individual sale.
+
+ For ex. , if you are selling a case of 10 packages of socks,
+ and each package contains
+ 3 pairs of socks, the case would have Package Quantity = 10 and Number of Items = 30.
+ ","Número de artículos distintos que están incluidos en el artículo que vendes, de modo que cada artículo no está empaquetado para la venta individual. Por ejemplo, , si vendes una caja de 10 paquetes de calcetines y cada paquete contiene tres pares de calcetines, la caja tendría los siguientes valores: Cantidad de paquetes = 10 y Número de artículos = 30. "
+"Choose the attribute that contains Number Of Items.","Elige el atributo que contiene Número de artículos."
+"Package Weight","Peso del paquete"
+"Package Weight of the product(s).","Peso del paquete de los productos."
+"Package Weight Units","Unidades de peso del paquete"
+"GR","GR"
+"KG","KG"
+"OZ","OZ"
+"LB","LB"
+"MG","MG"
+"Shipping Weight","Peso de envío"
+"Shipping Weight of the product(s).","Peso de envío de los productos."
+"Shipping Weight Units","Unidades de peso de envío"
+"Keywords","Palabras clave"
+"Target Audience","Audiencia objetivo"
+"For whom the product is intended.","A quién va dirigido el producto."
+"Search Terms Mode","Modo de términos de búsqueda"
+"Custom Search Terms","Términos de búsqueda personalizados"
+"Provide specific search terms to help customers find your product(s) on Amazon.","Proporciona términos de búsqueda específicos para ayudar a los clientes a encontrar tus productos en Amazon."
+"Value #%s","Valor n.º %s"
+"Max. 50 characters.","Máximo. 50 caracteres."
+"Images","Imágenes"
+"Main Image","Imagen principal"
+"Product Base Image","Imagen básica del producto"
+"Image you will see on your Amazon listing.","Imagen que aparecerá en el anuncio de Amazon."
+"Product Image Attribute","Atributo de la imagen del producto"
+"Choose Media Image Attribute or Attribute, that contains absolute url.
+ i.e. http://mymagentostore.com/images/baseimage.jpg","Elige Atributo de imagen multimedia o Atributo, que contiene una URL absoluta. P. ej., http://mymagentostore.com/images/baseimage.jpg"
+"Additional Images","Imágenes adicionales"
+"Product Images","Imágenes del producto"
+"Additional Images Attribute","Atributo de imágenes adicionales"
+"Choose Text, Multiple Select or Dropdown type attribute. In Text type attribute urls must be separated with comma.
+ e.g. http://mymagentostore.com/images/baseimage1.jpg, http://mymagentostore.com/images/baseimage2.jpg","Elige un atributo de texto, selección múltiple o lista desplegable. En los atributos de tipo Texto, las direcciones URL deben separarse por comas. Por ejemplo: http://mymagentostore.com/images/baseimage1.jpg, http://mymagentostore.com/images/baseimage2.jpg"
+"Additional Images Quantity","Cantidad de imágenes adicionales"
+"Up to","Hasta"
+"The number of Additional Images. The images will be taken from Magento Product settings.","Número de imágenes adicionales. Las imágenes se obtendrán de la configuración de producto de Magento."
+"Bullet Points","Viñetas"
+"Bullet Points Mode","Modo de viñetas"
+"Custom Bullet Points","Viñetas personalizadas"
+"Allows highlighting some of the product's most important qualities.","Permite resaltar algunas de la cualidades más importantes del producto."
+"Max. 100 characters.","Máximo 100 caracteres."
+"Description Source","Origen de la descripción"
+"Product Description","Descripción del producto"
+"Product Short Description","Descripción breve del producto"
+"Custom Description","Descripción personalizada"
+"Description is limited to 2'000 characters.","La descripción no puede tener más de 2.000 caracteres."
+"Custom Description Inserts","Inserciones de descripciones personalizadas"
+"Attributes related to the previously chosen Attribute Set.","Atributos relacionados con el conjunto de atributos elegido previamente."
+"This tab contains the main information on products you want to list: Attribute Set
+ (it must be the same as M2E Listing has to be assigned), UPC / EAN Settings and
+ Category in which the products have to be listed.
+The category either can be chosen by Browsing all categories from the list or can be found with Searching
+ tool by entering keywords.","Esta pestaña contiene la información principal sobre los productos que quieres poner en venta: Conjunto de atributos (debe ser el mismo que el del anuncio de M2E que se debe asignar), Configuración de UPC/EAN y Categoría donde se deben poner en venta. La categoría se puede elegir examinando todas las categorías de la lista o se pueden encontrar con la herramienta de búsqueda , introduciendo palabras clave."
+"Please enter a number 1 or greater in this field.","Introduce el número 1 o uno mayor en este campo."
+"This category is not supported at the moment, as it contains variational items only. Please select another category.","Esta categoría no se admite actualmente, ya que solo contiene artículos de variante. Selecciona otra categoría."
+"Search For Category","Buscar por categoría"
+"You should select Category first","Antes debes seleccionar la categoría"
+"This is a required field. Please press Choose button.","Este campo es obligatorio. Pulsa el botón Seleccionar."
+"The specified title is already used for another New ASIN Template.","El título especificado ya se usa para otra plantilla de ASIN nuevo."
+"Please enter at least 3 letters.","Introduce al menos tres letras."
+"Internal Error. Please try again later.","Error interno. Inténtalo de nuevo más tarde."
+"Incorrect data.","Información incorrecta."
+"Choose","Elegir"
+"Optional Specifics","Características opcionales"
+"Recommended Values","Valores recomendados"
+"Allowed Values","Valores permitidos"
+"Definition:","Definición:"
+"Tips:","Consejos:"
+"Examples:","Ejemplos:"
+"Helpful Info:","Información útil:"
+"Desired","Deseado"
+"Short meaningful template title for your internal use.","Título breve y descriptivo de la plantilla para uso interno."
+"Attribute Sets of products which will be listed on Amazon using this template.","Conjuntos de atributos de los productos que se pondrán en venta en Amazon con esta plantilla."
+"or","o bien"
+"UPC / EAN Settings","Configuración de UPC/EAN"
+"UPC / EAN Exemption","Exención de UPC/EAN"
+"Most categories require sellers to use a standard product ID, such as a UPC or EAN, when creating new product pages or matching to existing pages in the Amazon catalog. In the case of private label brands or specialized products, some categories may allow sellers to request exemptions to list products that do not have standard product IDs.
+ If you sell products that do not have UPCs, please contact Amazon to request an exemption.","La mayoría de las categorías requiere que los vendedores usen un identificador de producto estándar, como UPC o EAN, al crear nuevas páginas de producto o establecer relación con las páginas existentes en el catálogo de Amazon. En el caso de marcas blancas o de productos especializados, algunas categorías pueden permitir que los vendedores soliciten exenciones para poner en venta productos que no tienen identificadores estándar. Si vendes productos que no tienen UPC, ponte en contacto con Amazon para solicitar una exención."
+"Product ID Override","Sustitución de identificador de producto"
+"The exemption option approved by Amazon. Should be set to None when not known.","Opción de exención aprobada por Amazon. Se debe establecer en Ninguno cuando no se conoce."
+"Choose the department your product belongs to and then choose the category you need. Press the Confirm button.","Elige el departamento al que pertenece tu producto y, a continuación, elige la categoría que necesitas. Pulsa el botón Confirmar."
+"Subcategory","Subcategoría"
+"Enter the words, which describe the best your product and click on the Search button.
+ Founded categories will be displayed for selection.","Introduce las palabras que describen mejor tu producto y pulsa el botón Buscar. Las categorías encontradas se mostrarán para seleccionarlas."
+"Enter Keywords","Introduce palabras clave"
+"Adding specific item details will attract your buyers and help them to find your items.","Añadir detalles específicos de un artículo te permite atraer compradores y ayudarles a encontrar tus artículos."
+"Total digits (not more):","Dígitos totales (como máximo):"
+"Type: Numeric.","Tipo: numérico."
+"Min:","Mín:"
+"Max:","Máximo:"
+"Can take any value.","Puede aceptar cualquier valor."
+"Two uppercase letters or ""unknown"".","Dos letras mayúsculas o ""desconocido""."
+"Type: String.","Tipo: cadena."
+"Min length:","Longitud mínima:"
+"Max length:","Longitud máxima:"
+"Type: Date time. Format: YYYY-MM-DD hh:mm:ss","Tipo: fecha y hora. Formato: AAAA-MM-DD hh:mm:ss"
+"Type: Numeric floating point.","Tipo: coma flotante numérico."
+"Decimal places (not more):","Decimales (como máximo):"
+"Specifics Configuration","Configuración de características"
+"Selling Format Template contains price-related data and quantity for the items, which will be listed on Amazon.
+Next to each price options dropdown there is a box for Price Change. Price Change is a value you want the Magento Price to be modified while listing on Amazon.
+Examples:
+If you want the price on Amazon to be greater by 15% than the price in Magento, you should set +15% in the Price Change field.
+Amazon Price = Magento Price + Magento Price * 0.15
+
+If you want the price on Amazon to be less by 10 currency units than the price in Magento, you should set -10 in the Price Change field.
+Amazon Price = Magento Price - 10
+
+If you want the price on Amazon to be multiplied by coefficient 1.2, you should set 1.2 in the Price Change field.
+
+Amazon Price = Magento Price * 1.2.
+
+Note: If the Special Price is chosen in the Price option, but it is not set in Magento Product settings or it is set but it has already expired, the Product Price is used instead.
+ If the Special Price is chosen in the Sale Price option, its Magento From , To dates are ignored. Only the value is used. When the Sale Price has expired, the Price is used.
+
+Note: Attributes must contain only numeric values.
+","La plantilla de formato de venta contiene datos relacionados con el precio y la cantidad de los artículos que se pondrán en venta en Amazon. Junto a la lista desplegable de opciones de cada precio hay un cuadro Cambio de precio. Cambio de precio es el valor por el que quieres modificar el precio de Magento al poner en venta en Amazon.Ejemplos: Si quieres que el precio en Amazon sea un 15% superior al precio de Magento, debes establecer +15% en el campo Cambio de precio.Precio de Amazon = Precio de Magento + Precio de Magento x 0,15 Si quieres que el precio en Amazon sea 10 unidades de divisa inferior al precio de Magento, debes establecer -10 en el campo Cambio de precio.Precio de Amazon = Precio de Magento - 10 Si quieres que el precio en Amazon se multiplique por un coeficiente de 1,2, debes establecer 1,2 en el campo Cambio de precio.Precio de Amazon = Precio de Magento x 1,2 .Nota: si se ha elegido Precio especial en la opción Precio , pero este no se ha establecido en la configuración del producto de Magento o bien está establecido pero ya ha caducado, se usa en su lugar el precio del producto. Si se ha elegido Precio especial en la opción Precio de venta , se omiten las fechas Desde y Hasta de Magento. Solo se usa el valor. Si ha caducado el precio de venta, se usa el precio.Nota: los atributos solamente deben contener valores numéricos."
+"The price of products in Amazon listing(s).","Precio de los productos en los anuncios de Amazon."
+"The price of products in Amazon listing(s).Note: The Final Price is only used for Simple Products.","Precio de los productos en los anuncios de Amazon.Nota : el precio final solamente se usa para los productos simples."
+"The price, at which you want to sell your product(s) at specific time.","Precio al que quieres vender tus productos en un momento específico."
+"The price, at which you want to sell your product(s). at specific time.Note: The Final Price is only used for Simple Products.","Precio al que quieres vender tus productos. en un momento específico.Nota : el precio final solamente se usa para los productos simples."
+"Add Selling Format Template.","Añade una plantilla de formato de venta."
+"The specified title is already used for other template. Template title must be unique.","El título especificado ya se usa para otra plantilla. El título de la plantilla debe ser único."
+"You should select Attribute Sets first and press Confirm button.","Antes debes seleccionar los conjuntos de atributos y pulsar el botón Confirmar."
+"Coefficient is not valid.","El coeficiente no es válido."
+"Wrong value. Only integer numbers.","Valor erróneo. Solo números enteros."
+"Product Attribute Sets","Conjuntos de atributos de producto"
+"Attribute Sets of products which will be listed on Amazon using this template.","Conjuntos de atributos de los productos que se pondrán en venta en Amazon con esta plantilla."
+"Quantity","Cantidad"
+"Product QTY","Cantidad del producto"
+"Single Item","Artículo individual"
+"Custom QTY Number","Número de cantidad personalizado"
+"Custom QTY Attribute","Atributo de cantidad personalizado"
+"Products quantity in Amazon listing(s).","Cantidad de productos en anuncios de Amazon."
+"Conditional Quantity","Cantidad condicional"
+"Enables to set the quantity that will be sent on Amazon.","Permite establecer la cantidad que se enviará a Amazon."
+"Max Quantity to Be Listed","Cantidad máxima que se pondrá en venta"
+"If you have 5 pieces in stock but set a max qty of 2 to be listed, a qty of 2 will be listed on Amazon.
+ If you have 1 piece in stock but max qty is set to 3, only 1 will be listed on Amazon.","Si tienes cinco artículos en existencias, pero has establecido una cantidad máxima de dos para poner en venta, esa es la cantidad que se pondrá en venta en Amazon. Si tienes un artículo en existencias, pero la cantidad máxima está configurada en tres, solo se pondrá uno en venta en Amazon."
+"Product Price","Precio de producto"
+"Special Price","Precio especial"
+"Absolute figure (+8,-3), percentage (+15%, -20%) or currency rate (1.44)","Cifra absoluta (+8, -3), porcentaje (+15%, -20%) o tipo de cambio de divisa (1,44)"
+"Custom Price Attribute","Atributo de precio personalizado"
+"Variation Price Source","Origen del precio de las variantes"
+"Main Product","Producto principal"
+"Determines where the price for Configurable and Bundle products options should be taken from.","Determina de dónde debe tomarse el precio de las opciones de productos configurables y de paquetes."
+"Sale Price","Precio de venta"
+"Custom Sale Price Attribute","Atributo de precio de venta personalizado"
+"Start Date","Fecha de inicio"
+"Time and date when the Sale Price will be displayed on Amazon.","Fecha y hora en que el Precio de venta se mostrará en Amazon."
+"Start Date Value","Valor de fecha de inicio"
+"Start Date Attribute","Atributo de fecha de inicio"
+"End Date","Fecha de finalización"
+"Time and date when the Sale Price will be hidden on Amazon.","Fecha y hora en que el Precio de venta se ocultará en Amazon."
+"End Date Value","Valor de fecha de finalización"
+"Synchronization Template includes rules and conditions which determine Listing behavior on Amazon.
+ List, Revise, Relist and Stop Rules have to be specified in this template.
+ List Action - at first this action to be executed for each item in M2E Listings, which has Not Listed status and its settings meet the List Condition. If an item was not listed for some reason, autosynchronization will attempt
+ to list it again only if Product Status, Stock Availability or Quantity is changed.
+
+ Note: Inventory Synchronization setting must be enabled in Synchronization (Configuration > Synchronization).
+ Otherwise, Synchronization Template Rules will not take effect.","La plantilla de sincronización incluye reglas y estados que determinan el comportamiento del anuncio en Amazon. En esta plantilla se tienen que especificar las reglas Poner en venta, Modificar, Volver a poner en venta y Detener. Acción Poner en venta : al principio, esta acción se debe ejecutar para cada artículo de los anuncios de M2E que tenga el estado No publicado y cuya configuración cumpla la condición Poner en venta. Si un artículo no se ha puesto en venta por algún motivo, solo se intentará publicarlo de nuevo mediante la sincronización automática si ha cambiado el estado de producto, la disponibilidad de existencias o la cantidad. Nota: la configuración Sincronización del inventario debe estar activada en Sincronización (Configuración > Sincronización). De lo contrario, las reglas de la plantilla de sincronización no se aplicarán."
+"Add Synchronization Template.","Añadir plantilla de sincronización."
+"Wrong time format string.","Cadena de formato de hora errónea."
+"Must be greater than ""Min"".","Debe ser mayor que ""Mínimo""."
+"Inconsistent settings in Relist and Stop rules.","Las opciones de configuración de las reglas Modificar y Detener no son coherentes."
+"List Action","Acción Poner en venta"
+"Enables / disables automatic listing of Not Listed items, when they meet the List Conditions.","Activa o desactiva la puesta en venta de los artículos con el estado No publicado si cumplen las condiciones de puesta en venta."
+"List Conditions","Condiciones de puesta en venta"
+"Product Status","Estado del producto"
+"Any","Cualquiera"
+"Product Status at which the item(s) have to be listed.","Estado del producto en que los artículos deben ponerse en venta."
+"Stock Availability at which the item(s) have to be listed.","Disponibilidad de existencias en que los artículos deben ponerse en venta."
+"Less","Menos"
+"More or Equal","Igual o superior"
+"Between","Entre"
+"Product(s) quantity at which the item(s) have to be listed.","Cantidad de producto a la que, una vez alcanzada, los artículos deben ponerse en venta."
+"Min Quantity","Cantidad mínima"
+"Max Quantity","Cantidad máxima"
+"Relist Rules define the conditions at which Amazon items will be relisted.
+ ","Las reglas para volver a poner en venta definen las condiciones en las que los artículos de Amazon se volverán a poner en venta. "
+"Relist Action","Acción Volver a poner en venta"
+"Enables/Disables the Relist action for the Listings, which use current Synchronization Template.","Activa/desactiva la acción Volver a poner en venta para los anuncios que usan la plantilla de sincronización actual."
+"Relist When Stopped Manually","Volver a poner en venta cuando se detenga manualmente"
+"Automatically relists item(s) even it has been stopped manually within M2EPro.","Pone automáticamente en venta los artículos incluso si se han detenido manualmente en M2E Pro."
+"Relist Conditions","Condiciones para volver a poner en venta"
+"Product Status at which the item(s) have to be relisted.","Estado del producto en que los artículos deben volver a ponerse en venta."
+"Stock Availability at which the item(s) have to be relisted.","Disponibilidad de existencias en que los artículos deben volver a ponerse en venta."
+"Product(s) quantity at which the item(s) have to be relisted.","Cantidad de producto a la que, una vez alcanzada, los artículos deben volver a ponerse en venta."
+"Revise Rules are the conditions, at which automatic full and partial listings revising features are enabled.
+ If the certain condition is enabled (Yes is chosen in appropriate line) and met,
+then Amazon Listings, which were listed using current Synchronization Template,
+will be automatically fully or partially updated.
+
+ Partial Revise - contains list of product details, which changes you want to be reflected on Amazon.
+ Full Revise - contains groups of M2E settings. If any data of these groups (Selling Format Template, Listing Channel Settings) is changed, then listings, which use these templates in their settings, will be automatically fully revised.
+ ","Las reglas de revisión son las condiciones por las que se activan las funciones de modificación automática completa y parcial de anuncios. Si una determinada condición está activada (se ha elegido Sí en la línea correspondiente) y se cumple, los anuncios de Amazon, que se hayan puesto en venta con la plantilla de sincronización actual, se actualizarán total o parcialmente de forma automática. Modificación parcial : contiene una lista de los detalles del producto, donde se indican los cambios que quieres que se reflejen en Amazon. Modificación completa : contiene grupos de opciones de configuración de M2E. Si se cambia cualquier dato de estos grupos (Plantilla de formato de venta, Configuración de canal de anuncios), los anuncios que usan estas plantillas en su configuración se modificarán por completo. "
+"Partial Revise","Revisión parcial"
+"Automatically revises quantity on Amazon listing(s) when the quantity or attribute for quantity of its product is changed in Magento.","Modifica automáticamente la cantidad en los anuncios de Amazon cuando la cantidad o el atributo de cantidad de su producto cambian en Magento."
+"Conditional Revise","Modificación condicional"
+"Updates Amazon qty only when the Condition you set below is met.
+ Note: By using this option you can significantly increase Synchronization performance.","Actualiza la cantidad de Amazon solo cuando se cumple la condición establecida. Nota: esta opción permite aumentar considerablemente el rendimiento de sincronización."
+"Revise When Less or Equal to","Revisar cuando sea menor o igual que"
+"The value should not be too high (i.e. 100). Recommended value is in range 10 - 20.","El valor no debe ser demasiado alto (por ejemplo, 100). El valor recomendado está entre 10 y 20."
+"Automatically revises price on Amazon listing(s) when the price(s) or attribute(s) for price(s) of its product is (are) changed in Magento.","Modifica automáticamente el precio en los anuncios de Amazon cuando los precios o los atributos de precios de su producto cambian en Magento."
+"Full Revise","Revisión completa"
+"Automatically revises Amazon listing(s) if its Selling Format Template was changed.","Modifica automáticamente los anuncios de Amazon si se cambia su plantilla de formato de venta."
+"Listing Channel Settings","Configuración de canal de anuncios"
+"Automatically revises Amazon listing(s) if its Listing Settings was changed.","Modifica automáticamente los anuncios de Amazon si se cambia su configuración de anuncios."
+"Stop Rules define the conditions when Amazon items listing must be
+ inactivated, depending on Magento product state.
+ Note: If all Stop Conditions are set to No or No Action , then the stop option for Amazon items is disabled.
+ If all Stop Conditions are enabled, then an item will be inactivated if at least one of the Stop Conditions is met.","Las reglas de detención definen las condiciones por las que el anuncio de artículos de Amazon se debe detener, según el estado del producto en Magento. Nota: si todas las condiciones de detención están establecidas No o Sin acción , la opción de detención de los artículos de Amazon se desactiva. Si todas las condiciones de detención están activadas, un artículo se desactivará si se cumple al menos una de las condiciones de detención."
+"Stop Conditions","Condiciones de detención"
+"Stop When Status Disabled","Detener cuando el estado sea Desactivado"
+"Automatically stops item(s) if its status has been changed to 'Disabled' in Magento.","Detiene automáticamente los artículos si su estado ha cambiado a ""Desactivado"" en Magento."
+"Stop When Out Of Stock","Detener cuando no haya existencias"
+"Automatically stops item(s) if its stock availability has been changed to 'Out of Stock' in Magento.","Detiene automáticamente los artículos si la disponibilidad de existencias ha cambiado a ""Sin existencias"" en Magento."
+"Stop When QTY Is","Detener cuando la cantidad sea"
+"Less or Equal","Igual o menos"
+"More","Más"
+"Automatically stops item(s) if its quantity has been changed and meets the conditions.","Detiene automáticamente los artículos si la cantidad en ha cambiado y cumple las condiciones."
+"On this page you have to fill in general information on your Rakuten.com account and provide all necessary accesses for the further work.","En esta página tendrás que rellenar la información general de tu cuenta de Rakuten.com y proporcionar todos los accesos necesarios para el trabajo futuro."
+"Invalid format of Seller ID field. It must be numeric.","Formato no válido del campo de identificador de vendedor. Debe ser numérico."
+"You must enable marketplace first.","Primero debes activar un mercado."
+"M2E Pro was not able to get access to the Rakuten.com account. Please, make sure, that you enter correct Rakuten.com Seller Tools login and password.","M2E Pro no ha podido acceder a la cuenta de Rakuten.com. Asegúrate de que introduces el seudónimo y la contraseña correctos de Herramientas del vendedor de Rakuten.com."
+"M2E Pro was not able to get access to the Rakuten.com account. Please, make sure, that you enter correct Rakuten.com FTP login and password.","M2E Pro no ha podido acceder a la cuenta de Rakuten.com. Asegúrate de que introduces el seudónimo y la contraseña correctos de FTP de Rakuten.com."
+"Title or identifier of Rakuten.com account for your internal use.","Título o identificador de la cuenta de Rakuten.com para uso interno."
+"Marketplace is disabled","El mercado está desactivado"
+"Disable Marketplace","Desactivar mercado"
+"You must select and update Rakuten.com marketplace to get access to this section.","Debes seleccionar y actualizar el mercado de Rakuten.com para acceder a esta sección."
+"Web Access","Acceso Web"
+"Login","Identificarse"
+"Login to your Rakuten.com account.","Seudónimo de tu cuenta de Rakuten.com."
+"Password","Contraseña"
+"Password to your Rakuten.com account.","Contraseña de tu cuenta de Rakuten.com."
+"FTP Access","Acceso FTP"
+"To get FTP credentials, email the Rakuten.com merchant integration team at
+ mp-integration@mail.rakuten.com with your Seller ID and Rakuten.com login email address.","Para obtener las credenciales de FTP, envía un correo electrónico al equipo de integración de vendedores de Rakuten.com a mp-integration@mail.rakuten.com , con tu identificador de vendedor y dirección de correo electrónico de identificación en Rakuten.com."
+"Login to your FTP panel.","Seudónimo de tu panel FTP."
+"Password to your FTP panel.","Contraseña de tu panel FTP."
+"Inventory, Orders And New SKU FTP Accesses","Inventario, pedidos y accesos de FTP de números de referencia nuevos"
+"FTP Accesses","Accesos de FTP"
+"All these actions must be allowed to your Rakuten.com Account by Rakuten first.","En primer lugar, Rakuten debe permitir todas estas acciones en tu cuenta de Rakuten.com."
+"FTP Inventory Access","Acceso al inventario de FTP"
+"Set Yes , if you have enabled inventory generation option on your FTP.","Establece esta opción en Sí si has activado la opción de generación de inventario en tu FTP."
+"FTP Orders Access","Acceso a pedidos de FTP"
+"Set Yes , if you have enabled orders generation option on your FTP.","Establece esta opción en Sí si has activado la opción de generación de pedidos en tu FTP."
+"FTP New SKU Access","Acceso a números de referencia nuevos de FTP"
+"Set Yes , if you have enabled new SKU creation option on your FTP.
+ Note: The access of getting new SKU must be taken from Rakuten.com","Establece esta opción en Sí si has activado la opción de creación de números de referencia nuevos en tu FTP. Nota: el acceso de obtención de números de referencia nuevos se debe realizar desde Rakuten.com"
+"The 3rd Party Listings are the items, which were listed on Rakuten.com without using M2E Pro extension.
+To allow importing of these listings for the current Rakuten.com Account, set Import 3rd Party Listings to Yes .
+Imported Listings can be found in %1$s > Manage Listings > 3rd Party Listings.
+Note: The 3rd Party Listings Synchronization must be enabled in %1$s > Configuration > Synchronization.
+To map the products of the 3rd Party Listings with existing products in Magento by Reference ID, Rakuten.com Listing title or Rakuten.com SKU, set Product Mapping to Yes and choose appropriate attribute(s).
+A Magento product will be mapped if at least one of the chosen attributes meets the same value in Rakuten.com Listing as it has in Magento.
+
+After mapping the Rakuten.com Listing can be automatically moved from the 3rd Party Listings to M2E Pro Listings for further management.
+
+Note: Auto mapping and moving actions are performed only once during the first 3rd Party Listings Synchronization.
+Afterwards, it can be performed manually on the 3rd Party Listings page (%1$s > Manage Listings > 3rd Party Listings).","Los anuncios externos son los artículos que se pusieron en venta en Rakuten.com sin usar la extensión M2E Pro. Para permitir la importación de estos anuncios en la cuenta actual de Rakuten.com, establece Importar anuncios externos en Sí . Los anuncios importados pueden encontrarse en %1$s > Gestionar anuncios > Anuncios externos.Nota: la opción Sincronización de anuncios externos debe estar activada en %1$s > Configuración > Sincronización. Para asignar los productos de los anuncios externos a los productos existentes en Magento por identificador de referencia, título del anuncio de Rakuten.com o número de referencia de Rakuten.com, establece Asignación de productos en Sí y elige los atributos apropiados. Un producto de Magento se asignará si al menos uno de los atributos elegidos tiene el mismo valor en el anuncio de Rakuten.com que en Magento. Tras la asignación, el anuncio de Rakuten.com puede moverse automáticamente de los anuncios externos a los anuncios de M2E Pro para una gestión más detallada.Nota: las acciones de asignar y mover automáticamente se realizan solamente una vez, durante la primera sincronización de anuncios externos. Después, se puede realizar manualmente en la página Anuncios externos (%1$s > Gestionar anuncios > Anuncios externos)."
+"Maps Rakuten.com product with Magento product.","Asigna el producto de Rakuten.com a un producto de Magento."
+"Attributes Of Mapping Rakuten.com Items To Magento Products","Atributos de la asignación de artículos de Rakuten.com a productos de Magento"
+"Auto Moving Mapped Rakuten.com Items To M2E Listings","Mover automáticamente artículos asignados de Rakuten.com a anuncios de M2E"
+"This section allows you automatically move mapped Rakuten.com Items in default created M2E Listing and synchronize their Prices and Quantities with Magento values at once they have been moved.","Esta sección te permite mover automáticamente los artículos de Rakuten.com asignados del anuncio de M2E creado de forma predeterminada y sincronizar los precios y las cantidades con los valores de Magento una vez que se han movido."
+"Move Mapped Rakuten.com Items","Mover artículos asignados de Rakuten.com"
+"Automatically moves Rakuten.com Listings from 3rd Party Listings to default created M2E Listing.","Mueve automáticamente los anuncios de Rakuten.com de Anuncios externos a un anuncio de M2E creado de forma predeterminada."
+"Updates Price and / or Quantity of Rakuten.com Listing with Magento values.","Actualiza el precio o la cantidad del anuncio de Rakuten.com con los valores de Magento."
+"This tab contains settings of Rakuten.com Orders, Rakuten.com Customers import; Magento Orders and Products creation.
+If you set Import Rakuten.com Orders to Yes , a new Rakuten.com order will be imported to the system and can be found in %1$s > Sales > Orders.
+It is possible to allow auto creation of Magento Orders based on imported Rakuten.com Orders for products listed by Other Software.
+Note: The Product Stock QTY only reduces after Magento Order is created.
+These type of orders can be managed as typical Magento Orders in Magento > Sales > Orders.
+Note: To receive orders from Rakuten.com, Order Synchronization must be enabled in %1$s > Configuration > Synchronization.","Esta pestaña contiene la configuración de importación de los pedidos y clientes de Rakuten.com, así como de creación de productos y pedidos de Magento. Si estableces Importar pedidos de Rakuten.com en Sí , se importará un nuevo pedido de Rakuten.com en el sistema, que podrás encontrar en %1$s > Ventas > Pedidos. Se puede permitir la creación automática de pedidos de Magento basados en los pedidos de Rakuten.com importados para los productos puestos en venta por otro software.Nota: la cantidad de existencias del producto solamente se reduce tras la creación del pedido de Magento. Estos tipos de pedidos pueden gestionarse como pedidos típicos de Magento en Magento > Ventas > Pedidos.Nota: para recibir pedidos de Rakuten.com, debe activarse la opción Sincronización de pedidos en %1$s > Configuración > Sincronización."
+"Import Rakuten.com Orders","Importar pedidos de Rakuten.com"
+"Allows importing orders from Rakuten.com to M2E Pro.","Permite importar pedidos de Rakuten.com en M2E Pro."
+"If Store View has to be automatically taken from the listing or manually chosen from available Store View values.","Indica si la vista de la tienda debe tomarse automáticamente del anuncio o elegirse manualmente entre los valores disponibles para la misma."
+"Note: Only simple products without variations can be created in Magento. If there is a product with variations on Rakuten.com, M2E Pro creates different simple products for each variation.","Nota: en Magento solo pueden crearse productos simples sin variantes. Si hay un producto con variantes en Rakuten.com, M2E Pro crea diferentes productos simples para cada variante."
+"There are several ways to specify a customer for which Magento Orders will be created:
+
+ Guest Account - the system does not require a customer account to be created. Default Guest Account will be defined as a customer.
+ Note: The Guest Checkout option must be enabled in Magento. (Yes must be chosen in the Allow Guest Checkout option in Magento > System > Configuration > Sales > Checkout tab).
+ Predefined Customer - the system uses one predefined customer for all Rakuten.com orders related to this account. You will be required
+ to provide an ID of the existing Customer, which you can find in Magento > Customers > Manage Customers table.
+ Create New - a new customer will be created in Magento, using Rakuten.com customer data of Rakuten.com Order.
+ Note: A unique customer identifier is his e-mail address. If the one already exists among Magento customers e-mails,
+ the system uses this customer as owner of order and links order to him. A new customer will not be created.
+ ","Existen varias formas de especificar el cliente para el que se generarán los pedidos de Magento: Cuenta de invitado : el sistema no obliga a que se cree una cuenta de cliente. La cuenta de invitado predeterminada se definirá como ""Cliente"". Nota: la opción Pago y envío como invitado debe estar activada en Magento. (Debe elegirse Sí en la opción Permitir Pago y envío como invitado en Magento > Sistema > Configuración > Ventas > pestaña Pago y envío). Cliente predefinido : el sistema usa un cliente predefinido para todos los pedidos de Rakuten.com relacionados con esta cuenta. Deberás proporcionar un identificador del cliente existente, que puedes encontrar en Magento > Clientes > tabla Gestionar clientes. Crear nuevo : se creará un nuevo cliente en Magento, con los datos de cliente de Rakuten.com del pedido de Rakuten.com. Nota: un identificador de cliente único es la dirección de correo electrónico. Si el identificador especificado ya figura en los correos electrónicos de los clientes de Magento, el sistema usa este cliente como el propietario del pedido y le vincula el pedido a él. No se creará un nuevo cliente. "
+"This section allows you to choose tax settings for Magento Order:
+
+ Rakuten.com - Magento Order(s) uses tax settings from Rakuten.com Listing(s).
+ Magento - Magento Order(s) uses Magento tax settings.
+ Rakuten.com & Magento - if there are tax settings in Rakuten.com Order, they are used in Magento Order(s), otherwise, Magento tax settings are used.
+ None - Rakuten.com and Magento tax settings are ignored.
+
+ ","Esta sección te permite elegir la configuración de impuestos del pedido de Magento: Rakuten.com : los pedidos de Magento usan la configuración de impuestos de los anuncios de Rakuten.com. Magento : los pedidos de Magento usan la configuración de impuestos de Magento. Rakuten.com y Magento : si el pedido de Rakuten.com tiene una configuración de impuestos determinada, esta también se usa en los pedidos de Magento; de lo contrario, se usa la configuración impositiva de Magento. Ninguna : se ignora la configuración de impuestos de Rakuten.com y Magento. "
+"Rakuten.com","Rakuten.com"
+"Rakuten.com & Magento","Rakuten.com y Magento"
+"In this block you can configure mapping between Rakuten.com Order state and Magento Order statuses.
+ Depending on the state of Rakuten.com Order you can either manually determine certain statuses for Magento Order and enable automatic Invoice
+ creation by selecting appropriate check-box, or use predefined default settings. (i.e. Rakuten.com: Order is Pending -> Magento Order is Processing). ","En este bloque puedes configurar la asignación entre el estado de los pedidos de Rakuten.com y los estados de los pedidos de Magento. Dependiendo del estado del pedido de Rakuten.com, puedes determinar manualmente ciertos estados del pedido de Magento, así como activar la creación automática de facturas marcando la casilla adecuada, o bien usar la configuración predeterminada predefinida. (Por ejemplo, Rakuten.com: Pedido pendiente > Pedido de Magento en proceso). "
+"Order Status is Open","El estado del pedido es Abierto"
+"Actions, which have to be done on products added to categories.","Acciones que deben realizarse en los productos añadidos a las categorías."
+"Stop on Rakuten.com","Detener en Rakuten.com"
+"Stop on Rakuten.com and Delete from Listing","Detener en Rakuten.com y eliminar del anuncio"
+"This section contains Rakuten.com Listings, which belong to registered Rakuten.com Accounts (%1$s > Configuration > Rakuten.com Accounts) and were listed not by M2E Pro extension.
+You can map these Listings to existing products in Magento and move them to another M2E Listings for further management. For that use single actions on appropriate Listing record or use mass Actions in the top right corner.
+Note: To import Rakuten.com 3rd Party Listings the 3rd Party Listings Import must be enabled in account's settings
+(%1$s > Configuration > Rakuten.com Accounts > General tab) and the 3rd Party Listings Synchronization must be enabled in %1$s > Configuration > Synchronization.","Esta sección contiene anuncios de Rakuten.com que pertenecen a cuentas de Rakuten.com registradas (%1$s > Configuración > Cuentas de Rakuten.com) y que se pusieron en venta por otros medios distintos a la extensión M2E Pro. Puedes asignar estos anuncios a los productos existentes en Magento y moverlos a otros anuncios de M2E para una gestión más detallada. Para ello, usa las acciones individuales que encontrarás en el registro de anuncio adecuado o usa las acciones por lotes situadas en la esquina superior derecha.Nota : para importar los anuncios externos de Rakuten.com, debe estar activada la opción Importación de anuncios externos en la configuración de la cuenta (%1$s > Configuración > Cuentas de Rakuten.com > pestaña General), así como la tarea Sincronización de anuncios externos en %1$s > Configuración > Sincronización."
+"Enter product name, Rakuten.com SKU, ISBN or UPC","Introduce el nombre de producto, el número de referencia de Rakuten.com, el ISBN o el UPC"
+"There was an error during previous automatic Rakuten.com SKU search:","Se ha producido un error durante la búsqueda automática anterior de número de referencia de Rakuten.com:"
+"Assign Rakuten.com SKU Manually","Asignar número de referencia de Rakuten.com manualmente"
+"Allows searching Rakuten.com SKU by data that will be specified on the next step.","Permite realizar una búsqueda de número de referencia de Rakuten.com por datos, que se especificarán en el paso siguiente."
+"Assign Rakuten.com SKU Automatically","Asignar número de referencia de Rakuten.com automáticamente"
+"Allows searching Rakuten.com SKU by data, that have already been specified in Listing Search settings.","Permite realizar una búsqueda de número de referencia de Rakuten.com por datos, ya especificados en la configuración de búsqueda de anuncio."
+"Add New Rakuten.com SKU (Beta)","Añadir nuevo número de referencia de Rakuten.com (beta)"
+"Allows adding a product, which is not present on Rakuten.com. Rakuten.com SKU will be generated and returned back by Rakuten.com.","Permite añadir un producto que no está presente en Rakuten.com. Rakuten.com generará y devolverá el número de referencia de Rakuten.com."
+"This section contains Rakuten.com Channel, Product Search, Shipping and Condition settings.
+
+ In the General section you have to specify Rakuten.com Account, which listed items will be related to, and the Reference ID for its products.
+ In the Search Settings you have to specify the identifiers, at which products will be searched on Rakuten.com.
+ In the Shipping section you have to specify Shipping information.
+ The Condition section allows specifying item(s) condition and making notes to better describe the condition.
+
+ Note: Not Set and Not Set / Not Changeable options are used for the 3rd Party Listings mainly. If these options are chosen, Rakuten.com will be used as a master record.","Esta sección contiene la configuración de Canal de Rakuten.com, Búsqueda de producto, Envío y Estado. En la sección General debes especificar la cuenta de Rakuten.com, los artículos puestos en venta que se relacionarán y el identificador de referencia de sus productos. En Configuración de la búsqueda, debes especificar los identificadores donde se buscarán productos en Rakuten.com. En la sección Envío debes especificar la información de envío. La sección Estado permite especificar el estado de los artículos y realizar anotaciones para describirlo en mayor detalle. Nota: las opciones Sin establecer y Sin establecer/No se puede cambiar se usan para los anuncios externos principalmente. Si se eligen estas opciones, Rakuten.com se usará como un registro maestro."
+"UPC Attribute","Atributo UPC"
+"Rakuten.com SKU Attribute","Atributo Número de referencia de Rakuten.com"
+"Seller SKU Attribute","Atributo Número de referencia de vendedor"
+"ISBN Attribute","Atributo ISBN"
+"Must be not more than 250 characters long.","No debe tener más de 250 caracteres."
+"Must be positive number.","Debe ser un número positivo."
+"Rakuten.com Account","Cuenta de Rakuten.com"
+"Rakuten.com accounts previously added in Configuration > Accounts.","Cuentas de Rakuten.com previamente añadidas en Configuración > Cuentas."
+"A unique ID, which identify a product in your Rakuten.com seller inventory.
+ Note: If you list a product and M2E Pro find a product with the same Reference ID in Rakuten.com inventory, they will be mapped.","Un identificador único, que identifica un producto en tu inventario de vendedor de Rakuten.com. Nota: si pones en venta un producto y M2E Pro encuentra un producto con el mismo identificador de referencia en el inventario de Rakuten.com, se asignarán."
+"Reference ID Attribute","Atributo Identificador de referencia"
+"Generate Reference ID","Generar identificador de referencia"
+"If Yes , then if the Reference ID of the product you list is found in the 3rd Party or M2E Listings, another one will be automatically created and the product will be listed.","Si se establece en Sí y el identificador de referencia del producto que pones en venta se encuentra en anuncios externos o de M2E, se creará otro automáticamente y el producto se pondrá en venta."
+"Search Products on Rakuten.com","Buscar productos en Rakuten.com"
+"Before the list action, each product in listing must have existing Rakuten.com SKU.
+This section contains parameters for action ""Assign Rakuten.com SKU Automatically","Antes de la acción de puesta en venta, cada uno de los productos incluidos en el anuncio debe tener asignado un número de referencia de Rakuten.com existente. Esta sección contiene parámetros para la acción ""Asignar número de referencia de Rakuten.com automáticamente"
+"Identifiers","Identificadores"
+"UPC","UPC"
+"Seller SKU","Número de referencia de vendedor"
+"ISBN","ISBN"
+"Parameter the product search will be performed by.","Parámetro por el que se realizará la búsqueda de productos."
+"Specify the attribute, which contains necessary information.","Especifica el atributo, que contiene la información necesaria."
+"If no results are found by the search criteria above, the additional search will be performed by Magento Product Name.","Si no se encuentra ningún resultado con los criterios de búsqueda anteriores, se realizará una búsqueda adicional por nombre de producto de Magento."
+"Shipping Settings","Configuración de envío"
+"Shipping","Envío"
+"This section determines information about how your products will be shipped.
+
+ In each method you can choose:
+
+ Not Set / Not Changeable - is used for the 3rd Party Listings mainly. If this option is chosen, Rakuten.com will be used as a master record.
+ Disable - disables Shipping method.
+ Free - automatically sets zero value for Shipping Cost.
+ Rakuten.com Settings - uses settings, which you have set in your seller account settings on Rakuten.com.
+ Custom Value - allows setting Shipping Cost manually.
+ Custom Attribute - allows setting Shipping Cost from the chosen attribute.
+
+ ","Esta sección determina la información sobre cómo se enviarán los productos. En cada forma puedes elegir: Sin establecer/No se puede cambiar : se usa para los anuncios externos principalmente. Si se elige esta opción, Rakuten.com se usará como un registro maestro. Desactivar : desactiva la forma de envío. Gratis : establece automáticamente en cero el valor de Gastos de envío. Configuración de Rakuten.com : usa las opciones que has establecido en la configuración de la cuenta de vendedor en Rakuten.com. Valor personalizado : permite establecer los gastos de envío manualmente. Atributo personalizado : permite establecer los gastos de envío mediante el atributo elegido. "
+"Shipping Method","Método de envío"
+"Mode","Modo"
+"Cost","Coste"
+"Free","Gratis"
+"Rakuten.com Settings","Configuración de Rakuten.com"
+"Condition of the product(s) you want to list on Rakuten.com.
+ Note: Not Set is used for the 3rd Party Listings mainly. If this option is chosen, Rakuten.com will be used as a master record.","Estado de los productos que quieres poner en venta en Rakuten.com. Nota: Sin establecer se usa para los anuncios externos principalmente. Si se elige esta opción, Rakuten.com se usará como un registro maestro."
+"Condition of the product(s) you want to list on Rakuten.com.
+ Note: Condition of Active Items cannot be changed.","Estado de los productos que quieres poner en venta en Rakuten.com. Nota: el estado de los artículos en venta no se puede cambiar."
+"Comment","Comentario"
+"Short description of item(s) condition.
+ Note: Not Set / Not Changeable is used for the 3rd Party Listings mainly. If this option is chosen, Rakuten.com will be used as a master record.","Breve descripción del estado de los artículos. Nota: Sin establecer / No se puede cambiar se usa para los anuncios externos principalmente. Si se elige esta opción, Rakuten.com se usará como un registro maestro."
+"Comment Text","Texto del comentario"
+"Description of the condition of the item(s).","Descripción del estado de los artículos."
+"Comment Attribute","Atributo Comentario"
+"This section allows you to create a Listing. Listing is a group of items, which have the same
+ Attribute Set and were combined to be listed on Rakuten.com.
+ Creating a Listing requires two types of templates (Selling Format and Synchronization) to be created in advance,
+ that allows reaching a high level of flexibility in listing and synchronization processes.
+
+ It is also possible to create templates by clicking the Add New button next to the appropriate template option. Do not forget to press
+ the Refresh button after the new template creation in order to see the newly added template in the dropdown list.
+ In the Listing Configuration block you are required to choose appropriate Selling Format Template, which determines quantity and price related data of your Rakuten.com Listings.
+
+
+ In the Synchronization Settings block you are required to choose a Synchronization Template and its settings.
+ This determines the actions, which have to be done on the Rakuten.com Listings depending on any changes of their products happened in Magento,
+ and of their templates that are used in the Listing Configuration settings. ","En esta sección puedes crear un anuncio. El anuncio es un grupo de artículos con el mismo conjunto de atributos que se han combinado para ponerse en venta en Rakuten.com. Para crear un anuncio es necesaria la creación de dos tipos de plantillas (Formato de venta y Sincronización) por adelantado, lo que permite alcanzar un gran nivel de flexibilidad en los procesos de puesta en venta y sincronización. Otra opción para crear plantillas es pulsar el botón Añadir nueva junto a la opción de plantilla adecuada. No te olvides de pulsar el botón Actualizar tras crear la nueva plantilla para que la plantilla recién añadida aparezca en la lista desplegable. En el bloque Configuración de anuncios tienes que elegir la plantilla de formato de venta adecuada, que determina los datos relacionados con la cuenta y el precio de tus anuncios de Rakuten.com. En el bloque Configuración de sincronización debes elegir una plantilla de sincronización y su configuración. Esto determina las acciones que deben realizarse en los anuncios de Rakuten.com en función de los cambios de sus productos en Magento y de las plantillas de estos utilizadas en Configuración de anuncios. "
+"Attribute Set of products, which will be listed on Rakuten.com in this Listing.","Conjunto de atributos de los productos que se pondrán en venta en Rakuten.com en este anuncio."
+"M2E Pro - Rakuten.com/Magento Integration : Listings","M2E Pro - Integración Rakuten.com/Magento: Anuncios"
+"Listing is a group of items, which have the same Attribute Set and were combined to be listed on Rakuten.com.
+
+ Creating a Listing requires two types of templates to be created in advance.
+ You can use the same template for similar products you want to list on Rakuten.com and don’t have to enter the same information over and over again for each product you want to list.
+
+ Templates you’ll need in order to list on Rakuten.com:
+
+
+ Selling Format Template contains information about quantity and price-related data.
+ Synchronization Template controls how the information between Rakuten.com and Magento is synchronized and in which cases Rakuten.com listings are revised, relisted or stopped. This template is not bound to a product group with a specific attribute set, so it’s likely that you’ll only need one template to begin with.
+
+
+ Note: Only simple products are supported in current version.
+ ","El anuncio es un grupo de artículos con el mismo conjunto de atributos que se han combinado para ponerse en venta en Rakuten.com. La creación de un anuncio requiere que se creen dos tipos de plantillas por adelantado. Puedes usar la misma plantilla para productos similares que desees poner en venta en Rakuten.com, de modo que no tengas que introducir la misma información de nuevo para cada producto que quieras poner en venta. Plantillas que necesitarás para poner en venta artículos en Rakuten.com: La plantilla de formato de venta contiene información sobre la cantidad y los datos relacionados con el precio. La plantilla de sincronización controla cómo se sincroniza la información entre Rakuten.com y Magento, y los casos en que los anuncios de Rakuten.com se modifican, se vuelven a poner en venta o se detienen. Esta plantilla no está vinculada a un grupo de productos con un conjunto de atributos específico, por lo que es posible que tan solo necesites una plantilla para empezar. Nota: la versión actual solo admite productos simples. "
+"This section contains information about product items of chosen listing and their statuses on Rakuten.com.
+You can manage items by choosing appropriate actions from the Actions dropdown of the grid and manage Listing and its settings by using buttons in the top right corner.","Esta sección contiene información sobre los artículos de producto de un anuncio elegido y sus estados en Rakuten.com. Para gestionar los artículos, elige las acciones adecuadas en el menú desplegable Acción de la tabla y gestiona tanto el anuncio como su configuración con los botones que aparecen en la esquina superior derecha."
+"Recipient Name","Nombre del destinatario"
+"Company","Empresa"
+"This page contains all orders imported from Rakuten.com.
+Use Rakuten.com Accounts dropdown to filter Rakuten.com orders by accounts.
+If Magento Order or Invoice was not created automatically,
+you can create them manually by using appropriate options in the Action dropdown.
+Note: Automatic creation of Magento Orders and Invoices executes according to Rakuten.com Accounts settings in %s > Configuration > Rakuten.com Accounts > Orders.","Esta página contiene todos los pedidos importados de Rakuten.com. Utiliza la lista desplegable Cuentas de Rakuten.com para filtrar los pedidos de Rakuten.com por cuenta. Si el pedido o la factura de Magento no se crearon automáticamente, puedes crearlos de forma manual mediante las opciones correspondientes del menú desplegable Acción.Nota: la creación automática de pedidos y facturas de Magento se lleva a cabo según la configuración de Cuentas de Rakuten.com en %s > Configuración > Cuentas de Rakuten.com > Pedidos."
+"Rakuten.com Order","Pedido de Rakuten.com"
+"T","M"
+"Shipping & Handling","Gastos de envío y manipulación"
+"This section allows you to set preferences of data synchronization.
+ You have to enable / disable synchronization tasks, which will be automatically performed for all Rakuten.com accounts, and Save Settings .
+ To run necessary task manually, click the Run Now button, to run all tasks at once, click Run Enabled Now .
+ Note: Cron job must be set up for automatic synchronization. Otherwise, you will have to perform the synchronization manually.","Esta sección te permite establecer preferencias para la sincronización de los datos. Debes activar/desactivar las tareas de sincronización, que se realizarán de forma automática para todas las cuentas de Rakuten.com, y pulsar a continuación Guardar configuración . Para ejecutar la tarea necesaria manualmente, pulsa el botón Ejecutar ahora ; para ejecutar todas las tareas a la vez, pulsa Ejecutar activado ahora . Nota: para realizar una sincronización automática, debe configurarse el trabajo de cron. De lo contrario, tendrás que realizar la sincronización de forma manual."
+"If catalog updates in your magento performed using import/export tools, custom scripts or direct changes in database,
+ then, you can use ""Track Direct Database Changes"" %s functionality to detect changes in products' price and quantity.","Si las actualizaciones de catálogo en Magento se han realizado con herramientas de importación o exportación, secuencias de comandos personalizadas o cambios directos, puedes usar la función ""Seguimiento de cambios directos en la base de datos"" de %s para detectar los cambios en el precio y la cantidad de los productos."
+"Updates and synchronizes Rakuten.com Listings according to Synchronization Templates' rules.","Actualiza y sincroniza los anuncios de Rakuten.com de acuerdo con las reglas de las plantillas de sincronización."
+"If your Rakuten.com listings for some reason were asynchronized with the products in Magento, turn on the Revise All action to catch data up.
+ Revise is performed by the Inventory Synchronization, 100 items per a cycle.
+
+ ","Si por algún motivo tus anuncios de Rakuten.com no están sincronizados con los productos de Magento, activa la acción Modificar todo para obtener los datos. La modificación se lleva a cabo mediante la sincronización del inventario, 100 artículos por ciclo. "
+"Imports and synchronizes Rakuten.com Orders for accounts, which have enabled Import Rakuten.com Orders in their Accounts settings.","Importa y sincroniza los pedidos de Rakuten.com para las cuentas, que tienen activado Importar pedidos de Rakuten.com en su configuración de la cuenta."
+"Imports and synchronizes 3rd Party Listings for Rakuten.com accounts, which have enabled Import 3rd Party Listings in their Accounts settings.","Importa y sincroniza los anuncios externos para las cuentas de Rakuten.com, que tienen activado Importar anuncios externos en la configuración de la cuenta."
+"New SKU Template (Beta)","Plantilla Nuevo número de referencia (beta)"
+"These type of templates is used for creation of new products on Rakuten.com.
+
+ to create a new template, click on Add New SKU Template ;
+ to assign one of the existing templates to products click on Assing To This Template link.
+
+ Note: Attribute Sets of New ASIN Template must include all Attribute Sets of current M2E Listing to be assigned.","Este tipo de plantillas se usa para la creación de nuevos productos en Rakuten.com. para crear una nueva plantilla, pulsa Añadir plantilla de número de referencia nueva ; para asignar una de las plantillas existentes a los productos, pulsa el vínculo Asignar a esta plantilla . Nota: los conjuntos de atributos de Plantilla de ASIN nuevo deben incluir todos los conjuntos de atributos del anuncio de M2E actual que se asignará."
+"Specifics' Attributes","Atributos de características"
+"At least one of the following attributes must be chosen:","Se debe elegir al menos uno de los atributos siguientes:"
+"At least one of these attributes is required.","Al menos uno de estos atributos es obligatorio."
+"Multiple values ​​must be separated by comma.","Los valores múltiples se deben separar por comas."
+"Any integer value","Cualquier valor entero"
+"Any decimal value","Cualquier valor decimal"
+"Any string value","Cualquier valor de cadena"
+"The category does not have attributes.","La categoría no tiene atributos."
+"Select Category first.","Selecciona la categoría primero."
+" Description is used to design your items' description on Rakuten.com. The more information you provide the easier it is for buyers to make a choice.
+
+
+ It is possible to choose a Product Description or Product Short Description, which will be taken from Magento. Or you can create a Custom Description by adding necessary information.
+ "," La descripción se usa para diseñar la descripción de tus artículos en Rakuten.com. Cuanta más información facilites, más fácil será para los compradores decidirse. Se puede elegir una descripción o descripción breve del producto, que se tomará de Magento. También se puede crear una descripción personalizada añadiendo la información necesaria. "
+"Details","Detalles"
+"Item's title that buyers will see on Rakuten.com listing.","Título del artículo que los compradores verán en el anuncio de Rakuten.com."
+"The name of the brand/manufacturer of your product.","Nombre de la marca o fabricante del producto."
+"Manufacturer Name","Nombre del fabricante"
+"Manufacturer Part No.","Número de pieza del fabricante"
+"The unique part number assigned to the product by the manufacturer.
+ Use only numbers and letters without spaces.","Número de pieza único que el fabricante ha asignado al producto. Usa solo números y letras sin espacios."
+"Weight","Peso"
+"The shipping weight in pounds for product(s). Only numeric value.","Peso de envío en libras de los productos. Solo un valor numérico."
+"Image you will see on your Rakuten.com listing.","Imagen que aparecerá en el anuncio de Rakuten.com."
+"Choose Media Image Attribute or Attribute, that contains absolute url.
+ i.e. http://mymagentostore.com/images/baseimage.jpg","Elige Atributo de imagen multimedia o Atributo, que contiene una URL absoluta. P. ej., http://mymagentostore.com/images/baseimage.jpg"
+"Choose Text, Multiple Select or Dropdown type attribute. In Text type attribute urls must be separated with comma.
+ e.g. http://mymagentostore.com/images/baseimage1.jpg, http://mymagentostore.com/images/baseimage2.jpg","Elige un atributo de texto, selección múltiple o lista desplegable. En los atributos de tipo Texto, las direcciones URL deben separarse por comas. Por ejemplo: http://mymagentostore.com/images/baseimage1.jpg, http://mymagentostore.com/images/baseimage2.jpg"
+"Keywords And Features","Palabras clave y opciones"
+"Search keywords that will help customers to find your product. Separated by comma.","Busca las palabras clave que ayudarán a tus clientes a encontrar tu producto. Sepáralas con comas."
+"Features","Opciones"
+"Custom Features","Opciones personalizadas"
+"Max. 250 characters.","Máximo. 250 caracteres."
+"Should be one block of text or a single paragraph. Do not use special characters and html tags.
+ Limited to 8'000 characters.","Debe ser un bloque de texto o un solo párrafo. No uses caracteres especiales ni etiquetas html. Límite de 8.000 caracteres."
+"This tab contains the main information on products you want to list: Attribute Set
+ (it must be the same as M2E Listing has to be assigned), Products Identifiers and
+ Category in which the products have to be listed.
+The category either can be chosen by Browsing all categories from the list or can be found with Searching
+ tool by entering keywords.","Esta pestaña contiene la información principal sobre los productos que quieres poner en venta: Conjunto de atributos (debe ser el mismo que el del anuncio de M2E que se debe asignar), Identificadores de producto y Categoría donde se deben poner en venta. La categoría se puede elegir examinando todas las categorías de la lista o se pueden encontrar con la herramienta de búsqueda introduciendo palabras clave."
+"Invalid input data. Integer value required.","Datos de entrada no válidos. Se requiere un valor entero."
+"Invalid input data. Decimal value required. Example 12.05","Datos de entrada no válidos. Se requiere un valor decimal. Ejemplo: 12,05"
+"Invalid input data. String value required.","Datos de entrada no válidos. Se requiere un valor de cadena."
+"The specified title is already used for another New SKU Template.","El título especificado ya se usa para otra plantilla de número de referencia nuevo."
+"All of your product images should meet the following rules:","Todas las imágenes de producto deben cumplir las reglas siguientes:"
+"Must be at least 500 pixels in width or height","Deben tener una anchura o una altura de 500 píxeles como mínimo"
+"No more than 5 megabytes (MB) in size","El tamaño no debe superar los 5 megabytes (MB)"
+"In the JPG/JPEG format","El formato debe ser JPG/JPEG"
+"Only contain the product being sold","Solo deben contener el producto que se vende"
+"Be in focus with realistic color with a pure white background","Deben estar enfocadas, reflejar un color realista y tomarse sobre un fondo blanco puro"
+"Cannot contain additional text, graphics or inset images","No pueden contener texto, gráficos ni otras imágenes"
+"Text to describe the product. Should be one block of text or a single paragraph. Do not use special characters and html tags","Texto para describir el producto. Debe ser un bloque de texto o un solo párrafo. No uses caracteres especiales ni etiquetas html"
+"Notes:","Notas:"
+"Attribute Sets of products which will be listed on Rakuten using this template.","Conjuntos de atributos de los productos que se pondrán en venta en Rakuten con esta plantilla."
+"Seller defined alpha-numeric string uniquely identifying the product. Needs to be unique across all products and manufacturers.
+ Example: KDK6490CAM","Cadena alfanumérica definida por el vendedor que identifique el producto de forma exclusiva. Debe ser exclusiva entre todos los productos y fabricantes. Ejemplo: KDK6490CAM"
+"GTIN (UPC or EAN)","GTIN (UPC o EAN)"
+"To sell without UPC code you have to get permission from Rakuten.com.","Para vender artículos sin código UPC debes obtener el permiso de Rakuten.com."
+"The GTIN (UPC or EAN) compatible product identifier must be at least 12 digits in length.","El identificador de producto compatible con GTIN (UPC o EAN) debe tener una longitud mínima de 12 dígitos."
+"International book identifier. Use only digits in this field.","Identificador de libro internacional. Usa solo dígitos en este campo."
+"ASIN","ASIN"
+"Rakuten.com product identifier.","Identificador de producto de Rakuten.com."
+"Product Set","Conjunto de productos"
+"Product Set ID","Identificador de conjunto de productos"
+"Rakuten.com groups products together in the same family by this parameter.
+ For ex. , a product ""T-shirt"" has 4 different colors. As Rakuten.com does not have parent/child product relationships each of these products is treated as totally separate.
+ By assigning all 4 T-shirts the same Product Set ID, all of them will be placed on the same Rakuten.com web page with pull down menu of selecting color.","Rakuten.com agrupa los productos en la misma familia en función de este parámetro. Por ejemplo, , el producto ""Camiseta"" tiene cuatro colores distintos. Como Rakuten.com no tiene relaciones de producto principal/secundario, cada uno de estos productos se trata de forma totalmente independiente. Si se asigna a las cuatro camisetas el mismo identificador de conjunto de productos, todas se colocarán en la misma página Web de Rakuten.com con un menú desplegable para seleccionar el color."
+"Enter the words, which describe the best your product and click on the Search button.
+Founded categories will be displayed for selection. ","Introduce las palabras que describen mejor tu producto y pulsa el botón Buscar. Las categorías encontradas se mostrarán para seleccionarlas. "
+"Selling Format Template contains price-related data and quantity for the items, which will be listed on Rakuten.com.
+Next to each price options dropdown there is a box for Price Change. Price Change is a value you want the Magento Price to be modified while listing on Rakuten.com.
+Examples:
+If you want the price on Rakuten.com to be greater by 15% than the price in Magento, you should set +15% in the Price Change field.
+Rakuten.com Price = Magento Price + Magento Price * 0.15
+
+If you want the price on Rakuten.com to be less by 10 currency units than the price in Magento, you should set -10 in the Price Change field.
+Rakuten.com Price = Magento Price - 10
+
+If you want the price on Rakuten.com to be multiplied by coefficient 1.2, you should set 1.2 in the Price Change field.
+
+Rakuten.com Price = Magento Price * 1.2.
+
+Note: If the Special Price is chosen in the Price option, but it is not set in Magento Product settings or it is set but it has already expired, the Product Price is used instead.
+
+Note: Attributes must contain only numeric values.
+","La plantilla de formato de venta contiene datos relacionados con el precio y la cantidad de los artículos que se pondrán en venta en Rakuten.com. Junto a la lista desplegable de opciones de cada precio hay un cuadro Cambio de precio. Cambio de precio es el valor por el que quieres modificar el precio de Magento al poner en venta en Rakuten.com.Ejemplos: Si quieres que el precio en Rakuten.com sea un 15% superior al precio de Magento, debes establecer +15% en el campo Cambio de precio.Precio de Rakuten.com = Precio de Magento + Precio de Magento x 0,15 Si quieres que el precio en Rakuten.com sea 10 unidades de divisa inferior al precio de Magento, debes establecer -10 en el campo Cambio de precio.Precio de Rakuten.com = Precio de Magento - 10 Si quieres que el precio en Rakuten.com se multiplique por un coeficiente de 1,2, debes establecer 1,2 en el campo Cambio de precio.Precio de Rakuten.com = Precio de Magento x 1,2. Nota: si se ha elegido Precio especial en la opción Precio , pero éste no se ha establecido en la configuración del producto de Magento o bien está establecido pero ya ha caducado, se usa en su lugar el precio del producto.Nota: los atributos solamente deben contener valores numéricos."
+"The price of products in Rakuten.com listing(s).","Precio de los productos en los anuncios de Rakuten.com."
+"The price of products in Rakuten.com listing(s).Note: The Final Price is only used for Simple Products.","Precio de los productos en los anuncios de Rakuten.com.Nota : el precio final solamente se usa para los productos simples."
+"Attribute Sets of products which will be listed on Rakuten.com using this template.","Conjuntos de atributos de los productos que se pondrán en venta en Rakuten.com con esta plantilla."
+"Products quantity in Rakuten.com listing(s).","Cantidad de productos en anuncios de Rakuten.com."
+"Enables to set the quantity that will be sent on Rakuten.com.","Permite establecer la cantidad que se enviará a Rakuten.com."
+"If you have 5 pieces in stock but set a max qty of 2 to be listed, a qty of 2 will be listed on Rakuten.com.
+ If you have 1 piece in stock but max qty is set to 3, only 1 will be listed on Rakuten.com.","Si tienes cinco artículos en existencias, pero has establecido una cantidad máxima de dos para poner en venta, esa es la cantidad que se pondrá en venta en Rakuten.com. Si tienes un artículo en existencias, pero la cantidad máxima está configurada en tres, solo se pondrá uno en venta en Rakuten.com."
+"Synchronization Template includes rules and conditions which determine Listing behavior on Rakuten.com.
+ List, Revise, Relist and Stop Rules have to be specified in this template.
+ List Action - at first this action to be executed for each item in M2E Listings, which has Not Listed status and its settings meet the List Condition. If an item was not listed for some reason, autosynchronization will attempt
+ to list it again only if Product Status, Stock Availability or Quantity is changed.
+
+ Note: Inventory Synchronization setting must be enabled in Synchronization (Configuration > Synchronization).
+ Otherwise, Synchronization Template Rules will not take effect.","La plantilla de sincronización incluye reglas y estados que determinan el comportamiento del anuncio en Rakuten.com. En esta plantilla se tienen que especificar las reglas Poner en venta, Modificar, Volver a poner en venta y Detener. Acción Poner en venta : al principio, esta acción se debe ejecutar para cada artículo de los anuncios de M2E que tenga el estado No publicado y cuya configuración cumpla la condición Poner en venta. Si un artículo no se ha puesto en venta por algún motivo, solo se intentará publicarlo de nuevo mediante la sincronización automática si ha cambiado el estado de producto, la disponibilidad de existencias o la cantidad. Nota: la configuración Sincronización del inventario debe estar activada en Sincronización (Configuración > Sincronización). De lo contrario, las reglas de la plantilla de sincronización no se aplicarán."
+"Relist Rules define the conditions at which Rakuten.com items will be relisted. ","Las reglas para volver a poner en venta definen las condiciones en las que los artículos de Rakuten.com se volverán a poner en venta. "
+"Revise Rules are the conditions, at which automatic full and partial listings revising features are enabled.
+ If the certain condition is enabled (Yes is chosen in appropriate line) and met,
+then Rakuten.com Listings, which were listed using current Synchronization Template,
+will be automatically fully or partially updated.
+
+ Partial Revise - contains list of product details, which changes you want to be reflected on Rakuten.com.
+ Full Revise - contains groups of M2E settings. If any data of these groups (Selling Format Template, Listing Channel Settings) is changed, then listings, which use these templates in their settings, will be automatically fully revised.
+ ","Las reglas de revisión son las condiciones por las que se activan las funciones de modificación automática completa y parcial de anuncios. Si una determinada condición está activada (se ha elegido Sí en la línea correspondiente) y se cumple, los anuncios de Rakuten.com, que se hayan puesto en venta con la plantilla de sincronización actual, se actualizarán total o parcialmente de forma automática. Modificación parcial : contiene una lista de los detalles del producto, donde se indican los cambios que quieres que se reflejen en Rakuten.com. Modificación completa : contiene grupos de opciones de configuración de M2E. Si se cambia cualquier dato de estos grupos (Plantilla de formato de venta, Configuración de canal de anuncios), los anuncios que usan estas plantillas en su configuración se modificarán por completo. "
+"Automatically revises quantity on Rakuten.com listing(s) when the quantity or attribute for quantity of its product is changed in Magento.","Modifica automáticamente la cantidad en los anuncios de Rakuten.com cuando la cantidad o el atributo de la cantidad del producto se cambia en Magento."
+"Updates Rakuten.com qty only when the Condition you set below is met.
+ Note: By using this option you can significantly increase Synchronization performance.","Actualiza la cantidad de Rakuten.com solo cuando se cumple la condición establecida. Nota: esta opción permite aumentar considerablemente el rendimiento de sincronización."
+"Automatically revises price on Rakuten.com listing(s) when the price(s) or attribute(s) for price(s) of its product is (are) changed in Magento.","Modifica automáticamente el precio en los anuncios de Rakuten.com cuando los precios o los atributos de precios de su producto cambian en Magento."
+"Automatically revises Rakuten.com listing(s) if its Selling Format Template was changed.","Modifica automáticamente los anuncios de Rakuten.com si se cambia su plantilla de formato de venta."
+"Automatically revises Rakuten.com listing(s) if its Listing Settings was changed.","Modifica automáticamente los anuncios de Rakuten.com si se cambia su configuración de anuncios."
+"Stop Rules define the conditions when Rakuten.com items listing must be
+ stopped, depending on Magento product state.
+ Note: If all Stop Conditions are set to No or No Action , then the stop option for Rakuten.com items is disabled.
+ If all Stop Conditions are enabled, then an item will be stopped if at least one of Stop Conditions is met.","Las reglas de detención definen las condiciones que deben cumplirse para que se detengan los anuncios de artículos de Rakuten.com, dependiendo del estado del producto de Magento. Nota: si todas las condiciones de detención están establecidas en No o Sin acción , la opción de detención de los artículos de Rakuten.com se desactiva. Si todas las condiciones de detención están activadas, un artículo se detendrá si se cumple al menos una de las condiciones de detención."
+"Please select categories.","Selecciona categorías."
+"This page contains all created Listings. Use Templates filters to sort Listings by templates that they use in their settings.
+ You can perform different Actions on a single Listing or on a group of Listings.
+ Actions for a single Listing you can find in the Action column of the grid. Choose a necessary option in the appropriate Listing dropdown to execute it.
+ Mass actions are in the Actions dropdown at the top right corner of the grid. Select check-boxes of appropriate items,
+ choose an Action from the dropdown and press the Submit button.","Esta página contiene todos los anuncios creados. Usa los filtros de plantillas para ordenar los anuncios por las plantillas que utilizan en su configuración. Puedes realizar distintas acciones, en un solo anuncio o en un grupo de anuncios. Puedes encontrar acciones para un solo anuncio en la columna Acción de la tabla. Elige la opción necesaria en la lista desplegable de anuncios adecuada para ejecutarla. Las acciones por lotes se encuentran en el menú desplegable Acciones en la esquina superior derecha de la tabla. Marca las casillas de los artículos adecuados, elige una acción en el menú desplegable y pulsa el botón Enviar ."
+"This Log contains all information about actions, which were done on all M2E Pro Listings and their items.","Este registro contiene toda la información sobre las acciones que se han realizado en todos los anuncios de M2E Pro y sus artículos."
+"This Log contains all information about actions, which were done on 3rd Party Listings.","Este registro contiene toda la información sobre las acciones que se han realizado en los anuncios externos."
+"Edit Variation","Modificar variante"
+"To list product variations you have to map each variation to a child product on Amazon.
+ Here you can edit the variations you have selected earlier.","Para poner en venta variantes de producto, debes asignar cada variante a un producto secundario en Amazon. Aquí puedes modificar las variantes que has seleccionado anteriormente."
+"Variations","Variantes"
+"Manage Variations","Gestionar variantes"
+"To list product variations you have to map each variation to a child product on Amazon.
+ Here you should specify the variations you want to sell. Then, use the Search ASIN/ISBN tool to map it.","Para poner en venta variantes de producto, debes asignar cada variante a un producto secundario en Amazon. Aquí debes especificar las variantes que quieras vender. A continuación, usa la herramienta Buscar ASIN/ISBN para realizar la asignación."
+"This section contains information on all Listings' Items.
+ You can search for necessary Items and manage them from their Listings: click on the icon in the Manage column on appropriate
+ line to navigate to the Listing, that contains chosen product.","Esta sección contiene información sobre todos los artículos de los anuncios. Puedes buscar los artículos necesarios y gestionarlos desde sus anuncios: pulsa en el icono de la columna Gestionar en la línea adecuada para desplazarte al anuncio que contiene el producto elegido."
+"Marketplaces settings have been saved.","Se ha guardado la configuración de Mercados."
+"You must select at least one marketplace you will work with.","Debes seleccionar al menos un mercado con el que vayas a trabajar."
+"Another Synchronization Is Already Running.","Ya está en ejecución otra sincronización."
+"Getting information. Please wait ...","Obteniendo información. Por favor, espera..."
+"Preparing to start. Please wait ...","Preparando todo para empezar. Por favor, espera..."
+"Synchronization has successfully ended.","La sincronización ha finalizado correctamente."
+"Synchronization ended with warnings. View log for details.","La sincronización ha finalizado con advertencias. Consulta el registro para obtener detalles."
+"Synchronization ended with errors. View log for details.","La sincronización ha finalizado con errores. Consulta el registro para obtener detalles."
+"This section allows you to set up the Marketplaces you will work with.
+ Enable certain marketplaces and press the Save And Update button in the top right corner, all necessary marketplace data will be downloaded and synchronized with M2E Pro settings.
+ It is recommended to update marketplaces when any marketplace changes are announced.
+ Note: Installation and update processes might be time-consuming, depending on the number of enabled marketplaces and your server environment.
+ ","Esta sección te permite configurar los mercados con los que vas a trabajar. Activa algunos mercados y pulsa el botón Guardar y actualizar que aparece en la esquina superior derecha; se descargarán todos los datos de los mercados necesarios y se sincronizarán con la configuración de M2E. Se recomienda actualizar los mercados cuando se anuncien cambios en relación con éstos. Nota: los procesos de instalación y de actualización pueden tardar, según el número de mercados activados y el entorno del servidor. "
+"This Log contains Orders history information.","Este registro contiene la información del historial de pedidos."
+"On this page you have to provide the access to your Play.com account M2E Pro could interact with Play.com.","En esta página tienes que proporcionar el acceso a tu cuenta de Play.com para que M2E Pro pueda interactuar con Play.com."
+"M2E Pro was not able to get access to the Play.com account. Please, make sure, that you enter correct Play.com login and password. If everything is correct but you still unable to access your account, please contact Play.com Customer Service Department on 0845 800 1020 (UK only) or +44 (0)1534 877595 (outside UK).","M2E Pro no ha podido acceder a la cuenta de Play.com. Asegúrate de que introduces el seudónimo y la contraseña correctos de Play.com. Si todo es correcto pero sigues sin poder acceder a tu cuenta, ponte en contacto con el departamento de Atención al cliente de Play.com en el número 0845 800 1020 (solo Reino Unido) o en el +44 (0)1534 877595 (desde fuera de Reino Unido)."
+"Title or identifier of Play.com account for your internal use.","Título o identificador de la cuenta de Play.com para uso interno."
+"You must select and update Play.com marketplace to get access to this section.","Debes seleccionar y actualizar el mercado de Play.com para acceder a esta sección."
+"WEB/API Access","Acceso Web/API"
+"Account Type","Tipo de cuenta"
+"PlayTrade / ProTrade","PlayTrade/ProTrade"
+"Merchant Toolbox","Caja de herramientas de vendedor"
+"Type of your Play.com account.","Tipo de cuenta de Play.com."
+"Login to your Play.com account.","Seudónimo de tu cuenta de Play.com."
+"Password to your Play.com account.","Contraseña de tu cuenta de Play.com."
+"The 3rd Party Listings are the items, which were listed on Play.com without using M2E Pro extension.
+ To allow importing of these listings for the current Play.com Account, set Import 3rd Party Listings to Yes .
+ Imported Listings can be found in %1$s > Manage Listings > 3rd Party Listings.
+ Note: The 3rd Party Listings Synchronization must be enabled in %1$s > Configuration > Synchronization.
+ To map the products of the 3rd Party Listings with existing products in Magento by Reference Code, Play.com Listing title or another identifier, set Product Mapping to Yes and choose appropriate attribute(s).
+ A Magento product will be mapped if at least one of the chosen attributes meets the same value in Play.com Listing as it has in Magento.
+
+ After mapping Play.com Listing can be automatically moved from the 3rd Party Listings to M2E Pro Listings for further management.
+
+ Note: Auto mapping and moving actions are performed only once during the first 3rd Party Listings Synchronization.
+ Afterwards, it can be performed manually on the 3rd Party Listings page (%1$s > Manage Listings > 3rd Party Listings).","Los anuncios externos son los artículos que se pusieron en venta en Play.com sin usar la extensión M2E Pro. Para permitir la importación de estos anuncios en la cuenta actual de Play.com, establece Importar anuncios externos en Sí . Los anuncios importados pueden encontrarse en %1$s > Gestionar anuncios > Anuncios externos. Nota: la opción Sincronización de anuncios externos debe estar activada en %1$s > Configuración > Sincronización. Para asignar los productos de los anuncios externos a los productos existentes en Magento por código de referencia, el título del anuncio de Play.com u otro identificador, establece Asignación de productos en Sí y elige los atributos apropiados. Un producto de Magento se asignará si al menos uno de los atributos elegidos tiene el mismo valor en el anuncio de Play.com que en Magento. Tras la asignación, el anuncio de Play.com puede moverse automáticamente de los anuncios externos a los anuncios de M2E Pro para una gestión más detallada. Nota: las acciones de asignar y mover automáticamente se realizan solamente una vez, durante la primera sincronización de anuncios externos. Después, se puede realizar manualmente en la página Anuncios externos (%1$s > Gestionar anuncios > Anuncios externos)."
+"Maps Play.com product with Magento product.","Asigna el producto de Play.com a un producto de Magento."
+"Attributes Of Mapping Play.com Items To Magento Products","Atributos de la asignación de artículos de Play.com a productos de Magento"
+"Auto Moving Mapped Play.com Items To M2E Listings","Mover automáticamente artículos asignados de Play.com a anuncios de M2E"
+"This section allows you automatically move mapped Play.com Items in default created M2E Listing and synchronize their Prices and Quantities with Magento values at once they have been moved.","Esta sección te permite mover automáticamente los artículos de Play.com asignados del anuncio de M2E creado de forma predeterminada y sincronizar los precios y las cantidades con los valores de Magento una vez que se han movido."
+"Move Mapped Play.com Items","Mover artículos asignados de Play.com"
+"Automatically moves Play.com Listings from 3rd Party Listings to default created M2E Listing.","Mueve automáticamente los anuncios de Play.com de Anuncios externos a un anuncio de M2E creado de forma predeterminada."
+"Updates Price and / or Quantity of Play.com Listing with Magento values.","Actualiza el precio o la cantidad del anuncio de Play.com con los valores de Magento."
+"This tab contains settings of Play.com Orders, Play.com Customers import; Magento Orders and Products creation.
+If you set Import Play.com Orders to Yes , a new Play.com order will be imported to the system and can be found in %1$s > Sales > Orders.
+It is possible to allow auto creation of Magento Orders based on imported Play.com Orders for products listed by Other Software.
+Note: The Product Stock QTY only reduces after Magento Order is created.
+These type of orders can be managed as typical Magento Orders in Magento > Sales > Orders.
+Note: To receive orders from Play.com, Order Synchronization must be enabled in %1$s > Configuration > Synchronization.","Esta pestaña contiene la configuración de importación de los pedidos y clientes de Play.com, así como de creación de productos y pedidos de Magento. Si estableces Importar pedidos de Play.com en Sí , se importará un nuevo pedido de Play.com al sistema, que se puede encontrar en %1$s > Ventas > Pedidos. Se puede permitir la creación automática de pedidos de Magento basados en los pedidos de Play.com importados para los productos puestos en venta por otro software.Nota: la cantidad de existencias del producto solamente se reduce tras la creación del pedido de Magento. Estos tipos de pedidos pueden gestionarse como pedidos típicos de Magento en Magento > Ventas > Pedidos.Nota : para recibir pedidos de Play.com, debe activarse la opción Sincronización de pedidos en %1$s > Configuración > Sincronización."
+"Import Play.com Orders","Importar pedidos de Play.com"
+"Allows importing orders from Play.com to M2E Pro.","Permite importar pedidos de Play.com en M2E Pro."
+"Note: Only simple products without variations can be created in Magento. If there is a product with variations on Play.com, M2E Pro creates different simple products for each variation.","Nota: en Magento solo pueden crearse productos simples sin variantes. Si hay un producto con variantes en Play.com, M2E Pro crea diferentes productos simples para cada variante."
+"Use the Reserve QTY option to prevent the item being sold, before Magento Order created (as the Product Stock QTY only reduces after Magento Order creation). It removes items from Magento Stock at once Play.com Order comes from Play.com.
+ Reserve qty will be used when Magento Order is created or released when the term of qty reservation has expired.
+ ","Usa la opción Reservar cantidad para evitar que se venda el artículo, antes de que se cree el pedido de Magento (debido a que la cantidad de existencias de producto solo se reduce después de la creación del pedido de Magento). Elimina los artículos de las existencias de Magento una vez que el pedido llega de Play.com. La cantidad de reserva se usará cuando se cree o se lance el pedido de Magento en el momento que haya caducado la reserva de cantidad. "
+"There are several ways to specify a customer for which Magento Orders will be created:
+
+ Guest Account - the system does not require a customer account to be created. Default Guest Account will be defined as a customer.
+ Note: The Guest Checkout option must be enabled in Magento. (Yes must be chosen in the Allow Guest Checkout option in Magento > System > Configuration > Sales > Checkout tab).
+ Predefined Customer - the system uses one predefined customer for all Play.com orders related to this account. You will be required
+ to provide an ID of the existing Customer, which you can find in Magento > Customers > Manage Customers table.
+ Create New - a new customer will be created in Magento, using Play.com customer data of Play.com Order.
+ Note: A unique customer identifier is his e-mail address. If the one already exists among Magento customers e-mails,
+ the system uses this customer as owner of order and links order to him. A new customer will not be created.
+ ","Existen varias formas de especificar el cliente para el que se generarán los pedidos de Magento: Cuenta de invitado : el sistema no obliga a que se cree una cuenta de cliente. La cuenta de invitado predeterminada se definirá como ""Cliente"". Nota: la opción Pago y envío como invitado debe estar activada en Magento. (Debe elegirse Sí en la opción Permitir Pago y envío como invitado en Magento > Sistema > Configuración > Ventas > pestaña Pago y envío). Cliente predefinido : el sistema usa un cliente predefinido para todos los pedidos de Play.com relacionados con esta cuenta. Deberás proporcionar un identificador del cliente existente, que puedes encontrar en Magento > Clientes > tabla Gestionar clientes. Crear nuevo : se creará un nuevo cliente en Magento, con los datos de cliente de Play.com del pedido de Play.com. Nota: un identificador de cliente único es la dirección de correo electrónico. Si el identificador especificado ya figura en los correos electrónicos de los clientes de Magento, el sistema usa este cliente como el propietario del pedido y le vincula el pedido a él. No se creará un nuevo cliente. "
+"Necessary emails will be sent according to Magento settings in Magento > System > Configuration > Sales Emails.
+ Hold Ctrl button, to choose more, than one option.","Se enviarán los correos electrónicos necesarios según la configuración de Magento definida en Magento > Sistema > Configuración > Correos electrónicos de ventas. Mantén pulsada la tecla Ctrl para elegir más de una opción."
+"This section allows you to choose tax settings for Magento Order:
+
+ Play.com - Magento Order(s) uses tax settings from Play.com Listing(s).
+ Magento - Magento Order(s) uses Magento tax settings.
+ Play.com & Magento - if there are tax settings in Play.com Order, they are used in Magento Order(s), otherwise, Magento tax settings are used.
+ None - Play.com and Magento tax settings are ignored.
+
+ ","Esta sección te permite elegir la configuración de impuestos del pedido de Magento: Play.com : los pedidos de Magento usan la configuración de impuestos de los anuncios de Play.com. Magento : los pedidos de Magento usan la configuración de impuestos de Magento. Play.com y Magento : si el pedido de Play.com tiene una configuración de impuestos determinada, esta también se usa en los pedidos de Magento; de lo contrario, se usa la configuración impositiva de Magento. Ninguna : se ignora la configuración de impuestos de Play.com y Magento. "
+"Play.com","Play.com"
+"Play.com & Magento","Play.com y Magento"
+"In this block you can configure mapping between Play.com Order state and Magento Order statuses.
+ Depending on the state of Play.com Order you can manually determine certain statuses for Magento Order and enable automatic Shipment and Invoice
+ creation by selecting appropriate check-boxes, or use predefined default settings. (i.e. Play.com: Order is Shipped -> Magento Order is Completed). ","En este bloque puedes configurar la asignación entre el estado de los pedidos de Play.com y los estados de los pedidos de Magento. Dependiendo del estado del pedido de Play.com, puedes determinar manualmente ciertos estados del pedido de Magento, así como activar la creación automática de envíos y facturas marcando las casillas adecuadas, o bien usar la configuración predeterminada predefinida. (P. ej., Play.com: Pedido enviado > Pedido de Magento completado). "
+"Order Status is Sold","El estado del pedido es Vendido"
+"Order Status is Posted","El estado del pedido es Publicado"
+"Actions, which have to be done to products added to categories.","Acciones que deben realizarse en los productos añadidos a las categorías."
+"Stop on Play.com","Detener en Play.com"
+"Stop on Play.com and Delete from Listing","Detener en Play.com y eliminar del anuncio"
+"Actions, which have to be done to listed products deleted from categories.","Acciones que deben realizarse en los productos puestos en venta eliminados de las categorías."
+"This section contains Play.com Listings, which belong to registered Play.com Accounts (%1$s > Configuration > Play.com Accounts) and were listed not by M2E Pro extension.
+You can map these Listings to existing products in Magento and move them to another M2E Listings for further management. For that use single actions on appropriate Listing record or use mass Actions in the top right corner.
+Note: To import Play.com 3rd Party Listings the 3rd Party Listings Import must be enabled in account's settings
+(%1$s > Configuration > Play.com Accounts > General tab) and the 3rd Party Listings Synchronization must be enabled in %1$s > Configuration > Synchronization.","Esta sección contiene anuncios de Play.com que pertenecen a cuentas de Play.com registradas (%1$s > Configuración > Cuentas de Play.com) y que se pusieron en venta por otros medios distintos a la extensión M2E Pro. Puedes asignar estos anuncios a los productos existentes en Magento y moverlos a otros anuncios de M2E para una gestión más detallada. Para ello, usa las acciones individuales que encontrarás en el registro de anuncio adecuado o usa las acciones por lotes situadas en la esquina superior derecha.Nota : para importar los anuncios externos de Play.com, debe estar activada la opción Importación de anuncios externos en la configuración de la cuenta (%1$s > Configuración > Cuentas de Play.com > pestaña General), así como la tarea Sincronización de anuncios externos en %1$s > Configuración > Sincronización."
+"Enter product name, ISBN, EAN or UPC","Introduce el nombre, ISBN, EAN o UPC del producto"
+"There was an error during previous automatic Play ID search:","Se ha producido un error durante la búsqueda automática anterior de identificador de Play:"
+"Assign Play ID Manually","Asignar identificador de Play manualmente"
+"Allows searching Play ID by data that will be specified on the next step.","Permite realizar una búsqueda de identificador de Play por datos, que se especificarán en el paso siguiente."
+"Assign Play ID Automatically","Asignar identificador de Play automáticamente"
+"Allows searching Play ID by data, that have already been specified in Listing Search settings.","Permite realizar una búsqueda de identificador de Play por datos, ya especificados en la configuración de búsqueda de anuncio."
+"
+ This section contains Play.com Channel, Product Search, Shipping and Condition settings.
+
+ In the General section you have to specify Play.com Account, which listed items will be related to, and the Reference Code for its products.
+ In the Search Settings you have to specify the identifiers, at which products will be searched on Play.com.
+ In the Shipping section you have to specify Shipping information.
+ The Condition section allows specifying item(s) condition and making notes to better describe the condition.
+
+
Note: Not Set and
Not Set / Not Changeable options are used for the 3rd Party Listings mainly. If these options are chosen, Play.com will be used as a master record.
"," Esta sección contiene la configuración de Canal de Play.com, Búsqueda de producto, Envío y Estado.
En la sección General debes especificar la cuenta de Play.com, los artículos puestos en venta que se relacionarán y el código de referencia de sus productos. En Configuración de la búsqueda, debes especificar los identificadores donde se buscarán productos en Play.com. En la sección Envío debes especificar la información de envío. La sección Estado permite especificar el estado de los artículos y realizar anotaciones para describirlo en mayor detalle. Nota: las opciones
Sin establecer y
Sin establecer/No se puede cambiar se usan para los anuncios externos principalmente. Si se eligen estas opciones, Play.com se usará como un registro maestro.
"
+"UPC/EAN Attribute","Atributo UPC/EAN"
+"Play ID Attribute","Atributo Identificador de Play"
+"Parameter the product search will be performed by. For ex.: http://www.play.com/Mobiles/Mobile/4-/20020059/-/Product.html. Play ID = 20020059","Parámetro por el que se realizará la búsqueda de productos. Por ejemplo: http://www.play.com/Mobiles/Mobile/4-/20020059/-/Product.html. Identificador de Play = 20020059"
+"Must be a positive number with two decimal places.","Debe ser un número positivo con dos decimales."
+"Play.com Account","Cuenta de Play.com"
+"Play.com accounts previously added in Configuration > Accounts.","Cuentas de Play.com previamente añadidas en Configuración > Cuentas."
+"A unique ID, which identify a product in your Play.com seller inventory.
+Note: If you list a product and M2E Pro find a product with the same Reference Code in Play.com inventory, they will be mapped.","Un identificador único, que identifica un producto en tu inventario de vendedor de Play.com.Nota: si pones en venta un producto y M2E Pro encuentra un producto con el mismo código de referencia en el inventario de Play.com, se asignarán."
+"Reference Code Attribute","Atributo Código de referencia"
+"Generate Reference Code","Generar código de referencia"
+"If Yes , then if the Reference Code of the product you list is found in the 3rd Party or M2E Listings, another one will be automatically created and the product will be listed.","Si se establece en Sí y el código de referencia del producto que pones en venta se encuentra en anuncios externos o de M2E, se creará otro automáticamente y el producto se pondrá en venta."
+"Search Products On Play.com","Buscar productos en Play.com"
+"At the moment, it is possible only to list items existing on Play.com.
+So before the list action, each product in listing must have existing Play ID.
+This section contains parameters for action ""Assign Play ID Automatically","Actualmente, solo se pueden poner en venta artículos que ya existan en Play.com. Así, antes de la acción de puesta en venta, cada uno de los productos incluidos en el anuncio debe tener un identificador de Play existente. Esta sección contiene parámetros para la acción ""Asignar identificador de Play automáticamente"
+"UPC/EAN","UPC/EAN"
+"
+ This section determines information about how your products will be shipped.
+
+ Note: Not Set / Not Changeable is used for the 3rd Party Listings mainly. If this option is chosen, Play.com will be used as a master record.
+ "," Esta sección determina la información sobre cómo se enviarán los productos. Nota: Sin establecer/No se puede cambiar se usa para los anuncios externos principalmente. Si se elige esta opción, Play.com se usará como un registro maestro. "
+"Delivery Region","Región de entrega"
+"Region to which you are willing to deliver.","Región en la que estás dispuesto a hacer la entrega."
+"Delivery Region Value","Valor de región de entrega"
+"UK Only","Sólo Reino Unido"
+"Europe Only","Solo Europa"
+"UK & Europe","Reino Unido y Europa"
+"Delivery Region Attribute","Atributo Región de entrega"
+"Choose the attribute that contains identifier .","Elige el atributo que contiene el identificador ."
+"Dispatch Country","País de envío"
+"Country you will be dispatching your item from.","País desde el que se enviará el artículo."
+"Dispatch Country Value","Valor de país de envío"
+"UK","Reino Unido"
+"Andorra","Andorra"
+"Belgium","Bélgica"
+"Cyprus","Chipre"
+"Denmark","Dinamarca"
+"Finland","Finlandia"
+"Gibraltar","Gibraltar"
+"Greece","Grecia"
+"Greenland","Groenlandia"
+"Iceland","Islandia"
+"Liechtenstein","Liechtenstein"
+"Luxembourg","Luxemburgo"
+"Malta","Malta"
+"Monaco","Mónaco"
+"Norway","Noruega"
+"San Marino","San Marino"
+"Vatican","Vaticano"
+"USA","EE. UU."
+"Shipping Cost per Item, GBP","Gastos de envío por artículo, GBP"
+"Cost Value, GBP","Valor de los gastos, GBP"
+"Cost Attribute, GBP","Atributo de gastos, GBP"
+"Shipping Cost per Item, EUR","Gastos de envío por artículo, EUR"
+"Cost Value, EUR","Valor de gastos, EUR"
+"Cost Attribute, EUR","Atributo de gastos, EUR"
+"Condition of the product(s) you want to list on Play.com.","Estado de los productos que quieres poner en venta en Play.com."
+"Condition of the product(s) you want to list on Play.com.
+ Note: Condition of Active Items cannot be changed.","Estado de los productos que quieres poner en venta en Play.com. Nota: el estado de los artículos en venta no se puede cambiar."
+"Used - Average","Usado - Normal"
+"Collectable - Like New","Coleccionable - Como nuevo"
+"Collectable - Very Good","Coleccionable - Muy bueno"
+"Collectable - Good","Coleccionable - Bueno"
+"Collectable - Average","Coleccionable - Normal"
+"Short description of item(s) condition.","Breve descripción del estado de los artículos."
+"This section allows you to create a Listing. Listing is a group of items, which have the same
+ Attribute Set and were combined to be listed on Play.com.
+ Creating a Listing requires two types of templates (Selling Format and Synchronization) to be created in advance,
+ that allows reaching a high level of flexibility in listing and synchronization processes.
+
+ It is also possible to create templates by clicking the Add New button next to the appropriate template option. Do not forget to press
+ the Refresh button after the new template creation in order to see the newly added template in the dropdown list.
+ In the Listing Configuration block you are required to choose appropriate Selling Format Template, which determines quantity and price related data of your Play.com Listings.
+
+
+ In the Synchronization Settings block you are required to choose a Synchronization Template and its settings.
+ This determines the actions, which must be done to Play.com Listings depending on any changes of their products happened in Magento,
+ and of their templates that are used in the Listing Configuration settings. ","En esta sección puedes crear un anuncio. Un anuncio es un grupo de artículos con el mismo conjunto de atributos que se han combinado para ponerse en venta en Play.com. Para crear un anuncio es necesaria la creación de dos tipos de plantillas (Formato de venta y Sincronización) por adelantado, lo que permite alcanzar un gran nivel de flexibilidad en los procesos de puesta en venta y sincronización. Otra opción para crear plantillas es pulsar el botón Añadir nueva junto a la opción de plantilla adecuada. No te olvides de pulsar el botón Actualizar tras crear la nueva plantilla para que la plantilla recién añadida aparezca en la lista desplegable. En el bloque Configuración de anuncios tienes que elegir la plantilla de formato de venta adecuada, que determina los datos relacionados con la cuenta y el precio de tus anuncios de Play.com. En el bloque Configuración de sincronización debes elegir una plantilla de sincronización y su configuración. Esto determina las acciones que deben realizarse en los anuncios de Play.com en función de los cambios de sus productos en Magento, y de las plantillas de estos utilizadas en Configuración de anuncios. "
+"Attribute Set of products, which will be listed on Play.com in this Listing.","Conjunto de atributos de los productos que se pondrán en venta en Play.com en este anuncio."
+"M2E Pro - Play.com/Magento Integration : Listings","M2E Pro - Integración Play.com/Magento: Anuncios"
+"Listing is a group of items, which have the same Attribute Set and were combined to be listed on Play.com.
+
+ Creating a Listing requires two types of templates to be created in advance.
+ You can use the same template for similar products you want to list on Play.com and don't have to enter the same information over and over again for each product you want to list.
+
+ Templates you’ll need in order to list on Play.com:
+
+
+ Selling Format Template contains information about quantity and price-related data.
+ Synchronization Template controls how the information between Play.com and Magento is synchronized and in which cases Play.com listings are revised, relisted or stopped. This template is not bound to a product group with a specific attribute set, so it's likely that you'll only need one template to begin with.
+
+
+ Note: Only simple products are supported in current version.
+ ","Un anuncio es un grupo de artículos con el mismo conjunto de atributos que se han combinado para ponerse en venta en Play.com. La creación de un anuncio requiere que se creen dos tipos de plantillas por adelantado. Puedes usar la misma plantilla para productos similares que desees poner en venta en Play.com, de modo que no tengas que introducir la misma información de nuevo para cada producto que quieras poner en venta. Plantillas que necesitarás para poner en venta artículos en Play.com: La plantilla de formato de venta contiene información sobre la cantidad y los datos relacionados con el precio. La plantilla de sincronización controla cómo se sincroniza la información entre Play.com y Magento, y los casos en que los anuncios de Play.com se modifican, se vuelven a poner en venta o se detienen. Esta plantilla no está vinculada a un grupo de productos con un conjunto de atributos específico, por lo que es posible que tan solo necesites una plantilla para empezar. Nota: la versión actual solo admite productos simples. "
+"This section contains information about product items of chosen listing and their statuses on Play.com. You can manage items by choosing appropriate actions from the Actions dropdown of the grid and manage Listing and its settings by using buttons in the top right corner.","Esta sección contiene información sobre los artículos de producto de un anuncio elegido y sus estados en Play.com. Para gestionar los artículos, elige las acciones adecuadas en el menú desplegable Acción de la tabla y gestiona tanto el anuncio como su configuración con los botones que aparecen en la esquina superior derecha."
+"This page contains all orders imported from Play.com.
+Use Play.com Accounts dropdown to filter Play.com orders by accounts.
+If Magento Order or Invoice was not created automatically,
+you can create them manually by using appropriate options in the Action dropdown.
+Note: Automatic creation of Magento Orders and Invoices executes according to Play.com Accounts settings in %s > Configuration > Play.com Accounts > Orders.","Esta página contiene todos los pedidos importados de Play.com. Utiliza la lista desplegable Cuentas de Play.com para filtrar los pedidos de Play.com por cuenta. Si el pedido o la factura de Magento no se crearon automáticamente, puedes crearlos de forma manual mediante las opciones correspondientes del menú desplegable Acción.Nota: la creación automática de pedidos y facturas de Magento se lleva a cabo según la configuración de Cuentas de Play.com en %s > Configuración > Cuentas de Play.com > Pedidos."
+"Play.com Order","Pedido de Play.com"
+"This section allows you to set preferences of data synchronization.
+ You have to enable / disable synchronization tasks, which will be automatically performed for all Play.com accounts, and Save Settings .
+ To run necessary task manually, click the Run Now button, to run all tasks at once, click Run Enabled Now .
+ Note: Cron job must be set up for automatic synchronization. Otherwise, you will have to perform the synchronization manually.","Esta sección te permite establecer preferencias para la sincronización de los datos. Debes activar/desactivar las tareas de sincronización, que se realizarán de forma automática para todas las cuentas de Play.com y pulsar a continuación Guardar configuración . Para ejecutar la tarea necesaria manualmente, pulsa el botón Ejecutar ahora ; para ejecutar todas las tareas a la vez, pulsa Ejecutar activado ahora . Nota: para realizar una sincronización automática, debe configurarse el trabajo de cron. De lo contrario, tendrás que realizar la sincronización de forma manual."
+"Updates and synchronizes Play.com Listings according to Synchronization Templates' rules.","Actualiza y sincroniza los anuncios de Play.com de acuerdo con las reglas de las plantillas de sincronización."
+"If your Play.com listings for some reason were asynchronized with the products in Magento, turn on the Revise All action to catch data up.
+ Revise is performed by the Inventory Synchronization, 100 items per a cycle.
+
+ ","Si por algún motivo tus anuncios de Play.com no están sincronizados con los productos de Magento, activa la acción Modificar todo para obtener los datos. La modificación se lleva a cabo mediante la sincronización del inventario, 100 artículos por ciclo. "
+"Imports and synchronizes Play.com Orders for accounts, which have enabled Import Play.com Orders in their Accounts settings.","Importa y sincroniza los pedidos de Play.com para las cuentas, que tienen activado Importar pedidos de Play.com en su configuración de la cuenta."
+"Imports and synchronizes 3rd Party Listings for Play.com accounts, which have enabled Import 3rd Party Listings in their Accounts settings.","Importa y sincroniza los anuncios externos para las cuentas de Play.com, que tienen activado Importar anuncios externos en la configuración de la cuenta."
+"Selling Format Template contains price-related data and quantity for the items, which will be listed on Play.com.
+Next to each price options dropdown there is a box for Price Change. Price Change is a value you want the Magento Price to be modified while listing on Play.com.
+Examples:
+If you want the price on Play.com to be greater by 15% than the price in Magento, you should set +15% in the Price Change field.
+Play.com Price = Magento Price + Magento Price * 0.15
+
+If you want the price on Play.com to be less by 10 currency units than the price in Magento, you should set -10 in the Price Change field.
+Play.com Price = Magento Price - 10
+
+If you want the price on Play.com to be multiplied by coefficient 1.2, you should set 1.2 in the Price Change field.
+
+Play.com Price = Magento Price * 1.2.
+
+Note: If the Special Price is chosen in the Price option, but it is not set in Magento Product settings or it is set but it has already expired, the Product Price is used instead.
+
+Note: Attributes must contain only numeric values.","La plantilla de formato de venta contiene datos relacionados con el precio y la cantidad de los artículos que se pondrán en venta en Play.com. Junto a la lista desplegable de opciones de cada precio hay un cuadro Cambio de precio. Cambio de precio es el valor por el que quieres modificar el precio de Magento al poner en venta en Play.com.Ejemplos: Si quieres que el precio en Play.com sea un 15% superior al precio de Magento, debes establecer +15% en el campo Cambio de precio.Precio de Play.com = Precio de Magento + Precio de Magento x 0,15 Si quieres que el precio en Play.com sea 10 unidades de divisa inferior al precio de Magento, debes establecer -10 en el campo Cambio de precio.Precio de Play.com = Precio de Magento - 10 Si quieres que el precio en Play.com se multiplique por un coeficiente de 1,2, debes establecer 1,2 en el campo Cambio de precio.Precio de Play.com = Precio de Magento x 1,2. Nota: si se ha elegido Precio especial en la opción Precio , pero éste no se ha establecido en la configuración del producto de Magento o bien está establecido pero ya ha caducado, se usa en su lugar el precio del producto.Nota: los atributos solamente deben contener valores numéricos."
+"Price for selling in the UK.","Precio para vender en Reino Unido."
+"Price for selling in Europe.","Precio para vender en Europa."
+"The price of products in Play.com listing(s).Note: The Final Price is only used for Simple Products.","Precio de los productos en los anuncios de Play.com.Nota : el precio final solamente se usa para los productos simples."
+"Attribute Sets of products which will be listed on Play.com using this template.","Conjuntos de atributos de los productos que se pondrán en venta en Play.com con esta plantilla."
+"Products quantity in Play.com listing(s).","Cantidad de productos en anuncios de Play.com."
+"Enables to set the quantity that will be sent on Play.com.","Permite establecer la cantidad que se enviará a Play.com."
+"If you have 5 pieces in stock but set a max qty of 2 to be listed, a qty of 2 will be listed on Play.com.
+ If you have 1 piece in stock but max qty is set to 3, only 1 will be listed on Play.com.","Si tienes cinco artículos en existencias, pero has establecido una cantidad máxima de dos para poner en venta, esa es la cantidad que se pondrá en venta en Play.com. Si tienes un artículo en existencias, pero la cantidad máxima está configurada en tres, solo se pondrá uno en venta en Play.com."
+"You are required to set both prices for the UK and Europe delivery regions.
+ Depending on Delivery Region, chosen in Listing Channel settings necessary price will be used for the items you list.","Debes configura los precios para ambas regiones de entrega: Reino Unido y Europa. Según la región de entrega, que se elige en la configuración de canal de anuncios, se usará el precio necesario para los artículos que pongas en venta."
+"Price, GBP","Precio, GBP"
+"Custom Price Attribute, GBP","Atributo de precio personalizado, GBP"
+"Price, EUR","Precio, EUR"
+"Custom Price Attribute, EUR","Atributo de precio personalizado, EUR"
+"Synchronization Template includes rules and conditions which determine Listing behavior on Play.com.
+ List, Revise, Relist and Stop Rules have to be specified in this template.
+ List Action - at first this action to be executed for each item in M2E Listings, which has Not Listed status and its settings meet the List Condition. If an item was not listed for some reason, autosynchronization will attempt
+ to list it again only if Product Status, Stock Availability or Quantity is changed.
+
+ Note: Inventory Synchronization setting must be enabled in Synchronization (Configuration > Synchronization).
+ Otherwise, Synchronization Template Rules will not take effect.","La plantilla de sincronización incluye reglas y estados que determinan el comportamiento del anuncio en Play.com. En esta plantilla se tienen que especificar las reglas Poner en venta, Modificar, Volver a poner en venta y Detener. Acción Poner en venta : al principio, esta acción se debe ejecutar para cada artículo de los anuncios de M2E que tenga el estado No publicado y cuya configuración cumpla la condición Poner en venta. Si un artículo no se ha puesto en venta por algún motivo, solo se intentará publicarlo de nuevo mediante la sincronización automática si ha cambiado el estado de producto, la disponibilidad de existencias o la cantidad. Nota: la configuración Sincronización del inventario debe estar activada en Sincronización (Configuración > Sincronización). De lo contrario, las reglas de la plantilla de sincronización no se aplicarán."
+"Relist Rules define the conditions at which Play.com items will be relisted. ","Las reglas para volver a poner en venta definen las condiciones en las que los artículos de Play.com se volverán a poner en venta. "
+"Automatically relists item(s) after it has been stopped manually within M2EPro.","Pone automáticamente en venta los artículos después de haberse detenido manualmente en M2E Pro."
+"Revise Rules are the conditions, at which automatic full and partial listings revising features are enabled.
+ If the certain condition is enabled (Yes is chosen in appropriate line) and met,
+then Play.com Listings, which were listed using current Synchronization Template,
+will be automatically fully or partially updated.
+
+ Partial Revise - contains list of product details, which changes you want to be reflected on Play.com.
+ Full Revise - contains groups of M2E settings. If any data of these groups (Selling Format Template, Listing Channel Settings) is changed, then listings, which use these templates in their settings, will be automatically fully revised.
+ ","Las reglas de revisión son las condiciones por las que se activan las funciones de modificación automática completa y parcial de anuncios. Si una determinada condición está activada (se ha elegido Sí en la línea correspondiente) y se cumple, los anuncios de Play.com, que se hayan puesto en venta con la plantilla de sincronización actual, se actualizarán total o parcialmente de forma automática. Modificación parcial : contiene una lista de los detalles del producto, donde se indican los cambios que quieres que se reflejen en Play.com. Modificación completa : contiene grupos de opciones de configuración de M2E. Si se cambia cualquier dato de estos grupos (Plantilla de formato de venta, Configuración de canal de anuncios), los anuncios que usan estas plantillas en su configuración se modificarán por completo. "
+"Automatically revises quantity on Play.com listing(s) when the quantity or attribute for quantity of its product is changed in Magento.","Modifica automáticamente la cantidad en los anuncios de Play.com cuando la cantidad o el atributo de la cantidad del producto se cambia en Magento."
+"Updates Play.com qty only when the Condition you set below is met.
+ Note: By using this option you can significantly increase Synchronization performance.","Actualiza la cantidad de Play.com solo cuando se cumple la condición establecida. Nota: esta opción permite aumentar considerablemente el rendimiento de sincronización."
+"Automatically revises price on Play.com listing(s) when the price(s) or attribute(s) for price(s) of its product is (are) changed in Magento.","Modifica automáticamente el precio en los anuncios de Play.com cuando los precios o los atributos de precios de su producto cambian en Magento."
+"Automatically revises Play.com listing(s) if its Selling Format Template was changed.","Modifica automáticamente los anuncios de Play.com si se cambia su plantilla de formato de venta."
+"Automatically revises Play.com listing(s) if its Listing Settings was changed.","Modifica automáticamente los anuncios de Play.com si se cambia su configuración de anuncios."
+"Stop Rules define the conditions when Play.com items listing must be
+ stopped, depending on Magento product state.
+ Note: If all Stop Conditions are set to No or No Action , then the stop option for Play.com items is disabled.
+ If all Stop Conditions are enabled, then an item will be stopped if at least one of Stop Conditions is met.","Las reglas de detención definen las condiciones que deben cumplirse para que se detengan los anuncios de artículos de Play.com, dependiendo del estado del producto de Magento. Nota: si todas las condiciones de detención están establecidas en No o Sin acción , la opción de detención de los artículos de Play.com se desactiva. Si todas las condiciones de detención están activadas, un artículo se detendrá si se cumple al menos una de las condiciones de detención."
+"Disabled - Coming Soon","Desactivado: pronto disponible"
+"rakuten.de","rakuten.de"
+"Synchronization settings have been saved.","Se ha guardado la configuración de sincronización."
+"Running All Enabled Tasks","Ejecutando todas las tareas activadas"
+"Feedback Synchronization","Sincronización de votos"
+"Revise All","Modificar todo"
+"You should enable at least one component.","Debes activar al menos un componente."
+"Default component should be enabled.","Debe activarse el componente predeterminado."
+"Channels","Canales"
+"Enable channels you are going to work with and Save configuration.","Activa los canales con los que vas a trabajar y guarda la configuración."
+"eBay Channel","Canal de eBay"
+"eBay channel status.","Estado de canal de eBay."
+"Other Channels","Otros canales"
+"Amazon channel status.","Estado de canal de Amazon."
+"Rakuten","Rakuten"
+"Rakuten.com channel status.","Estado del canal de Rakuten.com."
+"Play.com channel status.","Estado de canal de Play.com."
+"Rakuten.de","Rakuten.de"
+"Disabled - Coming Soon...","Desactivado: pronto disponible..."
+"Rakuten.de channel status.","Estado del canal de Rakuten.de."
+"Default Channel","Canal predeterminado"
+"Open tab by default.","Abrir pestaña de forma predeterminada."
+"The eBay component , its upgrades and support are free according to eBay / Magento Partner Agreement. And they will stay free until the partner agreement is active. ","El componente de eBay , sus actualizaciones y el soporte técnico son gratuitos según el Acuerdo para socios de eBay/Magento. Y seguirán siendo gratuitos mientras que el acuerdo para socios esté activo. "
+"and","y"
+"component","componente"
+"components","componentes"
+"Current %s %s are in Beta state and are provided free of charge. However, please be advised that upon the live version of the product release some monthly subscription fee will be introduced. ","Las versiones actuales de %s %s se encuentran en estado Beta y se proporcionan totalmente gratis. Sin embargo, recuerda que cuando se lance la versión comercial del producto se aplicará una tarifa mensual de suscripción. "
+"Note: M2E Pro v.6.x.x consists of %s.
+ %s
+ %s
+
+
+ M2E Pro extension requires activation for its work.
+ To get the License Key click the Get License Key link and follow the instructions.
+ When you receive your License Key, press the Enter button, enter your License Key in appeared text field and press Confirm.
+
+ Note: If you have not received the License Key, please contact us %s.","Nota: M2E Pro v.6.x.x se compone de %s. %s %s La extensión M2E Pro se debe activar para que funcione. Para obtener la clave de licencia, pulsa el vínculo Obtener clave de licencia y sigue las instrucciones. Cuando recibas la clave de licencia, pulsa el botón Introducir, introduce tu clave de licencia en el campo de texto que se muestra y pulsa Confirmar. Nota: si no has recibido la clave de licencia, ponte en contacto con nosotros %s."
+"You must get valid Trial or Live license key.","Debes obtener una clave de licencia de prueba o activa que sea válida."
+"License Data","Datos de la licencia"
+"License Key","Clave de licencia"
+"Get License Key","Obtener clave de licencia"
+"License Validation","Validación de la licencia"
+"Domain","Dominio"
+"IP","IP"
+"Directory","Directorio"
+"Access","Acceso"
+"Note: The eBay component, its upgrades and support are free according to eBay / Magento Partner Agreement. And they will stay free
+ until the partner agreement is active.","Nota: el componente de eBay, sus actualizaciones y el soporte técnico son gratuitos según el Acuerdo para socios de eBay/Magento. Y seguirán siendo gratuitos mientras que el acuerdo para socios esté activo."
+"Note: The current Beta version of the Amazon module is provided free of charge.
+ However, please be advised that upon the live version of the product release some monthly subscription fee will be introduced.","Nota: la versión Beta actual del módulo de Amazon se proporciona totalmente gratis. Sin embargo, recuerda que cuando se lance la versión comercial del producto se aplicará una tarifa mensual de suscripción."
+"Note: The current Beta version of the Rakuten.com module is provided free of charge.
+ However, please be advised that upon the live version of the product release some monthly subscription fee will introduced.","Nota: la versión Beta actual del módulo de Rakuten.com se proporciona totalmente gratis. Sin embargo, recuerda que cuando se lance la versión comercial del producto se aplicará una tarifa mensual de suscripción."
+"Note: The current Beta version of the Play.com module is provided free of charge.
+ However, please be advised that upon the live version of the product release some monthly subscription fee will introduced.","Nota: la versión Beta actual del módulo de Play.com se proporciona totalmente gratis. Sin embargo, recuerda que cuando se lance la versión comercial del producto se aplicará una tarifa mensual de suscripción."
+"Current Status","Estado actual"
+"None License","Ninguna licencia"
+"Trial License","Licencia de prueba"
+"Live License","Licencia activa"
+"Suspended","Suspendida"
+"Closed","Cerrada"
+"Expiration Date","Fecha de vencimiento"
+"Global Settings","Configuración global"
+"All settings are gathered into four groups. To reach them click on appropriate link.","Todas las opciones se reúnen en cuatro grupos. Para acceder a ellas, pulsa el vínculo adecuado."
+"eBay, Amazon, Rakuten.com, Play.com channels activation.","Activación de los canales eBay, Amazon, Rakuten.com y Play.com."
+"Interface and synchronization preferences.","Preferencias de interfaz y de sincronización."
+"Logs Clearing","Borrado de registros"
+"Preferences for logs history clearing.","Preferencias de borrado del historial de registros."
+"M2E Pro activation.","Activación de M2E Pro."
+"Set preferences for automatic logs clearing and Save configuration.
+
+ To launch a task manually press Run Now. To clear all log records of the certain Log press Clear All button.
+
+ Note: Autoclearing is performed by cron.
+ ","Establece las preferencias de borrado automático de registros y guarda la configuración. Para lanzar una tarea manualmente, pulsa Ejecutar ahora. Para borrar toda la información guardada de un registro determinado, pulsa el botón Borrar todo. Nota: el borrado automático se realiza mediante cron. "
+"Listings Log Clearing","Borrado de registros de anuncios"
+"Keep For (days)","Conservar durante (días)"
+"Saves records for the definite number of days.","Guarda los registros el número de días indicado."
+"3rd Party Listings Log Clearing","Borrado de registro de anuncios externos"
+"Synchronization Log Clearing","Borrado de registro de sincronización"
+"Orders Log Clearing","Borrado del registro de pedidos"
+"Interface","Interfaz"
+"Set visual interface preferences and Save configuration.","Establece las preferencias de la interfaz visual y guarda la configuración."
+"Products Thumbnails","Miniaturas de los productos"
+"Do Not Show","No mostrar"
+"Show","Mostrar"
+"Shows / does not show products thumbnails on Add Products and View Listing pages.","Muestra/no muestra miniaturas de los productos en las páginas para añadir productos y ver anuncios."
+"Help Blocks","Bloques de ayuda"
+"Shows / does not show Help blocks.","Muestra/no muestra los bloques de ayuda."
+"Restores manually closed Help blocks.","Restaura los bloques de ayuda cerrados manualmente."
+"Global Synchronization","Sincronización global"
+"Has to be enabled if product price and quantity changes are made directly to database. Data update depends on the number of products and can be fully completed after several synchronization cycles finish.
+
+ Note: Enable this option if you really need it, as it is very resource and time consuming and may affect synchronization performance.","Se debe activar si los cambios de precio y cantidad de producto se realizan directamente en la base de datos. La actualización de datos depende del número de productos y se puede realizar completamente después de la finalización de varios ciclos de sincronización. Nota: activa esta opción solo si la necesitas realmente, ya que usa muchos recursos y tarda mucho tiempo, lo que podría afectar al rendimiento de la sincronización."
+"Track Direct Database Changes","Seguimiento de cambios directos en la base de datos"
+"Note: Enable this option if you really need it, as it is very resource and time consuming and may affect synchronization performance.","Nota: activa esta opción solo si la necesitas realmente, ya que usa muchos recursos y tarda mucho tiempo, lo que podría afectar al rendimiento de la sincronización."
+"PHP","PHP"
+"MySQL","MySQL"
+"Cron","Cron"
+"GMT","Hora británica (GMT)"
+"not working","no funciona"
+"Expired Date","Fecha de caducidad"
+"Valid Domain","Dominio válido"
+"Valid IP","IP válida"
+"Valid Directory","Directorio válido"
+"Host","Host"
+"Edition","Edición"
+"Version","Versión"
+"Add Secret Key to URLs","Añadir clave secreta a las URL"
+"Name","Nombre"
+"Version (revision)","Versión (revisión)"
+"Server API","API del servidor"
+"Database Name","Nombre de base de datos"
+"Tables Prefix","Prefijo de las tablas"
+"Connection Timeout","Periodo de conexión superado"
+"sec","s"
+"Wait Timeout","Periodo de espera superado"
+"Total Tables","N.º total de tablas"
+"Total Module Tables","N.º total de tablas de módulo"
+"Total Module Records","N.º total de registros de módulo"
+"Unlimited","Sin límite"
+"PHP Info","Información de PHP"
+"Current Date (GMT)","Fecha actual (GMT)"
+"APC","APC"
+"Memcached","Memcached"
+"Redis","Redis"
+"Compilation","Compilación"
+"Code Pool","Grupo de código"
+"We recommend to set up your cron job to be run every 5 minutes (e.g. */5 * * * *).","Te recomendamos configurar el trabajo de cron para que se ejecute cada 5 minutos (por ejemplo, */5 * * * *)."
+"Last Run","Última ejecución"
+"PHP command","Comando PHP"
+"GET command","Comando GET"
+"Cron Schedule Table","Tabla de programación de cron"
+"Magento Default Locale","Configuración regional predeterminada de Magento"
+"Properties","Propiedades"
+"Current Value","Valor actual"
+"Location","Ubicación"
+"MySQL Summary","Resumen de MySQL"
+"Table `%s`","Tabla ""%s"""
+"(%s records)","(%s registros)"
+"Magento development mode is '.$developmentHtml.' now. ","El modo de desarrollo de Magento es '.$developmentHtml.' ahora. "
+"System Requirements","Requisitos del sistema"
+"Caches / Compilation","Caché/compilación"
+"Conflicted Modules","Módulos en conflicto"
+"Database Broken Tables","Tablas interrumpidas de la base de datos"
+"Info","Información"
+"Database (Module)","Base de datos (módulo)"
+"Database (Integration)","Base de datos (integración)"
+"M2E Pro (General)","M2E Pro (general)"
+"M2E Pro (Install / Upgrade)","M2E Pro (instalación/actualización)"
+"Additional","Adicional"
+"Help","Ayuda"
+"Hide Block","Ocultar bloque"
+"Show Tips","Mostrar consejos"
+"Hide Tips","Ocultar consejos"
+"View All Product Log","Ver todo el registro de productos"
+"This is a required field.","Este campo es obligatorio."
+"You should select Attribute Set first.","Antes debes seleccionar el conjunto de atributos."
+"Collapse All","Contraer todo"
+"Expand All","Expandir todo"
+"The products below will not be moved into the chosen listing.
+
+ Possible reasons:
+ The products are already present in the chosen listing.
+
","Los productos siguientes no se moverán al anuncio elegido. Posibles motivos: Los productos ya están presentes en el anuncio elegido. El anuncio elegido incluye ""No mostrar"" en ""Productos presentados en otros anuncios"" y dichos productos están presentes en otros anuncios.
"
+"Enter Product ID","Introducir identificador de producto"
+"Or SKU","o número de referencia de producto"
+"Advanced Filter","Filtro avanzado"
+"Products Presented In Other Listings","Productos presentados en otros anuncios"
+"Not Show","No mostrar"
+"Makes the filter result more precise:Show - all products will be displayed;Not Show - the products, which are not included in any listing, will be only displayed.","Aumenta la precisión del resultado del filtro:Mostrar : se presentan todos los productos.No mostrar : solo se presentan los productos que no están incluidos en ningún anuncio."
+"eBay User ID","Seudónimo de eBay"
+"eBay Site","Página de eBay"
+"Magento Store View","Vista de tienda de Magento"
+"Errors Summary","Resumen de errores"
+"Product(s)","Productos"
+"Payment Method","Forma de pago"
+"%s Order ID","Identificador del pedido %s"
+"%s Final Fee","Tarifa final de %s"
+"Transactions","Transacciones"
+"Transaction #","Transacción nº"
+"Fee","Tarifa"
+"Amount","Importe"
+"Date","Fecha"
+"Order ID","Identificador de pedido"
+"Store Debug Information","Almacenar información de depuración"
+"View All Order Logs.","Consulta todos los registros de pedidos."
+"Please enter correct product ID or SKU.","Introduce el identificador o número de referencia de producto correcto."
+"Order Item Mapping","Asignación de artículos de pedido"
+"As M2E Pro was not able to find appropriate product in Magento Catalog, you are supposed to find and map it manualy.
+ Note: Magento Order can be only created when all products of eBay Order are found in Magento Catalog.","Como M2E Pro no ha encontrado el producto adecuado en el catálogo de Magento, se supone que debes buscarlo y asignarlo manualmente. Nota: el pedido de Magento solo se puede crear si todos los productos del pedido de eBay se encuentran en el catálogo de Magento."
+"Order Item Options Setting","Configuración de opciones de artículo de pedido"
+"As M2E Pro was not able to find appropriate option in Magento product you are supposed find and map it manualy.
+ If you want to use the same settings for the similar subsequent orders, select appropriate check-box at the bottom.
+ Note: Magento Order can be only created when all products of eBay Order are found in Magento Catalog.","Como M2E Pro no ha encontrado la opción adecuada en el producto de Magento, se supone que debes buscarla y asignarla manualmente. Si quieres usar la misma configuración para pedidos posteriores similares, marca la casilla adecuada en la parte inferior. Nota: el pedido de Magento solo se puede crear si todos los productos del pedido de eBay se encuentran en el catálogo de Magento."
+"Channel Options","Opciones de canal"
+"No channel options are available.","No hay disponible ninguna opción de canal."
+"Select Option...","Seleccionar opción..."
+"Save selection for subsequent orders","Guardar selección para pedidos posteriores"
+"Selected Product Option is Out of Stock.","No hay existencias de la opción de producto seleccionada."
+"Not created orders only","Solo pedidos no creados"
+"Using this, you can see the records for which order(s) were not created in magento.
+ It might happened, because particular product(s) or product option(s) were not found and some action is required for such orders.
+
+ When you open order detail, you can use appropriate options Map to Magento Product or Set Options to correct missing information and create order in magento.","Con esta opción, puedes ver los registros para los que no se han creado pedidos en Magento. Esto puede suceder porque un determinado producto u opciones de producto no se han encontrado y es necesario realizar alguna acción en dichos pedidos. Al abrir el detalle del pedido, puedes usar las opciones adecuadas Asignar a producto de Magento o Establecer opciones para corregir la información que falta y crear el pedido en Magento."
+"M2E Pro has detected, that your System Configuration does not meet minimum requirements, so there might be problems with its work. Please check it and amend appropriate settings.","M2E Pro ha detectado que la configuración del sistema no cumple los requisitos mínimos, por lo que es posible que haya problemas con su funcionamiento. Compruébalo y modifica las opciones adecuadas."
+"Please take a look at Documentation and Knowledge Base .
+ Most probably it has the answer to your question(s).
+ If you still have any questions, fill in the form below to contact our Customer Support.
+ Note: We provide support during our working hours: 10 a.m. - 6 p.m. (GMT+2), mon - fri.","Consulta la documentación y la base de conocimientos . Lo más probable es que encuentres la respuesta a tus preguntas. Si sigues teniendo preguntas, rellena el formulario siguiente para ponerte en contacto con Atención al cliente. Nota: ofrecemos asistencia durante nuestro horario de atención al cliente: de lunes a viernes de 10:00 a 18:00 (GMT+2)."
+"Subject","Asunto"
+"Contact Name","Nombre de contacto"
+"Contact Email","Correo electrónico de contacto"
+"General Problem","Problema general"
+"Problem","Problema"
+"No Articles Found","No se encontraron artículos"
+"Go To Article →","Ir al artículo ?"
+"Feedback","Valoración"
+"No Ideas Found","No se han encontrado ideas"
+"Go To Idea →","Ir a la idea ?"
+"Cron Info","Información de Cron"
+"Enter your problem here","Escribe tu problema aquí"
+"This Log contains information on processes, which were done in Synchronization tasks.
+ Note: Logs of Default, Templates, Orders and 3rd Party Listings Synchronizations are only recorded when Error(s) or Warning(s) appears.","Este registro contiene información sobre los procesos que se realizaron en las tareas de sincronización. Nota: los registros de la sincronización de valores predeterminados, plantillas, pedidos y anuncios externos solo se guardan cuando aparecen errores o advertencias."
+"Step","Paso"
+"Note: If you close the wizard, it never starts again. You will be required to set all settings manually. Press Cancel to continue working with wizard.","Nota: si cierras el asistente, este no se abrirá de nuevo. Deberás configurar todos los valores manualmente. Pulsa Cancelar para seguir trabajando con el asistente."
+"You have set the main M2E Pro settings and now you have to set up the main settings of the chosen Channel(s).","Has configurado los valores principales de M2E Pro y ahora tienes que hacer lo mismo con los canales elegidos."
+"Cron Job Set Up","Configuración del trabajo de cron"
+"Set up a cron job to run every minute (e.g. * * * * *) to enable automatic work of the extension.
+ Otherwise, some processes will not work (i.e. synchronization tasks, logs cleaning).","Configura que se ejecute un trabajo de cron cada minuto (por ejemplo, * * * * *) para activar el funcionamiento automático de la extensión. De lo contrario, algunos procesos no funcionarán (p. ej., tareas de sincronización, limpieza de registros)."
+"Set up Cron Job using PHP","Configurar trabajo de cron con PHP"
+"OR","O"
+"Set up Cron Job using GET","Configurar trabajo de cron con GET"
+"Incomplete","Incompleto"
+"License Set Up","Configuración de la licencia"
+"You need to specify the License Key.
+ Note: M2E Pro does not work without activation.","Debes especificar la clave de licencia. Nota: M2E Pro no funciona sin la activación."
+"Settings Set Up","Establecimiento de la configuración"
+"In M2E Pro global settings you are required to specify the channel(s) you are going to work with.","En la configuración global de M2E Pro es necesario que especifiques los canales con los que vas a trabajar."
+"You have successfully installed M2E Pro v. %s .
+ Click
+ Start Configuration Wizard to quickly set up main settings or
+ Skip it if you intend to set it later.
+ Note: If you skip the Wizard, it never starts again. You will be required to set all settings manually.","Has instalado correctamente M2E Pro v. %s . Pulsa el asistente para iniciar la configuración si deseas configurar rápidamente los valores principales o bien Omitir para configurarlos más tarde. Nota: si omites el asistente, no se iniciará de nuevo. Deberás configurar todos los valores manualmente. "
+"You have successfully installed M2E Pro v. %s.
+ The next step is setting up of the main settings, such as Cron job, Licensing (extension does not work without license)
+ and others to enable a proper work of the extension.
+ In the table below there are recommended server settings, which guaranty a stable work of the extension.
+ Press the Start Configuration button to start setting M2E Pro configuration.","Has instalado correctamente M2E Pro v. %s . El paso siguiente consiste en establecer la configuración principal, como el trabajo de cron y la licencia (la extensión no funciona sin licencia) entre otros, para activar el funcionamiento adecuado de la extensión. En la tabla siguiente se muestra la configuración de servidor recomendada, que garantiza un funcionamiento estable de la extensión. Pulsa el botón Iniciar configuración para comenzar a establecer la configuración de M2E Pro."
+"Congratulations, you have successfully linked your eBay account to M2E Pro.","Enhorabuena, has vinculado correctamente tu cuenta de eBay con M2E Pro."
+"You can change it if you need.","Si lo necesitas, puedes cambiarlo."
+"Import Orders","Importar pedidos"
+"Import 3rd Party Items","Importar artículos externos"
+"Import Feedback","Importar votos"
+"Now, create an M2E Pro Listing. This will allow you to define specific settings on eBay.","Ahora, crea un anuncio de M2E Pro. De este modo, podrás definir la configuración específica en eBay."
+"Please ensure your personal information is correct","Asegúrate de que tu información personal sea correcta"
+"Email","Correo electrónico"
+"First Name","Nombre"
+"Last Name","Apellidos"
+"Postal Code","Código postal"
+"This information will be sent to M2E Pro for approval.
+ Read more in our Privacy Policy .","Esta información se enviará a M2E Pro para su aprobación. Para obtener más información, lee nuestra Política de privacidad ."
+"Please sign into eBay to link M2E to your eBay account and proceed to the next step.","Identifícate en eBay para vincular M2E a tu cuenta de eBay y continuar con el paso siguiente."
+"Sign into eBay Sandbox","Identificarse en eBay Sandbox"
+"If you don't have an eBay account, please create one. It's easy, fast and free.","Si no tienes una cuenta de eBay, créala. Es fácil, rápido y gratis."
+"Please verify the below information is valid before we register you with M2E.","Verifica que la información siguiente es válida antes de registrarte en M2E."
+"Register Your Free M2E Extension","Registra tu extensión M2E gratuita"
+"The eBay token obtaining is currently unavailable. Please try again later.","No está disponible en este momento la obtención del código de eBay. Inténtalo de nuevo más tarde."
+"eBay/Magento Integration: Listing","Integración eBay/Magento: Anuncio"
+"Creating a new listing in one of your first jobs. Don't worry. It's easy to do.","Una de tus primeras tareas es crear un nuevo anuncio. No te preocupes. Es fácil:"
+"Think of an M2E Listing as a set of policies that will determine the type of items you wish to sell. You can create as many M2E Listings as you need.","Considera un anuncio de M2E como un conjunto de políticas que determinan el tipo de artículos que quieres vender. Puedes crear tantos anuncios de M2E como necesites."
+"Creating an M2E Listing with certain characteristics means you won't need to input these characteristics again and again every time you wish to sell an item.","La creación de un anuncio de M2E con determinadas características significa que no tendrás que introducirlas continuamente, cada vez que quieras vender un artículo."
+"There are %s stages to complete to create a successful M2E Listing in %s Mode:","Hay %s fases que se deben realizar para crear un anuncio de M2E correctamente en el modo %s:"
+"General Settings – information about which eBay site you wish to list on, your eBay User ID and which Magento Store settings you wish to use","Configuración general : información sobre el sitio de eBay en el que deseas poner en venta artículos, tu seudónimo de eBay y la configuración de la tienda de Magento que deseas usar"
+"Payment and Shipping Settings – what are your shipping charges, your Returns Policy and how do you wish to get paid","Configuración de pago y de envío : información sobre los gastos de envío, la política de devoluciones y el modo en que deseas recibir el pago"
+"Selling Settings – more detailed information about the type of eBay listing and how long your item will be on sale","Configuración de venta : información más detallada sobre el tipo de anuncio de eBay y el tiempo que el artículo estará en venta"
+"Synchronization Setting – how your items are synchronized on eBay","Configuración de sincronización : información sobre cómo se sincronizan los artículos en eBay"
+"Please select an M2E Mode","Selecciona un modo de M2E"
+"There are two modes available to you.
+
+ We have chosen the mode we think is most suitable for you, based on your selling history, but you can change this if you prefer.","Dispones de dos modos. Hemos elegido el modo que consideramos que resulta más adecuado para ti, según tu historial de venta, pero puedes cambiarlo si así lo prefieres."
+"Simple","Sencillo"
+"Suitable for new users and for those with a limited inventory.","Adecuado para los usuarios nuevos y para los que tienen un inventario limitado."
+"Advanced","Avanzado"
+"Suitable for the more experienced user.","Adecuado para el usuario más experimentado."
+"If you're not sure which mode to choose, go for the Simple Mode.
+ Don't worry you can change it later in %s -> Configuration -> General","Si no estás seguro de qué modo elegir, decántate por el modo sencillo. No te preocupes, puedes cambiarlo más tarde en %s > Configuración > General."
+"eBay/Magento Integration: Products Management","Integración eBay/Magento: Gestión de productos"
+"Congratulations, you have successfully created your first M2E Listing. You're well on your way to your first items appearing on eBay.","Enhorabuena, has creado correctamente tu primer anuncio de M2E. Has iniciado el camino que termina con la aparición de tus primeros artículos en eBay."
+"Next up is to select the products from your Magento Store that you want to list on eBay. ","El siguiente paso es seleccionar los productos de la tienda de Magento que desees poner en venta en eBay. "
+"Any products on your Magento Store that fulfil your M2E Listing criteria can be chosen.","Puedes elegir cualquier producto de la tienda de Magento que cumpla los criterios de tu anuncio de M2E."
+"Once you've chosen your products, assign them to the correct eBay category.","Después de haber elegido los productos, asígnalos a la categoría de eBay correcta."
+"You can adjust the price that you sell your items for on eBay in relation to your shop price. You might want to increase your selling price to take into account the fees for selling on eBay.
+ Or, reduce your price to be competitive.","Puedes ajustar el precio al que vendes tus artículos en eBay en relación con el precio de tu tienda. Es recomendable que aumentes el precio de venta para tener en cuenta las comisiones por venta realizada de eBay. O quizás quieras reducir el precio para ser más competitivo."
+"Wizard (Video Tutorial)","Asistente (tutorial en vídeo)"
+"Combine Magento - the best-selling ecommerce web application–and eBay – the world's favourite marketplace","Combinar Magento (la aplicación Web de comercio electrónico más vendida) e eBay (el mercado favorito de todo el mundo)"
+"M2E is a free Magento extension that enables you to sell your products on eBay and manage your sales from your Magento store.","M2E es una extensión de Magento gratuita que te permite vender los productos en eBay y gestionar las ventas desde tu tienda de Magento."
+"Using M2E is an easy way to display your products in front of millions of buyers on eBay. It's free, quick and simple to set up. You choose which products to sell, the quantity and price. Using eBay means your items are automatically optimized for mobile – the biggest retail growth area.","Con M2E, puedes presentar fácilmente tus productos a millones de compradores en eBay. Es gratis y se configura de un modo rápido y sencillo. Puedes elegir los productos que quieres vender, la cantidad y el precio. Con eBay, tus artículos están optimizados automáticamente para mostrarse en dispositivos móviles, el área de mayor crecimiento del comercio minorista."
+"The first step is to link Magento to your eBay account.","El primer paso es vincular Magento a tu cuenta de eBay."
+"If you already have an eBay account, check that you are registered as an eBay business seller. If you don't yet have an eBay account it's easy to create one.","Si ya tienes una cuenta de eBay, comprueba que estás registrado como vendedor Empresa de eBay. Si todavía no tienes una cuenta de eBay, puedes crearla fácilmente."
+"You have successfully installed M2E Pro v. %s .
+ Click
+ Start Configuration Wizard to quickly set up main settings","Has instalado correctamente M2E Pro v. %s . Pulsa el asistente Iniciar configuración para establecer rápidamente la configuración principal"
+"Step %d","Paso %d"
+"Congratulations!
+ You have successfully installed the new version of M2E Pro.
+ In this version 'Sell on eBay' has been separated from the other channels and completely updated. All data was successfully migrated but we would recommend you check the settings in light of the changes we’ve identified below.
+ ","Enhorabuena! Has instalado correctamente la nueva versión de M2E Pro. En esta versión, ""Vender en eBay"" se ha separado de otros canales y se ha actualizado por completo. Todos los datos se han migrado correctamente, pero te recomendamos que compruebes la configuración según los cambios que hemos identificado a continuación. "
+"1) Templates have been replaced by Policies","1) Las plantillas se han reemplazado por políticas"
+"All templates are now policies. Use these to create all the necessary settings for listing Magento products on eBay.
+ The templates have been renamed:
+
+
+
+ Previously known as:
+ New name of policy:
+ What’s included:
+
+
+ General
+ Payment
+ How buyers pay you
+
+
+ General
+ Shipping
+ Your shipping costs and service
+
+
+ General
+ Returns
+ Your returns window and who pays postage
+
+
+ Selling Format
+ Price, Quantity and Format
+ Detailed information including price, quantity and listing duration
+
+
+ Description, listing upgrades, product details and condition
+ Description
+ Settings to help you accurately describe your items
+
+
+ Synchronization
+ Synchronization
+ Settings for autosynchronization between Magento and eBay
+
+
+ ","Ahora, todas las plantillas son políticas. Utilízalas para crear la configuración necesaria para poner en venta productos de Magento en eBay. Se ha cambiado el nombre de las plantillas: Nombre anterior: Nuevo nombre de política: Qué incluye: General Pago Cómo te pagan los compradores General Envío Tus gastos de envío y servicio General Devoluciones Tu plazo de devolución y quién paga los gastos de envío Formato de la venta Precio, cantidad y formato Información detallada, en la que se incluyen el precio, la cantidad y la duración del anuncio Descripción, actualizaciones de anuncio, detalles de producto y estado Descripción Configuración para ayudarte a describir tus artículos de forma precisa Sincronización Sincronización Configuración de la sincronización automática entre Magento e eBay
"
+"2) Easier to create new listings","2) Mayor sencillez para crear nuevos anuncios"
+"It’s now quicker and easier to create eBay listings. You can set up a single listing from scratch using custom setting mode or use previously saved information. You can also edit listings individually or in bulk with details in your listing settings*, policies and custom settings.
+
+
+ When your listings have been created, you can choose between 3 different modes to view and filter them:
+
+
+ eBay – displays product information related to eBay so it’s easy to find and edit listings in bulk (for example, list, relist, revise, stop etc)
+ Magento - displays product information related to the Magento catalogue such as Magento QTY, stock Status etc.
+ Settings – displays information in relation to the product settings (for example Selling settings, eBay categories etc) to make it easy to change settings in bulk.
+
+
+ * Attributes have been removed from listing settings.
+ ","Ahora es más rápido y sencillo crear anuncios de eBay. Puedes configurar un anuncio desde cero con el modo de configuración personalizada o usar información guardada anteriormente. También puedes modificar los anuncios de forma individual o por lotes, con los detalles de la configuración de anuncio*, las políticas y la configuración personalizada. Cuando hayas creado los anuncios, puedes elegir entre tres modos distintos de verlos y filtrarlos: eBay : muestra la información de producto relacionada con eBay de modo que te resulte fácil buscar y modificar anuncios por lotes (por ejemplo, poner en venta, volver a poner en venta, modificar, detener, etc.). Magento : muestra la información de producto relacionada con el catálogo de Magento, como la cantidad de Magento, el estado de existencias, etc. Configuración : muestra información relacionada con la configuración de producto (por ejemplo, la configuración de venta, las categorías de eBay, etc.), para facilitar la realización de cambios en la configuración por lotes. * Los atributos se han eliminado de la configuración de los anuncios. "
+"Please check video tutorials to have quick overview of new UI.","Consulta los tutoriales en vídeo para obtener un resumen rápido de la nueva interfaz de usuario."
+"3) Other improvements and changes","3) Otras mejoras y cambios"
+"
+ eBay Fee estimation has been added to the listing view, allowing you to see how much you’ll be charged for listing your item on eBay.
+
+ Automatic currency rate conversion has been added. If Magento has the currency conversion rate, it will be converted automatically to all your prices.
+
+ List / Relist Schedule has been removed from Amazon, Rakuten.com and Play.com synchronization templates and updated for eBay. It now covers both list and relist rules.
+
+ The following terms have been rephrased for eBay:
+
+
+ Account title is now eBay User ID
+ Marketplace is now eBay site
+ Template is now Policy
+ Actions On Categories' Products is now Automatic Actions
+
+
+ Simple / Advanced Mode for eBay . There are now two modes available for eBay.
+
+
+ Simple - for new users and those with limited inventory;
+ Advanced - for more experienced users.
+
+ You can change the mode any time in Sell on eBay > Configuration > General.
+
+ The global settings for M2E have been moved and divided into:
+
+
+ Common – for all channels. Find these settings in Magento > System > Configuration and select M2E Pro;
+ eBay settings. Find these settings in Sell on eBay > Configuration > General.
+
+
+ "," Se ha añadido el cálculo de tarifas de eBay a la vista de anuncio, lo que te permite ver cuánto se te cobrará por poner en venta tu artículo en eBay. Se ha añadido la conversión automática del tipo de cambio de divisa . Si Magento tiene el tipo de cambio de conversión de divisa, la conversión de todos tus precios se realizará automáticamente. Programación de poner en venta/volver a poner en venta se ha eliminado de las plantillas de sincronización de Amazon, Rakuten.com y Play.com, y se ha actualizado para eBay. Ahora abarca las reglas tanto de puesta en venta como de nueva puesta en venta. Se han reformulado los siguientes términos para eBay: Título de la cuenta ahora es Seudónimo de eBay Mercado ahora es Sitio de eBay Plantilla ahora es Política Acciones en productos de categorías ahora es Acciones automáticas Modo sencillo/avanzado para eBay . Ahora hay dos modos disponibles para eBay. Sencillo : adecuado para los usuarios nuevos y para los que tienen un inventario limitado. Avanzado : adecuado para los usuarios con más experiencia. Puedes cambiar el modo en cualquier momento en Vender en eBay > Configuración > General. La configuración global de M2E se ha trasladado y dividido en: Común: para todos los canales. Para acceder a esta configuración, ve a Magento > Sistema > Configuración y selecciona M2E Pro. Configuración de eBay. Para acceder a esta configuración, ve a Vender en eBay > Configuración > General. "
+"Migration Notifications","Notificaciones de migración"
+"Below you can find all changes that have been made after migration. Click on the links to check or edit changed options.","A continuación, puedes encontrar todos los cambios que se han realizado después de la migración. Pulsa los vínculos para comprobar o modificar las opciones cambiadas."
+"You have no notifications of Migration!","No tienes ninguna notificación de migración"
+"eBay accounts have been renamed","Se ha cambiado el nombre de las cuentas de eBay"
+"eBay Condition has been changed in the next Description Templates","El estado de eBay se ha cambiado en las siguientes plantillas de descripción"
+"Ignore variation option has been moved from eBay General template to the Selling Format policy and set to default 'No'.
+ Below you can find the listings that used 'Yes' in this option. Please, check their the Selling Format settings to make sure the option has the value you need.
+ ","La opción de omitir variantes se ha trasladado desde la plantilla General de eBay a la política Formato de venta y se ha establecido en el valor predeterminado ""No"". A continuación, puedes encontrar los anuncios que usaban ""Sí"" en esta opción. Comprueba su configuración de formato de venta para asegurarte de que la opción tiene el valor que necesitas. "
+"'Products Presented in Other listings' option has been removed from the listing settings.
+ Instead of it you can use Advanced Filter on the Add products page.
+ Listings which used 'Do Not Show' in this option are displayed below
+ ","La opción ""Productos presentados en otros anuncios"" se ha eliminado de la configuración de anuncio. En su lugar, puedes usar el filtro avanzado de la página Añadir productos. A continuación, se indican los anuncios que usaban ""No mostrar"" "
+"Activation and Deactivation Synchronization Template options have been removed from the listings settings.
+ Synchronization template (policy) settings take effect immediately and will be active during whole its life.
+ The listings below used these options","Las opciones de activación y desactivación de la plantilla de sincronización se han eliminado de la configuración de anuncio. La configuración de la plantilla (política) de sincronización surte efecto inmediatamente y estará activa durante todo su ciclo. Los anuncios siguientes usaban estas opciones"
+"Schedule has been updated for eBay Synchronization policy. It now covers both list and relist rules.","La programación se ha actualizado para la política de sincronización de eBay. Ahora abarca las reglas tanto de puesta en venta como de nueva puesta en venta."
+"'Delay After End' option has been removed from eBay Synchronization template (policy). 'Immediate' is used instead of it in the listings below.","La opción ""Retraso tras finalizar"" se ha eliminado de la plantilla (política) de sincronización de eBay. Ahora se usa ""Inmediato"" en los anuncios siguientes."
+"Schedule has been removed from Amazon, Rakuten.com and Play.com.
+ The Schedule was listed in the listings below.
+ ","La programación se ha eliminado de Amazon, Rakuten.com y Play.com. La programación estaba incluida en los anuncios siguientes. "
+"Custom value option has been removed from eBay Product Items Details settings (General template > Item Specifics).
+ Please, check the Description policies below","La opción de valor personalizado se ha eliminado de la configuración de detalles de artículos de producto de eBay (Plantilla general > Características del artículo). Consulta las políticas de descripción siguientes"
+"During migration M2E has found unused Description templates (policies). Check if you need them.","Durante la migración M2E ha encontrado plantillas (políticas) de descripción sin usar. Comprueba si las necesitas."
+"Possible Conversions","Conversiones posibles"
+"Rate","Tarifa"
+"Price Coefficient","Coeficiente de precio"
+"Sale Price Coefficient","Coeficiente de precio de venta"
+"Store Currency (%s)","Divisa de tienda (%s)"
+"Marketplace Currency (%s)","Divisa de mercado (%s)"
+"Conversion will not be performed.","No se realizará la conversión."
+"Conversion will be performed.","La conversión se realizará."
+"Start Price Coefficient","Coeficiente de precio de salida"
+"Buy It Now Price Coefficient","Coeficiente de precio ¡Cómpralo ya!"
+"Reserve Price Coefficient","Coeficiente de precio mínimo"
+"converted from %s","convertido de %s"
+"Price Euro Coefficient","Coeficiente de precio en euros"
+"Price GBR Coefficient","Coeficiente de precio en GBP"
+"Invalid coefficient format.","Formato de coeficiente no válido"
+"Selling Format Currency Conversion","Conversión de divisa de formato de venta"
+"In the table below you can see Selling Format templates, which prices will be converted.
+ The currency rate you can check in Manage currency rate settings. If you need to correct the prices, use coefficients.
+ ","En la tabla siguiente puedes ver las plantillas de formato de venta cuyos precios se convertirán. El tipo de cambio de divisa lo puedes comprobar en la configuración Gestionar tipos de cambio de divisa . Si necesitas corregir los precios, usa coeficientes. "
+"You have successfully upgraded to M2E Pro v. %s .
+ Click
+ Start Migration Wizard to quickly set up main settings","Has actualizado correctamente la aplicación a M2E Pro v. %s . Pulsa el asistente Iniciar migración para establecer rápidamente la configuración principal"
diff --git a/i18n/fr_CA.csv b/i18n/fr_CA.csv
new file mode 100644
index 000000000..37adc40ec
--- /dev/null
+++ b/i18n/fr_CA.csv
@@ -0,0 +1,4438 @@
+"eBay Motors","eBay Auto"
+"Feedback Synchronization","Synchronisation des évaluations"
+"Task ""3rd Party Listings Synchronization"" for eBay account: ""%s"" is in data processing state. Please wait...","La tâche « Synchronisation des annonces tierces » pour le compte eBay « %s » est en cours de traitement. Veuillez patienter..."
+"Task ""Update Listings Products"" for eBay account: ""%s"" is in data processing state. Please wait...","La tâche « Mise à jour des produits des annonces » pour le compte eBay « %s » est en cours de traitement. Veuillez patienter..."
+"Task ""Update 3rd Party Listings"" for eBay account: ""%s"" is in data processing state. Please wait...","La tâche « Mise à jour des annonces tierces » pour le compte eBay « %s » est en cours de traitement. Veuillez patienter..."
+"Payment Status was updated to Paid on eBay. As Magento Order #%order_id% can have wrong data, it have to be cancelled.","Le statut du paiement a été remplacé par Payé sur eBay. La commande Magento n° %order_id% doit être annulée, car elle contient peut-être des données erronées."
+"Task ""Orders Cancellation Synchronization"" for eBay account: ""%s"" is in data processing state. Please wait...","La tâche « Synchronisation de l'annulation des commandes » pour le compte eBay « %s » est en cours de traitement. Veuillez patienter..."
+"Attention! Last eBay AUTOMATIC synchronization was performed by cron more than %s hours ago. You should set up cron job, otherwise no automatic synchronization will be performed. You can check this %sarticle%s to get how to set cron job. The command for cron job for your server environment can be found %shere%s.","Attention ! La dernière synchronisation automatique d'eBay effectuée par cron remonte à plus de %s heures. Vous devez configurer la tâche cron. A défaut, aucune synchronisation automatique ne sera effectuée. Vous pouvez consulter cet %sarticle%s pour en savoir plus sur la configuration de la tâche cron. La commande de tâche cron pour votre environnement serveur se trouve %sici%s."
+"Please select and update eBay marketplaces before adding new General Templates.","Veuillez sélectionner des places de marché eBay et les modifier avant d'ajouter de nouveaux modèles Général."
+"The ""Categories Synchronization"" action for eBay Site: ""%s"" is in data processing mode. Please wait...","La tâche « Synchronisation des catégories » pour le site eBay « %s » est en cours de traitement. Veuillez patienter..."
+"The ""Categories Synchronization"" action for eBay Site: ""%mrk%"" is in data processing mode. Please wait...","La tâche « Synchronisation des catégories » pour le site eBay « %mrk% » est en cours de traitement. Veuillez patienter..."
+"An error occured while listing the item. The item has been blocked. The next M2E Synchronization will resolve the problem.","Une erreur est survenue lors de la mise en vente de l'objet. L'annonce a été bloquée. Le problème sera résolu lors de la prochaine synchronisation M2E."
+"ID","Identifiant"
+"Text","Texte"
+"Creation Date","Date de création"
+"Update Date","Date de mise à jour"
+"Edit","Modifier"
+"Delete","Supprimer"
+"Add Template","Ajouter le modèle"
+"Save","Enregistrer"
+"Update","Nouveauté"
+"Get Token","Obtenir un code"
+"Synchronization Settings","Paramètres de synchronisation"
+"Refresh","Actualiser"
+"Hide","Masquer"
+"Configuration","Configuration"
+"General","Général"
+"3rd Party Listings","Annonces tierces"
+"eBay Store","Boutique eBay"
+"Orders","Commandes"
+"Feedback","Evaluation"
+"Edit%s Account","Modifier%s le compte"
+"Add%s Account","Ajouter%s un compte"
+"Save And Close","Enregistrer et fermer"
+"Save And Continue Edit","Enregistrer et continuer les modifications"
+"Back","Précédente"
+"eBay User ID","Pseudo eBay"
+"Add Account","Ajouter un compte"
+"Category","Catégorie"
+"eBay Primary","Principale eBay"
+"eBay Secondary","Secondaire eBay"
+"Store Primary","Principale de la Boutique"
+"Store Secondary","Secondaire de la Boutique"
+"Specifics","Caractéristiques"
+"Edit eBay Primary Category","Modifier la catégorie principale eBay"
+"Title","Titre"
+"Primary","Elémentaire"
+"Secondary","Secondaire"
+"Type","Type"
+"eBay Site","Site eBay"
+"Account","Compte"
+"State","Etat"
+"Active","En cours"
+"Removed","Retiré"
+"Actions","Actions"
+"Magento Attribute","Attribut Magento"
+"Any","Tout"
+"eBay Sites","Sites eBay"
+"Synchronization","Synchronisation"
+"Policies","Règlements"
+"Categories In Use","Catégories utilisées"
+"Account Settings","Paramètres du compte"
+"Global Settings","Paramètres généraux"
+"Close","Fermer"
+"Send","Envoyer"
+"Transaction ID","Numéro de la transaction"
+"Item ID","Numéro de l'objet"
+"Item Title","Titre de l'objet "
+"Buyer Feedback Date","Date de l'évaluation de l'acheteur"
+"Seller Feedback Date","Date de l'évaluation du vendeur"
+"Neutral","Neutre"
+"Positive","Positive"
+"Negative","Négative"
+"Unresponded Feedback","Evaluations sans réponse"
+"Responded Feedback","Evaluations avec réponse"
+"No ID For Auction","Aucun pseudo pour les Enchères"
+"N/A","S.O."
+"Buyer","Acheteur"
+"Seller","Vendeur"
+"Send Response","Envoyer la réponse"
+"Feedback for account ""%s"","Evaluations pour le compte « %s »"
+"Accounts","Comptes"
+"Creating A New M2E Listing","Création d'une nouvelle annonce M2E"
+"Show Video Tutorial","Afficher le didacticiel vidéo"
+"Next Step","Etape suivante"
+"Categories","Catégories"
+"Edit Rule","Modifier la règle"
+"Delete Rule","Supprimer la règle"
+"Total","Total"
+"details","détails"
+"Continue","Continuer"
+"Add New Rule","Ajouter une nouvelle règle"
+"Magento Category","Catégorie Magento"
+"eBay Categories","Catégories eBay"
+"Primary eBay Category Selected","Catégorie principale eBay sélectionnée"
+"Primary eBay Category Not Selected","Catégorie principale eBay non sélectionnée"
+"Edit Primary Category","Modifier la catégorie principale"
+"Edit Store Primary Category","Modifier la catégorie principale de la Boutique"
+"Edit Categories","Modifier les catégories"
+"Edit Primary Categories","Modifier les catégories principales"
+"Edit Store Primary Categories","Modifier les catégories principales des Boutiques"
+"eBay Primary Category","Catégorie principale eBay"
+"eBay Secondary Category","Catégorie secondaire eBay"
+"eBay Store Primary Category","Catégorie principale de la Boutique eBay"
+"eBay Store Secondary Category","Catégorie secondaire de la Boutique eBay"
+"Not Selected","Non sélectionné"
+"Magento Attribute -> %s","Attribut Magento -> %s"
+"Done","Terminé"
+"Cancel","Annuler"
+"Set eBay Categories","Définir les catégories eBay"
+"Set eBay Categories (Based On Magento Categories)","Définir les catégories eBay (en fonction des catégories Magento)"
+"Store Primary Category","Catégorie principale de la Boutique"
+"Store Secondary Category","Catégorie secondaire de la Boutique"
+"Category type is not set.","Le type de catégorie n'est pas défini."
+"Recently Used","Utilisées récemment"
+"Browse","Parcourir"
+"Search","Rechercher"
+"Set Your eBay Categories","Définir les catégories eBay"
+"Product ID","Code produit"
+"Product Title","Nom du produit"
+"Get Suggested Primary Category","Suggestion d'une catégorie principale"
+"Reset Categories","Réinitialiser les catégories"
+"Remove Item","Supprimer l'objet"
+"Get Suggested Primary Categories","Suggestions de catégories principales"
+"Remove Item(s)","Supprimer les objets"
+"Primary eBay Category","Catégorie principale eBay"
+"Secondary eBay Category","Catégorie secondaire eBay"
+"Primary eBay Store Category","Catégorie principale de la Boutique eBay"
+"Secondary eBay Store Category","Catégorie secondaire de la Boutique eBay"
+"You have not selected the Primary eBay Category for some products.","La catégorie principale eBay n'est pas sélectionnée pour certains produits."
+"Are you sure?","Etes-vous sûr ?"
+"eBay could not assign categories for %s products.","eBay n'a pas pu affecter les catégories pour %s produits."
+"Suggested Categories were successfully received for %s product(s).","Des suggestions de catégories ont été reçues pour %s produits."
+"Set eBay Category","Définir la catégorie eBay"
+"Set eBay Category for Product(s)","Définir la catégorie eBay pour les produits"
+"Set eBay Primary Category for Product(s)","Définir la catégorie principale eBay pour les produits"
+"eBay Same Categories","Catégories identiques eBay"
+"Yes","Oui"
+"No","Non"
+"eBay Categories Specifics","Caractéristiques des catégories eBay"
+"Next Category","Catégorie suivante"
+"Loading. Please wait","Chargement. Veuillez patienter"
+"Add Custom Specific","Ajouter une caractéristique personnalisée"
+"Title / Info","Titre/informations"
+"Total Items","Total des objets"
+"Active Items","Objets en vente actuellement"
+"Inactive Items","Objets inactifs"
+"Sold QTY","Quantité vendue "
+"Clear Log(s)","Effacer les journaux"
+"Delete Listing(s)","Supprimer les annonces"
+"Admin (Default Values)","Administrateur (valeurs par défaut)"
+"Magento Store View","Vue Boutique Magento"
+"Manage Products","Gérer les produits"
+"Add Products from Products List","Ajouter des produits à partir de la liste"
+"Add Products from Categories","Ajouter des produits à partir des catégories"
+"Automatic Actions","Tâches automatiques"
+"View Logs","Afficher les journaux"
+"Delete Listing","Supprimer l'annonce"
+"Edit Listing Title","Modifier le titre de l'annonce"
+"Edit Listing Settings","Modifier les paramètres de l'annonce"
+" - Payment And Shipping"," - Paiement et livraison"
+" - Selling"," - Vente"
+" - Synchronization"," - Synchronisation"
+"Log For%s Listing","Journal de%s l'annonce"
+"Show General Log","Afficher le journal général"
+"Listings were not found.","Annonces introuvables."
+"eBay Item ID","Numéro de l'objet eBay"
+"Product Name","Nom du produit"
+"Action","Action"
+"Description","Description"
+"Run Mode","Mode d'exécution"
+"Priority","Priorité"
+"Log For%s 3rd Party Listing","Journal de%s l'annonce tierce"
+"Source","Source"
+"Revise Rules","Règles de modification"
+"Relist Rules","Règles de remise en vente"
+"Stop Rules","Règles d'arrêt"
+"Edit%s 3rd Party Synchronization Settings","Modifier%s les paramètres de synchronisation tiers"
+"Product Title / SKU","Titre du produit/Référence article"
+"eBay Available QTY","Quantité disponible eBay"
+"eBay Sold QTY","Quantité vendue eBay"
+"eBay Price","Prix eBay"
+"Status","Statut"
+"Listed","Mis en vente"
+"Listed (Hidden)","Mis en vente (masqué)"
+"Sold","Vendu"
+"Stopped","Arrêté"
+"Finished","Terminé"
+"Pending","En attente"
+"Start Date","Date de début"
+"End Date","Date de fin"
+"Unmap","Démapper"
+"View Log","Afficher le journal"
+"Clear Log","Effacer le journal"
+"Revise Item(s)","Modifier les annonces"
+"Relist Item(s)","Remettre les objets en vente"
+"Stop Item(s)","Arrêter la vente des objets"
+"Map Item(s) Automatically","Mapper les objets automatiquement"
+"Move Item(s) to Listing","Déplacer les objets vers une annonce"
+"Map","Mapper"
+"Move","Déplacer"
+"SKU","Référence article"
+"Revise","Modifier"
+"Relist","Remettre en vente"
+"Stop","Arrêter"
+"Status Change","Modification de statut"
+"Manual","Manuel"
+"Automatic","Automatique"
+"Mapping Product","Mappage du produit"
+"Product does not exist.","Le produit n'existe pas."
+"Please enter correct product ID.","Saisissez le code produit correct."
+"Product(s) was successfully mapped.","Les produits ont été mappés."
+"Please enter correct product ID or SKU","Saisissez le code produit correct ou la référence article"
+"Moving eBay Items.","Déplacement des objets eBay."
+"Products failed to move","Les produits n'ont pas pu être déplacés"
+"Product(s) was successfully moved.","Les produits ont été déplacés."
+"Products were not moved. View log for details.","Les produits n'ont pas été déplacés. Afficher le journal pour plus de détails."
+"Some of the products were not moved. View log for details.","Certains produits n'ont pas été déplacés. Afficher le journal pour plus de détails."
+"Product was successfully mapped.","Le produit a été mappé."
+"Current eBay version only supports simple products in mapping. Please, choose simple product.","La version actuelle d'eBay prend uniquement en charge le mappage des produits simples. Veuillez choisir un produit simple."
+"Processing %s product(s).","Traitement des produits %s."
+"Task completed. Please wait ...","Fin de la tâche. Veuillez patienter..."
+"""%s"" task has successfully completed.","La tâche « %s » est terminée."
+"""%s"" task has completed with warnings. View log for details.","La tâche « %s » s'est terminée avec des avertissements. Afficher le journal pour plus de détails."
+"""%s"" task has completed with errors. View log for details.","La tâche « %s » s'est terminée avec des erreurs. Afficher le journal pour plus de détails."
+"Sending %s product(s) data on eBay.","Envoi de données produits %s sur eBay."
+"View All Product Log.","Afficher le journal de tous les produits."
+"The listing was locked by another process. Please try again later.","L'annonce a été verrouillée par un autre processus. Veuillez réessayer ultérieurement."
+"Listing is empty.","L'annonce est vide."
+"Listing All Items On eBay","Mise en vente de tous les objets sur eBay"
+"Listing Selected Items On eBay","Mise en vente des objets sélectionnés sur eBay"
+"Revising Selected Items On eBay","Modification des objets sélectionnés sur eBay"
+"Relisting Selected Items On eBay","Remise en vente des objets sélectionnés sur eBay"
+"Stopping Selected Items On eBay","Arrêt de la vente des objets sélectionnés sur eBay"
+"Stopping On eBay And Removing From Listing Selected Items","Arrêt de la vente des objets sélectionné sur eBay et suppression de ces objets de l'annonce"
+"Map Item(s) to Products","Mapper les objets vers des produits"
+"Only mapped products must be selected.","Seuls des produits mappés doivent être sélectionnés."
+"Selected items must belong to the same Account and Marketplace.","Les objets sélectionnés doivent appartenir au même compte et à la même place de marché."
+"Please select items.","Veuillez sélectionner des objets."
+"Please select action.","Sélectionnez une action."
+"Stock Availability","Disponibilité"
+"In Stock","En stock"
+"Out of Stock","En rupture de stock"
+"Price","Prix"
+"Qty","Qté"
+"Based on Magento Categories","En fonction des catégories Magento"
+"You must select at least 1 category.","Vous devez sélectionner au moins 1 catégorie."
+"Rule with the same title already exists.","Une règle ayant le même titre existe déjà."
+"Listing Settings Customization","Personnalisation des paramètres de l'annonce"
+"eBay/Magento Integration: Products Management","Intégration eBay/Magento : Gestion des produits"
+"Congratulations","Félicitations"
+"Review Your Items","Vérifier les objets"
+"List Your Items Now","Mettre les objets en vente"
+"Remove","Supprimer"
+"of","sur"
+"Visibility","Visibilité"
+"Websites","Sites Web"
+"Select Products","Sélectionner les produits"
+"Start Configure","Commencer la configuration"
+"
+ Do you want to set up a rule by which products will be automatically added or deleted from the current M2E listing?
+ .
+
+Click Start Configure to create a rule or Cancel if you do not want to do it now.
+
+Note: You can always return to it by clicking Automatic Action button on this page."," Souhaitez-vous définir une règle pour ajouter ou supprimer automatiquement des produits de l'annonce M2E en cours ? . Cliquez sur Commencer la configuration pour créer une règle ou sur Annuler si vous ne souhaitez pas la créer maintenant.Remarque : vous pouvez revenir à cette option en cliquant sur le bouton Tâche automatique sur cette page."
+"Yes, I Want","Oui"
+"No, Skip It","Non merci"
+"Do you want to customise M2E Listing settings for the necessary products?","Souhaitez-vous personnaliser les paramètres de l'annonce M2E pour les produits ?"
+"It is possible to override default settings you set on the previous steps and set different
+ settings for the group of products.","Vous pouvez remplacer les paramètres par défaut définis à l'étape précédente par d'autres paramètres pour le groupe de produits."
+"Remember my choice","Se souvenir de mon choix"
+"Product Title / Listing / SKU","Titre du produit/Annonce/Référence article"
+"Listing Type","Format de l'annonce"
+"M2E Pro","M2E Pro"
+"3rd Party","Annonces tierces"
+"""Buy It Now"" Price","Prix d'Achat immédiat"
+"Unknown","Inconnu"
+"Not Listed","Non mis en vente"
+"Manage","Gérer"
+"Listing","Annonce"
+"receiving","réception"
+"none","aucun"
+"Go to listing","Accéder à l'annonce"
+"Payment and Shipping Settings","Paramètres de paiement et de livraison"
+"Payment","Paiement"
+"Use from Listing Settings","Utiliser les paramètres de l'annonce"
+"Custom Settings","Paramètres personnalisés"
+"M2E Pro Policy","Conditions M2E Pro"
+"eBay Policy","Conditions eBay"
+"Shipping","Livraison"
+"Return","Retour"
+"Selling Settings","Paramètres de vente"
+"Price, Quantity and Format","Prix, quantité et format"
+"Edit Settings","Modifier les paramètres"
+"Edit Payment and Shipping Settings","Modifier les paramètres de paiement et de livraison"
+"Edit Selling Settings","Modifier les paramètres de vente"
+"Edit Synchronization Settings","Modifier les paramètres de synchronisation"
+"M2E Pro -> ","M2E Pro -> "
+"eBay -> ","eBay -> "
+"for","pour"
+"Set Products Settings","Définir les paramètres des produits"
+"Add Products","Ajouter des produits"
+"Payment and Shipping","Paiement et livraison"
+"Selling","Vente"
+"Edit Listing Settings ""%s"","Modifier les paramètres de l'annonce « %s »"
+"Previous Step","Etape précédente"
+"Data source is invalid.","La source des données n'est pas valide."
+"Session key is not defined.","La clé de session n'est pas définie."
+"Save as New Policy","Enregistrer en tant que nouvelles conditions"
+"Template nick is not defined.","Le pseudo du modèle n'est pas défini."
+"Template mode is not initialized.","Le mode du modèle n'est pas initialisé."
+"Product Title / SKU / eBay Category","Titre du produit/référence article/catégorie eBay"
+"Available QTY","Quantité disponible"
+"Adviser","Consultant"
+"List Item(s) on eBay","Mettre les objets en vente sur eBay"
+"Revise Item(s) on eBay","Modifier les objets sur eBay"
+"Relist Item(s) on eBay","Remettre les objets en vente sur eBay"
+"Stop Item(s) on eBay","Arrêter la vente des objets sur eBay"
+"Stop on eBay / Remove From Listing","Arrêter la vente sur eBay/supprimer de l'annonce"
+"Move Item(s) to Another Listing","Déplacer les objets vers une autre annonce"
+"Edit eBay Categories Settings","Modifier les paramètres des catégories eBay"
+"eBay Fee","Frais eBay"
+"estimate","estimation"
+"List","Mettre en vente"
+"Stop on Channel / Remove from Listing","Arrêter la vente sur le canal/supprimer de l'annonce"
+"Success","Opération réussie"
+"Notice","Avis"
+"Warning","Avertissement"
+"Error","Erreur"
+"Product(s) was not moved. View log for details.","Les produits n'ont pas été déplacés. Afficher le journal pour plus de détails."
+"Some product(s) was not moved. View log for details.","Certains produits n'ont pas été déplacés. Afficher le journal pour plus de détails."
+"Estimated Fee Details","Détails de l'estimation des frais"
+"Please check eBay Motors compatibility attribute.
+ You can find it in %s > Configuration > General .","Vérifiez l'attribut de compatibilité eBay Auto. Il se trouve dans le menu %s > Configuration > Général ."
+"Fees are not set.","Les frais ne sont pas définis."
+"Errors are not set.","Les erreurs ne sont pas définies."
+"eBay","eBay"
+"Settings","Paramètres"
+"Magento","Magento"
+"View Mode","Mode d'affichage"
+"View mode is not set.","Le mode d'affichage n'est pas défini."
+"eBay Primary Category Assigned","Catégorie principale eBay affectée"
+"Compatibility","Compatibilité"
+"Filled","Renseigné"
+"Empty","Non renseigné"
+"Edit eBay Primary Categories Settings","Modifier les paramètres des catégories principales eBay"
+"Edit eBay Store Primary Categories Settings","Modifier les paramètres des catégories principales de la Boutique eBay"
+"Add Compatible Vehicles","Ajouter des véhicules compatibles"
+"Not Set","Non défini"
+"Show","Afficher"
+"Product","Attribut"
+"Attribute","Produit"
+"ePIDs","Codes produits eBay"
+"Compatibility Attribute ePIDs","Codes produits eBay de l'attribut Compatibilité"
+"View Listing","Afficher l'annonce"
+"Change Listing","Modifier l'annonce"
+"Compatibility Attribute","Attribut Compatibilité"
+"From Products List","A partir de la liste de produits"
+"From Categories","A partir des catégories"
+"Add Listing","Ajouter une annonce"
+"Listings","Annonces "
+"Update Now","Mettre à jour maintenant"
+"Save And Update","Enregistrer et mettre à jour"
+"ePID","Code produit eBay"
+"Car / Truck","Voiture/camion"
+"Motorcycle","Moto"
+"Make","Marque"
+"Model","Modèle"
+"Submodel","Sous-modèle"
+"Year","Année"
+"Trim","Etat"
+"Engine","Moteur"
+"Overwrite ePIDs in Compatibility Attribute","Remplacer les codes produits eBay dans l'attribut Compatibilité"
+"Add ePIDs to Compatibility Attribute","Ajouter des codes produits eBay à l'attribut Compatibilité"
+"Edit Shipping Address","Modifier l'adresse de livraison"
+"Save Order Address","Enregistrer l'adresse de la commande"
+"Sale Date","Date de vente"
+"Magento Order #","N° de commande Magento"
+"eBay Order #","N° de commande eBay"
+"Items","Objets"
+"Total Paid","Total payé"
+"Reservation","Réservation"
+"Not Reserved","Non réservé"
+"Reserved","Réservé"
+"Released","Libéré"
+"Canceled","Annulé"
+"Checkout","Finalisation de l'achat"
+"Paid","Payé"
+"Shipped","Envoyé"
+"View","Afficher"
+"Create Order","Créer la commande"
+"Mark As Paid","Marquer comme payé"
+"Mark As Shipped","Marquer comme envoyé"
+"Reserve QTY","Quantité réservée"
+"Cancel QTY Reserve","Annuler la quantité réservée"
+"Mark Order(s) as Shipped","Marquer les commandes comme envoyées"
+"Mark Order(s) as Paid","Marquer les commandes comme payées"
+"Resend Shipping Information","Renvoyer les informations de livraison "
+"Deleted","Supprimé"
+"edit","modifier"
+"Options","Options"
+"QTY","Quantité"
+"Transaction","Transaction"
+"Item","Objet"
+"Transaction #","N° de la transaction"
+"Fee","Frais"
+"Amount","Montant"
+"Date","Date"
+"Incl. Tax","Inclut la "
+"Excl. Tax"," "
+"Original Price","Prix de départ"
+"Tax Percent","Pourcentage de la taxe"
+"Row Total","Total de la ligne"
+"View on eBay","Afficher sur eBay"
+"Map to Magento Product","Mapper vers un produit Magento"
+"Set Options","Définir les options"
+"View Order Details","Afficher les détails de la commande"
+"Mark as Shipped","Marquer comme envoyé"
+"Mark as Paid","Marquer comme payé"
+"Are you sure that you want to create new Magento Order?","Voulez-vous vraiment créer une commande Magento ?"
+"Confirm","Confirmer"
+"Run Now","Exécuter maintenant"
+"Run Enabled Now","Exécuter les éléments activés"
+"Save Settings","Enregistrer les paramètres"
+"Subtitle","Sous-titre"
+"Condition","Etat"
+"Condition Description","Description de l'état"
+"Buy It Now Price","Prix d'Achat immédiat"
+"Start Price","Prix de départ"
+"Reserve Price","Prix de réserve"
+"Listing Duration","Durée de la mise en vente"
+"Dispatch Time","Délai d'expédition"
+"Primary Category Id","Numéro de la catégorie principale"
+"Secondary Category Id","Numéro de la catégorie secondaire"
+"Store Primary Category Id","Numéro de la catégorie principale de la Boutique"
+"Store Secondary Category Id","Numéro de la catégorie secondaire de la Boutique"
+"Primary Category Name","Nom de la catégorie principale"
+"Secondary Category Name","Nom de la catégorie secondaire"
+"Store Primary Category Name","Nom de la catégorie principale de la Boutique"
+"Store Secondary Category Name","Nom de la catégorie secondaire de la Boutique"
+"Domestic Shipping First Method","Premier mode de service de livraison nationale"
+"Domestic Shipping First Cost","Premiers frais du service de livraison nationale"
+"Domestic Shipping First Additional Cost","Premiers frais supplémentaires du service de livraison nationale"
+"International Shipping First Method","Premier mode de service de livraison internationale"
+"International Shipping First Cost","Premiers frais du service de livraison internationale"
+"International Shipping First Additional Cost","Premiers frais supplémentaires du service de livraison internationale"
+"Insert","Insérer"
+"Show / Hide Editor","Afficher/masquer l'éditeur"
+"Preview","Prévisualisation"
+"View Random Product","Afficher un produit au hasard"
+"Edit ""%s"" %s Policy","Modifier les conditions « %s » %s"
+"Add %s Policy","Ajouter des conditions %s"
+"Duplicate","Dupliquer"
+"
+Note: All changes you have made will be automatically applied to all M2E listings where this policy is used.","Remarque : toutes les modifications apportées s'appliquent automatiquement à toutes les annonces M2E qui utilisent ces conditions."
+"Template nick is not set.","Le pseudo du modèle n'est pas défini."
+"Marketplace is required for editing payment template.","La place de marché doit être spécifiée pour modifier le modèle de paiement."
+"Marketplace is required for editing return template.","La place de marché doit être spécifiée pour modifier le modèle de retour."
+"Please find more about currency rate set up in'
+ . ' magento documentation .","Pour en savoir plus sur la configuration du taux de change, consultez la' . ' documentation Magento ."
+"Name","Nom"
+"Select","Sélectionner"
+"Reset","Réinitialiser"
+"Marketplace is required for editing shipping template.","La place de marché doit être spécifiée pour modifier le modèle de livraison."
+"Add Policy","Ajouter des conditions"
+"eBay DateTime object is null","La valeur de l'objet eBay DateTime est nulle"
+"Wrong action type","Type d'action incorrect"
+"Listing ""%listingId%"" locked by other process.","L'annonce « %listingId% » est verrouillée par un autre processus."
+"Relisting","Remise en vente"
+"Revising","Modification"
+"Stopping","Arrêt"
+"Item is listed or not available","L'objet est mis en vente ou n'est pas disponible"
+"Categories settings are not set","Les paramètres des catégories ne sont pas définis"
+"There is another item with the same eBay user ID,
+ product ID and marketplace presented in ""%s"" (%d) Listing.","Un autre objet associé aux mêmes Pseudo eBay, code produit et place de marché est affiché dans l'annonce « %s » (%d)."
+"Item was successfully listed","L'objet a été mis en vente"""
+"There is another item with the same eBay user ID,
+ product ID and marketplace presented in ""%s"" (%d) Listing.","Un autre objet associé aux mêmes Pseudo eBay, code produit et place de marché est affiché dans l'annonce « %s » (%d)."""
+"Multiple Item Connector has received empty array","Le connecteur d'objets multiples a reçu un tableau vide"
+"Multiple Item Connector has received invalid product data type","Le connecteur d'objets multiples a reçu un type de données produits non valide"
+"Multiple Item Connector has received products from different listings","Le connecteur d'objets multiples a reçu des produits de différentes annonces"
+"Listing product was not found","Le produit de l'annonce est introuvable"
+"The item either is listed, or not listed yet or not available","L'objet est mis en vente, n'est pas encore mis en vente ou n'est pas disponible"
+"Item already was started on eBay","La vente de l'objet a déjà commencé sur eBay"
+"Item was successfully relisted","L'objet a été remis en vente"
+"This item cannot be accessed on eBay. M2E set Not Listed status.","L'objet n'est pas accessible sur eBay. Statut Non mis en vente défini par M2E."
+"Item is not listed or not available","L'objet n'est pas mis en vente ou n'est pas disponible"
+"Variation attributes were changed. Please stop and list product.","Les attributs des versions ont été modifiés. Veuillez arrêter la vente et mettre le produit en vente."
+"Item was already stopped on eBay","La vente de l'objet a déjà été arrêtée sur eBay"
+"Item was successfully revised","L'annonce a été modifiée"
+"Item was successfully stopped","La vente de l'objet a été arrêtée"
+"eBay Order status was not updated. Reason: %msg%","Le statut de la commande eBay n'a pas été modifié. Motif : %msg%"
+"Status of India site orders cannot be updated if the buyer uses PaisaPay payment method.","Le statut des commandes du site eBay Inde ne peut pas être modifié si l'acheteur a utilisé PaisaPay comme mode de paiement."
+"Invalid action.","Action non valide."
+"Payment status for eBay order was not updated. Reason: eBay Failure.","Le statut du paiement de la commande eBay n'a pas été modifié. Motif : échec sur eBay."
+"Payment status for eBay order was updated to Paid.","Le statut du paiement de la commande eBay a été remplacé par Payé."
+"Shipping status for eBay order was not updated. Reason: eBay Failure.","Le statut de la livraison de la commande eBay n'a pas été modifié. Motif : échec sur eBay."
+"Tracking number ""%num%"" for ""%code%"" has been sent to eBay.","Le numéro de suivi « %num% » pour « %code% » a été envoyé à eBay."
+"Shipping status for eBay order was updated to Shipped.","Le statut de la livraison de la commande eBay a été remplacé par Envoyé."
+"Dispute cannot be opened. Reason: Dispute explanation is not defined.","Impossible d'ouvrir le litige. Motif : l'explication du litige n'est pas définie."
+"Dispute cannot be opened. Reason: Dispute reason is not defined.","Impossible d'ouvrir le litige. Motif : le motif du litige n'est pas défini."
+"Unpaid Item Process was not open for item #%id%. Reason: %msg%","Aucun litige pour objet non payé n'a été ouvert pour l'objet n° %id%. Motif : %msg%"
+"Unpaid Item Process was not open for item #%id%. Reason: eBay failure. Please try again later.","Aucun litige pour objet non payé n'a été ouvert pour l'objet n° %id%. Motif : échec sur eBay. Veuillez réessayer ultérieurement."
+"Unpaid Item Process for item #%id% has been initiated.","Un litige pour objet non payé a été ouvert pour l'objet n° %id%."
+"Action was not completed (Item: %item_id%, Transaction: %trn_id%). Reason: %msg%","La tâche n'a pas été terminée (objet : %item_id%, transaction : %trn_id%). Motif : %msg%"
+"Shipping status was not updated (Item: %item_id%, Transaction: %trn_id%). Reason: %msg%","Le statut de la livraison n'a pas été modifié (objet : %item_id%, transaction : %trn_id%). Motif : %msg%"
+"Shipping status was not updated (Item: %item_id%, Transaction: %trn_id%). Reason: eBay Failure.","Le statut de la livraison n'a pas été modifié (objet : %item_id%, transaction : %trn_id%). Motif : échec sur eBay."
+"Tracking number ""%num%"" for ""%code%"" has been sent to eBay (Item: %item_id%, Transaction: %trn_id%).","Le numéro de suivi « %num% » pour « %code% » a été envoyé à eBay (objet : %item_id%, transaction : %trn_id%)."
+"Order item has been marked as shipped (Item: %item_id%, Transaction: %trn_id%).","L'objet de la commande a été marqué comme envoyé (objet : %item_id%, transaction : %trn_id%)."
+"Other listings locked by other process.","D'autres annonces sont verrouillées par un autre processus."
+"The item either is listed or not available","L'objet est mis en vente ou n'est pas disponible"
+"The item either is not listed or not available","L'objet n'est pas mis en vente ou n'est pas disponible"
+"qty","quantité"
+"price","prix"
+"title","titre"
+"subtitle","sous-titre"
+"description","description"
+"was successfully revised","a été modifiée"
+"Listing ID must be specified.","Le numéro de l'annonce doit être spécifié."
+"%s: attribute(s) %s were not found in this product and its value was not sent.","%s : les attributs %s sont introuvables dans ce produit. La valeur n'a pas été envoyée."
+"The product was listed as a simple product as it has limitation for multi-variation items. '.
+ 'Reason: eBay site allows to list only simple items","Le produit a été mis en vente comme produit simple, car il dépasse les limites associées aux annonces multi-versions. '. 'Motif : seuls les objets simples sont autorisés pour le site eBay"
+"The product was listed as a simple product as it has limitation for multi-variation items. '.
+ 'Reason: eBay primary category allows to list only simple items.","Le produit a été mis en vente comme produit simple, car il dépasse les limites associées aux annonces multi-versions. '. 'Motif : seuls les objets simples sont autorisés pour la catégorie principale eBay."
+"The product was listed as a simple product as it has limitation for multi-variation items. '.
+ 'Reason: ignore variation option is enabled in selling format policy.","Le produit a été mis en vente comme produit simple, car il dépasse les limites associées aux annonces multi-versions. '. 'Motif : l'option Ignorer la version est activée dans les conditions Format de mise en vente."
+"The product was listed as a simple product as it has limitation for multi-variation items. '.
+ 'Reason: listing type ""auction"" does not support multi-variations.","Le produit a été mis en vente comme produit simple, car il dépasse les limites associées aux annonces multi-versions. '. 'Motif : les annonces multi-versions ne sont pas prises en charge pour le format de mise en vente « Enchères »."
+"Change Images for Attribute","Modifier les photos pour l'attribut"
+"Duration","Durée"
+"Private Listing","Annonce privée"
+"%s field(s) were ignored because eBay doesn't allow revise the item if it has sales,
+ bids for auction type or less than 12 hours remain before the item end.","%s champs ont été ignorés dans la mesure où eBay n'autorise pas la modification de l'annonce si l'objet a été vendu, si elle a reçu des enchères pour le format Enchères ou s'il reste moins de 12 heures avant la fin de la vente."
+"Duration field(s) was ignored because
+ eBay doesn't allow revise the item if Best Offer is enabled.","Les champs Durée ont été ignorés, car eBay n'autorise pas la modification de l'annonce si l'option Offre directe est activée."
+"variations","versions"
+"images","photos"
+"Communication with eBay is started. Please wait...","Début de la communication avec eBay. Veuillez patienter..."
+"Please wait...","Veuillez patienter..."
+"product(s) with id(s)","produit(s) avec code"
+"Communication with eBay is finished. Please wait...","Fin de la communication avec eBay. Veuillez patienter..."
+"Item status was successfully changed to ""Listed"".","Le statut de l'objet a été remplacé par « Mis en vente »."
+"Item status was successfully changed to ""Sold"".","Le statut de l'objet a été remplacé par « Vendu »."
+"Item status was successfully changed to ""Stopped"".","Le statut de l'objet a été remplacé par « Arrêté »."
+"Item status was successfully changed to ""Finished"".","Le statut de l'objet a été remplacé par « Terminé »."
+"Item was successfully added","L'objet a été ajouté"
+"Method require loaded instance first","La méthode requiert le chargement préalable de l'instance"
+"Fixed Price","Prix fixe"
+"Auction","Enchères"
+"Business Day","Jour ouvrable"
+"Business Days","Jours ouvrables"
+"Same","Identique"
+"New","Neuf"
+"New Other","Neuf - Autre"
+"New With Defects","Neuf avec défauts"
+"Manufacturer Refurbished","Remis à neuf par le fabricant"
+"Seller Refurbished","Remis à neuf par le vendeur"
+"Used","Occasion"
+"Very Good","Très bon état"
+"Good","Bon état"
+"Acceptable","Etat correct"
+"For Parts or Not Working","Pour pièces détachées ou Ne fonctionne pas"
+"Free","Gratuite"
+"Invalid listing type in attribute.","Type d'annonce non valide dans l'attribut."
+"Category ID","N° de catégorie"
+"Category Path","Chemin de la catégorie"
+"Please choose a condition to add...","Sélectionnez l'état à ajouter..."
+"Conditions Combination","Combinaison d'états"
+"eBay Values","Valeurs eBay"
+"Product Attribute","Attribut du produit"
+"Payment status was updated to Paid on eBay.","Le statut du paiement a été remplacé par Payé sur eBay."
+"Shipping status was updated to Shipped on eBay.","Le statut de la livraison a été remplacé par Envoyé sur eBay."
+"Buyer has changed the shipping address of this order at the time of completing payment on eBay.","L'acheteur a modifié l'adresse de livraison de la commande au moment de finaliser le paiement sur eBay."
+"Duplicated eBay orders with ID #%id%.","Les commandes eBay ayant le numéro %id% ont été dupliquées."
+"Order Creation Rules were not met. Press Create Order button at Order view page to create it anyway.","Les règles de création de commandes n'ont pas été respectées. Cliquez sur le bouton Créer la commande sur la page de la commande pour la créer quand même."
+"Magento Order #%order_id% should be canceled as new combined eBay order #%new_id% was created.","La commande Magento n° %order_id% doit être annulée, car la nouvelle commande combinée eBay n° %new_id% a été créée."
+"eBay Order #%old_id% was deleted as new combined order #%new_id% was created.","La commande eBay n° %old_id% a été supprimée, car la nouvelle commande combinée n° %new_id% a été créée."
+"Unable to create directory '%directory%'.","Impossible de créer le répertoire %directory%."
+"Image %url% was not downloaded.","La photo %url% n'a pas été téléchargée."
+"Product import is disabled in eBay Account settings.","L'importation de produits est désactivée dans les paramètres du compte eBay."
+"Data obtaining for eBay Item failed. Please try again later.","L'obtention des données pour l'objet eBay a échoué. Veuillez réessayer ultérieurement."
+"Product for eBay Item #%id% was created in Magento catalog.","Le produit correspondant à l'objet eBay n° %id% a été créé dans le catalogue Magento."
+"Magento Order creation for items listed by M2E Pro is disabled in Account settings.","La création de commandes Magento pour les objets mis en vente via M2E Pro est désactivée dans les paramètres du compte."
+"Magento Order creation for items listed by 3rd party software is disabled in Account settings.","La création de commandes Magento pour les objets mis en vente via un logiciel tiers est désactivée dans les paramètres du compte."
+"Product import is disabled in Account settings.","L'importation de produits est désactivée dans les paramètres du compte."
+"Not Selected Yet","Pas encore sélectionné"
+"eBay Shipping","Services de livraison eBay"
+"Checkout Message From Buyer","Message de finalisation de l'achat de la part de l'acheteur"
+"Customer with ID specified in eBay account settings does not exist.","Le client dont le pseudo est spécifié dans les paramètres du compte eBay n'existe pas."
+"Invalid component mode.","Mode du composant non valide."
+"Magento Order was canceled.","La commande Magento a été annulée."
+"Magento Order cannot be canceled.","Impossible d'annuler la commande Magento."
+"Task ""Remove Duplicated Products"" is started. Please wait...","La tâche « Supprimer les produits dupliqués » a démarré. Veuillez patienter..."
+"Task ""Remove Duplicated Products"" is finished. Please wait...","La tâche « Supprimer les produits dupliqués » est terminée. Veuillez patienter..."
+"Duplicated item %s was found and stopped on eBay.","L'objet dupliqué %s a été trouvé et sa vente a été arrêtée sur eBay."
+"Item status was successfully changed to ""Not Listed"".","Le statut de l'objet a été remplacé par « Non mis en vente »."
+"Item status was successfully changed to ""Hidden"".","Le statut de l'objet a été remplacé par « Masqué »."
+"Task ""Remove Unused Templates"" is started. Please wait...","La tâche « Supprimer les modèles inutilisés » a démarré. Veuillez patienter..."
+"Task ""Remove Unused Templates"" is finished. Please wait...","La tâche « Supprimer les modèles inutilisés » est terminée. Veuillez patienter..."
+"Task ""Update Listings Products"" is started. Please wait...","La tâche « Mise à jour des produits des annonces » a démarré. Veuillez patienter..."
+"Task ""Update Listings Products"" is finished. Please wait...","La tâche « Mise à jour des produits des annonces » est terminée. Veuillez patienter..."
+"Task ""Update Listings Products"" for eBay account: ""%s"" is started. Please wait...","La tâche « Mise à jour des produits des annonces » pour le compte eBay « %s » a démarré. Veuillez patienter..."
+"Task ""Default Synchronization"" is started. Please wait...","La tâche « Synchronisation par défaut » a démarré. Veuillez patienter..."
+"Task ""Default Synchronization"" is finished. Please wait...","La tâche « Synchronisation par défaut » est terminée. Veuillez patienter..."
+"The ""Receive"" action is started. Please wait...","La tâche « Réception » a démarré. Veuillez patienter..."
+"The ""Receive"" action is finished. Please wait...","La tâche « Réception » est terminée. Veuillez patienter..."
+"The ""Receive"" action for eBay account: ""%s"" is started. Please wait...","La tâche « Réception » pour le compte eBay « %s » a démarré. Veuillez patienter..."
+"The ""Response"" action is started. Please wait...","La tâche « Répondre » a démarré. Veuillez patienter..."
+"The ""Response"" action is finished. Please wait...","La tâche « Répondre » est terminée. Veuillez patienter..."
+"Task ""Feedback Synchronization"" is started. Please wait...","La tâche « Synchronisation des évaluations » a démarré. Veuillez patienter..."
+"Task ""Feedback Synchronization"" is finished. Please wait...","La tâche « Synchronisation des évaluations » est terminée. Veuillez patienter..."
+"The ""Categories Synchronization"" action is started. Please wait...","La tâche « Synchronisation des catégories » a démarré. Veuillez patienter..."
+"The ""Categories Synchronization"" action is finished. Please wait...","La tâche « Synchronisation des catégories » est terminée. Veuillez patienter..."
+"The ""Categories Synchronization"" action for eBay Site: ""%s"" is started. Please wait...","La tâche « Synchronisation des catégories » pour le site eBay « %s » a démarré. Veuillez patienter..."
+"The ""Categories Synchronization"" action for eBay Site: ""%mrk%"" has been successfully completed.","La tâche « Synchronisation des catégories » pour le site eBay « %mrk% » est terminée."
+"The ""Receive Details"" action is started. Please wait...","La tâche « Réception des détails » a démarré. Veuillez patienter..."
+"The ""Receive Details"" action is finished. Please wait...","La tâche « Réception des détails » est terminée. Veuillez patienter..."
+"The ""Receive Details"" action for eBay Site: ""%s"" is started. Please wait...","La tâche « Réception des détails » pour le site eBay « %s » a démarré. Veuillez patienter..."
+"The ""Receive Details"" action for eBay Site ""%s"" is in data processing mode. Please wait...","La tâche « Réception des détails » pour le site eBay « %s » est en cours de traitement. Veuillez patienter..."
+"The ""Receive Details"" action for eBay Site: ""%mrk%"" has been successfully completed.","La tâche « Réception des détails » pour le site eBay « %mrk% » est terminée."
+"eBay Parts Compatibility Synchronization","Synchronisation de la compatibilité des pièces eBay"
+"The ""%s"" action is started. Please wait...","La tâche « %s » a démarré. Veuillez patienter..."
+"The ""%s"" action is finished. Please wait...","La tâche « %s » est terminée. Veuillez patienter..."
+"Task ""Marketplaces Synchronization"" is started. Please wait...","La tâche « Synchronisation des places de marché » a démarré. Veuillez patienter..."
+"Task ""Marketplaces Synchronization"" is finished. Please wait...","La tâche « Synchronisation des places de marché » est terminée. Veuillez patienter..."
+"eBay Orders Cancellation Synchronization","Synchronisation de l'annulation des commandes eBay"
+"Task ""%s"" is started. Please wait...","La tâche « %s » a démarré. Veuillez patienter..."
+"Task ""%s"" is finished. Please wait...","La tâche « %s » est terminée. Veuillez patienter..."
+"Task ""Orders Cancellation Synchronization"" for eBay account: ""%s"" is started. Please wait...","La tâche « Synchronisation de l'annulation des commandes » pour le compte eBay « %s » a démarré. Veuillez patienter..."
+"Reservation period cannot be less than 1 day.","La période de réservation ne peut pas être inférieure à un jour."
+"eBay Orders Receive Synchronization","Synchronisation de la réception des commandes eBay"
+"Task ""%s"" for eBay account: ""%s"" is started. Please wait...","La tâche « %s » pour le compte eBay « %s » a démarré. Veuillez patienter..."
+"Task ""%s"" for eBay account: ""%acc%"" is in data processing state. Please wait...","La tâche « %s » pour le compte eBay « %acc% » est en cours de traitement. Veuillez patienter..."
+"Task ""%s"" for eBay account: ""%s"" is in order creation state.. Please wait...","La tâche « %s » pour le compte eBay « %s » est en cours de création des commandes. Veuillez patienter..."
+"eBay Qty Reserve Cancellation Synchronization","Synchronisation de l'annulation de la quantité réservée sur eBay"
+"eBay Orders Update Synchronization","Synchronisation de la mise à jour des commandes eBay"
+"eBay Orders Synchronization","Synchronisation des commandes eBay"
+"The ""Relist"" action is started. Please wait...","La tâche « Remettre en vente » a démarré. Veuillez patienter..."
+"The ""Relist"" action is finished. Please wait...","La tâche « Remettre en vente » est terminée. Veuillez patienter..."
+"The ""Revise"" action is started. Please wait...","La tâche « Modifier » a démarré. Veuillez patienter..."
+"The ""Revise"" action is finished. Please wait...","La tâche « Modifier » est terminée. Veuillez patienter..."
+"The ""Stop"" action is started. Please wait...","La tâche « Arrêter » a démarré. Veuillez patienter..."
+"The ""Stop"" action is finished. Please wait...","La tâche « Arrêter » est terminée. Veuillez patienter..."
+"Task ""Update 3rd Party Listings"" has completed with errors. View %sl%listings log%el% for details.","La tâche « Mise à jour des annonces tierces » s'est terminée avec des erreurs. Consultez le %sl%journal des annonces%el% pour plus de détails."
+"Task ""Update 3rd Party Listings"" has completed with warnings. View %sl%listings log%el% for details.","La tâche « Mise à jour des annonces tierces » s'est terminée avec des avertissements. Consultez le %sl%journal des annonces%el% pour plus de détails."
+"The ""Update 3rd Party Listings"" action is started. Please wait...","La tâche « Mise à jour des annonces tierces » a démarré. Veuillez patienter..."
+"The ""Update 3rd Party Listings"" action is finished. Please wait...","La tâche « Mise à jour des annonces tierces » est terminée. Veuillez patienter..."
+"Task ""3rd Party Listings Synchronization"" for eBay account: ""%s"" is started. Please wait...","La tâche « Synchronisation des annonces tierces » pour le compte eBay « %s » a démarré. Veuillez patienter..."
+"Task ""3rd Party Listings Synchronization"" is started. Please wait...","La tâche « Synchronisation des annonces tierces » a démarré. Veuillez patienter..."
+"Task ""3rd Party Listings Synchronization"" is finished. Please wait...","La tâche « Synchronisation des annonces tierces » est terminée. Veuillez patienter..."
+"The ""Business Policies Receive"" action for eBay Site: ""%s"" and Account: ""%s"" is started. Please wait...","La tâche « Réception des conditions de vente » pour le site eBay « %s » et le compte « %s » a démarré. Veuillez patienter..."
+"The ""'.$this->synchName.'"" action is started. Please wait...","La tâche ""'.$this->synchName. » a démarré. Veuillez patienter..."
+"The ""'.$this->synchName.'"" action is finished. Please wait...","La tâche ""'.$this->synchName. » est terminée. Veuillez patienter..."
+"Task ""'.$this->synchName.'"" is started. Please wait...","La tâche ""'.$this->synchName. » a démarré. Veuillez patienter..."
+"Task ""'.$this->synchName.'"" is finished. Please wait...","La tâche ""'.$this->synchName. » est terminée. Veuillez patienter..."
+"The ""List"" action is started. Please wait...","La tâche « Mettre en vente » a démarré. Veuillez patienter..."
+"The ""List"" action is finished. Please wait...","La tâche « Mettre en vente » est terminée. Veuillez patienter..."
+"Task ""Inventory Synchronization"" has completed with errors. View %sl%listings log%el% for details.","La tâche « Synchronisation de l'inventaire » s'est terminée avec des erreurs. Consultez le %sl%journal des annonces%el% pour plus de détails."
+"Task ""Inventory Synchronization"" has completed with warnings. View %sl%listings log%el% for details.","La tâche « Synchronisation de l'inventaire » s'est terminée avec des avertissements. Consultez le %sl%journal des annonces%el% pour plus de détails."
+"Task ""Inventory Synchronization"" is started. Please wait...","La tâche « Synchronisation de l'inventaire » a démarré. Veuillez patienter..."
+"Task ""Inventory Synchronization"" is finished. Please wait...","La tâche « Synchronisation de l'inventaire » est terminée. Veuillez patienter..."
+"Template mode is empty.","Le mode du modèle est vide."
+"Title is empty.","Le titre est vide."
+"Unknown product details name","Détails du produit : nom inconnu"
+"Owner object is out of knowledge range.","L'objet propriétaire est inconnu."
+"Template nick is out of knowledge range.","Le pseudo du modèle est inconnu."
+"Unable to get result object.","Impossible d'obtenir le résultat."
+"Marketplace ID is empty.","L'identifiant de la place de marché est vide."
+"Country is empty.","Le champ Pays est vide."
+"product(s)","produit(s)"
+"Account does not exist.","Le compte n'existe pas."
+"The eBay token obtaining is currently unavailable. Reason: %s","L'obtention du jeton eBay n'est pas disponible pour le moment. Motif : %s"
+"Token was successfully saved","Le jeton a été enregistré"
+"Account was successfully saved","Le compte a été enregistré"
+"Please select account(s) to remove.","Veuillez sélectionner les comptes à supprimer."
+"%s record(s) were successfully deleted.","Entrées supprimées : %s."
+"%s record(s) are used in M2E Listing(s).","Entrées utilisées dans des annonces M2E : %s."
+"Account must not be in use to be deleted.","Pour pouvoir être supprimé, le compte ne doit pas être en cours d'utilisation."
+"Some eBay store categories were deleted from eBay. Click
+ here to check.","Certaines catégories de Boutique eBay ont été supprimées d'eBay. Cliquez ici pour les vérifier."
+"Account is not added or updated. Try again later.","Le compte n'a pas été ajouté ou modifié. Veuillez réessayer ultérieurement."
+"Settings was successfully saved.","Les paramètres ont été enregistrés."
+"Feedback is not defined.","Les évaluations ne sont pas définies."
+"Requested order was not found.","La commande demandée est introuvable."
+"Item's Marketplace is Unknown.","La place de marché de l'objet est inconnue."
+"Magento Categories are not specified on products you are adding.","Les catégories Magento ne sont pas spécifiées pour les produits que vous ajoutez."
+"Select Products (eBay Categories)","Sélectionner les produits (catégories eBay)"
+"There are no items to continue. Please, go back and select the item(s).","Il n'existe pas d'objet pour continuer. Revenez à l'étape précédente et sélectionnez les objets."
+"You have not selected the Primary eBay Category for some Magento Categories.","La catégorie principale eBay n'est pas sélectionnée pour certaines catégories Magento."
+"Please, specify a value suitable for all chosen products.","Spécifiez une valeur appropriée pour tous les produits sélectionnés."
+"Listing is not defined","L'annonce n'est pas définie"
+"Synchronization settings was successfully saved.","Les paramètres de synchronisation ont été enregistrés."
+"Manage Listings","Gérer les annonces"
+"The item was successfully removed.","L'objet a été supprimé."
+"No categories found","Aucune catégorie trouvée"
+"Requested eBay Item ID is not found.","Le numéro de l'objet eBay demandé est introuvable."
+"Listing does not exist.","L'annonce n'existe pas."
+"Adding New Products action was not completed. Please, complete it.","La tâche Ajout de nouveaux produits n'a pas été exécutée. Veuillez l'exécuter."
+"The listing is locked by another process. Please try again later.","L'annonce est verrouillée par un autre processus. Veuillez réessayer ultérieurement."
+"Please select item(s) to remove.","Veuillez sélectionner les objets à supprimer."
+"%s listing(s) were successfully deleted","Annonces supprimées : %s"
+"%s listing(s) have listed items and can not be deleted","Annonces comportant des objets mis en vente et ne pouvant pas être supprimées : %s"
+"Compatibility Attribute is not selected.","L'attribut Compatibilité n'est pas sélectionné."
+"Required parameters were not selected.","Certains paramètres obligatoires n'ont pas été sélectionnés."
+"ePIDs were saved in Compatibility Attribute.","Les codes produits eBay ont été enregistrés dans l'attribut Compatibilité."
+"Listing Review","Vérification de l'annonce"
+"Logs","Journaux"
+"3rd Party Listing does not exist.","L'annonce tierce n'existe pas."
+"Marketplaces","Places de marché"
+"Sales","Ventes "
+"Order address has been updated.","L'adresse de la commande a été modifiée."
+"Please select order(s).","Veuillez sélectionner des commandes."
+"Payment status for selected eBay Order(s) was updated to Paid.","Le statut du paiement des commandes eBay sélectionnées a été remplacé par Payé."
+"Payment status for selected eBay Order(s) was not updated.","Le statut du paiement des commandes eBay sélectionnées n'a pas été modifié."
+"Shipping status for selected eBay Order(s) was updated to Shipped.","Le statut de la livraison des commandes eBay sélectionnées a été remplacé par Envoyé."
+"Shipping status for selected eBay Order(s) was not updated.","Le statut de la livraison pour les commandes eBay sélectionnées n'a pas été modifié."
+"Magento Order was created.","La commande Magento a été créée."
+"Magento Order was not created. Reason: %s","La commande Magento n'a pas été créée. Motif : %s"
+"Invoice was created.","La facture a été créée."
+"Shipment was created.","L'envoi a été créé."
+"Transaction ID should be defined.","Le numéro de la transaction doit être défini."
+"eBay order transaction does not exist.","La transaction pour la commande eBay n'existe pas."
+"This is not a PayPal transaction.","Cette transaction n'est pas une transaction PayPal."
+"Please select item(s) to clear","Veuillez sélectionner les objets à annuler"
+"The synchronization task log has been successfully cleaned.","Le journal de la tâche de synchronisation a été nettoyé."
+"eBay 3rd Party Listings are being downloaded now. ' .
+ 'They will be available soon in %s > Listings > 3rd Party. ' .
+ 'You can continue working with M2E Pro.","Les annonces tierces eBay sont en cours de téléchargement. ' . 'Elles seront bientôt disponibles dans le menu %s > Annonces > Annonces tierces. ' . 'Vous pouvez continuer à utiliser M2E Pro."
+"This product ID does not exist","Ce code produit n'existe pas"
+"Error search charity","Erreur lors de la recherche de l'association caritative"
+"Policy does not exist.","Les conditions n'existent pas."
+"Policy was not saved.","Les conditions n'ont pas été enregistrées."
+"Policy was successfully saved.","Les conditions ont été enregistrées."
+"Policy was successfully deleted.","Les conditions ont été supprimées."
+"Policy cannot be deleted as it is used in Listing settings.","Les conditions ne peuvent pas être supprimées, car elles sont utilisées dans les paramètres des annonces."
+"The listing was successfully saved.","L'annonce a été enregistrée."
+"To change account settings click on its record in the grid or choose Edit in the Action dropdown.
+ To review accounts feedback, click the appropriate link. An account can be also deleted, but only if it is not used in M2E listing settings.","Pour modifier les paramètres du compte, cliquez sur l'entrée correspondante dans le tableau ou sélectionnez Modifier dans le menu déroulant Actions. Pour consulter les évaluations des comptes, cliquez sur le lien correspondant. Un compte peut également être supprimé, mais uniquement s'il n'est pas utilisé dans les paramètres des annonces M2E."
+"
+ M2E allows you to receive feedback from your buyers and respond them according to the settings below.
+Note: The Feedback Synchronization must be enabled in %s > Configuration > Synchronization."," M2E vous permet de recevoir les évaluations des acheteurs et d'y répondre en fonction des paramètres ci-dessous.Remarque : la synchronisation des évaluations doit être activée à partir du menu %s > Configuration > Synchronisation."
+"Buyers Feedback","Evaluations des acheteurs"
+"Import Feedback","Importer les évaluations"
+"Choose to import feedback from eBay buyers into Magento.","Permet d'importer les évaluations des acheteurs eBay dans Magento."
+"Seller Response","Réponse du vendeur"
+"Auto Response","Réponses automatiques"
+"There are two ways to set up your auto response to buyer feedback:
+ Cycle Mode - the system chooses an existing response template according to the sales order and sends it to the buyer.
+ Random Mode - the system randomly chooses an existing response template and sends it out.","Vous pouvez définir les réponses automatiques aux évaluations des acheteurs de deux manières : Mode cyclique - Le système sélectionne un modèle de réponse existant en fonction de la commande et l'envoie à l'acheteur. Mode aléatoire - Le système sélectionne aléatoirement un modèle de réponse existant, puis l'envoie."
+"Disabled","Désactivé"
+"Cycle Mode","Mode cyclique"
+"Random Mode","Mode aléatoire"
+"Choose between Cycle Mode, Random Mode, or to disable it completely.","Sélectionnez le mode cyclique ou le mode aléatoire, ou désactivez complètement cette option."
+"Send to","Envoyer à"
+"All","Tout"
+"Responses to All feedbacks or Positive only.","Répond à toutes les évaluations ou uniquement aux évaluations positives."
+"Response Templates","Modèles de réponse"
+"Add Response Template","Ajouter un modèle de réponse"
+"Edit Response Template","Modifier le modèle de réponse"
+"Should be between 2 and 80 characters long.","Doit comporter entre 2 et 80 caractères."
+"Please enter correct number of characters.","Veuillez saisir le nombre de caractères correct."
+"You can add an eBay Production (live environment) or Sandbox (test environment) account.
+ Note: A Production eBay account only works in a live environment. A Sandbox account only works in a test environment. To register for a Sandbox account go to www.developer.ebay.com
+ After completing the General Information, click the Get Token button where you'll be redirected to the eBay website. Simply sign-in and press I Agree to allow my eBay account to connect to M2E Pro.
+ Once the Token is successfully accepted, the status will say “Yes†. Click the button “Save And Continue Edit†to proceed.","Vous pouvez ajouter un compte eBay Production (site en ligne) ou Sandbox (environnement de test). Remarque : les comptes eBay Production fonctionnent uniquement dans l'environnement du site en ligne. Les comptes Sandbox fonctionnent uniquement dans un environnement de test. Pour ouvrir un compte Sandbox, accédez à la page www.developer.ebay.com Après avoir spécifié les informations générales, cliquez sur le bouton Obtenir un jeton . Vous serez redirigé vers le site eBay. Connectez-vous et cliquez sur J'accepte pour autoriser votre compte eBay à se connecter à M2E Pro. Une fois que le jeton a été accepté, le statut est remplacé par Oui . Cliquez sur le bouton Enregistrer et continuer les modifications pour continuer."
+"Be attentive! By deleting account you delete all information on it from M2E Pro server. This will cause inappropriate work of all accounts' copies.","Attention ! En supprimant un compte, vous supprimez également toutes les informations qui lui sont associées sur le serveur M2E Pro. Cette opération entraînera des problèmes de fonctionnement de toutes les copies du compte."
+"No Customer entry is found for specified ID.","Aucun client ne correspond à l'identifiant spécifié."
+"If Yes is chosen, you must select at least one attribute for product mapping.","Si vous cliquez sur Oui, vous devez sélectionner au moins un attribut pour le mappage des produits."
+"You should create at least one response template.","Vous devez créer au moins un modèle de réponse."
+"You must get token.","Vous devez demander un jeton."
+"Mode","Mode"
+"Production (Live eBay)","Production (eBay Live)"
+"Sandbox (Test eBay)","Labo (eBay Test)"
+"Environment of eBay account.","Environnement du compte eBay."
+"Token","Jeton"
+"Grant Access","Accorder l'accès"
+"Ensure you acquire your token within 5 minutes, or you may exceed your time limit and have to start again.","Veillez à obtenir le jeton dans un délai de 5 minutes. A défaut, la limite de temps risque d'être dépassée et vous devrez recommencer."
+"Activated","Activé"
+"Expiration Date","Date d'expiration"
+"
+ The 3rd Party Listings are the items, which were listed on eBay without using M2E Pro extension.
+
+ Set 'Yes' in Import 3rd Party Listings to allow importing for the current eBay Account. Imported listings you can find in Sell on eBay -> Listings -> 3rd Party.
+
+ Use 'Product Mapping' settings to connect eBay listings to Magento products.
+
+ Note: The 3rd Party Listings Synchronization must be enabled in %1$s > Configuration > Synchronization.
+ "," Les annonces tierces correspondent aux objets qui ont été mis en vente sur eBay sans avoir utilisé l'extension M2E Pro. Choisissez 'Oui' pour l'option Importer les annonces tierces afin d'autoriser l'importatiogn des annonces pour le compte eBay actuel. Vous trouverez les annonces importées dans le menu Vendre sur eBay -> Annonces -> Annonces tierces. Utilisez les paramètres 'Mappage des produits' pour associer les annonces eBay aux produits Magento. Remarque : la synchronisation des annonces tierces doit être activée à partir du menu %1$s > Configuration > Synchronisation. "
+"Import 3rd Party Listings","Importer les annonces tierces"
+"Allows importing 3rd Party Listings.Note: Only active eBay Listings created less than 2 years before will be imported.","Permet d'importer les annonces tierces.Remarque : seules les annonces eBay en cours créées depuis moins de 2 ans sont importées."
+"Product Mapping","Mappage des produits"
+"Maps eBay product with Magento product.","Permet de mapper un produit eBay avec un produit Magento."
+"Mapping Settings","Paramètres de mappage"
+"Custom Label (SKU)","Libellé personnalisé (référence article)"
+"None","Aucun"
+"Product SKU","Référence article du produit"
+"Listing Title","Titre de l'annonce"
+"Mapped Items Synchronization","Synchronisation des objets mappés"
+"Enabled","Activé"
+"Enables / Disables synchronization of Mapped 3rd Party Listings for the current account. Click 'Synchronization Settings' button to configure settings.
+ Note: The first 3rd Party Listings Synchronization launches the first product automapping. After that you can launch it manually in Sell on eBay > Listings > 3rd Party.","Permet d'activer/de désactiver la synchronisation des annonces tierces mappées pour le compte actuel. Cliquez sur 'Paramètres de synchronisation' pour configurer les paramètres. Remarque : la première synchronisation des annonces tierces déclenche le premier mappage automatique des produits. Vous pouvez ensuite le démarrer manuellement à partir du menu Vendre sur eBay > Annonces > Annonces tierces."
+"Related Store Views","Vues boutiques associées"
+"Related Store View","Vue boutique associée"
+"Establish connection between eBay sites and Magento Store Views for correct data synchronization.","Permet d'établir un lien entre les sites eBay et les vues Boutique Magento pour assurer la synchronisation correcte des données."
+"For each eBay account M2E Pro allows import orders coming from eBay and setting up automatic Magento orders creation.
+ Using appropriate settings you can create Magento orders for the items listed by the 3rd party software and by M2E Pro.
+
+
+ Note: The Product Stock QTY only reduces after Magento Order creation.
+ The Order Synchronization must be enabled in %1$s > Configuration > Synchronization.","Pour chaque compte eBay, M2E Pro permet d'importer les commandes provenant d'eBay et de configurer la création automatique de commandes Magento. Utilisez les paramètres appropriés pour créer des commandes Magento pour les objets mis en vente par les logiciels tiers et par M2E Pro. Remarque : la quantité n'est déduite du stock des produits qu'une fois la commande Magento créée. La synchronisation des évaluations doit être activée à partir du menu %1$s > Configuration > Synchronisation."
+"Import eBay Orders","Importer les commandes eBay"
+"Choose to import the orders placed on eBay.","Permet d'importer les commandes passées sur eBay."
+"Product Is Listed By M2E Pro","Produit mis en vente via M2E Pro"
+"Create Order in Magento","Créer la commande dans Magento"
+"Whether an order has to be created in Magento if a sold product belongs to M2E Pro Listings.","Détermine si une commande doit être créée dans Magento lorsqu'un produit vendu fait partie des annonces M2E Pro."
+"Magento Store View Source","Source de la vue Boutique Magento"
+"Use Store View from Listing","Utiliser la vue boutique de l'annonce"
+"Choose Store View Manually","Choisir la vue boutique manuellement"
+"Use the store view from your M2E Listing, or choose store view manually.","Utilisez la vue Boutique de l'annonce M2E ou sélectionnez-la manuellement."
+"The store the orders will be placed in.","Boutique dans laquelle les commandes seront placées."
+"Product Is Listed By Any Other Software","Produit mis en vente via d'autres logiciels"
+"Whether an order has to be created in Magento if a sold product does not belong to M2E Pro Listings.","Détermine si une commande doit être créée dans Magento lorsqu'un produit vendu ne fait pas partie des annonces M2E Pro."
+"Product Not Found","Produit introuvable"
+"Do Not Create Order","Ne pas créer de commande"
+"Create Product and Order","Créer le produit et la commande"
+"What has to be done if a listed product does not exist in Magento.","Détermine la marche à suivre si un produit mis en vente n'existe pas dans Magento."
+"Note: Only simple products without variations can be created in Magento. If there is a product with variations on eBay, M2E Pro creates different simple products for each variation.","Remarque : seuls les produits simples à version unique peuvent être créés dans Magento. S'il existe un produit avec plusieurs versions sur eBay, M2E Pro créera des produits simples différents pour chaque version."
+"Product Tax Class","Catégorie fiscale des produits"
+"Tax Class which will be used for products created by M2E Pro.","Catégorie fiscale utilisée pour les produits créés par M2E Pro."
+"Customer Settings","Paramètres client"
+"Customers","Clients"
+"There are several ways to specify a customer Magento Orders will be assigned to:
+
+ Guest Account - the system does not require a customer account to be created. Default guest account will be used instead.
+ Note: To use this option, Magento Guest Checkout option must be enabled.
+ Predefined Customer - the system uses predefined customer.
+ Create New - a new customer will be created in Magento.
+ Note: If a customer already exists in Magento, the system assigns orders to him.","Il existe différentes manières de spécifier le client auquel des commandes Magento seront affectées : Compte utilisateur non inscrit - le système n'exige pas la création d'un compte client. Le compte membre non inscrit par défaut sera utilisé. Remarque : pour utiliser cette option, vous devez activer l'option Finalisation de l'achat pour les visiteurs dans Magento. Client prédéfini - Le système utilise un client prédéfini. Créer - Un client est créé dans Magento. Remarque : si un client existe déjà dans Magento, le système lui affecte les commandes."
+"Customer","Client"
+"Guest Account","Compte visiteur"
+"Predefined Customer","Client prédéfini"
+"Create New","Créer"
+"Customer Magento Orders will be created for.","Client pour lequel les commandes Magento sont créées."
+"Customer ID","Identifiant client"
+"Enter Magento customer ID.","Saisissez l'identifiant client Magento."
+"Associate to Website","Associer au site Web"
+"-- Please Select --","-- Effectuez votre sélection --"
+"Website a customer account will be created for.","Site Web pour lequel le compte client sera créé."
+"Customer Group","Groupe de clients"
+"Customer Group a customer will be assigned to.","Groupe de clients auquel le client est affecté."
+"Send Emails When The Following Is Created","Envoyer un e-mail lors de la création de ce qui suit"
+"Customer Account","Compte client"
+"Magento Order","Commande Magento"
+"Invoice","Facture"
+"Necessary emails will be sent according to Magento settings in Magento > System > Configuration > Sales Emails. Hold Ctrl button, to choose more, than one option.","Les e-mails voulus seront envoyés conformément aux paramètres Magento définis dans le menu Magento > Système > Configuration > E-mails de vente. Pour sélectionner plusieurs options, maintenez enfoncée la touche Ctrl."
+"Order Creation Rules","Règles de création des commandes"
+"Set eBay Orders settings when Magento Orders have to be created.
+
+ The Reserve Quantity option can prevent the item selling before the Magento Order is created.
+ This is because the Product Stock Quantity is reduced after Magento Order creation.
+ It removes items from Magento Stock as soon as the order is received from eBay.","Définissez les paramètres des commandes eBay pour la création des commandes Magento. L'option Quantité de réserve permet d'éviter que l'objet soit vendu avant la création de la commande Magento. La quantité n'est en effet déduite du stock des produits qu'après la création de la commande Magento. Les objets sont déduits du stock Magento dès que la commande est reçue d'eBay."
+"Create Magento Order When","Créer une commande Magento lorsque"
+"Immediately","Immédiatement"
+"Checkout Is Completed","La finalisation de l'achat est terminée"
+"Payment Is Received","Le paiement a été reçu"
+"Checkout Is Completed & Payment Received","La finalisation de l'achat est terminée et le paiement a été reçu"
+"Automatic Cancellation","Annulation automatique"
+"Never","Jamais"
+"In %d days","Dans %d jours"
+"Magento Orders, which were not paid in a definite time interval, will be cancelled. Unpaid Item Process will be launched for such orders on eBay.","Les commandes Magento qui n'ont pas été payées dans un délai défini sont annulées. Le Programme d'aide en ligne à la résolution de litiges sera lancé pour ces commandes sur eBay."
+"For %d day","Pour %d jour"
+"For %d days","Pour %d jours"
+"For how many days reserve qty has to be kept while Magento Order is not created.","Nombre de jours pendant lesquels la quantité réservée doit être conservée tant que la commande Magento n'est pas créée."
+"Order Tax Settings","Paramètres de taxation des commandes"
+"Choose the tax settings for your Magento Order:
+
+ eBay - Magento Orders use tax settings from the eBay Listing.
+ Magento - Magento Orders use Magento tax settings.
+ eBay & Magento - Magento Orders use tax settings from the eBay Listing. If there are no tax settings set in eBay, Magento tax settings are used.
+ None - No tax settings are set.","Sélectionnez les paramètres de taxation de la commande Magento : eBay - Les paramètres de taxation de l'annonce eBay sont utilisés pour les commandes Magento. Magento - Les paramètres de taxation Magento sont utilisés pour les commandes Magento. eBay et Magento - Les paramètres de taxation de l'annonce eBay sont utilisés pour les commandes Magento. Si aucun paramètre de taxation n'est défini sur eBay, les paramètres de taxation Magento sont utilisés. Aucun - Aucun paramètre de taxation n'est défini."
+"Tax Source","Source des paramètres de taxation"
+"eBay & Magento","eBay et Magento"
+"Order Status Mapping","Mappage du statut de la commande"
+"Configure mapping between your eBay Order state and Magento Order statuses.
+ Note: The Order activity in Magento is automatically reflected in your eBay Order:
+ Choose to create automatic invoices and automatic notify the buyer when the item ships.","Permet de configurer le mappage entre le statut de la commande eBay et les statuts de la commande Magento. Remarque : l'activité de la commande dans Magento se reflète automatiquement dans la commande eBay : Vous pouvez créer des factures automatiques et informer automatiquement l'acheteur lorsque l'objet est envoyé."
+"Status Mapping","Mappage des statuts"
+"Default Order Statuses","Statuts par défaut"
+"Custom Order Statuses","Statuts personnalisés"
+"Payment Is Completed","Paiement effectué"
+"Automatic Invoice Creation","Création automatique de la facture"
+"Shipping Is Completed","Livraison terminée"
+"Automatic Shipment Creation","Création automatique de l'envoi"
+"
+ With M2E you can also sell your Magento products on eBay store. The information about your store you can find below."," M2E vous permet également de vendre vos produits Magento dans une Boutique eBay. Les informations sur la Boutique se trouvent ci-dessous."
+"Information","Informations"
+"Store Title","Titre de la boutique"
+"URL","URL"
+"Subscription Level","Niveau d'inscription"
+"Updates store information.","Permet de mettre à jour les informations sur la Boutique."
+"Highlighted category ID.","Numéro de la catégorie sélectionnée."
+"This eBay account does not have an eBay Store subscription.","Ce compte eBay ne possède pas d'inscription à une Boutique eBay."
+"Note: All changes you have made will be automatically applied to all M2E listings where this category is used.","Remarque : toutes les modifications apportées s'appliquent automatiquement à toutes les annonces M2E qui utilisent cette catégorie."
+"Do not show any more","Ne plus afficher"
+"Marketplace","Place de marché"
+"
+ Be careful when you edit categories data, as all changes you have made will be automatically applied to all M2E listings where these categories are used.
+
+
+ Note: If M2E has defined, that a category was removed from eBay, it highlights it.
+ "," Si vous modifiez les données des catégories, n'oubliez pas que toutes les modifications s'appliqueront automatiquement à toutes les annonces M2E qui utilisent ces catégories. Remarque : si M2E détermine qu'une catégorie a été supprimée d'eBay, cette catégorie est mise en surbrillance. "
+"Every time you set a category you specify Item Specifics adapted to M2E listing or product it is set for.
+ All variety of Item Specifics sets you can find on the Specifics tab.
+The number of sets is equal to the number of category usage in M2E.
+
+
+Note: When you change a Primary category, you will need to specify Item Specifics for every created dates.
+","Lorsque vous définissez une catégorie, vous spécifiez des caractéristiques de l'objet adaptées à l'annonce M2E ou au produit correspondant. Tous les jeux de caractéristiques de l'objet sont disponibles sous l'onglet Caractéristiques. Le nombre de jeux est égal au nombre d'utilisations des catégories dans M2E.Remarque : si vous modifiez une catégorie principale, vous devez spécifier les caractéristiques de l'objet pour chaque date créée.,"
+"Created at","Créée à"
+"Simple","Simple"
+"Advanced","Avancé"
+"There are two modes. Simple is suitable for new users and for those with a limited inventory. Advanced is suitable for the more experienced user.","Deux modes sont disponibles. Le mode simple est destiné aux nouveaux utilisateurs et aux utilisateurs dont l'inventaire est limité. Le mode avancé est destiné aux utilisateurs expérimentés."
+"Notifications","Notifications"
+"Cron","Cron"
+"Notifies if cron is not run more than 12 hours.","Permet de recevoir une notification si la tâche cron n'a pas été exécutée depuis plus de 12 heures."
+"Negative Feedback","Evaluations négatives"
+"Notifies when a new negative feedback was received.","Permet de recevoir une notification en cas de réception d'une évaluation négative."
+"Item Specifics Step","Etape Caractéristiques de l'objet"
+"Not Show","Masquer"
+"If you do not need to change Item Specifics details every time you add products, you can skip this step (set 'Not Show\","Si vous ne devez pas modifier les caractéristiques de l'objet pour chaque produit ajouté, vous pouvez ignorer cette étape (Masquer)"
+"Currency","Devise"
+"Choose the currency you want to sell for.","Sélectionnez la devise à utiliser pour vos ventes."
+"Prevent eBay Item Duplicates","Eviter les objets eBay dupliqués"
+"Does not list a Magento product if it was listed from another M2E listing.
+
+ Note: This mechanism only works for auto listing and in Live eBay environment.","Le produit Magento n'est pas mis en vente s'il l'a été à partir d'une autre annonce M2E. Remarque : cette option ne s'applique qu'à la mise en vente automatique dans l'environnement du site eBay en ligne."
+"Parts compatibility is a better way for sellers to list parts that fit a variety of vehicles. This format adds standard information to your listing. You can create one listing describing a single part and add a complete list of compatible vehicles.
+ To use this feature you have to:
+
+ In the section below choose the attribute, which will be used for saving ePIDs (Product Reference IDs) of compatible vehicles.
+ In created M2E listing on the 'View Listing' (Settings view mode) page use the Add Compatible Vehicles tool to find necessary compatible items.
+ ","Le format Compatibilité des pièces permet de mettre en vente des pièces compatibles avec des véhicules spécifiques de manière plus efficace. Ce format ajoute des informations standard à votre annonce. Il pouvez créer une annonce décrivant une pièce unique et y ajouter une liste de tous les véhicules compatibles. Pour utiliser cette fonctionnalité, procédez comme suit : Dans la section ci-dessous, sélectionnez l'attribut à utiliser pour l'enregistrement des codes produits eBay (codes de référence des produits) des véhicules compatibles. Dans l'annonce M2E créée, à la page Afficher l'annonce (mode d'affichage Paramètres), utilisez l'outil Ajouter des véhicules compatibles pour rechercher les objets compatibles requis. "
+"Select Attribute","Sélectionner l'attribut"
+"Only textarea attributes are shown.","Seuls les attributs textarea sont affichés."
+"You do not have textarea attributes.","Vous n'avez aucun attribut textarea."
+"Set up general preferences for eBay and Save configuration.","Définissez des préférences générales pour eBay et enregistrez la configuration."
+"Cron Is Not Running","Cron n'est pas en cours d'exécution"
+"Feedback has been successfully sent.","L'évaluation a été envoyée."
+"Response Message","Message de réponse"
+"Buyer's Feedback","Evaluation de l'acheteur"
+"Choose Predefined Feedback","Choisir une évaluation prédéfinie"
+"Or Write Your Own","Ou rédiger la vôtre"
+"This page contains all feedback received from buyers and all seller responses to them.
+ Use eBay Accounts dropdown to filter feedback by accounts.
+ If a response to feedback was not automatically sent, you can send it manually by pressing the Response button on
+ appropriate line and filling appeared form at the top of page.
+ Note: Auto Responses to feedback are sent according to the eBay Accounts settings.","Cette page comprend toutes les évaluations que les acheteurs ont envoyées et toutes les réponses du vendeur à ces évaluations. Utilisez la liste déroulante Comptes eBay pour filtrer les évaluations par compte. Si la réponse à l'évaluation n'a pas été envoyée automatiquement, vous pouvez le faire manuellement en cliquant sur le bouton Réponse dans la ligne appropriée et en remplissant le formulaire qui apparaît en haut de la page. Remarque : les réponses automatiques aux évaluations sont envoyées en fonction des paramètres des comptes eBay."
+"eBay/Magento Integration: Listing","Intégration eBay/Magento : Annonce"
+"General Settings","Paramètres généraux"
+"Select the desired eBay account to use. Next, choose your preferred eBay site. Finally, the Magento Store View you would like eBay to use.","Sélectionnez le compte eBay à utiliser. Sélectionnez ensuite le site eBay de votre choix. Enfin, sélectionnez la Vue boutique Magento qu'eBay doit utiliser."
+"Create a title that's meaningful to you. Your Listing Title will not be displayed publicly.","Créez un titre significatif. Le titre de l'annonce ne sera pas affiché publiquement."
+"eBay Settings","Paramètres eBay"
+"This is the user name of your eBay account.","Pseudo de votre compte eBay."
+"This is the site where your item will be listed. Choose from the dropdown list. Your currency will be automatically selected based on your eBay Site choice.","Site sur lequel l'objet sera mis en vente. Faites votre choix dans la liste déroulante. La devise sera sélectionnée automatiquement en fonction du site eBay sélectionné."
+"Magento Settings","Paramètres Magento"
+"This is the store information that will be used on M2E Pro.","Informations sur la boutique qui seront utilisées sur M2E Pro."
+"Add","Ajouter"
+"Account not found, please create it.","Compte introuvable. Veuillez créer le compte."
+"Add Another","Ajouter un autre"
+"Another Synchronization Is Already Running.","Une autre synchronisation est déjà en cours d'exécution."
+"Getting information. Please wait ...","Obtention des informations. Veuillez patienter..."
+"Preparing to start. Please wait ...","Préparation du démarrage. Veuillez patienter..."
+"Please wait while synchronization is finished.","Veuillez patienter jusqu'à la fin de la synchronisation."
+"The specified title is already used for other listing. Listing title must be unique.","Le titre spécifié est déjà utilisé pour une autre annonce. Le titre de l'annonce doit être unique."
+"Step 1","Etape 1"
+"Step 2","Etape 2"
+"Step 3","Etape 3"
+"Product Assigned to Categories","Produit affecté aux catégories"
+"No Action","Pas d'action"
+"Add to the Listing","Ajouter à l'annonce"
+"Add to the Listing and Assign eBay Category","Ajouter à l'annonce et affecter une catégorie eBay"
+"Action which will be applied automatically.","La tâche sera appliquée automatiquement."
+"Product Deleted from Categories","Produit supprimé des catégories"
+"Stop on eBay","Arrêter la vente sur eBay"
+"Stop on eBay and Delete from Listing","Arrêter la vente sur eBay et supprimer de l'annonce"
+"This category is already used in the rule %s. If you press ""Confirm"" button, category will be removed from that rule.","Cette catégorie est déjà utilisée dans la règle %s. Si vous cliquez sur le bouton Confirmer, la catégorie sera supprimée de cette règle."
+"Rules For Magento Categories","Règles pour les catégories Magento"
+"Rules for products added or deleted from particularly Magento category.
+ To add a new rule click on the Add New Rule button.","Règles pour les produits ajoutés ou supprimés dans une catégorie Magento spécifique. Pour ajouter une nouvelle règle, cliquez sur le bouton Ajouter une nouvelle règle."
+"Reset Automatic Action Rules","Réinitialiser les règles des tâches automatiques"
+"Global (all products)","Global (tous les produits)"
+"New Product Added to Magento","Nouveau produit ajouté dans Magento"
+"Product Deleted from Magento","Produit supprimé de Magento"
+"Reset Automatic Action Rule","Réinitialiser la règle des tâches automatiques"
+"Website","Site Web"
+"Product Added to Website","Produit ajouté au site Web"
+"Product Deleted from Website","Produit supprimé du Site Web"
+"Rules of auto adding and deletion products from current listing.","Règles d'ajout et de suppression automatiques des produits de l'annonce actuelle."
+"Auto Actions","Tâches automatiques"
+"Depending on products scope level (Global, Website, Category) you can set the rules of adding / deletion Magento products from the current listing.","Selon le champ des produits (global, site Web, catégorie), vous pouvez définir les règles d'ajout/de suppression des produits Magento dans l'annonce actuelle."
+"Select the scope level of products to which you want to apply the rule:","Sélectionnez le niveau d'utilisation des produits auquel vous souhaitez appliquer la règle :"
+"Means that when a product is added or deleted from Magento catalog the rule is applied.","La règle est appliquée lorsqu'un produit est ajouté ou supprimé dans le catalogue Magento."
+"Means that when a product is added or deleted from the Store you selected in M2E Listing setting the rule is applied.","La règle est appliquée lorsqu'un produit est ajouté ou supprimé dans la boutique sélectionnée dans les paramètres des annonces M2E."
+"Means that when a product is added or deleted from Magento category, specified in the rule settings, the rule is applied.","La règle est appliquée lorsqu'un produit est ajouté ou supprimé de la catégorie Magento spécifiée dans les paramètres de la règle."
+"Step 4","Etape 4"
+"The only common (presented in all attribute sets) ""Text Field"" or ""Dropdown"" attributes available for selection.","Les seuls attributs partagés (présents dans tous les jeux d'attributs) « Champ » ou « Liste déroulante » disponibles."
+"If you cannot find necessary category, try to update eBay sites data .","Si vous ne trouvez pas la catégorie souhaitée, essayez de mettre à jour les données des sites eBay ."
+"If you cannot find necessary store category, try to refresh eBay store data .","Si vous ne trouvez pas la catégorie de boutique souhaitée, essayez de mettre à jour les données des Boutiques eBay ."
+"Enter keyword(s) or category ID...","Saisissez des mots-clés ou le numéro de catégorie..."
+"No recently used categories","Aucune catégorie utilisée récemment"
+"Change","Modifier"
+"No results","Aucun résultat"
+"Try to update eBay sites data and repeate the search.","Essayez de mettre à jour les données des sites eBay et effectuez une nouvelle recherche."
+"Try to refresh eBay store data and repeate the search.","Essayez de mettre à jour les données des Boutiques eBay et effectuez une nouvelle recherche."
+"eBay Category","Catégorie eBay"
+"eBay Primary Category must be selected.","La catégorie principale eBay doit être sélectionnée."
+"eBay Store Category","Catégorie de la Boutique eBay"
+"eBay Primary Store Category must be selected.","La catégorie principale de la Boutique eBay doit être sélectionnée."
+"You have to set eBay Categories before you can List Items on eBay.","Avant de pouvoir mettre des objets en vente sur eBay, vous devez définir les catégories eBay."
+"Choose one of the options below.","Choisissez l'une des options ci-dessous."
+"The same category","Catégorie identique"
+"The Products will all have the same category.","Tous les produits seront affectés à la même catégorie."
+"Remember my choice and skip this step in the future.","Se souvenir de mon choix et ignorer cette étape à l'avenir."
+"Based on Magento categories","En fonction des catégories Magento"
+"The products will all have the eBay categories that are based on Magento categories.","Tous les produits seront affectés aux catégories eBay basées sur les catégories Magento."
+"Get suggested categories","Suggestions de catégories"
+"eBay suggests the best categories for your products based on title and attribute set of product.","eBay suggère les catégories correspondant le mieux à vos produits en fonction de leur titre et de leur jeu d'attributs."
+"Set manually for each product","Définir manuellement pour chaque produit"
+"You have complete freedom to choose (individually, or by grouping a set of products together) the most suitable eBay category for your products.","Vous êtes libre de choisir la catégorie eBay la plus appropriée (pour chaque produit ou pour un groupe de produits)."
+"If you continue the settings you will choose next will be applied to the current M2E Listing and automatically assigned to all products added later. ","Si vous continuez, les paramètres sélectionnés à l'étape suivante s'appliqueront à l'annonce M2E actuelle et seront automatiquement affectés à tous les produits ajoutés ultérieurement. "
+"Apply Settings","Appliquer les paramètres"
+"Warning: There are product(s) of
+which have no Primary eBay category specified.
+
+You can correct it now by Cancelling this message and choosing Edit Category action.
+Or if you are not sure which category to choose, Continue working.
+You will have a chance to correct category(s) later in the listing settings.","Avertissement : aucune catégorie principale eBay n'est spécifiée pour produits sur . Pour y remédier, annulez ce message et sélectionnez la tâche Modifier la catégorie. Si vous ne savez pas quelle catégorie choisir, continuez. Vous pourrez corriger les catégories plus tard dans les paramètres des annonces."
+"Skip Optional Specifics","Ignorer les caractéristiques facultatives"
+"M2E will check all available Item Specifics for selected eBay Categories and stops at the Category where user action is required (required Item Specifics should be set).","M2E vérifiera toutes les caractéristiques des objets disponibles pour les catégories eBay sélectionnées et s'arrêtera à la catégorie qui nécessite une action de la part de l'utilisateur (les caractéristiques obligatoires de l'objet doivent être définies)."
+" All selected eBay Categories were checked for required Item Specifics.
+
+ Now you can proceed further (use Continue button) or close this window and review Item Specifics if neccessary (use Cancel button)."," Les caractéristiques obligatoires des objets ont été vérifiées pour toutes les catégories eBay sélectionnées. Vous pouvez poursuivre (bouton Continuer) ou fermer cette fenêtre et vérifier les caractéristiques de l'objet si nécessaire (bouton Annuler)."
+"The category %cat% doesn't have Item Specific.","La catégorie %cat% ne contient pas de caractéristiques de l'objet."
+"Adding specific item details will attract your buyers and help them to find your item in a search. We recommend using as many item specifics as you can.
+ There are mandatory specifics and the chance to create your own.
+
+ There are four options available to you.
+
+
+
+ eBay Recommended
+ eBay recommends certain characteristics your item may possess. Simply choose the most appropriate one from the drop down menu.
+ So if you are selling headphones, eBay will recommend an ABC list of the most common brands from Apple and Bose to Creative.
+ This is a sensible option for beginners to eBay.
+
+ Note: These options correspond to the Primary eBay Category, not any Secondary Category you may have chosen.
+
+
+ Custom Attribute
+ You can create more customisable detail by choosing the Custom Attribute that contains the item specific.
+
+
+ Custom Value
+ This allows you to manually type specific information about your product rather than choosing from a dropdown list.
+ This is particularly useful if the eBay recommended option does not include information about the specific item you have for sale.
+
+
+ None
+ You choose not to offer potential buyers any item specific information. Be aware that this may hamper your items appearing in eBay search results.
+
+ ","Si vous ajoutez des détails, les acheteurs seront davantage attirés par votre objet et ils pourront l'identifier plus facilement dans les résultats de recherche. Il est recommandé d'utiliser un maximum de caractéristiques de l'objet. Certaines caractéristiques sont obligatoires et vous pouvez créer vos propres caractéristiques. Quatre options sont disponibles. Recommandé par eBay eBay recommande certaines caractéristiques susceptibles de s'appliquer à votre objet. Choisissez la plus appropriée dans le menu déroulant. Par exemple, si vous vendez des casques audio, eBay vous propose une liste alphabétique des marques les plus connues, d'Apple et Bose à Creative. Cette option est conseillée pour les utilisateurs qui débutent sur eBay. Remarque : ces options correspondent à la catégorie principale eBay et non à d'autres catégories secondaires éventuellement sélectionnées. Caractéristique personnalisée Vous pouvez créer des détails personnalisables en sélectionnant la caractéristique personnalisée correspondante. Valeur personnalisée Cette option vous permet de saisir manuellement des informations spécifiques sur le produit au lieu de les sélectionner dans une liste déroulante. Elle est utile si l'option recommandée par eBay n'inclut pas les informations sur l'objet que vous souhaitez vendre. Aucun Vous choisissez de ne pas indiquer de caractéristique spécifique de l'objet aux acheteurs potentiels. Le choix de cette option risque d'affecter l'affichage de vos objets dans les résultats de recherche eBay. "
+"Value","Valeur"
+"Add more information to help buyers find your item in search results.","Ajoutez plus d'informations pour permettre aux acheteurs de trouver votre objet dans les résultats de recherche."
+"eBay Recommended","Recommandé par eBay"
+"Custom Value","Valeur personnalisée"
+"Custom Attribute","Caractéristique personnalisée"
+"Custom Label / Attribute","Libellé/attribut personnalisé"
+"M2E Pro Listings","Annonces M2E Pro"
+"This page contains all created M2E Listings.
+You can perform different Actions on a single Listing or on a group of Listings.
+Actions for a single Listing you can find in the Action column of the grid. Choose a necessary option in the appropriate Listing dropdown to execute it.
+ Mass actions are in the Actions dropdown at the top right corner of the grid. Select check-boxes of appropriate items, choose an Action from the dropdown and press the Submit button.","Cette page comprend toutes les annonces M2E créées. Vous pouvez exécuter différentes tâches sur une seule annonce ou sur un groupe d'annonces. Les tâches pour une seule annonce sont accessibles dans la colonne Action du tableau. Choisissez une option dans la liste déroulante de l'annonce appropriée pour l'exécuter. Les tâches pour un groupe d'annonces sont accessibles dans la liste déroulante Actions dans le coin supérieur droit du tableau. Cochez les cases des objets appropriés, choisissez une tâche dans la liste déroulante et cliquez sur le bouton Soumettre."
+"This Log contains all information about actions, which were done on all M2E Pro Listings and their items.","Ce journal contient toutes les informations sur les actions exécutées sur toutes les annonces M2E Pro et les objets correspondants."
+"
+This page contains eBay Listings, which belong to registered eBay Accounts (%1$s > Configuration > Accounts Settings) and were listed not by M2E Pro extension.
+They are filtered by eBay User ID and Marketplaces in the grid. To review necessary 3rd Party Listings click on appropriate line of the grid.
+
+Note: To import eBay 3rd Party Listings the 3rd Party Listings Import must be enabled in account's settings
+(%1$s > Configuration > Accounts Settings > 3rd Party Listings tab) and the 3rd Party Listings Synchronization must be enabled in %1$s > Configuration > Synchronization.
+
+Important: Initially (the first synchronization of 3rd Party Listings) M2E imports items which have been listed not later than a year ago.
+","Cette page comprend les annonces qui appartiennent aux comptes eBay enregistrés (%1$s > Configuration > Comptes eBay) et qui n'ont pas été mises en vente via l'extension M2E Pro. Elles sont filtrées par Pseudo eBay et par place de marché dans le tableau. Pour accéder aux annonces tierces, cliquez sur la ligne correspondante dans le tableau.Remarque : pour pouvoir importer des annonces tierces eBay, vous devez activer l'importation des annonces tierces dans les paramètres du compte (%1$s > Configuration > Comptes eBay > onglet Annonces tierces) et leur synchronisation dans le menu %1$s > Configuration > Synchronisation.Important : au départ (lors de la première synchronisation des annonces tierces), M2E importe les objets dont la mise en vente remonte à moins d'un an."
+"This Log contains all information about actions, which were done on 3rd Party Listings.","Ce journal contient toutes les informations sur les actions exécutées sur les annonces tierces."
+"Define the conditions when you want eBay items relisted.
+ ","Définissez les conditions de remise en vente des objets eBay. "
+"Relist Action","Action Remettre en vente"
+"Activates Relist action.","Active la tâche Remettre en vente."
+"Relist When Stopped Manually","Remettre en vente en cas d'arrêt manuel"
+"Relists an item by over-riding any manual stop.","La remise en vente de l'objet remplace l'arrêt manuel."
+"Synchronize Data","Synchroniser les données"
+"Updates title, subtitle, description, price, quantity and shipment on eBay items.","Permet de mettre à jour le titre, le sous-titre, la description, le prix, la quantité et l'envoi dans les annonces eBay."
+"Relist Conditions","Conditions de remise en vente"
+"Product Status","Statut du produit"
+"Product status when item will be relisted.","Statut du produit lors de la remise en vente de l'objet."
+"Stock Availability when item will be relisted.","Disponibilité lors de la remise en vente de l'objet."
+"Quantity","Quantité"
+"Less","Inférieure"
+"More or Equal","Supérieure ou égale"
+"Between","Entre"
+"Product(s) quantity when item will be relisted.","Quantité des produits lors de la remise en vente de l'objet."
+"Min Quantity","Quantité min."
+"Max Quantity","Quantité max."
+"Specify the product details you want to keep up to date on eBay.","Spécifiez les détails du produit à mettre à jour sur eBay."
+"Partial Revise","Modification partielle"
+"Item Quantity","Quantité d'objets"
+"Updates eBay listing quantity when it changes in Magento.","Permet de mettre à jour la quantité d'une annonce eBay lorsqu'elle est modifiée dans Magento."
+"Item Price","Prix de l'objet"
+"Updates eBay listing price when it changes in Magento.","Permet de mettre à jour le prix d'une annonce eBay lorsqu'il est modifié dans Magento."
+"Updates eBay listing title when it changes in Magento.","Permet de mettre à jour le titre d'une annonce eBay lorsqu'il est modifié dans Magento."
+"Item Subtitle","Sous-titre de l'objet"
+"Updates eBay listing subtitle when it changes in Magento.","Permet de mettre à jour le sous-titre d'une annonce eBay lorsqu'il est modifié dans Magento."
+"Item Description","Description de l'objet"
+"Updates eBay listing description when it changes in Magento.","Permet de mettre à jour la description d'une annonce eBay lorsqu'elle est modifiée dans Magento."
+"Specifies Magento product data to be synchronized with eBay.
+
+ Note: If you set 'Not Set' in an option, the synchronization will not be performed for it.","Détermine les données produit Magento à synchroniser avec eBay. Remarque : si vous sélectionnez 'Non définie' pour une option, la synchronisation ne sera pas effectuée pour cette option."
+"The price will be calculated according to Catalog Price Rules (Magento > Promotions > Catalog Price Rules).","Le prix sera calculé en fonction des règles de tarification du catalogue (Magento > Promotions > Règles de tarification du catalogue)."
+"Updates price on eBay listing(s) when the source of price changes.","Permet de modifier le prix dans les annonces eBay lorsque la source du prix est modifiée."
+"Synchronization Source","Source de la synchronisation"
+"Not Set (not changeable on eBay)","Non définie (non modifiable sur eBay)"
+"Product QTY","Quantité de produits"
+"Magento Attributes","Attributs Magento"
+"Product QTY - eBay listing quantity will be synchronized with Magento product quantity.
+ Magento Attribute - eBay listing quantity will be synchronized with attribute value.
+","Quantité de produits - La quantité de l'annonce eBay est synchronisée avec la quantité de produits dans Magento. Attribut Magento - La quantité de l'annonce eBay sera synchronisée avec la valeur de l'attribut."
+"Product Price","Prix du produit"
+"Special Price","Prix spécial"
+"
+ Product Price - eBay Listing price will be synchronized with the original Magento product price.
+ Special Price - eBay Listing price will be synchronized with the special price of Magento product.
+ Magento Attribute - eBay listing price will be synchronized with attribute value.
+"," Prix du produit - Le prix de l'annonce eBay sera synchronisé avec le prix initial du produit dans Magento. Prix spécial - Le prix de l'annonce eBay sera synchronisé avec le prix spécial du produit Magento. Attribut Magento - Le prix de l'annonce eBay sera synchronisé avec la valeur de l'attribut."
+"
+ Product Name - eBay listing title will be synchronized with the original Magento product name.
+ Magento Attribute - eBay listing title will be synchronized with attribute value.
+ "," Nom du produit - Le titre de l'annonce eBay sera synchronisé avec le nom initial du produit dans Magento. Attribut Magento - Le titre de l'annonce eBay sera synchronisé avec la valeur de l'attribut. "
+"Choose Magento attribute that will be synchronized with subtitle on eBay.","Sélectionnez l'attribut Magento à utiliser pour la synchronisation du sous-titre sur eBay."
+"Product Description","Description du produit"
+"Product Short Description","Brève description du produit"
+"
+ Product Description - eBay listing description will be synchronized with the original description of Magento product.
+ Product Short Description - eBay listing description will be synchronized with the original short Magento product description.
+ Magento Attribute - eBay listing description will be synchronized with attribute value.
+ "," Description du produit - La description de l'annonce eBay sera synchronisée avec la description initiale du produit dans Magento. Brève description du produit - La description de l'annonce eBay sera synchronisée avec la brève description initiale du produit dans Magento. Attribut Magento - La description de l'annonce eBay sera synchronisée avec la valeur de l'attribut. "
+"Define the conditions when you want eBay items stopped.
+
+ Note: If all options are set to No or No Action, then the stop action is disabled.
+If all options are enabled, then an item will be stopped if at least one of the Stop Conditions is met.","Définissez les conditions d'arrêt de la vente des objets eBay. Remarque : si les valeurs Non ou Aucune action sont définies pour toutes les options, la tâche Arrêter est désactivée. Si toutes les options sont activées, la vente de l'objet sera arrêtée lorsqu'au moins une condition d'arrêt est remplie."
+"Stop Conditions","Conditions d'interruption"
+"Stop When Status Disabled","Arrêter la vente si le statut est Désactivé"
+"Automatically stops eBay listing if its status is changed to 'Disabled' in Magento.","Arrête automatiquement la vente de l'objet sur eBay si son statut devient Désactivé dans Magento."
+"Stop When Out Of Stock","Arrêter la vente en cas de rupture de stock"
+"Automatically stops eBay listing if its stock availability is changed to 'Out Of Stock' in Magento.","Arrête automatiquement la vente de l'objet sur eBay si la disponibilité de l'objet est remplacée par 'En rupture de stock' dans Magento."
+"Stop When Item Quantity Is","Arrêter la vente si la quantité d'objets est"
+"Less or Equal","Inférieure ou égale"
+"More","Supérieure"
+"Automatically stops eBay listing if its Magento quantity is changed and meets the conditions.","Arrête automatiquement la vente de l'objet sur eBay si la quantité Magento est modifiée et remplit les conditions définies."
+"Min Item Quantity","Quantité d'objets minimum"
+"Max Item Quantity","Quantité d'objets maximum"
+"Displayed products have the same Attribute Set as the Listing you are going to add them to.
+ Note: A product can be added to the listing only once. If a product was added to the Listing earlier, it will not be displayed. ","Les produits affichés ont le même jeu d'attributs que l'annonce à laquelle vous allez les ajouter. Remarque : chaque produit ne peut être ajouté qu'une seule fois à l'annonce. Si un produit a déjà été ajouté à l'annonce, il ne s'affiche pas. "
+"%s product(s) were successfully added to the M2E Listing.
+ You can Review them in the Listing or Start listing on eBay right now.
+ Note: The products without Primary eBay Category specified will not be listed. You can specify it later in the listing settings.","%s produits ont été ajoutés à l'annonce M2E. Vous pouvez les vérifier dans l'annonce ou commencer immédiatement la vente sur eBay. Remarque : les produits pour lesquels aucune catégorie principale eBay n'est définie ne seront pas mis en vente. Vous pouvez spécifier la catégorie plus tard dans les paramètres de l'annonce."
+"Magento Categories","Catégories Magento"
+"The quantity of chosen products in each category is shown in brackets.
+
+If the product belongs to several categories, it is shown in each category. And if you remove the category with such product it will be subtracted from
+ each category.
+
+","La quantité de produits sélectionnés dans chaque catégorie s'affiche entre parenthèses. Si un produit appartient à plusieurs catégories, il apparaît dans chacune de ces catégories. Si vous supprimez la catégorie de ce produit, il sera retiré de chaque catégorie."
+"Selected Products: ","Poduits sélectionnés : "
+"Selected Categories: ","Catégories sélectionnées: "
+"view","visite"
+"Search Items","Rechercher des objets"
+"This page contains all products added to M2E listings or assigned to the 3rd Party. It allows quick searching listings by their products.","Cette page comprend tous les produits ajoutés aux annonces M2E ou affectés aux annonces tierces. Elle permet de rechercher rapidement les annonces en fonction des produits."
+"Keep the existing M2E Listing settings or customise these settings for the products shown below.","Conservez les paramètres des annonces M2E existants ou personnalisez-les pour les produits affichés."
+"You can edit Settings for a single product by choosing necessary edit action on appropriate line of the grid
+ or edit and set the same settings for several products items: select items and choose necessary action from the Actions drop down menu.","Pour modifier les paramètres d'un seul produit, sélectionnez la tâche de modification dans la ligne correspondante du tableau. Vous pouvez également modifier et définir des paramètres pour plusieurs objets. Pour ce faire, sélectionnez les objets et choisissez la tâche dans le menu déroulant Actions."
+"Select appropriate product view.","Sélectionnez la vue produit appropriée."
+"There are two ways to select your products :","Vous pouvez sélectionner les produits de deux manières :"
+"Products List","Liste de produits"
+"Products are displayed altogether.","Les produits sont affichés ensemble."
+"Products grouped by Magento categories.","Produits groupés en fonction des catégories Magento."
+"Customized","Personnalisé"
+"M2E Pro Policies","Conditions M2E Pro"
+"Policy with the same title already exists.","Des conditions ayant le même titre existent déjà."
+"Please specify policy title","Spécifiez le titre des conditions"
+"Save New Policy","Enregistrer les nouvelles conditions"
+"Use From Listing Settings","Utiliser les paramètres de l'annonce"
+"eBay Policies","Règlements eBay"
+"or","ou"
+"Use Custom Settings","Utiliser des paramètres personnalisés"
+"Based on Product","En fonction du produit"
+"Fee cannot be estimated because of next error(s)","Les frais ne peuvent pas être estimés en raison des erreurs suivantes"
+"Getting Estimated Fee is in progress...","Obtention de l'estimation des frais..."
+"Listing Items","Objets de l'annonce"
+"This page contains products you have added to the Listing. You can review them and perform necessary actions.
+ You can also add a new M2E Pro Listing or navigate to other Listing directly from this page. Click the icon next to your Listing Title and a drop down menu appears.","Cette page contient les produits ajoutés à l'annonce. Vous pouvez les vérifier et sélectionner les tâches nécessaires. Vous pouvez également ajouter une nouvelle annonce M2E Pro ou accéder directement à une autre annonce à partir de cette page. Cliquez sur l'icône à côté du titre de l'annonce. Un menu déroulant apparaît."
+"There are three 'Views' available to you in Advanced mode:
+
+ eBay - displays product information related to eBay. In this mode, you can easily find products by eBay information, perform actions in bulk (i.e. List, Revise, Relist, Stop, etc);
+ Magento - displays products information related to Magento Catalog. In this mode, you can easily find products using magento products information (i.e. Magento QTY, Stock Status, etc);
+ Settings - displays information about settings set for products (i.e. Selling settings, eBay categories, etc). In this mode, you can easily find products by settings they use, change the settings in bulk.
+
+ You can switch between modes using dropdown at the top of the product grid.
+
+ Note: If you need to search by magento product attributes which is not presented in the filters of the grid, you can use 'Show Advanced Filter' option.
+ It's at the top of the page on the right hand side.","Trois modes d'affichage sont disponibles en mode avancé : eBay - Affiche les informations produits associées à eBay. Ce mode vous permet de rechercher facilement des produits en fonction des informations eBay et d'effectuer des actions simultanément pour plusieurs annonces (Mettre en vente, Modifier, Remettre en vente, Arrêter, etc.). Magento - Affiche des informations produits associées au catalogue Magento. Ce mode vous permet de rechercher facilement des produits en fonction des informations produits Magento (quantité Magento, disponibilité, etc.). Paramètres - Affiche des informations sur les paramètres définis pour les produits (paramètres de vente, catégories eBay, etc.). Ce mode vous permet de rechercher facilement des produits en fonction des paramètres utilisés et de modifier simultanément les paramètres pour plusieurs annonces. Vous pouvez passer d'un mode à l'autre à l'aide du menu déroulant situé au bas du tableau des produits. Remarque : si vous devez effectuer une recherche basée sur des attributs du produit Magento qui ne sont pas disponibles dans les filtres du tableau, utilisez l'option Afficher le filtre avancé . Cette option se trouve en haut à droite de la page."
+"Add New Listing","Ajouter une nouvelle annonce"
+"Marketplaces settings have been saved.","Les paramètres des places de marché ont été enregistrés."
+"You must select at least one marketplace you will work with.","Vous devez sélectionner au moins une place de marché."
+"Synchronization has successfully ended.","La synchronisation est terminée."
+"Synchronization ended with warnings. View log for details.","La synchronisation s'est terminée avec des avertissements. Afficher le journal pour plus de détails."
+"Synchronization ended with errors. View log for details.","La synchronisation s'est terminée avec des erreurs. Afficher le journal pour plus de détails."
+"Some eBay categories were deleted from eBay. Click here to check.","Certaines catégories eBay ont été supprimées d'eBay. Cliquez ici pour les vérifier."
+"Used in Listing(s)","Utilisé dans des annonces"
+"Waiting","En attente"
+"Processing","En cours de traitement"
+"Completed","Terminé"
+"Enable certain marketplaces you will work with and press the Save And Update button. All necessary marketplace data will be downloaded and synchronized with M2E Pro.
+
+It is recommended to update marketplaces when any marketplace changes are announced.
+
+Note: Installation and update processes might be time-consuming, depending on the number of enabled marketplaces and your server environment. ","Activez les places de marché à utiliser et cliquez sur le bouton Enregistrer et mettre à jour. Toutes les données sur la place de marché seront téléchargées et synchronisées avec M2E Pro. Nous vous recommandons de mettre à jour les places de marché si des modifications les concernant sont prévues.Remarque : les processus d'installation et de mise à jour peuvent être longs, selon le nombre de places de marché activées et votre environnement serveur. "
+"Please specify eBay motors compatibility attribute in %s > Configuration > General ","Spécifiez l'attribut de compatibilité eBay Auto dans le menu %s > Configuration > Général "
+"Please edit categories settings for selected products and select the compatibility attribute.","Modifiez les paramètres des catégories pour les produits sélectionnés et sélectionnez l'attribut de compatibilité."
+"Add Compatible Vehicles","Ajouter des véhicules"
+"Select the items, compatible with your part and choose one of three actions in the Actions dropdown:
+
+ Overwrite ePIDs in Compatibility Attribute - replaces items ePIDs in the Compatibility Attribute chosen in %s > Configuration > General with selected ones.
+ Add ePIDs to Compatibility Attribute - adds selected items ePIDs to existing ones in Compatibility Attribute chosen in the General settings.
+
+Note: Compatibility items can not be replaced or removed from eBay.","Sélectionnez les objets compatibles avec la pièce et choisissez l'une des trois actions proposées dans le menu déroulant Actions : Remplacer les codes produits eBay dans l'attribut Compatibilité - Remplace les codes produits eBay des objets dans l'attribut Compatibilité sélectionné dans le menu %s > Configuration > Général par les codes sélectionnés. Ajouter des codes produits eBay à l'attribut Compatibilité - Ajoute les codes produits eBay des objets sélectionnés aux codes déjà présents dans l'attribut Compatibilité désigné des paramètres généraux. Remarques : les objets Compatibilité ne peuvent pas être remplacés ni supprimés d'eBay."
+"Selected ePIDs","Codes produits eBay sélectionnés"
+"Order Address Information","Informations sur l'adresse de la commande"
+"Buyer Name","Nom de l'acheteur"
+"Buyer E-Mail","Adresse e-mail de l'acheteur"
+"Street Address","Adresse (rue)"
+"City","Ville"
+"Country","Pays"
+"Region/State","Région/Etat"
+"Zip/Postal Code","Code postal"
+"Telephone","Téléphone"
+"
+This page contains all orders imported from eBay.
+Use eBay Accounts dropdown to filter eBay orders by accounts.
+If Magento Order, Invoice or / and Shipment was not created automatically,
+you can create them manually by using appropriate options in the Action dropdown.
+Note: Automatic creation of Magento Orders, Invoices, and Shipments executes according to the eBay Accounts settings in %s > Configuration > Accounts > Orders.","Cette page comprend toutes les commandes importées à partir d'eBay. Utilisez la liste déroulante Comptes eBay pour filtrer les commandes eBay par compte. Si la commande, la facture et/ou l'envoi Magento n'ont pas été créés automatiquement, vous pouvez les créer manuellement à l'aide des options appropriées de la liste déroulante Actions.Remarque : la création automatique des commandes, factures et envois Magento s'effectue selon les paramètres des comptes eBay définis dans le menu %s > Configuration > Comptes > Commandes."
+"This Log contains Orders history information.","Ce journal contient des informations sur l'historique des commandes."
+"eBay Order","Commande eBay"
+"Selling Manager","Gestionnaire de ventes"
+"Sale Time","Heure de vente"
+"Update Time","Modifier l'heure"
+"Reservation Time","Heure de réservation"
+"Order Status","Statut de la commande"
+"Incomplete","Incomplet"
+"Unknown Error","Erreur inconnue"
+"Not Shipped","Non envoyé"
+"Production","Production"
+"Sandbox","Labo"
+"Buyer Information","Informations sur l'acheteur"
+"Customer Name","Nom du client"
+"Private Restriction","Restriction - privé"
+"Shipping Address","Adresse de livraison"
+"Payment Information","Informations sur le paiement"
+"Order Currency","Devise de la commande"
+"Attention!","Attention !"
+"Order currency is not enabled in Magento. Please, enable it in System -> Configuration -> Currency Setup.","La devise de la commande n'est pas disponible dans Magento. Veuillez l'activer dans le menu Système > Configuration > Définition de la devise."
+"There's no rate for Order currency in Magento. Please, add currency convert rate in System -> Manage Currency -> Rates.","Aucun taux n'est défini pour la devise de la commande dans Magento. Veuillez ajouter un taux de change dans le menu Système > Gérer les devises > Taux."
+"Payment Date","Date de paiement"
+"Payment Method","Mode de paiement"
+"eBay Account","Compte eBay"
+"eBay Final Fee","Commission sur le prix final eBay"
+"External Transactions","Transactions externes"
+"Shipping & Handling Information","Informations sur la livraison et l'expédition"
+"Shipping Selected Service","Service de livraison sélectionné"
+"Global Shipping Program","Service de livraison internationale"
+"Shipping Cost","Frais de livraison"
+"Shipping Time","Délai de livraison"
+"Tracking Details","Informations de suivi"
+"Carrier","Transporteur"
+"Number","Numéro"
+"Global Shipping Details","Détails du Service de livraison internationale"
+"Reference ID","Code de référence"
+"eBay Warehouse Address","Adresse de l'entrepôt eBay"
+"Shipping Service","Service de livraison"
+"Transaction Item(s)","Objets de la transaction"
+"Log History","Historique"
+"Order Totals","Total des commandes"
+"Subtotal","Sous-total"
+"Shipping & Handling","Livraison et expédition"
+"Tax","Taxe"
+"Grand Total","Total général"
+"Amount Paid","Montant payé"
+"Amount Saved","Montant de la réduction"
+"Synchronization settings have been saved.","Les paramètres de synchronisation ont été enregistrés."
+"Running All Enabled Tasks","Exécution de toutes les tâches activées"
+"Inventory Synchronization","Synchronisation de l'inventaire"
+"Orders Synchronization","Synchronisation des commandes"
+"3rd Party Listings Synchronization","Synchronisation des annonces tierces"
+"Revise All","Modifier tout"
+"enabled","activé"
+"If catalog updates in your magento performed using import/export tools, custom scripts or direct changes in database,
+ then, you can use ""Track Direct Database Changes"" %s functionality to detect changes in products' price and quantity.","Si le catalogue est mis à jour dans Magento à l'aide des outils d'importation/d'exportation, de scripts personnalisés ou de modifications directes dans la base de données, vous pouvez utiliser la fonctionnalité « Suivre les modifications directes de la base de données » %s pour détecter les modifications de prix et de quantité des produits."
+"Updates and synchronizes eBay Listings according to Synchronization Policies' rules.","Permet de mettre à jour et de synchroniser les annonces eBay selon les règles des conditions Synchronisation."
+"If your eBay listings for some reason were asynchronized with the products in Magento, turn on the Revise All action to catch data up.
+ Revise is performed by the Inventory Synchronization, 100 items per a cycle.
+
+ ","Si vos annonces eBay ont été désynchronisées des produits dans Magento, activez la tâche Modifier tout pour récupérer les données. La tâche est exécutée par la synchronisation de l'inventaire au rythme de 100 objets par cycle. "
+"In Progress, start date - ","En cours, date de début - "
+"Finished, end date - ","Terminé, date de fin - "
+"Imports and synchronizes eBay Orders for accounts, which have enabled Import eBay Orders in their Accounts settings.","Permet d'importer et de synchroniser les commandes eBay pour les comptes dont l'option Importer les commandes eBay est activée."
+"Imports buyers' feedback and automatically sends Auto Responses according to eBay Accounts settings.","Permet d'importer les évaluations des acheteurs et d'envoyer des réponses automatiques selon les paramètres des comptes eBay."
+"Imports and synchronizes 3rd Party Listings for eBay accounts, which have enabled Import 3rd Party Listings in their Accounts settings.Note: Click ""Synchronization Settings"" to configure settings.","Permet d'importer et de synchroniser les annonces tierces pour les comptes eBay dont l'option Importer les annonces tierces est activée.Remarque : cliquez sur « Paramètres de synchronisation » pour configurer les paramètres."
+"Click 'Confirm' and Revise will be performed by the Inventory Synchronization, 100 items per a cycle.","Cliquez sur Confirmer. La tâche Modifier sera exécutée par la synchronisation de l'inventaire au rythme de 100 objets par cycle."
+"Set preferences of data synchronization and Save Settings.
+ To run each task manually, click the Run Now button; to run all the tasks simultaneously click the Run Enabled Now button displayed at the top of the page.
+ Note: Cron job must be set up for automatic synchronization.","Définissez les préférences de synchronisation des données et enregistrez les paramètres. Pour exécuter chaque tâche manuellement, cliquez sur le bouton Exécuter maintenant. Pour exécuter toutes les tâches simultanément, cliquez sur le bouton Exécuter les éléments activés affiché en haut de la page. Remarque : la tâche cron doit être configurée pour la synchronisation automatique."
+"This Log contains information on processes, which were done in Synchronization tasks.
+ Note: Logs of Default, Templates, Orders and 3rd Party Listings Synchronizations are only recorded when Error(s) or Warning(s) appears.","Ce journal contient des informations sur les processus exécutés dans les tâches de synchronisation. Remarque : les journaux de synchronisation par défaut, des modèles, des commandes et des annonces tierces ne sont enregistrés qu'en cas d'erreurs ou d'avertissements."
+"Adding Image","Ajout de la photo"
+"Condition description must be less then 1000 symbols.","La description de l'état doit comporter moins de 1 000 caractères."
+"New, New with tags, New with box, Brand New","Neuf, Neuf avec étiquettes, Neuf avec emballage, Entièrement neuf"
+"New Other, New without tags, New without box","Neuf - Autre, Neuf sans étiquettes, Neuf sans emballage"
+"Seller Refurbished, Re-manufactured","Remis à neuf par le vendeur, Réusiné"
+"Used, Pre-owned, Like new","Utilisé, Occasion, Comme neuf"
+"If item is not new, you can provide additional details about the item's condition, such as whether it has defects, missing parts, scratches, or other wear and tear. You have up to 1000 characters.","Si l'objet n'est pas neuf, vous pouvez spécifier des détails supplémentaires concernant son état, comme l'existence de défauts, d'éléments manquants, de griffes ou d'autres traces d'usure. Le champ peut contenir jusqu'à 1 000 caractères."
+"Images & Watermark","Photos et filigrane"
+"The images your potential buyers will see on your eBay listing. Using lots of high-quality pictures provides a great shopping experience and helps to sell your items. ","Photos affichées dans l'annonce eBay pour les acheteurs potentiels. L'utilisation de plusieurs photos de qualité dans les annonces contribue à créer une expérience positive pour les acheteurs et vous permet de vendre vos objets plus facilement. "
+"You can add a watermark to your images. Note: The watermark option is only available for the images hosted on Magento.","Vous pouvez ajouter un filigrane à vos photos. Remarque : l'option du filigrane est disponible uniquement pour les photos hébergées sur Magento."
+"Main Image","Photo principale"
+"Product Base Image","Photo de base du produit"
+"The first photo appears in the top left of your eBay item and next to your item's title in search results.
+ Note: Media Image Attribute or Attribute should contain absolute url. e.g. http://mymagentostore.com/images/baseimage.jpg","La première photo s'affiche dans le coin supérieur gauche de l'annonce eBay et à côté du titre de l'annonce dans les résultats de recherche. Remarque : l'attribut ou l'attribut Multimedia doit contenir une URL absolue. Par exemple, http://maboutiquemagento.com/images/imagedebase.jpg"
+"Default Image Url","URL de la photo par défaut"
+"From 30 October 2013 eBay does not allow to list products without images. If a product does not have the Main Image this image will be used instead.Note: Use absolute url. e.g. http://mymagentostore.com/images/defaultimage.jpg","A partir du 30 octobre 2013, les annonces sans photos ne sont plus autorisées sur eBay. Si aucune photo principale n'est définie pour un produit, cette photo sera utilisée par défaut.Remarque : utilisez une URL absolue. Par exemple, http://maboutiquemagento.com/images/imagepardefaut.jpg"
+"Picture Pack","Pack photos"
+"Displays larger, more detailed pictures (up to 800w x 800h pixels - 800 pixels on the longest side). Note: This feature may come with additional fee.","Affiche des photos plus grandes et plus détaillées (jusqu'à 800 pixels de largeur x 800 pixels de hauteur - 800 pixels sur le côté le plus long). Remarque : cette option peut impliquer des frais supplémentaires."
+"Gallery Images","Photos de la Galerie"
+"Product Images","Photos du produit"
+"Up to","Jusqu'à"
+"Adds small thumbnails that appear under the large Base Image. You can add up to 11 additional photos to each listing on eBay.
+ Note: Text, Multiple Select or Dropdown type attribute can be used. The value of attribute must contain absolute urls.
+ In Text type attribute urls must be separated with comma.
+ e.g. http://mymagentostore.com/images/baseimage1.jpg, http://mymagentostore.com/images/baseimage2.jpg","Ajoute des miniatures en dessous de la photo de base grand format. Vous pouvez ajouter jusqu'à 11 photos supplémentaires à chaque annonce sur eBay. Remarque : un attribut de type Texte, Choix multiple ou Liste déroulante peut être utilisé. La valeur de l'attribut doit contenir des URL absolues. Pour le type Texte, les URL doivent être séparées par une virgule. Par exemple, http://maboutiquemagento.com/images/imagedebase1.jpg, http://maboutiquemagento.com/images/imagedebase2.jpg"
+"Allows changing images for selected option of multi variation items.(Applicable for Configurable products only).","Permet de changer de photos pour l'option des annonces multi-versions sélectionnée.(S'applique uniquement aux produits configurables)."
+"Use Watermark","Utiliser le filigrane"
+"Automatically adds your custom watermark to gallery images.","Permet d'ajouter automatiquement votre filigrane personnalisé aux photos de la galerie."
+"Watermark Upload","Chargement du filigrane"
+"Select image that you want to add as a watermark.","Sélectionnez l'image à ajouter en tant que filigrane."
+"Watermark Preview","Aperçu du filigrane"
+"Watermark Transparency","Transparence du filigrane"
+"Disable","Désactiver"
+"Enable","Activer"
+"Sets transparency of watermark image to 30 %.","Permet de définir une transparence de 30 % pour l'image en filigrane."
+"Scale Watermark Image","Redimensionner la photo en filigrane"
+"In Width","Largeur"
+"Full Image","Photo entière"
+"Scales watermark image in width or full image.","Permet de redimensionner la photo en filigrane selon l'option choisie, Largeur ou Photo entière."
+"Watermark Position","Position du filigrane"
+"Top","Supérieur"
+"Middle","Milieu"
+"Bottom","Bas"
+"Watermark position on the image.","Position du filigrane sur la photo."
+"Details","Details"
+"Custom Title","Titre personnalisé"
+"This is the title buyers will see on eBay. A good title means more buyers viewing your listing and your item selling for the best price.","Titre que verront les acheteurs sur eBay. Un bon titre permet d'attirer plus d'acheteurs et d'obtenir le meilleur prix de vente."
+"Add Subtitle","Ajouter un sous-titre"
+"Adding subtitle to eBay item.
+ Note: An additional fee may be charged for an item subtitle. Find out more about eBay Insertion Fees .","Ajout d'un sous-titre à l'annonce eBay. Remarque : des frais supplémentaires peuvent être facturés pour les sous-titres des annonces. En savoir plus sur les frais d'insertion d'eBay ."
+"Cut Long Titles","Couper les titres longs"
+"Automatically shortens titles to 80 characters and subtitles to 55 characters to fit on eBay.","Raccourcit automatiquement les titres à 80 caractères et les sous-titres à 55 caractères pour répondre aux exigences d'eBay."
+"It is possible to choose a Product Description or Product Short Description, which will be taken from Magento.
+ Or you can create a Custom Description by adding necessary information, appropriate attributes from dropdown lists and image tags.","Vous pouvez choisir une Description du produit ou une Brève description du produit qui sera extraite de Magento. Vous pouvez également créer une Description personnalisée en ajoutant les informations nécessaires, les attributs appropriés à partir des listes déroulantes et des balises de photo."
+"Description Source","Source de la description"
+"Custom Description","Description personnalisée"
+"Item's description source for eBay Listing.
+
+ It is possible to create custom description in 2 modes:
+ WYSIWYG - allows creating simple good looking product description. No HTML knowledge is required.
+ HTML - allows using HTML tags and CSS styles for the description. You can create much more complex, improved and advanced item's description using this mode.","Source de la description de l'objet pour l'annonce eBay. Deux modes de création d'une description personnalisée sont disponibles : WYSIWYG - Permet de créer une description de produit simple et attrayante. Aucune connaissance HTML n'est requise. HTML - Permet d'utiliser des balises HTML et des styles CSS dans la description. Avec ce mode, vous pouvez créer des descriptions bien plus complexes et sophistiquées."
+"Custom Description Inserts","Insertions dans la description personnalisée"
+"M2ePro Attribute","Attribut M2E Pro"
+"Product Image(s)","Photo(s) du produit"
+"Add Image(s)","Ajouter des photo(s)"
+"Displaying Images","Affichage des photos"
+"Gallery View","Objets de la Galerie"
+"Image(s) Width","Largeur des photos"
+"Main Image Width","Largeur de la photo principale"
+"Original","Originale"
+"Custom","Personnalisé"
+"Image(s) Height","Hauteur des photos"
+"Main Image Height","Hauteur de la photo principale"
+"Image(s) Margin","Marge des photos"
+"Images Layout","Disposition des photos"
+"Horizontal","Horizontal"
+"Vertical","Vertical"
+"Gallery Hint","Astuce d'utilisation de la galerie"
+"Click on the image below to get zoomed view of the item","Cliquez sur la photo ci-dessous pour afficher une vue agrandie de l'objet"
+"Open original size image in a new window","Ouvrir la photo dans ses dimensions d'origine dans une nouvelle fenêtre"
+"Choose configuration how the image(s) should be displayed and press the Insert button. Image's tag will be added to the end of the text.","Choisissez le mode d'affichage des photos, puis cliquez sur le bouton Insérer . La balise de la photo sera ajoutée à la fin du texte."
+"eBay Catalog Identifier","Identifiant du catalogue eBay"
+"EAN","EAN"
+"European Article Number, (now called International Article Number). This barcode is a superset of the UPC.","Numéro d'article européen (désormais appelé numéro d'article international). Ce code-barres est un surensemble du code UPC."
+"UPC","Code UPC"
+"The Universal Product Code is a barcode usually consisting of 12 numerical digits, which are unique for each item.","Le code UPC (Universal Product Code) est un code-barres unique propre à chaque objet et comprenant généralement 12 chiffres."
+"ePID (Product Reference ID)","Code produit eBay (code de référence du produit)"
+"An eBay Product ID is eBay's global reference ID for a catalog product.","Le code produit eBay est le code de référence général d'eBay utilisé pour désigner un produit du catalogue."
+"ISBN","Code ISBN"
+"The International Standard Book Number is a uniquenumeric book identifier.","Le numéro international normalisé du livre est un code numérique unique destiné à identifier les livres."
+"Upgrade Tools","Options de mise en vente"
+"Value Pack","Pack options"
+"Value Pack Bundle","Offre groupée Pack options"
+"Combine Gallery, Subtitle, and Listing Designer and you will get a discount.","Combinez les options Galerie, Sous-titre et Illustrateur d'annonces pour bénéficier d'une réduction."
+"Listing Upgrades","Options de mise en vente"
+"Bold listing title","Titre en gras"
+"Find out about eBay optional listing features ","En savoir plus sur les options de mise en vente eBay "
+"Highlight","Effet fluo"
+"Adding an eye-catching background to your listing in search results.","Permet de faire ressortir votre annonce en lui ajoutant un arrière-plan dans les résultats de recherche."
+"Gallery Type","Type de galerie"
+"Gallery Picture","Photo de la Galerie"
+"Gallery Plus","Galerie plus"
+"Gallery Featured","A la Une de la Galerie "
+"Hit Counter","Compteur de visites"
+"No Hit Counter","Aucun compteur de visites"
+"Basic Style","Style classique"
+"Green LED","LED verte"
+"Hidden Style","Caché"
+"Honesty Style","Honesty"
+"Retro Style","Vert fluo"
+"Count the number of visitors to your eBay listing.Note: Green LED and Honesty Style styles are available only in the US.","Permet de comptabiliser le nombre d'utilisateurs ayant consulté votre annonce eBay.Remarque : les styles LED verte et Honesty sont uniquement disponibles aux Etats-Unis."
+"Select Product","Sélection du produit"
+"Enter Product Id","Saisir le code produit"
+"Select the payment, shipping and cross border options you would like eBay to use.","Sélectionnez les options de paiement, de livraison et de vente à l'international à utiliser sur eBay."
+"Remember, you can amend Payment and Shipping Settings at any time.","N'oubliez pas que vous pouvez modifier les paramètres de paiement et de livraison à tout moment."
+"Policy title is not unique.","Le titre des conditions n'est pas unique."
+"You can adjust how long your items will be active on eBay. You can also choose the price on eBay in relation to your store price. You might want to increase your selling price to take into account the eBay seller fees, or reduce your price to be competitive.","Vous pouvez définir la durée de la vente de vos objets sur eBay. Vous pouvez également sélectionner le prix sur eBay en fonction du prix de la Boutique. Il peut être utile d'augmenter le prix de vente pour inclure les frais de vente sur eBay ou de baisser le prix pour qu'il soit plus compétitif."
+"Remember, you can amend Selling Settings at any time.","N'oubliez pas que vous pouvez modifier les paramètres de vente à tout moment."
+"Sync your accounts so you are always on top of your stock control and inventory.","Synchronisez vos comptes pour contrôler votre stock et votre inventaire."
+"Remember, you can amend Synchronization Settings at any time.","N'oubliez pas que vous pouvez modifier les paramètres de synchronisation à tout moment."
+"There are 4 rule settings:
+
+
+ List Rules
+ Revise Rules
+ Relist Rules
+ Stop Rules
+
+ Note: Inventory Synchronization setting must be enabled in Synchronization (Configuration > Synchronization).
+ Otherwise, Synchronization Policy Rules will not take effect.","4 paramètres de règles sont disponibles : Règles de mise en vente Règles de modification Règles de remise en vente Règles d'arrêt Remarque : le paramètre Synchronisation de l'inventaire doit être activé dans le menu Synchronisation (Configuration > Synchronisation). A défaut, les règles des conditions Synchronisation ne seront pas appliquées."
+"Be careful when you edit policies, as all changes you have made will be automatically applied to all M2E listings where these policies are used.
+ If a policy is used in a M2E Listing, it cannot be deleted.","Si vous modifiez les conditions, n'oubliez pas que toutes les modifications s'appliqueront automatiquement à toutes les annonces M2E qui utilisent ces conditions. Si des conditions sont utilisées dans une annonce M2E, elles ne peuvent pas être supprimées."
+"Payment method should be specified.","Le mode de paiement doit être spécifié."
+"PayPal","PayPal"
+"PayPal Accepted","PayPal accepté"
+"PayPal Email Address","Adresse e-mail PayPal"
+"Email address for receiving payment.","Adresse e-mail pour la réception des paiements."
+"Immediate Payment Required","Paiement immédiat obligatoire"
+"This is only applicable to items listed on PayPal-enabled sites in categories that support immediate payment, when a seller has a Premier or Business PayPal account.","S'applique uniquement aux objets mis en vente sur des sites qui prennent en charge PayPal dans des catégories compatibles avec le paiement immédiat, lorsque le vendeur dispose d'un compte PayPal Premier ou Business."
+"Additional Payment Methods","Modes de paiement supplémentaires"
+"Payment Methods","Modes de paiement"
+"Return Policy","Conditions de retour"
+"Buyers are more comfortable shopping from sellers who offer returns policies , even though most buyers will never return an item.
+ Items with a clear returns policy typically sell better than items that don't have one.","Les acheteurs préfèrent acheter des objets auprès de vendeurs qui proposent des conditions de retour même s'il est rare qu'ils renvoient les objets. Les objets associés à des conditions de retour claires se vendent généralement mieux que ceux qui n'en ont pas."
+"Refund Will Be Given As","Mode de remboursement"
+"Item Must Be Returned Within","L'objet doit être renvoyé dans un délai de"
+"Return Shipping Will Be Paid By","Les frais de retour seront payés par"
+"Restocking Fee Value","Frais de remise en stock"
+"Refund Description","Description du remboursement"
+"Search For Charities","Rechercher des associations caritatives"
+"Please select a percentage of donation","Sélectionnez un pourcentage de don"
+"If you do not see the organization you were looking for, try to enter another keywords and run the search again.","Si l'organisation que vous cherchiez ne s'affiche pas, essayez d'utiliser d'autres mots-clés et effectuez une nouvelle recherche."
+"Please, enter the organization name or ID.","Saisissez le nom ou le numéro de l'organisation."
+"Max applicable length is 6 characters, including the decimal (e.g., 12.345).","La longueur maximum acceptée est de 6 caractères, décimale incluse (par exemple : 12,345)."
+"Price Change is not valid.","Le champ Modification des tarifs n'est pas valide."
+"Wrong value. Only integer numbers.","Valeur incorrecte. Nombres entiers uniquement."
+"The fixed price for immediate purchase.","Prix fixe pour un achat immédiat."
+"The fixed price for immediate purchase. Find out more about adding a Buy It Now price to your listing.","Prix fixe pour un achat immédiat. Découvrez comment ajouter un Prix d'Achat immédiat à votre annonce."
+"% of Price"," % du prix"
+"% of ""Buy It Now"" Price"," % du Prix d'Achat immédiat"
+"How You Want To Sell Your Item","Mode de mise en vente de l'objet"
+"Is your item for sale auction-style, or fixed price ?","Souhaitez-vous mettre l'objet en vente au format Enchères ou Prix fixe ?"
+" Attribute must contain ID. ID for Fixed price is FixedPriceItem, for Auction is Chinese."," L'attribut doit contenir un code d'identification. Le code du format Prix fixe est FixedPriceItem et celui du format Enchères est Chinese."
+"The buyer will be anonymous to other eBay users in a Private Listing.","L'acheteur apparaîtra anonymement aux autres membres eBay dans le cadre d'une annonce privée."
+"Quantity And Duration","Quantité et durée"
+"The length of time your eBay listing will be active. You can have it last 1, 3, 5, 7, 10, 30 days or Good 'Til Cancelled.
+ Good 'Til Cancelled listings renew automatically every 30 days unless all of the items sell, you end the listing, or the listing breaches an eBay policy.","La durée d'activité de l'annonce eBay. Vous pouvez choisir une durée de 1, 3, 5, 7, 10 ou 30 jours, ou l'option Valide jusqu'à annulation. Les annonces Valide jusqu'à annulation sont renouvelées automatiquement tous les 30 jours, sauf si tous les objets sont vendus, si vous mettez fin à la vente ou si elles ne respectent pas les règlements d'eBay."
+" Attribute must contain a whole number. If you choose ""Good Till Cancelled"" the attribute must contain 100."," L'attribut doit contenir un nombre entier. Si vous choisissez l'option « Valide jusqu'à annulation », l'attribut doit contenir la valeur 100."
+"Single Item","Objet unique"
+"Custom QTY Number","Quantité personnalisée (nombre)"
+"The number of items you have for sale.","Nombre d'objets à mettre en vente."
+"Conditional Quantity","Quantité conditionnelle"
+"Choose specifically the number of items available for sale on eBay.","Sélectionnez spécifiquement le nombre d'objets disponibles pour la vente sur eBay."
+"Maximum Quantity to Be Listed","Quantité maximum à mettre en vente"
+"Set a maximum number to sell on eBay, e.g. if you have 10 items in stock but want to keep 2 items back, set a maximum quantity of 8.","Définissez la quantité maximum à vendre sur eBay. Par exemple, si vous avez 10 objets en stock et que vous souhaitez en conserver 2, définissez une quantité maximum de 8."
+"Out Of Stock Control","Contrôle En rupture de stock"
+"This is useful if you are waiting for additional stock of an item with the same eBay item ID. Instead of ending the listing and then recreating it when the inventory arrives, you can use this flag to hide the listing. Then when you have the item available, automatic or manual Revise will update the inventory and the listing will appear again.
+ Note: Once you list a product with this option it cannot be changed. To cancel it you should end and list the item again.","Cette option est utile si vous attendez le réapprovisionnement du stock d'un objet portant le même numéro d'objet eBay. Au lieu de mettre fin à la vente et de recréer ensuite une annonce après le réapprovisionnement, vous pouvez utiliser cet indicateur pour masquer l'annonce. Une fois l'objet disponible, la modification automatique ou manuelle entraîne la mise à jour de l'inventaire et l'annonce s'affiche à nouveau. Remarque : une fois le produit mis en vente avec cette option, il est impossible de le modifier. Pour annuler l'option, vous devez mettre fin à la vente et remettre l'objet en vente."
+"Ignore Variations","Ignorer les versions"
+"Select 'Yes' to list Configurable, Grouped, Bundle and Simple with Custom options products as Simple (without variations).","Sélectionnez Oui pour mettre en vente les produits configurables, groupés, les offres groupées et les produits simples avec options personnalisées comme des produits simples (sans versions)."
+"Taxation","Taxation"
+"VAT Rate, %","Taux de TVA, %"
+"To specify a VAT rate, you must have an eBay business account and list the item on a VAT-enabled site: Ireland, India, Switzerland, Spain, Holland, Belgium, Italy, Germany, France, Austria or England. The item's VAT information appears on the item's listing page.","Pour spécifier un taux de TVA, vous devez être titulaire d'un compte professionnel eBay et mettre l'objet en vente sur un site prenant en charge la TVA : Irlande, Inde, Suisse, Espagne, Pays-Bas, Belgique, Italie, Allemagne, France, Autriche ou Royaume-Uni. Les informations sur la TVA de l'objet s'affichent sur la page de l'annonce."
+"Use eBay Tax Table","Utiliser le tableau des taxes eBay"
+"Charges sales tax according to the tax table of your eBay account. Available only for Canada, Canada (Fr), USA and eBay Motors.","Applique les taxes sur la vente conformément au tableau des taxes de votre compte eBay. Disponible uniquement pour le Canada, le Canada (Fr), les Etats-Unis et eBay Auto."
+"Tax Category","Catégorie de taxation"
+"and","et"
+"eBay %s supports %s currencies. To switch the currency you want to sell for, go to %s > Configuration > General ","eBay %s prend en charge %s devises. Pour modifier la devise de vente des objets, accédez au menu %s > Configuration > Général "
+"Add VAT Percentage","Ajouter un pourcentage de TVA"
+"Increases the price that will be sent on eBay by VAT Rate (%). e.g., VAT Rate = 19%, Magento Price = £10, Percentage increase = 2%; eBay Price will be counted as (£10 + 19%) + 2% = £12.14","Augmente le prix envoyé sur eBay du taux de TVA (%). par ex. : taux de TVA = 19 %, Prix Magento = 10 GBP, pourcentage d'augmentation = 2 % ; Calcul du prix eBay : (10 GBP + 19 %) + 2 % = 12,14 GBP"
+"The accepted currency for the item. This has been determined by the eBay site you chose earlier.","Devise acceptée pour l'objet. Cette devise est déterminée par le site eBay sélectionné."
+"Price Change","Modification des tarifs"
+"[CURRENCY]","[DEVISE]"
+"
+ A value you want the Magento Price to be modified while listing on eBay.
+
+ Absolute Value increase
+ This will increase the price on eBay compared to the price on Magento,
+ e.g. if you wish to increase the price of an item selling on eBay
+ by #currency_placeholder#1.50, type “1.5†into the box.
+
+ Absolute Value decrease
+ This will reduce the price on eBay compared to the price on Magento,
+ e.g. if you wish to reduce the price of an item selling on eBay
+ by #currency_placeholder#1.50, type “1.5†into the box.
+
+ Percentage increase (%)
+ This will increase the price on eBay compared to the price on Magento,
+ e.g. you wish to increase by 10% the price
+ of a #currency_placeholder#2.00 item selling on your Magento store.
+ In the box type “10â€. The item will then go on sale
+ for #currency_placeholder#2.2 on eBay.
+
+ Percentage decrease (%)
+ This will reduce the price on eBay compared to the price on Magento,
+ e.g. you wish to reduce by 10% the price of a #currency_placeholder#2.00 item selling
+ on your Magento store.
+ In the box type: “10â€. The item will then go on sale for #currency_placeholder#1.80
+ on eBay.
+ "," Valeur à utiliser pour modifier le prix Magento lors de la publication d'une annonce sur eBay. Augmentation en valeur absolue Le prix sur eBay augmentera par rapport au prix dans Magento, par ex. si vous souhaitez augmenter le prix d'un objet vendu sur eBay de #currency_placeholder#1.50, saisissez « 1,5 » dans le champ. Diminution en valeur absolue Le prix sur eBay diminuera par rapport au prix dans Magento, par ex. si vous souhaitez réduire le prix d'un objet vendu sur eBay de #currency_placeholder#1.50, saisissez « 1,5 » dans le champ. Pourcentage d'augmentation (%) Le prix sur eBay augmentera par rapport au prix dans Magento, par ex. si vous souhaitez augmenter le prix de 10 % d'un objet de #currency_placeholder#2.00 vendu dans votre boutique Magento. Saisissez « 10 » dans le champ. L'objet sera ensuite mis en vente au prix de #currency_placeholder#2.2 sur eBay. Pourcentage de réduction (%) Le prix sur eBay diminuera par rapport au prix dans Magento, par ex. si vous souhaitez réduire de 10 % le prix d'un objet de #currency_placeholder#2.00 vendu dans votre boutique Magento. Saisissez « 10 » dans le champ. L'objet sera mis en vente au prix de #currency_placeholder#1.80 sur eBay. "
+"The starting price at which bidding begins.","Prix de départ des enchères."
+"Absolute Value increase","Augmentation en valeur absolue"
+"Absolute Value decrease","Diminution en valeur absolue"
+"Percentage increase","Pourcentage d'augmentation"
+"Percentage decrease","Pourcentage de réduction"
+"Variation Price","Prix des différentes versions"
+"Main Product","Produit principal"
+"Associated Products","Produits associés"
+"This determines where the price for Configurable and Bundle products options should be taken from.","Détermine la source du prix pour les options des produits configurables et groupés."
+"The lowest price at which you are selling an item.Note: eBay charges some additional fee for using this option.","Prix le plus bas auquel vous vendez l'objet.Remarque : des frais supplémentaires sont facturés par eBay pour cette option."
+"Donation","Don"
+"Organization","Organisme"
+"Search for Charity Organization","Rechercher une association caritative"
+"Allows you to support your favourite charities .","Permet de soutenir vos associations caritatives ."
+"Donation Percentage","Pourcentage du don"
+"Best Offer","Offre directe"
+"Allow Best Offer","Autoriser les Offres directes"
+"The Best Offer option option allows you to accept offers from buyers and negotiate a price. You can accept Best Offers on fixed price and Classified Ads in certain eBay categories, such as eBay Motors.","L'option Offre directe permet d'accepter les offres des acheteurs et de négocier un prix. Vous pouvez accepter les offres directes pour les annonces au format Prix fixe et Petites annonces dans certaines catégories eBay telles qu'eBay Auto."
+"Auto Action","Tâche automatique"
+"Accept Offers of at Least","Accepter les offres d'au moins"
+"Decline Offers Less than","Refuser les offres inférieures à"
+"Enter the organization name or ID","Saisissez le nom ou le numéro de l'organisation"
+"Location or Zip/Postal Code should be specified.","Vous devez définir un lieu ou un code postal."
+"Select one or more international ship-to locations.","Sélectionnez un ou plusieurs lieux de livraison internationale."
+"PayPal payment method should be specified for Cross Border trade.","Le mode de paiement PayPal doit être spécifié pour les transactions internationales."
+"You should specify at least one shipping method.","Vous devez définir au moins un mode de livraison."
+"Select shipping service","Sélectionner un service de livraison"
+"Excluded Shipping Locations","Lieux de livraison exclus"
+"No locations are currently excluded.","Aucun lieu n'est exclu actuellement."
+"selected","sélectionné"
+"Location","Lieu"
+"The country your product will be shipped from.","Pays à partir duquel le produit sera envoyé."
+"Zip/Postal Code of the item location. Especially useful in ""Collection Only"" items.","Code postal du lieu où se trouve l'objet. Particulièrement utile pour les objets « Remise en mains propres uniquement »."
+"City, State","Ville, région"
+"City, State of the item location.","Ville, Région du lieu où se trouve l'objet."
+"Domestic Shipping","Livraison nationale"
+"Calculated: cost varies by buyer location","Frais calculés : les frais dépendent du lieu où se trouve l'acheteur"
+"Flat: same cost to all buyers","Frais fixes : mêmes coûts pour tous les acheteurs"
+"Freight: large items","Transport : objets volumineux"
+"No Shipping: local pickup only","Pas de livraison : remise en mains propres uniquement"
+"Use eBay Shipping Rate Table","Utiliser le tableau des frais de livraison eBay"
+"The eBay Shipping Rate Table can help with shipping charges.","Le tableau des frais de livraison eBay peut vous renseigner sur les frais de livraison."
+"Service","Service"
+"Cost","Coût"
+"Additional Cost","Coût supplémentaire"
+"Add Method","Ajouter un mode"
+"Add Shipping Method","Ajouter un mode de livraison"
+"Local pickup","Remise en mains propres"
+"Item is available for local pickup only.","Remise en mains propres uniquement."
+"Freight","Transport"
+"Specify your own freight shipping options in your item description.","Indiquez vos propres options de transport dans la description de l'objet."
+"Get It Fast","Livraison express"
+"At least one qualifying shipping service and a single day dispatch time must be offered to enable this option.","Au moins un service de livraison et un délai d'expédition d'un jour doivent être proposés pour que cette option soit disponible."
+"Exception handling times","Exception relative aux délais d'expédition "
+"Same Business Day","Même jour ouvrable"
+"The dispatch time is the time between the buyer’s payment clearing and you sending the item. Buyers are increasingly expecting short dispatch times, ideally next day, but preferably within 3 working days. Click here to find out more.
+ Note: Magento Attribute must contain a numeric value. If you want to set 'Same Business Day' via attribute, set 0 in it.","Le délai d'expédition désigne le temps qui s'écoule entre la réception du paiement de l'acheteur et l'envoi de l'objet. Les acheteurs exigent de plus en plus souvent des délais d'expédition très courts, idéalement le jour suivant et de préférence dans les 3 jours ouvrables. Cliquez ici pour en savoir plus. Remarque : l'attribut Magento doit contenir une valeur numérique. Si vous souhaitez définir la valeur Même jour ouvrable via l'attribut, définissez une valeur de 0."
+"Handling Cost","Frais d'expédition"
+"Addition of handling cost to the shipping costs.","Ajout de frais d'expédition aux frais de livraison."
+"Handling Cost Value","Valeur des frais d'expédition"
+"Combined Shipping Profile","Profil de livraison groupée"
+"Use the Flat Shipping Rule and Calculated Shipping Rule profiles, which were created on eBay.
+ Note: press ""Refresh Profiles"" button for upload new or refreshes eBay Shipping profiles.","Permet l'utilisation de profils de règles sur les frais de livraison fixes et calculés créés sur eBay. Remarque : cliquez sur le bouton « Actualiser les profils » pour charger de nouveaux profils de livraison eBay ou les actualiser."
+"Refresh Profiles","Actualiser les profils"
+"Use the Flat Shipping Rule and Calculated Shipping Rule profiles, which were created on eBay.
+ Note: press ""Refresh Profiles"" button for upload new or refreshes eBay Shipping profiles.","Permet l'utilisation de profils de règles sur les frais de livraison fixes et calculés créés sur eBay. Remarque : cliquez sur le bouton « Actualiser les profils » pour charger de nouveaux profils de livraison eBay ou les actualiser."
+"You do not have eBay accounts added to M2E.","Vous n'avez aucun compte eBay ajouté dans M2E."
+"Promotional Shipping Rule","Règle sur les frais de livraison promotionnels"
+"Adding Shipping Discounts according to the rules that are set in your eBay Account.","Ajout de réductions sur les frais de livraison en fonction des règles définies dans votre compte eBay."
+"""Cash On Delivery"" Cost","Frais de l'option « Contre remboursement »"
+"Required when using COD Payment Method.","Obligatoire lorsque l'option Contre remboursement est sélectionnée comme mode de paiement."
+"Cross Border Trade","Transactions à l'international"
+"The international site visibility feature allows qualifying listings to be posted on international sites.
+ Buyers on these sites will see the listings exactly as you originally post them.
+Note: There may be additional eBay charges for this option.","L'option de visibilité sur les sites internationaux permet d'afficher sur les sites internationaux les annonces qui répondent aux conditions. Les acheteurs de ces sites voient les annonces telles qu'elles sont affichées initialement.Remarque : des frais eBay supplémentaires peuvent être associés à cette option."
+"eBay Site Visibility","Visibilité sur le site eBay"
+"USA / Canada","Etats-Unis/Canada"
+"United Kingdom","Royaume-Uni"
+"International Shipping","Livraison internationale"
+"Offer Global Shipping Program","Proposer le Service de livraison internationale"
+"Simplifies selling an item to an international buyer. Click here to find out more.","Simplifie la vente d'un objet à un acheteur international. Cliquez ici pour en savoir plus."
+"No International Shipping","Pas de livraison internationale"
+"Promotional Shipping Rule:","Règle sur les frais de livraison promotionnels :"
+"Add Shipping Discounts according to rules that are set in your eBay Account.","Ajouter des réductions sur les frais de livraison en fonction des règles définies dans votre Compte eBay."
+"Measurement System","Système de mesure"
+"English (lbs, oz, in)","Anglo-saxon (lbs, oz, in)"
+"Metric (kg, g, cm)","Métrique (kg, g, cm)"
+"Package Size Source","Source de la taille du colis"
+"Dimension Source","Source des dimensions"
+"Dimensions (Width/Height/Depth)","Dimensions (largeur/hauteur/profondeur)"
+"inches","pouces"
+"cm","cm"
+"Dimensions (Width/Height/Depth)","Dimensions (largeur/hauteur/profondeur)"
+"Weight Source","Source du poids"
+"The Weight Attribute must have the weight of the item.","L'attribut du poids doit correspondre au poids de l'objet."
+"lbs. oz.","lb. oz."
+"kg. g.","kg. g."
+"Weight","Poids"
+"Postal code for the location from which the package will be shipped.","Code postal du lieu à partir duquel le colis sera expédié."
+"Excluded Locations","Lieux exclus"
+"To exclude buyers in certain locations from purchasing your item, create a shipping exclusion list.","Pour exclure des acheteurs situés dans certains pays, créez une liste d'exclusion de lieux de livraison."
+"Locations","Lieux"
+"Edit Exclusion List","Modifier la liste d'exclusions"
+"Calculated","Frais calculés"
+"Select the regions or countries you don't ship to.","Sélectionnez les zones géographiques ou les pays vers lesquels vous n'envoyez pas d'objet."
+"Domestic","National"
+"International","International"
+"Additional","Autres"
+"Selected Options","Options sélectionnées"
+"[Reset]","[Réinitialiser]"
+"Must be greater than ""Min"".","Doit être supérieur à la valeur « Min. »."
+"Inconsistent settings in Relist and Stop rules.","Paramètres incohérents dans les règles de modification et d'arrêt des ventes."
+"Require to select at least one day of week.","Vous devez sélectionner au moins un jour de la semaine."
+"You should specify time.","Vous devez spécifier une heure."
+"Wrong value.","Valeur incorrecte."
+"Must be greater than ""Active From"" Date.","Doit être supérieure à la date « Actif à partir du »."
+"Must be greater than ""From Time"".","Doit être supérieure à la valeur « Heure de début »."
+"List Rules","Règles de mise en vente"
+"Schedule","Programmation"
+"List Action - at first this action to be executed for each item, that has Not Listed status and its settings meet the List Condition. If an item is not listed for some reason, autosynchronization will attempt to list it again according to the Schedule in case the Product Status, Stock Availability or Quantity is changed.
+ ","Tâche Mettre en vente - Cette tâche doit être appliquée à tous les objets dont le statut est Non mis en vente et dont les paramètres remplissent les conditions de mise en vente. Si l'objet n'est pas mis en vente, la synchronisation automatique tentera de le mettre à nouveau en vente en fonction de la programmation dans le cas où le statut du produit, la disponibilité ou la quantité seraient modifiés. "
+"List Action","Action Mettre en vente"
+"Enables automatic listing of unlisted items if they meet List Conditions.","Permet la mise en vente automatique des objets non mis en vente qui remplissent les conditions de mise en vente."
+"List Conditions","Conditions de mise en vente"
+"Enabled – M2E Listing items automatically list on eBay if this status is set to Enabled.
+Any – M2E Listing items automatically list on eBay regardless of its status.
+","Activé – Si le statut est Activé, les objets de l'annonce M2E sont mis en vente automatiquement sur eBay.Tout – Les objets de l'annonce M2E sont mis en vente automatiquement sur eBay quel que soit le statut. "
+"In Stock - M2E Listing items list automatically, if the products are in stock.
+ Any - M2E Listing items list automatically, regardless of the stock availability.","En stock - Les objets de l'annonce M2E sont mis en vente automatiquement si les produits sont en stock. Tout - Les objets de l'annonce M2E sont mis en vente automatiquement, quelle que soit la disponibilité."
+"M2E Pro will automatically list M2E Listings items if they meet defined conditions.
+ More or Equal – the number of Magento products are more than, or equal to, the item quantity chosen.
+ Between – the number of Magento products are between the two numbers chosen.","M2E Pro mettra en vente automatiquement les objets des annonces M2E s'ils remplissent les conditions définies. Supérieure ou égale – Le nombre de produits Magento est supérieur ou égal à la quantité d'objets choisie. Entre – Le nombre de produits Magento est compris entre les deux valeurs choisies."
+"Relist Rules define the conditions when you want eBay items to be relisted.","Les règles de remise en vente déterminent les conditions de remise en vente des objets sur eBay."
+"Activates relist action for any M2E Pro Listing that uses the current Synchronization Policy.","Active la tâche Remettre en vente pour toutes les annonces ME2 Pro qui utilisent les conditions Synchronisation actuelles."
+"Automatically relists an item by over-riding any manual stop.","La remise en vente automatique de l'objet remplace l'arrêt manuel."
+"Updates title, subtitle, description, price, quantity and shipment on eBay items.
+ Note: If No is selected, eBay items with existing data on eBay are relisted.","Permet de mettre à jour le titre, le sous-titre, la description, le prix, la quantité et l'envoi dans les annonces eBay. Remarque : si la valeur Non est sélectionnée, les objets eBay associés à des données existantes sur eBay sont remis en vente."
+"Stock availability when item will be relisted.","Disponibilité lors de la remise en vente de l'objet."
+"Product quantity when item will be relisted.","Quantité des produits lors de la remise en vente de l'objet."
+"Set preferences for revising items.
+
+ Partial Revise - updates particular data you specified.
+
+ Full Revise - set 'Yes' in the policy option which data change will launch updating data on eBay.
+
+ ","Définissez les préférences de modification des objets. Modification partielle - Les données spécifiées sont mises à jour. Modification complète - Choisissez Oui pour l'option des conditions dont la modification déclenchera la mise à jour des données sur eBay. "
+"Automatically revises the eBay quantity if there is a change to the quantity (or attribute for quantity) in Magento.","Modifie automatiquement la quantité sur eBay si la quantité (ou l'attribut de quantité) est modifiée dans Magento."
+"Conditional Revise","Modification conditionnelle"
+"Only revises the quantity on eBay when they meet the specific conditions you set.","Modifie la quantité sur eBay uniquement lorsque les conditions spécifiques définies sont remplies."
+"Revise When Less or Equal to","Modifier si inférieur ou égal à"
+"We recommend not setting this value too high. Initially try a value from 10 - 20.","Il est recommandé de ne pas définir une valeur trop élevée. Commencez par utiliser une valeur comprise entre 10 et 20."
+"Automatically revises the eBay item price if there is a change to the price (or attribute for price) in Magento.","Modifie automatiquement le prix de l'objet eBay si le prix (ou l'attribut du prix) est modifié dans Magento."
+"Automatically revises the eBay item title if there is a change to the title (or attribute for title) in Magento.","Modifie automatiquement le titre de l'objet eBay si le titre (ou l'attribut du titre) est modifié dans Magento."
+"Automatically revises the eBay item subtitle if there is a change to the subtitle (or attribute for subtitle) in Magento.","Modifie automatiquement le sous-titre de l'objet eBay si le sous-titre (ou l'attribut du sous-titre) est modifié dans Magento."
+"Automatically revises the eBay item description if there is a change to the description (or attribute for description) in Magento.","Modifie automatiquement la description de l'objet eBay si la description (ou l'attribut de la description) est modifiée dans Magento."
+"Images","Photos"
+"Automatically revises the eBay item gallery if there is a change to the gallery (or attribute for gallery) in Magento.","Modifie automatiquement la galerie photos de l'objet eBay si la galerie photos (ou l'attribut de la galerie photos) est modifiée dans Magento."
+"Full Revise","Modification complète"
+"Automatically revises the eBay listing if there is a change to the Price, Quantity and Format policy.","Modifie automatiquement l'annonce eBay si les conditions Prix, Quantité et Format sont modifiées."
+"Automatically revises the eBay listing if there is a change to the Description policy.","Modifie automatiquement l'annonce eBay si les conditions Description sont modifiées."
+"Category/Specifics","Catégorie/caractéristiques"
+"Automatically revises the eBay listing if there is a change to the category/specifics in its settings.","Modifie automatiquement l'annonce eBay si la catégorie/les caractéristiques sont modifiées dans les paramètres."
+"Automatically revises the eBay listing if there is a change to the Payment policy.","Modifie automatiquement l'annonce eBay si les conditions Paiement sont modifiées."
+"Automatically revises the eBay listing if there is a change to the Shipping policy.","Modifie automatiquement l'annonce eBay si les conditions Livraison sont modifiées."
+"Automatically revises the eBay listing if there is a change to the Return policy.","Modifie automatiquement l'annonce eBay si les conditions Retour sont modifiées."
+"Defines a timetable for automatical list and relist eBay items.","Définit un calendrier de mise en vente et de remise en vente des objets eBay."
+"Activation","Activation"
+"Enables / Disables using schedule.","Active/désactive par le biais de la programmation."
+"Any Time","A tout moment"
+"During Period","Pendant la période"
+"When the schedule has to be applied.","Moment auquel la programmation doit être appliquée."
+"Active From","Actif à partir du"
+"To","A"
+"Day of Week","Jour de la semaine"
+"From","A partir du "
+"Monday","Lundi"
+"Tuesday","Mardi"
+"Wednesday","Mercredi"
+"Thursday","Jeudi"
+"Friday","Vendredi"
+"Saturday","Samedi"
+"Sunday","Dimanche"
+"AM","AM"
+"PM","PM"
+"Define the conditions when you want eBay items stopped.
+
+ Note: If all options are set to No or No Action, then the stop action for eBay items, which use this Synchronization Policy, is disabled.
+If all options are enabled, then an item will be stopped if at least one of the Stop Conditions is met.","Définissez les conditions d'arrêt de la vente des objets eBay. Remarque : si la valeur Non ou Aucune action est définie pour toutes les options, la tâche d'arrêt de la vente des objets eBay qui utilisent ces conditions Synchronisation est désactivée. Si toutes les options sont activées, la vente de l'objet est arrêtée lorsqu'au moins une condition d'arrêt est remplie."
+"Automatically stops an item that is on eBay if status is changed to 'Disabled' in Magento.","Arrête automatiquement la vente d'un objet sur eBay si son statut devient 'Désactivé' dans Magento."
+"Automatically stops an item that is on eBay if stock availability is changed to 'Out of Stock' in Magento.","Arrête automatiquement la vente d'un objet sur eBay si la disponibilité est remplacée par 'En rupture de stock' dans Magento."
+"Stop When Quantity Is","Arrêter la vente si la quantité est"
+"Automatically stops an item on eBay if quantity is changed and it meets the selected conditions.","Arrête automatiquement la vente d'un objet sur eBay si la quantité est modifiée et si les conditions sélectionnées sont remplies."
+
+"About","A propos"
+"Community","Communauté"
+"Enterprise","Entreprise"
+"America","Amérique"
+"Europe","Europe"
+"Asia / Pacific","Asie/Pacifique"
+"Other","Autre"
+"Canada","Canada"
+"Canada (French)","Canada (français)"
+"United States","Etats-Unis"
+"Austria","Autriche"
+"Belgium (Dutch)","Belgique (néerlandais)"
+"Belgium (French)","Belgique (français)"
+"France","France"
+"Germany","Allemagne"
+"Ireland","Irlande"
+"Italy","Italie"
+"Netherlands","Pays-Bas"
+"Poland","Pologne"
+"Switzerland","Suisse"
+"Sweden","Suède"
+"Spain","Espagne"
+"United Kingdom","Royaume-Uni"
+"Australia","Australie"
+"Hong Kong","Hong Kong"
+"India","Inde"
+"Malaysia","Malaisie"
+"Philippines","Philippines"
+"Singapore","Singapour"
+"System","Système"
+"Add new listing","Ajouter une nouvelle annonce"
+"Delete existing listing","Supprimer une annonce existante"
+"Add product to listing","Ajouter un produit à l'annonce"
+"Delete item from listing","Supprimer un objet de l'annonce"
+"Remove item from Channel","Supprimer un objet du canal"
+"Add new product to magento store","Ajouter un nouveau produit à la boutique Magento"
+"Delete existing product from magento store","Supprimer un produit existant à la boutique Magento"
+"Change of product price in magento store","Modifier le prix du produit dans la boutique Magento"
+"Change of product special price in magento store","Modifier le prix spécial du produit dans la boutique Magento"
+"Change of product qty in magento store","Modifier la quantité du produit dans la boutique Magento"
+"Change of product stock availability in magento store","Modifier la disponibilité du produit dans la boutique Magento"
+"Change of product status in magento store","Modifier le statut du produit dans la boutique Magento"
+"List item on Channel","Mettre l'objet en vente sur le canal"
+"Relist item on Channel","Remettre l'objet en vente sur le canal"
+"Revise item on Channel","Modifier l'annonce sur le canal"
+"Stop item on Channel","Arrêter la vente de l'objet sur le canal"
+"Stop on Channel / Remove from Listing","Arrêter la vente sur le canal/Supprimer de l'annonce"
+"Remove from Channel & Listing","Supprimer du canal et de l'annonce"
+"Change of product custom attribute in magento store","Modifier une caractéristique personnalisée du produit dans la boutique Magento"
+"Relist product on Channel","Remettre le produit en vente sur le canal"
+"Stop product on Channel","Arrêter la vente du produit sur le canal"
+"Default Synchronization","Synchronisation par défaut"
+"Inventory Synchronization","Synchronisation de l'inventaire"
+"Orders Synchronization","Synchronisation des commandes"
+"Marketplaces Synchronization","Synchronisation des places de marché"
+"3rd Party Listings Synchronization","Synchronisation des annonces tierces"
+"The ""Categories Synchronization"" action for marketplace: ""%s"" is in data processing mode. Please wait...","La tâche « Synchronisation des catégories » pour la place de marché « %s » est en cours de traitement. Veuillez patienter..."
+"Magento Order was not created. Reason: Magento Order creation is disabled in Account settings.","La commande Magento n'a pas été créée. Motif : la création de commandes Magento est désactivée dans les paramètres du compte."
+"Magento Order was not created. Reason: Magento Order creation for items listed by M2E Pro is disabled in Account settings.","La commande Magento n'a pas été créée. Motif : la création de commandes Magento pour les objets mis en vente via M2E Pro est désactivée dans les paramètres du compte."
+"Magento Order was not created. Reason: Magento Order creation for items listed by 3rd party software is disabled in Account settings.","La commande Magento n'a pas été créée. Motif : la création de commandes Magento pour les objets mis en vente via un logiciel tiers est désactivée dans les paramètres du compte."
+"Magento order was not created. Reason: Order Creation Rules were not met. Press Create Order button at Order view page to create it anyway.","La commande Magento n'a pas été créée. Motif : les règles de création d'une commande n'ont pas été respectées. Cliquez sur le bouton Créer la commande sur la page de la commande pour la créer quand même."
+"Magento Order is already created for this %s Order. Press Create Order button to create new one.","Une commande Magento a déjà été créée pour cette commande %s. Cliquez sur le bouton Créer la commande pour en créer une nouvelle."
+"Payment Status was not updated to Paid. Magento Order #%order_id% have to be cancelled according to Account's Automatic Cancellation setting.","Le statut du paiement n'a pas été remplacé par Payé. La commande Magento n° %order_id% doit être annulée conformément aux paramètres d'annulation automatique du compte."
+"Magento and M2E Pro has Internet Explorer 7 as minimal browser requirement. Please upgrade your browser.","La configuration minimale du navigateur pour Magento et M2E Pro est Internet Explorer 7. Veuillez mettre à niveau votre navigateur."
+"M2E Pro license key validation is failed for this domain. Go to the %slicense page%s.","La validation de la clé de licence de M2E Pro a échoué pour ce domaine. Accédez à la %spage de la licence%s."
+"M2E Pro license key validation is failed for this IP. Go to the %slicense page%s.","La validation de la clé de licence de M2E Pro a échoué pour cette adresse IP. Accédez à la %spage de la licence%s."
+"M2E Pro license key validation is failed for this base directory. Go to the %slicense page%s.","La validation de la clé de licence de M2E Pro a échoué pour ce répertoire de base. Accédez à la %spage de la licence%s."
+"M2E Pro module requires activation. Go to the %slicense page%s.","Le module M2E Pro doit être activé. Accédez à la %spage de la licence%s."
+"M2E Pro module license suspended for ""%s"" component. Go to the %slicense page%s.","La licence du module M2E Pro est suspendue pour le composant « %s ». Accédez à la %spage de la licence%s."
+"M2E Pro module license closed for ""%s"" component. Go to the %slicense page%s.","La licence du module M2E Pro est fermée pour le composant « %s ». Accédez à la %spage de la licence%s."
+"M2E Pro module license has expired for ""%s"" component. Go to the %slicense page%s.","La licence du module M2E Pro a expiré pour le composant « %s ». Accédez à la %spage de la licence%s."
+"M2E Pro module is running under Trial License for ""%s"" component, that will expire on %s.","Le module M2E Pro utilise une licence d'évaluation pour le composant « %s ». Cette licence expirera le %s."
+"M2E Pro module license will expire on %s for ""%s"" component. Go to the %slicense page%s.","La licence du module M2E Pro expirera le %s pour le composant « %s ». Accédez à la %spage de la licence%s."
+"No matches were found. Please change the mapping attributes in Configuration > Account > 3rd Party Listings or try to map manually.","Aucune correspondance n'a été trouvée. Modifiez les attributs de mappage à partir du menu Configuration > Compte > Annonces tierces ou essayez d'effectuer le mappage manuellement."
+"The ""Categories Synchronization"" action for marketplace: ""%mrk%"" is in data processing mode. Please wait...","La tâche « Synchronisation des catégories » pour la place de marché « %mrk% » est en cours de traitement. Veuillez patienter..."
+"Task ""Orders Receive Synchronization"" for Rakuten.com ""%acc%"" Account is started. Please wait...","La tâche « Synchronisation des commandes reçues » pour le compte Rakuten.com « %acc% » a démarré. Veuillez patienter..."
+"Task ""Orders Update Synchronization"" for Rakuten.com ""%acc%"" Account is started. Please wait...","La tâche « Synchronisation des commandes modifiées » pour le compte Rakuten.com « %acc% » a démarré. Veuillez patienter..."
+"The ""Parts Compatibility Synchronization"" action for ""%mrk%"" marketplace has been successfully completed.","La tâche « Synchronisation des données de compatibilité des pièces » pour la place de marché « %mrk% » est terminée."
+"Attention! By deleting account you delete all information on it from M2E Pro server. This will cause inappropriate work of all accounts' copies.","Attention ! En supprimant un compte, vous supprimez également toutes les informations qui lui sont associées sur le serveur M2E Pro. Cette opération entraînera des problèmes de fonctionnement de toutes les copies du compte."
+"The product was listed as a simple product as it has limitation for multi-variation items. Reason:number of values for each option more than 30.","Le produit a été mis en vente comme produit simple, car il dépasse les limites associées aux annonces multi-versions. Motif : le nombre de valeurs pour chaque option est supérieur à 30."
+"The product was listed as a simple product as it has limitation for multi-variation items. Reason:number of options more than 5.","Le produit a été mis en vente comme produit simple, car il dépasse les limites associées aux annonces multi-versions. Motif : le nombre d'options est supérieur à 5."
+"The product was listed as a simple product as it has limitation for multi-variation items. Reason:sum of quantities of all possible products options more than 250.","Le produit a été mis en vente comme produit simple, car il dépasse les limites associées aux annonces multi-versions. Motif : la somme des quantités de toutes les options de produit possibles est supérieure à 250."
+"Map listing to magento product","Mapper l'annonce vers un produit Magento"
+"Unmap listing from magento product","Démapper l'annonce du produit Magento"
+"Move to existing M2E listing","Déplacer vers une annonce M2E existante"
+"Change of product special price from date in magento store","Modifier la date de début du prix spécial du produit dans la boutique Magento"
+"Change of product special price to date in magento store","Modifier la date de fin du prix spécial du produit dans la boutique Magento"
+"Change item status on Channel","Modifier le statut de l'objet sur le canal"
+"Revise product","Modifier le produit"
+"Relist product","Remettre le produit en vente"
+"Stop product","Arrêter la vente du produit"
+"Creation Date","Date de création"
+"Update Date","Date de mise à jour"
+"Actions","Actions"
+"Edit","Modifier"
+"Delete","Supprimer"
+"All Accounts","Tous les comptes"
+"ID","Identifiant"
+"Title","Titre"
+"Channel","Canal"
+"Accounts","Comptes"
+"Add Account","Ajouter un compte"
+"Configuration","Configuration"
+"General","Général"
+"3rd Party Listings","Annonces tierces"
+"Orders","Commandes"
+"Edit%s Account","Modifier%s le compte"
+"Add%s Account","Ajouter%s un compte"
+"Refresh","Actualiser"
+"Save And Continue Edit","Enregistrer et continuer les modifications"
+"Add New Account","Ajouter un nouveau compte"
+"Complete This Step","Terminer cette étape"
+"Back","Précédente"
+"Save","Enregistrer"
+"Add%s Listing [Select Categories Products]","Ajouter%s une annonce [Sélectionner les produits dans les catégories]"
+"Save And View Listing","Enregistrer et afficher l'annonce"
+"Add%s Listing [Select Categories]","Ajouter%s une annonce [Sélectionner les catégories]"
+"Next","Suivante"
+"Add%s Listing [Select Products]","Ajouter%s une annonce [Sélectionner les produits]"
+"Add%s Listing [Settings]","Ajouter%s une annonce [Paramètres]"
+"Add%s Listing [Products Filter]","Ajouter%s une annonce [Filtre des produits]"
+"Add%s Listing [Channel Settings]","Ajouter%s une annonce [Paramètres du canal]"
+"Select All","Sélectionner tout"
+"Confirm","Confirmer"
+"Add New","Ajouter un nouveau"
+"Settings","Paramètres"
+"Channel Settings","Paramètres du canal"
+"Products Filter","Filtre des produits"
+"Edit ""%s""%s Listing [Settings]","Modifier l'annonce « %s »%s [Paramètres]"
+"Total Items","Total des objets"
+"Active Items","Objets en vente actuellement"
+"Inactive Items","Objets inactifs"
+"View Products","Afficher les produits"
+"Add Products from Products List","Ajouter des produits à partir de la liste"
+"Add Products from Categories","Ajouter des produits à partir des catégories"
+"Edit Settings","Modifier les paramètres"
+"Delete Listing","Supprimer l'annonce"
+"Are you sure?","Etes-vous sûr ?"
+"View Log","Afficher le journal"
+"Clear Log","Effacer le journal"
+"Edit Selling Format Template","Modifier le modèle Format de mise en vente"
+"Edit Synchronization Template","Modifier le modèle Synchronisation"
+"Clear Log(s)","Effacer les journaux"
+"Delete Listing(s)","Supprimer les annonces"
+"N/A","S.O."
+"Product ID","Code produit"
+"Product Title / SKU","Titre du produit/Référence article"
+"ASIN / ISBN","Code ASIN/ISBN"
+"Amazon QTY","Quantité Amazon"
+"Amazon Price","Prix d'Amazon"
+"Fulfillment","Traitement de la commande"
+"Merchant","Vendeur"
+"Amazon","Amazon"
+"Status","Statut"
+"Unknown","Inconnu"
+"Active","En cours"
+"Inactive","Inactif"
+"Inactive (Blocked)","Inactif (bloqué)"
+"Remove Item","Supprimer l'objet"
+"Unmap","Démapper"
+"Map Item(s) Automatically","Mapper les objets automatiquement"
+"Move Item(s) to Listing","Déplacer les objets vers une annonce"
+"Map","Mapper"
+"Move","Déplacer"
+"SKU","Référence article"
+"Status Change","Modification de statut"
+"Manual","Manuel"
+"Automatic","Automatique"
+"Add Products To%s Listing ""%s"" From Categories","Ajouter des produits à%s l'annonce « %s » à partir des catégories"
+"View Listing","Afficher l'annonce"
+"Save And List","Enregistrer et mettre en vente"
+"Product Title","Nom du produit"
+"Type","Type"
+"Stock Availability","Disponibilité"
+"In Stock","En stock"
+"Out of Stock","En rupture de stock"
+"Price","Prix"
+"Qty","Qté"
+"Visibility","Visibilité"
+"Websites","Sites Web"
+"Please select items.","Veuillez sélectionner des objets."
+"Are you sure you want to create empty listing?","Voulez-vous vraiment créer une annonce vide ?"
+"Show Advanced Filter","Afficher le filtre avancé"
+"Hide Advanced Filter","Masquer le filtre avancé"
+"Add Products To%s Listing ""%s""","Ajouter des produits à%s l'annonce « % s »"
+"Image","Photo"
+"Action","Action"
+"Assign ASIN/ISBN","Affecter un code ASIN/ISBN"
+"Clear Search Result","Effacer le résultat de la recherche"
+"Search","Rechercher"
+"Reset","Réinitialiser"
+"Close","Fermer"
+"Product Title / Listing / SKU","Titre du produit/Annonce/Référence article"
+"Amazon SKU","Référence article Amazon"
+"Not Listed","Non mis en vente"
+"Manage","Gérer"
+"Listing","Annonce"
+"Go to listing","Accéder à l'annonce"
+"Search%s Listings Items","Rechercher%s des objets dans les annonces"
+"Listings","Annonces "
+"Templates","Modèles"
+"Selling Format Templates","Modèles Format de mise en vente"
+"Synchronization Templates","Modèles de synchronisation"
+"Continue","Continuer"
+"List Item(s)","Mettre les objets en vente"
+"Revise Item(s)","Modifier les annonces"
+"Relist Item(s)","Remettre les objets en vente"
+"Stop Item(s)","Arrêter la vente des objets"
+"Move Item(s) to Another Listing","Déplacer les objets vers une autre annonce"
+"Assign ASIN/ISBN to Item(s)","Affecter un code ASIN/ISBN aux objets"
+"Add New ASIN(s)","Ajouter de nouveaux codes ASIN"
+"Unassign ASIN/ISBN","Annuler l'affectation d'un code ASIN/ISBN"
+"Duplicate","Dupliquer"
+"Manage ""%s"" Options","Gérer les options « %s »"
+"Manage Options","Gérer les options"
+"Edit ""%s"" Variation","Modifier la version « %s »"
+"Add Another ""%s"" Variations","Ajouter d'autres versions « %s »"
+"Add Another Variation","Ajouter une autre version"
+"List","Mettre en vente"
+"Relist","Remettre en vente"
+"Revise","Modifier"
+"Stop","Arrêter"
+"Remove from Channel","Supprimer du canal"
+"receiving...","réception..."
+"Unassign New ASIN Template","Annuler l'affectation du modèle Nouveau code ASIN"
+"Automatic ASIN/ISBN search in progress.","Recherche automatique par code ASIN/ISBN en cours."
+"Choose ASIN/ISBN from the list","Sélectionner le code ASIN/ISBN dans la liste"
+"Search for ASIN/ISBN","Rechercher par code ASIN/ISBN"
+"ASIN/ISBN was found automatically","Le code ASIN/ISBN a été trouvé automatiquement"
+"View%s Listing ""%s""","Afficher%s l'annonce « %s »"
+"Edit Templates","Modifier les modèles"
+"Add Products","Ajouter des produits"
+"Moving Amazon Items.","Déplacement des objets Amazon."
+"Products failed to move","Les produits n'ont pas pu être déplacés"
+"Task completed. Please wait ...","Fin de la tâche. Veuillez patienter..."
+"""%s"" task has successfully submitted to be processed.","La tâche « %s » a été soumise pour traitement."
+"""%s"" task has completed with warnings. View log for details.","La tâche « %s » s'est terminée avec des avertissements. Afficher le journal pour plus de détails."
+"""%s"" task has completed with errors. View log for details.","La tâche « %s » s'est terminée avec des erreurs. Afficher le journal pour plus de détails."
+"Some Amazon request(s) are being processed now.","Certaines requêtes Amazon sont en cours de traitement."
+"Sending %s product(s) data on Amazon.","Envoi de données produits %s sur Amazon."
+"View All Product Log.","Afficher le journal de tous les produits."
+"The listing was locked by another process. Please try again later.","L'annonce a été verrouillée par un autre processus. Veuillez réessayer plus tard."
+"Listing is empty.","L'annonce est vide."
+"Listing All Items On Amazon","Mise en vente de tous les objets sur Amazon"
+"Listing Selected Items On Amazon","Mise en vente des objets sélectionnés sur Amazon"
+"Revising Selected Items On Amazon","Modification des objets sélectionnés sur Amazon"
+"Relisting Selected Items On Amazon","Remise en vente des objets sélectionnés sur Amazon"
+"Stopping Selected Items On Amazon","Arrêt de la vente des objets sélectionnés sur Amazon"
+"Stopping On Amazon And Removing From Listing Selected Items","Arrêt de la vente des objets sélectionnés sur Amazon et suppression de ces objets de l'annonce"
+"Removing From Amazon And Listing Selected Items","Suppression des objets sélectionnés d'Amazon et mise en vente de ces objets"
+"Product(s) was successfully moved.","Les produits ont été déplacés."
+"Product(s) was not moved. View log for details.","Les produits n'ont pas été déplacés. Afficher le journal pour plus de détails."
+"Some product(s) was not moved. View log for details.","Certains produits n'ont pas été déplacés. Afficher le journal pour plus de détails."
+"Please select action.","Sélectionnez une action."
+"Success","Opération réussie"
+"Notice","Avis"
+"Warning","Avertissement"
+"Error","Erreur"
+"Please enter product name or ASIN/ISBN/UPC/EAN.","Saisissez le nom du produit ou son code ASIN/ISBN/UPC/EAN."
+"Server is currently unavailable. Please try again later.","Le serveur n'est pas disponible pour le moment. Veuillez réessayer plus tard."
+"The new ASIN creation functionality is not available in %code% marketplace yet.","La fonctionnalité de création de codes ASIN n'est pas disponible pour la place de marché %code% pour le moment."
+"In order to use New ASIN functionality, please re-synchronize marketplace data.","Pour utiliser la fonctionnalité Nouveau code ASIN, synchronisez à nouveau les données de la place de marché."
+"Press ""Save And Update"" button after redirect on marketplace page.","Cliquez sur le bouton « Enregistrer et mettre à jour » après avoir été redirigé vers la page de la place de marché."
+"All variations are already added.","Toutes les versions ont déjà été ajoutées."
+"Selling Format Template","Modèle Format de mise en vente"
+"Synchronization Template","Modèle Synchronisation"
+"From Products List","A partir de la liste de produits"
+"From Categories","A partir des catégories"
+"Search Items","Rechercher des objets"
+"Add Listing","Ajouter une annonce"
+"Update Now","Mettre à jour maintenant"
+"Edit Shipping Address","Modifier l'adresse de livraison"
+"Save Order Address","Enregistrer l'adresse de la commande"
+"Sale Date","Date de vente"
+"Magento Order #","N° de commande Magento"
+"Amazon Order #","N° de commande Amazon"
+"Items","Objets"
+"Buyer","Acheteur"
+"Total Paid","Total payé"
+"Reservation","Réservation"
+"Reserved","Réservé"
+"Released","Libéré"
+"Canceled","Annulé"
+"Pending","En attente"
+"Unshipped","Non envoyé"
+"Partially Shipped","Partiellement envoyé"
+"Shipped","Envoyé"
+"Invoice Not Confirmed","Facture non confirmée"
+"Unfulfillable","Traitement de la commande impossible"
+"View","Afficher"
+"Create Order","Créer la commande"
+"Mark As Shipped","Marquer comme envoyé"
+"Reserve QTY","Quantité réservée"
+"Cancel QTY Reserve","Annuler la quantité réservée"
+"Mark Order(s) as Shipped","Marquer les commandes comme envoyées"
+"Resend Shipping Information","Renvoyer les informations de livraison"
+"Deleted","Supprimé"
+"edit","modifier"
+"QTY","Quantité"
+"Status Update in Progress...","Modification du statut en cours..."
+"Product","Produit"
+"Original Price","Prix de départ"
+"Promotions","Promotions"
+"Gift Wrap Price","Prix du papier cadeau"
+"Gift Options","Options de cadeau"
+"Row Total","Total de la ligne"
+"View on Amazon","Afficher sur Amazon"
+"Map to Magento Product","Mapper vers un produit Magento"
+"Set Options","Définir les options"
+"Gift Wrap Type","Type de papier cadeau"
+"Gift Message","Message du cadeau"
+"View Order Details","Afficher les détails de la commande"
+"Mark as Shipped","Marquer comme envoyé"
+"Are you sure that you want to create new Magento Order?","Voulez-vous vraiment créer une commande Magento ?"
+"Run Now","Exécuter maintenant"
+"Insert","Insérer"
+"Change Category","Changer de catégorie"
+"Browse","Parcourir"
+"Search By Keywords","Rechercher par mots-clés"
+"Description","Description"
+"Specifics","Caractéristiques"
+"Edit ""New ASIN"" Template For ""%s"" Marketplace (Beta)","Modifier le modèle « Nouveau code ASIN » pour la place de marché « %s » (bêta)"
+"Add ""New ASIN"" Template For ""%s"" Marketplace (Beta)","Ajouter le modèle « Nouveau code ASIN » pour la place de marché « %s » (bêta)"
+"Save And Assign","Enregistrer et affecter"
+"Department","Département"
+"Category","Catégorie"
+"Attribute Sets","Jeux d'attributs"
+"Assignment","Affectation"
+"Edit Template","Modifier le modèle"
+"Delete Template","Supprimer le modèle"
+"Assign To This Template","Affecter à ce modèle"
+"Attribute Sets Mismatch","Aucune correspondance entre les jeux d'attributs"
+"Found In: ","Dans : "
+"Select","Sélectionner"
+"New ASIN Templates For ""%s"" Marketplace (Beta)","Modèles Nouveau code ASIN pour la place de marché « %s » (bêta)"
+"Add New ASIN Template","Ajouter le modèle Nouveau code ASIN"
+"Edit%s Selling Format Template","Modifier%s le modèle Format de mise en vente"
+"Add%s Selling Format Template","Ajouter%s un modèle Format de mise en vente"
+"List Rules","Règles de mise en vente"
+"Revise Rules","Règles de modification"
+"Relist Rules","Règles de remise en vente"
+"Stop Rules","Règles d'arrêt"
+"Edit%s Synchronization Template","Modifier%s le modèle Synchronisation"
+"Add%s Synchronization Template","Ajouter%s un modèle Synchronisation"
+"Update FTP Password","Mettre à jour le mot de passe FTP"
+"Update Web Password","Mettre à jour le mot de passe Web"
+"Product Title / Reference ID","Titre du produit/code de référence"
+"Rakuten.com SKU","Référence article Rakuten.com"
+"Rakuten.com QTY","Quantité Rakuten.com"
+"Rakuten.com Price","Prix Rakuten.com"
+"Move Item(s) To Listing","Déplacer les objets vers une annonce"
+"Reference ID","Code de référence"
+"Add Products To%s Listing ""%s"" ","Ajouter des produits à%s l'annonce « %s » "
+"Assign Rakuten.com SKU","Affecter une référence article Rakuten.com"
+"There is no such variation on Rakuten.com. Please, choose another variation.","Aucune version correspondante n'existe sur Rakuten.com. Choisissez une autre version."
+"Add New SKU In Progress...","Ajout d'une nouvelle référence article..."
+"List In Progress...","Mise en vente..."
+"Relist In Progress...","Remise en vente..."
+"Revise In Progress...","Modification..."
+"Stop In Progress...","Arrêt..."
+"Stop And Remove In Progress...","Arrêt et suppression..."
+"Assign Rakuten.com SKU to Item(s)","Affecter une référence article Rakuten.com aux objets"
+"Add New Rakuten.com SKU","Ajouter une nouvelle référence article Rakuten.com"
+"Unassign Rakuten.com SKU","Annuler l'affectation d'une référence article Rakuten.com"
+"Unassign New SKU Template","Annuler l'affectation du modèle Nouvelle référence article"
+"Choose Rakuten.com SKU from the list","Sélectionner la référence article Rakuten.com dans la liste"
+"Search for Rakuten.com SKU","Rechercher la référence article Rakuten.com"
+"New","Neuf"
+"Used - Like New","D'occasion - Comme neuf"
+"Used - Very Good","D'occasion - Très bon état"
+"Used - Good","D'occasion - Bon état"
+"Used - Acceptable","D'occasion - Etat correct"
+"Refurbished","Remis à neuf"
+"Rakuten.com was found automatically","Rakuten.com a été trouvé automatiquement"
+"New SKU","Nouvelle référence article"
+"Moving Rakuten.com Items.","Déplacement des objets Rakuten.com."
+"Some Rakuten.com request(s) are being processed now.","Certaines requêtes Rakuten.com sont en cours de traitement."
+"Sending %s product(s) data on Rakuten.com.","Envoi de données produits %s sur Rakuten.com."
+"Listing All Items On Rakuten.com","Mise en vente de tous les objets sur Rakuten.com"
+"Listing Selected Items On Rakuten.com","Mise en vente des objets sélectionnés sur Rakuten.com"
+"Revising Selected Items On Rakuten.com","Modification des objets sélectionnés sur Rakuten.com"
+"Relisting Selected Items On Rakuten.com","Remise en vente des objets sélectionnés sur Rakuten.com"
+"Stopping Selected Items On Rakuten.com","Arrêt de la vente des objets sélectionnés sur Rakuten.com"
+"Stopping On Rakuten.com And Removing From Listing Selected Items","Arrêt de la vente des objets sélectionnés sur Rakuten.com et suppression de ces objets de l'annonce"
+"Adding New SKU On Rakuten.com","Ajout d'une nouvelle référence article sur Rakuten.com"
+"In order to use New SKU functionality, please re-synchronize marketplace data.","Pour utiliser la fonctionnalité Nouvelle référence article, synchronisez à nouveau les données de la place de marché."
+"Please enter product name or Rakuten.com SKU/ISBN/UPC.","Saisissez le nom du produit ou la référence article/le code ISBN/le code UPC Rakuten.com."
+"Rakuten.com Order #","N° de commande Rakuten.com"
+"Item","Objet"
+"View on Rakuten.com","Afficher sur Rakuten.com"
+"Edit New SKU Template For Rakuten.com (Beta)","Modifier le modèle Nouvelle référence article pour Rakuten.com (bêta)"
+"Add New SKU Template For Rakuten.com (Beta)","Ajouter un modèle Nouvelle référence article pour Rakuten.com (bêta)"
+"New SKU Templates For Rakuten.com (Beta)","Modèles Nouvelle référence article pour Rakuten.com (bêta)"
+"Add New SKU Template","Ajouter un modèle Nouvelle référence article"
+"At least 1 channel should be enabled.","Vous devez activer au moins un canal."
+"Method of adding a new entity is not defined.","La méthode d'ajout de nouvelles entités n'est pas définie."
+"Log For%s Listing","Journal de%s l'annonce"
+"Listings Log","Journal des annonces"
+"Listing Settings","Paramètres de l'annonce"
+"Listing Items","Objets de l'annonce"
+"Show General Log","Afficher le journal général"
+"Identifier","Identifiant"
+"Product Name","Nom du produit"
+"Run Mode","Mode d'exécution"
+"Priority","Priorité"
+"Log For%s 3rd Party Listing","Journal de%s l'annonce tierce"
+"3rd Party Listings Log","Journal des annonces tierces"
+"Product was successfully mapped.","Le produit a été mappé."
+"Listings, which have the same Marketplace and Account were not found.","Aucune annonce associée aux mêmes place de marché et compte n'a été trouvée."
+"Would you like to create one with default settings ?","Voulez-vous créer une annonce avec les paramètres par défaut ?"
+"Products were not moved. View log for details.","Les produits n'ont pas été déplacés. Afficher le journal pour plus de détails."
+"Some of the products were not moved. View log for details.","Certains produits n'ont pas été déplacés. Afficher le journal pour plus de détails."
+"Processing %s product(s).","Traitement des produits %s."
+"Map Item(s) to Products","Mapper les objets vers des produits"
+"Only mapped products must be selected.","Seuls des produits mappés doivent être sélectionnés."
+"Selected items must belong to the same Account and Marketplace.","Les objets sélectionnés doivent appartenir au même compte et à la même place de marché."
+"Moving Play.com Items.","Déplacement des objets Play.com."
+"Mapping Product","Mappage du produit"
+"Product does not exist.","Le produit n'existe pas."
+"Please enter correct product ID.","Saisissez le code produit correct."
+"Product(s) was successfully mapped.","Les produits ont été mappés."
+"Please enter correct product ID or SKU","Saisissez le code produit correct ou la référence article"
+"Current version only supports simple products. Please, choose simple product.","La version actuelle prend uniquement en charge les produits simples. Veuillez choisir un produit simple."
+"Item was not mapped as the chosen %s Simple Product has Custom Options.","L'objet n'a pas été mappé en raison des options personnalisées du produit simple %s choisi."
+"Add More Variations","Ajouter d'autres versions"
+"Generate All Combinations","Générer toutes les combinaisons"
+"Generate Non-Existing Combinations","Générer les combinaisons inexistantes"
+"Listed","Mis en vente"
+"Sold","Vendu"
+"Stopped","Arrêté"
+"Finished","Terminé"
+"Blocked","Bloqué"
+"Search Listings Items","Rechercher des objets dans les annonces"
+"General Log","Journal général"
+"Search Products","Rechercher des produits"
+"Marketplaces","Places de marché"
+"Save And Complete This Step","Enregistrer et terminer cette étape"
+"Save And Update","Enregistrer et mettre à jour"
+"Rakuten (Beta)","Rakuten (bêta)"
+"Orders Log","Journal des commandes"
+"View Logs","Afficher les journaux"
+"Update Password","Mettre à jour le mot de passe"
+"Product Title / Reference Code","Titre du produit/code de référence"
+"Play.com QTY","Quantité Play.com"
+"Play.com GBP Price","Prix Play.com en GBP"
+"Play.com EUR Price","Prix Play.com en EUR"
+"Reference Code","Code de référence"
+"Play ID","Identifiant Play"
+"Assign Play ID","Affecter un identifiant Play"
+"There is no such variation on Play ID. Please, choose another variation.","Aucune version correspondante n'existe pour l'identifiant Play. Choisissez une autre version."
+"Play.com Price GBP","Prix Play.com en GBP"
+"Play.com Price EUR","Prix Play.com en EUR"
+"New SKU In Progress...","Nouvelle référence article..."
+"Assign Play ID to Item(s)","Affecter un identifiant Play aux objets"
+"Unassign Play ID","Annuler l'affectation de l'identifiant Play"
+"Choose Play ID from the list","Sélectionner un identifiant Play dans la liste"
+"Search for Play ID","Rechercher l'identifiant Play"
+"Play ID was found automatically","L'identifiant Play a été trouvé automatiquement"
+"Some Play.com request(s) are being processed now.","Certaines requêtes Play.com sont en cours de traitement."
+"Sending %s product(s) data on Play.com.","Envoi de données produits %s sur Play.com."
+"Listing All Items On Play.com","Mise en vente de tous les objets sur Play.com"
+"Listing Selected Items On Play.com","Mise en vente des objets sélectionnés sur Play.com"
+"Revising Selected Items On Play.com","Modification des objets sélectionnés sur Play.com"
+"Relisting Selected Items On Play.com","Remise en vente des objets sélectionnés sur Play.com"
+"Stopping Selected Items On Play.com","Arrêt de la vente des objets sélectionnés sur Play.com"
+"Stopping On Play.com And Removing From Listing Selected Items","Arrêt de la vente des objets sélectionnés sur Play.com et suppression de ces objets de l'annonce"
+"Assign Play.com SKU","Affecter une référence article Play.com"
+"Enter product name or ISBN/EAN/UPC.","Saisir le nom du produit ou le code ISBN/EAN/UPC."
+"Play Order #","N° de commande Play"
+"Posted","Publiées"
+"Refunded","Remboursé"
+"Reserve Qty","Quantité réservée"
+"Cancel Qty Reserve","Annuler la quantité réservée"
+"Synchronization Log","Journal de synchronisation"
+"Synchronization Settings","Paramètres de synchronisation"
+"Synchronization","Synchronisation"
+"Run Enabled Now","Exécuter les éléments activés"
+"Save Settings","Enregistrer les paramètres"
+"Add Selling Format Template","Ajouter un modèle Format de mise en vente"
+"Add Synchronization Template","Ajouter un modèle Synchronisation"
+"Development","Développement"
+"Enter","Saisir"
+"Change","Modifier"
+"Clear All","Effacer tout"
+"Restore All Helps","Rétablir toutes les aides"
+" License"," Licence"
+"Job Code","Code de la tâche"
+"Created At","Créée à"
+"Scheduled At","Programmée à"
+"Executed At","Exécutée à"
+"Finished At","Terminée à"
+"Messages","Messages"
+"Cron Schedule Table View","Affichage du tableau de programmation Cron"
+"Table Name","Nom du tableau"
+"Component","Composant"
+"Group","Groupe"
+"Records","Entrées"
+"Size (Mb)","Taille (Mo)"
+"Edit Table(s)","Modifier les tableaux"
+"Truncate Table(s)","Tronquer les tableaux"
+"Update","Mise à jour"
+"Manage Table ""%s""","Gérer le tableau « %s »"
+"Truncate Table","Tronquer le tableau"
+"Enable","Activer"
+"Disable","Désactiver"
+"Summary","Récapitulatif"
+"Inspection","Inspection"
+"Database","Base de données"
+"Tools","Outils"
+"Module","Module"
+"Debug","Débogage"
+"Build","Version"
+"Main Website","Site Web principal"
+"Support","Assistance"
+"Magento Connect","Magento Connect"
+"Documentation","Documentation"
+"Video Tutorials","Didacticiels vidéo"
+"Listing ID","Numéro de l'annonce"
+"Listing Title","Titre de l'annonce"
+"Attrib. Set Name","Nom du jeu d'attributs"
+"Source","Source"
+"Products List","Liste de produits"
+"Categories","Catégories"
+"Store View","Vue Boutique"
+"Listings, which have the same Attribute Set, Marketplace and Account were not found.","Aucune annonce associée aux mêmes jeu d'attributs, place de marché et compte n'a été trouvée."
+"Map To This Product","Mapper vers ce produit"
+"Advanced Search","Recherche approfondie"
+"Stop And Remove","Arrêter et retirer"
+"Delete And Remove","Supprimer et retirer"
+"Items are not set.","Les objets ne sont pas définis."
+"Current view mode is not set.","Le mode d'affichage actuel n'est pas défini."
+"Route is not set.","Le chemin n'est pas défini."
+"High","Elevé"
+"Medium","Moyen"
+"Low","Bas"
+"Last action was completed successfully.","La dernière tâche est terminée."
+"Entity ID is not set.","Le code d'entité n'est pas défini."
+"View help handler is not set.","Le gestionnaire d'affichage de l'aide n'est pas défini."
+"Close help handler is not set.","Le gestionnaire de fermeture de l'aide n'est pas défini."
+"Log rows are not set.","Les lignes du journal ne sont pas définies."
+"Log tips are not set.","Les conseils du journal ne sont pas définis."
+"Log icons are not set.","Les icônes du journal ne sont pas définies."
+"Apply","Appliquer"
+"Conditions","Conditions"
+"All Marketplaces","Toutes les places de marché"
+"Bundle Items","Objets groupés"
+"Links","Liens"
+"Associated Products","Produits associés"
+"Custom Options","Options personnalisées"
+"Order #","N° de commande"
+"Message","Message"
+"Create Date","Date de création"
+"Admin (Default Values)","Administrateur (valeurs par défaut)"
+"Attach Another File","Joindre un autre fichier"
+"Send Message","Envoyer le message"
+"Search Results","Résultats de la recherche"
+"Knowledge Base","Base de connaissances"
+"Contact Support","Contacter le Service clients"
+"Support {$m2eProVersion}","Assistance {$m2eProVersion}"
+"Migration Notes","Notes de migration"
+"Some attributes which are used in this policy were not found in products settings.'
+ . ' Please, check if all of them are in [%s] Attribute Set(s)'
+ . ' as it can cause List, Revise or Relist issues.","Certains attributs utilisés dans ces conditions sont introuvables dans les paramètres des produits.' . ' Vérifiez qu'ils se trouvent tous dans les jeux d'attributs [%s]' . ' pour éviter les problèmes de mise en vente, de modification ou de remise en vente."
+"Template nick is not set.","L'état du modèle n'est pas défini."
+"Component mode is not set.","Le mode du composant n'est pas défini."
+"Template data is not set.","Les données du modèle ne sont pas définies."
+"Currency ""%s"" is not allowed in Currency Setup '
+ . 'for Store View ""%s"" of your Magento. '
+ . 'Currency conversion will not be performed.","La devise « %s » n'est pas autorisée dans la définition de la devise ' . 'pour la vue boutique « %s » de Magento. ' . 'Les devises ne seront pas converties."
+"There is no rate for ""%s-%s"" in'
+ . ' Manage Currency Rates of your Magento.'
+ . ' Currency conversion will not be performed.","Il n'existe aucun taux pour « %s-%s » dans la section' . ' Gérer les taux de change de Magento.' . ' Les devises ne seront pas converties."
+"There is a rate %s for ""%s-%s"" in'
+ . ' Manage Currency Rates of your Magento.'
+ . ' Currency conversion will be performed automatically.","Il existe un taux %s pour « %s-%s » dans la section' . ' Gérer les taux de change de Magento.' . ' Les devises seront converties automatiquement."
+"Template model is unknown.","Le type de modèle est inconnu."
+"Target CSS Class is not set.","La classe CSS cible n'est pas définie."
+"Item url is not set.","L'URL de l'objet n'est pas définie."
+"Item label is not set","Le libellé de l'objet n'est pas défini"
+"Congratulations!","Félicitations !"
+"Configuration Wizard","Assistant de configuration"
+"Skip Wizard","Ignorer l'Assistant"
+"Congratulations! (Magento Multi-Channels Integration)","Félicitations ! (Intégration multicanal Magento)"
+"License","Licence"
+"Proceed","Continuer"
+"Complete Configuration","Terminer la configuration"
+"Configuration Wizard (Magento Multi-Channels Integration)","Assistant de configuration (Intégration multicanal Magento)"
+"Start Configuration","Commencer la configuration"
+"Welcome to M2E Pro - Magento Multi-Channels Integration!","Bienvenue dans l'intégration multicanal M2E Pro - Magento !"
+"Create an M2E Listing","Créer une annonce M2E"
+"M2E Registration Complete","Inscription M2E terminée"
+"Sign into eBay","Se connecter à eBay"
+"Register for eBay","S'inscrire sur eBay"
+"M2E Registration","Inscription M2E"
+"What Is An M2E Listing?","En quoi consiste une annonce M2E ?"
+"M2E Mode","Mode M2E"
+"What are M2E Products and How Do They Appear on eBay","Que sont les produits M2E et comment s'affichent-ils sur eBay ?"
+"Register and Link to eBay","S'inscrire et lier à eBay"
+"Link Magento to eBay and increase your sales","Liez eBay et Magento, et augmentez vos ventes"
+"M2E Pro Migration to v. %s","Migration M2E Pro vers v. %s"
+"Next Step","Etape suivante"
+"Previous Step","Etape précédente"
+"Complete","Terminé"
+"M2E Pro module is locked because of security reason. Please contact us.","Le module M2E Pro est verrouillé pour des raisons de sécurité. Veuillez nous contacter."
+"Maintenance is Active.","La maintenance est en cours."
+"M2E Pro is working in maintenance mode at the moment. Developers are investigating your issue.","M2E Pro fonctionne actuellement en mode de maintenance. Les développeurs examinent votre problème."
+"You will be able to see a content of this page soon. Please wait and then refresh a browser page later.","Le contenu de cette page sera disponible prochainement. Veuillez patienter et actualiser la page du navigateur plus tard."
+"We are sorry, Internet Explorer browser is not supported. Please, use
+ another browser (Mozilla Firefox, Google Chrome, etc.).","Le navigateur Internet Explorer n'est pas pris en charge. Veuillez utiliser un autre navigateur (Mozilla Firefox, Google Chrome, etc.)."
+"At least 1 channel of current view should be enabled.","Au moins un canal de la vue actuelle doit être activé."
+"Step is invalid","L'étape n'est pas valide"
+"Status is invalid","Le statut n'est pas valide"
+"Server domain is not defined","Le domaine du serveur n'est pas défini"
+"Server IP is not defined","L'adresse IP du serveur n'est pas définie"
+"Amazon (Beta)","Amazon (Bêta)"
+"Rakuten.com (Beta)","Rakuten.com (bêta)"
+"Please, specify a value suitable for all chosen products.","Veuillez spécifier une valeur appropriée pour tous les produits sélectionnés."
+"eBay","eBay"
+"1 day","1 jour"
+"3 days","3 jours"
+"5 days","5 jours"
+"7 days","7 jours"
+"10 days","10 jours"
+"30 days","30 jours"
+"Good Till Cancelled","Valide jusqu'à annulation"
+"Play.com (Beta)","Play.com (bêta)"
+"Class name must begin with ""Ess_M2ePro""","Le nom de la classe doit commencer par « Ess_M2ePro »"
+"Attribute sets must be less then 50","Le nombre de jeux d'attributs doit être inférieur à 50"
+"Getting default website is failed","L'obtention du site Web par défaut a échoué"
+"Getting default store group is failed","L'obtention du groupe de boutiques par défaut a échoué"
+"Getting default store is failed","L'obtention de la boutique par défaut a échoué"
+"Fatal error occurred","Une erreur critique est survenue"
+"PHP Version","Version de PHP"
+"Memory Limit","Limite de la mémoire"
+"Magento Version","Version de Magento"
+"Max Execution Time","Temps d'exécution maximum"
+"Server connection is failed. Please try again later.","La connexion au serveur a échoué. Veuillez réessayer plus tard."
+"Sell On Multi-Channels","Vendre sur plusieurs canaux"
+"Controller file was loaded but class does not exist","Le fichier du contrôleur a été chargé, mais la classe n'existe pas"
+"Control Panel (M2E Pro)","Panneau de commande (M2E Pro)"
+"New buyer negative feedback was received. Go to the %sfeedback page%s.","Un acheteur a laissé une nouvelle évaluation négative. Accédez à la %spage des évaluations%s."
+"The token for ""%s"" eBay Account has been expired.
+
+ Please, go to %s > Configuration > eBay Account > General TAB ,
+ click on the Get Token button. (You will be redirected to the eBay website.)
+ Sign-in and press I Agree on eBay page.
+ Do not forget to press Save button after returning back to Magento","Le jeton pour le compte eBay « %s » a expiré. Accédez au menu %s > Configuration > Compte eBay > onglet Général , puis cliquez sur le bouton Demander un jeton. (Vous serez ensuite redirigé vers le site Web eBay.) Connectez-vous, puis cliquez sur J'accepte sur la page eBay. N'oubliez pas de cliquer sur le bouton Enregistrer une fois de retour dans Magento."
+"Attention! The token for ""%s"" eBay Account will be expired soon ( %s ).
+
+ Please, go to %s > Configuration > eBay Account > General TAB ,
+ click on the Get Token button. (You will be redirected to the eBay website.)
+ Sign-in and press I Agree on eBay page.
+ Do not forget to press Save button after returning back to Magento","Attention ! Le jeton pour le compte eBay « %s » expire bientôt ( %s ). Accédez au menu %s > Configuration > Compte eBay > onglet Général , puis cliquez sur le bouton Demander un jeton. (Vous serez ensuite redirigé vers le site Web eBay.) Connectez-vous, puis cliquez sur J'accepte sur la page eBay. N'oubliez pas de cliquer sur le bouton Enregistrer une fois de retour dans Magento."
+"Sell On eBay","Vendre sur eBay"
+"Request was deleted during account deleting.","La requête a été supprimée lors de la suppression du compte."
+"Encoding type ""%s"" is not supported.","Le type d'encodage « %s » n'est pas pris en charge."
+"Instance does not exist.","L'instance n'existe pas."
+"Method require loaded instance first","La méthode requiert le chargement préalable de l'instance"
+"Error occurred while creating archive.","Une erreur est survenue lors de la création de l'archive."
+"Content does not exist.","Le contenu n'existe pas."
+"Set component mode first","Définissez d'abord le mode du composant"
+"Resource is not set.","La ressource n'est pas définie."
+"ORM for config is not defined.","La valeur ORM pour la configuration n'est pas définie."
+"Validation Failed. The server response data is not valid.","Echec de la validation. Les données de réponse du serveur ne sont pas valides."
+"Internal server error(s) [%errors%]","Erreurs internes du serveur [%errors%]"
+"Please ensure that CURL library is installed on your server and it supports HTTPS
+ protocol. Also ensure that outgoing connection to m2epro.com, port 443 is allowed by firewall.","Vérifiez que la bibliothèque CURL est installée sur votre serveur et qu'elle prend en charge le protocole HTTPS. Vérifiez également que la connexion sortante à m2epro.com (port 443) est autorisée par le pare-feu."
+"Requested command has invalid format.","Le format de la commande demandée est incorrect."
+"The name of log file is not specified.","Le nom du journal n'est pas spécifié."
+"Creation of Log file is failed.","La création du journal a échoué."
+"Removing of Log file is failed.","La suppression du journal a échoué."
+"M2ePro base var dir creation is failed.","La création de l'attribut var dir M2E Pro base a échoué."
+"Custom var dir creation is failed.","La création de l'attribut var dir personnalisé a échoué."
+"M2ePro base var dir removing is failed.","La suppression de l'attribut var dir M2E Pro base a échoué."
+"Custom var dir removing is failed.","La suppression de l'attribut var dir personnalisé a échoué."
+"Listing component is not defined.","Le composant d'annonce n'est pas défini."
+"Listing id is not defined.","Le numéro d'annonce n'est pas défini."
+"Item was successfully mapped","L'objet a été mappé"
+"Item was successfully unmapped","L'objet a été démappé"
+"Product id is not set","Le code produit n'est pas défini."
+"Item was successfully deleted","L'objet a été supprimé"
+"Listing was successfully deleted","L'annonce a été supprimée"
+"Item was successfully added","L'objet a été ajouté"
+"Variation option was deleted. Item was reset.","L'option de version a été supprimée. L'objet a été réinitialisé."
+"Wrong nick of lock item.","L'état de l'objet verrouillé est incorrect."
+"Wrong max deactivate lock item time.","La durée maximale de désactivation de l'objet verrouillé est incorrecte."
+"Wrong object class for getting action_id!","La classe d'objet pour obtenir action_id est incorrecte."
+"Cancel is not allowed for Orders which were already Canceled.","L'annulation n'est pas autorisée pour les commandes déjà annulées."
+"Cancel is not allowed for Orders with Invoiced Items.","L'annulation n'est pas autorisée pour les commandes comportant des objets facturés."
+"Cancel is not allowed for Orders which were put on Hold.","L'annulation n'est pas autorisée pour les commandes suspendues."
+"Cancel is not allowed for Orders which were Completed or Closed.","L'annulation n'est pas autorisée pour les commandes finalisées ou clôturées."
+"M2E Pro Notes","Commentaires M2E Pro"
+"is","est"
+"is not","n'est pas"
+"equals or greater than","est supérieur ou égal à"
+"equals or less than","est inférieur ou égal à"
+"greater than","supérieur à"
+"less than","inférieur à"
+"contains","inclut"
+"does not contain","n'inclut pas"
+"is one of","appartient à"
+"is not one of","n'appartient pas à"
+"TRUE","VRAI"
+"FALSE","FAUX"
+"Please choose a condition to add...","Sélectionnez l'état à ajouter..."
+"Add","Ajouter"
+"Remove","Supprimer"
+"Conditions Combination","Combinaison de conditions"
+"Product Attribute","Attribut du produit"
+"ALL","TOUT"
+"ANY","N'IMPORTE LEQUEL"
+"If %s of these conditions are %s:","Si %s de ces conditions sont %s :"
+"Attribute Set","Jeu d'attributs"
+"Open Chooser","Ouvrir l'outil de sélection"
+"Out Of Stock","En rupture de stock"
+"Prefix must be specified before.","Le préfixe doit être spécifié au préalable."
+"Stock Item is not set.","L'objet du stock n'est pas défini."
+"The requested quantity is not available.","La quantité demandée n'est pas disponible."
+"Yes","Oui"
+"No","Non"
+"The Product ID is not set.","Le code produit n'est pas défini."
+"Load instance first","Commencez par charger l'instance"
+"Attribute does not exist.","L'attribut n'existe pas."
+"There is no associated products found for grouped product.","Aucun produit associé ne correspond au produit groupé."
+"Payment Status for eBay Order was updated to Paid.","Le statut du paiement de la commande eBay a été remplacé par Payé."
+"Payment Status for %s Order was not updated. View %sorder log%s for more details.","Le statut du paiement de la commande %s n'a pas été mis à jour. Consultez le %sjournal des commandes%s pour plus de détails."
+"From [%from%] to [%to%]","De [%from%] à [%to%]"
+"IN Stock","En stock"
+"OUT of Stock","En rupture de stock"
+"Enabled","Activé"
+"Disabled","Désactivé"
+"From [%from%] to [%to%].","De [%from%] à [%to%]."
+"None","Aucun"
+"Attribute ""%attr%"" from [%from%] to [%to%].","Attribut « %attr% » de [%from%] à [%to%]."
+"Shipping Status for eBay Order was updated.","Le statut de la livraison de la commande eBay a été modifié."
+"Updating Amazon Order Status to Shipped in Progress...","Remplacement du statut de la commande Amazon par Envoyé..."
+"Updating Rakuten.com Order Status to Shipped in Progress...","Remplacement du statut de la commande Rakuten.com par Envoyé..."
+"Updating Play.com Order Status to Shipped in Progress...","Remplacement du statut de la commande Play.com par Envoyé..."
+"Shipping Status for %s Order was not updated. View %sorder log%s for more details.","Le statut de la livraison de la commande %s n'a pas été mis à jour. Consultez le %sjournal des commandes%s pour plus de détails."
+"Product reindex was executed.","La réindexation des produits a été exécutée."
+"Order ID is invalid.","Numéro de commande non valide."
+"Action is invalid.","Action non valide."
+"Creator is invalid.","Créateur non valide."
+"Magento product is not set.","Le produit Magento n'est pas défini."
+"There is no associated product found for grouped product.","Aucun produit associé ne correspond au produit groupé."
+"There is no associated product found for configurable product.","Aucun produit associé ne correspond au produit configurable."
+"Qty cannot be less than zero.","La quantité ne peut pas être inférieure à zéro."
+"Product is disabled.","Le produit est désactivé."
+"Order Import does not support product type: %type%.","L'importation de la commande ne prend pas en charge le type de produit %type%."
+"Selected options do not match the product options.","Les options sélectionnées ne correspondent pas aux options du produit."
+"Required options were not selected.","Certaines options obligatoires n'ont pas été sélectionnées."
+"Invalid order log type.","Type de journal des commandes non valide."
+"Invalid order log initiator.","Initiateur de journal des commandes non valide."
+"Store is not set.","La boutique n'est pas définie."
+"Invalid repair data.","Données de réparation non valides."
+"Invalid repair type.","Type de réparation non valide."
+"QTY is already reserved.","La quantité est déjà réservée."
+"QTY reservation is disabled in Account settings.","La réservation de la quantité est désactivée dans les paramètres du compte."
+"QTY is already released.","La quantité est déjà libérée."
+"QTY reserve is already canceled.","La quantité réservée est déjà annulée."
+"The Order Item(s) was not mapped to Magento Product(s) or mapped incorrect.","Les objets de la commande n'ont pas été mappés vers des produits Magento ou le mappage est incorrect."
+"Product(s) does not exist.","Les produits n'existent pas."
+"Shipment handler not found.","Gestionnaire de livraisons introuvable."
+"Magento Order was not created. Reason: %msg%","La commande Magento n'a pas été créée. Motif : %msg%"
+"Magento Order #%order_id% was created.","La commande Magento n° %order_id% a été créée."
+"Payment Transaction was not created. Reason: %msg%","La transaction de paiement n'a pas été créée. Motif : %msg%"
+"Invoice was not created. Reason: %msg%","La facture n'a pas été créée. Motif : %msg%"
+"Invoice #%invoice_id% was created.","La facture n° %invoice_id% a été créée."
+"Shipment was not created. Reason: %msg%","L'envoi n'a pas été créé. Motif : %msg%"
+"Shipment #%shipment_id% was created.","L'envoi n° %shipment_id% a été créé."
+"Tracking details were not imported. Reason: %msg%","Les informations de suivi n'ont pas été importées. Motif : %msg%"
+"Tracking details were imported.","Les informations de suivi ont été importées."
+"Magento Order #%order_id% was canceled.","La commande Magento n° %order_id% a été annulée."
+"Magento Order #%order_id% was not canceled. Reason: %msg%","La commande Magento n° %order_id% n'a pas été annulée. Motif : %msg%"
+"Store does not exist.","La boutique n'existe pas."
+"Payment method ""M2E Pro Payment"" is disabled in magento configuration.","Le mode de paiement « Paiement M2E Pro » est désactivé dans la configuration Magento."
+"Shipping method ""M2E Pro Shipping"" is disabled in magento configuration.","Le mode de livraison « Livraison M2E Pro » est désactivé dans la configuration Magento."
+"Item was successfully moved","L'objet a été déplacé"
+"Duplicated Play.com orders with ID #%id%.","Les commandes Play.com dont le numéro est %id% ont été dupliquées."
+"Product import is disabled in Play Account settings.","L'importation de produits est désactivée dans les paramètres du compte Play."
+"Product for Play Item ""%id%"" was created in Magento catalog.","Le produit correspondant à l'objet Play « %id% » a été créé dans le catalogue Magento."
+"Product for Play Item ""%title%"" was created in Magento catalog.","Le produit correspondant à l'objet Play « %title% » a été créé dans le catalogue Magento."
+"Magento Order creation for items listed by M2E Pro is disabled in Account settings.","La création de commandes Magento pour les objets mis en vente via M2E Pro est désactivée dans les paramètres du compte."
+"Magento Order creation for items listed by 3rd party software is disabled in Account settings.","La création de commandes Magento pour les objets mis en vente via un logiciel tiers est désactivée dans les paramètres du compte."
+"Play Shipping","Livraison Play"
+"Customer with ID specified in Play account settings does not exist.","Le client dont le pseudo est spécifié dans les paramètres du compte Play n'existe pas."
+"Invalid component mode.","Mode du composant non valide."
+"Magento Order creation is not allowed for Pending, Canceled and Refunded Play.com Orders.","La création de commandes Magento n'est pas autorisée pour les commandes Play.com en attente, annulées et remboursées."
+"The Product(s) was not found on Play.com.","Les produits sont introuvables sur Play.com."
+"Step is out of knowledge base.","L'étape n'est pas incluse dans la base de connaissances."
+"Task ""Getting Products Links"" is started. Please wait...","La tâche « Obtention des liens des produits » a démarré. Veuillez patienter..."
+"Task ""Getting Products Links"" is finished. Please wait...","La tâche « Obtention des liens des produits » est terminée. Veuillez patienter..."
+"Item status was successfully changed to ""Active"".","Le statut de l'objet a été remplacé par « En cours »."
+"Item status was successfully changed to ""Inactive"".","Le statut de l'objet a été remplacé par « Inactif »."
+"Task ""Update Listings Products"" is started. Please wait...","La tâche « Mise à jour des produits des annonces » a démarré. Veuillez patienter..."
+"Task ""Update Listings Products"" is finished. Please wait...","La tâche « Mise à jour des produits des annonces » est terminée. Veuillez patienter..."
+"Task ""Default Synchronization"" is started. Please wait...","La tâche « Synchronisation par défaut » a démarré. Veuillez patienter..."
+"Task ""Default Synchronization"" is finished. Please wait...","La tâche « Synchronisation par défaut » est terminée. Veuillez patienter..."
+"Task ""Marketplaces Synchronization"" is started. Please wait...","La tâche « Synchronisation des places de marché » a démarré. Veuillez patienter..."
+"Task ""Marketplaces Synchronization"" is finished. Please wait...","La tâche « Synchronisation des places de marché » est terminée. Veuillez patienter..."
+"The ""Categories Synchronization"" action for marketplace:
+// ""%mrk%"" has been successfully completed.","La tâche « Synchronisation des catégories » pour la place de marché : // « %mrk% » est terminée."
+"Play.com Orders Receive Synchronization","Synchronisation des commandes Play.com reçues"
+"Task ""%s"" is started. Please wait...","La tâche « %s » a démarré. Veuillez patienter..."
+"Task ""%s"" is finished. Please wait...","La tâche « %s » est terminée. Veuillez patienter..."
+"Play.com Orders Update Synchronization","Synchronisation des commandes Play.com modifiées"
+"Task ""3rd Party Listings Synchronization"" is started. Please wait...","La tâche « Synchronisation des annonces tierces » a démarré. Veuillez patienter..."
+"Task ""3rd Party Listings Synchronization"" is finished. Please wait...","La tâche « Synchronisation des annonces tierces » est terminée. Veuillez patienter..."
+"Task ""3rd Party Listings Synchronization"" for Play.com account: ","Tâche « Synchronisation des annonces tierces » pour le compte Play.com : "
+"""%s"" is started. Please wait...","« %s » a démarré. Veuillez patienter..."
+"The ""List"" action is started. Please wait...","La tâche « Mettre en vente » a démarré. Veuillez patienter..."
+"The ""List"" action is finished. Please wait...","La tâche « Mettre en vente » est terminée. Veuillez patienter..."
+"The ""Relist"" action is started. Please wait...","La tâche « Remettre en vente » a démarré. Veuillez patienter..."
+"The ""Relist"" action is finished. Please wait...","La tâche « Remettre en vente » est terminée. Veuillez patienter..."
+"The ""Revise"" action is started. Please wait...","La tâche « Modifier » a démarré. Veuillez patienter..."
+"The ""Revise"" action is finished. Please wait...","La tâche « Modifier » est terminée. Veuillez patienter..."
+"The ""Stop"" action is started. Please wait...","La tâche « Arrêter » a démarré. Veuillez patienter..."
+"The ""Stop"" action is finished. Please wait...","La tâche « Arrêter » est terminée. Veuillez patienter..."
+"Task ""Inventory Synchronization"" is started. Please wait...","La tâche « Synchronisation de l'inventaire » a démarré. Veuillez patienter..."
+"Task ""Inventory Synchronization"" is finished. Please wait...","La tâche « Synchronisation de l'inventaire » est terminée. Veuillez patienter..."
+"Task ""Inventory Synchronization"" has completed
+// with errors. View %sl%listings log%el% for details.","La tâche « Synchronisation de l'inventaire » s'est terminée // avec des erreurs. Consultez le %sl%journal des annonces%el% pour plus de détails."
+"Task ""Inventory Synchronization"" has completed
+// with warnings. View %sl%listings log%el% for details.","La tâche « Synchronisation de l'inventaire » s'est terminée // avec des avertissements. Consultez le %sl%journal des annonces%el% pour plus de détails."
+"Communication with Play.com is started. Please wait...","Début de la communication avec Play.com. Veuillez patienter..."
+"Please wait...","Veuillez patienter..."
+"product(s)","produit(s)"
+"product(s) with id(s)","produit(s) avec code"
+"Communication with Play.com is finished. Please wait...","Fin de la communication avec Play.com. Veuillez patienter..."
+"Request failed.","La requête a échoué."
+"Another synchronization is already running","Une autre synchronisation est déjà en cours d'exécution"
+"The ""Deleted Products"" action is started. Please wait...","La tâche « Produits supprimés » a démarré. Veuillez patienter..."
+"The ""Deleted Products"" action is finished. Please wait...","La tâche « Produits supprimés » est terminée. Veuillez patienter..."
+"The ""Auto Actions"" action is started. Please wait...","La tâche « Actions automatiques » a démarré. Veuillez patienter..."
+"The ""Auto Actions"" action is finished. Please wait...","La tâche « Actions automatiques » est terminée. Veuillez patienter..."
+"The ""Product Changes"" action is started. Please wait...","La tâche « Modifications des produits » a démarré. Veuillez patienter..."
+"The ""Product Changes"" action is finished. Please wait...","La tâche « Modifications des produits » est terminée. Veuillez patienter..."
+"The ""Inspector Actions"" action is started. Please wait...","La tâche « Actions de l'inspecteur » a démarré. Veuillez patienter..."
+"The ""Inspector Actions"" action is finished. Please wait...","La tâche « Actions de l'inspecteur » est terminée. Veuillez patienter..."
+"The ""Processing"" action is started. Please wait...","La tâche « Traitement » a démarré. Veuillez patienter..."
+"The ""Processing"" action is finished. Please wait...","La tâche « Traitement » est terminée. Veuillez patienter..."
+"The ""Stopping Products"" action is started. Please wait...","La tâche « Arrêt des produits » a démarré. Veuillez patienter..."
+"The ""Stopping Products"" action is finished. Please wait...","La tâche « Arrêt des produits » est terminée. Veuillez patienter..."
+"Review","Avis"
+"Currency Conversion","Convertisseur de devises"
+"Notifications","Notifications"
+"Please select account(s) to remove.","Veuillez sélectionner les comptes à supprimer."
+"%s record(s) were successfully deleted.","Entrées supprimées : %s."
+"%s record(s) are used in M2E Listing(s).","Entrées utilisées dans des annonces M2E : %s."
+"Account must not be in use to be deleted.","Pour pouvoir être supprimé, le compte ne doit pas être en cours d'utilisation."
+"Amazon Accounts","Comptes Amazon"
+"Account does not exist.","Le compte n'existe pas."
+"The Amazon access obtaining is currently unavailable. Reason: %s","Impossible d'obtenir l'accès à Amazon pour le moment. Motif : %s"
+"Account was successfully saved","Le compte a été enregistré"
+"Manage Listings","Gérer les annonces"
+"Amazon Listings","Annonces Amazon"
+"Listing was successfully added","L'annonce a été ajoutée"
+"Listing does not exist.","L'annonce n'existe pas."
+"The listing is locked by another process. Please try again later.","L'annonce est verrouillée par un autre processus. Veuillez réessayer plus tard."
+"The listing was successfully saved.","L'annonce a été enregistrée."
+"Please select item(s) to remove.","Veuillez sélectionner les objets à supprimer."
+"%s listing(s) were successfully deleted","Annonces supprimées : %s"
+"%s listing(s) have listed items and can not be deleted","Annonces comportant des objets mis en vente et ne pouvant pas être supprimées : %s"
+"Listing does not exist..","L'annonce n'existe pas."
+"The products were added to listing.","Les produits ont été ajoutés à l'annonce."
+"NO DATA","AUCUNE DONNEE"
+"There is another active automatic ASIN/ISBN search task ","Une autre tâche de recherche automatique par code ASIN/ISBN est en cours "
+"for some item(s). Please wait until this search process is finished.","pour certains objets. Veuillez patienter jusqu'à la fin du processus de recherche."
+"ASIN(s) was successfully unassigned.","L'affectation des codes ASIN a été annulée."
+"Some ASIN(s) were not unassigned as their listing status is other than ""Not Listed"".","L'affectation de certains codes ASIN n'a pas été annulée, car le statut des annonces n'est pas « Non mis en vente »."
+"Amazon Orders","Commandes Amazon"
+"Magento Order was created.","La commande Magento a été créée."
+"Magento Order was not created. Reason: %s","La commande Magento n'a pas été créée. Motif : %s"
+"Invoice was created.","La facture a été créée."
+"Shipment was created.","L'envoi a été créé."
+"Order address has been updated.","L'adresse de la commande a été modifiée."
+"Please select order(s).","Veuillez sélectionner des commandes."
+"Updating Amazon Order(s) Status to Shipped in Progress...","Remplacement du statut des commandes Amazon par Envoyé..."
+"Order does not exist.","La commande n'existe pas."
+"Please select Not Listed items without assigned ASIN.","Veuillez sélectionner des objets non mis en vente sans code ASIN."
+"Template has been successfully saved.","Le modèle a été enregistré."
+"Some of the New ASIN template(s) cannot be deleted as they have assigned product(s)","Certains modèles Nouveau code ASIN ne peuvent pas être supprimés, car des produits leur sont affectés"
+"There are no items to assign.","Il n'existe aucun objet à affecter."
+"Template has been successfully assigned.","Le modèle a été affecté."
+"Some products were not assigned.","Certains produits n'ont pas été affectés."
+"Please enter keywords.","Veuillez saisir des mots-clés."
+"Please select at least 1 listing product.","Sélectionnez au moins un produit de l'annonce."
+"Template does not exist","Le modèle n'existe pas"
+"Template was successfully saved","Le modèle a été enregistré"
+"Rakuten.com Accounts","Comptes Rakuten.com"
+"The Rakuten.com access obtaining is currently unavailable. Reason: %s","Impossible d'obtention l'accès à Rakuten.com pour le moment. Motif : %s"
+"Rakuten.com Listings","Annonces Rakuten.com"
+"Rakuten.com SKU(s) was successfully unassigned.","L'affectation des références articles Rakuten.com a été annulée."
+"Some Rakuten.com SKU(s) were not unassigned as their listing status is other than ""Not Listed"".","L'affectation de certaines références articles Rakuten.com n'a pas été annulée, car le statut des annonces n'est pas « Non mis en vente »."
+"Rakuten.com Orders","Commandes Rakuten.com"
+"Please select Not Listed items without Rakuten.com SKU assigned.","Sélectionnez des objets non mis en vente sans référence article Rakuten.com."
+"Please select Not Listed items.","Sélectionnez des objets non mis en vente."
+"Some of the New SKU template(s) cannot be deleted as they have assigned product(s)","Certains modèles Nouvelle référence article ne peuvent pas être supprimés, car des produits leur sont affectés"
+"Each keyword should be at least three characters.","Chaque mot-clé doit comporter au moins trois caractères."
+"Product(s) was not assigned","Les produits n'ont pas été affectés"
+"Global","International"
+"The 3rd party listings are locked by another process. ","Les annonces tierces sont verrouillées par un autre processus. "
+"Please try again later.","Veuillez réessayer plus tard."
+"Component is not defined.","Le composant n'est pas défini."
+"The item was successfully removed.","L'objet a été supprimé."
+"You must create at least one selling format template first.","Vous devez d'abord créer au moins un modèle Format de mise en vente."
+"You must create at least one synchronization template first.","Vous devez d'abord créer au moins un modèle Synchronisation."
+"Component and Listing Product must be specified.","Le composant et le produit de l'annonce doivent être spécifiés."
+"Component, Listing Product and Variation Data must be specified.","Le composant, le produit de l'annonce et les données de version doivent être spécifiés."
+"Only 1 variation must leave.","Un seule version doit être supprimée."
+"Variation has been successfully edited.","La version a été modifiée."
+"Variation(s) has been successfully saved.","Les versions ont été enregistrées."
+"Component and Listing Products must be specified.","Le composant et les produits des annonces doivent être spécifiés."
+"The items were successfully duplicated.","Les objets ont été dupliqués."
+"Activity Logs","Journaux d'activité"
+"3rd Party Listing does not exist.","L'annonce tierce n'existe pas."
+"Play.com Accounts","Comptes Play.com"
+"The Play.com access obtaining is currently unavailable. Reason: %s","Impossible d'obtention l'accès à Play.com pour le moment. Motif : %s"
+"Play.com Listings","Annonces Play.com"
+"Play ID(s) was successfully unassigned.","L'affectation des identifiants Play a été annulée."
+"Some Play ID(s) were not unassigned as their listing status is other than ""Not Listed"".","L'affectation de certains identifiants Play n'a pas été annulée, car le statut des annonces n'est pas « Non mis en vente »."
+"Play.com Orders","Commandes Play.com"
+"Component can'be empty","Le composant ne peut pas être vide"
+"Please select item(s) to clear","Veuillez sélectionner les objets à annuler"
+"The synchronization task log has been successfully cleaned.","Le journal de la tâche de synchronisation a été nettoyé."
+"Data has been sent on Amazon. It is being processed now. You can continue working with M2E Pro.","Les données ont été envoyées sur Amazon. Elles sont en cours de traitement. Vous pouvez continuer à utiliser M2E Pro."
+"Data has been sent on Rakuten.com. It is being processed now. You can continue working with M2E Pro.","Les données ont été envoyées sur Rakuten.com. Elles sont en cours de traitement. Vous pouvez continuer à utiliser M2E Pro."
+"Data has been sent on Play.com. It is being processed now. You can continue working with M2E Pro.","Les données ont été envoyées sur Play.com. Elles sont en cours de traitement. Vous pouvez continuer à utiliser M2E Pro."
+"%s record(s) are used in Listing(s).","Entrées utilisées dans des annonces : %s."
+"Template must not be in use to be deleted.","Pour pouvoir être supprimé, le modèle ne doit pas être en cours d'utilisation."
+"The global settings have been successfully saved.","Les paramètres généraux ont été enregistrés."
+"The license key has been successfully updated.","La clé de licence a été modifiée."
+"The license status has been successfully refreshed.","Le statut de la licence a été actualisé."
+"The clearing settings has been successfully saved.","Les paramètres d'effacement ont été enregistrés."
+"Log for %s has been successfully cleared.","Le journal de %s a été effacé."
+"All log for %s has been successfully cleared.","Tous les journaux de %s ont été effacés."
+"All help blocks were restored.","Tous les blocs d'aide ont été restaurés."
+"Item was not moved","L'objet n'a pas été déplacé"
+"Not enough data.","Données insuffisantes."
+"The item has not mapped product.","L'objet n'a pas de produit mappé."
+"Product was successfully unmapped.","Le produit a été démappé."
+"Product already exists in M2E listing(s).","Le produit existe déjà dans des annonces M2E."
+"Component Mode or Account ID or Marketplace ID is empty.","Le mode du composant, l'identifiant du compte ou l'identifiant de la place de marché n'est pas renseigné."
+"No Other Listings found.","Aucune autre annonce trouvée."
+"Please select item(s) to clear.","Veuillez sélectionner les objets à annuler."
+"The 3rd party listing(s) log has been successfully cleaned.","Le journal des annonces tierces a été nettoyé."
+"The listing(s) log was successfully cleaned.","Le journal des annonces a été nettoyé."
+"-- Please select --","-- Effectuez votre sélection --"
+"QTY for selected Order(s) was successfully reserved.","La quantité pour les commandes sélectionnées a été réservée."
+"QTY for selected Order(s) was not reserved.","La quantité pour les commandes sélectionnées n'a pas été réservée."
+"QTY for selected Order(s) was not reserved. Reason: %s","La quantité pour les commandes sélectionnées n'a pas été réservée. Motif : %s"
+"QTY reserve for selected Order(s) was successfully canceled.","La quantité réservée pour les commandes sélectionnées a été annulée."
+"QTY reserve for selected Order(s) was not canceled.","La quantité réservée pour les commandes sélectionnées n'a pas été annulée."
+"QTY reserve for selected Order(s) was not canceled. Reason: %s","La quantité réservée pour les commandes sélectionnées n'a pas été annulée. Motif : %s"
+"Order item does not exist.","L'objet de la commande n'existe pas."
+"Mapping Product ""%s""","Mappage du produit « %s »"
+"Setting Product Options","Définition des options du produit"
+"Product does not have required options.","Le produit ne comporte pas les options requises."
+"Please specify required options.","Veuillez spécifier les options requises."
+"Order item was successfully mapped.","L'objet de la commande a été mappé."
+"Order item options were successfully configured.","Les options de l'objet de la commande ont été configurées."
+"Item was successfully unmapped.","L'objet a été démappé."
+"Shipping Information has been resend for %d order(s).","Les informations de livraison ont été renvoyées pour %d commande(s)."
+"Shipping Information was not resend for %d order(s).","Les informations de livraison n'ont pas été renvoyées pour %d commande(s)."
+"Order ID is not defined.","Le numéro de la commande n'est pas défini."
+"Order with such ID does not exist.","La commande ayant ce numéro n'existe pas."
+"Order was successfully deleted.","La commande a été supprimée."
+"M2E Pro","M2E Pro"
+"You should fill in all required fields.","Vous devez renseigner tous les champs obligatoires."
+"Your message has been successfully sent.","Votre message a été envoyé."
+"Token is not defined","Le jeton n'est pas défini"
+"Account Add Entity failed.","Echec de l'entité Ajout de comptes."
+"Unknown Mode ""%s""","Mode « %s » inconnu"
+"Account id is not defined","Le numéro de compte n'est pas défini"
+"Choose Account","Sélectionner un compte"
+"Please confirm account switching. All data that hasn't been saved will be lost.","Veuillez confirmer le changement de compte. Toutes les données non enregistrées seront perdues."
+"
+ Fill in the title, choose the Marketplace you want to work with and click the Get Access Data link.
+ You will be redirected to the Amazon website.
+ Note: To be eligible to sell on Amazon sellers must have at least one of the following: a non-individual Selling on Amazon account,
+ an Amazon WebStore account, a Checkout by Amazon account, or an Amazon Product Ads account.
+ If you are an individual seller you have to upgrade to a Pro Merchant seller account from the Amazon Services Selling on Amazon page.
+
+ Sign-in and complete steps of getting access for each marketplace:
+
+ Select 'I want to use an application to access my Amazon seller account with MWS.'
+ Fill in Application Name and Application's Developer Account Number, which you can find in the Marketplaces section on the current page.
+ Accept the Amazon MWS License Agreement.
+ Copy generated Merchant ID and paste it in the corresponding fields of the current page.
+
+ Continue working with 3rd Party Listings and Orders settings tabs.
+ "," Spécifiez le titre, sélectionnez la place de marché à utiliser et cliquez sur le lien Obtenir les données d'accès . Vous serez redirigé vers le site Web Amazon. Remarque : pour pouvoir vendre sur Amazon, les vendeurs doivent posséder au moins l'un des comptes suivants : un compte professionnel Selling on Amazon, un compte Amazon Webstore, un compte Checkout by Amazon ou un compte Amazon Product Ads. Si vous vendez à titre particulier, vous devez procéder à la mise à niveau vers un Compte Vendeur Pro à partir de la page Vendre sur Amazon du portail Amazon Services. Connectez-vous et suivez les étapes pour accéder à chaque place de marché : Sélectionnez Je veux utiliser une application pour accéder à mon compte vendeur Amazon à l'aide de MWS. Saisissez le nom de l'application et le numéro du compte développeur de l'application, disponibles à la section Places de marché de la page active. Acceptez le contrat de licence Amazon MWS. Copiez l'identifiant de compte vendeur généré, puis collez-le dans les champs correspondants de la page active. Poursuivez avec la configuration des paramètres des onglets Annonces tierces et Commandes. "
+"Be attentive! By deleting account you delete all information on it from M2E Pro server. This will cause inappropriate work of all accounts' copies.","Attention ! En supprimant un compte, vous supprimez également toutes les informations qui lui sont associées sur le serveur M2E Pro. Cette opération entraînera des problèmes de fonctionnement de toutes les copies du compte."
+"The specified title is already used for other account. Account title must be unique.","Le titre spécifié est déjà utilisé pour un autre compte. Le titre du compte doit être unique."
+"You must choose marketplace first.","Vous devez d'abord sélectionner une place de marché."
+"M2E Pro was not able to get access to the Amazon account. Please, make sure, that you choose correct option on MWS Authorization page and enter correct Merchant ID.","M2E Pro n'a pas pu accéder au compte Amazon. Vérifiez que vous avez sélectionné l'option adéquate sur la page d'autorisation MWS et que vous avez saisi l'identifiant de compte vendeur approprié."
+"M2E Pro was not able to get access to the Amazon account. Reason: %s","M2E Pro n'a pas pu accéder au compte Amazon. Motif : %s"
+"Title or identifier of Amazon account for your internal use.","Titre ou identifiant du compte Amazon à usage interne."
+"Synchronizing Now","Synchronisation en cours"
+"Marketplace","Place de marché"
+"None Marketplaces","Aucune place de marché"
+"You must select and update Amazon marketplaces to get access to this section.","Vous devez sélectionner des places de marché Amazon et les modifier pour pouvoir accéder à cette section."
+"Choose Marketplace","Sélectionner une place de marché"
+"Application Name","Nom de l'application"
+"Developer Account Number","Numéro du compte développeur"
+"Get Access Data","Obtenir les données d'accès"
+"Merchant ID","Identifiant du vendeur"
+"Paste generated Merchant ID from Amazon. (It must look like: A15UFR7CZVW5YA).","Collez l'identifiant de compte vendeur généré à partir d'Amazon. (il se présente sous la forme A15UFR7CZVW5YA)."
+"If Yes is chosen, you must select at least one attribute for product mapping.","Si vous cliquez sur Oui, vous devez sélectionner au moins un attribut pour le mappage des produits."
+"
+The 3rd Party Listings are the items, which were listed on Amazon without using M2E Pro extension.
+To allow importing of these listings for the current Amazon Account, set Import 3rd Party Listings to Yes .
+Imported Listings can be found in %1$s > Manage Listings > 3rd Party Listings.
+Note: The 3rd Party Listings Synchronization must be enabled in %1$s > Configuration > Synchronization.
+To map the products of the 3rd Party Listings with existing products in Magento by ASIN, ISBN, SKU or Title, set Product Mapping to Yes and choose appropriate attribute(s).
+A Magento product will be mapped if at least one of the chosen attributes meets the same value in Amazon Listing as it has in Magento.
+
+After mapping the Amazon Listing can be automatically moved from the 3rd Party Listings to M2E Pro Listings for further management.
+
+Note: Auto mapping and moving actions are performed only once during the first 3rd Party Listings Synchronization.
+Afterwards, it can be performed manually on the 3rd Party Listings page (%1$s > Manage Listings > 3rd Party Listings).
+","Les annonces tierces correspondent aux objets qui ont été mis en vente sur Amazon sans recourir à l'extension M2E Pro. Pour autoriser l'importation de ces annonces vers le compte Amazon actuel, sélectionnez Oui pour l'option Importer des annonces tierces. Les annonces importées sont accessibles à partir du menu %1$s > Gérer les annonces > Annonces tierces.Remarque : la synchronisation des annonces tierces doit être activée à partir du menu %1$s > Configuration > Synchronisation. Pour mapper les produits des annonces tierces avec des produits existants dans Magento par Code ASIN, Code ISBN, Référence article ou Titre, sélectionnez Oui pour l'option Mappage des produits, puis choisissez les attributs appropriés. Un produit Magento est mappé si au moins un des attributs sélectionnés présente la même valeur dans l'annonce Amazon et dans Magento. Après le mappage, l'annonce Amazon peut être déplacée automatiquement des annonces tierces vers les annonces M2E Pro en vue d'une gestion ultérieure.Remarque : les actions automatiques de mappage et de déplacement ne sont effectuées qu'une seule fois pendant la première synchronisation des annonces tierces. Par la suite, elle peut être exécutée manuellement à partir de la page Annonces tierces (%1$s > Gérer les annonces > Annonces tierces)."
+"Import 3rd Party Listings","Importer les annonces tierces"
+"Allows importing 3rd Party Listings.","Permet d'importer les annonces tierces."
+"Related Store View","Vue boutique associée"
+"Store View, which will be associated with chosen Marketplace of the current account.","Vue boutique qui sera associée à la place de marché sélectionnée pour le compte actuel."
+"Product Mapping","Mappage des produits"
+"Maps Amazon product with Magento product.","Permet de mapper un produit Amazon avec un produit Magento."
+"Attributes Of Mapping Amazon Items To Magento Products","Attributs de mappage des objets Amazon avec des produits Magento"
+"Product SKU","Référence article du produit"
+"Custom Attribute","Caractéristique personnalisée"
+"Auto Moving Mapped Amazon Items To M2E Listings","Déplacement automatique des objets Amazon mappés vers les annonces M2E"
+"Moving 3rd Party Listings","Déplacement des annonces tierces"
+"This section allows you automatically move mapped Amazon Items in default created M2E Listing and synchronize their Prices and Quantities with Magento values at once they have been moved.","Cette section permet de déplacer automatiquement des objets Amazon mappés dans l'annonce M2E créée par défaut et de synchroniser leur prix ainsi que leur quantité avec les valeurs Magento une fois qu'ils ont été déplacés."
+"Move Mapped Amazon Items","Déplacer les objets Amazon mappés"
+"Automatically moves Amazon Listings from 3rd Party Listings to default created M2E Listing.","Permet de déplacer automatiquement les annonces Amazon des annonces tierces vers les annonces M2E créées par défaut."
+"Immediate Synchronization","Synchronisation immédiate"
+"Price and QTY","Prix et quantité"
+"Price Only","Prix uniquement"
+"QTY Only","Quantité uniquement"
+"Updates Price and / or Quantity of Amazon Listing with Magento values.","Permet de remplacer les valeurs de prix et/ou de quantité des annonces Amazon par les valeurs Magento."
+"This tab contains settings of Amazon Orders, Amazon Customers import; Magento Orders and Products creation.
+If you set Import Amazon Orders to Yes , a new Amazon order will be imported to the system and can be found in %1$s > Sales > Orders.
+It is possible to allow auto creation of Magento Orders based on imported Amazon Orders for products listed by Other Software.
+Note: The Product Stock QTY only reduces after Magento Order creation.
+These type of orders can be managed as typical Magento Orders in Magento > Sales > Orders.
+Note: To receive orders from Amazon, Order Synchronization must be enabled in %1$s > Configuration > Synchronization.","Cet onglet contient les paramètres des commandes Amazon, de l'importation des clients Amazon, de la création des commandes Magento et de la création des produits Magento. Si vous sélectionnez Oui pour l'option Importer les commandes Amazon, les nouvelles commandes Amazon seront importées dans le système et elles seront accessibles à partir du menu %1$s > Ventes > Commandes. Vous pouvez autoriser la création automatique de commandes Magento sur la base des commandes Amazon importées pour les produits mis en vente via d'autres logiciels.Remarque : la quantité n'est déduite du stock des produits qu'après la création de la commande Magento. Ces types de commandes peuvent être gérés comme les commandes Magento standard dans le menu Magento > Ventes > Commandes.Remarque : pour recevoir des commandes d'Amazon, vous devez activer la synchronisation des commandes dans le menu %1$s > Configuration > Synchronisation."
+"No Customer entry is found for specified ID.","Aucun client ne correspond à l'identifiant spécifié."
+"Import Amazon Orders","Importer les commandes Amazon"
+"Allows importing orders from Amazon to M2E Pro.","Permet d'importer les commandes Amazon dans M2E Pro."
+"Product Is Listed By M2E Pro","Produit mis en vente via M2E Pro"
+"Create Order in Magento","Créer la commande dans Magento"
+"Whether an order has to be created in Magento if a sold product belongs to M2E Pro Listings.","Détermine si une commande doit être créée dans Magento lorsqu'un produit vendu fait partie des annonces M2E Pro."
+"Store View Source","Source de la vue boutique"
+"Use Store View from Listing","Utiliser la vue boutique de l'annonce"
+"Choose Store View Manually","Sélectionner la vue boutique manuellement"
+"If Store View must be automatically taken from the listing or manually chosen from available Store View values.","Détermine si la vue boutique doit être prise automatiquement de l'annonce ou choisie manuellement parmi les valeurs proposées."
+"Store in which orders will be placed.","Boutique dans laquelle les commandes seront placées."
+"Product Is Listed By Any Other Software","Produit mis en vente via d'autres logiciels"
+"Whether an order has to be created in Magento if a sold product does not belong to M2E Pro Listings.","Détermine si une commande doit être créée dans Magento lorsqu'un produit vendu ne fait pas partie des annonces M2E Pro."
+"Product Not Found","Produit introuvable"
+"Do Not Create Order","Ne pas créer de commande"
+"Create Product and Order","Créer le produit et la commande"
+"What has to be done if a listed product does not exist in Magento.","Détermine la marche à suivre si un produit mis en vente n'existe pas dans Magento."
+"Note: Only simple products without variations can be created in Magento. If there is a product with variations on Amazon, M2E Pro creates different simple products for each variation.","Remarque : seuls les produits simples à version unique peuvent être créés dans Magento. S'il existe un produit avec plusieurs versions sur Amazon, M2E Pro créera des produits simples différents pour chaque version."
+"Product Tax Class","Catégorie fiscale des produits"
+"Tax Class which will be used for products created by M2E Pro.","Catégorie fiscale utilisée pour les produits créés par M2E Pro."
+"QTY Reservation","Réservation de quantité"
+"Use the Reserve QTY option to prevent the item being sold, before Magento Order created (as the Product Stock QTY only reduces after Magento Order creation). It removes items from Magento Stock at once Amazon Order comes from Amazon.
+ Reserve qty will be used when Magento Order is created or released when the term of qty reservation has expired.
+ ","L'option Quantité réservée permet d'éviter que l'objet soit vendu avant la création de la commande Magento (en effet, la quantité n'est déduite du stock des produits qu'après la création de la commande Magento). Les objets sont supprimés du stock Magento lorsque la commande Amazon provient d'Amazon. La quantité réservée est utilisée lorsque la commande Magento est créée ou libérée à l'expiration de la réservation de quantité. "
+"Never","Jamais"
+"For %d day","Pendant %d jour"
+"For %d days","Pendant %d jours"
+"For how many days reserve qty has to be kept while Magento Order is not created.","Nombre de jours pendant lesquels la quantité réservée doit être conservée tant que la commande Magento n'est pas créée."
+"FBA Orders Settings","Paramètres des commandes FBA"
+"In this block you can manage stock inventory of products fulfilled by Amazon (FBA Orders).
+
+
+ Yes - after Magento Order creation of FBA Order, quantity of product reduces in Magento.
+ No - Magento Order creation of FBA Order does not affect quantity of Magento product.
+ ","Cette section permet de gérer l'inventaire des produits exécutés par Amazon (commandes FBA). Oui - après la création d'une commande Magento pour une commande FBA, la quantité du produit est déduite dans Magento. Non - la création d'une commande Magento pour une commande FBA n'affecte pas la quantité du produit dans Magento. "
+"Whether an order has to be created in Magento if a sold product is fulfilled by Amazon.","Détermine si une commande doit être créée dans Magento lorsqu'Amazon remplit la commande pour le produit vendu."
+"Manage Stock","Gérer le stock"
+"If Yes , after Magento Order creation qty of Magento product reduces.","Si Oui est sélectionné, la quantité du produit Magento est déduite après la création de la commande Magento."
+"Customer Settings","Paramètres client"
+"Customers","Clients"
+"There are several ways to specify a customer for which Magento Orders will be created:
+
+ Guest Account - the system does not require a customer account to be created. Default Guest Account will be defined as a customer.
+ Note: The Guest Checkout option must be enabled in Magento. (Yes must be chosen in the Allow Guest Checkout option in Magento > System > Configuration > Sales > Checkout tab).
+ Predefined Customer - the system uses one predefined customer for all Amazon orders related to this account. You will be required
+ to provide an ID of the existing Customer, which you can find in Magento > Customers > Manage Customers table.
+ Create New - a new customer will be created in Magento, using Amazon customer data of Amazon Order.
+ Note: A unique customer identifier is his e-mail address. If the one already exists among Magento customers e-mails,
+ the system uses this customer as owner of order and links order to him. A new customer will not be created.
+ ","Il existe différentes manières de spécifier le client pour lequel des commandes Magento seront créées : Compte visiteur - le système n'exige pas la création d'un compte client. Le compte visiteur par défaut est défini en tant que client. Remarque : l'option Finalisation de l'achat pour les visiteurs doit être activée dans Magento (vous devez sélectionner Oui pour l'option Finalisation de l'achat pour les visiteurs dans le menu Magento > Système > Configuration > Ventes > onglet Finalisation de l'achat). Client prédéfini - Le système utilise un client prédéfini pour toutes les commandes Amazon associées à ce compte. Vous devez spécifier l'identifiant du client existant. Cette information est disponible dans le menu Magento > Clients > tableau Gérer les clients. Créer - Un nouveau client est créé dans Magento à partir des données du client Amazon spécifiées dans la commande Amazon. Remarque : l'adresse e-mail du client constitue son identifiant unique. Si cette adresse figure déjà parmi les adresses e-mail des clients Magento, le système définit ce client comme propriétaire de la commande et la lui associe. Aucun client ne sera créé. "
+"Customer","Client"
+"Guest Account","Compte visiteur"
+"Predefined Customer","Client prédéfini"
+"Create New","Créer"
+"Customer for which Magento Orders will be created.","Client pour lequel des commandes Magento seront créées."
+"Customer ID","Identifiant client"
+"Enter Magento customer ID.","Saisissez l'identifiant client Magento."
+"Associate to Website","Associer au site Web"
+"-- Please Select --","-- Effectuez votre sélection --"
+"Website in which a customer account will be created.","Site Web sur lequel le compte client sera créé."
+"Customer Group","Groupe de clients"
+"Customer Group to which a customer will be assigned.","Groupe auquel le client sera ajouté."
+"Send Emails When The Following Is Created","Envoyer un e-mail lors de la création de ce qui suit"
+"Customer Account","Compte client"
+"Magento Order","Commande Magento"
+"Invoice","Facture"
+"Necessary emails will be sent according to Magento settings in Magento > System > Configuration > Sales Emails. Hold Ctrl button, to choose more, than one option.","Les e-mails voulus seront envoyés conformément aux paramètres Magento définis dans le menu Magento > Système > Configuration > E-mails de vente. Pour sélectionner plusieurs options, maintenez enfoncée la touche Ctrl."
+"Billing Address","Adresse de facturation"
+"The Amazon does not supply the complete billing buyer information, only the buyer's name and email address. The only way to fill in billing address in the customer's invoice is to use information from shipping address.
+You should select the appropriate option how to handle billing address for imported customer:
+
+Always - the shipping address is always used as billing address.
+Buyer & Recipient have the same name - the shipping address is used as billing address, only when Buyer's name and Recipient's name are the same. Otherwise, billing address fields will be empty and next message will appear in the city field: ""The Amazon does not supply the complete billing buyer information"".
+ ","Amazon ne communique pas toutes les informations de facturation de l'acheteur, mais uniquement son nom et son adresse e-mail. La seule manière de compléter l'adresse de facturation du client sur la facture est d'utiliser les informations de l'adresse de livraison. Sélectionnez l'option appropriée pour la gestion de l'adresse de facturation pour un client importé :Toujours - l'adresse de livraison est toujours utilisée comme adresse de facturation.L'acheteur et le destinataire ont le même nom - L'adresse de livraison est utilisée comme adresse de facturation uniquement si le nom de l'acheteur est identique à celui du destinataire. Dans les autres cas, les champs de l'adresse de facturation sont vides et le message suivant s'affiche dans le champ de la ville : « Amazon ne communique pas toutes les informations de facturation de l'acheteur ». "
+"Billing Address Usage","Utilisation de l'adresse de facturation"
+"Always","Toujours"
+"Buyer & Recipient have the same name","L'acheteur et le destinataire ont le même nom"
+"When to use shipping address as billing.","Cas dans lesquels l'adresse de livraison doit être utilisée comme adresse de facturation."
+"Order Tax Settings","Paramètres de taxation des commandes"
+"This section allows you to choose tax settings for Magento Order:
+
+ Amazon - Magento Order(s) uses tax settings from Amazon Listing(s).
+ Magento - Magento Order(s) uses Magento tax settings.
+ Amazon & Magento - if there are tax settings in Amazon Order, they are used in Magento Order(s), otherwise, Magento tax settings are used.
+ None - Amazon and Magento tax settings are ignored.
+
+ ","Cette section vous permet de sélectionner des paramètres de taxation pour la commande Magento : Amazon - Les commandes Magento utilisent les paramètres de taxation des annonces Amazon. Magento - Les commandes Magento utilisent les paramètres de taxation Magento. Amazon et Magento - Si les commandes Amazon comportent des paramètres de taxation, ceux-ci sont utilisés dans les commandes Magento. Dans le cas contraire, les paramètres de taxation Magento sont appliqués. Aucun - Les paramètres de taxation Amazon et Magento sont ignorés. "
+"Tax Source","Source des paramètres de taxation"
+"Magento","Magento"
+"Amazon & Magento","Amazon et Magento"
+"Order Status Mapping","Mappage du statut de la commande"
+"In this block you can configure mapping between Amazon Order state and Magento Order statuses.
+ Depending on the state of Amazon Order you can either manually determine certain statuses for Magento Order and enable automatic Shipment and Invoice
+ creation by selecting appropriate check-boxes, or use predefined default settings. (i.e. Amazon: Order is Shipped -> Magento Order is Complete).
+ ","Cette section permet de configurer le mappage entre le statut des commandes Amazon et les statuts des commandes Magento. Selon le statut de la commande Amazon, vous pouvez soit déterminer manuellement certains statuts pour la commande Magento et activer la création automatique de l'envoi et de la facture en cochant les cases appropriées, soit utiliser les paramètres par défaut prédéfinis. (ex. : commande Amazon envoyée -> commande Magento finalisée). "
+"Status Mapping","Mappage des statuts"
+"Default Order Statuses","Statuts par défaut"
+"Custom Order Statuses","Statuts personnalisés"
+"Order Status is Unshipped / Partially Shipped","Statut Non envoyé/partiellement envoyé"
+"Automatic Invoice Creation","Création automatique de la facture"
+"Order Status is Shipped","Statut Envoyé"
+"Automatic Shipment Creation","Création automatique de l'envoi"
+"Product Selection","Sélection du produit"
+"The number shown next to each category is the quantity of products filtered by
+ Attribute Set and Products Filter settings.
+ There are two modes of products addition:
+
+ All Products - all products, which are included in selected categories, will be added to the Listing.
+ Select Manually - the list of products of chosen categories will be shown on the next page after the Next button is pressed at the top right corner.
+
+ Note: If a product belongs to different categories, it will be added to the Listing or shown for manual selection only once.
+ Two additional options New Product Added to Category and Product Deleted from Category allow choosing actions,
+ which could be automatically done to the products added to selected categories and to the products deleted from selected categories.","Le nombre affiché à côté de chaque catégorie correspond à la quantité de produits filtrés selon les paramètres du jeu d'attributs et du filtre des produits. Deux méthodes permettent d'ajouter des produits : Tous les produits - Tous les produits inclus dans les catégories sélectionnées sont ajoutés dans l'annonce. Sélection manuelle - La liste des produits des catégories sélectionnées s'affiche à la page suivante après avoir cliqué sur le bouton Suivant dans le coin supérieur droit. Remarque : si un produit appartient à plusieurs catégories, il n'est ajouté à l'annonce ou proposé pour la sélection manuelle qu'une seule fois. Deux options supplémentaires, Nouveau produit ajouté à la catégorie et Produit supprimé de la catégorie, permettent de choisir des actions qui peuvent être appliquées automatiquement aux produits ajoutés aux catégories sélectionnées et aux produits supprimés des catégories sélectionnées."
+"Products Addition","Ajout de produits"
+"All Products","Tous les produits"
+"Select Manually","Sélection manuelle"
+"Mode of products addition from selected categories.","Méthode d'ajout de produits à partir de catégories sélectionnées."
+"Add Products Presented in Other Listings","Ajouter des produits présentés dans d'autres annonces"
+"Actions On Categories' Products","Actions pour les produits des catégories"
+"New Product Added to Category","Nouveau produit ajouté à la catégorie"
+"No Action","Pas d'action"
+"Add to The Listing","Ajouter à l'annonce"
+"Actions, which have to be done on products added on categories.","Actions à appliquer aux produits ajoutés aux catégories."
+"Product Deleted from Category","Produit supprimé de la catégorie"
+"Stop on Amazon","Arrêter la vente sur Amazon"
+"Stop on Amazon and Delete from Listing","Arrêter la vente sur Amazon et supprimer de l'annonce"
+"Actions, which have to be done on listed products deleted from categories.","Actions à appliquer aux produits mis en vente supprimés des catégories."
+"All Templates","Tous les modèles"
+"Type Template Name Here...","Saisissez le nom du modèle ici..."
+"
+This section contains Amazon Listings, which belong to registered Amazon Accounts (%1$s > Configuration > Amazon Accounts) and were listed not by M2E Pro extension.
+Use Amazon Accounts and Marketplaces dropdowns to filter them.
+You can map these Listings to existing products in Magento and move them to another M2E Listings for further management. For that use single actions on appropriate Listing record or use mass Actions in the top right corner.
+Note: To import Amazon 3rd Party Listings the 3rd Party Listings Import must be enabled in account's settings
+(%1$s > Configuration > Amazon Accounts > General tab) and the 3rd Party Listings Synchronization must be enabled in %1$s > Configuration > Synchronization.","Cette section comprend des annonces Amazon qui appartiennent aux comptes Amazon enregistrés (%1$s > Configuration > Comptes Amazon) et qui n'ont pas été mises en vente via l'extension M2E Pro. Utilisez les listes déroulantes Comptes Amazon et Places de marché pour les filtrer. Vous pouvez mapper ces annonces avec des produits existants dans Magento et les déplacer vers d'autres annonces M2E en vue d'une gestion ultérieure. Pour ce faire, utilisez les tâches individuelles de l'annonce concernée ou utilisez les tâches pour un groupe d'annonces dans le coin supérieur droit.Remarque : pour pouvoir importer des annonces tierces Amazon, vous devez activer l'importation des annonces tierces dans les paramètres du compte (%1$s > Configuration > Comptes Amazon > onglet Général) et leur synchronisation dans le menu %1$s > Configuration > Synchronisation."
+"Apply Actions On Categories Products to the selected categories.","Appliquer les règles Actions pour les produits des catégories aux catégories sélectionnées."
+"The number shown next to each category is the quantity of products filtered by
+ Attribute Set and Products Filter settings.
+ There are two modes of products addition:
+
+ All Products - all products, which are included in selected categories, will be added to the Listing.
+ Select Manually - the list of products of chosen categories will be shown on the next page after the Next button is pressed at the top right corner.
+
+ Note: If a product belongs to different categories, it will be added to the Listing or shown for manual selection only once.","Le nombre affiché à côté de chaque catégorie correspond à la quantité de produits filtrés selon les paramètres du jeu d'attributs et du filtre des produits. Deux méthodes permettent d'ajouter des produits : Tous les produits - Tous les produits inclus dans les catégories sélectionnées sont ajoutés dans l'annonce. Sélection manuelle - La liste des produits des catégories sélectionnées s'affiche à la page suivante après avoir cliqué sur le bouton Suivant dans le coin supérieur droit. Remarque : si un produit appartient à plusieurs catégories, il n'est ajouté à l'annonce ou proposé pour la sélection manuelle qu'une seule fois."
+"Displayed products have the same Attribute Set as the Listing you are going to add them to.
+ Note: A product can be added to the listing only once. If a product was added to the Listing earlier, it will not be displayed. ","Les produits affichés ont le même jeu d'attributs que l'annonce à laquelle vous allez les ajouter. Remarque : chaque produit ne peut être ajouté qu'une seule fois à l'annonce. Si un produit a déjà été ajouté à l'annonce, il ne s'affiche pas. "
+"Enter product name, ASIN, ISBN, UPC or EAN","Saisissez le nom du produit ou son code ASIN/ISBN/UPC/EAN."
+"There was an error during previous automatic ASIN/ISBN search:","Une erreur est survenue pendant la recherche automatique par code ASIN/ISBN :"
+"Assign ASIN/ISBN Manually","Affecter un code ASIN/ISBN manuellement"
+"Allows searching ASIN/ISBN by data that will be specified on the next step.","Permet d'effectuer une recherche par code ASIN/ISBN sur la base des données qui seront spécifiées à l'étape suivante."
+"Assign ASIN/ISBN Automatically","Affecter un code ASIN/ISBN automatiquement"
+"Allows searching ASIN/ISBN by data, that have already been specified in Listing Search settings.","Permet d'effectuer une recherche par code ASIN/ISBN sur la base des données déjà spécifiées dans les paramètres de recherche d'annonces."
+"Add New ASIN/ISBN (Beta)","Ajouter un nouveau code ASIN/ISBN (bêta)"
+"Allows adding a product, which is not present on Amazon. ASIN/ISBN will be generated and returned back by Amazon.","Permet d'ajouter un produit qui n'existe pas sur Amazon. Le code ASIN/ISBN sera généré et renvoyé par Amazon."
+"This section contains Amazon Channel, Product Search, Condition and other settings.
+
+ In the General section you have to specify Amazon Account, which listed items will be related to, and SKU.
+ In the Search Settings you have to specify the identifiers, at which products will be searched on Amazon.
+ The Condition section allows specifying item(s) condition and making notes to better describe the condition.
+
+ Note: Not Set and Not Set / Not Changeable options are used for the 3rd Party Listings mainly. If these options are chosen, then Amazon will be used as a master record.","Cette section comprend les paramètres relatifs au canal Amazon, à la recherche de produits, à l'état des objets et à d'autres paramètres. Spécifiez dans la section Général le compte Amazon auquel les objets mis en vente seront associés ainsi que la référence article. Spécifiez dans la section Paramètres de recherche les identifiants utilisés pour rechercher des produits sur Amazon. La section Etat permet de spécifier l'état des objets et d'ajouter des commentaires décrivant plus précisément leur état. Remarque : les options Non défini et Non défini/non modifiable sont utilisées principalement pour les annonces tierces. Si elles sont sélectionnées, Amazon sera utilisé comme entrée principale."
+"Must be not more than 2000 characters long.","Ce champ ne peut pas contenir plus de 2 000 caractères."
+"Amazon Account","Compte Amazon"
+"Amazon accounts previously added in Configuration > Accounts.","Comptes Amazon ajoutés précédemment dans le menu Configuration > Comptes."
+"Merchant SKU","Référence article du vendeur"
+"Not Set","Non défini"
+"Is used to identify products, which you list, in Amazon seller central inventory.
+ Note: If you list a product and M2E Pro find a product with the same Merchant SKU in Amazon inventory, they will be mapped.
+ ","Utilisée pour identifier les produits mis en vente dans l'inventaire central des vendeurs Amazon. Remarque : si vous mettez en vente un produit dont la référence article du vendeur correspond à un produit trouvé par M2E Pro dans l'inventaire Amazon, les produits seront mappés. "
+"SKU Attribute","Attribut de la référence article"
+"Choose the attribute that contains products identifier.","Sélectionnez l'attribut contenant le code d'identification des produits."
+"Generate Merchant SKU","Générer une référence article du vendeur"
+"If Yes , then if Merchant SKU of the product you list is found in the 3rd Party or M2E Listings, another one will be automatically created and the product will be listed.
+ Has to be set to Yes if you are going to use the same Magento product under different ASINs","Si vous sélectionnez Oui et si la référence article du vendeur correspondant au produit mis en vente est trouvée dans les annonces tierces ou les annonces M2E, une nouvelle référence article sera créée automatiquement et le produit sera mis en vente. L'option Oui doit être sélectionnée si vous comptez utiliser le même produit Magento sous différents codes ASIN"
+"Search Settings","Paramètres de recherche"
+"Search Products on Amazon","Rechercher des produits sur Amazon"
+"Before the list action, each product in listing must have existing ASIN/ISBN assigned.
+ This section contains parameters for action ""Assign ASIN/ISBN Automatically","Un code ASIN/ISBN existant doit être affecté à chaque produit de l'annonce avant la mise en vente. Cette section contient des paramètres pour l'action « Affecter un code ASIN/ISBN automatiquement"
+"ASIN / ISBN Attribute","Attribut ASIN/ISBN"
+"UPC / EAN","UPC/EAN"
+"UPC / EAN Attribute","Attribut UPC/EAN"
+"Additional Search by Product Name","Recherche supplémentaire par nom de produit"
+"If no results are found by ASIN/ISBN and UPC/EAN search criteria, the additional search will be performed by Magento Product Name.","Si la recherche par code ASIN/ISBN et par code UPC/EAN ne donne aucun résultat, la recherche supplémentaire sera effectuée par nom de produit Magento."
+"Additional Settings","Paramètres supplémentaires"
+"Handling Time Mode","Délai d'expédition (mode)"
+"Recommended Value","Valeur recommandée"
+"Time that is needed to prepare an item to be shipped.","Temps nécessaire pour préparer l'envoi d'un objet."
+"Attribute must contain only numeric value from 1 to 30.","L'attribut doit uniquement contenir une valeur numérique de 1 à 30."
+"Restock Date Mode","Date de réapprovisionnement (mode)"
+"Custom Value","Valeur personnalisée"
+"The date you will be able to ship any back-ordered items to a customer.","Date à laquelle vous pourrez envoyer aux clients les objets en rupture de stock."
+"Restock Date Custom Value","Date de réapprovisionnement (valeur personnalisée)"
+"Condition Settings","Paramètres d'état"
+"Condition","Etat"
+"Not Set / Not Changeable","Non défini/non modifiable"
+"Condition of the product(s) you want to list on Amazon.
+ Note: Not Set / Not Changeable is used for the 3rd Party Listings mainly. If this option is chosen, Amazon will be used as a master record.","Etat des produits à mettre en vente sur Amazon. Remarque : l'option Non défini/non modifiable est utilisée principalement pour les annonces tierces. Si elle est sélectionnée, Amazon sera utilisé comme entrée principale."
+"Condition Value","Valeur de l'état"
+"Collectible - Like New","Objet de collection - Comme neuf"
+"Collectible - Very Good","Objet de collection - Très bon état"
+"Collectible - Good","Objet de collection - Bon état"
+"Collectible - Acceptable","Objet de collection - Etat correct"
+"Club","Club"
+"Condition Attribute","Attribut d'état"
+"Choose the attribute that contains Condition identifier .","Sélectionnez l'attribut contenant l'identifiant de l'état."
+"Condition Note","Commentaire sur l'état"
+"Short description of item(s) condition.
+ Note: Not Set / Not Changeable is used for the 3rd Party Listings mainly. If this option is chosen, Amazon will be used as a master record.","Brève description de l'état de l'objet. Remarque : l'option Non défini/non modifiable est utilisée principalement pour les annonces tierces. Si elle est sélectionnée, Amazon sera utilisé comme entrée principale."
+"Condition Note Text","Texte du commentaire sur l'état"
+"Condition Note Attribute","Attribut du commentaire sur l'état"
+"The Products Filter block allows you to filter the products, which you would like to add to the Listing. Filtered Products will be displayed on the next page, after the Next button is pressed.","La section Filtre des produits permet de filtrer les produits à ajouter à l'annonce. Les produits filtrés seront affichés sur la page suivante, dès que vous aurez cliqué sur le bouton Suivant."
+"Store View the items' information has to be taken from.","Vue de la boutique à partir de laquelle les informations sur les objets doivent être extraites."
+"Select from","Sélectionner dans"
+"Modes of the products selection.","Modes de sélection des produits."
+"Selected Categories","Catégories sélectionnées"
+"This section allows you to create a Listing. Listing is a group of items, which have the same
+ Attribute Set and were combined to be listed on Amazon.
+ Creating a Listing requires two types of templates (Selling Format and Synchronization) to be created in advance,
+ that allows reaching a high level of flexibility in listing and synchronization processes.
+
+ It is also possible to create templates by clicking the Add New button next to the appropriate template option. Do not forget to press
+ the Refresh button after the new template creation in order to see the newly added template in the dropdown list.
+ In the Listing Configuration block you are required to choose appropriate Selling Format Template,
+ which determines quantity and price related data of your Amazon Listings.
+
+ In the Synchronization Settings block you are required to choose a Synchronization Template and its settings.
+ This determines the actions, which have to be done on the Amazon Listings depending on any changes of their products happened in Magento,
+ and of their templates that are used in the Listing Configuration settings. ","Vous pouvez créer une annonce dans cette section. Une annonce est un groupe d'objets qui possèdent le même jeu d'attributs et qui sont combinés pour pouvoir être mis en vente sur Amazon. La création d'une annonce nécessite deux types de modèles (Format de mise en vente et Synchronisation) qui doivent être créés à l'avance, et qui permettent de bénéficier d'une grande flexibilité dans les procédures de mise en vente et de synchronisation. Vous pouvez également créer des modèles en cliquant sur le bouton Ajouter un nouveau à côté de l'option de modèle appropriée. N'oubliez pas de cliquer sur le bouton Actualiser après la création du nouveau modèle afin d'inclure ce dernier dans la liste déroulante. Sélectionnez dans la section Configuration des annonces le modèle Format de mise en vente qui détermine les données de quantité et de prix de vos annonces Amazon. Dans la section Paramètres de synchronisation, choisissez un modèle Synchronisation et définissez ses paramètres. Cela permet de déterminer les actions à appliquer aux annonces Amazon en fonction des modifications apportées aux produits dans Magento et des modèles utilisés dans les paramètres de configuration des annonces. "
+"The specified title is already used for other listing. Listing title must be unique.","Le titre spécifié est déjà utilisé pour une autre annonce. Le titre de l'annonce doit être unique."
+"You should select Attribute Set first","Vous devez d'abord sélectionner un jeu d'attributs"
+"Invalid date time format string.","La chaîne de format date/heure est incorrecte."
+"Listing Configuration","Configuration des annonces"
+"Short meaningful Listing title for your internal use.","Titre de l'annonce, court et explicite, à usage interne."
+"Product Attribute Set","Jeu d'attributs des produits"
+"Attribute Set of products, which will be listed on Amazon in this Listing.","Jeu d'attributs des produits mis en vente sur Amazon dans cette annonce."
+"List of templates, which have previously chosen Attribute Set.","Liste des modèles pour lesquels un jeu d'attributs a été choisi."
+"Search for template which have previously chosen Attribute Set.","Rechercher un modèle pour lequel un jeu d'attributs a été choisi."
+"All Synchronization Templates you have created.","Tous les modèles de synchronisation que vous avez créés."
+"Search for Synchronization Template you have created.","Rechercher un modèle Synchronisation que vous avez créé."
+"M2E Pro - Amazon/Magento Integration : Listings","M2E Pro - Intégration Amazon/Magento : Annonces"
+"Amazom Listings (10 min. video)","Annonces Amazon (vidéo de 10 min)"
+"Listing is a group of items, which have the same Attribute Set and were combined to be listed on Amazon.
+
+ Creating a Listing requires two types of templates to be created in advance.
+ You can use the same template for similar products you want to list on Amazon and don’t have to enter the same information over and over again for each product you want to list.
+
+ Templates you’ll need in order to list on Amazon:
+
+
+ Selling Format Template contains information about quantity and price-related data.
+ Synchronization Template controls how the information between Amazon and Magento is synchronized and in which cases Amazon listings are revised, relisted or stopped. This template is not bound to a product group with a specific attribute set, so it’s likely that you’ll only need one template to begin with.
+ ","Une annonce est un groupe d'objets qui possèdent le même jeu d'attributs et qui sont combinés pour pouvoir être mis en vente sur Amazon. La création d'une annonce nécessite deux types de modèles qui doivent être créés à l'avance. Vous pouvez utiliser le même modèle pour vendre des produits similaires sur Amazon, sans devoir saisir les mêmes informations pour chaque produit à mettre en vente. Modèles nécessaires pour mettre des objets en vente sur Amazon : Le modèle Format de mise en vente inclut des informations relatives à la quantité et au prix. Le modèle Synchronisation définit les paramètres de synchronisation entre Amazon et Magento ainsi que les conditions de modification des annonces, de remise en vente des objets et d'arrêt des ventes sur Amazon. Ce modèle n'étant pas lié à un groupe de produits avec jeu d'attributs spécifique, vous n'aurez probablement besoin que d'un seul modèle pour commencer. "
+"This section contains information about product items of chosen listing and their statuses on Amazon.
+ To list a product the ASIN/ISBN must be assigned first. To assign ASIN/ISBN you can use the Search ASIN/ISBN tool: press the icon in ASIN / ISBN column or choose appropriate command in the Action dropdown.
+ You can manage items by choosing appropriate actions from the Actions dropdown of the grid and manage Listing and its settings by using buttons in the top right corner.","Cette section comprend des informations sur les produits de l'annonce choisie et leur statut sur Amazon. Pour pouvoir mettre un produit en vente, vous devez d'abord affecter le code ASIN/ISBN. Pour ce faire, vous pouvez utiliser l'outil de recherche par code ASIN/ISBN : cliquez sur l'icône affichée dans la colonne Code ASIN/ISBN ou sélectionnez la commande correspondante dans la liste déroulante Actions. Pour la gestion des objets, sélectionnez les options appropriées dans la liste déroulante Actions du tableau. Pour la gestion de l'annonce et de ses paramètres, utilisez les boutons situés dans le coin supérieur droit."
+"Used in Account(s)","Utilisation dans des comptes"
+"Coming Soon","Prochainement"
+"Waiting","En attente"
+"Processing","En cours de traitement"
+"Completed","Terminé"
+"Order Address Information","Informations sur l'adresse de la commande"
+"Buyer Name","Nom de l'acheteur"
+"Buyer E-Mail","Adresse e-mail de l'acheteur"
+"Street Address","Adresse (rue)"
+"City","Ville"
+"Country","Pays"
+"Region/State","Région/Etat"
+"County","Comté"
+"Zip/Postal Code","Code postal"
+"Telephone","Téléphone"
+"
+This page contains all orders imported from Amazon.
+Use Amazon Accounts dropdown to filter Amazon orders by accounts.
+If Magento Order, Invoice or / and Shipment was not created automatically,
+you can create them manually by using appropriate options in the Action dropdown.
+Note: Automatic creation of Magento Orders, Invoices, and Shipments executes according to Amazon Accounts settings in %s > Configuration > Amazon Accounts > Orders.","Cette page comprend toutes les commandes importées à partir d'Amazon. Utilisez la liste déroulante Comptes Amazon pour filtrer les commandes Amazon par compte. Si la commande, la facture et/ou l'envoi Magento n'ont pas été créés automatiquement, vous pouvez les créer manuellement à l'aide des options appropriées de la liste déroulante Actions.Remarque : la création automatique des commandes, factures et envois Magento s'effectue selon les paramètres des comptes Amazon définis dans le menu %s > Configuration > Comptes Amazon > Commandes."
+"Amazon Order","Commande Amazon"
+"View On Amazon","Afficher sur Amazon"
+"Sale Time","Heure de vente"
+"Update Time","Modifier l'heure"
+"Reservation Time","Heure de réservation"
+"Order Status","Statut de la commande"
+"Invoice Unconfirmed","Facture non confirmée"
+"Account","Compte"
+"Buyer Information","Informations sur l'acheteur"
+"Customer Name","Nom du client"
+"Shipping Address","Adresse de livraison"
+"Payment Information","Informations sur le paiement"
+"Order Currency","Devise de la commande"
+"Attention!","Attention !"
+"Order currency is not enabled in Magento. Please, enable it in System -> Configuration -> Currency Setup.","La devise de la commande n'est pas disponible dans Magento. Veuillez l'activer dans le menu Système > Configuration > Définition de la devise."
+"There's no rate for Order currency in Magento. Please, add currency convert rate in System -> Manage Currency -> Rates.","Aucun taux n'est défini pour la devise de la commande dans Magento. Veuillez ajouter un taux de change dans le menu Système > Gérer les devises > Taux."
+"Shipping & Handling Information","Informations sur la livraison et l'expédition"
+"Shipping Service","Service de livraison"
+"Shipping Cost","Frais de livraison"
+"Transaction Item(s)","Objets de la transaction"
+"Log History","Historique"
+"Order Totals","Total des commandes"
+"Subtotal","Sous-total"
+"Shipping & Handling","Livraison et expédition"
+"Tax","Taxe"
+"Grand Total","Total général"
+"Amount Paid","Montant payé"
+"This section allows you to set preferences of data synchronization.
+ You have to enable / disable synchronization tasks, which will be automatically performed for all Amazon accounts, and Save Settings .
+ To run necessary task manually, click the Run Now button, to run all tasks at once, click Run Enabled Now .
+ Note: Cron job must be set up for automatic synchronization. Otherwise, you will have to perform the synchronization manually.","Vous pouvez définir vos préférences de synchronisation des données dans cette section. Vous devez activer/désactiver les tâches de synchronisation qui seront exécutées automatiquement pour tous les comptes Amazon, puis sélectionner Enregistrer les paramètres . Pour exécuter manuellement les tâches requises, cliquez sur le bouton Exécuter maintenant . Pour exécuter simultanément toutes les tâches, cliquez sur le bouton Exécuter les éléments activés . Remarque : la tâche cron doit être configurée pour la synchronisation automatique. A défaut, vous devrez effectuer la synchronisation manuellement."
+"If catalog updates in your magento performed using import/export tools, custom scripts or direct changes in database,
+ then, you can use ""Track Direct Database Changes"" %s functionality to detect changes in products' price and quantity.","Si le catalogue est mis à jour dans Magento à l'aide des outils d'importation/d'exportation, de scripts personnalisés ou de modifications directes dans la base de données, vous pouvez utiliser la fonctionnalité « Suivre les modifications directes de la base de données » %s pour détecter les modifications de prix et de quantité des produits."
+"Updates and synchronizes Amazon Listings according to Synchronization Templates' rules.","Permet de mettre à jour et de synchroniser les annonces Amazon selon les règles des modèles Synchronisation."
+"If your Amazon listings for some reason were asynchronized with the products in Magento, turn on the Revise All action to catch data up.
+ Revise is performed by the Inventory Synchronization, 100 items per a cycle.
+
+ ","Si vos annonces Amazon ont été désynchronisées des produits dans Magento, activez la tâche Modifier tout pour récupérer les données. La tâche est exécutée par la synchronisation de l'inventaire au rythme de 100 objets par cycle. "
+"In Progress, start date - ","En cours, date de début - "
+"Finished, end date - ","Terminé, date de fin - "
+"Imports and synchronizes Amazon Orders for accounts, which have enabled Import Amazon Orders in their Accounts settings.","Permet d'importer et de synchroniser les commandes Amazon pour les comptes dont l'option Importer les commandes Amazon est activée dans les paramètres des comptes."
+"Imports and synchronizes 3rd Party Listings for Amazon accounts, which have enabled Import 3rd Party Listings in their Accounts settings.","Permet d'importer et de synchroniser les annonces tierces pour les comptes Amazon dont l'option Importer les annonces tierces est activée dans les paramètres des comptes."
+"Click 'Confirm' and Revise will be performed by the Inventory Synchronization, 100 items per a cycle.","Cliquez sur Confirmer. La tâche Modifier est exécutée par la synchronisation de l'inventaire au rythme de 100 objets par cycle."
+"Cancel","Annuler"
+"New ASIN Templates","Modèles Nouveau code ASIN"
+"These type of templates is used for creation of new products on Amazon.
+
+ to create a new template, click on Add New ASIN Template ;
+ to assign one of the existing templates to products click on Assing To This Template link.
+
+ Note: Attribute Sets of New ASIN Template must include all Attribute Sets of current M2E Listing to be assigned.","Ces modèles sont utilisés pour la création de nouveaux produits sur Amazon. Pour créer un nouveau modèle, cliquez sur Ajouter un modèle Nouveau code ASIN . Pour affecter l'un des modèles existants aux produits, cliquez sur le lien Affecter à ce modèle . Remarque : les jeux d'attributs du modèle Nouveau code ASIN doivent inclure tous les jeux d'attributs de l'annonce M2E à affecter."
+"Description is used to design your items' description on Amazon. The more information you provide the easier it is for buyers to make a choice.
+ It is possible to choose a Product Description or Product Short Description, which will be taken from Magento. Or you can create a Custom Description by adding necessary information.","Description utilisée pour créer la description des objets sur Amazon. Des informations détaillées permettent aux acheteurs de choisir plus facilement. Vous pouvez choisir une Description du produit ou une Brève description du produit qui sera extraite de Magento. Vous pouvez également créer une Description personnalisée en ajoutant les informations nécessaires."
+"Please enter a number 0 or greater in this field.","Saisissez un nombre supérieur ou égal à 0 dans ce champ."
+"Please enter a number 0.01 or greater in this field.","Saisissez un nombre supérieur ou égal à 0,01 dans ce champ."
+"Item Details","Détails de l'objet"
+"Custom Title","Titre personnalisé"
+"Item's title that buyers will see on Amazon listing.","Titre de l'objet que les acheteurs pourront voir dans l'annonce Amazon."
+"Brand","Marque"
+"Custom Brand","Marque personnalisée"
+"Brand of the product(s). Max. 50 characters.","Marque des produits. Max. 50 caractères."
+"Manufacturer","Fabricant"
+"Custom Manufacturer","Fabricant personnalisé"
+"Manufacturer of the product(s). Max. 50 characters.","Fabricant des produits. Max. 50 caractères."
+"Manufacturer Part Number","Code produit du fabricant"
+"Manufacturer Part Number of the product(s). Max. 40 characters.","Code produit du fabricant pour les produits. Max. 40 caractères."
+"Package Quantity","Quantité par emballage"
+"The number of units included in the item you are offering for sale, such that each unit
+ is packaged for individual sale.","Nombre d'unités contenues dans l'objet que vous proposez à la vente, chaque unité étant emballée pour être vendue individuellement."
+"Choose the attribute that contains Package Quantity.","Sélectionnez l'attribut contenant la Quantité par emballage."
+"Number of Items","Nombre d'objets"
+"The number of discrete items included in the item you are offering for sale,
+ such that each item is not packaged for individual sale.
+
+ For ex. , if you are selling a case of 10 packages of socks,
+ and each package contains
+ 3 pairs of socks, the case would have Package Quantity = 10 and Number of Items = 30.
+ ","Nombre d'objets individuels contenus dans l'objet proposé à la vente, chaque objet n'étant pas emballé pour être vendu individuellement. Par ex. , si vous vendez une boîte contenant 10 emballages de chaussettes, et si chaque emballage contient 3 paires de chaussettes, la Quantité par emballage = 10 et le Nombre d'objets = 30. "
+"Choose the attribute that contains Number Of Items.","Sélectionnez l'attribut contenant le Nombre d'objets."
+"Package Weight","Poids de l'emballage"
+"Package Weight of the product(s).","Poids de l'emballage des produits"
+"Package Weight Units","Unités de poids de l'emballage"
+"GR","G"
+"KG","KG"
+"OZ","OZ"
+"LB","LB"
+"MG","MG"
+"Shipping Weight","Poids de l'envoi"
+"Shipping Weight of the product(s).","Poids des produits à l'envoi"
+"Shipping Weight Units","Unités de poids de l'envoi"
+"Keywords","Mots-clés"
+"Target Audience","Public ciblé"
+"For whom the product is intended.","Public auquel le produit est destiné."
+"Search Terms Mode","Méthode de recherche"
+"Custom Search Terms","Mots-clés personnalisés"
+"Provide specific search terms to help customers find your product(s) on Amazon.","Fournit des mots-clés spécifiques qui aideront les acheteurs à trouver les produits sur Amazon."
+"Value #%s","Valeur #%s"
+"Max. 50 characters.","Max. 50 caractères."
+"Images","Photos"
+"Main Image","Photo principale"
+"Product Base Image","Photo de base du produit"
+"Image you will see on your Amazon listing.","Photo qui s'affichera dans l'annonce Amazon."
+"Product Image Attribute","Attribut de la photo du produit"
+"Choose Media Image Attribute or Attribute, that contains absolute url.
+ i.e. http://mymagentostore.com/images/baseimage.jpg","Sélectionnez l'attribut Multimédia ou l'attribut contenant l'URL absolue. soit http://maboutiquemagento.com/images/imagedebase.jpg"
+"Additional Images","Photos supplémentaires"
+"Product Images","Photos du produit"
+"Additional Images Attribute","Attribut Photos supplémentaires "
+"Choose Text, Multiple Select or Dropdown type attribute. In Text type attribute urls must be separated with comma.
+ e.g. http://mymagentostore.com/images/baseimage1.jpg, http://mymagentostore.com/images/baseimage2.jpg","Sélectionnez un type d'attribut : Texte, Choix multiple ou Liste déroulante. Pour le type Texte, les URL doivent être séparées par une virgule. Par exemple, http://maboutiquemagento.com/images/imagedebase1.jpg, http://maboutiquemagento.com/images/imagedebase2.jpg"
+"Additional Images Quantity","Nombre de photos supplémentaires"
+"Up to","Jusqu'à"
+"The number of Additional Images. The images will be taken from Magento Product settings.","Nombre de photos supplémentaires. Les photos proviennent des paramètres du produit Magento."
+"Bullet Points","Liste à puces"
+"Bullet Points Mode","Mode Liste à puces"
+"Custom Bullet Points","Liste à puces personnalisée"
+"Allows highlighting some of the product's most important qualities.","Permet de mettre en valeur certaines qualités importantes du produit."
+"Max. 100 characters.","Max. 100 caractères."
+"Description Source","Source de la description"
+"Product Description","Description du produit"
+"Product Short Description","Brève description du produit"
+"Custom Description","Description personnalisée"
+"Description is limited to 2'000 characters.","La description est limitée à 2 000 caractères."
+"Custom Description Inserts","Insertions dans la description personnalisée"
+"Attributes related to the previously chosen Attribute Set.","Attributs associés au jeu d'attributs sélectionné précédemment."
+"This tab contains the main information on products you want to list: Attribute Set
+ (it must be the same as M2E Listing has to be assigned), UPC / EAN Settings and
+ Category in which the products have to be listed.
+The category either can be chosen by Browsing all categories from the list or can be found with Searching
+ tool by entering keywords.","Cet onglet contient les informations principales sur les produits que vous souhaitez mettre en vente : jeu d'attributs (doit être identique étant donné que l'annonce M2E doit être affectée), paramètres UPC/EAN et catégorie de mise en vente des produits. Pour choisir la catégorie, vous pouvez parcourir toutes les catégories dans la liste ou les rechercher à l'aide de l'outil de recherche en saisissant des mots-clés."
+"Please enter a number 1 or greater in this field.","Saisissez un nombre supérieur ou égal à 1 dans ce champ."
+"This category is not supported at the moment, as it contains variational items only. Please select another category.","Cette catégorie n'est pas prise en charge pour le moment, car elle contient uniquement des objets à plusieurs versions. Veuillez sélectionner une autre catégorie."
+"Search For Category","Rechercher une catégorie"
+"You should select Category first","Vous devez d'abord sélectionner une catégorie"
+"This is a required field. Please press Choose button.","Ce champ est obligatoire. Cliquez sur le bouton Sélectionner."
+"The specified title is already used for another New ASIN Template.","Le titre spécifié est déjà utilisé pour un autre modèle Nouveau code ASIN."
+"Please enter at least 3 letters.","Saisissez au minimum 3 lettres."
+"Internal Error. Please try again later.","Erreur interne. Veuillez réessayer plus tard."
+"Incorrect data.","Données incorrectes."
+"Choose","Sélectionner"
+"Optional Specifics","Caractéristiques facultatives"
+"Recommended Values","Valeurs recommandées"
+"Allowed Values","Valeurs autorisées"
+"Definition:","Définition :"
+"Tips:","Astuces :"
+"Examples:","Exemples :"
+"Helpful Info:","Informations utiles :"
+"Desired","Souhaité"
+"Short meaningful template title for your internal use.","Titre du modèle, court et explicite, à usage interne."
+"Attribute Sets of products which will be listed on Amazon using this template.","Jeux d'attributs des produits qui seront mis en vente sur Amazon à l'aide de ce modèle."
+"or","ou"
+"UPC / EAN Settings","Paramètres UPC/EAN"
+"UPC / EAN Exemption","Exemption UPC/EAN "
+"Most categories require sellers to use a standard product ID, such as a UPC or EAN, when creating new product pages or matching to existing pages in the Amazon catalog. In the case of private label brands or specialized products, some categories may allow sellers to request exemptions to list products that do not have standard product IDs.
+ If you sell products that do not have UPCs, please contact Amazon to request an exemption.","Dans la plupart des catégories, les vendeurs doivent utiliser un code de produit standard tel qu'un code UPC ou EAN lorsqu'ils créent des pages de produits ou utilisent des pages existantes du catalogue Amazon. Dans le cas de marques privées ou de produits spécialisés, certaines catégories permettent aux vendeurs de demander des exemptions pour mettre en vente des produits sans code produit standard. Si vous vendez des produits sans code UPC, contactez Amazon pour demander une exemption."
+"Product ID Override","Exception du code produit"
+"The exemption option approved by Amazon. Should be set to None when not known.","Option d'exemption approuvée par Amazon. L'option sélectionnée doit être Aucune si la valeur est inconnue."
+"Choose the department your product belongs to and then choose the category you need. Press the Confirm button.","Sélectionnez le département auquel votre produit appartient, puis la catégorie de votre choix. Cliquez sur Confirmer."
+"Subcategory","Sous-catégorie"
+"Enter the words, which describe the best your product and click on the Search button.
+ Founded categories will be displayed for selection.","Saisissez les termes qui décrivent le mieux votre produit, puis cliquez sur le bouton Rechercher. Vous pouvez faire votre choix parmi les catégories trouvées."
+"Enter Keywords","Saisir des mots-clés"
+"Adding specific item details will attract your buyers and help them to find your items.","Si vous ajoutez des détails, les acheteurs seront davantage attirés par votre objet et ils pourront le trouver plus facilement."
+"Total digits (not more):","Nombre total (max.) :"
+"Type: Numeric.","Type : numérique."
+"Min:","Min. :"
+"Max:","Max. :"
+"Can take any value.","N'importe quelle valeur."
+"Two uppercase letters or ""unknown"".","Deux lettres majuscules ou « inconnue »."
+"Type: String.","Type : chaîne."
+"Min length:","Longueur min. :"
+"Max length:","Longueur max. :"
+"Type: Date time. Format: YYYY-MM-DD hh:mm:ss","Type : date heure. Format : AAAA-MM-JJ hh:mm:ss"
+"Type: Numeric floating point.","Type : numérique à virgule flottante."
+"Decimal places (not more):","Décimales (max.) :"
+"Specifics Configuration","Configuration des caractéristiques"
+"Selling Format Template contains price-related data and quantity for the items, which will be listed on Amazon.
+Next to each price options dropdown there is a box for Price Change. Price Change is a value you want the Magento Price to be modified while listing on Amazon.
+Examples:
+If you want the price on Amazon to be greater by 15% than the price in Magento, you should set +15% in the Price Change field.
+Amazon Price = Magento Price + Magento Price * 0.15
+
+If you want the price on Amazon to be less by 10 currency units than the price in Magento, you should set -10 in the Price Change field.
+Amazon Price = Magento Price - 10
+
+If you want the price on Amazon to be multiplied by coefficient 1.2, you should set 1.2 in the Price Change field.
+
+Amazon Price = Magento Price * 1.2.
+
+Note: If the Special Price is chosen in the Price option, but it is not set in Magento Product settings or it is set but it has already expired, the Product Price is used instead.
+ If the Special Price is chosen in the Sale Price option, its Magento From , To dates are ignored. Only the value is used. When the Sale Price has expired, the Price is used.
+
+Note: Attributes must contain only numeric values.
+","Le modèle Format de mise en vente contient des données sur le prix et la quantité pour les objets qui seront mis en vente sur Amazon. Un champ Changement de prix se trouve à côté de chaque liste déroulante pour les options de prix. Ce champ permet de définir la valeur de modification du prix Magento lors de la publication d'une annonce sur Amazon.Exemples : Si vous souhaitez que le prix sur Amazon soit supérieur de 15 % au prix dans Magento, saisissez +15 % dans le champ Changement de prix.Prix Amazon = prix Magento + prix Magento * 0,15 Si vous souhaitez que le prix sur Amazon soit inférieur de 10 unités au prix dans Magento, saisissez -10 dans le champ Changement de prix.Prix Amazon = prix Magento - 10 Si vous souhaitez que le prix sur Amazon soit multiplié par un facteur de 1,2, définissez 1,2 dans le champ Changement de prix.Prix Amazon = prix Magento * 1,2 Remarque : si Prix spécial est sélectionné pour l'option Prix , mais qu'il n'est pas défini dans les paramètres du produit Magento ou qu'il est défini, mais que sa période de validité est arrivée à expiration, le prix du produit sera utilisé. Si vous choisissez Prix spécial pour l'option Prix de vente , les dates Magento Du Au sont ignorées. Seule la valeur définie est utilisée. Après expiration de la période de validité du prix de vente, c'est le prix qui est utilisé.Remarque : les attributs doivent contenir uniquement des valeurs numériques."
+"The price of products in Amazon listing(s).","Prix des produits dans les annonces Amazon."
+"The price of products in Amazon listing(s).Note: The Final Price is only used for Simple Products.","Prix des produits dans les annonces Amazon.Remarque : le prix final est utilisé uniquement pour les produits simples."
+"The price, at which you want to sell your product(s) at specific time.","Prix auquel vous souhaitez vendre vos produits aux date et heure spécifiées."
+"The price, at which you want to sell your product(s). at specific time.Note: The Final Price is only used for Simple Products.","Prix auquel vous souhaitez vendre vos produits aux date et heure spécifiées.Remarque : le prix final est utilisé uniquement pour les produits simples."
+"Add Selling Format Template.","Ajoutez un modèle Format de mise en vente."
+"The specified title is already used for other template. Template title must be unique.","Le titre spécifié est déjà utilisé pour un autre modèle. Le titre du modèle doit être unique."
+"You should select Attribute Sets first and press Confirm button.","Sélectionnez d'abord les jeux d'attributs, puis cliquez sur le bouton Confirmer."
+"Coefficient is not valid.","Le coefficient est incorrect."
+"Wrong value. Only integer numbers.","Valeur incorrecte. Nombres entiers uniquement."
+"Product Attribute Sets","Jeux d'attributs des produits"
+"Attribute Sets of products which will be listed on Amazon using this template.","Jeux d'attributs des produits qui seront mis en vente sur Amazon à l'aide de ce modèle."
+"Quantity","Quantité"
+"Product QTY","Quantité de produits"
+"Single Item","Objet unique"
+"Custom QTY Number","Quantité personnalisée (nombre)"
+"Custom QTY Attribute","Quantité personnalisée (attribut)"
+"Products quantity in Amazon listing(s).","Quantité de produits dans les annonces Amazon."
+"Conditional Quantity","Quantité conditionnelle"
+"Enables to set the quantity that will be sent on Amazon.","Permet de définir la quantité à envoyer sur Amazon."
+"Max Quantity to Be Listed","Quantité maximum à mettre en vente"
+"If you have 5 pieces in stock but set a max qty of 2 to be listed, a qty of 2 will be listed on Amazon.
+ If you have 1 piece in stock but max qty is set to 3, only 1 will be listed on Amazon.","Si vous avez 5 exemplaires en stock et que la quantité maximum à mettre en vente est 2, seuls 2 exemplaires seront mis en vente sur Amazon. Si vous avez 1 exemplaire en stock et que la quantité maximum est 3, seul 1 exemplaire sera mis en vente sur Amazon."
+"Product Price","Prix du produit"
+"Special Price","Prix spécial"
+"Absolute figure (+8,-3), percentage (+15%, -20%) or currency rate (1.44)","Chiffre absolu (+8, -3), pourcentage (+15 %, -20 %) ou taux de change (1,44)"
+"Custom Price Attribute","Attribut de prix personnalisé"
+"Variation Price Source","Source du prix des différentes versions"
+"Main Product","Produit principal"
+"Determines where the price for Configurable and Bundle products options should be taken from.","Détermine la source du prix pour les options des produits configurables et groupés."
+"Sale Price","Prix de vente"
+"Custom Sale Price Attribute","Attribut de prix de vente personnalisé"
+"Start Date","Date de début"
+"Time and date when the Sale Price will be displayed on Amazon.","Date et heure auxquelles le prix de vente sera affiché sur Amazon."
+"Start Date Value","Date de début (valeur)"
+"Start Date Attribute","Date de début (attribut)"
+"End Date","Date de fin"
+"Time and date when the Sale Price will be hidden on Amazon.","Date et heure auxquelles le prix de vente sera masqué sur Amazon."
+"End Date Value","Date de fin (valeur)"
+"Synchronization Template includes rules and conditions which determine Listing behavior on Amazon.
+ List, Revise, Relist and Stop Rules have to be specified in this template.
+ List Action - at first this action to be executed for each item in M2E Listings, which has Not Listed status and its settings meet the List Condition. If an item was not listed for some reason, autosynchronization will attempt
+ to list it again only if Product Status, Stock Availability or Quantity is changed.
+
+ Note: Inventory Synchronization setting must be enabled in Synchronization (Configuration > Synchronization).
+ Otherwise, Synchronization Template Rules will not take effect.","Le modèle Synchronisation inclut les règles et conditions qui déterminent le comportement des annonces sur Amazon. Les règles de mise en vente, de modification des annonces, de remise en vente des objets et d'arrêt des ventes doivent être définies dans ce modèle. Tâche Mettre en vente - Cette tâche doit être appliquée à tous les objets des annonces M2E dont le statut est Non mis en vente et dont les paramètres remplissent les conditions de mise en vente. Lorsqu'un objet n'a pas été mis en vente pour une raison quelconque, la synchronisation automatique essaiera de le mettre à nouveau en vente uniquement si le statut du produit, la disponibilité ou la quantité a changé. Remarque : le paramètre Synchronisation de l'inventaire doit être activé dans le menu Synchronisation (Configuration > Synchronisation). A défaut, les règles du modèle Synchronisation ne seront pas appliquées."
+"Add Synchronization Template.","Ajoutez un modèle Synchronisation."
+"Wrong time format string.","Chaîne de format d'heure incorrecte."
+"Must be greater than ""Min"".","Doit être supérieur à la valeur « Min. »."
+"Inconsistent settings in Relist and Stop rules.","Paramètres incohérents dans les règles de modification et d'arrêt des ventes."
+"List Action","Action Mettre en vente"
+"Enables / disables automatic listing of Not Listed items, when they meet the List Conditions.","Permet d'activer/de désactiver la mise en vente automatique des objets non mis en vente qui remplissent les conditions de mise en vente."
+"List Conditions","Conditions de mise en vente"
+"Product Status","Statut du produit"
+"Any","Tout"
+"Product Status at which the item(s) have to be listed.","Statut du produit entraînant la mise en vente des objets."
+"Stock Availability at which the item(s) have to be listed.","Disponibilité entraînant la mise en vente des objets."
+"Less","Inférieure"
+"More or Equal","Supérieure ou égale"
+"Between","Entre"
+"Product(s) quantity at which the item(s) have to be listed.","Quantité de produits entraînant la mise en vente des objets."
+"Min Quantity","Quantité min."
+"Max Quantity","Quantité max."
+"Relist Rules define the conditions at which Amazon items will be relisted.
+ ","Les règles de remise en vente déterminent les conditions de remise en vente des objets Amazon. "
+"Relist Action","Action Remettre en vente"
+"Enables/Disables the Relist action for the Listings, which use current Synchronization Template.","Permet d'activer/de désactiver la remise en vente pour les annonces qui utilisent le modèle Synchronisation actuel."
+"Relist When Stopped Manually","Remettre en vente en cas d'arrêt manuel"
+"Automatically relists item(s) even it has been stopped manually within M2EPro.","Permet de remettre en vente automatiquement les objets dont la vente a été arrêtée manuellement dans M2E Pro."
+"Relist Conditions","Conditions de remise en vente"
+"Product Status at which the item(s) have to be relisted.","Statut du produit entraînant la remise en vente des objets."
+"Stock Availability at which the item(s) have to be relisted.","Disponibilité entraînant la remise en vente des objets."
+"Product(s) quantity at which the item(s) have to be relisted.","Quantité de produits entraînant la remise en vente des objets."
+"Revise Rules are the conditions, at which automatic full and partial listings revising features are enabled.
+ If the certain condition is enabled (Yes is chosen in appropriate line) and met,
+then Amazon Listings, which were listed using current Synchronization Template,
+will be automatically fully or partially updated.
+
+ Partial Revise - contains list of product details, which changes you want to be reflected on Amazon.
+ Full Revise - contains groups of M2E settings. If any data of these groups (Selling Format Template, Listing Channel Settings) is changed, then listings, which use these templates in their settings, will be automatically fully revised.
+ ","Les règles de modification correspondent aux conditions qui régissent l'activation des fonctionnalités automatiques de modification complète et partielle des annonces. Si une condition spécifique est activée (option Oui sélectionnée sur la ligne correspondante) et remplie, les annonces Amazon publiées à l'aide du modèle Synchronisation actuel sont modifiées complètement ou partiellement de manière automatique. Modification partielle - Contient la liste des détails du produit dont vous souhaitez répercuter les modifications sur Amazon. Modification complète - Contient des groupes de paramètres M2E. Si les données de ces groupes (Modèle Format de mise en vente, Paramètres du canal de mise en vente) sont modifiées, les annonces qui utilisent ces modèles dans leurs paramètres sont modifiées complètement de manière automatique. "
+"Partial Revise","Modification partielle"
+"Automatically revises quantity on Amazon listing(s) when the quantity or attribute for quantity of its product is changed in Magento.","Modifie automatiquement la quantité dans les annonces Amazon en cas de modification de la quantité ou de l'attribut de quantité du produit correspondant dans Magento."
+"Conditional Revise","Modification conditionnelle"
+"Updates Amazon qty only when the Condition you set below is met.
+ Note: By using this option you can significantly increase Synchronization performance.","Permet de mettre à jour la quantité Amazon uniquement lorsque les conditions que vous avez définies sont remplies. Remarque : l'utilisation de cette option permet d'augmenter de manière significative les performances de la synchronisation."
+"Revise When Less or Equal to","Modifier si inférieur ou égal à"
+"The value should not be too high (i.e. 100). Recommended value is in range 10 - 20.","La valeur ne doit pas être trop élevée (par ex. 100). Il est recommandé de choisir une valeur comprise entre 10 et 20."
+"Automatically revises price on Amazon listing(s) when the price(s) or attribute(s) for price(s) of its product is (are) changed in Magento.","Modifie automatiquement le prix dans les annonces Amazon en cas de modification du prix ou de l'attribut de prix du produit correspondant dans Magento."
+"Full Revise","Modification complète"
+"Automatically revises Amazon listing(s) if its Selling Format Template was changed.","Modifie automatiquement les annonces Amazon en cas de modification du modèle Format de mise en vente."
+"Listing Channel Settings","Paramètres du canal de mise en vente"
+"Automatically revises Amazon listing(s) if its Listing Settings was changed.","Modifie automatiquement les annonces Amazon en cas de modification des paramètres de mise en vente."
+"Stop Rules define the conditions when Amazon items listing must be
+ inactivated, depending on Magento product state.
+ Note: If all Stop Conditions are set to No or No Action , then the stop option for Amazon items is disabled.
+ If all Stop Conditions are enabled, then an item will be inactivated if at least one of the Stop Conditions is met.","Les règles d'arrêt correspondent aux conditions qui régissent la désactivation des annonces Amazon en fonction du statut des produits Magento. Remarque : si vous sélectionnez Non ou Aucune action pour toutes les conditions d'arrêt, l'option d'arrêt des annonces Amazon sera désactivée. Si toutes les conditions d'arrêt sont activées, l'annonce sera désactivée lorsqu'au moins une condition d'arrêt est remplie."
+"Stop Conditions","Conditions d'interruption"
+"Stop When Status Disabled","Arrêter la vente si le statut est Désactivé"
+"Automatically stops item(s) if its status has been changed to 'Disabled' in Magento.","Arrête automatiquement la vente si le statut de l'annonce est remplacé par Désactivé dans Magento."
+"Stop When Out Of Stock","Arrêter la vente en cas de rupture de stock"
+"Automatically stops item(s) if its stock availability has been changed to 'Out of Stock' in Magento.","Arrête automatiquement la vente si la disponibilité de l'objet est remplacée par En rupture de stock dans Magento."
+"Stop When QTY Is","Arrêter la vente si la quantité est"
+"Less or Equal","Inférieure ou égale"
+"More","Supérieure"
+"Automatically stops item(s) if its quantity has been changed and meets the conditions.","Arrête automatiquement la vente si la quantité a été modifiée et répond aux conditions."
+"On this page you have to fill in general information on your Rakuten.com account and provide all necessary accesses for the further work.","Spécifiez sur cette page les informations générales relatives à votre compte Rakuten.com et tous les accès nécessaires pour les opérations ultérieures."
+"Invalid format of Seller ID field. It must be numeric.","Format incorrect du champ Pseudo du vendeur. La valeur doit être numérique."
+"You must enable marketplace first.","Vous devez d'abord activer la place de marché."
+"M2E Pro was not able to get access to the Rakuten.com account. Please, make sure, that you enter correct Rakuten.com Seller Tools login and password.","M2E Pro n'a pas pu accéder au compte Rakuten.com. Vérifiez que vous avez saisi le pseudo et le mot de passe des outils de vente Rakuten.com."
+"M2E Pro was not able to get access to the Rakuten.com account. Please, make sure, that you enter correct Rakuten.com FTP login and password.","M2E Pro n'a pas pu accéder au compte Rakuten.com. Vérifiez que vous avez saisi le pseudo et le mot de passe pour le FTP Rakuten.com."
+"Title or identifier of Rakuten.com account for your internal use.","Titre ou identifiant du compte Rakuten.com à usage interne."
+"Marketplace is disabled","Place de marché désactivée"
+"Disable Marketplace","Désactiver la place de marché"
+"You must select and update Rakuten.com marketplace to get access to this section.","Vous devez sélectionner la place de marché Rakuten.com et la modifier pour pouvoir accéder à cette section."
+"Web Access","Accès Web"
+"Login","Se connecter"
+"Login to your Rakuten.com account.","Connectez-vous à votre compte Rakuten.com."
+"Password","Mot de passe"
+"Password to your Rakuten.com account.","Mot de passe de votre compte Rakuten.com."
+"FTP Access","Accès FTP"
+"To get FTP credentials, email the Rakuten.com merchant integration team at
+ mp-integration@mail.rakuten.com with your Seller ID and Rakuten.com login email address.","Pour obtenir vos données de connexion FTP, envoyez un e-mail à l'équipe d'intégration pour les vendeurs de Rakuten.com à l'adresse mp-integration@mail.rakuten.com en incluant votre pseudo de vendeur et l'adresse e-mail de connexion à Rakuten.com."
+"Login to your FTP panel.","Connectez-vous au volet FTP. "
+"Password to your FTP panel.","Mot de passe de votre volet FTP. "
+"Inventory, Orders And New SKU FTP Accesses","Accès FTP Inventaire, Commandes et Nouvelle référence article"
+"FTP Accesses","Accès FTP"
+"All these actions must be allowed to your Rakuten.com Account by Rakuten first.","Rakuten doit d'abord autoriser toutes ces tâches pour votre compte Rakuten.com."
+"FTP Inventory Access","Accès Inventaire FTP"
+"Set Yes , if you have enabled inventory generation option on your FTP.","Choisissez Oui si vous avez activé l'option de génération de l'inventaire sur votre FTP."
+"FTP Orders Access","Accès Commandes FTP"
+"Set Yes , if you have enabled orders generation option on your FTP.","Choisissez Oui si vous avez activé l'option de génération de commandes sur votre FTP."
+"FTP New SKU Access","Accès Nouvelle référence article FTP"
+"Set Yes , if you have enabled new SKU creation option on your FTP.
+ Note: The access of getting new SKU must be taken from Rakuten.com","Choisissez Oui si vous avez activé l'option de création d'une nouvelle référence article sur votre FTP. Remarque : Rakuten.com doit donner l'accès à une nouvelle référence article"
+"The 3rd Party Listings are the items, which were listed on Rakuten.com without using M2E Pro extension.
+To allow importing of these listings for the current Rakuten.com Account, set Import 3rd Party Listings to Yes .
+Imported Listings can be found in %1$s > Manage Listings > 3rd Party Listings.
+Note: The 3rd Party Listings Synchronization must be enabled in %1$s > Configuration > Synchronization.
+To map the products of the 3rd Party Listings with existing products in Magento by Reference ID, Rakuten.com Listing title or Rakuten.com SKU, set Product Mapping to Yes and choose appropriate attribute(s).
+A Magento product will be mapped if at least one of the chosen attributes meets the same value in Rakuten.com Listing as it has in Magento.
+
+After mapping the Rakuten.com Listing can be automatically moved from the 3rd Party Listings to M2E Pro Listings for further management.
+
+Note: Auto mapping and moving actions are performed only once during the first 3rd Party Listings Synchronization.
+Afterwards, it can be performed manually on the 3rd Party Listings page (%1$s > Manage Listings > 3rd Party Listings).","Les annonces tierces correspondent aux objets qui ont été mis en vente sur Rakuten.com sans recourir à l'extension M2E Pro. Pour autoriser l'importation de ces annonces vers le compte Rakuten.com actuel, sélectionnez Oui pour l'option Importer des annonces tierces. Les annonces importées sont accessibles à partir du menu %1$s > Gérer les annonces > Annonces tierces.Remarque : la synchronisation des annonces tierces doit être activée à partir du menu %1$s > Configuration > Synchronisation. Pour mapper les produits des annonces tierces avec des produits existants dans Magento par Code de référence, Titre d'annonce Rakuten.com ou Référence article Rakuten.com, sélectionnez Oui pour l'option Mappage des produits, puis choisissez les attributs appropriés. Un produit Magento est mappé si la valeur d'au moins un des attributs sélectionnés est la même dans l'annonce Rakuten.com et dans Magento. Après le mappage, l'annonce Rakuten.com peut être déplacée automatiquement des annonces tierces vers les annonces M2E Pro en vue d'une gestion ultérieure.Remarque : les actions automatiques de mappage et de déplacement ne sont effectuées qu'une seule fois pendant la première synchronisation des annonces tierces. Par la suite, elle peut être exécutée manuellement à partir de la page Annonces tierces (%1$s > Gérer les annonces > Annonces tierces)."
+"Maps Rakuten.com product with Magento product.","Permet de mapper un produit Rakuten.com avec un produit Magento."
+"Attributes Of Mapping Rakuten.com Items To Magento Products","Attributs de mappage des objets Rakuten.com avec des produits Magento"
+"Auto Moving Mapped Rakuten.com Items To M2E Listings","Déplacement automatique des objets Rakuten.com mappés vers les annonces M2E"
+"This section allows you automatically move mapped Rakuten.com Items in default created M2E Listing and synchronize their Prices and Quantities with Magento values at once they have been moved.","Cette section permet de déplacer automatiquement des objets Rakuten.com mappés dans l'annonce M2E créée par défaut, et de synchroniser ensuite leur prix et leur quantité avec les valeurs Magento."
+"Move Mapped Rakuten.com Items","Déplacer les objets Rakuten.com mappés"
+"Automatically moves Rakuten.com Listings from 3rd Party Listings to default created M2E Listing.","Permet de déplacer automatiquement les annonces Rakuten.com des annonces tierces vers les annonces M2E créées par défaut."
+"Updates Price and / or Quantity of Rakuten.com Listing with Magento values.","Permet de remplacer les valeurs de prix et/ou de quantité des annonces Rakuten.com par les valeurs Magento."
+"This tab contains settings of Rakuten.com Orders, Rakuten.com Customers import; Magento Orders and Products creation.
+If you set Import Rakuten.com Orders to Yes , a new Rakuten.com order will be imported to the system and can be found in %1$s > Sales > Orders.
+It is possible to allow auto creation of Magento Orders based on imported Rakuten.com Orders for products listed by Other Software.
+Note: The Product Stock QTY only reduces after Magento Order is created.
+These type of orders can be managed as typical Magento Orders in Magento > Sales > Orders.
+Note: To receive orders from Rakuten.com, Order Synchronization must be enabled in %1$s > Configuration > Synchronization.","Cet onglet contient les paramètres des commandes et de l'importation des clients Rakuten.com, de la création des commandes et des produits Magento. Si vous sélectionnez Oui pour l'option Importer les commandes Rakuten.com, les nouvelles commandes Rakuten.com seront importées dans le système et accessibles à partir du menu %1$s > Ventes > Commandes. Vous pouvez autoriser la création automatique de commandes Magento sur la base des commandes Rakuten.com importées pour les produits mis en vente via d'autres logiciels.Remarque : la quantité n'est déduite du stock des produits qu'après la création de la commande Magento. Ces types de commandes peuvent être gérés comme les commandes Magento standard dans le menu Magento > Ventes > Commandes.Remarque : pour recevoir des commandes de Rakuten.com, vous devez activer la synchronisation des commandes dans le menu %1$s > Configuration > Synchronisation."
+"Import Rakuten.com Orders","Importer les commandes Rakuten.com"
+"Allows importing orders from Rakuten.com to M2E Pro.","Permet d'importer les commandes Rakuten.com dans M2E Pro."
+"If Store View has to be automatically taken from the listing or manually chosen from available Store View values.","Détermine si la vue boutique doit être déduite automatiquement de l'annonce ou choisie manuellement parmi les valeurs proposées."
+"Note: Only simple products without variations can be created in Magento. If there is a product with variations on Rakuten.com, M2E Pro creates different simple products for each variation.","Remarque : seuls les produits simples à version unique peuvent être créés dans Magento. S'il existe un produit avec plusieurs versions sur Rakuten.com, M2E Pro créera des produits simples différents pour chaque version."
+"There are several ways to specify a customer for which Magento Orders will be created:
+
+ Guest Account - the system does not require a customer account to be created. Default Guest Account will be defined as a customer.
+ Note: The Guest Checkout option must be enabled in Magento. (Yes must be chosen in the Allow Guest Checkout option in Magento > System > Configuration > Sales > Checkout tab).
+ Predefined Customer - the system uses one predefined customer for all Rakuten.com orders related to this account. You will be required
+ to provide an ID of the existing Customer, which you can find in Magento > Customers > Manage Customers table.
+ Create New - a new customer will be created in Magento, using Rakuten.com customer data of Rakuten.com Order.
+ Note: A unique customer identifier is his e-mail address. If the one already exists among Magento customers e-mails,
+ the system uses this customer as owner of order and links order to him. A new customer will not be created.
+ ","Il existe différentes manières de spécifier le client pour lequel des commandes Magento seront créées : Compte visiteur - le système n'exige pas la création d'un compte client. Le compte visiteur par défaut est défini en tant que client. Remarque : l'option Finalisation de l'achat pour les visiteurs doit être activée dans Magento (vous devez sélectionner Oui pour l'option Finalisation de l'achat pour les visiteurs dans le menu Magento > Système > Configuration > Ventes > onglet Finalisation de l'achat). Client prédéfini - Le système utilise un client prédéfini pour toutes les commandes Rakuten.com associées à ce compte. Vous devez spécifier l'identifiant du client existant. Cette information est disponible dans le menu Magento > Clients > tableau Gérer les clients. Créer - Un nouveau client est créé dans Magento à partir des données du client Rakuten.com spécifiées dans la commande Rakuten.com. Remarque : l'adresse e-mail du client constitue son identifiant unique. Si cette adresse figure déjà parmi les adresses e-mail des clients Magento, le système définit ce client comme propriétaire de la commande et la lui associe. Aucun client ne sera créé. "
+"This section allows you to choose tax settings for Magento Order:
+
+ Rakuten.com - Magento Order(s) uses tax settings from Rakuten.com Listing(s).
+ Magento - Magento Order(s) uses Magento tax settings.
+ Rakuten.com & Magento - if there are tax settings in Rakuten.com Order, they are used in Magento Order(s), otherwise, Magento tax settings are used.
+ None - Rakuten.com and Magento tax settings are ignored.
+
+ ","Cette section vous permet de sélectionner des paramètres de taxation pour la commande Magento : Rakuten.com - Les commandes Magento utilisent les paramètres de taxation des annonces Rakuten.com. Magento - Les commandes Magento utilisent les paramètres de taxation Magento. Rakuten.com et Magento - Si les commandes Rakuten.com comportent des paramètres de taxation, ceux-ci sont utilisés dans les commandes Magento. Dans le cas contraire, les paramètres de taxation Magento sont appliqués. Aucun - Les paramètres de taxation Rakuten.com et Magento sont ignorés. "
+"Rakuten.com","Rakuten.com"
+"Rakuten.com & Magento","Rakuten.com et Magento"
+"In this block you can configure mapping between Rakuten.com Order state and Magento Order statuses.
+ Depending on the state of Rakuten.com Order you can either manually determine certain statuses for Magento Order and enable automatic Invoice
+ creation by selecting appropriate check-box, or use predefined default settings. (i.e. Rakuten.com: Order is Pending -> Magento Order is Processing). ","Cette section permet de configurer le mappage entre le statut des commandes Rakuten.com et les statuts des commandes Magento. Selon le statut de la commande Rakuten.com, vous pouvez soit déterminer manuellement certains statuts pour la commande Magento et activer la création automatique de la facture en cochant les cases appropriées, soit utiliser les paramètres par défaut prédéfinis. (ex. : commande Rakuten.com en attente -> commande Magento en cours de traitement). "
+"Order Status is Open","Statut Ouvert"
+"Actions, which have to be done on products added to categories.","Actions à appliquer aux produits ajoutés aux catégories."
+"Stop on Rakuten.com","Arrêter la vente sur Rakuten.com"
+"Stop on Rakuten.com and Delete from Listing","Arrêter la vente sur Rakuten.com et supprimer de l'annonce"
+"This section contains Rakuten.com Listings, which belong to registered Rakuten.com Accounts (%1$s > Configuration > Rakuten.com Accounts) and were listed not by M2E Pro extension.
+You can map these Listings to existing products in Magento and move them to another M2E Listings for further management. For that use single actions on appropriate Listing record or use mass Actions in the top right corner.
+Note: To import Rakuten.com 3rd Party Listings the 3rd Party Listings Import must be enabled in account's settings
+(%1$s > Configuration > Rakuten.com Accounts > General tab) and the 3rd Party Listings Synchronization must be enabled in %1$s > Configuration > Synchronization.","Cette section comprend les annonces Rakuten.com qui appartiennent aux comptes Rakuten.com enregistrés (%1$s > Configuration > Comptes Rakuten.com) et qui n'ont pas été mises en vente via l'extension M2E Pro. Vous pouvez mapper ces annonces avec des produits existants dans Magento et les déplacer vers d'autres annonces M2E en vue d'une gestion ultérieure. Pour ce faire, utilisez les tâches individuelles de l'annonce concernée ou utilisez les tâches pour un groupe d'annonces dans le coin supérieur droit.Remarque : pour pouvoir importer des annonces tierces Rakuten.com, vous devez activer l'importation des annonces tierces dans les paramètres du compte (%1$s > Configuration > Comptes Rakuten.com > onglet Général) et leur synchronisation dans le menu %1$s > Configuration > Synchronisation."
+"Enter product name, Rakuten.com SKU, ISBN or UPC","Saisissez le nom du produit, la référence article Rakuten.com, le code ISBN ou UPC"
+"There was an error during previous automatic Rakuten.com SKU search:","Une erreur est survenue pendant la recherche automatique précédente de la référence article Rakuten.com :"
+"Assign Rakuten.com SKU Manually","Affecter une référence article Rakuten.com manuellement"
+"Allows searching Rakuten.com SKU by data that will be specified on the next step.","Permet d'effectuer une recherche de référence article Rakuten.com sur la base des données qui seront spécifiées à l'étape suivante."
+"Assign Rakuten.com SKU Automatically","Affecter une référence article Rakuten.com automatiquement"
+"Allows searching Rakuten.com SKU by data, that have already been specified in Listing Search settings.","Permet d'effectuer une recherche de référence article Rakuten.com sur la base des données déjà spécifiées dans les paramètres de recherche d'annonces."
+"Add New Rakuten.com SKU (Beta)","Ajouter une nouvelle référence article Rakuten.com (bêta)"
+"Allows adding a product, which is not present on Rakuten.com. Rakuten.com SKU will be generated and returned back by Rakuten.com.","Permet d'ajouter un produit qui n'existe pas sur Rakuten.com. La référence article Rakuten.com sera générée et renvoyée par Rakuten.com."
+"This section contains Rakuten.com Channel, Product Search, Shipping and Condition settings.
+
+ In the General section you have to specify Rakuten.com Account, which listed items will be related to, and the Reference ID for its products.
+ In the Search Settings you have to specify the identifiers, at which products will be searched on Rakuten.com.
+ In the Shipping section you have to specify Shipping information.
+ The Condition section allows specifying item(s) condition and making notes to better describe the condition.
+
+ Note: Not Set and Not Set / Not Changeable options are used for the 3rd Party Listings mainly. If these options are chosen, Rakuten.com will be used as a master record.","Cette section comprend les paramètres relatifs au canal Rakuten.com, à la recherche de produits, à la livraison et à l'état des objets. Spécifiez dans la section Général le compte Rakuten.com auquel les objets mis en vente seront associés ainsi que le code de référence pour ces produits. Spécifiez dans la section Paramètres de recherche les identifiants utilisés pour rechercher des produits sur Rakuten.com. Spécifiez dans la section Livraison les informations sur la livraison. La section Etat permet de spécifier l'état des objets et d'ajouter des commentaires décrivant plus précisément leur état. Remarque : les options Non défini et Non défini/non modifiable sont utilisées principalement pour les annonces tierces. Si elles sont sélectionnées, Rakuten.com sera utilisé comme entrée principale."
+"UPC Attribute","Attribut UPC"
+"Rakuten.com SKU Attribute","Attribut Référence article Rakuten.com"
+"Seller SKU Attribute","Attribut Référence article du vendeur"
+"ISBN Attribute","Attribut ISBN"
+"Must be not more than 250 characters long.","Ce champ ne peut pas contenir plus de 250 caractères."
+"Must be positive number.","La valeur doit être un chiffre positif."
+"Rakuten.com Account","Compte Rakuten.com"
+"Rakuten.com accounts previously added in Configuration > Accounts.","Comptes Rakuten.com ajoutés précédemment dans le menu Configuration > Comptes."
+"A unique ID, which identify a product in your Rakuten.com seller inventory.
+ Note: If you list a product and M2E Pro find a product with the same Reference ID in Rakuten.com inventory, they will be mapped.","Identifiant unique utilisé pour identifier le produit dans l'inventaire du vendeur de Rakuten.com. Remarque : si vous mettez en vente un produit dont le code de référence correspond à un produit trouvé par M2E Pro dans l'inventaire Rakuten.com, les produits seront mappés."
+"Reference ID Attribute","Attribut Code de référence"
+"Generate Reference ID","Générer un code de référence"
+"If Yes , then if the Reference ID of the product you list is found in the 3rd Party or M2E Listings, another one will be automatically created and the product will be listed.","Si vous sélectionnez Oui et si le code de référence correspondant au produit mis en vente est trouvé dans les annonces tierces ou les annonces M2E, un nouveau code de référence sera créé automatiquement et le produit sera mis en vente."
+"Search Products on Rakuten.com","Rechercher des produits sur Rakuten.com"
+"Before the list action, each product in listing must have existing Rakuten.com SKU.
+This section contains parameters for action ""Assign Rakuten.com SKU Automatically","Une référence article Rakuten.com doit être affectée à chaque produit de l'annonce avant la mise en vente. Cette section contient des paramètres pour l'action « Affecter une référence article Rakuten.com automatiquement"
+"Identifiers","Identifiants"
+"UPC","Code UPC"
+"Seller SKU","Référence article du vendeur"
+"ISBN","Code ISBN"
+"Parameter the product search will be performed by.","Paramètre utilisé pour la recherche de produits."
+"Specify the attribute, which contains necessary information.","Spécifiez l'attribut contenant les informations requises."
+"If no results are found by the search criteria above, the additional search will be performed by Magento Product Name.","Si la recherche basée sur les critères ci-dessus ne donne aucun résultat, la recherche supplémentaire sera effectuée par nom du produit Magento."
+"Shipping Settings","Paramètres de livraison"
+"Shipping","Livraison"
+"This section determines information about how your products will be shipped.
+
+ In each method you can choose:
+
+ Not Set / Not Changeable - is used for the 3rd Party Listings mainly. If this option is chosen, Rakuten.com will be used as a master record.
+ Disable - disables Shipping method.
+ Free - automatically sets zero value for Shipping Cost.
+ Rakuten.com Settings - uses settings, which you have set in your seller account settings on Rakuten.com.
+ Custom Value - allows setting Shipping Cost manually.
+ Custom Attribute - allows setting Shipping Cost from the chosen attribute.
+
+ ","Cette section contient des informations sur la livraison des produits. Pour chaque mode, vous pouvez sélectionner : Non défini/non modifiable - Utilisé principalement pour les annonces tierces. Si cette option est sélectionnée, Rakuten.com sera utilisé comme entrée principale. Désactiver - Permet de désactiver le mode de livraison. Gratuite - Permet de définir une valeur nulle pour les frais de livraison. Paramètres Rakuten.com - Permet d'utiliser les paramètres définis dans les paramètres du compte vendeur sur Rakuten.com. Valeur personnalisée - Permet de définir manuellement les frais de livraison. Attribut personnalisé - Permet de définir les frais de livraison à partir de l'attribut sélectionné. "
+"Shipping Method","Mode de livraison"
+"Mode","Mode"
+"Cost","Coût"
+"Free","Gratuit"
+"Rakuten.com Settings","Paramètres Rakuten.com"
+"Condition of the product(s) you want to list on Rakuten.com.
+ Note: Not Set is used for the 3rd Party Listings mainly. If this option is chosen, Rakuten.com will be used as a master record.","Etat des produits à mettre en vente sur Rakuten.com. Remarque : l'option Non défini/non modifiable est utilisée principalement pour les annonces tierces. Si cette option est sélectionnée, Rakuten.com sera utilisé comme entrée principale."
+"Condition of the product(s) you want to list on Rakuten.com.
+ Note: Condition of Active Items cannot be changed.","Etat des produits à mettre en vente sur Rakuten.com. Remarque : il est impossible de modifier l'état des objets actuellement mis en vente."
+"Comment","Commentaire"
+"Short description of item(s) condition.
+ Note: Not Set / Not Changeable is used for the 3rd Party Listings mainly. If this option is chosen, Rakuten.com will be used as a master record.","Brève description de l'état de l'objet. Remarque : l'option Non défini/non modifiable est utilisée principalement pour les annonces tierces. Si cette option est sélectionnée, Rakuten.com sera utilisé comme entrée principale."
+"Comment Text","Texte du commentaire"
+"Description of the condition of the item(s).","Description de l'état des objets."
+"Comment Attribute","Attribut Commentaire"
+"This section allows you to create a Listing. Listing is a group of items, which have the same
+ Attribute Set and were combined to be listed on Rakuten.com.
+ Creating a Listing requires two types of templates (Selling Format and Synchronization) to be created in advance,
+ that allows reaching a high level of flexibility in listing and synchronization processes.
+
+ It is also possible to create templates by clicking the Add New button next to the appropriate template option. Do not forget to press
+ the Refresh button after the new template creation in order to see the newly added template in the dropdown list.
+ In the Listing Configuration block you are required to choose appropriate Selling Format Template, which determines quantity and price related data of your Rakuten.com Listings.
+
+
+ In the Synchronization Settings block you are required to choose a Synchronization Template and its settings.
+ This determines the actions, which have to be done on the Rakuten.com Listings depending on any changes of their products happened in Magento,
+ and of their templates that are used in the Listing Configuration settings. ","Vous pouvez créer une annonce dans cette section. Une annonce est un groupe d'objets qui possèdent le même jeu d'attributs et qui sont combinés pour pouvoir être mis en vente sur Rakuten.com. La création d'une annonce nécessite deux types de modèles (Format de mise en vente et Synchronisation) qui doivent être créés à l'avance, et qui permettent de bénéficier d'une grande flexibilité dans les procédures de mise en vente et de synchronisation. Vous pouvez également créer des modèles en cliquant sur le bouton Ajouter un nouveau à côté de l'option de modèle appropriée. N'oubliez pas de cliquer sur le bouton Actualiser après la création du nouveau modèle afin d'inclure ce dernier dans la liste déroulante. Sélectionnez dans la section Configuration des annonces le modèle Format de mise en vente qui détermine les données de quantité et de prix de vos annonces Rakuten.com. Dans la section Paramètres de synchronisation, choisissez un modèle Synchronisation et définissez ses paramètres. Cela permet de déterminer les actions à exécuter pour les annonces Rakuten.com en fonction des modifications apportées aux produits dans Magento et des modèles utilisés dans les paramètres de configuration des annonces. "
+"Attribute Set of products, which will be listed on Rakuten.com in this Listing.","Jeu d'attributs des produits mis en vente sur Rakuten.com dans cette annonce."
+"M2E Pro - Rakuten.com/Magento Integration : Listings","M2E Pro - Intégration Rakuten.com/Magento : Annonces"
+"Listing is a group of items, which have the same Attribute Set and were combined to be listed on Rakuten.com.
+
+ Creating a Listing requires two types of templates to be created in advance.
+ You can use the same template for similar products you want to list on Rakuten.com and don’t have to enter the same information over and over again for each product you want to list.
+
+ Templates you’ll need in order to list on Rakuten.com:
+
+
+ Selling Format Template contains information about quantity and price-related data.
+ Synchronization Template controls how the information between Rakuten.com and Magento is synchronized and in which cases Rakuten.com listings are revised, relisted or stopped. This template is not bound to a product group with a specific attribute set, so it’s likely that you’ll only need one template to begin with.
+
+
+ Note: Only simple products are supported in current version.
+ ","Une annonce est un groupe d'objets qui possèdent le même jeu d'attributs et qui sont combinés pour pouvoir être mis en vente sur Rakuten.com. La création d'une annonce nécessite deux types de modèles qui doivent être créés à l'avance. Vous pouvez utiliser le même modèle pour vendre des produits similaires sur Rakuten.com, sans devoir saisir les mêmes informations pour chaque produit à mettre en vente. Modèles nécessaires pour mettre des objets en vente sur Rakuten.com : Le modèle Format de mise en vente inclut des informations relatives à la quantité et au prix. Le modèle Synchronisation définit les paramètres de synchronisation entre Rakuten.com et Magento ainsi que les conditions de modification des annonces, de remise en vente des objets et d'arrêt des ventes sur Rakuten.com. Ce modèle n'étant pas lié à un groupe de produits avec jeu d'attributs spécifique, vous n'aurez probablement besoin que d'un seul modèle pour commencer. Remarque : seuls les produits simples sont pris en charge par la version actuelle. "
+"This section contains information about product items of chosen listing and their statuses on Rakuten.com.
+You can manage items by choosing appropriate actions from the Actions dropdown of the grid and manage Listing and its settings by using buttons in the top right corner.","Cette section comprend des informations sur les produits de l'annonce choisie et leur statut sur Rakuten.com. Pour la gestion des objets, sélectionnez les options appropriées dans la liste déroulante Actions du tableau. Pour la gestion de l'annonce et de ses paramètres, utilisez les boutons situés dans le coin supérieur droit."
+"Recipient Name","Nom du destinataire"
+"Company","Société"
+"This page contains all orders imported from Rakuten.com.
+Use Rakuten.com Accounts dropdown to filter Rakuten.com orders by accounts.
+If Magento Order or Invoice was not created automatically,
+you can create them manually by using appropriate options in the Action dropdown.
+Note: Automatic creation of Magento Orders and Invoices executes according to Rakuten.com Accounts settings in %s > Configuration > Rakuten.com Accounts > Orders.","Cette page comprend toutes les commandes importées à partir de Rakuten.com. Utilisez la liste déroulante Comptes Rakuten.com pour filtrer les commandes Rakuten.com par compte. Si la commande ou la facture Magento n'a pas été créée automatiquement, vous pouvez la créer manuellement à l'aide des options appropriées de la liste déroulante Actions.Remarque : la création automatique des commandes et factures Magento s'effectue selon les paramètres des comptes Rakuten.com définis dans le menu %s > Configuration > Comptes Rakuten.com > Commandes."
+"Rakuten.com Order","Commande Rakuten.com"
+"T","M"
+"Shipping & Handling","Livraison et expédition"
+"This section allows you to set preferences of data synchronization.
+ You have to enable / disable synchronization tasks, which will be automatically performed for all Rakuten.com accounts, and Save Settings .
+ To run necessary task manually, click the Run Now button, to run all tasks at once, click Run Enabled Now .
+ Note: Cron job must be set up for automatic synchronization. Otherwise, you will have to perform the synchronization manually.","Vous pouvez définir vos préférences de synchronisation des données dans cette section. Vous devez activer/désactiver les tâches de synchronisation qui seront exécutées automatiquement pour tous les comptes Rakuten.com, puis sélectionner Enregistrer les paramètres . Pour exécuter manuellement les tâches requises, cliquez sur le bouton Exécuter maintenant . Pour exécuter simultanément toutes les tâches, cliquez sur le bouton Exécuter les éléments activés . Remarque : la tâche cron doit être configurée pour la synchronisation automatique. A défaut, vous devrez effectuer la synchronisation manuellement."
+"If catalog updates in your magento performed using import/export tools, custom scripts or direct changes in database,
+ then, you can use ""Track Direct Database Changes"" %s functionality to detect changes in products' price and quantity.","Si le catalogue est mis à jour dans Magento à l'aide des outils d'importation/d'exportation, de scripts personnalisés ou de modifications directes dans la base de données, vous pouvez utiliser la fonctionnalité « Suivre les modifications directes de la base de données » %s pour détecter les modifications de prix et de quantité des produits."
+"Updates and synchronizes Rakuten.com Listings according to Synchronization Templates' rules.","Permet de mettre à jour et de synchroniser les annonces Rakuten.com sur la base des règles des modèles Synchronisation."
+"If your Rakuten.com listings for some reason were asynchronized with the products in Magento, turn on the Revise All action to catch data up.
+ Revise is performed by the Inventory Synchronization, 100 items per a cycle.
+
+ ","Si vos annonces Rakuten.com ont été désynchronisées des produits dans Magento, activez la tâche Modifier tout pour récupérer les données. La tâche est exécutée par la synchronisation de l'inventaire au rythme de 100 objets par cycle. "
+"Imports and synchronizes Rakuten.com Orders for accounts, which have enabled Import Rakuten.com Orders in their Accounts settings.","Permet d'importer et de synchroniser les commandes Rakuten.com pour les comptes dont l'option Importer les commandes Rakuten.com est activée dans les paramètres des comptes."
+"Imports and synchronizes 3rd Party Listings for Rakuten.com accounts, which have enabled Import 3rd Party Listings in their Accounts settings.","Permet d'importer et de synchroniser les annonces tierces pour les comptes Rakuten.com dont l'option Importer les annonces tierces est activée dans les paramètres des comptes."
+"New SKU Template (Beta)","Modèle Nouvelle référence article (bêta)"
+"These type of templates is used for creation of new products on Rakuten.com.
+
+ to create a new template, click on Add New SKU Template ;
+ to assign one of the existing templates to products click on Assing To This Template link.
+
+ Note: Attribute Sets of New ASIN Template must include all Attribute Sets of current M2E Listing to be assigned.","Ces modèles sont utilisés pour la création de nouveaux produits sur Rakuten.com. Pour créer un nouveau modèle, cliquez sur Ajouter un modèle Nouvelle référence article . Pour affecter l'un des modèles existants aux produits, cliquez sur le lien Affecter à ce modèle . Remarque : les jeux d'attributs du modèle Nouveau code ASIN doivent inclure tous les jeux d'attributs de l'annonce M2E à affecter."
+"Specifics' Attributes","Attributs Caractéristiques"
+"At least one of the following attributes must be chosen:","Vous devez sélectionner au moins un des attributs suivants :"
+"At least one of these attributes is required.","Au moins un de ces attributs est obligatoire."
+"Multiple values ​​must be separated by comma.","Les valeurs multiples doivent être séparées par une virgule."
+"Any integer value","Tout nombre entier"
+"Any decimal value","Toute valeur décimale"
+"Any string value","Toute valeur de chaîne"
+"The category does not have attributes.","La catégorie ne contient aucun attribut."
+"Select Category first.","Sélectionnez d'abord une catégorie."
+" Description is used to design your items' description on Rakuten.com. The more information you provide the easier it is for buyers to make a choice.
+
+
+ It is possible to choose a Product Description or Product Short Description, which will be taken from Magento. Or you can create a Custom Description by adding necessary information.
+ "," La description est utilisée pour créer la description des objets sur Rakuten.com. Plus vous fournirez d'informations, plus les acheteurs pourront choisir facilement. Vous pouvez choisir une Description du produit ou une Brève description du produit qui sera extraite de Magento. Vous pouvez également créer une Description personnalisée en ajoutant les informations nécessaires. "
+"Details","Details"
+"Item's title that buyers will see on Rakuten.com listing.","Titre de l'objet que les acheteurs pourront voir dans l'annonce Rakuten.com."
+"The name of the brand/manufacturer of your product.","Nom de la marque/du fabricant du produit."
+"Manufacturer Name","Nom du fabricant"
+"Manufacturer Part No.","Référence du fabricant"
+"The unique part number assigned to the product by the manufacturer.
+ Use only numbers and letters without spaces.","Numéro de référence unique affecté au produit par le fabricant. Utilisez uniquement des chiffres et des lettres, sans espaces."
+"Weight","Poids"
+"The shipping weight in pounds for product(s). Only numeric value.","Poids à l'expédition en livres pour les produits. Valeur numérique uniquement."
+"Image you will see on your Rakuten.com listing.","Photo qui s'affichera dans l'annonce Rakuten.com."
+"Choose Media Image Attribute or Attribute, that contains absolute url.
+ i.e. http://mymagentostore.com/images/baseimage.jpg","Sélectionnez l'attribut Multimédia ou l'attribut contenant l'URL absolue. soit http://maboutiquemagento.com/images/imagedebase.jpg"
+"Choose Text, Multiple Select or Dropdown type attribute. In Text type attribute urls must be separated with comma.
+ e.g. http://mymagentostore.com/images/baseimage1.jpg, http://mymagentostore.com/images/baseimage2.jpg","Sélectionnez un type d'attribut : Texte, Choix multiple ou Liste déroulante. Pour le type Texte, les URL doivent être séparées par une virgule. Par exemple, http://maboutiquemagento.com/images/imagedebase1.jpg, http://maboutiquemagento.com/images/imagedebase2.jpg"
+"Keywords And Features","Mots-clés et caractéristiques"
+"Search keywords that will help customers to find your product. Separated by comma.","Recherchez des mots-clés qui permettront aux acheteurs de trouver vos produits. Valeurs séparées par une virgule."
+"Features","Caractéristiques"
+"Custom Features","Caractéristiques personnalisées"
+"Max. 250 characters.","Max. 250 caractères."
+"Should be one block of text or a single paragraph. Do not use special characters and html tags.
+ Limited to 8'000 characters.","Un bloc de texte ou un seul paragraphe. N'utilisez pas de caractères spéciaux ni de balises HTML. Champ limité à 8 000 caractères."
+"This tab contains the main information on products you want to list: Attribute Set
+ (it must be the same as M2E Listing has to be assigned), Products Identifiers and
+ Category in which the products have to be listed.
+The category either can be chosen by Browsing all categories from the list or can be found with Searching
+ tool by entering keywords.","Cet onglet contient les informations principales sur les produits que vous souhaitez mettre en vente : jeu d'attributs (doit être identique étant donné que l'annonce M2E doit être affectée), identifiants des produits et catégorie de mise en vente des produits. Pour choisir la catégorie, vous pouvez parcourir toutes les catégories dans la liste ou les rechercher à l'aide de l'outil de recherche en saisissant des mots-clés."
+"Invalid input data. Integer value required.","Données incorrectes. Nombre entier obligatoire."
+"Invalid input data. Decimal value required. Example 12.05","Données incorrectes. Valeur décimale obligatoire. Exemple n° 12.05"
+"Invalid input data. String value required.","Données incorrectes. Valeur de chaîne obligatoire."
+"The specified title is already used for another New SKU Template.","Le titre spécifié est déjà utilisé pour un autre modèle Nouvelle référence article."
+"All of your product images should meet the following rules:","Toutes les photos des produits doivent remplir les conditions suivantes :"
+"Must be at least 500 pixels in width or height","Au moins 500 pixels en largeur ou en hauteur"
+"No more than 5 megabytes (MB) in size","Taille limitée à 5 mégaoctets (Mo)"
+"In the JPG/JPEG format","Format JPG/JPEG"
+"Only contain the product being sold","Illustration du produit mis en vente uniquement"
+"Be in focus with realistic color with a pure white background","Photo nette, couleur réaliste et arrière-plan blanc neutre"
+"Cannot contain additional text, graphics or inset images","Sans texte, photo ni incrustation supplémentaire"
+"Text to describe the product. Should be one block of text or a single paragraph. Do not use special characters and html tags","Texte décrivant le produit. Un bloc de texte ou un seul paragraphe. N'utilisez pas de caractères spéciaux ni de balises HTML."
+"Notes:","Remarques :"
+"Attribute Sets of products which will be listed on Rakuten using this template.","Jeux d'attributs des produits qui seront mis en vente sur Rakuten à l'aide de ce modèle."
+"Seller defined alpha-numeric string uniquely identifying the product. Needs to be unique across all products and manufacturers.
+ Example: KDK6490CAM","Chaîne alphanumérique définie par le vendeur permettant d'identifier le produit de manière unique. Doit être unique pour l'ensemble des produits et des fabricants. Exemple : KDK6490CAM"
+"GTIN (UPC or EAN)","Code article international (UPC ou EAN)"
+"To sell without UPC code you have to get permission from Rakuten.com.","Pour vendre un objet sans code UPC, vous devez avoir l'autorisation de Rakuten.com."
+"The GTIN (UPC or EAN) compatible product identifier must be at least 12 digits in length.","Le code article international (UPC ou EAN) doit comporter au moins 12 chiffres."
+"International book identifier. Use only digits in this field.","Code article international pour un livre. Utilisez uniquement des chiffres dans ce champ."
+"ASIN","Code ASIN"
+"Rakuten.com product identifier.","Code produit Rakuten.com."
+"Product Set","Groupe de produits"
+"Product Set ID","Code de groupe de produits"
+"Rakuten.com groups products together in the same family by this parameter.
+ For ex. , a product ""T-shirt"" has 4 different colors. As Rakuten.com does not have parent/child product relationships each of these products is treated as totally separate.
+ By assigning all 4 T-shirts the same Product Set ID, all of them will be placed on the same Rakuten.com web page with pull down menu of selecting color.","Rakuten.com utilise ce paramètre pour grouper des produits au sein d'une même famille. Par ex. , un produit « T-shirt » disponible en 4 couleurs différentes. Etant donné que Rakuten.com n'utilise pas de relations produits principales/secondaires, chacun de ces produits est traité séparément. Si le même code de groupe de produits est affecté aux 4 T-shirts, tous seront placés sur la même page Web Rakuten.com avec un menu déroulant de sélection de la couleur."
+"Enter the words, which describe the best your product and click on the Search button.
+Founded categories will be displayed for selection. ","Saisissez les termes qui décrivent le mieux votre produit, puis cliquez sur le bouton Rechercher. Vous pouvez faire votre choix parmi les catégories trouvées. "
+"Selling Format Template contains price-related data and quantity for the items, which will be listed on Rakuten.com.
+Next to each price options dropdown there is a box for Price Change. Price Change is a value you want the Magento Price to be modified while listing on Rakuten.com.
+Examples:
+If you want the price on Rakuten.com to be greater by 15% than the price in Magento, you should set +15% in the Price Change field.
+Rakuten.com Price = Magento Price + Magento Price * 0.15
+
+If you want the price on Rakuten.com to be less by 10 currency units than the price in Magento, you should set -10 in the Price Change field.
+Rakuten.com Price = Magento Price - 10
+
+If you want the price on Rakuten.com to be multiplied by coefficient 1.2, you should set 1.2 in the Price Change field.
+
+Rakuten.com Price = Magento Price * 1.2.
+
+Note: If the Special Price is chosen in the Price option, but it is not set in Magento Product settings or it is set but it has already expired, the Product Price is used instead.
+
+Note: Attributes must contain only numeric values.
+","Le modèle Format de mise en vente contient des données sur le prix et la quantité pour les objets qui seront mis en vente sur Rakuten.com. Un champ Changement de prix se trouve à côté de chaque liste déroulante pour les options de prix. Ce champ permet de définir la valeur de modification du prix Magento lors de la publication d'une annonce sur Rakuten.com.Exemples: Si vous souhaitez que le prix sur Rakuten.com soit supérieur de 15 % au prix dans Magento, saisissez +15 % dans le champ Changement de prix.Prix Rakuten.com = prix Magento + prix Magento Price * 0,15 Si vous souhaitez que le prix sur Rakuten.com soit inférieur de 10 unités au prix dans Magento, saisissez -10 dans le champ Changement de prix.Prix Rakuten.com = prix Magento - 10 Si vous souhaitez que le prix sur Rakuten.com soit multiplié par un facteur de 1,2, définissez 1,2 dans le champ Changement de prix.Prix Rakuten.com = prix Magento * 1,2. Remarque : si Prix spécial est sélectionné pour l'option Prix , mais qu'il n'est pas défini dans les paramètres du produit Magento ou qu'il est défini, mais que sa période de validité est arrivée à expiration, le prix du produit sera utilisé.Remarque : les attributs doivent contenir uniquement des valeurs numériques."
+"The price of products in Rakuten.com listing(s).","Prix des produits dans les annonces Rakuten.com."
+"The price of products in Rakuten.com listing(s).Note: The Final Price is only used for Simple Products.","Prix des produits dans les annonces Rakuten.com.Remarque : le prix final est utilisé uniquement pour les produits simples."
+"Attribute Sets of products which will be listed on Rakuten.com using this template.","Jeux d'attributs des produits qui seront mis en vente sur Rakuten.com sur la base de ce modèle."
+"Products quantity in Rakuten.com listing(s).","Quantité de produits dans les annonces Rakuten.com."
+"Enables to set the quantity that will be sent on Rakuten.com.","Permet de définir la quantité à envoyer sur Rakuten.com."
+"If you have 5 pieces in stock but set a max qty of 2 to be listed, a qty of 2 will be listed on Rakuten.com.
+ If you have 1 piece in stock but max qty is set to 3, only 1 will be listed on Rakuten.com.","Si vous avez 5 exemplaires en stock et que la quantité maximum à mettre en vente est 2, seuls 2 exemplaires seront mis en vente sur Rakuten.com. Si vous avez 1 exemplaire en stock et que la quantité maximum est 3, seul 1 exemplaire sera mis en vente sur Rakuten.com."
+"Synchronization Template includes rules and conditions which determine Listing behavior on Rakuten.com.
+ List, Revise, Relist and Stop Rules have to be specified in this template.
+ List Action - at first this action to be executed for each item in M2E Listings, which has Not Listed status and its settings meet the List Condition. If an item was not listed for some reason, autosynchronization will attempt
+ to list it again only if Product Status, Stock Availability or Quantity is changed.
+
+ Note: Inventory Synchronization setting must be enabled in Synchronization (Configuration > Synchronization).
+ Otherwise, Synchronization Template Rules will not take effect.","Le modèle Synchronisation inclut les règles et conditions qui déterminent le comportement des annonces sur Rakuten.com. Les règles de mise en vente, de modification des annonces, de remise en vente des objets et d'arrêt des ventes doivent être définies dans ce modèle. Tâche Mettre en vente - Cette tâche doit être appliquée à tous les objets des annonces M2E dont le statut est Non mis en vente et dont les paramètres remplissent les conditions de mise en vente. Lorsqu'un objet n'a pas été mis en vente pour une raison quelconque, la synchronisation automatique essaiera de le mettre à nouveau en vente uniquement si le statut du produit, la disponibilité ou la quantité a changé. Remarque : le paramètre Synchronisation de l'inventaire doit être activé dans le menu Synchronisation (Configuration > Synchronisation). A défaut, les règles du modèle Synchronisation ne seront pas appliquées."
+"Relist Rules define the conditions at which Rakuten.com items will be relisted. ","Les règles de remise en vente déterminent les conditions de remise en vente des objets Rakuten.com. "
+"Revise Rules are the conditions, at which automatic full and partial listings revising features are enabled.
+ If the certain condition is enabled (Yes is chosen in appropriate line) and met,
+then Rakuten.com Listings, which were listed using current Synchronization Template,
+will be automatically fully or partially updated.
+
+ Partial Revise - contains list of product details, which changes you want to be reflected on Rakuten.com.
+ Full Revise - contains groups of M2E settings. If any data of these groups (Selling Format Template, Listing Channel Settings) is changed, then listings, which use these templates in their settings, will be automatically fully revised.
+ ","Les règles de modification correspondent aux conditions qui régissent l'activation des fonctionnalités automatiques de modification complète et partielle des annonces. Si une condition spécifique est activée (option Oui sélectionnée sur la ligne correspondante) et remplie, les annonces Rakuten.com publiées à l'aide du modèle Synchronisation actuel sont modifiées complètement ou partiellement de manière automatique. Modification partielle - Contient la liste des détails du produit dont vous souhaitez répercuter les modifications sur Rakuten.com. Modification complète - Contient des groupes de paramètres M2E. Si les données de ces groupes (Modèle Format de mise en vente, Paramètres du canal de mise en vente) sont modifiées, les annonces qui utilisent ces modèles dans leurs paramètres sont modifiées complètement de manière automatique. "
+"Automatically revises quantity on Rakuten.com listing(s) when the quantity or attribute for quantity of its product is changed in Magento.","Modifie automatiquement la quantité dans les annonces Rakuten.com en cas de modification de la quantité ou de l'attribut de quantité du produit correspondant dans Magento."
+"Updates Rakuten.com qty only when the Condition you set below is met.
+ Note: By using this option you can significantly increase Synchronization performance.","Permet de mettre à jour la quantité Rakuten.com uniquement lorsque les conditions que vous avez définies sont remplies. Remarque : l'utilisation de cette option permet d'augmenter de manière significative les performances de la synchronisation."
+"Automatically revises price on Rakuten.com listing(s) when the price(s) or attribute(s) for price(s) of its product is (are) changed in Magento.","Modifie automatiquement le prix dans les annonces Rakuten.com en cas de modification du prix ou de l'attribut de prix du produit correspondant dans Magento."
+"Automatically revises Rakuten.com listing(s) if its Selling Format Template was changed.","Modifie automatiquement les annonces Rakuten.com en cas de modification du modèle Format de mise en vente."
+"Automatically revises Rakuten.com listing(s) if its Listing Settings was changed.","Modifie automatiquement les annonces Rakuten.com en cas de modification des paramètres de mise en vente."
+"Stop Rules define the conditions when Rakuten.com items listing must be
+ stopped, depending on Magento product state.
+ Note: If all Stop Conditions are set to No or No Action , then the stop option for Rakuten.com items is disabled.
+ If all Stop Conditions are enabled, then an item will be stopped if at least one of Stop Conditions is met.","Les règles d'arrêt correspondent aux conditions qui régissent l'arrêt de la vente des objets Rakuten.com en fonction du statut des produits Magento. Remarque : si vous sélectionnez Non ou Aucune action pour toutes les conditions d'arrêt, l'option d'arrêt des annonces Rakuten.com est désactivée. Si toutes les conditions d'arrêt sont activées, la vente d'un objet est arrêtée lorsqu'au moins une des conditions d'arrêt est remplie."
+"Please select categories.","Veuillez sélectionner des catégories."
+"This page contains all created Listings. Use Templates filters to sort Listings by templates that they use in their settings.
+ You can perform different Actions on a single Listing or on a group of Listings.
+ Actions for a single Listing you can find in the Action column of the grid. Choose a necessary option in the appropriate Listing dropdown to execute it.
+ Mass actions are in the Actions dropdown at the top right corner of the grid. Select check-boxes of appropriate items,
+ choose an Action from the dropdown and press the Submit button.","Cette page contient toutes les annonces créées. Utilisez les filtres de modèles pour trier les annonces selon le modèle utilisé dans leurs paramètres. Vous pouvez exécuter différentes tâches sur une seule annonce ou sur un groupe d'annonces. Les tâches pour une seule annonce sont accessibles dans la colonne Action du tableau. Choisissez une option dans la liste déroulante de l'annonce appropriée pour l'exécuter. Les tâches pour un groupe d'annonces sont accessibles dans la liste déroulante Actions dans le coin supérieur droit du tableau. Cochez les cases des objets appropriés, choisissez une tâche dans la liste déroulante et cliquez sur le bouton Soumettre ."
+"This Log contains all information about actions, which were done on all M2E Pro Listings and their items.","Ce journal contient toutes les informations sur les actions exécutées sur toutes les annonces M2E Pro et les objets correspondants."
+"This Log contains all information about actions, which were done on 3rd Party Listings.","Ce journal contient toutes les informations sur les actions exécutées sur les annonces tierces."
+"Edit Variation","Modifier la version"
+"To list product variations you have to map each variation to a child product on Amazon.
+ Here you can edit the variations you have selected earlier.","Pour mettre en vente différentes versions du produit, vous devez mapper chaque version avec un produit secondaire sur Amazon. Cette section vous permet de modifier les versions précédemment sélectionnées."
+"Variations","Versions"
+"Manage Variations","Gérer les versions"
+"To list product variations you have to map each variation to a child product on Amazon.
+ Here you should specify the variations you want to sell. Then, use the Search ASIN/ISBN tool to map it.","Pour mettre en vente différentes versions du produit, vous devez mapper chaque version avec un produit secondaire sur Amazon. Spécifiez dans cette section les versions que vous souhaitez mettre en vente. Utilisez ensuite l'outil de recherche par code ASIN/ISBN pour les mapper."
+"This section contains information on all Listings' Items.
+ You can search for necessary Items and manage them from their Listings: click on the icon in the Manage column on appropriate
+ line to navigate to the Listing, that contains chosen product.","Cette section comprend des informations sur tous les objets des annonces. Vous pouvez rechercher des objets et les gérer à partir de leur annonce respective : cliquez sur l'icône de la colonne Gérer à la ligne appropriée pour accéder à l'annonce contenant le produit choisi."
+"Marketplaces settings have been saved.","Les paramètres des places de marché ont été enregistrés."
+"You must select at least one marketplace you will work with.","Vous devez sélectionner au moins une place de marché."
+"Another Synchronization Is Already Running.","Une autre synchronisation est déjà en cours d'exécution."
+"Getting information. Please wait ...","Obtention des informations. Veuillez patienter..."
+"Preparing to start. Please wait ...","Préparation du démarrage. Veuillez patienter..."
+"Synchronization has successfully ended.","La synchronisation est terminée."
+"Synchronization ended with warnings. View log for details.","La synchronisation s'est terminée avec des avertissements. Afficher le journal pour plus de détails."
+"Synchronization ended with errors. View log for details.","La synchronisation s'est terminée avec des erreurs. Afficher le journal pour plus de détails."
+"This section allows you to set up the Marketplaces you will work with.
+ Enable certain marketplaces and press the Save And Update button in the top right corner, all necessary marketplace data will be downloaded and synchronized with M2E Pro settings.
+ It is recommended to update marketplaces when any marketplace changes are announced.
+ Note: Installation and update processes might be time-consuming, depending on the number of enabled marketplaces and your server environment.
+ ","Vous pouvez configurer les places de marché que vous allez utiliser dans cette section. Activez certaines places de marché et cliquez sur le bouton Enregistrer et mettre à jour dans le coin supérieur droit. Toutes les données nécessaires sur les places de marché seront téléchargées et synchronisées avec les paramètres M2E Pro. Nous vous recommandons de mettre à jour les places de marché si des modifications les concernant sont prévues. Remarque : les processus d'installation et de mise à jour peuvent être longs, selon le nombre de places de marché activées et votre environnement serveur. "
+"This Log contains Orders history information.","Ce journal contient des informations sur l'historique des commandes."
+"On this page you have to provide the access to your Play.com account M2E Pro could interact with Play.com.","Vous devez fournir l'accès à votre compte Play.com sur cette page pour que M2E Pro puisse interagir avec Play.com."
+"M2E Pro was not able to get access to the Play.com account. Please, make sure, that you enter correct Play.com login and password. If everything is correct but you still unable to access your account, please contact Play.com Customer Service Department on 0845 800 1020 (UK only) or +44 (0)1534 877595 (outside UK).","M2E Pro n'a pas pu accéder au compte Play.com. Vérifiez que vous avez saisi le pseudo et le mot de passe Play.com. Si vous ne parvenez pas à accéder à votre compte alors que toutes les données sont correctes, contactez le Service clients de Play.com au 0845 800 1020 (Royaume-Uni uniquement) ou au +44 (0)1534 877595 (en dehors du Royaume-Uni)."
+"Title or identifier of Play.com account for your internal use.","Titre ou identifiant du compte Play.com à usage interne."
+"You must select and update Play.com marketplace to get access to this section.","Vous devez sélectionner la place de marché Play.com et la modifier pour pouvoir accéder à cette section."
+"WEB/API Access","Accès WEB/API"
+"Account Type","Type de compte"
+"PlayTrade / ProTrade","PlayTrade/ProTrade"
+"Merchant Toolbox","Merchant Toolbox"
+"Type of your Play.com account.","Type de compte Play.com."
+"Login to your Play.com account.","Connectez-vous à votre compte Play.com."
+"Password to your Play.com account.","Mot de passe de votre compte Play.com."
+"The 3rd Party Listings are the items, which were listed on Play.com without using M2E Pro extension.
+ To allow importing of these listings for the current Play.com Account, set Import 3rd Party Listings to Yes .
+ Imported Listings can be found in %1$s > Manage Listings > 3rd Party Listings.
+ Note: The 3rd Party Listings Synchronization must be enabled in %1$s > Configuration > Synchronization.
+ To map the products of the 3rd Party Listings with existing products in Magento by Reference Code, Play.com Listing title or another identifier, set Product Mapping to Yes and choose appropriate attribute(s).
+ A Magento product will be mapped if at least one of the chosen attributes meets the same value in Play.com Listing as it has in Magento.
+
+ After mapping Play.com Listing can be automatically moved from the 3rd Party Listings to M2E Pro Listings for further management.
+
+ Note: Auto mapping and moving actions are performed only once during the first 3rd Party Listings Synchronization.
+ Afterwards, it can be performed manually on the 3rd Party Listings page (%1$s > Manage Listings > 3rd Party Listings).","Les annonces tierces correspondent aux objets qui ont été mis en vente sur Play.com sans recourir à l'extension M2E Pro. Pour autoriser l'importation de ces annonces vers le compte Play.com actuel, sélectionnez Oui pour l'option Importer des annonces tierces. Les annonces importées sont accessibles à partir du menu %1$s > Gérer les annonces > Annonces tierces. Remarque : la synchronisation des annonces tierces doit être activée à partir du menu %1$s > Configuration > Synchronisation. Pour mapper les produits des annonces tierces avec des produits existants dans Magento par Code de référence, Titre d'annonce Play.com ou un autre code d'identification, sélectionnez Oui pour l'option Mappage des produits, puis choisissez les attributs appropriés. Un produit Magento est mappé si la valeur d'au moins un des attributs sélectionnés est la même dans l'annonce Play.com et dans Magento. Après le mappage, l'annonce Play.com peut être déplacée automatiquement des annonces tierces vers les annonces M2E Pro en vue d'une gestion ultérieure. Remarque : les actions automatiques de mappage et de déplacement ne sont effectuées qu'une seule fois pendant la première synchronisation des annonces tierces. Par la suite, elle peut être exécutée manuellement à partir de la page Annonces tierces (%1$s > Gérer les annonces > Annonces tierces)."
+"Maps Play.com product with Magento product.","Permet de mapper un produit Play.com avec un produit Magento."
+"Attributes Of Mapping Play.com Items To Magento Products","Attributs de mappage des objets Play.com avec des produits Magento"
+"Auto Moving Mapped Play.com Items To M2E Listings","Déplacement automatique des objets Play.com mappés vers les annonces M2E"
+"This section allows you automatically move mapped Play.com Items in default created M2E Listing and synchronize their Prices and Quantities with Magento values at once they have been moved.","Cette section permet de déplacer automatiquement des objets Play.com mappés dans l'annonce M2E créée par défaut et de synchroniser leur prix et leur quantité avec les valeurs Magento une fois qu'ils ont été déplacés."
+"Move Mapped Play.com Items","Déplacer les objets Play.com mappés"
+"Automatically moves Play.com Listings from 3rd Party Listings to default created M2E Listing.","Permet de déplacer automatiquement les annonces Play.com des annonces tierces vers les annonces M2E créées par défaut."
+"Updates Price and / or Quantity of Play.com Listing with Magento values.","Permet de remplacer les valeurs de prix et/ou de quantité des annonces Play.com par les valeurs Magento."
+"This tab contains settings of Play.com Orders, Play.com Customers import; Magento Orders and Products creation.
+If you set Import Play.com Orders to Yes , a new Play.com order will be imported to the system and can be found in %1$s > Sales > Orders.
+It is possible to allow auto creation of Magento Orders based on imported Play.com Orders for products listed by Other Software.
+Note: The Product Stock QTY only reduces after Magento Order is created.
+These type of orders can be managed as typical Magento Orders in Magento > Sales > Orders.
+Note: To receive orders from Play.com, Order Synchronization must be enabled in %1$s > Configuration > Synchronization.","Cet onglet contient les paramètres des commandes Play.com, de l'importation des clients Play.com, de la création des commandes Magento et de la création des produits Magento. Si vous sélectionnez Oui pour l'option Importer les commandes Play.com, les nouvelles commandes Play.com seront importées dans le système et accessibles à partir du menu %1$s > Ventes > Commandes. Vous pouvez autoriser la création automatique de commandes Magento sur la base des commandes Play.com importées pour les produits mis en vente via d'autres logiciels.Remarque : la quantité n'est déduite du stock des produits qu'après la création de la commande Magento. Ces types de commandes peuvent être gérés comme les commandes Magento standard dans le menu Magento > Ventes > Commandes.Remarque : pour recevoir des commandes de Play.com, vous devez activer la synchronisation des commandes dans le menu %1$s > Configuration > Synchronisation."
+"Import Play.com Orders","Importer les commandes Play.com"
+"Allows importing orders from Play.com to M2E Pro.","Permet d'importer les commandes Play.com dans M2E Pro."
+"Note: Only simple products without variations can be created in Magento. If there is a product with variations on Play.com, M2E Pro creates different simple products for each variation.","Remarque : seuls les produits simples à version unique peuvent être créés dans Magento. S'il existe un produit avec plusieurs versions sur Play.com, M2E Pro créera des produits simples différents pour chaque version."
+"Use the Reserve QTY option to prevent the item being sold, before Magento Order created (as the Product Stock QTY only reduces after Magento Order creation). It removes items from Magento Stock at once Play.com Order comes from Play.com.
+ Reserve qty will be used when Magento Order is created or released when the term of qty reservation has expired.
+ ","L'option Quantité réservée permet d'éviter que l'objet soit vendu avant la création de la commande Magento (en effet, la quantité n'est déduite du stock des produits qu'après la création de la commande Magento). Les objets sont supprimés du stock Magento lorsque la commande Play.com provient de Play.com. La quantité réservée est utilisée lorsque la commande Magento est créée ou libérée à l'expiration de la réservation de quantité. "
+"There are several ways to specify a customer for which Magento Orders will be created:
+
+ Guest Account - the system does not require a customer account to be created. Default Guest Account will be defined as a customer.
+ Note: The Guest Checkout option must be enabled in Magento. (Yes must be chosen in the Allow Guest Checkout option in Magento > System > Configuration > Sales > Checkout tab).
+ Predefined Customer - the system uses one predefined customer for all Play.com orders related to this account. You will be required
+ to provide an ID of the existing Customer, which you can find in Magento > Customers > Manage Customers table.
+ Create New - a new customer will be created in Magento, using Play.com customer data of Play.com Order.
+ Note: A unique customer identifier is his e-mail address. If the one already exists among Magento customers e-mails,
+ the system uses this customer as owner of order and links order to him. A new customer will not be created.
+ ","Il existe différentes manières de spécifier le client pour lequel des commandes Magento seront créées : Compte visiteur - le système n'exige pas la création d'un compte client. Le compte visiteur par défaut est défini en tant que client. Remarque : l'option Finalisation de l'achat pour les visiteurs doit être activée dans Magento (vous devez sélectionner Oui pour l'option Finalisation de l'achat pour les visiteurs dans le menu Magento > Système > Configuration > Ventes > onglet Finalisation de l'achat). Client prédéfini - Le système utilise un client prédéfini pour toutes les commandes Play.com associées à ce compte. Vous devez spécifier l'identifiant du client existant. Cette information est disponible dans le menu Magento > Clients > tableau Gérer les clients. Créer - Un nouveau client est créé dans Magento à partir des données du client Play.com spécifiées dans la commande Play.com. Remarque : l'adresse e-mail du client constitue son identifiant unique. Si cette adresse figure déjà parmi les adresses e-mail des clients Magento, le système définit ce client comme propriétaire de la commande et la lui associe. Aucun client ne sera créé. "
+"Necessary emails will be sent according to Magento settings in Magento > System > Configuration > Sales Emails.
+ Hold Ctrl button, to choose more, than one option.","Les e-mails voulus seront envoyés conformément aux paramètres Magento définis dans le menu Magento > Système > Configuration > E-mails de vente. Pour sélectionner plusieurs options, maintenez enfoncée la touche Ctrl."
+"This section allows you to choose tax settings for Magento Order:
+
+ Play.com - Magento Order(s) uses tax settings from Play.com Listing(s).
+ Magento - Magento Order(s) uses Magento tax settings.
+ Play.com & Magento - if there are tax settings in Play.com Order, they are used in Magento Order(s), otherwise, Magento tax settings are used.
+ None - Play.com and Magento tax settings are ignored.
+
+ ","Cette section vous permet de sélectionner des paramètres de taxation pour la commande Magento : Play.com - Les commandes Magento utilisent les paramètres de taxation des annonces Play.com. Magento - Les commandes Magento utilisent les paramètres de taxation Magento. Play.com et Magento - Si les commandes Play.com comportent des paramètres de taxation, ceux-ci sont utilisés dans les commandes Magento. Dans le cas contraire, les paramètres de taxation Magento sont appliqués. Aucun - Les paramètres de taxation Play.com et Magento sont ignorés. "
+"Play.com","Play.com"
+"Play.com & Magento","Play.com et Magento"
+"In this block you can configure mapping between Play.com Order state and Magento Order statuses.
+ Depending on the state of Play.com Order you can manually determine certain statuses for Magento Order and enable automatic Shipment and Invoice
+ creation by selecting appropriate check-boxes, or use predefined default settings. (i.e. Play.com: Order is Shipped -> Magento Order is Completed). ","Cette section permet de configurer le mappage entre le statut des commandes Play.com et les statuts des commandes Magento. Selon le statut de la commande Play.com, vous pouvez déterminer manuellement certains statuts pour la commande Magento et activer la création automatique de l'envoi et de la facture. Pour ce faire, cochez les cases appropriées ou utilisez les paramètres par défaut prédéfinis (ex. : commande Play.com envoyée -> commande Magento finalisée). "
+"Order Status is Sold","Statut Vendu"
+"Order Status is Posted","Statut Publié"
+"Actions, which have to be done to products added to categories.","Actions à appliquer aux produits ajoutés aux catégories."
+"Stop on Play.com","Arrêter la vente sur Play.com"
+"Stop on Play.com and Delete from Listing","Arrêter la vente sur Play.com et supprimer de l'annonce"
+"Actions, which have to be done to listed products deleted from categories.","Actions à appliquer aux produits mis en vente supprimés des catégories."
+"This section contains Play.com Listings, which belong to registered Play.com Accounts (%1$s > Configuration > Play.com Accounts) and were listed not by M2E Pro extension.
+You can map these Listings to existing products in Magento and move them to another M2E Listings for further management. For that use single actions on appropriate Listing record or use mass Actions in the top right corner.
+Note: To import Play.com 3rd Party Listings the 3rd Party Listings Import must be enabled in account's settings
+(%1$s > Configuration > Play.com Accounts > General tab) and the 3rd Party Listings Synchronization must be enabled in %1$s > Configuration > Synchronization.","Cette section comprend les annonces Play.com qui appartiennent aux comptes Play.com enregistrés (%1$s > Configuration > Comptes Play.com) et qui n'ont pas été mises en vente via l'extension M2E Pro. Vous pouvez mapper ces annonces avec des produits existants dans Magento et les déplacer vers d'autres annonces M2E en vue d'une gestion ultérieure. Pour ce faire, utilisez les tâches individuelles de l'annonce concernée ou utilisez les tâches pour un groupe d'annonces dans le coin supérieur droit.Remarque : pour pouvoir importer des annonces tierces Play.com, vous devez activer l'importation des annonces tierces dans les paramètres du compte (%1$s > Configuration > Comptes Play.com > onglet Général) et leur synchronisation dans le menu %1$s > Configuration > Synchronisation."
+"Enter product name, ISBN, EAN or UPC","Saisissez le nom du produit, le code ISBN, EAN ou UPC"
+"There was an error during previous automatic Play ID search:","Une erreur est survenue pendant la recherche automatique précédente de l'identifiant Play.com :"
+"Assign Play ID Manually","Affecter un identifiant Play manuellement"
+"Allows searching Play ID by data that will be specified on the next step.","Permet d'effectuer une recherche d'identifiant Play.com sur la base des données qui seront spécifiées à l'étape suivante."
+"Assign Play ID Automatically","Affecter un identifiant Play automatiquement"
+"Allows searching Play ID by data, that have already been specified in Listing Search settings.","Permet d'effectuer une recherche d'identifiant Play.com sur la base des données déjà spécifiées dans les paramètres de recherche d'annonces."
+"
+ This section contains Play.com Channel, Product Search, Shipping and Condition settings.
+
+ In the General section you have to specify Play.com Account, which listed items will be related to, and the Reference Code for its products.
+ In the Search Settings you have to specify the identifiers, at which products will be searched on Play.com.
+ In the Shipping section you have to specify Shipping information.
+ The Condition section allows specifying item(s) condition and making notes to better describe the condition.
+
+
Note: Not Set and
Not Set / Not Changeable options are used for the 3rd Party Listings mainly. If these options are chosen, Play.com will be used as a master record.
"," Cette section comprend les paramètres relatifs au canal Play.com, à la recherche de produits, à la livraison et à l'état des objets.
Spécifiez dans la section Général le compte Play.com auquel les objets mis en vente seront associés ainsi que le numéro de référence pour ces produits. Spécifiez dans la section Paramètres de recherche les identifiants utilisés pour rechercher des produits sur Play.com. Spécifiez dans la section Livraison les informations sur la livraison. La section Etat permet de spécifier l'état des objets et d'ajouter des commentaires décrivant plus précisément leur état. Remarque : les options
Non défini et
Non défini/non modifiable sont utilisées principalement pour les annonces tierces. Si elles sont sélectionnées, Play.com sera utilisé comme entrée principale.
"
+"UPC/EAN Attribute","Attribut UPC/EAN"
+"Play ID Attribute","Attribut Identifiant Play"
+"Parameter the product search will be performed by. For ex.: http://www.play.com/Mobiles/Mobile/4-/20020059/-/Product.html. Play ID = 20020059","Paramètre utilisé pour la recherche de produits. Par ex. : http://www.play.com/Mobiles/Mobile/4-/20020059/-/Product.html. Identifiant Play = 20020059"
+"Must be a positive number with two decimal places.","Doit être un nombre positif à deux décimales"
+"Play.com Account","Compte Play.com"
+"Play.com accounts previously added in Configuration > Accounts.","Comptes Play.com ajoutés précédemment dans le menu Configuration > Comptes."
+"A unique ID, which identify a product in your Play.com seller inventory.
+Note: If you list a product and M2E Pro find a product with the same Reference Code in Play.com inventory, they will be mapped.","Identifiant unique utilisé pour identifier le produit dans l'inventaire du vendeur de Play.com.Remarque : si vous mettez en vente un produit dont le code de référence correspond à un produit trouvé par M2E Pro dans l'inventaire Play.com, les produits seront mappés."
+"Reference Code Attribute","Attribut Code de référence"
+"Generate Reference Code","Générer le code de référence"
+"If Yes , then if the Reference Code of the product you list is found in the 3rd Party or M2E Listings, another one will be automatically created and the product will be listed.","Si vous sélectionnez Oui et si le code de référence correspondant au produit mis en vente est trouvé dans les annonces tierces ou les annonces M2E, un nouveau code de référence sera créé automatiquement et le produit sera mis en vente."
+"Search Products On Play.com","Rechercher des produits sur Play.com"
+"At the moment, it is possible only to list items existing on Play.com.
+So before the list action, each product in listing must have existing Play ID.
+This section contains parameters for action ""Assign Play ID Automatically","Actuellement, seuls les objets existants sur Play.com peuvent être mis en vente. Un identifiant Play existant doit donc être affecté à chaque produit de l'annonce avant la mise en vente. Cette section contient des paramètres pour l'action « Affecter un identifiant Play.com automatiquement"
+"UPC/EAN","UPC/EAN"
+"
+ This section determines information about how your products will be shipped.
+
+ Note: Not Set / Not Changeable is used for the 3rd Party Listings mainly. If this option is chosen, Play.com will be used as a master record.
+ "," Cette section contient des informations sur la livraison des produits. Remarque : l'option Non défini/non modifiable est utilisée principalement pour les annonces tierces. Si cette option est sélectionnée, Play.com sera utilisé comme entrée principale. "
+"Delivery Region","Zone de livraison"
+"Region to which you are willing to deliver.","Zone géographique dans laquelle vous livrez les objets."
+"Delivery Region Value","Valeur de la zone de livraison"
+"UK Only","Royaume-Uni uniquement"
+"Europe Only","Europe uniquement"
+"UK & Europe","Royaume-Uni et Europe"
+"Delivery Region Attribute","Attribut Zone de livraison"
+"Choose the attribute that contains identifier .","Sélectionnez l'attribut contenant l'identifiant ."
+"Dispatch Country","Pays d'expédition"
+"Country you will be dispatching your item from.","Pays à partir duquel vous expédiez les objets."
+"Dispatch Country Value","Valeur du pays d'expédition"
+"UK","Royaume-Uni"
+"Andorra","Andorre"
+"Belgium","Belgique"
+"Cyprus","Chypre"
+"Denmark","Danemark"
+"Finland","Finlande"
+"Gibraltar","Gibraltar"
+"Greece","Grèce"
+"Greenland","Groenland"
+"Iceland","Islande"
+"Liechtenstein","Liechtenstein"
+"Luxembourg","Luxembourg"
+"Malta","Malte"
+"Monaco","Monaco"
+"Norway","Norvège"
+"San Marino","Saint-Marin"
+"Vatican","Vatican"
+"USA","Etats-Unis"
+"Shipping Cost per Item, GBP","Frais de livraison par objet en GBP"
+"Cost Value, GBP","Valeur des frais en GBP"
+"Cost Attribute, GBP","Attribut Frais en GBP"
+"Shipping Cost per Item, EUR","Frais de livraison par objet en EUR"
+"Cost Value, EUR","Valeurs des frais en EUR"
+"Cost Attribute, EUR","Attribut Frais en EUR"
+"Condition of the product(s) you want to list on Play.com.","Etat des produits à mettre en vente sur Play.com."
+"Condition of the product(s) you want to list on Play.com.
+ Note: Condition of Active Items cannot be changed.","Etat des produits à mettre en vente sur Play.com. Remarque : il est impossible de modifier l'état des objets actuellement mis en vente."
+"Used - Average","Occasion - Normal"
+"Collectable - Like New","Objet de collection - Comme neuf"
+"Collectable - Very Good","Objet de collection - Très bon état"
+"Collectable - Good","Objet de collection - Bon état"
+"Collectable - Average","Objet de collection - Normal"
+"Short description of item(s) condition.","Brève description de l'état de l'objet."
+"This section allows you to create a Listing. Listing is a group of items, which have the same
+ Attribute Set and were combined to be listed on Play.com.
+ Creating a Listing requires two types of templates (Selling Format and Synchronization) to be created in advance,
+ that allows reaching a high level of flexibility in listing and synchronization processes.
+
+ It is also possible to create templates by clicking the Add New button next to the appropriate template option. Do not forget to press
+ the Refresh button after the new template creation in order to see the newly added template in the dropdown list.
+ In the Listing Configuration block you are required to choose appropriate Selling Format Template, which determines quantity and price related data of your Play.com Listings.
+
+
+ In the Synchronization Settings block you are required to choose a Synchronization Template and its settings.
+ This determines the actions, which must be done to Play.com Listings depending on any changes of their products happened in Magento,
+ and of their templates that are used in the Listing Configuration settings. ","Vous pouvez créer une annonce dans cette section. Une annonce est un groupe d'objets qui possèdent le même jeu d'attributs et qui sont combinés pour pouvoir être mis en vente sur Play.com. La création d'une annonce nécessite deux types de modèles (Format de mise en vente et Synchronisation) qui doivent être créés à l'avance, et qui permettent de bénéficier d'une grande flexibilité dans les procédures de mise en vente et de synchronisation. Vous pouvez également créer des modèles en cliquant sur le bouton Ajouter un nouveau à côté de l'option de modèle appropriée. N'oubliez pas de cliquer sur le bouton Actualiser après la création du nouveau modèle afin d'inclure ce dernier dans la liste déroulante. Sélectionnez dans la section Configuration des annonces le modèle Format de mise en vente qui détermine les données de quantité et de prix de vos annonces Play.com. Dans la section Paramètres de synchronisation, choisissez un modèle Synchronisation et définissez ses paramètres. Cela permet de déterminer les actions à exécuter pour les annonces Play.com en fonction des modifications apportées aux produits dans Magento et des modèles utilisés dans les paramètres de configuration des annonces. "
+"Attribute Set of products, which will be listed on Play.com in this Listing.","Jeu d'attributs des produits mis en vente sur Play.com dans cette annonce."
+"M2E Pro - Play.com/Magento Integration : Listings","M2E Pro - Intégration Play.com/Magento : Annonces"
+"Listing is a group of items, which have the same Attribute Set and were combined to be listed on Play.com.
+
+ Creating a Listing requires two types of templates to be created in advance.
+ You can use the same template for similar products you want to list on Play.com and don't have to enter the same information over and over again for each product you want to list.
+
+ Templates you’ll need in order to list on Play.com:
+
+
+ Selling Format Template contains information about quantity and price-related data.
+ Synchronization Template controls how the information between Play.com and Magento is synchronized and in which cases Play.com listings are revised, relisted or stopped. This template is not bound to a product group with a specific attribute set, so it's likely that you'll only need one template to begin with.
+
+
+ Note: Only simple products are supported in current version.
+ ","Une annonce est un groupe d'objets qui possèdent le même jeu d'attributs et qui sont combinés pour pouvoir être mis en vente sur Play.com. La création d'une annonce nécessite deux types de modèles qui doivent être créés à l'avance. Vous pouvez utiliser le même modèle pour vendre des produits similaires sur Play.com, sans devoir saisir les mêmes informations pour chaque produit à mettre en vente. Modèles nécessaires pour mettre des objets en vente sur Play.com : Le modèle Format de mise en vente inclut des informations relatives à la quantité et au prix. Le modèle Synchronisation définit les paramètres de synchronisation entre Play.com et Magento ainsi que les conditions de modification des annonces, de remise en vente des objets et d'arrêt des ventes sur Play.com. Ce modèle n'étant pas lié à un groupe de produits avec jeu d'attributs spécifique, vous n'aurez probablement besoin que d'un seul modèle pour commencer. Remarque : seuls les produits simples sont pris en charge par la version actuelle. "
+"This section contains information about product items of chosen listing and their statuses on Play.com. You can manage items by choosing appropriate actions from the Actions dropdown of the grid and manage Listing and its settings by using buttons in the top right corner.","Cette section comprend des informations sur les produits de l'annonce choisie et leur statut sur Play.com. Pour la gestion des objets, sélectionnez les options appropriées dans la liste déroulante Actions du tableau. Pour la gestion de l'annonce et de ses paramètres, utilisez les boutons situés dans le coin supérieur droit."
+"This page contains all orders imported from Play.com.
+Use Play.com Accounts dropdown to filter Play.com orders by accounts.
+If Magento Order or Invoice was not created automatically,
+you can create them manually by using appropriate options in the Action dropdown.
+Note: Automatic creation of Magento Orders and Invoices executes according to Play.com Accounts settings in %s > Configuration > Play.com Accounts > Orders.","Cette page comprend toutes les commandes importées à partir de Play.com. Utilisez la liste déroulante Comptes Play.com pour filtrer les commandes Play.com par compte. Si la commande ou la facture Magento n'a pas été créée automatiquement, vous pouvez la créer manuellement à l'aide des options appropriées de la liste déroulante Actions.Remarque : la création automatique des commandes et factures Magento s'effectue selon les paramètres des comptes Play.com définis dans le menu %s > Configuration > Comptes Play.com > Commandes."
+"Play.com Order","Commande Play.com "
+"This section allows you to set preferences of data synchronization.
+ You have to enable / disable synchronization tasks, which will be automatically performed for all Play.com accounts, and Save Settings .
+ To run necessary task manually, click the Run Now button, to run all tasks at once, click Run Enabled Now .
+ Note: Cron job must be set up for automatic synchronization. Otherwise, you will have to perform the synchronization manually.","Vous pouvez définir vos préférences de synchronisation des données dans cette section. Vous devez activer/désactiver les tâches de synchronisation qui seront exécutées automatiquement pour tous les comptes Play.com, puis sélectionner Enregistrer les paramètres . Pour exécuter manuellement les tâches requises, cliquez sur le bouton Exécuter maintenant . Pour exécuter simultanément toutes les tâches, cliquez sur le bouton Exécuter les éléments activés . Remarque : la tâche cron doit être configurée pour la synchronisation automatique. A défaut, vous devrez effectuer la synchronisation manuellement."
+"Updates and synchronizes Play.com Listings according to Synchronization Templates' rules.","Permet de mettre à jour et de synchroniser les annonces Play.com sur la base des règles des modèles Synchronisation."
+"If your Play.com listings for some reason were asynchronized with the products in Magento, turn on the Revise All action to catch data up.
+ Revise is performed by the Inventory Synchronization, 100 items per a cycle.
+
+ ","Si vos annonces Play.com ont été désynchronisées des produits dans Magento, activez la tâche Modifier tout pour récupérer les données. La tâche est exécutée par la synchronisation de l'inventaire au rythme de 100 objets par cycle. "
+"Imports and synchronizes Play.com Orders for accounts, which have enabled Import Play.com Orders in their Accounts settings.","Permet d'importer et de synchroniser les commandes Play.com pour les comptes dont l'option Importer les commandes Play.com est activée dans les paramètres des comptes."
+"Imports and synchronizes 3rd Party Listings for Play.com accounts, which have enabled Import 3rd Party Listings in their Accounts settings.","Permet d'importer et de synchroniser les annonces tierces pour les comptes Play.com dont l'option Importer les annonces tierces est activée dans les paramètres des comptes."
+"Selling Format Template contains price-related data and quantity for the items, which will be listed on Play.com.
+Next to each price options dropdown there is a box for Price Change. Price Change is a value you want the Magento Price to be modified while listing on Play.com.
+Examples:
+If you want the price on Play.com to be greater by 15% than the price in Magento, you should set +15% in the Price Change field.
+Play.com Price = Magento Price + Magento Price * 0.15
+
+If you want the price on Play.com to be less by 10 currency units than the price in Magento, you should set -10 in the Price Change field.
+Play.com Price = Magento Price - 10
+
+If you want the price on Play.com to be multiplied by coefficient 1.2, you should set 1.2 in the Price Change field.
+
+Play.com Price = Magento Price * 1.2.
+
+Note: If the Special Price is chosen in the Price option, but it is not set in Magento Product settings or it is set but it has already expired, the Product Price is used instead.
+
+Note: Attributes must contain only numeric values.","Le modèle Format de mise en vente contient des données sur le prix et la quantité pour les objets qui seront mis en vente sur Play.com. Un champ Changement de prix se trouve à côté de chaque liste déroulante pour les options de prix. Ce champ permet de définir la valeur de modification du prix Magento lors de la publication d'une annonce sur Play.com.Exemples: Si vous souhaitez que le prix sur Play.com soit supérieur de 15 % au prix dans Magento, saisissez +15 % dans le champ Changement de prix.Prix Play.com = prix Magento + prix Magento * 0,15 Si vous souhaitez que le prix sur Play.com soit inférieur de 10 unités au prix dans Magento, saisissez -10 dans le champ Changement de prix.Prix Play.com = prix Magento - 10 Si vous souhaitez que le prix sur Play.com soit multiplié par un facteur de 1,2, définissez 1,2 dans le champ Changement de prix.Prix Play.com = prix Magento * 1,2. Remarque : si Prix spécial est sélectionné pour l'option Prix , mais qu'il n'est pas défini dans les paramètres du produit Magento ou qu'il est défini, mais que sa période de validité est arrivée à expiration, le prix du produit sera utilisé.Remarque : les attributs doivent contenir uniquement des valeurs numériques."
+"Price for selling in the UK.","Prix pour les ventes au Royaume-Uni."
+"Price for selling in Europe.","Prix pour les ventes en Europe."
+"The price of products in Play.com listing(s).Note: The Final Price is only used for Simple Products.","Prix des produits dans les annonces Play.com.Remarque : le prix final est utilisé uniquement pour les produits simples."
+"Attribute Sets of products which will be listed on Play.com using this template.","Jeux d'attributs des produits qui seront mis en vente sur Play.com sur la base de ce modèle."
+"Products quantity in Play.com listing(s).","Quantité de produits dans les annonces Play.com."
+"Enables to set the quantity that will be sent on Play.com.","Permet de définir la quantité à envoyer sur Play.com."
+"If you have 5 pieces in stock but set a max qty of 2 to be listed, a qty of 2 will be listed on Play.com.
+ If you have 1 piece in stock but max qty is set to 3, only 1 will be listed on Play.com.","Si vous avez 5 exemplaires en stock et que la quantité maximum à mettre en vente est 2, seuls 2 exemplaires seront mis en vente sur Play.com. Si vous avez 1 exemplaire en stock et que la quantité maximum est 3, seul 1 exemplaire sera mis en vente sur Play.com."
+"You are required to set both prices for the UK and Europe delivery regions.
+ Depending on Delivery Region, chosen in Listing Channel settings necessary price will be used for the items you list.","Vous devez définir les prix pour les zones de livraison du Royaume-Uni et de l'Europe. Le prix utilisé sera défini en fonction de la zone de livraison sélectionnée dans les paramètres du canal de mise en vente pour les objets mis en vente."
+"Price, GBP","Prix en GBP"
+"Custom Price Attribute, GBP","Attribut Prix personnalisé en GBP"
+"Price, EUR","Prix en EUR"
+"Custom Price Attribute, EUR","Attribut Prix personnalisé en EUR"
+"Synchronization Template includes rules and conditions which determine Listing behavior on Play.com.
+ List, Revise, Relist and Stop Rules have to be specified in this template.
+ List Action - at first this action to be executed for each item in M2E Listings, which has Not Listed status and its settings meet the List Condition. If an item was not listed for some reason, autosynchronization will attempt
+ to list it again only if Product Status, Stock Availability or Quantity is changed.
+
+ Note: Inventory Synchronization setting must be enabled in Synchronization (Configuration > Synchronization).
+ Otherwise, Synchronization Template Rules will not take effect.","Le modèle Synchronisation inclut les règles et conditions qui déterminent le comportement des annonces sur Play.com. Les règles de mise en vente, de modification des annonces, de remise en vente des objets et d'arrêt des ventes doivent être définies dans ce modèle. Tâche Mettre en vente - Cette tâche doit être appliquée à tous les objets des annonces M2E dont le statut est Non mis en vente et dont les paramètres remplissent les conditions de mise en vente. Lorsqu'un objet n'a pas été mis en vente pour une raison quelconque, la synchronisation automatique essaiera de le mettre à nouveau en vente uniquement si le statut du produit, la disponibilité ou la quantité a changé. Remarque : le paramètre Synchronisation de l'inventaire doit être activé dans le menu Synchronisation (Configuration > Synchronisation). A défaut, les règles du modèle Synchronisation ne seront pas appliquées."
+"Relist Rules define the conditions at which Play.com items will be relisted. ","Les règles de remise en vente déterminent les conditions de remise en vente des objets Play.com. "
+"Automatically relists item(s) after it has been stopped manually within M2EPro.","Permet de remettre en vente automatiquement les objets dont la vente a été arrêtée manuellement dans M2E Pro."
+"Revise Rules are the conditions, at which automatic full and partial listings revising features are enabled.
+ If the certain condition is enabled (Yes is chosen in appropriate line) and met,
+then Play.com Listings, which were listed using current Synchronization Template,
+will be automatically fully or partially updated.
+
+ Partial Revise - contains list of product details, which changes you want to be reflected on Play.com.
+ Full Revise - contains groups of M2E settings. If any data of these groups (Selling Format Template, Listing Channel Settings) is changed, then listings, which use these templates in their settings, will be automatically fully revised.
+ ","Les règles de modification correspondent aux conditions qui régissent l'activation des fonctionnalités automatiques de modification complète et partielle des annonces. Si une condition spécifique est activée (option Oui sélectionnée sur la ligne correspondante) et remplie, les annonces Play.com publiées à l'aide du modèle Synchronisation actuel sont modifiées complètement ou partiellement de manière automatique. Modification partielle - Contient la liste des détails du produit dont vous souhaitez répercuter les modifications sur Play.com. Modification complète - Contient des groupes de paramètres M2E. Si les données de ces groupes (Modèle Format de mise en vente, Paramètres du canal de mise en vente) sont modifiées, les annonces qui utilisent ces modèles dans leurs paramètres sont modifiées complètement de manière automatique. "
+"Automatically revises quantity on Play.com listing(s) when the quantity or attribute for quantity of its product is changed in Magento.","Modifie automatiquement la quantité dans les annonces Play.com en cas de modification de la quantité ou de l'attribut de quantité du produit correspondant dans Magento."
+"Updates Play.com qty only when the Condition you set below is met.
+ Note: By using this option you can significantly increase Synchronization performance.","Permet de mettre à jour la quantité Play.com uniquement lorsque les conditions que vous avez définies sont remplies. Remarque : l'utilisation de cette option permet d'augmenter de manière significative les performances de la synchronisation."
+"Automatically revises price on Play.com listing(s) when the price(s) or attribute(s) for price(s) of its product is (are) changed in Magento.","Modifie automatiquement le prix dans les annonces Play.com en cas de modification du prix ou de l'attribut de prix du produit correspondant dans Magento."
+"Automatically revises Play.com listing(s) if its Selling Format Template was changed.","Modifie automatiquement les annonces Play.com en cas de modification du modèle Format de mise en vente."
+"Automatically revises Play.com listing(s) if its Listing Settings was changed.","Modifie automatiquement les annonces Play.com en cas de modification des paramètres de mise en vente."
+"Stop Rules define the conditions when Play.com items listing must be
+ stopped, depending on Magento product state.
+ Note: If all Stop Conditions are set to No or No Action , then the stop option for Play.com items is disabled.
+ If all Stop Conditions are enabled, then an item will be stopped if at least one of Stop Conditions is met.","Les règles d'arrêt correspondent aux conditions qui régissent l'arrêt de la vente des objets Play.com en fonction du statut des produits Magento. Remarque : si vous sélectionnez Non ou Aucune action pour toutes les conditions d'arrêt, l'option d'arrêt des annonces Play.com est désactivée. Si toutes les conditions d'arrêt sont activées, la vente d'un objet est arrêtée lorsqu'au moins une des conditions d'arrêt est remplie."
+"Disabled - Coming Soon","Désactivé - Disponible prochainement"
+"rakuten.de","rakuten.de"
+"Synchronization settings have been saved.","Les paramètres de synchronisation ont été enregistrés."
+"Running All Enabled Tasks","Exécution de toutes les tâches activées"
+"Feedback Synchronization","Synchronisation des évaluations"
+"Revise All","Modifier tout"
+"You should enable at least one component.","Activez au moins un composant."
+"Default component should be enabled.","Le composant par défaut doit être activé."
+"Channels","Canaux"
+"Enable channels you are going to work with and Save configuration.","Activez les canaux que vous souhaitez utiliser et enregistrez la configuration."
+"eBay Channel","Canal eBay"
+"eBay channel status.","Statut du canal eBay."
+"Other Channels","Autres canaux"
+"Amazon channel status.","Statut du canal Amazon."
+"Rakuten","Rakuten"
+"Rakuten.com channel status.","Statut du canal Rakuten.com."
+"Play.com channel status.","Statut du canal Play.com."
+"Rakuten.de","Rakuten.de"
+"Disabled - Coming Soon...","Désactivé - Disponible prochainement..."
+"Rakuten.de channel status.","Statut du canal Rakuten.de."
+"Default Channel","Canal par défaut"
+"Open tab by default.","Ouvrir l'onglet par défaut."
+"The eBay component , its upgrades and support are free according to eBay / Magento Partner Agreement. And they will stay free until the partner agreement is active. ","Le composant eBay , ses mises à niveau et l'assistance sont gratuits, conformément à l'accord de partenariat eBay/Magento. Ils le resteront pendant toute la durée de validité de l'accord de partenariat. "
+"and","et"
+"component","composant"
+"components","composants"
+"Current %s %s are in Beta state and are provided free of charge. However, please be advised that upon the live version of the product release some monthly subscription fee will be introduced. ","Les versions %s %s actuelles sont en phase bêta et sont proposées gratuitement. Des frais d'inscription mensuels seront cependant mis en place pour la version complète du produit. "
+"Note: M2E Pro v.6.x.x consists of %s.
+ %s
+ %s
+
+
+ M2E Pro extension requires activation for its work.
+ To get the License Key click the Get License Key link and follow the instructions.
+ When you receive your License Key, press the Enter button, enter your License Key in appeared text field and press Confirm.
+
+ Note: If you have not received the License Key, please contact us %s.","Remarque : M2E Pro v.6.x.x se compose de %s. %s %s L'extension M2E Pro doit être activée pour fonctionner. Pour obtenir la clé de licence, cliquez sur le lien Obtenir la clé de licence et suivez les instructions. Une fois la clé de licence obtenue, cliquez sur Saisir, saisissez la clé de licence dans la zone de texte et cliquez sur Confirmer. Remarque : si vous n'avez pas reçu la clé de licence, contactez-nous %s."
+"You must get valid Trial or Live license key.","Vous devez obtenir une clé de licence valide pour une version d'essai ou une version complète."
+"License Data","Données de licence"
+"License Key","Clé de licence"
+"Get License Key","Obtenir la clé de licence"
+"License Validation","Validation de la licence"
+"Domain","Domaine"
+"IP","Adresse IP"
+"Directory","Répertoire"
+"Access","Accès"
+"Note: The eBay component, its upgrades and support are free according to eBay / Magento Partner Agreement. And they will stay free
+ until the partner agreement is active.","Remarque : le composant eBay, ses mises à niveau et l'assistance sont gratuits, conformément à l'accord de partenariat eBay/Magento. Ils le resteront pendant toute la durée de validité de l'accord de partenariat."
+"Note: The current Beta version of the Amazon module is provided free of charge.
+ However, please be advised that upon the live version of the product release some monthly subscription fee will be introduced.","Remarque : la version bêta actuelle du module Amazon est fournie gratuitement. Des frais d'inscription mensuels seront cependant mis en place pour la version complète du produit."
+"Note: The current Beta version of the Rakuten.com module is provided free of charge.
+ However, please be advised that upon the live version of the product release some monthly subscription fee will introduced.","Remarque : la version bêta actuelle du module Rakuten.com est fournie gratuitement. Des frais d'inscription mensuels seront cependant facturés pour la version complète du produit."
+"Note: The current Beta version of the Play.com module is provided free of charge.
+ However, please be advised that upon the live version of the product release some monthly subscription fee will introduced.","Remarque : la version bêta actuelle du module Play.com est fournie gratuitement. Des frais d'inscription mensuels seront cependant facturés pour la version complète du produit."
+"Current Status","Statut actuel"
+"None License","Aucune licence"
+"Trial License","Licence d'évaluation"
+"Live License","Licence active"
+"Suspended","Suspendu"
+"Closed","Clôturée"
+"Expiration Date","Date d'expiration"
+"Global Settings","Paramètres généraux"
+"All settings are gathered into four groups. To reach them click on appropriate link.","Tous les paramètres sont réunis en quatre groupes. Cliquez sur les liens correspondants pour y accéder."
+"eBay, Amazon, Rakuten.com, Play.com channels activation.","Activation des canaux eBay, Amazon, Rakuten.com et Play.com."
+"Interface and synchronization preferences.","Interface et préférences de synchronisation."
+"Logs Clearing","Effacement des journaux"
+"Preferences for logs history clearing.","Préférences d'effacement des journaux."
+"M2E Pro activation.","Activation M2E Pro."
+"Set preferences for automatic logs clearing and Save configuration.
+
+ To launch a task manually press Run Now. To clear all log records of the certain Log press Clear All button.
+
+ Note: Autoclearing is performed by cron.
+ ","Définissez les préférences d'effacement automatique des journaux et de configuration de l'enregistrement. Pour exécuter une tâche manuellement, cliquez sur Exécuter maintenant. Pour effacer tous les enregistrements du journal sélectionné, cliquez sur le bouton Tout effacer. Remarque : l'effacement automatique est effectué par cron. "
+"Listings Log Clearing","Effacement du journal des annonces"
+"Keep For (days)","Conserver pendant (jours)"
+"Saves records for the definite number of days.","Conserve les enregistrements pendant la période définie."
+"3rd Party Listings Log Clearing","Effacement du journal des annonces tierces"
+"Synchronization Log Clearing","Effacement du journal de synchronisation"
+"Orders Log Clearing","Effacement du journal des commandes"
+"Interface","Interface"
+"Set visual interface preferences and Save configuration.","Définissez les préférences de l'interface visuelle et la configuration de l'enregistrement."
+"Products Thumbnails","Photos miniatures des produits"
+"Do Not Show","Ne pas afficher"
+"Show","Afficher"
+"Shows / does not show products thumbnails on Add Products and View Listing pages.","Permet d'afficher/de masquer les photos miniatures des produits sur les pages Ajouter des produits et Afficher l'annonce."
+"Help Blocks","Sections d'aide"
+"Shows / does not show Help blocks.","Permet d'afficher/de masquer les sections d'aide."
+"Restores manually closed Help blocks.","Permet de restaurer les sections d'aide fermées manuellement."
+"Global Synchronization","Synchronisation générale"
+"Has to be enabled if product price and quantity changes are made directly to database. Data update depends on the number of products and can be fully completed after several synchronization cycles finish.
+
+ Note: Enable this option if you really need it, as it is very resource and time consuming and may affect synchronization performance.","Cette option doit être activée si les prix et quantité sont modifiés directement dans la base de données. La mise à jour des données dépend du nombre de produits et elle peut être terminée au terme de plusieurs cycles de synchronisation. Remarque : n'activez cette option que si elle est vraiment nécessaire. Elle nécessite des ressources et un temps considérables, et peut affecter les performances de la synchronisation."
+"Track Direct Database Changes","Suivre les modifications directes de la base de données"
+"Note: Enable this option if you really need it, as it is very resource and time consuming and may affect synchronization performance.","Remarque : n'activez cette option que si elle est vraiment nécessaire. Elle nécessite des ressources et un temps considérables, et peut affecter les performances de la synchronisation."
+"PHP","PHP"
+"MySQL","MySQL"
+"Cron","Cron"
+"GMT","Temps moyen de Greenwich (GMT)"
+"not working","ne fonctionne pas"
+"Expired Date","Date d'expiration"
+"Valid Domain","Domaine valide"
+"Valid IP","Adresse IP valide"
+"Valid Directory","Répertoire valide"
+"Host","Hôte"
+"Edition","Edition"
+"Version","Version"
+"Add Secret Key to URLs","Ajouter une clé secrète aux URL"
+"Name","Nom"
+"Version (revision)","Version (révision)"
+"Server API","API serveur"
+"Database Name","Nom de la base de données"
+"Tables Prefix","Préfixe des tables"
+"Connection Timeout","Délai de connexion"
+"sec","s"
+"Wait Timeout","Délai d'attente"
+"Total Tables","Total des tables"
+"Total Module Tables","Total des tables du module"
+"Total Module Records","Total des entrées du module"
+"Unlimited","Pas de limite"
+"PHP Info","Informations sur PHP"
+"Current Date (GMT)","Date du jour (GMT)"
+"APC","APC"
+"Memcached","Memcached"
+"Redis","Redis"
+"Compilation","Compilation"
+"Code Pool","Pool de codes"
+"We recommend to set up your cron job to be run every 5 minutes (e.g. */5 * * * *).","Nous vous recommandons de programmer l'exécution d'une tâche cron toutes les 5 minutes (par ex. */5 * * * *)."
+"Last Run","Dernière exécution"
+"PHP command","Commande PHP"
+"GET command","Commande GET"
+"Cron Schedule Table","Tableau de programmation Cron"
+"Magento Default Locale","Paramètres régionaux par défaut de Magento"
+"Properties","Propriétés"
+"Current Value","Valeur actuelle"
+"Location","Lieu"
+"MySQL Summary","Récapitulatif MySQL"
+"Table `%s`","Tableau `%s`"
+"(%s records)","(%s entrées)"
+"Magento development mode is '.$developmentHtml.' now. ","Le mode de développement de Magento est '.$developmentHtml.' actuellement. "
+"System Requirements","Configuration requise"
+"Caches / Compilation","Caches/compilation"
+"Conflicted Modules","Modules en conflit"
+"Database Broken Tables","Tables de données corrompues"
+"Info","Informations"
+"Database (Module)","Base de données (Module)"
+"Database (Integration)","Base de données (Intégration)"
+"M2E Pro (General)","M2E Pro (Général)"
+"M2E Pro (Install / Upgrade)","M2E Pro (Installation/mise à niveau)"
+"Additional","Autres"
+"Help","Aide"
+"Hide Block","Masquer la section"
+"Show Tips","Afficher les conseils"
+"Hide Tips","Masquer les conseils"
+"View All Product Log","Afficher le journal de tous les produits"
+"This is a required field.","Ce champ est obligatoire."
+"You should select Attribute Set first.","Vous devez d'abord sélectionner un jeu d'attributs."
+"Collapse All","Tout réduire"
+"Expand All","Tout développer"
+"The products below will not be moved into the chosen listing.
+
+ Possible reasons:
+ The products are already present in the chosen listing.
+
","Les produits ci-dessous ne seront pas déplacés vers l'annonce choisie. Motifs possibles : Les produits sont déjà présents dans l'annonce sélectionnée. Pour l'annonce choisie, l'option 'Ne pas afficher' est activée pour les 'Produits présentés dans d'autres annonces' et ces produits sont présents dans d'autres annonces.
"
+"Enter Product ID","Saisissez le code produit"
+"Or SKU","ou la référence article"
+"Advanced Filter","Filtre avancé"
+"Products Presented In Other Listings","Produits présentés dans d'autres annonces"
+"Not Show","Ne pas afficher"
+"Makes the filter result more precise:Show - all products will be displayed;Not Show - the products, which are not included in any listing, will be only displayed.","Permet d'obtenir un résultat plus précis du filtre :Afficher - Tous les produits sont affichés.Masquer - Seuls les produits qui ne sont inclus dans aucune annonce sont affichés."
+"eBay User ID","Pseudo eBay"
+"eBay Site","Site eBay"
+"Magento Store View","Vue Boutique Magento"
+"Errors Summary","Récapitulatif des erreurs"
+"Product(s)","Produits"
+"Payment Method","Mode de paiement"
+"%s Order ID","Numéro de la commande %s"
+"%s Final Fee","Frais finaux %s"
+"Transactions","Transactions"
+"Transaction #","N° de la transaction"
+"Fee","Frais"
+"Amount","Montant"
+"Date","Date"
+"Order ID","Numéro de la commande"
+"Store Debug Information","Informations de débogage des boutiques"
+"View All Order Logs.","Afficher tous les journaux de commandes."
+"Please enter correct product ID or SKU.","Saisissez le code produit correct ou la référence article."
+"Order Item Mapping","Mappage de l'objet de la commande"
+"As M2E Pro was not able to find appropriate product in Magento Catalog, you are supposed to find and map it manualy.
+ Note: Magento Order can be only created when all products of eBay Order are found in Magento Catalog.","M2E Pro n'a pas trouvé le produit correspondant dans le catalogue Magento. Vous devez le rechercher et le mapper manuellement. Remarque : une commande Magento ne peut être créée que si tous les produits de la commande eBay sont trouvés dans le catalogue Magento."
+"Order Item Options Setting","Définition des options de l'objet de la commande"
+"As M2E Pro was not able to find appropriate option in Magento product you are supposed find and map it manualy.
+ If you want to use the same settings for the similar subsequent orders, select appropriate check-box at the bottom.
+ Note: Magento Order can be only created when all products of eBay Order are found in Magento Catalog.","M2E Pro n'a pas trouvé l'option correspondante dans le produit Magento. Vous devez la rechercher et la mapper manuellement. Si vous souhaitez utiliser les mêmes paramètres pour les commandes similaires suivantes, cochez la case appropriée au bas de la page. Remarque : une commande Magento ne peut être créée que si tous les produits de la commande eBay sont trouvés dans le catalogue Magento."
+"Channel Options","Options du canal"
+"No channel options are available.","Aucune option du canal n'est disponible."
+"Select Option...","Sélectionner une option..."
+"Save selection for subsequent orders","Enregistrer la sélection pour les prochaines commandes"
+"Selected Product Option is Out of Stock.","L'option du produit sélectionné est en rupture de stock."
+"Not created orders only","Commandes non créées uniquement"
+"Using this, you can see the records for which order(s) were not created in magento.
+ It might happened, because particular product(s) or product option(s) were not found and some action is required for such orders.
+
+ When you open order detail, you can use appropriate options Map to Magento Product or Set Options to correct missing information and create order in magento.","Cette option vous permet d'afficher les entrées pour lesquelles les commandes n'ont pas été créées dans Magento. Cela peut notamment être le cas parce que certains produits ou certaines options étaient introuvables et qu'une action est requise pour ces commandes. Après avoir ouvert les détails d'une commande, vous pouvez utiliser les options appropriées (Mapper vers un produit Magento ou Définir les options ) pour corriger des informations manquantes et créer une commande dans Magento."
+"M2E Pro has detected, that your System Configuration does not meet minimum requirements, so there might be problems with its work. Please check it and amend appropriate settings.","M2E Pro a détecté que votre système ne présentait pas la configuration requise, ce qui peut entraîner des problèmes de fonctionnement. Veuillez vérifier la configuration et modifier les paramètres concernés."
+"Please take a look at Documentation and Knowledge Base .
+ Most probably it has the answer to your question(s).
+ If you still have any questions, fill in the form below to contact our Customer Support.
+ Note: We provide support during our working hours: 10 a.m. - 6 p.m. (GMT+2), mon - fri.","Consultez la documentation et la base de connaissances . Ces références contiennent probablement la réponse à vos questions. Pour toute autre demande, remplissez le formulaire ci-dessous pour contacter le Service clients. Remarque : le Service clients est disponible de 10 h à 18 h (GMT+2), du lundi au vendredi."
+"Subject","Objet"
+"Contact Name","Nom du contact"
+"Contact Email","Adresse e-mail"
+"General Problem","Problème général"
+"Problem","Problème"
+"No Articles Found","Aucun article n'a été trouvé"
+"Go To Article →","Consulter l'article ?"
+"Feedback","Evaluations"
+"No Ideas Found","Aucune suggestion trouvée"
+"Go To Idea →","Afficher la suggestion ?"
+"Cron Info","Informations sur cron"
+"Enter your problem here","Saisissez votre problème ici"
+"This Log contains information on processes, which were done in Synchronization tasks.
+ Note: Logs of Default, Templates, Orders and 3rd Party Listings Synchronizations are only recorded when Error(s) or Warning(s) appears.","Ce journal contient des informations sur les processus exécutés dans les tâches de synchronisation. Remarque : les journaux de synchronisation par défaut, des modèles, des commandes et des annonces tierces ne sont enregistrés qu'en cas d'erreurs ou d'avertissements."
+"Step","Etape "
+"Note: If you close the wizard, it never starts again. You will be required to set all settings manually. Press Cancel to continue working with wizard.","Remarque : si vous fermez l'Assistant, il ne sera plus exécuté. Vous devrez alors définir tous les paramètres manuellement. Cliquez sur Annuler pour poursuivre votre travail dans l'Assistant. "
+"You have set the main M2E Pro settings and now you have to set up the main settings of the chosen Channel(s).","Vous avez défini les paramètres principaux de M2E Pro et vous devez à présent configurer les paramètres principaux des canaux sélectionnés."
+"Cron Job Set Up","Configuration de la tâche cron"
+"Set up a cron job to run every minute (e.g. * * * * *) to enable automatic work of the extension.
+ Otherwise, some processes will not work (i.e. synchronization tasks, logs cleaning).","Programmez l'exécution d'une tâche cron toutes les minutes (par ex. * * * * *) pour activer le fonctionnement automatique de l'extension. Sinon, certains processus ne fonctionneront pas (par exemple, tâches de synchronisation ou nettoyage des journaux)."
+"Set up Cron Job using PHP","Configurer la tâche cron avec PHP"
+"OR","OU"
+"Set up Cron Job using GET","Configurer la tâche cron avec GET"
+"Incomplete","Incomplet"
+"License Set Up","Configuration de la licence"
+"You need to specify the License Key.
+ Note: M2E Pro does not work without activation.","Vous devez spécifier la clé de licence. Remarque : M2E Pro doit être activé pour pouvoir fonctionner."
+"Settings Set Up","Configuration des paramètres"
+"In M2E Pro global settings you are required to specify the channel(s) you are going to work with.","Vous devez indiquer les canaux avec lesquels vous allez travailler dans les paramètres généraux de M2E Pro."
+"You have successfully installed M2E Pro v. %s .
+ Click
+ Start Configuration Wizard to quickly set up main settings or
+ Skip it if you intend to set it later.
+ Note: If you skip the Wizard, it never starts again. You will be required to set all settings manually.","L'installation de M2E Pro v. %s est terminée. Cliquez sur l'Assistant Commencer la configuration pour configurer rapidement les paramètres principaux ou sur Ignorer pour configurer les paramètres plus tard. Remarque : si vous ignorez l'Assistant, il ne sera plus exécuté. Vous devrez alors définir tous les paramètres manuellement. "
+"You have successfully installed M2E Pro v. %s.
+ The next step is setting up of the main settings, such as Cron job, Licensing (extension does not work without license)
+ and others to enable a proper work of the extension.
+ In the table below there are recommended server settings, which guaranty a stable work of the extension.
+ Press the Start Configuration button to start setting M2E Pro configuration.","L'installation de M2E Pro v. %s est terminée. Vous devez ensuite configurer les paramètres principaux tels que la tâche cron, la licence (l'extension ne fonctionnant pas sans licence) et d'autres paramètres afin d'assurer le bon fonctionnement de l'extension. Le tableau ci-dessous présente les paramètres recommandés pour le serveur. Ces paramètres garantissent la stabilité du fonctionnement de l'extension. Cliquez sur le bouton Commencer la configuration pour commencer à configurer M2E Pro."
+"Congratulations, you have successfully linked your eBay account to M2E Pro.","Votre compte eBay a été lié à M2E Pro."
+"You can change it if you need.","Vous pouvez le modifier si nécessaire."
+"Import Orders","Importer les commandes "
+"Import 3rd Party Items","Importer les annonces tierces"
+"Import Feedback","Importer les évaluations"
+"Now, create an M2E Pro Listing. This will allow you to define specific settings on eBay.","Créez maintenant une annonce M2E Pro. Vous pourrez ensuite définir des paramètres spécifiques sur eBay."
+"Please ensure your personal information is correct","Vérifiez que vos coordonnées sont exactes"
+"Email","E-mail"
+"First Name","Prénom"
+"Last Name","Nom"
+"Postal Code","Code postal"
+"This information will be sent to M2E Pro for approval.
+ Read more in our Privacy Policy .","Ces informations seront envoyées à M2E Pro en vue de leur validation. Pour en savoir plus, consultez le Règlement sur le respect de la vie privée ."
+"Please sign into eBay to link M2E to your eBay account and proceed to the next step.","Connectez-vous à eBay pour associer M2E à votre compte eBay, puis passez à l'étape suivante."
+"Sign into eBay Sandbox","Se connecter à eBay Sandbox"
+"If you don't have an eBay account, please create one. It's easy, fast and free.","Si vous n'avez pas de compte eBay, inscrivez-vous. C'est facile, rapide et gratuit."
+"Please verify the below information is valid before we register you with M2E.","Vérifiez que les informations ci-dessous sont valides avant de vous inscrire à M2E."
+"Register Your Free M2E Extension","Enregistrez votre extension M2E gratuite"
+"The eBay token obtaining is currently unavailable. Please try again later.","L'obtention du jeton eBay n'est pas disponible pour le moment. Veuillez réessayer plus tard."
+"eBay/Magento Integration: Listing","Intégration eBay/Magento : Annonce"
+"Creating a new listing in one of your first jobs. Don't worry. It's easy to do.","Création d'une nouvelle annonce dans l'une de vos premières tâches. Ne vous inquiétez pas. La procédure est très simple."
+"Think of an M2E Listing as a set of policies that will determine the type of items you wish to sell. You can create as many M2E Listings as you need.","Une annonce M2E est comparable à un ensemble de conditions qui détermineront le type d'objets que vous souhaitez mettre en vente. Vous pouvez créer un nombre illimité d'annonces M2E."
+"Creating an M2E Listing with certain characteristics means you won't need to input these characteristics again and again every time you wish to sell an item.","Si l'annonce M2E que vous créez comprend certaines caractéristiques, vous ne devrez pas les saisir pour chaque nouvel objet que vous souhaitez mettre en vente."
+"There are %s stages to complete to create a successful M2E Listing in %s Mode:","Vous devez suivre %s étapes pour créer une annonce M2E en mode %s :"
+"General Settings – information about which eBay site you wish to list on, your eBay User ID and which Magento Store settings you wish to use","Paramètres généraux – Informations sur le site eBay sur lequel vous souhaitez mettre les objets en vente, à votre pseudo eBay et aux paramètres des boutiques Magento que vous souhaitez utiliser"
+"Payment and Shipping Settings – what are your shipping charges, your Returns Policy and how do you wish to get paid","Paramètres relatifs au paiement et à la livraison – Frais de livraison, conditions de retour et modes de paiement"
+"Selling Settings – more detailed information about the type of eBay listing and how long your item will be on sale","Paramètres de vente – Informations détaillées sur le type d'annonces eBay et sur la durée de mise en vente des objets"
+"Synchronization Setting – how your items are synchronized on eBay","Paramètres de synchronisation - Modalités de synchronisation des objets sur eBay"
+"Please select an M2E Mode","Sélectionnez un mode M2E"
+"There are two modes available to you.
+
+ We have chosen the mode we think is most suitable for you, based on your selling history, but you can change this if you prefer.","Deux modes sont disponibles. Le mode recommandé a été choisi automatiquement en fonction de l'historique de vos ventes, mais vous pouvez le modifier si vous le souhaitez."
+"Simple","Simple"
+"Suitable for new users and for those with a limited inventory.","Pour les nouveaux utilisateurs et ceux dont l'inventaire est limité."
+"Advanced","Avancé"
+"Suitable for the more experienced user.","Pour les utilisateurs plus expérimentés."
+"If you're not sure which mode to choose, go for the Simple Mode.
+ Don't worry you can change it later in %s -> Configuration -> General","Si vous ne savez pas quel mode choisir, sélectionnez le mode Simple. Vous pourrez le modifier ultérieurement dans le menu %s -> Configuration -> Général"
+"eBay/Magento Integration: Products Management","Intégration eBay/Magento : Gestion des produits"
+"Congratulations, you have successfully created your first M2E Listing. You're well on your way to your first items appearing on eBay.","Votre première annonce M2E a été créée. Vos premiers objets apparaîtront bientôt sur eBay."
+"Next up is to select the products from your Magento Store that you want to list on eBay. ","L'étape suivante consiste à sélectionner les produits de votre boutique Magento que vous souhaitez mettre en vente sur eBay. "
+"Any products on your Magento Store that fulfil your M2E Listing criteria can be chosen.","Vous pouvez choisir tous les produits de votre boutique Magento qui remplissent les conditions définies pour l'annonce M2E."
+"Once you've chosen your products, assign them to the correct eBay category.","Une fois les produits sélectionnés, affectez-les à la catégorie eBay appropriée."
+"You can adjust the price that you sell your items for on eBay in relation to your shop price. You might want to increase your selling price to take into account the fees for selling on eBay.
+ Or, reduce your price to be competitive.","Vous pouvez modifier le prix des objets sur eBay en fonction du prix de votre boutique. Il peut être utile d'augmenter le prix de vente pour inclure les frais de vente sur eBay. Vous pouvez également baisser le prix pour qu'il soit plus compétitif."
+"Wizard (Video Tutorial)","Assistant (didacticiel vidéo)"
+"Combine Magento - the best-selling ecommerce web application–and eBay – the world's favourite marketplace","Utilisez Magento avec eBay pour bénéficier des avantages de la meilleure application Web de commerce électronique et de la place de marché la plus utilisée du monde."
+"M2E is a free Magento extension that enables you to sell your products on eBay and manage your sales from your Magento store.","M2E est une extension gratuite de Magento qui vous permet de vendre vos produits sur eBay et de gérer vos ventes à partir de votre boutique Magento."
+"Using M2E is an easy way to display your products in front of millions of buyers on eBay. It's free, quick and simple to set up. You choose which products to sell, the quantity and price. Using eBay means your items are automatically optimized for mobile – the biggest retail growth area.","L'extension M2E vous permet de proposer facilement vos produits aux millions d'acheteurs eBay. La configuration de l'extension est gratuite, rapide et simple. Vous choisissez les produits que vous souhaitez vendre, leur quantité et leur prix. Grâce à eBay, vos annonces sont automatiquement optimisées pour les appareils mobiles (le secteur du commerce enregistrant la plus forte croissance)."
+"The first step is to link Magento to your eBay account.","La première étape consiste à lier Magento à votre compte eBay."
+"If you already have an eBay account, check that you are registered as an eBay business seller. If you don't yet have an eBay account it's easy to create one.","Si vous êtes déjà inscrit sur eBay, vérifiez que vous êtes inscrit en tant que vendeur professionnel. Si vous n'êtes pas encore inscrit sur eBay, vous pouvez créer votre compte facilement."
+"You have successfully installed M2E Pro v. %s .
+ Click
+ Start Configuration Wizard to quickly set up main settings","L'installation de M2E Pro v. %s est terminée. Cliquez sur l'Assistant Commencer la configuration pour configurer rapidement les paramètres principaux"
+"Step %d","Etape %d"
+"Congratulations!
+ You have successfully installed the new version of M2E Pro.
+ In this version 'Sell on eBay' has been separated from the other channels and completely updated. All data was successfully migrated but we would recommend you check the settings in light of the changes we’ve identified below.
+ ","Félicitations! La nouvelle version de M2E Pro a été installée. Dans cette version, la section 'Vendre sur eBay' est séparée des autres canaux et a été complètement mise à jour. Toutes les données ont été incluses dans la migration. Nous vous conseillons cependant de vérifier que les paramètres correspondent aux modifications exposées ci-dessous. "
+"1) Templates have been replaced by Policies","1) Les modèles ont été remplacés par les conditions"
+"All templates are now policies. Use these to create all the necessary settings for listing Magento products on eBay.
+ The templates have been renamed:
+
+
+
+ Previously known as:
+ New name of policy:
+ What’s included:
+
+
+ General
+ Payment
+ How buyers pay you
+
+
+ General
+ Shipping
+ Your shipping costs and service
+
+
+ General
+ Returns
+ Your returns window and who pays postage
+
+
+ Selling Format
+ Price, Quantity and Format
+ Detailed information including price, quantity and listing duration
+
+
+ Description, listing upgrades, product details and condition
+ Description
+ Settings to help you accurately describe your items
+
+
+ Synchronization
+ Synchronization
+ Settings for autosynchronization between Magento and eBay
+
+
+ ","Tous les modèles sont désormais des ensembles de conditions. Ces conditions permettent de créer tous les paramètres nécessaires à la mise en vente de produits Magento sur eBay. Les modèles ont été renommés : Ancien nom : Nouveau nom : Contenu : Général Paiement Modalités des paiements des acheteurs Général Livraison Frais et services de livraison Général Retours Délai et paiement des retours Format de mise en vente Prix, quantité et format Informations détaillées relatives au prix, à la quantité et à la durée de mise en vente Description, options de mise en vente, détails du produit et état Description Paramètres destinés à décrire précisément les objets Synchronisation Synchronisation Paramètres de synchronisation automatique entre Magento et eBay
"
+"2) Easier to create new listings","2) Simplification de la création d'annonces"
+"It’s now quicker and easier to create eBay listings. You can set up a single listing from scratch using custom setting mode or use previously saved information. You can also edit listings individually or in bulk with details in your listing settings*, policies and custom settings.
+
+
+ When your listings have been created, you can choose between 3 different modes to view and filter them:
+
+
+ eBay – displays product information related to eBay so it’s easy to find and edit listings in bulk (for example, list, relist, revise, stop etc)
+ Magento - displays product information related to the Magento catalogue such as Magento QTY, stock Status etc.
+ Settings – displays information in relation to the product settings (for example Selling settings, eBay categories etc) to make it easy to change settings in bulk.
+
+
+ * Attributes have been removed from listing settings.
+ ","Vous pouvez désormais créer des annonces eBay plus rapidement et plus facilement. Vous pouvez créer une nouvelle annonce à l'aide du mode personnalisé ou utiliser des informations enregistrées. Vous pouvez également modifier des annonces individuellement ou modifier plusieurs annonces simultanément pour mettre à jour les paramètres de mise en vente*, les conditions et les paramètres personnalisés. Une fois vos annonces créées, vous pouvez choisir 3 modes d'affichage et de filtrage différents : eBay – Affiche des informations produits associées à eBay pour vous permettre de rechercher et de modifier facilement plusieurs annonces simultanément (par exemple pour mettre les objets en vente, les remettre en vente, les modifier, arrêter la vente, etc.) Magento - Affiche des informations produits associées au catalogue Magento, telles que la quantité Magento, le statut du stock, etc. Paramètres – Présente des informations associées aux paramètres des produits (par exemple, les paramètres de vente, les catégories eBay, etc.) pour vous permettre de modifier facilement plusieurs paramètres simultanément. * Les attributs ont été supprimés des paramètres des annonces. "
+"Please check video tutorials to have quick overview of new UI.","Suivez les didacticiels vidéo pour découvrir rapidement la nouvelle interface."
+"3) Other improvements and changes","3) Autres améliorations et modifications"
+"
+ eBay Fee estimation has been added to the listing view, allowing you to see how much you’ll be charged for listing your item on eBay.
+
+ Automatic currency rate conversion has been added. If Magento has the currency conversion rate, it will be converted automatically to all your prices.
+
+ List / Relist Schedule has been removed from Amazon, Rakuten.com and Play.com synchronization templates and updated for eBay. It now covers both list and relist rules.
+
+ The following terms have been rephrased for eBay:
+
+
+ Account title is now eBay User ID
+ Marketplace is now eBay site
+ Template is now Policy
+ Actions On Categories' Products is now Automatic Actions
+
+
+ Simple / Advanced Mode for eBay . There are now two modes available for eBay.
+
+
+ Simple - for new users and those with limited inventory;
+ Advanced - for more experienced users.
+
+ You can change the mode any time in Sell on eBay > Configuration > General.
+
+ The global settings for M2E have been moved and divided into:
+
+
+ Common – for all channels. Find these settings in Magento > System > Configuration and select M2E Pro;
+ eBay settings. Find these settings in Sell on eBay > Configuration > General.
+
+
+ "," L'estimation des frais eBay a été ajoutée dans la page de mise en vente pour vous permettre de connaître le montant des frais de mise en vente de l'objet sur eBay. La conversion automatique des devises a été ajoutée. Si le taux de conversion est disponible dans Magento, tous les prix seront convertis automatiquement. La mise en vente/remise en vente programmée a été supprimée pour Amazon, Rakuten.com et Play.com, et modifiée pour eBay. Elle comprend désormais les règles de mise en vente et de remise en vente. Les termes suivants ont été modifiés pour eBay : Le titre du compte est désormais le Pseudo eBay La « place de marché » devient le site eBay Le modèle est désormais remplacé par les conditions Les actions pour les produits des catégories sont désormais les actions automatiques Mode simple/avancé pour eBay . Deux modes sont désormais disponibles pour eBay. Simple - Pour les nouveaux utilisateurs et ceux dont l'inventaire est limité. Avancé - Pour les utilisateurs expérimentés. Vous pouvez changer de mode à tout moment dans le menu Vendre sur eBay > Configuration > Général. Les paramètres généraux de M2E ont été déplacés et divisés comme suit : Partagés – Pour tous les canaux. Ces paramètres se trouvent dans Magento > Système > Configuration, sélectionnez M2E Pro. Paramètres eBay. Ces paramètres se trouvent dans Vendre sur eBay > Configuration > Général. "
+"Migration Notifications","Notifications de migration"
+"Below you can find all changes that have been made after migration. Click on the links to check or edit changed options.","Toutes les modifications apportées après la migration sont affichées ci-dessous. Cliquez sur les liens pour vérifier ou modifier les options concernées."
+"You have no notifications of Migration!","Vous n'avez aucune notification de migration."
+"eBay accounts have been renamed","Les comptes eBay ont été renommés"
+"eBay Condition has been changed in the next Description Templates","L'état eBay a été modifié dans les modèles Description suivants"
+"Ignore variation option has been moved from eBay General template to the Selling Format policy and set to default 'No'.
+ Below you can find the listings that used 'Yes' in this option. Please, check their the Selling Format settings to make sure the option has the value you need.
+ ","L'option Ignorer la version a été déplacée du modèle Général eBay vers les conditions Format de mise en vente et la valeur 'Non' a été sélectionnée par défaut. Les annonces pour lesquelles la valeur 'Oui' était utilisée sont affichées ci-dessous. Vérifiez les paramètres du format de mise en vente pour ces annonces afin de sélectionner la valeur de votre choix. "
+"'Products Presented in Other listings' option has been removed from the listing settings.
+ Instead of it you can use Advanced Filter on the Add products page.
+ Listings which used 'Do Not Show' in this option are displayed below
+ ","L'option 'Produits présentés dans d'autres annonces' a été supprimée des paramètres de mise en vente. Vous pouvez utiliser à la place le filtre avancé de la page Ajouter des produits. Les annonces qui utilisaient la valeur 'Ne pas afficher' pour cette option sont affichées ci-dessous "
+"Activation and Deactivation Synchronization Template options have been removed from the listings settings.
+ Synchronization template (policy) settings take effect immediately and will be active during whole its life.
+ The listings below used these options","Les options du modèle Synchronisation pour l'activation et la désactivation ont été supprimées des paramètres des annonces. Les paramètres du modèle (conditions) Synchronisation prennent effet immédiatement et restent actifs pendant toute sa durée de vie. Les annonces ci-dessous utilisaient ces options"
+"Schedule has been updated for eBay Synchronization policy. It now covers both list and relist rules.","La programmation a été modifiée pour les conditions Synchronisation d'eBay. Elle comprend désormais les règles de mise en vente et de remise en vente."
+"'Delay After End' option has been removed from eBay Synchronization template (policy). 'Immediate' is used instead of it in the listings below.","L'option 'Délai après l'arrêt' a été supprimée du modèle Synchronisation d'eBay (conditions). L'option 'Immédiat' est utilisée à la place dans les annonces ci-dessous."
+"Schedule has been removed from Amazon, Rakuten.com and Play.com.
+ The Schedule was listed in the listings below.
+ ","La programmation a été supprimée pour Amazon, Rakuten.com et Play.com. La programmation était définie dans les annonces ci-dessous. "
+"Custom value option has been removed from eBay Product Items Details settings (General template > Item Specifics).
+ Please, check the Description policies below","L'option de valeur personnalisée a été supprimée des paramètres des détails des objets pour les produits eBay (Modèle général > Caractéristiques des objets). Vérifiez les conditions Description ci-dessous"
+"During migration M2E has found unused Description templates (policies). Check if you need them.","Des modèles Description (conditions) inutilisés ont été détectés par M2E au cours de la migration. Vérifiez s'ils sont nécessaires."
+"Possible Conversions","Conversions possibles"
+"Rate","Taux"
+"Price Coefficient","Coefficient de prix"
+"Sale Price Coefficient","Coefficient de prix de vente"
+"Store Currency (%s)","Devise de la Boutique (%s)"
+"Marketplace Currency (%s)","Devise de la place de marché (%s)"
+"Conversion will not be performed.","La conversion ne sera pas effectuée."
+"Conversion will be performed.","La conversion sera effectuée."
+"Start Price Coefficient","Coefficient du prix de départ "
+"Buy It Now Price Coefficient","Coefficient du prix d'Achat immédiat"
+"Reserve Price Coefficient","Coefficient du prix de réserve "
+"converted from %s","converti de %s"
+"Price Euro Coefficient","Coefficient du prix en EUR"
+"Price GBR Coefficient","Coefficient du prix en GBP"
+"Invalid coefficient format.","Format du coefficient non valide."
+"Selling Format Currency Conversion","Conversion des devises Format de mise en vente"
+"In the table below you can see Selling Format templates, which prices will be converted.
+ The currency rate you can check in Manage currency rate settings. If you need to correct the prices, use coefficients.
+ ","Le tableau ci-dessous contient les modèles Format de mise en vente dont les prix seront convertis. Vous pouvez consulter le taux de change dans les paramètres Gérer le taux de change . Si vous devez corriger les prix, utilisez des coefficients. "
+"You have successfully upgraded to M2E Pro v. %s .
+ Click
+ Start Migration Wizard to quickly set up main settings","La mise à niveau vers M2E Pro v. %s est terminée. Cliquez sur l'assistant Commencer la migration pour configurer rapidement les paramètres principaux"
diff --git a/i18n/fr_FR.csv b/i18n/fr_FR.csv
new file mode 100644
index 000000000..37adc40ec
--- /dev/null
+++ b/i18n/fr_FR.csv
@@ -0,0 +1,4438 @@
+"eBay Motors","eBay Auto"
+"Feedback Synchronization","Synchronisation des évaluations"
+"Task ""3rd Party Listings Synchronization"" for eBay account: ""%s"" is in data processing state. Please wait...","La tâche « Synchronisation des annonces tierces » pour le compte eBay « %s » est en cours de traitement. Veuillez patienter..."
+"Task ""Update Listings Products"" for eBay account: ""%s"" is in data processing state. Please wait...","La tâche « Mise à jour des produits des annonces » pour le compte eBay « %s » est en cours de traitement. Veuillez patienter..."
+"Task ""Update 3rd Party Listings"" for eBay account: ""%s"" is in data processing state. Please wait...","La tâche « Mise à jour des annonces tierces » pour le compte eBay « %s » est en cours de traitement. Veuillez patienter..."
+"Payment Status was updated to Paid on eBay. As Magento Order #%order_id% can have wrong data, it have to be cancelled.","Le statut du paiement a été remplacé par Payé sur eBay. La commande Magento n° %order_id% doit être annulée, car elle contient peut-être des données erronées."
+"Task ""Orders Cancellation Synchronization"" for eBay account: ""%s"" is in data processing state. Please wait...","La tâche « Synchronisation de l'annulation des commandes » pour le compte eBay « %s » est en cours de traitement. Veuillez patienter..."
+"Attention! Last eBay AUTOMATIC synchronization was performed by cron more than %s hours ago. You should set up cron job, otherwise no automatic synchronization will be performed. You can check this %sarticle%s to get how to set cron job. The command for cron job for your server environment can be found %shere%s.","Attention ! La dernière synchronisation automatique d'eBay effectuée par cron remonte à plus de %s heures. Vous devez configurer la tâche cron. A défaut, aucune synchronisation automatique ne sera effectuée. Vous pouvez consulter cet %sarticle%s pour en savoir plus sur la configuration de la tâche cron. La commande de tâche cron pour votre environnement serveur se trouve %sici%s."
+"Please select and update eBay marketplaces before adding new General Templates.","Veuillez sélectionner des places de marché eBay et les modifier avant d'ajouter de nouveaux modèles Général."
+"The ""Categories Synchronization"" action for eBay Site: ""%s"" is in data processing mode. Please wait...","La tâche « Synchronisation des catégories » pour le site eBay « %s » est en cours de traitement. Veuillez patienter..."
+"The ""Categories Synchronization"" action for eBay Site: ""%mrk%"" is in data processing mode. Please wait...","La tâche « Synchronisation des catégories » pour le site eBay « %mrk% » est en cours de traitement. Veuillez patienter..."
+"An error occured while listing the item. The item has been blocked. The next M2E Synchronization will resolve the problem.","Une erreur est survenue lors de la mise en vente de l'objet. L'annonce a été bloquée. Le problème sera résolu lors de la prochaine synchronisation M2E."
+"ID","Identifiant"
+"Text","Texte"
+"Creation Date","Date de création"
+"Update Date","Date de mise à jour"
+"Edit","Modifier"
+"Delete","Supprimer"
+"Add Template","Ajouter le modèle"
+"Save","Enregistrer"
+"Update","Nouveauté"
+"Get Token","Obtenir un code"
+"Synchronization Settings","Paramètres de synchronisation"
+"Refresh","Actualiser"
+"Hide","Masquer"
+"Configuration","Configuration"
+"General","Général"
+"3rd Party Listings","Annonces tierces"
+"eBay Store","Boutique eBay"
+"Orders","Commandes"
+"Feedback","Evaluation"
+"Edit%s Account","Modifier%s le compte"
+"Add%s Account","Ajouter%s un compte"
+"Save And Close","Enregistrer et fermer"
+"Save And Continue Edit","Enregistrer et continuer les modifications"
+"Back","Précédente"
+"eBay User ID","Pseudo eBay"
+"Add Account","Ajouter un compte"
+"Category","Catégorie"
+"eBay Primary","Principale eBay"
+"eBay Secondary","Secondaire eBay"
+"Store Primary","Principale de la Boutique"
+"Store Secondary","Secondaire de la Boutique"
+"Specifics","Caractéristiques"
+"Edit eBay Primary Category","Modifier la catégorie principale eBay"
+"Title","Titre"
+"Primary","Elémentaire"
+"Secondary","Secondaire"
+"Type","Type"
+"eBay Site","Site eBay"
+"Account","Compte"
+"State","Etat"
+"Active","En cours"
+"Removed","Retiré"
+"Actions","Actions"
+"Magento Attribute","Attribut Magento"
+"Any","Tout"
+"eBay Sites","Sites eBay"
+"Synchronization","Synchronisation"
+"Policies","Règlements"
+"Categories In Use","Catégories utilisées"
+"Account Settings","Paramètres du compte"
+"Global Settings","Paramètres généraux"
+"Close","Fermer"
+"Send","Envoyer"
+"Transaction ID","Numéro de la transaction"
+"Item ID","Numéro de l'objet"
+"Item Title","Titre de l'objet "
+"Buyer Feedback Date","Date de l'évaluation de l'acheteur"
+"Seller Feedback Date","Date de l'évaluation du vendeur"
+"Neutral","Neutre"
+"Positive","Positive"
+"Negative","Négative"
+"Unresponded Feedback","Evaluations sans réponse"
+"Responded Feedback","Evaluations avec réponse"
+"No ID For Auction","Aucun pseudo pour les Enchères"
+"N/A","S.O."
+"Buyer","Acheteur"
+"Seller","Vendeur"
+"Send Response","Envoyer la réponse"
+"Feedback for account ""%s"","Evaluations pour le compte « %s »"
+"Accounts","Comptes"
+"Creating A New M2E Listing","Création d'une nouvelle annonce M2E"
+"Show Video Tutorial","Afficher le didacticiel vidéo"
+"Next Step","Etape suivante"
+"Categories","Catégories"
+"Edit Rule","Modifier la règle"
+"Delete Rule","Supprimer la règle"
+"Total","Total"
+"details","détails"
+"Continue","Continuer"
+"Add New Rule","Ajouter une nouvelle règle"
+"Magento Category","Catégorie Magento"
+"eBay Categories","Catégories eBay"
+"Primary eBay Category Selected","Catégorie principale eBay sélectionnée"
+"Primary eBay Category Not Selected","Catégorie principale eBay non sélectionnée"
+"Edit Primary Category","Modifier la catégorie principale"
+"Edit Store Primary Category","Modifier la catégorie principale de la Boutique"
+"Edit Categories","Modifier les catégories"
+"Edit Primary Categories","Modifier les catégories principales"
+"Edit Store Primary Categories","Modifier les catégories principales des Boutiques"
+"eBay Primary Category","Catégorie principale eBay"
+"eBay Secondary Category","Catégorie secondaire eBay"
+"eBay Store Primary Category","Catégorie principale de la Boutique eBay"
+"eBay Store Secondary Category","Catégorie secondaire de la Boutique eBay"
+"Not Selected","Non sélectionné"
+"Magento Attribute -> %s","Attribut Magento -> %s"
+"Done","Terminé"
+"Cancel","Annuler"
+"Set eBay Categories","Définir les catégories eBay"
+"Set eBay Categories (Based On Magento Categories)","Définir les catégories eBay (en fonction des catégories Magento)"
+"Store Primary Category","Catégorie principale de la Boutique"
+"Store Secondary Category","Catégorie secondaire de la Boutique"
+"Category type is not set.","Le type de catégorie n'est pas défini."
+"Recently Used","Utilisées récemment"
+"Browse","Parcourir"
+"Search","Rechercher"
+"Set Your eBay Categories","Définir les catégories eBay"
+"Product ID","Code produit"
+"Product Title","Nom du produit"
+"Get Suggested Primary Category","Suggestion d'une catégorie principale"
+"Reset Categories","Réinitialiser les catégories"
+"Remove Item","Supprimer l'objet"
+"Get Suggested Primary Categories","Suggestions de catégories principales"
+"Remove Item(s)","Supprimer les objets"
+"Primary eBay Category","Catégorie principale eBay"
+"Secondary eBay Category","Catégorie secondaire eBay"
+"Primary eBay Store Category","Catégorie principale de la Boutique eBay"
+"Secondary eBay Store Category","Catégorie secondaire de la Boutique eBay"
+"You have not selected the Primary eBay Category for some products.","La catégorie principale eBay n'est pas sélectionnée pour certains produits."
+"Are you sure?","Etes-vous sûr ?"
+"eBay could not assign categories for %s products.","eBay n'a pas pu affecter les catégories pour %s produits."
+"Suggested Categories were successfully received for %s product(s).","Des suggestions de catégories ont été reçues pour %s produits."
+"Set eBay Category","Définir la catégorie eBay"
+"Set eBay Category for Product(s)","Définir la catégorie eBay pour les produits"
+"Set eBay Primary Category for Product(s)","Définir la catégorie principale eBay pour les produits"
+"eBay Same Categories","Catégories identiques eBay"
+"Yes","Oui"
+"No","Non"
+"eBay Categories Specifics","Caractéristiques des catégories eBay"
+"Next Category","Catégorie suivante"
+"Loading. Please wait","Chargement. Veuillez patienter"
+"Add Custom Specific","Ajouter une caractéristique personnalisée"
+"Title / Info","Titre/informations"
+"Total Items","Total des objets"
+"Active Items","Objets en vente actuellement"
+"Inactive Items","Objets inactifs"
+"Sold QTY","Quantité vendue "
+"Clear Log(s)","Effacer les journaux"
+"Delete Listing(s)","Supprimer les annonces"
+"Admin (Default Values)","Administrateur (valeurs par défaut)"
+"Magento Store View","Vue Boutique Magento"
+"Manage Products","Gérer les produits"
+"Add Products from Products List","Ajouter des produits à partir de la liste"
+"Add Products from Categories","Ajouter des produits à partir des catégories"
+"Automatic Actions","Tâches automatiques"
+"View Logs","Afficher les journaux"
+"Delete Listing","Supprimer l'annonce"
+"Edit Listing Title","Modifier le titre de l'annonce"
+"Edit Listing Settings","Modifier les paramètres de l'annonce"
+" - Payment And Shipping"," - Paiement et livraison"
+" - Selling"," - Vente"
+" - Synchronization"," - Synchronisation"
+"Log For%s Listing","Journal de%s l'annonce"
+"Show General Log","Afficher le journal général"
+"Listings were not found.","Annonces introuvables."
+"eBay Item ID","Numéro de l'objet eBay"
+"Product Name","Nom du produit"
+"Action","Action"
+"Description","Description"
+"Run Mode","Mode d'exécution"
+"Priority","Priorité"
+"Log For%s 3rd Party Listing","Journal de%s l'annonce tierce"
+"Source","Source"
+"Revise Rules","Règles de modification"
+"Relist Rules","Règles de remise en vente"
+"Stop Rules","Règles d'arrêt"
+"Edit%s 3rd Party Synchronization Settings","Modifier%s les paramètres de synchronisation tiers"
+"Product Title / SKU","Titre du produit/Référence article"
+"eBay Available QTY","Quantité disponible eBay"
+"eBay Sold QTY","Quantité vendue eBay"
+"eBay Price","Prix eBay"
+"Status","Statut"
+"Listed","Mis en vente"
+"Listed (Hidden)","Mis en vente (masqué)"
+"Sold","Vendu"
+"Stopped","Arrêté"
+"Finished","Terminé"
+"Pending","En attente"
+"Start Date","Date de début"
+"End Date","Date de fin"
+"Unmap","Démapper"
+"View Log","Afficher le journal"
+"Clear Log","Effacer le journal"
+"Revise Item(s)","Modifier les annonces"
+"Relist Item(s)","Remettre les objets en vente"
+"Stop Item(s)","Arrêter la vente des objets"
+"Map Item(s) Automatically","Mapper les objets automatiquement"
+"Move Item(s) to Listing","Déplacer les objets vers une annonce"
+"Map","Mapper"
+"Move","Déplacer"
+"SKU","Référence article"
+"Revise","Modifier"
+"Relist","Remettre en vente"
+"Stop","Arrêter"
+"Status Change","Modification de statut"
+"Manual","Manuel"
+"Automatic","Automatique"
+"Mapping Product","Mappage du produit"
+"Product does not exist.","Le produit n'existe pas."
+"Please enter correct product ID.","Saisissez le code produit correct."
+"Product(s) was successfully mapped.","Les produits ont été mappés."
+"Please enter correct product ID or SKU","Saisissez le code produit correct ou la référence article"
+"Moving eBay Items.","Déplacement des objets eBay."
+"Products failed to move","Les produits n'ont pas pu être déplacés"
+"Product(s) was successfully moved.","Les produits ont été déplacés."
+"Products were not moved. View log for details.","Les produits n'ont pas été déplacés. Afficher le journal pour plus de détails."
+"Some of the products were not moved. View log for details.","Certains produits n'ont pas été déplacés. Afficher le journal pour plus de détails."
+"Product was successfully mapped.","Le produit a été mappé."
+"Current eBay version only supports simple products in mapping. Please, choose simple product.","La version actuelle d'eBay prend uniquement en charge le mappage des produits simples. Veuillez choisir un produit simple."
+"Processing %s product(s).","Traitement des produits %s."
+"Task completed. Please wait ...","Fin de la tâche. Veuillez patienter..."
+"""%s"" task has successfully completed.","La tâche « %s » est terminée."
+"""%s"" task has completed with warnings. View log for details.","La tâche « %s » s'est terminée avec des avertissements. Afficher le journal pour plus de détails."
+"""%s"" task has completed with errors. View log for details.","La tâche « %s » s'est terminée avec des erreurs. Afficher le journal pour plus de détails."
+"Sending %s product(s) data on eBay.","Envoi de données produits %s sur eBay."
+"View All Product Log.","Afficher le journal de tous les produits."
+"The listing was locked by another process. Please try again later.","L'annonce a été verrouillée par un autre processus. Veuillez réessayer ultérieurement."
+"Listing is empty.","L'annonce est vide."
+"Listing All Items On eBay","Mise en vente de tous les objets sur eBay"
+"Listing Selected Items On eBay","Mise en vente des objets sélectionnés sur eBay"
+"Revising Selected Items On eBay","Modification des objets sélectionnés sur eBay"
+"Relisting Selected Items On eBay","Remise en vente des objets sélectionnés sur eBay"
+"Stopping Selected Items On eBay","Arrêt de la vente des objets sélectionnés sur eBay"
+"Stopping On eBay And Removing From Listing Selected Items","Arrêt de la vente des objets sélectionné sur eBay et suppression de ces objets de l'annonce"
+"Map Item(s) to Products","Mapper les objets vers des produits"
+"Only mapped products must be selected.","Seuls des produits mappés doivent être sélectionnés."
+"Selected items must belong to the same Account and Marketplace.","Les objets sélectionnés doivent appartenir au même compte et à la même place de marché."
+"Please select items.","Veuillez sélectionner des objets."
+"Please select action.","Sélectionnez une action."
+"Stock Availability","Disponibilité"
+"In Stock","En stock"
+"Out of Stock","En rupture de stock"
+"Price","Prix"
+"Qty","Qté"
+"Based on Magento Categories","En fonction des catégories Magento"
+"You must select at least 1 category.","Vous devez sélectionner au moins 1 catégorie."
+"Rule with the same title already exists.","Une règle ayant le même titre existe déjà."
+"Listing Settings Customization","Personnalisation des paramètres de l'annonce"
+"eBay/Magento Integration: Products Management","Intégration eBay/Magento : Gestion des produits"
+"Congratulations","Félicitations"
+"Review Your Items","Vérifier les objets"
+"List Your Items Now","Mettre les objets en vente"
+"Remove","Supprimer"
+"of","sur"
+"Visibility","Visibilité"
+"Websites","Sites Web"
+"Select Products","Sélectionner les produits"
+"Start Configure","Commencer la configuration"
+"
+ Do you want to set up a rule by which products will be automatically added or deleted from the current M2E listing?
+ .
+
+Click Start Configure to create a rule or Cancel if you do not want to do it now.
+
+Note: You can always return to it by clicking Automatic Action button on this page."," Souhaitez-vous définir une règle pour ajouter ou supprimer automatiquement des produits de l'annonce M2E en cours ? . Cliquez sur Commencer la configuration pour créer une règle ou sur Annuler si vous ne souhaitez pas la créer maintenant.Remarque : vous pouvez revenir à cette option en cliquant sur le bouton Tâche automatique sur cette page."
+"Yes, I Want","Oui"
+"No, Skip It","Non merci"
+"Do you want to customise M2E Listing settings for the necessary products?","Souhaitez-vous personnaliser les paramètres de l'annonce M2E pour les produits ?"
+"It is possible to override default settings you set on the previous steps and set different
+ settings for the group of products.","Vous pouvez remplacer les paramètres par défaut définis à l'étape précédente par d'autres paramètres pour le groupe de produits."
+"Remember my choice","Se souvenir de mon choix"
+"Product Title / Listing / SKU","Titre du produit/Annonce/Référence article"
+"Listing Type","Format de l'annonce"
+"M2E Pro","M2E Pro"
+"3rd Party","Annonces tierces"
+"""Buy It Now"" Price","Prix d'Achat immédiat"
+"Unknown","Inconnu"
+"Not Listed","Non mis en vente"
+"Manage","Gérer"
+"Listing","Annonce"
+"receiving","réception"
+"none","aucun"
+"Go to listing","Accéder à l'annonce"
+"Payment and Shipping Settings","Paramètres de paiement et de livraison"
+"Payment","Paiement"
+"Use from Listing Settings","Utiliser les paramètres de l'annonce"
+"Custom Settings","Paramètres personnalisés"
+"M2E Pro Policy","Conditions M2E Pro"
+"eBay Policy","Conditions eBay"
+"Shipping","Livraison"
+"Return","Retour"
+"Selling Settings","Paramètres de vente"
+"Price, Quantity and Format","Prix, quantité et format"
+"Edit Settings","Modifier les paramètres"
+"Edit Payment and Shipping Settings","Modifier les paramètres de paiement et de livraison"
+"Edit Selling Settings","Modifier les paramètres de vente"
+"Edit Synchronization Settings","Modifier les paramètres de synchronisation"
+"M2E Pro -> ","M2E Pro -> "
+"eBay -> ","eBay -> "
+"for","pour"
+"Set Products Settings","Définir les paramètres des produits"
+"Add Products","Ajouter des produits"
+"Payment and Shipping","Paiement et livraison"
+"Selling","Vente"
+"Edit Listing Settings ""%s"","Modifier les paramètres de l'annonce « %s »"
+"Previous Step","Etape précédente"
+"Data source is invalid.","La source des données n'est pas valide."
+"Session key is not defined.","La clé de session n'est pas définie."
+"Save as New Policy","Enregistrer en tant que nouvelles conditions"
+"Template nick is not defined.","Le pseudo du modèle n'est pas défini."
+"Template mode is not initialized.","Le mode du modèle n'est pas initialisé."
+"Product Title / SKU / eBay Category","Titre du produit/référence article/catégorie eBay"
+"Available QTY","Quantité disponible"
+"Adviser","Consultant"
+"List Item(s) on eBay","Mettre les objets en vente sur eBay"
+"Revise Item(s) on eBay","Modifier les objets sur eBay"
+"Relist Item(s) on eBay","Remettre les objets en vente sur eBay"
+"Stop Item(s) on eBay","Arrêter la vente des objets sur eBay"
+"Stop on eBay / Remove From Listing","Arrêter la vente sur eBay/supprimer de l'annonce"
+"Move Item(s) to Another Listing","Déplacer les objets vers une autre annonce"
+"Edit eBay Categories Settings","Modifier les paramètres des catégories eBay"
+"eBay Fee","Frais eBay"
+"estimate","estimation"
+"List","Mettre en vente"
+"Stop on Channel / Remove from Listing","Arrêter la vente sur le canal/supprimer de l'annonce"
+"Success","Opération réussie"
+"Notice","Avis"
+"Warning","Avertissement"
+"Error","Erreur"
+"Product(s) was not moved. View log for details.","Les produits n'ont pas été déplacés. Afficher le journal pour plus de détails."
+"Some product(s) was not moved. View log for details.","Certains produits n'ont pas été déplacés. Afficher le journal pour plus de détails."
+"Estimated Fee Details","Détails de l'estimation des frais"
+"Please check eBay Motors compatibility attribute.
+ You can find it in %s > Configuration > General .","Vérifiez l'attribut de compatibilité eBay Auto. Il se trouve dans le menu %s > Configuration > Général ."
+"Fees are not set.","Les frais ne sont pas définis."
+"Errors are not set.","Les erreurs ne sont pas définies."
+"eBay","eBay"
+"Settings","Paramètres"
+"Magento","Magento"
+"View Mode","Mode d'affichage"
+"View mode is not set.","Le mode d'affichage n'est pas défini."
+"eBay Primary Category Assigned","Catégorie principale eBay affectée"
+"Compatibility","Compatibilité"
+"Filled","Renseigné"
+"Empty","Non renseigné"
+"Edit eBay Primary Categories Settings","Modifier les paramètres des catégories principales eBay"
+"Edit eBay Store Primary Categories Settings","Modifier les paramètres des catégories principales de la Boutique eBay"
+"Add Compatible Vehicles","Ajouter des véhicules compatibles"
+"Not Set","Non défini"
+"Show","Afficher"
+"Product","Attribut"
+"Attribute","Produit"
+"ePIDs","Codes produits eBay"
+"Compatibility Attribute ePIDs","Codes produits eBay de l'attribut Compatibilité"
+"View Listing","Afficher l'annonce"
+"Change Listing","Modifier l'annonce"
+"Compatibility Attribute","Attribut Compatibilité"
+"From Products List","A partir de la liste de produits"
+"From Categories","A partir des catégories"
+"Add Listing","Ajouter une annonce"
+"Listings","Annonces "
+"Update Now","Mettre à jour maintenant"
+"Save And Update","Enregistrer et mettre à jour"
+"ePID","Code produit eBay"
+"Car / Truck","Voiture/camion"
+"Motorcycle","Moto"
+"Make","Marque"
+"Model","Modèle"
+"Submodel","Sous-modèle"
+"Year","Année"
+"Trim","Etat"
+"Engine","Moteur"
+"Overwrite ePIDs in Compatibility Attribute","Remplacer les codes produits eBay dans l'attribut Compatibilité"
+"Add ePIDs to Compatibility Attribute","Ajouter des codes produits eBay à l'attribut Compatibilité"
+"Edit Shipping Address","Modifier l'adresse de livraison"
+"Save Order Address","Enregistrer l'adresse de la commande"
+"Sale Date","Date de vente"
+"Magento Order #","N° de commande Magento"
+"eBay Order #","N° de commande eBay"
+"Items","Objets"
+"Total Paid","Total payé"
+"Reservation","Réservation"
+"Not Reserved","Non réservé"
+"Reserved","Réservé"
+"Released","Libéré"
+"Canceled","Annulé"
+"Checkout","Finalisation de l'achat"
+"Paid","Payé"
+"Shipped","Envoyé"
+"View","Afficher"
+"Create Order","Créer la commande"
+"Mark As Paid","Marquer comme payé"
+"Mark As Shipped","Marquer comme envoyé"
+"Reserve QTY","Quantité réservée"
+"Cancel QTY Reserve","Annuler la quantité réservée"
+"Mark Order(s) as Shipped","Marquer les commandes comme envoyées"
+"Mark Order(s) as Paid","Marquer les commandes comme payées"
+"Resend Shipping Information","Renvoyer les informations de livraison "
+"Deleted","Supprimé"
+"edit","modifier"
+"Options","Options"
+"QTY","Quantité"
+"Transaction","Transaction"
+"Item","Objet"
+"Transaction #","N° de la transaction"
+"Fee","Frais"
+"Amount","Montant"
+"Date","Date"
+"Incl. Tax","Inclut la "
+"Excl. Tax"," "
+"Original Price","Prix de départ"
+"Tax Percent","Pourcentage de la taxe"
+"Row Total","Total de la ligne"
+"View on eBay","Afficher sur eBay"
+"Map to Magento Product","Mapper vers un produit Magento"
+"Set Options","Définir les options"
+"View Order Details","Afficher les détails de la commande"
+"Mark as Shipped","Marquer comme envoyé"
+"Mark as Paid","Marquer comme payé"
+"Are you sure that you want to create new Magento Order?","Voulez-vous vraiment créer une commande Magento ?"
+"Confirm","Confirmer"
+"Run Now","Exécuter maintenant"
+"Run Enabled Now","Exécuter les éléments activés"
+"Save Settings","Enregistrer les paramètres"
+"Subtitle","Sous-titre"
+"Condition","Etat"
+"Condition Description","Description de l'état"
+"Buy It Now Price","Prix d'Achat immédiat"
+"Start Price","Prix de départ"
+"Reserve Price","Prix de réserve"
+"Listing Duration","Durée de la mise en vente"
+"Dispatch Time","Délai d'expédition"
+"Primary Category Id","Numéro de la catégorie principale"
+"Secondary Category Id","Numéro de la catégorie secondaire"
+"Store Primary Category Id","Numéro de la catégorie principale de la Boutique"
+"Store Secondary Category Id","Numéro de la catégorie secondaire de la Boutique"
+"Primary Category Name","Nom de la catégorie principale"
+"Secondary Category Name","Nom de la catégorie secondaire"
+"Store Primary Category Name","Nom de la catégorie principale de la Boutique"
+"Store Secondary Category Name","Nom de la catégorie secondaire de la Boutique"
+"Domestic Shipping First Method","Premier mode de service de livraison nationale"
+"Domestic Shipping First Cost","Premiers frais du service de livraison nationale"
+"Domestic Shipping First Additional Cost","Premiers frais supplémentaires du service de livraison nationale"
+"International Shipping First Method","Premier mode de service de livraison internationale"
+"International Shipping First Cost","Premiers frais du service de livraison internationale"
+"International Shipping First Additional Cost","Premiers frais supplémentaires du service de livraison internationale"
+"Insert","Insérer"
+"Show / Hide Editor","Afficher/masquer l'éditeur"
+"Preview","Prévisualisation"
+"View Random Product","Afficher un produit au hasard"
+"Edit ""%s"" %s Policy","Modifier les conditions « %s » %s"
+"Add %s Policy","Ajouter des conditions %s"
+"Duplicate","Dupliquer"
+"
+Note: All changes you have made will be automatically applied to all M2E listings where this policy is used.","Remarque : toutes les modifications apportées s'appliquent automatiquement à toutes les annonces M2E qui utilisent ces conditions."
+"Template nick is not set.","Le pseudo du modèle n'est pas défini."
+"Marketplace is required for editing payment template.","La place de marché doit être spécifiée pour modifier le modèle de paiement."
+"Marketplace is required for editing return template.","La place de marché doit être spécifiée pour modifier le modèle de retour."
+"Please find more about currency rate set up in'
+ . ' magento documentation .","Pour en savoir plus sur la configuration du taux de change, consultez la' . ' documentation Magento ."
+"Name","Nom"
+"Select","Sélectionner"
+"Reset","Réinitialiser"
+"Marketplace is required for editing shipping template.","La place de marché doit être spécifiée pour modifier le modèle de livraison."
+"Add Policy","Ajouter des conditions"
+"eBay DateTime object is null","La valeur de l'objet eBay DateTime est nulle"
+"Wrong action type","Type d'action incorrect"
+"Listing ""%listingId%"" locked by other process.","L'annonce « %listingId% » est verrouillée par un autre processus."
+"Relisting","Remise en vente"
+"Revising","Modification"
+"Stopping","Arrêt"
+"Item is listed or not available","L'objet est mis en vente ou n'est pas disponible"
+"Categories settings are not set","Les paramètres des catégories ne sont pas définis"
+"There is another item with the same eBay user ID,
+ product ID and marketplace presented in ""%s"" (%d) Listing.","Un autre objet associé aux mêmes Pseudo eBay, code produit et place de marché est affiché dans l'annonce « %s » (%d)."
+"Item was successfully listed","L'objet a été mis en vente"""
+"There is another item with the same eBay user ID,
+ product ID and marketplace presented in ""%s"" (%d) Listing.","Un autre objet associé aux mêmes Pseudo eBay, code produit et place de marché est affiché dans l'annonce « %s » (%d)."""
+"Multiple Item Connector has received empty array","Le connecteur d'objets multiples a reçu un tableau vide"
+"Multiple Item Connector has received invalid product data type","Le connecteur d'objets multiples a reçu un type de données produits non valide"
+"Multiple Item Connector has received products from different listings","Le connecteur d'objets multiples a reçu des produits de différentes annonces"
+"Listing product was not found","Le produit de l'annonce est introuvable"
+"The item either is listed, or not listed yet or not available","L'objet est mis en vente, n'est pas encore mis en vente ou n'est pas disponible"
+"Item already was started on eBay","La vente de l'objet a déjà commencé sur eBay"
+"Item was successfully relisted","L'objet a été remis en vente"
+"This item cannot be accessed on eBay. M2E set Not Listed status.","L'objet n'est pas accessible sur eBay. Statut Non mis en vente défini par M2E."
+"Item is not listed or not available","L'objet n'est pas mis en vente ou n'est pas disponible"
+"Variation attributes were changed. Please stop and list product.","Les attributs des versions ont été modifiés. Veuillez arrêter la vente et mettre le produit en vente."
+"Item was already stopped on eBay","La vente de l'objet a déjà été arrêtée sur eBay"
+"Item was successfully revised","L'annonce a été modifiée"
+"Item was successfully stopped","La vente de l'objet a été arrêtée"
+"eBay Order status was not updated. Reason: %msg%","Le statut de la commande eBay n'a pas été modifié. Motif : %msg%"
+"Status of India site orders cannot be updated if the buyer uses PaisaPay payment method.","Le statut des commandes du site eBay Inde ne peut pas être modifié si l'acheteur a utilisé PaisaPay comme mode de paiement."
+"Invalid action.","Action non valide."
+"Payment status for eBay order was not updated. Reason: eBay Failure.","Le statut du paiement de la commande eBay n'a pas été modifié. Motif : échec sur eBay."
+"Payment status for eBay order was updated to Paid.","Le statut du paiement de la commande eBay a été remplacé par Payé."
+"Shipping status for eBay order was not updated. Reason: eBay Failure.","Le statut de la livraison de la commande eBay n'a pas été modifié. Motif : échec sur eBay."
+"Tracking number ""%num%"" for ""%code%"" has been sent to eBay.","Le numéro de suivi « %num% » pour « %code% » a été envoyé à eBay."
+"Shipping status for eBay order was updated to Shipped.","Le statut de la livraison de la commande eBay a été remplacé par Envoyé."
+"Dispute cannot be opened. Reason: Dispute explanation is not defined.","Impossible d'ouvrir le litige. Motif : l'explication du litige n'est pas définie."
+"Dispute cannot be opened. Reason: Dispute reason is not defined.","Impossible d'ouvrir le litige. Motif : le motif du litige n'est pas défini."
+"Unpaid Item Process was not open for item #%id%. Reason: %msg%","Aucun litige pour objet non payé n'a été ouvert pour l'objet n° %id%. Motif : %msg%"
+"Unpaid Item Process was not open for item #%id%. Reason: eBay failure. Please try again later.","Aucun litige pour objet non payé n'a été ouvert pour l'objet n° %id%. Motif : échec sur eBay. Veuillez réessayer ultérieurement."
+"Unpaid Item Process for item #%id% has been initiated.","Un litige pour objet non payé a été ouvert pour l'objet n° %id%."
+"Action was not completed (Item: %item_id%, Transaction: %trn_id%). Reason: %msg%","La tâche n'a pas été terminée (objet : %item_id%, transaction : %trn_id%). Motif : %msg%"
+"Shipping status was not updated (Item: %item_id%, Transaction: %trn_id%). Reason: %msg%","Le statut de la livraison n'a pas été modifié (objet : %item_id%, transaction : %trn_id%). Motif : %msg%"
+"Shipping status was not updated (Item: %item_id%, Transaction: %trn_id%). Reason: eBay Failure.","Le statut de la livraison n'a pas été modifié (objet : %item_id%, transaction : %trn_id%). Motif : échec sur eBay."
+"Tracking number ""%num%"" for ""%code%"" has been sent to eBay (Item: %item_id%, Transaction: %trn_id%).","Le numéro de suivi « %num% » pour « %code% » a été envoyé à eBay (objet : %item_id%, transaction : %trn_id%)."
+"Order item has been marked as shipped (Item: %item_id%, Transaction: %trn_id%).","L'objet de la commande a été marqué comme envoyé (objet : %item_id%, transaction : %trn_id%)."
+"Other listings locked by other process.","D'autres annonces sont verrouillées par un autre processus."
+"The item either is listed or not available","L'objet est mis en vente ou n'est pas disponible"
+"The item either is not listed or not available","L'objet n'est pas mis en vente ou n'est pas disponible"
+"qty","quantité"
+"price","prix"
+"title","titre"
+"subtitle","sous-titre"
+"description","description"
+"was successfully revised","a été modifiée"
+"Listing ID must be specified.","Le numéro de l'annonce doit être spécifié."
+"%s: attribute(s) %s were not found in this product and its value was not sent.","%s : les attributs %s sont introuvables dans ce produit. La valeur n'a pas été envoyée."
+"The product was listed as a simple product as it has limitation for multi-variation items. '.
+ 'Reason: eBay site allows to list only simple items","Le produit a été mis en vente comme produit simple, car il dépasse les limites associées aux annonces multi-versions. '. 'Motif : seuls les objets simples sont autorisés pour le site eBay"
+"The product was listed as a simple product as it has limitation for multi-variation items. '.
+ 'Reason: eBay primary category allows to list only simple items.","Le produit a été mis en vente comme produit simple, car il dépasse les limites associées aux annonces multi-versions. '. 'Motif : seuls les objets simples sont autorisés pour la catégorie principale eBay."
+"The product was listed as a simple product as it has limitation for multi-variation items. '.
+ 'Reason: ignore variation option is enabled in selling format policy.","Le produit a été mis en vente comme produit simple, car il dépasse les limites associées aux annonces multi-versions. '. 'Motif : l'option Ignorer la version est activée dans les conditions Format de mise en vente."
+"The product was listed as a simple product as it has limitation for multi-variation items. '.
+ 'Reason: listing type ""auction"" does not support multi-variations.","Le produit a été mis en vente comme produit simple, car il dépasse les limites associées aux annonces multi-versions. '. 'Motif : les annonces multi-versions ne sont pas prises en charge pour le format de mise en vente « Enchères »."
+"Change Images for Attribute","Modifier les photos pour l'attribut"
+"Duration","Durée"
+"Private Listing","Annonce privée"
+"%s field(s) were ignored because eBay doesn't allow revise the item if it has sales,
+ bids for auction type or less than 12 hours remain before the item end.","%s champs ont été ignorés dans la mesure où eBay n'autorise pas la modification de l'annonce si l'objet a été vendu, si elle a reçu des enchères pour le format Enchères ou s'il reste moins de 12 heures avant la fin de la vente."
+"Duration field(s) was ignored because
+ eBay doesn't allow revise the item if Best Offer is enabled.","Les champs Durée ont été ignorés, car eBay n'autorise pas la modification de l'annonce si l'option Offre directe est activée."
+"variations","versions"
+"images","photos"
+"Communication with eBay is started. Please wait...","Début de la communication avec eBay. Veuillez patienter..."
+"Please wait...","Veuillez patienter..."
+"product(s) with id(s)","produit(s) avec code"
+"Communication with eBay is finished. Please wait...","Fin de la communication avec eBay. Veuillez patienter..."
+"Item status was successfully changed to ""Listed"".","Le statut de l'objet a été remplacé par « Mis en vente »."
+"Item status was successfully changed to ""Sold"".","Le statut de l'objet a été remplacé par « Vendu »."
+"Item status was successfully changed to ""Stopped"".","Le statut de l'objet a été remplacé par « Arrêté »."
+"Item status was successfully changed to ""Finished"".","Le statut de l'objet a été remplacé par « Terminé »."
+"Item was successfully added","L'objet a été ajouté"
+"Method require loaded instance first","La méthode requiert le chargement préalable de l'instance"
+"Fixed Price","Prix fixe"
+"Auction","Enchères"
+"Business Day","Jour ouvrable"
+"Business Days","Jours ouvrables"
+"Same","Identique"
+"New","Neuf"
+"New Other","Neuf - Autre"
+"New With Defects","Neuf avec défauts"
+"Manufacturer Refurbished","Remis à neuf par le fabricant"
+"Seller Refurbished","Remis à neuf par le vendeur"
+"Used","Occasion"
+"Very Good","Très bon état"
+"Good","Bon état"
+"Acceptable","Etat correct"
+"For Parts or Not Working","Pour pièces détachées ou Ne fonctionne pas"
+"Free","Gratuite"
+"Invalid listing type in attribute.","Type d'annonce non valide dans l'attribut."
+"Category ID","N° de catégorie"
+"Category Path","Chemin de la catégorie"
+"Please choose a condition to add...","Sélectionnez l'état à ajouter..."
+"Conditions Combination","Combinaison d'états"
+"eBay Values","Valeurs eBay"
+"Product Attribute","Attribut du produit"
+"Payment status was updated to Paid on eBay.","Le statut du paiement a été remplacé par Payé sur eBay."
+"Shipping status was updated to Shipped on eBay.","Le statut de la livraison a été remplacé par Envoyé sur eBay."
+"Buyer has changed the shipping address of this order at the time of completing payment on eBay.","L'acheteur a modifié l'adresse de livraison de la commande au moment de finaliser le paiement sur eBay."
+"Duplicated eBay orders with ID #%id%.","Les commandes eBay ayant le numéro %id% ont été dupliquées."
+"Order Creation Rules were not met. Press Create Order button at Order view page to create it anyway.","Les règles de création de commandes n'ont pas été respectées. Cliquez sur le bouton Créer la commande sur la page de la commande pour la créer quand même."
+"Magento Order #%order_id% should be canceled as new combined eBay order #%new_id% was created.","La commande Magento n° %order_id% doit être annulée, car la nouvelle commande combinée eBay n° %new_id% a été créée."
+"eBay Order #%old_id% was deleted as new combined order #%new_id% was created.","La commande eBay n° %old_id% a été supprimée, car la nouvelle commande combinée n° %new_id% a été créée."
+"Unable to create directory '%directory%'.","Impossible de créer le répertoire %directory%."
+"Image %url% was not downloaded.","La photo %url% n'a pas été téléchargée."
+"Product import is disabled in eBay Account settings.","L'importation de produits est désactivée dans les paramètres du compte eBay."
+"Data obtaining for eBay Item failed. Please try again later.","L'obtention des données pour l'objet eBay a échoué. Veuillez réessayer ultérieurement."
+"Product for eBay Item #%id% was created in Magento catalog.","Le produit correspondant à l'objet eBay n° %id% a été créé dans le catalogue Magento."
+"Magento Order creation for items listed by M2E Pro is disabled in Account settings.","La création de commandes Magento pour les objets mis en vente via M2E Pro est désactivée dans les paramètres du compte."
+"Magento Order creation for items listed by 3rd party software is disabled in Account settings.","La création de commandes Magento pour les objets mis en vente via un logiciel tiers est désactivée dans les paramètres du compte."
+"Product import is disabled in Account settings.","L'importation de produits est désactivée dans les paramètres du compte."
+"Not Selected Yet","Pas encore sélectionné"
+"eBay Shipping","Services de livraison eBay"
+"Checkout Message From Buyer","Message de finalisation de l'achat de la part de l'acheteur"
+"Customer with ID specified in eBay account settings does not exist.","Le client dont le pseudo est spécifié dans les paramètres du compte eBay n'existe pas."
+"Invalid component mode.","Mode du composant non valide."
+"Magento Order was canceled.","La commande Magento a été annulée."
+"Magento Order cannot be canceled.","Impossible d'annuler la commande Magento."
+"Task ""Remove Duplicated Products"" is started. Please wait...","La tâche « Supprimer les produits dupliqués » a démarré. Veuillez patienter..."
+"Task ""Remove Duplicated Products"" is finished. Please wait...","La tâche « Supprimer les produits dupliqués » est terminée. Veuillez patienter..."
+"Duplicated item %s was found and stopped on eBay.","L'objet dupliqué %s a été trouvé et sa vente a été arrêtée sur eBay."
+"Item status was successfully changed to ""Not Listed"".","Le statut de l'objet a été remplacé par « Non mis en vente »."
+"Item status was successfully changed to ""Hidden"".","Le statut de l'objet a été remplacé par « Masqué »."
+"Task ""Remove Unused Templates"" is started. Please wait...","La tâche « Supprimer les modèles inutilisés » a démarré. Veuillez patienter..."
+"Task ""Remove Unused Templates"" is finished. Please wait...","La tâche « Supprimer les modèles inutilisés » est terminée. Veuillez patienter..."
+"Task ""Update Listings Products"" is started. Please wait...","La tâche « Mise à jour des produits des annonces » a démarré. Veuillez patienter..."
+"Task ""Update Listings Products"" is finished. Please wait...","La tâche « Mise à jour des produits des annonces » est terminée. Veuillez patienter..."
+"Task ""Update Listings Products"" for eBay account: ""%s"" is started. Please wait...","La tâche « Mise à jour des produits des annonces » pour le compte eBay « %s » a démarré. Veuillez patienter..."
+"Task ""Default Synchronization"" is started. Please wait...","La tâche « Synchronisation par défaut » a démarré. Veuillez patienter..."
+"Task ""Default Synchronization"" is finished. Please wait...","La tâche « Synchronisation par défaut » est terminée. Veuillez patienter..."
+"The ""Receive"" action is started. Please wait...","La tâche « Réception » a démarré. Veuillez patienter..."
+"The ""Receive"" action is finished. Please wait...","La tâche « Réception » est terminée. Veuillez patienter..."
+"The ""Receive"" action for eBay account: ""%s"" is started. Please wait...","La tâche « Réception » pour le compte eBay « %s » a démarré. Veuillez patienter..."
+"The ""Response"" action is started. Please wait...","La tâche « Répondre » a démarré. Veuillez patienter..."
+"The ""Response"" action is finished. Please wait...","La tâche « Répondre » est terminée. Veuillez patienter..."
+"Task ""Feedback Synchronization"" is started. Please wait...","La tâche « Synchronisation des évaluations » a démarré. Veuillez patienter..."
+"Task ""Feedback Synchronization"" is finished. Please wait...","La tâche « Synchronisation des évaluations » est terminée. Veuillez patienter..."
+"The ""Categories Synchronization"" action is started. Please wait...","La tâche « Synchronisation des catégories » a démarré. Veuillez patienter..."
+"The ""Categories Synchronization"" action is finished. Please wait...","La tâche « Synchronisation des catégories » est terminée. Veuillez patienter..."
+"The ""Categories Synchronization"" action for eBay Site: ""%s"" is started. Please wait...","La tâche « Synchronisation des catégories » pour le site eBay « %s » a démarré. Veuillez patienter..."
+"The ""Categories Synchronization"" action for eBay Site: ""%mrk%"" has been successfully completed.","La tâche « Synchronisation des catégories » pour le site eBay « %mrk% » est terminée."
+"The ""Receive Details"" action is started. Please wait...","La tâche « Réception des détails » a démarré. Veuillez patienter..."
+"The ""Receive Details"" action is finished. Please wait...","La tâche « Réception des détails » est terminée. Veuillez patienter..."
+"The ""Receive Details"" action for eBay Site: ""%s"" is started. Please wait...","La tâche « Réception des détails » pour le site eBay « %s » a démarré. Veuillez patienter..."
+"The ""Receive Details"" action for eBay Site ""%s"" is in data processing mode. Please wait...","La tâche « Réception des détails » pour le site eBay « %s » est en cours de traitement. Veuillez patienter..."
+"The ""Receive Details"" action for eBay Site: ""%mrk%"" has been successfully completed.","La tâche « Réception des détails » pour le site eBay « %mrk% » est terminée."
+"eBay Parts Compatibility Synchronization","Synchronisation de la compatibilité des pièces eBay"
+"The ""%s"" action is started. Please wait...","La tâche « %s » a démarré. Veuillez patienter..."
+"The ""%s"" action is finished. Please wait...","La tâche « %s » est terminée. Veuillez patienter..."
+"Task ""Marketplaces Synchronization"" is started. Please wait...","La tâche « Synchronisation des places de marché » a démarré. Veuillez patienter..."
+"Task ""Marketplaces Synchronization"" is finished. Please wait...","La tâche « Synchronisation des places de marché » est terminée. Veuillez patienter..."
+"eBay Orders Cancellation Synchronization","Synchronisation de l'annulation des commandes eBay"
+"Task ""%s"" is started. Please wait...","La tâche « %s » a démarré. Veuillez patienter..."
+"Task ""%s"" is finished. Please wait...","La tâche « %s » est terminée. Veuillez patienter..."
+"Task ""Orders Cancellation Synchronization"" for eBay account: ""%s"" is started. Please wait...","La tâche « Synchronisation de l'annulation des commandes » pour le compte eBay « %s » a démarré. Veuillez patienter..."
+"Reservation period cannot be less than 1 day.","La période de réservation ne peut pas être inférieure à un jour."
+"eBay Orders Receive Synchronization","Synchronisation de la réception des commandes eBay"
+"Task ""%s"" for eBay account: ""%s"" is started. Please wait...","La tâche « %s » pour le compte eBay « %s » a démarré. Veuillez patienter..."
+"Task ""%s"" for eBay account: ""%acc%"" is in data processing state. Please wait...","La tâche « %s » pour le compte eBay « %acc% » est en cours de traitement. Veuillez patienter..."
+"Task ""%s"" for eBay account: ""%s"" is in order creation state.. Please wait...","La tâche « %s » pour le compte eBay « %s » est en cours de création des commandes. Veuillez patienter..."
+"eBay Qty Reserve Cancellation Synchronization","Synchronisation de l'annulation de la quantité réservée sur eBay"
+"eBay Orders Update Synchronization","Synchronisation de la mise à jour des commandes eBay"
+"eBay Orders Synchronization","Synchronisation des commandes eBay"
+"The ""Relist"" action is started. Please wait...","La tâche « Remettre en vente » a démarré. Veuillez patienter..."
+"The ""Relist"" action is finished. Please wait...","La tâche « Remettre en vente » est terminée. Veuillez patienter..."
+"The ""Revise"" action is started. Please wait...","La tâche « Modifier » a démarré. Veuillez patienter..."
+"The ""Revise"" action is finished. Please wait...","La tâche « Modifier » est terminée. Veuillez patienter..."
+"The ""Stop"" action is started. Please wait...","La tâche « Arrêter » a démarré. Veuillez patienter..."
+"The ""Stop"" action is finished. Please wait...","La tâche « Arrêter » est terminée. Veuillez patienter..."
+"Task ""Update 3rd Party Listings"" has completed with errors. View %sl%listings log%el% for details.","La tâche « Mise à jour des annonces tierces » s'est terminée avec des erreurs. Consultez le %sl%journal des annonces%el% pour plus de détails."
+"Task ""Update 3rd Party Listings"" has completed with warnings. View %sl%listings log%el% for details.","La tâche « Mise à jour des annonces tierces » s'est terminée avec des avertissements. Consultez le %sl%journal des annonces%el% pour plus de détails."
+"The ""Update 3rd Party Listings"" action is started. Please wait...","La tâche « Mise à jour des annonces tierces » a démarré. Veuillez patienter..."
+"The ""Update 3rd Party Listings"" action is finished. Please wait...","La tâche « Mise à jour des annonces tierces » est terminée. Veuillez patienter..."
+"Task ""3rd Party Listings Synchronization"" for eBay account: ""%s"" is started. Please wait...","La tâche « Synchronisation des annonces tierces » pour le compte eBay « %s » a démarré. Veuillez patienter..."
+"Task ""3rd Party Listings Synchronization"" is started. Please wait...","La tâche « Synchronisation des annonces tierces » a démarré. Veuillez patienter..."
+"Task ""3rd Party Listings Synchronization"" is finished. Please wait...","La tâche « Synchronisation des annonces tierces » est terminée. Veuillez patienter..."
+"The ""Business Policies Receive"" action for eBay Site: ""%s"" and Account: ""%s"" is started. Please wait...","La tâche « Réception des conditions de vente » pour le site eBay « %s » et le compte « %s » a démarré. Veuillez patienter..."
+"The ""'.$this->synchName.'"" action is started. Please wait...","La tâche ""'.$this->synchName. » a démarré. Veuillez patienter..."
+"The ""'.$this->synchName.'"" action is finished. Please wait...","La tâche ""'.$this->synchName. » est terminée. Veuillez patienter..."
+"Task ""'.$this->synchName.'"" is started. Please wait...","La tâche ""'.$this->synchName. » a démarré. Veuillez patienter..."
+"Task ""'.$this->synchName.'"" is finished. Please wait...","La tâche ""'.$this->synchName. » est terminée. Veuillez patienter..."
+"The ""List"" action is started. Please wait...","La tâche « Mettre en vente » a démarré. Veuillez patienter..."
+"The ""List"" action is finished. Please wait...","La tâche « Mettre en vente » est terminée. Veuillez patienter..."
+"Task ""Inventory Synchronization"" has completed with errors. View %sl%listings log%el% for details.","La tâche « Synchronisation de l'inventaire » s'est terminée avec des erreurs. Consultez le %sl%journal des annonces%el% pour plus de détails."
+"Task ""Inventory Synchronization"" has completed with warnings. View %sl%listings log%el% for details.","La tâche « Synchronisation de l'inventaire » s'est terminée avec des avertissements. Consultez le %sl%journal des annonces%el% pour plus de détails."
+"Task ""Inventory Synchronization"" is started. Please wait...","La tâche « Synchronisation de l'inventaire » a démarré. Veuillez patienter..."
+"Task ""Inventory Synchronization"" is finished. Please wait...","La tâche « Synchronisation de l'inventaire » est terminée. Veuillez patienter..."
+"Template mode is empty.","Le mode du modèle est vide."
+"Title is empty.","Le titre est vide."
+"Unknown product details name","Détails du produit : nom inconnu"
+"Owner object is out of knowledge range.","L'objet propriétaire est inconnu."
+"Template nick is out of knowledge range.","Le pseudo du modèle est inconnu."
+"Unable to get result object.","Impossible d'obtenir le résultat."
+"Marketplace ID is empty.","L'identifiant de la place de marché est vide."
+"Country is empty.","Le champ Pays est vide."
+"product(s)","produit(s)"
+"Account does not exist.","Le compte n'existe pas."
+"The eBay token obtaining is currently unavailable. Reason: %s","L'obtention du jeton eBay n'est pas disponible pour le moment. Motif : %s"
+"Token was successfully saved","Le jeton a été enregistré"
+"Account was successfully saved","Le compte a été enregistré"
+"Please select account(s) to remove.","Veuillez sélectionner les comptes à supprimer."
+"%s record(s) were successfully deleted.","Entrées supprimées : %s."
+"%s record(s) are used in M2E Listing(s).","Entrées utilisées dans des annonces M2E : %s."
+"Account must not be in use to be deleted.","Pour pouvoir être supprimé, le compte ne doit pas être en cours d'utilisation."
+"Some eBay store categories were deleted from eBay. Click
+ here to check.","Certaines catégories de Boutique eBay ont été supprimées d'eBay. Cliquez ici pour les vérifier."
+"Account is not added or updated. Try again later.","Le compte n'a pas été ajouté ou modifié. Veuillez réessayer ultérieurement."
+"Settings was successfully saved.","Les paramètres ont été enregistrés."
+"Feedback is not defined.","Les évaluations ne sont pas définies."
+"Requested order was not found.","La commande demandée est introuvable."
+"Item's Marketplace is Unknown.","La place de marché de l'objet est inconnue."
+"Magento Categories are not specified on products you are adding.","Les catégories Magento ne sont pas spécifiées pour les produits que vous ajoutez."
+"Select Products (eBay Categories)","Sélectionner les produits (catégories eBay)"
+"There are no items to continue. Please, go back and select the item(s).","Il n'existe pas d'objet pour continuer. Revenez à l'étape précédente et sélectionnez les objets."
+"You have not selected the Primary eBay Category for some Magento Categories.","La catégorie principale eBay n'est pas sélectionnée pour certaines catégories Magento."
+"Please, specify a value suitable for all chosen products.","Spécifiez une valeur appropriée pour tous les produits sélectionnés."
+"Listing is not defined","L'annonce n'est pas définie"
+"Synchronization settings was successfully saved.","Les paramètres de synchronisation ont été enregistrés."
+"Manage Listings","Gérer les annonces"
+"The item was successfully removed.","L'objet a été supprimé."
+"No categories found","Aucune catégorie trouvée"
+"Requested eBay Item ID is not found.","Le numéro de l'objet eBay demandé est introuvable."
+"Listing does not exist.","L'annonce n'existe pas."
+"Adding New Products action was not completed. Please, complete it.","La tâche Ajout de nouveaux produits n'a pas été exécutée. Veuillez l'exécuter."
+"The listing is locked by another process. Please try again later.","L'annonce est verrouillée par un autre processus. Veuillez réessayer ultérieurement."
+"Please select item(s) to remove.","Veuillez sélectionner les objets à supprimer."
+"%s listing(s) were successfully deleted","Annonces supprimées : %s"
+"%s listing(s) have listed items and can not be deleted","Annonces comportant des objets mis en vente et ne pouvant pas être supprimées : %s"
+"Compatibility Attribute is not selected.","L'attribut Compatibilité n'est pas sélectionné."
+"Required parameters were not selected.","Certains paramètres obligatoires n'ont pas été sélectionnés."
+"ePIDs were saved in Compatibility Attribute.","Les codes produits eBay ont été enregistrés dans l'attribut Compatibilité."
+"Listing Review","Vérification de l'annonce"
+"Logs","Journaux"
+"3rd Party Listing does not exist.","L'annonce tierce n'existe pas."
+"Marketplaces","Places de marché"
+"Sales","Ventes "
+"Order address has been updated.","L'adresse de la commande a été modifiée."
+"Please select order(s).","Veuillez sélectionner des commandes."
+"Payment status for selected eBay Order(s) was updated to Paid.","Le statut du paiement des commandes eBay sélectionnées a été remplacé par Payé."
+"Payment status for selected eBay Order(s) was not updated.","Le statut du paiement des commandes eBay sélectionnées n'a pas été modifié."
+"Shipping status for selected eBay Order(s) was updated to Shipped.","Le statut de la livraison des commandes eBay sélectionnées a été remplacé par Envoyé."
+"Shipping status for selected eBay Order(s) was not updated.","Le statut de la livraison pour les commandes eBay sélectionnées n'a pas été modifié."
+"Magento Order was created.","La commande Magento a été créée."
+"Magento Order was not created. Reason: %s","La commande Magento n'a pas été créée. Motif : %s"
+"Invoice was created.","La facture a été créée."
+"Shipment was created.","L'envoi a été créé."
+"Transaction ID should be defined.","Le numéro de la transaction doit être défini."
+"eBay order transaction does not exist.","La transaction pour la commande eBay n'existe pas."
+"This is not a PayPal transaction.","Cette transaction n'est pas une transaction PayPal."
+"Please select item(s) to clear","Veuillez sélectionner les objets à annuler"
+"The synchronization task log has been successfully cleaned.","Le journal de la tâche de synchronisation a été nettoyé."
+"eBay 3rd Party Listings are being downloaded now. ' .
+ 'They will be available soon in %s > Listings > 3rd Party. ' .
+ 'You can continue working with M2E Pro.","Les annonces tierces eBay sont en cours de téléchargement. ' . 'Elles seront bientôt disponibles dans le menu %s > Annonces > Annonces tierces. ' . 'Vous pouvez continuer à utiliser M2E Pro."
+"This product ID does not exist","Ce code produit n'existe pas"
+"Error search charity","Erreur lors de la recherche de l'association caritative"
+"Policy does not exist.","Les conditions n'existent pas."
+"Policy was not saved.","Les conditions n'ont pas été enregistrées."
+"Policy was successfully saved.","Les conditions ont été enregistrées."
+"Policy was successfully deleted.","Les conditions ont été supprimées."
+"Policy cannot be deleted as it is used in Listing settings.","Les conditions ne peuvent pas être supprimées, car elles sont utilisées dans les paramètres des annonces."
+"The listing was successfully saved.","L'annonce a été enregistrée."
+"To change account settings click on its record in the grid or choose Edit in the Action dropdown.
+ To review accounts feedback, click the appropriate link. An account can be also deleted, but only if it is not used in M2E listing settings.","Pour modifier les paramètres du compte, cliquez sur l'entrée correspondante dans le tableau ou sélectionnez Modifier dans le menu déroulant Actions. Pour consulter les évaluations des comptes, cliquez sur le lien correspondant. Un compte peut également être supprimé, mais uniquement s'il n'est pas utilisé dans les paramètres des annonces M2E."
+"
+ M2E allows you to receive feedback from your buyers and respond them according to the settings below.
+Note: The Feedback Synchronization must be enabled in %s > Configuration > Synchronization."," M2E vous permet de recevoir les évaluations des acheteurs et d'y répondre en fonction des paramètres ci-dessous.Remarque : la synchronisation des évaluations doit être activée à partir du menu %s > Configuration > Synchronisation."
+"Buyers Feedback","Evaluations des acheteurs"
+"Import Feedback","Importer les évaluations"
+"Choose to import feedback from eBay buyers into Magento.","Permet d'importer les évaluations des acheteurs eBay dans Magento."
+"Seller Response","Réponse du vendeur"
+"Auto Response","Réponses automatiques"
+"There are two ways to set up your auto response to buyer feedback:
+ Cycle Mode - the system chooses an existing response template according to the sales order and sends it to the buyer.
+ Random Mode - the system randomly chooses an existing response template and sends it out.","Vous pouvez définir les réponses automatiques aux évaluations des acheteurs de deux manières : Mode cyclique - Le système sélectionne un modèle de réponse existant en fonction de la commande et l'envoie à l'acheteur. Mode aléatoire - Le système sélectionne aléatoirement un modèle de réponse existant, puis l'envoie."
+"Disabled","Désactivé"
+"Cycle Mode","Mode cyclique"
+"Random Mode","Mode aléatoire"
+"Choose between Cycle Mode, Random Mode, or to disable it completely.","Sélectionnez le mode cyclique ou le mode aléatoire, ou désactivez complètement cette option."
+"Send to","Envoyer à"
+"All","Tout"
+"Responses to All feedbacks or Positive only.","Répond à toutes les évaluations ou uniquement aux évaluations positives."
+"Response Templates","Modèles de réponse"
+"Add Response Template","Ajouter un modèle de réponse"
+"Edit Response Template","Modifier le modèle de réponse"
+"Should be between 2 and 80 characters long.","Doit comporter entre 2 et 80 caractères."
+"Please enter correct number of characters.","Veuillez saisir le nombre de caractères correct."
+"You can add an eBay Production (live environment) or Sandbox (test environment) account.
+ Note: A Production eBay account only works in a live environment. A Sandbox account only works in a test environment. To register for a Sandbox account go to www.developer.ebay.com
+ After completing the General Information, click the Get Token button where you'll be redirected to the eBay website. Simply sign-in and press I Agree to allow my eBay account to connect to M2E Pro.
+ Once the Token is successfully accepted, the status will say “Yes†. Click the button “Save And Continue Edit†to proceed.","Vous pouvez ajouter un compte eBay Production (site en ligne) ou Sandbox (environnement de test). Remarque : les comptes eBay Production fonctionnent uniquement dans l'environnement du site en ligne. Les comptes Sandbox fonctionnent uniquement dans un environnement de test. Pour ouvrir un compte Sandbox, accédez à la page www.developer.ebay.com Après avoir spécifié les informations générales, cliquez sur le bouton Obtenir un jeton . Vous serez redirigé vers le site eBay. Connectez-vous et cliquez sur J'accepte pour autoriser votre compte eBay à se connecter à M2E Pro. Une fois que le jeton a été accepté, le statut est remplacé par Oui . Cliquez sur le bouton Enregistrer et continuer les modifications pour continuer."
+"Be attentive! By deleting account you delete all information on it from M2E Pro server. This will cause inappropriate work of all accounts' copies.","Attention ! En supprimant un compte, vous supprimez également toutes les informations qui lui sont associées sur le serveur M2E Pro. Cette opération entraînera des problèmes de fonctionnement de toutes les copies du compte."
+"No Customer entry is found for specified ID.","Aucun client ne correspond à l'identifiant spécifié."
+"If Yes is chosen, you must select at least one attribute for product mapping.","Si vous cliquez sur Oui, vous devez sélectionner au moins un attribut pour le mappage des produits."
+"You should create at least one response template.","Vous devez créer au moins un modèle de réponse."
+"You must get token.","Vous devez demander un jeton."
+"Mode","Mode"
+"Production (Live eBay)","Production (eBay Live)"
+"Sandbox (Test eBay)","Labo (eBay Test)"
+"Environment of eBay account.","Environnement du compte eBay."
+"Token","Jeton"
+"Grant Access","Accorder l'accès"
+"Ensure you acquire your token within 5 minutes, or you may exceed your time limit and have to start again.","Veillez à obtenir le jeton dans un délai de 5 minutes. A défaut, la limite de temps risque d'être dépassée et vous devrez recommencer."
+"Activated","Activé"
+"Expiration Date","Date d'expiration"
+"
+ The 3rd Party Listings are the items, which were listed on eBay without using M2E Pro extension.
+
+ Set 'Yes' in Import 3rd Party Listings to allow importing for the current eBay Account. Imported listings you can find in Sell on eBay -> Listings -> 3rd Party.
+
+ Use 'Product Mapping' settings to connect eBay listings to Magento products.
+
+ Note: The 3rd Party Listings Synchronization must be enabled in %1$s > Configuration > Synchronization.
+ "," Les annonces tierces correspondent aux objets qui ont été mis en vente sur eBay sans avoir utilisé l'extension M2E Pro. Choisissez 'Oui' pour l'option Importer les annonces tierces afin d'autoriser l'importatiogn des annonces pour le compte eBay actuel. Vous trouverez les annonces importées dans le menu Vendre sur eBay -> Annonces -> Annonces tierces. Utilisez les paramètres 'Mappage des produits' pour associer les annonces eBay aux produits Magento. Remarque : la synchronisation des annonces tierces doit être activée à partir du menu %1$s > Configuration > Synchronisation. "
+"Import 3rd Party Listings","Importer les annonces tierces"
+"Allows importing 3rd Party Listings.Note: Only active eBay Listings created less than 2 years before will be imported.","Permet d'importer les annonces tierces.Remarque : seules les annonces eBay en cours créées depuis moins de 2 ans sont importées."
+"Product Mapping","Mappage des produits"
+"Maps eBay product with Magento product.","Permet de mapper un produit eBay avec un produit Magento."
+"Mapping Settings","Paramètres de mappage"
+"Custom Label (SKU)","Libellé personnalisé (référence article)"
+"None","Aucun"
+"Product SKU","Référence article du produit"
+"Listing Title","Titre de l'annonce"
+"Mapped Items Synchronization","Synchronisation des objets mappés"
+"Enabled","Activé"
+"Enables / Disables synchronization of Mapped 3rd Party Listings for the current account. Click 'Synchronization Settings' button to configure settings.
+ Note: The first 3rd Party Listings Synchronization launches the first product automapping. After that you can launch it manually in Sell on eBay > Listings > 3rd Party.","Permet d'activer/de désactiver la synchronisation des annonces tierces mappées pour le compte actuel. Cliquez sur 'Paramètres de synchronisation' pour configurer les paramètres. Remarque : la première synchronisation des annonces tierces déclenche le premier mappage automatique des produits. Vous pouvez ensuite le démarrer manuellement à partir du menu Vendre sur eBay > Annonces > Annonces tierces."
+"Related Store Views","Vues boutiques associées"
+"Related Store View","Vue boutique associée"
+"Establish connection between eBay sites and Magento Store Views for correct data synchronization.","Permet d'établir un lien entre les sites eBay et les vues Boutique Magento pour assurer la synchronisation correcte des données."
+"For each eBay account M2E Pro allows import orders coming from eBay and setting up automatic Magento orders creation.
+ Using appropriate settings you can create Magento orders for the items listed by the 3rd party software and by M2E Pro.
+
+
+ Note: The Product Stock QTY only reduces after Magento Order creation.
+ The Order Synchronization must be enabled in %1$s > Configuration > Synchronization.","Pour chaque compte eBay, M2E Pro permet d'importer les commandes provenant d'eBay et de configurer la création automatique de commandes Magento. Utilisez les paramètres appropriés pour créer des commandes Magento pour les objets mis en vente par les logiciels tiers et par M2E Pro. Remarque : la quantité n'est déduite du stock des produits qu'une fois la commande Magento créée. La synchronisation des évaluations doit être activée à partir du menu %1$s > Configuration > Synchronisation."
+"Import eBay Orders","Importer les commandes eBay"
+"Choose to import the orders placed on eBay.","Permet d'importer les commandes passées sur eBay."
+"Product Is Listed By M2E Pro","Produit mis en vente via M2E Pro"
+"Create Order in Magento","Créer la commande dans Magento"
+"Whether an order has to be created in Magento if a sold product belongs to M2E Pro Listings.","Détermine si une commande doit être créée dans Magento lorsqu'un produit vendu fait partie des annonces M2E Pro."
+"Magento Store View Source","Source de la vue Boutique Magento"
+"Use Store View from Listing","Utiliser la vue boutique de l'annonce"
+"Choose Store View Manually","Choisir la vue boutique manuellement"
+"Use the store view from your M2E Listing, or choose store view manually.","Utilisez la vue Boutique de l'annonce M2E ou sélectionnez-la manuellement."
+"The store the orders will be placed in.","Boutique dans laquelle les commandes seront placées."
+"Product Is Listed By Any Other Software","Produit mis en vente via d'autres logiciels"
+"Whether an order has to be created in Magento if a sold product does not belong to M2E Pro Listings.","Détermine si une commande doit être créée dans Magento lorsqu'un produit vendu ne fait pas partie des annonces M2E Pro."
+"Product Not Found","Produit introuvable"
+"Do Not Create Order","Ne pas créer de commande"
+"Create Product and Order","Créer le produit et la commande"
+"What has to be done if a listed product does not exist in Magento.","Détermine la marche à suivre si un produit mis en vente n'existe pas dans Magento."
+"Note: Only simple products without variations can be created in Magento. If there is a product with variations on eBay, M2E Pro creates different simple products for each variation.","Remarque : seuls les produits simples à version unique peuvent être créés dans Magento. S'il existe un produit avec plusieurs versions sur eBay, M2E Pro créera des produits simples différents pour chaque version."
+"Product Tax Class","Catégorie fiscale des produits"
+"Tax Class which will be used for products created by M2E Pro.","Catégorie fiscale utilisée pour les produits créés par M2E Pro."
+"Customer Settings","Paramètres client"
+"Customers","Clients"
+"There are several ways to specify a customer Magento Orders will be assigned to:
+
+ Guest Account - the system does not require a customer account to be created. Default guest account will be used instead.
+ Note: To use this option, Magento Guest Checkout option must be enabled.
+ Predefined Customer - the system uses predefined customer.
+ Create New - a new customer will be created in Magento.
+ Note: If a customer already exists in Magento, the system assigns orders to him.","Il existe différentes manières de spécifier le client auquel des commandes Magento seront affectées : Compte utilisateur non inscrit - le système n'exige pas la création d'un compte client. Le compte membre non inscrit par défaut sera utilisé. Remarque : pour utiliser cette option, vous devez activer l'option Finalisation de l'achat pour les visiteurs dans Magento. Client prédéfini - Le système utilise un client prédéfini. Créer - Un client est créé dans Magento. Remarque : si un client existe déjà dans Magento, le système lui affecte les commandes."
+"Customer","Client"
+"Guest Account","Compte visiteur"
+"Predefined Customer","Client prédéfini"
+"Create New","Créer"
+"Customer Magento Orders will be created for.","Client pour lequel les commandes Magento sont créées."
+"Customer ID","Identifiant client"
+"Enter Magento customer ID.","Saisissez l'identifiant client Magento."
+"Associate to Website","Associer au site Web"
+"-- Please Select --","-- Effectuez votre sélection --"
+"Website a customer account will be created for.","Site Web pour lequel le compte client sera créé."
+"Customer Group","Groupe de clients"
+"Customer Group a customer will be assigned to.","Groupe de clients auquel le client est affecté."
+"Send Emails When The Following Is Created","Envoyer un e-mail lors de la création de ce qui suit"
+"Customer Account","Compte client"
+"Magento Order","Commande Magento"
+"Invoice","Facture"
+"Necessary emails will be sent according to Magento settings in Magento > System > Configuration > Sales Emails. Hold Ctrl button, to choose more, than one option.","Les e-mails voulus seront envoyés conformément aux paramètres Magento définis dans le menu Magento > Système > Configuration > E-mails de vente. Pour sélectionner plusieurs options, maintenez enfoncée la touche Ctrl."
+"Order Creation Rules","Règles de création des commandes"
+"Set eBay Orders settings when Magento Orders have to be created.
+
+ The Reserve Quantity option can prevent the item selling before the Magento Order is created.
+ This is because the Product Stock Quantity is reduced after Magento Order creation.
+ It removes items from Magento Stock as soon as the order is received from eBay.","Définissez les paramètres des commandes eBay pour la création des commandes Magento. L'option Quantité de réserve permet d'éviter que l'objet soit vendu avant la création de la commande Magento. La quantité n'est en effet déduite du stock des produits qu'après la création de la commande Magento. Les objets sont déduits du stock Magento dès que la commande est reçue d'eBay."
+"Create Magento Order When","Créer une commande Magento lorsque"
+"Immediately","Immédiatement"
+"Checkout Is Completed","La finalisation de l'achat est terminée"
+"Payment Is Received","Le paiement a été reçu"
+"Checkout Is Completed & Payment Received","La finalisation de l'achat est terminée et le paiement a été reçu"
+"Automatic Cancellation","Annulation automatique"
+"Never","Jamais"
+"In %d days","Dans %d jours"
+"Magento Orders, which were not paid in a definite time interval, will be cancelled. Unpaid Item Process will be launched for such orders on eBay.","Les commandes Magento qui n'ont pas été payées dans un délai défini sont annulées. Le Programme d'aide en ligne à la résolution de litiges sera lancé pour ces commandes sur eBay."
+"For %d day","Pour %d jour"
+"For %d days","Pour %d jours"
+"For how many days reserve qty has to be kept while Magento Order is not created.","Nombre de jours pendant lesquels la quantité réservée doit être conservée tant que la commande Magento n'est pas créée."
+"Order Tax Settings","Paramètres de taxation des commandes"
+"Choose the tax settings for your Magento Order:
+
+ eBay - Magento Orders use tax settings from the eBay Listing.
+ Magento - Magento Orders use Magento tax settings.
+ eBay & Magento - Magento Orders use tax settings from the eBay Listing. If there are no tax settings set in eBay, Magento tax settings are used.
+ None - No tax settings are set.","Sélectionnez les paramètres de taxation de la commande Magento : eBay - Les paramètres de taxation de l'annonce eBay sont utilisés pour les commandes Magento. Magento - Les paramètres de taxation Magento sont utilisés pour les commandes Magento. eBay et Magento - Les paramètres de taxation de l'annonce eBay sont utilisés pour les commandes Magento. Si aucun paramètre de taxation n'est défini sur eBay, les paramètres de taxation Magento sont utilisés. Aucun - Aucun paramètre de taxation n'est défini."
+"Tax Source","Source des paramètres de taxation"
+"eBay & Magento","eBay et Magento"
+"Order Status Mapping","Mappage du statut de la commande"
+"Configure mapping between your eBay Order state and Magento Order statuses.
+ Note: The Order activity in Magento is automatically reflected in your eBay Order:
+ Choose to create automatic invoices and automatic notify the buyer when the item ships.","Permet de configurer le mappage entre le statut de la commande eBay et les statuts de la commande Magento. Remarque : l'activité de la commande dans Magento se reflète automatiquement dans la commande eBay : Vous pouvez créer des factures automatiques et informer automatiquement l'acheteur lorsque l'objet est envoyé."
+"Status Mapping","Mappage des statuts"
+"Default Order Statuses","Statuts par défaut"
+"Custom Order Statuses","Statuts personnalisés"
+"Payment Is Completed","Paiement effectué"
+"Automatic Invoice Creation","Création automatique de la facture"
+"Shipping Is Completed","Livraison terminée"
+"Automatic Shipment Creation","Création automatique de l'envoi"
+"
+ With M2E you can also sell your Magento products on eBay store. The information about your store you can find below."," M2E vous permet également de vendre vos produits Magento dans une Boutique eBay. Les informations sur la Boutique se trouvent ci-dessous."
+"Information","Informations"
+"Store Title","Titre de la boutique"
+"URL","URL"
+"Subscription Level","Niveau d'inscription"
+"Updates store information.","Permet de mettre à jour les informations sur la Boutique."
+"Highlighted category ID.","Numéro de la catégorie sélectionnée."
+"This eBay account does not have an eBay Store subscription.","Ce compte eBay ne possède pas d'inscription à une Boutique eBay."
+"Note: All changes you have made will be automatically applied to all M2E listings where this category is used.","Remarque : toutes les modifications apportées s'appliquent automatiquement à toutes les annonces M2E qui utilisent cette catégorie."
+"Do not show any more","Ne plus afficher"
+"Marketplace","Place de marché"
+"
+ Be careful when you edit categories data, as all changes you have made will be automatically applied to all M2E listings where these categories are used.
+
+
+ Note: If M2E has defined, that a category was removed from eBay, it highlights it.
+ "," Si vous modifiez les données des catégories, n'oubliez pas que toutes les modifications s'appliqueront automatiquement à toutes les annonces M2E qui utilisent ces catégories. Remarque : si M2E détermine qu'une catégorie a été supprimée d'eBay, cette catégorie est mise en surbrillance. "
+"Every time you set a category you specify Item Specifics adapted to M2E listing or product it is set for.
+ All variety of Item Specifics sets you can find on the Specifics tab.
+The number of sets is equal to the number of category usage in M2E.
+
+
+Note: When you change a Primary category, you will need to specify Item Specifics for every created dates.
+","Lorsque vous définissez une catégorie, vous spécifiez des caractéristiques de l'objet adaptées à l'annonce M2E ou au produit correspondant. Tous les jeux de caractéristiques de l'objet sont disponibles sous l'onglet Caractéristiques. Le nombre de jeux est égal au nombre d'utilisations des catégories dans M2E.Remarque : si vous modifiez une catégorie principale, vous devez spécifier les caractéristiques de l'objet pour chaque date créée.,"
+"Created at","Créée à"
+"Simple","Simple"
+"Advanced","Avancé"
+"There are two modes. Simple is suitable for new users and for those with a limited inventory. Advanced is suitable for the more experienced user.","Deux modes sont disponibles. Le mode simple est destiné aux nouveaux utilisateurs et aux utilisateurs dont l'inventaire est limité. Le mode avancé est destiné aux utilisateurs expérimentés."
+"Notifications","Notifications"
+"Cron","Cron"
+"Notifies if cron is not run more than 12 hours.","Permet de recevoir une notification si la tâche cron n'a pas été exécutée depuis plus de 12 heures."
+"Negative Feedback","Evaluations négatives"
+"Notifies when a new negative feedback was received.","Permet de recevoir une notification en cas de réception d'une évaluation négative."
+"Item Specifics Step","Etape Caractéristiques de l'objet"
+"Not Show","Masquer"
+"If you do not need to change Item Specifics details every time you add products, you can skip this step (set 'Not Show\","Si vous ne devez pas modifier les caractéristiques de l'objet pour chaque produit ajouté, vous pouvez ignorer cette étape (Masquer)"
+"Currency","Devise"
+"Choose the currency you want to sell for.","Sélectionnez la devise à utiliser pour vos ventes."
+"Prevent eBay Item Duplicates","Eviter les objets eBay dupliqués"
+"Does not list a Magento product if it was listed from another M2E listing.
+
+ Note: This mechanism only works for auto listing and in Live eBay environment.","Le produit Magento n'est pas mis en vente s'il l'a été à partir d'une autre annonce M2E. Remarque : cette option ne s'applique qu'à la mise en vente automatique dans l'environnement du site eBay en ligne."
+"Parts compatibility is a better way for sellers to list parts that fit a variety of vehicles. This format adds standard information to your listing. You can create one listing describing a single part and add a complete list of compatible vehicles.
+ To use this feature you have to:
+
+ In the section below choose the attribute, which will be used for saving ePIDs (Product Reference IDs) of compatible vehicles.
+ In created M2E listing on the 'View Listing' (Settings view mode) page use the Add Compatible Vehicles tool to find necessary compatible items.
+ ","Le format Compatibilité des pièces permet de mettre en vente des pièces compatibles avec des véhicules spécifiques de manière plus efficace. Ce format ajoute des informations standard à votre annonce. Il pouvez créer une annonce décrivant une pièce unique et y ajouter une liste de tous les véhicules compatibles. Pour utiliser cette fonctionnalité, procédez comme suit : Dans la section ci-dessous, sélectionnez l'attribut à utiliser pour l'enregistrement des codes produits eBay (codes de référence des produits) des véhicules compatibles. Dans l'annonce M2E créée, à la page Afficher l'annonce (mode d'affichage Paramètres), utilisez l'outil Ajouter des véhicules compatibles pour rechercher les objets compatibles requis. "
+"Select Attribute","Sélectionner l'attribut"
+"Only textarea attributes are shown.","Seuls les attributs textarea sont affichés."
+"You do not have textarea attributes.","Vous n'avez aucun attribut textarea."
+"Set up general preferences for eBay and Save configuration.","Définissez des préférences générales pour eBay et enregistrez la configuration."
+"Cron Is Not Running","Cron n'est pas en cours d'exécution"
+"Feedback has been successfully sent.","L'évaluation a été envoyée."
+"Response Message","Message de réponse"
+"Buyer's Feedback","Evaluation de l'acheteur"
+"Choose Predefined Feedback","Choisir une évaluation prédéfinie"
+"Or Write Your Own","Ou rédiger la vôtre"
+"This page contains all feedback received from buyers and all seller responses to them.
+ Use eBay Accounts dropdown to filter feedback by accounts.
+ If a response to feedback was not automatically sent, you can send it manually by pressing the Response button on
+ appropriate line and filling appeared form at the top of page.
+ Note: Auto Responses to feedback are sent according to the eBay Accounts settings.","Cette page comprend toutes les évaluations que les acheteurs ont envoyées et toutes les réponses du vendeur à ces évaluations. Utilisez la liste déroulante Comptes eBay pour filtrer les évaluations par compte. Si la réponse à l'évaluation n'a pas été envoyée automatiquement, vous pouvez le faire manuellement en cliquant sur le bouton Réponse dans la ligne appropriée et en remplissant le formulaire qui apparaît en haut de la page. Remarque : les réponses automatiques aux évaluations sont envoyées en fonction des paramètres des comptes eBay."
+"eBay/Magento Integration: Listing","Intégration eBay/Magento : Annonce"
+"General Settings","Paramètres généraux"
+"Select the desired eBay account to use. Next, choose your preferred eBay site. Finally, the Magento Store View you would like eBay to use.","Sélectionnez le compte eBay à utiliser. Sélectionnez ensuite le site eBay de votre choix. Enfin, sélectionnez la Vue boutique Magento qu'eBay doit utiliser."
+"Create a title that's meaningful to you. Your Listing Title will not be displayed publicly.","Créez un titre significatif. Le titre de l'annonce ne sera pas affiché publiquement."
+"eBay Settings","Paramètres eBay"
+"This is the user name of your eBay account.","Pseudo de votre compte eBay."
+"This is the site where your item will be listed. Choose from the dropdown list. Your currency will be automatically selected based on your eBay Site choice.","Site sur lequel l'objet sera mis en vente. Faites votre choix dans la liste déroulante. La devise sera sélectionnée automatiquement en fonction du site eBay sélectionné."
+"Magento Settings","Paramètres Magento"
+"This is the store information that will be used on M2E Pro.","Informations sur la boutique qui seront utilisées sur M2E Pro."
+"Add","Ajouter"
+"Account not found, please create it.","Compte introuvable. Veuillez créer le compte."
+"Add Another","Ajouter un autre"
+"Another Synchronization Is Already Running.","Une autre synchronisation est déjà en cours d'exécution."
+"Getting information. Please wait ...","Obtention des informations. Veuillez patienter..."
+"Preparing to start. Please wait ...","Préparation du démarrage. Veuillez patienter..."
+"Please wait while synchronization is finished.","Veuillez patienter jusqu'à la fin de la synchronisation."
+"The specified title is already used for other listing. Listing title must be unique.","Le titre spécifié est déjà utilisé pour une autre annonce. Le titre de l'annonce doit être unique."
+"Step 1","Etape 1"
+"Step 2","Etape 2"
+"Step 3","Etape 3"
+"Product Assigned to Categories","Produit affecté aux catégories"
+"No Action","Pas d'action"
+"Add to the Listing","Ajouter à l'annonce"
+"Add to the Listing and Assign eBay Category","Ajouter à l'annonce et affecter une catégorie eBay"
+"Action which will be applied automatically.","La tâche sera appliquée automatiquement."
+"Product Deleted from Categories","Produit supprimé des catégories"
+"Stop on eBay","Arrêter la vente sur eBay"
+"Stop on eBay and Delete from Listing","Arrêter la vente sur eBay et supprimer de l'annonce"
+"This category is already used in the rule %s. If you press ""Confirm"" button, category will be removed from that rule.","Cette catégorie est déjà utilisée dans la règle %s. Si vous cliquez sur le bouton Confirmer, la catégorie sera supprimée de cette règle."
+"Rules For Magento Categories","Règles pour les catégories Magento"
+"Rules for products added or deleted from particularly Magento category.
+ To add a new rule click on the Add New Rule button.","Règles pour les produits ajoutés ou supprimés dans une catégorie Magento spécifique. Pour ajouter une nouvelle règle, cliquez sur le bouton Ajouter une nouvelle règle."
+"Reset Automatic Action Rules","Réinitialiser les règles des tâches automatiques"
+"Global (all products)","Global (tous les produits)"
+"New Product Added to Magento","Nouveau produit ajouté dans Magento"
+"Product Deleted from Magento","Produit supprimé de Magento"
+"Reset Automatic Action Rule","Réinitialiser la règle des tâches automatiques"
+"Website","Site Web"
+"Product Added to Website","Produit ajouté au site Web"
+"Product Deleted from Website","Produit supprimé du Site Web"
+"Rules of auto adding and deletion products from current listing.","Règles d'ajout et de suppression automatiques des produits de l'annonce actuelle."
+"Auto Actions","Tâches automatiques"
+"Depending on products scope level (Global, Website, Category) you can set the rules of adding / deletion Magento products from the current listing.","Selon le champ des produits (global, site Web, catégorie), vous pouvez définir les règles d'ajout/de suppression des produits Magento dans l'annonce actuelle."
+"Select the scope level of products to which you want to apply the rule:","Sélectionnez le niveau d'utilisation des produits auquel vous souhaitez appliquer la règle :"
+"Means that when a product is added or deleted from Magento catalog the rule is applied.","La règle est appliquée lorsqu'un produit est ajouté ou supprimé dans le catalogue Magento."
+"Means that when a product is added or deleted from the Store you selected in M2E Listing setting the rule is applied.","La règle est appliquée lorsqu'un produit est ajouté ou supprimé dans la boutique sélectionnée dans les paramètres des annonces M2E."
+"Means that when a product is added or deleted from Magento category, specified in the rule settings, the rule is applied.","La règle est appliquée lorsqu'un produit est ajouté ou supprimé de la catégorie Magento spécifiée dans les paramètres de la règle."
+"Step 4","Etape 4"
+"The only common (presented in all attribute sets) ""Text Field"" or ""Dropdown"" attributes available for selection.","Les seuls attributs partagés (présents dans tous les jeux d'attributs) « Champ » ou « Liste déroulante » disponibles."
+"If you cannot find necessary category, try to update eBay sites data .","Si vous ne trouvez pas la catégorie souhaitée, essayez de mettre à jour les données des sites eBay ."
+"If you cannot find necessary store category, try to refresh eBay store data .","Si vous ne trouvez pas la catégorie de boutique souhaitée, essayez de mettre à jour les données des Boutiques eBay ."
+"Enter keyword(s) or category ID...","Saisissez des mots-clés ou le numéro de catégorie..."
+"No recently used categories","Aucune catégorie utilisée récemment"
+"Change","Modifier"
+"No results","Aucun résultat"
+"Try to update eBay sites data and repeate the search.","Essayez de mettre à jour les données des sites eBay et effectuez une nouvelle recherche."
+"Try to refresh eBay store data and repeate the search.","Essayez de mettre à jour les données des Boutiques eBay et effectuez une nouvelle recherche."
+"eBay Category","Catégorie eBay"
+"eBay Primary Category must be selected.","La catégorie principale eBay doit être sélectionnée."
+"eBay Store Category","Catégorie de la Boutique eBay"
+"eBay Primary Store Category must be selected.","La catégorie principale de la Boutique eBay doit être sélectionnée."
+"You have to set eBay Categories before you can List Items on eBay.","Avant de pouvoir mettre des objets en vente sur eBay, vous devez définir les catégories eBay."
+"Choose one of the options below.","Choisissez l'une des options ci-dessous."
+"The same category","Catégorie identique"
+"The Products will all have the same category.","Tous les produits seront affectés à la même catégorie."
+"Remember my choice and skip this step in the future.","Se souvenir de mon choix et ignorer cette étape à l'avenir."
+"Based on Magento categories","En fonction des catégories Magento"
+"The products will all have the eBay categories that are based on Magento categories.","Tous les produits seront affectés aux catégories eBay basées sur les catégories Magento."
+"Get suggested categories","Suggestions de catégories"
+"eBay suggests the best categories for your products based on title and attribute set of product.","eBay suggère les catégories correspondant le mieux à vos produits en fonction de leur titre et de leur jeu d'attributs."
+"Set manually for each product","Définir manuellement pour chaque produit"
+"You have complete freedom to choose (individually, or by grouping a set of products together) the most suitable eBay category for your products.","Vous êtes libre de choisir la catégorie eBay la plus appropriée (pour chaque produit ou pour un groupe de produits)."
+"If you continue the settings you will choose next will be applied to the current M2E Listing and automatically assigned to all products added later. ","Si vous continuez, les paramètres sélectionnés à l'étape suivante s'appliqueront à l'annonce M2E actuelle et seront automatiquement affectés à tous les produits ajoutés ultérieurement. "
+"Apply Settings","Appliquer les paramètres"
+"Warning: There are product(s) of
+which have no Primary eBay category specified.
+
+You can correct it now by Cancelling this message and choosing Edit Category action.
+Or if you are not sure which category to choose, Continue working.
+You will have a chance to correct category(s) later in the listing settings.","Avertissement : aucune catégorie principale eBay n'est spécifiée pour produits sur . Pour y remédier, annulez ce message et sélectionnez la tâche Modifier la catégorie. Si vous ne savez pas quelle catégorie choisir, continuez. Vous pourrez corriger les catégories plus tard dans les paramètres des annonces."
+"Skip Optional Specifics","Ignorer les caractéristiques facultatives"
+"M2E will check all available Item Specifics for selected eBay Categories and stops at the Category where user action is required (required Item Specifics should be set).","M2E vérifiera toutes les caractéristiques des objets disponibles pour les catégories eBay sélectionnées et s'arrêtera à la catégorie qui nécessite une action de la part de l'utilisateur (les caractéristiques obligatoires de l'objet doivent être définies)."
+" All selected eBay Categories were checked for required Item Specifics.
+
+ Now you can proceed further (use Continue button) or close this window and review Item Specifics if neccessary (use Cancel button)."," Les caractéristiques obligatoires des objets ont été vérifiées pour toutes les catégories eBay sélectionnées. Vous pouvez poursuivre (bouton Continuer) ou fermer cette fenêtre et vérifier les caractéristiques de l'objet si nécessaire (bouton Annuler)."
+"The category %cat% doesn't have Item Specific.","La catégorie %cat% ne contient pas de caractéristiques de l'objet."
+"Adding specific item details will attract your buyers and help them to find your item in a search. We recommend using as many item specifics as you can.
+ There are mandatory specifics and the chance to create your own.
+
+ There are four options available to you.
+
+
+
+ eBay Recommended
+ eBay recommends certain characteristics your item may possess. Simply choose the most appropriate one from the drop down menu.
+ So if you are selling headphones, eBay will recommend an ABC list of the most common brands from Apple and Bose to Creative.
+ This is a sensible option for beginners to eBay.
+
+ Note: These options correspond to the Primary eBay Category, not any Secondary Category you may have chosen.
+
+
+ Custom Attribute
+ You can create more customisable detail by choosing the Custom Attribute that contains the item specific.
+
+
+ Custom Value
+ This allows you to manually type specific information about your product rather than choosing from a dropdown list.
+ This is particularly useful if the eBay recommended option does not include information about the specific item you have for sale.
+
+
+ None
+ You choose not to offer potential buyers any item specific information. Be aware that this may hamper your items appearing in eBay search results.
+
+ ","Si vous ajoutez des détails, les acheteurs seront davantage attirés par votre objet et ils pourront l'identifier plus facilement dans les résultats de recherche. Il est recommandé d'utiliser un maximum de caractéristiques de l'objet. Certaines caractéristiques sont obligatoires et vous pouvez créer vos propres caractéristiques. Quatre options sont disponibles. Recommandé par eBay eBay recommande certaines caractéristiques susceptibles de s'appliquer à votre objet. Choisissez la plus appropriée dans le menu déroulant. Par exemple, si vous vendez des casques audio, eBay vous propose une liste alphabétique des marques les plus connues, d'Apple et Bose à Creative. Cette option est conseillée pour les utilisateurs qui débutent sur eBay. Remarque : ces options correspondent à la catégorie principale eBay et non à d'autres catégories secondaires éventuellement sélectionnées. Caractéristique personnalisée Vous pouvez créer des détails personnalisables en sélectionnant la caractéristique personnalisée correspondante. Valeur personnalisée Cette option vous permet de saisir manuellement des informations spécifiques sur le produit au lieu de les sélectionner dans une liste déroulante. Elle est utile si l'option recommandée par eBay n'inclut pas les informations sur l'objet que vous souhaitez vendre. Aucun Vous choisissez de ne pas indiquer de caractéristique spécifique de l'objet aux acheteurs potentiels. Le choix de cette option risque d'affecter l'affichage de vos objets dans les résultats de recherche eBay. "
+"Value","Valeur"
+"Add more information to help buyers find your item in search results.","Ajoutez plus d'informations pour permettre aux acheteurs de trouver votre objet dans les résultats de recherche."
+"eBay Recommended","Recommandé par eBay"
+"Custom Value","Valeur personnalisée"
+"Custom Attribute","Caractéristique personnalisée"
+"Custom Label / Attribute","Libellé/attribut personnalisé"
+"M2E Pro Listings","Annonces M2E Pro"
+"This page contains all created M2E Listings.
+You can perform different Actions on a single Listing or on a group of Listings.
+Actions for a single Listing you can find in the Action column of the grid. Choose a necessary option in the appropriate Listing dropdown to execute it.
+ Mass actions are in the Actions dropdown at the top right corner of the grid. Select check-boxes of appropriate items, choose an Action from the dropdown and press the Submit button.","Cette page comprend toutes les annonces M2E créées. Vous pouvez exécuter différentes tâches sur une seule annonce ou sur un groupe d'annonces. Les tâches pour une seule annonce sont accessibles dans la colonne Action du tableau. Choisissez une option dans la liste déroulante de l'annonce appropriée pour l'exécuter. Les tâches pour un groupe d'annonces sont accessibles dans la liste déroulante Actions dans le coin supérieur droit du tableau. Cochez les cases des objets appropriés, choisissez une tâche dans la liste déroulante et cliquez sur le bouton Soumettre."
+"This Log contains all information about actions, which were done on all M2E Pro Listings and their items.","Ce journal contient toutes les informations sur les actions exécutées sur toutes les annonces M2E Pro et les objets correspondants."
+"
+This page contains eBay Listings, which belong to registered eBay Accounts (%1$s > Configuration > Accounts Settings) and were listed not by M2E Pro extension.
+They are filtered by eBay User ID and Marketplaces in the grid. To review necessary 3rd Party Listings click on appropriate line of the grid.
+
+Note: To import eBay 3rd Party Listings the 3rd Party Listings Import must be enabled in account's settings
+(%1$s > Configuration > Accounts Settings > 3rd Party Listings tab) and the 3rd Party Listings Synchronization must be enabled in %1$s > Configuration > Synchronization.
+
+Important: Initially (the first synchronization of 3rd Party Listings) M2E imports items which have been listed not later than a year ago.
+","Cette page comprend les annonces qui appartiennent aux comptes eBay enregistrés (%1$s > Configuration > Comptes eBay) et qui n'ont pas été mises en vente via l'extension M2E Pro. Elles sont filtrées par Pseudo eBay et par place de marché dans le tableau. Pour accéder aux annonces tierces, cliquez sur la ligne correspondante dans le tableau.Remarque : pour pouvoir importer des annonces tierces eBay, vous devez activer l'importation des annonces tierces dans les paramètres du compte (%1$s > Configuration > Comptes eBay > onglet Annonces tierces) et leur synchronisation dans le menu %1$s > Configuration > Synchronisation.Important : au départ (lors de la première synchronisation des annonces tierces), M2E importe les objets dont la mise en vente remonte à moins d'un an."
+"This Log contains all information about actions, which were done on 3rd Party Listings.","Ce journal contient toutes les informations sur les actions exécutées sur les annonces tierces."
+"Define the conditions when you want eBay items relisted.
+ ","Définissez les conditions de remise en vente des objets eBay. "
+"Relist Action","Action Remettre en vente"
+"Activates Relist action.","Active la tâche Remettre en vente."
+"Relist When Stopped Manually","Remettre en vente en cas d'arrêt manuel"
+"Relists an item by over-riding any manual stop.","La remise en vente de l'objet remplace l'arrêt manuel."
+"Synchronize Data","Synchroniser les données"
+"Updates title, subtitle, description, price, quantity and shipment on eBay items.","Permet de mettre à jour le titre, le sous-titre, la description, le prix, la quantité et l'envoi dans les annonces eBay."
+"Relist Conditions","Conditions de remise en vente"
+"Product Status","Statut du produit"
+"Product status when item will be relisted.","Statut du produit lors de la remise en vente de l'objet."
+"Stock Availability when item will be relisted.","Disponibilité lors de la remise en vente de l'objet."
+"Quantity","Quantité"
+"Less","Inférieure"
+"More or Equal","Supérieure ou égale"
+"Between","Entre"
+"Product(s) quantity when item will be relisted.","Quantité des produits lors de la remise en vente de l'objet."
+"Min Quantity","Quantité min."
+"Max Quantity","Quantité max."
+"Specify the product details you want to keep up to date on eBay.","Spécifiez les détails du produit à mettre à jour sur eBay."
+"Partial Revise","Modification partielle"
+"Item Quantity","Quantité d'objets"
+"Updates eBay listing quantity when it changes in Magento.","Permet de mettre à jour la quantité d'une annonce eBay lorsqu'elle est modifiée dans Magento."
+"Item Price","Prix de l'objet"
+"Updates eBay listing price when it changes in Magento.","Permet de mettre à jour le prix d'une annonce eBay lorsqu'il est modifié dans Magento."
+"Updates eBay listing title when it changes in Magento.","Permet de mettre à jour le titre d'une annonce eBay lorsqu'il est modifié dans Magento."
+"Item Subtitle","Sous-titre de l'objet"
+"Updates eBay listing subtitle when it changes in Magento.","Permet de mettre à jour le sous-titre d'une annonce eBay lorsqu'il est modifié dans Magento."
+"Item Description","Description de l'objet"
+"Updates eBay listing description when it changes in Magento.","Permet de mettre à jour la description d'une annonce eBay lorsqu'elle est modifiée dans Magento."
+"Specifies Magento product data to be synchronized with eBay.
+
+ Note: If you set 'Not Set' in an option, the synchronization will not be performed for it.","Détermine les données produit Magento à synchroniser avec eBay. Remarque : si vous sélectionnez 'Non définie' pour une option, la synchronisation ne sera pas effectuée pour cette option."
+"The price will be calculated according to Catalog Price Rules (Magento > Promotions > Catalog Price Rules).","Le prix sera calculé en fonction des règles de tarification du catalogue (Magento > Promotions > Règles de tarification du catalogue)."
+"Updates price on eBay listing(s) when the source of price changes.","Permet de modifier le prix dans les annonces eBay lorsque la source du prix est modifiée."
+"Synchronization Source","Source de la synchronisation"
+"Not Set (not changeable on eBay)","Non définie (non modifiable sur eBay)"
+"Product QTY","Quantité de produits"
+"Magento Attributes","Attributs Magento"
+"Product QTY - eBay listing quantity will be synchronized with Magento product quantity.
+ Magento Attribute - eBay listing quantity will be synchronized with attribute value.
+","Quantité de produits - La quantité de l'annonce eBay est synchronisée avec la quantité de produits dans Magento. Attribut Magento - La quantité de l'annonce eBay sera synchronisée avec la valeur de l'attribut."
+"Product Price","Prix du produit"
+"Special Price","Prix spécial"
+"
+ Product Price - eBay Listing price will be synchronized with the original Magento product price.
+ Special Price - eBay Listing price will be synchronized with the special price of Magento product.
+ Magento Attribute - eBay listing price will be synchronized with attribute value.
+"," Prix du produit - Le prix de l'annonce eBay sera synchronisé avec le prix initial du produit dans Magento. Prix spécial - Le prix de l'annonce eBay sera synchronisé avec le prix spécial du produit Magento. Attribut Magento - Le prix de l'annonce eBay sera synchronisé avec la valeur de l'attribut."
+"
+ Product Name - eBay listing title will be synchronized with the original Magento product name.
+ Magento Attribute - eBay listing title will be synchronized with attribute value.
+ "," Nom du produit - Le titre de l'annonce eBay sera synchronisé avec le nom initial du produit dans Magento. Attribut Magento - Le titre de l'annonce eBay sera synchronisé avec la valeur de l'attribut. "
+"Choose Magento attribute that will be synchronized with subtitle on eBay.","Sélectionnez l'attribut Magento à utiliser pour la synchronisation du sous-titre sur eBay."
+"Product Description","Description du produit"
+"Product Short Description","Brève description du produit"
+"
+ Product Description - eBay listing description will be synchronized with the original description of Magento product.
+ Product Short Description - eBay listing description will be synchronized with the original short Magento product description.
+ Magento Attribute - eBay listing description will be synchronized with attribute value.
+ "," Description du produit - La description de l'annonce eBay sera synchronisée avec la description initiale du produit dans Magento. Brève description du produit - La description de l'annonce eBay sera synchronisée avec la brève description initiale du produit dans Magento. Attribut Magento - La description de l'annonce eBay sera synchronisée avec la valeur de l'attribut. "
+"Define the conditions when you want eBay items stopped.
+
+ Note: If all options are set to No or No Action, then the stop action is disabled.
+If all options are enabled, then an item will be stopped if at least one of the Stop Conditions is met.","Définissez les conditions d'arrêt de la vente des objets eBay. Remarque : si les valeurs Non ou Aucune action sont définies pour toutes les options, la tâche Arrêter est désactivée. Si toutes les options sont activées, la vente de l'objet sera arrêtée lorsqu'au moins une condition d'arrêt est remplie."
+"Stop Conditions","Conditions d'interruption"
+"Stop When Status Disabled","Arrêter la vente si le statut est Désactivé"
+"Automatically stops eBay listing if its status is changed to 'Disabled' in Magento.","Arrête automatiquement la vente de l'objet sur eBay si son statut devient Désactivé dans Magento."
+"Stop When Out Of Stock","Arrêter la vente en cas de rupture de stock"
+"Automatically stops eBay listing if its stock availability is changed to 'Out Of Stock' in Magento.","Arrête automatiquement la vente de l'objet sur eBay si la disponibilité de l'objet est remplacée par 'En rupture de stock' dans Magento."
+"Stop When Item Quantity Is","Arrêter la vente si la quantité d'objets est"
+"Less or Equal","Inférieure ou égale"
+"More","Supérieure"
+"Automatically stops eBay listing if its Magento quantity is changed and meets the conditions.","Arrête automatiquement la vente de l'objet sur eBay si la quantité Magento est modifiée et remplit les conditions définies."
+"Min Item Quantity","Quantité d'objets minimum"
+"Max Item Quantity","Quantité d'objets maximum"
+"Displayed products have the same Attribute Set as the Listing you are going to add them to.
+ Note: A product can be added to the listing only once. If a product was added to the Listing earlier, it will not be displayed. ","Les produits affichés ont le même jeu d'attributs que l'annonce à laquelle vous allez les ajouter. Remarque : chaque produit ne peut être ajouté qu'une seule fois à l'annonce. Si un produit a déjà été ajouté à l'annonce, il ne s'affiche pas. "
+"%s product(s) were successfully added to the M2E Listing.
+ You can Review them in the Listing or Start listing on eBay right now.
+ Note: The products without Primary eBay Category specified will not be listed. You can specify it later in the listing settings.","%s produits ont été ajoutés à l'annonce M2E. Vous pouvez les vérifier dans l'annonce ou commencer immédiatement la vente sur eBay. Remarque : les produits pour lesquels aucune catégorie principale eBay n'est définie ne seront pas mis en vente. Vous pouvez spécifier la catégorie plus tard dans les paramètres de l'annonce."
+"Magento Categories","Catégories Magento"
+"The quantity of chosen products in each category is shown in brackets.
+
+If the product belongs to several categories, it is shown in each category. And if you remove the category with such product it will be subtracted from
+ each category.
+
+","La quantité de produits sélectionnés dans chaque catégorie s'affiche entre parenthèses. Si un produit appartient à plusieurs catégories, il apparaît dans chacune de ces catégories. Si vous supprimez la catégorie de ce produit, il sera retiré de chaque catégorie."
+"Selected Products: ","Poduits sélectionnés : "
+"Selected Categories: ","Catégories sélectionnées: "
+"view","visite"
+"Search Items","Rechercher des objets"
+"This page contains all products added to M2E listings or assigned to the 3rd Party. It allows quick searching listings by their products.","Cette page comprend tous les produits ajoutés aux annonces M2E ou affectés aux annonces tierces. Elle permet de rechercher rapidement les annonces en fonction des produits."
+"Keep the existing M2E Listing settings or customise these settings for the products shown below.","Conservez les paramètres des annonces M2E existants ou personnalisez-les pour les produits affichés."
+"You can edit Settings for a single product by choosing necessary edit action on appropriate line of the grid
+ or edit and set the same settings for several products items: select items and choose necessary action from the Actions drop down menu.","Pour modifier les paramètres d'un seul produit, sélectionnez la tâche de modification dans la ligne correspondante du tableau. Vous pouvez également modifier et définir des paramètres pour plusieurs objets. Pour ce faire, sélectionnez les objets et choisissez la tâche dans le menu déroulant Actions."
+"Select appropriate product view.","Sélectionnez la vue produit appropriée."
+"There are two ways to select your products :","Vous pouvez sélectionner les produits de deux manières :"
+"Products List","Liste de produits"
+"Products are displayed altogether.","Les produits sont affichés ensemble."
+"Products grouped by Magento categories.","Produits groupés en fonction des catégories Magento."
+"Customized","Personnalisé"
+"M2E Pro Policies","Conditions M2E Pro"
+"Policy with the same title already exists.","Des conditions ayant le même titre existent déjà."
+"Please specify policy title","Spécifiez le titre des conditions"
+"Save New Policy","Enregistrer les nouvelles conditions"
+"Use From Listing Settings","Utiliser les paramètres de l'annonce"
+"eBay Policies","Règlements eBay"
+"or","ou"
+"Use Custom Settings","Utiliser des paramètres personnalisés"
+"Based on Product","En fonction du produit"
+"Fee cannot be estimated because of next error(s)","Les frais ne peuvent pas être estimés en raison des erreurs suivantes"
+"Getting Estimated Fee is in progress...","Obtention de l'estimation des frais..."
+"Listing Items","Objets de l'annonce"
+"This page contains products you have added to the Listing. You can review them and perform necessary actions.
+ You can also add a new M2E Pro Listing or navigate to other Listing directly from this page. Click the icon next to your Listing Title and a drop down menu appears.","Cette page contient les produits ajoutés à l'annonce. Vous pouvez les vérifier et sélectionner les tâches nécessaires. Vous pouvez également ajouter une nouvelle annonce M2E Pro ou accéder directement à une autre annonce à partir de cette page. Cliquez sur l'icône à côté du titre de l'annonce. Un menu déroulant apparaît."
+"There are three 'Views' available to you in Advanced mode:
+
+ eBay - displays product information related to eBay. In this mode, you can easily find products by eBay information, perform actions in bulk (i.e. List, Revise, Relist, Stop, etc);
+ Magento - displays products information related to Magento Catalog. In this mode, you can easily find products using magento products information (i.e. Magento QTY, Stock Status, etc);
+ Settings - displays information about settings set for products (i.e. Selling settings, eBay categories, etc). In this mode, you can easily find products by settings they use, change the settings in bulk.
+
+ You can switch between modes using dropdown at the top of the product grid.
+
+ Note: If you need to search by magento product attributes which is not presented in the filters of the grid, you can use 'Show Advanced Filter' option.
+ It's at the top of the page on the right hand side.","Trois modes d'affichage sont disponibles en mode avancé : eBay - Affiche les informations produits associées à eBay. Ce mode vous permet de rechercher facilement des produits en fonction des informations eBay et d'effectuer des actions simultanément pour plusieurs annonces (Mettre en vente, Modifier, Remettre en vente, Arrêter, etc.). Magento - Affiche des informations produits associées au catalogue Magento. Ce mode vous permet de rechercher facilement des produits en fonction des informations produits Magento (quantité Magento, disponibilité, etc.). Paramètres - Affiche des informations sur les paramètres définis pour les produits (paramètres de vente, catégories eBay, etc.). Ce mode vous permet de rechercher facilement des produits en fonction des paramètres utilisés et de modifier simultanément les paramètres pour plusieurs annonces. Vous pouvez passer d'un mode à l'autre à l'aide du menu déroulant situé au bas du tableau des produits. Remarque : si vous devez effectuer une recherche basée sur des attributs du produit Magento qui ne sont pas disponibles dans les filtres du tableau, utilisez l'option Afficher le filtre avancé . Cette option se trouve en haut à droite de la page."
+"Add New Listing","Ajouter une nouvelle annonce"
+"Marketplaces settings have been saved.","Les paramètres des places de marché ont été enregistrés."
+"You must select at least one marketplace you will work with.","Vous devez sélectionner au moins une place de marché."
+"Synchronization has successfully ended.","La synchronisation est terminée."
+"Synchronization ended with warnings. View log for details.","La synchronisation s'est terminée avec des avertissements. Afficher le journal pour plus de détails."
+"Synchronization ended with errors. View log for details.","La synchronisation s'est terminée avec des erreurs. Afficher le journal pour plus de détails."
+"Some eBay categories were deleted from eBay. Click here to check.","Certaines catégories eBay ont été supprimées d'eBay. Cliquez ici pour les vérifier."
+"Used in Listing(s)","Utilisé dans des annonces"
+"Waiting","En attente"
+"Processing","En cours de traitement"
+"Completed","Terminé"
+"Enable certain marketplaces you will work with and press the Save And Update button. All necessary marketplace data will be downloaded and synchronized with M2E Pro.
+
+It is recommended to update marketplaces when any marketplace changes are announced.
+
+Note: Installation and update processes might be time-consuming, depending on the number of enabled marketplaces and your server environment. ","Activez les places de marché à utiliser et cliquez sur le bouton Enregistrer et mettre à jour. Toutes les données sur la place de marché seront téléchargées et synchronisées avec M2E Pro. Nous vous recommandons de mettre à jour les places de marché si des modifications les concernant sont prévues.Remarque : les processus d'installation et de mise à jour peuvent être longs, selon le nombre de places de marché activées et votre environnement serveur. "
+"Please specify eBay motors compatibility attribute in %s > Configuration > General ","Spécifiez l'attribut de compatibilité eBay Auto dans le menu %s > Configuration > Général "
+"Please edit categories settings for selected products and select the compatibility attribute.","Modifiez les paramètres des catégories pour les produits sélectionnés et sélectionnez l'attribut de compatibilité."
+"Add Compatible Vehicles","Ajouter des véhicules"
+"Select the items, compatible with your part and choose one of three actions in the Actions dropdown:
+
+ Overwrite ePIDs in Compatibility Attribute - replaces items ePIDs in the Compatibility Attribute chosen in %s > Configuration > General with selected ones.
+ Add ePIDs to Compatibility Attribute - adds selected items ePIDs to existing ones in Compatibility Attribute chosen in the General settings.
+
+Note: Compatibility items can not be replaced or removed from eBay.","Sélectionnez les objets compatibles avec la pièce et choisissez l'une des trois actions proposées dans le menu déroulant Actions : Remplacer les codes produits eBay dans l'attribut Compatibilité - Remplace les codes produits eBay des objets dans l'attribut Compatibilité sélectionné dans le menu %s > Configuration > Général par les codes sélectionnés. Ajouter des codes produits eBay à l'attribut Compatibilité - Ajoute les codes produits eBay des objets sélectionnés aux codes déjà présents dans l'attribut Compatibilité désigné des paramètres généraux. Remarques : les objets Compatibilité ne peuvent pas être remplacés ni supprimés d'eBay."
+"Selected ePIDs","Codes produits eBay sélectionnés"
+"Order Address Information","Informations sur l'adresse de la commande"
+"Buyer Name","Nom de l'acheteur"
+"Buyer E-Mail","Adresse e-mail de l'acheteur"
+"Street Address","Adresse (rue)"
+"City","Ville"
+"Country","Pays"
+"Region/State","Région/Etat"
+"Zip/Postal Code","Code postal"
+"Telephone","Téléphone"
+"
+This page contains all orders imported from eBay.
+Use eBay Accounts dropdown to filter eBay orders by accounts.
+If Magento Order, Invoice or / and Shipment was not created automatically,
+you can create them manually by using appropriate options in the Action dropdown.
+Note: Automatic creation of Magento Orders, Invoices, and Shipments executes according to the eBay Accounts settings in %s > Configuration > Accounts > Orders.","Cette page comprend toutes les commandes importées à partir d'eBay. Utilisez la liste déroulante Comptes eBay pour filtrer les commandes eBay par compte. Si la commande, la facture et/ou l'envoi Magento n'ont pas été créés automatiquement, vous pouvez les créer manuellement à l'aide des options appropriées de la liste déroulante Actions.Remarque : la création automatique des commandes, factures et envois Magento s'effectue selon les paramètres des comptes eBay définis dans le menu %s > Configuration > Comptes > Commandes."
+"This Log contains Orders history information.","Ce journal contient des informations sur l'historique des commandes."
+"eBay Order","Commande eBay"
+"Selling Manager","Gestionnaire de ventes"
+"Sale Time","Heure de vente"
+"Update Time","Modifier l'heure"
+"Reservation Time","Heure de réservation"
+"Order Status","Statut de la commande"
+"Incomplete","Incomplet"
+"Unknown Error","Erreur inconnue"
+"Not Shipped","Non envoyé"
+"Production","Production"
+"Sandbox","Labo"
+"Buyer Information","Informations sur l'acheteur"
+"Customer Name","Nom du client"
+"Private Restriction","Restriction - privé"
+"Shipping Address","Adresse de livraison"
+"Payment Information","Informations sur le paiement"
+"Order Currency","Devise de la commande"
+"Attention!","Attention !"
+"Order currency is not enabled in Magento. Please, enable it in System -> Configuration -> Currency Setup.","La devise de la commande n'est pas disponible dans Magento. Veuillez l'activer dans le menu Système > Configuration > Définition de la devise."
+"There's no rate for Order currency in Magento. Please, add currency convert rate in System -> Manage Currency -> Rates.","Aucun taux n'est défini pour la devise de la commande dans Magento. Veuillez ajouter un taux de change dans le menu Système > Gérer les devises > Taux."
+"Payment Date","Date de paiement"
+"Payment Method","Mode de paiement"
+"eBay Account","Compte eBay"
+"eBay Final Fee","Commission sur le prix final eBay"
+"External Transactions","Transactions externes"
+"Shipping & Handling Information","Informations sur la livraison et l'expédition"
+"Shipping Selected Service","Service de livraison sélectionné"
+"Global Shipping Program","Service de livraison internationale"
+"Shipping Cost","Frais de livraison"
+"Shipping Time","Délai de livraison"
+"Tracking Details","Informations de suivi"
+"Carrier","Transporteur"
+"Number","Numéro"
+"Global Shipping Details","Détails du Service de livraison internationale"
+"Reference ID","Code de référence"
+"eBay Warehouse Address","Adresse de l'entrepôt eBay"
+"Shipping Service","Service de livraison"
+"Transaction Item(s)","Objets de la transaction"
+"Log History","Historique"
+"Order Totals","Total des commandes"
+"Subtotal","Sous-total"
+"Shipping & Handling","Livraison et expédition"
+"Tax","Taxe"
+"Grand Total","Total général"
+"Amount Paid","Montant payé"
+"Amount Saved","Montant de la réduction"
+"Synchronization settings have been saved.","Les paramètres de synchronisation ont été enregistrés."
+"Running All Enabled Tasks","Exécution de toutes les tâches activées"
+"Inventory Synchronization","Synchronisation de l'inventaire"
+"Orders Synchronization","Synchronisation des commandes"
+"3rd Party Listings Synchronization","Synchronisation des annonces tierces"
+"Revise All","Modifier tout"
+"enabled","activé"
+"If catalog updates in your magento performed using import/export tools, custom scripts or direct changes in database,
+ then, you can use ""Track Direct Database Changes"" %s functionality to detect changes in products' price and quantity.","Si le catalogue est mis à jour dans Magento à l'aide des outils d'importation/d'exportation, de scripts personnalisés ou de modifications directes dans la base de données, vous pouvez utiliser la fonctionnalité « Suivre les modifications directes de la base de données » %s pour détecter les modifications de prix et de quantité des produits."
+"Updates and synchronizes eBay Listings according to Synchronization Policies' rules.","Permet de mettre à jour et de synchroniser les annonces eBay selon les règles des conditions Synchronisation."
+"If your eBay listings for some reason were asynchronized with the products in Magento, turn on the Revise All action to catch data up.
+ Revise is performed by the Inventory Synchronization, 100 items per a cycle.
+
+ ","Si vos annonces eBay ont été désynchronisées des produits dans Magento, activez la tâche Modifier tout pour récupérer les données. La tâche est exécutée par la synchronisation de l'inventaire au rythme de 100 objets par cycle. "
+"In Progress, start date - ","En cours, date de début - "
+"Finished, end date - ","Terminé, date de fin - "
+"Imports and synchronizes eBay Orders for accounts, which have enabled Import eBay Orders in their Accounts settings.","Permet d'importer et de synchroniser les commandes eBay pour les comptes dont l'option Importer les commandes eBay est activée."
+"Imports buyers' feedback and automatically sends Auto Responses according to eBay Accounts settings.","Permet d'importer les évaluations des acheteurs et d'envoyer des réponses automatiques selon les paramètres des comptes eBay."
+"Imports and synchronizes 3rd Party Listings for eBay accounts, which have enabled Import 3rd Party Listings in their Accounts settings.Note: Click ""Synchronization Settings"" to configure settings.","Permet d'importer et de synchroniser les annonces tierces pour les comptes eBay dont l'option Importer les annonces tierces est activée.Remarque : cliquez sur « Paramètres de synchronisation » pour configurer les paramètres."
+"Click 'Confirm' and Revise will be performed by the Inventory Synchronization, 100 items per a cycle.","Cliquez sur Confirmer. La tâche Modifier sera exécutée par la synchronisation de l'inventaire au rythme de 100 objets par cycle."
+"Set preferences of data synchronization and Save Settings.
+ To run each task manually, click the Run Now button; to run all the tasks simultaneously click the Run Enabled Now button displayed at the top of the page.
+ Note: Cron job must be set up for automatic synchronization.","Définissez les préférences de synchronisation des données et enregistrez les paramètres. Pour exécuter chaque tâche manuellement, cliquez sur le bouton Exécuter maintenant. Pour exécuter toutes les tâches simultanément, cliquez sur le bouton Exécuter les éléments activés affiché en haut de la page. Remarque : la tâche cron doit être configurée pour la synchronisation automatique."
+"This Log contains information on processes, which were done in Synchronization tasks.
+ Note: Logs of Default, Templates, Orders and 3rd Party Listings Synchronizations are only recorded when Error(s) or Warning(s) appears.","Ce journal contient des informations sur les processus exécutés dans les tâches de synchronisation. Remarque : les journaux de synchronisation par défaut, des modèles, des commandes et des annonces tierces ne sont enregistrés qu'en cas d'erreurs ou d'avertissements."
+"Adding Image","Ajout de la photo"
+"Condition description must be less then 1000 symbols.","La description de l'état doit comporter moins de 1 000 caractères."
+"New, New with tags, New with box, Brand New","Neuf, Neuf avec étiquettes, Neuf avec emballage, Entièrement neuf"
+"New Other, New without tags, New without box","Neuf - Autre, Neuf sans étiquettes, Neuf sans emballage"
+"Seller Refurbished, Re-manufactured","Remis à neuf par le vendeur, Réusiné"
+"Used, Pre-owned, Like new","Utilisé, Occasion, Comme neuf"
+"If item is not new, you can provide additional details about the item's condition, such as whether it has defects, missing parts, scratches, or other wear and tear. You have up to 1000 characters.","Si l'objet n'est pas neuf, vous pouvez spécifier des détails supplémentaires concernant son état, comme l'existence de défauts, d'éléments manquants, de griffes ou d'autres traces d'usure. Le champ peut contenir jusqu'à 1 000 caractères."
+"Images & Watermark","Photos et filigrane"
+"The images your potential buyers will see on your eBay listing. Using lots of high-quality pictures provides a great shopping experience and helps to sell your items. ","Photos affichées dans l'annonce eBay pour les acheteurs potentiels. L'utilisation de plusieurs photos de qualité dans les annonces contribue à créer une expérience positive pour les acheteurs et vous permet de vendre vos objets plus facilement. "
+"You can add a watermark to your images. Note: The watermark option is only available for the images hosted on Magento.","Vous pouvez ajouter un filigrane à vos photos. Remarque : l'option du filigrane est disponible uniquement pour les photos hébergées sur Magento."
+"Main Image","Photo principale"
+"Product Base Image","Photo de base du produit"
+"The first photo appears in the top left of your eBay item and next to your item's title in search results.
+ Note: Media Image Attribute or Attribute should contain absolute url. e.g. http://mymagentostore.com/images/baseimage.jpg","La première photo s'affiche dans le coin supérieur gauche de l'annonce eBay et à côté du titre de l'annonce dans les résultats de recherche. Remarque : l'attribut ou l'attribut Multimedia doit contenir une URL absolue. Par exemple, http://maboutiquemagento.com/images/imagedebase.jpg"
+"Default Image Url","URL de la photo par défaut"
+"From 30 October 2013 eBay does not allow to list products without images. If a product does not have the Main Image this image will be used instead.Note: Use absolute url. e.g. http://mymagentostore.com/images/defaultimage.jpg","A partir du 30 octobre 2013, les annonces sans photos ne sont plus autorisées sur eBay. Si aucune photo principale n'est définie pour un produit, cette photo sera utilisée par défaut.Remarque : utilisez une URL absolue. Par exemple, http://maboutiquemagento.com/images/imagepardefaut.jpg"
+"Picture Pack","Pack photos"
+"Displays larger, more detailed pictures (up to 800w x 800h pixels - 800 pixels on the longest side). Note: This feature may come with additional fee.","Affiche des photos plus grandes et plus détaillées (jusqu'à 800 pixels de largeur x 800 pixels de hauteur - 800 pixels sur le côté le plus long). Remarque : cette option peut impliquer des frais supplémentaires."
+"Gallery Images","Photos de la Galerie"
+"Product Images","Photos du produit"
+"Up to","Jusqu'à"
+"Adds small thumbnails that appear under the large Base Image. You can add up to 11 additional photos to each listing on eBay.
+ Note: Text, Multiple Select or Dropdown type attribute can be used. The value of attribute must contain absolute urls.
+ In Text type attribute urls must be separated with comma.
+ e.g. http://mymagentostore.com/images/baseimage1.jpg, http://mymagentostore.com/images/baseimage2.jpg","Ajoute des miniatures en dessous de la photo de base grand format. Vous pouvez ajouter jusqu'à 11 photos supplémentaires à chaque annonce sur eBay. Remarque : un attribut de type Texte, Choix multiple ou Liste déroulante peut être utilisé. La valeur de l'attribut doit contenir des URL absolues. Pour le type Texte, les URL doivent être séparées par une virgule. Par exemple, http://maboutiquemagento.com/images/imagedebase1.jpg, http://maboutiquemagento.com/images/imagedebase2.jpg"
+"Allows changing images for selected option of multi variation items.(Applicable for Configurable products only).","Permet de changer de photos pour l'option des annonces multi-versions sélectionnée.(S'applique uniquement aux produits configurables)."
+"Use Watermark","Utiliser le filigrane"
+"Automatically adds your custom watermark to gallery images.","Permet d'ajouter automatiquement votre filigrane personnalisé aux photos de la galerie."
+"Watermark Upload","Chargement du filigrane"
+"Select image that you want to add as a watermark.","Sélectionnez l'image à ajouter en tant que filigrane."
+"Watermark Preview","Aperçu du filigrane"
+"Watermark Transparency","Transparence du filigrane"
+"Disable","Désactiver"
+"Enable","Activer"
+"Sets transparency of watermark image to 30 %.","Permet de définir une transparence de 30 % pour l'image en filigrane."
+"Scale Watermark Image","Redimensionner la photo en filigrane"
+"In Width","Largeur"
+"Full Image","Photo entière"
+"Scales watermark image in width or full image.","Permet de redimensionner la photo en filigrane selon l'option choisie, Largeur ou Photo entière."
+"Watermark Position","Position du filigrane"
+"Top","Supérieur"
+"Middle","Milieu"
+"Bottom","Bas"
+"Watermark position on the image.","Position du filigrane sur la photo."
+"Details","Details"
+"Custom Title","Titre personnalisé"
+"This is the title buyers will see on eBay. A good title means more buyers viewing your listing and your item selling for the best price.","Titre que verront les acheteurs sur eBay. Un bon titre permet d'attirer plus d'acheteurs et d'obtenir le meilleur prix de vente."
+"Add Subtitle","Ajouter un sous-titre"
+"Adding subtitle to eBay item.
+ Note: An additional fee may be charged for an item subtitle. Find out more about eBay Insertion Fees .","Ajout d'un sous-titre à l'annonce eBay. Remarque : des frais supplémentaires peuvent être facturés pour les sous-titres des annonces. En savoir plus sur les frais d'insertion d'eBay ."
+"Cut Long Titles","Couper les titres longs"
+"Automatically shortens titles to 80 characters and subtitles to 55 characters to fit on eBay.","Raccourcit automatiquement les titres à 80 caractères et les sous-titres à 55 caractères pour répondre aux exigences d'eBay."
+"It is possible to choose a Product Description or Product Short Description, which will be taken from Magento.
+ Or you can create a Custom Description by adding necessary information, appropriate attributes from dropdown lists and image tags.","Vous pouvez choisir une Description du produit ou une Brève description du produit qui sera extraite de Magento. Vous pouvez également créer une Description personnalisée en ajoutant les informations nécessaires, les attributs appropriés à partir des listes déroulantes et des balises de photo."
+"Description Source","Source de la description"
+"Custom Description","Description personnalisée"
+"Item's description source for eBay Listing.
+
+ It is possible to create custom description in 2 modes:
+ WYSIWYG - allows creating simple good looking product description. No HTML knowledge is required.
+ HTML - allows using HTML tags and CSS styles for the description. You can create much more complex, improved and advanced item's description using this mode.","Source de la description de l'objet pour l'annonce eBay. Deux modes de création d'une description personnalisée sont disponibles : WYSIWYG - Permet de créer une description de produit simple et attrayante. Aucune connaissance HTML n'est requise. HTML - Permet d'utiliser des balises HTML et des styles CSS dans la description. Avec ce mode, vous pouvez créer des descriptions bien plus complexes et sophistiquées."
+"Custom Description Inserts","Insertions dans la description personnalisée"
+"M2ePro Attribute","Attribut M2E Pro"
+"Product Image(s)","Photo(s) du produit"
+"Add Image(s)","Ajouter des photo(s)"
+"Displaying Images","Affichage des photos"
+"Gallery View","Objets de la Galerie"
+"Image(s) Width","Largeur des photos"
+"Main Image Width","Largeur de la photo principale"
+"Original","Originale"
+"Custom","Personnalisé"
+"Image(s) Height","Hauteur des photos"
+"Main Image Height","Hauteur de la photo principale"
+"Image(s) Margin","Marge des photos"
+"Images Layout","Disposition des photos"
+"Horizontal","Horizontal"
+"Vertical","Vertical"
+"Gallery Hint","Astuce d'utilisation de la galerie"
+"Click on the image below to get zoomed view of the item","Cliquez sur la photo ci-dessous pour afficher une vue agrandie de l'objet"
+"Open original size image in a new window","Ouvrir la photo dans ses dimensions d'origine dans une nouvelle fenêtre"
+"Choose configuration how the image(s) should be displayed and press the Insert button. Image's tag will be added to the end of the text.","Choisissez le mode d'affichage des photos, puis cliquez sur le bouton Insérer . La balise de la photo sera ajoutée à la fin du texte."
+"eBay Catalog Identifier","Identifiant du catalogue eBay"
+"EAN","EAN"
+"European Article Number, (now called International Article Number). This barcode is a superset of the UPC.","Numéro d'article européen (désormais appelé numéro d'article international). Ce code-barres est un surensemble du code UPC."
+"UPC","Code UPC"
+"The Universal Product Code is a barcode usually consisting of 12 numerical digits, which are unique for each item.","Le code UPC (Universal Product Code) est un code-barres unique propre à chaque objet et comprenant généralement 12 chiffres."
+"ePID (Product Reference ID)","Code produit eBay (code de référence du produit)"
+"An eBay Product ID is eBay's global reference ID for a catalog product.","Le code produit eBay est le code de référence général d'eBay utilisé pour désigner un produit du catalogue."
+"ISBN","Code ISBN"
+"The International Standard Book Number is a uniquenumeric book identifier.","Le numéro international normalisé du livre est un code numérique unique destiné à identifier les livres."
+"Upgrade Tools","Options de mise en vente"
+"Value Pack","Pack options"
+"Value Pack Bundle","Offre groupée Pack options"
+"Combine Gallery, Subtitle, and Listing Designer and you will get a discount.","Combinez les options Galerie, Sous-titre et Illustrateur d'annonces pour bénéficier d'une réduction."
+"Listing Upgrades","Options de mise en vente"
+"Bold listing title","Titre en gras"
+"Find out about eBay optional listing features ","En savoir plus sur les options de mise en vente eBay "
+"Highlight","Effet fluo"
+"Adding an eye-catching background to your listing in search results.","Permet de faire ressortir votre annonce en lui ajoutant un arrière-plan dans les résultats de recherche."
+"Gallery Type","Type de galerie"
+"Gallery Picture","Photo de la Galerie"
+"Gallery Plus","Galerie plus"
+"Gallery Featured","A la Une de la Galerie "
+"Hit Counter","Compteur de visites"
+"No Hit Counter","Aucun compteur de visites"
+"Basic Style","Style classique"
+"Green LED","LED verte"
+"Hidden Style","Caché"
+"Honesty Style","Honesty"
+"Retro Style","Vert fluo"
+"Count the number of visitors to your eBay listing.Note: Green LED and Honesty Style styles are available only in the US.","Permet de comptabiliser le nombre d'utilisateurs ayant consulté votre annonce eBay.Remarque : les styles LED verte et Honesty sont uniquement disponibles aux Etats-Unis."
+"Select Product","Sélection du produit"
+"Enter Product Id","Saisir le code produit"
+"Select the payment, shipping and cross border options you would like eBay to use.","Sélectionnez les options de paiement, de livraison et de vente à l'international à utiliser sur eBay."
+"Remember, you can amend Payment and Shipping Settings at any time.","N'oubliez pas que vous pouvez modifier les paramètres de paiement et de livraison à tout moment."
+"Policy title is not unique.","Le titre des conditions n'est pas unique."
+"You can adjust how long your items will be active on eBay. You can also choose the price on eBay in relation to your store price. You might want to increase your selling price to take into account the eBay seller fees, or reduce your price to be competitive.","Vous pouvez définir la durée de la vente de vos objets sur eBay. Vous pouvez également sélectionner le prix sur eBay en fonction du prix de la Boutique. Il peut être utile d'augmenter le prix de vente pour inclure les frais de vente sur eBay ou de baisser le prix pour qu'il soit plus compétitif."
+"Remember, you can amend Selling Settings at any time.","N'oubliez pas que vous pouvez modifier les paramètres de vente à tout moment."
+"Sync your accounts so you are always on top of your stock control and inventory.","Synchronisez vos comptes pour contrôler votre stock et votre inventaire."
+"Remember, you can amend Synchronization Settings at any time.","N'oubliez pas que vous pouvez modifier les paramètres de synchronisation à tout moment."
+"There are 4 rule settings:
+
+
+ List Rules
+ Revise Rules
+ Relist Rules
+ Stop Rules
+
+ Note: Inventory Synchronization setting must be enabled in Synchronization (Configuration > Synchronization).
+ Otherwise, Synchronization Policy Rules will not take effect.","4 paramètres de règles sont disponibles : Règles de mise en vente Règles de modification Règles de remise en vente Règles d'arrêt Remarque : le paramètre Synchronisation de l'inventaire doit être activé dans le menu Synchronisation (Configuration > Synchronisation). A défaut, les règles des conditions Synchronisation ne seront pas appliquées."
+"Be careful when you edit policies, as all changes you have made will be automatically applied to all M2E listings where these policies are used.
+ If a policy is used in a M2E Listing, it cannot be deleted.","Si vous modifiez les conditions, n'oubliez pas que toutes les modifications s'appliqueront automatiquement à toutes les annonces M2E qui utilisent ces conditions. Si des conditions sont utilisées dans une annonce M2E, elles ne peuvent pas être supprimées."
+"Payment method should be specified.","Le mode de paiement doit être spécifié."
+"PayPal","PayPal"
+"PayPal Accepted","PayPal accepté"
+"PayPal Email Address","Adresse e-mail PayPal"
+"Email address for receiving payment.","Adresse e-mail pour la réception des paiements."
+"Immediate Payment Required","Paiement immédiat obligatoire"
+"This is only applicable to items listed on PayPal-enabled sites in categories that support immediate payment, when a seller has a Premier or Business PayPal account.","S'applique uniquement aux objets mis en vente sur des sites qui prennent en charge PayPal dans des catégories compatibles avec le paiement immédiat, lorsque le vendeur dispose d'un compte PayPal Premier ou Business."
+"Additional Payment Methods","Modes de paiement supplémentaires"
+"Payment Methods","Modes de paiement"
+"Return Policy","Conditions de retour"
+"Buyers are more comfortable shopping from sellers who offer returns policies , even though most buyers will never return an item.
+ Items with a clear returns policy typically sell better than items that don't have one.","Les acheteurs préfèrent acheter des objets auprès de vendeurs qui proposent des conditions de retour même s'il est rare qu'ils renvoient les objets. Les objets associés à des conditions de retour claires se vendent généralement mieux que ceux qui n'en ont pas."
+"Refund Will Be Given As","Mode de remboursement"
+"Item Must Be Returned Within","L'objet doit être renvoyé dans un délai de"
+"Return Shipping Will Be Paid By","Les frais de retour seront payés par"
+"Restocking Fee Value","Frais de remise en stock"
+"Refund Description","Description du remboursement"
+"Search For Charities","Rechercher des associations caritatives"
+"Please select a percentage of donation","Sélectionnez un pourcentage de don"
+"If you do not see the organization you were looking for, try to enter another keywords and run the search again.","Si l'organisation que vous cherchiez ne s'affiche pas, essayez d'utiliser d'autres mots-clés et effectuez une nouvelle recherche."
+"Please, enter the organization name or ID.","Saisissez le nom ou le numéro de l'organisation."
+"Max applicable length is 6 characters, including the decimal (e.g., 12.345).","La longueur maximum acceptée est de 6 caractères, décimale incluse (par exemple : 12,345)."
+"Price Change is not valid.","Le champ Modification des tarifs n'est pas valide."
+"Wrong value. Only integer numbers.","Valeur incorrecte. Nombres entiers uniquement."
+"The fixed price for immediate purchase.","Prix fixe pour un achat immédiat."
+"The fixed price for immediate purchase. Find out more about adding a Buy It Now price to your listing.","Prix fixe pour un achat immédiat. Découvrez comment ajouter un Prix d'Achat immédiat à votre annonce."
+"% of Price"," % du prix"
+"% of ""Buy It Now"" Price"," % du Prix d'Achat immédiat"
+"How You Want To Sell Your Item","Mode de mise en vente de l'objet"
+"Is your item for sale auction-style, or fixed price ?","Souhaitez-vous mettre l'objet en vente au format Enchères ou Prix fixe ?"
+" Attribute must contain ID. ID for Fixed price is FixedPriceItem, for Auction is Chinese."," L'attribut doit contenir un code d'identification. Le code du format Prix fixe est FixedPriceItem et celui du format Enchères est Chinese."
+"The buyer will be anonymous to other eBay users in a Private Listing.","L'acheteur apparaîtra anonymement aux autres membres eBay dans le cadre d'une annonce privée."
+"Quantity And Duration","Quantité et durée"
+"The length of time your eBay listing will be active. You can have it last 1, 3, 5, 7, 10, 30 days or Good 'Til Cancelled.
+ Good 'Til Cancelled listings renew automatically every 30 days unless all of the items sell, you end the listing, or the listing breaches an eBay policy.","La durée d'activité de l'annonce eBay. Vous pouvez choisir une durée de 1, 3, 5, 7, 10 ou 30 jours, ou l'option Valide jusqu'à annulation. Les annonces Valide jusqu'à annulation sont renouvelées automatiquement tous les 30 jours, sauf si tous les objets sont vendus, si vous mettez fin à la vente ou si elles ne respectent pas les règlements d'eBay."
+" Attribute must contain a whole number. If you choose ""Good Till Cancelled"" the attribute must contain 100."," L'attribut doit contenir un nombre entier. Si vous choisissez l'option « Valide jusqu'à annulation », l'attribut doit contenir la valeur 100."
+"Single Item","Objet unique"
+"Custom QTY Number","Quantité personnalisée (nombre)"
+"The number of items you have for sale.","Nombre d'objets à mettre en vente."
+"Conditional Quantity","Quantité conditionnelle"
+"Choose specifically the number of items available for sale on eBay.","Sélectionnez spécifiquement le nombre d'objets disponibles pour la vente sur eBay."
+"Maximum Quantity to Be Listed","Quantité maximum à mettre en vente"
+"Set a maximum number to sell on eBay, e.g. if you have 10 items in stock but want to keep 2 items back, set a maximum quantity of 8.","Définissez la quantité maximum à vendre sur eBay. Par exemple, si vous avez 10 objets en stock et que vous souhaitez en conserver 2, définissez une quantité maximum de 8."
+"Out Of Stock Control","Contrôle En rupture de stock"
+"This is useful if you are waiting for additional stock of an item with the same eBay item ID. Instead of ending the listing and then recreating it when the inventory arrives, you can use this flag to hide the listing. Then when you have the item available, automatic or manual Revise will update the inventory and the listing will appear again.
+ Note: Once you list a product with this option it cannot be changed. To cancel it you should end and list the item again.","Cette option est utile si vous attendez le réapprovisionnement du stock d'un objet portant le même numéro d'objet eBay. Au lieu de mettre fin à la vente et de recréer ensuite une annonce après le réapprovisionnement, vous pouvez utiliser cet indicateur pour masquer l'annonce. Une fois l'objet disponible, la modification automatique ou manuelle entraîne la mise à jour de l'inventaire et l'annonce s'affiche à nouveau. Remarque : une fois le produit mis en vente avec cette option, il est impossible de le modifier. Pour annuler l'option, vous devez mettre fin à la vente et remettre l'objet en vente."
+"Ignore Variations","Ignorer les versions"
+"Select 'Yes' to list Configurable, Grouped, Bundle and Simple with Custom options products as Simple (without variations).","Sélectionnez Oui pour mettre en vente les produits configurables, groupés, les offres groupées et les produits simples avec options personnalisées comme des produits simples (sans versions)."
+"Taxation","Taxation"
+"VAT Rate, %","Taux de TVA, %"
+"To specify a VAT rate, you must have an eBay business account and list the item on a VAT-enabled site: Ireland, India, Switzerland, Spain, Holland, Belgium, Italy, Germany, France, Austria or England. The item's VAT information appears on the item's listing page.","Pour spécifier un taux de TVA, vous devez être titulaire d'un compte professionnel eBay et mettre l'objet en vente sur un site prenant en charge la TVA : Irlande, Inde, Suisse, Espagne, Pays-Bas, Belgique, Italie, Allemagne, France, Autriche ou Royaume-Uni. Les informations sur la TVA de l'objet s'affichent sur la page de l'annonce."
+"Use eBay Tax Table","Utiliser le tableau des taxes eBay"
+"Charges sales tax according to the tax table of your eBay account. Available only for Canada, Canada (Fr), USA and eBay Motors.","Applique les taxes sur la vente conformément au tableau des taxes de votre compte eBay. Disponible uniquement pour le Canada, le Canada (Fr), les Etats-Unis et eBay Auto."
+"Tax Category","Catégorie de taxation"
+"and","et"
+"eBay %s supports %s currencies. To switch the currency you want to sell for, go to %s > Configuration > General ","eBay %s prend en charge %s devises. Pour modifier la devise de vente des objets, accédez au menu %s > Configuration > Général "
+"Add VAT Percentage","Ajouter un pourcentage de TVA"
+"Increases the price that will be sent on eBay by VAT Rate (%). e.g., VAT Rate = 19%, Magento Price = £10, Percentage increase = 2%; eBay Price will be counted as (£10 + 19%) + 2% = £12.14","Augmente le prix envoyé sur eBay du taux de TVA (%). par ex. : taux de TVA = 19 %, Prix Magento = 10 GBP, pourcentage d'augmentation = 2 % ; Calcul du prix eBay : (10 GBP + 19 %) + 2 % = 12,14 GBP"
+"The accepted currency for the item. This has been determined by the eBay site you chose earlier.","Devise acceptée pour l'objet. Cette devise est déterminée par le site eBay sélectionné."
+"Price Change","Modification des tarifs"
+"[CURRENCY]","[DEVISE]"
+"
+ A value you want the Magento Price to be modified while listing on eBay.
+
+ Absolute Value increase
+ This will increase the price on eBay compared to the price on Magento,
+ e.g. if you wish to increase the price of an item selling on eBay
+ by #currency_placeholder#1.50, type “1.5†into the box.
+
+ Absolute Value decrease
+ This will reduce the price on eBay compared to the price on Magento,
+ e.g. if you wish to reduce the price of an item selling on eBay
+ by #currency_placeholder#1.50, type “1.5†into the box.
+
+ Percentage increase (%)
+ This will increase the price on eBay compared to the price on Magento,
+ e.g. you wish to increase by 10% the price
+ of a #currency_placeholder#2.00 item selling on your Magento store.
+ In the box type “10â€. The item will then go on sale
+ for #currency_placeholder#2.2 on eBay.
+
+ Percentage decrease (%)
+ This will reduce the price on eBay compared to the price on Magento,
+ e.g. you wish to reduce by 10% the price of a #currency_placeholder#2.00 item selling
+ on your Magento store.
+ In the box type: “10â€. The item will then go on sale for #currency_placeholder#1.80
+ on eBay.
+ "," Valeur à utiliser pour modifier le prix Magento lors de la publication d'une annonce sur eBay. Augmentation en valeur absolue Le prix sur eBay augmentera par rapport au prix dans Magento, par ex. si vous souhaitez augmenter le prix d'un objet vendu sur eBay de #currency_placeholder#1.50, saisissez « 1,5 » dans le champ. Diminution en valeur absolue Le prix sur eBay diminuera par rapport au prix dans Magento, par ex. si vous souhaitez réduire le prix d'un objet vendu sur eBay de #currency_placeholder#1.50, saisissez « 1,5 » dans le champ. Pourcentage d'augmentation (%) Le prix sur eBay augmentera par rapport au prix dans Magento, par ex. si vous souhaitez augmenter le prix de 10 % d'un objet de #currency_placeholder#2.00 vendu dans votre boutique Magento. Saisissez « 10 » dans le champ. L'objet sera ensuite mis en vente au prix de #currency_placeholder#2.2 sur eBay. Pourcentage de réduction (%) Le prix sur eBay diminuera par rapport au prix dans Magento, par ex. si vous souhaitez réduire de 10 % le prix d'un objet de #currency_placeholder#2.00 vendu dans votre boutique Magento. Saisissez « 10 » dans le champ. L'objet sera mis en vente au prix de #currency_placeholder#1.80 sur eBay. "
+"The starting price at which bidding begins.","Prix de départ des enchères."
+"Absolute Value increase","Augmentation en valeur absolue"
+"Absolute Value decrease","Diminution en valeur absolue"
+"Percentage increase","Pourcentage d'augmentation"
+"Percentage decrease","Pourcentage de réduction"
+"Variation Price","Prix des différentes versions"
+"Main Product","Produit principal"
+"Associated Products","Produits associés"
+"This determines where the price for Configurable and Bundle products options should be taken from.","Détermine la source du prix pour les options des produits configurables et groupés."
+"The lowest price at which you are selling an item.Note: eBay charges some additional fee for using this option.","Prix le plus bas auquel vous vendez l'objet.Remarque : des frais supplémentaires sont facturés par eBay pour cette option."
+"Donation","Don"
+"Organization","Organisme"
+"Search for Charity Organization","Rechercher une association caritative"
+"Allows you to support your favourite charities .","Permet de soutenir vos associations caritatives ."
+"Donation Percentage","Pourcentage du don"
+"Best Offer","Offre directe"
+"Allow Best Offer","Autoriser les Offres directes"
+"The Best Offer option option allows you to accept offers from buyers and negotiate a price. You can accept Best Offers on fixed price and Classified Ads in certain eBay categories, such as eBay Motors.","L'option Offre directe permet d'accepter les offres des acheteurs et de négocier un prix. Vous pouvez accepter les offres directes pour les annonces au format Prix fixe et Petites annonces dans certaines catégories eBay telles qu'eBay Auto."
+"Auto Action","Tâche automatique"
+"Accept Offers of at Least","Accepter les offres d'au moins"
+"Decline Offers Less than","Refuser les offres inférieures à"
+"Enter the organization name or ID","Saisissez le nom ou le numéro de l'organisation"
+"Location or Zip/Postal Code should be specified.","Vous devez définir un lieu ou un code postal."
+"Select one or more international ship-to locations.","Sélectionnez un ou plusieurs lieux de livraison internationale."
+"PayPal payment method should be specified for Cross Border trade.","Le mode de paiement PayPal doit être spécifié pour les transactions internationales."
+"You should specify at least one shipping method.","Vous devez définir au moins un mode de livraison."
+"Select shipping service","Sélectionner un service de livraison"
+"Excluded Shipping Locations","Lieux de livraison exclus"
+"No locations are currently excluded.","Aucun lieu n'est exclu actuellement."
+"selected","sélectionné"
+"Location","Lieu"
+"The country your product will be shipped from.","Pays à partir duquel le produit sera envoyé."
+"Zip/Postal Code of the item location. Especially useful in ""Collection Only"" items.","Code postal du lieu où se trouve l'objet. Particulièrement utile pour les objets « Remise en mains propres uniquement »."
+"City, State","Ville, région"
+"City, State of the item location.","Ville, Région du lieu où se trouve l'objet."
+"Domestic Shipping","Livraison nationale"
+"Calculated: cost varies by buyer location","Frais calculés : les frais dépendent du lieu où se trouve l'acheteur"
+"Flat: same cost to all buyers","Frais fixes : mêmes coûts pour tous les acheteurs"
+"Freight: large items","Transport : objets volumineux"
+"No Shipping: local pickup only","Pas de livraison : remise en mains propres uniquement"
+"Use eBay Shipping Rate Table","Utiliser le tableau des frais de livraison eBay"
+"The eBay Shipping Rate Table can help with shipping charges.","Le tableau des frais de livraison eBay peut vous renseigner sur les frais de livraison."
+"Service","Service"
+"Cost","Coût"
+"Additional Cost","Coût supplémentaire"
+"Add Method","Ajouter un mode"
+"Add Shipping Method","Ajouter un mode de livraison"
+"Local pickup","Remise en mains propres"
+"Item is available for local pickup only.","Remise en mains propres uniquement."
+"Freight","Transport"
+"Specify your own freight shipping options in your item description.","Indiquez vos propres options de transport dans la description de l'objet."
+"Get It Fast","Livraison express"
+"At least one qualifying shipping service and a single day dispatch time must be offered to enable this option.","Au moins un service de livraison et un délai d'expédition d'un jour doivent être proposés pour que cette option soit disponible."
+"Exception handling times","Exception relative aux délais d'expédition "
+"Same Business Day","Même jour ouvrable"
+"The dispatch time is the time between the buyer’s payment clearing and you sending the item. Buyers are increasingly expecting short dispatch times, ideally next day, but preferably within 3 working days. Click here to find out more.
+ Note: Magento Attribute must contain a numeric value. If you want to set 'Same Business Day' via attribute, set 0 in it.","Le délai d'expédition désigne le temps qui s'écoule entre la réception du paiement de l'acheteur et l'envoi de l'objet. Les acheteurs exigent de plus en plus souvent des délais d'expédition très courts, idéalement le jour suivant et de préférence dans les 3 jours ouvrables. Cliquez ici pour en savoir plus. Remarque : l'attribut Magento doit contenir une valeur numérique. Si vous souhaitez définir la valeur Même jour ouvrable via l'attribut, définissez une valeur de 0."
+"Handling Cost","Frais d'expédition"
+"Addition of handling cost to the shipping costs.","Ajout de frais d'expédition aux frais de livraison."
+"Handling Cost Value","Valeur des frais d'expédition"
+"Combined Shipping Profile","Profil de livraison groupée"
+"Use the Flat Shipping Rule and Calculated Shipping Rule profiles, which were created on eBay.
+ Note: press ""Refresh Profiles"" button for upload new or refreshes eBay Shipping profiles.","Permet l'utilisation de profils de règles sur les frais de livraison fixes et calculés créés sur eBay. Remarque : cliquez sur le bouton « Actualiser les profils » pour charger de nouveaux profils de livraison eBay ou les actualiser."
+"Refresh Profiles","Actualiser les profils"
+"Use the Flat Shipping Rule and Calculated Shipping Rule profiles, which were created on eBay.
+ Note: press ""Refresh Profiles"" button for upload new or refreshes eBay Shipping profiles.","Permet l'utilisation de profils de règles sur les frais de livraison fixes et calculés créés sur eBay. Remarque : cliquez sur le bouton « Actualiser les profils » pour charger de nouveaux profils de livraison eBay ou les actualiser."
+"You do not have eBay accounts added to M2E.","Vous n'avez aucun compte eBay ajouté dans M2E."
+"Promotional Shipping Rule","Règle sur les frais de livraison promotionnels"
+"Adding Shipping Discounts according to the rules that are set in your eBay Account.","Ajout de réductions sur les frais de livraison en fonction des règles définies dans votre compte eBay."
+"""Cash On Delivery"" Cost","Frais de l'option « Contre remboursement »"
+"Required when using COD Payment Method.","Obligatoire lorsque l'option Contre remboursement est sélectionnée comme mode de paiement."
+"Cross Border Trade","Transactions à l'international"
+"The international site visibility feature allows qualifying listings to be posted on international sites.
+ Buyers on these sites will see the listings exactly as you originally post them.
+Note: There may be additional eBay charges for this option.","L'option de visibilité sur les sites internationaux permet d'afficher sur les sites internationaux les annonces qui répondent aux conditions. Les acheteurs de ces sites voient les annonces telles qu'elles sont affichées initialement.Remarque : des frais eBay supplémentaires peuvent être associés à cette option."
+"eBay Site Visibility","Visibilité sur le site eBay"
+"USA / Canada","Etats-Unis/Canada"
+"United Kingdom","Royaume-Uni"
+"International Shipping","Livraison internationale"
+"Offer Global Shipping Program","Proposer le Service de livraison internationale"
+"Simplifies selling an item to an international buyer. Click here to find out more.","Simplifie la vente d'un objet à un acheteur international. Cliquez ici pour en savoir plus."
+"No International Shipping","Pas de livraison internationale"
+"Promotional Shipping Rule:","Règle sur les frais de livraison promotionnels :"
+"Add Shipping Discounts according to rules that are set in your eBay Account.","Ajouter des réductions sur les frais de livraison en fonction des règles définies dans votre Compte eBay."
+"Measurement System","Système de mesure"
+"English (lbs, oz, in)","Anglo-saxon (lbs, oz, in)"
+"Metric (kg, g, cm)","Métrique (kg, g, cm)"
+"Package Size Source","Source de la taille du colis"
+"Dimension Source","Source des dimensions"
+"Dimensions (Width/Height/Depth)","Dimensions (largeur/hauteur/profondeur)"
+"inches","pouces"
+"cm","cm"
+"Dimensions (Width/Height/Depth)","Dimensions (largeur/hauteur/profondeur)"
+"Weight Source","Source du poids"
+"The Weight Attribute must have the weight of the item.","L'attribut du poids doit correspondre au poids de l'objet."
+"lbs. oz.","lb. oz."
+"kg. g.","kg. g."
+"Weight","Poids"
+"Postal code for the location from which the package will be shipped.","Code postal du lieu à partir duquel le colis sera expédié."
+"Excluded Locations","Lieux exclus"
+"To exclude buyers in certain locations from purchasing your item, create a shipping exclusion list.","Pour exclure des acheteurs situés dans certains pays, créez une liste d'exclusion de lieux de livraison."
+"Locations","Lieux"
+"Edit Exclusion List","Modifier la liste d'exclusions"
+"Calculated","Frais calculés"
+"Select the regions or countries you don't ship to.","Sélectionnez les zones géographiques ou les pays vers lesquels vous n'envoyez pas d'objet."
+"Domestic","National"
+"International","International"
+"Additional","Autres"
+"Selected Options","Options sélectionnées"
+"[Reset]","[Réinitialiser]"
+"Must be greater than ""Min"".","Doit être supérieur à la valeur « Min. »."
+"Inconsistent settings in Relist and Stop rules.","Paramètres incohérents dans les règles de modification et d'arrêt des ventes."
+"Require to select at least one day of week.","Vous devez sélectionner au moins un jour de la semaine."
+"You should specify time.","Vous devez spécifier une heure."
+"Wrong value.","Valeur incorrecte."
+"Must be greater than ""Active From"" Date.","Doit être supérieure à la date « Actif à partir du »."
+"Must be greater than ""From Time"".","Doit être supérieure à la valeur « Heure de début »."
+"List Rules","Règles de mise en vente"
+"Schedule","Programmation"
+"List Action - at first this action to be executed for each item, that has Not Listed status and its settings meet the List Condition. If an item is not listed for some reason, autosynchronization will attempt to list it again according to the Schedule in case the Product Status, Stock Availability or Quantity is changed.
+ ","Tâche Mettre en vente - Cette tâche doit être appliquée à tous les objets dont le statut est Non mis en vente et dont les paramètres remplissent les conditions de mise en vente. Si l'objet n'est pas mis en vente, la synchronisation automatique tentera de le mettre à nouveau en vente en fonction de la programmation dans le cas où le statut du produit, la disponibilité ou la quantité seraient modifiés. "
+"List Action","Action Mettre en vente"
+"Enables automatic listing of unlisted items if they meet List Conditions.","Permet la mise en vente automatique des objets non mis en vente qui remplissent les conditions de mise en vente."
+"List Conditions","Conditions de mise en vente"
+"Enabled – M2E Listing items automatically list on eBay if this status is set to Enabled.
+Any – M2E Listing items automatically list on eBay regardless of its status.
+","Activé – Si le statut est Activé, les objets de l'annonce M2E sont mis en vente automatiquement sur eBay.Tout – Les objets de l'annonce M2E sont mis en vente automatiquement sur eBay quel que soit le statut. "
+"In Stock - M2E Listing items list automatically, if the products are in stock.
+ Any - M2E Listing items list automatically, regardless of the stock availability.","En stock - Les objets de l'annonce M2E sont mis en vente automatiquement si les produits sont en stock. Tout - Les objets de l'annonce M2E sont mis en vente automatiquement, quelle que soit la disponibilité."
+"M2E Pro will automatically list M2E Listings items if they meet defined conditions.
+ More or Equal – the number of Magento products are more than, or equal to, the item quantity chosen.
+ Between – the number of Magento products are between the two numbers chosen.","M2E Pro mettra en vente automatiquement les objets des annonces M2E s'ils remplissent les conditions définies. Supérieure ou égale – Le nombre de produits Magento est supérieur ou égal à la quantité d'objets choisie. Entre – Le nombre de produits Magento est compris entre les deux valeurs choisies."
+"Relist Rules define the conditions when you want eBay items to be relisted.","Les règles de remise en vente déterminent les conditions de remise en vente des objets sur eBay."
+"Activates relist action for any M2E Pro Listing that uses the current Synchronization Policy.","Active la tâche Remettre en vente pour toutes les annonces ME2 Pro qui utilisent les conditions Synchronisation actuelles."
+"Automatically relists an item by over-riding any manual stop.","La remise en vente automatique de l'objet remplace l'arrêt manuel."
+"Updates title, subtitle, description, price, quantity and shipment on eBay items.
+ Note: If No is selected, eBay items with existing data on eBay are relisted.","Permet de mettre à jour le titre, le sous-titre, la description, le prix, la quantité et l'envoi dans les annonces eBay. Remarque : si la valeur Non est sélectionnée, les objets eBay associés à des données existantes sur eBay sont remis en vente."
+"Stock availability when item will be relisted.","Disponibilité lors de la remise en vente de l'objet."
+"Product quantity when item will be relisted.","Quantité des produits lors de la remise en vente de l'objet."
+"Set preferences for revising items.
+
+ Partial Revise - updates particular data you specified.
+
+ Full Revise - set 'Yes' in the policy option which data change will launch updating data on eBay.
+
+ ","Définissez les préférences de modification des objets. Modification partielle - Les données spécifiées sont mises à jour. Modification complète - Choisissez Oui pour l'option des conditions dont la modification déclenchera la mise à jour des données sur eBay. "
+"Automatically revises the eBay quantity if there is a change to the quantity (or attribute for quantity) in Magento.","Modifie automatiquement la quantité sur eBay si la quantité (ou l'attribut de quantité) est modifiée dans Magento."
+"Conditional Revise","Modification conditionnelle"
+"Only revises the quantity on eBay when they meet the specific conditions you set.","Modifie la quantité sur eBay uniquement lorsque les conditions spécifiques définies sont remplies."
+"Revise When Less or Equal to","Modifier si inférieur ou égal à"
+"We recommend not setting this value too high. Initially try a value from 10 - 20.","Il est recommandé de ne pas définir une valeur trop élevée. Commencez par utiliser une valeur comprise entre 10 et 20."
+"Automatically revises the eBay item price if there is a change to the price (or attribute for price) in Magento.","Modifie automatiquement le prix de l'objet eBay si le prix (ou l'attribut du prix) est modifié dans Magento."
+"Automatically revises the eBay item title if there is a change to the title (or attribute for title) in Magento.","Modifie automatiquement le titre de l'objet eBay si le titre (ou l'attribut du titre) est modifié dans Magento."
+"Automatically revises the eBay item subtitle if there is a change to the subtitle (or attribute for subtitle) in Magento.","Modifie automatiquement le sous-titre de l'objet eBay si le sous-titre (ou l'attribut du sous-titre) est modifié dans Magento."
+"Automatically revises the eBay item description if there is a change to the description (or attribute for description) in Magento.","Modifie automatiquement la description de l'objet eBay si la description (ou l'attribut de la description) est modifiée dans Magento."
+"Images","Photos"
+"Automatically revises the eBay item gallery if there is a change to the gallery (or attribute for gallery) in Magento.","Modifie automatiquement la galerie photos de l'objet eBay si la galerie photos (ou l'attribut de la galerie photos) est modifiée dans Magento."
+"Full Revise","Modification complète"
+"Automatically revises the eBay listing if there is a change to the Price, Quantity and Format policy.","Modifie automatiquement l'annonce eBay si les conditions Prix, Quantité et Format sont modifiées."
+"Automatically revises the eBay listing if there is a change to the Description policy.","Modifie automatiquement l'annonce eBay si les conditions Description sont modifiées."
+"Category/Specifics","Catégorie/caractéristiques"
+"Automatically revises the eBay listing if there is a change to the category/specifics in its settings.","Modifie automatiquement l'annonce eBay si la catégorie/les caractéristiques sont modifiées dans les paramètres."
+"Automatically revises the eBay listing if there is a change to the Payment policy.","Modifie automatiquement l'annonce eBay si les conditions Paiement sont modifiées."
+"Automatically revises the eBay listing if there is a change to the Shipping policy.","Modifie automatiquement l'annonce eBay si les conditions Livraison sont modifiées."
+"Automatically revises the eBay listing if there is a change to the Return policy.","Modifie automatiquement l'annonce eBay si les conditions Retour sont modifiées."
+"Defines a timetable for automatical list and relist eBay items.","Définit un calendrier de mise en vente et de remise en vente des objets eBay."
+"Activation","Activation"
+"Enables / Disables using schedule.","Active/désactive par le biais de la programmation."
+"Any Time","A tout moment"
+"During Period","Pendant la période"
+"When the schedule has to be applied.","Moment auquel la programmation doit être appliquée."
+"Active From","Actif à partir du"
+"To","A"
+"Day of Week","Jour de la semaine"
+"From","A partir du "
+"Monday","Lundi"
+"Tuesday","Mardi"
+"Wednesday","Mercredi"
+"Thursday","Jeudi"
+"Friday","Vendredi"
+"Saturday","Samedi"
+"Sunday","Dimanche"
+"AM","AM"
+"PM","PM"
+"Define the conditions when you want eBay items stopped.
+
+ Note: If all options are set to No or No Action, then the stop action for eBay items, which use this Synchronization Policy, is disabled.
+If all options are enabled, then an item will be stopped if at least one of the Stop Conditions is met.","Définissez les conditions d'arrêt de la vente des objets eBay. Remarque : si la valeur Non ou Aucune action est définie pour toutes les options, la tâche d'arrêt de la vente des objets eBay qui utilisent ces conditions Synchronisation est désactivée. Si toutes les options sont activées, la vente de l'objet est arrêtée lorsqu'au moins une condition d'arrêt est remplie."
+"Automatically stops an item that is on eBay if status is changed to 'Disabled' in Magento.","Arrête automatiquement la vente d'un objet sur eBay si son statut devient 'Désactivé' dans Magento."
+"Automatically stops an item that is on eBay if stock availability is changed to 'Out of Stock' in Magento.","Arrête automatiquement la vente d'un objet sur eBay si la disponibilité est remplacée par 'En rupture de stock' dans Magento."
+"Stop When Quantity Is","Arrêter la vente si la quantité est"
+"Automatically stops an item on eBay if quantity is changed and it meets the selected conditions.","Arrête automatiquement la vente d'un objet sur eBay si la quantité est modifiée et si les conditions sélectionnées sont remplies."
+
+"About","A propos"
+"Community","Communauté"
+"Enterprise","Entreprise"
+"America","Amérique"
+"Europe","Europe"
+"Asia / Pacific","Asie/Pacifique"
+"Other","Autre"
+"Canada","Canada"
+"Canada (French)","Canada (français)"
+"United States","Etats-Unis"
+"Austria","Autriche"
+"Belgium (Dutch)","Belgique (néerlandais)"
+"Belgium (French)","Belgique (français)"
+"France","France"
+"Germany","Allemagne"
+"Ireland","Irlande"
+"Italy","Italie"
+"Netherlands","Pays-Bas"
+"Poland","Pologne"
+"Switzerland","Suisse"
+"Sweden","Suède"
+"Spain","Espagne"
+"United Kingdom","Royaume-Uni"
+"Australia","Australie"
+"Hong Kong","Hong Kong"
+"India","Inde"
+"Malaysia","Malaisie"
+"Philippines","Philippines"
+"Singapore","Singapour"
+"System","Système"
+"Add new listing","Ajouter une nouvelle annonce"
+"Delete existing listing","Supprimer une annonce existante"
+"Add product to listing","Ajouter un produit à l'annonce"
+"Delete item from listing","Supprimer un objet de l'annonce"
+"Remove item from Channel","Supprimer un objet du canal"
+"Add new product to magento store","Ajouter un nouveau produit à la boutique Magento"
+"Delete existing product from magento store","Supprimer un produit existant à la boutique Magento"
+"Change of product price in magento store","Modifier le prix du produit dans la boutique Magento"
+"Change of product special price in magento store","Modifier le prix spécial du produit dans la boutique Magento"
+"Change of product qty in magento store","Modifier la quantité du produit dans la boutique Magento"
+"Change of product stock availability in magento store","Modifier la disponibilité du produit dans la boutique Magento"
+"Change of product status in magento store","Modifier le statut du produit dans la boutique Magento"
+"List item on Channel","Mettre l'objet en vente sur le canal"
+"Relist item on Channel","Remettre l'objet en vente sur le canal"
+"Revise item on Channel","Modifier l'annonce sur le canal"
+"Stop item on Channel","Arrêter la vente de l'objet sur le canal"
+"Stop on Channel / Remove from Listing","Arrêter la vente sur le canal/Supprimer de l'annonce"
+"Remove from Channel & Listing","Supprimer du canal et de l'annonce"
+"Change of product custom attribute in magento store","Modifier une caractéristique personnalisée du produit dans la boutique Magento"
+"Relist product on Channel","Remettre le produit en vente sur le canal"
+"Stop product on Channel","Arrêter la vente du produit sur le canal"
+"Default Synchronization","Synchronisation par défaut"
+"Inventory Synchronization","Synchronisation de l'inventaire"
+"Orders Synchronization","Synchronisation des commandes"
+"Marketplaces Synchronization","Synchronisation des places de marché"
+"3rd Party Listings Synchronization","Synchronisation des annonces tierces"
+"The ""Categories Synchronization"" action for marketplace: ""%s"" is in data processing mode. Please wait...","La tâche « Synchronisation des catégories » pour la place de marché « %s » est en cours de traitement. Veuillez patienter..."
+"Magento Order was not created. Reason: Magento Order creation is disabled in Account settings.","La commande Magento n'a pas été créée. Motif : la création de commandes Magento est désactivée dans les paramètres du compte."
+"Magento Order was not created. Reason: Magento Order creation for items listed by M2E Pro is disabled in Account settings.","La commande Magento n'a pas été créée. Motif : la création de commandes Magento pour les objets mis en vente via M2E Pro est désactivée dans les paramètres du compte."
+"Magento Order was not created. Reason: Magento Order creation for items listed by 3rd party software is disabled in Account settings.","La commande Magento n'a pas été créée. Motif : la création de commandes Magento pour les objets mis en vente via un logiciel tiers est désactivée dans les paramètres du compte."
+"Magento order was not created. Reason: Order Creation Rules were not met. Press Create Order button at Order view page to create it anyway.","La commande Magento n'a pas été créée. Motif : les règles de création d'une commande n'ont pas été respectées. Cliquez sur le bouton Créer la commande sur la page de la commande pour la créer quand même."
+"Magento Order is already created for this %s Order. Press Create Order button to create new one.","Une commande Magento a déjà été créée pour cette commande %s. Cliquez sur le bouton Créer la commande pour en créer une nouvelle."
+"Payment Status was not updated to Paid. Magento Order #%order_id% have to be cancelled according to Account's Automatic Cancellation setting.","Le statut du paiement n'a pas été remplacé par Payé. La commande Magento n° %order_id% doit être annulée conformément aux paramètres d'annulation automatique du compte."
+"Magento and M2E Pro has Internet Explorer 7 as minimal browser requirement. Please upgrade your browser.","La configuration minimale du navigateur pour Magento et M2E Pro est Internet Explorer 7. Veuillez mettre à niveau votre navigateur."
+"M2E Pro license key validation is failed for this domain. Go to the %slicense page%s.","La validation de la clé de licence de M2E Pro a échoué pour ce domaine. Accédez à la %spage de la licence%s."
+"M2E Pro license key validation is failed for this IP. Go to the %slicense page%s.","La validation de la clé de licence de M2E Pro a échoué pour cette adresse IP. Accédez à la %spage de la licence%s."
+"M2E Pro license key validation is failed for this base directory. Go to the %slicense page%s.","La validation de la clé de licence de M2E Pro a échoué pour ce répertoire de base. Accédez à la %spage de la licence%s."
+"M2E Pro module requires activation. Go to the %slicense page%s.","Le module M2E Pro doit être activé. Accédez à la %spage de la licence%s."
+"M2E Pro module license suspended for ""%s"" component. Go to the %slicense page%s.","La licence du module M2E Pro est suspendue pour le composant « %s ». Accédez à la %spage de la licence%s."
+"M2E Pro module license closed for ""%s"" component. Go to the %slicense page%s.","La licence du module M2E Pro est fermée pour le composant « %s ». Accédez à la %spage de la licence%s."
+"M2E Pro module license has expired for ""%s"" component. Go to the %slicense page%s.","La licence du module M2E Pro a expiré pour le composant « %s ». Accédez à la %spage de la licence%s."
+"M2E Pro module is running under Trial License for ""%s"" component, that will expire on %s.","Le module M2E Pro utilise une licence d'évaluation pour le composant « %s ». Cette licence expirera le %s."
+"M2E Pro module license will expire on %s for ""%s"" component. Go to the %slicense page%s.","La licence du module M2E Pro expirera le %s pour le composant « %s ». Accédez à la %spage de la licence%s."
+"No matches were found. Please change the mapping attributes in Configuration > Account > 3rd Party Listings or try to map manually.","Aucune correspondance n'a été trouvée. Modifiez les attributs de mappage à partir du menu Configuration > Compte > Annonces tierces ou essayez d'effectuer le mappage manuellement."
+"The ""Categories Synchronization"" action for marketplace: ""%mrk%"" is in data processing mode. Please wait...","La tâche « Synchronisation des catégories » pour la place de marché « %mrk% » est en cours de traitement. Veuillez patienter..."
+"Task ""Orders Receive Synchronization"" for Rakuten.com ""%acc%"" Account is started. Please wait...","La tâche « Synchronisation des commandes reçues » pour le compte Rakuten.com « %acc% » a démarré. Veuillez patienter..."
+"Task ""Orders Update Synchronization"" for Rakuten.com ""%acc%"" Account is started. Please wait...","La tâche « Synchronisation des commandes modifiées » pour le compte Rakuten.com « %acc% » a démarré. Veuillez patienter..."
+"The ""Parts Compatibility Synchronization"" action for ""%mrk%"" marketplace has been successfully completed.","La tâche « Synchronisation des données de compatibilité des pièces » pour la place de marché « %mrk% » est terminée."
+"Attention! By deleting account you delete all information on it from M2E Pro server. This will cause inappropriate work of all accounts' copies.","Attention ! En supprimant un compte, vous supprimez également toutes les informations qui lui sont associées sur le serveur M2E Pro. Cette opération entraînera des problèmes de fonctionnement de toutes les copies du compte."
+"The product was listed as a simple product as it has limitation for multi-variation items. Reason:number of values for each option more than 30.","Le produit a été mis en vente comme produit simple, car il dépasse les limites associées aux annonces multi-versions. Motif : le nombre de valeurs pour chaque option est supérieur à 30."
+"The product was listed as a simple product as it has limitation for multi-variation items. Reason:number of options more than 5.","Le produit a été mis en vente comme produit simple, car il dépasse les limites associées aux annonces multi-versions. Motif : le nombre d'options est supérieur à 5."
+"The product was listed as a simple product as it has limitation for multi-variation items. Reason:sum of quantities of all possible products options more than 250.","Le produit a été mis en vente comme produit simple, car il dépasse les limites associées aux annonces multi-versions. Motif : la somme des quantités de toutes les options de produit possibles est supérieure à 250."
+"Map listing to magento product","Mapper l'annonce vers un produit Magento"
+"Unmap listing from magento product","Démapper l'annonce du produit Magento"
+"Move to existing M2E listing","Déplacer vers une annonce M2E existante"
+"Change of product special price from date in magento store","Modifier la date de début du prix spécial du produit dans la boutique Magento"
+"Change of product special price to date in magento store","Modifier la date de fin du prix spécial du produit dans la boutique Magento"
+"Change item status on Channel","Modifier le statut de l'objet sur le canal"
+"Revise product","Modifier le produit"
+"Relist product","Remettre le produit en vente"
+"Stop product","Arrêter la vente du produit"
+"Creation Date","Date de création"
+"Update Date","Date de mise à jour"
+"Actions","Actions"
+"Edit","Modifier"
+"Delete","Supprimer"
+"All Accounts","Tous les comptes"
+"ID","Identifiant"
+"Title","Titre"
+"Channel","Canal"
+"Accounts","Comptes"
+"Add Account","Ajouter un compte"
+"Configuration","Configuration"
+"General","Général"
+"3rd Party Listings","Annonces tierces"
+"Orders","Commandes"
+"Edit%s Account","Modifier%s le compte"
+"Add%s Account","Ajouter%s un compte"
+"Refresh","Actualiser"
+"Save And Continue Edit","Enregistrer et continuer les modifications"
+"Add New Account","Ajouter un nouveau compte"
+"Complete This Step","Terminer cette étape"
+"Back","Précédente"
+"Save","Enregistrer"
+"Add%s Listing [Select Categories Products]","Ajouter%s une annonce [Sélectionner les produits dans les catégories]"
+"Save And View Listing","Enregistrer et afficher l'annonce"
+"Add%s Listing [Select Categories]","Ajouter%s une annonce [Sélectionner les catégories]"
+"Next","Suivante"
+"Add%s Listing [Select Products]","Ajouter%s une annonce [Sélectionner les produits]"
+"Add%s Listing [Settings]","Ajouter%s une annonce [Paramètres]"
+"Add%s Listing [Products Filter]","Ajouter%s une annonce [Filtre des produits]"
+"Add%s Listing [Channel Settings]","Ajouter%s une annonce [Paramètres du canal]"
+"Select All","Sélectionner tout"
+"Confirm","Confirmer"
+"Add New","Ajouter un nouveau"
+"Settings","Paramètres"
+"Channel Settings","Paramètres du canal"
+"Products Filter","Filtre des produits"
+"Edit ""%s""%s Listing [Settings]","Modifier l'annonce « %s »%s [Paramètres]"
+"Total Items","Total des objets"
+"Active Items","Objets en vente actuellement"
+"Inactive Items","Objets inactifs"
+"View Products","Afficher les produits"
+"Add Products from Products List","Ajouter des produits à partir de la liste"
+"Add Products from Categories","Ajouter des produits à partir des catégories"
+"Edit Settings","Modifier les paramètres"
+"Delete Listing","Supprimer l'annonce"
+"Are you sure?","Etes-vous sûr ?"
+"View Log","Afficher le journal"
+"Clear Log","Effacer le journal"
+"Edit Selling Format Template","Modifier le modèle Format de mise en vente"
+"Edit Synchronization Template","Modifier le modèle Synchronisation"
+"Clear Log(s)","Effacer les journaux"
+"Delete Listing(s)","Supprimer les annonces"
+"N/A","S.O."
+"Product ID","Code produit"
+"Product Title / SKU","Titre du produit/Référence article"
+"ASIN / ISBN","Code ASIN/ISBN"
+"Amazon QTY","Quantité Amazon"
+"Amazon Price","Prix d'Amazon"
+"Fulfillment","Traitement de la commande"
+"Merchant","Vendeur"
+"Amazon","Amazon"
+"Status","Statut"
+"Unknown","Inconnu"
+"Active","En cours"
+"Inactive","Inactif"
+"Inactive (Blocked)","Inactif (bloqué)"
+"Remove Item","Supprimer l'objet"
+"Unmap","Démapper"
+"Map Item(s) Automatically","Mapper les objets automatiquement"
+"Move Item(s) to Listing","Déplacer les objets vers une annonce"
+"Map","Mapper"
+"Move","Déplacer"
+"SKU","Référence article"
+"Status Change","Modification de statut"
+"Manual","Manuel"
+"Automatic","Automatique"
+"Add Products To%s Listing ""%s"" From Categories","Ajouter des produits à%s l'annonce « %s » à partir des catégories"
+"View Listing","Afficher l'annonce"
+"Save And List","Enregistrer et mettre en vente"
+"Product Title","Nom du produit"
+"Type","Type"
+"Stock Availability","Disponibilité"
+"In Stock","En stock"
+"Out of Stock","En rupture de stock"
+"Price","Prix"
+"Qty","Qté"
+"Visibility","Visibilité"
+"Websites","Sites Web"
+"Please select items.","Veuillez sélectionner des objets."
+"Are you sure you want to create empty listing?","Voulez-vous vraiment créer une annonce vide ?"
+"Show Advanced Filter","Afficher le filtre avancé"
+"Hide Advanced Filter","Masquer le filtre avancé"
+"Add Products To%s Listing ""%s""","Ajouter des produits à%s l'annonce « % s »"
+"Image","Photo"
+"Action","Action"
+"Assign ASIN/ISBN","Affecter un code ASIN/ISBN"
+"Clear Search Result","Effacer le résultat de la recherche"
+"Search","Rechercher"
+"Reset","Réinitialiser"
+"Close","Fermer"
+"Product Title / Listing / SKU","Titre du produit/Annonce/Référence article"
+"Amazon SKU","Référence article Amazon"
+"Not Listed","Non mis en vente"
+"Manage","Gérer"
+"Listing","Annonce"
+"Go to listing","Accéder à l'annonce"
+"Search%s Listings Items","Rechercher%s des objets dans les annonces"
+"Listings","Annonces "
+"Templates","Modèles"
+"Selling Format Templates","Modèles Format de mise en vente"
+"Synchronization Templates","Modèles de synchronisation"
+"Continue","Continuer"
+"List Item(s)","Mettre les objets en vente"
+"Revise Item(s)","Modifier les annonces"
+"Relist Item(s)","Remettre les objets en vente"
+"Stop Item(s)","Arrêter la vente des objets"
+"Move Item(s) to Another Listing","Déplacer les objets vers une autre annonce"
+"Assign ASIN/ISBN to Item(s)","Affecter un code ASIN/ISBN aux objets"
+"Add New ASIN(s)","Ajouter de nouveaux codes ASIN"
+"Unassign ASIN/ISBN","Annuler l'affectation d'un code ASIN/ISBN"
+"Duplicate","Dupliquer"
+"Manage ""%s"" Options","Gérer les options « %s »"
+"Manage Options","Gérer les options"
+"Edit ""%s"" Variation","Modifier la version « %s »"
+"Add Another ""%s"" Variations","Ajouter d'autres versions « %s »"
+"Add Another Variation","Ajouter une autre version"
+"List","Mettre en vente"
+"Relist","Remettre en vente"
+"Revise","Modifier"
+"Stop","Arrêter"
+"Remove from Channel","Supprimer du canal"
+"receiving...","réception..."
+"Unassign New ASIN Template","Annuler l'affectation du modèle Nouveau code ASIN"
+"Automatic ASIN/ISBN search in progress.","Recherche automatique par code ASIN/ISBN en cours."
+"Choose ASIN/ISBN from the list","Sélectionner le code ASIN/ISBN dans la liste"
+"Search for ASIN/ISBN","Rechercher par code ASIN/ISBN"
+"ASIN/ISBN was found automatically","Le code ASIN/ISBN a été trouvé automatiquement"
+"View%s Listing ""%s""","Afficher%s l'annonce « %s »"
+"Edit Templates","Modifier les modèles"
+"Add Products","Ajouter des produits"
+"Moving Amazon Items.","Déplacement des objets Amazon."
+"Products failed to move","Les produits n'ont pas pu être déplacés"
+"Task completed. Please wait ...","Fin de la tâche. Veuillez patienter..."
+"""%s"" task has successfully submitted to be processed.","La tâche « %s » a été soumise pour traitement."
+"""%s"" task has completed with warnings. View log for details.","La tâche « %s » s'est terminée avec des avertissements. Afficher le journal pour plus de détails."
+"""%s"" task has completed with errors. View log for details.","La tâche « %s » s'est terminée avec des erreurs. Afficher le journal pour plus de détails."
+"Some Amazon request(s) are being processed now.","Certaines requêtes Amazon sont en cours de traitement."
+"Sending %s product(s) data on Amazon.","Envoi de données produits %s sur Amazon."
+"View All Product Log.","Afficher le journal de tous les produits."
+"The listing was locked by another process. Please try again later.","L'annonce a été verrouillée par un autre processus. Veuillez réessayer plus tard."
+"Listing is empty.","L'annonce est vide."
+"Listing All Items On Amazon","Mise en vente de tous les objets sur Amazon"
+"Listing Selected Items On Amazon","Mise en vente des objets sélectionnés sur Amazon"
+"Revising Selected Items On Amazon","Modification des objets sélectionnés sur Amazon"
+"Relisting Selected Items On Amazon","Remise en vente des objets sélectionnés sur Amazon"
+"Stopping Selected Items On Amazon","Arrêt de la vente des objets sélectionnés sur Amazon"
+"Stopping On Amazon And Removing From Listing Selected Items","Arrêt de la vente des objets sélectionnés sur Amazon et suppression de ces objets de l'annonce"
+"Removing From Amazon And Listing Selected Items","Suppression des objets sélectionnés d'Amazon et mise en vente de ces objets"
+"Product(s) was successfully moved.","Les produits ont été déplacés."
+"Product(s) was not moved. View log for details.","Les produits n'ont pas été déplacés. Afficher le journal pour plus de détails."
+"Some product(s) was not moved. View log for details.","Certains produits n'ont pas été déplacés. Afficher le journal pour plus de détails."
+"Please select action.","Sélectionnez une action."
+"Success","Opération réussie"
+"Notice","Avis"
+"Warning","Avertissement"
+"Error","Erreur"
+"Please enter product name or ASIN/ISBN/UPC/EAN.","Saisissez le nom du produit ou son code ASIN/ISBN/UPC/EAN."
+"Server is currently unavailable. Please try again later.","Le serveur n'est pas disponible pour le moment. Veuillez réessayer plus tard."
+"The new ASIN creation functionality is not available in %code% marketplace yet.","La fonctionnalité de création de codes ASIN n'est pas disponible pour la place de marché %code% pour le moment."
+"In order to use New ASIN functionality, please re-synchronize marketplace data.","Pour utiliser la fonctionnalité Nouveau code ASIN, synchronisez à nouveau les données de la place de marché."
+"Press ""Save And Update"" button after redirect on marketplace page.","Cliquez sur le bouton « Enregistrer et mettre à jour » après avoir été redirigé vers la page de la place de marché."
+"All variations are already added.","Toutes les versions ont déjà été ajoutées."
+"Selling Format Template","Modèle Format de mise en vente"
+"Synchronization Template","Modèle Synchronisation"
+"From Products List","A partir de la liste de produits"
+"From Categories","A partir des catégories"
+"Search Items","Rechercher des objets"
+"Add Listing","Ajouter une annonce"
+"Update Now","Mettre à jour maintenant"
+"Edit Shipping Address","Modifier l'adresse de livraison"
+"Save Order Address","Enregistrer l'adresse de la commande"
+"Sale Date","Date de vente"
+"Magento Order #","N° de commande Magento"
+"Amazon Order #","N° de commande Amazon"
+"Items","Objets"
+"Buyer","Acheteur"
+"Total Paid","Total payé"
+"Reservation","Réservation"
+"Reserved","Réservé"
+"Released","Libéré"
+"Canceled","Annulé"
+"Pending","En attente"
+"Unshipped","Non envoyé"
+"Partially Shipped","Partiellement envoyé"
+"Shipped","Envoyé"
+"Invoice Not Confirmed","Facture non confirmée"
+"Unfulfillable","Traitement de la commande impossible"
+"View","Afficher"
+"Create Order","Créer la commande"
+"Mark As Shipped","Marquer comme envoyé"
+"Reserve QTY","Quantité réservée"
+"Cancel QTY Reserve","Annuler la quantité réservée"
+"Mark Order(s) as Shipped","Marquer les commandes comme envoyées"
+"Resend Shipping Information","Renvoyer les informations de livraison"
+"Deleted","Supprimé"
+"edit","modifier"
+"QTY","Quantité"
+"Status Update in Progress...","Modification du statut en cours..."
+"Product","Produit"
+"Original Price","Prix de départ"
+"Promotions","Promotions"
+"Gift Wrap Price","Prix du papier cadeau"
+"Gift Options","Options de cadeau"
+"Row Total","Total de la ligne"
+"View on Amazon","Afficher sur Amazon"
+"Map to Magento Product","Mapper vers un produit Magento"
+"Set Options","Définir les options"
+"Gift Wrap Type","Type de papier cadeau"
+"Gift Message","Message du cadeau"
+"View Order Details","Afficher les détails de la commande"
+"Mark as Shipped","Marquer comme envoyé"
+"Are you sure that you want to create new Magento Order?","Voulez-vous vraiment créer une commande Magento ?"
+"Run Now","Exécuter maintenant"
+"Insert","Insérer"
+"Change Category","Changer de catégorie"
+"Browse","Parcourir"
+"Search By Keywords","Rechercher par mots-clés"
+"Description","Description"
+"Specifics","Caractéristiques"
+"Edit ""New ASIN"" Template For ""%s"" Marketplace (Beta)","Modifier le modèle « Nouveau code ASIN » pour la place de marché « %s » (bêta)"
+"Add ""New ASIN"" Template For ""%s"" Marketplace (Beta)","Ajouter le modèle « Nouveau code ASIN » pour la place de marché « %s » (bêta)"
+"Save And Assign","Enregistrer et affecter"
+"Department","Département"
+"Category","Catégorie"
+"Attribute Sets","Jeux d'attributs"
+"Assignment","Affectation"
+"Edit Template","Modifier le modèle"
+"Delete Template","Supprimer le modèle"
+"Assign To This Template","Affecter à ce modèle"
+"Attribute Sets Mismatch","Aucune correspondance entre les jeux d'attributs"
+"Found In: ","Dans : "
+"Select","Sélectionner"
+"New ASIN Templates For ""%s"" Marketplace (Beta)","Modèles Nouveau code ASIN pour la place de marché « %s » (bêta)"
+"Add New ASIN Template","Ajouter le modèle Nouveau code ASIN"
+"Edit%s Selling Format Template","Modifier%s le modèle Format de mise en vente"
+"Add%s Selling Format Template","Ajouter%s un modèle Format de mise en vente"
+"List Rules","Règles de mise en vente"
+"Revise Rules","Règles de modification"
+"Relist Rules","Règles de remise en vente"
+"Stop Rules","Règles d'arrêt"
+"Edit%s Synchronization Template","Modifier%s le modèle Synchronisation"
+"Add%s Synchronization Template","Ajouter%s un modèle Synchronisation"
+"Update FTP Password","Mettre à jour le mot de passe FTP"
+"Update Web Password","Mettre à jour le mot de passe Web"
+"Product Title / Reference ID","Titre du produit/code de référence"
+"Rakuten.com SKU","Référence article Rakuten.com"
+"Rakuten.com QTY","Quantité Rakuten.com"
+"Rakuten.com Price","Prix Rakuten.com"
+"Move Item(s) To Listing","Déplacer les objets vers une annonce"
+"Reference ID","Code de référence"
+"Add Products To%s Listing ""%s"" ","Ajouter des produits à%s l'annonce « %s » "
+"Assign Rakuten.com SKU","Affecter une référence article Rakuten.com"
+"There is no such variation on Rakuten.com. Please, choose another variation.","Aucune version correspondante n'existe sur Rakuten.com. Choisissez une autre version."
+"Add New SKU In Progress...","Ajout d'une nouvelle référence article..."
+"List In Progress...","Mise en vente..."
+"Relist In Progress...","Remise en vente..."
+"Revise In Progress...","Modification..."
+"Stop In Progress...","Arrêt..."
+"Stop And Remove In Progress...","Arrêt et suppression..."
+"Assign Rakuten.com SKU to Item(s)","Affecter une référence article Rakuten.com aux objets"
+"Add New Rakuten.com SKU","Ajouter une nouvelle référence article Rakuten.com"
+"Unassign Rakuten.com SKU","Annuler l'affectation d'une référence article Rakuten.com"
+"Unassign New SKU Template","Annuler l'affectation du modèle Nouvelle référence article"
+"Choose Rakuten.com SKU from the list","Sélectionner la référence article Rakuten.com dans la liste"
+"Search for Rakuten.com SKU","Rechercher la référence article Rakuten.com"
+"New","Neuf"
+"Used - Like New","D'occasion - Comme neuf"
+"Used - Very Good","D'occasion - Très bon état"
+"Used - Good","D'occasion - Bon état"
+"Used - Acceptable","D'occasion - Etat correct"
+"Refurbished","Remis à neuf"
+"Rakuten.com was found automatically","Rakuten.com a été trouvé automatiquement"
+"New SKU","Nouvelle référence article"
+"Moving Rakuten.com Items.","Déplacement des objets Rakuten.com."
+"Some Rakuten.com request(s) are being processed now.","Certaines requêtes Rakuten.com sont en cours de traitement."
+"Sending %s product(s) data on Rakuten.com.","Envoi de données produits %s sur Rakuten.com."
+"Listing All Items On Rakuten.com","Mise en vente de tous les objets sur Rakuten.com"
+"Listing Selected Items On Rakuten.com","Mise en vente des objets sélectionnés sur Rakuten.com"
+"Revising Selected Items On Rakuten.com","Modification des objets sélectionnés sur Rakuten.com"
+"Relisting Selected Items On Rakuten.com","Remise en vente des objets sélectionnés sur Rakuten.com"
+"Stopping Selected Items On Rakuten.com","Arrêt de la vente des objets sélectionnés sur Rakuten.com"
+"Stopping On Rakuten.com And Removing From Listing Selected Items","Arrêt de la vente des objets sélectionnés sur Rakuten.com et suppression de ces objets de l'annonce"
+"Adding New SKU On Rakuten.com","Ajout d'une nouvelle référence article sur Rakuten.com"
+"In order to use New SKU functionality, please re-synchronize marketplace data.","Pour utiliser la fonctionnalité Nouvelle référence article, synchronisez à nouveau les données de la place de marché."
+"Please enter product name or Rakuten.com SKU/ISBN/UPC.","Saisissez le nom du produit ou la référence article/le code ISBN/le code UPC Rakuten.com."
+"Rakuten.com Order #","N° de commande Rakuten.com"
+"Item","Objet"
+"View on Rakuten.com","Afficher sur Rakuten.com"
+"Edit New SKU Template For Rakuten.com (Beta)","Modifier le modèle Nouvelle référence article pour Rakuten.com (bêta)"
+"Add New SKU Template For Rakuten.com (Beta)","Ajouter un modèle Nouvelle référence article pour Rakuten.com (bêta)"
+"New SKU Templates For Rakuten.com (Beta)","Modèles Nouvelle référence article pour Rakuten.com (bêta)"
+"Add New SKU Template","Ajouter un modèle Nouvelle référence article"
+"At least 1 channel should be enabled.","Vous devez activer au moins un canal."
+"Method of adding a new entity is not defined.","La méthode d'ajout de nouvelles entités n'est pas définie."
+"Log For%s Listing","Journal de%s l'annonce"
+"Listings Log","Journal des annonces"
+"Listing Settings","Paramètres de l'annonce"
+"Listing Items","Objets de l'annonce"
+"Show General Log","Afficher le journal général"
+"Identifier","Identifiant"
+"Product Name","Nom du produit"
+"Run Mode","Mode d'exécution"
+"Priority","Priorité"
+"Log For%s 3rd Party Listing","Journal de%s l'annonce tierce"
+"3rd Party Listings Log","Journal des annonces tierces"
+"Product was successfully mapped.","Le produit a été mappé."
+"Listings, which have the same Marketplace and Account were not found.","Aucune annonce associée aux mêmes place de marché et compte n'a été trouvée."
+"Would you like to create one with default settings ?","Voulez-vous créer une annonce avec les paramètres par défaut ?"
+"Products were not moved. View log for details.","Les produits n'ont pas été déplacés. Afficher le journal pour plus de détails."
+"Some of the products were not moved. View log for details.","Certains produits n'ont pas été déplacés. Afficher le journal pour plus de détails."
+"Processing %s product(s).","Traitement des produits %s."
+"Map Item(s) to Products","Mapper les objets vers des produits"
+"Only mapped products must be selected.","Seuls des produits mappés doivent être sélectionnés."
+"Selected items must belong to the same Account and Marketplace.","Les objets sélectionnés doivent appartenir au même compte et à la même place de marché."
+"Moving Play.com Items.","Déplacement des objets Play.com."
+"Mapping Product","Mappage du produit"
+"Product does not exist.","Le produit n'existe pas."
+"Please enter correct product ID.","Saisissez le code produit correct."
+"Product(s) was successfully mapped.","Les produits ont été mappés."
+"Please enter correct product ID or SKU","Saisissez le code produit correct ou la référence article"
+"Current version only supports simple products. Please, choose simple product.","La version actuelle prend uniquement en charge les produits simples. Veuillez choisir un produit simple."
+"Item was not mapped as the chosen %s Simple Product has Custom Options.","L'objet n'a pas été mappé en raison des options personnalisées du produit simple %s choisi."
+"Add More Variations","Ajouter d'autres versions"
+"Generate All Combinations","Générer toutes les combinaisons"
+"Generate Non-Existing Combinations","Générer les combinaisons inexistantes"
+"Listed","Mis en vente"
+"Sold","Vendu"
+"Stopped","Arrêté"
+"Finished","Terminé"
+"Blocked","Bloqué"
+"Search Listings Items","Rechercher des objets dans les annonces"
+"General Log","Journal général"
+"Search Products","Rechercher des produits"
+"Marketplaces","Places de marché"
+"Save And Complete This Step","Enregistrer et terminer cette étape"
+"Save And Update","Enregistrer et mettre à jour"
+"Rakuten (Beta)","Rakuten (bêta)"
+"Orders Log","Journal des commandes"
+"View Logs","Afficher les journaux"
+"Update Password","Mettre à jour le mot de passe"
+"Product Title / Reference Code","Titre du produit/code de référence"
+"Play.com QTY","Quantité Play.com"
+"Play.com GBP Price","Prix Play.com en GBP"
+"Play.com EUR Price","Prix Play.com en EUR"
+"Reference Code","Code de référence"
+"Play ID","Identifiant Play"
+"Assign Play ID","Affecter un identifiant Play"
+"There is no such variation on Play ID. Please, choose another variation.","Aucune version correspondante n'existe pour l'identifiant Play. Choisissez une autre version."
+"Play.com Price GBP","Prix Play.com en GBP"
+"Play.com Price EUR","Prix Play.com en EUR"
+"New SKU In Progress...","Nouvelle référence article..."
+"Assign Play ID to Item(s)","Affecter un identifiant Play aux objets"
+"Unassign Play ID","Annuler l'affectation de l'identifiant Play"
+"Choose Play ID from the list","Sélectionner un identifiant Play dans la liste"
+"Search for Play ID","Rechercher l'identifiant Play"
+"Play ID was found automatically","L'identifiant Play a été trouvé automatiquement"
+"Some Play.com request(s) are being processed now.","Certaines requêtes Play.com sont en cours de traitement."
+"Sending %s product(s) data on Play.com.","Envoi de données produits %s sur Play.com."
+"Listing All Items On Play.com","Mise en vente de tous les objets sur Play.com"
+"Listing Selected Items On Play.com","Mise en vente des objets sélectionnés sur Play.com"
+"Revising Selected Items On Play.com","Modification des objets sélectionnés sur Play.com"
+"Relisting Selected Items On Play.com","Remise en vente des objets sélectionnés sur Play.com"
+"Stopping Selected Items On Play.com","Arrêt de la vente des objets sélectionnés sur Play.com"
+"Stopping On Play.com And Removing From Listing Selected Items","Arrêt de la vente des objets sélectionnés sur Play.com et suppression de ces objets de l'annonce"
+"Assign Play.com SKU","Affecter une référence article Play.com"
+"Enter product name or ISBN/EAN/UPC.","Saisir le nom du produit ou le code ISBN/EAN/UPC."
+"Play Order #","N° de commande Play"
+"Posted","Publiées"
+"Refunded","Remboursé"
+"Reserve Qty","Quantité réservée"
+"Cancel Qty Reserve","Annuler la quantité réservée"
+"Synchronization Log","Journal de synchronisation"
+"Synchronization Settings","Paramètres de synchronisation"
+"Synchronization","Synchronisation"
+"Run Enabled Now","Exécuter les éléments activés"
+"Save Settings","Enregistrer les paramètres"
+"Add Selling Format Template","Ajouter un modèle Format de mise en vente"
+"Add Synchronization Template","Ajouter un modèle Synchronisation"
+"Development","Développement"
+"Enter","Saisir"
+"Change","Modifier"
+"Clear All","Effacer tout"
+"Restore All Helps","Rétablir toutes les aides"
+" License"," Licence"
+"Job Code","Code de la tâche"
+"Created At","Créée à"
+"Scheduled At","Programmée à"
+"Executed At","Exécutée à"
+"Finished At","Terminée à"
+"Messages","Messages"
+"Cron Schedule Table View","Affichage du tableau de programmation Cron"
+"Table Name","Nom du tableau"
+"Component","Composant"
+"Group","Groupe"
+"Records","Entrées"
+"Size (Mb)","Taille (Mo)"
+"Edit Table(s)","Modifier les tableaux"
+"Truncate Table(s)","Tronquer les tableaux"
+"Update","Mise à jour"
+"Manage Table ""%s""","Gérer le tableau « %s »"
+"Truncate Table","Tronquer le tableau"
+"Enable","Activer"
+"Disable","Désactiver"
+"Summary","Récapitulatif"
+"Inspection","Inspection"
+"Database","Base de données"
+"Tools","Outils"
+"Module","Module"
+"Debug","Débogage"
+"Build","Version"
+"Main Website","Site Web principal"
+"Support","Assistance"
+"Magento Connect","Magento Connect"
+"Documentation","Documentation"
+"Video Tutorials","Didacticiels vidéo"
+"Listing ID","Numéro de l'annonce"
+"Listing Title","Titre de l'annonce"
+"Attrib. Set Name","Nom du jeu d'attributs"
+"Source","Source"
+"Products List","Liste de produits"
+"Categories","Catégories"
+"Store View","Vue Boutique"
+"Listings, which have the same Attribute Set, Marketplace and Account were not found.","Aucune annonce associée aux mêmes jeu d'attributs, place de marché et compte n'a été trouvée."
+"Map To This Product","Mapper vers ce produit"
+"Advanced Search","Recherche approfondie"
+"Stop And Remove","Arrêter et retirer"
+"Delete And Remove","Supprimer et retirer"
+"Items are not set.","Les objets ne sont pas définis."
+"Current view mode is not set.","Le mode d'affichage actuel n'est pas défini."
+"Route is not set.","Le chemin n'est pas défini."
+"High","Elevé"
+"Medium","Moyen"
+"Low","Bas"
+"Last action was completed successfully.","La dernière tâche est terminée."
+"Entity ID is not set.","Le code d'entité n'est pas défini."
+"View help handler is not set.","Le gestionnaire d'affichage de l'aide n'est pas défini."
+"Close help handler is not set.","Le gestionnaire de fermeture de l'aide n'est pas défini."
+"Log rows are not set.","Les lignes du journal ne sont pas définies."
+"Log tips are not set.","Les conseils du journal ne sont pas définis."
+"Log icons are not set.","Les icônes du journal ne sont pas définies."
+"Apply","Appliquer"
+"Conditions","Conditions"
+"All Marketplaces","Toutes les places de marché"
+"Bundle Items","Objets groupés"
+"Links","Liens"
+"Associated Products","Produits associés"
+"Custom Options","Options personnalisées"
+"Order #","N° de commande"
+"Message","Message"
+"Create Date","Date de création"
+"Admin (Default Values)","Administrateur (valeurs par défaut)"
+"Attach Another File","Joindre un autre fichier"
+"Send Message","Envoyer le message"
+"Search Results","Résultats de la recherche"
+"Knowledge Base","Base de connaissances"
+"Contact Support","Contacter le Service clients"
+"Support {$m2eProVersion}","Assistance {$m2eProVersion}"
+"Migration Notes","Notes de migration"
+"Some attributes which are used in this policy were not found in products settings.'
+ . ' Please, check if all of them are in [%s] Attribute Set(s)'
+ . ' as it can cause List, Revise or Relist issues.","Certains attributs utilisés dans ces conditions sont introuvables dans les paramètres des produits.' . ' Vérifiez qu'ils se trouvent tous dans les jeux d'attributs [%s]' . ' pour éviter les problèmes de mise en vente, de modification ou de remise en vente."
+"Template nick is not set.","L'état du modèle n'est pas défini."
+"Component mode is not set.","Le mode du composant n'est pas défini."
+"Template data is not set.","Les données du modèle ne sont pas définies."
+"Currency ""%s"" is not allowed in Currency Setup '
+ . 'for Store View ""%s"" of your Magento. '
+ . 'Currency conversion will not be performed.","La devise « %s » n'est pas autorisée dans la définition de la devise ' . 'pour la vue boutique « %s » de Magento. ' . 'Les devises ne seront pas converties."
+"There is no rate for ""%s-%s"" in'
+ . ' Manage Currency Rates of your Magento.'
+ . ' Currency conversion will not be performed.","Il n'existe aucun taux pour « %s-%s » dans la section' . ' Gérer les taux de change de Magento.' . ' Les devises ne seront pas converties."
+"There is a rate %s for ""%s-%s"" in'
+ . ' Manage Currency Rates of your Magento.'
+ . ' Currency conversion will be performed automatically.","Il existe un taux %s pour « %s-%s » dans la section' . ' Gérer les taux de change de Magento.' . ' Les devises seront converties automatiquement."
+"Template model is unknown.","Le type de modèle est inconnu."
+"Target CSS Class is not set.","La classe CSS cible n'est pas définie."
+"Item url is not set.","L'URL de l'objet n'est pas définie."
+"Item label is not set","Le libellé de l'objet n'est pas défini"
+"Congratulations!","Félicitations !"
+"Configuration Wizard","Assistant de configuration"
+"Skip Wizard","Ignorer l'Assistant"
+"Congratulations! (Magento Multi-Channels Integration)","Félicitations ! (Intégration multicanal Magento)"
+"License","Licence"
+"Proceed","Continuer"
+"Complete Configuration","Terminer la configuration"
+"Configuration Wizard (Magento Multi-Channels Integration)","Assistant de configuration (Intégration multicanal Magento)"
+"Start Configuration","Commencer la configuration"
+"Welcome to M2E Pro - Magento Multi-Channels Integration!","Bienvenue dans l'intégration multicanal M2E Pro - Magento !"
+"Create an M2E Listing","Créer une annonce M2E"
+"M2E Registration Complete","Inscription M2E terminée"
+"Sign into eBay","Se connecter à eBay"
+"Register for eBay","S'inscrire sur eBay"
+"M2E Registration","Inscription M2E"
+"What Is An M2E Listing?","En quoi consiste une annonce M2E ?"
+"M2E Mode","Mode M2E"
+"What are M2E Products and How Do They Appear on eBay","Que sont les produits M2E et comment s'affichent-ils sur eBay ?"
+"Register and Link to eBay","S'inscrire et lier à eBay"
+"Link Magento to eBay and increase your sales","Liez eBay et Magento, et augmentez vos ventes"
+"M2E Pro Migration to v. %s","Migration M2E Pro vers v. %s"
+"Next Step","Etape suivante"
+"Previous Step","Etape précédente"
+"Complete","Terminé"
+"M2E Pro module is locked because of security reason. Please contact us.","Le module M2E Pro est verrouillé pour des raisons de sécurité. Veuillez nous contacter."
+"Maintenance is Active.","La maintenance est en cours."
+"M2E Pro is working in maintenance mode at the moment. Developers are investigating your issue.","M2E Pro fonctionne actuellement en mode de maintenance. Les développeurs examinent votre problème."
+"You will be able to see a content of this page soon. Please wait and then refresh a browser page later.","Le contenu de cette page sera disponible prochainement. Veuillez patienter et actualiser la page du navigateur plus tard."
+"We are sorry, Internet Explorer browser is not supported. Please, use
+ another browser (Mozilla Firefox, Google Chrome, etc.).","Le navigateur Internet Explorer n'est pas pris en charge. Veuillez utiliser un autre navigateur (Mozilla Firefox, Google Chrome, etc.)."
+"At least 1 channel of current view should be enabled.","Au moins un canal de la vue actuelle doit être activé."
+"Step is invalid","L'étape n'est pas valide"
+"Status is invalid","Le statut n'est pas valide"
+"Server domain is not defined","Le domaine du serveur n'est pas défini"
+"Server IP is not defined","L'adresse IP du serveur n'est pas définie"
+"Amazon (Beta)","Amazon (Bêta)"
+"Rakuten.com (Beta)","Rakuten.com (bêta)"
+"Please, specify a value suitable for all chosen products.","Veuillez spécifier une valeur appropriée pour tous les produits sélectionnés."
+"eBay","eBay"
+"1 day","1 jour"
+"3 days","3 jours"
+"5 days","5 jours"
+"7 days","7 jours"
+"10 days","10 jours"
+"30 days","30 jours"
+"Good Till Cancelled","Valide jusqu'à annulation"
+"Play.com (Beta)","Play.com (bêta)"
+"Class name must begin with ""Ess_M2ePro""","Le nom de la classe doit commencer par « Ess_M2ePro »"
+"Attribute sets must be less then 50","Le nombre de jeux d'attributs doit être inférieur à 50"
+"Getting default website is failed","L'obtention du site Web par défaut a échoué"
+"Getting default store group is failed","L'obtention du groupe de boutiques par défaut a échoué"
+"Getting default store is failed","L'obtention de la boutique par défaut a échoué"
+"Fatal error occurred","Une erreur critique est survenue"
+"PHP Version","Version de PHP"
+"Memory Limit","Limite de la mémoire"
+"Magento Version","Version de Magento"
+"Max Execution Time","Temps d'exécution maximum"
+"Server connection is failed. Please try again later.","La connexion au serveur a échoué. Veuillez réessayer plus tard."
+"Sell On Multi-Channels","Vendre sur plusieurs canaux"
+"Controller file was loaded but class does not exist","Le fichier du contrôleur a été chargé, mais la classe n'existe pas"
+"Control Panel (M2E Pro)","Panneau de commande (M2E Pro)"
+"New buyer negative feedback was received. Go to the %sfeedback page%s.","Un acheteur a laissé une nouvelle évaluation négative. Accédez à la %spage des évaluations%s."
+"The token for ""%s"" eBay Account has been expired.
+
+ Please, go to %s > Configuration > eBay Account > General TAB ,
+ click on the Get Token button. (You will be redirected to the eBay website.)
+ Sign-in and press I Agree on eBay page.
+ Do not forget to press Save button after returning back to Magento","Le jeton pour le compte eBay « %s » a expiré. Accédez au menu %s > Configuration > Compte eBay > onglet Général , puis cliquez sur le bouton Demander un jeton. (Vous serez ensuite redirigé vers le site Web eBay.) Connectez-vous, puis cliquez sur J'accepte sur la page eBay. N'oubliez pas de cliquer sur le bouton Enregistrer une fois de retour dans Magento."
+"Attention! The token for ""%s"" eBay Account will be expired soon ( %s ).
+
+ Please, go to %s > Configuration > eBay Account > General TAB ,
+ click on the Get Token button. (You will be redirected to the eBay website.)
+ Sign-in and press I Agree on eBay page.
+ Do not forget to press Save button after returning back to Magento","Attention ! Le jeton pour le compte eBay « %s » expire bientôt ( %s ). Accédez au menu %s > Configuration > Compte eBay > onglet Général , puis cliquez sur le bouton Demander un jeton. (Vous serez ensuite redirigé vers le site Web eBay.) Connectez-vous, puis cliquez sur J'accepte sur la page eBay. N'oubliez pas de cliquer sur le bouton Enregistrer une fois de retour dans Magento."
+"Sell On eBay","Vendre sur eBay"
+"Request was deleted during account deleting.","La requête a été supprimée lors de la suppression du compte."
+"Encoding type ""%s"" is not supported.","Le type d'encodage « %s » n'est pas pris en charge."
+"Instance does not exist.","L'instance n'existe pas."
+"Method require loaded instance first","La méthode requiert le chargement préalable de l'instance"
+"Error occurred while creating archive.","Une erreur est survenue lors de la création de l'archive."
+"Content does not exist.","Le contenu n'existe pas."
+"Set component mode first","Définissez d'abord le mode du composant"
+"Resource is not set.","La ressource n'est pas définie."
+"ORM for config is not defined.","La valeur ORM pour la configuration n'est pas définie."
+"Validation Failed. The server response data is not valid.","Echec de la validation. Les données de réponse du serveur ne sont pas valides."
+"Internal server error(s) [%errors%]","Erreurs internes du serveur [%errors%]"
+"Please ensure that CURL library is installed on your server and it supports HTTPS
+ protocol. Also ensure that outgoing connection to m2epro.com, port 443 is allowed by firewall.","Vérifiez que la bibliothèque CURL est installée sur votre serveur et qu'elle prend en charge le protocole HTTPS. Vérifiez également que la connexion sortante à m2epro.com (port 443) est autorisée par le pare-feu."
+"Requested command has invalid format.","Le format de la commande demandée est incorrect."
+"The name of log file is not specified.","Le nom du journal n'est pas spécifié."
+"Creation of Log file is failed.","La création du journal a échoué."
+"Removing of Log file is failed.","La suppression du journal a échoué."
+"M2ePro base var dir creation is failed.","La création de l'attribut var dir M2E Pro base a échoué."
+"Custom var dir creation is failed.","La création de l'attribut var dir personnalisé a échoué."
+"M2ePro base var dir removing is failed.","La suppression de l'attribut var dir M2E Pro base a échoué."
+"Custom var dir removing is failed.","La suppression de l'attribut var dir personnalisé a échoué."
+"Listing component is not defined.","Le composant d'annonce n'est pas défini."
+"Listing id is not defined.","Le numéro d'annonce n'est pas défini."
+"Item was successfully mapped","L'objet a été mappé"
+"Item was successfully unmapped","L'objet a été démappé"
+"Product id is not set","Le code produit n'est pas défini."
+"Item was successfully deleted","L'objet a été supprimé"
+"Listing was successfully deleted","L'annonce a été supprimée"
+"Item was successfully added","L'objet a été ajouté"
+"Variation option was deleted. Item was reset.","L'option de version a été supprimée. L'objet a été réinitialisé."
+"Wrong nick of lock item.","L'état de l'objet verrouillé est incorrect."
+"Wrong max deactivate lock item time.","La durée maximale de désactivation de l'objet verrouillé est incorrecte."
+"Wrong object class for getting action_id!","La classe d'objet pour obtenir action_id est incorrecte."
+"Cancel is not allowed for Orders which were already Canceled.","L'annulation n'est pas autorisée pour les commandes déjà annulées."
+"Cancel is not allowed for Orders with Invoiced Items.","L'annulation n'est pas autorisée pour les commandes comportant des objets facturés."
+"Cancel is not allowed for Orders which were put on Hold.","L'annulation n'est pas autorisée pour les commandes suspendues."
+"Cancel is not allowed for Orders which were Completed or Closed.","L'annulation n'est pas autorisée pour les commandes finalisées ou clôturées."
+"M2E Pro Notes","Commentaires M2E Pro"
+"is","est"
+"is not","n'est pas"
+"equals or greater than","est supérieur ou égal à"
+"equals or less than","est inférieur ou égal à"
+"greater than","supérieur à"
+"less than","inférieur à"
+"contains","inclut"
+"does not contain","n'inclut pas"
+"is one of","appartient à"
+"is not one of","n'appartient pas à"
+"TRUE","VRAI"
+"FALSE","FAUX"
+"Please choose a condition to add...","Sélectionnez l'état à ajouter..."
+"Add","Ajouter"
+"Remove","Supprimer"
+"Conditions Combination","Combinaison de conditions"
+"Product Attribute","Attribut du produit"
+"ALL","TOUT"
+"ANY","N'IMPORTE LEQUEL"
+"If %s of these conditions are %s:","Si %s de ces conditions sont %s :"
+"Attribute Set","Jeu d'attributs"
+"Open Chooser","Ouvrir l'outil de sélection"
+"Out Of Stock","En rupture de stock"
+"Prefix must be specified before.","Le préfixe doit être spécifié au préalable."
+"Stock Item is not set.","L'objet du stock n'est pas défini."
+"The requested quantity is not available.","La quantité demandée n'est pas disponible."
+"Yes","Oui"
+"No","Non"
+"The Product ID is not set.","Le code produit n'est pas défini."
+"Load instance first","Commencez par charger l'instance"
+"Attribute does not exist.","L'attribut n'existe pas."
+"There is no associated products found for grouped product.","Aucun produit associé ne correspond au produit groupé."
+"Payment Status for eBay Order was updated to Paid.","Le statut du paiement de la commande eBay a été remplacé par Payé."
+"Payment Status for %s Order was not updated. View %sorder log%s for more details.","Le statut du paiement de la commande %s n'a pas été mis à jour. Consultez le %sjournal des commandes%s pour plus de détails."
+"From [%from%] to [%to%]","De [%from%] à [%to%]"
+"IN Stock","En stock"
+"OUT of Stock","En rupture de stock"
+"Enabled","Activé"
+"Disabled","Désactivé"
+"From [%from%] to [%to%].","De [%from%] à [%to%]."
+"None","Aucun"
+"Attribute ""%attr%"" from [%from%] to [%to%].","Attribut « %attr% » de [%from%] à [%to%]."
+"Shipping Status for eBay Order was updated.","Le statut de la livraison de la commande eBay a été modifié."
+"Updating Amazon Order Status to Shipped in Progress...","Remplacement du statut de la commande Amazon par Envoyé..."
+"Updating Rakuten.com Order Status to Shipped in Progress...","Remplacement du statut de la commande Rakuten.com par Envoyé..."
+"Updating Play.com Order Status to Shipped in Progress...","Remplacement du statut de la commande Play.com par Envoyé..."
+"Shipping Status for %s Order was not updated. View %sorder log%s for more details.","Le statut de la livraison de la commande %s n'a pas été mis à jour. Consultez le %sjournal des commandes%s pour plus de détails."
+"Product reindex was executed.","La réindexation des produits a été exécutée."
+"Order ID is invalid.","Numéro de commande non valide."
+"Action is invalid.","Action non valide."
+"Creator is invalid.","Créateur non valide."
+"Magento product is not set.","Le produit Magento n'est pas défini."
+"There is no associated product found for grouped product.","Aucun produit associé ne correspond au produit groupé."
+"There is no associated product found for configurable product.","Aucun produit associé ne correspond au produit configurable."
+"Qty cannot be less than zero.","La quantité ne peut pas être inférieure à zéro."
+"Product is disabled.","Le produit est désactivé."
+"Order Import does not support product type: %type%.","L'importation de la commande ne prend pas en charge le type de produit %type%."
+"Selected options do not match the product options.","Les options sélectionnées ne correspondent pas aux options du produit."
+"Required options were not selected.","Certaines options obligatoires n'ont pas été sélectionnées."
+"Invalid order log type.","Type de journal des commandes non valide."
+"Invalid order log initiator.","Initiateur de journal des commandes non valide."
+"Store is not set.","La boutique n'est pas définie."
+"Invalid repair data.","Données de réparation non valides."
+"Invalid repair type.","Type de réparation non valide."
+"QTY is already reserved.","La quantité est déjà réservée."
+"QTY reservation is disabled in Account settings.","La réservation de la quantité est désactivée dans les paramètres du compte."
+"QTY is already released.","La quantité est déjà libérée."
+"QTY reserve is already canceled.","La quantité réservée est déjà annulée."
+"The Order Item(s) was not mapped to Magento Product(s) or mapped incorrect.","Les objets de la commande n'ont pas été mappés vers des produits Magento ou le mappage est incorrect."
+"Product(s) does not exist.","Les produits n'existent pas."
+"Shipment handler not found.","Gestionnaire de livraisons introuvable."
+"Magento Order was not created. Reason: %msg%","La commande Magento n'a pas été créée. Motif : %msg%"
+"Magento Order #%order_id% was created.","La commande Magento n° %order_id% a été créée."
+"Payment Transaction was not created. Reason: %msg%","La transaction de paiement n'a pas été créée. Motif : %msg%"
+"Invoice was not created. Reason: %msg%","La facture n'a pas été créée. Motif : %msg%"
+"Invoice #%invoice_id% was created.","La facture n° %invoice_id% a été créée."
+"Shipment was not created. Reason: %msg%","L'envoi n'a pas été créé. Motif : %msg%"
+"Shipment #%shipment_id% was created.","L'envoi n° %shipment_id% a été créé."
+"Tracking details were not imported. Reason: %msg%","Les informations de suivi n'ont pas été importées. Motif : %msg%"
+"Tracking details were imported.","Les informations de suivi ont été importées."
+"Magento Order #%order_id% was canceled.","La commande Magento n° %order_id% a été annulée."
+"Magento Order #%order_id% was not canceled. Reason: %msg%","La commande Magento n° %order_id% n'a pas été annulée. Motif : %msg%"
+"Store does not exist.","La boutique n'existe pas."
+"Payment method ""M2E Pro Payment"" is disabled in magento configuration.","Le mode de paiement « Paiement M2E Pro » est désactivé dans la configuration Magento."
+"Shipping method ""M2E Pro Shipping"" is disabled in magento configuration.","Le mode de livraison « Livraison M2E Pro » est désactivé dans la configuration Magento."
+"Item was successfully moved","L'objet a été déplacé"
+"Duplicated Play.com orders with ID #%id%.","Les commandes Play.com dont le numéro est %id% ont été dupliquées."
+"Product import is disabled in Play Account settings.","L'importation de produits est désactivée dans les paramètres du compte Play."
+"Product for Play Item ""%id%"" was created in Magento catalog.","Le produit correspondant à l'objet Play « %id% » a été créé dans le catalogue Magento."
+"Product for Play Item ""%title%"" was created in Magento catalog.","Le produit correspondant à l'objet Play « %title% » a été créé dans le catalogue Magento."
+"Magento Order creation for items listed by M2E Pro is disabled in Account settings.","La création de commandes Magento pour les objets mis en vente via M2E Pro est désactivée dans les paramètres du compte."
+"Magento Order creation for items listed by 3rd party software is disabled in Account settings.","La création de commandes Magento pour les objets mis en vente via un logiciel tiers est désactivée dans les paramètres du compte."
+"Play Shipping","Livraison Play"
+"Customer with ID specified in Play account settings does not exist.","Le client dont le pseudo est spécifié dans les paramètres du compte Play n'existe pas."
+"Invalid component mode.","Mode du composant non valide."
+"Magento Order creation is not allowed for Pending, Canceled and Refunded Play.com Orders.","La création de commandes Magento n'est pas autorisée pour les commandes Play.com en attente, annulées et remboursées."
+"The Product(s) was not found on Play.com.","Les produits sont introuvables sur Play.com."
+"Step is out of knowledge base.","L'étape n'est pas incluse dans la base de connaissances."
+"Task ""Getting Products Links"" is started. Please wait...","La tâche « Obtention des liens des produits » a démarré. Veuillez patienter..."
+"Task ""Getting Products Links"" is finished. Please wait...","La tâche « Obtention des liens des produits » est terminée. Veuillez patienter..."
+"Item status was successfully changed to ""Active"".","Le statut de l'objet a été remplacé par « En cours »."
+"Item status was successfully changed to ""Inactive"".","Le statut de l'objet a été remplacé par « Inactif »."
+"Task ""Update Listings Products"" is started. Please wait...","La tâche « Mise à jour des produits des annonces » a démarré. Veuillez patienter..."
+"Task ""Update Listings Products"" is finished. Please wait...","La tâche « Mise à jour des produits des annonces » est terminée. Veuillez patienter..."
+"Task ""Default Synchronization"" is started. Please wait...","La tâche « Synchronisation par défaut » a démarré. Veuillez patienter..."
+"Task ""Default Synchronization"" is finished. Please wait...","La tâche « Synchronisation par défaut » est terminée. Veuillez patienter..."
+"Task ""Marketplaces Synchronization"" is started. Please wait...","La tâche « Synchronisation des places de marché » a démarré. Veuillez patienter..."
+"Task ""Marketplaces Synchronization"" is finished. Please wait...","La tâche « Synchronisation des places de marché » est terminée. Veuillez patienter..."
+"The ""Categories Synchronization"" action for marketplace:
+// ""%mrk%"" has been successfully completed.","La tâche « Synchronisation des catégories » pour la place de marché : // « %mrk% » est terminée."
+"Play.com Orders Receive Synchronization","Synchronisation des commandes Play.com reçues"
+"Task ""%s"" is started. Please wait...","La tâche « %s » a démarré. Veuillez patienter..."
+"Task ""%s"" is finished. Please wait...","La tâche « %s » est terminée. Veuillez patienter..."
+"Play.com Orders Update Synchronization","Synchronisation des commandes Play.com modifiées"
+"Task ""3rd Party Listings Synchronization"" is started. Please wait...","La tâche « Synchronisation des annonces tierces » a démarré. Veuillez patienter..."
+"Task ""3rd Party Listings Synchronization"" is finished. Please wait...","La tâche « Synchronisation des annonces tierces » est terminée. Veuillez patienter..."
+"Task ""3rd Party Listings Synchronization"" for Play.com account: ","Tâche « Synchronisation des annonces tierces » pour le compte Play.com : "
+"""%s"" is started. Please wait...","« %s » a démarré. Veuillez patienter..."
+"The ""List"" action is started. Please wait...","La tâche « Mettre en vente » a démarré. Veuillez patienter..."
+"The ""List"" action is finished. Please wait...","La tâche « Mettre en vente » est terminée. Veuillez patienter..."
+"The ""Relist"" action is started. Please wait...","La tâche « Remettre en vente » a démarré. Veuillez patienter..."
+"The ""Relist"" action is finished. Please wait...","La tâche « Remettre en vente » est terminée. Veuillez patienter..."
+"The ""Revise"" action is started. Please wait...","La tâche « Modifier » a démarré. Veuillez patienter..."
+"The ""Revise"" action is finished. Please wait...","La tâche « Modifier » est terminée. Veuillez patienter..."
+"The ""Stop"" action is started. Please wait...","La tâche « Arrêter » a démarré. Veuillez patienter..."
+"The ""Stop"" action is finished. Please wait...","La tâche « Arrêter » est terminée. Veuillez patienter..."
+"Task ""Inventory Synchronization"" is started. Please wait...","La tâche « Synchronisation de l'inventaire » a démarré. Veuillez patienter..."
+"Task ""Inventory Synchronization"" is finished. Please wait...","La tâche « Synchronisation de l'inventaire » est terminée. Veuillez patienter..."
+"Task ""Inventory Synchronization"" has completed
+// with errors. View %sl%listings log%el% for details.","La tâche « Synchronisation de l'inventaire » s'est terminée // avec des erreurs. Consultez le %sl%journal des annonces%el% pour plus de détails."
+"Task ""Inventory Synchronization"" has completed
+// with warnings. View %sl%listings log%el% for details.","La tâche « Synchronisation de l'inventaire » s'est terminée // avec des avertissements. Consultez le %sl%journal des annonces%el% pour plus de détails."
+"Communication with Play.com is started. Please wait...","Début de la communication avec Play.com. Veuillez patienter..."
+"Please wait...","Veuillez patienter..."
+"product(s)","produit(s)"
+"product(s) with id(s)","produit(s) avec code"
+"Communication with Play.com is finished. Please wait...","Fin de la communication avec Play.com. Veuillez patienter..."
+"Request failed.","La requête a échoué."
+"Another synchronization is already running","Une autre synchronisation est déjà en cours d'exécution"
+"The ""Deleted Products"" action is started. Please wait...","La tâche « Produits supprimés » a démarré. Veuillez patienter..."
+"The ""Deleted Products"" action is finished. Please wait...","La tâche « Produits supprimés » est terminée. Veuillez patienter..."
+"The ""Auto Actions"" action is started. Please wait...","La tâche « Actions automatiques » a démarré. Veuillez patienter..."
+"The ""Auto Actions"" action is finished. Please wait...","La tâche « Actions automatiques » est terminée. Veuillez patienter..."
+"The ""Product Changes"" action is started. Please wait...","La tâche « Modifications des produits » a démarré. Veuillez patienter..."
+"The ""Product Changes"" action is finished. Please wait...","La tâche « Modifications des produits » est terminée. Veuillez patienter..."
+"The ""Inspector Actions"" action is started. Please wait...","La tâche « Actions de l'inspecteur » a démarré. Veuillez patienter..."
+"The ""Inspector Actions"" action is finished. Please wait...","La tâche « Actions de l'inspecteur » est terminée. Veuillez patienter..."
+"The ""Processing"" action is started. Please wait...","La tâche « Traitement » a démarré. Veuillez patienter..."
+"The ""Processing"" action is finished. Please wait...","La tâche « Traitement » est terminée. Veuillez patienter..."
+"The ""Stopping Products"" action is started. Please wait...","La tâche « Arrêt des produits » a démarré. Veuillez patienter..."
+"The ""Stopping Products"" action is finished. Please wait...","La tâche « Arrêt des produits » est terminée. Veuillez patienter..."
+"Review","Avis"
+"Currency Conversion","Convertisseur de devises"
+"Notifications","Notifications"
+"Please select account(s) to remove.","Veuillez sélectionner les comptes à supprimer."
+"%s record(s) were successfully deleted.","Entrées supprimées : %s."
+"%s record(s) are used in M2E Listing(s).","Entrées utilisées dans des annonces M2E : %s."
+"Account must not be in use to be deleted.","Pour pouvoir être supprimé, le compte ne doit pas être en cours d'utilisation."
+"Amazon Accounts","Comptes Amazon"
+"Account does not exist.","Le compte n'existe pas."
+"The Amazon access obtaining is currently unavailable. Reason: %s","Impossible d'obtenir l'accès à Amazon pour le moment. Motif : %s"
+"Account was successfully saved","Le compte a été enregistré"
+"Manage Listings","Gérer les annonces"
+"Amazon Listings","Annonces Amazon"
+"Listing was successfully added","L'annonce a été ajoutée"
+"Listing does not exist.","L'annonce n'existe pas."
+"The listing is locked by another process. Please try again later.","L'annonce est verrouillée par un autre processus. Veuillez réessayer plus tard."
+"The listing was successfully saved.","L'annonce a été enregistrée."
+"Please select item(s) to remove.","Veuillez sélectionner les objets à supprimer."
+"%s listing(s) were successfully deleted","Annonces supprimées : %s"
+"%s listing(s) have listed items and can not be deleted","Annonces comportant des objets mis en vente et ne pouvant pas être supprimées : %s"
+"Listing does not exist..","L'annonce n'existe pas."
+"The products were added to listing.","Les produits ont été ajoutés à l'annonce."
+"NO DATA","AUCUNE DONNEE"
+"There is another active automatic ASIN/ISBN search task ","Une autre tâche de recherche automatique par code ASIN/ISBN est en cours "
+"for some item(s). Please wait until this search process is finished.","pour certains objets. Veuillez patienter jusqu'à la fin du processus de recherche."
+"ASIN(s) was successfully unassigned.","L'affectation des codes ASIN a été annulée."
+"Some ASIN(s) were not unassigned as their listing status is other than ""Not Listed"".","L'affectation de certains codes ASIN n'a pas été annulée, car le statut des annonces n'est pas « Non mis en vente »."
+"Amazon Orders","Commandes Amazon"
+"Magento Order was created.","La commande Magento a été créée."
+"Magento Order was not created. Reason: %s","La commande Magento n'a pas été créée. Motif : %s"
+"Invoice was created.","La facture a été créée."
+"Shipment was created.","L'envoi a été créé."
+"Order address has been updated.","L'adresse de la commande a été modifiée."
+"Please select order(s).","Veuillez sélectionner des commandes."
+"Updating Amazon Order(s) Status to Shipped in Progress...","Remplacement du statut des commandes Amazon par Envoyé..."
+"Order does not exist.","La commande n'existe pas."
+"Please select Not Listed items without assigned ASIN.","Veuillez sélectionner des objets non mis en vente sans code ASIN."
+"Template has been successfully saved.","Le modèle a été enregistré."
+"Some of the New ASIN template(s) cannot be deleted as they have assigned product(s)","Certains modèles Nouveau code ASIN ne peuvent pas être supprimés, car des produits leur sont affectés"
+"There are no items to assign.","Il n'existe aucun objet à affecter."
+"Template has been successfully assigned.","Le modèle a été affecté."
+"Some products were not assigned.","Certains produits n'ont pas été affectés."
+"Please enter keywords.","Veuillez saisir des mots-clés."
+"Please select at least 1 listing product.","Sélectionnez au moins un produit de l'annonce."
+"Template does not exist","Le modèle n'existe pas"
+"Template was successfully saved","Le modèle a été enregistré"
+"Rakuten.com Accounts","Comptes Rakuten.com"
+"The Rakuten.com access obtaining is currently unavailable. Reason: %s","Impossible d'obtention l'accès à Rakuten.com pour le moment. Motif : %s"
+"Rakuten.com Listings","Annonces Rakuten.com"
+"Rakuten.com SKU(s) was successfully unassigned.","L'affectation des références articles Rakuten.com a été annulée."
+"Some Rakuten.com SKU(s) were not unassigned as their listing status is other than ""Not Listed"".","L'affectation de certaines références articles Rakuten.com n'a pas été annulée, car le statut des annonces n'est pas « Non mis en vente »."
+"Rakuten.com Orders","Commandes Rakuten.com"
+"Please select Not Listed items without Rakuten.com SKU assigned.","Sélectionnez des objets non mis en vente sans référence article Rakuten.com."
+"Please select Not Listed items.","Sélectionnez des objets non mis en vente."
+"Some of the New SKU template(s) cannot be deleted as they have assigned product(s)","Certains modèles Nouvelle référence article ne peuvent pas être supprimés, car des produits leur sont affectés"
+"Each keyword should be at least three characters.","Chaque mot-clé doit comporter au moins trois caractères."
+"Product(s) was not assigned","Les produits n'ont pas été affectés"
+"Global","International"
+"The 3rd party listings are locked by another process. ","Les annonces tierces sont verrouillées par un autre processus. "
+"Please try again later.","Veuillez réessayer plus tard."
+"Component is not defined.","Le composant n'est pas défini."
+"The item was successfully removed.","L'objet a été supprimé."
+"You must create at least one selling format template first.","Vous devez d'abord créer au moins un modèle Format de mise en vente."
+"You must create at least one synchronization template first.","Vous devez d'abord créer au moins un modèle Synchronisation."
+"Component and Listing Product must be specified.","Le composant et le produit de l'annonce doivent être spécifiés."
+"Component, Listing Product and Variation Data must be specified.","Le composant, le produit de l'annonce et les données de version doivent être spécifiés."
+"Only 1 variation must leave.","Un seule version doit être supprimée."
+"Variation has been successfully edited.","La version a été modifiée."
+"Variation(s) has been successfully saved.","Les versions ont été enregistrées."
+"Component and Listing Products must be specified.","Le composant et les produits des annonces doivent être spécifiés."
+"The items were successfully duplicated.","Les objets ont été dupliqués."
+"Activity Logs","Journaux d'activité"
+"3rd Party Listing does not exist.","L'annonce tierce n'existe pas."
+"Play.com Accounts","Comptes Play.com"
+"The Play.com access obtaining is currently unavailable. Reason: %s","Impossible d'obtention l'accès à Play.com pour le moment. Motif : %s"
+"Play.com Listings","Annonces Play.com"
+"Play ID(s) was successfully unassigned.","L'affectation des identifiants Play a été annulée."
+"Some Play ID(s) were not unassigned as their listing status is other than ""Not Listed"".","L'affectation de certains identifiants Play n'a pas été annulée, car le statut des annonces n'est pas « Non mis en vente »."
+"Play.com Orders","Commandes Play.com"
+"Component can'be empty","Le composant ne peut pas être vide"
+"Please select item(s) to clear","Veuillez sélectionner les objets à annuler"
+"The synchronization task log has been successfully cleaned.","Le journal de la tâche de synchronisation a été nettoyé."
+"Data has been sent on Amazon. It is being processed now. You can continue working with M2E Pro.","Les données ont été envoyées sur Amazon. Elles sont en cours de traitement. Vous pouvez continuer à utiliser M2E Pro."
+"Data has been sent on Rakuten.com. It is being processed now. You can continue working with M2E Pro.","Les données ont été envoyées sur Rakuten.com. Elles sont en cours de traitement. Vous pouvez continuer à utiliser M2E Pro."
+"Data has been sent on Play.com. It is being processed now. You can continue working with M2E Pro.","Les données ont été envoyées sur Play.com. Elles sont en cours de traitement. Vous pouvez continuer à utiliser M2E Pro."
+"%s record(s) are used in Listing(s).","Entrées utilisées dans des annonces : %s."
+"Template must not be in use to be deleted.","Pour pouvoir être supprimé, le modèle ne doit pas être en cours d'utilisation."
+"The global settings have been successfully saved.","Les paramètres généraux ont été enregistrés."
+"The license key has been successfully updated.","La clé de licence a été modifiée."
+"The license status has been successfully refreshed.","Le statut de la licence a été actualisé."
+"The clearing settings has been successfully saved.","Les paramètres d'effacement ont été enregistrés."
+"Log for %s has been successfully cleared.","Le journal de %s a été effacé."
+"All log for %s has been successfully cleared.","Tous les journaux de %s ont été effacés."
+"All help blocks were restored.","Tous les blocs d'aide ont été restaurés."
+"Item was not moved","L'objet n'a pas été déplacé"
+"Not enough data.","Données insuffisantes."
+"The item has not mapped product.","L'objet n'a pas de produit mappé."
+"Product was successfully unmapped.","Le produit a été démappé."
+"Product already exists in M2E listing(s).","Le produit existe déjà dans des annonces M2E."
+"Component Mode or Account ID or Marketplace ID is empty.","Le mode du composant, l'identifiant du compte ou l'identifiant de la place de marché n'est pas renseigné."
+"No Other Listings found.","Aucune autre annonce trouvée."
+"Please select item(s) to clear.","Veuillez sélectionner les objets à annuler."
+"The 3rd party listing(s) log has been successfully cleaned.","Le journal des annonces tierces a été nettoyé."
+"The listing(s) log was successfully cleaned.","Le journal des annonces a été nettoyé."
+"-- Please select --","-- Effectuez votre sélection --"
+"QTY for selected Order(s) was successfully reserved.","La quantité pour les commandes sélectionnées a été réservée."
+"QTY for selected Order(s) was not reserved.","La quantité pour les commandes sélectionnées n'a pas été réservée."
+"QTY for selected Order(s) was not reserved. Reason: %s","La quantité pour les commandes sélectionnées n'a pas été réservée. Motif : %s"
+"QTY reserve for selected Order(s) was successfully canceled.","La quantité réservée pour les commandes sélectionnées a été annulée."
+"QTY reserve for selected Order(s) was not canceled.","La quantité réservée pour les commandes sélectionnées n'a pas été annulée."
+"QTY reserve for selected Order(s) was not canceled. Reason: %s","La quantité réservée pour les commandes sélectionnées n'a pas été annulée. Motif : %s"
+"Order item does not exist.","L'objet de la commande n'existe pas."
+"Mapping Product ""%s""","Mappage du produit « %s »"
+"Setting Product Options","Définition des options du produit"
+"Product does not have required options.","Le produit ne comporte pas les options requises."
+"Please specify required options.","Veuillez spécifier les options requises."
+"Order item was successfully mapped.","L'objet de la commande a été mappé."
+"Order item options were successfully configured.","Les options de l'objet de la commande ont été configurées."
+"Item was successfully unmapped.","L'objet a été démappé."
+"Shipping Information has been resend for %d order(s).","Les informations de livraison ont été renvoyées pour %d commande(s)."
+"Shipping Information was not resend for %d order(s).","Les informations de livraison n'ont pas été renvoyées pour %d commande(s)."
+"Order ID is not defined.","Le numéro de la commande n'est pas défini."
+"Order with such ID does not exist.","La commande ayant ce numéro n'existe pas."
+"Order was successfully deleted.","La commande a été supprimée."
+"M2E Pro","M2E Pro"
+"You should fill in all required fields.","Vous devez renseigner tous les champs obligatoires."
+"Your message has been successfully sent.","Votre message a été envoyé."
+"Token is not defined","Le jeton n'est pas défini"
+"Account Add Entity failed.","Echec de l'entité Ajout de comptes."
+"Unknown Mode ""%s""","Mode « %s » inconnu"
+"Account id is not defined","Le numéro de compte n'est pas défini"
+"Choose Account","Sélectionner un compte"
+"Please confirm account switching. All data that hasn't been saved will be lost.","Veuillez confirmer le changement de compte. Toutes les données non enregistrées seront perdues."
+"
+ Fill in the title, choose the Marketplace you want to work with and click the Get Access Data link.
+ You will be redirected to the Amazon website.
+ Note: To be eligible to sell on Amazon sellers must have at least one of the following: a non-individual Selling on Amazon account,
+ an Amazon WebStore account, a Checkout by Amazon account, or an Amazon Product Ads account.
+ If you are an individual seller you have to upgrade to a Pro Merchant seller account from the Amazon Services Selling on Amazon page.
+
+ Sign-in and complete steps of getting access for each marketplace:
+
+ Select 'I want to use an application to access my Amazon seller account with MWS.'
+ Fill in Application Name and Application's Developer Account Number, which you can find in the Marketplaces section on the current page.
+ Accept the Amazon MWS License Agreement.
+ Copy generated Merchant ID and paste it in the corresponding fields of the current page.
+
+ Continue working with 3rd Party Listings and Orders settings tabs.
+ "," Spécifiez le titre, sélectionnez la place de marché à utiliser et cliquez sur le lien Obtenir les données d'accès . Vous serez redirigé vers le site Web Amazon. Remarque : pour pouvoir vendre sur Amazon, les vendeurs doivent posséder au moins l'un des comptes suivants : un compte professionnel Selling on Amazon, un compte Amazon Webstore, un compte Checkout by Amazon ou un compte Amazon Product Ads. Si vous vendez à titre particulier, vous devez procéder à la mise à niveau vers un Compte Vendeur Pro à partir de la page Vendre sur Amazon du portail Amazon Services. Connectez-vous et suivez les étapes pour accéder à chaque place de marché : Sélectionnez Je veux utiliser une application pour accéder à mon compte vendeur Amazon à l'aide de MWS. Saisissez le nom de l'application et le numéro du compte développeur de l'application, disponibles à la section Places de marché de la page active. Acceptez le contrat de licence Amazon MWS. Copiez l'identifiant de compte vendeur généré, puis collez-le dans les champs correspondants de la page active. Poursuivez avec la configuration des paramètres des onglets Annonces tierces et Commandes. "
+"Be attentive! By deleting account you delete all information on it from M2E Pro server. This will cause inappropriate work of all accounts' copies.","Attention ! En supprimant un compte, vous supprimez également toutes les informations qui lui sont associées sur le serveur M2E Pro. Cette opération entraînera des problèmes de fonctionnement de toutes les copies du compte."
+"The specified title is already used for other account. Account title must be unique.","Le titre spécifié est déjà utilisé pour un autre compte. Le titre du compte doit être unique."
+"You must choose marketplace first.","Vous devez d'abord sélectionner une place de marché."
+"M2E Pro was not able to get access to the Amazon account. Please, make sure, that you choose correct option on MWS Authorization page and enter correct Merchant ID.","M2E Pro n'a pas pu accéder au compte Amazon. Vérifiez que vous avez sélectionné l'option adéquate sur la page d'autorisation MWS et que vous avez saisi l'identifiant de compte vendeur approprié."
+"M2E Pro was not able to get access to the Amazon account. Reason: %s","M2E Pro n'a pas pu accéder au compte Amazon. Motif : %s"
+"Title or identifier of Amazon account for your internal use.","Titre ou identifiant du compte Amazon à usage interne."
+"Synchronizing Now","Synchronisation en cours"
+"Marketplace","Place de marché"
+"None Marketplaces","Aucune place de marché"
+"You must select and update Amazon marketplaces to get access to this section.","Vous devez sélectionner des places de marché Amazon et les modifier pour pouvoir accéder à cette section."
+"Choose Marketplace","Sélectionner une place de marché"
+"Application Name","Nom de l'application"
+"Developer Account Number","Numéro du compte développeur"
+"Get Access Data","Obtenir les données d'accès"
+"Merchant ID","Identifiant du vendeur"
+"Paste generated Merchant ID from Amazon. (It must look like: A15UFR7CZVW5YA).","Collez l'identifiant de compte vendeur généré à partir d'Amazon. (il se présente sous la forme A15UFR7CZVW5YA)."
+"If Yes is chosen, you must select at least one attribute for product mapping.","Si vous cliquez sur Oui, vous devez sélectionner au moins un attribut pour le mappage des produits."
+"
+The 3rd Party Listings are the items, which were listed on Amazon without using M2E Pro extension.
+To allow importing of these listings for the current Amazon Account, set Import 3rd Party Listings to Yes .
+Imported Listings can be found in %1$s > Manage Listings > 3rd Party Listings.
+Note: The 3rd Party Listings Synchronization must be enabled in %1$s > Configuration > Synchronization.
+To map the products of the 3rd Party Listings with existing products in Magento by ASIN, ISBN, SKU or Title, set Product Mapping to Yes and choose appropriate attribute(s).
+A Magento product will be mapped if at least one of the chosen attributes meets the same value in Amazon Listing as it has in Magento.
+
+After mapping the Amazon Listing can be automatically moved from the 3rd Party Listings to M2E Pro Listings for further management.
+
+Note: Auto mapping and moving actions are performed only once during the first 3rd Party Listings Synchronization.
+Afterwards, it can be performed manually on the 3rd Party Listings page (%1$s > Manage Listings > 3rd Party Listings).
+","Les annonces tierces correspondent aux objets qui ont été mis en vente sur Amazon sans recourir à l'extension M2E Pro. Pour autoriser l'importation de ces annonces vers le compte Amazon actuel, sélectionnez Oui pour l'option Importer des annonces tierces. Les annonces importées sont accessibles à partir du menu %1$s > Gérer les annonces > Annonces tierces.Remarque : la synchronisation des annonces tierces doit être activée à partir du menu %1$s > Configuration > Synchronisation. Pour mapper les produits des annonces tierces avec des produits existants dans Magento par Code ASIN, Code ISBN, Référence article ou Titre, sélectionnez Oui pour l'option Mappage des produits, puis choisissez les attributs appropriés. Un produit Magento est mappé si au moins un des attributs sélectionnés présente la même valeur dans l'annonce Amazon et dans Magento. Après le mappage, l'annonce Amazon peut être déplacée automatiquement des annonces tierces vers les annonces M2E Pro en vue d'une gestion ultérieure.Remarque : les actions automatiques de mappage et de déplacement ne sont effectuées qu'une seule fois pendant la première synchronisation des annonces tierces. Par la suite, elle peut être exécutée manuellement à partir de la page Annonces tierces (%1$s > Gérer les annonces > Annonces tierces)."
+"Import 3rd Party Listings","Importer les annonces tierces"
+"Allows importing 3rd Party Listings.","Permet d'importer les annonces tierces."
+"Related Store View","Vue boutique associée"
+"Store View, which will be associated with chosen Marketplace of the current account.","Vue boutique qui sera associée à la place de marché sélectionnée pour le compte actuel."
+"Product Mapping","Mappage des produits"
+"Maps Amazon product with Magento product.","Permet de mapper un produit Amazon avec un produit Magento."
+"Attributes Of Mapping Amazon Items To Magento Products","Attributs de mappage des objets Amazon avec des produits Magento"
+"Product SKU","Référence article du produit"
+"Custom Attribute","Caractéristique personnalisée"
+"Auto Moving Mapped Amazon Items To M2E Listings","Déplacement automatique des objets Amazon mappés vers les annonces M2E"
+"Moving 3rd Party Listings","Déplacement des annonces tierces"
+"This section allows you automatically move mapped Amazon Items in default created M2E Listing and synchronize their Prices and Quantities with Magento values at once they have been moved.","Cette section permet de déplacer automatiquement des objets Amazon mappés dans l'annonce M2E créée par défaut et de synchroniser leur prix ainsi que leur quantité avec les valeurs Magento une fois qu'ils ont été déplacés."
+"Move Mapped Amazon Items","Déplacer les objets Amazon mappés"
+"Automatically moves Amazon Listings from 3rd Party Listings to default created M2E Listing.","Permet de déplacer automatiquement les annonces Amazon des annonces tierces vers les annonces M2E créées par défaut."
+"Immediate Synchronization","Synchronisation immédiate"
+"Price and QTY","Prix et quantité"
+"Price Only","Prix uniquement"
+"QTY Only","Quantité uniquement"
+"Updates Price and / or Quantity of Amazon Listing with Magento values.","Permet de remplacer les valeurs de prix et/ou de quantité des annonces Amazon par les valeurs Magento."
+"This tab contains settings of Amazon Orders, Amazon Customers import; Magento Orders and Products creation.
+If you set Import Amazon Orders to Yes , a new Amazon order will be imported to the system and can be found in %1$s > Sales > Orders.
+It is possible to allow auto creation of Magento Orders based on imported Amazon Orders for products listed by Other Software.
+Note: The Product Stock QTY only reduces after Magento Order creation.
+These type of orders can be managed as typical Magento Orders in Magento > Sales > Orders.
+Note: To receive orders from Amazon, Order Synchronization must be enabled in %1$s > Configuration > Synchronization.","Cet onglet contient les paramètres des commandes Amazon, de l'importation des clients Amazon, de la création des commandes Magento et de la création des produits Magento. Si vous sélectionnez Oui pour l'option Importer les commandes Amazon, les nouvelles commandes Amazon seront importées dans le système et elles seront accessibles à partir du menu %1$s > Ventes > Commandes. Vous pouvez autoriser la création automatique de commandes Magento sur la base des commandes Amazon importées pour les produits mis en vente via d'autres logiciels.Remarque : la quantité n'est déduite du stock des produits qu'après la création de la commande Magento. Ces types de commandes peuvent être gérés comme les commandes Magento standard dans le menu Magento > Ventes > Commandes.Remarque : pour recevoir des commandes d'Amazon, vous devez activer la synchronisation des commandes dans le menu %1$s > Configuration > Synchronisation."
+"No Customer entry is found for specified ID.","Aucun client ne correspond à l'identifiant spécifié."
+"Import Amazon Orders","Importer les commandes Amazon"
+"Allows importing orders from Amazon to M2E Pro.","Permet d'importer les commandes Amazon dans M2E Pro."
+"Product Is Listed By M2E Pro","Produit mis en vente via M2E Pro"
+"Create Order in Magento","Créer la commande dans Magento"
+"Whether an order has to be created in Magento if a sold product belongs to M2E Pro Listings.","Détermine si une commande doit être créée dans Magento lorsqu'un produit vendu fait partie des annonces M2E Pro."
+"Store View Source","Source de la vue boutique"
+"Use Store View from Listing","Utiliser la vue boutique de l'annonce"
+"Choose Store View Manually","Sélectionner la vue boutique manuellement"
+"If Store View must be automatically taken from the listing or manually chosen from available Store View values.","Détermine si la vue boutique doit être prise automatiquement de l'annonce ou choisie manuellement parmi les valeurs proposées."
+"Store in which orders will be placed.","Boutique dans laquelle les commandes seront placées."
+"Product Is Listed By Any Other Software","Produit mis en vente via d'autres logiciels"
+"Whether an order has to be created in Magento if a sold product does not belong to M2E Pro Listings.","Détermine si une commande doit être créée dans Magento lorsqu'un produit vendu ne fait pas partie des annonces M2E Pro."
+"Product Not Found","Produit introuvable"
+"Do Not Create Order","Ne pas créer de commande"
+"Create Product and Order","Créer le produit et la commande"
+"What has to be done if a listed product does not exist in Magento.","Détermine la marche à suivre si un produit mis en vente n'existe pas dans Magento."
+"Note: Only simple products without variations can be created in Magento. If there is a product with variations on Amazon, M2E Pro creates different simple products for each variation.","Remarque : seuls les produits simples à version unique peuvent être créés dans Magento. S'il existe un produit avec plusieurs versions sur Amazon, M2E Pro créera des produits simples différents pour chaque version."
+"Product Tax Class","Catégorie fiscale des produits"
+"Tax Class which will be used for products created by M2E Pro.","Catégorie fiscale utilisée pour les produits créés par M2E Pro."
+"QTY Reservation","Réservation de quantité"
+"Use the Reserve QTY option to prevent the item being sold, before Magento Order created (as the Product Stock QTY only reduces after Magento Order creation). It removes items from Magento Stock at once Amazon Order comes from Amazon.
+ Reserve qty will be used when Magento Order is created or released when the term of qty reservation has expired.
+ ","L'option Quantité réservée permet d'éviter que l'objet soit vendu avant la création de la commande Magento (en effet, la quantité n'est déduite du stock des produits qu'après la création de la commande Magento). Les objets sont supprimés du stock Magento lorsque la commande Amazon provient d'Amazon. La quantité réservée est utilisée lorsque la commande Magento est créée ou libérée à l'expiration de la réservation de quantité. "
+"Never","Jamais"
+"For %d day","Pendant %d jour"
+"For %d days","Pendant %d jours"
+"For how many days reserve qty has to be kept while Magento Order is not created.","Nombre de jours pendant lesquels la quantité réservée doit être conservée tant que la commande Magento n'est pas créée."
+"FBA Orders Settings","Paramètres des commandes FBA"
+"In this block you can manage stock inventory of products fulfilled by Amazon (FBA Orders).
+
+
+ Yes - after Magento Order creation of FBA Order, quantity of product reduces in Magento.
+ No - Magento Order creation of FBA Order does not affect quantity of Magento product.
+ ","Cette section permet de gérer l'inventaire des produits exécutés par Amazon (commandes FBA). Oui - après la création d'une commande Magento pour une commande FBA, la quantité du produit est déduite dans Magento. Non - la création d'une commande Magento pour une commande FBA n'affecte pas la quantité du produit dans Magento. "
+"Whether an order has to be created in Magento if a sold product is fulfilled by Amazon.","Détermine si une commande doit être créée dans Magento lorsqu'Amazon remplit la commande pour le produit vendu."
+"Manage Stock","Gérer le stock"
+"If Yes , after Magento Order creation qty of Magento product reduces.","Si Oui est sélectionné, la quantité du produit Magento est déduite après la création de la commande Magento."
+"Customer Settings","Paramètres client"
+"Customers","Clients"
+"There are several ways to specify a customer for which Magento Orders will be created:
+
+ Guest Account - the system does not require a customer account to be created. Default Guest Account will be defined as a customer.
+ Note: The Guest Checkout option must be enabled in Magento. (Yes must be chosen in the Allow Guest Checkout option in Magento > System > Configuration > Sales > Checkout tab).
+ Predefined Customer - the system uses one predefined customer for all Amazon orders related to this account. You will be required
+ to provide an ID of the existing Customer, which you can find in Magento > Customers > Manage Customers table.
+ Create New - a new customer will be created in Magento, using Amazon customer data of Amazon Order.
+ Note: A unique customer identifier is his e-mail address. If the one already exists among Magento customers e-mails,
+ the system uses this customer as owner of order and links order to him. A new customer will not be created.
+ ","Il existe différentes manières de spécifier le client pour lequel des commandes Magento seront créées : Compte visiteur - le système n'exige pas la création d'un compte client. Le compte visiteur par défaut est défini en tant que client. Remarque : l'option Finalisation de l'achat pour les visiteurs doit être activée dans Magento (vous devez sélectionner Oui pour l'option Finalisation de l'achat pour les visiteurs dans le menu Magento > Système > Configuration > Ventes > onglet Finalisation de l'achat). Client prédéfini - Le système utilise un client prédéfini pour toutes les commandes Amazon associées à ce compte. Vous devez spécifier l'identifiant du client existant. Cette information est disponible dans le menu Magento > Clients > tableau Gérer les clients. Créer - Un nouveau client est créé dans Magento à partir des données du client Amazon spécifiées dans la commande Amazon. Remarque : l'adresse e-mail du client constitue son identifiant unique. Si cette adresse figure déjà parmi les adresses e-mail des clients Magento, le système définit ce client comme propriétaire de la commande et la lui associe. Aucun client ne sera créé. "
+"Customer","Client"
+"Guest Account","Compte visiteur"
+"Predefined Customer","Client prédéfini"
+"Create New","Créer"
+"Customer for which Magento Orders will be created.","Client pour lequel des commandes Magento seront créées."
+"Customer ID","Identifiant client"
+"Enter Magento customer ID.","Saisissez l'identifiant client Magento."
+"Associate to Website","Associer au site Web"
+"-- Please Select --","-- Effectuez votre sélection --"
+"Website in which a customer account will be created.","Site Web sur lequel le compte client sera créé."
+"Customer Group","Groupe de clients"
+"Customer Group to which a customer will be assigned.","Groupe auquel le client sera ajouté."
+"Send Emails When The Following Is Created","Envoyer un e-mail lors de la création de ce qui suit"
+"Customer Account","Compte client"
+"Magento Order","Commande Magento"
+"Invoice","Facture"
+"Necessary emails will be sent according to Magento settings in Magento > System > Configuration > Sales Emails. Hold Ctrl button, to choose more, than one option.","Les e-mails voulus seront envoyés conformément aux paramètres Magento définis dans le menu Magento > Système > Configuration > E-mails de vente. Pour sélectionner plusieurs options, maintenez enfoncée la touche Ctrl."
+"Billing Address","Adresse de facturation"
+"The Amazon does not supply the complete billing buyer information, only the buyer's name and email address. The only way to fill in billing address in the customer's invoice is to use information from shipping address.
+You should select the appropriate option how to handle billing address for imported customer:
+
+Always - the shipping address is always used as billing address.
+Buyer & Recipient have the same name - the shipping address is used as billing address, only when Buyer's name and Recipient's name are the same. Otherwise, billing address fields will be empty and next message will appear in the city field: ""The Amazon does not supply the complete billing buyer information"".
+ ","Amazon ne communique pas toutes les informations de facturation de l'acheteur, mais uniquement son nom et son adresse e-mail. La seule manière de compléter l'adresse de facturation du client sur la facture est d'utiliser les informations de l'adresse de livraison. Sélectionnez l'option appropriée pour la gestion de l'adresse de facturation pour un client importé :Toujours - l'adresse de livraison est toujours utilisée comme adresse de facturation.L'acheteur et le destinataire ont le même nom - L'adresse de livraison est utilisée comme adresse de facturation uniquement si le nom de l'acheteur est identique à celui du destinataire. Dans les autres cas, les champs de l'adresse de facturation sont vides et le message suivant s'affiche dans le champ de la ville : « Amazon ne communique pas toutes les informations de facturation de l'acheteur ». "
+"Billing Address Usage","Utilisation de l'adresse de facturation"
+"Always","Toujours"
+"Buyer & Recipient have the same name","L'acheteur et le destinataire ont le même nom"
+"When to use shipping address as billing.","Cas dans lesquels l'adresse de livraison doit être utilisée comme adresse de facturation."
+"Order Tax Settings","Paramètres de taxation des commandes"
+"This section allows you to choose tax settings for Magento Order:
+
+ Amazon - Magento Order(s) uses tax settings from Amazon Listing(s).
+ Magento - Magento Order(s) uses Magento tax settings.
+ Amazon & Magento - if there are tax settings in Amazon Order, they are used in Magento Order(s), otherwise, Magento tax settings are used.
+ None - Amazon and Magento tax settings are ignored.
+
+ ","Cette section vous permet de sélectionner des paramètres de taxation pour la commande Magento : Amazon - Les commandes Magento utilisent les paramètres de taxation des annonces Amazon. Magento - Les commandes Magento utilisent les paramètres de taxation Magento. Amazon et Magento - Si les commandes Amazon comportent des paramètres de taxation, ceux-ci sont utilisés dans les commandes Magento. Dans le cas contraire, les paramètres de taxation Magento sont appliqués. Aucun - Les paramètres de taxation Amazon et Magento sont ignorés. "
+"Tax Source","Source des paramètres de taxation"
+"Magento","Magento"
+"Amazon & Magento","Amazon et Magento"
+"Order Status Mapping","Mappage du statut de la commande"
+"In this block you can configure mapping between Amazon Order state and Magento Order statuses.
+ Depending on the state of Amazon Order you can either manually determine certain statuses for Magento Order and enable automatic Shipment and Invoice
+ creation by selecting appropriate check-boxes, or use predefined default settings. (i.e. Amazon: Order is Shipped -> Magento Order is Complete).
+ ","Cette section permet de configurer le mappage entre le statut des commandes Amazon et les statuts des commandes Magento. Selon le statut de la commande Amazon, vous pouvez soit déterminer manuellement certains statuts pour la commande Magento et activer la création automatique de l'envoi et de la facture en cochant les cases appropriées, soit utiliser les paramètres par défaut prédéfinis. (ex. : commande Amazon envoyée -> commande Magento finalisée). "
+"Status Mapping","Mappage des statuts"
+"Default Order Statuses","Statuts par défaut"
+"Custom Order Statuses","Statuts personnalisés"
+"Order Status is Unshipped / Partially Shipped","Statut Non envoyé/partiellement envoyé"
+"Automatic Invoice Creation","Création automatique de la facture"
+"Order Status is Shipped","Statut Envoyé"
+"Automatic Shipment Creation","Création automatique de l'envoi"
+"Product Selection","Sélection du produit"
+"The number shown next to each category is the quantity of products filtered by
+ Attribute Set and Products Filter settings.
+ There are two modes of products addition:
+
+ All Products - all products, which are included in selected categories, will be added to the Listing.
+ Select Manually - the list of products of chosen categories will be shown on the next page after the Next button is pressed at the top right corner.
+
+ Note: If a product belongs to different categories, it will be added to the Listing or shown for manual selection only once.
+ Two additional options New Product Added to Category and Product Deleted from Category allow choosing actions,
+ which could be automatically done to the products added to selected categories and to the products deleted from selected categories.","Le nombre affiché à côté de chaque catégorie correspond à la quantité de produits filtrés selon les paramètres du jeu d'attributs et du filtre des produits. Deux méthodes permettent d'ajouter des produits : Tous les produits - Tous les produits inclus dans les catégories sélectionnées sont ajoutés dans l'annonce. Sélection manuelle - La liste des produits des catégories sélectionnées s'affiche à la page suivante après avoir cliqué sur le bouton Suivant dans le coin supérieur droit. Remarque : si un produit appartient à plusieurs catégories, il n'est ajouté à l'annonce ou proposé pour la sélection manuelle qu'une seule fois. Deux options supplémentaires, Nouveau produit ajouté à la catégorie et Produit supprimé de la catégorie, permettent de choisir des actions qui peuvent être appliquées automatiquement aux produits ajoutés aux catégories sélectionnées et aux produits supprimés des catégories sélectionnées."
+"Products Addition","Ajout de produits"
+"All Products","Tous les produits"
+"Select Manually","Sélection manuelle"
+"Mode of products addition from selected categories.","Méthode d'ajout de produits à partir de catégories sélectionnées."
+"Add Products Presented in Other Listings","Ajouter des produits présentés dans d'autres annonces"
+"Actions On Categories' Products","Actions pour les produits des catégories"
+"New Product Added to Category","Nouveau produit ajouté à la catégorie"
+"No Action","Pas d'action"
+"Add to The Listing","Ajouter à l'annonce"
+"Actions, which have to be done on products added on categories.","Actions à appliquer aux produits ajoutés aux catégories."
+"Product Deleted from Category","Produit supprimé de la catégorie"
+"Stop on Amazon","Arrêter la vente sur Amazon"
+"Stop on Amazon and Delete from Listing","Arrêter la vente sur Amazon et supprimer de l'annonce"
+"Actions, which have to be done on listed products deleted from categories.","Actions à appliquer aux produits mis en vente supprimés des catégories."
+"All Templates","Tous les modèles"
+"Type Template Name Here...","Saisissez le nom du modèle ici..."
+"
+This section contains Amazon Listings, which belong to registered Amazon Accounts (%1$s > Configuration > Amazon Accounts) and were listed not by M2E Pro extension.
+Use Amazon Accounts and Marketplaces dropdowns to filter them.
+You can map these Listings to existing products in Magento and move them to another M2E Listings for further management. For that use single actions on appropriate Listing record or use mass Actions in the top right corner.
+Note: To import Amazon 3rd Party Listings the 3rd Party Listings Import must be enabled in account's settings
+(%1$s > Configuration > Amazon Accounts > General tab) and the 3rd Party Listings Synchronization must be enabled in %1$s > Configuration > Synchronization.","Cette section comprend des annonces Amazon qui appartiennent aux comptes Amazon enregistrés (%1$s > Configuration > Comptes Amazon) et qui n'ont pas été mises en vente via l'extension M2E Pro. Utilisez les listes déroulantes Comptes Amazon et Places de marché pour les filtrer. Vous pouvez mapper ces annonces avec des produits existants dans Magento et les déplacer vers d'autres annonces M2E en vue d'une gestion ultérieure. Pour ce faire, utilisez les tâches individuelles de l'annonce concernée ou utilisez les tâches pour un groupe d'annonces dans le coin supérieur droit.Remarque : pour pouvoir importer des annonces tierces Amazon, vous devez activer l'importation des annonces tierces dans les paramètres du compte (%1$s > Configuration > Comptes Amazon > onglet Général) et leur synchronisation dans le menu %1$s > Configuration > Synchronisation."
+"Apply Actions On Categories Products to the selected categories.","Appliquer les règles Actions pour les produits des catégories aux catégories sélectionnées."
+"The number shown next to each category is the quantity of products filtered by
+ Attribute Set and Products Filter settings.
+ There are two modes of products addition:
+
+ All Products - all products, which are included in selected categories, will be added to the Listing.
+ Select Manually - the list of products of chosen categories will be shown on the next page after the Next button is pressed at the top right corner.
+
+ Note: If a product belongs to different categories, it will be added to the Listing or shown for manual selection only once.","Le nombre affiché à côté de chaque catégorie correspond à la quantité de produits filtrés selon les paramètres du jeu d'attributs et du filtre des produits. Deux méthodes permettent d'ajouter des produits : Tous les produits - Tous les produits inclus dans les catégories sélectionnées sont ajoutés dans l'annonce. Sélection manuelle - La liste des produits des catégories sélectionnées s'affiche à la page suivante après avoir cliqué sur le bouton Suivant dans le coin supérieur droit. Remarque : si un produit appartient à plusieurs catégories, il n'est ajouté à l'annonce ou proposé pour la sélection manuelle qu'une seule fois."
+"Displayed products have the same Attribute Set as the Listing you are going to add them to.
+ Note: A product can be added to the listing only once. If a product was added to the Listing earlier, it will not be displayed. ","Les produits affichés ont le même jeu d'attributs que l'annonce à laquelle vous allez les ajouter. Remarque : chaque produit ne peut être ajouté qu'une seule fois à l'annonce. Si un produit a déjà été ajouté à l'annonce, il ne s'affiche pas. "
+"Enter product name, ASIN, ISBN, UPC or EAN","Saisissez le nom du produit ou son code ASIN/ISBN/UPC/EAN."
+"There was an error during previous automatic ASIN/ISBN search:","Une erreur est survenue pendant la recherche automatique par code ASIN/ISBN :"
+"Assign ASIN/ISBN Manually","Affecter un code ASIN/ISBN manuellement"
+"Allows searching ASIN/ISBN by data that will be specified on the next step.","Permet d'effectuer une recherche par code ASIN/ISBN sur la base des données qui seront spécifiées à l'étape suivante."
+"Assign ASIN/ISBN Automatically","Affecter un code ASIN/ISBN automatiquement"
+"Allows searching ASIN/ISBN by data, that have already been specified in Listing Search settings.","Permet d'effectuer une recherche par code ASIN/ISBN sur la base des données déjà spécifiées dans les paramètres de recherche d'annonces."
+"Add New ASIN/ISBN (Beta)","Ajouter un nouveau code ASIN/ISBN (bêta)"
+"Allows adding a product, which is not present on Amazon. ASIN/ISBN will be generated and returned back by Amazon.","Permet d'ajouter un produit qui n'existe pas sur Amazon. Le code ASIN/ISBN sera généré et renvoyé par Amazon."
+"This section contains Amazon Channel, Product Search, Condition and other settings.
+
+ In the General section you have to specify Amazon Account, which listed items will be related to, and SKU.
+ In the Search Settings you have to specify the identifiers, at which products will be searched on Amazon.
+ The Condition section allows specifying item(s) condition and making notes to better describe the condition.
+
+ Note: Not Set and Not Set / Not Changeable options are used for the 3rd Party Listings mainly. If these options are chosen, then Amazon will be used as a master record.","Cette section comprend les paramètres relatifs au canal Amazon, à la recherche de produits, à l'état des objets et à d'autres paramètres. Spécifiez dans la section Général le compte Amazon auquel les objets mis en vente seront associés ainsi que la référence article. Spécifiez dans la section Paramètres de recherche les identifiants utilisés pour rechercher des produits sur Amazon. La section Etat permet de spécifier l'état des objets et d'ajouter des commentaires décrivant plus précisément leur état. Remarque : les options Non défini et Non défini/non modifiable sont utilisées principalement pour les annonces tierces. Si elles sont sélectionnées, Amazon sera utilisé comme entrée principale."
+"Must be not more than 2000 characters long.","Ce champ ne peut pas contenir plus de 2 000 caractères."
+"Amazon Account","Compte Amazon"
+"Amazon accounts previously added in Configuration > Accounts.","Comptes Amazon ajoutés précédemment dans le menu Configuration > Comptes."
+"Merchant SKU","Référence article du vendeur"
+"Not Set","Non défini"
+"Is used to identify products, which you list, in Amazon seller central inventory.
+ Note: If you list a product and M2E Pro find a product with the same Merchant SKU in Amazon inventory, they will be mapped.
+ ","Utilisée pour identifier les produits mis en vente dans l'inventaire central des vendeurs Amazon. Remarque : si vous mettez en vente un produit dont la référence article du vendeur correspond à un produit trouvé par M2E Pro dans l'inventaire Amazon, les produits seront mappés. "
+"SKU Attribute","Attribut de la référence article"
+"Choose the attribute that contains products identifier.","Sélectionnez l'attribut contenant le code d'identification des produits."
+"Generate Merchant SKU","Générer une référence article du vendeur"
+"If Yes , then if Merchant SKU of the product you list is found in the 3rd Party or M2E Listings, another one will be automatically created and the product will be listed.
+ Has to be set to Yes if you are going to use the same Magento product under different ASINs","Si vous sélectionnez Oui et si la référence article du vendeur correspondant au produit mis en vente est trouvée dans les annonces tierces ou les annonces M2E, une nouvelle référence article sera créée automatiquement et le produit sera mis en vente. L'option Oui doit être sélectionnée si vous comptez utiliser le même produit Magento sous différents codes ASIN"
+"Search Settings","Paramètres de recherche"
+"Search Products on Amazon","Rechercher des produits sur Amazon"
+"Before the list action, each product in listing must have existing ASIN/ISBN assigned.
+ This section contains parameters for action ""Assign ASIN/ISBN Automatically","Un code ASIN/ISBN existant doit être affecté à chaque produit de l'annonce avant la mise en vente. Cette section contient des paramètres pour l'action « Affecter un code ASIN/ISBN automatiquement"
+"ASIN / ISBN Attribute","Attribut ASIN/ISBN"
+"UPC / EAN","UPC/EAN"
+"UPC / EAN Attribute","Attribut UPC/EAN"
+"Additional Search by Product Name","Recherche supplémentaire par nom de produit"
+"If no results are found by ASIN/ISBN and UPC/EAN search criteria, the additional search will be performed by Magento Product Name.","Si la recherche par code ASIN/ISBN et par code UPC/EAN ne donne aucun résultat, la recherche supplémentaire sera effectuée par nom de produit Magento."
+"Additional Settings","Paramètres supplémentaires"
+"Handling Time Mode","Délai d'expédition (mode)"
+"Recommended Value","Valeur recommandée"
+"Time that is needed to prepare an item to be shipped.","Temps nécessaire pour préparer l'envoi d'un objet."
+"Attribute must contain only numeric value from 1 to 30.","L'attribut doit uniquement contenir une valeur numérique de 1 à 30."
+"Restock Date Mode","Date de réapprovisionnement (mode)"
+"Custom Value","Valeur personnalisée"
+"The date you will be able to ship any back-ordered items to a customer.","Date à laquelle vous pourrez envoyer aux clients les objets en rupture de stock."
+"Restock Date Custom Value","Date de réapprovisionnement (valeur personnalisée)"
+"Condition Settings","Paramètres d'état"
+"Condition","Etat"
+"Not Set / Not Changeable","Non défini/non modifiable"
+"Condition of the product(s) you want to list on Amazon.
+ Note: Not Set / Not Changeable is used for the 3rd Party Listings mainly. If this option is chosen, Amazon will be used as a master record.","Etat des produits à mettre en vente sur Amazon. Remarque : l'option Non défini/non modifiable est utilisée principalement pour les annonces tierces. Si elle est sélectionnée, Amazon sera utilisé comme entrée principale."
+"Condition Value","Valeur de l'état"
+"Collectible - Like New","Objet de collection - Comme neuf"
+"Collectible - Very Good","Objet de collection - Très bon état"
+"Collectible - Good","Objet de collection - Bon état"
+"Collectible - Acceptable","Objet de collection - Etat correct"
+"Club","Club"
+"Condition Attribute","Attribut d'état"
+"Choose the attribute that contains Condition identifier .","Sélectionnez l'attribut contenant l'identifiant de l'état."
+"Condition Note","Commentaire sur l'état"
+"Short description of item(s) condition.
+ Note: Not Set / Not Changeable is used for the 3rd Party Listings mainly. If this option is chosen, Amazon will be used as a master record.","Brève description de l'état de l'objet. Remarque : l'option Non défini/non modifiable est utilisée principalement pour les annonces tierces. Si elle est sélectionnée, Amazon sera utilisé comme entrée principale."
+"Condition Note Text","Texte du commentaire sur l'état"
+"Condition Note Attribute","Attribut du commentaire sur l'état"
+"The Products Filter block allows you to filter the products, which you would like to add to the Listing. Filtered Products will be displayed on the next page, after the Next button is pressed.","La section Filtre des produits permet de filtrer les produits à ajouter à l'annonce. Les produits filtrés seront affichés sur la page suivante, dès que vous aurez cliqué sur le bouton Suivant."
+"Store View the items' information has to be taken from.","Vue de la boutique à partir de laquelle les informations sur les objets doivent être extraites."
+"Select from","Sélectionner dans"
+"Modes of the products selection.","Modes de sélection des produits."
+"Selected Categories","Catégories sélectionnées"
+"This section allows you to create a Listing. Listing is a group of items, which have the same
+ Attribute Set and were combined to be listed on Amazon.
+ Creating a Listing requires two types of templates (Selling Format and Synchronization) to be created in advance,
+ that allows reaching a high level of flexibility in listing and synchronization processes.
+
+ It is also possible to create templates by clicking the Add New button next to the appropriate template option. Do not forget to press
+ the Refresh button after the new template creation in order to see the newly added template in the dropdown list.
+ In the Listing Configuration block you are required to choose appropriate Selling Format Template,
+ which determines quantity and price related data of your Amazon Listings.
+
+ In the Synchronization Settings block you are required to choose a Synchronization Template and its settings.
+ This determines the actions, which have to be done on the Amazon Listings depending on any changes of their products happened in Magento,
+ and of their templates that are used in the Listing Configuration settings. ","Vous pouvez créer une annonce dans cette section. Une annonce est un groupe d'objets qui possèdent le même jeu d'attributs et qui sont combinés pour pouvoir être mis en vente sur Amazon. La création d'une annonce nécessite deux types de modèles (Format de mise en vente et Synchronisation) qui doivent être créés à l'avance, et qui permettent de bénéficier d'une grande flexibilité dans les procédures de mise en vente et de synchronisation. Vous pouvez également créer des modèles en cliquant sur le bouton Ajouter un nouveau à côté de l'option de modèle appropriée. N'oubliez pas de cliquer sur le bouton Actualiser après la création du nouveau modèle afin d'inclure ce dernier dans la liste déroulante. Sélectionnez dans la section Configuration des annonces le modèle Format de mise en vente qui détermine les données de quantité et de prix de vos annonces Amazon. Dans la section Paramètres de synchronisation, choisissez un modèle Synchronisation et définissez ses paramètres. Cela permet de déterminer les actions à appliquer aux annonces Amazon en fonction des modifications apportées aux produits dans Magento et des modèles utilisés dans les paramètres de configuration des annonces. "
+"The specified title is already used for other listing. Listing title must be unique.","Le titre spécifié est déjà utilisé pour une autre annonce. Le titre de l'annonce doit être unique."
+"You should select Attribute Set first","Vous devez d'abord sélectionner un jeu d'attributs"
+"Invalid date time format string.","La chaîne de format date/heure est incorrecte."
+"Listing Configuration","Configuration des annonces"
+"Short meaningful Listing title for your internal use.","Titre de l'annonce, court et explicite, à usage interne."
+"Product Attribute Set","Jeu d'attributs des produits"
+"Attribute Set of products, which will be listed on Amazon in this Listing.","Jeu d'attributs des produits mis en vente sur Amazon dans cette annonce."
+"List of templates, which have previously chosen Attribute Set.","Liste des modèles pour lesquels un jeu d'attributs a été choisi."
+"Search for template which have previously chosen Attribute Set.","Rechercher un modèle pour lequel un jeu d'attributs a été choisi."
+"All Synchronization Templates you have created.","Tous les modèles de synchronisation que vous avez créés."
+"Search for Synchronization Template you have created.","Rechercher un modèle Synchronisation que vous avez créé."
+"M2E Pro - Amazon/Magento Integration : Listings","M2E Pro - Intégration Amazon/Magento : Annonces"
+"Amazom Listings (10 min. video)","Annonces Amazon (vidéo de 10 min)"
+"Listing is a group of items, which have the same Attribute Set and were combined to be listed on Amazon.
+
+ Creating a Listing requires two types of templates to be created in advance.
+ You can use the same template for similar products you want to list on Amazon and don’t have to enter the same information over and over again for each product you want to list.
+
+ Templates you’ll need in order to list on Amazon:
+
+
+ Selling Format Template contains information about quantity and price-related data.
+ Synchronization Template controls how the information between Amazon and Magento is synchronized and in which cases Amazon listings are revised, relisted or stopped. This template is not bound to a product group with a specific attribute set, so it’s likely that you’ll only need one template to begin with.
+ ","Une annonce est un groupe d'objets qui possèdent le même jeu d'attributs et qui sont combinés pour pouvoir être mis en vente sur Amazon. La création d'une annonce nécessite deux types de modèles qui doivent être créés à l'avance. Vous pouvez utiliser le même modèle pour vendre des produits similaires sur Amazon, sans devoir saisir les mêmes informations pour chaque produit à mettre en vente. Modèles nécessaires pour mettre des objets en vente sur Amazon : Le modèle Format de mise en vente inclut des informations relatives à la quantité et au prix. Le modèle Synchronisation définit les paramètres de synchronisation entre Amazon et Magento ainsi que les conditions de modification des annonces, de remise en vente des objets et d'arrêt des ventes sur Amazon. Ce modèle n'étant pas lié à un groupe de produits avec jeu d'attributs spécifique, vous n'aurez probablement besoin que d'un seul modèle pour commencer. "
+"This section contains information about product items of chosen listing and their statuses on Amazon.
+ To list a product the ASIN/ISBN must be assigned first. To assign ASIN/ISBN you can use the Search ASIN/ISBN tool: press the icon in ASIN / ISBN column or choose appropriate command in the Action dropdown.
+ You can manage items by choosing appropriate actions from the Actions dropdown of the grid and manage Listing and its settings by using buttons in the top right corner.","Cette section comprend des informations sur les produits de l'annonce choisie et leur statut sur Amazon. Pour pouvoir mettre un produit en vente, vous devez d'abord affecter le code ASIN/ISBN. Pour ce faire, vous pouvez utiliser l'outil de recherche par code ASIN/ISBN : cliquez sur l'icône affichée dans la colonne Code ASIN/ISBN ou sélectionnez la commande correspondante dans la liste déroulante Actions. Pour la gestion des objets, sélectionnez les options appropriées dans la liste déroulante Actions du tableau. Pour la gestion de l'annonce et de ses paramètres, utilisez les boutons situés dans le coin supérieur droit."
+"Used in Account(s)","Utilisation dans des comptes"
+"Coming Soon","Prochainement"
+"Waiting","En attente"
+"Processing","En cours de traitement"
+"Completed","Terminé"
+"Order Address Information","Informations sur l'adresse de la commande"
+"Buyer Name","Nom de l'acheteur"
+"Buyer E-Mail","Adresse e-mail de l'acheteur"
+"Street Address","Adresse (rue)"
+"City","Ville"
+"Country","Pays"
+"Region/State","Région/Etat"
+"County","Comté"
+"Zip/Postal Code","Code postal"
+"Telephone","Téléphone"
+"
+This page contains all orders imported from Amazon.
+Use Amazon Accounts dropdown to filter Amazon orders by accounts.
+If Magento Order, Invoice or / and Shipment was not created automatically,
+you can create them manually by using appropriate options in the Action dropdown.
+Note: Automatic creation of Magento Orders, Invoices, and Shipments executes according to Amazon Accounts settings in %s > Configuration > Amazon Accounts > Orders.","Cette page comprend toutes les commandes importées à partir d'Amazon. Utilisez la liste déroulante Comptes Amazon pour filtrer les commandes Amazon par compte. Si la commande, la facture et/ou l'envoi Magento n'ont pas été créés automatiquement, vous pouvez les créer manuellement à l'aide des options appropriées de la liste déroulante Actions.Remarque : la création automatique des commandes, factures et envois Magento s'effectue selon les paramètres des comptes Amazon définis dans le menu %s > Configuration > Comptes Amazon > Commandes."
+"Amazon Order","Commande Amazon"
+"View On Amazon","Afficher sur Amazon"
+"Sale Time","Heure de vente"
+"Update Time","Modifier l'heure"
+"Reservation Time","Heure de réservation"
+"Order Status","Statut de la commande"
+"Invoice Unconfirmed","Facture non confirmée"
+"Account","Compte"
+"Buyer Information","Informations sur l'acheteur"
+"Customer Name","Nom du client"
+"Shipping Address","Adresse de livraison"
+"Payment Information","Informations sur le paiement"
+"Order Currency","Devise de la commande"
+"Attention!","Attention !"
+"Order currency is not enabled in Magento. Please, enable it in System -> Configuration -> Currency Setup.","La devise de la commande n'est pas disponible dans Magento. Veuillez l'activer dans le menu Système > Configuration > Définition de la devise."
+"There's no rate for Order currency in Magento. Please, add currency convert rate in System -> Manage Currency -> Rates.","Aucun taux n'est défini pour la devise de la commande dans Magento. Veuillez ajouter un taux de change dans le menu Système > Gérer les devises > Taux."
+"Shipping & Handling Information","Informations sur la livraison et l'expédition"
+"Shipping Service","Service de livraison"
+"Shipping Cost","Frais de livraison"
+"Transaction Item(s)","Objets de la transaction"
+"Log History","Historique"
+"Order Totals","Total des commandes"
+"Subtotal","Sous-total"
+"Shipping & Handling","Livraison et expédition"
+"Tax","Taxe"
+"Grand Total","Total général"
+"Amount Paid","Montant payé"
+"This section allows you to set preferences of data synchronization.
+ You have to enable / disable synchronization tasks, which will be automatically performed for all Amazon accounts, and Save Settings .
+ To run necessary task manually, click the Run Now button, to run all tasks at once, click Run Enabled Now .
+ Note: Cron job must be set up for automatic synchronization. Otherwise, you will have to perform the synchronization manually.","Vous pouvez définir vos préférences de synchronisation des données dans cette section. Vous devez activer/désactiver les tâches de synchronisation qui seront exécutées automatiquement pour tous les comptes Amazon, puis sélectionner Enregistrer les paramètres . Pour exécuter manuellement les tâches requises, cliquez sur le bouton Exécuter maintenant . Pour exécuter simultanément toutes les tâches, cliquez sur le bouton Exécuter les éléments activés . Remarque : la tâche cron doit être configurée pour la synchronisation automatique. A défaut, vous devrez effectuer la synchronisation manuellement."
+"If catalog updates in your magento performed using import/export tools, custom scripts or direct changes in database,
+ then, you can use ""Track Direct Database Changes"" %s functionality to detect changes in products' price and quantity.","Si le catalogue est mis à jour dans Magento à l'aide des outils d'importation/d'exportation, de scripts personnalisés ou de modifications directes dans la base de données, vous pouvez utiliser la fonctionnalité « Suivre les modifications directes de la base de données » %s pour détecter les modifications de prix et de quantité des produits."
+"Updates and synchronizes Amazon Listings according to Synchronization Templates' rules.","Permet de mettre à jour et de synchroniser les annonces Amazon selon les règles des modèles Synchronisation."
+"If your Amazon listings for some reason were asynchronized with the products in Magento, turn on the Revise All action to catch data up.
+ Revise is performed by the Inventory Synchronization, 100 items per a cycle.
+
+ ","Si vos annonces Amazon ont été désynchronisées des produits dans Magento, activez la tâche Modifier tout pour récupérer les données. La tâche est exécutée par la synchronisation de l'inventaire au rythme de 100 objets par cycle. "
+"In Progress, start date - ","En cours, date de début - "
+"Finished, end date - ","Terminé, date de fin - "
+"Imports and synchronizes Amazon Orders for accounts, which have enabled Import Amazon Orders in their Accounts settings.","Permet d'importer et de synchroniser les commandes Amazon pour les comptes dont l'option Importer les commandes Amazon est activée dans les paramètres des comptes."
+"Imports and synchronizes 3rd Party Listings for Amazon accounts, which have enabled Import 3rd Party Listings in their Accounts settings.","Permet d'importer et de synchroniser les annonces tierces pour les comptes Amazon dont l'option Importer les annonces tierces est activée dans les paramètres des comptes."
+"Click 'Confirm' and Revise will be performed by the Inventory Synchronization, 100 items per a cycle.","Cliquez sur Confirmer. La tâche Modifier est exécutée par la synchronisation de l'inventaire au rythme de 100 objets par cycle."
+"Cancel","Annuler"
+"New ASIN Templates","Modèles Nouveau code ASIN"
+"These type of templates is used for creation of new products on Amazon.
+
+ to create a new template, click on Add New ASIN Template ;
+ to assign one of the existing templates to products click on Assing To This Template link.
+
+ Note: Attribute Sets of New ASIN Template must include all Attribute Sets of current M2E Listing to be assigned.","Ces modèles sont utilisés pour la création de nouveaux produits sur Amazon. Pour créer un nouveau modèle, cliquez sur Ajouter un modèle Nouveau code ASIN . Pour affecter l'un des modèles existants aux produits, cliquez sur le lien Affecter à ce modèle . Remarque : les jeux d'attributs du modèle Nouveau code ASIN doivent inclure tous les jeux d'attributs de l'annonce M2E à affecter."
+"Description is used to design your items' description on Amazon. The more information you provide the easier it is for buyers to make a choice.
+ It is possible to choose a Product Description or Product Short Description, which will be taken from Magento. Or you can create a Custom Description by adding necessary information.","Description utilisée pour créer la description des objets sur Amazon. Des informations détaillées permettent aux acheteurs de choisir plus facilement. Vous pouvez choisir une Description du produit ou une Brève description du produit qui sera extraite de Magento. Vous pouvez également créer une Description personnalisée en ajoutant les informations nécessaires."
+"Please enter a number 0 or greater in this field.","Saisissez un nombre supérieur ou égal à 0 dans ce champ."
+"Please enter a number 0.01 or greater in this field.","Saisissez un nombre supérieur ou égal à 0,01 dans ce champ."
+"Item Details","Détails de l'objet"
+"Custom Title","Titre personnalisé"
+"Item's title that buyers will see on Amazon listing.","Titre de l'objet que les acheteurs pourront voir dans l'annonce Amazon."
+"Brand","Marque"
+"Custom Brand","Marque personnalisée"
+"Brand of the product(s). Max. 50 characters.","Marque des produits. Max. 50 caractères."
+"Manufacturer","Fabricant"
+"Custom Manufacturer","Fabricant personnalisé"
+"Manufacturer of the product(s). Max. 50 characters.","Fabricant des produits. Max. 50 caractères."
+"Manufacturer Part Number","Code produit du fabricant"
+"Manufacturer Part Number of the product(s). Max. 40 characters.","Code produit du fabricant pour les produits. Max. 40 caractères."
+"Package Quantity","Quantité par emballage"
+"The number of units included in the item you are offering for sale, such that each unit
+ is packaged for individual sale.","Nombre d'unités contenues dans l'objet que vous proposez à la vente, chaque unité étant emballée pour être vendue individuellement."
+"Choose the attribute that contains Package Quantity.","Sélectionnez l'attribut contenant la Quantité par emballage."
+"Number of Items","Nombre d'objets"
+"The number of discrete items included in the item you are offering for sale,
+ such that each item is not packaged for individual sale.
+
+ For ex. , if you are selling a case of 10 packages of socks,
+ and each package contains
+ 3 pairs of socks, the case would have Package Quantity = 10 and Number of Items = 30.
+ ","Nombre d'objets individuels contenus dans l'objet proposé à la vente, chaque objet n'étant pas emballé pour être vendu individuellement. Par ex. , si vous vendez une boîte contenant 10 emballages de chaussettes, et si chaque emballage contient 3 paires de chaussettes, la Quantité par emballage = 10 et le Nombre d'objets = 30. "
+"Choose the attribute that contains Number Of Items.","Sélectionnez l'attribut contenant le Nombre d'objets."
+"Package Weight","Poids de l'emballage"
+"Package Weight of the product(s).","Poids de l'emballage des produits"
+"Package Weight Units","Unités de poids de l'emballage"
+"GR","G"
+"KG","KG"
+"OZ","OZ"
+"LB","LB"
+"MG","MG"
+"Shipping Weight","Poids de l'envoi"
+"Shipping Weight of the product(s).","Poids des produits à l'envoi"
+"Shipping Weight Units","Unités de poids de l'envoi"
+"Keywords","Mots-clés"
+"Target Audience","Public ciblé"
+"For whom the product is intended.","Public auquel le produit est destiné."
+"Search Terms Mode","Méthode de recherche"
+"Custom Search Terms","Mots-clés personnalisés"
+"Provide specific search terms to help customers find your product(s) on Amazon.","Fournit des mots-clés spécifiques qui aideront les acheteurs à trouver les produits sur Amazon."
+"Value #%s","Valeur #%s"
+"Max. 50 characters.","Max. 50 caractères."
+"Images","Photos"
+"Main Image","Photo principale"
+"Product Base Image","Photo de base du produit"
+"Image you will see on your Amazon listing.","Photo qui s'affichera dans l'annonce Amazon."
+"Product Image Attribute","Attribut de la photo du produit"
+"Choose Media Image Attribute or Attribute, that contains absolute url.
+ i.e. http://mymagentostore.com/images/baseimage.jpg","Sélectionnez l'attribut Multimédia ou l'attribut contenant l'URL absolue. soit http://maboutiquemagento.com/images/imagedebase.jpg"
+"Additional Images","Photos supplémentaires"
+"Product Images","Photos du produit"
+"Additional Images Attribute","Attribut Photos supplémentaires "
+"Choose Text, Multiple Select or Dropdown type attribute. In Text type attribute urls must be separated with comma.
+ e.g. http://mymagentostore.com/images/baseimage1.jpg, http://mymagentostore.com/images/baseimage2.jpg","Sélectionnez un type d'attribut : Texte, Choix multiple ou Liste déroulante. Pour le type Texte, les URL doivent être séparées par une virgule. Par exemple, http://maboutiquemagento.com/images/imagedebase1.jpg, http://maboutiquemagento.com/images/imagedebase2.jpg"
+"Additional Images Quantity","Nombre de photos supplémentaires"
+"Up to","Jusqu'à"
+"The number of Additional Images. The images will be taken from Magento Product settings.","Nombre de photos supplémentaires. Les photos proviennent des paramètres du produit Magento."
+"Bullet Points","Liste à puces"
+"Bullet Points Mode","Mode Liste à puces"
+"Custom Bullet Points","Liste à puces personnalisée"
+"Allows highlighting some of the product's most important qualities.","Permet de mettre en valeur certaines qualités importantes du produit."
+"Max. 100 characters.","Max. 100 caractères."
+"Description Source","Source de la description"
+"Product Description","Description du produit"
+"Product Short Description","Brève description du produit"
+"Custom Description","Description personnalisée"
+"Description is limited to 2'000 characters.","La description est limitée à 2 000 caractères."
+"Custom Description Inserts","Insertions dans la description personnalisée"
+"Attributes related to the previously chosen Attribute Set.","Attributs associés au jeu d'attributs sélectionné précédemment."
+"This tab contains the main information on products you want to list: Attribute Set
+ (it must be the same as M2E Listing has to be assigned), UPC / EAN Settings and
+ Category in which the products have to be listed.
+The category either can be chosen by Browsing all categories from the list or can be found with Searching
+ tool by entering keywords.","Cet onglet contient les informations principales sur les produits que vous souhaitez mettre en vente : jeu d'attributs (doit être identique étant donné que l'annonce M2E doit être affectée), paramètres UPC/EAN et catégorie de mise en vente des produits. Pour choisir la catégorie, vous pouvez parcourir toutes les catégories dans la liste ou les rechercher à l'aide de l'outil de recherche en saisissant des mots-clés."
+"Please enter a number 1 or greater in this field.","Saisissez un nombre supérieur ou égal à 1 dans ce champ."
+"This category is not supported at the moment, as it contains variational items only. Please select another category.","Cette catégorie n'est pas prise en charge pour le moment, car elle contient uniquement des objets à plusieurs versions. Veuillez sélectionner une autre catégorie."
+"Search For Category","Rechercher une catégorie"
+"You should select Category first","Vous devez d'abord sélectionner une catégorie"
+"This is a required field. Please press Choose button.","Ce champ est obligatoire. Cliquez sur le bouton Sélectionner."
+"The specified title is already used for another New ASIN Template.","Le titre spécifié est déjà utilisé pour un autre modèle Nouveau code ASIN."
+"Please enter at least 3 letters.","Saisissez au minimum 3 lettres."
+"Internal Error. Please try again later.","Erreur interne. Veuillez réessayer plus tard."
+"Incorrect data.","Données incorrectes."
+"Choose","Sélectionner"
+"Optional Specifics","Caractéristiques facultatives"
+"Recommended Values","Valeurs recommandées"
+"Allowed Values","Valeurs autorisées"
+"Definition:","Définition :"
+"Tips:","Astuces :"
+"Examples:","Exemples :"
+"Helpful Info:","Informations utiles :"
+"Desired","Souhaité"
+"Short meaningful template title for your internal use.","Titre du modèle, court et explicite, à usage interne."
+"Attribute Sets of products which will be listed on Amazon using this template.","Jeux d'attributs des produits qui seront mis en vente sur Amazon à l'aide de ce modèle."
+"or","ou"
+"UPC / EAN Settings","Paramètres UPC/EAN"
+"UPC / EAN Exemption","Exemption UPC/EAN "
+"Most categories require sellers to use a standard product ID, such as a UPC or EAN, when creating new product pages or matching to existing pages in the Amazon catalog. In the case of private label brands or specialized products, some categories may allow sellers to request exemptions to list products that do not have standard product IDs.
+ If you sell products that do not have UPCs, please contact Amazon to request an exemption.","Dans la plupart des catégories, les vendeurs doivent utiliser un code de produit standard tel qu'un code UPC ou EAN lorsqu'ils créent des pages de produits ou utilisent des pages existantes du catalogue Amazon. Dans le cas de marques privées ou de produits spécialisés, certaines catégories permettent aux vendeurs de demander des exemptions pour mettre en vente des produits sans code produit standard. Si vous vendez des produits sans code UPC, contactez Amazon pour demander une exemption."
+"Product ID Override","Exception du code produit"
+"The exemption option approved by Amazon. Should be set to None when not known.","Option d'exemption approuvée par Amazon. L'option sélectionnée doit être Aucune si la valeur est inconnue."
+"Choose the department your product belongs to and then choose the category you need. Press the Confirm button.","Sélectionnez le département auquel votre produit appartient, puis la catégorie de votre choix. Cliquez sur Confirmer."
+"Subcategory","Sous-catégorie"
+"Enter the words, which describe the best your product and click on the Search button.
+ Founded categories will be displayed for selection.","Saisissez les termes qui décrivent le mieux votre produit, puis cliquez sur le bouton Rechercher. Vous pouvez faire votre choix parmi les catégories trouvées."
+"Enter Keywords","Saisir des mots-clés"
+"Adding specific item details will attract your buyers and help them to find your items.","Si vous ajoutez des détails, les acheteurs seront davantage attirés par votre objet et ils pourront le trouver plus facilement."
+"Total digits (not more):","Nombre total (max.) :"
+"Type: Numeric.","Type : numérique."
+"Min:","Min. :"
+"Max:","Max. :"
+"Can take any value.","N'importe quelle valeur."
+"Two uppercase letters or ""unknown"".","Deux lettres majuscules ou « inconnue »."
+"Type: String.","Type : chaîne."
+"Min length:","Longueur min. :"
+"Max length:","Longueur max. :"
+"Type: Date time. Format: YYYY-MM-DD hh:mm:ss","Type : date heure. Format : AAAA-MM-JJ hh:mm:ss"
+"Type: Numeric floating point.","Type : numérique à virgule flottante."
+"Decimal places (not more):","Décimales (max.) :"
+"Specifics Configuration","Configuration des caractéristiques"
+"Selling Format Template contains price-related data and quantity for the items, which will be listed on Amazon.
+Next to each price options dropdown there is a box for Price Change. Price Change is a value you want the Magento Price to be modified while listing on Amazon.
+Examples:
+If you want the price on Amazon to be greater by 15% than the price in Magento, you should set +15% in the Price Change field.
+Amazon Price = Magento Price + Magento Price * 0.15
+
+If you want the price on Amazon to be less by 10 currency units than the price in Magento, you should set -10 in the Price Change field.
+Amazon Price = Magento Price - 10
+
+If you want the price on Amazon to be multiplied by coefficient 1.2, you should set 1.2 in the Price Change field.
+
+Amazon Price = Magento Price * 1.2.
+
+Note: If the Special Price is chosen in the Price option, but it is not set in Magento Product settings or it is set but it has already expired, the Product Price is used instead.
+ If the Special Price is chosen in the Sale Price option, its Magento From , To dates are ignored. Only the value is used. When the Sale Price has expired, the Price is used.
+
+Note: Attributes must contain only numeric values.
+","Le modèle Format de mise en vente contient des données sur le prix et la quantité pour les objets qui seront mis en vente sur Amazon. Un champ Changement de prix se trouve à côté de chaque liste déroulante pour les options de prix. Ce champ permet de définir la valeur de modification du prix Magento lors de la publication d'une annonce sur Amazon.Exemples : Si vous souhaitez que le prix sur Amazon soit supérieur de 15 % au prix dans Magento, saisissez +15 % dans le champ Changement de prix.Prix Amazon = prix Magento + prix Magento * 0,15 Si vous souhaitez que le prix sur Amazon soit inférieur de 10 unités au prix dans Magento, saisissez -10 dans le champ Changement de prix.Prix Amazon = prix Magento - 10 Si vous souhaitez que le prix sur Amazon soit multiplié par un facteur de 1,2, définissez 1,2 dans le champ Changement de prix.Prix Amazon = prix Magento * 1,2 Remarque : si Prix spécial est sélectionné pour l'option Prix , mais qu'il n'est pas défini dans les paramètres du produit Magento ou qu'il est défini, mais que sa période de validité est arrivée à expiration, le prix du produit sera utilisé. Si vous choisissez Prix spécial pour l'option Prix de vente , les dates Magento Du Au sont ignorées. Seule la valeur définie est utilisée. Après expiration de la période de validité du prix de vente, c'est le prix qui est utilisé.Remarque : les attributs doivent contenir uniquement des valeurs numériques."
+"The price of products in Amazon listing(s).","Prix des produits dans les annonces Amazon."
+"The price of products in Amazon listing(s).Note: The Final Price is only used for Simple Products.","Prix des produits dans les annonces Amazon.Remarque : le prix final est utilisé uniquement pour les produits simples."
+"The price, at which you want to sell your product(s) at specific time.","Prix auquel vous souhaitez vendre vos produits aux date et heure spécifiées."
+"The price, at which you want to sell your product(s). at specific time.Note: The Final Price is only used for Simple Products.","Prix auquel vous souhaitez vendre vos produits aux date et heure spécifiées.Remarque : le prix final est utilisé uniquement pour les produits simples."
+"Add Selling Format Template.","Ajoutez un modèle Format de mise en vente."
+"The specified title is already used for other template. Template title must be unique.","Le titre spécifié est déjà utilisé pour un autre modèle. Le titre du modèle doit être unique."
+"You should select Attribute Sets first and press Confirm button.","Sélectionnez d'abord les jeux d'attributs, puis cliquez sur le bouton Confirmer."
+"Coefficient is not valid.","Le coefficient est incorrect."
+"Wrong value. Only integer numbers.","Valeur incorrecte. Nombres entiers uniquement."
+"Product Attribute Sets","Jeux d'attributs des produits"
+"Attribute Sets of products which will be listed on Amazon using this template.","Jeux d'attributs des produits qui seront mis en vente sur Amazon à l'aide de ce modèle."
+"Quantity","Quantité"
+"Product QTY","Quantité de produits"
+"Single Item","Objet unique"
+"Custom QTY Number","Quantité personnalisée (nombre)"
+"Custom QTY Attribute","Quantité personnalisée (attribut)"
+"Products quantity in Amazon listing(s).","Quantité de produits dans les annonces Amazon."
+"Conditional Quantity","Quantité conditionnelle"
+"Enables to set the quantity that will be sent on Amazon.","Permet de définir la quantité à envoyer sur Amazon."
+"Max Quantity to Be Listed","Quantité maximum à mettre en vente"
+"If you have 5 pieces in stock but set a max qty of 2 to be listed, a qty of 2 will be listed on Amazon.
+ If you have 1 piece in stock but max qty is set to 3, only 1 will be listed on Amazon.","Si vous avez 5 exemplaires en stock et que la quantité maximum à mettre en vente est 2, seuls 2 exemplaires seront mis en vente sur Amazon. Si vous avez 1 exemplaire en stock et que la quantité maximum est 3, seul 1 exemplaire sera mis en vente sur Amazon."
+"Product Price","Prix du produit"
+"Special Price","Prix spécial"
+"Absolute figure (+8,-3), percentage (+15%, -20%) or currency rate (1.44)","Chiffre absolu (+8, -3), pourcentage (+15 %, -20 %) ou taux de change (1,44)"
+"Custom Price Attribute","Attribut de prix personnalisé"
+"Variation Price Source","Source du prix des différentes versions"
+"Main Product","Produit principal"
+"Determines where the price for Configurable and Bundle products options should be taken from.","Détermine la source du prix pour les options des produits configurables et groupés."
+"Sale Price","Prix de vente"
+"Custom Sale Price Attribute","Attribut de prix de vente personnalisé"
+"Start Date","Date de début"
+"Time and date when the Sale Price will be displayed on Amazon.","Date et heure auxquelles le prix de vente sera affiché sur Amazon."
+"Start Date Value","Date de début (valeur)"
+"Start Date Attribute","Date de début (attribut)"
+"End Date","Date de fin"
+"Time and date when the Sale Price will be hidden on Amazon.","Date et heure auxquelles le prix de vente sera masqué sur Amazon."
+"End Date Value","Date de fin (valeur)"
+"Synchronization Template includes rules and conditions which determine Listing behavior on Amazon.
+ List, Revise, Relist and Stop Rules have to be specified in this template.
+ List Action - at first this action to be executed for each item in M2E Listings, which has Not Listed status and its settings meet the List Condition. If an item was not listed for some reason, autosynchronization will attempt
+ to list it again only if Product Status, Stock Availability or Quantity is changed.
+
+ Note: Inventory Synchronization setting must be enabled in Synchronization (Configuration > Synchronization).
+ Otherwise, Synchronization Template Rules will not take effect.","Le modèle Synchronisation inclut les règles et conditions qui déterminent le comportement des annonces sur Amazon. Les règles de mise en vente, de modification des annonces, de remise en vente des objets et d'arrêt des ventes doivent être définies dans ce modèle. Tâche Mettre en vente - Cette tâche doit être appliquée à tous les objets des annonces M2E dont le statut est Non mis en vente et dont les paramètres remplissent les conditions de mise en vente. Lorsqu'un objet n'a pas été mis en vente pour une raison quelconque, la synchronisation automatique essaiera de le mettre à nouveau en vente uniquement si le statut du produit, la disponibilité ou la quantité a changé. Remarque : le paramètre Synchronisation de l'inventaire doit être activé dans le menu Synchronisation (Configuration > Synchronisation). A défaut, les règles du modèle Synchronisation ne seront pas appliquées."
+"Add Synchronization Template.","Ajoutez un modèle Synchronisation."
+"Wrong time format string.","Chaîne de format d'heure incorrecte."
+"Must be greater than ""Min"".","Doit être supérieur à la valeur « Min. »."
+"Inconsistent settings in Relist and Stop rules.","Paramètres incohérents dans les règles de modification et d'arrêt des ventes."
+"List Action","Action Mettre en vente"
+"Enables / disables automatic listing of Not Listed items, when they meet the List Conditions.","Permet d'activer/de désactiver la mise en vente automatique des objets non mis en vente qui remplissent les conditions de mise en vente."
+"List Conditions","Conditions de mise en vente"
+"Product Status","Statut du produit"
+"Any","Tout"
+"Product Status at which the item(s) have to be listed.","Statut du produit entraînant la mise en vente des objets."
+"Stock Availability at which the item(s) have to be listed.","Disponibilité entraînant la mise en vente des objets."
+"Less","Inférieure"
+"More or Equal","Supérieure ou égale"
+"Between","Entre"
+"Product(s) quantity at which the item(s) have to be listed.","Quantité de produits entraînant la mise en vente des objets."
+"Min Quantity","Quantité min."
+"Max Quantity","Quantité max."
+"Relist Rules define the conditions at which Amazon items will be relisted.
+ ","Les règles de remise en vente déterminent les conditions de remise en vente des objets Amazon. "
+"Relist Action","Action Remettre en vente"
+"Enables/Disables the Relist action for the Listings, which use current Synchronization Template.","Permet d'activer/de désactiver la remise en vente pour les annonces qui utilisent le modèle Synchronisation actuel."
+"Relist When Stopped Manually","Remettre en vente en cas d'arrêt manuel"
+"Automatically relists item(s) even it has been stopped manually within M2EPro.","Permet de remettre en vente automatiquement les objets dont la vente a été arrêtée manuellement dans M2E Pro."
+"Relist Conditions","Conditions de remise en vente"
+"Product Status at which the item(s) have to be relisted.","Statut du produit entraînant la remise en vente des objets."
+"Stock Availability at which the item(s) have to be relisted.","Disponibilité entraînant la remise en vente des objets."
+"Product(s) quantity at which the item(s) have to be relisted.","Quantité de produits entraînant la remise en vente des objets."
+"Revise Rules are the conditions, at which automatic full and partial listings revising features are enabled.
+ If the certain condition is enabled (Yes is chosen in appropriate line) and met,
+then Amazon Listings, which were listed using current Synchronization Template,
+will be automatically fully or partially updated.
+
+ Partial Revise - contains list of product details, which changes you want to be reflected on Amazon.
+ Full Revise - contains groups of M2E settings. If any data of these groups (Selling Format Template, Listing Channel Settings) is changed, then listings, which use these templates in their settings, will be automatically fully revised.
+ ","Les règles de modification correspondent aux conditions qui régissent l'activation des fonctionnalités automatiques de modification complète et partielle des annonces. Si une condition spécifique est activée (option Oui sélectionnée sur la ligne correspondante) et remplie, les annonces Amazon publiées à l'aide du modèle Synchronisation actuel sont modifiées complètement ou partiellement de manière automatique. Modification partielle - Contient la liste des détails du produit dont vous souhaitez répercuter les modifications sur Amazon. Modification complète - Contient des groupes de paramètres M2E. Si les données de ces groupes (Modèle Format de mise en vente, Paramètres du canal de mise en vente) sont modifiées, les annonces qui utilisent ces modèles dans leurs paramètres sont modifiées complètement de manière automatique. "
+"Partial Revise","Modification partielle"
+"Automatically revises quantity on Amazon listing(s) when the quantity or attribute for quantity of its product is changed in Magento.","Modifie automatiquement la quantité dans les annonces Amazon en cas de modification de la quantité ou de l'attribut de quantité du produit correspondant dans Magento."
+"Conditional Revise","Modification conditionnelle"
+"Updates Amazon qty only when the Condition you set below is met.
+ Note: By using this option you can significantly increase Synchronization performance.","Permet de mettre à jour la quantité Amazon uniquement lorsque les conditions que vous avez définies sont remplies. Remarque : l'utilisation de cette option permet d'augmenter de manière significative les performances de la synchronisation."
+"Revise When Less or Equal to","Modifier si inférieur ou égal à"
+"The value should not be too high (i.e. 100). Recommended value is in range 10 - 20.","La valeur ne doit pas être trop élevée (par ex. 100). Il est recommandé de choisir une valeur comprise entre 10 et 20."
+"Automatically revises price on Amazon listing(s) when the price(s) or attribute(s) for price(s) of its product is (are) changed in Magento.","Modifie automatiquement le prix dans les annonces Amazon en cas de modification du prix ou de l'attribut de prix du produit correspondant dans Magento."
+"Full Revise","Modification complète"
+"Automatically revises Amazon listing(s) if its Selling Format Template was changed.","Modifie automatiquement les annonces Amazon en cas de modification du modèle Format de mise en vente."
+"Listing Channel Settings","Paramètres du canal de mise en vente"
+"Automatically revises Amazon listing(s) if its Listing Settings was changed.","Modifie automatiquement les annonces Amazon en cas de modification des paramètres de mise en vente."
+"Stop Rules define the conditions when Amazon items listing must be
+ inactivated, depending on Magento product state.
+ Note: If all Stop Conditions are set to No or No Action , then the stop option for Amazon items is disabled.
+ If all Stop Conditions are enabled, then an item will be inactivated if at least one of the Stop Conditions is met.","Les règles d'arrêt correspondent aux conditions qui régissent la désactivation des annonces Amazon en fonction du statut des produits Magento. Remarque : si vous sélectionnez Non ou Aucune action pour toutes les conditions d'arrêt, l'option d'arrêt des annonces Amazon sera désactivée. Si toutes les conditions d'arrêt sont activées, l'annonce sera désactivée lorsqu'au moins une condition d'arrêt est remplie."
+"Stop Conditions","Conditions d'interruption"
+"Stop When Status Disabled","Arrêter la vente si le statut est Désactivé"
+"Automatically stops item(s) if its status has been changed to 'Disabled' in Magento.","Arrête automatiquement la vente si le statut de l'annonce est remplacé par Désactivé dans Magento."
+"Stop When Out Of Stock","Arrêter la vente en cas de rupture de stock"
+"Automatically stops item(s) if its stock availability has been changed to 'Out of Stock' in Magento.","Arrête automatiquement la vente si la disponibilité de l'objet est remplacée par En rupture de stock dans Magento."
+"Stop When QTY Is","Arrêter la vente si la quantité est"
+"Less or Equal","Inférieure ou égale"
+"More","Supérieure"
+"Automatically stops item(s) if its quantity has been changed and meets the conditions.","Arrête automatiquement la vente si la quantité a été modifiée et répond aux conditions."
+"On this page you have to fill in general information on your Rakuten.com account and provide all necessary accesses for the further work.","Spécifiez sur cette page les informations générales relatives à votre compte Rakuten.com et tous les accès nécessaires pour les opérations ultérieures."
+"Invalid format of Seller ID field. It must be numeric.","Format incorrect du champ Pseudo du vendeur. La valeur doit être numérique."
+"You must enable marketplace first.","Vous devez d'abord activer la place de marché."
+"M2E Pro was not able to get access to the Rakuten.com account. Please, make sure, that you enter correct Rakuten.com Seller Tools login and password.","M2E Pro n'a pas pu accéder au compte Rakuten.com. Vérifiez que vous avez saisi le pseudo et le mot de passe des outils de vente Rakuten.com."
+"M2E Pro was not able to get access to the Rakuten.com account. Please, make sure, that you enter correct Rakuten.com FTP login and password.","M2E Pro n'a pas pu accéder au compte Rakuten.com. Vérifiez que vous avez saisi le pseudo et le mot de passe pour le FTP Rakuten.com."
+"Title or identifier of Rakuten.com account for your internal use.","Titre ou identifiant du compte Rakuten.com à usage interne."
+"Marketplace is disabled","Place de marché désactivée"
+"Disable Marketplace","Désactiver la place de marché"
+"You must select and update Rakuten.com marketplace to get access to this section.","Vous devez sélectionner la place de marché Rakuten.com et la modifier pour pouvoir accéder à cette section."
+"Web Access","Accès Web"
+"Login","Se connecter"
+"Login to your Rakuten.com account.","Connectez-vous à votre compte Rakuten.com."
+"Password","Mot de passe"
+"Password to your Rakuten.com account.","Mot de passe de votre compte Rakuten.com."
+"FTP Access","Accès FTP"
+"To get FTP credentials, email the Rakuten.com merchant integration team at
+ mp-integration@mail.rakuten.com with your Seller ID and Rakuten.com login email address.","Pour obtenir vos données de connexion FTP, envoyez un e-mail à l'équipe d'intégration pour les vendeurs de Rakuten.com à l'adresse mp-integration@mail.rakuten.com en incluant votre pseudo de vendeur et l'adresse e-mail de connexion à Rakuten.com."
+"Login to your FTP panel.","Connectez-vous au volet FTP. "
+"Password to your FTP panel.","Mot de passe de votre volet FTP. "
+"Inventory, Orders And New SKU FTP Accesses","Accès FTP Inventaire, Commandes et Nouvelle référence article"
+"FTP Accesses","Accès FTP"
+"All these actions must be allowed to your Rakuten.com Account by Rakuten first.","Rakuten doit d'abord autoriser toutes ces tâches pour votre compte Rakuten.com."
+"FTP Inventory Access","Accès Inventaire FTP"
+"Set Yes , if you have enabled inventory generation option on your FTP.","Choisissez Oui si vous avez activé l'option de génération de l'inventaire sur votre FTP."
+"FTP Orders Access","Accès Commandes FTP"
+"Set Yes , if you have enabled orders generation option on your FTP.","Choisissez Oui si vous avez activé l'option de génération de commandes sur votre FTP."
+"FTP New SKU Access","Accès Nouvelle référence article FTP"
+"Set Yes , if you have enabled new SKU creation option on your FTP.
+ Note: The access of getting new SKU must be taken from Rakuten.com","Choisissez Oui si vous avez activé l'option de création d'une nouvelle référence article sur votre FTP. Remarque : Rakuten.com doit donner l'accès à une nouvelle référence article"
+"The 3rd Party Listings are the items, which were listed on Rakuten.com without using M2E Pro extension.
+To allow importing of these listings for the current Rakuten.com Account, set Import 3rd Party Listings to Yes .
+Imported Listings can be found in %1$s > Manage Listings > 3rd Party Listings.
+Note: The 3rd Party Listings Synchronization must be enabled in %1$s > Configuration > Synchronization.
+To map the products of the 3rd Party Listings with existing products in Magento by Reference ID, Rakuten.com Listing title or Rakuten.com SKU, set Product Mapping to Yes and choose appropriate attribute(s).
+A Magento product will be mapped if at least one of the chosen attributes meets the same value in Rakuten.com Listing as it has in Magento.
+
+After mapping the Rakuten.com Listing can be automatically moved from the 3rd Party Listings to M2E Pro Listings for further management.
+
+Note: Auto mapping and moving actions are performed only once during the first 3rd Party Listings Synchronization.
+Afterwards, it can be performed manually on the 3rd Party Listings page (%1$s > Manage Listings > 3rd Party Listings).","Les annonces tierces correspondent aux objets qui ont été mis en vente sur Rakuten.com sans recourir à l'extension M2E Pro. Pour autoriser l'importation de ces annonces vers le compte Rakuten.com actuel, sélectionnez Oui pour l'option Importer des annonces tierces. Les annonces importées sont accessibles à partir du menu %1$s > Gérer les annonces > Annonces tierces.Remarque : la synchronisation des annonces tierces doit être activée à partir du menu %1$s > Configuration > Synchronisation. Pour mapper les produits des annonces tierces avec des produits existants dans Magento par Code de référence, Titre d'annonce Rakuten.com ou Référence article Rakuten.com, sélectionnez Oui pour l'option Mappage des produits, puis choisissez les attributs appropriés. Un produit Magento est mappé si la valeur d'au moins un des attributs sélectionnés est la même dans l'annonce Rakuten.com et dans Magento. Après le mappage, l'annonce Rakuten.com peut être déplacée automatiquement des annonces tierces vers les annonces M2E Pro en vue d'une gestion ultérieure.Remarque : les actions automatiques de mappage et de déplacement ne sont effectuées qu'une seule fois pendant la première synchronisation des annonces tierces. Par la suite, elle peut être exécutée manuellement à partir de la page Annonces tierces (%1$s > Gérer les annonces > Annonces tierces)."
+"Maps Rakuten.com product with Magento product.","Permet de mapper un produit Rakuten.com avec un produit Magento."
+"Attributes Of Mapping Rakuten.com Items To Magento Products","Attributs de mappage des objets Rakuten.com avec des produits Magento"
+"Auto Moving Mapped Rakuten.com Items To M2E Listings","Déplacement automatique des objets Rakuten.com mappés vers les annonces M2E"
+"This section allows you automatically move mapped Rakuten.com Items in default created M2E Listing and synchronize their Prices and Quantities with Magento values at once they have been moved.","Cette section permet de déplacer automatiquement des objets Rakuten.com mappés dans l'annonce M2E créée par défaut, et de synchroniser ensuite leur prix et leur quantité avec les valeurs Magento."
+"Move Mapped Rakuten.com Items","Déplacer les objets Rakuten.com mappés"
+"Automatically moves Rakuten.com Listings from 3rd Party Listings to default created M2E Listing.","Permet de déplacer automatiquement les annonces Rakuten.com des annonces tierces vers les annonces M2E créées par défaut."
+"Updates Price and / or Quantity of Rakuten.com Listing with Magento values.","Permet de remplacer les valeurs de prix et/ou de quantité des annonces Rakuten.com par les valeurs Magento."
+"This tab contains settings of Rakuten.com Orders, Rakuten.com Customers import; Magento Orders and Products creation.
+If you set Import Rakuten.com Orders to Yes , a new Rakuten.com order will be imported to the system and can be found in %1$s > Sales > Orders.
+It is possible to allow auto creation of Magento Orders based on imported Rakuten.com Orders for products listed by Other Software.
+Note: The Product Stock QTY only reduces after Magento Order is created.
+These type of orders can be managed as typical Magento Orders in Magento > Sales > Orders.
+Note: To receive orders from Rakuten.com, Order Synchronization must be enabled in %1$s > Configuration > Synchronization.","Cet onglet contient les paramètres des commandes et de l'importation des clients Rakuten.com, de la création des commandes et des produits Magento. Si vous sélectionnez Oui pour l'option Importer les commandes Rakuten.com, les nouvelles commandes Rakuten.com seront importées dans le système et accessibles à partir du menu %1$s > Ventes > Commandes. Vous pouvez autoriser la création automatique de commandes Magento sur la base des commandes Rakuten.com importées pour les produits mis en vente via d'autres logiciels.Remarque : la quantité n'est déduite du stock des produits qu'après la création de la commande Magento. Ces types de commandes peuvent être gérés comme les commandes Magento standard dans le menu Magento > Ventes > Commandes.Remarque : pour recevoir des commandes de Rakuten.com, vous devez activer la synchronisation des commandes dans le menu %1$s > Configuration > Synchronisation."
+"Import Rakuten.com Orders","Importer les commandes Rakuten.com"
+"Allows importing orders from Rakuten.com to M2E Pro.","Permet d'importer les commandes Rakuten.com dans M2E Pro."
+"If Store View has to be automatically taken from the listing or manually chosen from available Store View values.","Détermine si la vue boutique doit être déduite automatiquement de l'annonce ou choisie manuellement parmi les valeurs proposées."
+"Note: Only simple products without variations can be created in Magento. If there is a product with variations on Rakuten.com, M2E Pro creates different simple products for each variation.","Remarque : seuls les produits simples à version unique peuvent être créés dans Magento. S'il existe un produit avec plusieurs versions sur Rakuten.com, M2E Pro créera des produits simples différents pour chaque version."
+"There are several ways to specify a customer for which Magento Orders will be created:
+
+ Guest Account - the system does not require a customer account to be created. Default Guest Account will be defined as a customer.
+ Note: The Guest Checkout option must be enabled in Magento. (Yes must be chosen in the Allow Guest Checkout option in Magento > System > Configuration > Sales > Checkout tab).
+ Predefined Customer - the system uses one predefined customer for all Rakuten.com orders related to this account. You will be required
+ to provide an ID of the existing Customer, which you can find in Magento > Customers > Manage Customers table.
+ Create New - a new customer will be created in Magento, using Rakuten.com customer data of Rakuten.com Order.
+ Note: A unique customer identifier is his e-mail address. If the one already exists among Magento customers e-mails,
+ the system uses this customer as owner of order and links order to him. A new customer will not be created.
+ ","Il existe différentes manières de spécifier le client pour lequel des commandes Magento seront créées : Compte visiteur - le système n'exige pas la création d'un compte client. Le compte visiteur par défaut est défini en tant que client. Remarque : l'option Finalisation de l'achat pour les visiteurs doit être activée dans Magento (vous devez sélectionner Oui pour l'option Finalisation de l'achat pour les visiteurs dans le menu Magento > Système > Configuration > Ventes > onglet Finalisation de l'achat). Client prédéfini - Le système utilise un client prédéfini pour toutes les commandes Rakuten.com associées à ce compte. Vous devez spécifier l'identifiant du client existant. Cette information est disponible dans le menu Magento > Clients > tableau Gérer les clients. Créer - Un nouveau client est créé dans Magento à partir des données du client Rakuten.com spécifiées dans la commande Rakuten.com. Remarque : l'adresse e-mail du client constitue son identifiant unique. Si cette adresse figure déjà parmi les adresses e-mail des clients Magento, le système définit ce client comme propriétaire de la commande et la lui associe. Aucun client ne sera créé. "
+"This section allows you to choose tax settings for Magento Order:
+
+ Rakuten.com - Magento Order(s) uses tax settings from Rakuten.com Listing(s).
+ Magento - Magento Order(s) uses Magento tax settings.
+ Rakuten.com & Magento - if there are tax settings in Rakuten.com Order, they are used in Magento Order(s), otherwise, Magento tax settings are used.
+ None - Rakuten.com and Magento tax settings are ignored.
+
+ ","Cette section vous permet de sélectionner des paramètres de taxation pour la commande Magento : Rakuten.com - Les commandes Magento utilisent les paramètres de taxation des annonces Rakuten.com. Magento - Les commandes Magento utilisent les paramètres de taxation Magento. Rakuten.com et Magento - Si les commandes Rakuten.com comportent des paramètres de taxation, ceux-ci sont utilisés dans les commandes Magento. Dans le cas contraire, les paramètres de taxation Magento sont appliqués. Aucun - Les paramètres de taxation Rakuten.com et Magento sont ignorés. "
+"Rakuten.com","Rakuten.com"
+"Rakuten.com & Magento","Rakuten.com et Magento"
+"In this block you can configure mapping between Rakuten.com Order state and Magento Order statuses.
+ Depending on the state of Rakuten.com Order you can either manually determine certain statuses for Magento Order and enable automatic Invoice
+ creation by selecting appropriate check-box, or use predefined default settings. (i.e. Rakuten.com: Order is Pending -> Magento Order is Processing). ","Cette section permet de configurer le mappage entre le statut des commandes Rakuten.com et les statuts des commandes Magento. Selon le statut de la commande Rakuten.com, vous pouvez soit déterminer manuellement certains statuts pour la commande Magento et activer la création automatique de la facture en cochant les cases appropriées, soit utiliser les paramètres par défaut prédéfinis. (ex. : commande Rakuten.com en attente -> commande Magento en cours de traitement). "
+"Order Status is Open","Statut Ouvert"
+"Actions, which have to be done on products added to categories.","Actions à appliquer aux produits ajoutés aux catégories."
+"Stop on Rakuten.com","Arrêter la vente sur Rakuten.com"
+"Stop on Rakuten.com and Delete from Listing","Arrêter la vente sur Rakuten.com et supprimer de l'annonce"
+"This section contains Rakuten.com Listings, which belong to registered Rakuten.com Accounts (%1$s > Configuration > Rakuten.com Accounts) and were listed not by M2E Pro extension.
+You can map these Listings to existing products in Magento and move them to another M2E Listings for further management. For that use single actions on appropriate Listing record or use mass Actions in the top right corner.
+Note: To import Rakuten.com 3rd Party Listings the 3rd Party Listings Import must be enabled in account's settings
+(%1$s > Configuration > Rakuten.com Accounts > General tab) and the 3rd Party Listings Synchronization must be enabled in %1$s > Configuration > Synchronization.","Cette section comprend les annonces Rakuten.com qui appartiennent aux comptes Rakuten.com enregistrés (%1$s > Configuration > Comptes Rakuten.com) et qui n'ont pas été mises en vente via l'extension M2E Pro. Vous pouvez mapper ces annonces avec des produits existants dans Magento et les déplacer vers d'autres annonces M2E en vue d'une gestion ultérieure. Pour ce faire, utilisez les tâches individuelles de l'annonce concernée ou utilisez les tâches pour un groupe d'annonces dans le coin supérieur droit.Remarque : pour pouvoir importer des annonces tierces Rakuten.com, vous devez activer l'importation des annonces tierces dans les paramètres du compte (%1$s > Configuration > Comptes Rakuten.com > onglet Général) et leur synchronisation dans le menu %1$s > Configuration > Synchronisation."
+"Enter product name, Rakuten.com SKU, ISBN or UPC","Saisissez le nom du produit, la référence article Rakuten.com, le code ISBN ou UPC"
+"There was an error during previous automatic Rakuten.com SKU search:","Une erreur est survenue pendant la recherche automatique précédente de la référence article Rakuten.com :"
+"Assign Rakuten.com SKU Manually","Affecter une référence article Rakuten.com manuellement"
+"Allows searching Rakuten.com SKU by data that will be specified on the next step.","Permet d'effectuer une recherche de référence article Rakuten.com sur la base des données qui seront spécifiées à l'étape suivante."
+"Assign Rakuten.com SKU Automatically","Affecter une référence article Rakuten.com automatiquement"
+"Allows searching Rakuten.com SKU by data, that have already been specified in Listing Search settings.","Permet d'effectuer une recherche de référence article Rakuten.com sur la base des données déjà spécifiées dans les paramètres de recherche d'annonces."
+"Add New Rakuten.com SKU (Beta)","Ajouter une nouvelle référence article Rakuten.com (bêta)"
+"Allows adding a product, which is not present on Rakuten.com. Rakuten.com SKU will be generated and returned back by Rakuten.com.","Permet d'ajouter un produit qui n'existe pas sur Rakuten.com. La référence article Rakuten.com sera générée et renvoyée par Rakuten.com."
+"This section contains Rakuten.com Channel, Product Search, Shipping and Condition settings.
+
+ In the General section you have to specify Rakuten.com Account, which listed items will be related to, and the Reference ID for its products.
+ In the Search Settings you have to specify the identifiers, at which products will be searched on Rakuten.com.
+ In the Shipping section you have to specify Shipping information.
+ The Condition section allows specifying item(s) condition and making notes to better describe the condition.
+
+ Note: Not Set and Not Set / Not Changeable options are used for the 3rd Party Listings mainly. If these options are chosen, Rakuten.com will be used as a master record.","Cette section comprend les paramètres relatifs au canal Rakuten.com, à la recherche de produits, à la livraison et à l'état des objets. Spécifiez dans la section Général le compte Rakuten.com auquel les objets mis en vente seront associés ainsi que le code de référence pour ces produits. Spécifiez dans la section Paramètres de recherche les identifiants utilisés pour rechercher des produits sur Rakuten.com. Spécifiez dans la section Livraison les informations sur la livraison. La section Etat permet de spécifier l'état des objets et d'ajouter des commentaires décrivant plus précisément leur état. Remarque : les options Non défini et Non défini/non modifiable sont utilisées principalement pour les annonces tierces. Si elles sont sélectionnées, Rakuten.com sera utilisé comme entrée principale."
+"UPC Attribute","Attribut UPC"
+"Rakuten.com SKU Attribute","Attribut Référence article Rakuten.com"
+"Seller SKU Attribute","Attribut Référence article du vendeur"
+"ISBN Attribute","Attribut ISBN"
+"Must be not more than 250 characters long.","Ce champ ne peut pas contenir plus de 250 caractères."
+"Must be positive number.","La valeur doit être un chiffre positif."
+"Rakuten.com Account","Compte Rakuten.com"
+"Rakuten.com accounts previously added in Configuration > Accounts.","Comptes Rakuten.com ajoutés précédemment dans le menu Configuration > Comptes."
+"A unique ID, which identify a product in your Rakuten.com seller inventory.
+ Note: If you list a product and M2E Pro find a product with the same Reference ID in Rakuten.com inventory, they will be mapped.","Identifiant unique utilisé pour identifier le produit dans l'inventaire du vendeur de Rakuten.com. Remarque : si vous mettez en vente un produit dont le code de référence correspond à un produit trouvé par M2E Pro dans l'inventaire Rakuten.com, les produits seront mappés."
+"Reference ID Attribute","Attribut Code de référence"
+"Generate Reference ID","Générer un code de référence"
+"If Yes , then if the Reference ID of the product you list is found in the 3rd Party or M2E Listings, another one will be automatically created and the product will be listed.","Si vous sélectionnez Oui et si le code de référence correspondant au produit mis en vente est trouvé dans les annonces tierces ou les annonces M2E, un nouveau code de référence sera créé automatiquement et le produit sera mis en vente."
+"Search Products on Rakuten.com","Rechercher des produits sur Rakuten.com"
+"Before the list action, each product in listing must have existing Rakuten.com SKU.
+This section contains parameters for action ""Assign Rakuten.com SKU Automatically","Une référence article Rakuten.com doit être affectée à chaque produit de l'annonce avant la mise en vente. Cette section contient des paramètres pour l'action « Affecter une référence article Rakuten.com automatiquement"
+"Identifiers","Identifiants"
+"UPC","Code UPC"
+"Seller SKU","Référence article du vendeur"
+"ISBN","Code ISBN"
+"Parameter the product search will be performed by.","Paramètre utilisé pour la recherche de produits."
+"Specify the attribute, which contains necessary information.","Spécifiez l'attribut contenant les informations requises."
+"If no results are found by the search criteria above, the additional search will be performed by Magento Product Name.","Si la recherche basée sur les critères ci-dessus ne donne aucun résultat, la recherche supplémentaire sera effectuée par nom du produit Magento."
+"Shipping Settings","Paramètres de livraison"
+"Shipping","Livraison"
+"This section determines information about how your products will be shipped.
+
+ In each method you can choose:
+
+ Not Set / Not Changeable - is used for the 3rd Party Listings mainly. If this option is chosen, Rakuten.com will be used as a master record.
+ Disable - disables Shipping method.
+ Free - automatically sets zero value for Shipping Cost.
+ Rakuten.com Settings - uses settings, which you have set in your seller account settings on Rakuten.com.
+ Custom Value - allows setting Shipping Cost manually.
+ Custom Attribute - allows setting Shipping Cost from the chosen attribute.
+
+ ","Cette section contient des informations sur la livraison des produits. Pour chaque mode, vous pouvez sélectionner : Non défini/non modifiable - Utilisé principalement pour les annonces tierces. Si cette option est sélectionnée, Rakuten.com sera utilisé comme entrée principale. Désactiver - Permet de désactiver le mode de livraison. Gratuite - Permet de définir une valeur nulle pour les frais de livraison. Paramètres Rakuten.com - Permet d'utiliser les paramètres définis dans les paramètres du compte vendeur sur Rakuten.com. Valeur personnalisée - Permet de définir manuellement les frais de livraison. Attribut personnalisé - Permet de définir les frais de livraison à partir de l'attribut sélectionné. "
+"Shipping Method","Mode de livraison"
+"Mode","Mode"
+"Cost","Coût"
+"Free","Gratuit"
+"Rakuten.com Settings","Paramètres Rakuten.com"
+"Condition of the product(s) you want to list on Rakuten.com.
+ Note: Not Set is used for the 3rd Party Listings mainly. If this option is chosen, Rakuten.com will be used as a master record.","Etat des produits à mettre en vente sur Rakuten.com. Remarque : l'option Non défini/non modifiable est utilisée principalement pour les annonces tierces. Si cette option est sélectionnée, Rakuten.com sera utilisé comme entrée principale."
+"Condition of the product(s) you want to list on Rakuten.com.
+ Note: Condition of Active Items cannot be changed.","Etat des produits à mettre en vente sur Rakuten.com. Remarque : il est impossible de modifier l'état des objets actuellement mis en vente."
+"Comment","Commentaire"
+"Short description of item(s) condition.
+ Note: Not Set / Not Changeable is used for the 3rd Party Listings mainly. If this option is chosen, Rakuten.com will be used as a master record.","Brève description de l'état de l'objet. Remarque : l'option Non défini/non modifiable est utilisée principalement pour les annonces tierces. Si cette option est sélectionnée, Rakuten.com sera utilisé comme entrée principale."
+"Comment Text","Texte du commentaire"
+"Description of the condition of the item(s).","Description de l'état des objets."
+"Comment Attribute","Attribut Commentaire"
+"This section allows you to create a Listing. Listing is a group of items, which have the same
+ Attribute Set and were combined to be listed on Rakuten.com.
+ Creating a Listing requires two types of templates (Selling Format and Synchronization) to be created in advance,
+ that allows reaching a high level of flexibility in listing and synchronization processes.
+
+ It is also possible to create templates by clicking the Add New button next to the appropriate template option. Do not forget to press
+ the Refresh button after the new template creation in order to see the newly added template in the dropdown list.
+ In the Listing Configuration block you are required to choose appropriate Selling Format Template, which determines quantity and price related data of your Rakuten.com Listings.
+
+
+ In the Synchronization Settings block you are required to choose a Synchronization Template and its settings.
+ This determines the actions, which have to be done on the Rakuten.com Listings depending on any changes of their products happened in Magento,
+ and of their templates that are used in the Listing Configuration settings. ","Vous pouvez créer une annonce dans cette section. Une annonce est un groupe d'objets qui possèdent le même jeu d'attributs et qui sont combinés pour pouvoir être mis en vente sur Rakuten.com. La création d'une annonce nécessite deux types de modèles (Format de mise en vente et Synchronisation) qui doivent être créés à l'avance, et qui permettent de bénéficier d'une grande flexibilité dans les procédures de mise en vente et de synchronisation. Vous pouvez également créer des modèles en cliquant sur le bouton Ajouter un nouveau à côté de l'option de modèle appropriée. N'oubliez pas de cliquer sur le bouton Actualiser après la création du nouveau modèle afin d'inclure ce dernier dans la liste déroulante. Sélectionnez dans la section Configuration des annonces le modèle Format de mise en vente qui détermine les données de quantité et de prix de vos annonces Rakuten.com. Dans la section Paramètres de synchronisation, choisissez un modèle Synchronisation et définissez ses paramètres. Cela permet de déterminer les actions à exécuter pour les annonces Rakuten.com en fonction des modifications apportées aux produits dans Magento et des modèles utilisés dans les paramètres de configuration des annonces. "
+"Attribute Set of products, which will be listed on Rakuten.com in this Listing.","Jeu d'attributs des produits mis en vente sur Rakuten.com dans cette annonce."
+"M2E Pro - Rakuten.com/Magento Integration : Listings","M2E Pro - Intégration Rakuten.com/Magento : Annonces"
+"Listing is a group of items, which have the same Attribute Set and were combined to be listed on Rakuten.com.
+
+ Creating a Listing requires two types of templates to be created in advance.
+ You can use the same template for similar products you want to list on Rakuten.com and don’t have to enter the same information over and over again for each product you want to list.
+
+ Templates you’ll need in order to list on Rakuten.com:
+
+
+ Selling Format Template contains information about quantity and price-related data.
+ Synchronization Template controls how the information between Rakuten.com and Magento is synchronized and in which cases Rakuten.com listings are revised, relisted or stopped. This template is not bound to a product group with a specific attribute set, so it’s likely that you’ll only need one template to begin with.
+
+
+ Note: Only simple products are supported in current version.
+ ","Une annonce est un groupe d'objets qui possèdent le même jeu d'attributs et qui sont combinés pour pouvoir être mis en vente sur Rakuten.com. La création d'une annonce nécessite deux types de modèles qui doivent être créés à l'avance. Vous pouvez utiliser le même modèle pour vendre des produits similaires sur Rakuten.com, sans devoir saisir les mêmes informations pour chaque produit à mettre en vente. Modèles nécessaires pour mettre des objets en vente sur Rakuten.com : Le modèle Format de mise en vente inclut des informations relatives à la quantité et au prix. Le modèle Synchronisation définit les paramètres de synchronisation entre Rakuten.com et Magento ainsi que les conditions de modification des annonces, de remise en vente des objets et d'arrêt des ventes sur Rakuten.com. Ce modèle n'étant pas lié à un groupe de produits avec jeu d'attributs spécifique, vous n'aurez probablement besoin que d'un seul modèle pour commencer. Remarque : seuls les produits simples sont pris en charge par la version actuelle. "
+"This section contains information about product items of chosen listing and their statuses on Rakuten.com.
+You can manage items by choosing appropriate actions from the Actions dropdown of the grid and manage Listing and its settings by using buttons in the top right corner.","Cette section comprend des informations sur les produits de l'annonce choisie et leur statut sur Rakuten.com. Pour la gestion des objets, sélectionnez les options appropriées dans la liste déroulante Actions du tableau. Pour la gestion de l'annonce et de ses paramètres, utilisez les boutons situés dans le coin supérieur droit."
+"Recipient Name","Nom du destinataire"
+"Company","Société"
+"This page contains all orders imported from Rakuten.com.
+Use Rakuten.com Accounts dropdown to filter Rakuten.com orders by accounts.
+If Magento Order or Invoice was not created automatically,
+you can create them manually by using appropriate options in the Action dropdown.
+Note: Automatic creation of Magento Orders and Invoices executes according to Rakuten.com Accounts settings in %s > Configuration > Rakuten.com Accounts > Orders.","Cette page comprend toutes les commandes importées à partir de Rakuten.com. Utilisez la liste déroulante Comptes Rakuten.com pour filtrer les commandes Rakuten.com par compte. Si la commande ou la facture Magento n'a pas été créée automatiquement, vous pouvez la créer manuellement à l'aide des options appropriées de la liste déroulante Actions.Remarque : la création automatique des commandes et factures Magento s'effectue selon les paramètres des comptes Rakuten.com définis dans le menu %s > Configuration > Comptes Rakuten.com > Commandes."
+"Rakuten.com Order","Commande Rakuten.com"
+"T","M"
+"Shipping & Handling","Livraison et expédition"
+"This section allows you to set preferences of data synchronization.
+ You have to enable / disable synchronization tasks, which will be automatically performed for all Rakuten.com accounts, and Save Settings .
+ To run necessary task manually, click the Run Now button, to run all tasks at once, click Run Enabled Now .
+ Note: Cron job must be set up for automatic synchronization. Otherwise, you will have to perform the synchronization manually.","Vous pouvez définir vos préférences de synchronisation des données dans cette section. Vous devez activer/désactiver les tâches de synchronisation qui seront exécutées automatiquement pour tous les comptes Rakuten.com, puis sélectionner Enregistrer les paramètres . Pour exécuter manuellement les tâches requises, cliquez sur le bouton Exécuter maintenant . Pour exécuter simultanément toutes les tâches, cliquez sur le bouton Exécuter les éléments activés . Remarque : la tâche cron doit être configurée pour la synchronisation automatique. A défaut, vous devrez effectuer la synchronisation manuellement."
+"If catalog updates in your magento performed using import/export tools, custom scripts or direct changes in database,
+ then, you can use ""Track Direct Database Changes"" %s functionality to detect changes in products' price and quantity.","Si le catalogue est mis à jour dans Magento à l'aide des outils d'importation/d'exportation, de scripts personnalisés ou de modifications directes dans la base de données, vous pouvez utiliser la fonctionnalité « Suivre les modifications directes de la base de données » %s pour détecter les modifications de prix et de quantité des produits."
+"Updates and synchronizes Rakuten.com Listings according to Synchronization Templates' rules.","Permet de mettre à jour et de synchroniser les annonces Rakuten.com sur la base des règles des modèles Synchronisation."
+"If your Rakuten.com listings for some reason were asynchronized with the products in Magento, turn on the Revise All action to catch data up.
+ Revise is performed by the Inventory Synchronization, 100 items per a cycle.
+
+ ","Si vos annonces Rakuten.com ont été désynchronisées des produits dans Magento, activez la tâche Modifier tout pour récupérer les données. La tâche est exécutée par la synchronisation de l'inventaire au rythme de 100 objets par cycle. "
+"Imports and synchronizes Rakuten.com Orders for accounts, which have enabled Import Rakuten.com Orders in their Accounts settings.","Permet d'importer et de synchroniser les commandes Rakuten.com pour les comptes dont l'option Importer les commandes Rakuten.com est activée dans les paramètres des comptes."
+"Imports and synchronizes 3rd Party Listings for Rakuten.com accounts, which have enabled Import 3rd Party Listings in their Accounts settings.","Permet d'importer et de synchroniser les annonces tierces pour les comptes Rakuten.com dont l'option Importer les annonces tierces est activée dans les paramètres des comptes."
+"New SKU Template (Beta)","Modèle Nouvelle référence article (bêta)"
+"These type of templates is used for creation of new products on Rakuten.com.
+
+ to create a new template, click on Add New SKU Template ;
+ to assign one of the existing templates to products click on Assing To This Template link.
+
+ Note: Attribute Sets of New ASIN Template must include all Attribute Sets of current M2E Listing to be assigned.","Ces modèles sont utilisés pour la création de nouveaux produits sur Rakuten.com. Pour créer un nouveau modèle, cliquez sur Ajouter un modèle Nouvelle référence article . Pour affecter l'un des modèles existants aux produits, cliquez sur le lien Affecter à ce modèle . Remarque : les jeux d'attributs du modèle Nouveau code ASIN doivent inclure tous les jeux d'attributs de l'annonce M2E à affecter."
+"Specifics' Attributes","Attributs Caractéristiques"
+"At least one of the following attributes must be chosen:","Vous devez sélectionner au moins un des attributs suivants :"
+"At least one of these attributes is required.","Au moins un de ces attributs est obligatoire."
+"Multiple values ​​must be separated by comma.","Les valeurs multiples doivent être séparées par une virgule."
+"Any integer value","Tout nombre entier"
+"Any decimal value","Toute valeur décimale"
+"Any string value","Toute valeur de chaîne"
+"The category does not have attributes.","La catégorie ne contient aucun attribut."
+"Select Category first.","Sélectionnez d'abord une catégorie."
+" Description is used to design your items' description on Rakuten.com. The more information you provide the easier it is for buyers to make a choice.
+
+
+ It is possible to choose a Product Description or Product Short Description, which will be taken from Magento. Or you can create a Custom Description by adding necessary information.
+ "," La description est utilisée pour créer la description des objets sur Rakuten.com. Plus vous fournirez d'informations, plus les acheteurs pourront choisir facilement. Vous pouvez choisir une Description du produit ou une Brève description du produit qui sera extraite de Magento. Vous pouvez également créer une Description personnalisée en ajoutant les informations nécessaires. "
+"Details","Details"
+"Item's title that buyers will see on Rakuten.com listing.","Titre de l'objet que les acheteurs pourront voir dans l'annonce Rakuten.com."
+"The name of the brand/manufacturer of your product.","Nom de la marque/du fabricant du produit."
+"Manufacturer Name","Nom du fabricant"
+"Manufacturer Part No.","Référence du fabricant"
+"The unique part number assigned to the product by the manufacturer.
+ Use only numbers and letters without spaces.","Numéro de référence unique affecté au produit par le fabricant. Utilisez uniquement des chiffres et des lettres, sans espaces."
+"Weight","Poids"
+"The shipping weight in pounds for product(s). Only numeric value.","Poids à l'expédition en livres pour les produits. Valeur numérique uniquement."
+"Image you will see on your Rakuten.com listing.","Photo qui s'affichera dans l'annonce Rakuten.com."
+"Choose Media Image Attribute or Attribute, that contains absolute url.
+ i.e. http://mymagentostore.com/images/baseimage.jpg","Sélectionnez l'attribut Multimédia ou l'attribut contenant l'URL absolue. soit http://maboutiquemagento.com/images/imagedebase.jpg"
+"Choose Text, Multiple Select or Dropdown type attribute. In Text type attribute urls must be separated with comma.
+ e.g. http://mymagentostore.com/images/baseimage1.jpg, http://mymagentostore.com/images/baseimage2.jpg","Sélectionnez un type d'attribut : Texte, Choix multiple ou Liste déroulante. Pour le type Texte, les URL doivent être séparées par une virgule. Par exemple, http://maboutiquemagento.com/images/imagedebase1.jpg, http://maboutiquemagento.com/images/imagedebase2.jpg"
+"Keywords And Features","Mots-clés et caractéristiques"
+"Search keywords that will help customers to find your product. Separated by comma.","Recherchez des mots-clés qui permettront aux acheteurs de trouver vos produits. Valeurs séparées par une virgule."
+"Features","Caractéristiques"
+"Custom Features","Caractéristiques personnalisées"
+"Max. 250 characters.","Max. 250 caractères."
+"Should be one block of text or a single paragraph. Do not use special characters and html tags.
+ Limited to 8'000 characters.","Un bloc de texte ou un seul paragraphe. N'utilisez pas de caractères spéciaux ni de balises HTML. Champ limité à 8 000 caractères."
+"This tab contains the main information on products you want to list: Attribute Set
+ (it must be the same as M2E Listing has to be assigned), Products Identifiers and
+ Category in which the products have to be listed.
+The category either can be chosen by Browsing all categories from the list or can be found with Searching
+ tool by entering keywords.","Cet onglet contient les informations principales sur les produits que vous souhaitez mettre en vente : jeu d'attributs (doit être identique étant donné que l'annonce M2E doit être affectée), identifiants des produits et catégorie de mise en vente des produits. Pour choisir la catégorie, vous pouvez parcourir toutes les catégories dans la liste ou les rechercher à l'aide de l'outil de recherche en saisissant des mots-clés."
+"Invalid input data. Integer value required.","Données incorrectes. Nombre entier obligatoire."
+"Invalid input data. Decimal value required. Example 12.05","Données incorrectes. Valeur décimale obligatoire. Exemple n° 12.05"
+"Invalid input data. String value required.","Données incorrectes. Valeur de chaîne obligatoire."
+"The specified title is already used for another New SKU Template.","Le titre spécifié est déjà utilisé pour un autre modèle Nouvelle référence article."
+"All of your product images should meet the following rules:","Toutes les photos des produits doivent remplir les conditions suivantes :"
+"Must be at least 500 pixels in width or height","Au moins 500 pixels en largeur ou en hauteur"
+"No more than 5 megabytes (MB) in size","Taille limitée à 5 mégaoctets (Mo)"
+"In the JPG/JPEG format","Format JPG/JPEG"
+"Only contain the product being sold","Illustration du produit mis en vente uniquement"
+"Be in focus with realistic color with a pure white background","Photo nette, couleur réaliste et arrière-plan blanc neutre"
+"Cannot contain additional text, graphics or inset images","Sans texte, photo ni incrustation supplémentaire"
+"Text to describe the product. Should be one block of text or a single paragraph. Do not use special characters and html tags","Texte décrivant le produit. Un bloc de texte ou un seul paragraphe. N'utilisez pas de caractères spéciaux ni de balises HTML."
+"Notes:","Remarques :"
+"Attribute Sets of products which will be listed on Rakuten using this template.","Jeux d'attributs des produits qui seront mis en vente sur Rakuten à l'aide de ce modèle."
+"Seller defined alpha-numeric string uniquely identifying the product. Needs to be unique across all products and manufacturers.
+ Example: KDK6490CAM","Chaîne alphanumérique définie par le vendeur permettant d'identifier le produit de manière unique. Doit être unique pour l'ensemble des produits et des fabricants. Exemple : KDK6490CAM"
+"GTIN (UPC or EAN)","Code article international (UPC ou EAN)"
+"To sell without UPC code you have to get permission from Rakuten.com.","Pour vendre un objet sans code UPC, vous devez avoir l'autorisation de Rakuten.com."
+"The GTIN (UPC or EAN) compatible product identifier must be at least 12 digits in length.","Le code article international (UPC ou EAN) doit comporter au moins 12 chiffres."
+"International book identifier. Use only digits in this field.","Code article international pour un livre. Utilisez uniquement des chiffres dans ce champ."
+"ASIN","Code ASIN"
+"Rakuten.com product identifier.","Code produit Rakuten.com."
+"Product Set","Groupe de produits"
+"Product Set ID","Code de groupe de produits"
+"Rakuten.com groups products together in the same family by this parameter.
+ For ex. , a product ""T-shirt"" has 4 different colors. As Rakuten.com does not have parent/child product relationships each of these products is treated as totally separate.
+ By assigning all 4 T-shirts the same Product Set ID, all of them will be placed on the same Rakuten.com web page with pull down menu of selecting color.","Rakuten.com utilise ce paramètre pour grouper des produits au sein d'une même famille. Par ex. , un produit « T-shirt » disponible en 4 couleurs différentes. Etant donné que Rakuten.com n'utilise pas de relations produits principales/secondaires, chacun de ces produits est traité séparément. Si le même code de groupe de produits est affecté aux 4 T-shirts, tous seront placés sur la même page Web Rakuten.com avec un menu déroulant de sélection de la couleur."
+"Enter the words, which describe the best your product and click on the Search button.
+Founded categories will be displayed for selection. ","Saisissez les termes qui décrivent le mieux votre produit, puis cliquez sur le bouton Rechercher. Vous pouvez faire votre choix parmi les catégories trouvées. "
+"Selling Format Template contains price-related data and quantity for the items, which will be listed on Rakuten.com.
+Next to each price options dropdown there is a box for Price Change. Price Change is a value you want the Magento Price to be modified while listing on Rakuten.com.
+Examples:
+If you want the price on Rakuten.com to be greater by 15% than the price in Magento, you should set +15% in the Price Change field.
+Rakuten.com Price = Magento Price + Magento Price * 0.15
+
+If you want the price on Rakuten.com to be less by 10 currency units than the price in Magento, you should set -10 in the Price Change field.
+Rakuten.com Price = Magento Price - 10
+
+If you want the price on Rakuten.com to be multiplied by coefficient 1.2, you should set 1.2 in the Price Change field.
+
+Rakuten.com Price = Magento Price * 1.2.
+
+Note: If the Special Price is chosen in the Price option, but it is not set in Magento Product settings or it is set but it has already expired, the Product Price is used instead.
+
+Note: Attributes must contain only numeric values.
+","Le modèle Format de mise en vente contient des données sur le prix et la quantité pour les objets qui seront mis en vente sur Rakuten.com. Un champ Changement de prix se trouve à côté de chaque liste déroulante pour les options de prix. Ce champ permet de définir la valeur de modification du prix Magento lors de la publication d'une annonce sur Rakuten.com.Exemples: Si vous souhaitez que le prix sur Rakuten.com soit supérieur de 15 % au prix dans Magento, saisissez +15 % dans le champ Changement de prix.Prix Rakuten.com = prix Magento + prix Magento Price * 0,15 Si vous souhaitez que le prix sur Rakuten.com soit inférieur de 10 unités au prix dans Magento, saisissez -10 dans le champ Changement de prix.Prix Rakuten.com = prix Magento - 10 Si vous souhaitez que le prix sur Rakuten.com soit multiplié par un facteur de 1,2, définissez 1,2 dans le champ Changement de prix.Prix Rakuten.com = prix Magento * 1,2. Remarque : si Prix spécial est sélectionné pour l'option Prix , mais qu'il n'est pas défini dans les paramètres du produit Magento ou qu'il est défini, mais que sa période de validité est arrivée à expiration, le prix du produit sera utilisé.Remarque : les attributs doivent contenir uniquement des valeurs numériques."
+"The price of products in Rakuten.com listing(s).","Prix des produits dans les annonces Rakuten.com."
+"The price of products in Rakuten.com listing(s).Note: The Final Price is only used for Simple Products.","Prix des produits dans les annonces Rakuten.com.Remarque : le prix final est utilisé uniquement pour les produits simples."
+"Attribute Sets of products which will be listed on Rakuten.com using this template.","Jeux d'attributs des produits qui seront mis en vente sur Rakuten.com sur la base de ce modèle."
+"Products quantity in Rakuten.com listing(s).","Quantité de produits dans les annonces Rakuten.com."
+"Enables to set the quantity that will be sent on Rakuten.com.","Permet de définir la quantité à envoyer sur Rakuten.com."
+"If you have 5 pieces in stock but set a max qty of 2 to be listed, a qty of 2 will be listed on Rakuten.com.
+ If you have 1 piece in stock but max qty is set to 3, only 1 will be listed on Rakuten.com.","Si vous avez 5 exemplaires en stock et que la quantité maximum à mettre en vente est 2, seuls 2 exemplaires seront mis en vente sur Rakuten.com. Si vous avez 1 exemplaire en stock et que la quantité maximum est 3, seul 1 exemplaire sera mis en vente sur Rakuten.com."
+"Synchronization Template includes rules and conditions which determine Listing behavior on Rakuten.com.
+ List, Revise, Relist and Stop Rules have to be specified in this template.
+ List Action - at first this action to be executed for each item in M2E Listings, which has Not Listed status and its settings meet the List Condition. If an item was not listed for some reason, autosynchronization will attempt
+ to list it again only if Product Status, Stock Availability or Quantity is changed.
+
+ Note: Inventory Synchronization setting must be enabled in Synchronization (Configuration > Synchronization).
+ Otherwise, Synchronization Template Rules will not take effect.","Le modèle Synchronisation inclut les règles et conditions qui déterminent le comportement des annonces sur Rakuten.com. Les règles de mise en vente, de modification des annonces, de remise en vente des objets et d'arrêt des ventes doivent être définies dans ce modèle. Tâche Mettre en vente - Cette tâche doit être appliquée à tous les objets des annonces M2E dont le statut est Non mis en vente et dont les paramètres remplissent les conditions de mise en vente. Lorsqu'un objet n'a pas été mis en vente pour une raison quelconque, la synchronisation automatique essaiera de le mettre à nouveau en vente uniquement si le statut du produit, la disponibilité ou la quantité a changé. Remarque : le paramètre Synchronisation de l'inventaire doit être activé dans le menu Synchronisation (Configuration > Synchronisation). A défaut, les règles du modèle Synchronisation ne seront pas appliquées."
+"Relist Rules define the conditions at which Rakuten.com items will be relisted. ","Les règles de remise en vente déterminent les conditions de remise en vente des objets Rakuten.com. "
+"Revise Rules are the conditions, at which automatic full and partial listings revising features are enabled.
+ If the certain condition is enabled (Yes is chosen in appropriate line) and met,
+then Rakuten.com Listings, which were listed using current Synchronization Template,
+will be automatically fully or partially updated.
+
+ Partial Revise - contains list of product details, which changes you want to be reflected on Rakuten.com.
+ Full Revise - contains groups of M2E settings. If any data of these groups (Selling Format Template, Listing Channel Settings) is changed, then listings, which use these templates in their settings, will be automatically fully revised.
+ ","Les règles de modification correspondent aux conditions qui régissent l'activation des fonctionnalités automatiques de modification complète et partielle des annonces. Si une condition spécifique est activée (option Oui sélectionnée sur la ligne correspondante) et remplie, les annonces Rakuten.com publiées à l'aide du modèle Synchronisation actuel sont modifiées complètement ou partiellement de manière automatique. Modification partielle - Contient la liste des détails du produit dont vous souhaitez répercuter les modifications sur Rakuten.com. Modification complète - Contient des groupes de paramètres M2E. Si les données de ces groupes (Modèle Format de mise en vente, Paramètres du canal de mise en vente) sont modifiées, les annonces qui utilisent ces modèles dans leurs paramètres sont modifiées complètement de manière automatique. "
+"Automatically revises quantity on Rakuten.com listing(s) when the quantity or attribute for quantity of its product is changed in Magento.","Modifie automatiquement la quantité dans les annonces Rakuten.com en cas de modification de la quantité ou de l'attribut de quantité du produit correspondant dans Magento."
+"Updates Rakuten.com qty only when the Condition you set below is met.
+ Note: By using this option you can significantly increase Synchronization performance.","Permet de mettre à jour la quantité Rakuten.com uniquement lorsque les conditions que vous avez définies sont remplies. Remarque : l'utilisation de cette option permet d'augmenter de manière significative les performances de la synchronisation."
+"Automatically revises price on Rakuten.com listing(s) when the price(s) or attribute(s) for price(s) of its product is (are) changed in Magento.","Modifie automatiquement le prix dans les annonces Rakuten.com en cas de modification du prix ou de l'attribut de prix du produit correspondant dans Magento."
+"Automatically revises Rakuten.com listing(s) if its Selling Format Template was changed.","Modifie automatiquement les annonces Rakuten.com en cas de modification du modèle Format de mise en vente."
+"Automatically revises Rakuten.com listing(s) if its Listing Settings was changed.","Modifie automatiquement les annonces Rakuten.com en cas de modification des paramètres de mise en vente."
+"Stop Rules define the conditions when Rakuten.com items listing must be
+ stopped, depending on Magento product state.
+ Note: If all Stop Conditions are set to No or No Action , then the stop option for Rakuten.com items is disabled.
+ If all Stop Conditions are enabled, then an item will be stopped if at least one of Stop Conditions is met.","Les règles d'arrêt correspondent aux conditions qui régissent l'arrêt de la vente des objets Rakuten.com en fonction du statut des produits Magento. Remarque : si vous sélectionnez Non ou Aucune action pour toutes les conditions d'arrêt, l'option d'arrêt des annonces Rakuten.com est désactivée. Si toutes les conditions d'arrêt sont activées, la vente d'un objet est arrêtée lorsqu'au moins une des conditions d'arrêt est remplie."
+"Please select categories.","Veuillez sélectionner des catégories."
+"This page contains all created Listings. Use Templates filters to sort Listings by templates that they use in their settings.
+ You can perform different Actions on a single Listing or on a group of Listings.
+ Actions for a single Listing you can find in the Action column of the grid. Choose a necessary option in the appropriate Listing dropdown to execute it.
+ Mass actions are in the Actions dropdown at the top right corner of the grid. Select check-boxes of appropriate items,
+ choose an Action from the dropdown and press the Submit button.","Cette page contient toutes les annonces créées. Utilisez les filtres de modèles pour trier les annonces selon le modèle utilisé dans leurs paramètres. Vous pouvez exécuter différentes tâches sur une seule annonce ou sur un groupe d'annonces. Les tâches pour une seule annonce sont accessibles dans la colonne Action du tableau. Choisissez une option dans la liste déroulante de l'annonce appropriée pour l'exécuter. Les tâches pour un groupe d'annonces sont accessibles dans la liste déroulante Actions dans le coin supérieur droit du tableau. Cochez les cases des objets appropriés, choisissez une tâche dans la liste déroulante et cliquez sur le bouton Soumettre ."
+"This Log contains all information about actions, which were done on all M2E Pro Listings and their items.","Ce journal contient toutes les informations sur les actions exécutées sur toutes les annonces M2E Pro et les objets correspondants."
+"This Log contains all information about actions, which were done on 3rd Party Listings.","Ce journal contient toutes les informations sur les actions exécutées sur les annonces tierces."
+"Edit Variation","Modifier la version"
+"To list product variations you have to map each variation to a child product on Amazon.
+ Here you can edit the variations you have selected earlier.","Pour mettre en vente différentes versions du produit, vous devez mapper chaque version avec un produit secondaire sur Amazon. Cette section vous permet de modifier les versions précédemment sélectionnées."
+"Variations","Versions"
+"Manage Variations","Gérer les versions"
+"To list product variations you have to map each variation to a child product on Amazon.
+ Here you should specify the variations you want to sell. Then, use the Search ASIN/ISBN tool to map it.","Pour mettre en vente différentes versions du produit, vous devez mapper chaque version avec un produit secondaire sur Amazon. Spécifiez dans cette section les versions que vous souhaitez mettre en vente. Utilisez ensuite l'outil de recherche par code ASIN/ISBN pour les mapper."
+"This section contains information on all Listings' Items.
+ You can search for necessary Items and manage them from their Listings: click on the icon in the Manage column on appropriate
+ line to navigate to the Listing, that contains chosen product.","Cette section comprend des informations sur tous les objets des annonces. Vous pouvez rechercher des objets et les gérer à partir de leur annonce respective : cliquez sur l'icône de la colonne Gérer à la ligne appropriée pour accéder à l'annonce contenant le produit choisi."
+"Marketplaces settings have been saved.","Les paramètres des places de marché ont été enregistrés."
+"You must select at least one marketplace you will work with.","Vous devez sélectionner au moins une place de marché."
+"Another Synchronization Is Already Running.","Une autre synchronisation est déjà en cours d'exécution."
+"Getting information. Please wait ...","Obtention des informations. Veuillez patienter..."
+"Preparing to start. Please wait ...","Préparation du démarrage. Veuillez patienter..."
+"Synchronization has successfully ended.","La synchronisation est terminée."
+"Synchronization ended with warnings. View log for details.","La synchronisation s'est terminée avec des avertissements. Afficher le journal pour plus de détails."
+"Synchronization ended with errors. View log for details.","La synchronisation s'est terminée avec des erreurs. Afficher le journal pour plus de détails."
+"This section allows you to set up the Marketplaces you will work with.
+ Enable certain marketplaces and press the Save And Update button in the top right corner, all necessary marketplace data will be downloaded and synchronized with M2E Pro settings.
+ It is recommended to update marketplaces when any marketplace changes are announced.
+ Note: Installation and update processes might be time-consuming, depending on the number of enabled marketplaces and your server environment.
+ ","Vous pouvez configurer les places de marché que vous allez utiliser dans cette section. Activez certaines places de marché et cliquez sur le bouton Enregistrer et mettre à jour dans le coin supérieur droit. Toutes les données nécessaires sur les places de marché seront téléchargées et synchronisées avec les paramètres M2E Pro. Nous vous recommandons de mettre à jour les places de marché si des modifications les concernant sont prévues. Remarque : les processus d'installation et de mise à jour peuvent être longs, selon le nombre de places de marché activées et votre environnement serveur. "
+"This Log contains Orders history information.","Ce journal contient des informations sur l'historique des commandes."
+"On this page you have to provide the access to your Play.com account M2E Pro could interact with Play.com.","Vous devez fournir l'accès à votre compte Play.com sur cette page pour que M2E Pro puisse interagir avec Play.com."
+"M2E Pro was not able to get access to the Play.com account. Please, make sure, that you enter correct Play.com login and password. If everything is correct but you still unable to access your account, please contact Play.com Customer Service Department on 0845 800 1020 (UK only) or +44 (0)1534 877595 (outside UK).","M2E Pro n'a pas pu accéder au compte Play.com. Vérifiez que vous avez saisi le pseudo et le mot de passe Play.com. Si vous ne parvenez pas à accéder à votre compte alors que toutes les données sont correctes, contactez le Service clients de Play.com au 0845 800 1020 (Royaume-Uni uniquement) ou au +44 (0)1534 877595 (en dehors du Royaume-Uni)."
+"Title or identifier of Play.com account for your internal use.","Titre ou identifiant du compte Play.com à usage interne."
+"You must select and update Play.com marketplace to get access to this section.","Vous devez sélectionner la place de marché Play.com et la modifier pour pouvoir accéder à cette section."
+"WEB/API Access","Accès WEB/API"
+"Account Type","Type de compte"
+"PlayTrade / ProTrade","PlayTrade/ProTrade"
+"Merchant Toolbox","Merchant Toolbox"
+"Type of your Play.com account.","Type de compte Play.com."
+"Login to your Play.com account.","Connectez-vous à votre compte Play.com."
+"Password to your Play.com account.","Mot de passe de votre compte Play.com."
+"The 3rd Party Listings are the items, which were listed on Play.com without using M2E Pro extension.
+ To allow importing of these listings for the current Play.com Account, set Import 3rd Party Listings to Yes .
+ Imported Listings can be found in %1$s > Manage Listings > 3rd Party Listings.
+ Note: The 3rd Party Listings Synchronization must be enabled in %1$s > Configuration > Synchronization.
+ To map the products of the 3rd Party Listings with existing products in Magento by Reference Code, Play.com Listing title or another identifier, set Product Mapping to Yes and choose appropriate attribute(s).
+ A Magento product will be mapped if at least one of the chosen attributes meets the same value in Play.com Listing as it has in Magento.
+
+ After mapping Play.com Listing can be automatically moved from the 3rd Party Listings to M2E Pro Listings for further management.
+
+ Note: Auto mapping and moving actions are performed only once during the first 3rd Party Listings Synchronization.
+ Afterwards, it can be performed manually on the 3rd Party Listings page (%1$s > Manage Listings > 3rd Party Listings).","Les annonces tierces correspondent aux objets qui ont été mis en vente sur Play.com sans recourir à l'extension M2E Pro. Pour autoriser l'importation de ces annonces vers le compte Play.com actuel, sélectionnez Oui pour l'option Importer des annonces tierces. Les annonces importées sont accessibles à partir du menu %1$s > Gérer les annonces > Annonces tierces. Remarque : la synchronisation des annonces tierces doit être activée à partir du menu %1$s > Configuration > Synchronisation. Pour mapper les produits des annonces tierces avec des produits existants dans Magento par Code de référence, Titre d'annonce Play.com ou un autre code d'identification, sélectionnez Oui pour l'option Mappage des produits, puis choisissez les attributs appropriés. Un produit Magento est mappé si la valeur d'au moins un des attributs sélectionnés est la même dans l'annonce Play.com et dans Magento. Après le mappage, l'annonce Play.com peut être déplacée automatiquement des annonces tierces vers les annonces M2E Pro en vue d'une gestion ultérieure. Remarque : les actions automatiques de mappage et de déplacement ne sont effectuées qu'une seule fois pendant la première synchronisation des annonces tierces. Par la suite, elle peut être exécutée manuellement à partir de la page Annonces tierces (%1$s > Gérer les annonces > Annonces tierces)."
+"Maps Play.com product with Magento product.","Permet de mapper un produit Play.com avec un produit Magento."
+"Attributes Of Mapping Play.com Items To Magento Products","Attributs de mappage des objets Play.com avec des produits Magento"
+"Auto Moving Mapped Play.com Items To M2E Listings","Déplacement automatique des objets Play.com mappés vers les annonces M2E"
+"This section allows you automatically move mapped Play.com Items in default created M2E Listing and synchronize their Prices and Quantities with Magento values at once they have been moved.","Cette section permet de déplacer automatiquement des objets Play.com mappés dans l'annonce M2E créée par défaut et de synchroniser leur prix et leur quantité avec les valeurs Magento une fois qu'ils ont été déplacés."
+"Move Mapped Play.com Items","Déplacer les objets Play.com mappés"
+"Automatically moves Play.com Listings from 3rd Party Listings to default created M2E Listing.","Permet de déplacer automatiquement les annonces Play.com des annonces tierces vers les annonces M2E créées par défaut."
+"Updates Price and / or Quantity of Play.com Listing with Magento values.","Permet de remplacer les valeurs de prix et/ou de quantité des annonces Play.com par les valeurs Magento."
+"This tab contains settings of Play.com Orders, Play.com Customers import; Magento Orders and Products creation.
+If you set Import Play.com Orders to Yes , a new Play.com order will be imported to the system and can be found in %1$s > Sales > Orders.
+It is possible to allow auto creation of Magento Orders based on imported Play.com Orders for products listed by Other Software.
+Note: The Product Stock QTY only reduces after Magento Order is created.
+These type of orders can be managed as typical Magento Orders in Magento > Sales > Orders.
+Note: To receive orders from Play.com, Order Synchronization must be enabled in %1$s > Configuration > Synchronization.","Cet onglet contient les paramètres des commandes Play.com, de l'importation des clients Play.com, de la création des commandes Magento et de la création des produits Magento. Si vous sélectionnez Oui pour l'option Importer les commandes Play.com, les nouvelles commandes Play.com seront importées dans le système et accessibles à partir du menu %1$s > Ventes > Commandes. Vous pouvez autoriser la création automatique de commandes Magento sur la base des commandes Play.com importées pour les produits mis en vente via d'autres logiciels.Remarque : la quantité n'est déduite du stock des produits qu'après la création de la commande Magento. Ces types de commandes peuvent être gérés comme les commandes Magento standard dans le menu Magento > Ventes > Commandes.Remarque : pour recevoir des commandes de Play.com, vous devez activer la synchronisation des commandes dans le menu %1$s > Configuration > Synchronisation."
+"Import Play.com Orders","Importer les commandes Play.com"
+"Allows importing orders from Play.com to M2E Pro.","Permet d'importer les commandes Play.com dans M2E Pro."
+"Note: Only simple products without variations can be created in Magento. If there is a product with variations on Play.com, M2E Pro creates different simple products for each variation.","Remarque : seuls les produits simples à version unique peuvent être créés dans Magento. S'il existe un produit avec plusieurs versions sur Play.com, M2E Pro créera des produits simples différents pour chaque version."
+"Use the Reserve QTY option to prevent the item being sold, before Magento Order created (as the Product Stock QTY only reduces after Magento Order creation). It removes items from Magento Stock at once Play.com Order comes from Play.com.
+ Reserve qty will be used when Magento Order is created or released when the term of qty reservation has expired.
+ ","L'option Quantité réservée permet d'éviter que l'objet soit vendu avant la création de la commande Magento (en effet, la quantité n'est déduite du stock des produits qu'après la création de la commande Magento). Les objets sont supprimés du stock Magento lorsque la commande Play.com provient de Play.com. La quantité réservée est utilisée lorsque la commande Magento est créée ou libérée à l'expiration de la réservation de quantité. "
+"There are several ways to specify a customer for which Magento Orders will be created:
+
+ Guest Account - the system does not require a customer account to be created. Default Guest Account will be defined as a customer.
+ Note: The Guest Checkout option must be enabled in Magento. (Yes must be chosen in the Allow Guest Checkout option in Magento > System > Configuration > Sales > Checkout tab).
+ Predefined Customer - the system uses one predefined customer for all Play.com orders related to this account. You will be required
+ to provide an ID of the existing Customer, which you can find in Magento > Customers > Manage Customers table.
+ Create New - a new customer will be created in Magento, using Play.com customer data of Play.com Order.
+ Note: A unique customer identifier is his e-mail address. If the one already exists among Magento customers e-mails,
+ the system uses this customer as owner of order and links order to him. A new customer will not be created.
+ ","Il existe différentes manières de spécifier le client pour lequel des commandes Magento seront créées : Compte visiteur - le système n'exige pas la création d'un compte client. Le compte visiteur par défaut est défini en tant que client. Remarque : l'option Finalisation de l'achat pour les visiteurs doit être activée dans Magento (vous devez sélectionner Oui pour l'option Finalisation de l'achat pour les visiteurs dans le menu Magento > Système > Configuration > Ventes > onglet Finalisation de l'achat). Client prédéfini - Le système utilise un client prédéfini pour toutes les commandes Play.com associées à ce compte. Vous devez spécifier l'identifiant du client existant. Cette information est disponible dans le menu Magento > Clients > tableau Gérer les clients. Créer - Un nouveau client est créé dans Magento à partir des données du client Play.com spécifiées dans la commande Play.com. Remarque : l'adresse e-mail du client constitue son identifiant unique. Si cette adresse figure déjà parmi les adresses e-mail des clients Magento, le système définit ce client comme propriétaire de la commande et la lui associe. Aucun client ne sera créé. "
+"Necessary emails will be sent according to Magento settings in Magento > System > Configuration > Sales Emails.
+ Hold Ctrl button, to choose more, than one option.","Les e-mails voulus seront envoyés conformément aux paramètres Magento définis dans le menu Magento > Système > Configuration > E-mails de vente. Pour sélectionner plusieurs options, maintenez enfoncée la touche Ctrl."
+"This section allows you to choose tax settings for Magento Order:
+
+ Play.com - Magento Order(s) uses tax settings from Play.com Listing(s).
+ Magento - Magento Order(s) uses Magento tax settings.
+ Play.com & Magento - if there are tax settings in Play.com Order, they are used in Magento Order(s), otherwise, Magento tax settings are used.
+ None - Play.com and Magento tax settings are ignored.
+
+ ","Cette section vous permet de sélectionner des paramètres de taxation pour la commande Magento : Play.com - Les commandes Magento utilisent les paramètres de taxation des annonces Play.com. Magento - Les commandes Magento utilisent les paramètres de taxation Magento. Play.com et Magento - Si les commandes Play.com comportent des paramètres de taxation, ceux-ci sont utilisés dans les commandes Magento. Dans le cas contraire, les paramètres de taxation Magento sont appliqués. Aucun - Les paramètres de taxation Play.com et Magento sont ignorés. "
+"Play.com","Play.com"
+"Play.com & Magento","Play.com et Magento"
+"In this block you can configure mapping between Play.com Order state and Magento Order statuses.
+ Depending on the state of Play.com Order you can manually determine certain statuses for Magento Order and enable automatic Shipment and Invoice
+ creation by selecting appropriate check-boxes, or use predefined default settings. (i.e. Play.com: Order is Shipped -> Magento Order is Completed). ","Cette section permet de configurer le mappage entre le statut des commandes Play.com et les statuts des commandes Magento. Selon le statut de la commande Play.com, vous pouvez déterminer manuellement certains statuts pour la commande Magento et activer la création automatique de l'envoi et de la facture. Pour ce faire, cochez les cases appropriées ou utilisez les paramètres par défaut prédéfinis (ex. : commande Play.com envoyée -> commande Magento finalisée). "
+"Order Status is Sold","Statut Vendu"
+"Order Status is Posted","Statut Publié"
+"Actions, which have to be done to products added to categories.","Actions à appliquer aux produits ajoutés aux catégories."
+"Stop on Play.com","Arrêter la vente sur Play.com"
+"Stop on Play.com and Delete from Listing","Arrêter la vente sur Play.com et supprimer de l'annonce"
+"Actions, which have to be done to listed products deleted from categories.","Actions à appliquer aux produits mis en vente supprimés des catégories."
+"This section contains Play.com Listings, which belong to registered Play.com Accounts (%1$s > Configuration > Play.com Accounts) and were listed not by M2E Pro extension.
+You can map these Listings to existing products in Magento and move them to another M2E Listings for further management. For that use single actions on appropriate Listing record or use mass Actions in the top right corner.
+Note: To import Play.com 3rd Party Listings the 3rd Party Listings Import must be enabled in account's settings
+(%1$s > Configuration > Play.com Accounts > General tab) and the 3rd Party Listings Synchronization must be enabled in %1$s > Configuration > Synchronization.","Cette section comprend les annonces Play.com qui appartiennent aux comptes Play.com enregistrés (%1$s > Configuration > Comptes Play.com) et qui n'ont pas été mises en vente via l'extension M2E Pro. Vous pouvez mapper ces annonces avec des produits existants dans Magento et les déplacer vers d'autres annonces M2E en vue d'une gestion ultérieure. Pour ce faire, utilisez les tâches individuelles de l'annonce concernée ou utilisez les tâches pour un groupe d'annonces dans le coin supérieur droit.Remarque : pour pouvoir importer des annonces tierces Play.com, vous devez activer l'importation des annonces tierces dans les paramètres du compte (%1$s > Configuration > Comptes Play.com > onglet Général) et leur synchronisation dans le menu %1$s > Configuration > Synchronisation."
+"Enter product name, ISBN, EAN or UPC","Saisissez le nom du produit, le code ISBN, EAN ou UPC"
+"There was an error during previous automatic Play ID search:","Une erreur est survenue pendant la recherche automatique précédente de l'identifiant Play.com :"
+"Assign Play ID Manually","Affecter un identifiant Play manuellement"
+"Allows searching Play ID by data that will be specified on the next step.","Permet d'effectuer une recherche d'identifiant Play.com sur la base des données qui seront spécifiées à l'étape suivante."
+"Assign Play ID Automatically","Affecter un identifiant Play automatiquement"
+"Allows searching Play ID by data, that have already been specified in Listing Search settings.","Permet d'effectuer une recherche d'identifiant Play.com sur la base des données déjà spécifiées dans les paramètres de recherche d'annonces."
+"
+ This section contains Play.com Channel, Product Search, Shipping and Condition settings.
+
+ In the General section you have to specify Play.com Account, which listed items will be related to, and the Reference Code for its products.
+ In the Search Settings you have to specify the identifiers, at which products will be searched on Play.com.
+ In the Shipping section you have to specify Shipping information.
+ The Condition section allows specifying item(s) condition and making notes to better describe the condition.
+
+
Note: Not Set and
Not Set / Not Changeable options are used for the 3rd Party Listings mainly. If these options are chosen, Play.com will be used as a master record.
"," Cette section comprend les paramètres relatifs au canal Play.com, à la recherche de produits, à la livraison et à l'état des objets.
Spécifiez dans la section Général le compte Play.com auquel les objets mis en vente seront associés ainsi que le numéro de référence pour ces produits. Spécifiez dans la section Paramètres de recherche les identifiants utilisés pour rechercher des produits sur Play.com. Spécifiez dans la section Livraison les informations sur la livraison. La section Etat permet de spécifier l'état des objets et d'ajouter des commentaires décrivant plus précisément leur état. Remarque : les options
Non défini et
Non défini/non modifiable sont utilisées principalement pour les annonces tierces. Si elles sont sélectionnées, Play.com sera utilisé comme entrée principale.
"
+"UPC/EAN Attribute","Attribut UPC/EAN"
+"Play ID Attribute","Attribut Identifiant Play"
+"Parameter the product search will be performed by. For ex.: http://www.play.com/Mobiles/Mobile/4-/20020059/-/Product.html. Play ID = 20020059","Paramètre utilisé pour la recherche de produits. Par ex. : http://www.play.com/Mobiles/Mobile/4-/20020059/-/Product.html. Identifiant Play = 20020059"
+"Must be a positive number with two decimal places.","Doit être un nombre positif à deux décimales"
+"Play.com Account","Compte Play.com"
+"Play.com accounts previously added in Configuration > Accounts.","Comptes Play.com ajoutés précédemment dans le menu Configuration > Comptes."
+"A unique ID, which identify a product in your Play.com seller inventory.
+Note: If you list a product and M2E Pro find a product with the same Reference Code in Play.com inventory, they will be mapped.","Identifiant unique utilisé pour identifier le produit dans l'inventaire du vendeur de Play.com.Remarque : si vous mettez en vente un produit dont le code de référence correspond à un produit trouvé par M2E Pro dans l'inventaire Play.com, les produits seront mappés."
+"Reference Code Attribute","Attribut Code de référence"
+"Generate Reference Code","Générer le code de référence"
+"If Yes , then if the Reference Code of the product you list is found in the 3rd Party or M2E Listings, another one will be automatically created and the product will be listed.","Si vous sélectionnez Oui et si le code de référence correspondant au produit mis en vente est trouvé dans les annonces tierces ou les annonces M2E, un nouveau code de référence sera créé automatiquement et le produit sera mis en vente."
+"Search Products On Play.com","Rechercher des produits sur Play.com"
+"At the moment, it is possible only to list items existing on Play.com.
+So before the list action, each product in listing must have existing Play ID.
+This section contains parameters for action ""Assign Play ID Automatically","Actuellement, seuls les objets existants sur Play.com peuvent être mis en vente. Un identifiant Play existant doit donc être affecté à chaque produit de l'annonce avant la mise en vente. Cette section contient des paramètres pour l'action « Affecter un identifiant Play.com automatiquement"
+"UPC/EAN","UPC/EAN"
+"
+ This section determines information about how your products will be shipped.
+
+ Note: Not Set / Not Changeable is used for the 3rd Party Listings mainly. If this option is chosen, Play.com will be used as a master record.
+ "," Cette section contient des informations sur la livraison des produits. Remarque : l'option Non défini/non modifiable est utilisée principalement pour les annonces tierces. Si cette option est sélectionnée, Play.com sera utilisé comme entrée principale. "
+"Delivery Region","Zone de livraison"
+"Region to which you are willing to deliver.","Zone géographique dans laquelle vous livrez les objets."
+"Delivery Region Value","Valeur de la zone de livraison"
+"UK Only","Royaume-Uni uniquement"
+"Europe Only","Europe uniquement"
+"UK & Europe","Royaume-Uni et Europe"
+"Delivery Region Attribute","Attribut Zone de livraison"
+"Choose the attribute that contains identifier .","Sélectionnez l'attribut contenant l'identifiant ."
+"Dispatch Country","Pays d'expédition"
+"Country you will be dispatching your item from.","Pays à partir duquel vous expédiez les objets."
+"Dispatch Country Value","Valeur du pays d'expédition"
+"UK","Royaume-Uni"
+"Andorra","Andorre"
+"Belgium","Belgique"
+"Cyprus","Chypre"
+"Denmark","Danemark"
+"Finland","Finlande"
+"Gibraltar","Gibraltar"
+"Greece","Grèce"
+"Greenland","Groenland"
+"Iceland","Islande"
+"Liechtenstein","Liechtenstein"
+"Luxembourg","Luxembourg"
+"Malta","Malte"
+"Monaco","Monaco"
+"Norway","Norvège"
+"San Marino","Saint-Marin"
+"Vatican","Vatican"
+"USA","Etats-Unis"
+"Shipping Cost per Item, GBP","Frais de livraison par objet en GBP"
+"Cost Value, GBP","Valeur des frais en GBP"
+"Cost Attribute, GBP","Attribut Frais en GBP"
+"Shipping Cost per Item, EUR","Frais de livraison par objet en EUR"
+"Cost Value, EUR","Valeurs des frais en EUR"
+"Cost Attribute, EUR","Attribut Frais en EUR"
+"Condition of the product(s) you want to list on Play.com.","Etat des produits à mettre en vente sur Play.com."
+"Condition of the product(s) you want to list on Play.com.
+ Note: Condition of Active Items cannot be changed.","Etat des produits à mettre en vente sur Play.com. Remarque : il est impossible de modifier l'état des objets actuellement mis en vente."
+"Used - Average","Occasion - Normal"
+"Collectable - Like New","Objet de collection - Comme neuf"
+"Collectable - Very Good","Objet de collection - Très bon état"
+"Collectable - Good","Objet de collection - Bon état"
+"Collectable - Average","Objet de collection - Normal"
+"Short description of item(s) condition.","Brève description de l'état de l'objet."
+"This section allows you to create a Listing. Listing is a group of items, which have the same
+ Attribute Set and were combined to be listed on Play.com.
+ Creating a Listing requires two types of templates (Selling Format and Synchronization) to be created in advance,
+ that allows reaching a high level of flexibility in listing and synchronization processes.
+
+ It is also possible to create templates by clicking the Add New button next to the appropriate template option. Do not forget to press
+ the Refresh button after the new template creation in order to see the newly added template in the dropdown list.
+ In the Listing Configuration block you are required to choose appropriate Selling Format Template, which determines quantity and price related data of your Play.com Listings.
+
+
+ In the Synchronization Settings block you are required to choose a Synchronization Template and its settings.
+ This determines the actions, which must be done to Play.com Listings depending on any changes of their products happened in Magento,
+ and of their templates that are used in the Listing Configuration settings. ","Vous pouvez créer une annonce dans cette section. Une annonce est un groupe d'objets qui possèdent le même jeu d'attributs et qui sont combinés pour pouvoir être mis en vente sur Play.com. La création d'une annonce nécessite deux types de modèles (Format de mise en vente et Synchronisation) qui doivent être créés à l'avance, et qui permettent de bénéficier d'une grande flexibilité dans les procédures de mise en vente et de synchronisation. Vous pouvez également créer des modèles en cliquant sur le bouton Ajouter un nouveau à côté de l'option de modèle appropriée. N'oubliez pas de cliquer sur le bouton Actualiser après la création du nouveau modèle afin d'inclure ce dernier dans la liste déroulante. Sélectionnez dans la section Configuration des annonces le modèle Format de mise en vente qui détermine les données de quantité et de prix de vos annonces Play.com. Dans la section Paramètres de synchronisation, choisissez un modèle Synchronisation et définissez ses paramètres. Cela permet de déterminer les actions à exécuter pour les annonces Play.com en fonction des modifications apportées aux produits dans Magento et des modèles utilisés dans les paramètres de configuration des annonces. "
+"Attribute Set of products, which will be listed on Play.com in this Listing.","Jeu d'attributs des produits mis en vente sur Play.com dans cette annonce."
+"M2E Pro - Play.com/Magento Integration : Listings","M2E Pro - Intégration Play.com/Magento : Annonces"
+"Listing is a group of items, which have the same Attribute Set and were combined to be listed on Play.com.
+
+ Creating a Listing requires two types of templates to be created in advance.
+ You can use the same template for similar products you want to list on Play.com and don't have to enter the same information over and over again for each product you want to list.
+
+ Templates you’ll need in order to list on Play.com:
+
+
+ Selling Format Template contains information about quantity and price-related data.
+ Synchronization Template controls how the information between Play.com and Magento is synchronized and in which cases Play.com listings are revised, relisted or stopped. This template is not bound to a product group with a specific attribute set, so it's likely that you'll only need one template to begin with.
+
+
+ Note: Only simple products are supported in current version.
+ ","Une annonce est un groupe d'objets qui possèdent le même jeu d'attributs et qui sont combinés pour pouvoir être mis en vente sur Play.com. La création d'une annonce nécessite deux types de modèles qui doivent être créés à l'avance. Vous pouvez utiliser le même modèle pour vendre des produits similaires sur Play.com, sans devoir saisir les mêmes informations pour chaque produit à mettre en vente. Modèles nécessaires pour mettre des objets en vente sur Play.com : Le modèle Format de mise en vente inclut des informations relatives à la quantité et au prix. Le modèle Synchronisation définit les paramètres de synchronisation entre Play.com et Magento ainsi que les conditions de modification des annonces, de remise en vente des objets et d'arrêt des ventes sur Play.com. Ce modèle n'étant pas lié à un groupe de produits avec jeu d'attributs spécifique, vous n'aurez probablement besoin que d'un seul modèle pour commencer. Remarque : seuls les produits simples sont pris en charge par la version actuelle. "
+"This section contains information about product items of chosen listing and their statuses on Play.com. You can manage items by choosing appropriate actions from the Actions dropdown of the grid and manage Listing and its settings by using buttons in the top right corner.","Cette section comprend des informations sur les produits de l'annonce choisie et leur statut sur Play.com. Pour la gestion des objets, sélectionnez les options appropriées dans la liste déroulante Actions du tableau. Pour la gestion de l'annonce et de ses paramètres, utilisez les boutons situés dans le coin supérieur droit."
+"This page contains all orders imported from Play.com.
+Use Play.com Accounts dropdown to filter Play.com orders by accounts.
+If Magento Order or Invoice was not created automatically,
+you can create them manually by using appropriate options in the Action dropdown.
+Note: Automatic creation of Magento Orders and Invoices executes according to Play.com Accounts settings in %s > Configuration > Play.com Accounts > Orders.","Cette page comprend toutes les commandes importées à partir de Play.com. Utilisez la liste déroulante Comptes Play.com pour filtrer les commandes Play.com par compte. Si la commande ou la facture Magento n'a pas été créée automatiquement, vous pouvez la créer manuellement à l'aide des options appropriées de la liste déroulante Actions.Remarque : la création automatique des commandes et factures Magento s'effectue selon les paramètres des comptes Play.com définis dans le menu %s > Configuration > Comptes Play.com > Commandes."
+"Play.com Order","Commande Play.com "
+"This section allows you to set preferences of data synchronization.
+ You have to enable / disable synchronization tasks, which will be automatically performed for all Play.com accounts, and Save Settings .
+ To run necessary task manually, click the Run Now button, to run all tasks at once, click Run Enabled Now .
+ Note: Cron job must be set up for automatic synchronization. Otherwise, you will have to perform the synchronization manually.","Vous pouvez définir vos préférences de synchronisation des données dans cette section. Vous devez activer/désactiver les tâches de synchronisation qui seront exécutées automatiquement pour tous les comptes Play.com, puis sélectionner Enregistrer les paramètres . Pour exécuter manuellement les tâches requises, cliquez sur le bouton Exécuter maintenant . Pour exécuter simultanément toutes les tâches, cliquez sur le bouton Exécuter les éléments activés . Remarque : la tâche cron doit être configurée pour la synchronisation automatique. A défaut, vous devrez effectuer la synchronisation manuellement."
+"Updates and synchronizes Play.com Listings according to Synchronization Templates' rules.","Permet de mettre à jour et de synchroniser les annonces Play.com sur la base des règles des modèles Synchronisation."
+"If your Play.com listings for some reason were asynchronized with the products in Magento, turn on the Revise All action to catch data up.
+ Revise is performed by the Inventory Synchronization, 100 items per a cycle.
+
+ ","Si vos annonces Play.com ont été désynchronisées des produits dans Magento, activez la tâche Modifier tout pour récupérer les données. La tâche est exécutée par la synchronisation de l'inventaire au rythme de 100 objets par cycle. "
+"Imports and synchronizes Play.com Orders for accounts, which have enabled Import Play.com Orders in their Accounts settings.","Permet d'importer et de synchroniser les commandes Play.com pour les comptes dont l'option Importer les commandes Play.com est activée dans les paramètres des comptes."
+"Imports and synchronizes 3rd Party Listings for Play.com accounts, which have enabled Import 3rd Party Listings in their Accounts settings.","Permet d'importer et de synchroniser les annonces tierces pour les comptes Play.com dont l'option Importer les annonces tierces est activée dans les paramètres des comptes."
+"Selling Format Template contains price-related data and quantity for the items, which will be listed on Play.com.
+Next to each price options dropdown there is a box for Price Change. Price Change is a value you want the Magento Price to be modified while listing on Play.com.
+Examples:
+If you want the price on Play.com to be greater by 15% than the price in Magento, you should set +15% in the Price Change field.
+Play.com Price = Magento Price + Magento Price * 0.15
+
+If you want the price on Play.com to be less by 10 currency units than the price in Magento, you should set -10 in the Price Change field.
+Play.com Price = Magento Price - 10
+
+If you want the price on Play.com to be multiplied by coefficient 1.2, you should set 1.2 in the Price Change field.
+
+Play.com Price = Magento Price * 1.2.
+
+Note: If the Special Price is chosen in the Price option, but it is not set in Magento Product settings or it is set but it has already expired, the Product Price is used instead.
+
+Note: Attributes must contain only numeric values.","Le modèle Format de mise en vente contient des données sur le prix et la quantité pour les objets qui seront mis en vente sur Play.com. Un champ Changement de prix se trouve à côté de chaque liste déroulante pour les options de prix. Ce champ permet de définir la valeur de modification du prix Magento lors de la publication d'une annonce sur Play.com.Exemples: Si vous souhaitez que le prix sur Play.com soit supérieur de 15 % au prix dans Magento, saisissez +15 % dans le champ Changement de prix.Prix Play.com = prix Magento + prix Magento * 0,15 Si vous souhaitez que le prix sur Play.com soit inférieur de 10 unités au prix dans Magento, saisissez -10 dans le champ Changement de prix.Prix Play.com = prix Magento - 10 Si vous souhaitez que le prix sur Play.com soit multiplié par un facteur de 1,2, définissez 1,2 dans le champ Changement de prix.Prix Play.com = prix Magento * 1,2. Remarque : si Prix spécial est sélectionné pour l'option Prix , mais qu'il n'est pas défini dans les paramètres du produit Magento ou qu'il est défini, mais que sa période de validité est arrivée à expiration, le prix du produit sera utilisé.Remarque : les attributs doivent contenir uniquement des valeurs numériques."
+"Price for selling in the UK.","Prix pour les ventes au Royaume-Uni."
+"Price for selling in Europe.","Prix pour les ventes en Europe."
+"The price of products in Play.com listing(s).Note: The Final Price is only used for Simple Products.","Prix des produits dans les annonces Play.com.Remarque : le prix final est utilisé uniquement pour les produits simples."
+"Attribute Sets of products which will be listed on Play.com using this template.","Jeux d'attributs des produits qui seront mis en vente sur Play.com sur la base de ce modèle."
+"Products quantity in Play.com listing(s).","Quantité de produits dans les annonces Play.com."
+"Enables to set the quantity that will be sent on Play.com.","Permet de définir la quantité à envoyer sur Play.com."
+"If you have 5 pieces in stock but set a max qty of 2 to be listed, a qty of 2 will be listed on Play.com.
+ If you have 1 piece in stock but max qty is set to 3, only 1 will be listed on Play.com.","Si vous avez 5 exemplaires en stock et que la quantité maximum à mettre en vente est 2, seuls 2 exemplaires seront mis en vente sur Play.com. Si vous avez 1 exemplaire en stock et que la quantité maximum est 3, seul 1 exemplaire sera mis en vente sur Play.com."
+"You are required to set both prices for the UK and Europe delivery regions.
+ Depending on Delivery Region, chosen in Listing Channel settings necessary price will be used for the items you list.","Vous devez définir les prix pour les zones de livraison du Royaume-Uni et de l'Europe. Le prix utilisé sera défini en fonction de la zone de livraison sélectionnée dans les paramètres du canal de mise en vente pour les objets mis en vente."
+"Price, GBP","Prix en GBP"
+"Custom Price Attribute, GBP","Attribut Prix personnalisé en GBP"
+"Price, EUR","Prix en EUR"
+"Custom Price Attribute, EUR","Attribut Prix personnalisé en EUR"
+"Synchronization Template includes rules and conditions which determine Listing behavior on Play.com.
+ List, Revise, Relist and Stop Rules have to be specified in this template.
+ List Action - at first this action to be executed for each item in M2E Listings, which has Not Listed status and its settings meet the List Condition. If an item was not listed for some reason, autosynchronization will attempt
+ to list it again only if Product Status, Stock Availability or Quantity is changed.
+
+ Note: Inventory Synchronization setting must be enabled in Synchronization (Configuration > Synchronization).
+ Otherwise, Synchronization Template Rules will not take effect.","Le modèle Synchronisation inclut les règles et conditions qui déterminent le comportement des annonces sur Play.com. Les règles de mise en vente, de modification des annonces, de remise en vente des objets et d'arrêt des ventes doivent être définies dans ce modèle. Tâche Mettre en vente - Cette tâche doit être appliquée à tous les objets des annonces M2E dont le statut est Non mis en vente et dont les paramètres remplissent les conditions de mise en vente. Lorsqu'un objet n'a pas été mis en vente pour une raison quelconque, la synchronisation automatique essaiera de le mettre à nouveau en vente uniquement si le statut du produit, la disponibilité ou la quantité a changé. Remarque : le paramètre Synchronisation de l'inventaire doit être activé dans le menu Synchronisation (Configuration > Synchronisation). A défaut, les règles du modèle Synchronisation ne seront pas appliquées."
+"Relist Rules define the conditions at which Play.com items will be relisted. ","Les règles de remise en vente déterminent les conditions de remise en vente des objets Play.com. "
+"Automatically relists item(s) after it has been stopped manually within M2EPro.","Permet de remettre en vente automatiquement les objets dont la vente a été arrêtée manuellement dans M2E Pro."
+"Revise Rules are the conditions, at which automatic full and partial listings revising features are enabled.
+ If the certain condition is enabled (Yes is chosen in appropriate line) and met,
+then Play.com Listings, which were listed using current Synchronization Template,
+will be automatically fully or partially updated.
+
+ Partial Revise - contains list of product details, which changes you want to be reflected on Play.com.
+ Full Revise - contains groups of M2E settings. If any data of these groups (Selling Format Template, Listing Channel Settings) is changed, then listings, which use these templates in their settings, will be automatically fully revised.
+ ","Les règles de modification correspondent aux conditions qui régissent l'activation des fonctionnalités automatiques de modification complète et partielle des annonces. Si une condition spécifique est activée (option Oui sélectionnée sur la ligne correspondante) et remplie, les annonces Play.com publiées à l'aide du modèle Synchronisation actuel sont modifiées complètement ou partiellement de manière automatique. Modification partielle - Contient la liste des détails du produit dont vous souhaitez répercuter les modifications sur Play.com. Modification complète - Contient des groupes de paramètres M2E. Si les données de ces groupes (Modèle Format de mise en vente, Paramètres du canal de mise en vente) sont modifiées, les annonces qui utilisent ces modèles dans leurs paramètres sont modifiées complètement de manière automatique. "
+"Automatically revises quantity on Play.com listing(s) when the quantity or attribute for quantity of its product is changed in Magento.","Modifie automatiquement la quantité dans les annonces Play.com en cas de modification de la quantité ou de l'attribut de quantité du produit correspondant dans Magento."
+"Updates Play.com qty only when the Condition you set below is met.
+ Note: By using this option you can significantly increase Synchronization performance.","Permet de mettre à jour la quantité Play.com uniquement lorsque les conditions que vous avez définies sont remplies. Remarque : l'utilisation de cette option permet d'augmenter de manière significative les performances de la synchronisation."
+"Automatically revises price on Play.com listing(s) when the price(s) or attribute(s) for price(s) of its product is (are) changed in Magento.","Modifie automatiquement le prix dans les annonces Play.com en cas de modification du prix ou de l'attribut de prix du produit correspondant dans Magento."
+"Automatically revises Play.com listing(s) if its Selling Format Template was changed.","Modifie automatiquement les annonces Play.com en cas de modification du modèle Format de mise en vente."
+"Automatically revises Play.com listing(s) if its Listing Settings was changed.","Modifie automatiquement les annonces Play.com en cas de modification des paramètres de mise en vente."
+"Stop Rules define the conditions when Play.com items listing must be
+ stopped, depending on Magento product state.
+ Note: If all Stop Conditions are set to No or No Action , then the stop option for Play.com items is disabled.
+ If all Stop Conditions are enabled, then an item will be stopped if at least one of Stop Conditions is met.","Les règles d'arrêt correspondent aux conditions qui régissent l'arrêt de la vente des objets Play.com en fonction du statut des produits Magento. Remarque : si vous sélectionnez Non ou Aucune action pour toutes les conditions d'arrêt, l'option d'arrêt des annonces Play.com est désactivée. Si toutes les conditions d'arrêt sont activées, la vente d'un objet est arrêtée lorsqu'au moins une des conditions d'arrêt est remplie."
+"Disabled - Coming Soon","Désactivé - Disponible prochainement"
+"rakuten.de","rakuten.de"
+"Synchronization settings have been saved.","Les paramètres de synchronisation ont été enregistrés."
+"Running All Enabled Tasks","Exécution de toutes les tâches activées"
+"Feedback Synchronization","Synchronisation des évaluations"
+"Revise All","Modifier tout"
+"You should enable at least one component.","Activez au moins un composant."
+"Default component should be enabled.","Le composant par défaut doit être activé."
+"Channels","Canaux"
+"Enable channels you are going to work with and Save configuration.","Activez les canaux que vous souhaitez utiliser et enregistrez la configuration."
+"eBay Channel","Canal eBay"
+"eBay channel status.","Statut du canal eBay."
+"Other Channels","Autres canaux"
+"Amazon channel status.","Statut du canal Amazon."
+"Rakuten","Rakuten"
+"Rakuten.com channel status.","Statut du canal Rakuten.com."
+"Play.com channel status.","Statut du canal Play.com."
+"Rakuten.de","Rakuten.de"
+"Disabled - Coming Soon...","Désactivé - Disponible prochainement..."
+"Rakuten.de channel status.","Statut du canal Rakuten.de."
+"Default Channel","Canal par défaut"
+"Open tab by default.","Ouvrir l'onglet par défaut."
+"The eBay component , its upgrades and support are free according to eBay / Magento Partner Agreement. And they will stay free until the partner agreement is active. ","Le composant eBay , ses mises à niveau et l'assistance sont gratuits, conformément à l'accord de partenariat eBay/Magento. Ils le resteront pendant toute la durée de validité de l'accord de partenariat. "
+"and","et"
+"component","composant"
+"components","composants"
+"Current %s %s are in Beta state and are provided free of charge. However, please be advised that upon the live version of the product release some monthly subscription fee will be introduced. ","Les versions %s %s actuelles sont en phase bêta et sont proposées gratuitement. Des frais d'inscription mensuels seront cependant mis en place pour la version complète du produit. "
+"Note: M2E Pro v.6.x.x consists of %s.
+ %s
+ %s
+
+
+ M2E Pro extension requires activation for its work.
+ To get the License Key click the Get License Key link and follow the instructions.
+ When you receive your License Key, press the Enter button, enter your License Key in appeared text field and press Confirm.
+
+ Note: If you have not received the License Key, please contact us %s.","Remarque : M2E Pro v.6.x.x se compose de %s. %s %s L'extension M2E Pro doit être activée pour fonctionner. Pour obtenir la clé de licence, cliquez sur le lien Obtenir la clé de licence et suivez les instructions. Une fois la clé de licence obtenue, cliquez sur Saisir, saisissez la clé de licence dans la zone de texte et cliquez sur Confirmer. Remarque : si vous n'avez pas reçu la clé de licence, contactez-nous %s."
+"You must get valid Trial or Live license key.","Vous devez obtenir une clé de licence valide pour une version d'essai ou une version complète."
+"License Data","Données de licence"
+"License Key","Clé de licence"
+"Get License Key","Obtenir la clé de licence"
+"License Validation","Validation de la licence"
+"Domain","Domaine"
+"IP","Adresse IP"
+"Directory","Répertoire"
+"Access","Accès"
+"Note: The eBay component, its upgrades and support are free according to eBay / Magento Partner Agreement. And they will stay free
+ until the partner agreement is active.","Remarque : le composant eBay, ses mises à niveau et l'assistance sont gratuits, conformément à l'accord de partenariat eBay/Magento. Ils le resteront pendant toute la durée de validité de l'accord de partenariat."
+"Note: The current Beta version of the Amazon module is provided free of charge.
+ However, please be advised that upon the live version of the product release some monthly subscription fee will be introduced.","Remarque : la version bêta actuelle du module Amazon est fournie gratuitement. Des frais d'inscription mensuels seront cependant mis en place pour la version complète du produit."
+"Note: The current Beta version of the Rakuten.com module is provided free of charge.
+ However, please be advised that upon the live version of the product release some monthly subscription fee will introduced.","Remarque : la version bêta actuelle du module Rakuten.com est fournie gratuitement. Des frais d'inscription mensuels seront cependant facturés pour la version complète du produit."
+"Note: The current Beta version of the Play.com module is provided free of charge.
+ However, please be advised that upon the live version of the product release some monthly subscription fee will introduced.","Remarque : la version bêta actuelle du module Play.com est fournie gratuitement. Des frais d'inscription mensuels seront cependant facturés pour la version complète du produit."
+"Current Status","Statut actuel"
+"None License","Aucune licence"
+"Trial License","Licence d'évaluation"
+"Live License","Licence active"
+"Suspended","Suspendu"
+"Closed","Clôturée"
+"Expiration Date","Date d'expiration"
+"Global Settings","Paramètres généraux"
+"All settings are gathered into four groups. To reach them click on appropriate link.","Tous les paramètres sont réunis en quatre groupes. Cliquez sur les liens correspondants pour y accéder."
+"eBay, Amazon, Rakuten.com, Play.com channels activation.","Activation des canaux eBay, Amazon, Rakuten.com et Play.com."
+"Interface and synchronization preferences.","Interface et préférences de synchronisation."
+"Logs Clearing","Effacement des journaux"
+"Preferences for logs history clearing.","Préférences d'effacement des journaux."
+"M2E Pro activation.","Activation M2E Pro."
+"Set preferences for automatic logs clearing and Save configuration.
+
+ To launch a task manually press Run Now. To clear all log records of the certain Log press Clear All button.
+
+ Note: Autoclearing is performed by cron.
+ ","Définissez les préférences d'effacement automatique des journaux et de configuration de l'enregistrement. Pour exécuter une tâche manuellement, cliquez sur Exécuter maintenant. Pour effacer tous les enregistrements du journal sélectionné, cliquez sur le bouton Tout effacer. Remarque : l'effacement automatique est effectué par cron. "
+"Listings Log Clearing","Effacement du journal des annonces"
+"Keep For (days)","Conserver pendant (jours)"
+"Saves records for the definite number of days.","Conserve les enregistrements pendant la période définie."
+"3rd Party Listings Log Clearing","Effacement du journal des annonces tierces"
+"Synchronization Log Clearing","Effacement du journal de synchronisation"
+"Orders Log Clearing","Effacement du journal des commandes"
+"Interface","Interface"
+"Set visual interface preferences and Save configuration.","Définissez les préférences de l'interface visuelle et la configuration de l'enregistrement."
+"Products Thumbnails","Photos miniatures des produits"
+"Do Not Show","Ne pas afficher"
+"Show","Afficher"
+"Shows / does not show products thumbnails on Add Products and View Listing pages.","Permet d'afficher/de masquer les photos miniatures des produits sur les pages Ajouter des produits et Afficher l'annonce."
+"Help Blocks","Sections d'aide"
+"Shows / does not show Help blocks.","Permet d'afficher/de masquer les sections d'aide."
+"Restores manually closed Help blocks.","Permet de restaurer les sections d'aide fermées manuellement."
+"Global Synchronization","Synchronisation générale"
+"Has to be enabled if product price and quantity changes are made directly to database. Data update depends on the number of products and can be fully completed after several synchronization cycles finish.
+
+ Note: Enable this option if you really need it, as it is very resource and time consuming and may affect synchronization performance.","Cette option doit être activée si les prix et quantité sont modifiés directement dans la base de données. La mise à jour des données dépend du nombre de produits et elle peut être terminée au terme de plusieurs cycles de synchronisation. Remarque : n'activez cette option que si elle est vraiment nécessaire. Elle nécessite des ressources et un temps considérables, et peut affecter les performances de la synchronisation."
+"Track Direct Database Changes","Suivre les modifications directes de la base de données"
+"Note: Enable this option if you really need it, as it is very resource and time consuming and may affect synchronization performance.","Remarque : n'activez cette option que si elle est vraiment nécessaire. Elle nécessite des ressources et un temps considérables, et peut affecter les performances de la synchronisation."
+"PHP","PHP"
+"MySQL","MySQL"
+"Cron","Cron"
+"GMT","Temps moyen de Greenwich (GMT)"
+"not working","ne fonctionne pas"
+"Expired Date","Date d'expiration"
+"Valid Domain","Domaine valide"
+"Valid IP","Adresse IP valide"
+"Valid Directory","Répertoire valide"
+"Host","Hôte"
+"Edition","Edition"
+"Version","Version"
+"Add Secret Key to URLs","Ajouter une clé secrète aux URL"
+"Name","Nom"
+"Version (revision)","Version (révision)"
+"Server API","API serveur"
+"Database Name","Nom de la base de données"
+"Tables Prefix","Préfixe des tables"
+"Connection Timeout","Délai de connexion"
+"sec","s"
+"Wait Timeout","Délai d'attente"
+"Total Tables","Total des tables"
+"Total Module Tables","Total des tables du module"
+"Total Module Records","Total des entrées du module"
+"Unlimited","Pas de limite"
+"PHP Info","Informations sur PHP"
+"Current Date (GMT)","Date du jour (GMT)"
+"APC","APC"
+"Memcached","Memcached"
+"Redis","Redis"
+"Compilation","Compilation"
+"Code Pool","Pool de codes"
+"We recommend to set up your cron job to be run every 5 minutes (e.g. */5 * * * *).","Nous vous recommandons de programmer l'exécution d'une tâche cron toutes les 5 minutes (par ex. */5 * * * *)."
+"Last Run","Dernière exécution"
+"PHP command","Commande PHP"
+"GET command","Commande GET"
+"Cron Schedule Table","Tableau de programmation Cron"
+"Magento Default Locale","Paramètres régionaux par défaut de Magento"
+"Properties","Propriétés"
+"Current Value","Valeur actuelle"
+"Location","Lieu"
+"MySQL Summary","Récapitulatif MySQL"
+"Table `%s`","Tableau `%s`"
+"(%s records)","(%s entrées)"
+"Magento development mode is '.$developmentHtml.' now. ","Le mode de développement de Magento est '.$developmentHtml.' actuellement. "
+"System Requirements","Configuration requise"
+"Caches / Compilation","Caches/compilation"
+"Conflicted Modules","Modules en conflit"
+"Database Broken Tables","Tables de données corrompues"
+"Info","Informations"
+"Database (Module)","Base de données (Module)"
+"Database (Integration)","Base de données (Intégration)"
+"M2E Pro (General)","M2E Pro (Général)"
+"M2E Pro (Install / Upgrade)","M2E Pro (Installation/mise à niveau)"
+"Additional","Autres"
+"Help","Aide"
+"Hide Block","Masquer la section"
+"Show Tips","Afficher les conseils"
+"Hide Tips","Masquer les conseils"
+"View All Product Log","Afficher le journal de tous les produits"
+"This is a required field.","Ce champ est obligatoire."
+"You should select Attribute Set first.","Vous devez d'abord sélectionner un jeu d'attributs."
+"Collapse All","Tout réduire"
+"Expand All","Tout développer"
+"The products below will not be moved into the chosen listing.
+
+ Possible reasons:
+ The products are already present in the chosen listing.
+
","Les produits ci-dessous ne seront pas déplacés vers l'annonce choisie. Motifs possibles : Les produits sont déjà présents dans l'annonce sélectionnée. Pour l'annonce choisie, l'option 'Ne pas afficher' est activée pour les 'Produits présentés dans d'autres annonces' et ces produits sont présents dans d'autres annonces.
"
+"Enter Product ID","Saisissez le code produit"
+"Or SKU","ou la référence article"
+"Advanced Filter","Filtre avancé"
+"Products Presented In Other Listings","Produits présentés dans d'autres annonces"
+"Not Show","Ne pas afficher"
+"Makes the filter result more precise:Show - all products will be displayed;Not Show - the products, which are not included in any listing, will be only displayed.","Permet d'obtenir un résultat plus précis du filtre :Afficher - Tous les produits sont affichés.Masquer - Seuls les produits qui ne sont inclus dans aucune annonce sont affichés."
+"eBay User ID","Pseudo eBay"
+"eBay Site","Site eBay"
+"Magento Store View","Vue Boutique Magento"
+"Errors Summary","Récapitulatif des erreurs"
+"Product(s)","Produits"
+"Payment Method","Mode de paiement"
+"%s Order ID","Numéro de la commande %s"
+"%s Final Fee","Frais finaux %s"
+"Transactions","Transactions"
+"Transaction #","N° de la transaction"
+"Fee","Frais"
+"Amount","Montant"
+"Date","Date"
+"Order ID","Numéro de la commande"
+"Store Debug Information","Informations de débogage des boutiques"
+"View All Order Logs.","Afficher tous les journaux de commandes."
+"Please enter correct product ID or SKU.","Saisissez le code produit correct ou la référence article."
+"Order Item Mapping","Mappage de l'objet de la commande"
+"As M2E Pro was not able to find appropriate product in Magento Catalog, you are supposed to find and map it manualy.
+ Note: Magento Order can be only created when all products of eBay Order are found in Magento Catalog.","M2E Pro n'a pas trouvé le produit correspondant dans le catalogue Magento. Vous devez le rechercher et le mapper manuellement. Remarque : une commande Magento ne peut être créée que si tous les produits de la commande eBay sont trouvés dans le catalogue Magento."
+"Order Item Options Setting","Définition des options de l'objet de la commande"
+"As M2E Pro was not able to find appropriate option in Magento product you are supposed find and map it manualy.
+ If you want to use the same settings for the similar subsequent orders, select appropriate check-box at the bottom.
+ Note: Magento Order can be only created when all products of eBay Order are found in Magento Catalog.","M2E Pro n'a pas trouvé l'option correspondante dans le produit Magento. Vous devez la rechercher et la mapper manuellement. Si vous souhaitez utiliser les mêmes paramètres pour les commandes similaires suivantes, cochez la case appropriée au bas de la page. Remarque : une commande Magento ne peut être créée que si tous les produits de la commande eBay sont trouvés dans le catalogue Magento."
+"Channel Options","Options du canal"
+"No channel options are available.","Aucune option du canal n'est disponible."
+"Select Option...","Sélectionner une option..."
+"Save selection for subsequent orders","Enregistrer la sélection pour les prochaines commandes"
+"Selected Product Option is Out of Stock.","L'option du produit sélectionné est en rupture de stock."
+"Not created orders only","Commandes non créées uniquement"
+"Using this, you can see the records for which order(s) were not created in magento.
+ It might happened, because particular product(s) or product option(s) were not found and some action is required for such orders.
+
+ When you open order detail, you can use appropriate options Map to Magento Product or Set Options to correct missing information and create order in magento.","Cette option vous permet d'afficher les entrées pour lesquelles les commandes n'ont pas été créées dans Magento. Cela peut notamment être le cas parce que certains produits ou certaines options étaient introuvables et qu'une action est requise pour ces commandes. Après avoir ouvert les détails d'une commande, vous pouvez utiliser les options appropriées (Mapper vers un produit Magento ou Définir les options ) pour corriger des informations manquantes et créer une commande dans Magento."
+"M2E Pro has detected, that your System Configuration does not meet minimum requirements, so there might be problems with its work. Please check it and amend appropriate settings.","M2E Pro a détecté que votre système ne présentait pas la configuration requise, ce qui peut entraîner des problèmes de fonctionnement. Veuillez vérifier la configuration et modifier les paramètres concernés."
+"Please take a look at Documentation and Knowledge Base .
+ Most probably it has the answer to your question(s).
+ If you still have any questions, fill in the form below to contact our Customer Support.
+ Note: We provide support during our working hours: 10 a.m. - 6 p.m. (GMT+2), mon - fri.","Consultez la documentation et la base de connaissances . Ces références contiennent probablement la réponse à vos questions. Pour toute autre demande, remplissez le formulaire ci-dessous pour contacter le Service clients. Remarque : le Service clients est disponible de 10 h à 18 h (GMT+2), du lundi au vendredi."
+"Subject","Objet"
+"Contact Name","Nom du contact"
+"Contact Email","Adresse e-mail"
+"General Problem","Problème général"
+"Problem","Problème"
+"No Articles Found","Aucun article n'a été trouvé"
+"Go To Article →","Consulter l'article ?"
+"Feedback","Evaluations"
+"No Ideas Found","Aucune suggestion trouvée"
+"Go To Idea →","Afficher la suggestion ?"
+"Cron Info","Informations sur cron"
+"Enter your problem here","Saisissez votre problème ici"
+"This Log contains information on processes, which were done in Synchronization tasks.
+ Note: Logs of Default, Templates, Orders and 3rd Party Listings Synchronizations are only recorded when Error(s) or Warning(s) appears.","Ce journal contient des informations sur les processus exécutés dans les tâches de synchronisation. Remarque : les journaux de synchronisation par défaut, des modèles, des commandes et des annonces tierces ne sont enregistrés qu'en cas d'erreurs ou d'avertissements."
+"Step","Etape "
+"Note: If you close the wizard, it never starts again. You will be required to set all settings manually. Press Cancel to continue working with wizard.","Remarque : si vous fermez l'Assistant, il ne sera plus exécuté. Vous devrez alors définir tous les paramètres manuellement. Cliquez sur Annuler pour poursuivre votre travail dans l'Assistant. "
+"You have set the main M2E Pro settings and now you have to set up the main settings of the chosen Channel(s).","Vous avez défini les paramètres principaux de M2E Pro et vous devez à présent configurer les paramètres principaux des canaux sélectionnés."
+"Cron Job Set Up","Configuration de la tâche cron"
+"Set up a cron job to run every minute (e.g. * * * * *) to enable automatic work of the extension.
+ Otherwise, some processes will not work (i.e. synchronization tasks, logs cleaning).","Programmez l'exécution d'une tâche cron toutes les minutes (par ex. * * * * *) pour activer le fonctionnement automatique de l'extension. Sinon, certains processus ne fonctionneront pas (par exemple, tâches de synchronisation ou nettoyage des journaux)."
+"Set up Cron Job using PHP","Configurer la tâche cron avec PHP"
+"OR","OU"
+"Set up Cron Job using GET","Configurer la tâche cron avec GET"
+"Incomplete","Incomplet"
+"License Set Up","Configuration de la licence"
+"You need to specify the License Key.
+ Note: M2E Pro does not work without activation.","Vous devez spécifier la clé de licence. Remarque : M2E Pro doit être activé pour pouvoir fonctionner."
+"Settings Set Up","Configuration des paramètres"
+"In M2E Pro global settings you are required to specify the channel(s) you are going to work with.","Vous devez indiquer les canaux avec lesquels vous allez travailler dans les paramètres généraux de M2E Pro."
+"You have successfully installed M2E Pro v. %s .
+ Click
+ Start Configuration Wizard to quickly set up main settings or
+ Skip it if you intend to set it later.
+ Note: If you skip the Wizard, it never starts again. You will be required to set all settings manually.","L'installation de M2E Pro v. %s est terminée. Cliquez sur l'Assistant Commencer la configuration pour configurer rapidement les paramètres principaux ou sur Ignorer pour configurer les paramètres plus tard. Remarque : si vous ignorez l'Assistant, il ne sera plus exécuté. Vous devrez alors définir tous les paramètres manuellement. "
+"You have successfully installed M2E Pro v. %s.
+ The next step is setting up of the main settings, such as Cron job, Licensing (extension does not work without license)
+ and others to enable a proper work of the extension.
+ In the table below there are recommended server settings, which guaranty a stable work of the extension.
+ Press the Start Configuration button to start setting M2E Pro configuration.","L'installation de M2E Pro v. %s est terminée. Vous devez ensuite configurer les paramètres principaux tels que la tâche cron, la licence (l'extension ne fonctionnant pas sans licence) et d'autres paramètres afin d'assurer le bon fonctionnement de l'extension. Le tableau ci-dessous présente les paramètres recommandés pour le serveur. Ces paramètres garantissent la stabilité du fonctionnement de l'extension. Cliquez sur le bouton Commencer la configuration pour commencer à configurer M2E Pro."
+"Congratulations, you have successfully linked your eBay account to M2E Pro.","Votre compte eBay a été lié à M2E Pro."
+"You can change it if you need.","Vous pouvez le modifier si nécessaire."
+"Import Orders","Importer les commandes "
+"Import 3rd Party Items","Importer les annonces tierces"
+"Import Feedback","Importer les évaluations"
+"Now, create an M2E Pro Listing. This will allow you to define specific settings on eBay.","Créez maintenant une annonce M2E Pro. Vous pourrez ensuite définir des paramètres spécifiques sur eBay."
+"Please ensure your personal information is correct","Vérifiez que vos coordonnées sont exactes"
+"Email","E-mail"
+"First Name","Prénom"
+"Last Name","Nom"
+"Postal Code","Code postal"
+"This information will be sent to M2E Pro for approval.
+ Read more in our Privacy Policy .","Ces informations seront envoyées à M2E Pro en vue de leur validation. Pour en savoir plus, consultez le Règlement sur le respect de la vie privée ."
+"Please sign into eBay to link M2E to your eBay account and proceed to the next step.","Connectez-vous à eBay pour associer M2E à votre compte eBay, puis passez à l'étape suivante."
+"Sign into eBay Sandbox","Se connecter à eBay Sandbox"
+"If you don't have an eBay account, please create one. It's easy, fast and free.","Si vous n'avez pas de compte eBay, inscrivez-vous. C'est facile, rapide et gratuit."
+"Please verify the below information is valid before we register you with M2E.","Vérifiez que les informations ci-dessous sont valides avant de vous inscrire à M2E."
+"Register Your Free M2E Extension","Enregistrez votre extension M2E gratuite"
+"The eBay token obtaining is currently unavailable. Please try again later.","L'obtention du jeton eBay n'est pas disponible pour le moment. Veuillez réessayer plus tard."
+"eBay/Magento Integration: Listing","Intégration eBay/Magento : Annonce"
+"Creating a new listing in one of your first jobs. Don't worry. It's easy to do.","Création d'une nouvelle annonce dans l'une de vos premières tâches. Ne vous inquiétez pas. La procédure est très simple."
+"Think of an M2E Listing as a set of policies that will determine the type of items you wish to sell. You can create as many M2E Listings as you need.","Une annonce M2E est comparable à un ensemble de conditions qui détermineront le type d'objets que vous souhaitez mettre en vente. Vous pouvez créer un nombre illimité d'annonces M2E."
+"Creating an M2E Listing with certain characteristics means you won't need to input these characteristics again and again every time you wish to sell an item.","Si l'annonce M2E que vous créez comprend certaines caractéristiques, vous ne devrez pas les saisir pour chaque nouvel objet que vous souhaitez mettre en vente."
+"There are %s stages to complete to create a successful M2E Listing in %s Mode:","Vous devez suivre %s étapes pour créer une annonce M2E en mode %s :"
+"General Settings – information about which eBay site you wish to list on, your eBay User ID and which Magento Store settings you wish to use","Paramètres généraux – Informations sur le site eBay sur lequel vous souhaitez mettre les objets en vente, à votre pseudo eBay et aux paramètres des boutiques Magento que vous souhaitez utiliser"
+"Payment and Shipping Settings – what are your shipping charges, your Returns Policy and how do you wish to get paid","Paramètres relatifs au paiement et à la livraison – Frais de livraison, conditions de retour et modes de paiement"
+"Selling Settings – more detailed information about the type of eBay listing and how long your item will be on sale","Paramètres de vente – Informations détaillées sur le type d'annonces eBay et sur la durée de mise en vente des objets"
+"Synchronization Setting – how your items are synchronized on eBay","Paramètres de synchronisation - Modalités de synchronisation des objets sur eBay"
+"Please select an M2E Mode","Sélectionnez un mode M2E"
+"There are two modes available to you.
+
+ We have chosen the mode we think is most suitable for you, based on your selling history, but you can change this if you prefer.","Deux modes sont disponibles. Le mode recommandé a été choisi automatiquement en fonction de l'historique de vos ventes, mais vous pouvez le modifier si vous le souhaitez."
+"Simple","Simple"
+"Suitable for new users and for those with a limited inventory.","Pour les nouveaux utilisateurs et ceux dont l'inventaire est limité."
+"Advanced","Avancé"
+"Suitable for the more experienced user.","Pour les utilisateurs plus expérimentés."
+"If you're not sure which mode to choose, go for the Simple Mode.
+ Don't worry you can change it later in %s -> Configuration -> General","Si vous ne savez pas quel mode choisir, sélectionnez le mode Simple. Vous pourrez le modifier ultérieurement dans le menu %s -> Configuration -> Général"
+"eBay/Magento Integration: Products Management","Intégration eBay/Magento : Gestion des produits"
+"Congratulations, you have successfully created your first M2E Listing. You're well on your way to your first items appearing on eBay.","Votre première annonce M2E a été créée. Vos premiers objets apparaîtront bientôt sur eBay."
+"Next up is to select the products from your Magento Store that you want to list on eBay. ","L'étape suivante consiste à sélectionner les produits de votre boutique Magento que vous souhaitez mettre en vente sur eBay. "
+"Any products on your Magento Store that fulfil your M2E Listing criteria can be chosen.","Vous pouvez choisir tous les produits de votre boutique Magento qui remplissent les conditions définies pour l'annonce M2E."
+"Once you've chosen your products, assign them to the correct eBay category.","Une fois les produits sélectionnés, affectez-les à la catégorie eBay appropriée."
+"You can adjust the price that you sell your items for on eBay in relation to your shop price. You might want to increase your selling price to take into account the fees for selling on eBay.
+ Or, reduce your price to be competitive.","Vous pouvez modifier le prix des objets sur eBay en fonction du prix de votre boutique. Il peut être utile d'augmenter le prix de vente pour inclure les frais de vente sur eBay. Vous pouvez également baisser le prix pour qu'il soit plus compétitif."
+"Wizard (Video Tutorial)","Assistant (didacticiel vidéo)"
+"Combine Magento - the best-selling ecommerce web application–and eBay – the world's favourite marketplace","Utilisez Magento avec eBay pour bénéficier des avantages de la meilleure application Web de commerce électronique et de la place de marché la plus utilisée du monde."
+"M2E is a free Magento extension that enables you to sell your products on eBay and manage your sales from your Magento store.","M2E est une extension gratuite de Magento qui vous permet de vendre vos produits sur eBay et de gérer vos ventes à partir de votre boutique Magento."
+"Using M2E is an easy way to display your products in front of millions of buyers on eBay. It's free, quick and simple to set up. You choose which products to sell, the quantity and price. Using eBay means your items are automatically optimized for mobile – the biggest retail growth area.","L'extension M2E vous permet de proposer facilement vos produits aux millions d'acheteurs eBay. La configuration de l'extension est gratuite, rapide et simple. Vous choisissez les produits que vous souhaitez vendre, leur quantité et leur prix. Grâce à eBay, vos annonces sont automatiquement optimisées pour les appareils mobiles (le secteur du commerce enregistrant la plus forte croissance)."
+"The first step is to link Magento to your eBay account.","La première étape consiste à lier Magento à votre compte eBay."
+"If you already have an eBay account, check that you are registered as an eBay business seller. If you don't yet have an eBay account it's easy to create one.","Si vous êtes déjà inscrit sur eBay, vérifiez que vous êtes inscrit en tant que vendeur professionnel. Si vous n'êtes pas encore inscrit sur eBay, vous pouvez créer votre compte facilement."
+"You have successfully installed M2E Pro v. %s .
+ Click
+ Start Configuration Wizard to quickly set up main settings","L'installation de M2E Pro v. %s est terminée. Cliquez sur l'Assistant Commencer la configuration pour configurer rapidement les paramètres principaux"
+"Step %d","Etape %d"
+"Congratulations!
+ You have successfully installed the new version of M2E Pro.
+ In this version 'Sell on eBay' has been separated from the other channels and completely updated. All data was successfully migrated but we would recommend you check the settings in light of the changes we’ve identified below.
+ ","Félicitations! La nouvelle version de M2E Pro a été installée. Dans cette version, la section 'Vendre sur eBay' est séparée des autres canaux et a été complètement mise à jour. Toutes les données ont été incluses dans la migration. Nous vous conseillons cependant de vérifier que les paramètres correspondent aux modifications exposées ci-dessous. "
+"1) Templates have been replaced by Policies","1) Les modèles ont été remplacés par les conditions"
+"All templates are now policies. Use these to create all the necessary settings for listing Magento products on eBay.
+ The templates have been renamed:
+
+
+
+ Previously known as:
+ New name of policy:
+ What’s included:
+
+
+ General
+ Payment
+ How buyers pay you
+
+
+ General
+ Shipping
+ Your shipping costs and service
+
+
+ General
+ Returns
+ Your returns window and who pays postage
+
+
+ Selling Format
+ Price, Quantity and Format
+ Detailed information including price, quantity and listing duration
+
+
+ Description, listing upgrades, product details and condition
+ Description
+ Settings to help you accurately describe your items
+
+
+ Synchronization
+ Synchronization
+ Settings for autosynchronization between Magento and eBay
+
+
+ ","Tous les modèles sont désormais des ensembles de conditions. Ces conditions permettent de créer tous les paramètres nécessaires à la mise en vente de produits Magento sur eBay. Les modèles ont été renommés : Ancien nom : Nouveau nom : Contenu : Général Paiement Modalités des paiements des acheteurs Général Livraison Frais et services de livraison Général Retours Délai et paiement des retours Format de mise en vente Prix, quantité et format Informations détaillées relatives au prix, à la quantité et à la durée de mise en vente Description, options de mise en vente, détails du produit et état Description Paramètres destinés à décrire précisément les objets Synchronisation Synchronisation Paramètres de synchronisation automatique entre Magento et eBay
"
+"2) Easier to create new listings","2) Simplification de la création d'annonces"
+"It’s now quicker and easier to create eBay listings. You can set up a single listing from scratch using custom setting mode or use previously saved information. You can also edit listings individually or in bulk with details in your listing settings*, policies and custom settings.
+
+
+ When your listings have been created, you can choose between 3 different modes to view and filter them:
+
+
+ eBay – displays product information related to eBay so it’s easy to find and edit listings in bulk (for example, list, relist, revise, stop etc)
+ Magento - displays product information related to the Magento catalogue such as Magento QTY, stock Status etc.
+ Settings – displays information in relation to the product settings (for example Selling settings, eBay categories etc) to make it easy to change settings in bulk.
+
+
+ * Attributes have been removed from listing settings.
+ ","Vous pouvez désormais créer des annonces eBay plus rapidement et plus facilement. Vous pouvez créer une nouvelle annonce à l'aide du mode personnalisé ou utiliser des informations enregistrées. Vous pouvez également modifier des annonces individuellement ou modifier plusieurs annonces simultanément pour mettre à jour les paramètres de mise en vente*, les conditions et les paramètres personnalisés. Une fois vos annonces créées, vous pouvez choisir 3 modes d'affichage et de filtrage différents : eBay – Affiche des informations produits associées à eBay pour vous permettre de rechercher et de modifier facilement plusieurs annonces simultanément (par exemple pour mettre les objets en vente, les remettre en vente, les modifier, arrêter la vente, etc.) Magento - Affiche des informations produits associées au catalogue Magento, telles que la quantité Magento, le statut du stock, etc. Paramètres – Présente des informations associées aux paramètres des produits (par exemple, les paramètres de vente, les catégories eBay, etc.) pour vous permettre de modifier facilement plusieurs paramètres simultanément. * Les attributs ont été supprimés des paramètres des annonces. "
+"Please check video tutorials to have quick overview of new UI.","Suivez les didacticiels vidéo pour découvrir rapidement la nouvelle interface."
+"3) Other improvements and changes","3) Autres améliorations et modifications"
+"
+ eBay Fee estimation has been added to the listing view, allowing you to see how much you’ll be charged for listing your item on eBay.
+
+ Automatic currency rate conversion has been added. If Magento has the currency conversion rate, it will be converted automatically to all your prices.
+
+ List / Relist Schedule has been removed from Amazon, Rakuten.com and Play.com synchronization templates and updated for eBay. It now covers both list and relist rules.
+
+ The following terms have been rephrased for eBay:
+
+
+ Account title is now eBay User ID
+ Marketplace is now eBay site
+ Template is now Policy
+ Actions On Categories' Products is now Automatic Actions
+
+
+ Simple / Advanced Mode for eBay . There are now two modes available for eBay.
+
+
+ Simple - for new users and those with limited inventory;
+ Advanced - for more experienced users.
+
+ You can change the mode any time in Sell on eBay > Configuration > General.
+
+ The global settings for M2E have been moved and divided into:
+
+
+ Common – for all channels. Find these settings in Magento > System > Configuration and select M2E Pro;
+ eBay settings. Find these settings in Sell on eBay > Configuration > General.
+
+
+ "," L'estimation des frais eBay a été ajoutée dans la page de mise en vente pour vous permettre de connaître le montant des frais de mise en vente de l'objet sur eBay. La conversion automatique des devises a été ajoutée. Si le taux de conversion est disponible dans Magento, tous les prix seront convertis automatiquement. La mise en vente/remise en vente programmée a été supprimée pour Amazon, Rakuten.com et Play.com, et modifiée pour eBay. Elle comprend désormais les règles de mise en vente et de remise en vente. Les termes suivants ont été modifiés pour eBay : Le titre du compte est désormais le Pseudo eBay La « place de marché » devient le site eBay Le modèle est désormais remplacé par les conditions Les actions pour les produits des catégories sont désormais les actions automatiques Mode simple/avancé pour eBay . Deux modes sont désormais disponibles pour eBay. Simple - Pour les nouveaux utilisateurs et ceux dont l'inventaire est limité. Avancé - Pour les utilisateurs expérimentés. Vous pouvez changer de mode à tout moment dans le menu Vendre sur eBay > Configuration > Général. Les paramètres généraux de M2E ont été déplacés et divisés comme suit : Partagés – Pour tous les canaux. Ces paramètres se trouvent dans Magento > Système > Configuration, sélectionnez M2E Pro. Paramètres eBay. Ces paramètres se trouvent dans Vendre sur eBay > Configuration > Général. "
+"Migration Notifications","Notifications de migration"
+"Below you can find all changes that have been made after migration. Click on the links to check or edit changed options.","Toutes les modifications apportées après la migration sont affichées ci-dessous. Cliquez sur les liens pour vérifier ou modifier les options concernées."
+"You have no notifications of Migration!","Vous n'avez aucune notification de migration."
+"eBay accounts have been renamed","Les comptes eBay ont été renommés"
+"eBay Condition has been changed in the next Description Templates","L'état eBay a été modifié dans les modèles Description suivants"
+"Ignore variation option has been moved from eBay General template to the Selling Format policy and set to default 'No'.
+ Below you can find the listings that used 'Yes' in this option. Please, check their the Selling Format settings to make sure the option has the value you need.
+ ","L'option Ignorer la version a été déplacée du modèle Général eBay vers les conditions Format de mise en vente et la valeur 'Non' a été sélectionnée par défaut. Les annonces pour lesquelles la valeur 'Oui' était utilisée sont affichées ci-dessous. Vérifiez les paramètres du format de mise en vente pour ces annonces afin de sélectionner la valeur de votre choix. "
+"'Products Presented in Other listings' option has been removed from the listing settings.
+ Instead of it you can use Advanced Filter on the Add products page.
+ Listings which used 'Do Not Show' in this option are displayed below
+ ","L'option 'Produits présentés dans d'autres annonces' a été supprimée des paramètres de mise en vente. Vous pouvez utiliser à la place le filtre avancé de la page Ajouter des produits. Les annonces qui utilisaient la valeur 'Ne pas afficher' pour cette option sont affichées ci-dessous "
+"Activation and Deactivation Synchronization Template options have been removed from the listings settings.
+ Synchronization template (policy) settings take effect immediately and will be active during whole its life.
+ The listings below used these options","Les options du modèle Synchronisation pour l'activation et la désactivation ont été supprimées des paramètres des annonces. Les paramètres du modèle (conditions) Synchronisation prennent effet immédiatement et restent actifs pendant toute sa durée de vie. Les annonces ci-dessous utilisaient ces options"
+"Schedule has been updated for eBay Synchronization policy. It now covers both list and relist rules.","La programmation a été modifiée pour les conditions Synchronisation d'eBay. Elle comprend désormais les règles de mise en vente et de remise en vente."
+"'Delay After End' option has been removed from eBay Synchronization template (policy). 'Immediate' is used instead of it in the listings below.","L'option 'Délai après l'arrêt' a été supprimée du modèle Synchronisation d'eBay (conditions). L'option 'Immédiat' est utilisée à la place dans les annonces ci-dessous."
+"Schedule has been removed from Amazon, Rakuten.com and Play.com.
+ The Schedule was listed in the listings below.
+ ","La programmation a été supprimée pour Amazon, Rakuten.com et Play.com. La programmation était définie dans les annonces ci-dessous. "
+"Custom value option has been removed from eBay Product Items Details settings (General template > Item Specifics).
+ Please, check the Description policies below","L'option de valeur personnalisée a été supprimée des paramètres des détails des objets pour les produits eBay (Modèle général > Caractéristiques des objets). Vérifiez les conditions Description ci-dessous"
+"During migration M2E has found unused Description templates (policies). Check if you need them.","Des modèles Description (conditions) inutilisés ont été détectés par M2E au cours de la migration. Vérifiez s'ils sont nécessaires."
+"Possible Conversions","Conversions possibles"
+"Rate","Taux"
+"Price Coefficient","Coefficient de prix"
+"Sale Price Coefficient","Coefficient de prix de vente"
+"Store Currency (%s)","Devise de la Boutique (%s)"
+"Marketplace Currency (%s)","Devise de la place de marché (%s)"
+"Conversion will not be performed.","La conversion ne sera pas effectuée."
+"Conversion will be performed.","La conversion sera effectuée."
+"Start Price Coefficient","Coefficient du prix de départ "
+"Buy It Now Price Coefficient","Coefficient du prix d'Achat immédiat"
+"Reserve Price Coefficient","Coefficient du prix de réserve "
+"converted from %s","converti de %s"
+"Price Euro Coefficient","Coefficient du prix en EUR"
+"Price GBR Coefficient","Coefficient du prix en GBP"
+"Invalid coefficient format.","Format du coefficient non valide."
+"Selling Format Currency Conversion","Conversion des devises Format de mise en vente"
+"In the table below you can see Selling Format templates, which prices will be converted.
+ The currency rate you can check in Manage currency rate settings. If you need to correct the prices, use coefficients.
+ ","Le tableau ci-dessous contient les modèles Format de mise en vente dont les prix seront convertis. Vous pouvez consulter le taux de change dans les paramètres Gérer le taux de change . Si vous devez corriger les prix, utilisez des coefficients. "
+"You have successfully upgraded to M2E Pro v. %s .
+ Click
+ Start Migration Wizard to quickly set up main settings","La mise à niveau vers M2E Pro v. %s est terminée. Cliquez sur l'assistant Commencer la migration pour configurer rapidement les paramètres principaux"
diff --git a/i18n/it_CH.csv b/i18n/it_CH.csv
new file mode 100644
index 000000000..ce64cdd7a
--- /dev/null
+++ b/i18n/it_CH.csv
@@ -0,0 +1,4438 @@
+"eBay Motors","eBay Motori"
+"Feedback Synchronization","Sincronizzazione Feedback"
+"Task ""3rd Party Listings Synchronization"" for eBay account: ""%s"" is in data processing state. Please wait...","L'attività ""Sincronizzazione inserzioni di terze parti"" per l'account eBay: ""%s"" è in stato di elaborazione dati. Attendi..."
+"Task ""Update Listings Products"" for eBay account: ""%s"" is in data processing state. Please wait...","L'attività ""Aggiorna prodotti delle inserzioni"" per l'account eBay: ""%s"" è in stato di elaborazione dati. Attendi..."
+"Task ""Update 3rd Party Listings"" for eBay account: ""%s"" is in data processing state. Please wait...","L'attività ""Aggiorna inserzioni di terze parti"" per l'account eBay: ""%s"" è in stato di elaborazione dati. Attendi..."
+"Payment Status was updated to Paid on eBay. As Magento Order #%order_id% can have wrong data, it have to be cancelled.","Stato del pagamento aggiornato in Pagato su eBay. Poiché l'ordine Magento #%order_id% può avere dati errati, deve essere annullato."
+"Task ""Orders Cancellation Synchronization"" for eBay account: ""%s"" is in data processing state. Please wait...","L'attività ""Sincronizzazione annullamento ordini"" per l'account eBay: ""%s"" è in stato di elaborazione dati. Attendi..."
+"Attention! Last eBay AUTOMATIC synchronization was performed by cron more than %s hours ago. You should set up cron job, otherwise no automatic synchronization will be performed. You can check this %sarticle%s to get how to set cron job. The command for cron job for your server environment can be found %shere%s.","Attenzione L'ultima sincronizzazione AUTOMATICA eBay è stata eseguita da Cron più di %s ore fa. Devi impostare il processo Cron, altrimenti non verrà eseguita alcuna sincronizzazione automatica. Per istruzioni su come impostare un processo Cron, puoi consultare questo %articolo%s. Il comando per il processo Cron per il tuo ambiente di server è disponibile %squi%s."
+"Please select and update eBay marketplaces before adding new General Templates.","Seleziona e aggiorna i mercati di eBay prima di aggiungere nuovi Modelli generali."
+"The ""Categories Synchronization"" action for eBay Site: ""%s"" is in data processing mode. Please wait...","L'azione ""Sincronizzazione categorie"" per il sito eBay: ""%s"" è in modalità di elaborazione dati. Attendi..."
+"The ""Categories Synchronization"" action for eBay Site: ""%mrk%"" is in data processing mode. Please wait...","L'azione ""Sincronizzazione categorie"" per il sito eBay: ""%mrk%"" è in modalità di elaborazione dati. Attendi..."
+"An error occured while listing the item. The item has been blocked. The next M2E Synchronization will resolve the problem.","Si è verificato un errore durante la messa in vendita dell'oggetto. L'oggetto è stato bloccato. Questo problema verrà risolto alla prossima sincronizzazione di M2E."
+"ID","ID"
+"Text","Testo"
+"Creation Date","Data di creazione"
+"Update Date","Data di aggiornamento"
+"Edit","Modifica"
+"Delete","Elimina"
+"Add Template","Aggiungi un modello"
+"Save","Salva"
+"Update","Aggiornamento"
+"Get Token","Codice temporaneo"
+"Synchronization Settings","Impostazioni sincronizzazione"
+"Refresh","Aggiorna"
+"Hide","Nascondi"
+"Configuration","Configurazione"
+"General","Generale"
+"3rd Party Listings","Inserzioni di terze parti"
+"eBay Store","Negozio eBay"
+"Orders","Ordini"
+"Feedback","Feedback"
+"Edit%s Account","Modifica%s account"
+"Add%s Account","Aggiungi%s account"
+"Save And Close","Salva e chiudi"
+"Save And Continue Edit","Salva e continua la modifica"
+"Back","Indietro"
+"eBay User ID","ID utente"
+"Add Account","Aggiungi account"
+"Category","Categoria"
+"eBay Primary","eBay principale"
+"eBay Secondary","eBay secondaria"
+"Store Primary","Negozio principale"
+"Store Secondary","Negozio secondaria"
+"Specifics","Specifiche"
+"Edit eBay Primary Category","Modifica la categoria principale eBay"
+"Title","Titolo"
+"Primary","Principale"
+"Secondary","Secondaria"
+"Type","Tipo"
+"eBay Site","Sito eBay"
+"Account","Account"
+"State","Stato"
+"Active","In corso"
+"Removed","Rimosse"
+"Actions","Azioni"
+"Magento Attribute","Attributo Magento"
+"Any","Qualsiasi"
+"eBay Sites","Siti eBay"
+"Synchronization","Sincronizzazione"
+"Policies","Regole"
+"Categories In Use","Categorie in uso"
+"Account Settings","Impostazioni dell'account"
+"Global Settings","Impostazioni generali"
+"Close","Chiudi"
+"Send","Invio"
+"Transaction ID","ID transazione"
+"Item ID","Numero oggetto"
+"Item Title","Titolo inserzione"
+"Buyer Feedback Date","Data Feedback acquirente"
+"Seller Feedback Date","Data Feedback venditore"
+"Neutral","Neutro"
+"Positive","Positivo"
+"Negative","Negativo"
+"Unresponded Feedback","Feedback senza risposta"
+"Responded Feedback","Feedback con risposta"
+"No ID For Auction","Nessun ID per asta online"
+"N/A","N/A"
+"Buyer","Acquirente"
+"Seller","Venditore"
+"Send Response","Invia risposta"
+"Feedback for account ""%s""","Feedback per l'account ""%s"""
+"Accounts","Account"
+"Creating A New M2E Listing","Creazione di una nuova inserzione M2E"
+"Show Video Tutorial","Mostra esercitazione video"
+"Next Step","Fase successiva"
+"Categories","Categorie"
+"Edit Rule","Modifica regola"
+"Delete Rule","Elimina regola"
+"Total","Totale"
+"details","dettagli"
+"Continue","Continua"
+"Add New Rule","Aggiungi nuova regola"
+"Magento Category","Categoria Magento"
+"eBay Categories","Categorie eBay"
+"Primary eBay Category Selected","Categoria principale eBay selezionata"
+"Primary eBay Category Not Selected","Categoria principale eBay non selezionata"
+"Edit Primary Category","Modifica categoria principale"
+"Edit Store Primary Category","Modifica categoria principale Negozio"
+"Edit Categories"," Modifica categorie. "
+"Edit Primary Categories","Modifica categorie principali"
+"Edit Store Primary Categories","Modifica categorie principali Negozio"
+"eBay Primary Category","Categoria principale eBay"
+"eBay Secondary Category","Categoria secondaria eBay"
+"eBay Store Primary Category","Categoria principale Negozio eBay"
+"eBay Store Secondary Category","Categoria secondaria Negozio eBay"
+"Not Selected","Non selezionato"
+"Magento Attribute -> %s","Attributo Magento -> %s"
+"Done","Fine"
+"Cancel","Annulla"
+"Set eBay Categories","Imposta categorie eBay"
+"Set eBay Categories (Based On Magento Categories)","Imposta categorie eBay (in base alle categorie Magento)"
+"Store Primary Category","Categoria principale Negozio"
+"Store Secondary Category","Categoria secondaria Negozio"
+"Category type is not set.","Il tipo di categoria non è impostato."
+"Recently Used","Utilizzate di recente"
+"Browse","Naviga"
+"Search","Cerca"
+"Set Your eBay Categories","Imposta le tue categorie eBay"
+"Product ID","ID prodotto"
+"Product Title","Titolo prodotto"
+"Get Suggested Primary Category","Accetta categoria principale consigliata"
+"Reset Categories","Reimposta categorie"
+"Remove Item","Rimuovi oggetto"
+"Get Suggested Primary Categories","Accetta categorie principali consigliate"
+"Remove Item(s)","Rimuovi oggetti"
+"Primary eBay Category","Categoria eBay principale"
+"Secondary eBay Category","Categoria eBay secondaria"
+"Primary eBay Store Category","Categoria Negozio eBay principale"
+"Secondary eBay Store Category","Categoria Negozio eBay secondaria"
+"You have not selected the Primary eBay Category for some products.","Non hai selezionato la categoria principale di eBay per alcuni prodotti."
+"Are you sure?","Sei sicuro di voler continuare?"
+"eBay could not assign categories for %s products.","eBay non può assegnare le categorie per %s prodotto/i."
+"Suggested Categories were successfully received for %s product(s).","Le categorie consigliate sono state ricevute correttamente per %s prodotto/i."
+"Set eBay Category","Imposta categoria eBay"
+"Set eBay Category for Product(s)","Imposta categoria eBay per i prodotti"
+"Set eBay Primary Category for Product(s)","Imposta categoria principale eBay per i prodotti"
+"eBay Same Categories","Stesse categorie eBay"
+"Yes","Sì"
+"No","No"
+"eBay Categories Specifics","Specifiche categorie eBay"
+"Next Category","Categoria successiva"
+"Loading. Please wait","Caricamento in corso. Attendi"
+"Add Custom Specific","Aggiungi specifico personalizzato"
+"Title / Info","Titolo/informazioni"
+"Total Items","Totale oggetti"
+"Active Items","nelle inserzioni in corso"
+"Inactive Items","Oggetti inattivi"
+"Sold QTY","Quantità venduta"
+"Clear Log(s)","Cancella registro/i"
+"Delete Listing(s)","Elimina inserzione/i"
+"Admin (Default Values)","Amministrazione (valori predefiniti)"
+"Magento Store View","Negozio Magento"
+"Manage Products","Gestisci prodotti"
+"Add Products from Products List","Aggiungi prodotti da Elenco prodotti"
+"Add Products from Categories","Aggiungi prodotti da Categorie"
+"Automatic Actions","Azioni automatiche"
+"View Logs","Vedi registri"
+"Delete Listing","Elimina inserzione"
+"Edit Listing Title","Modifica titolo inserzione"
+"Edit Listing Settings","Modifica impostazioni inserzione"
+" - Payment And Shipping"," - Pagamento e spedizione"
+" - Selling"," - Vendite"
+" - Synchronization"," - Sincronizzazione"
+"Log For%s Listing","Registro per%s inserzione"
+"Show General Log","Mostra registro generale"
+"Listings were not found.","Impossibile trovare le inserzioni."
+"eBay Item ID","ID oggetto eBay"
+"Product Name","Nome prodotto"
+"Action","Azione"
+"Description","Descrizione"
+"Run Mode","Modalità di esecuzione"
+"Priority","Priorità"
+"Log For%s 3rd Party Listing","Registro per%s inserzione di terze parti"
+"Source","Fonte"
+"Revise Rules","Modifica regole"
+"Relist Rules","Regole per la rimessa in vendita"
+"Stop Rules","Blocca regole"
+"Edit%s 3rd Party Synchronization Settings","Modifica%s impostazioni sincronizzazione di terze parti"
+"Product Title / SKU","Titolo/codice prodotto"
+"eBay Available QTY","Q.tà disponibile su eBay"
+"eBay Sold QTY","Q.tà vendute su eBay"
+"eBay Price","Prezzo eBay"
+"Status","Stato"
+"Listed","In vendita"
+"Listed (Hidden)","Messo in vendita (nascosto)"
+"Sold","Venduti"
+"Stopped","Bloccati"
+"Finished","Fine"
+"Pending","In sospeso"
+"Start Date","Data inizio"
+"End Date","Data di scadenza"
+"Unmap","Annulla associazione"
+"View Log","Vedi registro"
+"Clear Log","Cancella registro"
+"Revise Item(s)","Modifica oggetto/i"
+"Relist Item(s)","Rimetti in vendita oggetto/i"
+"Stop Item(s)","Blocca oggetto/i"
+"Map Item(s) Automatically","Associa oggetto/i automaticamente"
+"Move Item(s) to Listing","Sposta oggetto/i su inserzione"
+"Map","Mappa"
+"Move","Sposta"
+"SKU","Codice prodotto"
+"Revise","Modifica"
+"Relist","Rimetti in vendita"
+"Stop","Stop"
+"Status Change","Modifica dello stato"
+"Manual","Manuale"
+"Automatic","Automatica"
+"Mapping Product","Associazione prodotto"
+"Product does not exist.","Il prodotto non esiste."
+"Please enter correct product ID.","Immetti l'ID prodotto corretto."
+"Product(s) was successfully mapped.","Prodotto/i associato/i correttamente."
+"Please enter correct product ID or SKU","Immetti l'ID prodotto o il codice prodotto corretto"
+"Moving eBay Items.","Spostamento oggetti eBay in corso."
+"Products failed to move","Impossibile spostare i prodotti"
+"Product(s) was successfully moved.","Prodotto/i spostato/i correttamente."
+"Products were not moved. View log for details.","I prodotti non sono stati spostati. Vedi il registro per ulteriori informazioni."
+"Some of the products were not moved. View log for details.","Alcuni prodotti non sono stati spostati. Vedi il registro per ulteriori informazioni."
+"Product was successfully mapped.","Prodotto associato correttamente."
+"Current eBay version only supports simple products in mapping. Please, choose simple product.","La versione eBay corrente supporta solo prodotti semplici nell'associazione. Scegli un prodotto semplice."
+"Processing %s product(s).","Elaborazione %s prodotti."
+"Task completed. Please wait ...","Attività completata. Attendi..."
+"""%s"" task has successfully completed.","L'attività ""%s"" è stata completata correttamente."
+"""%s"" task has completed with warnings. View log for details.","L'attività ""%s"" è stata completata con avvisi. Vedi il registro per ulteriori informazioni."
+"""%s"" task has completed with errors. View log for details.","L'attività ""%s"" è stata completata con errori. Vedi il registro per ulteriori informazioni."
+"Sending %s product(s) data on eBay.","Invio dati di %s su eBay in corso."
+"View All Product Log.","Vedi il registro di tutti i prodotti."
+"The listing was locked by another process. Please try again later.","L'inserzione è stata bloccata da un altro processo. Riprova più tardi."
+"Listing is empty.","Inserzione vuota."
+"Listing All Items On eBay","Messa in vendita di tutti gli oggetti su eBay in corso"
+"Listing Selected Items On eBay","Messa in vendita degli oggetti selezionati su eBay in corso"
+"Revising Selected Items On eBay","Revisione degli oggetti selezionati su eBay in corso"
+"Relisting Selected Items On eBay","Rimessa in vendita degli oggetti selezionati su eBay in corso"
+"Stopping Selected Items On eBay","Blocco degli oggetti selezionati su eBay in corso"
+"Stopping On eBay And Removing From Listing Selected Items","Blocco su eBay e rimozione dalla messa in vendita degli oggetti selezionati in corso"
+"Map Item(s) to Products","Associa oggetto/i ai prodotti"
+"Only mapped products must be selected.","Solo i prodotti associati possono essere selezionati."
+"Selected items must belong to the same Account and Marketplace.","Gli oggetti selezionati devono appartenere allo stesso account e mercato."
+"Please select items.","Seleziona gli oggetti."
+"Please select action.","Seleziona l'azione."
+"Stock Availability","Disponibilità in magazzino"
+"In Stock","In magazzino"
+"Out of Stock","Esaurito"
+"Price","Prezzo"
+"Qty","Q.tà"
+"Based on Magento Categories","In base alle categorie Magento"
+"You must select at least 1 category.","Devi selezionare almeno 1 categoria."
+"Rule with the same title already exists.","Esiste già una regola con lo stesso titolo."
+"Listing Settings Customization","Personalizzazione impostazioni inserzione"
+"eBay/Magento Integration: Products Management","Integrazione eBay/Magento: gestione dei prodotti"
+"Congratulations","Complimenti"
+"Review Your Items","Controlla i tuoi oggetti"
+"List Your Items Now","Metti in vendita ora i tuoi oggetti"
+"Remove","Rimuovi"
+"of","di"
+"Visibility","Visibilità"
+"Websites","Siti Web "
+"Select Products","Seleziona prodotti"
+"Start Configure","Avvia configurazione"
+"
+ Do you want to set up a rule by which products will be automatically added or deleted from the current M2E listing?
+ .
+
+Click Start Configure to create a rule or Cancel if you do not want to do it now.
+
+Note: You can always return to it by clicking Automatic Action button on this page."," Desideri impostare una regola per aggiungere o eliminare automaticamente i prodotti dall'inserzione M2E corrente? . Per creare una regola, clicca su Avvia configurazione o su Annulla se preferisci ignorare questo passaggio.Nota: puoi sempre impostare una regola cliccando sul pulsante Azione automatica in questa pagina."
+"Yes, I Want","Sì, crea una regola"
+"No, Skip It","No, ignora questo passaggio"
+"Do you want to customise M2E Listing settings for the necessary products?","Desideri personalizzare le impostazioni dell'inserzione M2E per i prodotti richiesti?"
+"It is possible to override default settings you set on the previous steps and set different
+ settings for the group of products.","È possibile ignorare le impostazioni predefinite configurate nei precedenti passaggi e definire nuove impostazioni per il gruppo di prodotti."
+"Remember my choice","Ricorda la mia scelta"
+"Product Title / Listing / SKU","Titolo/inserzione/codice prodotto"
+"Listing Type","Tipo di inserzione"
+"M2E Pro","M2E Pro"
+"3rd Party","Terze parti"
+"""Buy It Now"" Price","Prezzo ""Compralo Subito"""
+"Unknown","Sconosciuto"
+"Not Listed","Non messo in vendita"
+"Manage","Gestisci"
+"Listing","Inserzione"
+"receiving","ricezione"
+"none","nessuna"
+"Go to listing","Vai all'inserzione"
+"Payment and Shipping Settings","Impostazioni pagamento spedizione"
+"Payment","Pagamento"
+"Use from Listing Settings","Recupera da impostazioni inserzione"
+"Custom Settings","Impostazioni personalizzate"
+"M2E Pro Policy","Regole di M2E Pro"
+"eBay Policy","Regole di eBay"
+"Shipping","Spedizione"
+"Return","Restituzione"
+"Selling Settings","Impostazioni vendite"
+"Price, Quantity and Format","Prezzo, quantità e formato"
+"Edit Settings","Modifica impostazioni "
+"Edit Payment and Shipping Settings","Modifica impostazioni pagamento spedizione"
+"Edit Selling Settings","Modifica impostazioni vendite"
+"Edit Synchronization Settings","Modifica impostazioni di sincronizzazione"
+"M2E Pro -> ","M2E Pro -> "
+"eBay -> ","eBay -> "
+"for","per"
+"Set Products Settings","Configura impostazioni prodotti"
+"Add Products","Aggiungi prodotti"
+"Payment and Shipping","Pagamento e spedizione"
+"Selling","In vendita"
+"Edit Listing Settings ""%s""","Modifica impostazioni inserzioni ""%s"""
+"Previous Step","Passaggio precedente"
+"Data source is invalid.","L'origine dati non è valida."
+"Session key is not defined.","Il codice della sessione non è definito."
+"Save as New Policy","Salva come nuova regola"
+"Template nick is not defined.","Lo pseudonimo del modello non è definito."
+"Template mode is not initialized.","La modalità del modello non è inizializzata."
+"Product Title / SKU / eBay Category","Titolo/codice prodotto/categoria eBay"
+"Available QTY","Quantità disponibile"
+"Adviser","Consulente"
+"List Item(s) on eBay","Metti in vendita oggetti su eBay"
+"Revise Item(s) on eBay","Modifica oggetti su eBay"
+"Relist Item(s) on eBay","Rimetti in vendita oggetti su eBay"
+"Stop Item(s) on eBay","Interrompi oggetti su eBay"
+"Stop on eBay / Remove From Listing","Interrompi su eBay/Rimuovi dall'inserzione"
+"Move Item(s) to Another Listing","Sposta oggetto/i su un'altra inserzione"
+"Edit eBay Categories Settings","Modifica impostazioni categorie eBay"
+"eBay Fee","Stima tariffe"
+"estimate","eBay"
+"List","Elenco"
+"Stop on Channel / Remove from Listing","Blocca sul canale/Rimuovi dall'inserzione"
+"Success","Riuscito"
+"Notice","Avviso"
+"Warning","Attenzione"
+"Error","Errore"
+"Product(s) was not moved. View log for details.","Prodotto/i non spostato/i. Vedi il registro per ulteriori informazioni."
+"Some product(s) was not moved. View log for details.","Alcuni prodotti non sono stati spostati. Vedi il registro per ulteriori informazioni."
+"Estimated Fee Details","Informazioni sulle tariffe stimate"
+"Please check eBay Motors compatibility attribute.
+ You can find it in %s > Configuration > General .","Verifica l'attributo compatibilità con eBay Motori. L'attributo è disponibile in %s > Configurazione > Generale ."
+"Fees are not set.","Le tariffe non sono impostate."
+"Errors are not set.","Gli errori non sono impostati."
+"eBay","eBay"
+"Settings","Impostazioni"
+"Magento","Magento"
+"View Mode","Modalità vista"
+"View mode is not set.","La modalità della vista non è impostata."
+"eBay Primary Category Assigned","Categoria principale eBay assegnata"
+"Compatibility","Compatibilità"
+"Filled","Compilato"
+"Empty","Vuoto"
+"Edit eBay Primary Categories Settings","Modifica impostazioni categorie principali eBay"
+"Edit eBay Store Primary Categories Settings","Modifica impostazioni categorie principali Negozio eBay"
+"Add Compatible Vehicles","Aggiungi veicoli compatibili"
+"Not Set","Non impostato"
+"Show","Mostra"
+"Product","Attributo"
+"Attribute","prodotto"
+"ePIDs","ePID"
+"Compatibility Attribute ePIDs","Attributo compatibilità ePID"
+"View Listing","Vedi inserzione"
+"Change Listing","Modifica inserzione"
+"Compatibility Attribute","Attributo compatibilità"
+"From Products List","Da elenco di prodotti"
+"From Categories","Da categorie"
+"Add Listing","Aggiungi inserzione"
+"Listings","Inserzioni"
+"Update Now","Aggiorna ora"
+"Save And Update","Salva e aggiorna"
+"ePID","ePID"
+"Car / Truck","Auto / Autocarro"
+"Motorcycle","Moto"
+"Make","Marca"
+"Model","Modello"
+"Submodel","Modello secondario"
+"Year","Anno"
+"Trim","Ritaglia"
+"Engine","Motore"
+"Overwrite ePIDs in Compatibility Attribute","Sovrascrivi ePID in attributo compatibilità"
+"Add ePIDs to Compatibility Attribute","Aggiungi ePID ad attributo compatibilità"
+"Edit Shipping Address","Modifica l'indirizzo per la spedizione"
+"Save Order Address","Salva l'indirizzo dell'ordine "
+"Sale Date","Data vendita"
+"Magento Order #","Numero ordine Magento"
+"eBay Order #","N. ordine eBay"
+"Items","Oggetti"
+"Total Paid","Totale pagato"
+"Reservation","Prenotazione"
+"Not Reserved","Non prenotata"
+"Reserved","Prenotata"
+"Released","Sbloccata"
+"Canceled","Annullato"
+"Checkout","Modulo di pagamento"
+"Paid","Pagato"
+"Shipped","Spedito"
+"View","Vista"
+"Create Order","Crea ordine"
+"Mark As Paid","Segnala come pagato"
+"Mark As Shipped","Segnala come spedito"
+"Reserve QTY","Prenota quantità"
+"Cancel QTY Reserve","Annulla prenotazione quantità"
+"Mark Order(s) as Shipped","Segnala ordini come spediti"
+"Mark Order(s) as Paid","Segnala ordini come pagati"
+"Resend Shipping Information","Invia di nuovo le Informazioni sulla spedizione"
+"Deleted","Eliminata"
+"edit","modifica"
+"Options","Opzioni"
+"QTY","Q.TÀ"
+"Transaction","Transazione"
+"Item","Oggetto"
+"Transaction #","Numero transazione"
+"Fee","Tariffa"
+"Amount","Importo"
+"Date","Data"
+"Incl. Tax","Incl. Imposte"
+"Excl. Tax","Escl. Imposte"
+"Original Price","Prezzo originale"
+"Tax Percent","Percentuale imposte"
+"Row Total","Totale"
+"View on eBay","Vedi su eBay"
+"Map to Magento Product","Associa al prodotto Magento"
+"Set Options","Imposta opzioni"
+"View Order Details","Vedi i dettagli dell'ordine"
+"Mark as Shipped","Segnala come spedito"
+"Mark as Paid","Segnala come pagato"
+"Are you sure that you want to create new Magento Order?","Vuoi creare un nuovo ordine Magento?"
+"Confirm","Conferma"
+"Run Now","Esegui ora"
+"Run Enabled Now","Esegui elementi abilitati"
+"Save Settings","Salva"
+"Subtitle","Sottotitolo"
+"Condition","Condizioni"
+"Condition Description","Descrizione delle condizioni"
+"Buy It Now Price","Prezzo Compralo Subito"
+"Start Price","Prezzo di partenza"
+"Reserve Price","Prezzo di riserva"
+"Listing Duration","Durata dell'inserzione"
+"Dispatch Time","Tempo di spedizione"
+"Primary Category Id","ID categoria principale"
+"Secondary Category Id","ID categoria secondaria"
+"Store Primary Category Id","ID categoria principale Negozio"
+"Store Secondary Category Id","ID categoria secondaria Negozio"
+"Primary Category Name","Nome categoria principale"
+"Secondary Category Name","Nome categoria secondaria"
+"Store Primary Category Name","Nome categoria principale Negozio"
+"Store Secondary Category Name","Nome categoria secondaria Negozio"
+"Domestic Shipping First Method","Primo metodo per spedizione nazionale"
+"Domestic Shipping First Cost","Primo costo per spedizione nazionale"
+"Domestic Shipping First Additional Cost","Primo costo aggiuntivo per spedizione nazionale"
+"International Shipping First Method","Primo metodo per spedizione internazionale"
+"International Shipping First Cost","Primo costo per spedizione internazionale"
+"International Shipping First Additional Cost","Primo costo aggiuntivo per spedizione internazionale"
+"Insert","Inserisci"
+"Show / Hide Editor","Mostra/nascondi editor"
+"Preview","Anteprima"
+"View Random Product","Vedi prodotto casuale"
+"Edit ""%s"" %s Policy","Modifica regola ""%s"" %s"
+"Add %s Policy","Aggiungi regola %s"
+"Duplicate","Duplica"
+"
+Note: All changes you have made will be automatically applied to all M2E listings where this policy is used.","Nota: tutte le modifiche apportate verranno applicate automaticamente alle inserzioni M2E per le quali è stata prevista questa regola."
+"Template nick is not set.","Lo pseudonimo del modello non è impostato."
+"Marketplace is required for editing payment template.","Il mercato è necessario per modificare il modello di pagamento."
+"Marketplace is required for editing return template.","Il mercato è necessario per modificare il modello di restituzione."
+"Please find more about currency rate set up in'
+ . ' magento documentation .","Ulteriori informazioni sul tasso di cambio impostato nella documentazione Magento ."
+"Name","Nome"
+"Select","Seleziona"
+"Reset","Azzera"
+"Marketplace is required for editing shipping template.","Il mercato è necessario per modificare il modello di spedizione."
+"Add Policy","Aggiungi regola"
+"eBay DateTime object is null","Oggetto DateTime eBay nullo"
+"Wrong action type","Tipo di azione errato"
+"Listing ""%listingId%"" locked by other process.","Inserzione ""%listingId%"" bloccata da un altro processo."
+"Relisting","Rimessa in vendita"
+"Revising","Revisione"
+"Stopping","Blocco"
+"Item is listed or not available","Oggetto in vendita o non disponibile"
+"Categories settings are not set","Le impostazioni delle categorie non sono impostate"
+"There is another item with the same eBay user ID,
+ product ID and marketplace presented in ""%s"" (%d) Listing.","Esiste un altro oggetto con lo stesso ID utente eBay, ID prodotto e mercato nell'inserzione ""%s"" (%d)."
+"Item was successfully listed","Oggetto messo in vendita correttamente"
+"There is another item with the same eBay user ID,
+ product ID and marketplace presented in ""%s"" (%d) Listing.","Esiste un altro oggetto con lo stesso ID utente eBay, ID prodotto e mercato nell'inserzione ""%s"" (%d)."
+"Multiple Item Connector has received empty array","Il connettore di più oggetti ha ricevuto una matrice vuota"
+"Multiple Item Connector has received invalid product data type","Il connettore di più oggetti ha ricevuto un tipo di dati di prodotto non valido"
+"Multiple Item Connector has received products from different listings","Il connettore di più oggetti ha ricevuto prodotti da inserzioni diverse"
+"Listing product was not found","Impossibile trovare il prodotto dell'inserzione"
+"The item either is listed, or not listed yet or not available","L'oggetto è messo in vendita, non ancora messo in vendita o non disponibile"
+"Item already was started on eBay","Oggetto già iniziato su eBay"
+"Item was successfully relisted","Oggetto rimesso in vendita correttamente"
+"This item cannot be accessed on eBay. M2E set Not Listed status.","Non è possibile accedere a questo oggetto su eBay. Stato M2E impostato su Non messo in vendita."
+"Item is not listed or not available","Oggetto non in vendita o non disponibile"
+"Variation attributes were changed. Please stop and list product.","Gli attributi variante sono stati modificati. Blocca e metti in vendita il prodotto."
+"Item was already stopped on eBay","Oggetto già bloccato su eBay"
+"Item was successfully revised","Oggetto revisionato correttamente"
+"Item was successfully stopped","Oggetto bloccato correttamente"
+"eBay Order status was not updated. Reason: %msg%","Stato dell'ordine eBay non aggiornato. Motivo: %msg%"
+"Status of India site orders cannot be updated if the buyer uses PaisaPay payment method.","Impossibile aggiornare lo stato degli ordini del sito India se l'acquirente usa PaisaPay come metodo di pagamento."
+"Invalid action.","Azione non valida."
+"Payment status for eBay order was not updated. Reason: eBay Failure.","Stato del pagamento per l'ordine eBay non aggiornato. Motivo: errore eBay."
+"Payment status for eBay order was updated to Paid.","Stato del pagamento per l'ordine eBay aggiornato in Pagato."
+"Shipping status for eBay order was not updated. Reason: eBay Failure.","Stato della spedizione per l'ordine eBay non aggiornato. Motivo: errore eBay."
+"Tracking number ""%num%"" for ""%code%"" has been sent to eBay.","Il codice della spedizione ""%num%"" per ""%code%"" è stato inviato a eBay."
+"Shipping status for eBay order was updated to Shipped.","Stato della spedizione per l'ordine eBay aggiornato in Spedito."
+"Dispute cannot be opened. Reason: Dispute explanation is not defined.","Impossibile aprire la controversia. Motivo: spiegazione della disputa non definita."
+"Dispute cannot be opened. Reason: Dispute reason is not defined.","Impossibile aprire la controversia. Motivo: motivo della disputa non definito."
+"Unpaid Item Process was not open for item #%id%. Reason: %msg%","Procedura per il mancato pagamento di un oggetto non aperta per l'oggetto #%id%. Motivo: %msg%"
+"Unpaid Item Process was not open for item #%id%. Reason: eBay failure. Please try again later.","Procedura per il mancato pagamento di un oggetto non aperta per l'oggetto #%id%. Motivo: errore eBay. Riprova più tardi."
+"Unpaid Item Process for item #%id% has been initiated.","Procedura per il mancato pagamento per l'oggetto #%id% avviata."
+"Action was not completed (Item: %item_id%, Transaction: %trn_id%). Reason: %msg%","Azione non completata (oggetto: %item_id%, transazione: %trn_id%). Motivo: %msg%"
+"Shipping status was not updated (Item: %item_id%, Transaction: %trn_id%). Reason: %msg%","Stato della spedizione non aggiornato (oggetto: %item_id%, transazione: %trn_id%). Motivo: %msg%"
+"Shipping status was not updated (Item: %item_id%, Transaction: %trn_id%). Reason: eBay Failure.","Stato della spedizione non aggiornato (oggetto: %item_id%, transazione: %trn_id%). Motivo: errore eBay."
+"Tracking number ""%num%"" for ""%code%"" has been sent to eBay (Item: %item_id%, Transaction: %trn_id%).","Il codice della spedizione ""%num%"" per ""%code%"" è stato inviato a eBay (oggetto: %item_id%, transazione: %trn_id%)."
+"Order item has been marked as shipped (Item: %item_id%, Transaction: %trn_id%).","L'oggetto dell'ordine è stato contrassegnato come spedito (oggetto: %item_id%, transazione: %trn_id%)."
+"Other listings locked by other process.","Altre inserzioni bloccate da un altro processo."
+"The item either is listed or not available","Oggetto in vendita o non disponibile"
+"The item either is not listed or not available","Oggetto non in vendita o non disponibile"
+"qty","q.tà"
+"price","prezzo"
+"title","titolo"
+"subtitle","sottotitolo"
+"description","descrizione"
+"was successfully revised","revisionato correttamente"
+"Listing ID must be specified.","Devi specificare l'ID inserzione."
+"%s: attribute(s) %s were not found in this product and its value was not sent.","%s: impossibile trovare gli attributi %s in questo prodotto; il relativo valore non è stato inviato."
+"The product was listed as a simple product as it has limitation for multi-variation items. '.
+ 'Reason: eBay site allows to list only simple items","Il prodotto è stato messo in vendita come prodotto semplice in quanto presenta una limitazione per le inserzioni con varianti. '. ""Motivo: il sito eBay consente di mettere in vendita solo oggetti semplici"""
+"The product was listed as a simple product as it has limitation for multi-variation items. '.
+ 'Reason: eBay primary category allows to list only simple items.","Il prodotto è stato messo in vendita come prodotto semplice in quanto presenta una limitazione per le inserzioni con varianti. '. ""Motivo: la categoria principale eBay consente di mettere in vendita solo oggetti semplici""."
+"The product was listed as a simple product as it has limitation for multi-variation items. '.
+ 'Reason: ignore variation option is enabled in selling format policy.","Il prodotto è stato messo in vendita come prodotto semplice in quanto presenta una limitazione per le inserzioni con varianti. '. ""Motivo: l'opzione Ignora variante è abilitata nelle Regole sul formato di vendita""."
+"The product was listed as a simple product as it has limitation for multi-variation items. '.
+ 'Reason: listing type ""auction"" does not support multi-variations.","Il prodotto è stato messo in vendita come prodotto semplice in quanto presenta una limitazione per le inserzioni con varianti. '. ""Motivo: il tipo di inserzione ""Asta online"" non supporta le varianti""."
+"Change Images for Attribute","Modifica immagini per attributo"
+"Duration","Durata"
+"Private Listing","Inserzione privata"
+"%s field(s) were ignored because eBay doesn't allow revise the item if it has sales,
+ bids for auction type or less than 12 hours remain before the item end.","Sono stati ignorati %s campo/i in quanto eBay non consente di modificare un oggetto se è stato venduto, se ci sono offerte per l'Asta online o se mancano meno di 12 ore alla scadenza dell'oggetto."
+"Duration field(s) was ignored because
+ eBay doesn't allow revise the item if Best Offer is enabled.","Sono stati ignorati i campi relativi alla durata in quanto eBay non consente di modificare un oggetto se è stata abilitata la Proposta d'acquisto."
+"variations","varianti"
+"images","immagini"
+"Communication with eBay is started. Please wait...","La comunicazione con eBay è iniziata. Attendi..."
+"Please wait...","Attendi..."
+"product(s) with id(s)","prodotti con id"
+"Communication with eBay is finished. Please wait...","La comunicazione con eBay è terminata. Attendi..."
+"Item status was successfully changed to ""Listed"".","Lo stato dell'oggetto è stato modificato correttamente in ""Messo in vendita""."
+"Item status was successfully changed to ""Sold"".","Lo stato dell'oggetto è stato modificato correttamente in ""Venduto""."
+"Item status was successfully changed to ""Stopped"".","Lo stato dell'oggetto è stato modificato correttamente in ""Interrotto""."
+"Item status was successfully changed to ""Finished"".","Lo stato dell'oggetto è stato modificato correttamente in ""Terminato""."
+"Item was successfully added","Oggetto aggiunto correttamente"
+"Method require loaded instance first","Il metodo richiede prima un'istanza caricata"
+"Fixed Price","Inserzione Compralo Subito"
+"Auction","Asta online"
+"Business Day","Giorno lavorativo"
+"Business Days","Giorni lavorativi"
+"Same","Stesso"
+"New","Nuovo"
+"New Other","Nuovo - Altro"
+"New With Defects","Nuovo con difetti"
+"Manufacturer Refurbished","Ricondizionato dal produttore"
+"Seller Refurbished","Ricondizionato dal venditore"
+"Used","Usato"
+"Very Good","Ottimo"
+"Good","Buono"
+"Acceptable","Sufficiente"
+"For Parts or Not Working","Per parti di ricambio o non funzionante"
+"Free","Gratis"
+"Invalid listing type in attribute.","Tipo di inserzione non valido nell'attributo."
+"Category ID","ID categoria"
+"Category Path","Percorso della categoria"
+"Please choose a condition to add...","Seleziona una condizione da aggiungere..."
+"Conditions Combination","Combinazione di condizioni"
+"eBay Values","Valori eBay"
+"Product Attribute","Attributo prodotto"
+"Payment status was updated to Paid on eBay.","Stato del pagamento aggiornato in Pagato su eBay."
+"Shipping status was updated to Shipped on eBay.","Stato della spedizione aggiornato in Spedito su eBay."
+"Buyer has changed the shipping address of this order at the time of completing payment on eBay.","L'acquirente ha modificato l'indirizzo di spedizione di questo ordine al momento di completare il pagamento su eBay."
+"Duplicated eBay orders with ID #%id%.","Ordini eBay duplicati con ID #%id%."
+"Order Creation Rules were not met. Press Create Order button at Order view page to create it anyway.","Regole di creazione dell'ordine non soddisfatte. Premi il pulsante Crea ordine sulla pagina di visualizzazione dell'ordine per crearlo comunque."
+"Magento Order #%order_id% should be canceled as new combined eBay order #%new_id% was created.","È necessario annullare l'ordine Magento #%order_id% poiché un nuovo ordine eBay combinato #%new_id% è stato creato."
+"eBay Order #%old_id% was deleted as new combined order #%new_id% was created.","L'ordine eBay #%old_id% è stato eliminato poiché un nuovo ordine combinato #%new_id% è stato creato."
+"Unable to create directory '%directory%'.","Impossibile creare la directory '%directory%'."
+"Image %url% was not downloaded.","Immagine %url% non scaricata."
+"Product import is disabled in eBay Account settings.","L'importazione del prodotto è disabilitata nelle impostazioni di account eBay."
+"Data obtaining for eBay Item failed. Please try again later.","Ottenimento dati per oggetto eBay non riuscito. Riprova più tardi."
+"Product for eBay Item #%id% was created in Magento catalog.","Il prodotto per l'oggetto eBay #%id% è stato creato nel catalogo Magento."
+"Magento Order creation for items listed by M2E Pro is disabled in Account settings.","La creazione dell'ordine Magento per oggetti messi in vendita da M2E Pro è disabilitata nelle impostazioni di account."
+"Magento Order creation for items listed by 3rd party software is disabled in Account settings.","La creazione dell'ordine Magento per oggetti messi in vendita da software di terze parti è disabilitata nelle impostazioni di account."
+"Product import is disabled in Account settings.","L'importazione del prodotto è disabilitata nelle impostazioni di account."
+"Not Selected Yet","Non ancora selezionato"
+"eBay Shipping","Spedizione eBay"
+"Checkout Message From Buyer","Messaggio di pagamento dall'acquirente"
+"Customer with ID specified in eBay account settings does not exist.","Il cliente con l'ID specificato nelle impostazioni di account eBay non esiste."
+"Invalid component mode.","Modalità componente non valida."
+"Magento Order was canceled.","Ordine Magento annullato."
+"Magento Order cannot be canceled.","Impossibile annullare l'ordine Magento."
+"Task ""Remove Duplicated Products"" is started. Please wait...","L'attività ""Rimuovi prodotti duplicati"" è iniziata. Attendi..."
+"Task ""Remove Duplicated Products"" is finished. Please wait...","L'attività ""Rimuovi prodotti duplicati"" è terminata. Attendi..."
+"Duplicated item %s was found and stopped on eBay.","È stato trovato ed interrotto su eBay l'oggetto duplicato %s."
+"Item status was successfully changed to ""Not Listed"".","Lo stato dell'oggetto è stato modificato correttamente in ""Non messo in vendita""."
+"Item status was successfully changed to ""Hidden"".","Lo stato dell'oggetto è stato modificato correttamente in ""Nascosto""."
+"Task ""Remove Unused Templates"" is started. Please wait...","L'attività ""Rimuovi modelli non utilizzati"" è iniziata. Attendi..."
+"Task ""Remove Unused Templates"" is finished. Please wait...","L'attività ""Rimuovi modelli non utilizzati"" è terminata. Attendi..."
+"Task ""Update Listings Products"" is started. Please wait...","L'attività ""Aggiorna prodotti delle inserzioni"" è iniziata. Attendi..."
+"Task ""Update Listings Products"" is finished. Please wait...","L'attività ""Aggiorna prodotti delle inserzioni"" è terminata. Attendi..."
+"Task ""Update Listings Products"" for eBay account: ""%s"" is started. Please wait...","L'attività ""Aggiorna prodotti delle inserzioni"" per l'account eBay: ""%s"" è iniziata. Attendi..."
+"Task ""Default Synchronization"" is started. Please wait...","L'attività ""Sincronizzazione predefinita"" è iniziata. Attendi..."
+"Task ""Default Synchronization"" is finished. Please wait...","L'attività ""Sincronizzazione predefinita"" è terminata. Attendi..."
+"The ""Receive"" action is started. Please wait...","L'azione ""Ricezione"" è iniziata. Attendi..."
+"The ""Receive"" action is finished. Please wait...","L'azione ""Ricezione"" è terminata. Attendi..."
+"The ""Receive"" action for eBay account: ""%s"" is started. Please wait...","L'azione ""Ricezione"" per l'account eBay: ""%s"" è iniziata. Attendi..."
+"The ""Response"" action is started. Please wait...","L'azione ""Risposta"" è iniziata. Attendi..."
+"The ""Response"" action is finished. Please wait...","L'azione ""Risposta"" è terminata. Attendi..."
+"Task ""Feedback Synchronization"" is started. Please wait...","L'attività ""Sincronizzazione Feedback"" è iniziata. Attendi..."
+"Task ""Feedback Synchronization"" is finished. Please wait...","L'attività ""Sincronizzazione Feedback"" è terminata. Attendi..."
+"The ""Categories Synchronization"" action is started. Please wait...","L'azione ""Sincronizzazione categorie"" è iniziata. Attendi..."
+"The ""Categories Synchronization"" action is finished. Please wait...","L'azione ""Sincronizzazione categorie"" è terminata. Attendi..."
+"The ""Categories Synchronization"" action for eBay Site: ""%s"" is started. Please wait...","L'azione ""Sincronizzazione categorie"" per il sito eBay: ""%s"" è iniziata. Attendi..."
+"The ""Categories Synchronization"" action for eBay Site: ""%mrk%"" has been successfully completed.","L'azione ""Sincronizzazione categorie"" per il sito eBay: ""%mrk%"" è stata completata correttamente."
+"The ""Receive Details"" action is started. Please wait...","L'azione ""Ricezione dettagli"" è iniziata. Attendi..."
+"The ""Receive Details"" action is finished. Please wait...","L'azione ""Ricezione dettagli"" è terminata. Attendi..."
+"The ""Receive Details"" action for eBay Site: ""%s"" is started. Please wait...","L'azione ""Ricezione dettagli"" per il sito eBay: ""%s"" è iniziata. Attendi..."
+"The ""Receive Details"" action for eBay Site ""%s"" is in data processing mode. Please wait...","L'azione ""Ricezione dettagli"" per il sito eBay: ""%s"" è in modalità di elaborazione dati. Attendi..."
+"The ""Receive Details"" action for eBay Site: ""%mrk%"" has been successfully completed.","L'azione ""Ricezione dettagli"" per il sito eBay: ""%mrk%"" è stata completata correttamente."
+"eBay Parts Compatibility Synchronization","Sincronizzazione compatibilità del pezzo di ricambio eBay"
+"The ""%s"" action is started. Please wait...","L'azione ""%s"" è iniziata. Attendi..."
+"The ""%s"" action is finished. Please wait...","L'azione ""%s"" è terminata. Attendi..."
+"Task ""Marketplaces Synchronization"" is started. Please wait...","L'attività ""Sincronizzazione mercati"" è iniziata. Attendi..."
+"Task ""Marketplaces Synchronization"" is finished. Please wait...","L'attività ""Sincronizzazione mercati"" è terminata. Attendi..."
+"eBay Orders Cancellation Synchronization","Sincronizzazione annullamento ordini eBay"
+"Task ""%s"" is started. Please wait...","L'attività ""%s"" è iniziata. Attendi..."
+"Task ""%s"" is finished. Please wait...","L'attività ""%s"" è terminata. Attendi..."
+"Task ""Orders Cancellation Synchronization"" for eBay account: ""%s"" is started. Please wait...","L'attività ""Sincronizzazione annullamento ordini"" per l'account eBay: ""%s"" è iniziata. Attendi..."
+"Reservation period cannot be less than 1 day.","Il periodo di prenotazione non può essere inferiore a 1 giorno."
+"eBay Orders Receive Synchronization","Sincronizzazione ricezione ordini eBay"
+"Task ""%s"" for eBay account: ""%s"" is started. Please wait...","L'attività ""%s"" per l'account eBay: ""%s"" è iniziata. Attendi..."
+"Task ""%s"" for eBay account: ""%acc%"" is in data processing state. Please wait...","L'attività ""%s"" per l'account eBay: ""acc%"" è in stato di elaborazione dati. Attendi..."
+"Task ""%s"" for eBay account: ""%s"" is in order creation state.. Please wait...","L'attività ""%s"" per l'account eBay: ""%s"" è in stato di creazione dell'ordine. Attendi..."
+"eBay Qty Reserve Cancellation Synchronization","Sincronizzazione annullamento prenotazione quantità eBay"
+"eBay Orders Update Synchronization","Sincronizzazione aggiornamenti ordini eBay"
+"eBay Orders Synchronization","Sincronizzazione ordini eBay"
+"The ""Relist"" action is started. Please wait...","L'azione ""Rimetti in vendita"" è iniziata. Attendi..."
+"The ""Relist"" action is finished. Please wait...","L'azione ""Rimetti in vendita"" è terminata. Attendi..."
+"The ""Revise"" action is started. Please wait...","L'azione ""Modifica"" è iniziata. Attendi..."
+"The ""Revise"" action is finished. Please wait...","L'azione ""Modifica"" è terminata. Attendi..."
+"The ""Stop"" action is started. Please wait...","L'azione ""Interruzione"" è iniziata. Attendi..."
+"The ""Stop"" action is finished. Please wait...","L'azione ""Interruzione"" è terminata. Attendi..."
+"Task ""Update 3rd Party Listings"" has completed with errors. View %sl%listings log%el% for details.","L'attività ""Aggiorna inserzioni di terze parti"" è stata completata con errori. Vedi %sl%listings log%el% per dettagli."
+"Task ""Update 3rd Party Listings"" has completed with warnings. View %sl%listings log%el% for details.","L'attività ""Aggiorna inserzioni di terze parti"" è stata completata con avvisi. Vedi %sl%listings log%el% per dettagli."
+"The ""Update 3rd Party Listings"" action is started. Please wait...","L'azione ""Aggiorna inserzioni di terze parti"" è iniziata. Attendi..."
+"The ""Update 3rd Party Listings"" action is finished. Please wait...","L'azione ""Aggiorna inserzioni di terze parti"" è terminata. Attendi..."
+"Task ""3rd Party Listings Synchronization"" for eBay account: ""%s"" is started. Please wait...","L'attività ""Sincronizzazione inserzioni di terze parti"" per l'account eBay: ""%s"" è iniziata. Attendi..."
+"Task ""3rd Party Listings Synchronization"" is started. Please wait...","L'attività ""Sincronizzazione inserzioni di terze parti"" è iniziata. Attendi..."
+"Task ""3rd Party Listings Synchronization"" is finished. Please wait...","L'attività ""Sincronizzazione inserzioni di terze parti"" è terminata. Attendi..."
+"The ""Business Policies Receive"" action for eBay Site: ""%s"" and Account: ""%s"" is started. Please wait...","L'azione ""Ricezione regole di vendita"" per il sito eBay: ""%s"" e per l'account: ""%s"" è iniziata. Attendi..."
+"The ""'.$this->synchName.'"" action is started. Please wait...","L'icona ""'.$this->synchName."" è iniziata. Attendi..."
+"The ""'.$this->synchName.'"" action is finished. Please wait...","L'icona ""'.$this->synchName."" è terminata. Attendi..."
+"Task ""'.$this->synchName.'"" is started. Please wait...","L'attività ""$this->synchName."" è iniziata. Attendi..."
+"Task ""'.$this->synchName.'"" is finished. Please wait...","L'attività ""$this->synchName."" è terminata. Attendi..."
+"The ""List"" action is started. Please wait...","L'azione ""Metti in vendita"" è iniziata. Attendi..."
+"The ""List"" action is finished. Please wait...","L'azione ""Metti in vendita"" è terminata. Attendi..."
+"Task ""Inventory Synchronization"" has completed with errors. View %sl%listings log%el% for details.","L'attività ""Sincronizzazione magazzino"" è stata completata con errori. Vedi %sl%listings log%el% per dettagli."
+"Task ""Inventory Synchronization"" has completed with warnings. View %sl%listings log%el% for details.","L'attività ""Sincronizzazione magazzino"" è stata completata con avvisi. Vedi %sl%listings log%el% per dettagli."
+"Task ""Inventory Synchronization"" is started. Please wait...","L'attività ""Sincronizzazione magazzino"" è iniziata. Attendi..."
+"Task ""Inventory Synchronization"" is finished. Please wait...","L'attività ""Sincronizzazione magazzino"" è terminata. Attendi..."
+"Template mode is empty.","La modalità del modello è vuota."
+"Title is empty.","Il titolo è vuoto."
+"Unknown product details name","Nome dettagli prodotto sconosciuto"
+"Owner object is out of knowledge range.","L'oggetto titolare è sconosciuto."
+"Template nick is out of knowledge range.","Lo pseudonimo del modello è sconosciuto."
+"Unable to get result object.","Impossibile ricevere oggetto risultato."
+"Marketplace ID is empty.","L'ID mercato è vuoto."
+"Country is empty.","Il paese è vuoto."
+"product(s)","prodotti"
+"Account does not exist.","L'account non esiste."
+"The eBay token obtaining is currently unavailable. Reason: %s","L'acquisizione del codice temporaneo eBay non è attualmente disponibile. Motivo: %s"
+"Token was successfully saved","Il codice temporaneo è stato salvato correttamente"
+"Account was successfully saved","Account salvato correttamente"
+"Please select account(s) to remove.","Seleziona gli account da rimuovere."
+"%s record(s) were successfully deleted.","Record %s eliminati correttamente."
+"%s record(s) are used in M2E Listing(s).","I record %s sono utilizzati nelle inserzioni M2E."
+"Account must not be in use to be deleted.","Per essere eliminato, l'account non deve essere in uso."
+"Some eBay store categories were deleted from eBay. Click
+ here to check.","Sono state eliminate da eBay alcune categorie del Negozio eBay. Clicca qui per verificare."
+"Account is not added or updated. Try again later.","Aggiunta o aggiornamento dell'account non effettuato. Riprova più tardi."
+"Settings was successfully saved.","Le impostazioni sono state salvate correttamente."
+"Feedback is not defined.","Feedback non definito."
+"Requested order was not found.","Impossibile individuare l'ordine richiesto."
+"Item's Marketplace is Unknown.","Mercato dell'oggetto sconosciuto."
+"Magento Categories are not specified on products you are adding.","Non hai indicato alcuna categoria Magento per i prodotti che stai aggiungendo."
+"Select Products (eBay Categories)","Seleziona prodotti (categorie eBay)"
+"There are no items to continue. Please, go back and select the item(s).","Non ci sono oggetti per continuare. Torna indietro e seleziona gli oggetti."
+"You have not selected the Primary eBay Category for some Magento Categories.","Non hai selezionato la categoria principale eBay per alcune categorie Magento."
+"Please, specify a value suitable for all chosen products.","Indica un valore adeguato per tutti i prodotti selezionati."
+"Listing is not defined","L'inserzione non è definita"
+"Synchronization settings was successfully saved.","Salvataggio delle impostazioni di sincronizzazione effettuato correttamente."
+"Manage Listings","Gestisci inserzioni"
+"The item was successfully removed.","L'oggetto è stato rimosso correttamente."
+"No categories found","Nessuna categoria trovata"
+"Requested eBay Item ID is not found.","Impossibile individuare l'ID oggetto eBay richiesto."
+"Listing does not exist.","L'inserzione non esiste."
+"Adding New Products action was not completed. Please, complete it.","L'aggiunta dell'azione Nuovi prodotti non è stata completata. Completala."
+"The listing is locked by another process. Please try again later.","L'inserzione è bloccata da un altro processo. Riprova più tardi."
+"Please select item(s) to remove.","Seleziona gli oggetti da rimuovere."
+"%s listing(s) were successfully deleted","Inserzioni %s eliminate correttamente"
+"%s listing(s) have listed items and can not be deleted","Le inserzioni %s hanno oggetti messi in vendita e non possono essere eliminate"
+"Compatibility Attribute is not selected.","L'attributo compatibilità non è selezionato."
+"Required parameters were not selected.","I parametri richiesti non sono stati selezionati."
+"ePIDs were saved in Compatibility Attribute.","ePID sono stati salvati in attributo compatibilità."
+"Listing Review","Revisione inserzioni"
+"Logs","Registri"
+"3rd Party Listing does not exist.","L'inserzione di terze parti non è disponibile."
+"Marketplaces","Mercati"
+"Sales","Vendite "
+"Order address has been updated.","Aggiornamento dell'indirizzo dell'ordine completato."
+"Please select order(s).","Seleziona ordini."
+"Payment status for selected eBay Order(s) was updated to Paid.","Lo stato del pagamento per gli ordini eBay selezionati è stato aggiornato su Pagato."
+"Payment status for selected eBay Order(s) was not updated.","Lo stato del pagamento per gli ordini eBay selezionati non è stato aggiornato."
+"Shipping status for selected eBay Order(s) was updated to Shipped.","Lo stato della spedizione per gli ordini eBay selezionati è stato aggiornato su Spedito."
+"Shipping status for selected eBay Order(s) was not updated.","Lo stato della spedizione per gli ordini eBay selezionati non è stato aggiornato."
+"Magento Order was created.","Creazione dell'ordine Magento completata."
+"Magento Order was not created. Reason: %s","Ordine Magento non creato. Motivo: %s"
+"Invoice was created.","Creazione della fattura completata."
+"Shipment was created.","Creazione della spedizione completata."
+"Transaction ID should be defined.","È necessario definire l'ID transazione."
+"eBay order transaction does not exist.","Transazione dell'ordine eBay non disponibile."
+"This is not a PayPal transaction.","Non si tratta di una transazione PayPal."
+"Please select item(s) to clear","Seleziona gli oggetti da cancellare"
+"The synchronization task log has been successfully cleaned.","Il registro delle attività di sincronizzazione è stato pulito correttamente."
+"eBay 3rd Party Listings are being downloaded now. ' .
+ 'They will be available soon in %s > Listings > 3rd Party. ' .
+ 'You can continue working with M2E Pro.","È attualmente in corso il download delle inserzioni di terze parti di eBay. "" Saranno presto disponibili in %s > Inserzioni > Terze parti "". 'Puoi continuare a utilizzare M2E Pro."
+"This product ID does not exist","Questo ID prodotto non esiste"
+"Error search charity","Errore ricerca organizzazione di beneficenza"
+"Policy does not exist.","La regola non esiste."
+"Policy was not saved.","La regola non è stata salvata."
+"Policy was successfully saved.","La regola è stata salvata correttamente."
+"Policy was successfully deleted.","La regola è stata eliminata correttamente."
+"Policy cannot be deleted as it is used in Listing settings.","Impossibile eliminare la regola in quanto è utilizzata nelle impostazioni dell'inserzione."
+"The listing was successfully saved.","Inserzione salvata correttamente."
+"To change account settings click on its record in the grid or choose Edit in the Action dropdown.
+ To review accounts feedback, click the appropriate link. An account can be also deleted, but only if it is not used in M2E listing settings.","Per modificare le impostazioni dell'account, clicca sul relativo record nella griglia o seleziona Modifica nel menu a discesa Azione. Per verificare i Feedback dell'account, clicca sul link adeguato. È inoltre possibile eliminare un account, ma soltanto se non viene utilizzato nelle impostazioni dell'inserzione di M2E."
+"
+ M2E allows you to receive feedback from your buyers and respond them according to the settings below.
+Note: The Feedback Synchronization must be enabled in %s > Configuration > Synchronization."," M2E consente di ricevere e rispondere ai Feedback degli acquirenti in base alle impostazioni seguenti.Nota: è necessario abilitare la sincronizzazione dei Feedback in %s > Configurazione > Sincronizzazione."
+"Buyers Feedback","Feedback acquirente"
+"Import Feedback","Importa Feedback"
+"Choose to import feedback from eBay buyers into Magento.","Importa i Feedback degli acquirenti eBay in Magento."
+"Seller Response","Risposta venditore"
+"Auto Response","Risposta automatica"
+"There are two ways to set up your auto response to buyer feedback:
+ Cycle Mode - the system chooses an existing response template according to the sales order and sends it to the buyer.
+ Random Mode - the system randomly chooses an existing response template and sends it out.","Sono disponibili due modi per impostare la risposta automatica ai Feedback lasciati dagli acquirenti: Modalità ciclo : il sistema seleziona un modello di risposta esistente in base all'ordine di vendita e lo invia all'acquirente. Modalità casuale : il sistema sceglie casualmente un modello di risposta esistente e lo invia."
+"Disabled","Disabilitata"
+"Cycle Mode","Modalità ciclo"
+"Random Mode","Modalità casuale"
+"Choose between Cycle Mode, Random Mode, or to disable it completely.","Seleziona la modalità ciclo o la modalità casuale oppure disattivale."
+"Send to","Invia a"
+"All","Tutto"
+"Responses to All feedbacks or Positive only.","Risposte a Tutti i Feedback o solo ai Feedback positivi."
+"Response Templates","Modelli di risposta"
+"Add Response Template","Aggiungi modello di risposta"
+"Edit Response Template","Modifica modello di risposta"
+"Should be between 2 and 80 characters long.","La lunghezza deve essere compresa tra 2 e 80 caratteri."
+"Please enter correct number of characters.","Immetti il numero di caratteri corretto."
+"You can add an eBay Production (live environment) or Sandbox (test environment) account.
+ Note: A Production eBay account only works in a live environment. A Sandbox account only works in a test environment. To register for a Sandbox account go to www.developer.ebay.com
+ After completing the General Information, click the Get Token button where you'll be redirected to the eBay website. Simply sign-in and press I Agree to allow my eBay account to connect to M2E Pro.
+ Once the Token is successfully accepted, the status will say “Yes†. Click the button “Save And Continue Edit†to proceed.","Puoi aggiungere un account eBay Production (ambiente live) o Sandbox (ambiente di prova). Nota: un account Production eBay funziona soltanto in un ambiente live. Un account Sandbox funziona soltanto in un ambiente di prova. Per registrare un account Sandbox vai su www.developer.ebay.com Dopo aver inserito le informazioni generali, clicca sul pulsante Ricevi codice temporaneo e verrai reindirizzato al sito Web di eBay. Accedi e premi Accetto per collegare l'account eBay a M2E Pro. Dopo l'accettazione del codice temporaneo, lo stato verrà impostato su ""Sì"" . Clicca sul pulsante ""Salva e continua la modifica"" per continuare."
+"Be attentive! By deleting account you delete all information on it from M2E Pro server. This will cause inappropriate work of all accounts' copies.","Attenzione L'eliminazione dell'account comporta l'eliminazione di tutte le relative informazioni dal server M2E Pro. Questo comporta un lavoro inappropriato per tutte le copie degli account."
+"No Customer entry is found for specified ID.","Nessun post cliente individuato per l'ID specificato."
+"If Yes is chosen, you must select at least one attribute for product mapping.","Se scegli Sì, devi selezionare almeno un attributo per l'associazione dei prodotti."
+"You should create at least one response template.","È necessario creare almeno un modello di risposta."
+"You must get token.","Devi acquisire il codice temporaneo."
+"Mode","Modalità"
+"Production (Live eBay)","Produzione (eBay dinamico)"
+"Sandbox (Test eBay)","Sandbox (eBay di prova)"
+"Environment of eBay account.","Ambiente dell'account eBay."
+"Token","Codice temporaneo"
+"Grant Access","Concedi accesso"
+"Ensure you acquire your token within 5 minutes, or you may exceed your time limit and have to start again.","Assicurati che il codice temporaneo venga accettato entro 5 minuti. In caso contrario, potresti superare il limite di tempo e dover ripetere la procedura."
+"Activated","Attivata"
+"Expiration Date","Data di scadenza"
+"
+ The 3rd Party Listings are the items, which were listed on eBay without using M2E Pro extension.
+
+ Set 'Yes' in Import 3rd Party Listings to allow importing for the current eBay Account. Imported listings you can find in Sell on eBay -> Listings -> 3rd Party.
+
+ Use 'Product Mapping' settings to connect eBay listings to Magento products.
+
+ Note: The 3rd Party Listings Synchronization must be enabled in %1$s > Configuration > Synchronization.
+ "," Le inserzioni di terze parti sono gli oggetti che sono stati messi in vendita su eBay senza utilizzare l'estensione M2E Pro. Per consentire l'importazione per l'account eBay corrente, imposta Importa inserzioni di terze parti su ""Sì"". Le inserzioni importate saranno disponibili in Vendi su eBay -> Inserzioni -> Terze parti. Utilizza le impostazioni ""Associazione prodotti"" per collegare le inserzioni eBay ai prodotti Magento. Nota: è necessario abilitare la sincronizzazione delle inserzioni di terze parti in %1$s > Configurazione > Sincronizzazione. "
+"Import 3rd Party Listings","Importa inserzioni di terze parti"
+"Allows importing 3rd Party Listings.Note: Only active eBay Listings created less than 2 years before will be imported.","Consente l'importazione di inserzioni di terze parti.Nota: verranno importate le sole inserzioni eBay create meno di 2 anni fa."
+"Product Mapping","Associazione prodotti"
+"Maps eBay product with Magento product.","Associa un prodotto eBay a un prodotto Magento."
+"Mapping Settings","Impostazioni di associazione"
+"Custom Label (SKU)","Etichetta personalizzata (codice prodotto)"
+"None","Nessuno"
+"Product SKU","Codice prodotto"
+"Listing Title","Titolo inserzione"
+"Mapped Items Synchronization","Sincronizzazione oggetti associati"
+"Enabled","Abilitata"
+"Enables / Disables synchronization of Mapped 3rd Party Listings for the current account. Click 'Synchronization Settings' button to configure settings.
+ Note: The first 3rd Party Listings Synchronization launches the first product automapping. After that you can launch it manually in Sell on eBay > Listings > 3rd Party.","Abilita/disabilita la sincronizzazione delle inserzioni di terze parti associate per l'account corrente. Clicca sul pulsante ""Impostazioni di sincronizzazione"" per configurare le impostazioni. Nota: quando si esegue per la prima volta la sincronizzazione delle inserzioni di terze parti viene avviata l'associazione automatica dei prodotti. In seguito, puoi avviarla manualmente in Vendi su eBay > Inserzioni > Terze parti."
+"Related Store Views","Negozi correlati"
+"Related Store View","Negozio correlato"
+"Establish connection between eBay sites and Magento Store Views for correct data synchronization.","Per una sincronizzazione corretta dei dati, crea un collegamento tra i siti eBay e i Negozi Magento."
+"For each eBay account M2E Pro allows import orders coming from eBay and setting up automatic Magento orders creation.
+ Using appropriate settings you can create Magento orders for the items listed by the 3rd party software and by M2E Pro.
+
+
+ Note: The Product Stock QTY only reduces after Magento Order creation.
+ The Order Synchronization must be enabled in %1$s > Configuration > Synchronization.","Per ogni account eBay, M2E Pro consente di importare gli ordini eBay e impostare la creazione automatica degli ordini Magento. Utilizzando le impostazioni adeguate, puoi creare ordini Magento per gli oggetti messi in vendita da software di terze parti e da M2E Pro. Nota: : la quantità di scorte dei prodotti viene ridotta solo dopo la creazione di un ordine Magento. È necessario abilitare la sincronizzazione degli ordini in %1$s > Configurazione > Sincronizzazione."
+"Import eBay Orders","Importa ordini eBay"
+"Choose to import the orders placed on eBay.","Importa gli ordini effettuati su eBay."
+"Product Is Listed By M2E Pro","Il prodotto è messo in vendita da M2E Pro"
+"Create Order in Magento","Crea ordine in Magento"
+"Whether an order has to be created in Magento if a sold product belongs to M2E Pro Listings.","Opzione da selezionare quando un ordine deve essere creato in Magento se un prodotto venduto appartiene alle inserzioni M2E Pro."
+"Magento Store View Source","Origine Negozio Magento"
+"Use Store View from Listing","Utilizza negozio dell'inserzione"
+"Choose Store View Manually","Scegli negozio manualmente"
+"Use the store view from your M2E Listing, or choose store view manually.","Utilizza il Negozio dalla tua inserzione M2E o selezionalo manualmente."
+"The store the orders will be placed in.","Il negozio nel quale verranno effettuati gli ordini."
+"Product Is Listed By Any Other Software","Prodotto messo in vendita tramite un software diverso"
+"Whether an order has to be created in Magento if a sold product does not belong to M2E Pro Listings.","Opzione da selezionare quando un ordine deve essere creato in Magento se un prodotto venduto non appartiene alle inserzioni M2E Pro."
+"Product Not Found","Impossibile individuare il prodotto"
+"Do Not Create Order","Non creare ordine"
+"Create Product and Order","Crea prodotto e ordine"
+"What has to be done if a listed product does not exist in Magento.","Azione da effettuare se un prodotto messo in vendita non è disponibile in Magento."
+"Note: Only simple products without variations can be created in Magento. If there is a product with variations on eBay, M2E Pro creates different simple products for each variation.","Nota: in Magento è possibile creare solo prodotti semplici senza varianti. Se su eBay è presente un prodotto con varianti, in M2E Pro vengono creati più prodotti semplici, uno per ogni variante."
+"Product Tax Class","Classe di imposte prodotto"
+"Tax Class which will be used for products created by M2E Pro.","La classe di imposte che verrà usata per i prodotti creati da M2E Pro."
+"Customer Settings","Impostazioni cliente"
+"Customers","Clienti"
+"There are several ways to specify a customer Magento Orders will be assigned to:
+
+ Guest Account - the system does not require a customer account to be created. Default guest account will be used instead.
+ Note: To use this option, Magento Guest Checkout option must be enabled.
+ Predefined Customer - the system uses predefined customer.
+ Create New - a new customer will be created in Magento.
+ Note: If a customer already exists in Magento, the system assigns orders to him.","Ci sono diversi modi per specificare un cliente al quale verranno assegnati degli ordini Magento: Account ospite : il sistema non richiede la creazione di un account cliente. Verrà utilizzato l'account ospite predefinito. Nota: per utilizzare questa opzione, in Magento deve essere abilitata l'opzione Compra come utente non registrato. Cliente predefinito : il sistema utilizza il cliente predefinito. Crea nuovo : verrà creato un nuovo cliente in Magento. Nota: se esiste già un cliente in Magento, il sistema gli assegnerà gli ordini."
+"Customer","Cliente"
+"Guest Account","Account ospite"
+"Predefined Customer","Cliente predefinito"
+"Create New","Crea nuovo"
+"Customer Magento Orders will be created for.","Cliente per cui verranno creati ordini Magento."
+"Customer ID","ID cliente"
+"Enter Magento customer ID.","Immetti l'ID cliente Magento."
+"Associate to Website","Associa a sito Web"
+"-- Please Select --","-- Effettua una selezione --"
+"Website a customer account will be created for.","Sito Web in cui verrà creato un account cliente."
+"Customer Group","Gruppo di clienti"
+"Customer Group a customer will be assigned to.","Gruppo di clienti a cui verrà assegnato un cliente."
+"Send Emails When The Following Is Created","Invia email quando viene creato l'elemento seguente"
+"Customer Account","Account cliente"
+"Magento Order","Ordine Magento"
+"Invoice","Documento di vendita"
+"Necessary emails will be sent according to Magento settings in Magento > System > Configuration > Sales Emails. Hold Ctrl button, to choose more, than one option.","Le email necessarie verranno inviate in base alle impostazioni di Magento in Magento > Sistema > Configurazione > Email di vendita. Per scegliere più opzioni tieni premuto il tasto CTRL."
+"Order Creation Rules","Regole di creazione ordini"
+"Set eBay Orders settings when Magento Orders have to be created.
+
+ The Reserve Quantity option can prevent the item selling before the Magento Order is created.
+ This is because the Product Stock Quantity is reduced after Magento Order creation.
+ It removes items from Magento Stock as soon as the order is received from eBay.","Definisci le impostazioni ordini di eBay quando devono essere creati ordini Magento. L'opzione Prenota quantità consente di evitare che l'oggetto sia venduto prima della creazione di un ordine Magento. Questo perché la quantità di scorte dei prodotti vengono ridotte solo dopo la creazione dell'ordine Magento. Gli oggetti verranno rimossi dalle scorte Magento alla ricezione dell'ordine da eBay."
+"Create Magento Order When","Crea ordine Magento quando"
+"Immediately","Subito"
+"Checkout Is Completed","Il pagamento è già stato effettuato"
+"Payment Is Received","Il pagamento è stato ricevuto"
+"Checkout Is Completed & Payment Received","Il pagamento è già stato effettuato e ricevuto"
+"Automatic Cancellation","Cancellazione automatica"
+"Never","Mai"
+"In %d days","Entro %d giorni"
+"Magento Orders, which were not paid in a definite time interval, will be cancelled. Unpaid Item Process will be launched for such orders on eBay.","Gli ordini Magento che non vengono pagati entro un intervallo di tempo specificato saranno cancellati. La procedura per il mancato pagamento di un oggetto verrà lanciata per questi ordini su eBay."
+"For %d day","Per %d giorno"
+"For %d days","Per %d giorni"
+"For how many days reserve qty has to be kept while Magento Order is not created.","Per quanti giorni è necessario conservare la prenotazione della quantità senza che venga creato un ordine Magento."
+"Order Tax Settings","Impostazioni fiscali ordine"
+"Choose the tax settings for your Magento Order:
+
+ eBay - Magento Orders use tax settings from the eBay Listing.
+ Magento - Magento Orders use Magento tax settings.
+ eBay & Magento - Magento Orders use tax settings from the eBay Listing. If there are no tax settings set in eBay, Magento tax settings are used.
+ None - No tax settings are set.","Seleziona le impostazioni fiscali per l'ordine Magento: eBay : gli ordini Magento utilizzano le impostazioni fiscali dell'inserzione eBay. Magento : gli ordini Magento utilizzano le impostazioni fiscali di Magento. eBay e Magento : gli ordini Magento utilizzano le impostazioni fiscali dell'inserzione eBay. Se su eBay non sono state definite le impostazioni fiscali, verranno utilizzate le impostazioni fiscali di Magento. Nessuna : non è stata definita alcuna impostazione fiscale."
+"Tax Source","Fonte fiscale"
+"eBay & Magento","eBay e Magento"
+"Order Status Mapping","Associazione stato ordine"
+"Configure mapping between your eBay Order state and Magento Order statuses.
+ Note: The Order activity in Magento is automatically reflected in your eBay Order:
+ Choose to create automatic invoices and automatic notify the buyer when the item ships.","Configura l'associazione tra lo stato dell'ordine eBay e gli stati dell'ordine Magento. Nota: l'attività Ordine in Magento viene automaticamente applicata all'ordine eBay: Crea fatture automatiche e comunica automaticamente all'acquirente quando l'oggetto viene spedito."
+"Status Mapping","Associazione di stato"
+"Default Order Statuses","Stati ordini predefiniti"
+"Custom Order Statuses","Stati ordini personalizzati"
+"Payment Is Completed","Il pagamento è stato effettuato"
+"Automatic Invoice Creation","Creazione automatica della fattura "
+"Shipping Is Completed","La spedizione è stata effettuata"
+"Automatic Shipment Creation","Creazione automatica della spedizione"
+"
+ With M2E you can also sell your Magento products on eBay store. The information about your store you can find below."," M2E ti consente di vendere i tuoi prodotti Magento nel Negozio eBay. Di seguito puoi trovare le informazioni sul tuo negozio."
+"Information","Informazioni"
+"Store Title","Titolo negozio"
+"URL","URL"
+"Subscription Level","Livello di iscrizione"
+"Updates store information.","Aggiorna le informazioni sul negozio."
+"Highlighted category ID.","ID categoria evidenziato."
+"This eBay account does not have an eBay Store subscription.","Questo account eBay non dispone di alcuna iscrizione al Negozio eBay."
+"Note: All changes you have made will be automatically applied to all M2E listings where this category is used.","Nota: tutte le modifiche apportate verranno applicate automaticamente alle inserzioni M2E che utilizzano questa categoria."
+"Do not show any more","Non mostrare più"
+"Marketplace","Paese"
+"
+ Be careful when you edit categories data, as all changes you have made will be automatically applied to all M2E listings where these categories are used.
+
+
+ Note: If M2E has defined, that a category was removed from eBay, it highlights it.
+ "," Presta attenzione quando modifichi i dati delle categorie in quanto tutte le modifiche verranno applicate automaticamente alle inserzioni M2E che utilizzano queste categorie. Nota: se M2E ha rilevato che una categoria è stata rimossa da eBay, quella categoria verrà evidenziata. "
+"Every time you set a category you specify Item Specifics adapted to M2E listing or product it is set for.
+ All variety of Item Specifics sets you can find on the Specifics tab.
+The number of sets is equal to the number of category usage in M2E.
+
+
+Note: When you change a Primary category, you will need to specify Item Specifics for every created dates.
+","Ogni volta che imposti una categoria, definisci anche le specifiche dell'oggetto per l'inserzione o il prodotto M2E applicabile. Nella scheda Specifiche puoi trovare tutti i gruppi di specifiche dell'oggetto disponibili. Il numero di gruppi è pari al numero di categorie utilizzate in M2E.Nota: quando modifichi una categoria principale, dovrai indicare le specifiche dell'oggetto per ogni data creata."
+"Created at","Ora creazione"
+"Simple","Semplici"
+"Advanced","Servizi avanzati"
+"There are two modes. Simple is suitable for new users and for those with a limited inventory. Advanced is suitable for the more experienced user.","Sono disponibili due modalità. La modalità semplice è ideale per i nuovi utenti e per gli utenti con un magazzino limitato. La modalità avanzata è ideale per utenti più esperti."
+"Notifications","Notifiche"
+"Cron","Cron"
+"Notifies if cron is not run more than 12 hours.","Notifica la mancata esecuzione del processo cron per più di 12 ore."
+"Negative Feedback","Feedback negativi"
+"Notifies when a new negative feedback was received.","Notifica la ricezione di un nuovo Feedback negativo."
+"Item Specifics Step","Specifiche dell'oggettoFase"
+"Not Show","Non mostrare"
+"If you do not need to change Item Specifics details every time you add products, you can skip this step (set 'Not Show\","Puoi saltare questo passaggio se non devi modificare le specifiche dell'oggetto ogni volta che aggiungi i prodotti (imposta ""Non mostrare"")"
+"Currency","Valuta"
+"Choose the currency you want to sell for.","Seleziona la valuta da utilizzare per le vendite."
+"Prevent eBay Item Duplicates","Impedisci la duplicazione di oggetti eBay"
+"Does not list a Magento product if it was listed from another M2E listing.
+
+ Note: This mechanism only works for auto listing and in Live eBay environment.","Non mette in vendita un prodotto Magento se è già stato messo in vendita in un'altra inserzione M2E. Nota: questo meccanismo funziona soltanto per la messa in vendita automatica in un ambiente eBay live."
+"Parts compatibility is a better way for sellers to list parts that fit a variety of vehicles. This format adds standard information to your listing. You can create one listing describing a single part and add a complete list of compatible vehicles.
+ To use this feature you have to:
+
+ In the section below choose the attribute, which will be used for saving ePIDs (Product Reference IDs) of compatible vehicles.
+ In created M2E listing on the 'View Listing' (Settings view mode) page use the Add Compatible Vehicles tool to find necessary compatible items.
+ ","Compatibilità dei ricambi è un modo migliore per mettere in vendita ricambi adatti a una varietà di veicoli. Questo formato aggiunge informazioni standard all'inserzione. Puoi creare un'inserzione con la descrizione di un singolo ricambio e aggiungere un elenco completo di veicoli compatibili. Per utilizzare questa funzione devi: Nella seguente sezione scegli l'attributo che verrà utilizzato per salvare l'ePID (ID riferimento prodotto) dei veicoli compatibili. Nell'inserzione M2E creata nella pagina ""Vedi inserzione"" (modalità Vista impostazioni), usa lo strumento Aggiungi veicoli compatibili per trovare gli oggetti compatibili necessari. "
+"Select Attribute","Seleziona attributo"
+"Only textarea attributes are shown.","Vengono mostrati i soli attributi area di testo."
+"You do not have textarea attributes.","Non disponi di attributi area di testo."
+"Set up general preferences for eBay and Save configuration.","Definisci le impostazioni generali per eBay e salva la configurazione."
+"Cron Is Not Running","Cron non è in esecuzione"
+"Feedback has been successfully sent.","Il Feedback è stato inviato correttamente."
+"Response Message","Messaggio di risposta"
+"Buyer's Feedback","Feedback acquirente"
+"Choose Predefined Feedback","Scegli Feedback predefinito"
+"Or Write Your Own","Oppure Scrivi il tuo Feedback"
+"This page contains all feedback received from buyers and all seller responses to them.
+ Use eBay Accounts dropdown to filter feedback by accounts.
+ If a response to feedback was not automatically sent, you can send it manually by pressing the Response button on
+ appropriate line and filling appeared form at the top of page.
+ Note: Auto Responses to feedback are sent according to the eBay Accounts settings.","In questa pagina sono contenuti tutti i Feedback ricevuti dagli acquirenti e tutte le risposte dei venditori. Utilizza il menu a discesa Account eBay per filtrare i Feedback in base agli account. Se non è stata inviata automaticamente una risposta al Feedback, puoi effettuare manualmente questa operazione premendo il pulsante Risposta nella riga appropriata e compilando il modulo visualizzato nella parte superiore della pagina. Nota: le risposte automatiche ai Feedback vengono inviate in base alle impostazioni degli account eBay."
+"eBay/Magento Integration: Listing","Integrazione eBay/Magento: inserzione"
+"General Settings","Impostazioni generali"
+"Select the desired eBay account to use. Next, choose your preferred eBay site. Finally, the Magento Store View you would like eBay to use.","Seleziona l'account eBay da utilizzare. In seguito, seleziona il sito eBay desiderato. Infine, imposta il Negozio Magento che eBay utilizzerà."
+"Create a title that's meaningful to you. Your Listing Title will not be displayed publicly.","Crea un titolo significativo. Il titolo dell'inserzione non sarà visibile agli utenti."
+"eBay Settings","Impostazioni di eBay"
+"This is the user name of your eBay account.","Questo è il nome utente del tuo account eBay."
+"This is the site where your item will be listed. Choose from the dropdown list. Your currency will be automatically selected based on your eBay Site choice.","Questo è il sito in cui verrà messo in vendita l'oggetto. Seleziona dal menu a discesa. La valuta verrà selezionata automaticamente in base al sito eBay scelto."
+"Magento Settings","Impostazioni Magento"
+"This is the store information that will be used on M2E Pro.","Queste sono le informazioni sul negozio che verrà utilizzato su M2E Pro."
+"Add","Aggiungi"
+"Account not found, please create it.","Account non trovato. Crealo."
+"Add Another","Aggiungi un altro"
+"Another Synchronization Is Already Running.","È già in esecuzione un'altra sincronizzazione."
+"Getting information. Please wait ...","Acquisizione di informazioni. Attendi..."
+"Preparing to start. Please wait ...","Preparazione all'avvio. Attendi..."
+"Please wait while synchronization is finished.","Attendi il completamento della sincronizzazione."
+"The specified title is already used for other listing. Listing title must be unique.","Il titolo specificato è già utilizzato per un'altra inserzione. Il titolo dell'inserzione deve essere univoco."
+"Step 1","Fase 1"
+"Step 2","Fase 2"
+"Step 3","Fase 3"
+"Product Assigned to Categories","Prodotto assegnato alle categorie"
+"No Action","Nessuna azione"
+"Add to the Listing","Aggiungi all'inserzione"
+"Add to the Listing and Assign eBay Category","Aggiungi all'inserzione e assegna la categoria eBay"
+"Action which will be applied automatically.","L'azione verrà applicata automaticamente."
+"Product Deleted from Categories","Prodotto eliminato da Categorie"
+"Stop on eBay","Interrompi su eBay"
+"Stop on eBay and Delete from Listing","Interrompi su eBay ed elimina dall'inserzione"
+"This category is already used in the rule %s. If you press ""Confirm"" button, category will be removed from that rule.","Questa categoria è già utilizzata nella regola %s. Se premi il pulsante ""Conferma"", la categoria verrà rimossa dalla regola."
+"Rules For Magento Categories","Regole per le categorie Magento"
+"Rules for products added or deleted from particularly Magento category.
+ To add a new rule click on the Add New Rule button.","Regole per i prodotti aggiunti o eliminati da determinate categorie Magento. Per aggiungere una nuova regola, clicca sul pulsante Aggiungi nuova regola."
+"Reset Automatic Action Rules","Reimposta regole azioni automatiche"
+"Global (all products)","Globale (tutti i prodotti)"
+"New Product Added to Magento","Nuovo prodotto aggiunto a Magento"
+"Product Deleted from Magento","Prodotto eliminato da Magento"
+"Reset Automatic Action Rule","Reimposta regola azioni automatiche"
+"Website","Sito web"
+"Product Added to Website","Prodotto aggiunto al sito Web"
+"Product Deleted from Website","Prodotto eliminato dal sito Web"
+"Rules of auto adding and deletion products from current listing.","Regole di aggiunta ed eliminazione automatica dei prodotti dall'inserzione corrente."
+"Auto Actions","Azioni automatiche"
+"Depending on products scope level (Global, Website, Category) you can set the rules of adding / deletion Magento products from the current listing.","A seconda dell'ambito dei prodotti (globale, sito Web, categoria), puoi definire delle regole per aggiungere o eliminare prodotti Magento dall'inserzione corrente."
+"Select the scope level of products to which you want to apply the rule:","Seleziona l'ambito dei prodotti al quale applicare la regola:"
+"Means that when a product is added or deleted from Magento catalog the rule is applied.","La regola verrà applicata quando un prodotto viene aggiunto o eliminato dal catalogo Magento."
+"Means that when a product is added or deleted from the Store you selected in M2E Listing setting the rule is applied.","La regola verrà applicata quando un prodotto viene aggiunto o eliminato dal Negozio che hai selezionato nelle impostazioni dell'inserzione M2E."
+"Means that when a product is added or deleted from Magento category, specified in the rule settings, the rule is applied.","La regola verrà applicata quando un prodotto viene aggiunto o eliminato dalla categoria Magento indicata nelle impostazioni delle regole."
+"Step 4","Fase 4"
+"The only common (presented in all attribute sets) ""Text Field"" or ""Dropdown"" attributes available for selection.","Sono disponibili per la selezione i soli attributi comuni (presenti in ogni insieme di attributi) ""Campo di testo"" o ""Menu a discesa""."
+"If you cannot find necessary category, try to update eBay sites data .","Se non riesci a trovare la categoria richiesta, prova ad aggiornare i dati del sito eBay ."
+"If you cannot find necessary store category, try to refresh eBay store data .","Se non riesci a trovare il negozio richiesto, prova ad aggiornare i dati del Negozio eBay ."
+"Enter keyword(s) or category ID...","Inserisci le parole chiave o l'ID categoria..."
+"No recently used categories","Nessuna categoria utilizzata di recente"
+"Change","Modifica"
+"No results","Nessun risultato"
+"Try to update eBay sites data and repeate the search.","Prova ad aggiornare i dati del sito eBay e ripeti la ricerca."
+"Try to refresh eBay store data and repeate the search.","Prova ad aggiornare i dati del Negozio eBay e ripeti la ricerca."
+"eBay Category","Categoria eBay:"
+"eBay Primary Category must be selected.","Devi selezionare la categoria principale eBay."
+"eBay Store Category","Categoria Negozio eBay"
+"eBay Primary Store Category must be selected.","Devi selezionare la categoria principale del Negozio eBay."
+"You have to set eBay Categories before you can List Items on eBay.","Prima di poter mettere in vendita oggetti su eBay, devi impostare le categorie eBay."
+"Choose one of the options below.","Scegli una delle opzioni qui di seguito."
+"The same category","La stessa categoria"
+"The Products will all have the same category.","Tutti i prodotti verranno assegnati alla stessa categoria."
+"Remember my choice and skip this step in the future.","Ricorda la mia scelta e ignora questo passaggio in futuro."
+"Based on Magento categories","In base alle categorie Magento"
+"The products will all have the eBay categories that are based on Magento categories.","Tutti i prodotti verranno assegnati alle categorie eBay in base alle categorie Magento."
+"Get suggested categories","Mostra categorie suggerite"
+"eBay suggests the best categories for your products based on title and attribute set of product.","eBay suggerisce le categorie più appropriate per i tuoi prodotti in base al titolo e all'insieme di attributi del prodotto."
+"Set manually for each product","Imposta manualmente per ogni prodotto"
+"You have complete freedom to choose (individually, or by grouping a set of products together) the most suitable eBay category for your products.","Sei libero di scegliere (per ciascun prodotto o gruppo di prodotti) la categoria eBay più adatta per i tuoi prodotti."
+"If you continue the settings you will choose next will be applied to the current M2E Listing and automatically assigned to all products added later. ","Se decidi di continuare, le impostazioni che selezionerai verranno applicate all'inserzione M2E corrente e assegnate automaticamente a tutti i prodotti aggiunti in un secondo momento. "
+"Apply Settings","Applica impostazioni"
+"Warning: There are product(s) of
+which have no Primary eBay category specified.
+
+You can correct it now by Cancelling this message and choosing Edit Category action.
+Or if you are not sure which category to choose, Continue working.
+You will have a chance to correct category(s) later in the listing settings.","Avvertenza: ci sono dei prodotti per i quali non è stata definita alcuna categoria principale eBay. Per risolvere ora questo problema, chiudi il messaggio e seleziona l'azione Modifica categoria. Se non sei sicuro di quale categoria scegliere, ignora questo passaggio. Potrai sempre modificare le categorie nelle impostazioni dell'inserzione."
+"Skip Optional Specifics","Ignora specifiche facoltative"
+"M2E will check all available Item Specifics for selected eBay Categories and stops at the Category where user action is required (required Item Specifics should be set).","M2E verificherà tutte le specifiche dell'oggetto disponibili per le categorie eBay selezionate e si arresterà sulle categorie per le quali è richiesta un'azione da parte dell'utente (è necessario definire le specifiche dell'oggetto obbligatorie)."
+" All selected eBay Categories were checked for required Item Specifics.
+
+ Now you can proceed further (use Continue button) or close this window and review Item Specifics if neccessary (use Cancel button)."," Sono state verificate le specifiche dell'oggetto obbligatorie per tutte le categorie eBay selezionate. Ora puoi proseguire (clicca sul pulsante Continua) o chiudere questa finestra e controllare, se necessario, le specifiche dell'oggetto (clicca sul pulsante Annulla)."
+"The category %cat% doesn't have Item Specific.","Alla categoria %cat% non è stata associata alcuna specifica dell'oggetto."
+"Adding specific item details will attract your buyers and help them to find your item in a search. We recommend using as many item specifics as you can.
+ There are mandatory specifics and the chance to create your own.
+
+ There are four options available to you.
+
+
+
+ eBay Recommended
+ eBay recommends certain characteristics your item may possess. Simply choose the most appropriate one from the drop down menu.
+ So if you are selling headphones, eBay will recommend an ABC list of the most common brands from Apple and Bose to Creative.
+ This is a sensible option for beginners to eBay.
+
+ Note: These options correspond to the Primary eBay Category, not any Secondary Category you may have chosen.
+
+
+ Custom Attribute
+ You can create more customisable detail by choosing the Custom Attribute that contains the item specific.
+
+
+ Custom Value
+ This allows you to manually type specific information about your product rather than choosing from a dropdown list.
+ This is particularly useful if the eBay recommended option does not include information about the specific item you have for sale.
+
+
+ None
+ You choose not to offer potential buyers any item specific information. Be aware that this may hamper your items appearing in eBay search results.
+
+ ","L'aggiunta di dettagli specifici dell'oggetto attirerà l'attenzione degli acquirenti e li aiuterà a individuare il tuo oggetto in una ricerca. Ti consigliamo di utilizzare quante più specifiche possibile. Oltre alle specifiche obbligatorie, sono disponibili delle specifiche personalizzate. Hai a disposizione quattro opzioni. Consigliato da eBay eBay ti consiglia alcune caratteristiche per il tuo oggetto. Seleziona le caratteristiche più adatte dal menu a discesa. Ad esempio, se vendi auricolari, eBay ti consiglierà un elenco alfabetico dei marchi più popolari, da Apple a Bose e Creative. Si tratta di un'opzione utile per gli utenti meno esperti di eBay. Nota: queste opzioni corrispondono alla categoria eBay principale e non alla categoria secondaria che potresti aver selezionato. Attributo personalizzato Per dettagli maggiormente personalizzati, seleziona l'Attributo personalizzato che contiene la specifica dell'oggetto. Valore personalizzato Questo ti consente di inserire manualmente informazioni specifiche sul prodotto piuttosto che selezionarle da un elenco a discesa. Questa funzione si rivela particolarmente utile se l'opzione consigliata da eBay non fornisce informazioni sull'oggetto che desideri mettere in vendita. Nessuno Puoi decidere di non fornire ai potenziali acquirenti nessuna informazione sull'oggetto. Questa decisione potrebbe tuttavia escludere i tuoi oggetti dai risultati delle ricerche su eBay. "
+"Value","Valore"
+"Add more information to help buyers find your item in search results.","Aggiungi maggiori informazioni per aiutare gli acquirenti a trovare il tuo oggetto nei risultati della ricerca. "
+"eBay Recommended","Consigliato da eBay"
+"Custom Value","Valore personalizzato"
+"Custom Attribute","Attributo personalizzato"
+"Custom Label / Attribute","Etichetta/attributo personalizzato"
+"M2E Pro Listings","Inserzioni M2E Pro"
+"This page contains all created M2E Listings.
+You can perform different Actions on a single Listing or on a group of Listings.
+Actions for a single Listing you can find in the Action column of the grid. Choose a necessary option in the appropriate Listing dropdown to execute it.
+ Mass actions are in the Actions dropdown at the top right corner of the grid. Select check-boxes of appropriate items, choose an Action from the dropdown and press the Submit button.","In questa pagina sono contenute tutte le inserzioni M2E. Puoi eseguire diverse azioni su una singola inserzione o su un gruppo di inserzioni. Azioni per un'inserzione singola disponibili nella colonna Azione della griglia. Scegli un'opzione necessaria nel menu a discesa Inserzione appropriato per eseguirla. Le azioni in massa sono disponibili nel menu a discesa Azioni nell'angolo superiore destro della griglia. Seleziona le caselle di testo degli oggetti appropriati, scegli un'azione nel menu a discesa e premi il pulsante Invia."
+"This Log contains all information about actions, which were done on all M2E Pro Listings and their items.","Questo registro contiene le informazioni relative alle azioni effettuate su tutte le inserzioni M2E Pro e sui rispettivi oggetti."
+"
+This page contains eBay Listings, which belong to registered eBay Accounts (%1$s > Configuration > Accounts Settings) and were listed not by M2E Pro extension.
+They are filtered by eBay User ID and Marketplaces in the grid. To review necessary 3rd Party Listings click on appropriate line of the grid.
+
+Note: To import eBay 3rd Party Listings the 3rd Party Listings Import must be enabled in account's settings
+(%1$s > Configuration > Accounts Settings > 3rd Party Listings tab) and the 3rd Party Listings Synchronization must be enabled in %1$s > Configuration > Synchronization.
+
+Important: Initially (the first synchronization of 3rd Party Listings) M2E imports items which have been listed not later than a year ago.
+","In questa sezione sono contenute le inserzioni che appartengono ad account eBay registrati (%1$s > Configurazione > Impostazioni account) e che non sono state pubblicate tramite l'estensione M2E Pro. Sono filtrati in base all'ID utente eBay e ai mercati nella griglia. Per controllare le inserzioni di terzi parti richieste, clicca sulla riga della griglia adeguata.Nota: per importare le inserzioni di terze parti eBay, devi abilitare Importazione inserzioni di terze parti nelle impostazioni dell'account (%1$s > Configurazione > Impostazioni account > scheda Inserzioni di terze parti), nonché Sincronizzazione inserzioni di terze parti in %1$s > Configurazione > Sincronizzazione.Importante: durante la prima sincronizzazione delle inserzioni di terze parti, M2E importa i soli oggetti messi in vendita da meno di un anno."
+"This Log contains all information about actions, which were done on 3rd Party Listings.","Questo registro contiene tutte le informazioni sulle azioni che sono state effettuate sulle inserzioni di terze parti."
+"Define the conditions when you want eBay items relisted.
+ ","Definisci le condizioni per rimettere in vendita oggetti su eBay. "
+"Relist Action","Azione di rimessa in vendita"
+"Activates Relist action.","Attiva l'azione Rimetti in vendita."
+"Relist When Stopped Manually","Rimetti in vendita dopo interruzione manuale"
+"Relists an item by over-riding any manual stop.","Rimette in vendita un oggetto ignorando tutte le interruzioni manuali."
+"Synchronize Data","Sincronizza dati"
+"Updates title, subtitle, description, price, quantity and shipment on eBay items.","Aggiorna titolo, sottotitolo, descrizione, prezzo, quantità e spedizione per gli oggetti eBay."
+"Relist Conditions","Condizioni di rimessa in vendita"
+"Product Status","Stato prodotto"
+"Product status when item will be relisted.","Stato del prodotto quando l'oggetto verrà rimesso in vendita."
+"Stock Availability when item will be relisted.","Disponibilità di scorte quando l'oggetto verrà rimesso in vendita."
+"Quantity","Quantità"
+"Less","Inferiore"
+"More or Equal","Maggiore o uguale"
+"Between","Tra il"
+"Product(s) quantity when item will be relisted.","Quantità dei prodotti quando l'oggetto verrà rimesso in vendita."
+"Min Quantity","Quantità minima"
+"Max Quantity","Quantità massima"
+"Specify the product details you want to keep up to date on eBay.","Indica i dettagli del prodotto che desideri aggiornare su eBay."
+"Partial Revise","Modifica parziale"
+"Item Quantity","Quantità oggetti"
+"Updates eBay listing quantity when it changes in Magento.","Aggiorna la quantità dell'inserzione eBay quando cambia in Magento."
+"Item Price","Prezzo dell'oggetto"
+"Updates eBay listing price when it changes in Magento.","Aggiorna il prezzo dell'inserzione eBay quando cambia in Magento."
+"Updates eBay listing title when it changes in Magento.","Aggiorna il titolo dell'inserzione eBay quando cambia in Magento."
+"Item Subtitle","Sottotitolo dell'oggetto"
+"Updates eBay listing subtitle when it changes in Magento.","Aggiorna il sottotitolo dell'inserzione eBay quando cambia in Magento."
+"Item Description","Descrizione dell'oggetto"
+"Updates eBay listing description when it changes in Magento.","Aggiorna la descrizione dell'inserzione eBay quando cambia in Magento."
+"Specifies Magento product data to be synchronized with eBay.
+
+ Note: If you set 'Not Set' in an option, the synchronization will not be performed for it.","Specifica i dati del prodotto Magento da sincronizzare con eBay. Nota: se imposti un'opzione su ""Non impostato"", la sincronizzazione non verrà eseguita per quell'opzione."
+"The price will be calculated according to Catalog Price Rules (Magento > Promotions > Catalog Price Rules).","Il prezzo verrà calcolato in base alle regole sui prezzi di catalogo (Magento > Promotions > Regole sui prezzi di catalogo)."
+"Updates price on eBay listing(s) when the source of price changes.","Aggiorna il prezzo nelle inserzioni eBay quando viene modificata l'origine del prezzo."
+"Synchronization Source","Origine sincronizzazione"
+"Not Set (not changeable on eBay)","Non impostato (non modificabile su eBay)"
+"Product QTY","QTÀ prodotti"
+"Magento Attributes","Attributi Magento"
+"Product QTY - eBay listing quantity will be synchronized with Magento product quantity.
+ Magento Attribute - eBay listing quantity will be synchronized with attribute value.
+","Quantità prodotto : la quantità dell'inserzione eBay verrà sincronizzata con la quantità del prodotto Magento. Attributo Magento : la quantità dell'inserzione eBay verrà sincronizzata con il valore dell'attributo."
+"Product Price","Prezzo prodotto"
+"Special Price","Prezzo speciale"
+"
+ Product Price - eBay Listing price will be synchronized with the original Magento product price.
+ Special Price - eBay Listing price will be synchronized with the special price of Magento product.
+ Magento Attribute - eBay listing price will be synchronized with attribute value.
+"," Prezzo del prodotto : il prezzo dell'inserzione eBay verrà sincronizzato con il prezzo originale del prodotto Magento. Prezzo speciale : il prezzo dell'inserzione eBay verrà sincronizzato con il prezzo speciale del prodotto Magento. Attributo Magento : il prezzo dell'inserzione eBay verrà sincronizzato con il valore dell'attributo."
+"
+ Product Name - eBay listing title will be synchronized with the original Magento product name.
+ Magento Attribute - eBay listing title will be synchronized with attribute value.
+ "," Nome del prodotto : il titolo dell'inserzione eBay verrà sincronizzato con il nome originale del prodotto Magento. Attributo Magento : il titolo dell'inserzione eBay verrà sincronizzato con il valore dell'attributo. "
+"Choose Magento attribute that will be synchronized with subtitle on eBay.","Seleziona un attributo Magento che verrà sincronizzato con il sottotitolo su eBay."
+"Product Description","Descrizione del prodotto"
+"Product Short Description","Descrizione breve del prodotto"
+"
+ Product Description - eBay listing description will be synchronized with the original description of Magento product.
+ Product Short Description - eBay listing description will be synchronized with the original short Magento product description.
+ Magento Attribute - eBay listing description will be synchronized with attribute value.
+ "," Descrizione del prodotto : la descrizione dell'inserzione eBay verrà sincronizzata con la descrizione originale del prodotto Magento. Breve descrizione del prodotto : la descrizione dell'inserzione eBay verrà sincronizzata con la breve descrizione originale del prodotto Magento. Attributo Magento : la descrizione dell'inserzione eBay verrà sincronizzata con il valore dell'attributo. "
+"Define the conditions when you want eBay items stopped.
+
+ Note: If all options are set to No or No Action, then the stop action is disabled.
+If all options are enabled, then an item will be stopped if at least one of the Stop Conditions is met.","Definisci le condizioni per interrompere oggetti su eBay. Nota: se tutte le opzioni vengono impostate su No o Nessuna azione, l'azione di interruzione viene disabilitata. Se tutte le opzioni sono abilitate, un oggetto verrà interrotto se viene soddisfatta almeno una delle condizioni di interruzione."
+"Stop Conditions","Condizioni di interruzione"
+"Stop When Status Disabled","Interrompi quando lo stato è Disabilitato"
+"Automatically stops eBay listing if its status is changed to 'Disabled' in Magento.","Interrompe automaticamente l'inserzione eBay se il relativo stato in Magento è impostato su ""Disabilitato""."
+"Stop When Out Of Stock","Interrompi se esaurito"
+"Automatically stops eBay listing if its stock availability is changed to 'Out Of Stock' in Magento.","Interrompe automaticamente l'inserzione eBay se la relativa disponibilità di scorte in Magento è impostata su ""Esaurito""."
+"Stop When Item Quantity Is","Interrompi se la quantità dell'oggetto è"
+"Less or Equal","Minore o uguale"
+"More","Altro"
+"Automatically stops eBay listing if its Magento quantity is changed and meets the conditions.","Interrompe automaticamente l'inserzione eBay se la quantità Magento è stata modificata e soddisfa le condizioni."
+"Min Item Quantity","Quantità oggetti minima"
+"Max Item Quantity","Quantità oggetti massima"
+"Displayed products have the same Attribute Set as the Listing you are going to add them to.
+ Note: A product can be added to the listing only once. If a product was added to the Listing earlier, it will not be displayed. ","I prodotti visualizzati dispongono dello stesso insieme di attributi dell'inserzione a cui vengono attualmente aggiunti. Nota: è possibile aggiungere un prodotto all'inserzione una sola volta. Se un prodotto è stato aggiunto all'inserzione precedentemente, non sarà visualizzato. "
+"%s product(s) were successfully added to the M2E Listing.
+ You can Review them in the Listing or Start listing on eBay right now.
+ Note: The products without Primary eBay Category specified will not be listed. You can specify it later in the listing settings.","Sono stati aggiunti correttamente %s prodotto/i all'inserzione M2E. Puoi verificarli nell'inserzione o pubblicare immediatamente l'inserzione su eBay. Nota: i prodotti ai quali non è stata assegnata alcuna categoria principale eBay non verranno messi in vendita. Puoi specificarla in un secondo momento nelle impostazioni dell'inserzione."
+"Magento Categories","Categorie Magento"
+"The quantity of chosen products in each category is shown in brackets.
+
+If the product belongs to several categories, it is shown in each category. And if you remove the category with such product it will be subtracted from
+ each category.
+
+","La quantità dei prodotti selezionati in ogni categoria viene mostrata tra parentesi. Se il prodotto appartiene a più categorie, viene mostrato in ogni categoria. Inoltre, se rimuovi la categoria a cui è assegnato il prodotto, quest'ultimo verrà eliminato da tutte le categorie."
+"Selected Products: ","Prodotti selezionati: "
+"Selected Categories: ","Categorie selezionate: "
+"view","visita"
+"Search Items","Cerca oggetti "
+"This page contains all products added to M2E listings or assigned to the 3rd Party. It allows quick searching listings by their products.","Questa pagina contiene tutti i prodotti aggiunti alle inserzioni M2E o assegnati a terze parti. Consente di cercare rapidamente le inserzioni in base ai relativi prodotti."
+"Keep the existing M2E Listing settings or customise these settings for the products shown below.","Mantieni le impostazioni correnti dell'inserzione M2E o personalizzale per i prodotti mostrati di seguito."
+"You can edit Settings for a single product by choosing necessary edit action on appropriate line of the grid
+ or edit and set the same settings for several products items: select items and choose necessary action from the Actions drop down menu.","Puoi modificare le impostazioni per un unico prodotto selezionando, nella riga della griglia corrispondente, l'azione di modifica richiesta oppure puoi modificare e impostare le stesse impostazioni per più prodotti: seleziona gli oggetti e scegli l'azione richiesta dal menu a discesa Azioni."
+"Select appropriate product view.","Seleziona la vista del prodotto adeguata."
+"There are two ways to select your products :","Sono disponibili due modi per selezionare i prodotti:"
+"Products List","Elenco prodotti"
+"Products are displayed altogether.","I prodotti sono mostrati insieme."
+"Products grouped by Magento categories.","Prodotti riuniti per categorie Magento."
+"Customized","Personalizzato"
+"M2E Pro Policies","Regole di M2E Pro"
+"Policy with the same title already exists.","Esistono già una regola con lo stesso titolo."
+"Please specify policy title","Indica il titolo della regola"
+"Save New Policy","Salva nuova regola"
+"Use From Listing Settings","Recupera da impostazioni inserzione"
+"eBay Policies","Regole di eBay"
+"or","o"
+"Use Custom Settings","Utilizza impostazioni personalizzate"
+"Based on Product","In base al prodotto"
+"Fee cannot be estimated because of next error(s)","Impossibile stimare la tariffa a causa dei seguenti errori"
+"Getting Estimated Fee is in progress...","È in corso la stima delle tariffe..."
+"Listing Items","Oggetti inserzione"
+"This page contains products you have added to the Listing. You can review them and perform necessary actions.
+ You can also add a new M2E Pro Listing or navigate to other Listing directly from this page. Click the icon next to your Listing Title and a drop down menu appears.","Questa pagina contiene i prodotti aggiunti all'inserzione. Puoi verificarli ed effettuare le azioni richieste. Puoi inoltre aggiungere una nuova inserzione M2E Pro o visualizzare altre inserzioni direttamente da questa pagina. Se clicchi sull'icona accanto al titolo dell'inserzione viene mostrato un menu a discesa."
+"There are three 'Views' available to you in Advanced mode:
+
+ eBay - displays product information related to eBay. In this mode, you can easily find products by eBay information, perform actions in bulk (i.e. List, Revise, Relist, Stop, etc);
+ Magento - displays products information related to Magento Catalog. In this mode, you can easily find products using magento products information (i.e. Magento QTY, Stock Status, etc);
+ Settings - displays information about settings set for products (i.e. Selling settings, eBay categories, etc). In this mode, you can easily find products by settings they use, change the settings in bulk.
+
+ You can switch between modes using dropdown at the top of the product grid.
+
+ Note: If you need to search by magento product attributes which is not presented in the filters of the grid, you can use 'Show Advanced Filter' option.
+ It's at the top of the page on the right hand side.","Nella modalità Avanzata sono disponibili tre ""Viste"" : eBay : mostra le informazioni sui prodotti correlate a eBay. Questa modalità ti permette di trovare in modo agevole i prodotti in base alle informazioni eBay ed effettuare più azioni contemporaneamente (ad esempio mettere in vendita, modificare, rimettere in vendita, interrompere, ecc.); Magento : mostra le informazioni sui prodotti correlate al catalogo Magento. Questa modalità ti permette di trovare in modo agevole i prodotti utilizzando le informazioni sui prodotti Magento (ad esempio quantità di Magento, stato delle scorte, ecc.); Impostazioni : mostra le informazioni sulle impostazioni definite per i prodotti (ad esempio impostazioni relative alle vendite, categorie eBay, ecc.). Questa modalità ti permette di trovare in modo agevole i prodotti in base alle impostazioni utilizzate e modificare più impostazioni contemporaneamente. Puoi modificare la modalità utilizzando il menu a discesa nella parte superiore della griglia del prodotto. Nota: se devi effettuare una ricerca in base ad attributi del prodotto Magento non disponibili nei filtri della griglia, puoi utilizzare l'opzione ""Mostra filtro avanzato"" . L'opzione è disponibile nella parte superiore destra della pagina."
+"Add New Listing","Aggiungi nuova inserzione"
+"Marketplaces settings have been saved.","Le impostazioni del mercato sono state salvate."
+"You must select at least one marketplace you will work with.","Devi selezionare almeno un mercato in cui opererai."
+"Synchronization has successfully ended.","Sincronizzazione completata correttamente."
+"Synchronization ended with warnings. View log for details.","Sincronizzazione completata con avvisi. Vedi il registro per ulteriori informazioni."
+"Synchronization ended with errors. View log for details.","Sincronizzazione completata con errori. Vedi il registro per ulteriori informazioni."
+"Some eBay categories were deleted from eBay. Click here to check.","Sono state eliminate da eBay alcune categorie. Clicca qui per verificare."
+"Used in Listing(s)","Utilizzato nelle inserzioni"
+"Waiting","In attesa"
+"Processing","Elaborazione in corso"
+"Completed","Completato"
+"Enable certain marketplaces you will work with and press the Save And Update button. All necessary marketplace data will be downloaded and synchronized with M2E Pro.
+
+It is recommended to update marketplaces when any marketplace changes are announced.
+
+Note: Installation and update processes might be time-consuming, depending on the number of enabled marketplaces and your server environment. ","Attiva determinati mercati con cui lavorerai e premi il pulsante Salva e aggiorna. Tutti i dati richiesti relativi al mercato verranno scaricati e sincronizzati con M2E Pro. Quando viene annunciata una modifica ai mercati, è consigliabile aggiornarli.Nota: i processi di installazione e aggiornamento potrebbero richiedere molto tempo, a seconda del numero di mercati abilitati e del tuo ambiente server. "
+"Please specify eBay motors compatibility attribute in %s > Configuration > General ","Specifica l'attributo compatibilità con eBay Motori in %s > Configurazione > Generale "
+"Please edit categories settings for selected products and select the compatibility attribute.","Modifica le impostazioni delle categorie per i prodotti selezionati e scegli l'attributo compatibilità."
+"Add Compatible Vehicles","Aggiungi veicoli"
+"Select the items, compatible with your part and choose one of three actions in the Actions dropdown:
+
+ Overwrite ePIDs in Compatibility Attribute - replaces items ePIDs in the Compatibility Attribute chosen in %s > Configuration > General with selected ones.
+ Add ePIDs to Compatibility Attribute - adds selected items ePIDs to existing ones in Compatibility Attribute chosen in the General settings.
+
+Note: Compatibility items can not be replaced or removed from eBay.","Seleziona gli oggetti compatibili con il ricambio e scegli una delle tre azioni nel menu a discesa Azioni: Sovrascrivi ePID nell'attributo compatibilità : sostituisce gli ePID degli oggetti nell'attributo compatibilità definito in %s > Configurazione > Generale con gli ePID selezionati. Aggiungi ePID all'attributo compatibilità : aggiunge gli ePID degli oggetti selezionati a quelli presenti nell'attributo compatibilità definito nelle impostazioni generali. Nota: gli oggetti compatibilità non possono essere sostituiti o rimossi da eBay."
+"Selected ePIDs","ePID selezionati"
+"Order Address Information","Informazioni di registrazione ordine"
+"Buyer Name","Nome dell'acquirente"
+"Buyer E-Mail","E-mail acquirente"
+"Street Address","Via"
+"City","Città"
+"Country","Paese"
+"Region/State","Regione/Stato"
+"Zip/Postal Code","CAP"
+"Telephone","Telefono"
+"
+This page contains all orders imported from eBay.
+Use eBay Accounts dropdown to filter eBay orders by accounts.
+If Magento Order, Invoice or / and Shipment was not created automatically,
+you can create them manually by using appropriate options in the Action dropdown.
+Note: Automatic creation of Magento Orders, Invoices, and Shipments executes according to the eBay Accounts settings in %s > Configuration > Accounts > Orders.","In questa pagina sono contenuti tutti gli ordini importati da eBay. Utilizza il menu a discesa Account eBay per filtrare gli ordini eBay in base agli account. Se l'ordine, la fattura e/o la spedizione Magento non sono stati creati automaticamente, puoi crearli manualmente utilizzando le opzioni appropriate nel menu a discesa Azione.Nota: la creazione automatica di ordini, fatture e spedizioni Magento avviene in base alle impostazioni degli account eBay in %s > Configurazione > Account > Ordini."
+"This Log contains Orders history information.","Questo registro contiene informazioni sulla cronologia degli ordini."
+"eBay Order","Ordine eBay"
+"Selling Manager","Gestore delle vendite"
+"Sale Time","Ora di vendita"
+"Update Time","Ora di aggiornamento"
+"Reservation Time","Tempo di prenotazione"
+"Order Status","Stato ordine"
+"Incomplete","Non completato"
+"Unknown Error","Unknown Error"
+"Not Shipped","Non spedito"
+"Production","Produzione"
+"Sandbox","Sandbox"
+"Buyer Information","Informazioni sull'acquirente"
+"Customer Name","Nome cliente"
+"Private Restriction","Restrizioni sul privato"
+"Shipping Address","Indirizzo per la spedizione"
+"Payment Information","Informazioni per il pagamento"
+"Order Currency","Valuta ordine"
+"Attention!","Attenzione"
+"Order currency is not enabled in Magento. Please, enable it in System -> Configuration -> Currency Setup.","La valuta dell'ordine non è abilitata in Magento. Abilitarla in Sistema -> Configurazione -> Impostazione valuta."
+"There's no rate for Order currency in Magento. Please, add currency convert rate in System -> Manage Currency -> Rates.","Nessun tasso per la valuta dell'ordine in Magento. Aggiungi il tasso di conversione della valuta in Sistema -> Gestisci valuta -> Tassi."
+"Payment Date","Data del pagamento"
+"Payment Method","Metodo di pagamento"
+"eBay Account","Account eBay"
+"eBay Final Fee","Tariffa finale eBay"
+"External Transactions","Transazioni esterne"
+"Shipping & Handling Information","Informazioni sulla spedizione e sull'imballaggio"
+"Shipping Selected Service","Servizio di spedizione selezionato"
+"Global Shipping Program","Programma di spedizione internazionale"
+"Shipping Cost","Spese di spedizione"
+"Shipping Time","Tempi di spedizione"
+"Tracking Details","Dettagli sul tracciamento"
+"Carrier","Spedizioniere"
+"Number","Numero"
+"Global Shipping Details","Dettagli sulla spedizione internazionale"
+"Reference ID","ID riferimento"
+"eBay Warehouse Address","Indirizzo magazzino eBay"
+"Shipping Service","Servizio di spedizione"
+"Transaction Item(s)","Oggetti della transizione"
+"Log History","Cronologia registro"
+"Order Totals","Totali ordine"
+"Subtotal","Totale parziale"
+"Shipping & Handling","Spedizione e imballaggio"
+"Tax","Imposte"
+"Grand Total","Totale"
+"Amount Paid","Importo pagato"
+"Amount Saved","Importo salvato"
+"Synchronization settings have been saved.","Le impostazioni della sincronizzazione sono state salvate."
+"Running All Enabled Tasks","Esecuzione di tutte le attività abilitate"
+"Inventory Synchronization","Sincronizzazione magazzino"
+"Orders Synchronization","Sincronizzazione ordini"
+"3rd Party Listings Synchronization","Sincronizzazione inserzioni di terze parti"
+"Revise All","Modifica tutte"
+"enabled","abilitata"
+"If catalog updates in your magento performed using import/export tools, custom scripts or direct changes in database,
+ then, you can use ""Track Direct Database Changes"" %s functionality to detect changes in products' price and quantity.","Se gli aggiornamenti del catalogo in Magento vengono effettuati tramite strumenti di importazione o esportazione, script personalizzati o modifiche dirette nel database, puoi utilizzare la funzione %s ""Controlla modifiche dirette nel database"" per rilevare modifiche al prezzo o alla quantità dei prodotti."
+"Updates and synchronizes eBay Listings according to Synchronization Policies' rules.","Aggiorna e sincronizza le inserzioni eBay in base alle Regole di sincronizzazione."
+"If your eBay listings for some reason were asynchronized with the products in Magento, turn on the Revise All action to catch data up.
+ Revise is performed by the Inventory Synchronization, 100 items per a cycle.
+
+ ","Se per qualche motivo la sincronizzazione delle inserzioni eBay con i prodotti in Magento è stata disabilitata, attiva l'opzione Modifica tutte le azioni per recuperare i dati. La modifica viene eseguita dalla sincronizzazione magazzino (100 oggetti per ciclo). "
+"In Progress, start date - ","In corso, data di inizio: - "
+"Finished, end date - ","Terminato, data di fine: - "
+"Imports and synchronizes eBay Orders for accounts, which have enabled Import eBay Orders in their Accounts settings.","Importa e sincronizza gli ordini eBay per gli account che hanno abilitato Importa ordini eBay nelle impostazioni degli account."
+"Imports buyers' feedback and automatically sends Auto Responses according to eBay Accounts settings.","Importa i Feedback degli acquirenti e invia automaticamente le risposte automatiche in base alle impostazioni degli account eBay."
+"Imports and synchronizes 3rd Party Listings for eBay accounts, which have enabled Import 3rd Party Listings in their Accounts settings.Note: Click ""Synchronization Settings"" to configure settings.","Importa e sincronizza le inserzioni di terze parti per gli account eBay che hanno abilitato Importa inserzioni di terze parti nelle impostazioni degli account.Nota: clicca sul pulsante ""Impostazioni di sincronizzazione"" per configurare le impostazioni."
+"Click 'Confirm' and Revise will be performed by the Inventory Synchronization, 100 items per a cycle.","Clicca su ""Conferma"" per consentire alla sincronizzazione del magazzino di apportare la modifica (100 oggetti per ciclo)."
+"Set preferences of data synchronization and Save Settings.
+ To run each task manually, click the Run Now button; to run all the tasks simultaneously click the Run Enabled Now button displayed at the top of the page.
+ Note: Cron job must be set up for automatic synchronization.","Definisci e salva le impostazioni per la sincronizzazione dei dati. Per eseguire tutte le attività manualmente, clicca sul pulsante Esegui ora. Per eseguire tutte le attività contemporaneamente, clicca sul pulsante Esegui ora attività abilitate nella parte superiore della pagina. Nota: il processo cron deve essere impostato per la sincronizzazione automatica."
+"This Log contains information on processes, which were done in Synchronization tasks.
+ Note: Logs of Default, Templates, Orders and 3rd Party Listings Synchronizations are only recorded when Error(s) or Warning(s) appears.","Questo registro contiene le informazioni sui processi che sono stati effettuati nelle attività di sincronizzazione. Nota: i registri delle sincronizzazioni predefinite, di modelli, ordini e inserzioni di terze parti vengono compilati solo in caso di visualizzazione di errori o avvisi."
+"Adding Image","Aggiunta immagine"
+"Condition description must be less then 1000 symbols.","La descrizione delle condizioni deve contenere al massimo 1.000 caratteri."
+"New, New with tags, New with box, Brand New","Nuovo, Nuovo con etichette, nuovo nella confezione originale"
+"New Other, New without tags, New without box","Nuovo - Altro, Nuovo senza etichette, Nuovo senza confezione originale"
+"Seller Refurbished, Re-manufactured","Ricondizionato dal venditore, nuova produzione"
+"Used, Pre-owned, Like new","Usato, Di seconda mano, Come nuovo"
+"If item is not new, you can provide additional details about the item's condition, such as whether it has defects, missing parts, scratches, or other wear and tear. You have up to 1000 characters.","Se l'oggetto non è nuovo, puoi fornire ulteriori informazioni sulle condizioni dell'oggetto, ad esempio se è difettoso o se presenta pezzi mancanti, graffi o altri problemi attribuibili all'usura. Hai a disposizione 1.000 caratteri."
+"Images & Watermark","Immagini e filigrana"
+"The images your potential buyers will see on your eBay listing. Using lots of high-quality pictures provides a great shopping experience and helps to sell your items. ","Le immagini che i potenziali acquirenti vedranno nella tua inserzione eBay. L'utilizzo di foto di elevata qualità migliora l'esperienza di acquisto e facilita la vendita degli oggetti. "
+"You can add a watermark to your images. Note: The watermark option is only available for the images hosted on Magento.","Puoi aggiungere una filigrana alle immagini. Nota: l'opzione Filigrana è disponibile soltanto per le immagini in Magento."
+"Main Image","Immagine principale"
+"Product Base Image","Immagine di base prodotto"
+"The first photo appears in the top left of your eBay item and next to your item's title in search results.
+ Note: Media Image Attribute or Attribute should contain absolute url. e.g. http://mymagentostore.com/images/baseimage.jpg","La prima foto verrà mostrata nella parte superiore sinistra dell'oggetto eBay e accanto al titolo dell'oggetto nei risultati della ricerca. Nota: nei campi Attributo immagine multimediale o Attributo è necessario inserire un URL assoluto. ad esempio http://mymagentostore.com/images/baseimage.jpg"
+"Default Image Url","URL immagine predefinita"
+"From 30 October 2013 eBay does not allow to list products without images. If a product does not have the Main Image this image will be used instead.Note: Use absolute url. e.g. http://mymagentostore.com/images/defaultimage.jpg","Dal 30 ottobre 2013 su eBay non è consentito mettere in vendita prodotti senza immagini. Se non è stata prevista per un prodotto alcuna Immagine principale, verrà utilizzata al suo posto questa immagine.Nota: utilizza un URL assoluto. ad esempio http://mymagentostore.com/images/defaultimage.jpg"
+"Picture Pack","Pacchetto fotografico "
+"Displays larger, more detailed pictures (up to 800w x 800h pixels - 800 pixels on the longest side). Note: This feature may come with additional fee.","Visualizza immagini più grandi e dettagliate (fino a 800w x 800h pixel - 800 pixel sul lato più lungo). Nota: questa funzione viene fornita con il pagamento di una tariffa aggiuntiva."
+"Gallery Images","Immagini della Galleria"
+"Product Images","Immagini prodotto"
+"Up to","Fino a"
+"Adds small thumbnails that appear under the large Base Image. You can add up to 11 additional photos to each listing on eBay.
+ Note: Text, Multiple Select or Dropdown type attribute can be used. The value of attribute must contain absolute urls.
+ In Text type attribute urls must be separated with comma.
+ e.g. http://mymagentostore.com/images/baseimage1.jpg, http://mymagentostore.com/images/baseimage2.jpg","Aggiunge miniature di piccole dimensioni che appaiono sotto l'immagine di base grande. Puoi aggiungere fino a 11 foto aggiuntive a ogni inserzione su eBay. Nota: puoi utilizzare gli attributi di tipo Testo, Selezione multipla o Menu a discesa. Il valore dell'attributo deve contenere URL assoluti. Nell'attributo del tipo Testo, gli url devono essere separati da una virgola. ad esempio http://mymagentostore.com/images/baseimage1.jpg, http://mymagentostore.com/images/baseimage2.jpg"
+"Allows changing images for selected option of multi variation items.(Applicable for Configurable products only).","Consente di modificare le immagini per l'opzione selezionata relativa alle inserzioni con varianti.(Applicabile ai soli prodotti Configurabile)."
+"Use Watermark","Utilizza filigrana"
+"Automatically adds your custom watermark to gallery images.","Aggiunge automaticamente la tua filigrana personalizzata alle immagini della galleria."
+"Watermark Upload","Caricamento filigrana"
+"Select image that you want to add as a watermark.","Seleziona l'immagine che desideri aggiungere come filigrana."
+"Watermark Preview","Anteprima filigrana"
+"Watermark Transparency","Trasparenza filigrana"
+"Disable","Disabilita"
+"Enable","Abilita"
+"Sets transparency of watermark image to 30 %.","Imposta la trasparenza dell'immagine della filigrana su 30%."
+"Scale Watermark Image","Ridimensiona immagine filigrana"
+"In Width","In larghezza"
+"Full Image","Immagine intera"
+"Scales watermark image in width or full image.","Ridimensiona l'immagine della filigrana in larghezza o l'immagina intera."
+"Watermark Position","Posizione filigrana"
+"Top","Inizio"
+"Middle","Al centro"
+"Bottom","In basso"
+"Watermark position on the image.","Posizione della filigrana sull'immagine."
+"Details","Dettagli"
+"Custom Title","Titolo personalizzato"
+"This is the title buyers will see on eBay. A good title means more buyers viewing your listing and your item selling for the best price.","Questo è il titolo mostrato agli acquirenti su eBay. Un titolo efficace consente di attirare un numero maggiore di acquirenti e vendere l'oggetto a un prezzo più elevato."
+"Add Subtitle","Aggiungi un sottotitolo"
+"Adding subtitle to eBay item.
+ Note: An additional fee may be charged for an item subtitle. Find out more about eBay Insertion Fees .","Aggiunta di un sottotitolo all'oggetto eBay. Nota: l'aggiunta di un sottotitolo potrebbe comportare l'applicazione di una tariffa aggiuntiva. Ulteriori informazioni sulle Tariffe d'inserzione eBay ."
+"Cut Long Titles","Abbrevia titoli lunghi"
+"Automatically shortens titles to 80 characters and subtitles to 55 characters to fit on eBay.","Adatta automaticamente titoli e sottotitoli ai limiti di eBay, rispettivamente 80 e 55 caratteri."
+"It is possible to choose a Product Description or Product Short Description, which will be taken from Magento.
+ Or you can create a Custom Description by adding necessary information, appropriate attributes from dropdown lists and image tags.","È possibile scegliere Descrizione prodotto o Descrizione breve prodotto; entrambe saranno acquisite da Magento. In alternativa puoi creare una descrizione personalizzata aggiungendo le informazioni necessarie, gli attributi appropriati negli elenchi a discesa e i tag immagine."
+"Description Source","Origine descrizione "
+"Custom Description","Descrizione personalizzata"
+"Item's description source for eBay Listing.
+
+ It is possible to create custom description in 2 modes:
+ WYSIWYG - allows creating simple good looking product description. No HTML knowledge is required.
+ HTML - allows using HTML tags and CSS styles for the description. You can create much more complex, improved and advanced item's description using this mode.","Origine della descrizione dell'oggetto per l'inserzione eBay. È possibile creare la descrizione personalizzata in 2 modi: WYSIWYG : consente di creare una descrizione del prodotto semplice e accattivante. Non è necessario conoscere il linguaggio HTML. HTML : consente di utilizzare per la descrizione i tag HTML e gli stili CSS. Utilizzando questo modo puoi creare una descrizione dell'oggetto molto più complessa e avanzata."
+"Custom Description Inserts","Inserti descrizione personalizzata "
+"M2ePro Attribute","Attributo M2ePro"
+"Product Image(s)","Immagini prodotto"
+"Add Image(s)","Aggiungi immagini"
+"Displaying Images","Visualizzazione immagini"
+"Gallery View","Galleria"
+"Image(s) Width","Larghezza immagini"
+"Main Image Width","Larghezza immagine principale"
+"Original","Originale"
+"Custom","Personalizza"
+"Image(s) Height","Altezza immagini"
+"Main Image Height","Altezza immagine principale"
+"Image(s) Margin","Margine immagini"
+"Images Layout","Layout immagini"
+"Horizontal","Orizzontale"
+"Vertical","Verticale"
+"Gallery Hint","Suggerimento galleria"
+"Click on the image below to get zoomed view of the item","Fai clic sull'immagine seguente per ottenere una vista ingrandita dell'oggetto"
+"Open original size image in a new window","Apri l'immagine con le dimensioni originali in una nuova finestra"
+"Choose configuration how the image(s) should be displayed and press the Insert button. Image's tag will be added to the end of the text.","Scegli la configurazione relativa alla visualizzazione delle immagini e premi il pulsante Inserisci . Il tag immagine verrà aggiunto alla fine del testo."
+"eBay Catalog Identifier","Identificatore catalogo eBay"
+"EAN","EAN"
+"European Article Number, (now called International Article Number). This barcode is a superset of the UPC.","Numero articolo europeo (ora modificato in Numero articolo internazionale). Questo codice a barre è un insieme in cui rientra il codice UPC."
+"UPC","UPC"
+"The Universal Product Code is a barcode usually consisting of 12 numerical digits, which are unique for each item.","Il codice UPC (Universal Product Code) è un codice a barre composto in genere da 12 cifre numeriche uniche per ogni oggetto."
+"ePID (Product Reference ID)","ePID (ID di riferimento del prodotto)"
+"An eBay Product ID is eBay's global reference ID for a catalog product.","Un ID prodotto eBay è l'ID riferimento internazionale eBay per un prodotto del catalogo."
+"ISBN","ISBN"
+"The International Standard Book Number is a uniquenumeric book identifier.","Il numero ISBN (International Standard Book Number) è un identificatore alfanumerico per i libri."
+"Upgrade Tools","Opzioni di vendita"
+"Value Pack","Pacchetto visibilità"
+"Value Pack Bundle","Pacchetto visibilità"
+"Combine Gallery, Subtitle, and Listing Designer and you will get a discount.","Per ottenere uno sconto, combina Galleria, Sottotitolo e Disegna la tua inserzione."
+"Listing Upgrades","Opzioni di vendita"
+"Bold listing title","Titolo inserzione in grassetto"
+"Find out about eBay optional listing features ","Ulteriori informazioni sulle funzioni di vendita facoltative di eBay "
+"Highlight","Evidenziatore"
+"Adding an eye-catching background to your listing in search results.","Aggiunta di uno sfondo accattivante alla tua inserzione nei risultati della ricerca."
+"Gallery Type","Tipo di galleria"
+"Gallery Picture","Foto della Galleria"
+"Gallery Plus","Galleria Plus"
+"Gallery Featured","In Vetrina nella Galleria"
+"Hit Counter","Contatore visite"
+"No Hit Counter","Nessun contatore visite"
+"Basic Style","Stile standard"
+"Green LED","Spia verde"
+"Hidden Style","Stile nascosto"
+"Honesty Style","Stile honesty"
+"Retro Style","Stile retro"
+"Count the number of visitors to your eBay listing.Note: Green LED and Honesty Style styles are available only in the US.","Conta il numero di utenti che hanno visitato la tua inserzione.Nota: gli stili Green LED e Honesty Style sono disponibili soltanto negli Stati Uniti."
+"Select Product","Seleziona il prodotto"
+"Enter Product Id","Immetti ID prodotto"
+"Select the payment, shipping and cross border options you would like eBay to use.","Seleziona le opzioni di pagamento, spedizione e per le transazioni internazionali che desideri utilizzare su eBay."
+"Remember, you can amend Payment and Shipping Settings at any time.","Ricorda che puoi modificare in qualsiasi momento le impostazioni relative a pagamento e spedizione."
+"Policy title is not unique.","Il titolo della regola non è univoco."
+"You can adjust how long your items will be active on eBay. You can also choose the price on eBay in relation to your store price. You might want to increase your selling price to take into account the eBay seller fees, or reduce your price to be competitive.","Puoi scegliere per quanto tempo gli oggetti resteranno attivi su eBay. Puoi inoltre definire il prezzo su eBay in base al prezzo applicato in negozio. Puoi inoltre aumentare il prezzo di vendita per compensare le tariffe del venditore eBay o ridurre il prezzo per essere competitivo."
+"Remember, you can amend Selling Settings at any time.","Ricorda che puoi modificare in qualsiasi momento le impostazioni relative alle vendite."
+"Sync your accounts so you are always on top of your stock control and inventory.","Sincronizza gli account in modo da tenere sempre sotto controllo le scorte e il magazzino."
+"Remember, you can amend Synchronization Settings at any time.","Ricorda che puoi modificare in qualsiasi momento le impostazioni relative alla sincronizzazione."
+"There are 4 rule settings:
+
+
+ List Rules
+ Revise Rules
+ Relist Rules
+ Stop Rules
+
+ Note: Inventory Synchronization setting must be enabled in Synchronization (Configuration > Synchronization).
+ Otherwise, Synchronization Policy Rules will not take effect.","Sono disponibili 4 impostazioni delle regole: Regole inserzione Modifica regole Regole per la rimessa in vendita Blocca regole Nota: l'impostazione Sincronizzazione magazzino deve essere abilitata in Sincronizzazione (Configurazione > Sincronizzazione). In caso contrario, le Regole di sincronizzazione non verranno applicate."
+"Be careful when you edit policies, as all changes you have made will be automatically applied to all M2E listings where these policies are used.
+ If a policy is used in a M2E Listing, it cannot be deleted.","Presta attenzione quando modifichi le regole in quanto tutte le modifiche verranno applicate automaticamente alle inserzioni M2E che utilizzano queste regole. Se viene utilizzata una regola in un'inserzione M2E, non è possibile eliminarla."
+"Payment method should be specified.","È consigliabile specificare un metodo di pagamento."
+"PayPal","PayPal"
+"PayPal Accepted","PayPal accettato"
+"PayPal Email Address","Indirizzo email PayPal"
+"Email address for receiving payment.","Indirizzo email per ricezione pagamento."
+"Immediate Payment Required","È richiesto il pagamento immediato"
+"This is only applicable to items listed on PayPal-enabled sites in categories that support immediate payment, when a seller has a Premier or Business PayPal account.","Applicabile solo agli oggetti messi in vendita sui siti abilitati per PayPal nelle categorie che supportano il pagamento immediato, quando un venditore dispone di un conto PayPal Premier o Business."
+"Additional Payment Methods","Ulteriori metodi di pagamento"
+"Payment Methods","Metodi di pagamento"
+"Return Policy","Regole sulla restituzione"
+"Buyers are more comfortable shopping from sellers who offer returns policies , even though most buyers will never return an item.
+ Items with a clear returns policy typically sell better than items that don't have one.","Gli acquirenti preferiscono fare acquisti da venditori che offrono delle Regole sulla restituzione , anche se gran parte di loro non restituirà mai un oggetto. In genere, gli oggetti con Regole sulla restituzione chiare vengono venduti meglio di oggetti sprovvisti di tali regole."
+"Refund Will Be Given As","Modalità di rimborso"
+"Item Must Be Returned Within","L'oggetto deve essere restituito entro"
+"Return Shipping Will Be Paid By","Le spese di spedizione della restituzione saranno pagate da"
+"Restocking Fee Value","Tariffa di stoccaggio"
+"Refund Description","Descrizione rimborso"
+"Search For Charities","Cerca organizzazioni di beneficenza"
+"Please select a percentage of donation","Seleziona una donazione in percentuale"
+"If you do not see the organization you were looking for, try to enter another keywords and run the search again.","Se non trovi l'organizzazione che stavi cercando, prova a inserire altre parole chiave ed effettua nuovamente la ricerca."
+"Please, enter the organization name or ID.","Inserisci il nome o l'ID dell'organizzazione."
+"Max applicable length is 6 characters, including the decimal (e.g., 12.345).","La lunghezza massima applicabile è 6 caratteri, inclusi i decimali, ad esempio 12,345."
+"Price Change is not valid.","La modifica del prezzo non è valida."
+"Wrong value. Only integer numbers.","Valore errato. Solo numeri interi."
+"The fixed price for immediate purchase.","Inserzioni Compralo Subito per l'acquisto immediato."
+"The fixed price for immediate purchase. Find out more about adding a Buy It Now price to your listing.","Inserzioni Compralo Subito per l'acquisto immediato. Ulteriori informazioni su come aggiungere un Prezzo Compralo Subito all'inserzione."
+"% of Price","% del prezzo"
+"% of ""Buy It Now"" Price","% del prezzo ""Compralo Subito"""
+"How You Want To Sell Your Item","Modalità di vendita desiderata per l'oggetto"
+"Is your item for sale auction-style, or fixed price ?","La tua inserzione è in formato Asta online o Compralo Subito ?"
+" Attribute must contain ID. ID for Fixed price is FixedPriceItem, for Auction is Chinese."," L'attributo deve contenere un ID. L'ID per Inserzioni Compralo Subito è FixedPriceItem, mentre per Asta online è Chinese."
+"The buyer will be anonymous to other eBay users in a Private Listing.","In un'inserzione privata, l'acquirente verrà nascosto agli altri utenti eBay."
+"Quantity And Duration","Quantità e durata"
+"The length of time your eBay listing will be active. You can have it last 1, 3, 5, 7, 10, 30 days or Good 'Til Cancelled.
+ Good 'Til Cancelled listings renew automatically every 30 days unless all of the items sell, you end the listing, or the listing breaches an eBay policy.","Quanto tempo resterà attiva la tua inserzione eBay. La tua inserzione può durare 1, 3, 5, 7, 10, 30 giorni o puoi optare per un'Inserzione senza scadenza. Le inserzioni senza scadenza vengono rinnovate automaticamente ogni 30 giorni salvo quando vengono venduti tutti gli oggetti, se termini l'inserzione o se l'inserzione viola le Regole di eBay."
+" Attribute must contain a whole number. If you choose ""Good Till Cancelled"" the attribute must contain 100."," L'attributo deve contenere un numero intero. Se selezioni ""Inserzione senza scadenza"", l'attributo deve contenere 100."
+"Single Item","Singolo oggetto"
+"Custom QTY Number","Numero QTÀ personalizzato"
+"The number of items you have for sale.","Il numero di oggetti che hai messo in vendita."
+"Conditional Quantity","Quantità condizionale"
+"Choose specifically the number of items available for sale on eBay.","Scegli in particolare il numero di oggetti disponibili per la vendita su eBay."
+"Maximum Quantity to Be Listed","Quantità massima da mettere in vendita"
+"Set a maximum number to sell on eBay, e.g. if you have 10 items in stock but want to keep 2 items back, set a maximum quantity of 8.","Imposta un limite di vendita massimo su eBay, ad esempio se hai 10 oggetti in magazzino ma ne vuoi conservare 2, seleziona una quantità massima di 8."
+"Out Of Stock Control","Controllo Esaurito"
+"This is useful if you are waiting for additional stock of an item with the same eBay item ID. Instead of ending the listing and then recreating it when the inventory arrives, you can use this flag to hide the listing. Then when you have the item available, automatic or manual Revise will update the inventory and the listing will appear again.
+ Note: Once you list a product with this option it cannot be changed. To cancel it you should end and list the item again.","Questa funzione è utile se sei in attesa di scorte aggiuntive di un oggetto con lo stesso ID oggetto eBay Invece di chiudere e ricreare un'inserzione quando arrivano le scorte, puoi utilizzare questo contrassegno per nascondere l'inserzione. Quando avrai a disposizione l'oggetto, potrai aggiornare il magazzino con le opzioni Modifica automatica o Modifica manuale e l'inserzione tornerà visibile. Nota: quando metti in vendita un prodotto con questa opzione non potrai più modificarlo. Per rimuovere l'opzione, dovrai terminare l'inserzione e rimettere nuovamente in vendita l'oggetto."
+"Ignore Variations","Ignora varianti"
+"Select 'Yes' to list Configurable, Grouped, Bundle and Simple with Custom options products as Simple (without variations).","Seleziona ""Sì"" per mettere in vendita prodotti Configurabile, Raggruppato, Pacchetto e Semplice con opzioni personalizzate come se fossero prodotti Semplici (senza varianti)."
+"Taxation","Tassazione"
+"VAT Rate, %","Percentuale IVA, %"
+"To specify a VAT rate, you must have an eBay business account and list the item on a VAT-enabled site: Ireland, India, Switzerland, Spain, Holland, Belgium, Italy, Germany, France, Austria or England. The item's VAT information appears on the item's listing page.","Per indicare l'aliquota dell'IVA devi disporre di un account professionale eBay e mettere in vendita l'oggetto su un sito in cui l'IVA è abilitata: Irlanda, India, Svizzera, Spagna, Paesi Bassi, Belgio, Italia, Germania, Francia, Austria o Inghilterra. Le informazioni sull'IVA verranno mostrate nella pagina dell'inserzione relativa all'oggetto."
+"Use eBay Tax Table","Utilizza tabella imposte eBay"
+"Charges sales tax according to the tax table of your eBay account. Available only for Canada, Canada (Fr), USA and eBay Motors.","Addebita le imposte sulla vendita in base alla tabella delle imposte del tuo account eBay. Disponibile solo per Canada, Canada (francese), Stati Uniti e eBay Motori."
+"Tax Category","Categoria imposte"
+"and","e il"
+"eBay %s supports %s currencies. To switch the currency you want to sell for, go to %s > Configuration > General ","eBay %s supporta %s valute. Per modificare la valuta che desideri utilizzare, vai su %s > Configurazione > Generale "
+"Add VAT Percentage","Aggiungi aliquota IVA"
+"Increases the price that will be sent on eBay by VAT Rate (%). e.g., VAT Rate = 19%, Magento Price = £10, Percentage increase = 2%; eBay Price will be counted as (£10 + 19%) + 2% = £12.14","Aggiungi l'aliquota IVA (%) al prezzo che verrà mostrato su eBay. ad esempio, aliquota IVA = 19%, Prezzo Magento = £10, Aumento percentuale = 2%; Il prezzo eBay sarà il seguente: (£10 + 19%) + 2% = £12,14"
+"The accepted currency for the item. This has been determined by the eBay site you chose earlier.","La valuta accettata per l'oggetto. La valuta è stata determinata dal sito eBay che hai selezionato in precedenza."
+"Price Change","Modifica del prezzo"
+"[CURRENCY]","[VALUTA]"
+"
+ A value you want the Magento Price to be modified while listing on eBay.
+
+ Absolute Value increase
+ This will increase the price on eBay compared to the price on Magento,
+ e.g. if you wish to increase the price of an item selling on eBay
+ by #currency_placeholder#1.50, type “1.5†into the box.
+
+ Absolute Value decrease
+ This will reduce the price on eBay compared to the price on Magento,
+ e.g. if you wish to reduce the price of an item selling on eBay
+ by #currency_placeholder#1.50, type “1.5†into the box.
+
+ Percentage increase (%)
+ This will increase the price on eBay compared to the price on Magento,
+ e.g. you wish to increase by 10% the price
+ of a #currency_placeholder#2.00 item selling on your Magento store.
+ In the box type “10â€. The item will then go on sale
+ for #currency_placeholder#2.2 on eBay.
+
+ Percentage decrease (%)
+ This will reduce the price on eBay compared to the price on Magento,
+ e.g. you wish to reduce by 10% the price of a #currency_placeholder#2.00 item selling
+ on your Magento store.
+ In the box type: “10â€. The item will then go on sale for #currency_placeholder#1.80
+ on eBay.
+ "," Un valore in base al quale desideri che il prezzo Magento venga modificato durante la messa in vendita su eBay. Incremento valore assoluto Il prezzo su eBay verrà aumentato rispetto al prezzo in Magento, ad esempio se desideri aumentare il prezzo di un oggetto in vendita su eBay dell'#currency_placeholder#1,50, inserisci “1,5” nella casella. Riduzione valore assoluto Il prezzo su eBay verrà diminuito rispetto al prezzo in Magento, ad esempio se desideri ridurre il prezzo di un oggetto in vendita su eBay dell'#currency_placeholder#1,50, inserisci “1,5” nella casella. Incremento percentuale (%) Il prezzo su eBay verrà aumentato rispetto al prezzo in Magento, ad esempio se desideri aumentare del 10% il prezzo di un oggetto #currency_placeholder#2.00 in vendita nel negozio Magento. Inserisci ""10"" nella casella. In seguito, l'oggetto verrà messo in vendita per #currency_placeholder#2.2 su eBay. Riduzione percentuale (%) Il prezzo su eBay verrà diminuito rispetto al prezzo in Magento, ad esempio se desideri ridurre del 10% il prezzo di un oggetto #currency_placeholder#2.00 in vendita nel negozio Magento. Inserisci ""10"" nella casella. In seguito, l'oggetto verrà messo in vendita per #currency_placeholder#1.80 su eBay. "
+"The starting price at which bidding begins.","Prezzo di partenza delle offerte."
+"Absolute Value increase","Incremento valore assoluto"
+"Absolute Value decrease","Riduzione valore assoluto"
+"Percentage increase","Incremento percentuale"
+"Percentage decrease","Riduzione percentuale"
+"Variation Price","Prezzo variante"
+"Main Product","Prodotto principale"
+"Associated Products","Prodotti associati"
+"This determines where the price for Configurable and Bundle products options should be taken from.","Determina il punto da cui è consigliabile acquisire il prezzo per le opzioni dei prodotti Configurabile e Pacchetto."
+"The lowest price at which you are selling an item.Note: eBay charges some additional fee for using this option.","Prezzo più basso a cui stai vendendo un oggetto.Nota: per utilizzare questa opzione eBay applica una tariffa aggiuntiva."
+"Donation","Donazione"
+"Organization","Organizzazione"
+"Search for Charity Organization","Cerca organizzazione di beneficenza"
+"Allows you to support your favourite charities .","Ti permette di sostenere le tue organizzazioni di beneficenza preferite."
+"Donation Percentage","Percentuale di donazione "
+"Best Offer","Proposta d'acquisto"
+"Allow Best Offer","Consenti proposta d'acquisto"
+"The Best Offer option option allows you to accept offers from buyers and negotiate a price. You can accept Best Offers on fixed price and Classified Ads in certain eBay categories, such as eBay Motors.","L'opzione Proposta d'acquisto ti permette di accettare le proposte degli acquirenti e negoziare un prezzo. Puoi accettare le Proposte d'acquisto nelle Inserzioni Compralo Subito e Contatto Diretto in determinate categorie eBay, ad esempio eBay Motori."
+"Auto Action","Azione automatica"
+"Accept Offers of at Least","Accetta le proposte pari ad almeno"
+"Decline Offers Less than","Rifiuta le proposte inferiori a"
+"Enter the organization name or ID","Inserisci il nome o l'ID dell'organizzazione"
+"Location or Zip/Postal Code should be specified.","È necessario specificare il luogo o il codice postale."
+"Select one or more international ship-to locations.","Seleziona uno o più luoghi di spedizione internazionale."
+"PayPal payment method should be specified for Cross Border trade.","Per le transazioni internazionali, è consigliabile specificare il metodo di pagamento PayPal."
+"You should specify at least one shipping method.","È necessario specificare almeno un metodo di spedizione."
+"Select shipping service","Seleziona servizio di spedizione"
+"Excluded Shipping Locations","Destinazioni di spedizione escluse"
+"No locations are currently excluded.","Al momento non è stato escluso alcun luogo."
+"selected","selected"
+"Location","Luogo"
+"The country your product will be shipped from.","Il paese da cui verrà spedito il prodotto."
+"Zip/Postal Code of the item location. Especially useful in ""Collection Only"" items.","Il codice postale del luogo in cui si trova l'oggetto. Particolarmente utile per gli oggetti ""Solo ritiro""."
+"City, State","Città"
+"City, State of the item location.","Città e provincia del luogo in cui si trova l'oggetto."
+"Domestic Shipping","Spedizione nazionale"
+"Calculated: cost varies by buyer location","Calcolata: il costo varia in base al luogo in cui si trova l'acquirente"
+"Flat: same cost to all buyers","Fissa: stessa tariffa per tutti gli acquirenti"
+"Freight: large items","Trasporto: oggetti grandi"
+"No Shipping: local pickup only","Non è prevista la spedizione: ritiro dell'oggetto solo in zona"
+"Use eBay Shipping Rate Table","Utilizza tabella di tariffe di spedizioni eBay"
+"The eBay Shipping Rate Table can help with shipping charges.","La tabella delle tariffe di spedizione eBay può aiutarti nel definire le spese di spedizione."
+"Service","Servizio"
+"Cost","Costo"
+"Additional Cost","Spese aggiuntive"
+"Add Method","Aggiungi metodo"
+"Add Shipping Method","Aggiungi metodo di spedizione"
+"Local pickup","Ritiro in zona"
+"Item is available for local pickup only.","L'oggetto è disponibile solo per il ritiro in zona."
+"Freight","Trasporto"
+"Specify your own freight shipping options in your item description.","Specifica le tue opzioni di spedizione nella descrizione dell'oggetto."
+"Get It Fast","Spedizione immediata"
+"At least one qualifying shipping service and a single day dispatch time must be offered to enable this option.","Per attivare questa opzione, occorre offrire almeno un servizio di spedizione e un tempo di spedizione di un giorno."
+"Exception handling times","Eccezione tempi di imballaggio"
+"Same Business Day","Stesso giorno lavorativo"
+"The dispatch time is the time between the buyer’s payment clearing and you sending the item. Buyers are increasingly expecting short dispatch times, ideally next day, but preferably within 3 working days. Click here to find out more.
+ Note: Magento Attribute must contain a numeric value. If you want to set 'Same Business Day' via attribute, set 0 in it.","Il tempo di spedizione è il tempo che intercorre tra la data in cui è stato effettuato il pagamento e l'invio dell'oggetto. Gli acquirenti si aspettano tempi di spedizione sempre più brevi, meglio se entro il giorno successivo e preferibilmente entro 3 giorni lavorativi. Clicca qui per ulteriori informazioni. Nota: l'attributo Magento deve contenere un valore numerico. Se desideri impostare ""Stesso giorno lavorativo"" con un attributo, seleziona 0."
+"Handling Cost","Costi di imballaggio"
+"Addition of handling cost to the shipping costs.","Aggiunta dei costi di imballaggio alle spese di spedizione."
+"Handling Cost Value","Valore costi di imballaggio"
+"Combined Shipping Profile","Profilo spedizione combinato"
+"Use the Flat Shipping Rule and Calculated Shipping Rule profiles, which were created on eBay.
+ Note: press ""Refresh Profiles"" button for upload new or refreshes eBay Shipping profiles.","Utilizza i profili di Regola per la spedizione a tariffa fissa e Regola per la spedizione calcolata precedentemente creati su eBay. Nota: premi il pulsante ""Aggiorna profili"" per caricare nuovi profili di spedizione eBay o per aggiornare quelli esistenti."
+"Refresh Profiles","Aggiorna profili"
+"Use the Flat Shipping Rule and Calculated Shipping Rule profiles, which were created on eBay.
+ Note: press ""Refresh Profiles"" button for upload new or refreshes eBay Shipping profiles.","Utilizza i profili di Regola per la spedizione a tariffa fissa e Regola per la spedizione calcolata precedentemente creati su eBay. Nota: premi il pulsante ""Aggiorna profili"" per caricare nuovi profili di spedizione eBay o per aggiornare quelli esistenti."
+"You do not have eBay accounts added to M2E.","Non ci sono account eBay aggiunti a M2E."
+"Promotional Shipping Rule","Regola di spedizione promozionale"
+"Adding Shipping Discounts according to the rules that are set in your eBay Account.","Aggiunta di sconti sulla spedizione in base alle regole impostate nel tuo account eBay."
+"""Cash On Delivery"" Cost","Costo ""Contrassegno"""
+"Required when using COD Payment Method.","Obbligatorio quando si utilizza il metodo di pagamento con contrassegno."
+"Cross Border Trade","Commercio internazionale"
+"The international site visibility feature allows qualifying listings to be posted on international sites.
+ Buyers on these sites will see the listings exactly as you originally post them.
+Note: There may be additional eBay charges for this option.","La funzione di visibilità internazionale consente di qualificare le inserzioni per poter essere pubblicate sui siti internazionali. Gli acquirenti di questi siti visualizzeranno le inserzioni esattamente come le hai pubblicate originariamente.Nota: eBay potrebbe applicare una tariffa aggiuntiva per utilizzare questa opzione."
+"eBay Site Visibility","Visibilità sito eBay"
+"USA / Canada","Stati Uniti/Canada"
+"United Kingdom","Regno Unito"
+"International Shipping","Spedizione internazionale"
+"Offer Global Shipping Program","Offri il Programma di spedizione internazionale"
+"Simplifies selling an item to an international buyer. Click here to find out more.","Semplifica la vendita di un oggetto a un acquirente internazionale. Clicca qui per ulteriori informazioni."
+"No International Shipping","Nessuna spedizione internazionale"
+"Promotional Shipping Rule:","Regola di spedizione promozionale:"
+"Add Shipping Discounts according to rules that are set in your eBay Account.","Aggiungi sconti sulla spedizione in base alle regole impostate nel tuo account eBay."
+"Measurement System","Sistema di misura"
+"English (lbs, oz, in)","Inglese (libbre, once, pollici)"
+"Metric (kg, g, cm)","Metrico (kg, g, cm)"
+"Package Size Source","Origine dimensione pacco"
+"Dimension Source","Origine dimensione"
+"Dimensions (Width/Height/Depth)","Dimensioni (larghezza/altezza/profondità)"
+"inches","pollici"
+"cm","cm"
+"Dimensions (Width/Height/Depth)","Dimensioni (larghezza/altezza/profondità)"
+"Weight Source","Origine peso"
+"The Weight Attribute must have the weight of the item.","In Attributo peso deve essere presente il peso dell'oggetto."
+"lbs. oz.","libbre grammi"
+"kg. g.","Kg. g."
+"Weight","Peso"
+"Postal code for the location from which the package will be shipped.","Codice postale del luogo da cui verrà spedito il pacco."
+"Excluded Locations","Luoghi esclusi"
+"To exclude buyers in certain locations from purchasing your item, create a shipping exclusion list.","Per escludere gli acquirenti di determinati paesi dall'acquisto dei tuoi oggetti, crea un elenco di esclusione per la spedizione."
+"Locations","Posizioni"
+"Edit Exclusion List","Modifica elenco di esclusione"
+"Calculated","Tariffa calcolata"
+"Select the regions or countries you don't ship to.","Seleziona le regioni o i paesi verso cui non effettui spedizioni."
+"Domestic","Nazionale"
+"International","Internazionale"
+"Additional","Opzioni aggiuntive"
+"Selected Options","Opzioni selezionate"
+"[Reset]","[Azzera]"
+"Must be greater than ""Min"".","Deve essere maggiore di ""Min""."
+"Inconsistent settings in Relist and Stop rules.","Impostazioni incongruenti nelle regole di interruzione e modifica."
+"Require to select at least one day of week.","Devi selezionare almeno un giorno della settimana."
+"You should specify time.","Devi specificare l'ora."
+"Wrong value.","Valore errato."
+"Must be greater than ""Active From"" Date.","Deve essere maggiore della ""Data di attivazione""."
+"Must be greater than ""From Time"".","Deve essere maggiore dell'""Orario di partenza""."
+"List Rules","Regole inserzione"
+"Schedule","Programma"
+"List Action - at first this action to be executed for each item, that has Not Listed status and its settings meet the List Condition. If an item is not listed for some reason, autosynchronization will attempt to list it again according to the Schedule in case the Product Status, Stock Availability or Quantity is changed.
+ ","Azione Inserzione: questa azione deve essere inizialmente eseguita per ogni oggetto con stato Non messo in vendita e le cui impostazioni soddisfano le condizioni di messa in vendita. Se un oggetto non è stato messo in vendita per qualche motivo, durante la sincronizzazione automatica verrà effettuato un nuovo tentativo di messa in vendita in linea con il Programma se sono state apportate modifiche allo stato, alla disponibilità o alla quantità del prodotto. "
+"List Action","Azione di messa in vendita"
+"Enables automatic listing of unlisted items if they meet List Conditions.","Abilita la creazione automatica di inserzioni per oggetti non messi in vendita se soddisfano le condizioni di messa in vendita."
+"List Conditions","Condizioni inserzione"
+"Enabled – M2E Listing items automatically list on eBay if this status is set to Enabled.
+Any – M2E Listing items automatically list on eBay regardless of its status.
+","Abilitato : gli oggetti delle inserzioni M2E verranno messi automaticamente in vendita su eBay se questo stato è impostato su Abilitato.Tutti : gli oggetti delle inserzioni M2E verranno messi automaticamente in vendita su eBay a prescindere dal loro stato."
+"In Stock - M2E Listing items list automatically, if the products are in stock.
+ Any - M2E Listing items list automatically, regardless of the stock availability.","In magazzino : gli oggetti delle inserzioni M2E verranno messi automaticamente in vendita se i prodotti sono disponibili in magazzino. Tutti : gli oggetti delle inserzioni M2E verranno messi automaticamente in vendita a prescindere dalla loro disponibilità in magazzino."
+"M2E Pro will automatically list M2E Listings items if they meet defined conditions.
+ More or Equal – the number of Magento products are more than, or equal to, the item quantity chosen.
+ Between – the number of Magento products are between the two numbers chosen.","M2E Pro metterà automaticamente in vendita gli oggetti delle inserzioni M2E se soddisfano determinate condizioni. Maggiore o uguale : il numero di prodotti Magento è maggiore o uguale alla quantità dell'oggetto selezionata. Compreso tra : il numero di prodotti Magento è compreso tra due numeri selezionati."
+"Relist Rules define the conditions when you want eBay items to be relisted.","Le Regole per la rimessa in vendita definiscono le condizioni per rimettere in vendita oggetti su eBay."
+"Activates relist action for any M2E Pro Listing that uses the current Synchronization Policy.","Attiva l'azione di rimessa in vendita per tutte le inserzioni M2E Pro che utilizzano le Regole di sincronizzazione correnti."
+"Automatically relists an item by over-riding any manual stop.","Rimette automaticamente in vendita un oggetto ignorando tutte le interruzioni manuali."
+"Updates title, subtitle, description, price, quantity and shipment on eBay items.
+ Note: If No is selected, eBay items with existing data on eBay are relisted.","Aggiorna titolo, sottotitolo, descrizione, prezzo, quantità e spedizione per gli oggetti eBay. Nota: se viene selezionato ""No"", verranno rimessi in vendita gli oggetti eBay che presentano dati esistenti su eBay."
+"Stock availability when item will be relisted.","Disponibilità di scorte quando l'oggetto verrà rimesso in vendita."
+"Product quantity when item will be relisted.","Quantità dei prodotti quando l'oggetto verrà rimesso in vendita."
+"Set preferences for revising items.
+
+ Partial Revise - updates particular data you specified.
+
+ Full Revise - set 'Yes' in the policy option which data change will launch updating data on eBay.
+
+ ","Definisci le impostazioni per modificare gli oggetti. Modifica parziale : aggiorna dati specifici che hai indicato. Modifica completa : imposta l'opzione Regole su ""Sì"" per indicare le modifiche dati che avvieranno l'aggiornamento dati su eBay. "
+"Automatically revises the eBay quantity if there is a change to the quantity (or attribute for quantity) in Magento.","Modifica automaticamente la quantità eBay quando la quantità (o il relativo attributo) viene modificata in Magento."
+"Conditional Revise","Modifica condizionale"
+"Only revises the quantity on eBay when they meet the specific conditions you set.","Modifica la quantità eBay solo dopo che vengono soddisfate le condizioni specifiche che hai impostato."
+"Revise When Less or Equal to","Modifica se minore o uguale a"
+"We recommend not setting this value too high. Initially try a value from 10 - 20.","Ti consigliamo di non impostare un valore troppo alto. Prova all'inizio un valore compreso tra 10 e 20."
+"Automatically revises the eBay item price if there is a change to the price (or attribute for price) in Magento.","Modifica automaticamente il prezzo dell'oggetto eBay quando il prezzo (o il relativo attributo) viene modificato in Magento."
+"Automatically revises the eBay item title if there is a change to the title (or attribute for title) in Magento.","Modifica automaticamente il titolo dell'oggetto eBay quando il titolo (o il relativo attributo) viene modificato in Magento."
+"Automatically revises the eBay item subtitle if there is a change to the subtitle (or attribute for subtitle) in Magento.","Modifica automaticamente il sottotitolo dell'oggetto eBay quando il sottotitolo (o il relativo attributo) viene modificato in Magento."
+"Automatically revises the eBay item description if there is a change to the description (or attribute for description) in Magento.","Modifica automaticamente la descrizione dell'oggetto eBay quando la descrizione (o il relativo attributo) viene modificata in Magento."
+"Images","Immagini"
+"Automatically revises the eBay item gallery if there is a change to the gallery (or attribute for gallery) in Magento.","Modifica automaticamente la galleria dell'oggetto eBay quando la galleria (o il relativo attributo) viene modificata in Magento."
+"Full Revise","Modifica completa"
+"Automatically revises the eBay listing if there is a change to the Price, Quantity and Format policy.","Modifica automaticamente l'inserzione eBay quando vengono modificate le Regole relative a prezzo, quantità e formato."
+"Automatically revises the eBay listing if there is a change to the Description policy.","Modifica automaticamente l'inserzione eBay quando vengono modificate le Regole sulla descrizione."
+"Category/Specifics","Categoria/Specifiche"
+"Automatically revises the eBay listing if there is a change to the category/specifics in its settings.","Modifica automaticamente l'inserzione eBay quando vengono modificate la categoria/le specifiche in queste impostazioni."
+"Automatically revises the eBay listing if there is a change to the Payment policy.","Modifica automaticamente l'inserzione eBay quando vengono modificate le Regole sui pagamenti."
+"Automatically revises the eBay listing if there is a change to the Shipping policy.","Modifica automaticamente l'inserzione eBay quando vengono modificate le Regole sulla spedizione."
+"Automatically revises the eBay listing if there is a change to the Return policy.","Modifica automaticamente l'inserzione eBay quando vengono modificate le Regole sulla restituzione."
+"Defines a timetable for automatical list and relist eBay items.","Definisce l'orario per mettere e rimettere in vendita automaticamente oggetti su eBay."
+"Activation","Attivazione"
+"Enables / Disables using schedule.","Abilita/disabilita tramite il programma."
+"Any Time","In qualsiasi momento"
+"During Period","Durante il periodo"
+"When the schedule has to be applied.","Quando il programma deve essere applicato."
+"Active From","Data di attivazione"
+"To","A"
+"Day of Week","Giorno della settimana"
+"From","Da"
+"Monday","Lunedì"
+"Tuesday","Martedì"
+"Wednesday","Mercoledì"
+"Thursday","Giovedì"
+"Friday","Venerdì"
+"Saturday","Sabato"
+"Sunday","Domenica"
+"AM","AM"
+"PM","PM"
+"Define the conditions when you want eBay items stopped.
+
+ Note: If all options are set to No or No Action, then the stop action for eBay items, which use this Synchronization Policy, is disabled.
+If all options are enabled, then an item will be stopped if at least one of the Stop Conditions is met.","Definisci le condizioni per interrompere oggetti su eBay. Nota: se tutte le opzioni vengono impostate su ""No"" o ""Nessuna azione"", l'azione di interruzione per gli oggetti eBay che utilizza queste Regole di sincronizzazione è disattivata. Se tutte le opzioni sono abilitate, un oggetto verrà interrotto se viene soddisfatta almeno una delle condizioni di interruzione."
+"Automatically stops an item that is on eBay if status is changed to 'Disabled' in Magento.","Interrompe automaticamente un oggetto in vendita su eBay se il relativo stato in Magento è modificato in ""Disabilitato""."
+"Automatically stops an item that is on eBay if stock availability is changed to 'Out of Stock' in Magento.","Interrompe automaticamente un oggetto in vendita su eBay se la relativa disponibilità di scorte in Magento è modificata in ""Esaurito""."
+"Stop When Quantity Is","Interrompi se la quantità è"
+"Automatically stops an item on eBay if quantity is changed and it meets the selected conditions.","Interrompe automaticamente un oggetto in vendita su eBay se la quantità viene modificata e se soddisfa le condizioni impostate."
+
+"About","Informazioni"
+"Community","Community"
+"Enterprise","Azienda"
+"America","America"
+"Europe","Europa"
+"Asia / Pacific","Asia/Pacifico"
+"Other","Altro"
+"Canada","Canada"
+"Canada (French)","Canada (francese)"
+"United States","Stati Uniti"
+"Austria","Austria"
+"Belgium (Dutch)","Belgio (olandese)"
+"Belgium (French)","Belgio (francese)"
+"France","Francia"
+"Germany","Germania"
+"Ireland","Irlanda"
+"Italy","Italia"
+"Netherlands","Paesi Bassi"
+"Poland","Polonia"
+"Switzerland","Svizzera"
+"Sweden","Svezia"
+"Spain","Spagna"
+"United Kingdom","Regno Unito"
+"Australia","Australia"
+"Hong Kong","Hong Kong"
+"India","India"
+"Malaysia","Malaysia"
+"Philippines","Filippine"
+"Singapore","Singapore"
+"System","Sistema"
+"Add new listing","Aggiungi nuova inserzione"
+"Delete existing listing","Elimina inserzione esistente"
+"Add product to listing","Aggiungi prodotto a inserzione"
+"Delete item from listing","Elimina oggetto da inserzione"
+"Remove item from Channel","Rimuovi oggetto da canale"
+"Add new product to magento store","Aggiungi nuovo prodotto a negozio Magento"
+"Delete existing product from magento store","Elimina prodotto esistente da negozio Magento"
+"Change of product price in magento store","Modifica del prezzo del prodotto nel negozio Magento"
+"Change of product special price in magento store","Modifica del prezzo speciale del prodotto nel negozio Magento"
+"Change of product qty in magento store","Modifica della quantità del prodotto nel negozio Magento"
+"Change of product stock availability in magento store","Modifica della disponibilità in magazzino del prodotto nel negozio Magento"
+"Change of product status in magento store","Modifica dello stato del prodotto nel negozio Magento"
+"List item on Channel","Metti in vendita l'oggetto sul canale"
+"Relist item on Channel","Rimetti in vendita l'oggetto sul canale"
+"Revise item on Channel","Modifica l'oggetto sul canale"
+"Stop item on Channel","Blocca l'oggetto sul canale"
+"Stop on Channel / Remove from Listing","Blocca sul canale/Rimuovi dall'inserzione"
+"Remove from Channel & Listing","Rimuovi da canale e inserzione"
+"Change of product custom attribute in magento store","Modifica dell'attributo personalizzato del prodotto nel negozio Magento"
+"Relist product on Channel","Rimetti in vendita il prodotto sul canale"
+"Stop product on Channel","Blocca il prodotto sul canale"
+"Default Synchronization","Sincronizzazione predefinita"
+"Inventory Synchronization","Sincronizzazione magazzino"
+"Orders Synchronization","Sincronizzazione ordini"
+"Marketplaces Synchronization","Sincronizzazione mercati"
+"3rd Party Listings Synchronization","Sincronizzazione inserzioni di terze parti"
+"The ""Categories Synchronization"" action for marketplace: ""%s"" is in data processing mode. Please wait...","L'azione ""Sincronizzazione categorie"" per il mercato: ""%s"" è in modalità di elaborazione dati. Attendi..."
+"Magento Order was not created. Reason: Magento Order creation is disabled in Account settings.","Ordine Magento non creato. Motivo: la creazione dell'ordine Magento è disabilitata nelle impostazioni di account."
+"Magento Order was not created. Reason: Magento Order creation for items listed by M2E Pro is disabled in Account settings.","Ordine Magento non creato. Motivo: la creazione dell'ordine Magento per oggetti messi in vendita da M2E Pro è disabilitata nelle impostazioni di account."
+"Magento Order was not created. Reason: Magento Order creation for items listed by 3rd party software is disabled in Account settings.","Ordine Magento non creato. Motivo: la creazione dell'ordine Magento per oggetti messi in vendita da software di terze parti è disabilitata nelle impostazioni di account."
+"Magento order was not created. Reason: Order Creation Rules were not met. Press Create Order button at Order view page to create it anyway.","Ordine Magento non creato. Motivo: Regole di creazione ordini non soddisfatte. Premi il pulsante Crea ordine sulla pagina di visualizzazione dell'ordine per crearlo comunque."
+"Magento Order is already created for this %s Order. Press Create Order button to create new one.","L'ordine Magento è già creato per questo ordine %s. Premi il pulsante Crea ordine per crearne uno nuovo."
+"Payment Status was not updated to Paid. Magento Order #%order_id% have to be cancelled according to Account's Automatic Cancellation setting.","Stato del pagamento non aggiornato in Pagato. L'ordine Magento #%order_id% deve essere annullato in base all'impostazione Annullamento automatico dell'account."
+"Magento and M2E Pro has Internet Explorer 7 as minimal browser requirement. Please upgrade your browser.","Il requisito minimo per il browser con Magento ed M2E Pro è Internet Explorer 7. Aggiorna il browser."
+"M2E Pro license key validation is failed for this domain. Go to the %slicense page%s.","Convalida della chiave di licenza M2E Pro non riuscita per questo dominio. Vai su %slicense page%s."
+"M2E Pro license key validation is failed for this IP. Go to the %slicense page%s.","Convalida della chiave di licenza M2E Pro non riuscita per questo IP. Vai su %slicense page%s."
+"M2E Pro license key validation is failed for this base directory. Go to the %slicense page%s.","Convalida della chiave di licenza M2E Pro non riuscita per questa directory di base. Vai su %slicense page%s."
+"M2E Pro module requires activation. Go to the %slicense page%s.","Il modulo M2E Pro richiede l'attivazione. Vai su %slicense page%s."
+"M2E Pro module license suspended for ""%s"" component. Go to the %slicense page%s.","Licenza del modulo M2E Pro sospesa per il componente ""%s"". Vai su %slicense page%s."
+"M2E Pro module license closed for ""%s"" component. Go to the %slicense page%s.","Licenza del modulo M2E Pro chiusa per il componente ""%s"". Vai su %slicense page%s."
+"M2E Pro module license has expired for ""%s"" component. Go to the %slicense page%s.","Licenza del modulo M2E Pro scaduta per il componente ""%s"". Vai su %slicense page%s."
+"M2E Pro module is running under Trial License for ""%s"" component, that will expire on %s.","Il modulo M2E Pro è in esecuzione con licenza di valutazione per il componente ""%s"", che scadrà in data %s."
+"M2E Pro module license will expire on %s for ""%s"" component. Go to the %slicense page%s.","La licenza del modulo M2E Pro scadrà in data %s per il componente ""%s"". Vai su %slicense page%s."
+"No matches were found. Please change the mapping attributes in Configuration > Account > 3rd Party Listings or try to map manually.","Non sono state trovate corrispondenze. Modifica gli attributi di associazione in Configurazione > Account > Inserzioni di terze parti o prova a eseguire l'associazione manualmente."
+"The ""Categories Synchronization"" action for marketplace: ""%mrk%"" is in data processing mode. Please wait...","L'azione ""Sincronizzazione categorie"" per il mercato: ""%mrk%"" è in modalità di elaborazione dati. Attendi..."
+"Task ""Orders Receive Synchronization"" for Rakuten.com ""%acc%"" Account is started. Please wait...","L'attività ""Sincronizzazione ricezione ordini"" per l'account ""%acc%"" Rakuten.com è iniziata. Attendi..."
+"Task ""Orders Update Synchronization"" for Rakuten.com ""%acc%"" Account is started. Please wait...","L'attività ""Sincronizzazione aggiornamenti ordini"" per l'account ""%acc%"" Rakuten.com è iniziata. Attendi..."
+"The ""Parts Compatibility Synchronization"" action for ""%mrk%"" marketplace has been successfully completed.","L'azione ""Sincronizzazione compatibilità dei pezzi di ricambio"" per il mercato ""%mrk%"" è stata completata correttamente."
+"Attention! By deleting account you delete all information on it from M2E Pro server. This will cause inappropriate work of all accounts' copies.","Attenzione L'eliminazione dell'account comporta l'eliminazione di tutte le relative informazioni dal server M2E Pro. Questo comporta un lavoro inappropriato per tutte le copie degli account."
+"The product was listed as a simple product as it has limitation for multi-variation items. Reason:number of values for each option more than 30.","Il prodotto è stato messo in vendita come prodotto semplice in quanto presenta una limitazione per le inserzioni con varianti. Motivo: numero di valori per ogni opzione superiore a 30."
+"The product was listed as a simple product as it has limitation for multi-variation items. Reason:number of options more than 5.","Il prodotto è stato messo in vendita come prodotto semplice in quanto presenta una limitazione per le inserzioni con varianti. Motivo: numero di opzioni superiore a 5."
+"The product was listed as a simple product as it has limitation for multi-variation items. Reason:sum of quantities of all possible products options more than 250.","Il prodotto è stato messo in vendita come prodotto semplice in quanto presenta una limitazione per le inserzioni con varianti. Motivo: somma delle quantità di tutte le opzioni di prodotti possibili superiore a 250."
+"Map listing to magento product","Mappa l'inserzione sul prodotto Magento"
+"Unmap listing from magento product","Annulla la mappa da prodotto Magento"
+"Move to existing M2E listing","Sposta nell'inserzione M2E esistente"
+"Change of product special price from date in magento store","Modifica della data di inizio del prezzo speciale del prodotto nel negozio Magento"
+"Change of product special price to date in magento store","Modifica della data di scadenza del prezzo speciale del prodotto nel negozio Magento"
+"Change item status on Channel","Modifica lo stato dell'oggetto sul canale"
+"Revise product","Modifica il prodotto"
+"Relist product","Rimetti in vendita il prodotto"
+"Stop product","Interrompi il prodotto"
+"Creation Date","Data di creazione"
+"Update Date","Data di aggiornamento"
+"Actions","Azioni"
+"Edit","Modifica"
+"Delete","Elimina"
+"All Accounts","Tutti gli account "
+"ID","ID"
+"Title","Titolo"
+"Channel","Channel"
+"Accounts","Account"
+"Add Account","Aggiungi account"
+"Configuration","Configurazione"
+"General","Generale"
+"3rd Party Listings","Inserzioni di terze parti"
+"Orders","Ordini"
+"Edit%s Account","Modifica%s account"
+"Add%s Account","Aggiungi%s account"
+"Refresh","Aggiorna"
+"Save And Continue Edit","Salva e continua la modifica"
+"Add New Account","Aggiungi nuovo account"
+"Complete This Step","Completa questo passaggio"
+"Back","Indietro"
+"Save","Salva"
+"Add%s Listing [Select Categories Products]","Aggiungi%s inserzione [Select Categories Products]"
+"Save And View Listing","Salva e vedi l'inserzione"
+"Add%s Listing [Select Categories]","Aggiungi%s inserzione [Select Categories]"
+"Next","Successivo"
+"Add%s Listing [Select Products]","Aggiungi%s inserzione [Select Products]"
+"Add%s Listing [Settings]","Aggiungi%s inserzione [Settings]"
+"Add%s Listing [Products Filter]","Aggiungi%s inserzione [Products Filter]"
+"Add%s Listing [Channel Settings]","Aggiungi%s inserzione [Channel Settings]"
+"Select All","Seleziona tutti"
+"Confirm","Conferma"
+"Add New","Aggiungi nuovo"
+"Settings","Impostazioni"
+"Channel Settings","Impostazioni canale"
+"Products Filter","Filtro prodotti"
+"Edit ""%s""%s Listing [Settings]","Modifica ""%s""%s inserzione [Settings]"
+"Total Items","Totale oggetti"
+"Active Items","nelle inserzioni in corso"
+"Inactive Items","Oggetti inattivi"
+"View Products","Vedi prodotti"
+"Add Products from Products List","Aggiungi prodotti da Elenco prodotti"
+"Add Products from Categories","Aggiungi prodotti da Categorie"
+"Edit Settings","Modifica impostazioni "
+"Delete Listing","Elimina inserzione"
+"Are you sure?","Sei sicuro di voler continuare?"
+"View Log","Vedi registro"
+"Clear Log","Cancella registro"
+"Edit Selling Format Template","Modifica modello del formato di vendita"
+"Edit Synchronization Template","Modifica modello di sincronizzazione"
+"Clear Log(s)","Cancella registro/i"
+"Delete Listing(s)","Elimina inserzione/i"
+"N/A","N/A"
+"Product ID","ID prodotto"
+"Product Title / SKU","Titolo/codice prodotto"
+"ASIN / ISBN","ASIN/ISBN"
+"Amazon QTY","Q.TÀ Amazon"
+"Amazon Price","Prezzo di Amazon"
+"Fulfillment","Gestione"
+"Merchant","Venditore professionale"
+"Amazon","Amazon"
+"Status","Stato"
+"Unknown","Sconosciuto"
+"Active","In corso"
+"Inactive","Inattivo"
+"Inactive (Blocked)","Inattivo (bloccato)"
+"Remove Item","Rimuovi oggetto"
+"Unmap","Annulla associazione"
+"Map Item(s) Automatically","Associa oggetto/i automaticamente"
+"Move Item(s) to Listing","Sposta oggetto/i su inserzione"
+"Map","Mappa"
+"Move","Sposta"
+"SKU","Codice prodotto"
+"Status Change","Modifica dello stato"
+"Manual","Manuale"
+"Automatic","Automatica"
+"Add Products To%s Listing ""%s"" From Categories","Aggiungi prodotti a%s inserzione ""%s"" da Categorie"
+"View Listing","Vedi inserzione"
+"Save And List","Salva e metti in vendita"
+"Product Title","Titolo prodotto"
+"Type","Tipo"
+"Stock Availability","Disponibilità in magazzino"
+"In Stock","In magazzino"
+"Out of Stock","Esaurito"
+"Price","Prezzo"
+"Qty","Q.tà"
+"Visibility","Visibilità"
+"Websites","Siti Web "
+"Please select items.","Seleziona gli oggetti."
+"Are you sure you want to create empty listing?","Sei sicuro di voler creare un'inserzione vuota?"
+"Show Advanced Filter","Mostra filtro avanzato"
+"Hide Advanced Filter","Nascondi filtro avanzato"
+"Add Products To%s Listing ""%s""","Aggiungi prodotti a%s inserzione ""%s"""
+"Image","Immagine"
+"Action","Azione"
+"Assign ASIN/ISBN","Assegna ASIN/ISBN"
+"Clear Search Result","Cancella il risultato di ricerca"
+"Search","Cerca"
+"Reset","Azzera"
+"Close","Chiudi"
+"Product Title / Listing / SKU","Titolo/inserzione/codice prodotto"
+"Amazon SKU","Codice prodotto Amazon"
+"Not Listed","Non messo in vendita"
+"Manage","Gestisci"
+"Listing","Inserzione"
+"Go to listing","Vai all'inserzione"
+"Search%s Listings Items","Cerca%s oggetti inserzioni"
+"Listings","Inserzioni"
+"Templates","Modelli"
+"Selling Format Templates","Modelli del formato di vendita "
+"Synchronization Templates","Modelli di sincronizzazione"
+"Continue","Continua"
+"List Item(s)","Metti in vendita oggetto/i"
+"Revise Item(s)","Modifica oggetto/i"
+"Relist Item(s)","Rimetti in vendita oggetto/i"
+"Stop Item(s)","Blocca oggetto/i"
+"Move Item(s) to Another Listing","Sposta oggetto/i su un'altra inserzione"
+"Assign ASIN/ISBN to Item(s)","Assegna ASIN/ISBN a oggetto/i"
+"Add New ASIN(s)","Aggiungi nuovo/i ASIN"
+"Unassign ASIN/ISBN","Annulla assegnazione ASIN/ISBN"
+"Duplicate","Duplica"
+"Manage ""%s"" Options","Gestisci opzioni ""%s"""
+"Manage Options","Gestisci opzioni"
+"Edit ""%s"" Variation","Modifica variante ""%s"""
+"Add Another ""%s"" Variations","Aggiungi altre varianti ""%s"""
+"Add Another Variation","Aggiungi un'altra variante"
+"List","Elenco"
+"Relist","Rimetti in vendita"
+"Revise","Modifica"
+"Stop","Stop"
+"Remove from Channel","Rimuovi da canale"
+"receiving...","ricezione in corso..."
+"Unassign New ASIN Template","Annulla assegnazione del nuovo modello ASIN"
+"Automatic ASIN/ISBN search in progress.","Ricerca ASIN/ISBN automatica in corso."
+"Choose ASIN/ISBN from the list","Scegli ASIN/ISBN dall'elenco"
+"Search for ASIN/ISBN","Cerca ASIN/ISBN"
+"ASIN/ISBN was found automatically","ASIN/ISBN trovato automaticamente"
+"View%s Listing ""%s""","Vedi%s inserzione ""%s"""
+"Edit Templates","Modifica modelli"
+"Add Products","Aggiungi prodotti"
+"Moving Amazon Items.","Spostamento oggetti Amazon in corso."
+"Products failed to move","Impossibile spostare i prodotti"
+"Task completed. Please wait ...","Attività completata. Attendi..."
+"""%s"" task has successfully submitted to be processed.","L'attività ""%s"" è stata inviata correttamente per l'elaborazione."
+"""%s"" task has completed with warnings. View log for details.","L'attività ""%s"" è stata completata con avvisi. Vedi il registro per ulteriori informazioni."
+"""%s"" task has completed with errors. View log for details.","L'attività ""%s"" è stata completata con errori. Vedi il registro per ulteriori informazioni."
+"Some Amazon request(s) are being processed now.","Alcune richieste Amazon sono attualmente in fase di elaborazione."
+"Sending %s product(s) data on Amazon.","Invio dati di %s prodotto/i su Amazon in corso."
+"View All Product Log.","Vedi il registro di tutti i prodotti."
+"The listing was locked by another process. Please try again later.","L'inserzione è stata bloccata da un altro processo. Riprova più tardi."
+"Listing is empty.","Inserzione vuota."
+"Listing All Items On Amazon","Messa in vendita di tutti gli oggetti su Amazon in corso"
+"Listing Selected Items On Amazon","Messa in vendita degli oggetti selezionati su Amazon in corso"
+"Revising Selected Items On Amazon","Revisione degli oggetti selezionati su Amazon in corso"
+"Relisting Selected Items On Amazon","Rimessa in vendita degli oggetti selezionati su Amazon in corso"
+"Stopping Selected Items On Amazon","Blocco degli oggetti selezionati su Amazon in corso"
+"Stopping On Amazon And Removing From Listing Selected Items","Blocco su Amazon e rimozione dalla messa in vendita degli oggetti selezionati in corso"
+"Removing From Amazon And Listing Selected Items","Rimozione da Amazon e messa in vendita degli oggetti selezionati in corso"
+"Product(s) was successfully moved.","Prodotto/i spostato/i correttamente."
+"Product(s) was not moved. View log for details.","Prodotto/i non spostato/i. Vedi il registro per ulteriori informazioni."
+"Some product(s) was not moved. View log for details.","Alcuni prodotti non sono stati spostati. Vedi il registro per ulteriori informazioni."
+"Please select action.","Seleziona l'azione."
+"Success","Riuscito"
+"Notice","Avviso"
+"Warning","Attenzione"
+"Error","Errore"
+"Please enter product name or ASIN/ISBN/UPC/EAN.","Immetti il nome del prodotto o ASIN/ISBN/UPC/EAN."
+"Server is currently unavailable. Please try again later.","Il server non è al momento disponibile. Riprova più tardi."
+"The new ASIN creation functionality is not available in %code% marketplace yet.","La nuova funzionalità di creazione del numero ASIN non è ancora disponibile nel mercato %code%."
+"In order to use New ASIN functionality, please re-synchronize marketplace data.","Per utilizzare la funzionalità Nuovo ASIN, sincronizza nuovamente i dati del mercato."
+"Press ""Save And Update"" button after redirect on marketplace page.","Premi il pulsante ""Salva e aggiorna"" dopo essere stato reindirizzato alla pagina del mercato."
+"All variations are already added.","Sono già state aggiunte tutte le varianti."
+"Selling Format Template","Modello del formato di vendita"
+"Synchronization Template","Modello di sincronizzazione"
+"From Products List","Da elenco di prodotti"
+"From Categories","Da categorie"
+"Search Items","Cerca oggetti "
+"Add Listing","Aggiungi inserzione"
+"Update Now","Aggiorna ora"
+"Edit Shipping Address","Modifica l'indirizzo per la spedizione"
+"Save Order Address","Salva l'indirizzo dell'ordine "
+"Sale Date","Data vendita"
+"Magento Order #","Numero ordine Magento"
+"Amazon Order #","N. ordine Amazon"
+"Items","Oggetti"
+"Buyer","Acquirente"
+"Total Paid","Totale pagato"
+"Reservation","Prenotazione"
+"Reserved","Prenotata"
+"Released","Sbloccata"
+"Canceled","Annullato"
+"Pending","In sospeso"
+"Unshipped","Non spedito"
+"Partially Shipped","Spedito parzialmente"
+"Shipped","Spedito"
+"Invoice Not Confirmed","Fattura non confermata"
+"Unfulfillable","Inevaso"
+"View","Vista"
+"Create Order","Crea ordine"
+"Mark As Shipped","Segnala come spedito"
+"Reserve QTY","Prenota quantità"
+"Cancel QTY Reserve","Annulla prenotazione quantità"
+"Mark Order(s) as Shipped","Segnala ordini come spediti"
+"Resend Shipping Information","Invia di nuovo le Informazioni sulla spedizione"
+"Deleted","Eliminata"
+"edit","modifica"
+"QTY","Q.TÀ"
+"Status Update in Progress...","Aggiornamento dello stato in corso... "
+"Product","Prodotto"
+"Original Price","Prezzo originale"
+"Promotions","Promozioni"
+"Gift Wrap Price","Prezzo pacco regalo"
+"Gift Options","Opzioni regalo"
+"Row Total","Totale"
+"View on Amazon","Vedi su Amazon"
+"Map to Magento Product","Associa al prodotto Magento"
+"Set Options","Imposta opzioni"
+"Gift Wrap Type","Tipo di pacco regalo"
+"Gift Message","Messaggio regalo"
+"View Order Details","Vedi i dettagli dell'ordine"
+"Mark as Shipped","Segnala come spedito"
+"Are you sure that you want to create new Magento Order?","Vuoi creare un nuovo ordine Magento?"
+"Run Now","Esegui ora"
+"Insert","Inserisci"
+"Change Category","Modifica la categoria"
+"Browse","Naviga"
+"Search By Keywords","Cerca per parole chiave"
+"Description","Descrizione"
+"Specifics","Specifiche"
+"Edit ""New ASIN"" Template For ""%s"" Marketplace (Beta)","Modifica il modello ""Nuovo ASIN"" per il mercato ""%s"" (beta)"
+"Add ""New ASIN"" Template For ""%s"" Marketplace (Beta)","Aggiungi il modello ""Nuovo ASIN"" per il mercato ""%s"" (beta)"
+"Save And Assign","Salva e assegna"
+"Department","Ufficio"
+"Category","Categoria"
+"Attribute Sets","Insiemi di attributi"
+"Assignment","Assegnazione"
+"Edit Template","Modifica il modello"
+"Delete Template","Elimina il modello"
+"Assign To This Template","Assegna a questo modello"
+"Attribute Sets Mismatch","Insiemi di attributi non corrispondenti"
+"Found In: ","Trovato in: "
+"Select","Seleziona"
+"New ASIN Templates For ""%s"" Marketplace (Beta)","Nuovi modelli ASIN per il mercato ""%s"" (beta)"
+"Add New ASIN Template","Aggiungi nuovo modello ASIN"
+"Edit%s Selling Format Template","Modifica%s modello formato di vendita"
+"Add%s Selling Format Template","Aggiungi%s modello formato di vendita"
+"List Rules","Regole inserzione"
+"Revise Rules","Modifica regole"
+"Relist Rules","Regole per la rimessa in vendita"
+"Stop Rules","Blocca regole"
+"Edit%s Synchronization Template","Modifica%s modello sincronizzazione"
+"Add%s Synchronization Template","Aggiungi%s modello sincronizzazione"
+"Update FTP Password","Aggiorna password FTP"
+"Update Web Password","Aggiorna password Web"
+"Product Title / Reference ID","Titolo/ID riferimento prodotto"
+"Rakuten.com SKU","Codice prodotto Rakuten.com"
+"Rakuten.com QTY","Quantità Rakuten.com"
+"Rakuten.com Price","Prezzo Rakuten.com"
+"Move Item(s) To Listing","Sposta oggetto/i su inserzione"
+"Reference ID","ID riferimento"
+"Add Products To%s Listing ""%s"" ","Aggiungi prodotti a%s inserzione ""%s"" "
+"Assign Rakuten.com SKU","Assegna codice prodotto Rakuten.com"
+"There is no such variation on Rakuten.com. Please, choose another variation.","Questa variante non è disponibile su Rakuten.com. Selezionarne un'altra."
+"Add New SKU In Progress...","Aggiunta nuovo codice prodotto in corso..."
+"List In Progress...","Messa in vendita in corso..."
+"Relist In Progress...","Rimessa in vendita in corso..."
+"Revise In Progress...","Modifica in corso..."
+"Stop In Progress...","Interruzione in corso..."
+"Stop And Remove In Progress...","Interruzione e rimozione in corso..."
+"Assign Rakuten.com SKU to Item(s)","Assegna codice prodotto Rakuten.com a oggetto/i"
+"Add New Rakuten.com SKU","Aggiungi nuovo codice prodotto Rakuten.com"
+"Unassign Rakuten.com SKU","Annulla assegnazione codice prodotto Rakuten.com"
+"Unassign New SKU Template","Annulla assegnazione nuovo modello di codice prodotto"
+"Choose Rakuten.com SKU from the list","Scegli un codice prodotto Rakuten.com dall'elenco"
+"Search for Rakuten.com SKU","Cerca codice prodotto Rakuten.com"
+"New","Nuovo"
+"Used - Like New","Usato - Come nuovo"
+"Used - Very Good","Usato - Molto buono"
+"Used - Good","Usato - Buono"
+"Used - Acceptable","Usato - Accettabile"
+"Refurbished","Ricondizionato"
+"Rakuten.com was found automatically","Rakuten.com trovato automaticamente"
+"New SKU","Nuovo codice prodotto"
+"Moving Rakuten.com Items.","Spostamento di oggetti Rakuten.com."
+"Some Rakuten.com request(s) are being processed now.","Alcune richieste Rakuten.com sono attualmente in fase di elaborazione."
+"Sending %s product(s) data on Rakuten.com.","Invio dati di %s prodotto/i su Rakuten.com."
+"Listing All Items On Rakuten.com","Messa in vendita di tutti gli oggetti su Rakuten.com"
+"Listing Selected Items On Rakuten.com","Messa in vendita degli oggetti selezionati su Rakuten.com"
+"Revising Selected Items On Rakuten.com","Modifica degli oggetti selezionati su Rakuten.com"
+"Relisting Selected Items On Rakuten.com","Rimessa in vendita degli oggetti selezionati su Rakuten.com"
+"Stopping Selected Items On Rakuten.com","Interruzione degli oggetti selezionati su Rakuten.com"
+"Stopping On Rakuten.com And Removing From Listing Selected Items","Interruzione su Rakuten.com e rimozione degli oggetti selezionati dall'inserzione"
+"Adding New SKU On Rakuten.com","Aggiunta di un nuovo codice prodotto su Rakuten.com"
+"In order to use New SKU functionality, please re-synchronize marketplace data.","Per utilizzare la nuova funzionalità relativa al codice prodotto, sincronizzare nuovamente i dati del mercato."
+"Please enter product name or Rakuten.com SKU/ISBN/UPC.","Immetti il nome del prodotto o il numero SKU/ISBN/UPC di Rakuten.com."
+"Rakuten.com Order #","Ordine Rakuten.com numero"
+"Item","Oggetto"
+"View on Rakuten.com","Vedi su Rakuten.com"
+"Edit New SKU Template For Rakuten.com (Beta)","Modifica il nuovo modello del codice prodotto per Rakuten.com (beta)"
+"Add New SKU Template For Rakuten.com (Beta)","Aggiungi il nuovo modello del codice prodotto per Rakuten.com (beta)"
+"New SKU Templates For Rakuten.com (Beta)","Nuovi modelli del codice prodotto per Rakuten.com (beta)"
+"Add New SKU Template","Aggiungi il nuovo modello del codice prodotto"
+"At least 1 channel should be enabled.","È necessario abilitare almeno 1 canale."
+"Method of adding a new entity is not defined.","Metodo per l'aggiunta di una nuova entità non definito."
+"Log For%s Listing","Registro per%s inserzione"
+"Listings Log","Registro inserzioni"
+"Listing Settings","Impostazioni inserzione "
+"Listing Items","Oggetti inserzione"
+"Show General Log","Mostra registro generale"
+"Identifier","Codice prodotto"
+"Product Name","Nome prodotto"
+"Run Mode","Modalità di esecuzione"
+"Priority","Priorità"
+"Log For%s 3rd Party Listing","Registro per%s inserzione di terze parti"
+"3rd Party Listings Log","Registro inserzioni di terze parti"
+"Product was successfully mapped.","Prodotto associato correttamente."
+"Listings, which have the same Marketplace and Account were not found.","Inserzioni con mercato e account corrispondenti non trovate."
+"Would you like to create one with default settings ?","Crearne una con le impostazioni predefinite?"
+"Products were not moved. View log for details.","I prodotti non sono stati spostati. Vedi il registro per ulteriori informazioni."
+"Some of the products were not moved. View log for details.","Alcuni prodotti non sono stati spostati. Vedi il registro per ulteriori informazioni."
+"Processing %s product(s).","Elaborazione %s prodotti."
+"Map Item(s) to Products","Associa oggetto/i ai prodotti"
+"Only mapped products must be selected.","Solo i prodotti associati possono essere selezionati."
+"Selected items must belong to the same Account and Marketplace.","Gli oggetti selezionati devono appartenere allo stesso account e mercato."
+"Moving Play.com Items.","Spostamento di oggetti Play.com."
+"Mapping Product","Associazione prodotto"
+"Product does not exist.","Il prodotto non esiste."
+"Please enter correct product ID.","Immetti l'ID prodotto corretto."
+"Product(s) was successfully mapped.","Prodotto/i associato/i correttamente."
+"Please enter correct product ID or SKU","Immetti l'ID prodotto o il codice prodotto corretto"
+"Current version only supports simple products. Please, choose simple product.","La versione corrente di supporta solo prodotti semplici. Scegli un prodotto semplice."
+"Item was not mapped as the chosen %s Simple Product has Custom Options.","Oggetto non associato perché il prodotto semplice %s scelto dispone di opzioni personalizzate."
+"Add More Variations","Aggiungi più varianti"
+"Generate All Combinations","Genera tutte le combinazioni"
+"Generate Non-Existing Combinations","Genera combinazioni non esistenti"
+"Listed","In vendita"
+"Sold","Venduti"
+"Stopped","Bloccati"
+"Finished","Fine"
+"Blocked","Bloccato"
+"Search Listings Items","Cerca oggetti di inserzioni"
+"General Log","Registro generale"
+"Search Products","Cerca prodotti"
+"Marketplaces","Mercati"
+"Save And Complete This Step","Salva e completa questo passaggio"
+"Save And Update","Salva e aggiorna"
+"Rakuten (Beta)","Rakuten (Beta)"
+"Orders Log","Registro ordini"
+"View Logs","Vedi registri"
+"Update Password","Aggiorna password"
+"Product Title / Reference Code","Titolo/Codice riferimento prodotto"
+"Play.com QTY","Quantità Play.com"
+"Play.com GBP Price","Prezzo Play.com in GBP"
+"Play.com EUR Price","Prezzo Play.com in EUR"
+"Reference Code","Codice di riferimento"
+"Play ID","ID Play"
+"Assign Play ID","Assegna ID Play"
+"There is no such variation on Play ID. Please, choose another variation.","Per l'ID Play non è disponibile questa variante. Selezionarne un'altra."
+"Play.com Price GBP","Prezzo Play.com in GBP"
+"Play.com Price EUR","Prezzo Play.com in EUR"
+"New SKU In Progress...","Nuovo codice prodotto in corso..."
+"Assign Play ID to Item(s)","Assegna ID Play a oggetti"
+"Unassign Play ID","Annulla assegnazione ID Play"
+"Choose Play ID from the list","Seleziona ID Play dall'elenco"
+"Search for Play ID","Cerca per ID Play"
+"Play ID was found automatically","ID Play trovato automaticamente"
+"Some Play.com request(s) are being processed now.","Alcune richieste Play.com sono attualmente in fase di elaborazione."
+"Sending %s product(s) data on Play.com.","Invio dati di %s su Play.com."
+"Listing All Items On Play.com","Messa in vendita di tutti gli oggetti su Play.com"
+"Listing Selected Items On Play.com","Messa in vendita degli oggetti selezionati su Play.com"
+"Revising Selected Items On Play.com","Modifica degli oggetti selezionati su Play.com"
+"Relisting Selected Items On Play.com","Rimessa in vendita degli oggetti selezionati su Play.com"
+"Stopping Selected Items On Play.com","Interruzione degli oggetti selezionati su Play.com"
+"Stopping On Play.com And Removing From Listing Selected Items","Interruzione su Play.com e rimozione degli oggetti selezionati dall'inserzione"
+"Assign Play.com SKU","Assegna codice prodotto Play.com"
+"Enter product name or ISBN/EAN/UPC.","Inserisci nome del prodotto o ISBN/EAN/UPC."
+"Play Order #","Ordine Play numero"
+"Posted","Pubblicato"
+"Refunded","Rimborsato"
+"Reserve Qty","Prenota quantità"
+"Cancel Qty Reserve","Annulla prenotazione quantità"
+"Synchronization Log","Registro di sincronizzazione "
+"Synchronization Settings","Impostazioni sincronizzazione"
+"Synchronization","Sincronizzazione"
+"Run Enabled Now","Esegui elementi abilitati"
+"Save Settings","Salva"
+"Add Selling Format Template","Aggiungi modello del formato di vendita"
+"Add Synchronization Template","Aggiungi modello di sincronizzazione"
+"Development","Sviluppo"
+"Enter","Inserisci"
+"Change","Modifica"
+"Clear All","Azzera"
+"Restore All Helps","Ripristina tutti gli Aiuti"
+" License"," Licenza"
+"Job Code","Codice processo"
+"Created At","Ora creazione"
+"Scheduled At","Ora programmazione"
+"Executed At","Ora esecuzione"
+"Finished At","Ora completamento"
+"Messages","Messaggi"
+"Cron Schedule Table View","Vista tabella programma cron"
+"Table Name","Nome tabella"
+"Component","Componente"
+"Group","Gruppo"
+"Records","Dati"
+"Size (Mb)","Dimensioni (Mb)"
+"Edit Table(s)","Modifica tabelle"
+"Truncate Table(s)","Tronca tabelle"
+"Update","Aggiornamento"
+"Manage Table ""%s""","Gestisci tabella ""%s"""
+"Truncate Table","Tronca tabella"
+"Enable","Abilita"
+"Disable","Disabilita"
+"Summary","Riepilogo"
+"Inspection","Ispezione"
+"Database","Database"
+"Tools","Strumenti"
+"Module","Modulo"
+"Debug","Debug"
+"Build","Crea"
+"Main Website","Sito Web principale"
+"Support","Assistenza"
+"Magento Connect","Magento Connect"
+"Documentation","Documentazione"
+"Video Tutorials","Esercitazioni video"
+"Listing ID","ID inserzione"
+"Listing Title","Titolo inserzione"
+"Attrib. Set Name","Attrib. Imposta nome"
+"Source","Fonte"
+"Products List","Elenco prodotti"
+"Categories","Categorie"
+"Store View","Vista negozio"
+"Listings, which have the same Attribute Set, Marketplace and Account were not found.","Inserzioni con insieme di attributi, mercato e account corrispondenti non trovate."
+"Map To This Product","Associa a questo prodotto"
+"Advanced Search","Ricerca avanzata"
+"Stop And Remove","Interrompi e rimuovi"
+"Delete And Remove","Elimina e rimuovi"
+"Items are not set.","Oggetti non impostati."
+"Current view mode is not set.","Modalità vista corrente non impostata."
+"Route is not set.","Reindirizzamento non impostato."
+"High","Alto"
+"Medium","Medio"
+"Low","Basso"
+"Last action was completed successfully.","L'ultima azione è stata completata correttamente."
+"Entity ID is not set.","ID entità non impostato."
+"View help handler is not set.","Mostra gestore assistenza non impostato."
+"Close help handler is not set.","Chiudi gestore assistenza non impostato."
+"Log rows are not set.","Righe registro non impostate."
+"Log tips are not set.","Suggerimenti registro non impostati."
+"Log icons are not set.","Icone registro non impostate."
+"Apply","Applica"
+"Conditions","Condizioni"
+"All Marketplaces","Tutti i mercati"
+"Bundle Items","Oggetti pacchetto"
+"Links","Link"
+"Associated Products","Prodotti associati"
+"Custom Options","Opzioni personalizzate"
+"Order #","Numero ordine"
+"Message","Messaggio"
+"Create Date","Data creazione"
+"Admin (Default Values)","Amministrazione (valori predefiniti)"
+"Attach Another File","Associa un altro file"
+"Send Message","Invia il messaggio"
+"Search Results","Risultati della ricerca"
+"Knowledge Base","Knowledge base"
+"Contact Support","Contatta l'Assistenza"
+"Support {$m2eProVersion}","Assistenza {$m2eProVersion}"
+"Migration Notes","Note di migrazione"
+"Some attributes which are used in this policy were not found in products settings.'
+ . ' Please, check if all of them are in [%s] Attribute Set(s)'
+ . ' as it can cause List, Revise or Relist issues.","Alcuni attributi utilizzati in queste regole non sono stati trovati nelle impostazioni dei prodotti. ""Verificare che tutti gli attributi siano negli insiemi di attributi [%s]"". ""In caso contrario potrebbero verificarsi problemi con le operazioni di messa in vendita, modifica o rimessa in vendita""."
+"Template nick is not set.","Pseudonimo modello non impostato."
+"Component mode is not set.","Modalità componente non impostata."
+"Template data is not set.","Dati modello non impostati."
+"Currency ""%s"" is not allowed in Currency Setup '
+ . 'for Store View ""%s"" of your Magento. '
+ . 'Currency conversion will not be performed.","Non è consentito utilizzare la valuta %s"" in Impostazione valuta per il Negozio ""%s"" in Magento"". "". ""La conversione della valuta non verrà eseguita""."
+"There is no rate for ""%s-%s"" in'
+ . ' Manage Currency Rates of your Magento.'
+ . ' Currency conversion will not be performed.","Non è disponibile alcun tasso per %s-%s"" in Gestisci tassi di cambio di Magento"". ""La conversione della valuta non verrà eseguita""."
+"There is a rate %s for ""%s-%s"" in'
+ . ' Manage Currency Rates of your Magento.'
+ . ' Currency conversion will be performed automatically.","È disponibile un tasso %s per %s-%s"" in Gestisci tassi di cambio di Magento."" ""La conversione della valuta verrà eseguita automaticamente""."
+"Template model is unknown.","Il modello è sconosciuto."
+"Target CSS Class is not set.","Classe CSS target non impostata."
+"Item url is not set.","URL oggetto non impostato."
+"Item label is not set","Etichetta oggetto non impostata."
+"Congratulations!","Complimenti! "
+"Configuration Wizard","Procedura guidata della configurazione "
+"Skip Wizard","Salta procedura guidata"
+"Congratulations! (Magento Multi-Channels Integration)","Complimenti! (Integrazione multicanale di Magento)"
+"License","Licenza"
+"Proceed","Procedi"
+"Complete Configuration"," Completa la configurazione"
+"Configuration Wizard (Magento Multi-Channels Integration)","Configurazione guidata (Integrazione multicanale di Magento)"
+"Start Configuration","Avvia la configurazione"
+"Welcome to M2E Pro - Magento Multi-Channels Integration!","M2E Pro - Integrazione multicanale di Magento"
+"Create an M2E Listing","Crea un'inserzione M2E"
+"M2E Registration Complete","Registrazione M2E completa"
+"Sign into eBay","Accedi a eBay"
+"Register for eBay","Registrati su eBay"
+"M2E Registration","Registrazione M2E"
+"What Is An M2E Listing?","Cos'è un'inserzione M2E?"
+"M2E Mode","Modalità M2E"
+"What are M2E Products and How Do They Appear on eBay","Cosa sono i prodotti M2E e come vengono mostrati su eBay"
+"Register and Link to eBay","Registrazione e link a eBay"
+"Link Magento to eBay and increase your sales","Collega Magento a eBay e aumenta le vendite"
+"M2E Pro Migration to v. %s","Migrazione M2E Pro a v. %s"
+"Next Step","Fase successiva"
+"Previous Step","Passaggio precedente"
+"Complete","Completato"
+"M2E Pro module is locked because of security reason. Please contact us.","Il modulo M2E Pro è bloccato a causa di un motivo di sicurezza. Contattaci."
+"Maintenance is Active.","La manutenzione è attiva."
+"M2E Pro is working in maintenance mode at the moment. Developers are investigating your issue.","M2E Pro è attualmente in modalità manutenzione. Gli sviluppatori stanno esaminando il problema."
+"You will be able to see a content of this page soon. Please wait and then refresh a browser page later.","Presto verrà mostrato un messaggio su questa pagina. Attendi e aggiorna più tardi la pagina del browser."
+"We are sorry, Internet Explorer browser is not supported. Please, use
+ another browser (Mozilla Firefox, Google Chrome, etc.).","Internet Explorer non è supportato. Utilizza un altro browser (Mozilla Firefox, Google Chrome, ecc.)."
+"At least 1 channel of current view should be enabled.","È necessario abilitare almeno 1 canale di vista corrente."
+"Step is invalid","Passaggio non valido"
+"Status is invalid","Stato non valido"
+"Server domain is not defined","Dominio server non definito"
+"Server IP is not defined","IP server non definito"
+"Amazon (Beta)","Amazon (Beta)"
+"Rakuten.com (Beta)","Rakuten.com (Beta)"
+"Please, specify a value suitable for all chosen products.","Indica un valore adeguato per tutti i prodotti selezionati."
+"eBay","eBay"
+"1 day","1 giorno"
+"3 days","3 giorni"
+"5 days","5 giorni"
+"7 days","7 giorni"
+"10 days","10 giorni"
+"30 days","30 giorni"
+"Good Till Cancelled","Inserzione senza scadenza"
+"Play.com (Beta)","Play.com (beta)"
+"Class name must begin with ""Ess_M2ePro""","Il nome della classe deve iniziare con ""Ess_M2ePro"""
+"Attribute sets must be less then 50","Gli insiemi di attributi non devono superare 50"
+"Getting default website is failed","Ottenimento del sito Web predefinito non riuscito"
+"Getting default store group is failed","Ottenimento del gruppo di negozi predefinito non riuscito"
+"Getting default store is failed","Ottenimento del negozio predefinito non riuscito"
+"Fatal error occurred","Si è verificato un errore irreversibile"
+"PHP Version","Versione PHP"
+"Memory Limit","Limite di memoria"
+"Magento Version","Versione Magento"
+"Max Execution Time","Tempo di esecuzione massimo"
+"Server connection is failed. Please try again later.","Connessione server non riuscita. Riprova più tardi."
+"Sell On Multi-Channels","Vendi su più canali"
+"Controller file was loaded but class does not exist","Il file del controller è stato caricato ma la classe non esiste"
+"Control Panel (M2E Pro)","Pannello di controllo (M2E Pro)"
+"New buyer negative feedback was received. Go to the %sfeedback page%s.","È stato ricevuto un nuovo Feedback negativo dell'acquirente. Vai su %sfeedback page%s."
+"The token for ""%s"" eBay Account has been expired.
+
+ Please, go to %s > Configuration > eBay Account > General TAB ,
+ click on the Get Token button. (You will be redirected to the eBay website.)
+ Sign-in and press I Agree on eBay page.
+ Do not forget to press Save button after returning back to Magento","Codice temporaneo per l'account eBay ""%s"" scaduto. Vai a %s > Configurazione > Account eBay > SCHEDA Generale e clicca sul pulsante Codice temporaneo. Sarai reindirizzato al sito Web eBay. Accedi e clicca su Accetto nella pagina eBay. Non dimenticare di cliccare sul pulsante Salva dopo essere tornato a Magento"
+"Attention! The token for ""%s"" eBay Account will be expired soon ( %s ).
+
+ Please, go to %s > Configuration > eBay Account > General TAB ,
+ click on the Get Token button. (You will be redirected to the eBay website.)
+ Sign-in and press I Agree on eBay page.
+ Do not forget to press Save button after returning back to Magento","Attenzione Il codice temporaneo per l'account eBay ""%s"" scadrà a breve (%s). Vai a %s > Configurazione > Account eBay > SCHEDA Generale e clicca sul pulsante Codice temporaneo. Sarai reindirizzato al sito Web eBay. Accedi e clicca su Accetto nella pagina eBay. Non dimenticare di cliccare sul pulsante Salva dopo essere tornato a Magento"
+"Sell On eBay","Vendi su eBay"
+"Request was deleted during account deleting.","La richiesta è stata eliminata durante la rimozione dell'account."
+"Encoding type ""%s"" is not supported.","Tipo di codifica ""%s"" non supportato."
+"Instance does not exist.","L'istanza non esiste."
+"Method require loaded instance first","Il metodo richiede prima un'istanza caricata"
+"Error occurred while creating archive.","Si è verificato un errore durante la creazione dell'archivio."
+"Content does not exist.","Il contenuto non esiste."
+"Set component mode first","Imposta prima modalità componente"
+"Resource is not set.","Risorsa non impostata."
+"ORM for config is not defined.","ORM per configurazione non definito."
+"Validation Failed. The server response data is not valid.","Convalida non riuscita. I dati di risposta del server non sono validi."
+"Internal server error(s) [%errors%]","Errore/i del server interno [%errors%]"
+"Please ensure that CURL library is installed on your server and it supports HTTPS
+ protocol. Also ensure that outgoing connection to m2epro.com, port 443 is allowed by firewall.","Assicurati che la libreria CURL sia installata sul server e che supporti il protocollo HTTPS. Inoltre assicurati che la connessione in uscita a m2epro.com, porta 443, sia consentita dal firewall."
+"Requested command has invalid format.","Il comando richiesto ha un formato non valido."
+"The name of log file is not specified.","Nome del file di registro non specificato."
+"Creation of Log file is failed.","Creazione del file di registro non riuscita."
+"Removing of Log file is failed.","Rimozione del file di registro non riuscita."
+"M2ePro base var dir creation is failed.","Creazione dir var base M2ePro non riuscita."
+"Custom var dir creation is failed.","Creazione dir var personalizzata non riuscita."
+"M2ePro base var dir removing is failed.","Rimozione dir var base M2ePro non riuscita."
+"Custom var dir removing is failed.","Rimozione dir var personalizzata non riuscita."
+"Listing component is not defined.","Componente inserzione non definito."
+"Listing id is not defined.","ID inserzione non definito."
+"Item was successfully mapped","Oggetto associato correttamente"
+"Item was successfully unmapped","Annullamento dell'associazione dell'oggetto eseguito correttamente"
+"Product id is not set","ID prodotto non impostato"
+"Item was successfully deleted","Oggetto eliminato correttamente"
+"Listing was successfully deleted","Inserzione eliminata correttamente"
+"Item was successfully added","Oggetto aggiunto correttamente"
+"Variation option was deleted. Item was reset.","Opzione variante eliminata. Oggetto reimpostato."
+"Wrong nick of lock item.","Pseudonimo errato dell'oggetto di blocco."
+"Wrong max deactivate lock item time.","Ora dell'oggetto di blocco di disattivazione massima errata."
+"Wrong object class for getting action_id!","Classe di oggetto errata per l'ottenimento di action_id."
+"Cancel is not allowed for Orders which were already Canceled.","Annullamento non consentito per ordini già annullati."
+"Cancel is not allowed for Orders with Invoiced Items.","Annullamento non consentito per ordini con oggetti fatturati."
+"Cancel is not allowed for Orders which were put on Hold.","Annullamento non consentito per ordini completati o chiusi."
+"Cancel is not allowed for Orders which were Completed or Closed.","Annullamento non consentito per ordini completati o chiusi."
+"M2E Pro Notes","Note M2E Pro"
+"is","è"
+"is not","non è"
+"equals or greater than","uguale o superiore a"
+"equals or less than","uguale o inferiore a"
+"greater than","superiore a"
+"less than","meno di"
+"contains","contiene"
+"does not contain","non contiene"
+"is one of","è uno di"
+"is not one of","non è uno di"
+"TRUE","VERO"
+"FALSE","FALSO"
+"Please choose a condition to add...","Seleziona una condizione da aggiungere..."
+"Add","Aggiungi"
+"Remove","Rimuovi"
+"Conditions Combination","Combinazione di condizioni"
+"Product Attribute","Attributo prodotto"
+"ALL","TUTTI"
+"ANY","QUALSIASI"
+"If %s of these conditions are %s:","Se %s di queste condizioni sono %s:"
+"Attribute Set","Insieme di attributi"
+"Open Chooser","Apri strumento di selezione"
+"Out Of Stock","Esaurito"
+"Prefix must be specified before.","Devi prima specificare il prefisso."
+"Stock Item is not set.","Oggetto non impostato."
+"The requested quantity is not available.","Quantità richiesta non disponibile."
+"Yes","Sì"
+"No","No"
+"The Product ID is not set.","ID prodotto non impostato."
+"Load instance first","Carica prima l'istanza"
+"Attribute does not exist.","L'attributo non esiste."
+"There is no associated products found for grouped product.","Nessun prodotto associato trovato per prodotto raggruppato."
+"Payment Status for eBay Order was updated to Paid.","Stato del pagamento per l'ordine eBay aggiornato in Pagato."
+"Payment Status for %s Order was not updated. View %sorder log%s for more details.","Stato del pagamento per l'ordine ""%s"" non aggiornato. Per ulteriori dettagli, mostra il %sregistro ordini%s."
+"From [%from%] to [%to%]","Da [%from%] a [%to%]"
+"IN Stock","In magazzino"
+"OUT of Stock","Esaurito"
+"Enabled","Abilitata"
+"Disabled","Disabilitata"
+"From [%from%] to [%to%].","Da [%from%] a [%to%]."
+"None","Nessuno"
+"Attribute ""%attr%"" from [%from%] to [%to%].","Attributo ""%attr%"" da [%from%] a [%to%]."
+"Shipping Status for eBay Order was updated.","Stato della spedizione per l'ordine eBay aggiornato."
+"Updating Amazon Order Status to Shipped in Progress...","Aggiornamento dello stato dell'ordine Amazon in Spedito in corso..."
+"Updating Rakuten.com Order Status to Shipped in Progress...","È in corso l'aggiornamento dello stato dell'ordine Rakuten.com su Spedito..."
+"Updating Play.com Order Status to Shipped in Progress...","È in corso l'aggiornamento dello stato dell'ordine Play.com su Spedito..."
+"Shipping Status for %s Order was not updated. View %sorder log%s for more details.","Stato della spedizione per l'ordine %s non aggiornato. Per ulteriori dettagli, visualizza il %sregistro ordini%s."
+"Product reindex was executed.","Reindicizzazione prodotti eseguita."
+"Order ID is invalid.","ID ordine non valido."
+"Action is invalid.","Azione non valida."
+"Creator is invalid.","Creazione non valida."
+"Magento product is not set.","Prodotto Magento non impostato."
+"There is no associated product found for grouped product.","Nessun prodotto associato trovato per prodotto raggruppato."
+"There is no associated product found for configurable product.","Nessun prodotto associato per prodotto configurabile."
+"Qty cannot be less than zero.","La quantità non può essere minore di zero."
+"Product is disabled.","Il prodotto è disabilitato."
+"Order Import does not support product type: %type%.","L'importazione dell'ordine non supporta il tipo di prodotto: %type%."
+"Selected options do not match the product options.","Le opzioni selezionate non corrispondono a quelle del prodotto."
+"Required options were not selected.","Opzioni necessarie non selezionate."
+"Invalid order log type.","Tipo di registro dell'ordine non valido."
+"Invalid order log initiator.","Iniziatore registro ordini non valido."
+"Store is not set.","Negozio non impostato."
+"Invalid repair data.","Ripristino dati non valido."
+"Invalid repair type.","Tipo ripristino non valido."
+"QTY is already reserved.","Quantità già prenotata."
+"QTY reservation is disabled in Account settings.","Prenotazione quantità disabilitata nelle impostazioni dell'account."
+"QTY is already released.","Quantità già sbloccata."
+"QTY reserve is already canceled.","Prenotazione quantità già annullata."
+"The Order Item(s) was not mapped to Magento Product(s) or mapped incorrect.","Gli oggetti dell'ordine non sono associati a prodotti Magento oppure l'associazione è errata."
+"Product(s) does not exist.","I prodotti non esistono."
+"Shipment handler not found.","Gestore spedizione non trovato."
+"Magento Order was not created. Reason: %msg%","Ordine Magento non creato. Motivo: %msg%"
+"Magento Order #%order_id% was created.","L'ordine Magento #%order_id% è stato creato."
+"Payment Transaction was not created. Reason: %msg%","La transazione del pagamento non è stata creata. Motivo: %msg%"
+"Invoice was not created. Reason: %msg%","La fattura non è stata creata. Motivo: %msg%"
+"Invoice #%invoice_id% was created.","La fattura #%invoice_id% è stata creata."
+"Shipment was not created. Reason: %msg%","La spedizione non è stata creata. Motivo: %msg%"
+"Shipment #%shipment_id% was created.","La spedizione #%shipment_id% è stata creata."
+"Tracking details were not imported. Reason: %msg%","I dettagli di tracciamento non sono stati importati. Motivo: %msg%"
+"Tracking details were imported.","I dettagli di tracciamento sono stati importati."
+"Magento Order #%order_id% was canceled.","L'ordine Magento #%order_id% è stato annullato."
+"Magento Order #%order_id% was not canceled. Reason: %msg%","L'ordine Magento #%order_id% non è stato annullato. Motivo: %msg%"
+"Store does not exist.","Il negozio non esiste."
+"Payment method ""M2E Pro Payment"" is disabled in magento configuration.","Il metodo di pagamento ""Pagamento M2E Pro"" è disabilitato nella configurazione Magento."
+"Shipping method ""M2E Pro Shipping"" is disabled in magento configuration.","Il metodo di spedizione ""Spedizione M2E Pro"" è disabilitato nella configurazione Magento."
+"Item was successfully moved","Oggetto spostato correttamente"
+"Duplicated Play.com orders with ID #%id%.","Ordini Play.com duplicati con ID %id%."
+"Product import is disabled in Play Account settings.","L'importazione del prodotto è disabilitata nelle impostazioni dell'account Play."
+"Product for Play Item ""%id%"" was created in Magento catalog.","Il prodotto per l'oggetto Play ""%id%"" è stato creato nel catalogo Magento."
+"Product for Play Item ""%title%"" was created in Magento catalog.","Il prodotto per l'oggetto Play ""%title%"" è stato creato nel catalogo Magento."
+"Magento Order creation for items listed by M2E Pro is disabled in Account settings.","La creazione dell'ordine Magento per oggetti messi in vendita da M2E Pro è disabilitata nelle impostazioni di account."
+"Magento Order creation for items listed by 3rd party software is disabled in Account settings.","La creazione dell'ordine Magento per oggetti messi in vendita da software di terze parti è disabilitata nelle impostazioni di account."
+"Play Shipping","Spedizione Play"
+"Customer with ID specified in Play account settings does not exist.","Il cliente con l'ID specificato nelle impostazioni dell'account Play non esiste."
+"Invalid component mode.","Modalità componente non valida."
+"Magento Order creation is not allowed for Pending, Canceled and Refunded Play.com Orders.","La creazione dell'ordine Magento non è consentita per ordini Play.com in sospeso, annullati e rimborsati."
+"The Product(s) was not found on Play.com.","Prodotti non trovati su Play.com."
+"Step is out of knowledge base.","Il passaggio non è contenuto nella knowledge base."
+"Task ""Getting Products Links"" is started. Please wait...","Attività ""Ricezione link prodotti"" è iniziata. Attendi..."
+"Task ""Getting Products Links"" is finished. Please wait...","L'attività ""Ricezione link prodotti"" è terminata. Attendi..."
+"Item status was successfully changed to ""Active"".","Stato dell'oggetto modificato correttamente in ""Attivo""."
+"Item status was successfully changed to ""Inactive"".","Stato dell'oggetto modificato correttamente in ""Inattivo""."
+"Task ""Update Listings Products"" is started. Please wait...","L'attività ""Aggiorna prodotti delle inserzioni"" è iniziata. Attendi..."
+"Task ""Update Listings Products"" is finished. Please wait...","L'attività ""Aggiorna prodotti delle inserzioni"" è terminata. Attendi..."
+"Task ""Default Synchronization"" is started. Please wait...","L'attività ""Sincronizzazione predefinita"" è iniziata. Attendi..."
+"Task ""Default Synchronization"" is finished. Please wait...","L'attività ""Sincronizzazione predefinita"" è terminata. Attendi..."
+"Task ""Marketplaces Synchronization"" is started. Please wait...","L'attività ""Sincronizzazione mercati"" è iniziata. Attendi..."
+"Task ""Marketplaces Synchronization"" is finished. Please wait...","L'attività ""Sincronizzazione mercati"" è terminata. Attendi..."
+"The ""Categories Synchronization"" action for marketplace:
+// ""%mrk%"" has been successfully completed.","Azione ""Sincronizzazione categorie"" per il mercato: // ""%mrk%"" completata correttamente."
+"Play.com Orders Receive Synchronization","Sincronizzazione ricezione ordini Play.com"
+"Task ""%s"" is started. Please wait...","L'attività ""%s"" è iniziata. Attendi..."
+"Task ""%s"" is finished. Please wait...","L'attività ""%s"" è terminata. Attendi..."
+"Play.com Orders Update Synchronization","Sincronizzazione aggiornamenti ordini Play.com"
+"Task ""3rd Party Listings Synchronization"" is started. Please wait...","L'attività ""Sincronizzazione inserzioni di terze parti"" è iniziata. Attendi..."
+"Task ""3rd Party Listings Synchronization"" is finished. Please wait...","L'attività ""Sincronizzazione inserzioni di terze parti"" è terminata. Attendi..."
+"Task ""3rd Party Listings Synchronization"" for Play.com account: ","L'attività ""Sincronizzazione inserzioni di terze parti"" per account Play.com: "
+"""%s"" is started. Please wait...","%s è iniziata. Attendi..."
+"The ""List"" action is started. Please wait...","L'azione ""Metti in vendita"" è iniziata. Attendi..."
+"The ""List"" action is finished. Please wait...","L'azione ""Metti in vendita"" è terminata. Attendi..."
+"The ""Relist"" action is started. Please wait...","L'azione ""Rimetti in vendita"" è iniziata. Attendi..."
+"The ""Relist"" action is finished. Please wait...","L'azione ""Rimetti in vendita"" è terminata. Attendi..."
+"The ""Revise"" action is started. Please wait...","L'azione ""Modifica"" è iniziata. Attendi..."
+"The ""Revise"" action is finished. Please wait...","L'azione ""Modifica"" è terminata. Attendi..."
+"The ""Stop"" action is started. Please wait...","L'azione ""Interruzione"" è iniziata. Attendi..."
+"The ""Stop"" action is finished. Please wait...","L'azione ""Interruzione"" è terminata. Attendi..."
+"Task ""Inventory Synchronization"" is started. Please wait...","L'attività ""Sincronizzazione magazzino"" è iniziata. Attendi..."
+"Task ""Inventory Synchronization"" is finished. Please wait...","L'attività ""Sincronizzazione magazzino"" è terminata. Attendi..."
+"Task ""Inventory Synchronization"" has completed
+// with errors. View %sl%listings log%el% for details.","L'attività ""Sincronizzazione magazzino"" è stata completata // con errori. Vedi %sl%listings log%el% per dettagli."
+"Task ""Inventory Synchronization"" has completed
+// with warnings. View %sl%listings log%el% for details.","L'attività ""Sincronizzazione magazzino"" è stata completata // con avvisi. Vedi %sl%listings log%el% per dettagli."
+"Communication with Play.com is started. Please wait...","La comunicazione con Play.com è iniziata. Attendi..."
+"Please wait...","Attendi..."
+"product(s)","prodotti"
+"product(s) with id(s)","prodotti con id"
+"Communication with Play.com is finished. Please wait...","La comunicazione con Play.com è terminata. Attendi..."
+"Request failed.","Richiesta non riuscita."
+"Another synchronization is already running","È già in esecuzione un'altra sincronizzazione"
+"The ""Deleted Products"" action is started. Please wait...","Azione ""Prodotti eliminati"" è iniziata. Attendi..."
+"The ""Deleted Products"" action is finished. Please wait...","L'azione ""Prodotti eliminati"" è terminata. Attendi..."
+"The ""Auto Actions"" action is started. Please wait...","L'azione ""Azioni automatiche"" è iniziata. Attendi..."
+"The ""Auto Actions"" action is finished. Please wait...","L'azione ""Azioni automatiche"" è terminata. Attendi..."
+"The ""Product Changes"" action is started. Please wait...","L'azione ""Modifiche al prodotto"" è iniziata. Attendi..."
+"The ""Product Changes"" action is finished. Please wait...","L'azione ""Modifiche al prodotto"" è terminata. Attendi..."
+"The ""Inspector Actions"" action is started. Please wait...","L'azione ""Azioni ispezione"" è iniziata. Attendi..."
+"The ""Inspector Actions"" action is finished. Please wait...","L'azione ""Azioni ispezione"" è terminata. Attendi..."
+"The ""Processing"" action is started. Please wait...","L'azione ""Elaborazione"" è iniziata. Attendi..."
+"The ""Processing"" action is finished. Please wait...","L'azione ""Elaborazione"" è terminata. Attendi..."
+"The ""Stopping Products"" action is started. Please wait...","L'azione ""Interruzione prodotti"" è iniziata. Attendi..."
+"The ""Stopping Products"" action is finished. Please wait...","L'azione ""Interruzione prodotti"" è terminata. Attendi..."
+"Review","Revisione"
+"Currency Conversion","Cambio valuta"
+"Notifications","Notifiche"
+"Please select account(s) to remove.","Seleziona gli account da rimuovere."
+"%s record(s) were successfully deleted.","Record %s eliminati correttamente."
+"%s record(s) are used in M2E Listing(s).","I record %s sono utilizzati nelle inserzioni M2E."
+"Account must not be in use to be deleted.","Per essere eliminato, l'account non deve essere in uso."
+"Amazon Accounts","Account Amazon"
+"Account does not exist.","L'account non esiste."
+"The Amazon access obtaining is currently unavailable. Reason: %s","L'ottenimento dell'accesso Amazon non è attualmente disponibile. Motivo: %s"
+"Account was successfully saved","Account salvato correttamente"
+"Manage Listings","Gestisci inserzioni"
+"Amazon Listings","Inserzioni Amazon"
+"Listing was successfully added","Inserzione aggiunta correttamente"
+"Listing does not exist.","L'inserzione non esiste."
+"The listing is locked by another process. Please try again later.","L'inserzione è bloccata da un altro processo. Riprova più tardi."
+"The listing was successfully saved.","Inserzione salvata correttamente."
+"Please select item(s) to remove.","Seleziona gli oggetti da rimuovere."
+"%s listing(s) were successfully deleted","Inserzioni %s eliminate correttamente"
+"%s listing(s) have listed items and can not be deleted","Le inserzioni %s hanno oggetti messi in vendita e non possono essere eliminate"
+"Listing does not exist..","L'inserzione non esiste."
+"The products were added to listing.","I prodotti sono stati aggiunti all'inserzione."
+"NO DATA","NESSUN DATO"
+"There is another active automatic ASIN/ISBN search task ","È presente un'altra attività di ricerca ASIN/ISBN automatica attiva "
+"for some item(s). Please wait until this search process is finished.","per alcuni oggetti. Attendi il completamento del processo di ricerca."
+"ASIN(s) was successfully unassigned.","Annullamento assegnazione numero ASIN effettuato correttamente."
+"Some ASIN(s) were not unassigned as their listing status is other than ""Not Listed"".","L'assegnazione di alcuni numeri ASIN non è stata annullata in quanto lo stato dell'inserzione è diverso da ""Non messo in vendita""."
+"Amazon Orders","Ordini Amazon"
+"Magento Order was created.","Creazione dell'ordine Magento completata."
+"Magento Order was not created. Reason: %s","Ordine Magento non creato. Motivo: %s"
+"Invoice was created.","Creazione della fattura completata."
+"Shipment was created.","Creazione della spedizione completata."
+"Order address has been updated.","Aggiornamento dell'indirizzo dell'ordine completato."
+"Please select order(s).","Seleziona ordini."
+"Updating Amazon Order(s) Status to Shipped in Progress...","È in corso l'aggiornamento dello stato dell'ordine Amazon su Spedito..."
+"Order does not exist."," dell'ordine inesistente."
+"Please select Not Listed items without assigned ASIN.","Seleziona oggetti Non messi in vendita senza ASIN assegnato."
+"Template has been successfully saved.","Salvataggio del modello effettuato correttamente."
+"Some of the New ASIN template(s) cannot be deleted as they have assigned product(s)","Alcuni nuovi modelli ASIN non possono essere eliminati in quanto ad essi sono stati assegnati dei prodotti"
+"There are no items to assign.","Non ci sono oggetti da assegnare."
+"Template has been successfully assigned.","Assegnazione del modello effettuata correttamente."
+"Some products were not assigned.","Alcuni prodotti non sono stati assegnati."
+"Please enter keywords.","Immetti le parole chiave."
+"Please select at least 1 listing product.","Seleziona almeno 1 prodotto dell'inserzione."
+"Template does not exist","Modello non disponibile"
+"Template was successfully saved","Salvataggio del modello effettuato correttamente"
+"Rakuten.com Accounts","Account Rakuten.com"
+"The Rakuten.com access obtaining is currently unavailable. Reason: %s","Al momento non è possibile accedere a Rakuten.com. Motivo: %s"
+"Rakuten.com Listings","Inserzioni Rakuten.com"
+"Rakuten.com SKU(s) was successfully unassigned.","Annullamento assegnazione codici prodotto Rakuten.com effettuato correttamente."
+"Some Rakuten.com SKU(s) were not unassigned as their listing status is other than ""Not Listed"".","L'assegnazione di alcuni codici prodotto Rakuten.com non è stata annullata in quanto lo stato della rispettiva inserzione è diverso da ""Non messo in vendita""."
+"Rakuten.com Orders","Ordini Rakuten.com"
+"Please select Not Listed items without Rakuten.com SKU assigned.","Seleziona oggetti Non messi in vendita senza codice prodotto Rakuten.com assegnato."
+"Please select Not Listed items.","Seleziona oggetti Non messi in vendita."
+"Some of the New SKU template(s) cannot be deleted as they have assigned product(s)","Alcuni nuovi modelli del codice prodotto non possono essere eliminati in quanto ad essi sono stati assegnati dei prodotti"
+"Each keyword should be at least three characters.","Ogni parola chiave deve contenere almeno tre caratteri."
+"Product(s) was not assigned","Prodotto/i non assegnato/i"
+"Global","Internazionale"
+"The 3rd party listings are locked by another process. ","Le inserzioni di terze parti sono bloccate da un altro processo. "
+"Please try again later.","Riprova più tardi."
+"Component is not defined.","Componente non definito."
+"The item was successfully removed.","L'oggetto è stato rimosso correttamente."
+"You must create at least one selling format template first.","Innanzitutto è necessario creare almeno un modello di formato di vendita."
+"You must create at least one synchronization template first.","Innanzitutto è necessario creare almeno un modello di sincronizzazione."
+"Component and Listing Product must be specified.","È necessario indicare il componente e il prodotto dell'inserzione."
+"Component, Listing Product and Variation Data must be specified.","È necessario indicare il componente, il prodotto dell'inserzione e i dati della variante."
+"Only 1 variation must leave.","Deve essere rimossa 1 sola variante."
+"Variation has been successfully edited.","Modifica della variante eseguita correttamente"
+"Variation(s) has been successfully saved.","Modifica delle varianti eseguita correttamente"
+"Component and Listing Products must be specified.","È necessario indicare il componente e i prodotti dell'inserzione."
+"The items were successfully duplicated.","Duplicazione degli oggetti eseguita correttamente."
+"Activity Logs","Registri attività "
+"3rd Party Listing does not exist.","L'inserzione di terze parti non è disponibile."
+"Play.com Accounts","Account Play.com"
+"The Play.com access obtaining is currently unavailable. Reason: %s","Al momento non è possibile accedere a Play.com. Motivo: %s"
+"Play.com Listings","Inserzioni Play.com"
+"Play ID(s) was successfully unassigned.","Annullamento assegnazione ID Play effettuato correttamente."
+"Some Play ID(s) were not unassigned as their listing status is other than ""Not Listed"".","L'assegnazione di alcuni ID Play non è stata annullata in quanto lo stato dell'inserzione è diverso da ""Non messo in vendita""."
+"Play.com Orders","Ordini Play.com"
+"Component can'be empty","Il componente non può essere vuoto"
+"Please select item(s) to clear","Seleziona gli oggetti da cancellare"
+"The synchronization task log has been successfully cleaned.","Il registro delle attività di sincronizzazione è stato pulito correttamente."
+"Data has been sent on Amazon. It is being processed now. You can continue working with M2E Pro.","I dati sono stati inviati ad Amazon. Attualmente sono in fase di elaborazione. Puoi continuare a utilizzare M2E Pro."
+"Data has been sent on Rakuten.com. It is being processed now. You can continue working with M2E Pro.","I dati sono stati inviati a Rakuten.com. Attualmente sono in fase di elaborazione. Puoi continuare a utilizzare M2E Pro."
+"Data has been sent on Play.com. It is being processed now. You can continue working with M2E Pro.","I dati sono stati inviati a Play.com. Attualmente sono in fase di elaborazione. Puoi continuare a utilizzare M2E Pro."
+"%s record(s) are used in Listing(s).","I record %s sono utilizzati nelle inserzioni."
+"Template must not be in use to be deleted.","Per poter essere eliminato, un modello non deve essere in uso."
+"The global settings have been successfully saved.","Le impostazioni globali sono state salvate correttamente."
+"The license key has been successfully updated.","Il codice di licenza è stato aggiornato correttamente."
+"The license status has been successfully refreshed.","Lo stato della licenza è stato aggiornato correttamente."
+"The clearing settings has been successfully saved.","Le impostazioni di cancellazione sono state salvate correttamente."
+"Log for %s has been successfully cleared.","Il registro per %s è stato cancellato correttamente."
+"All log for %s has been successfully cleared.","Tutti i registri per %s sono stati cancellati correttamente."
+"All help blocks were restored.","Sono stati ripristinati tutti i blocchi di aiuto."
+"Item was not moved","L'oggetto non è stato spostato"
+"Not enough data.","Dati non sufficienti."
+"The item has not mapped product.","All'oggetto non è associato alcun prodotto."
+"Product was successfully unmapped.","Rimozione dell'associazione del prodotto completata correttamente."
+"Product already exists in M2E listing(s).","Prodotto già esistente nelle inserzioni M2E."
+"Component Mode or Account ID or Marketplace ID is empty.","Modalità componente, ID account o ID mercato vuoto."
+"No Other Listings found.","Impossibile trovare altre inserzioni."
+"Please select item(s) to clear.","Seleziona gli oggetti da cancellare."
+"The 3rd party listing(s) log has been successfully cleaned.","Il registro delle inserzioni di terze parti è stato pulito correttamente."
+"The listing(s) log was successfully cleaned.","Il registro delle inserzioni è stato pulito correttamente."
+"-- Please select --","-- Seleziona --"
+"QTY for selected Order(s) was successfully reserved.","La quantità per gli ordini selezionati è stata prenotata."
+"QTY for selected Order(s) was not reserved.","La quantità per gli ordini selezionati non è stata prenotata."
+"QTY for selected Order(s) was not reserved. Reason: %s","La quantità per gli ordini selezionati non è stata prenotata. Motivo: %s"
+"QTY reserve for selected Order(s) was successfully canceled.","La prenotazione della quantità per gli ordini selezionati è stata annullata."
+"QTY reserve for selected Order(s) was not canceled.","La prenotazione della quantità per gli ordini selezionati non è stata annullata."
+"QTY reserve for selected Order(s) was not canceled. Reason: %s","La prenotazione della quantità per gli ordini selezionati non è stata annullata. Motivo: %s"
+"Order item does not exist.","L'oggetto dell'ordine non esiste."
+"Mapping Product ""%s""","Associazione prodotto ""%s"""
+"Setting Product Options","Opzioni di impostazione del prodotto"
+"Product does not have required options.","Il prodotto non presenta le opzioni necessarie."
+"Please specify required options.","Specifica le opzioni richieste."
+"Order item was successfully mapped.","L'oggetto dell'ordine è stato associato."
+"Order item options were successfully configured.","Le opzioni dell'oggetto dell'ordine sono state configurate."
+"Item was successfully unmapped.","Annullamento dell'associazione dell'oggetto eseguito correttamente."
+"Shipping Information has been resend for %d order(s).","Le informazioni di spedizione sono state inviate nuovamente per %d ordini."
+"Shipping Information was not resend for %d order(s).","Le informazioni di spedizione non sono state inviate nuovamente per %d ordini."
+"Order ID is not defined.","ID ordine non definito."
+"Order with such ID does not exist.","Non è disponibile alcun ordine con questo ID."
+"Order was successfully deleted.","L'ordine è stato eliminato correttamente."
+"M2E Pro","M2E Pro"
+"You should fill in all required fields.","È necessario compilare tutti i campi obbligatori."
+"Your message has been successfully sent.","Il messaggio è stato inviato correttamente."
+"Token is not defined","Codice temporaneo non definito"
+"Account Add Entity failed.","Entità Aggiungi account non riuscita."
+"Unknown Mode ""%s""","Modalità sconosciuta ""%s"""
+"Account id is not defined","ID account non definito"
+"Choose Account","Scegli l'account"
+"Please confirm account switching. All data that hasn't been saved will be lost.","Conferma il cambio di account. Tutti i dati non salvati saranno persi."
+"
+ Fill in the title, choose the Marketplace you want to work with and click the Get Access Data link.
+ You will be redirected to the Amazon website.
+ Note: To be eligible to sell on Amazon sellers must have at least one of the following: a non-individual Selling on Amazon account,
+ an Amazon WebStore account, a Checkout by Amazon account, or an Amazon Product Ads account.
+ If you are an individual seller you have to upgrade to a Pro Merchant seller account from the Amazon Services Selling on Amazon page.
+
+ Sign-in and complete steps of getting access for each marketplace:
+
+ Select 'I want to use an application to access my Amazon seller account with MWS.'
+ Fill in Application Name and Application's Developer Account Number, which you can find in the Marketplaces section on the current page.
+ Accept the Amazon MWS License Agreement.
+ Copy generated Merchant ID and paste it in the corresponding fields of the current page.
+
+ Continue working with 3rd Party Listings and Orders settings tabs.
+ "," Compila il titolo, seleziona il mercato con il quale desideri lavorare e clicca sul link Ottieni dati di accesso . Sarai reindirizzato al sito Web Amazon. Nota: per poter vendere su Amazon è necessario disporre di almeno uno degli elementi seguenti: un account aziendale di vendita su Amazon, un account Amazon WebStore, un account di pagamento tramite Amazon o un account relativo alle inserzioni di prodotti Amazon. Se sei un venditore non professionale devi effettuare l'aggiornamento a un account di venditore professionale dalla pagina Vendita su Amazon dei servizi Amazon. Accedi e completa i passaggi per accedere a ogni mercato: Seleziona ""Voglio utilizzare un'applicazione per accedere al mio account di venditore di Amazon con MWS"". Immetti il nome dell'applicazione e il numero dell'account di sviluppatore dell'applicazione disponibili nella sezione Mercati della pagina corrente. Accetta l'Accordo per gli utenti di Amazon MWS. Copia l'ID venditore professionale generato e incollalo nei campi corrispondenti della pagina corrente. Continua a utilizzare le schede di impostazioni Inserzioni di terze parti e Ordini. "
+"Be attentive! By deleting account you delete all information on it from M2E Pro server. This will cause inappropriate work of all accounts' copies.","Attenzione L'eliminazione dell'account comporta l'eliminazione di tutte le relative informazioni dal server M2E Pro. Questo comporta un lavoro inappropriato per tutte le copie degli account."
+"The specified title is already used for other account. Account title must be unique.","Il titolo specificato è già utilizzato per un altro account. Il titolo dell'account deve essere univoco."
+"You must choose marketplace first.","Innanzitutto è necessario scegliere il mercato."
+"M2E Pro was not able to get access to the Amazon account. Please, make sure, that you choose correct option on MWS Authorization page and enter correct Merchant ID.","Impossibile accedere all'account Amazon tramite M2E Pro. Assicurati di aver scelto l'opzione corretta nella pagina Autorizzazione MWS e immetti l'ID venditore professionale corretto."
+"M2E Pro was not able to get access to the Amazon account. Reason: %s","Impossibile accedere all'account Amazon tramite M2E Pro. Motivo: %s"
+"Title or identifier of Amazon account for your internal use.","Titolo o identificatore dell'account Amazon per uso interno."
+"Synchronizing Now","Sincronizzazione in corso"
+"Marketplace","Paese"
+"None Marketplaces","Nessun mercato"
+"You must select and update Amazon marketplaces to get access to this section.","Per poter accedere a questa sezione, seleziona e aggiorna i mercati Amazon."
+"Choose Marketplace","Scegli mercato"
+"Application Name","Nome applicazione"
+"Developer Account Number","Numero account di sviluppatore"
+"Get Access Data","Ottieni dati di accesso "
+"Merchant ID","ID venditore professionale"
+"Paste generated Merchant ID from Amazon. (It must look like: A15UFR7CZVW5YA).","Incolla l'ID venditore professionale da Amazon (deve essere simile a: A15UFR7CZVW5YA)."
+"If Yes is chosen, you must select at least one attribute for product mapping.","Se scegli Sì, devi selezionare almeno un attributo per l'associazione dei prodotti."
+"
+The 3rd Party Listings are the items, which were listed on Amazon without using M2E Pro extension.
+To allow importing of these listings for the current Amazon Account, set Import 3rd Party Listings to Yes .
+Imported Listings can be found in %1$s > Manage Listings > 3rd Party Listings.
+Note: The 3rd Party Listings Synchronization must be enabled in %1$s > Configuration > Synchronization.
+To map the products of the 3rd Party Listings with existing products in Magento by ASIN, ISBN, SKU or Title, set Product Mapping to Yes and choose appropriate attribute(s).
+A Magento product will be mapped if at least one of the chosen attributes meets the same value in Amazon Listing as it has in Magento.
+
+After mapping the Amazon Listing can be automatically moved from the 3rd Party Listings to M2E Pro Listings for further management.
+
+Note: Auto mapping and moving actions are performed only once during the first 3rd Party Listings Synchronization.
+Afterwards, it can be performed manually on the 3rd Party Listings page (%1$s > Manage Listings > 3rd Party Listings).
+","Le inserzioni di terze parti sono gli oggetti che sono stati messi in vendita su Amazon senza utilizzare l'estensione M2E Pro. Per consentire l'importazione di queste inserzioni per l'account Amazon corrente, imposta Importa inserzioni di terze parti su Sì . Le inserzioni importate sono disponibili in %1$s > Gestione inserzioni > Inserzioni di terze parti.Nota: la sincronizzazione delle inserzioni di terze parti deve essere abilitata in %1$s > Configurazione > Sincronizzazione. Per associare prodotti delle inserzioni di terze parti ai prodotti esistenti in Magento tramite numero ASIN, ISBN, SKU o Titolo, imposta Associazione prodotti su Sì e scegli gli attributi appropriati. Un prodotto Magento sarà associato se almeno uno degli attributi scelti soddisfa lo stesso valore presente in Inserzione Amazon e in Magento. Dopo l'associazione, l'inserzione Amazon può essere spostata automaticamente da Inserzioni di terze parti a Inserzioni M2E Pro per un'ulteriore gestione.Nota: le azioni di associazione e spostamento automatici vengono effettuate solo una volta durante la prima sincronizzazione delle inserzioni di terze parti. Successivamente, può essere effettuata manualmente nella pagina Inserzioni di terze parti (%s > Gestione inserzioni > Inserzioni di terze parti)."
+"Import 3rd Party Listings","Importa inserzioni di terze parti"
+"Allows importing 3rd Party Listings.","Consente l'importazione di inserzioni di terze parti."
+"Related Store View","Negozio correlato"
+"Store View, which will be associated with chosen Marketplace of the current account.","Negozio che verrà associato con il mercato selezionato dell'account corrente."
+"Product Mapping","Associazione prodotti"
+"Maps Amazon product with Magento product.","Associa il prodotto Amazon al prodotto Magento."
+"Attributes Of Mapping Amazon Items To Magento Products","Attributi dell'associazione tra gli oggetti Amazon e Magento"
+"Product SKU","Codice prodotto"
+"Custom Attribute","Attributo personalizzato"
+"Auto Moving Mapped Amazon Items To M2E Listings","Lo spostamento automatico ha associato gli oggetti Amazon alle inserzioni M2E"
+"Moving 3rd Party Listings","Spostamento di inserzioni di terze parti"
+"This section allows you automatically move mapped Amazon Items in default created M2E Listing and synchronize their Prices and Quantities with Magento values at once they have been moved.","Questa sezione consente di spostare automaticamente oggetti Amazon associati a inserzioni M2E create in modo predefinito e sincronizzare i relativi prezzi e quantità con i valori Magento non appena vengono spostati."
+"Move Mapped Amazon Items","Sposta oggetti Amazon associati"
+"Automatically moves Amazon Listings from 3rd Party Listings to default created M2E Listing.","Sposta automaticamente le inserzioni Amazon dalle inserzioni di terze parti all'inserzione M2E creata in modo predefinito."
+"Immediate Synchronization","Sincronizzazione immediata"
+"Price and QTY","Prezzo e quantità"
+"Price Only","Solo prezzo"
+"QTY Only","Solo quantità"
+"Updates Price and / or Quantity of Amazon Listing with Magento values.","Aggiorna il prezzo e/o la quantità dell'inserzione Amazon con i valori di Magento."
+"This tab contains settings of Amazon Orders, Amazon Customers import; Magento Orders and Products creation.
+If you set Import Amazon Orders to Yes , a new Amazon order will be imported to the system and can be found in %1$s > Sales > Orders.
+It is possible to allow auto creation of Magento Orders based on imported Amazon Orders for products listed by Other Software.
+Note: The Product Stock QTY only reduces after Magento Order creation.
+These type of orders can be managed as typical Magento Orders in Magento > Sales > Orders.
+Note: To receive orders from Amazon, Order Synchronization must be enabled in %1$s > Configuration > Synchronization.","La scheda contiene le impostazioni degli ordini Amazon, dell'importazione di clienti Amazon, degli ordini Magento e della creazione di prodotti. Se imposti Importa ordini Amazon su Sì , nel sistema verrà importato un nuovo ordine Amazon che sarà disponibile in %1$s > Vendite > Ordini. È possibile consentire la creazione automatica di ordini Magento in base agli ordini Amazon importati per i prodotti messi in vendita tramite altri software.Nota: la quantità di scorte dei prodotti viene ridotta solo dopo la creazione di un ordine Magento. Questi tipi di ordini possono essere gestiti come ordini Magento classici in Magento > Vendite > Ordini.Nota: per ricevere ordini da Amazon, abilita la sincronizzazione degli ordini in %1$s > Configurazione > Sincronizzazione."
+"No Customer entry is found for specified ID.","Nessun post cliente individuato per l'ID specificato."
+"Import Amazon Orders","Importa ordini Amazon"
+"Allows importing orders from Amazon to M2E Pro.","Consente l'importazione di ordini da Amazon a M2E Pro."
+"Product Is Listed By M2E Pro","Il prodotto è messo in vendita da M2E Pro"
+"Create Order in Magento","Crea ordine in Magento"
+"Whether an order has to be created in Magento if a sold product belongs to M2E Pro Listings.","Opzione da selezionare quando un ordine deve essere creato in Magento se un prodotto venduto appartiene alle inserzioni M2E Pro."
+"Store View Source","Origine negozio"
+"Use Store View from Listing","Utilizza negozio dell'inserzione"
+"Choose Store View Manually","Scegli negozio manualmente"
+"If Store View must be automatically taken from the listing or manually chosen from available Store View values.","Opzione da selezionare se il negozio deve essere acquisito automaticamente dall'inserzione o scelto manualmente dai valori di negozi disponibili."
+"Store in which orders will be placed.","Negozio in cui verranno posizionati gli ordini."
+"Product Is Listed By Any Other Software","Prodotto messo in vendita tramite un software diverso"
+"Whether an order has to be created in Magento if a sold product does not belong to M2E Pro Listings.","Opzione da selezionare quando un ordine deve essere creato in Magento se un prodotto venduto non appartiene alle inserzioni M2E Pro."
+"Product Not Found","Impossibile individuare il prodotto"
+"Do Not Create Order","Non creare ordine"
+"Create Product and Order","Crea prodotto e ordine"
+"What has to be done if a listed product does not exist in Magento.","Azione da effettuare se un prodotto messo in vendita non è disponibile in Magento."
+"Note: Only simple products without variations can be created in Magento. If there is a product with variations on Amazon, M2E Pro creates different simple products for each variation.","Nota: in Magento è possibile creare solo prodotti semplici senza varianti. Se su Amazon è presente un prodotto con varianti, in M2E Pro vengono creati più prodotti semplici, uno per ogni variante."
+"Product Tax Class","Classe di imposte prodotto"
+"Tax Class which will be used for products created by M2E Pro.","La classe di imposte che verrà usata per i prodotti creati da M2E Pro."
+"QTY Reservation","Prenotazione quantità"
+"Use the Reserve QTY option to prevent the item being sold, before Magento Order created (as the Product Stock QTY only reduces after Magento Order creation). It removes items from Magento Stock at once Amazon Order comes from Amazon.
+ Reserve qty will be used when Magento Order is created or released when the term of qty reservation has expired.
+ ","Utilizza l'opzione Prenota quantità per evitare che l'oggetto venga venduto prima della creazione di un ordine Magento (dato che la quantità di scorte dei prodotti viene ridotta soltanto dopo la creazione dell'ordine Magento). Rimuove gli oggetti dalle scorte Magento non appena vengono ricevuti da Amazon i relativi ordini. La prenotazione della quantità verrà utilizzata al momento della creazione o dello sblocco dell'ordine Magento quando il termine della prenotazione è scaduto. "
+"Never","Mai"
+"For %d day","Per %d giorno"
+"For %d days","Per %d giorni"
+"For how many days reserve qty has to be kept while Magento Order is not created.","Per quanti giorni è necessario conservare la prenotazione della quantità senza che venga creato un ordine Magento."
+"FBA Orders Settings","Impostazioni ordini FBA"
+"In this block you can manage stock inventory of products fulfilled by Amazon (FBA Orders).
+
+
+ Yes - after Magento Order creation of FBA Order, quantity of product reduces in Magento.
+ No - Magento Order creation of FBA Order does not affect quantity of Magento product.
+ ","In questo blocco puoi gestire il magazzino di prodotti offerto da Amazon (ordini FBA). Sì : dopo la creazione dell'ordine Magento per un ordine FBA, la quantità di prodotto viene ridotta in Magento. No : la creazione dell'ordine Magento per un ordine FBA non incide sulla quantità del prodotto Magento. "
+"Whether an order has to be created in Magento if a sold product is fulfilled by Amazon.","Se è necessario creare un ordine Magento quando la vendita di un prodotto è effettuata da Amazon."
+"Manage Stock","Gestisci scorte"
+"If Yes , after Magento Order creation qty of Magento product reduces.","Se Sì , dopo la creazione dell'ordine Magento, la quantità di prodotto Magento viene ridotta."
+"Customer Settings","Impostazioni cliente"
+"Customers","Clienti"
+"There are several ways to specify a customer for which Magento Orders will be created:
+
+ Guest Account - the system does not require a customer account to be created. Default Guest Account will be defined as a customer.
+ Note: The Guest Checkout option must be enabled in Magento. (Yes must be chosen in the Allow Guest Checkout option in Magento > System > Configuration > Sales > Checkout tab).
+ Predefined Customer - the system uses one predefined customer for all Amazon orders related to this account. You will be required
+ to provide an ID of the existing Customer, which you can find in Magento > Customers > Manage Customers table.
+ Create New - a new customer will be created in Magento, using Amazon customer data of Amazon Order.
+ Note: A unique customer identifier is his e-mail address. If the one already exists among Magento customers e-mails,
+ the system uses this customer as owner of order and links order to him. A new customer will not be created.
+ ","Ci sono diversi modi per specificare un cliente per il quale verranno creati degli ordini Magento: Account ospite : il sistema non richiede la creazione di un account cliente. Come cliente sarà definito l'account ospite predefinito. Nota: in Magento deve essere abilitata l'opzione Compra come utente non registrato. (Nella scheda Abilita opzione Compra come utente non registrato in Magento > Sistema > Configurazione > Vendite > Pagamento, è necessario selezionare Sì ). Cliente predefinito : il sistema utilizza un cliente predefinito per tutti gli ordini Amazon correlati a questo account. Dovrai fornire un ID del cliente esistente, disponibile in Magento > Clienti > tabella Gestisci clienti. Crea nuovo : in Magento verrà creato un nuovo cliente utilizzando i dati del cliente Amazon che ha effettuato l'ordine. Nota: l'indirizzo e-mail rappresenta un identificatore univoco del cliente. Se questo indirizzo è già presente tra quelli dei clienti Magento, il sistema utilizza questo cliente come proprietario dell'ordine a cui, pertanto, viene collegato. Non verrà creato alcun nuovo cliente. "
+"Customer","Cliente"
+"Guest Account","Account ospite"
+"Predefined Customer","Cliente predefinito"
+"Create New","Crea nuovo"
+"Customer for which Magento Orders will be created.","Cliente per cui verranno creati ordini Magento."
+"Customer ID","ID cliente"
+"Enter Magento customer ID.","Immetti l'ID cliente Magento."
+"Associate to Website","Associa a sito Web"
+"-- Please Select --","-- Effettua una selezione --"
+"Website in which a customer account will be created.","Sito Web in cui verrà creato un account cliente."
+"Customer Group","Gruppo di clienti"
+"Customer Group to which a customer will be assigned.","Gruppo di clienti a cui verrà assegnato un cliente."
+"Send Emails When The Following Is Created","Invia email quando viene creato l'elemento seguente"
+"Customer Account","Account cliente"
+"Magento Order","Ordine Magento"
+"Invoice","Documento di vendita"
+"Necessary emails will be sent according to Magento settings in Magento > System > Configuration > Sales Emails. Hold Ctrl button, to choose more, than one option.","Le email necessarie verranno inviate in base alle impostazioni di Magento in Magento > Sistema > Configurazione > Email di vendita. Per scegliere più opzioni tieni premuto il tasto CTRL."
+"Billing Address","Domicilio fiscale"
+"The Amazon does not supply the complete billing buyer information, only the buyer's name and email address. The only way to fill in billing address in the customer's invoice is to use information from shipping address.
+You should select the appropriate option how to handle billing address for imported customer:
+
+Always - the shipping address is always used as billing address.
+Buyer & Recipient have the same name - the shipping address is used as billing address, only when Buyer's name and Recipient's name are the same. Otherwise, billing address fields will be empty and next message will appear in the city field: ""The Amazon does not supply the complete billing buyer information"".
+ ","Amazon non fornisce informazioni di fatturazione complete dell'acquirente, ma soltanto il nome e l'indirizzo email di quest'ultimo. Per inserire l'indirizzo di fatturazione nella fattura del cliente è possibile utilizzare soltanto le informazioni contenute nel campo indirizzo per la spedizione. Devi selezionare l'opzione adeguata per gestire il domicilio fiscale dei clienti importati:Sempre : l'indirizzo per la spedizione viene utilizzato sempre come domicilio fiscale.L'acquirente e il destinatario hanno lo stesso nome : l'indirizzo per la spedizione è utilizzato come domicilio fiscale solo se il nome dell'acquirente e quello del destinatario coincidono. In caso contrario, i campi relativi al domicilio fiscale resteranno vuoti e nel campo città verrà mostrato il seguente messaggio: ""Amazon non fornisce le informazioni di fatturazione complete dell'acquirente"". "
+"Billing Address Usage","Utilizzo del domicilio fiscale"
+"Always","Sempre"
+"Buyer & Recipient have the same name","L'acquirente e il destinatario hanno lo stesso nome"
+"When to use shipping address as billing.","Quando utilizzare l'indirizzo per la spedizione per la fatturazione."
+"Order Tax Settings","Impostazioni fiscali ordine"
+"This section allows you to choose tax settings for Magento Order:
+
+ Amazon - Magento Order(s) uses tax settings from Amazon Listing(s).
+ Magento - Magento Order(s) uses Magento tax settings.
+ Amazon & Magento - if there are tax settings in Amazon Order, they are used in Magento Order(s), otherwise, Magento tax settings are used.
+ None - Amazon and Magento tax settings are ignored.
+
+ ","Questa sezione consente di selezionare le impostazioni fiscali per gli ordini Magento: Amazon : gli ordini Magento utilizzano le impostazioni fiscali delle inserzioni Amazon. Magento : gli ordini Magento utilizzano le impostazioni fiscali di Magento. Amazon e Magento : se nell'ordine Amazon sono presenti impostazioni fiscali, queste vengono utilizzate negli ordini Magento, altrimenti vengono utilizzate le impostazioni fiscali di Magento. Nessuna : le impostazioni fiscali di Amazon e Magento vengono ignorate. "
+"Tax Source","Fonte fiscale"
+"Magento","Magento"
+"Amazon & Magento","Amazon e Magento"
+"Order Status Mapping","Associazione stato ordine"
+"In this block you can configure mapping between Amazon Order state and Magento Order statuses.
+ Depending on the state of Amazon Order you can either manually determine certain statuses for Magento Order and enable automatic Shipment and Invoice
+ creation by selecting appropriate check-boxes, or use predefined default settings. (i.e. Amazon: Order is Shipped -> Magento Order is Complete).
+ ","In questo blocco puoi configurare l'associazione tra lo stato dell'ordine Amazon e gli stati dell'ordine Magento. A seconda dello stato dell'ordine Amazon, puoi determinare manualmente alcuni stati per l'ordine Magento, nonché abilitare la creazione automatica della spedizione e della fattura selezionando le caselle di controllo appropriate o utilizzando le impostazioni predefinite. (ad esempio Amazon: Ordine inviato -> Ordine Magento completato). "
+"Status Mapping","Associazione di stato"
+"Default Order Statuses","Stati ordini predefiniti"
+"Custom Order Statuses","Stati ordini personalizzati"
+"Order Status is Unshipped / Partially Shipped","Lo stato dell'ordine è Non spedito/Spedito parzialmente"
+"Automatic Invoice Creation","Creazione automatica della fattura "
+"Order Status is Shipped","Lo stato dell'ordine è Spedito"
+"Automatic Shipment Creation","Creazione automatica della spedizione"
+"Product Selection","Selezione del prodotto"
+"The number shown next to each category is the quantity of products filtered by
+ Attribute Set and Products Filter settings.
+ There are two modes of products addition:
+
+ All Products - all products, which are included in selected categories, will be added to the Listing.
+ Select Manually - the list of products of chosen categories will be shown on the next page after the Next button is pressed at the top right corner.
+
+ Note: If a product belongs to different categories, it will be added to the Listing or shown for manual selection only once.
+ Two additional options New Product Added to Category and Product Deleted from Category allow choosing actions,
+ which could be automatically done to the products added to selected categories and to the products deleted from selected categories.","Il numero mostrato accanto a ogni categoria rappresenta la quantità di prodotti filtrati in base alle impostazioni Insieme di attributi e Filtro prodotti. Ci sono due modi per aggiungere prodotti: Tutti i prodotti : verranno aggiunti all'inserzione tutti i prodotti inclusi nelle categorie selezionate. Seleziona manualmente : l'elenco di prodotti delle categorie scelte verrà mostrato nella pagina successiva dopo aver premuto il pulsante Avanti nell'angolo superiore destro. Nota: se un prodotto appartiene a più categorie, sarà aggiunto all'inserzione oppure visualizzato per la selezione manuale una volta sola. Due ulteriori opzioni, vale a dire Nuovo prodotto aggiunto alla categoria e Prodotto eliminato dalla categoria, consentono di scegliere le azioni che possono essere effettuate automaticamente con i prodotti aggiunti alle categorie selezionate e quelli eliminati dalle categorie selezionate."
+"Products Addition","Aggiunta di prodotti"
+"All Products","Tutti i prodotti"
+"Select Manually","Seleziona manualmente"
+"Mode of products addition from selected categories.","Modalità di aggiunta di prodotti dalle categorie selezionate."
+"Add Products Presented in Other Listings","Aggiungi prodotti presentati in altre inserzioni"
+"Actions On Categories' Products","Azioni con i prodotti delle categorie"
+"New Product Added to Category","Nuovo prodotto aggiunto alla categoria"
+"No Action","Nessuna azione"
+"Add to The Listing","Aggiungi all'inserzione"
+"Actions, which have to be done on products added on categories.","Azioni da effettuare sui prodotti aggiunti alle categorie."
+"Product Deleted from Category","Prodotto eliminato dalla categoria"
+"Stop on Amazon","Interrompi su Amazon"
+"Stop on Amazon and Delete from Listing","Interrompi su Amazon ed elimina dall'inserzione"
+"Actions, which have to be done on listed products deleted from categories.","Azioni da effettuare con i prodotti messi in vendita eliminati dalle categorie."
+"All Templates","Tutti i modelli"
+"Type Template Name Here...","Digita qui nome del modello..."
+"
+This section contains Amazon Listings, which belong to registered Amazon Accounts (%1$s > Configuration > Amazon Accounts) and were listed not by M2E Pro extension.
+Use Amazon Accounts and Marketplaces dropdowns to filter them.
+You can map these Listings to existing products in Magento and move them to another M2E Listings for further management. For that use single actions on appropriate Listing record or use mass Actions in the top right corner.
+Note: To import Amazon 3rd Party Listings the 3rd Party Listings Import must be enabled in account's settings
+(%1$s > Configuration > Amazon Accounts > General tab) and the 3rd Party Listings Synchronization must be enabled in %1$s > Configuration > Synchronization.","In questa sezione sono contenute le inserzioni Amazon che appartengono agli account Amazon registrati (%1$s > Configurazione > Account Amazon) e che non sono state messe in vendita tramite l'estensione M2E Pro. Utilizza i menu a discesa Account Amazon e Mercati per filtrarle. Puoi associare queste inserzioni a prodotti esistenti in Magento e spostarle nelle altre inserzioni M2E per un'ulteriore gestione. Per farlo, utilizza le singole azioni nel registro delle inserzioni adeguato o le azioni di massa nell'angolo in alto a destra.Nota: per importare le inserzioni di terze parti Amazon, devi abilitare Importazione inserzioni di terze parti nelle impostazioni dell'account (%1$s > Configurazione > Account Amazon > scheda Generale), nonché Sincronizzazione inserzioni di terze parti in %1$s > Configurazione > Sincronizzazione."
+"Apply Actions On Categories Products to the selected categories.","Applica le azioni su Categorie di prodotti alle categorie selezionate."
+"The number shown next to each category is the quantity of products filtered by
+ Attribute Set and Products Filter settings.
+ There are two modes of products addition:
+
+ All Products - all products, which are included in selected categories, will be added to the Listing.
+ Select Manually - the list of products of chosen categories will be shown on the next page after the Next button is pressed at the top right corner.
+
+ Note: If a product belongs to different categories, it will be added to the Listing or shown for manual selection only once.","Il numero mostrato accanto a ogni categoria rappresenta la quantità di prodotti filtrati in base alle impostazioni Insieme di attributi e Filtro prodotti. Ci sono due modi per aggiungere prodotti: Tutti i prodotti : verranno aggiunti all'inserzione tutti i prodotti inclusi nelle categorie selezionate. Seleziona manualmente : l'elenco di prodotti delle categorie scelte verrà mostrato nella pagina successiva dopo aver premuto il pulsante Avanti nell'angolo superiore destro. Nota: se un prodotto appartiene a più categorie, sarà aggiunto all'inserzione oppure visualizzato per la selezione manuale una volta sola."
+"Displayed products have the same Attribute Set as the Listing you are going to add them to.
+ Note: A product can be added to the listing only once. If a product was added to the Listing earlier, it will not be displayed. ","I prodotti visualizzati dispongono dello stesso insieme di attributi dell'inserzione a cui vengono attualmente aggiunti. Nota: un prodotto può essere aggiunto una sola volta all'inserzione. Se un prodotto è stato aggiunto all'inserzione precedentemente, non sarà visualizzato. "
+"Enter product name, ASIN, ISBN, UPC or EAN","Immetti il nome del prodotto e il numero ASIN, ISBN, UPC o EAN."
+"There was an error during previous automatic ASIN/ISBN search:","Si è verificato un errore durante la precedente ricerca automatica del numero ASIN/ISBN:"
+"Assign ASIN/ISBN Manually","Assegna numero ASIN/ISBN manualmente"
+"Allows searching ASIN/ISBN by data that will be specified on the next step.","Consente di cercare il numero ASIN/ISBN in base ai dati che verranno specificati nel passaggio successivo."
+"Assign ASIN/ISBN Automatically","Assegna numero ASIN/ISBN automaticamente"
+"Allows searching ASIN/ISBN by data, that have already been specified in Listing Search settings.","Consente di cercare il numero ASIN/ISBN in base ai dati che sono già stati specificati nelle impostazioni Ricerca inserzione."
+"Add New ASIN/ISBN (Beta)","Aggiungi nuovo numero ASIN/ISBN (beta)"
+"Allows adding a product, which is not present on Amazon. ASIN/ISBN will be generated and returned back by Amazon.","Consente di aggiungere un prodotto che non è presente su Amazon. Il numero ASIN/ISBN verrà generato e restituito da Amazon."
+"This section contains Amazon Channel, Product Search, Condition and other settings.
+
+ In the General section you have to specify Amazon Account, which listed items will be related to, and SKU.
+ In the Search Settings you have to specify the identifiers, at which products will be searched on Amazon.
+ The Condition section allows specifying item(s) condition and making notes to better describe the condition.
+
+ Note: Not Set and Not Set / Not Changeable options are used for the 3rd Party Listings mainly. If these options are chosen, then Amazon will be used as a master record.","In questa sezione sono contenute le impostazioni Canale, Ricerca prodotti, Condizioni e altre impostazioni di Amazon. Nella sezione Generale devi specificare un account Amazon al quale saranno associati gli oggetti messi in vendita e il codice prodotto. Nelle impostazioni di ricerca devi specificare gli identificatori in base ai quali i prodotti verranno cercati su Amazon. Nella sezione Condizioni è possibile specificare le condizioni degli oggetti e inserire delle note per descriverle meglio. Nota: le opzioni Non impostato e Non impostato/Non modificabile vengono utilizzate principalmente per le inserzioni di terze parti. Se vengono selezionate queste opzioni, Amazon verrà utilizzato come registro principale."
+"Must be not more than 2000 characters long.","La lunghezza non deve superare i 2000 caratteri."
+"Amazon Account","Account Amazon"
+"Amazon accounts previously added in Configuration > Accounts.","Account Amazon precedentemente aggiunti in Configurazione > Account."
+"Merchant SKU","Codice prodotto del venditore"
+"Not Set","Non impostato"
+"Is used to identify products, which you list, in Amazon seller central inventory.
+ Note: If you list a product and M2E Pro find a product with the same Merchant SKU in Amazon inventory, they will be mapped.
+ ","Viene utilizzato per identificare i prodotti messi in vendita nel magazzino del centro venditori Amazon. Nota: se metti in vendita un prodotto e M2E Pro ne trova un altro con lo stesso codice prodotto del venditore nel magazzino Amazon, i prodotti verranno associati. "
+"SKU Attribute","Attributo codice prodotto"
+"Choose the attribute that contains products identifier.","Scegli l'attributo che contiene l'identificatore del prodotto."
+"Generate Merchant SKU","Genera codice prodotto del venditore"
+"If Yes , then if Merchant SKU of the product you list is found in the 3rd Party or M2E Listings, another one will be automatically created and the product will be listed.
+ Has to be set to Yes if you are going to use the same Magento product under different ASINs","Se Sì , ovvero se il codice prodotto del venditore per il prodotto messo in vendita viene trovato tra le inserzioni di terze parti o M2E, verrà creato automaticamente e messo in vendita un altro prodotto. Se intendi utilizzare lo stesso prodotto Magento con diversi numeri ASIN, è necessario impostare questa opzione su Sì "
+"Search Settings","Impostazioni ricerca"
+"Search Products on Amazon","Cerca prodotti su Amazon"
+"Before the list action, each product in listing must have existing ASIN/ISBN assigned.
+ This section contains parameters for action ""Assign ASIN/ISBN Automatically","Prima dell'azione di messa in vendita, è necessario assegnare un numero ASIN/ISBN esistente a ogni prodotto nell'inserzione. Questa sezione contiene i parametri per l'azione ""Assegna automaticamente ASIN/ISBN"""
+"ASIN / ISBN Attribute","Attributo ASIN/ISBN"
+"UPC / EAN","UPC/EAN"
+"UPC / EAN Attribute","Attributo UPC/EAN "
+"Additional Search by Product Name","Ricerca aggiuntiva per nome prodotto"
+"If no results are found by ASIN/ISBN and UPC/EAN search criteria, the additional search will be performed by Magento Product Name.","Se tramite i criteri di ricerca ASIN/ISBN e UPC/EAN non viene fornito alcun risultato, la ricerca aggiuntiva verrà effettuata in base a Nome prodotto Magento."
+"Additional Settings","Impostazioni aggiuntive"
+"Handling Time Mode","Modalità tempi di imballaggio "
+"Recommended Value","Valore raccomandato"
+"Time that is needed to prepare an item to be shipped.","Tempo necessario per preparare un oggetto per la spedizione."
+"Attribute must contain only numeric value from 1 to 30.","L'attributo deve contenere solo valori numerici compresi tra 1 e 30."
+"Restock Date Mode","Modalità data rifornimento"
+"Custom Value","Valore personalizzato"
+"The date you will be able to ship any back-ordered items to a customer.","Data in cui potrai spedire qualsiasi oggetto arretrato a un cliente."
+"Restock Date Custom Value","Valore personalizzato data rifornimento"
+"Condition Settings","Impostazioni condizioni"
+"Condition","Condizioni"
+"Not Set / Not Changeable","Non impostato/Non modificabile"
+"Condition of the product(s) you want to list on Amazon.
+ Note: Not Set / Not Changeable is used for the 3rd Party Listings mainly. If this option is chosen, Amazon will be used as a master record.","Condizioni dei prodotti che desideri mettere in vendita su Amazon. Nota: l'opzione Non impostato/Non modificabile viene utilizzata principalmente per le inserzioni di terze parti. Se viene selezionata questa opzione, Amazon verrà utilizzato come registro principale."
+"Condition Value","Valore condizioni"
+"Collectible - Like New","Collezionismo - Come nuovo"
+"Collectible - Very Good","Collezionismo - Molto buono"
+"Collectible - Good","Collezionismo - Buono"
+"Collectible - Acceptable","Collezionismo - Accettabile"
+"Club","Club"
+"Condition Attribute","Attributo condizioni"
+"Choose the attribute that contains Condition identifier .","Scegli l'attributo che contiene l'identificatore delle condizioni ."
+"Condition Note","Nota sulle condizioni"
+"Short description of item(s) condition.
+ Note: Not Set / Not Changeable is used for the 3rd Party Listings mainly. If this option is chosen, Amazon will be used as a master record.","Breve descrizione delle condizioni degli oggetti. Nota: l'opzione Non impostato/Non modificabile viene utilizzata principalmente per le inserzioni di terze parti. Se viene selezionata questa opzione, Amazon verrà utilizzato come registro principale."
+"Condition Note Text","Testo nota condizioni"
+"Condition Note Attribute","Attributo nota condizioni"
+"The Products Filter block allows you to filter the products, which you would like to add to the Listing. Filtered Products will be displayed on the next page, after the Next button is pressed.","Il blocco Filtro prodotti consente di filtrare i prodotti che desideri aggiungere all'inserzione. I prodotti filtrati saranno visualizzati nella pagina successiva, dopo aver premuto il pulsante Avanti."
+"Store View the items' information has to be taken from.","Negozio da cui acquisire le informazioni sugli oggetti."
+"Select from","Seleziona da"
+"Modes of the products selection.","Modalità di selezione dei prodotti."
+"Selected Categories","Categorie selezionate"
+"This section allows you to create a Listing. Listing is a group of items, which have the same
+ Attribute Set and were combined to be listed on Amazon.
+ Creating a Listing requires two types of templates (Selling Format and Synchronization) to be created in advance,
+ that allows reaching a high level of flexibility in listing and synchronization processes.
+
+ It is also possible to create templates by clicking the Add New button next to the appropriate template option. Do not forget to press
+ the Refresh button after the new template creation in order to see the newly added template in the dropdown list.
+ In the Listing Configuration block you are required to choose appropriate Selling Format Template,
+ which determines quantity and price related data of your Amazon Listings.
+
+ In the Synchronization Settings block you are required to choose a Synchronization Template and its settings.
+ This determines the actions, which have to be done on the Amazon Listings depending on any changes of their products happened in Magento,
+ and of their templates that are used in the Listing Configuration settings. ","In questa sezione puoi creare un'inserzione. Un'inserzione è un gruppo di oggetti che condividono lo stesso insieme di attributi e sono stati combinati per essere messi in vendita su Amazon. La creazione di un'inserzione richiede innanzitutto la creazione di due tipi di modelli (Formato di vendita e Sincronizzazione) in quanto consentono di ottenere un livello elevato di flessibilità nei processi di messa in vendita e sincronizzazione. I modelli possono essere creati anche cliccando sul pulsante Aggiungi nuovo accanto all'opzione del modello appropriato. Non dimenticarti di premere il pulsante Aggiorna dopo la creazione del nuovo modello per poterlo visualizzare nell'elenco a discesa. Nel blocco Configurazione inserzione devi scegliere il modello del formato di vendita adeguato che determina le informazioni sulla quantità e sul prezzo delle inserzioni Amazon. Nel blocco Impostazioni sincronizzazione devi scegliere un modello di sincronizzazione e le relative impostazioni. In questo modo vengono determinate le azioni da effettuare nelle inserzioni Amazon a seconda delle modifiche apportate ai relativi prodotti in Magento e dei relativi modelli utilizzati nelle impostazioni di configurazione delle inserzioni. "
+"The specified title is already used for other listing. Listing title must be unique.","Il titolo specificato è già utilizzato per un'altra inserzione. Il titolo dell'inserzione deve essere univoco."
+"You should select Attribute Set first","Innanzitutto è necessario selezionare Insieme di attributi"
+"Invalid date time format string.","Stringa di formato data/ora non valida."
+"Listing Configuration","Configurazione inserzione"
+"Short meaningful Listing title for your internal use.","Titolo dell'inserzione breve e significativo per uso interno."
+"Product Attribute Set","Insieme attributi prodotti"
+"Attribute Set of products, which will be listed on Amazon in this Listing.","Insieme di attributi dei prodotti che verranno messi in vendita su Amazon in questa inserzione."
+"List of templates, which have previously chosen Attribute Set.","Elenco di modelli a cui è associato l'insieme di attributi scelto in precedenza."
+"Search for template which have previously chosen Attribute Set.","Cerca il modello a cui è associato l'insieme di attributi scelto in precedenza."
+"All Synchronization Templates you have created.","Tutti i modelli di sincronizzazione creati."
+"Search for Synchronization Template you have created.","Cerca il modello di sincronizzazione creato."
+"M2E Pro - Amazon/Magento Integration : Listings","M2E Pro - Integrazione Amazon/Magento: inserzioni"
+"Amazom Listings (10 min. video)","
+"Listing is a group of items, which have the same Attribute Set and were combined to be listed on Amazon.
+
+ Creating a Listing requires two types of templates to be created in advance.
+ You can use the same template for similar products you want to list on Amazon and don’t have to enter the same information over and over again for each product you want to list.
+
+ Templates you’ll need in order to list on Amazon:
+
+
+ Selling Format Template contains information about quantity and price-related data.
+ Synchronization Template controls how the information between Amazon and Magento is synchronized and in which cases Amazon listings are revised, relisted or stopped. This template is not bound to a product group with a specific attribute set, so it’s likely that you’ll only need one template to begin with.
+ ","Un'inserzione è un gruppo di oggetti che condividono lo stesso insieme di attributi e sono stati combinati per essere messi in vendita su Amazon. Per creare un'inserzione, è necessario creare prima due tipi di modelli. Puoi usare uno stesso modello per prodotti simili da mettere in vendita su Amazon in modo da non dover immettere più volte le stesse informazioni per ogni prodotto. Modelli richiesti per mettere in vendita su Amazon: Il modello del formato di vendita contiene informazioni sulla quantità e sul prezzo. Il modello di sincronizzazione controlla la modalità di sincronizzazione delle informazioni tra Amazon e Magento e in quali casi le inserzioni Amazon vengono modificate, rimesse in vendita o interrotte. Questo modello non è associato a un gruppo di prodotti con un insieme specifico di attributi, pertanto è probabile che, per iniziare, sarà sufficiente disporre di un solo modello. "
+"This section contains information about product items of chosen listing and their statuses on Amazon.
+ To list a product the ASIN/ISBN must be assigned first. To assign ASIN/ISBN you can use the Search ASIN/ISBN tool: press the icon in ASIN / ISBN column or choose appropriate command in the Action dropdown.
+ You can manage items by choosing appropriate actions from the Actions dropdown of the grid and manage Listing and its settings by using buttons in the top right corner.","In questa sezione sono contenute informazioni sugli oggetti dei prodotti dell'inserzione scelta e i relativi stati su Amazon. Per mettere in vendita un prodotto, è necessario innanzitutto assegnare il numero ASIN/ISBN. Per assegnare il numero ASIN/ISBN, puoi utilizzare lo strumento Cerca numero ASIN/ISBN: premi l'icona nella colonna ASIN/ISBN o scegli il comando appropriato nel menu a discesa Azione. Puoi gestire gli oggetti scegliendo le azioni appropriate nel menu a discesa Azioni della griglia, nonché gestire l'inserzione e le relative impostazioni utilizzando i pulsanti nell'angolo superiore destro."
+"Used in Account(s)","Utilizzato negli account"
+"Coming Soon","Disponibile presto"
+"Waiting","In attesa"
+"Processing","Elaborazione in corso"
+"Completed","Completato"
+"Order Address Information","Informazioni di registrazione ordine"
+"Buyer Name","Nome dell'acquirente"
+"Buyer E-Mail","E-mail acquirente"
+"Street Address","Via"
+"City","Città"
+"Country","Paese"
+"Region/State","Regione/Stato"
+"County","Provincia"
+"Zip/Postal Code","CAP"
+"Telephone","Telefono"
+"
+This page contains all orders imported from Amazon.
+Use Amazon Accounts dropdown to filter Amazon orders by accounts.
+If Magento Order, Invoice or / and Shipment was not created automatically,
+you can create them manually by using appropriate options in the Action dropdown.
+Note: Automatic creation of Magento Orders, Invoices, and Shipments executes according to Amazon Accounts settings in %s > Configuration > Amazon Accounts > Orders.","In questa pagina sono contenuti tutti gli ordini importati da Amazon. Utilizza il menu a discesa Account Amazon per filtrare gli ordini Amazon in base agli account. Se l'ordine, la fattura e/o la spedizione Magento non sono stati creati automaticamente, puoi crearli manualmente utilizzando le opzioni appropriate nel menu a discesa Azione.Nota: la creazione automatica di ordini, fatture e spedizioni Magento avviene in base alle impostazioni degli account Amazon in %s > Configurazione > Account Amazon > Ordini."
+"Amazon Order","Ordine Amazon"
+"View On Amazon","Vedi su Amazon"
+"Sale Time","Ora di vendita"
+"Update Time","Ora di aggiornamento"
+"Reservation Time","Tempo di prenotazione"
+"Order Status","Stato ordine"
+"Invoice Unconfirmed","Fattura non confermata"
+"Account","Account"
+"Buyer Information","Informazioni sull'acquirente"
+"Customer Name","Nome cliente"
+"Shipping Address","Indirizzo per la spedizione"
+"Payment Information","Informazioni per il pagamento"
+"Order Currency","Valuta ordine"
+"Attention!","Attenzione"
+"Order currency is not enabled in Magento. Please, enable it in System -> Configuration -> Currency Setup.","La valuta dell'ordine non è abilitata in Magento. Abilitarla in Sistema -> Configurazione -> Impostazione valuta."
+"There's no rate for Order currency in Magento. Please, add currency convert rate in System -> Manage Currency -> Rates.","Nessun tasso per la valuta dell'ordine in Magento. Aggiungi il tasso di conversione della valuta in Sistema -> Gestisci valuta -> Tassi."
+"Shipping & Handling Information","Informazioni sulla spedizione e sull'imballaggio"
+"Shipping Service","Servizio di spedizione"
+"Shipping Cost","Spese di spedizione"
+"Transaction Item(s)","Oggetti della transizione"
+"Log History","Cronologia registro"
+"Order Totals","Totali ordine"
+"Subtotal","Totale parziale"
+"Shipping & Handling","Spedizione e imballaggio"
+"Tax","Imposte"
+"Grand Total","Totale"
+"Amount Paid","Importo pagato"
+"This section allows you to set preferences of data synchronization.
+ You have to enable / disable synchronization tasks, which will be automatically performed for all Amazon accounts, and Save Settings .
+ To run necessary task manually, click the Run Now button, to run all tasks at once, click Run Enabled Now .
+ Note: Cron job must be set up for automatic synchronization. Otherwise, you will have to perform the synchronization manually.","In questa sezione puoi impostare le preferenze relative alla sincronizzazione dei dati. È necessario abilitare/disabilitare le attività di sincronizzazione che saranno effettuate automaticamente per tutti gli account Amazon e cliccare su Salva impostazioni . Per eseguire manualmente l'attività necessaria, clicca sul pulsante Esegui ora , mentre per eseguire tutte le attività contemporaneamente, clicca su Esegui ora attività abilitate . Nota: il processo cron deve essere impostato per la sincronizzazione automatica. In caso contrario, dovrai effettuare manualmente la sincronizzazione."
+"If catalog updates in your magento performed using import/export tools, custom scripts or direct changes in database,
+ then, you can use ""Track Direct Database Changes"" %s functionality to detect changes in products' price and quantity.","Se gli aggiornamenti del catalogo in Magento vengono effettuati tramite strumenti di importazione o esportazione, script personalizzati o modifiche dirette nel database, puoi utilizzare la funzione %s ""Controlla modifiche dirette nel database"" per rilevare modifiche al prezzo o alla quantità dei prodotti."
+"Updates and synchronizes Amazon Listings according to Synchronization Templates' rules.","Aggiorna e sincronizza le inserzioni Amazon in base alle regole dei modelli di sincronizzazione."
+"If your Amazon listings for some reason were asynchronized with the products in Magento, turn on the Revise All action to catch data up.
+ Revise is performed by the Inventory Synchronization, 100 items per a cycle.
+
+ ","Se per qualche motivo la sincronizzazione delle inserzioni Amazon con i prodotti in Magento è stata disabilitata, attiva l'opzione Modifica tutte le azioni per recuperare i dati. La modifica viene eseguita dalla sincronizzazione del magazzino (100 oggetti per ciclo). "
+"In Progress, start date - ","In corso, data di inizio: "
+"Finished, end date - ","Terminato, data di fine: "
+"Imports and synchronizes Amazon Orders for accounts, which have enabled Import Amazon Orders in their Accounts settings.","Importa e sincronizza gli ordini Amazon per gli account che hanno abilitato Importa ordini Amazon nelle impostazioni degli account."
+"Imports and synchronizes 3rd Party Listings for Amazon accounts, which have enabled Import 3rd Party Listings in their Accounts settings.","Importa e sincronizza le inserzioni di terze parti per gli account Amazon che hanno abilitato Importa inserzioni di terze parti nelle impostazioni degli account."
+"Click 'Confirm' and Revise will be performed by the Inventory Synchronization, 100 items per a cycle.","Clicca su ""Conferma"" per consentire alla sincronizzazione del magazzino di apportare la modifica (100 oggetti per ciclo)."
+"Cancel","Annulla"
+"New ASIN Templates","Nuovi modelli ASIN"
+"These type of templates is used for creation of new products on Amazon.
+
+ to create a new template, click on Add New ASIN Template ;
+ to assign one of the existing templates to products click on Assing To This Template link.
+
+ Note: Attribute Sets of New ASIN Template must include all Attribute Sets of current M2E Listing to be assigned.","Questo tipo di modelli viene utilizzato per creare nuovi prodotti su Amazon. per creare un nuovo modello, clicca su Nuovo modello ASIN ; per assegnare uno dei modelli esistenti ai prodotti clicca sul link Assegna a questo modello . Nota: per essere assegnati, gli insiemi di attributi di un nuovo modello ASIN devono includere tutti gli insiemi di attributi dell'inserzione M2E corrente."
+"Description is used to design your items' description on Amazon. The more information you provide the easier it is for buyers to make a choice.
+ It is possible to choose a Product Description or Product Short Description, which will be taken from Magento. Or you can create a Custom Description by adding necessary information.","In Descrizione puoi immettere la descrizione degli oggetti messi in vendita su Amazon. Fornisci quante più informazioni possibile per agevolare la scelta degli acquirenti. È possibile scegliere Descrizione prodotto o Descrizione breve prodotto; entrambe saranno acquisite da Magento. In alternativa puoi creare una descrizione personalizzata aggiungendo le informazioni necessarie."
+"Please enter a number 0 or greater in this field.","Inserisci in questo campo un numero pari o superiore a 0."
+"Please enter a number 0.01 or greater in this field.","Inserisci in questo campo un numero pari o superiore a 0,01."
+"Item Details","Dettagli dell'oggetto"
+"Custom Title","Titolo personalizzato"
+"Item's title that buyers will see on Amazon listing.","Titolo dell'oggetto che gli acquirenti visualizzeranno nell'inserzione Amazon."
+"Brand","Marca"
+"Custom Brand","Marchio personalizzato"
+"Brand of the product(s). Max. 50 characters.","Marchio dei prodotti. Massimo. 50 caratteri."
+"Manufacturer","Produttore"
+"Custom Manufacturer","Produttore personalizzato"
+"Manufacturer of the product(s). Max. 50 characters.","Produttore dei prodotti. Massimo. 50 caratteri."
+"Manufacturer Part Number","Codice prodotto del produttore"
+"Manufacturer Part Number of the product(s). Max. 40 characters.","Codice prodotto del produttore degli oggetti. Numero massimo 40 caratteri."
+"Package Quantity","Quantità del pacco"
+"The number of units included in the item you are offering for sale, such that each unit
+ is packaged for individual sale.","Il numero di unità dell'oggetto che hai messo in vendita. Ogni unità verrà imballata e venduta singolarmente."
+"Choose the attribute that contains Package Quantity.","Scegli l'attributo che contiene la quantità del pacco."
+"Number of Items","Numero di oggetti"
+"The number of discrete items included in the item you are offering for sale,
+ such that each item is not packaged for individual sale.
+
+ For ex. , if you are selling a case of 10 packages of socks,
+ and each package contains
+ 3 pairs of socks, the case would have Package Quantity = 10 and Number of Items = 30.
+ ","Il numero di oggetti discreti inclusi nell'oggetto che hai messo in vendita. Ogni oggetto non verrà imballato e venduto singolarmente. Ad esempio, , se vendi 10 pacchi di calzini e ogni pacco contiene 3 paia di calzini, la quantità del pacco sarà pari a 10 e il numero di oggetti pari a 30. "
+"Choose the attribute that contains Number Of Items.","Scegli l'attributo che contiene il numero di oggetti."
+"Package Weight","Peso del pacco"
+"Package Weight of the product(s).","Peso del pacco di prodotti."
+"Package Weight Units","Unità per il peso del pacco"
+"GR","GR"
+"KG","KG"
+"OZ","OZ"
+"LB","LB"
+"MG","MG"
+"Shipping Weight","Peso della spedizione"
+"Shipping Weight of the product(s).","Peso della spedizione dei prodotti."
+"Shipping Weight Units","Unità per il peso della spedizione"
+"Keywords","Parole chiave"
+"Target Audience","Destinatari"
+"For whom the product is intended.","A chi è destinato il prodotto."
+"Search Terms Mode","Modalità termini di ricerca"
+"Custom Search Terms","Termini di ricerca personalizzati"
+"Provide specific search terms to help customers find your product(s) on Amazon.","Inserisci dei termini di ricerca specifici per consentire ai clienti di trovare i tuoi prodotti su Amazon."
+"Value #%s","Valore #%s"
+"Max. 50 characters.","Massimo. 50 caratteri."
+"Images","Immagini"
+"Main Image","Immagine principale"
+"Product Base Image","Immagine di base prodotto"
+"Image you will see on your Amazon listing.","Immagine che sarà visualizzata nell'inserzione Amazon."
+"Product Image Attribute","Attributo immagine prodotto"
+"Choose Media Image Attribute or Attribute, that contains absolute url.
+ i.e. http://mymagentostore.com/images/baseimage.jpg","Scegli Attributo immagine multimediale o Attributo in cui è contenuto un URL assoluto. ad esempio http://mymagentostore.com/images/baseimage.jpg"
+"Additional Images","Immagini aggiuntive"
+"Product Images","Immagini prodotto"
+"Additional Images Attribute","Attributo immagini aggiuntive"
+"Choose Text, Multiple Select or Dropdown type attribute. In Text type attribute urls must be separated with comma.
+ e.g. http://mymagentostore.com/images/baseimage1.jpg, http://mymagentostore.com/images/baseimage2.jpg","Scegli attributo di tipo Testo, Selezione multipla o Menu a discesa Nell'attributo del tipo Testo, gli url devono essere separati da una virgola. ad esempio http://mymagentostore.com/images/baseimage1.jpg, http://mymagentostore.com/images/baseimage2.jpg"
+"Additional Images Quantity","Quantità immagini aggiuntive"
+"Up to","Fino a"
+"The number of Additional Images. The images will be taken from Magento Product settings.","Il numero di immagini aggiuntive. Le immagini verranno prese dalle impostazioni Prodotto Magento."
+"Bullet Points","Elenchi puntati"
+"Bullet Points Mode","Modalità elenchi puntati"
+"Custom Bullet Points","Elenchi puntati personalizzati"
+"Allows highlighting some of the product's most important qualities.","Consente di mettere in evidenza alcune delle qualità più importanti del prodotto."
+"Max. 100 characters.","Massimo. 100 caratteri."
+"Description Source","Origine descrizione "
+"Product Description","Descrizione del prodotto"
+"Product Short Description","Descrizione breve del prodotto"
+"Custom Description","Descrizione personalizzata"
+"Description is limited to 2'000 characters.","La descrizione non deve superare i 2.000 caratteri."
+"Custom Description Inserts","Inserti descrizione personalizzata "
+"Attributes related to the previously chosen Attribute Set.","Attributi correlati all'Insieme di attributi scelto in precedenza."
+"This tab contains the main information on products you want to list: Attribute Set
+ (it must be the same as M2E Listing has to be assigned), UPC / EAN Settings and
+ Category in which the products have to be listed.
+The category either can be chosen by Browsing all categories from the list or can be found with Searching
+ tool by entering keywords.","Questa scheda contiene le informazioni principali sui prodotti che desideri mettere in vendita: insieme di attributi (deve corrispondere all'inserzione M2E da assegnare) impostazioni UPC/EAN e categoria nella quale mettere in vendita i prodotti. Per selezionare la categoria, puoi Sfogliare tutte le categorie presenti nell'elenco o utilizzare lo Strumento di ricerca digitando delle parole chiave."
+"Please enter a number 1 or greater in this field.","Inserisci in questo campo un numero pari o superiore a 1."
+"This category is not supported at the moment, as it contains variational items only. Please select another category.","Questa categoria non è al momento supportata in quanto contiene soltanto inserzioni con varianti. Selezionane un'altra."
+"Search For Category","Cerca categoria"
+"You should select Category first","Innanzitutto è necessario selezionare Categoria"
+"This is a required field. Please press Choose button.","Questo campo è obbligatorio. Premi il pulsante Scegli."
+"The specified title is already used for another New ASIN Template.","Il titolo specificato è già utilizzato per un altro nuovo modello ASIN."
+"Please enter at least 3 letters.","Inserisci almeno 3 lettere."
+"Internal Error. Please try again later.","Errore interno. Riprova più tardi."
+"Incorrect data.","Dati non corretti."
+"Choose","Scegli"
+"Optional Specifics","Specifiche facoltative"
+"Recommended Values","Valori consigliati"
+"Allowed Values","Valori consentiti"
+"Definition:","Definizione:"
+"Tips:","Suggerimenti:"
+"Examples:","Esempi:"
+"Helpful Info:","Informazioni utili:"
+"Desired","Desiderato"
+"Short meaningful template title for your internal use.","Titolo del modello breve e significativo per uso interno."
+"Attribute Sets of products which will be listed on Amazon using this template.","Insiemi di attributi dei prodotti che verranno messi in vendita su Amazon utilizzando questo modello."
+"or","o"
+"UPC / EAN Settings","Impostazioni UPC/EAN"
+"UPC / EAN Exemption","Esenzione UPC/EAN"
+"Most categories require sellers to use a standard product ID, such as a UPC or EAN, when creating new product pages or matching to existing pages in the Amazon catalog. In the case of private label brands or specialized products, some categories may allow sellers to request exemptions to list products that do not have standard product IDs.
+ If you sell products that do not have UPCs, please contact Amazon to request an exemption.","Durante la creazione di nuove pagine prodotti o l'associazione con pagine esistenti nel catalogo Amazon, gran parte delle categorie richiede ai venditori di utilizzare un ID prodotto standard quali UPC o EAN. In caso di marchi privati o prodotti specializzati, in alcune categorie i venditori possono richiedere delle esenzioni per mettere in vendita prodotti che non presentano un ID prodotto standard. Se vendi prodotti che non dispongono di codici UPC, contatta Amazon per richiedere un'esenzione."
+"Product ID Override","Ignora ID prodotto"
+"The exemption option approved by Amazon. Should be set to None when not known.","L'opzione di esenzione approvata da Amazon. Deve essere impostata su Nessuna se sconosciuta."
+"Choose the department your product belongs to and then choose the category you need. Press the Confirm button.","Scegli il reparto al quale appartiene il prodotto e la relativa categoria. Premi il pulsante Conferma."
+"Subcategory","Sottocategoria"
+"Enter the words, which describe the best your product and click on the Search button.
+ Founded categories will be displayed for selection.","Inserisci delle parole che descrivono al meglio il prodotto e clicca sul pulsante Cerca. Verranno mostrate le categorie trovate e sarà possibile selezionarle."
+"Enter Keywords","Inserisci le parole chiave"
+"Adding specific item details will attract your buyers and help them to find your items.","L'aggiunta di dettagli dell'oggetto specifici attirerà gli acquirenti e consentirà loro di trovare i tuoi oggetti."
+"Total digits (not more):","Cifre totali (al massimo):"
+"Type: Numeric.","Tipo: numerico."
+"Min:","Min:"
+"Max:","Massimo:"
+"Can take any value.","Inserisci qualsiasi valore."
+"Two uppercase letters or ""unknown"".","Due lettere maiuscole o ""sconosciuto""."
+"Type: String.","Tipo: stringa."
+"Min length:","Lunghezza minima:"
+"Max length:","Lunghezza massima:"
+"Type: Date time. Format: YYYY-MM-DD hh:mm:ss","Tipo: data e ora. Formato: AAAA-MM-GG hh:mm:ss"
+"Type: Numeric floating point.","Tipo: numero in virgola mobile."
+"Decimal places (not more):","Sezioni decimali (al massimo):"
+"Specifics Configuration","Configurazione specifiche"
+"Selling Format Template contains price-related data and quantity for the items, which will be listed on Amazon.
+Next to each price options dropdown there is a box for Price Change. Price Change is a value you want the Magento Price to be modified while listing on Amazon.
+Examples:
+If you want the price on Amazon to be greater by 15% than the price in Magento, you should set +15% in the Price Change field.
+Amazon Price = Magento Price + Magento Price * 0.15
+
+If you want the price on Amazon to be less by 10 currency units than the price in Magento, you should set -10 in the Price Change field.
+Amazon Price = Magento Price - 10
+
+If you want the price on Amazon to be multiplied by coefficient 1.2, you should set 1.2 in the Price Change field.
+
+Amazon Price = Magento Price * 1.2.
+
+Note: If the Special Price is chosen in the Price option, but it is not set in Magento Product settings or it is set but it has already expired, the Product Price is used instead.
+ If the Special Price is chosen in the Sale Price option, its Magento From , To dates are ignored. Only the value is used. When the Sale Price has expired, the Price is used.
+
+Note: Attributes must contain only numeric values.
+","Il modello di formato di vendita contiene i dati correlati al prezzo e la quantità degli oggetti che verranno messi vendita su Amazon. Accanto a ogni menu a discesa contenente le opzioni del prezzo è disponibile una casella per la modifica del prezzo. In questa casella è presente il valore in base al quale desideri che il prezzo Magento venga modificato durante la messa in vendita su Amazon.Esempi: Se desideri che il prezzo su Amazon sia maggiore del 15% rispetto a quello in Magento, imposta +15% nel campo Modifica prezzo.Prezzo Amazon = Prezzo Magento + Prezzo Magento * 0,15 Se desideri che il prezzo su Amazon sia inferiore di 10 unità di valuta rispetto a quello in Magento, imposta -10 nel campo Modifica prezzo.Prezzo Amazon = Prezzo Magento - 10 Se desideri che il prezzo su Amazon sia moltiplicato per un coefficiente di 1,2, imposta 1,2 nel campo Modifica prezzo.Prezzo Amazon = Prezzo Magento * 1,2. Nota: se nell'opzione Prezzo selezioni il prezzo speciale, ma quest'ultimo non è specificato nelle impostazioni Prodotto Magento oppure è impostato, ma è già scaduto, viene utilizzato il prezzo del prodotto. Se selezioni il prezzo speciale nell'opzione Prezzo di vendita , le date Magento Da , A verranno ignorate. Viene utilizzato solo il valore. Quando il prezzo di vendita è scaduto, viene utilizzato il prezzo.Nota: gli attributi devono contenere solo valori numerici."
+"The price of products in Amazon listing(s).","Prezzo dei prodotti nelle inserzioni Amazon."
+"The price of products in Amazon listing(s).Note: The Final Price is only used for Simple Products.","Prezzo dei prodotti nelle inserzioni Amazon.Nota: il prezzo finale è usato soltanto per prodotti semplici."
+"The price, at which you want to sell your product(s) at specific time.","Il prezzo al quale desideri vendere i prodotti in un determinato momento."
+"The price, at which you want to sell your product(s). at specific time.Note: The Final Price is only used for Simple Products.","Il prezzo al quale desideri vendere i prodotti in un determinato momento.Nota: il prezzo finale è usato soltanto per prodotti semplici."
+"Add Selling Format Template.","Aggiungi modello di formato di vendita."
+"The specified title is already used for other template. Template title must be unique.","Il titolo specificato è già utilizzato per un altro modello. Il titolo del modello deve essere univoco."
+"You should select Attribute Sets first and press Confirm button.","Innanzitutto è necessario selezionare Insiemi di attributi e premere il pulsante Conferma."
+"Coefficient is not valid.","Il coefficiente non è valido."
+"Wrong value. Only integer numbers.","Valore errato. Solo numeri interi."
+"Product Attribute Sets","Insiemi di attributi prodotti"
+"Attribute Sets of products which will be listed on Amazon using this template.","Insiemi di attributi dei prodotti che verranno messi in vendita su Amazon utilizzando questo modello."
+"Quantity","Quantità"
+"Product QTY","QTÀ prodotti"
+"Single Item","Singolo oggetto"
+"Custom QTY Number","Numero QTÀ personalizzato"
+"Custom QTY Attribute","Attributo QTÀ personalizzato"
+"Products quantity in Amazon listing(s).","Quantità di prodotti nelle inserzioni Amazon."
+"Conditional Quantity","Quantità condizionale"
+"Enables to set the quantity that will be sent on Amazon.","Consente di impostare la quantità da inviare su Amazon."
+"Max Quantity to Be Listed","Quantità massima da mettere in vendita"
+"If you have 5 pieces in stock but set a max qty of 2 to be listed, a qty of 2 will be listed on Amazon.
+ If you have 1 piece in stock but max qty is set to 3, only 1 will be listed on Amazon.","Se disponi di 5 oggetti ma imposti una quantità massima pari a 2, solo 2 di essi verranno messi in vendita su Amazon. Se disponi di 1 oggetto ma imposti una quantità massima pari a 3, ne verrà comunque messo in vendita solo uno su Amazon."
+"Product Price","Prezzo prodotto"
+"Special Price","Prezzo speciale"
+"Absolute figure (+8,-3), percentage (+15%, -20%) or currency rate (1.44)","Cifra assoluta (+8, -3), percentuale (+15%, -20%) o tasso di valuta (1,44)"
+"Custom Price Attribute","Attributo prezzo personalizzato"
+"Variation Price Source","Origine prezzo variante"
+"Main Product","Prodotto principale"
+"Determines where the price for Configurable and Bundle products options should be taken from.","Determina il punto da cui è consigliabile acquisire il prezzo per le opzioni dei prodotti Configurabile e Pacchetto."
+"Sale Price","Prezzo finale"
+"Custom Sale Price Attribute","Attributo prezzo di vendita personalizzato"
+"Start Date","Data inizio"
+"Time and date when the Sale Price will be displayed on Amazon.","Data e ora in cui il Prezzo di vendita sarà visualizzato su Amazon."
+"Start Date Value","Valore data inizio"
+"Start Date Attribute","Attributo data inizio"
+"End Date","Data di scadenza"
+"Time and date when the Sale Price will be hidden on Amazon.","Data e ora in cui il Prezzo di vendita sarà nascosto su Amazon."
+"End Date Value","Valore data fine"
+"Synchronization Template includes rules and conditions which determine Listing behavior on Amazon.
+ List, Revise, Relist and Stop Rules have to be specified in this template.
+ List Action - at first this action to be executed for each item in M2E Listings, which has Not Listed status and its settings meet the List Condition. If an item was not listed for some reason, autosynchronization will attempt
+ to list it again only if Product Status, Stock Availability or Quantity is changed.
+
+ Note: Inventory Synchronization setting must be enabled in Synchronization (Configuration > Synchronization).
+ Otherwise, Synchronization Template Rules will not take effect.","Il modello di sincronizzazione include regole e condizioni che stabiliscono il comportamento delle inserzioni su Amazon. In questo modello devono essere specificate le regole di inserzione, modifica, rimessa in vendita e interruzione. Azione inserzione : questa azione deve essere inizialmente eseguita per ogni oggetto non messo in vendita nelle inserzioni M2E le cui impostazioni soddisfano le condizioni di messa in vendita. Se un oggetto non è stato messo in vendita per qualche motivo, durante la sincronizzazione automatica verrà effettuato un nuovo tentativo di messa in vendita solo se sono state apportate modifiche allo stato, alla disponibilità o alla quantità del prodotto. Nota: l'impostazione Sincronizzazione magazzino deve essere abilitata in Sincronizzazione (Configurazione > Sincronizzazione). In caso contrario, le regole del modello di sincronizzazione non verranno applicate."
+"Add Synchronization Template.","Aggiungi modello di sincronizzazione."
+"Wrong time format string.","Stringa del formato di ora non valida."
+"Must be greater than ""Min"".","Deve essere maggiore di ""Min""."
+"Inconsistent settings in Relist and Stop rules.","Impostazioni incongruenti nelle regole di interruzione e modifica."
+"List Action","Azione di messa in vendita"
+"Enables / disables automatic listing of Not Listed items, when they meet the List Conditions.","Abilita/disabilita la creazione automatica di inserzioni per oggetti non messi in vendita se soddisfano le condizioni di inserzione."
+"List Conditions","Condizioni inserzione"
+"Product Status","Stato prodotto"
+"Any","Qualsiasi"
+"Product Status at which the item(s) have to be listed.","Stato del prodotto in base al quale gli oggetti devono essere messi in vendita."
+"Stock Availability at which the item(s) have to be listed.","Disponibilità di scorte in base alla quale gli oggetti devono essere messi in vendita."
+"Less","Inferiore"
+"More or Equal","Maggiore o uguale"
+"Between","Tra il"
+"Product(s) quantity at which the item(s) have to be listed.","Quantità di prodotti in base alla quale gli oggetti devono essere messi in vendita."
+"Min Quantity","Quantità minima"
+"Max Quantity","Quantità massima"
+"Relist Rules define the conditions at which Amazon items will be relisted.
+ ","Le regole di rimessa in vendita definiscono le condizioni alle quali gli oggetti Amazon verranno rimessi in vendita. "
+"Relist Action","Azione di rimessa in vendita"
+"Enables/Disables the Relist action for the Listings, which use current Synchronization Template.","Abilita/disabilita l'azione di rimessa in vendita per le inserzioni che utilizzano il modello di sincronizzazione corrente."
+"Relist When Stopped Manually","Rimetti in vendita dopo interruzione manuale"
+"Automatically relists item(s) even it has been stopped manually within M2EPro.","Rimette in vendita automaticamente gli oggetti dopo un'interruzione manuale in M2EPro."
+"Relist Conditions","Condizioni di rimessa in vendita"
+"Product Status at which the item(s) have to be relisted.","Stato del prodotto in base al quale gli oggetti devono essere rimessi in vendita."
+"Stock Availability at which the item(s) have to be relisted.","Disponibilità di scorte in base alla quale gli oggetti devono essere rimessi in vendita."
+"Product(s) quantity at which the item(s) have to be relisted.","Quantità di prodotti in base alla quale gli oggetti devono essere rimessi in vendita."
+"Revise Rules are the conditions, at which automatic full and partial listings revising features are enabled.
+ If the certain condition is enabled (Yes is chosen in appropriate line) and met,
+then Amazon Listings, which were listed using current Synchronization Template,
+will be automatically fully or partially updated.
+
+ Partial Revise - contains list of product details, which changes you want to be reflected on Amazon.
+ Full Revise - contains groups of M2E settings. If any data of these groups (Selling Format Template, Listing Channel Settings) is changed, then listings, which use these templates in their settings, will be automatically fully revised.
+ ","Le regole di modifica rappresentano le condizioni in base alle quali vengono abilitate le funzioni di modifica delle inserzioni automatiche complete o parziali. Se la condizione stabilita viene abilitata (viene scelto Sì nella riga appropriata) e soddisfatta, le inserzioni Amazon che erano state pubblicate utilizzando il modello di sincronizzazione, verranno aggiornate completamente o parzialmente in modo automatico. Modifica parziale : contiene un elenco di dettagli dei prodotti dei quali desideri che le modifiche vengano riflesse in Amazon. Modifica completa : contiene gruppi di impostazioni M2E. Se alcuni dati di questi gruppi (modello di formato di vendita, impostazioni del canale per le inserzioni) vengono modificati, le inserzioni, che utilizzano questi modelli nelle relative impostazioni, verranno modificate completamente in automatico. "
+"Partial Revise","Modifica parziale"
+"Automatically revises quantity on Amazon listing(s) when the quantity or attribute for quantity of its product is changed in Magento.","Modifica automaticamente la quantità nelle inserzioni Amazon quando la quantità o il relativo attributo del prodotto corrispondente viene modificato in Magento."
+"Conditional Revise","Modifica condizionale"
+"Updates Amazon qty only when the Condition you set below is met.
+ Note: By using this option you can significantly increase Synchronization performance.","Aggiorna la quantità Amazon solo se la condizione impostata viene soddisfatta. Nota: questa opzione consente di migliorare sensibilmente le prestazioni di sincronizzazione."
+"Revise When Less or Equal to","Modifica se minore o uguale a"
+"The value should not be too high (i.e. 100). Recommended value is in range 10 - 20.","Il valore non deve essere troppo elevato (ad esempio 100). I valori consigliati sono quelli compresi tra 10 e 20."
+"Automatically revises price on Amazon listing(s) when the price(s) or attribute(s) for price(s) of its product is (are) changed in Magento.","Modifica automaticamente il prezzo nelle inserzioni Amazon quando i prezzi o i relativi attributi del prodotto corrispondente vengono modificati in Magento."
+"Full Revise","Modifica completa"
+"Automatically revises Amazon listing(s) if its Selling Format Template was changed.","Modifica automaticamente le inserzioni Amazon se è stato modificato il relativo modello di formato di vendita."
+"Listing Channel Settings","Impostazioni canale per inserzioni"
+"Automatically revises Amazon listing(s) if its Listing Settings was changed.","Modifica automaticamente le inserzioni Amazon se sono state modificate le relative impostazioni."
+"Stop Rules define the conditions when Amazon items listing must be
+ inactivated, depending on Magento product state.
+ Note: If all Stop Conditions are set to No or No Action , then the stop option for Amazon items is disabled.
+ If all Stop Conditions are enabled, then an item will be inactivated if at least one of the Stop Conditions is met.","Le regole di interruzione definiscono le condizioni in base alle quali è necessario disattivare la messa in vendita degli oggetti Amazon, a seconda dello stato del prodotto Magento. Nota: se tutte le condizioni di interruzione vengono impostate su No o Nessuna azione , l'opzione di interruzione per gli oggetti Amazon viene disabilitata. Se tutte le condizioni di interruzione sono abilitate, un oggetto verrà disattivato se viene soddisfatta almeno una delle condizioni di interruzione."
+"Stop Conditions","Condizioni di interruzione"
+"Stop When Status Disabled","Interrompi quando lo stato è Disabilitato"
+"Automatically stops item(s) if its status has been changed to 'Disabled' in Magento.","Interrompe automaticamente le inserzioni se il relativo stato è stato impostato su ""Disabilitato"" in Magento."
+"Stop When Out Of Stock","Interrompi se esaurito"
+"Automatically stops item(s) if its stock availability has been changed to 'Out of Stock' in Magento.","Interrompe automaticamente le inserzioni se la relativa disponibilità di scorte è stata impostata su ""Esaurito"" in Magento."
+"Stop When QTY Is","Interrompi se la quantità è"
+"Less or Equal","Minore o uguale"
+"More","Altro"
+"Automatically stops item(s) if its quantity has been changed and meets the conditions.","Interrompe automaticamente le inserzioni se la relativa quantità in è stata modificata e soddisfa le condizioni."
+"On this page you have to fill in general information on your Rakuten.com account and provide all necessary accesses for the further work.","In questa pagina devi inserire informazioni generali sull'account Rakuten.com e fornire tutti gli accessi necessari per ulteriori azioni."
+"Invalid format of Seller ID field. It must be numeric.","Formato non valido del campo ID venditore. Può contenere solo valori numerici."
+"You must enable marketplace first.","Devi abilitare per prima cosa il mercato."
+"M2E Pro was not able to get access to the Rakuten.com account. Please, make sure, that you enter correct Rakuten.com Seller Tools login and password.","Impossibile accedere all'account Rakuten.com tramite M2E Pro. Assicurati di aver inserito il nome utente e la password corretti degli Strumenti per i venditori di Rakuten.com."
+"M2E Pro was not able to get access to the Rakuten.com account. Please, make sure, that you enter correct Rakuten.com FTP login and password.","Impossibile accedere all'account Rakuten.com tramite M2E Pro. Assicurati di aver inserito il nome utente e la password corretti dell'FTP Rakuten.com."
+"Title or identifier of Rakuten.com account for your internal use.","Titolo o identificatore dell'account Rakuten.com per uso interno."
+"Marketplace is disabled","Mercato disabilitato"
+"Disable Marketplace","Disabilita mercato"
+"You must select and update Rakuten.com marketplace to get access to this section.","Per poter accedere a questa sezione, seleziona e aggiorna il mercato Rakuten.com."
+"Web Access","Accesso Web"
+"Login","Accedi"
+"Login to your Rakuten.com account.","Accedi al tuo account Rakuten.com."
+"Password","Password"
+"Password to your Rakuten.com account.","Password dell'account Rakuten.com."
+"FTP Access","Accesso FTP"
+"To get FTP credentials, email the Rakuten.com merchant integration team at
+ mp-integration@mail.rakuten.com with your Seller ID and Rakuten.com login email address.","Per ricevere le credenziali FTP, invia un'email al team di integrazione venditori di Rakuten.com all'indirizzo mp-integration@mail.rakuten.com indicando il tuo ID venditore e l'indirizzo email utilizzato su Rakuten.com."
+"Login to your FTP panel.","Accedi al pannello FTP"
+"Password to your FTP panel.","Password al pannello FTP."
+"Inventory, Orders And New SKU FTP Accesses","Accessi FTP a magazzino, ordini e nuovi codici prodotto"
+"FTP Accesses","Accessi FTP"
+"All these actions must be allowed to your Rakuten.com Account by Rakuten first.","Tutte queste azioni devono innanzitutto essere abilitate sul tuo account Rakuten.com da Rakuten."
+"FTP Inventory Access","Accesso FTP al magazzino"
+"Set Yes , if you have enabled inventory generation option on your FTP.","Imposta Sì se hai abilitato sull'FTP l'opzione di generazione del magazzino."
+"FTP Orders Access","Accesso FTP agli ordini"
+"Set Yes , if you have enabled orders generation option on your FTP.","Imposta Sì se hai abilitato sull'FTP l'opzione di generazione degli ordini."
+"FTP New SKU Access","Accesso FTP a nuovi codici prodotto"
+"Set Yes , if you have enabled new SKU creation option on your FTP.
+ Note: The access of getting new SKU must be taken from Rakuten.com","Imposta Sì se hai abilitato sull'FTP l'opzione di creazione di nuovi codici prodotto. Nota: l'accesso per la creazione di nuovi codici prodotto deve essere consentito da Rakuten.com"
+"The 3rd Party Listings are the items, which were listed on Rakuten.com without using M2E Pro extension.
+To allow importing of these listings for the current Rakuten.com Account, set Import 3rd Party Listings to Yes .
+Imported Listings can be found in %1$s > Manage Listings > 3rd Party Listings.
+Note: The 3rd Party Listings Synchronization must be enabled in %1$s > Configuration > Synchronization.
+To map the products of the 3rd Party Listings with existing products in Magento by Reference ID, Rakuten.com Listing title or Rakuten.com SKU, set Product Mapping to Yes and choose appropriate attribute(s).
+A Magento product will be mapped if at least one of the chosen attributes meets the same value in Rakuten.com Listing as it has in Magento.
+
+After mapping the Rakuten.com Listing can be automatically moved from the 3rd Party Listings to M2E Pro Listings for further management.
+
+Note: Auto mapping and moving actions are performed only once during the first 3rd Party Listings Synchronization.
+Afterwards, it can be performed manually on the 3rd Party Listings page (%1$s > Manage Listings > 3rd Party Listings).","Le inserzioni di terze parti sono gli oggetti che sono stati messi in vendita su Rakuten.com senza utilizzare l'estensione M2E Pro. Per consentire l'importazione di queste inserzioni per l'account Rakuten.com corrente, imposta Importa inserzioni di terze parti su Sì . Le inserzioni importate sono disponibili in %1$s > Gestione inserzioni > Inserzioni di terze parti.Nota: la sincronizzazione delle inserzioni di terze parti deve essere abilitata in %1$s > Configurazione > Sincronizzazione. Per associare prodotti delle inserzioni di terze parti ai prodotti esistenti in Magento tramite ID riferimento, titolo inserzione Rakuten.com o codice prodotto Rakuten.com, imposta Associazione prodotti su Sì e scegli gli attributi appropriati. Un prodotto Magento sarà associato se almeno uno degli attributi scelti soddisfa lo stesso valore presente in Inserzione Rakuten.com e in Magento. Dopo l'associazione, l'inserzione Rakuten.com può essere spostata automaticamente da Inserzioni di terze parti a Inserzioni M2E Pro per un'ulteriore gestione.Nota: le azioni di associazione e spostamento automatici vengono effettuate solo una volta durante la prima sincronizzazione delle inserzioni di terze parti. Successivamente, può essere effettuata manualmente nella pagina Inserzioni di terze parti (%s > Gestione inserzioni > Inserzioni di terze parti)."
+"Maps Rakuten.com product with Magento product.","Associa il prodotto Rakuten.com al prodotto Magento."
+"Attributes Of Mapping Rakuten.com Items To Magento Products","Attributi dell'associazione tra gli oggetti Rakuten.com e Magento"
+"Auto Moving Mapped Rakuten.com Items To M2E Listings","Lo spostamento automatico ha associato gli oggetti Rakuten.com alle inserzioni M2E"
+"This section allows you automatically move mapped Rakuten.com Items in default created M2E Listing and synchronize their Prices and Quantities with Magento values at once they have been moved.","Questa sezione consente di spostare automaticamente oggetti Rakuten.com associati a inserzioni M2E create in modo predefinito e sincronizzare i relativi prezzi e quantità con i valori Magento non appena vengono spostati."
+"Move Mapped Rakuten.com Items","Sposta oggetti Rakuten.com associati"
+"Automatically moves Rakuten.com Listings from 3rd Party Listings to default created M2E Listing.","Sposta automaticamente le inserzioni Rakuten.com dalle inserzioni di terze parti all'inserzione M2E creata in modo predefinito."
+"Updates Price and / or Quantity of Rakuten.com Listing with Magento values.","Aggiorna il prezzo e/o la quantità dell'inserzione Rakuten.com con i valori di Magento."
+"This tab contains settings of Rakuten.com Orders, Rakuten.com Customers import; Magento Orders and Products creation.
+If you set Import Rakuten.com Orders to Yes , a new Rakuten.com order will be imported to the system and can be found in %1$s > Sales > Orders.
+It is possible to allow auto creation of Magento Orders based on imported Rakuten.com Orders for products listed by Other Software.
+Note: The Product Stock QTY only reduces after Magento Order is created.
+These type of orders can be managed as typical Magento Orders in Magento > Sales > Orders.
+Note: To receive orders from Rakuten.com, Order Synchronization must be enabled in %1$s > Configuration > Synchronization.","Questa scheda contiene le impostazioni degli ordini Rakuten.com, dell'importazione di clienti Rakuten.com, degli ordini Magento e della creazione di prodotti. Se imposti Importa ordini Rakuten.com su Sì , nel sistema verrà importato un nuovo ordine Rakuten.com che sarà disponibile in %1$s > Vendite > Ordini. È possibile consentire la creazione automatica di ordini Magento in base agli ordini Rakuten.com importati per i prodotti messi in vendita tramite altri software.Nota: la quantità di scorte dei prodotti viene ridotta solo dopo la creazione di un ordine Magento. Questi tipi di ordini possono essere gestiti come ordini Magento classici in Magento > Vendite > Ordini.Nota: per ricevere ordini da Rakuten.com, in %1$s > Configurazione > Sincronizzazione è necessario abilitare Sincronizzazione ordini."
+"Import Rakuten.com Orders","Importa ordini Rakuten.com"
+"Allows importing orders from Rakuten.com to M2E Pro.","Consente l'importazione di ordini da Rakuten.com a M2E Pro."
+"If Store View has to be automatically taken from the listing or manually chosen from available Store View values.","Nel caso in cui il negozio debba essere acquisito automaticamente dall'inserzione o scelto manualmente dai valori di negozi disponibili."
+"Note: Only simple products without variations can be created in Magento. If there is a product with variations on Rakuten.com, M2E Pro creates different simple products for each variation.","Nota: in Magento è possibile creare solo prodotti semplici senza varianti. Se su Rakuten.com è presente un prodotto con varianti, in M2E Pro vengono creati più prodotti semplici, uno per ogni variante."
+"There are several ways to specify a customer for which Magento Orders will be created:
+
+ Guest Account - the system does not require a customer account to be created. Default Guest Account will be defined as a customer.
+ Note: The Guest Checkout option must be enabled in Magento. (Yes must be chosen in the Allow Guest Checkout option in Magento > System > Configuration > Sales > Checkout tab).
+ Predefined Customer - the system uses one predefined customer for all Rakuten.com orders related to this account. You will be required
+ to provide an ID of the existing Customer, which you can find in Magento > Customers > Manage Customers table.
+ Create New - a new customer will be created in Magento, using Rakuten.com customer data of Rakuten.com Order.
+ Note: A unique customer identifier is his e-mail address. If the one already exists among Magento customers e-mails,
+ the system uses this customer as owner of order and links order to him. A new customer will not be created.
+ ","Ci sono diversi modi per specificare un cliente per il quale verranno creati degli ordini Magento: Account ospite : il sistema non richiede la creazione di un account cliente. Come cliente sarà definito l'account ospite predefinito. Nota: in Magento deve essere abilitata l'opzione Compra come utente non registrato. (Nella scheda Abilita opzione compra come utente non registrato in Magento > Sistema > Configurazione > Vendite > Pagamento, è necessario selezionare Sì ). Cliente predefinito : il sistema utilizza un cliente predefinito per tutti gli ordini Rakuten.com correlati a questo account. Dovrai fornire un ID del cliente esistente, disponibile in Magento > Clienti > tabella Gestisci clienti. Crea nuovo : in Magento verrà creato un nuovo cliente utilizzando i dati del cliente Rakuten.com che ha effettuato l'ordine. Nota: l'indirizzo e-mail rappresenta un identificatore univoco del cliente. Se questo indirizzo è già presente tra quelli dei clienti Magento, il sistema utilizza questo cliente come proprietario dell'ordine a cui, pertanto, viene collegato. Non verrà creato alcun nuovo cliente. "
+"This section allows you to choose tax settings for Magento Order:
+
+ Rakuten.com - Magento Order(s) uses tax settings from Rakuten.com Listing(s).
+ Magento - Magento Order(s) uses Magento tax settings.
+ Rakuten.com & Magento - if there are tax settings in Rakuten.com Order, they are used in Magento Order(s), otherwise, Magento tax settings are used.
+ None - Rakuten.com and Magento tax settings are ignored.
+
+ ","Questa sezione consente di selezionare le impostazioni fiscali per gli ordini Magento: Rakuten.com : gli ordini Magento utilizzano le impostazioni fiscali delle inserzioni Rakuten.com. Magento : gli ordini Magento utilizzano le impostazioni fiscali di Magento. Rakuten.com e Magento : se nell'ordine Rakuten.com sono presenti impostazioni fiscali, queste vengono utilizzate negli ordini Magento, altrimenti vengono utilizzate le impostazioni fiscali di Magento. Nessuna : le impostazioni fiscali di Rakuten.com e Magento vengono ignorate. "
+"Rakuten.com","Rakuten.com"
+"Rakuten.com & Magento","Rakuten.com e Magento"
+"In this block you can configure mapping between Rakuten.com Order state and Magento Order statuses.
+ Depending on the state of Rakuten.com Order you can either manually determine certain statuses for Magento Order and enable automatic Invoice
+ creation by selecting appropriate check-box, or use predefined default settings. (i.e. Rakuten.com: Order is Pending -> Magento Order is Processing). ","In questo blocco puoi configurare l'associazione tra lo stato dell'ordine Rakuten.com e gli stati dell'ordine Magento. A seconda dello stato dell'ordine Rakuten.com, puoi determinare manualmente alcuni stati per l'ordine Magento, nonché abilitare la creazione automatica della fattura selezionando la casella di controllo appropriata o utilizzando le impostazioni predefinite. (ad esempio Rakuten.com: Ordine in sospeso -> Ordine Magento in fase di elaborazione). "
+"Order Status is Open","Lo stato dell'ordine è Aperto"
+"Actions, which have to be done on products added to categories.","Azioni da effettuare con i prodotti aggiunti alle categorie."
+"Stop on Rakuten.com","Interrompi su Rakuten.com"
+"Stop on Rakuten.com and Delete from Listing","Interrompi su Rakuten.com ed elimina dall'inserzione"
+"This section contains Rakuten.com Listings, which belong to registered Rakuten.com Accounts (%1$s > Configuration > Rakuten.com Accounts) and were listed not by M2E Pro extension.
+You can map these Listings to existing products in Magento and move them to another M2E Listings for further management. For that use single actions on appropriate Listing record or use mass Actions in the top right corner.
+Note: To import Rakuten.com 3rd Party Listings the 3rd Party Listings Import must be enabled in account's settings
+(%1$s > Configuration > Rakuten.com Accounts > General tab) and the 3rd Party Listings Synchronization must be enabled in %1$s > Configuration > Synchronization.","In questa sezione sono contenute le inserzioni Rakuten.com che appartengono ad account Rakuten.com registrati (%1$s > Configurazione > Account Rakuten.com) e che non sono state pubblicate tramite l'estensione M2E Pro. Puoi associare queste inserzioni a prodotti esistenti in Magento e spostarle nelle altre inserzioni M2E per un'ulteriore gestione. Per farlo, utilizza le singole azioni nel registro delle inserzioni adeguato o le azioni di massa nell'angolo in alto a destra.Nota: per importare le inserzioni di terze parti Rakuten.com, devi abilitare Importazione inserzioni di terze parti nelle impostazioni dell'account (%1$s > Configurazione > Account Rakuten.com > scheda Generale), nonché Sincronizzazione inserzioni di terze parti in %1$s > Configurazione > Sincronizzazione."
+"Enter product name, Rakuten.com SKU, ISBN or UPC","Immetti il nome del prodotto o il numero SKU, ISBN o UPC di Rakuten.com."
+"There was an error during previous automatic Rakuten.com SKU search:","Si è verificato un errore durante la precedente ricerca automatica del codice prodotto Rakuten.com:"
+"Assign Rakuten.com SKU Manually","Assegna manualmente codice prodotto Rakuten.com"
+"Allows searching Rakuten.com SKU by data that will be specified on the next step.","Consente di cercare il codice prodotto Rakuten.com in base ai dati che verranno specificati nel passaggio successivo."
+"Assign Rakuten.com SKU Automatically","Assegna automaticamente codice prodotto Rakuten.com"
+"Allows searching Rakuten.com SKU by data, that have already been specified in Listing Search settings.","Consente di cercare il codice prodotto Rakuten.com in base ai dati che sono già stati specificati nelle impostazioni Ricerca inserzione."
+"Add New Rakuten.com SKU (Beta)","Aggiungi nuovo codice prodotto Rakuten.com (beta)"
+"Allows adding a product, which is not present on Rakuten.com. Rakuten.com SKU will be generated and returned back by Rakuten.com.","Consente di aggiungere un prodotto che non è presente su Rakuten.com. Il codice prodotto Rakuten.com verrà creato e inviato da Rakuten.com."
+"This section contains Rakuten.com Channel, Product Search, Shipping and Condition settings.
+
+ In the General section you have to specify Rakuten.com Account, which listed items will be related to, and the Reference ID for its products.
+ In the Search Settings you have to specify the identifiers, at which products will be searched on Rakuten.com.
+ In the Shipping section you have to specify Shipping information.
+ The Condition section allows specifying item(s) condition and making notes to better describe the condition.
+
+ Note: Not Set and Not Set / Not Changeable options are used for the 3rd Party Listings mainly. If these options are chosen, Rakuten.com will be used as a master record.","In questa sezione sono contenute le impostazioni Canale, Ricerca prodotto e Condizioni di Rakuten.com. Nella sezione Generale devi specificare un account Rakuten.com al quale associare gli oggetti messi in vendita e l'ID riferimento per i relativi prodotti. Nelle impostazioni di ricerca devi specificare gli identificatori in base ai quali i prodotti verranno cercati su Rakuten.com. Nella sezione Spedizione devi specificare le informazioni sulla spedizione. Nella sezione Condizioni è possibile specificare le condizioni degli oggetti e inserire delle note per descriverle meglio. Nota: le opzioni Non impostato e Non impostato/Non modificabile vengono utilizzate principalmente per le inserzioni di terze parti. Se vengono selezionate queste opzioni, Rakuten.com verrà utilizzato come registro principale."
+"UPC Attribute","Attributo UPC"
+"Rakuten.com SKU Attribute","Attributo codice prodotto Rakuten.com"
+"Seller SKU Attribute","Attributo codice prodotto venditore"
+"ISBN Attribute","Attributo ISBN"
+"Must be not more than 250 characters long.","La lunghezza non deve superare i 250 caratteri."
+"Must be positive number.","Deve essere un numero positivo."
+"Rakuten.com Account","Account Rakuten.com"
+"Rakuten.com accounts previously added in Configuration > Accounts.","Account Rakuten.com precedentemente aggiunti in Configurazione > Account."
+"A unique ID, which identify a product in your Rakuten.com seller inventory.
+ Note: If you list a product and M2E Pro find a product with the same Reference ID in Rakuten.com inventory, they will be mapped.","ID univoco che identifica un prodotto nel magazzino del venditore Rakuten.com. Nota: se metti in vendita un prodotto e M2E Pro ne trova un altro con lo stesso ID riferimento nel magazzino Rakuten.com, i prodotti verranno associati."
+"Reference ID Attribute","Attributo ID riferimento"
+"Generate Reference ID","Genera ID riferimento"
+"If Yes , then if the Reference ID of the product you list is found in the 3rd Party or M2E Listings, another one will be automatically created and the product will be listed.","Se Sì , ovvero se l'ID riferimento del venditore per il prodotto messo in vendita viene trovato tra le inserzioni di terze parti o M2E, verrà creato automaticamente e messo in vendita un altro prodotto."
+"Search Products on Rakuten.com","Cerca prodotti su Rakuten.com"
+"Before the list action, each product in listing must have existing Rakuten.com SKU.
+This section contains parameters for action ""Assign Rakuten.com SKU Automatically","Prima dell'azione di messa in vendita, è necessario assegnare un codice prodotto Rakuten.com a ogni prodotto dell'inserzione. Questa sezione contiene i parametri per l'azione ""Assegna automaticamente codice prodotto Rakuten.com"""
+"Identifiers","Identificatori"
+"UPC","UPC"
+"Seller SKU","Codice prodotto del venditore"
+"ISBN","ISBN"
+"Parameter the product search will be performed by.","Parametro tramite il quale verrà effettuata la ricerca di prodotti."
+"Specify the attribute, which contains necessary information.","Specifica l'attributo che contiene le informazioni richieste."
+"If no results are found by the search criteria above, the additional search will be performed by Magento Product Name.","Se tramite i precedenti criteri di ricerca non viene fornito alcun risultato, la ricerca aggiuntiva verrà effettuata in base al Nome prodotto Magento."
+"Shipping Settings","Impostazioni spedizione"
+"Shipping","Spedizione"
+"This section determines information about how your products will be shipped.
+
+ In each method you can choose:
+
+ Not Set / Not Changeable - is used for the 3rd Party Listings mainly. If this option is chosen, Rakuten.com will be used as a master record.
+ Disable - disables Shipping method.
+ Free - automatically sets zero value for Shipping Cost.
+ Rakuten.com Settings - uses settings, which you have set in your seller account settings on Rakuten.com.
+ Custom Value - allows setting Shipping Cost manually.
+ Custom Attribute - allows setting Shipping Cost from the chosen attribute.
+
+ ","Questa sezione fornisce informazioni su come verranno spediti i prodotti. Per ciascun metodo è possibile selezionare: Non impostato/Non modificabile : questa opzione viene utilizzata principalmente per le inserzioni di terze parti. Se viene selezionata questa opzione, Rakuten.com verrà utilizzato come registro principale. Disabilita : disabilita il metodo di spedizione. Gratis : imposta automaticamente le spese di spedizione su zero. Impostazioni Rakuten.com : utilizza le impostazioni definite nelle impostazioni dell'account del venditore su Rakuten.com. Valore personalizzato : consente di impostare le spese di spedizione manualmente. Attributo personalizzato : consente di impostare le spese di spedizione dall'attributo selezionato. "
+"Shipping Method","Metodi di spedizione"
+"Mode","Modalità"
+"Cost","Costo"
+"Free","Gratis"
+"Rakuten.com Settings","Impostazioni Rakuten.com"
+"Condition of the product(s) you want to list on Rakuten.com.
+ Note: Not Set is used for the 3rd Party Listings mainly. If this option is chosen, Rakuten.com will be used as a master record.","Condizioni dei prodotti che desideri mettere in vendita su Rakuten.com. Nota: l'opzione Non impostato viene utilizzata principalmente per le inserzioni di terze parti. Se viene selezionata questa opzione, Rakuten.com verrà utilizzato come registro principale."
+"Condition of the product(s) you want to list on Rakuten.com.
+ Note: Condition of Active Items cannot be changed.","Condizioni dei prodotti che desideri mettere in vendita su Rakuten.com. Nota: non è possibile modificare le condizioni degli oggetti attivi."
+"Comment","Commenti"
+"Short description of item(s) condition.
+ Note: Not Set / Not Changeable is used for the 3rd Party Listings mainly. If this option is chosen, Rakuten.com will be used as a master record.","Breve descrizione delle condizioni degli oggetti. Nota: l'opzione Non impostato/Non modificabile viene utilizzata principalmente per le inserzioni di terze parti. Se viene selezionata questa opzione, Rakuten.com verrà utilizzato come registro principale."
+"Comment Text","Testo del commento"
+"Description of the condition of the item(s).","Descrizione delle condizioni degli oggetti."
+"Comment Attribute","Attributo del commento"
+"This section allows you to create a Listing. Listing is a group of items, which have the same
+ Attribute Set and were combined to be listed on Rakuten.com.
+ Creating a Listing requires two types of templates (Selling Format and Synchronization) to be created in advance,
+ that allows reaching a high level of flexibility in listing and synchronization processes.
+
+ It is also possible to create templates by clicking the Add New button next to the appropriate template option. Do not forget to press
+ the Refresh button after the new template creation in order to see the newly added template in the dropdown list.
+ In the Listing Configuration block you are required to choose appropriate Selling Format Template, which determines quantity and price related data of your Rakuten.com Listings.
+
+
+ In the Synchronization Settings block you are required to choose a Synchronization Template and its settings.
+ This determines the actions, which have to be done on the Rakuten.com Listings depending on any changes of their products happened in Magento,
+ and of their templates that are used in the Listing Configuration settings. ","In questa sezione puoi creare un'inserzione. Un'inserzione è un gruppo di oggetti che condividono lo stesso insieme di attributi e sono stati combinati per essere messi in vendita su Rakuten.com. La creazione di un'inserzione richiede innanzitutto la creazione di due tipi di modelli (Formato di vendita e Sincronizzazione) in quanto consentono di ottenere un livello elevato di flessibilità nei processi di messa in vendita e sincronizzazione. I modelli possono essere creati anche cliccando sul pulsante Aggiungi nuovo accanto all'opzione del modello appropriato. Non dimenticarti di premere il pulsante Aggiorna dopo la creazione del nuovo modello per poterlo visualizzare nell'elenco a discesa. Nel blocco Configurazione inserzione devi scegliere il modello del formato di vendita adeguato che determina le informazioni sulla quantità e sul prezzo delle inserzioni Rakuten.com. Nel blocco Impostazioni sincronizzazione devi scegliere un modello di sincronizzazione e le relative impostazioni. In questo modo vengono determinate le azioni da effettuare nelle inserzioni Rakuten.com a seconda delle modifiche apportate ai relativi prodotti in Magento e dei relativi modelli utilizzati nelle impostazioni di configurazione delle inserzioni. "
+"Attribute Set of products, which will be listed on Rakuten.com in this Listing.","Insieme di attributi dei prodotti che verranno messi in vendita su Rakuten.com in questa inserzione."
+"M2E Pro - Rakuten.com/Magento Integration : Listings","M2E Pro - Integrazione Rakuten.com/Magento: inserzioni"
+"Listing is a group of items, which have the same Attribute Set and were combined to be listed on Rakuten.com.
+
+ Creating a Listing requires two types of templates to be created in advance.
+ You can use the same template for similar products you want to list on Rakuten.com and don’t have to enter the same information over and over again for each product you want to list.
+
+ Templates you’ll need in order to list on Rakuten.com:
+
+
+ Selling Format Template contains information about quantity and price-related data.
+ Synchronization Template controls how the information between Rakuten.com and Magento is synchronized and in which cases Rakuten.com listings are revised, relisted or stopped. This template is not bound to a product group with a specific attribute set, so it’s likely that you’ll only need one template to begin with.
+
+
+ Note: Only simple products are supported in current version.
+ ","Un'inserzione è un gruppo di oggetti che condividono lo stesso insieme di attributi e sono stati combinati per essere messi in vendita su Rakuten.com. Per creare un'inserzione, è necessario creare prima due tipi di modelli. Puoi usare uno stesso modello per prodotti simili da mettere in vendita su Rakuten.com in modo da non dover immettere più volte le stesse informazioni per ogni prodotto. Modelli richiesti per mettere in vendita su Rakuten.com: Il modello del formato di vendita contiene informazioni sulla quantità e sul prezzo. Il modello di sincronizzazione controlla la modalità di sincronizzazione delle informazioni tra Rakuten.com e Magento e in quali casi le inserzioni Rakuten.com vengono modificate, rimesse in vendita o interrotte. Questo modello non è associato a un gruppo di prodotti con un insieme specifico di attributi, pertanto è probabile che, per iniziare, sarà sufficiente disporre di un solo modello. Nota: la versione corrente supporta i soli prodotti semplici. "
+"This section contains information about product items of chosen listing and their statuses on Rakuten.com.
+You can manage items by choosing appropriate actions from the Actions dropdown of the grid and manage Listing and its settings by using buttons in the top right corner.","In questa sezione sono contenute informazioni sugli oggetti dei prodotti dell'inserzione scelta e i relativi stati su Rakuten.com. Puoi gestire gli oggetti scegliendo le azioni appropriate nel menu a discesa Azioni della griglia, nonché gestire l'inserzione e le relative impostazioni utilizzando i pulsanti nell'angolo superiore destro."
+"Recipient Name","Beneficiario"
+"Company","Azienda"
+"This page contains all orders imported from Rakuten.com.
+Use Rakuten.com Accounts dropdown to filter Rakuten.com orders by accounts.
+If Magento Order or Invoice was not created automatically,
+you can create them manually by using appropriate options in the Action dropdown.
+Note: Automatic creation of Magento Orders and Invoices executes according to Rakuten.com Accounts settings in %s > Configuration > Rakuten.com Accounts > Orders.","In questa pagina sono contenuti tutti gli ordini importati da Rakuten.com. Usa il menu a discesa Account Rakuten.com per filtrare gli ordini Rakuten.com per account. Se l'ordine o la fattura Magento non sono stati creati automaticamente, puoi crearli manualmente utilizzando le opzioni appropriate nel menu a discesa Azione.Nota: la creazione automatica di ordini e fatture Magento avviene in base alle impostazioni degli account Rakuten.com in %s > Configurazione > Account Rakuten.com > Ordini."
+"Rakuten.com Order","Ordine Rakuten.com"
+"T","Ma"
+"Shipping & Handling","Spedizione e imballaggio"
+"This section allows you to set preferences of data synchronization.
+ You have to enable / disable synchronization tasks, which will be automatically performed for all Rakuten.com accounts, and Save Settings .
+ To run necessary task manually, click the Run Now button, to run all tasks at once, click Run Enabled Now .
+ Note: Cron job must be set up for automatic synchronization. Otherwise, you will have to perform the synchronization manually.","In questa sezione è possibile impostare le preferenze della sincronizzazione dati. È necessario abilitare/disabilitare le attività di sincronizzazione che saranno effettuate automaticamente per tutti gli account Rakuten.com e cliccare su Salva impostazioni . Per eseguire manualmente l'attività necessaria, clicca sul pulsante Esegui ora , mentre per eseguire tutte le attività contemporaneamente, clicca su Esegui ora attività abilitate . Nota: il processo cron deve essere impostato per la sincronizzazione automatica. In caso contrario, dovrai effettuare manualmente la sincronizzazione."
+"If catalog updates in your magento performed using import/export tools, custom scripts or direct changes in database,
+ then, you can use ""Track Direct Database Changes"" %s functionality to detect changes in products' price and quantity.","Se gli aggiornamenti del catalogo in Magento vengono effettuati tramite strumenti di importazione o esportazione, script personalizzati o modifiche dirette nel database, puoi utilizzare la funzione %s ""Controlla modifiche dirette nel database"" per rilevare modifiche al prezzo o alla quantità dei prodotti."
+"Updates and synchronizes Rakuten.com Listings according to Synchronization Templates' rules.","Aggiornamenti e sincronizzazioni delle inserzioni Rakuten.com in base alle regole dei modelli di sincronizzazione"
+"If your Rakuten.com listings for some reason were asynchronized with the products in Magento, turn on the Revise All action to catch data up.
+ Revise is performed by the Inventory Synchronization, 100 items per a cycle.
+
+ ","Se per qualche motivo la sincronizzazione delle inserzioni Rakuten.com con i prodotti in Magento è stata disabilitata, attiva l'opzione Modifica tutte le azioni per recuperare i dati. La modifica viene eseguita dalla sincronizzazione del magazzino (100 oggetti per ciclo). "
+"Imports and synchronizes Rakuten.com Orders for accounts, which have enabled Import Rakuten.com Orders in their Accounts settings.","Importa e sincronizza ordini Rakuten.com per gli account per i quali è stata abilitata l'opzione Importa ordini Rakuten.com nelle impostazioni degli account."
+"Imports and synchronizes 3rd Party Listings for Rakuten.com accounts, which have enabled Import 3rd Party Listings in their Accounts settings.","Importa e sincronizza le inserzioni di terze parti per gli account Rakuten.com che hanno abilitato Importa inserzioni di terze parti nelle impostazioni degli account."
+"New SKU Template (Beta)","Nuovo modello del codice prodotto (beta)"
+"These type of templates is used for creation of new products on Rakuten.com.
+
+ to create a new template, click on Add New SKU Template ;
+ to assign one of the existing templates to products click on Assing To This Template link.
+
+ Note: Attribute Sets of New ASIN Template must include all Attribute Sets of current M2E Listing to be assigned.","Questo tipo di modelli viene utilizzato per creare nuovi prodotti su Rakuten.com. per creare un nuovo modello, clicca su Nuovo modello del codice prodotto ; per assegnare uno dei modelli esistenti ai prodotti clicca sul link Assegna a questo modello . Nota: per essere assegnati, gli insiemi di attributi di un nuovo modello ASIN devono includere tutti gli insiemi di attributi dell'inserzione M2E corrente."
+"Specifics' Attributes","Attributi delle specifiche"
+"At least one of the following attributes must be chosen:","Devi selezionare almeno uno dei seguenti attributi:"
+"At least one of these attributes is required.","Almeno uno di questi attributi è obbligatorio."
+"Multiple values ​​must be separated by comma.","In presenza di più valori, è necessario separarli con una virgola."
+"Any integer value","Qualunque numero intero"
+"Any decimal value","Qualunque numero decimale"
+"Any string value","Qualunque valore della stringa"
+"The category does not have attributes.","La categoria non ha attributi."
+"Select Category first.","Seleziona per prima cosa la categoria."
+" Description is used to design your items' description on Rakuten.com. The more information you provide the easier it is for buyers to make a choice.
+
+
+ It is possible to choose a Product Description or Product Short Description, which will be taken from Magento. Or you can create a Custom Description by adding necessary information.
+ "," In Descrizione puoi immettere la descrizione degli oggetti messi in vendita su Rakuten.com. Fornisci quante più informazioni possibile per agevolare la scelta degli acquirenti. È possibile scegliere Descrizione prodotto o Descrizione breve prodotto; entrambe saranno acquisite da Magento. In alternativa puoi creare una descrizione personalizzata aggiungendo le informazioni necessarie. "
+"Details","Dettagli"
+"Item's title that buyers will see on Rakuten.com listing.","Titolo dell'oggetto che gli acquirenti visualizzeranno nell'inserzione Rakuten.com."
+"The name of the brand/manufacturer of your product.","Il nome della marca/produttore del prodotto."
+"Manufacturer Name","Nome del produttore"
+"Manufacturer Part No.","Codice prodotto del produttore"
+"The unique part number assigned to the product by the manufacturer.
+ Use only numbers and letters without spaces.","Il codice prodotto univoco assegnato al prodotto dal produttore. Utilizza solo numeri e lettere senza spazi."
+"Weight","Peso"
+"The shipping weight in pounds for product(s). Only numeric value.","Il peso di spedizione in libbre per i prodotti. Solo valori numerici."
+"Image you will see on your Rakuten.com listing.","Immagine che sarà mostrata nell'inserzione Rakuten.com."
+"Choose Media Image Attribute or Attribute, that contains absolute url.
+ i.e. http://mymagentostore.com/images/baseimage.jpg","Scegli Attributo immagine multimediale o Attributo in cui è contenuto un URL assoluto. ad esempio http://mymagentostore.com/images/baseimage.jpg"
+"Choose Text, Multiple Select or Dropdown type attribute. In Text type attribute urls must be separated with comma.
+ e.g. http://mymagentostore.com/images/baseimage1.jpg, http://mymagentostore.com/images/baseimage2.jpg","Scegli attributo di tipo Testo, Selezione multipla o Menu a discesa Nell'attributo del tipo Testo, gli url devono essere separati da una virgola. ad esempio http://mymagentostore.com/images/baseimage1.jpg, http://mymagentostore.com/images/baseimage2.jpg"
+"Keywords And Features","Parole chiave e funzioni"
+"Search keywords that will help customers to find your product. Separated by comma.","Cerca le parole chiave che consentiranno ai clienti di trovare il tuo prodotto. Separate da virgola."
+"Features","Caratteristiche"
+"Custom Features","Funzioni personalizzate"
+"Max. 250 characters.","Numero massimo 250 caratteri."
+"Should be one block of text or a single paragraph. Do not use special characters and html tags.
+ Limited to 8'000 characters.","Deve essere un testo unico o un singolo paragrafo. Non devono essere utilizzati caratteri speciali e tag html. Lunghezza massima di 8.000 caratteri."
+"This tab contains the main information on products you want to list: Attribute Set
+ (it must be the same as M2E Listing has to be assigned), Products Identifiers and
+ Category in which the products have to be listed.
+The category either can be chosen by Browsing all categories from the list or can be found with Searching
+ tool by entering keywords.","Questa scheda contiene le informazioni principali sui prodotti che desideri mettere in vendita: insieme di attributi (deve corrispondere all'inserzione M2E da assegnare) identificatori prodotto e categoria nella quale mettere in vendita i prodotti. Per selezionare la categoria, puoi Sfogliare tutte le categorie presenti nell'elenco o utilizzare lo Strumento di ricerca digitando delle parole chiave."
+"Invalid input data. Integer value required.","Dati immessi non validi. Numero intero obbligatorio."
+"Invalid input data. Decimal value required. Example 12.05","Dati immessi non validi. Numero decimale obbligatorio. Esempio 12,05"
+"Invalid input data. String value required.","Dati immessi non validi. Valore della stringa obbligatorio."
+"The specified title is already used for another New SKU Template.","Il titolo specificato è già utilizzato per un altro nuovo modello del codice prodotto."
+"All of your product images should meet the following rules:","Tutte le immagini dei prodotti devono rispettare le seguenti regole:"
+"Must be at least 500 pixels in width or height","La larghezza o l'altezza deve essere pari ad almeno 500 pixel"
+"No more than 5 megabytes (MB) in size","La dimensione non deve superare 5 megabyte (MB)"
+"In the JPG/JPEG format","Devono essere in formato JPG/JPEG"
+"Only contain the product being sold","Devono illustrare soltanto il prodotto messo in vendita"
+"Be in focus with realistic color with a pure white background","Devono essere chiare, con colori realistici e su sfondo bianco"
+"Cannot contain additional text, graphics or inset images","Non possono contenere testo e grafiche aggiuntivi o immagini in riquadro"
+"Text to describe the product. Should be one block of text or a single paragraph. Do not use special characters and html tags","Testo utilizzato per descrivere il prodotto. Deve essere un testo unico o un singolo paragrafo. Non devono essere utilizzati caratteri speciali e tag html"
+"Notes:","Nota: "
+"Attribute Sets of products which will be listed on Rakuten using this template.","Insiemi di attributi di prodotti che verranno messi in vendita su Rakuten utilizzando questo modello."
+"Seller defined alpha-numeric string uniquely identifying the product. Needs to be unique across all products and manufacturers.
+ Example: KDK6490CAM","Il venditore ha definito una stringa alfanumerica che identifica in modo univoco il prodotto. Deve essere univoca per tutti i prodotti e produttori. Esempio: KDK6490CAM"
+"GTIN (UPC or EAN)","GTIN (UPC o EAN)"
+"To sell without UPC code you have to get permission from Rakuten.com.","Per vendere senza codice UPC devi essere autorizzato da Rakuten.com."
+"The GTIN (UPC or EAN) compatible product identifier must be at least 12 digits in length.","La lunghezza minima dell'identificatore prodotto compatibile con GTIN (UPC o EAN) deve essere di 12 cifre."
+"International book identifier. Use only digits in this field.","Identificatore libro internazionale. In questo campo, inserisci soltanto delle cifre."
+"ASIN","ASIN"
+"Rakuten.com product identifier.","Identificatore prodotto Rakuten.com."
+"Product Set","Insieme di prodotti"
+"Product Set ID","ID insieme di prodotti"
+"Rakuten.com groups products together in the same family by this parameter.
+ For ex. , a product ""T-shirt"" has 4 different colors. As Rakuten.com does not have parent/child product relationships each of these products is treated as totally separate.
+ By assigning all 4 T-shirts the same Product Set ID, all of them will be placed on the same Rakuten.com web page with pull down menu of selecting color.","Con questo parametro, Rakuten.com riunisce nella stessa categoria vari prodotti. Ad esempio, , un prodotto ""T-shirt"" è disponibile in 4 diversi colori. Poiché Rakuten.com non presenta relazioni del tipo prodotto principale/prodotto secondario, ciascuno di questi prodotti viene trattato separatamente. Assegnando alle 4 T-shirt lo stesso ID insieme di prodotti, verranno tutte inserite nella stessa pagina Web Rakuten.com con un menu a discesa che consente di scegliere il colore."
+"Enter the words, which describe the best your product and click on the Search button.
+Founded categories will be displayed for selection. ","Inserisci delle parole che descrivono al meglio il prodotto e clicca sul pulsante Cerca. Verranno mostrate le categorie trovate e sarà possibile selezionarle. "
+"Selling Format Template contains price-related data and quantity for the items, which will be listed on Rakuten.com.
+Next to each price options dropdown there is a box for Price Change. Price Change is a value you want the Magento Price to be modified while listing on Rakuten.com.
+Examples:
+If you want the price on Rakuten.com to be greater by 15% than the price in Magento, you should set +15% in the Price Change field.
+Rakuten.com Price = Magento Price + Magento Price * 0.15
+
+If you want the price on Rakuten.com to be less by 10 currency units than the price in Magento, you should set -10 in the Price Change field.
+Rakuten.com Price = Magento Price - 10
+
+If you want the price on Rakuten.com to be multiplied by coefficient 1.2, you should set 1.2 in the Price Change field.
+
+Rakuten.com Price = Magento Price * 1.2.
+
+Note: If the Special Price is chosen in the Price option, but it is not set in Magento Product settings or it is set but it has already expired, the Product Price is used instead.
+
+Note: Attributes must contain only numeric values.
+","Il modello del formato di vendita contiene i dati relativi al prezzo e la quantità degli oggetti che verranno messi vendita su Rakuten.com. Accanto a ogni menu a discesa contenente le opzioni del prezzo è disponibile una casella per la modifica del prezzo. In questa casella è presente il valore in base al quale desideri che il prezzo Magento venga modificato durante la messa in vendita su Rakuten.com.Esempi: Se desideri che il prezzo su Rakuten.com sia maggiore del 15% rispetto a quello in Magento, imposta +15% nel campo Modifica prezzo.Prezzo Rakuten.com = Prezzo Magento + Prezzo Magento * 0,15 Se desideri che il prezzo su Rakuten.com sia inferiore di 10 unità di valuta rispetto a quello in Magento, imposta -10 nel campo Modifica prezzo.Prezzo Rakuten.com = Prezzo Magento - 10 Se desideri che il prezzo su Rakuten.com sia moltiplicato per un coefficiente di 1,2, imposta 1,2 nel campo Modifica prezzo.Prezzo Rakuten.com = Prezzo Magento * 1,2. Nota: se nell'opzione Prezzo selezioni il prezzo speciale, ma quest'ultimo non è specificato nelle impostazioni Prodotto Magento oppure è impostato, ma è già scaduto, viene utilizzato il prezzo del prodotto.Nota: gli attributi devono contenere solo valori numerici."
+"The price of products in Rakuten.com listing(s).","Prezzo dei prodotti nelle inserzioni Rakuten.com."
+"The price of products in Rakuten.com listing(s).Note: The Final Price is only used for Simple Products.","Prezzo dei prodotti nelle inserzioni Rakuten.com.Nota: il prezzo finale è usato soltanto per prodotti semplici."
+"Attribute Sets of products which will be listed on Rakuten.com using this template.","Insiemi di attributi dei prodotti che verranno messi in vendita su Rakuten.com utilizzando questo modello."
+"Products quantity in Rakuten.com listing(s).","Quantità di prodotti nelle inserzioni Rakuten.com."
+"Enables to set the quantity that will be sent on Rakuten.com.","Consente di impostare la quantità da inviare su Rakuten.com."
+"If you have 5 pieces in stock but set a max qty of 2 to be listed, a qty of 2 will be listed on Rakuten.com.
+ If you have 1 piece in stock but max qty is set to 3, only 1 will be listed on Rakuten.com.","Se disponi di 5 oggetti ma imposti una quantità massima pari a 2, solo 2 di essi verranno messi in vendita su Rakuten.com. Se disponi di 1 oggetto ma imposti una quantità massima pari a 3, ne verrà comunque messo in vendita solo uno su Rakuten.com."
+"Synchronization Template includes rules and conditions which determine Listing behavior on Rakuten.com.
+ List, Revise, Relist and Stop Rules have to be specified in this template.
+ List Action - at first this action to be executed for each item in M2E Listings, which has Not Listed status and its settings meet the List Condition. If an item was not listed for some reason, autosynchronization will attempt
+ to list it again only if Product Status, Stock Availability or Quantity is changed.
+
+ Note: Inventory Synchronization setting must be enabled in Synchronization (Configuration > Synchronization).
+ Otherwise, Synchronization Template Rules will not take effect.","Nel modello di sincronizzazione sono incluse regole e condizioni che determinano il comportamento dell'inserzione su Rakuten.com. In questo modello devono essere specificate le regole di inserzione, modifica, rimessa in vendita e interruzione. Azione inserzione : questa azione deve essere inizialmente eseguita per ogni oggetto non messo in vendita nelle inserzioni M2E le cui impostazioni soddisfano le condizioni di messa in vendita. Se un oggetto non è stato messo in vendita per qualche motivo, durante la sincronizzazione automatica verrà effettuato un nuovo tentativo di messa in vendita solo se sono state apportate modifiche allo stato, alla disponibilità o alla quantità del prodotto. Nota: l'impostazione Sincronizzazione magazzino deve essere abilitata in Sincronizzazione (Configurazione > Sincronizzazione). In caso contrario, le regole del modello di sincronizzazione non verranno applicate."
+"Relist Rules define the conditions at which Rakuten.com items will be relisted. ","Le regole di rimessa in vendita definiscono le condizioni alle quali gli oggetti Rakuten.com verranno rimessi in vendita. "
+"Revise Rules are the conditions, at which automatic full and partial listings revising features are enabled.
+ If the certain condition is enabled (Yes is chosen in appropriate line) and met,
+then Rakuten.com Listings, which were listed using current Synchronization Template,
+will be automatically fully or partially updated.
+
+ Partial Revise - contains list of product details, which changes you want to be reflected on Rakuten.com.
+ Full Revise - contains groups of M2E settings. If any data of these groups (Selling Format Template, Listing Channel Settings) is changed, then listings, which use these templates in their settings, will be automatically fully revised.
+ ","Le regole di modifica rappresentano le condizioni in base alle quali vengono abilitate le funzioni di modifica delle inserzioni automatiche complete o parziali. Se la condizione stabilita viene abilitata (viene scelto Sì nella riga appropriata) e soddisfatta, le inserzioni Rakuten.com che erano state pubblicate utilizzando il modello di sincronizzazione, verranno aggiornate completamente o parzialmente in modo automatico. Modifica parziale : contiene un elenco di dettagli dei prodotti dei quali desideri che le modifiche vengano riflesse in Rakuten.com. Modifica completa : contiene gruppi di impostazioni M2E Se alcuni dati di questi gruppi (modello di formato di vendita, impostazioni del canale per le inserzioni) vengono modificati, le inserzioni, che utilizzano questi modelli nelle relative impostazioni, verranno modificate completamente in automatico. "
+"Automatically revises quantity on Rakuten.com listing(s) when the quantity or attribute for quantity of its product is changed in Magento.","Modifica automaticamente la quantità nelle inserzioni Rakuten.com quando la quantità o il relativo attributo del prodotto corrispondente viene modificato in Magento."
+"Updates Rakuten.com qty only when the Condition you set below is met.
+ Note: By using this option you can significantly increase Synchronization performance.","Aggiorna la quantità Rakuten.com solo se la condizione impostata viene soddisfatta. Nota: questa opzione consente di migliorare sensibilmente le prestazioni di sincronizzazione."
+"Automatically revises price on Rakuten.com listing(s) when the price(s) or attribute(s) for price(s) of its product is (are) changed in Magento.","Modifica automaticamente il prezzo nelle inserzioni Rakuten.com quando i prezzi o i relativi attributi del prodotto corrispondente vengono modificati in Magento."
+"Automatically revises Rakuten.com listing(s) if its Selling Format Template was changed.","Modifica automaticamente le inserzioni Rakuten.com se è stato modificato il relativo modello del formato di vendita."
+"Automatically revises Rakuten.com listing(s) if its Listing Settings was changed.","Modifica automaticamente le inserzioni Rakuten.com se sono state modificate le relative impostazioni."
+"Stop Rules define the conditions when Rakuten.com items listing must be
+ stopped, depending on Magento product state.
+ Note: If all Stop Conditions are set to No or No Action , then the stop option for Rakuten.com items is disabled.
+ If all Stop Conditions are enabled, then an item will be stopped if at least one of Stop Conditions is met.","Le regole di interruzione definiscono le condizioni in base alle quali deve essere interrotta la messa in vendita degli oggetti Rakuten.com, a seconda dello stato del prodotto Magento. Nota: se tutte le condizioni di interruzione vengono impostate su No o Nessuna azione , l'opzione di interruzione per gli oggetti Rakuten.com viene disabilitata. Se tutte le condizioni di interruzione sono abilitate, un oggetto verrà interrotto se viene soddisfatta almeno una delle condizioni di interruzione."
+"Please select categories.","Seleziona le categorie."
+"This page contains all created Listings. Use Templates filters to sort Listings by templates that they use in their settings.
+ You can perform different Actions on a single Listing or on a group of Listings.
+ Actions for a single Listing you can find in the Action column of the grid. Choose a necessary option in the appropriate Listing dropdown to execute it.
+ Mass actions are in the Actions dropdown at the top right corner of the grid. Select check-boxes of appropriate items,
+ choose an Action from the dropdown and press the Submit button.","In questa pagina sono contenute tutte le inserzioni create. Usa i filtri dei modelli per ordinare le inserzioni in base ai modelli utilizzati nelle relative impostazioni. Puoi eseguire diverse azioni su una singola inserzione o su un gruppo di inserzioni. Azioni per un'inserzione singola disponibili nella colonna Azione della griglia. Scegli un'opzione necessaria nel menu a discesa Inserzione appropriato per eseguirla. Le azioni in massa sono disponibili nel menu a discesa Azioni nell'angolo superiore destro della griglia. Seleziona le caselle di testo degli oggetti appropriati, scegli un'azione nel menu a discesa e premi il pulsante Invia ."
+"This Log contains all information about actions, which were done on all M2E Pro Listings and their items.","Questo registro contiene tutte le informazioni sulle azioni che sono state effettuate su tutte le inserzioni M2E Pro e i relativi oggetti."
+"This Log contains all information about actions, which were done on 3rd Party Listings.","Questo registro contiene tutte le informazioni sulle azioni che sono state effettuate sulle inserzioni di terze parti."
+"Edit Variation","Modifica variante"
+"To list product variations you have to map each variation to a child product on Amazon.
+ Here you can edit the variations you have selected earlier.","Per elencare le varianti del prodotto devi associare ogni variante a un prodotto secondario su Amazon. In questa sezione puoi modificare le varianti selezionate in precedenza."
+"Variations","Varianti"
+"Manage Variations","Gestisci varianti"
+"To list product variations you have to map each variation to a child product on Amazon.
+ Here you should specify the variations you want to sell. Then, use the Search ASIN/ISBN tool to map it.","Per elencare le varianti del prodotto devi associare ogni variante a un prodotto secondario su Amazon. In questa sezione devi specificare le varianti che desideri vendere. In seguito, utilizza lo strumento di ricerca ASIN/ISBN per associarle."
+"This section contains information on all Listings' Items.
+ You can search for necessary Items and manage them from their Listings: click on the icon in the Manage column on appropriate
+ line to navigate to the Listing, that contains chosen product.","In questa sezione sono contenute le informazioni su tutti gli oggetti delle inserzioni. Puoi cercare gli oggetti necessari e gestirli dalle relative inserzioni: clicca sull'icona nella colonna Gestione nella riga appropriata per passare all'inserzione che contiene il prodotto scelto."
+"Marketplaces settings have been saved.","Le impostazioni del mercato sono state salvate."
+"You must select at least one marketplace you will work with.","Devi selezionare almeno un mercato in cui opererai."
+"Another Synchronization Is Already Running.","È già in esecuzione un'altra sincronizzazione."
+"Getting information. Please wait ...","Acquisizione di informazioni. Attendi..."
+"Preparing to start. Please wait ...","Preparazione all'avvio. Attendi..."
+"Synchronization has successfully ended.","Sincronizzazione completata correttamente."
+"Synchronization ended with warnings. View log for details.","Sincronizzazione completata con avvisi. Vedi il registro per ulteriori informazioni."
+"Synchronization ended with errors. View log for details.","Sincronizzazione completata con errori. Vedi il registro per ulteriori informazioni."
+"This section allows you to set up the Marketplaces you will work with.
+ Enable certain marketplaces and press the Save And Update button in the top right corner, all necessary marketplace data will be downloaded and synchronized with M2E Pro settings.
+ It is recommended to update marketplaces when any marketplace changes are announced.
+ Note: Installation and update processes might be time-consuming, depending on the number of enabled marketplaces and your server environment.
+ ","In questa sezione è possibile impostare i mercati in cui opererai. Abilita i mercati stabiliti e premi il pulsante Salva e aggiorna nell'angolo superiore destro; tutti i dati necessari del mercato verranno scaricati e sincronizzati con le impostazioni di M2E Pro. Quando viene annunciato l'apporto di modifiche ai mercati, è consigliabile aggiornarli. Nota: i processi di installazione e aggiornamento possono richiedere molto tempo, a seconda del numero di mercati abilitati e del tuo ambiente server. "
+"This Log contains Orders history information.","Questo registro contiene informazioni sulla cronologia degli ordini."
+"On this page you have to provide the access to your Play.com account M2E Pro could interact with Play.com.","In questa pagina devi fornire l'accesso al tuo account Play.com tramite il quale M2E Pro può interagire con Play.com."
+"M2E Pro was not able to get access to the Play.com account. Please, make sure, that you enter correct Play.com login and password. If everything is correct but you still unable to access your account, please contact Play.com Customer Service Department on 0845 800 1020 (UK only) or +44 (0)1534 877595 (outside UK).","Impossibile accedere all'account Play.com tramite M2E Pro. Assicurati di aver inserito il nome utente e la password corretti di Play.com. Se i dati inseriti sono corretti ma non riesci a effettuare l'accesso al tuo account, contatta l'Assistenza clienti di Play.com al numero 0845 800 1020 (solo Regno Unito) o al numero +44 (0)1534 877595 (al di fuori del Regno Unito)."
+"Title or identifier of Play.com account for your internal use.","Titolo o identificatore dell'account Play.com per uso interno."
+"You must select and update Play.com marketplace to get access to this section.","Per poter accedere a questa sezione, seleziona e aggiorna il mercato Play.com."
+"WEB/API Access","Accesso WEB/API"
+"Account Type","Tipo di conto"
+"PlayTrade / ProTrade","PlayTrade/ProTrade"
+"Merchant Toolbox","Casella strumenti venditore"
+"Type of your Play.com account.","Tipo di account Play.com."
+"Login to your Play.com account.","Accedi al tuo account Play.com."
+"Password to your Play.com account.","Password dell'account Play.com."
+"The 3rd Party Listings are the items, which were listed on Play.com without using M2E Pro extension.
+ To allow importing of these listings for the current Play.com Account, set Import 3rd Party Listings to Yes .
+ Imported Listings can be found in %1$s > Manage Listings > 3rd Party Listings.
+ Note: The 3rd Party Listings Synchronization must be enabled in %1$s > Configuration > Synchronization.
+ To map the products of the 3rd Party Listings with existing products in Magento by Reference Code, Play.com Listing title or another identifier, set Product Mapping to Yes and choose appropriate attribute(s).
+ A Magento product will be mapped if at least one of the chosen attributes meets the same value in Play.com Listing as it has in Magento.
+
+ After mapping Play.com Listing can be automatically moved from the 3rd Party Listings to M2E Pro Listings for further management.
+
+ Note: Auto mapping and moving actions are performed only once during the first 3rd Party Listings Synchronization.
+ Afterwards, it can be performed manually on the 3rd Party Listings page (%1$s > Manage Listings > 3rd Party Listings).","Le inserzioni di terze parti sono gli oggetti che sono stati messi in vendita su Play.com senza utilizzare l'estensione M2E Pro. Per consentire l'importazione di queste inserzioni per l'account Play.com corrente, imposta Importa inserzioni di terze parti su Sì . Le inserzioni importate sono disponibili in %1$s > Gestione inserzioni > Inserzioni di terze parti. Nota: la sincronizzazione delle inserzioni di terze parti deve essere abilitata in %1$s > Configurazione > Sincronizzazione. Per associare prodotti delle inserzioni di terze parti ai prodotti esistenti in Magento tramite codice di riferimento, titolo inserzione Play.com o un altro identificatore, imposta Associazione prodotti su Sì e scegli gli attributi appropriati. Un prodotto Magento sarà associato se almeno uno degli attributi scelti soddisfa lo stesso valore presente in Inserzione Play.com e in Magento. Dopo l'associazione, l'inserzione Play.com può essere spostata automaticamente da Inserzioni di terze parti a Inserzioni M2E Pro per un'ulteriore gestione. Nota: le azioni di associazione e spostamento automatici vengono effettuate solo una volta durante la prima sincronizzazione delle inserzioni di terze parti. Successivamente, può essere effettuata manualmente nella pagina Inserzioni di terze parti (%s > Gestione inserzioni > Inserzioni di terze parti)."
+"Maps Play.com product with Magento product.","Associa il prodotto Play.com al prodotto Magento."
+"Attributes Of Mapping Play.com Items To Magento Products","Attributi dell'associazione di oggetti Play.com con prodotti Magento"
+"Auto Moving Mapped Play.com Items To M2E Listings","Lo spostamento automatico ha associato gli oggetti Play.com alle inserzioni M2E"
+"This section allows you automatically move mapped Play.com Items in default created M2E Listing and synchronize their Prices and Quantities with Magento values at once they have been moved.","Questa sezione consente di spostare automaticamente oggetti Play.com associati a inserzioni M2E create in modo predefinito e sincronizzare i relativi prezzi e quantità con i valori Magento non appena vengono spostati."
+"Move Mapped Play.com Items","Sposta oggetti Play.com associati"
+"Automatically moves Play.com Listings from 3rd Party Listings to default created M2E Listing.","Sposta automaticamente le inserzioni Play.com dalle inserzioni di terze parti all'inserzione M2E creata in modo predefinito."
+"Updates Price and / or Quantity of Play.com Listing with Magento values.","Aggiorna il prezzo e/o la quantità dell'inserzione Play.com con i valori di Magento."
+"This tab contains settings of Play.com Orders, Play.com Customers import; Magento Orders and Products creation.
+If you set Import Play.com Orders to Yes , a new Play.com order will be imported to the system and can be found in %1$s > Sales > Orders.
+It is possible to allow auto creation of Magento Orders based on imported Play.com Orders for products listed by Other Software.
+Note: The Product Stock QTY only reduces after Magento Order is created.
+These type of orders can be managed as typical Magento Orders in Magento > Sales > Orders.
+Note: To receive orders from Play.com, Order Synchronization must be enabled in %1$s > Configuration > Synchronization.","Questa scheda contiene le impostazioni relative agli ordini Play.com, all'importazione di clienti Play.com, agli ordini Magento e alla creazione di prodotti. Se imposti Importa ordini Play.com su Sì , nel sistema verrà importato un nuovo ordine Play.com che sarà disponibile in %1$s > Vendite > Ordini. È possibile consentire la creazione automatica di ordini Magento in base agli ordini Play.com importati per i prodotti messi in vendita tramite altri software.Nota: la quantità di scorte dei prodotti viene ridotta solo dopo la creazione di un ordine Magento. Questi tipi di ordini possono essere gestiti come ordini Magento classici in Magento > Vendite > Ordini.Nota: per ricevere ordini da Play.com, in %1$s > Configurazione > Sincronizzazione è necessario abilitare Sincronizzazione ordini."
+"Import Play.com Orders","Importa ordini Play.com"
+"Allows importing orders from Play.com to M2E Pro.","Consente l'importazione di ordini da Play.com a M2E Pro."
+"Note: Only simple products without variations can be created in Magento. If there is a product with variations on Play.com, M2E Pro creates different simple products for each variation.","Nota: in Magento è possibile creare solo prodotti semplici senza varianti. Se su Play.com è presente un prodotto con varianti, in M2E Pro vengono creati più prodotti semplici, uno per ogni variante."
+"Use the Reserve QTY option to prevent the item being sold, before Magento Order created (as the Product Stock QTY only reduces after Magento Order creation). It removes items from Magento Stock at once Play.com Order comes from Play.com.
+ Reserve qty will be used when Magento Order is created or released when the term of qty reservation has expired.
+ ","Utilizza l'opzione Prenota quantità per evitare che l'oggetto venga venduto prima della creazione di un ordine Magento (dato che la quantità di scorte dei prodotti viene ridotta soltanto dopo la creazione dell'ordine Magento). Rimuove gli oggetti dalle scorte Magento non appena vengono ricevuti da Play.com i relativi ordini. La prenotazione della quantità verrà utilizzata al momento della creazione o dello sblocco dell'ordine Magento quando il termine della prenotazione è scaduto. "
+"There are several ways to specify a customer for which Magento Orders will be created:
+
+ Guest Account - the system does not require a customer account to be created. Default Guest Account will be defined as a customer.
+ Note: The Guest Checkout option must be enabled in Magento. (Yes must be chosen in the Allow Guest Checkout option in Magento > System > Configuration > Sales > Checkout tab).
+ Predefined Customer - the system uses one predefined customer for all Play.com orders related to this account. You will be required
+ to provide an ID of the existing Customer, which you can find in Magento > Customers > Manage Customers table.
+ Create New - a new customer will be created in Magento, using Play.com customer data of Play.com Order.
+ Note: A unique customer identifier is his e-mail address. If the one already exists among Magento customers e-mails,
+ the system uses this customer as owner of order and links order to him. A new customer will not be created.
+ ","Ci sono diversi modi per specificare un cliente per il quale verranno creati degli ordini Magento: Account ospite : il sistema non richiede la creazione di un account cliente. Come cliente sarà definito l'account ospite predefinito. Nota: in Magento deve essere abilitata l'opzione Compra come utente non registrato. (Nella scheda Abilita opzione Compra come utente non registrato in Magento > Sistema > Configurazione > Vendite > Pagamento, è necessario selezionare Sì ). Cliente predefinito : il sistema utilizza un cliente predefinito per tutti gli ordini Play.com correlati a questo account. Dovrai fornire un ID del cliente esistente, disponibile in Magento > Clienti > tabella Gestisci clienti. Crea nuovo : in Magento verrà creato un nuovo cliente utilizzando i dati del cliente Play.com che ha effettuato l'ordine. Nota: l'indirizzo e-mail rappresenta un identificatore univoco del cliente. Se questo indirizzo è già presente tra quelli dei clienti Magento, il sistema utilizza questo cliente come proprietario dell'ordine a cui, pertanto, viene collegato. Non verrà creato alcun nuovo cliente. "
+"Necessary emails will be sent according to Magento settings in Magento > System > Configuration > Sales Emails.
+ Hold Ctrl button, to choose more, than one option.","Le email necessarie verranno inviate in base alle impostazioni di Magento in Magento > Sistema > Configurazione > Email di vendita. Per scegliere più opzioni tieni premuto il tasto CTRL."
+"This section allows you to choose tax settings for Magento Order:
+
+ Play.com - Magento Order(s) uses tax settings from Play.com Listing(s).
+ Magento - Magento Order(s) uses Magento tax settings.
+ Play.com & Magento - if there are tax settings in Play.com Order, they are used in Magento Order(s), otherwise, Magento tax settings are used.
+ None - Play.com and Magento tax settings are ignored.
+
+ ","Questa sezione consente di selezionare le impostazioni fiscali per gli ordini Magento: Play.com : gli ordini Magento utilizzano le impostazioni fiscali delle inserzioni Play.com. Magento : gli ordini Magento utilizzano le impostazioni fiscali di Magento. Play.com e Magento : se nell'ordine Play.com sono presenti impostazioni fiscali, queste vengono utilizzate negli ordini Magento, altrimenti vengono utilizzate le impostazioni fiscali di Magento. Nessuna : le impostazioni fiscali di Play.com e Magento vengono ignorate. "
+"Play.com","Play.com"
+"Play.com & Magento","Play.com e Magento"
+"In this block you can configure mapping between Play.com Order state and Magento Order statuses.
+ Depending on the state of Play.com Order you can manually determine certain statuses for Magento Order and enable automatic Shipment and Invoice
+ creation by selecting appropriate check-boxes, or use predefined default settings. (i.e. Play.com: Order is Shipped -> Magento Order is Completed). ","In questo blocco puoi configurare l'associazione tra lo stato dell'ordine Play.com e gli stati dell'ordine Magento. A seconda dello stato dell'ordine Play.com, puoi determinare manualmente alcuni stati per l'ordine Magento, nonché abilitare la creazione automatica della spedizione e della fattura selezionando le caselle di controllo appropriate o utilizzando le impostazioni predefinite. (ad esempio Play.com: Ordine inviato -> Ordine Magento completato). "
+"Order Status is Sold","Lo stato dell'ordine è Venduto"
+"Order Status is Posted","Lo stato dell'ordine è Pubblicato"
+"Actions, which have to be done to products added to categories.","Azioni da effettuare con i prodotti aggiunti alle categorie."
+"Stop on Play.com","Interrompi su Play.com"
+"Stop on Play.com and Delete from Listing","Interrompi su Play.com ed elimina dall'inserzione"
+"Actions, which have to be done to listed products deleted from categories.","Azioni da effettuare con i prodotti messi in vendita eliminati dalle categorie."
+"This section contains Play.com Listings, which belong to registered Play.com Accounts (%1$s > Configuration > Play.com Accounts) and were listed not by M2E Pro extension.
+You can map these Listings to existing products in Magento and move them to another M2E Listings for further management. For that use single actions on appropriate Listing record or use mass Actions in the top right corner.
+Note: To import Play.com 3rd Party Listings the 3rd Party Listings Import must be enabled in account's settings
+(%1$s > Configuration > Play.com Accounts > General tab) and the 3rd Party Listings Synchronization must be enabled in %1$s > Configuration > Synchronization.","In questa sezione sono contenute le inserzioni Play.com che appartengono ad account Play.com registrati (%1$s > Configurazione > Account Play.com) e che non sono state pubblicate tramite l'estensione M2E Pro. Puoi associare queste inserzioni a prodotti esistenti in Magento e spostarle nelle altre inserzioni M2E per un'ulteriore gestione. Per farlo, utilizza le singole azioni nel registro delle inserzioni adeguato o le azioni di massa nell'angolo in alto a destra.Nota: per importare le inserzioni di terze parti Play.com, devi abilitare Importazione inserzioni di terze parti nelle impostazioni dell'account (%1$s > Configurazione > Account Play.com > scheda Generale), nonché Sincronizzazione inserzioni di terze parti in %1$s > Configurazione > Sincronizzazione."
+"Enter product name, ISBN, EAN or UPC","Immetti il nome del prodotto e il numero ISBN, EAN o UPC."
+"There was an error during previous automatic Play ID search:","Si è verificato un errore durante la precedente ricerca automatica dell'ID Play:"
+"Assign Play ID Manually","Assegna manualmente ID Play"
+"Allows searching Play ID by data that will be specified on the next step.","Consente di cercare l'ID Play in base ai dati che verranno specificati nel passaggio successivo."
+"Assign Play ID Automatically","Assegna automaticamente ID Play"
+"Allows searching Play ID by data, that have already been specified in Listing Search settings.","Consente di cercare l'ID Play in base ai dati che sono già stati specificati nelle impostazioni Ricerca inserzione."
+"
+ This section contains Play.com Channel, Product Search, Shipping and Condition settings.
+
+ In the General section you have to specify Play.com Account, which listed items will be related to, and the Reference Code for its products.
+ In the Search Settings you have to specify the identifiers, at which products will be searched on Play.com.
+ In the Shipping section you have to specify Shipping information.
+ The Condition section allows specifying item(s) condition and making notes to better describe the condition.
+
+
Note: Not Set and
Not Set / Not Changeable options are used for the 3rd Party Listings mainly. If these options are chosen, Play.com will be used as a master record.
"," In questa sezione sono contenute le impostazioni Canale, Ricerca prodotto e Condizioni di Play.com.
Nella sezione Generale devi specificare un account Play.com al quale associare gli oggetti messi in vendita e il codice di riferimento per i relativi prodotti. Nelle impostazioni di ricerca devi specificare gli identificatori in base ai quali i prodotti verranno cercati su Play.com. Nella sezione Spedizione devi specificare le informazioni sulla spedizione. Nella sezione Condizioni è possibile specificare le condizioni degli oggetti e inserire delle note per descriverle meglio. Nota: le opzioni
Non impostato e
Non impostato/Non modificabile vengono utilizzate principalmente per le inserzioni di terze parti. Se vengono selezionate queste opzioni, Play.com verrà utilizzato come registro principale.
"
+"UPC/EAN Attribute","Attributo UPC/EAN "
+"Play ID Attribute","Attributo ID Play"
+"Parameter the product search will be performed by. For ex.: http://www.play.com/Mobiles/Mobile/4-/20020059/-/Product.html. Play ID = 20020059","Parametro tramite il quale verrà effettuata la ricerca di prodotti. Ad esempio,: http://www.play.com/Mobiles/Mobile/4-/20020059/-/Product.html. ID Play = 20020059"
+"Must be a positive number with two decimal places.","Deve contenere un numero positivo con due sezioni decimali."
+"Play.com Account","Account Play.com"
+"Play.com accounts previously added in Configuration > Accounts.","Account Play.com precedentemente aggiunti in Configurazione > Account."
+"A unique ID, which identify a product in your Play.com seller inventory.
+Note: If you list a product and M2E Pro find a product with the same Reference Code in Play.com inventory, they will be mapped.","ID univoco che identifica un prodotto nel magazzino del venditore Play.com.Nota: se metti in vendita un prodotto e M2E Pro ne trova un altro con lo stesso codice di riferimento nel magazzino Play.com, i prodotti verranno associati."
+"Reference Code Attribute","Attributo codice di riferimento"
+"Generate Reference Code","Genera codice di riferimento"
+"If Yes , then if the Reference Code of the product you list is found in the 3rd Party or M2E Listings, another one will be automatically created and the product will be listed.","Se Sì , ovvero se il codice di riferimento del venditore per il prodotto messo in vendita viene trovato tra le inserzioni di terze parti o M2E verrà creato automaticamente e messo in vendita un altro prodotto."
+"Search Products On Play.com","Cerca prodotti su Play.com"
+"At the moment, it is possible only to list items existing on Play.com.
+So before the list action, each product in listing must have existing Play ID.
+This section contains parameters for action ""Assign Play ID Automatically","Attualmente è solo possibile mettere in vendita gli oggetti presenti su Play.com. Pertanto, prima dell'azione di messa in vendita, è necessario assegnare un ID Play esistente a ogni prodotto nell'inserzione. Questa sezione contiene i parametri per l'azione ""Assegna automaticamente ID Play"""
+"UPC/EAN","UPC/EAN"
+"
+ This section determines information about how your products will be shipped.
+
+ Note: Not Set / Not Changeable is used for the 3rd Party Listings mainly. If this option is chosen, Play.com will be used as a master record.
+ "," Questa sezione fornisce informazioni su come verranno spediti i prodotti. Nota: l'opzione Non impostato/Non modificabile viene utilizzata principalmente per le inserzioni di terze parti. Se viene selezionata questa opzione, Play.com verrà utilizzato come registro principale. "
+"Delivery Region","Regione di consegna"
+"Region to which you are willing to deliver.","Regione in cui sei disposto a spedire."
+"Delivery Region Value","Valore regione di consegna"
+"UK Only","Solo Regno Unito"
+"Europe Only","Solo Europa"
+"UK & Europe","Regno Unito ed Europa"
+"Delivery Region Attribute","Attributo regione di consegna"
+"Choose the attribute that contains identifier .","Scegli l'attributo che contiene l'identificatore ."
+"Dispatch Country","Paese di spedizione"
+"Country you will be dispatching your item from.","Paese dal quale spedirai l'oggetto."
+"Dispatch Country Value","Valore paese di spedizione"
+"UK","Regno Unito"
+"Andorra","Andorra"
+"Belgium","Belgio"
+"Cyprus","Cipro"
+"Denmark","Danimarca"
+"Finland","Finlandia"
+"Gibraltar","Gibilterra"
+"Greece","Grecia"
+"Greenland","Groenlandia"
+"Iceland","Islanda"
+"Liechtenstein","Liechtenstein"
+"Luxembourg","Lussemburgo"
+"Malta","Malta"
+"Monaco","Monaco"
+"Norway","Norvegia"
+"San Marino","San Marino"
+"Vatican","Vaticano"
+"USA","Stati Uniti"
+"Shipping Cost per Item, GBP","Spese di spedizione per oggetto, GBP"
+"Cost Value, GBP","Valore spese, GBP"
+"Cost Attribute, GBP","Attributo spese, GBP"
+"Shipping Cost per Item, EUR","Spese di spedizione per oggetto, EUR"
+"Cost Value, EUR","Valore spese, EUR"
+"Cost Attribute, EUR","Attributo spese, EUR"
+"Condition of the product(s) you want to list on Play.com.","Condizioni dei prodotti che desideri mettere in vendita su Play.com."
+"Condition of the product(s) you want to list on Play.com.
+ Note: Condition of Active Items cannot be changed.","Condizioni dei prodotti che desideri mettere in vendita su Play.com. Nota: non è possibile modificare le condizioni degli oggetti attivi."
+"Used - Average","Usato - Medio"
+"Collectable - Like New","Collezionismo - Come nuovo"
+"Collectable - Very Good","Collezionismo - Molto buono"
+"Collectable - Good","Collezionismo - Buono"
+"Collectable - Average","Collezionismo - Medio"
+"Short description of item(s) condition.","Breve descrizione delle condizioni degli oggetti."
+"This section allows you to create a Listing. Listing is a group of items, which have the same
+ Attribute Set and were combined to be listed on Play.com.
+ Creating a Listing requires two types of templates (Selling Format and Synchronization) to be created in advance,
+ that allows reaching a high level of flexibility in listing and synchronization processes.
+
+ It is also possible to create templates by clicking the Add New button next to the appropriate template option. Do not forget to press
+ the Refresh button after the new template creation in order to see the newly added template in the dropdown list.
+ In the Listing Configuration block you are required to choose appropriate Selling Format Template, which determines quantity and price related data of your Play.com Listings.
+
+
+ In the Synchronization Settings block you are required to choose a Synchronization Template and its settings.
+ This determines the actions, which must be done to Play.com Listings depending on any changes of their products happened in Magento,
+ and of their templates that are used in the Listing Configuration settings. ","In questa sezione puoi creare un'inserzione. Un'inserzione è un gruppo di oggetti che condividono lo stesso insieme di attributi e sono stati combinati per essere messi in vendita su Play.com. La creazione di un'inserzione richiede innanzitutto la creazione di due tipi di modelli (Formato di vendita e Sincronizzazione) in quanto consentono di ottenere un livello elevato di flessibilità nei processi di messa in vendita e sincronizzazione. I modelli possono essere creati anche cliccando sul pulsante Aggiungi nuovo accanto all'opzione del modello appropriato. Non dimenticarti di premere il pulsante Aggiorna dopo la creazione del nuovo modello per poterlo visualizzare nell'elenco a discesa. Nel blocco Configurazione inserzione devi scegliere il modello del formato di vendita adeguato che determina le informazioni sulla quantità e sul prezzo delle inserzioni Play.com. Nel blocco Impostazioni sincronizzazione devi scegliere un modello di sincronizzazione e le relative impostazioni. In questo modo vengono determinate le azioni che è consigliabile effettuare nelle inserzioni Play.com a seconda delle modifiche apportate ai relativi prodotti in Magento e dei relativi modelli utilizzati nelle impostazioni Configurazione inserzione. "
+"Attribute Set of products, which will be listed on Play.com in this Listing.","Insieme di attributi dei prodotti che verranno messi in vendita su Play.com in questa inserzione."
+"M2E Pro - Play.com/Magento Integration : Listings","M2E Pro - Integrazione Play.com/Magento: inserzioni"
+"Listing is a group of items, which have the same Attribute Set and were combined to be listed on Play.com.
+
+ Creating a Listing requires two types of templates to be created in advance.
+ You can use the same template for similar products you want to list on Play.com and don't have to enter the same information over and over again for each product you want to list.
+
+ Templates you’ll need in order to list on Play.com:
+
+
+ Selling Format Template contains information about quantity and price-related data.
+ Synchronization Template controls how the information between Play.com and Magento is synchronized and in which cases Play.com listings are revised, relisted or stopped. This template is not bound to a product group with a specific attribute set, so it's likely that you'll only need one template to begin with.
+
+
+ Note: Only simple products are supported in current version.
+ ","Un'inserzione è un gruppo di oggetti che condividono lo stesso insieme di attributi e sono stati combinati per essere messi in vendita su Play.com. Per creare un'inserzione, è necessario creare prima due tipi di modelli. Puoi usare uno stesso modello per prodotti simili da mettere in vendita su Play.com in modo da non dover immettere più volte le stesse informazioni per ogni prodotto. Modelli richiesti per mettere in vendita su Play.com: Il modello del formato di vendita contiene informazioni sulla quantità e sul prezzo. Il modello di sincronizzazione controlla la modalità di sincronizzazione delle informazioni tra Play.com e Magento e in quali casi le inserzioni Play.com vengono modificate, rimesse in vendita o interrotte. Questo modello non è associato a un gruppo di prodotti con un insieme specifico di attributi, pertanto è probabile che, per iniziare, sarà sufficiente disporre di un solo modello. Nota: la versione corrente supporta i soli prodotti semplici. "
+"This section contains information about product items of chosen listing and their statuses on Play.com. You can manage items by choosing appropriate actions from the Actions dropdown of the grid and manage Listing and its settings by using buttons in the top right corner.","In questa sezione sono contenute informazioni sugli oggetti dei prodotti dell'inserzione scelta e i relativi stati su Play.com. Puoi gestire gli oggetti scegliendo le azioni appropriate nel menu a discesa Azioni della griglia, nonché gestire l'inserzione e le relative impostazioni utilizzando i pulsanti nell'angolo superiore destro."
+"This page contains all orders imported from Play.com.
+Use Play.com Accounts dropdown to filter Play.com orders by accounts.
+If Magento Order or Invoice was not created automatically,
+you can create them manually by using appropriate options in the Action dropdown.
+Note: Automatic creation of Magento Orders and Invoices executes according to Play.com Accounts settings in %s > Configuration > Play.com Accounts > Orders.","In questa pagina sono contenuti tutti gli ordini importati da Play.com. Usa il menu a discesa Account Play.com per filtrare gli ordini Play.com per account. Se l'ordine o la fattura Magento non sono stati creati automaticamente, puoi crearli manualmente utilizzando le opzioni appropriate nel menu a discesa Azione.Nota: la creazione automatica di ordini e fatture Magento avviene in base alle impostazioni degli account Play.com in %s > Configurazione > Account Play.com > Ordini."
+"Play.com Order","Ordine Play.com"
+"This section allows you to set preferences of data synchronization.
+ You have to enable / disable synchronization tasks, which will be automatically performed for all Play.com accounts, and Save Settings .
+ To run necessary task manually, click the Run Now button, to run all tasks at once, click Run Enabled Now .
+ Note: Cron job must be set up for automatic synchronization. Otherwise, you will have to perform the synchronization manually.","In questa sezione è possibile impostare le preferenze della sincronizzazione dati. Devi abilitare/disabilitare le attività di sincronizzazione che saranno effettuate automaticamente per tutti gli account Play.com e cliccare su Salva impostazioni . Per eseguire manualmente l'attività necessaria, clicca sul pulsante Esegui ora , mentre per eseguire tutte le attività contemporaneamente, clicca su Esegui ora attività abilitate . Nota: il processo cron deve essere impostato per la sincronizzazione automatica. In caso contrario, dovrai effettuare manualmente la sincronizzazione."
+"Updates and synchronizes Play.com Listings according to Synchronization Templates' rules.","Aggiorna e sincronizza le inserzioni Play.com in base alle regole dei modelli di sincronizzazione."
+"If your Play.com listings for some reason were asynchronized with the products in Magento, turn on the Revise All action to catch data up.
+ Revise is performed by the Inventory Synchronization, 100 items per a cycle.
+
+ ","Se per qualche motivo la sincronizzazione delle inserzioni Play.com con i prodotti in Magento è stata disabilitata, attiva l'opzione Modifica tutte le azioni per recuperare i dati. La modifica viene eseguita dalla sincronizzazione del magazzino (100 oggetti per ciclo). "
+"Imports and synchronizes Play.com Orders for accounts, which have enabled Import Play.com Orders in their Accounts settings.","Importa e sincronizza gli ordini Play.com per gli account che hanno abilitato Importa ordini Play.com nelle impostazioni degli account."
+"Imports and synchronizes 3rd Party Listings for Play.com accounts, which have enabled Import 3rd Party Listings in their Accounts settings.","Importa e sincronizza le inserzioni di terze parti per gli account Play.com che hanno abilitato Importa inserzioni di terze parti nelle impostazioni degli account."
+"Selling Format Template contains price-related data and quantity for the items, which will be listed on Play.com.
+Next to each price options dropdown there is a box for Price Change. Price Change is a value you want the Magento Price to be modified while listing on Play.com.
+Examples:
+If you want the price on Play.com to be greater by 15% than the price in Magento, you should set +15% in the Price Change field.
+Play.com Price = Magento Price + Magento Price * 0.15
+
+If you want the price on Play.com to be less by 10 currency units than the price in Magento, you should set -10 in the Price Change field.
+Play.com Price = Magento Price - 10
+
+If you want the price on Play.com to be multiplied by coefficient 1.2, you should set 1.2 in the Price Change field.
+
+Play.com Price = Magento Price * 1.2.
+
+Note: If the Special Price is chosen in the Price option, but it is not set in Magento Product settings or it is set but it has already expired, the Product Price is used instead.
+
+Note: Attributes must contain only numeric values.","Il modello del formato di vendita contiene i dati relativi al prezzo e la quantità degli oggetti che verranno messi vendita su Play.com. Accanto a ogni menu a discesa contenente le opzioni del prezzo è disponibile una casella per la modifica del prezzo. In questa casella è presente il valore in base al quale desideri che il prezzo Magento venga modificato durante la messa in vendita su Play.com.Esempi: Se desideri che il prezzo su Play.com sia maggiore del 15% rispetto a quello in Magento, imposta +15% nel campo Modifica prezzo.Prezzo Play.com = Prezzo Magento + Prezzo Magento * 0,15 Se desideri che il prezzo su Play.com sia inferiore di 10 unità di valuta rispetto a quello in Magento, imposta -10 nel campo Modifica prezzo.Prezzo Play.com = Prezzo Magento - 10 Se desideri che il prezzo su Play.com sia moltiplicato per un coefficiente di 1,2, imposta 1,2 nel campo Modifica prezzo.Prezzo Play.com = Prezzo Magento * 1,2 Nota: se nell'opzione Prezzo selezioni il prezzo speciale, ma quest'ultimo non è specificato nelle impostazioni Prodotto Magento oppure è impostato, ma è già scaduto, viene utilizzato il prezzo del prodotto.Nota: gli attributi devono contenere solo valori numerici."
+"Price for selling in the UK.","Prezzo per vendere nel Regno Unito."
+"Price for selling in Europe.","Prezzo per vendere in Europa."
+"The price of products in Play.com listing(s).Note: The Final Price is only used for Simple Products.","Prezzo dei prodotti nelle inserzioni Play.com.Nota: il prezzo finale è usato soltanto per prodotti semplici."
+"Attribute Sets of products which will be listed on Play.com using this template.","Insiemi di attributi dei prodotti che verranno messi in vendita su Play.com utilizzando questo modello."
+"Products quantity in Play.com listing(s).","Quantità di prodotti nelle inserzioni Play.com."
+"Enables to set the quantity that will be sent on Play.com.","Consente di impostare la quantità da inviare su Play.com."
+"If you have 5 pieces in stock but set a max qty of 2 to be listed, a qty of 2 will be listed on Play.com.
+ If you have 1 piece in stock but max qty is set to 3, only 1 will be listed on Play.com.","Se disponi di 5 oggetti ma imposti una quantità massima pari a 2, solo 2 di essi verranno messi in vendita su Play.com. Se disponi di 1 oggetto ma imposti una quantità massima pari a 3, ne verrà comunque messo in vendita solo uno su Play.com."
+"You are required to set both prices for the UK and Europe delivery regions.
+ Depending on Delivery Region, chosen in Listing Channel settings necessary price will be used for the items you list.","Devi impostare i prezzi per entrambe le regioni di consegna Europa e Regno Unito. In base alla regione di consegna selezionata nelle impostazioni Canale dell'inserzione, verrà utilizzato il prezzo necessario per gli oggetti messi in vendita."
+"Price, GBP","Prezzo, GBP"
+"Custom Price Attribute, GBP","Attributo prezzo personalizzato, GBP"
+"Price, EUR","Prezzo, EUR"
+"Custom Price Attribute, EUR","Attributo prezzo personalizzato, EUR"
+"Synchronization Template includes rules and conditions which determine Listing behavior on Play.com.
+ List, Revise, Relist and Stop Rules have to be specified in this template.
+ List Action - at first this action to be executed for each item in M2E Listings, which has Not Listed status and its settings meet the List Condition. If an item was not listed for some reason, autosynchronization will attempt
+ to list it again only if Product Status, Stock Availability or Quantity is changed.
+
+ Note: Inventory Synchronization setting must be enabled in Synchronization (Configuration > Synchronization).
+ Otherwise, Synchronization Template Rules will not take effect.","Nel modello di sincronizzazione sono incluse regole e condizioni che determinano il comportamento dell'inserzione su Play.com. In questo modello devono essere specificate le regole di inserzione, modifica, rimessa in vendita e interruzione. Azione inserzione : questa azione deve essere inizialmente eseguita per ogni oggetto non messo in vendita nelle inserzioni M2E le cui impostazioni soddisfano le condizioni di messa in vendita. Se un oggetto non è stato messo in vendita per qualche motivo, durante la sincronizzazione automatica verrà effettuato un nuovo tentativo di messa in vendita solo se sono state apportate modifiche allo stato, alla disponibilità o alla quantità del prodotto. Nota: l'impostazione Sincronizzazione magazzino deve essere abilitata in Sincronizzazione (Configurazione > Sincronizzazione). In caso contrario, le regole del modello di sincronizzazione non verranno applicate."
+"Relist Rules define the conditions at which Play.com items will be relisted. ","Le regole di rimessa in vendita definiscono le condizioni alle quali gli oggetti Play.com verranno rimessi in vendita. "
+"Automatically relists item(s) after it has been stopped manually within M2EPro.","Rimette in vendita automaticamente gli oggetti dopo un'interruzione manuale in M2EPro."
+"Revise Rules are the conditions, at which automatic full and partial listings revising features are enabled.
+ If the certain condition is enabled (Yes is chosen in appropriate line) and met,
+then Play.com Listings, which were listed using current Synchronization Template,
+will be automatically fully or partially updated.
+
+ Partial Revise - contains list of product details, which changes you want to be reflected on Play.com.
+ Full Revise - contains groups of M2E settings. If any data of these groups (Selling Format Template, Listing Channel Settings) is changed, then listings, which use these templates in their settings, will be automatically fully revised.
+ ","Le regole di modifica rappresentano le condizioni in base alle quali vengono abilitate le funzioni di modifica delle inserzioni automatiche complete o parziali. Se la condizione stabilita viene abilitata (viene scelto Sì nella riga appropriata) e soddisfatta, le inserzioni Play.com che erano state pubblicate utilizzando il modello di sincronizzazione verranno aggiornate completamente o parzialmente in modo automatico. Modifica parziale : contiene un elenco di dettagli dei prodotti dei quali desideri che le modifiche vengano riflesse in Play.com. Modifica completa : contiene gruppi di impostazioni M2E. Se alcuni dati di questi gruppi (modello di formato di vendita, impostazioni del canale per le inserzioni) vengono modificati, le inserzioni, che utilizzano questi modelli nelle relative impostazioni, verranno modificate completamente in automatico. "
+"Automatically revises quantity on Play.com listing(s) when the quantity or attribute for quantity of its product is changed in Magento.","Modifica automaticamente la quantità nelle inserzioni Play.com quando la quantità o il relativo attributo del prodotto corrispondente viene modificato in Magento."
+"Updates Play.com qty only when the Condition you set below is met.
+ Note: By using this option you can significantly increase Synchronization performance.","Aggiorna la quantità Play.com solo se la condizione impostata viene soddisfatta. Nota: questa opzione consente di migliorare sensibilmente le prestazioni di sincronizzazione."
+"Automatically revises price on Play.com listing(s) when the price(s) or attribute(s) for price(s) of its product is (are) changed in Magento.","Modifica automaticamente il prezzo nelle inserzioni Play.com quando i prezzi o i relativi attributi del prodotto corrispondente vengono modificati in Magento."
+"Automatically revises Play.com listing(s) if its Selling Format Template was changed.","Modifica automaticamente le inserzioni Play.com se è stato modificato il relativo modello del formato di vendita."
+"Automatically revises Play.com listing(s) if its Listing Settings was changed.","Modifica automaticamente le inserzioni Play.com se sono state modificate le relative impostazioni."
+"Stop Rules define the conditions when Play.com items listing must be
+ stopped, depending on Magento product state.
+ Note: If all Stop Conditions are set to No or No Action , then the stop option for Play.com items is disabled.
+ If all Stop Conditions are enabled, then an item will be stopped if at least one of Stop Conditions is met.","Le regole di interruzione definiscono le condizioni in base alle quali deve essere interrotta la messa in vendita degli oggetti Play.com, a seconda dello stato del prodotto Magento. Nota: se tutte le condizioni di interruzione vengono impostate su No o Nessuna azione , l'opzione di interruzione per gli oggetti Play.com viene disabilitata. Se tutte le condizioni di interruzione sono abilitate, un oggetto verrà interrotto se viene soddisfatta almeno una delle condizioni di interruzione."
+"Disabled - Coming Soon","Disabilitato - Disponibile a breve"
+"rakuten.de","rakuten.de"
+"Synchronization settings have been saved.","Le impostazioni della sincronizzazione sono state salvate."
+"Running All Enabled Tasks","Esecuzione di tutte le attività abilitate"
+"Feedback Synchronization","Sincronizzazione dei Feedback"
+"Revise All","Modifica tutte"
+"You should enable at least one component.","Dovresti abilitare almeno un componente."
+"Default component should be enabled.","È consigliabile abilitare il componente predefinito."
+"Channels","Channels"
+"Enable channels you are going to work with and Save configuration.","Abilita i canali che utilizzerai e salva la configurazione."
+"eBay Channel","Canale eBay"
+"eBay channel status.","Stato canale eBay"
+"Other Channels","Altri canali"
+"Amazon channel status.","Stato canale Amazon"
+"Rakuten","Rakuten"
+"Rakuten.com channel status.","Stato canale Rakuten.com."
+"Play.com channel status.","Stato canale Play.com."
+"Rakuten.de","Rakuten.de"
+"Disabled - Coming Soon...","Disabilitato - Disponibile a breve..."
+"Rakuten.de channel status.","Stato canale Rakuten.de."
+"Default Channel","Canale predefinito"
+"Open tab by default.","Apri la scheda per impostazione predefinita."
+"The eBay component , its upgrades and support are free according to eBay / Magento Partner Agreement. And they will stay free until the partner agreement is active. ","Il componente eBay , i relativi aggiornamenti e l'assistenza sono gratuiti in conformità all'Accordo tra partner eBay e Magento. e rimarranno tali finché questo accordo è valido. "
+"and","e il"
+"component","componente"
+"components","componenti"
+"Current %s %s are in Beta state and are provided free of charge. However, please be advised that upon the live version of the product release some monthly subscription fee will be introduced. ","%s %s correnti sono in versione beta e disponibili gratuitamente. Tuttavia, ti ricordiamo che dopo il rilascio della versione dinamica del prodotto verrà introdotta una tariffa d'iscrizione mensile. "
+"Note: M2E Pro v.6.x.x consists of %s.
+ %s
+ %s
+
+
+ M2E Pro extension requires activation for its work.
+ To get the License Key click the Get License Key link and follow the instructions.
+ When you receive your License Key, press the Enter button, enter your License Key in appeared text field and press Confirm.
+
+ Note: If you have not received the License Key, please contact us %s.","Nota: M2E Pro v.6.x.x è costituito da %s. %s %s Attivare l'estensione M2E Pro per avviarla. Per ottenere il codice di licenza, clicca sul link Ottieni codice di licenza e segui le istruzioni. Quando ricevi il codice licenza, premi il pulsante Invio, inserisci il codice di licenza nel campo di testo che viene mostrato e premi Conferma. Nota: se non hai ricevuto il codice di licenza, contattaci %s."
+"You must get valid Trial or Live license key.","Devi ottenere un codice di licenza di prova o dinamico valido."
+"License Data","Dati della licenza"
+"License Key","Codice di licenza"
+"Get License Key","Ottieni codice di licenza"
+"License Validation","Convalida licenza"
+"Domain","Dominio"
+"IP","IP"
+"Directory","Directory"
+"Access","Accesso"
+"Note: The eBay component, its upgrades and support are free according to eBay / Magento Partner Agreement. And they will stay free
+ until the partner agreement is active.","Nota: il componente eBay, i relativi aggiornamenti e l'assistenza sono gratuiti in conformità all'Accordo tra partner eBay/Magento. e rimarranno tali finché questo accordo è valido."
+"Note: The current Beta version of the Amazon module is provided free of charge.
+ However, please be advised that upon the live version of the product release some monthly subscription fee will be introduced.","Nota: la versione beta corrente del modulo Amazon viene fornita gratuitamente. Tuttavia, ti ricordiamo che dopo il rilascio della versione dinamica del prodotto verrà introdotta una tariffa d'iscrizione mensile."
+"Note: The current Beta version of the Rakuten.com module is provided free of charge.
+ However, please be advised that upon the live version of the product release some monthly subscription fee will introduced.","Nota: la versione beta corrente del modulo Rakuten.com viene fornita gratuitamente. Tuttavia, ti ricordiamo che dopo il rilascio della versione dinamica del prodotto verrà introdotta una tariffa d'iscrizione mensile."
+"Note: The current Beta version of the Play.com module is provided free of charge.
+ However, please be advised that upon the live version of the product release some monthly subscription fee will introduced.","Nota: la versione beta corrente del modulo Play.com viene fornita gratuitamente. Tuttavia, ti ricordiamo che dopo il rilascio della versione dinamica del prodotto verrà introdotta una tariffa d'iscrizione mensile."
+"Current Status","Stato corrente"
+"None License","Nessuna licenza"
+"Trial License","Licenza di prova"
+"Live License","Licenza dinamica"
+"Suspended","Sospeso"
+"Closed","Scadute"
+"Expiration Date","Data di scadenza"
+"Global Settings","Impostazioni generali"
+"All settings are gathered into four groups. To reach them click on appropriate link.","Tutte le impostazioni sono riunite in quattro gruppi. Per accedervi, clicca sul relativo link."
+"eBay, Amazon, Rakuten.com, Play.com channels activation.","Attivazione canali eBay, Amazon, Rakuten.com, Play.com."
+"Interface and synchronization preferences.","Impostazioni relative a interfaccia e sincronizzazione."
+"Logs Clearing","Cancellazione registri"
+"Preferences for logs history clearing.","Impostazioni per cancellare la cronologia registri."
+"M2E Pro activation.","Attivazione M2E Pro."
+"Set preferences for automatic logs clearing and Save configuration.
+
+ To launch a task manually press Run Now. To clear all log records of the certain Log press Clear All button.
+
+ Note: Autoclearing is performed by cron.
+ ","Definisci le impostazioni per cancellare automaticamente i registri e salva la configurazione. Per eseguire manualmente un'attività, premi Esegui ora. Per cancellare tutte le informazioni da un determinato registro, premi il pulsante Annulla tutto. Nota: la cancellazione automatica è effettuata da cron. "
+"Listings Log Clearing","Cancellazione registro inserzioni"
+"Keep For (days)","Conserva per (giorni)"
+"Saves records for the definite number of days.","Salva le informazioni per un determinato numero di giorni."
+"3rd Party Listings Log Clearing","Cancellazione registro inserzioni di terze parti"
+"Synchronization Log Clearing","Cancellazione registro sincronizzazioni"
+"Orders Log Clearing","Cancellazione del registro ordini"
+"Interface","Interfaccia"
+"Set visual interface preferences and Save configuration.","Definisci le impostazioni dell'interfaccia visiva e salva la configurazione."
+"Products Thumbnails","Miniature prodotti"
+"Do Not Show","Non mostrare"
+"Show","Mostra"
+"Shows / does not show products thumbnails on Add Products and View Listing pages.","Mostra/nasconde le miniature dei prodotti nelle pagine Aggiungi prodotti e Vedi inserzione."
+"Help Blocks","Blocchi di aiuto"
+"Shows / does not show Help blocks.","Mostra/nasconde i blocchi di Aiuto."
+"Restores manually closed Help blocks.","Ripristina i blocchi di aiuto chiusi manualmente."
+"Global Synchronization","Sincronizzazione globale"
+"Has to be enabled if product price and quantity changes are made directly to database. Data update depends on the number of products and can be fully completed after several synchronization cycles finish.
+
+ Note: Enable this option if you really need it, as it is very resource and time consuming and may affect synchronization performance.","Deve essere abilitata se vengono apportate modifiche al prezzo e alla quantità direttamente nel database. L'aggiornamento dei dati dipende dal numero di prodotti e può essere completato al termine di diversi cicli di sincronizzazione. Nota: abilita questa opzione solo se strettamente necessario in quanto è molto dispendiosa in termini di risorse e di tempo e potrebbe influire sulle prestazioni di sincronizzazione."
+"Track Direct Database Changes","Controlla modifiche dirette del database"
+"Note: Enable this option if you really need it, as it is very resource and time consuming and may affect synchronization performance.","Nota: abilita questa opzione solo se strettamente necessario in quanto è molto dispendiosa in termini di risorse e di tempo e potrebbe influire sulle prestazioni di sincronizzazione."
+"PHP","PHP"
+"MySQL","MySQL"
+"Cron","Cron"
+"GMT","GMT"
+"not working","non funzionante"
+"Expired Date","Data di scadenza superata"
+"Valid Domain","Dominio valido"
+"Valid IP","IP valido"
+"Valid Directory","Directory valida"
+"Host","Host"
+"Edition","Edizione"
+"Version","Versione"
+"Add Secret Key to URLs","Aggiungi chiave privata a URL"
+"Name","Nome"
+"Version (revision)","Versione (revisione)"
+"Server API","API server"
+"Database Name","Nome database"
+"Tables Prefix","Prefisso tabelle"
+"Connection Timeout","Timeout di connessione"
+"sec","sec"
+"Wait Timeout","Timeout di attesa"
+"Total Tables","Totale tabelle"
+"Total Module Tables","Totale tabelle di moduli"
+"Total Module Records","Totale dati di moduli"
+"Unlimited","Illimitato"
+"PHP Info","Info PHP"
+"Current Date (GMT)","Data corrente (GMT)"
+"APC","APC"
+"Memcached","Memcached"
+"Redis","Redis"
+"Compilation","Raccolta"
+"Code Pool","Insieme di codici"
+"We recommend to set up your cron job to be run every 5 minutes (e.g. */5 * * * *).","È consigliabile impostare l'esecuzione del processo cron ogni 5 minuti (ad esempio */5 * * * *)."
+"Last Run","Ultima esecuzione"
+"PHP command","Comando PHP"
+"GET command","Comando GET"
+"Cron Schedule Table","Tabella programma cron"
+"Magento Default Locale","Paese predefinito Magento"
+"Properties","Proprietà"
+"Current Value","Valore corrente"
+"Location","Luogo"
+"MySQL Summary","Riepilogo MySQL"
+"Table `%s`","Tabella `%s`"
+"(%s records)","(%s informazioni)"
+"Magento development mode is '.$developmentHtml.' now. ","La modalità di sviluppo di Magento è "".$developmentHtml."" ora. "
+"System Requirements","Requisiti di sistema"
+"Caches / Compilation","Cache/raccolta"
+"Conflicted Modules","Moduli in contrasto"
+"Database Broken Tables","Tabelle database danneggiati"
+"Info","Informazioni"
+"Database (Module)","Database (Modulo)"
+"Database (Integration)","Database (Integrazione)"
+"M2E Pro (General)","M2E Pro (Generale)"
+"M2E Pro (Install / Upgrade)","M2E Pro (Installa/aggiorna)"
+"Additional","Opzioni aggiuntive"
+"Help","Aiuto"
+"Hide Block","Nascondi blocco"
+"Show Tips","Mostra suggerimenti"
+"Hide Tips","Nascondi suggerimenti"
+"View All Product Log","Vedi il registro di tutti i prodotti"
+"This is a required field.","Questo campo è obbligatorio."
+"You should select Attribute Set first.","Innanzitutto è necessario selezionare Insieme di attributi."
+"Collapse All","Minimizza tutto"
+"Expand All","Espandi tutto"
+"The products below will not be moved into the chosen listing.
+
+ Possible reasons:
+ The products are already present in the chosen listing.
+
","I prodotti riportati di seguito non saranno spostati nell'inserzione scelta. Motivi possibili: I prodotti sono già presenti nell'inserzione scelta. Per l'inserzione scelta è impostata l'opzione ""Non mostrare"" in ""Prodotti presentati in altre inserzioni"" e questi prodotti sono disponibili in altre inserzioni.
"
+"Enter Product ID","Immetti ID prodotto"
+"Or SKU","O codice prodotto"
+"Advanced Filter","Filtro avanzato"
+"Products Presented In Other Listings","Prodotti presentati in altre inserzioni"
+"Not Show","Non mostrare"
+"Makes the filter result more precise:Show - all products will be displayed;Not Show - the products, which are not included in any listing, will be only displayed.","Rendi il risultato del filtro più preciso:Mostra : verranno mostrati tutti i prodotti; -Non mostrare : verranno mostrati i soli prodotti non inclusi in nessuna inserzione."
+"eBay User ID","ID utente"
+"eBay Site","Sito eBay"
+"Magento Store View","Negozio Magento"
+"Errors Summary","Riepilogo errori"
+"Product(s)","Prodotti"
+"Payment Method","Metodo di pagamento"
+"%s Order ID","ID ordine %s"
+"%s Final Fee","Tariffa finale %s"
+"Transactions","Transazioni"
+"Transaction #","Numero transazione"
+"Fee","Tariffa"
+"Amount","Importo"
+"Date","Data"
+"Order ID","ID ordine"
+"Store Debug Information","Archivia informazioni di debug"
+"View All Order Logs.","Visualizza tutti i registri degli ordini."
+"Please enter correct product ID or SKU.","Immetti l'ID prodotto o il codice prodotto corretto."
+"Order Item Mapping","Associazione oggetto ordine"
+"As M2E Pro was not able to find appropriate product in Magento Catalog, you are supposed to find and map it manualy.
+ Note: Magento Order can be only created when all products of eBay Order are found in Magento Catalog.","Poiché M2E Pro non riesce a trovare il prodotto appropriato nel catalogo Magento, dovrai trovarlo e associarlo manualmente. Nota: è possibile creare un ordine Magento solo dopo che tutti i prodotti dell'ordine eBay sono stati trovati nel catalogo Magento."
+"Order Item Options Setting","Impostazione opzioni oggetto ordine"
+"As M2E Pro was not able to find appropriate option in Magento product you are supposed find and map it manualy.
+ If you want to use the same settings for the similar subsequent orders, select appropriate check-box at the bottom.
+ Note: Magento Order can be only created when all products of eBay Order are found in Magento Catalog.","Poiché M2E Pro non riesce a trovare l'opzione appropriata nel prodotto Magento, dovrai trovarlo e associarlo manualmente. Se in futuro desideri utilizzare le stesse impostazioni per ordini simili, seleziona la relativa casella di controllo in basso. Nota: è possibile creare un ordine Magento solo dopo che tutti i prodotti dell'ordine eBay sono stati trovati nel catalogo Magento."
+"Channel Options","Opzioni di canale"
+"No channel options are available.","Non è disponibile alcuna opzione di canale."
+"Select Option...","Seleziona opzione..."
+"Save selection for subsequent orders","Salva le opzioni selezionate per gli ordini successivi"
+"Selected Product Option is Out of Stock.","L'opzione prodotto selezionata è esaurita."
+"Not created orders only","Solo ordini non creati"
+"Using this, you can see the records for which order(s) were not created in magento.
+ It might happened, because particular product(s) or product option(s) were not found and some action is required for such orders.
+
+ When you open order detail, you can use appropriate options Map to Magento Product or Set Options to correct missing information and create order in magento.","Questa opzione consente di mostrare per quali ordini non sono state create informazioni in Magento. Questo problema si verifica in quanto non è stato possibile trovare determinati prodotti o opzioni prodotto e, per questi ordini, è necessario effettuare azioni aggiuntive. Quando apri i dettagli dell'ordine, puoi utilizzare le opzioni Associa a prodotto Magento o Imposta opzioni per correggere eventuali informazioni mancanti e creare l'ordine in Magento."
+"M2E Pro has detected, that your System Configuration does not meet minimum requirements, so there might be problems with its work. Please check it and amend appropriate settings.","M2E Pro ha rilevato che la tua configurazione di sistema non soddisfa i requisiti minimi. Si potrebbero verificare problemi durante il funzionamento. Controlla i requisiti e modifica le impostazioni."
+"Please take a look at Documentation and Knowledge Base .
+ Most probably it has the answer to your question(s).
+ If you still have any questions, fill in the form below to contact our Customer Support.
+ Note: We provide support during our working hours: 10 a.m. - 6 p.m. (GMT+2), mon - fri.","Consulta la Documentazione e la Knowledge Base . Probabilmente troverai la risposta al tuo problema in queste risorse. Per ulteriori domande, compila il modulo riportato di seguito per contattare l'Assistenza clienti. Nota: forniamo assistenza durante l'orario lavorativo, ossia dalle 10.00 alle 18.00 (GMT+2), dal lunedì al venerdì."
+"Subject","Oggetto"
+"Contact Name","Nome"
+"Contact Email","E-mail per contatti"
+"General Problem","Problema generale"
+"Problem","Problema"
+"No Articles Found","Nessun articolo individuato"
+"Go To Article →","Vai all'articolo ?"
+"Feedback","Feedback"
+"No Ideas Found","Nessuna idea trovata"
+"Go To Idea →","Vai all'idea ?"
+"Cron Info","Info cron"
+"Enter your problem here","Inserisci qui il problema"
+"This Log contains information on processes, which were done in Synchronization tasks.
+ Note: Logs of Default, Templates, Orders and 3rd Party Listings Synchronizations are only recorded when Error(s) or Warning(s) appears.","Questo registro contiene le informazioni sui processi che sono stati effettuati nelle attività di sincronizzazione. Nota: i registri delle sincronizzazioni predefinite, di modelli, ordini e inserzioni di terze parti vengono compilati solo in caso di visualizzazione di errori o avvisi."
+"Step","Fase"
+"Note: If you close the wizard, it never starts again. You will be required to set all settings manually. Press Cancel to continue working with wizard.","Nota: se chiudi la procedure guidata, non verrà più riavviata. Pertanto, dovrai configurare manualmente tutte le impostazioni. Premi Annulla per continuare a utilizzare la procedura guidata."
+"You have set the main M2E Pro settings and now you have to set up the main settings of the chosen Channel(s).","Hai configurato le impostazioni principali di M2E Pro e, a questo punto, devi configurare le impostazioni principali dei canali scelti."
+"Cron Job Set Up","Impostazione processo cron"
+"Set up a cron job to run every minute (e.g. * * * * *) to enable automatic work of the extension.
+ Otherwise, some processes will not work (i.e. synchronization tasks, logs cleaning).","Imposta l'esecuzione di un processo cron ogni minuto (ad esempio * * * * *) per abilitare l'utilizzo automatico dell'estensione. In caso contrario, alcuni processi non funzioneranno (ad esempio le attività di sincronizzazione e la pulitura dei registri)."
+"Set up Cron Job using PHP","Imposta il processo cron tramite PHP"
+"OR","oppure"
+"Set up Cron Job using GET","Imposta il processo cron tramite GET"
+"Incomplete","Non completato"
+"License Set Up","Impostazione licenza"
+"You need to specify the License Key.
+ Note: M2E Pro does not work without activation.","Devi specificare il codice di licenza. Nota: M2E Pro non funziona senza attivazione."
+"Settings Set Up","Configurazione impostazioni"
+"In M2E Pro global settings you are required to specify the channel(s) you are going to work with.","Nelle impostazioni globali di M2E Pro devi specificare i canali che utilizzerai."
+"You have successfully installed M2E Pro v. %s .
+ Click
+ Start Configuration Wizard to quickly set up main settings or
+ Skip it if you intend to set it later.
+ Note: If you skip the Wizard, it never starts again. You will be required to set all settings manually.","Hai installato correttamente M2E Pro v. %s . Clicca sulla procedura guidata Avvia configurazione per configurare rapidamente le impostazioni principali oppure su Salta se intendi eseguire la configurazione in seguito. Nota: se ignori la Procedura guidata, non verrà avviata nuovamente. Pertanto, dovrai configurare manualmente tutte le impostazioni. "
+"You have successfully installed M2E Pro v. %s.
+ The next step is setting up of the main settings, such as Cron job, Licensing (extension does not work without license)
+ and others to enable a proper work of the extension.
+ In the table below there are recommended server settings, which guaranty a stable work of the extension.
+ Press the Start Configuration button to start setting M2E Pro configuration.","Hai installato correttamente M2E Pro v. %s. Il passaggio successivo prevede la configurazione delle impostazioni principali, ad esempio il processo cron, le licenze (l'estensione non funziona senza licenza) e di altre impostazioni che consentono il funzionamento corretto dell'estensione. Nella tabella seguente sono presenti le impostazioni consigliate del server che garantiscono un funzionamento costante dell'estensione. Premi il pulsante Avvia configurazione per iniziare a impostare la configurazione di M2E Pro."
+"Congratulations, you have successfully linked your eBay account to M2E Pro.","Complimenti, hai collegato correttamente il tuo account eBay a M2E Pro."
+"You can change it if you need.","Puoi modificarlo se necessario."
+"Import Orders","Importa ordini"
+"Import 3rd Party Items","Importa oggetti di terze parti"
+"Import Feedback","Importa Feedback"
+"Now, create an M2E Pro Listing. This will allow you to define specific settings on eBay.","Crea ora un'inserzione M2E Pro. Questo ti consentirà di definire impostazioni specifiche su eBay."
+"Please ensure your personal information is correct","Assicurati che le informazioni personali siano corrette"
+"Email","Email"
+"First Name","Nome"
+"Last Name","Cognome"
+"Postal Code","CAP"
+"This information will be sent to M2E Pro for approval.
+ Read more in our Privacy Policy .","Queste informazioni verranno inviate a M2E Pro per essere approvate. Ulteriori informazioni sulle nostre Regole sulla Privacy ."
+"Please sign into eBay to link M2E to your eBay account and proceed to the next step.","Accedi a eBay per collegare M2E al tuo account eBay e per passare alla fase successiva."
+"Sign into eBay Sandbox","Accedi a eBay Sandbox"
+"If you don't have an eBay account, please create one. It's easy, fast and free.","Se non hai un account eBay, creane uno. È semplice, rapido e gratuito."
+"Please verify the below information is valid before we register you with M2E.","Verifica che le seguenti informazioni siano valide prima di registrarti su M2E."
+"Register Your Free M2E Extension","Registra la tua estensione M2E gratuita"
+"The eBay token obtaining is currently unavailable. Please try again later.","L'acquisizione del codice temporaneo eBay non è attualmente disponibile. Riprova più tardi."
+"eBay/Magento Integration: Listing","Integrazione eBay/Magento: inserzione"
+"Creating a new listing in one of your first jobs. Don't worry. It's easy to do.","Creare una nuova inserzione è una delle prime cose da fare. Non preoccuparti. È facile."
+"Think of an M2E Listing as a set of policies that will determine the type of items you wish to sell. You can create as many M2E Listings as you need.","Immagina l'inserzione M2E come un insieme di regole che determineranno il tipo di oggetto che desideri vendere. Puoi creare tutte le inserzioni M2E che desideri."
+"Creating an M2E Listing with certain characteristics means you won't need to input these characteristics again and again every time you wish to sell an item.","Quando crei un'inserzione M2E e inserisci determinate caratteristiche, non dovrai inserirle nuovamente ogni volta che desideri vendere un oggetto."
+"There are %s stages to complete to create a successful M2E Listing in %s Mode:","Per creare correttamente un'inserzione M2E devi completare %s fasi in %s modalità:"
+"General Settings – information about which eBay site you wish to list on, your eBay User ID and which Magento Store settings you wish to use","Impostazioni generali : informazioni sul sito eBay nel quale mettere in vendita l'oggetto, il tuo ID utente eBay e quali impostazioni del Negozio Magento utilizzare"
+"Payment and Shipping Settings – what are your shipping charges, your Returns Policy and how do you wish to get paid","Impostazioni relative a pagamento e spedizione : quali sono le spese di spedizione, le Regole per la restituzione e come desideri ricevere il pagamento"
+"Selling Settings – more detailed information about the type of eBay listing and how long your item will be on sale","Impostazioni relative alle vendite : informazioni più dettagliate sul tipo di inserzione eBay e per quanto tempo l'oggetto resterà in vendita"
+"Synchronization Setting – how your items are synchronized on eBay","Impostazioni di sincronizzazione : in che modo gli oggetti vengono sincronizzati su eBay"
+"Please select an M2E Mode","Seleziona una modalità M2E"
+"There are two modes available to you.
+
+ We have chosen the mode we think is most suitable for you, based on your selling history, but you can change this if you prefer.","Hai a disposizione due modalità. Abbiamo selezionato la modalità che riteniamo più adatta alle tue esigenze, in base alla cronologia di vendita. Puoi tuttavia modificare la modalità."
+"Simple","Semplici"
+"Suitable for new users and for those with a limited inventory.","Ideale per i nuovi utenti e per gli utenti con un magazzino limitato."
+"Advanced","Servizi avanzati"
+"Suitable for the more experienced user.","Ideale per utenti più esperti."
+"If you're not sure which mode to choose, go for the Simple Mode.
+ Don't worry you can change it later in %s -> Configuration -> General","Se non sei sicuro di quale modalità selezionare, utilizza la modalità semplice. Potrai sempre modificarla in un secondo momento in %s -> Configurazione -> Generale"
+"eBay/Magento Integration: Products Management","Integrazione eBay/Magento: gestione dei prodotti"
+"Congratulations, you have successfully created your first M2E Listing. You're well on your way to your first items appearing on eBay.","Complimenti, hai creato correttamente la tua prima inserzione M2E. Ancora pochi passaggi e i tuoi primi oggetti saranno messi in vendita su eBay."
+"Next up is to select the products from your Magento Store that you want to list on eBay. ","Ora devi selezionare i prodotti dal Negozio Magento che desideri mettere in vendita su eBay. "
+"Any products on your Magento Store that fulfil your M2E Listing criteria can be chosen.","Puoi selezionare tutti i prodotti del Negozio Magento che soddisfano i criteri dell'inserzione M2E."
+"Once you've chosen your products, assign them to the correct eBay category.","Una volta scelti i prodotti, assegnali alla categoria eBay corretta."
+"You can adjust the price that you sell your items for on eBay in relation to your shop price. You might want to increase your selling price to take into account the fees for selling on eBay.
+ Or, reduce your price to be competitive.","Puoi modificare il prezzo di vendita degli oggetti su eBay in base al prezzo applicato in negozio. Puoi inoltre aumentare il prezzo di vendita per compensare le tariffe di eBay. o ridurlo per essere più competitivo."
+"Wizard (Video Tutorial)","Procedura guidata (esercitazioni video)"
+"Combine Magento - the best-selling ecommerce web application–and eBay – the world's favourite marketplace","Unisci Magento, l'applicazione Web di e-commerce di successo, a eBay, il mercato preferito dagli utenti di tutto il mondo"
+"M2E is a free Magento extension that enables you to sell your products on eBay and manage your sales from your Magento store.","M2E è un'estensione gratuita di Magento che ti permette di vendere prodotti su eBay e gestire le vendite dal tuo Negozio Magento."
+"Using M2E is an easy way to display your products in front of millions of buyers on eBay. It's free, quick and simple to set up. You choose which products to sell, the quantity and price. Using eBay means your items are automatically optimized for mobile – the biggest retail growth area.","M2E è un metodo semplice per mostrare i tuoi prodotti a milioni di acquirenti su eBay. È gratuita, rapida e semplice da configurare. Puoi scegliere quali prodotti vendere, la quantità e il prezzo. Se utilizzi eBay potrai ottimizzare automaticamente i tuoi oggetti per i dispositivi mobili, il mercato dalla crescita più elevata."
+"The first step is to link Magento to your eBay account.","Per prima cosa, collega Magento al tuo account eBay."
+"If you already have an eBay account, check that you are registered as an eBay business seller. If you don't yet have an eBay account it's easy to create one.","Se hai già un account eBay, verifica di essere registrato come venditore professionale eBay. Se non hai ancora un account eBay, è facile crearne uno."
+"You have successfully installed M2E Pro v. %s .
+ Click
+ Start Configuration Wizard to quickly set up main settings","Hai installato correttamente M2E Pro v. %s . Clicca sulla procedura guidata Avvia configurazione per configurare rapidamente le impostazioni principali"
+"Step %d","Fase %d"
+"Congratulations!
+ You have successfully installed the new version of M2E Pro.
+ In this version 'Sell on eBay' has been separated from the other channels and completely updated. All data was successfully migrated but we would recommend you check the settings in light of the changes we’ve identified below.
+ ","Complimenti! Hai installato correttamente la nuova versione di M2E Pro. Oltre ad essere stato completamente aggiornato, in questa versione il canale ""Vendi su eBay"" è stato separato dagli altri canali. La migrazione di tutti i dati è stata effettuata correttamente. Ti consigliamo tuttavia di verificare le impostazioni alla luce delle seguenti modifiche che abbiamo rilevato. "
+"1) Templates have been replaced by Policies","1) I modelli sono stati sostituiti dalle regole"
+"All templates are now policies. Use these to create all the necessary settings for listing Magento products on eBay.
+ The templates have been renamed:
+
+
+
+ Previously known as:
+ New name of policy:
+ What’s included:
+
+
+ General
+ Payment
+ How buyers pay you
+
+
+ General
+ Shipping
+ Your shipping costs and service
+
+
+ General
+ Returns
+ Your returns window and who pays postage
+
+
+ Selling Format
+ Price, Quantity and Format
+ Detailed information including price, quantity and listing duration
+
+
+ Description, listing upgrades, product details and condition
+ Description
+ Settings to help you accurately describe your items
+
+
+ Synchronization
+ Synchronization
+ Settings for autosynchronization between Magento and eBay
+
+
+ ","Tutti i modelli sono ora delle regole. Utilizza queste regole per creare tutte le impostazioni richieste per mettere in vendita prodotti Magento su eBay. I modelli sono stati rinominati: Nome precedente: Nuovo nome della regola: Cosa comprende: Generale Pagamento Metodi di pagamento per gli acquirenti Generale Spedizione Spese di spedizione e assistenza Generale Restituzione Intervallo di restituzione e soggetto a carico del quale è la spedizione Formato di vendita Prezzo, quantità e formato Informazioni dettagliate compresi prezzo, quantità e durata dell'inserzione Descrizione, aggiornamenti dell'inserzione, dettagli del prodotto e condizioni Descrizione Impostazioni per aiutarti a descrivere accuratamente gli oggetti Sincronizzazione Sincronizzazione Impostazioni per la sincronizzazione automatica tra Magento ed eBay
"
+"2) Easier to create new listings","2) Creazione di nuove inserzioni semplificata"
+"It’s now quicker and easier to create eBay listings. You can set up a single listing from scratch using custom setting mode or use previously saved information. You can also edit listings individually or in bulk with details in your listing settings*, policies and custom settings.
+
+
+ When your listings have been created, you can choose between 3 different modes to view and filter them:
+
+
+ eBay – displays product information related to eBay so it’s easy to find and edit listings in bulk (for example, list, relist, revise, stop etc)
+ Magento - displays product information related to the Magento catalogue such as Magento QTY, stock Status etc.
+ Settings – displays information in relation to the product settings (for example Selling settings, eBay categories etc) to make it easy to change settings in bulk.
+
+
+ * Attributes have been removed from listing settings.
+ ","Ora è più semplice e veloce creare inserzioni su eBay. Puoi creare un'inserzione da zero utilizzando le impostazioni personalizzate o le informazioni salvate in precedenza. Puoi inoltre modificare una singola inserzione o più inserzioni contemporaneamente con i dettagli nelle impostazioni dell'inserzione*, delle regole e personalizzate. Dopo aver creato le inserzioni, puoi scegliere tra 3 diversi viste e filtri: eBay : mostra le informazioni sul prodotto correlate a eBay e consente di trovare e modificare più inserzioni contemporaneamente in modo agevole (ad esempio, metti in vendita, rimetti in vendita, modifica, interrompi, ecc.) Magento : mostra le informazioni sul prodotto correlate al catalogo Magento, ad esempio quantità Magento, stato scorte, ecc. Impostazioni : mostra le informazioni sul prodotto relative alle impostazioni del prodotto (ad esempio impostazioni relative alle vendite, categorie eBay, ecc.) in modo da agevolare la modifica di più impostazioni contemporaneamente. * Gli attributi sono stati rimossi dalle impostazioni dell'inserzione. "
+"Please check video tutorials to have quick overview of new UI.","Consulta le esercitazioni video per una breve panoramica sulla nuova interfaccia utente."
+"3) Other improvements and changes","3) Altri miglioramenti e modifiche"
+"
+ eBay Fee estimation has been added to the listing view, allowing you to see how much you’ll be charged for listing your item on eBay.
+
+ Automatic currency rate conversion has been added. If Magento has the currency conversion rate, it will be converted automatically to all your prices.
+
+ List / Relist Schedule has been removed from Amazon, Rakuten.com and Play.com synchronization templates and updated for eBay. It now covers both list and relist rules.
+
+ The following terms have been rephrased for eBay:
+
+
+ Account title is now eBay User ID
+ Marketplace is now eBay site
+ Template is now Policy
+ Actions On Categories' Products is now Automatic Actions
+
+
+ Simple / Advanced Mode for eBay . There are now two modes available for eBay.
+
+
+ Simple - for new users and those with limited inventory;
+ Advanced - for more experienced users.
+
+ You can change the mode any time in Sell on eBay > Configuration > General.
+
+ The global settings for M2E have been moved and divided into:
+
+
+ Common – for all channels. Find these settings in Magento > System > Configuration and select M2E Pro;
+ eBay settings. Find these settings in Sell on eBay > Configuration > General.
+
+
+ "," Alla vista dell'inserzione è stata aggiunta l'opzione Stima delle tariffe eBay che ti consente di controllare quanto costerà mettere in vendita il prodotto su eBay. È stata aggiunta l'opzioneConversione automatica del tasso di cambio . Se in Magento è stato impostato il tasso di cambio, tutti i prezzi verranno convertiti automaticamente. L'opzione Programma messa in vendita/rimessa in vendita è stata rimossa dai modelli di sincronizzazione Amazon, Rakuten.com e Play.com e aggiornata per eBay. Ora copre entrambe le regole di messa e rimessa in vendita. I seguenti termini sono stati riformulati per eBay: Titolo dell'account è stato modificato in ID utente eBay Mercato è stato modificato in Sito eBay Modello è stato modificato in Regola Azioni su categorie di prodotti è stato modificato in Azioni automatiche Modalità semplice/avanzata per eBay . Sono ora disponibili due modalità per eBay. Semplice : per nuovi utenti e per utenti con un magazzino limitato; Avanzata : per utenti più esperti. Puoi modificare la modalità in qualsiasi momento in Vendi su eBay > Configurazione > Generale. Le impostazioni globali per M2E sono state spostate e suddivise in: Comuni: per tutti i canali. Queste impostazioni sono disponibili in Magento > Sistema > Configurazione e seleziona M2E Pro; Impostazioni eBay. Queste impostazioni sono disponibili in Vendi su eBay > Configurazione > Generale. "
+"Migration Notifications","Notifiche di migrazione"
+"Below you can find all changes that have been made after migration. Click on the links to check or edit changed options.","Di seguito sono illustrate tutte le modifiche apportate dopo la migrazione. Clicca sui link per verificare o modificare le opzioni modificate."
+"You have no notifications of Migration!","Non hai notifiche di migrazione."
+"eBay accounts have been renamed","Gli account eBay sono stati rinominati"
+"eBay Condition has been changed in the next Description Templates","Le condizioni di eBay sono state modificate nei successivi modelli di descrizione"
+"Ignore variation option has been moved from eBay General template to the Selling Format policy and set to default 'No'.
+ Below you can find the listings that used 'Yes' in this option. Please, check their the Selling Format settings to make sure the option has the value you need.
+ ","L'opzione Ignora variante è stata spostata dal modello generale di eBay alla regole del formato di vendita e impostata in modo predefinito su ""No""'. Di seguito sono elencate le inserzioni per le quali questa opzione era impostata su ""Sì"". Controlla le impostazioni del formato di vendita e assicurati che il valore dell'opzione sia corretto. "
+"'Products Presented in Other listings' option has been removed from the listing settings.
+ Instead of it you can use Advanced Filter on the Add products page.
+ Listings which used 'Do Not Show' in this option are displayed below
+ ","L'opzione ""Prodotti presentati in altre inserzioni""' è stata rimossa dalle impostazioni dell'inserzione. Al posto di questa opzione, puoi utilizzare il Filtro avanzato nella pagina Aggiungi prodotti. Di seguito sono elencate le inserzioni per le quali questa opzione è impostata su ""Non mostrare"" "
+"Activation and Deactivation Synchronization Template options have been removed from the listings settings.
+ Synchronization template (policy) settings take effect immediately and will be active during whole its life.
+ The listings below used these options","Le opzioni Attivazione e Disattivazione modello di sincronizzazione sono state rimosse dalle impostazioni dell'inserzione. Le impostazioni del modello (regola) di sincronizzazione vengono applicate automaticamente e restano attive per tutta la sua durata. Di seguito sono elencate le inserzioni per le quali queste opzioni erano attive"
+"Schedule has been updated for eBay Synchronization policy. It now covers both list and relist rules.","Il Programma è stato aggiornato per la regola di sincronizzazione di eBay. Ora copre entrambe le regole di messa e rimessa in vendita."
+"'Delay After End' option has been removed from eBay Synchronization template (policy). 'Immediate' is used instead of it in the listings below.","L'opzione ""Ritardo dopo la scadenza"" è stata rimossa dal modello (regola) di sincronizzazione di eBay. Al suo posto, nelle seguenti inserzioni verrà utilizzata l'opzione ""Immediato""."
+"Schedule has been removed from Amazon, Rakuten.com and Play.com.
+ The Schedule was listed in the listings below.
+ ","Il Programma è stato rimosso da Amazon, Rakuten.com e Play.com. Il Programma era presente nelle seguenti inserzioni. "
+"Custom value option has been removed from eBay Product Items Details settings (General template > Item Specifics).
+ Please, check the Description policies below","L'opzione Valore personalizzato è stata rimossa dalle impostazioni dettagli oggetti prodotto eBay (Modello generale > Specifiche dell'oggetto). Controlla le seguenti regole di descrizione"
+"During migration M2E has found unused Description templates (policies). Check if you need them.","Durante la migrazione, M2E ha rilevato modelli (regole) di descrizione non utilizzati. Verifica se sono necessari."
+"Possible Conversions","Possibili conversioni"
+"Rate","Prezzo"
+"Price Coefficient","Coefficiente prezzo"
+"Sale Price Coefficient","Coefficiente prezzo di vendita"
+"Store Currency (%s)","Valuta negozio (%s)"
+"Marketplace Currency (%s)","Valuta mercato (%s)"
+"Conversion will not be performed.","La conversione non verrà eseguita."
+"Conversion will be performed.","La conversione verrà eseguita."
+"Start Price Coefficient","Coefficiente prezzo di partenza"
+"Buy It Now Price Coefficient","Coefficiente prezzo compralo subito"
+"Reserve Price Coefficient","Coefficiente prezzo di riserva"
+"converted from %s","convertito da %s"
+"Price Euro Coefficient","Coefficiente prezzo in euro"
+"Price GBR Coefficient","Coefficiente prezzo in GBR"
+"Invalid coefficient format.","Formato del coefficiente non valido."
+"Selling Format Currency Conversion","Conversione valuta formato di vendita"
+"In the table below you can see Selling Format templates, which prices will be converted.
+ The currency rate you can check in Manage currency rate settings. If you need to correct the prices, use coefficients.
+ ","Nella seguente tabella sono mostrati i modelli del formato di vendita i cui prezzi verranno convertiti. Per verificare il tasso di cambio, accedi alle impostazioni Gestisci tasso di cambio . Utilizza i coefficienti per correggere i prezzi. "
+"You have successfully upgraded to M2E Pro v. %s .
+ Click
+ Start Migration Wizard to quickly set up main settings","Hai installato correttamente l'aggiornamento a M2E Pro v. %s . Clicca sulla procedura guidata Avvia migrazione per configurare rapidamente le impostazioni principali"
diff --git a/i18n/it_IT.csv b/i18n/it_IT.csv
new file mode 100644
index 000000000..ce64cdd7a
--- /dev/null
+++ b/i18n/it_IT.csv
@@ -0,0 +1,4438 @@
+"eBay Motors","eBay Motori"
+"Feedback Synchronization","Sincronizzazione Feedback"
+"Task ""3rd Party Listings Synchronization"" for eBay account: ""%s"" is in data processing state. Please wait...","L'attività ""Sincronizzazione inserzioni di terze parti"" per l'account eBay: ""%s"" è in stato di elaborazione dati. Attendi..."
+"Task ""Update Listings Products"" for eBay account: ""%s"" is in data processing state. Please wait...","L'attività ""Aggiorna prodotti delle inserzioni"" per l'account eBay: ""%s"" è in stato di elaborazione dati. Attendi..."
+"Task ""Update 3rd Party Listings"" for eBay account: ""%s"" is in data processing state. Please wait...","L'attività ""Aggiorna inserzioni di terze parti"" per l'account eBay: ""%s"" è in stato di elaborazione dati. Attendi..."
+"Payment Status was updated to Paid on eBay. As Magento Order #%order_id% can have wrong data, it have to be cancelled.","Stato del pagamento aggiornato in Pagato su eBay. Poiché l'ordine Magento #%order_id% può avere dati errati, deve essere annullato."
+"Task ""Orders Cancellation Synchronization"" for eBay account: ""%s"" is in data processing state. Please wait...","L'attività ""Sincronizzazione annullamento ordini"" per l'account eBay: ""%s"" è in stato di elaborazione dati. Attendi..."
+"Attention! Last eBay AUTOMATIC synchronization was performed by cron more than %s hours ago. You should set up cron job, otherwise no automatic synchronization will be performed. You can check this %sarticle%s to get how to set cron job. The command for cron job for your server environment can be found %shere%s.","Attenzione L'ultima sincronizzazione AUTOMATICA eBay è stata eseguita da Cron più di %s ore fa. Devi impostare il processo Cron, altrimenti non verrà eseguita alcuna sincronizzazione automatica. Per istruzioni su come impostare un processo Cron, puoi consultare questo %articolo%s. Il comando per il processo Cron per il tuo ambiente di server è disponibile %squi%s."
+"Please select and update eBay marketplaces before adding new General Templates.","Seleziona e aggiorna i mercati di eBay prima di aggiungere nuovi Modelli generali."
+"The ""Categories Synchronization"" action for eBay Site: ""%s"" is in data processing mode. Please wait...","L'azione ""Sincronizzazione categorie"" per il sito eBay: ""%s"" è in modalità di elaborazione dati. Attendi..."
+"The ""Categories Synchronization"" action for eBay Site: ""%mrk%"" is in data processing mode. Please wait...","L'azione ""Sincronizzazione categorie"" per il sito eBay: ""%mrk%"" è in modalità di elaborazione dati. Attendi..."
+"An error occured while listing the item. The item has been blocked. The next M2E Synchronization will resolve the problem.","Si è verificato un errore durante la messa in vendita dell'oggetto. L'oggetto è stato bloccato. Questo problema verrà risolto alla prossima sincronizzazione di M2E."
+"ID","ID"
+"Text","Testo"
+"Creation Date","Data di creazione"
+"Update Date","Data di aggiornamento"
+"Edit","Modifica"
+"Delete","Elimina"
+"Add Template","Aggiungi un modello"
+"Save","Salva"
+"Update","Aggiornamento"
+"Get Token","Codice temporaneo"
+"Synchronization Settings","Impostazioni sincronizzazione"
+"Refresh","Aggiorna"
+"Hide","Nascondi"
+"Configuration","Configurazione"
+"General","Generale"
+"3rd Party Listings","Inserzioni di terze parti"
+"eBay Store","Negozio eBay"
+"Orders","Ordini"
+"Feedback","Feedback"
+"Edit%s Account","Modifica%s account"
+"Add%s Account","Aggiungi%s account"
+"Save And Close","Salva e chiudi"
+"Save And Continue Edit","Salva e continua la modifica"
+"Back","Indietro"
+"eBay User ID","ID utente"
+"Add Account","Aggiungi account"
+"Category","Categoria"
+"eBay Primary","eBay principale"
+"eBay Secondary","eBay secondaria"
+"Store Primary","Negozio principale"
+"Store Secondary","Negozio secondaria"
+"Specifics","Specifiche"
+"Edit eBay Primary Category","Modifica la categoria principale eBay"
+"Title","Titolo"
+"Primary","Principale"
+"Secondary","Secondaria"
+"Type","Tipo"
+"eBay Site","Sito eBay"
+"Account","Account"
+"State","Stato"
+"Active","In corso"
+"Removed","Rimosse"
+"Actions","Azioni"
+"Magento Attribute","Attributo Magento"
+"Any","Qualsiasi"
+"eBay Sites","Siti eBay"
+"Synchronization","Sincronizzazione"
+"Policies","Regole"
+"Categories In Use","Categorie in uso"
+"Account Settings","Impostazioni dell'account"
+"Global Settings","Impostazioni generali"
+"Close","Chiudi"
+"Send","Invio"
+"Transaction ID","ID transazione"
+"Item ID","Numero oggetto"
+"Item Title","Titolo inserzione"
+"Buyer Feedback Date","Data Feedback acquirente"
+"Seller Feedback Date","Data Feedback venditore"
+"Neutral","Neutro"
+"Positive","Positivo"
+"Negative","Negativo"
+"Unresponded Feedback","Feedback senza risposta"
+"Responded Feedback","Feedback con risposta"
+"No ID For Auction","Nessun ID per asta online"
+"N/A","N/A"
+"Buyer","Acquirente"
+"Seller","Venditore"
+"Send Response","Invia risposta"
+"Feedback for account ""%s""","Feedback per l'account ""%s"""
+"Accounts","Account"
+"Creating A New M2E Listing","Creazione di una nuova inserzione M2E"
+"Show Video Tutorial","Mostra esercitazione video"
+"Next Step","Fase successiva"
+"Categories","Categorie"
+"Edit Rule","Modifica regola"
+"Delete Rule","Elimina regola"
+"Total","Totale"
+"details","dettagli"
+"Continue","Continua"
+"Add New Rule","Aggiungi nuova regola"
+"Magento Category","Categoria Magento"
+"eBay Categories","Categorie eBay"
+"Primary eBay Category Selected","Categoria principale eBay selezionata"
+"Primary eBay Category Not Selected","Categoria principale eBay non selezionata"
+"Edit Primary Category","Modifica categoria principale"
+"Edit Store Primary Category","Modifica categoria principale Negozio"
+"Edit Categories"," Modifica categorie. "
+"Edit Primary Categories","Modifica categorie principali"
+"Edit Store Primary Categories","Modifica categorie principali Negozio"
+"eBay Primary Category","Categoria principale eBay"
+"eBay Secondary Category","Categoria secondaria eBay"
+"eBay Store Primary Category","Categoria principale Negozio eBay"
+"eBay Store Secondary Category","Categoria secondaria Negozio eBay"
+"Not Selected","Non selezionato"
+"Magento Attribute -> %s","Attributo Magento -> %s"
+"Done","Fine"
+"Cancel","Annulla"
+"Set eBay Categories","Imposta categorie eBay"
+"Set eBay Categories (Based On Magento Categories)","Imposta categorie eBay (in base alle categorie Magento)"
+"Store Primary Category","Categoria principale Negozio"
+"Store Secondary Category","Categoria secondaria Negozio"
+"Category type is not set.","Il tipo di categoria non è impostato."
+"Recently Used","Utilizzate di recente"
+"Browse","Naviga"
+"Search","Cerca"
+"Set Your eBay Categories","Imposta le tue categorie eBay"
+"Product ID","ID prodotto"
+"Product Title","Titolo prodotto"
+"Get Suggested Primary Category","Accetta categoria principale consigliata"
+"Reset Categories","Reimposta categorie"
+"Remove Item","Rimuovi oggetto"
+"Get Suggested Primary Categories","Accetta categorie principali consigliate"
+"Remove Item(s)","Rimuovi oggetti"
+"Primary eBay Category","Categoria eBay principale"
+"Secondary eBay Category","Categoria eBay secondaria"
+"Primary eBay Store Category","Categoria Negozio eBay principale"
+"Secondary eBay Store Category","Categoria Negozio eBay secondaria"
+"You have not selected the Primary eBay Category for some products.","Non hai selezionato la categoria principale di eBay per alcuni prodotti."
+"Are you sure?","Sei sicuro di voler continuare?"
+"eBay could not assign categories for %s products.","eBay non può assegnare le categorie per %s prodotto/i."
+"Suggested Categories were successfully received for %s product(s).","Le categorie consigliate sono state ricevute correttamente per %s prodotto/i."
+"Set eBay Category","Imposta categoria eBay"
+"Set eBay Category for Product(s)","Imposta categoria eBay per i prodotti"
+"Set eBay Primary Category for Product(s)","Imposta categoria principale eBay per i prodotti"
+"eBay Same Categories","Stesse categorie eBay"
+"Yes","Sì"
+"No","No"
+"eBay Categories Specifics","Specifiche categorie eBay"
+"Next Category","Categoria successiva"
+"Loading. Please wait","Caricamento in corso. Attendi"
+"Add Custom Specific","Aggiungi specifico personalizzato"
+"Title / Info","Titolo/informazioni"
+"Total Items","Totale oggetti"
+"Active Items","nelle inserzioni in corso"
+"Inactive Items","Oggetti inattivi"
+"Sold QTY","Quantità venduta"
+"Clear Log(s)","Cancella registro/i"
+"Delete Listing(s)","Elimina inserzione/i"
+"Admin (Default Values)","Amministrazione (valori predefiniti)"
+"Magento Store View","Negozio Magento"
+"Manage Products","Gestisci prodotti"
+"Add Products from Products List","Aggiungi prodotti da Elenco prodotti"
+"Add Products from Categories","Aggiungi prodotti da Categorie"
+"Automatic Actions","Azioni automatiche"
+"View Logs","Vedi registri"
+"Delete Listing","Elimina inserzione"
+"Edit Listing Title","Modifica titolo inserzione"
+"Edit Listing Settings","Modifica impostazioni inserzione"
+" - Payment And Shipping"," - Pagamento e spedizione"
+" - Selling"," - Vendite"
+" - Synchronization"," - Sincronizzazione"
+"Log For%s Listing","Registro per%s inserzione"
+"Show General Log","Mostra registro generale"
+"Listings were not found.","Impossibile trovare le inserzioni."
+"eBay Item ID","ID oggetto eBay"
+"Product Name","Nome prodotto"
+"Action","Azione"
+"Description","Descrizione"
+"Run Mode","Modalità di esecuzione"
+"Priority","Priorità"
+"Log For%s 3rd Party Listing","Registro per%s inserzione di terze parti"
+"Source","Fonte"
+"Revise Rules","Modifica regole"
+"Relist Rules","Regole per la rimessa in vendita"
+"Stop Rules","Blocca regole"
+"Edit%s 3rd Party Synchronization Settings","Modifica%s impostazioni sincronizzazione di terze parti"
+"Product Title / SKU","Titolo/codice prodotto"
+"eBay Available QTY","Q.tà disponibile su eBay"
+"eBay Sold QTY","Q.tà vendute su eBay"
+"eBay Price","Prezzo eBay"
+"Status","Stato"
+"Listed","In vendita"
+"Listed (Hidden)","Messo in vendita (nascosto)"
+"Sold","Venduti"
+"Stopped","Bloccati"
+"Finished","Fine"
+"Pending","In sospeso"
+"Start Date","Data inizio"
+"End Date","Data di scadenza"
+"Unmap","Annulla associazione"
+"View Log","Vedi registro"
+"Clear Log","Cancella registro"
+"Revise Item(s)","Modifica oggetto/i"
+"Relist Item(s)","Rimetti in vendita oggetto/i"
+"Stop Item(s)","Blocca oggetto/i"
+"Map Item(s) Automatically","Associa oggetto/i automaticamente"
+"Move Item(s) to Listing","Sposta oggetto/i su inserzione"
+"Map","Mappa"
+"Move","Sposta"
+"SKU","Codice prodotto"
+"Revise","Modifica"
+"Relist","Rimetti in vendita"
+"Stop","Stop"
+"Status Change","Modifica dello stato"
+"Manual","Manuale"
+"Automatic","Automatica"
+"Mapping Product","Associazione prodotto"
+"Product does not exist.","Il prodotto non esiste."
+"Please enter correct product ID.","Immetti l'ID prodotto corretto."
+"Product(s) was successfully mapped.","Prodotto/i associato/i correttamente."
+"Please enter correct product ID or SKU","Immetti l'ID prodotto o il codice prodotto corretto"
+"Moving eBay Items.","Spostamento oggetti eBay in corso."
+"Products failed to move","Impossibile spostare i prodotti"
+"Product(s) was successfully moved.","Prodotto/i spostato/i correttamente."
+"Products were not moved. View log for details.","I prodotti non sono stati spostati. Vedi il registro per ulteriori informazioni."
+"Some of the products were not moved. View log for details.","Alcuni prodotti non sono stati spostati. Vedi il registro per ulteriori informazioni."
+"Product was successfully mapped.","Prodotto associato correttamente."
+"Current eBay version only supports simple products in mapping. Please, choose simple product.","La versione eBay corrente supporta solo prodotti semplici nell'associazione. Scegli un prodotto semplice."
+"Processing %s product(s).","Elaborazione %s prodotti."
+"Task completed. Please wait ...","Attività completata. Attendi..."
+"""%s"" task has successfully completed.","L'attività ""%s"" è stata completata correttamente."
+"""%s"" task has completed with warnings. View log for details.","L'attività ""%s"" è stata completata con avvisi. Vedi il registro per ulteriori informazioni."
+"""%s"" task has completed with errors. View log for details.","L'attività ""%s"" è stata completata con errori. Vedi il registro per ulteriori informazioni."
+"Sending %s product(s) data on eBay.","Invio dati di %s su eBay in corso."
+"View All Product Log.","Vedi il registro di tutti i prodotti."
+"The listing was locked by another process. Please try again later.","L'inserzione è stata bloccata da un altro processo. Riprova più tardi."
+"Listing is empty.","Inserzione vuota."
+"Listing All Items On eBay","Messa in vendita di tutti gli oggetti su eBay in corso"
+"Listing Selected Items On eBay","Messa in vendita degli oggetti selezionati su eBay in corso"
+"Revising Selected Items On eBay","Revisione degli oggetti selezionati su eBay in corso"
+"Relisting Selected Items On eBay","Rimessa in vendita degli oggetti selezionati su eBay in corso"
+"Stopping Selected Items On eBay","Blocco degli oggetti selezionati su eBay in corso"
+"Stopping On eBay And Removing From Listing Selected Items","Blocco su eBay e rimozione dalla messa in vendita degli oggetti selezionati in corso"
+"Map Item(s) to Products","Associa oggetto/i ai prodotti"
+"Only mapped products must be selected.","Solo i prodotti associati possono essere selezionati."
+"Selected items must belong to the same Account and Marketplace.","Gli oggetti selezionati devono appartenere allo stesso account e mercato."
+"Please select items.","Seleziona gli oggetti."
+"Please select action.","Seleziona l'azione."
+"Stock Availability","Disponibilità in magazzino"
+"In Stock","In magazzino"
+"Out of Stock","Esaurito"
+"Price","Prezzo"
+"Qty","Q.tà"
+"Based on Magento Categories","In base alle categorie Magento"
+"You must select at least 1 category.","Devi selezionare almeno 1 categoria."
+"Rule with the same title already exists.","Esiste già una regola con lo stesso titolo."
+"Listing Settings Customization","Personalizzazione impostazioni inserzione"
+"eBay/Magento Integration: Products Management","Integrazione eBay/Magento: gestione dei prodotti"
+"Congratulations","Complimenti"
+"Review Your Items","Controlla i tuoi oggetti"
+"List Your Items Now","Metti in vendita ora i tuoi oggetti"
+"Remove","Rimuovi"
+"of","di"
+"Visibility","Visibilità"
+"Websites","Siti Web "
+"Select Products","Seleziona prodotti"
+"Start Configure","Avvia configurazione"
+"
+ Do you want to set up a rule by which products will be automatically added or deleted from the current M2E listing?
+ .
+
+Click Start Configure to create a rule or Cancel if you do not want to do it now.
+
+Note: You can always return to it by clicking Automatic Action button on this page."," Desideri impostare una regola per aggiungere o eliminare automaticamente i prodotti dall'inserzione M2E corrente? . Per creare una regola, clicca su Avvia configurazione o su Annulla se preferisci ignorare questo passaggio.Nota: puoi sempre impostare una regola cliccando sul pulsante Azione automatica in questa pagina."
+"Yes, I Want","Sì, crea una regola"
+"No, Skip It","No, ignora questo passaggio"
+"Do you want to customise M2E Listing settings for the necessary products?","Desideri personalizzare le impostazioni dell'inserzione M2E per i prodotti richiesti?"
+"It is possible to override default settings you set on the previous steps and set different
+ settings for the group of products.","È possibile ignorare le impostazioni predefinite configurate nei precedenti passaggi e definire nuove impostazioni per il gruppo di prodotti."
+"Remember my choice","Ricorda la mia scelta"
+"Product Title / Listing / SKU","Titolo/inserzione/codice prodotto"
+"Listing Type","Tipo di inserzione"
+"M2E Pro","M2E Pro"
+"3rd Party","Terze parti"
+"""Buy It Now"" Price","Prezzo ""Compralo Subito"""
+"Unknown","Sconosciuto"
+"Not Listed","Non messo in vendita"
+"Manage","Gestisci"
+"Listing","Inserzione"
+"receiving","ricezione"
+"none","nessuna"
+"Go to listing","Vai all'inserzione"
+"Payment and Shipping Settings","Impostazioni pagamento spedizione"
+"Payment","Pagamento"
+"Use from Listing Settings","Recupera da impostazioni inserzione"
+"Custom Settings","Impostazioni personalizzate"
+"M2E Pro Policy","Regole di M2E Pro"
+"eBay Policy","Regole di eBay"
+"Shipping","Spedizione"
+"Return","Restituzione"
+"Selling Settings","Impostazioni vendite"
+"Price, Quantity and Format","Prezzo, quantità e formato"
+"Edit Settings","Modifica impostazioni "
+"Edit Payment and Shipping Settings","Modifica impostazioni pagamento spedizione"
+"Edit Selling Settings","Modifica impostazioni vendite"
+"Edit Synchronization Settings","Modifica impostazioni di sincronizzazione"
+"M2E Pro -> ","M2E Pro -> "
+"eBay -> ","eBay -> "
+"for","per"
+"Set Products Settings","Configura impostazioni prodotti"
+"Add Products","Aggiungi prodotti"
+"Payment and Shipping","Pagamento e spedizione"
+"Selling","In vendita"
+"Edit Listing Settings ""%s""","Modifica impostazioni inserzioni ""%s"""
+"Previous Step","Passaggio precedente"
+"Data source is invalid.","L'origine dati non è valida."
+"Session key is not defined.","Il codice della sessione non è definito."
+"Save as New Policy","Salva come nuova regola"
+"Template nick is not defined.","Lo pseudonimo del modello non è definito."
+"Template mode is not initialized.","La modalità del modello non è inizializzata."
+"Product Title / SKU / eBay Category","Titolo/codice prodotto/categoria eBay"
+"Available QTY","Quantità disponibile"
+"Adviser","Consulente"
+"List Item(s) on eBay","Metti in vendita oggetti su eBay"
+"Revise Item(s) on eBay","Modifica oggetti su eBay"
+"Relist Item(s) on eBay","Rimetti in vendita oggetti su eBay"
+"Stop Item(s) on eBay","Interrompi oggetti su eBay"
+"Stop on eBay / Remove From Listing","Interrompi su eBay/Rimuovi dall'inserzione"
+"Move Item(s) to Another Listing","Sposta oggetto/i su un'altra inserzione"
+"Edit eBay Categories Settings","Modifica impostazioni categorie eBay"
+"eBay Fee","Stima tariffe"
+"estimate","eBay"
+"List","Elenco"
+"Stop on Channel / Remove from Listing","Blocca sul canale/Rimuovi dall'inserzione"
+"Success","Riuscito"
+"Notice","Avviso"
+"Warning","Attenzione"
+"Error","Errore"
+"Product(s) was not moved. View log for details.","Prodotto/i non spostato/i. Vedi il registro per ulteriori informazioni."
+"Some product(s) was not moved. View log for details.","Alcuni prodotti non sono stati spostati. Vedi il registro per ulteriori informazioni."
+"Estimated Fee Details","Informazioni sulle tariffe stimate"
+"Please check eBay Motors compatibility attribute.
+ You can find it in %s > Configuration > General .","Verifica l'attributo compatibilità con eBay Motori. L'attributo è disponibile in %s > Configurazione > Generale ."
+"Fees are not set.","Le tariffe non sono impostate."
+"Errors are not set.","Gli errori non sono impostati."
+"eBay","eBay"
+"Settings","Impostazioni"
+"Magento","Magento"
+"View Mode","Modalità vista"
+"View mode is not set.","La modalità della vista non è impostata."
+"eBay Primary Category Assigned","Categoria principale eBay assegnata"
+"Compatibility","Compatibilità"
+"Filled","Compilato"
+"Empty","Vuoto"
+"Edit eBay Primary Categories Settings","Modifica impostazioni categorie principali eBay"
+"Edit eBay Store Primary Categories Settings","Modifica impostazioni categorie principali Negozio eBay"
+"Add Compatible Vehicles","Aggiungi veicoli compatibili"
+"Not Set","Non impostato"
+"Show","Mostra"
+"Product","Attributo"
+"Attribute","prodotto"
+"ePIDs","ePID"
+"Compatibility Attribute ePIDs","Attributo compatibilità ePID"
+"View Listing","Vedi inserzione"
+"Change Listing","Modifica inserzione"
+"Compatibility Attribute","Attributo compatibilità"
+"From Products List","Da elenco di prodotti"
+"From Categories","Da categorie"
+"Add Listing","Aggiungi inserzione"
+"Listings","Inserzioni"
+"Update Now","Aggiorna ora"
+"Save And Update","Salva e aggiorna"
+"ePID","ePID"
+"Car / Truck","Auto / Autocarro"
+"Motorcycle","Moto"
+"Make","Marca"
+"Model","Modello"
+"Submodel","Modello secondario"
+"Year","Anno"
+"Trim","Ritaglia"
+"Engine","Motore"
+"Overwrite ePIDs in Compatibility Attribute","Sovrascrivi ePID in attributo compatibilità"
+"Add ePIDs to Compatibility Attribute","Aggiungi ePID ad attributo compatibilità"
+"Edit Shipping Address","Modifica l'indirizzo per la spedizione"
+"Save Order Address","Salva l'indirizzo dell'ordine "
+"Sale Date","Data vendita"
+"Magento Order #","Numero ordine Magento"
+"eBay Order #","N. ordine eBay"
+"Items","Oggetti"
+"Total Paid","Totale pagato"
+"Reservation","Prenotazione"
+"Not Reserved","Non prenotata"
+"Reserved","Prenotata"
+"Released","Sbloccata"
+"Canceled","Annullato"
+"Checkout","Modulo di pagamento"
+"Paid","Pagato"
+"Shipped","Spedito"
+"View","Vista"
+"Create Order","Crea ordine"
+"Mark As Paid","Segnala come pagato"
+"Mark As Shipped","Segnala come spedito"
+"Reserve QTY","Prenota quantità"
+"Cancel QTY Reserve","Annulla prenotazione quantità"
+"Mark Order(s) as Shipped","Segnala ordini come spediti"
+"Mark Order(s) as Paid","Segnala ordini come pagati"
+"Resend Shipping Information","Invia di nuovo le Informazioni sulla spedizione"
+"Deleted","Eliminata"
+"edit","modifica"
+"Options","Opzioni"
+"QTY","Q.TÀ"
+"Transaction","Transazione"
+"Item","Oggetto"
+"Transaction #","Numero transazione"
+"Fee","Tariffa"
+"Amount","Importo"
+"Date","Data"
+"Incl. Tax","Incl. Imposte"
+"Excl. Tax","Escl. Imposte"
+"Original Price","Prezzo originale"
+"Tax Percent","Percentuale imposte"
+"Row Total","Totale"
+"View on eBay","Vedi su eBay"
+"Map to Magento Product","Associa al prodotto Magento"
+"Set Options","Imposta opzioni"
+"View Order Details","Vedi i dettagli dell'ordine"
+"Mark as Shipped","Segnala come spedito"
+"Mark as Paid","Segnala come pagato"
+"Are you sure that you want to create new Magento Order?","Vuoi creare un nuovo ordine Magento?"
+"Confirm","Conferma"
+"Run Now","Esegui ora"
+"Run Enabled Now","Esegui elementi abilitati"
+"Save Settings","Salva"
+"Subtitle","Sottotitolo"
+"Condition","Condizioni"
+"Condition Description","Descrizione delle condizioni"
+"Buy It Now Price","Prezzo Compralo Subito"
+"Start Price","Prezzo di partenza"
+"Reserve Price","Prezzo di riserva"
+"Listing Duration","Durata dell'inserzione"
+"Dispatch Time","Tempo di spedizione"
+"Primary Category Id","ID categoria principale"
+"Secondary Category Id","ID categoria secondaria"
+"Store Primary Category Id","ID categoria principale Negozio"
+"Store Secondary Category Id","ID categoria secondaria Negozio"
+"Primary Category Name","Nome categoria principale"
+"Secondary Category Name","Nome categoria secondaria"
+"Store Primary Category Name","Nome categoria principale Negozio"
+"Store Secondary Category Name","Nome categoria secondaria Negozio"
+"Domestic Shipping First Method","Primo metodo per spedizione nazionale"
+"Domestic Shipping First Cost","Primo costo per spedizione nazionale"
+"Domestic Shipping First Additional Cost","Primo costo aggiuntivo per spedizione nazionale"
+"International Shipping First Method","Primo metodo per spedizione internazionale"
+"International Shipping First Cost","Primo costo per spedizione internazionale"
+"International Shipping First Additional Cost","Primo costo aggiuntivo per spedizione internazionale"
+"Insert","Inserisci"
+"Show / Hide Editor","Mostra/nascondi editor"
+"Preview","Anteprima"
+"View Random Product","Vedi prodotto casuale"
+"Edit ""%s"" %s Policy","Modifica regola ""%s"" %s"
+"Add %s Policy","Aggiungi regola %s"
+"Duplicate","Duplica"
+"
+Note: All changes you have made will be automatically applied to all M2E listings where this policy is used.","Nota: tutte le modifiche apportate verranno applicate automaticamente alle inserzioni M2E per le quali è stata prevista questa regola."
+"Template nick is not set.","Lo pseudonimo del modello non è impostato."
+"Marketplace is required for editing payment template.","Il mercato è necessario per modificare il modello di pagamento."
+"Marketplace is required for editing return template.","Il mercato è necessario per modificare il modello di restituzione."
+"Please find more about currency rate set up in'
+ . ' magento documentation .","Ulteriori informazioni sul tasso di cambio impostato nella documentazione Magento ."
+"Name","Nome"
+"Select","Seleziona"
+"Reset","Azzera"
+"Marketplace is required for editing shipping template.","Il mercato è necessario per modificare il modello di spedizione."
+"Add Policy","Aggiungi regola"
+"eBay DateTime object is null","Oggetto DateTime eBay nullo"
+"Wrong action type","Tipo di azione errato"
+"Listing ""%listingId%"" locked by other process.","Inserzione ""%listingId%"" bloccata da un altro processo."
+"Relisting","Rimessa in vendita"
+"Revising","Revisione"
+"Stopping","Blocco"
+"Item is listed or not available","Oggetto in vendita o non disponibile"
+"Categories settings are not set","Le impostazioni delle categorie non sono impostate"
+"There is another item with the same eBay user ID,
+ product ID and marketplace presented in ""%s"" (%d) Listing.","Esiste un altro oggetto con lo stesso ID utente eBay, ID prodotto e mercato nell'inserzione ""%s"" (%d)."
+"Item was successfully listed","Oggetto messo in vendita correttamente"
+"There is another item with the same eBay user ID,
+ product ID and marketplace presented in ""%s"" (%d) Listing.","Esiste un altro oggetto con lo stesso ID utente eBay, ID prodotto e mercato nell'inserzione ""%s"" (%d)."
+"Multiple Item Connector has received empty array","Il connettore di più oggetti ha ricevuto una matrice vuota"
+"Multiple Item Connector has received invalid product data type","Il connettore di più oggetti ha ricevuto un tipo di dati di prodotto non valido"
+"Multiple Item Connector has received products from different listings","Il connettore di più oggetti ha ricevuto prodotti da inserzioni diverse"
+"Listing product was not found","Impossibile trovare il prodotto dell'inserzione"
+"The item either is listed, or not listed yet or not available","L'oggetto è messo in vendita, non ancora messo in vendita o non disponibile"
+"Item already was started on eBay","Oggetto già iniziato su eBay"
+"Item was successfully relisted","Oggetto rimesso in vendita correttamente"
+"This item cannot be accessed on eBay. M2E set Not Listed status.","Non è possibile accedere a questo oggetto su eBay. Stato M2E impostato su Non messo in vendita."
+"Item is not listed or not available","Oggetto non in vendita o non disponibile"
+"Variation attributes were changed. Please stop and list product.","Gli attributi variante sono stati modificati. Blocca e metti in vendita il prodotto."
+"Item was already stopped on eBay","Oggetto già bloccato su eBay"
+"Item was successfully revised","Oggetto revisionato correttamente"
+"Item was successfully stopped","Oggetto bloccato correttamente"
+"eBay Order status was not updated. Reason: %msg%","Stato dell'ordine eBay non aggiornato. Motivo: %msg%"
+"Status of India site orders cannot be updated if the buyer uses PaisaPay payment method.","Impossibile aggiornare lo stato degli ordini del sito India se l'acquirente usa PaisaPay come metodo di pagamento."
+"Invalid action.","Azione non valida."
+"Payment status for eBay order was not updated. Reason: eBay Failure.","Stato del pagamento per l'ordine eBay non aggiornato. Motivo: errore eBay."
+"Payment status for eBay order was updated to Paid.","Stato del pagamento per l'ordine eBay aggiornato in Pagato."
+"Shipping status for eBay order was not updated. Reason: eBay Failure.","Stato della spedizione per l'ordine eBay non aggiornato. Motivo: errore eBay."
+"Tracking number ""%num%"" for ""%code%"" has been sent to eBay.","Il codice della spedizione ""%num%"" per ""%code%"" è stato inviato a eBay."
+"Shipping status for eBay order was updated to Shipped.","Stato della spedizione per l'ordine eBay aggiornato in Spedito."
+"Dispute cannot be opened. Reason: Dispute explanation is not defined.","Impossibile aprire la controversia. Motivo: spiegazione della disputa non definita."
+"Dispute cannot be opened. Reason: Dispute reason is not defined.","Impossibile aprire la controversia. Motivo: motivo della disputa non definito."
+"Unpaid Item Process was not open for item #%id%. Reason: %msg%","Procedura per il mancato pagamento di un oggetto non aperta per l'oggetto #%id%. Motivo: %msg%"
+"Unpaid Item Process was not open for item #%id%. Reason: eBay failure. Please try again later.","Procedura per il mancato pagamento di un oggetto non aperta per l'oggetto #%id%. Motivo: errore eBay. Riprova più tardi."
+"Unpaid Item Process for item #%id% has been initiated.","Procedura per il mancato pagamento per l'oggetto #%id% avviata."
+"Action was not completed (Item: %item_id%, Transaction: %trn_id%). Reason: %msg%","Azione non completata (oggetto: %item_id%, transazione: %trn_id%). Motivo: %msg%"
+"Shipping status was not updated (Item: %item_id%, Transaction: %trn_id%). Reason: %msg%","Stato della spedizione non aggiornato (oggetto: %item_id%, transazione: %trn_id%). Motivo: %msg%"
+"Shipping status was not updated (Item: %item_id%, Transaction: %trn_id%). Reason: eBay Failure.","Stato della spedizione non aggiornato (oggetto: %item_id%, transazione: %trn_id%). Motivo: errore eBay."
+"Tracking number ""%num%"" for ""%code%"" has been sent to eBay (Item: %item_id%, Transaction: %trn_id%).","Il codice della spedizione ""%num%"" per ""%code%"" è stato inviato a eBay (oggetto: %item_id%, transazione: %trn_id%)."
+"Order item has been marked as shipped (Item: %item_id%, Transaction: %trn_id%).","L'oggetto dell'ordine è stato contrassegnato come spedito (oggetto: %item_id%, transazione: %trn_id%)."
+"Other listings locked by other process.","Altre inserzioni bloccate da un altro processo."
+"The item either is listed or not available","Oggetto in vendita o non disponibile"
+"The item either is not listed or not available","Oggetto non in vendita o non disponibile"
+"qty","q.tà"
+"price","prezzo"
+"title","titolo"
+"subtitle","sottotitolo"
+"description","descrizione"
+"was successfully revised","revisionato correttamente"
+"Listing ID must be specified.","Devi specificare l'ID inserzione."
+"%s: attribute(s) %s were not found in this product and its value was not sent.","%s: impossibile trovare gli attributi %s in questo prodotto; il relativo valore non è stato inviato."
+"The product was listed as a simple product as it has limitation for multi-variation items. '.
+ 'Reason: eBay site allows to list only simple items","Il prodotto è stato messo in vendita come prodotto semplice in quanto presenta una limitazione per le inserzioni con varianti. '. ""Motivo: il sito eBay consente di mettere in vendita solo oggetti semplici"""
+"The product was listed as a simple product as it has limitation for multi-variation items. '.
+ 'Reason: eBay primary category allows to list only simple items.","Il prodotto è stato messo in vendita come prodotto semplice in quanto presenta una limitazione per le inserzioni con varianti. '. ""Motivo: la categoria principale eBay consente di mettere in vendita solo oggetti semplici""."
+"The product was listed as a simple product as it has limitation for multi-variation items. '.
+ 'Reason: ignore variation option is enabled in selling format policy.","Il prodotto è stato messo in vendita come prodotto semplice in quanto presenta una limitazione per le inserzioni con varianti. '. ""Motivo: l'opzione Ignora variante è abilitata nelle Regole sul formato di vendita""."
+"The product was listed as a simple product as it has limitation for multi-variation items. '.
+ 'Reason: listing type ""auction"" does not support multi-variations.","Il prodotto è stato messo in vendita come prodotto semplice in quanto presenta una limitazione per le inserzioni con varianti. '. ""Motivo: il tipo di inserzione ""Asta online"" non supporta le varianti""."
+"Change Images for Attribute","Modifica immagini per attributo"
+"Duration","Durata"
+"Private Listing","Inserzione privata"
+"%s field(s) were ignored because eBay doesn't allow revise the item if it has sales,
+ bids for auction type or less than 12 hours remain before the item end.","Sono stati ignorati %s campo/i in quanto eBay non consente di modificare un oggetto se è stato venduto, se ci sono offerte per l'Asta online o se mancano meno di 12 ore alla scadenza dell'oggetto."
+"Duration field(s) was ignored because
+ eBay doesn't allow revise the item if Best Offer is enabled.","Sono stati ignorati i campi relativi alla durata in quanto eBay non consente di modificare un oggetto se è stata abilitata la Proposta d'acquisto."
+"variations","varianti"
+"images","immagini"
+"Communication with eBay is started. Please wait...","La comunicazione con eBay è iniziata. Attendi..."
+"Please wait...","Attendi..."
+"product(s) with id(s)","prodotti con id"
+"Communication with eBay is finished. Please wait...","La comunicazione con eBay è terminata. Attendi..."
+"Item status was successfully changed to ""Listed"".","Lo stato dell'oggetto è stato modificato correttamente in ""Messo in vendita""."
+"Item status was successfully changed to ""Sold"".","Lo stato dell'oggetto è stato modificato correttamente in ""Venduto""."
+"Item status was successfully changed to ""Stopped"".","Lo stato dell'oggetto è stato modificato correttamente in ""Interrotto""."
+"Item status was successfully changed to ""Finished"".","Lo stato dell'oggetto è stato modificato correttamente in ""Terminato""."
+"Item was successfully added","Oggetto aggiunto correttamente"
+"Method require loaded instance first","Il metodo richiede prima un'istanza caricata"
+"Fixed Price","Inserzione Compralo Subito"
+"Auction","Asta online"
+"Business Day","Giorno lavorativo"
+"Business Days","Giorni lavorativi"
+"Same","Stesso"
+"New","Nuovo"
+"New Other","Nuovo - Altro"
+"New With Defects","Nuovo con difetti"
+"Manufacturer Refurbished","Ricondizionato dal produttore"
+"Seller Refurbished","Ricondizionato dal venditore"
+"Used","Usato"
+"Very Good","Ottimo"
+"Good","Buono"
+"Acceptable","Sufficiente"
+"For Parts or Not Working","Per parti di ricambio o non funzionante"
+"Free","Gratis"
+"Invalid listing type in attribute.","Tipo di inserzione non valido nell'attributo."
+"Category ID","ID categoria"
+"Category Path","Percorso della categoria"
+"Please choose a condition to add...","Seleziona una condizione da aggiungere..."
+"Conditions Combination","Combinazione di condizioni"
+"eBay Values","Valori eBay"
+"Product Attribute","Attributo prodotto"
+"Payment status was updated to Paid on eBay.","Stato del pagamento aggiornato in Pagato su eBay."
+"Shipping status was updated to Shipped on eBay.","Stato della spedizione aggiornato in Spedito su eBay."
+"Buyer has changed the shipping address of this order at the time of completing payment on eBay.","L'acquirente ha modificato l'indirizzo di spedizione di questo ordine al momento di completare il pagamento su eBay."
+"Duplicated eBay orders with ID #%id%.","Ordini eBay duplicati con ID #%id%."
+"Order Creation Rules were not met. Press Create Order button at Order view page to create it anyway.","Regole di creazione dell'ordine non soddisfatte. Premi il pulsante Crea ordine sulla pagina di visualizzazione dell'ordine per crearlo comunque."
+"Magento Order #%order_id% should be canceled as new combined eBay order #%new_id% was created.","È necessario annullare l'ordine Magento #%order_id% poiché un nuovo ordine eBay combinato #%new_id% è stato creato."
+"eBay Order #%old_id% was deleted as new combined order #%new_id% was created.","L'ordine eBay #%old_id% è stato eliminato poiché un nuovo ordine combinato #%new_id% è stato creato."
+"Unable to create directory '%directory%'.","Impossibile creare la directory '%directory%'."
+"Image %url% was not downloaded.","Immagine %url% non scaricata."
+"Product import is disabled in eBay Account settings.","L'importazione del prodotto è disabilitata nelle impostazioni di account eBay."
+"Data obtaining for eBay Item failed. Please try again later.","Ottenimento dati per oggetto eBay non riuscito. Riprova più tardi."
+"Product for eBay Item #%id% was created in Magento catalog.","Il prodotto per l'oggetto eBay #%id% è stato creato nel catalogo Magento."
+"Magento Order creation for items listed by M2E Pro is disabled in Account settings.","La creazione dell'ordine Magento per oggetti messi in vendita da M2E Pro è disabilitata nelle impostazioni di account."
+"Magento Order creation for items listed by 3rd party software is disabled in Account settings.","La creazione dell'ordine Magento per oggetti messi in vendita da software di terze parti è disabilitata nelle impostazioni di account."
+"Product import is disabled in Account settings.","L'importazione del prodotto è disabilitata nelle impostazioni di account."
+"Not Selected Yet","Non ancora selezionato"
+"eBay Shipping","Spedizione eBay"
+"Checkout Message From Buyer","Messaggio di pagamento dall'acquirente"
+"Customer with ID specified in eBay account settings does not exist.","Il cliente con l'ID specificato nelle impostazioni di account eBay non esiste."
+"Invalid component mode.","Modalità componente non valida."
+"Magento Order was canceled.","Ordine Magento annullato."
+"Magento Order cannot be canceled.","Impossibile annullare l'ordine Magento."
+"Task ""Remove Duplicated Products"" is started. Please wait...","L'attività ""Rimuovi prodotti duplicati"" è iniziata. Attendi..."
+"Task ""Remove Duplicated Products"" is finished. Please wait...","L'attività ""Rimuovi prodotti duplicati"" è terminata. Attendi..."
+"Duplicated item %s was found and stopped on eBay.","È stato trovato ed interrotto su eBay l'oggetto duplicato %s."
+"Item status was successfully changed to ""Not Listed"".","Lo stato dell'oggetto è stato modificato correttamente in ""Non messo in vendita""."
+"Item status was successfully changed to ""Hidden"".","Lo stato dell'oggetto è stato modificato correttamente in ""Nascosto""."
+"Task ""Remove Unused Templates"" is started. Please wait...","L'attività ""Rimuovi modelli non utilizzati"" è iniziata. Attendi..."
+"Task ""Remove Unused Templates"" is finished. Please wait...","L'attività ""Rimuovi modelli non utilizzati"" è terminata. Attendi..."
+"Task ""Update Listings Products"" is started. Please wait...","L'attività ""Aggiorna prodotti delle inserzioni"" è iniziata. Attendi..."
+"Task ""Update Listings Products"" is finished. Please wait...","L'attività ""Aggiorna prodotti delle inserzioni"" è terminata. Attendi..."
+"Task ""Update Listings Products"" for eBay account: ""%s"" is started. Please wait...","L'attività ""Aggiorna prodotti delle inserzioni"" per l'account eBay: ""%s"" è iniziata. Attendi..."
+"Task ""Default Synchronization"" is started. Please wait...","L'attività ""Sincronizzazione predefinita"" è iniziata. Attendi..."
+"Task ""Default Synchronization"" is finished. Please wait...","L'attività ""Sincronizzazione predefinita"" è terminata. Attendi..."
+"The ""Receive"" action is started. Please wait...","L'azione ""Ricezione"" è iniziata. Attendi..."
+"The ""Receive"" action is finished. Please wait...","L'azione ""Ricezione"" è terminata. Attendi..."
+"The ""Receive"" action for eBay account: ""%s"" is started. Please wait...","L'azione ""Ricezione"" per l'account eBay: ""%s"" è iniziata. Attendi..."
+"The ""Response"" action is started. Please wait...","L'azione ""Risposta"" è iniziata. Attendi..."
+"The ""Response"" action is finished. Please wait...","L'azione ""Risposta"" è terminata. Attendi..."
+"Task ""Feedback Synchronization"" is started. Please wait...","L'attività ""Sincronizzazione Feedback"" è iniziata. Attendi..."
+"Task ""Feedback Synchronization"" is finished. Please wait...","L'attività ""Sincronizzazione Feedback"" è terminata. Attendi..."
+"The ""Categories Synchronization"" action is started. Please wait...","L'azione ""Sincronizzazione categorie"" è iniziata. Attendi..."
+"The ""Categories Synchronization"" action is finished. Please wait...","L'azione ""Sincronizzazione categorie"" è terminata. Attendi..."
+"The ""Categories Synchronization"" action for eBay Site: ""%s"" is started. Please wait...","L'azione ""Sincronizzazione categorie"" per il sito eBay: ""%s"" è iniziata. Attendi..."
+"The ""Categories Synchronization"" action for eBay Site: ""%mrk%"" has been successfully completed.","L'azione ""Sincronizzazione categorie"" per il sito eBay: ""%mrk%"" è stata completata correttamente."
+"The ""Receive Details"" action is started. Please wait...","L'azione ""Ricezione dettagli"" è iniziata. Attendi..."
+"The ""Receive Details"" action is finished. Please wait...","L'azione ""Ricezione dettagli"" è terminata. Attendi..."
+"The ""Receive Details"" action for eBay Site: ""%s"" is started. Please wait...","L'azione ""Ricezione dettagli"" per il sito eBay: ""%s"" è iniziata. Attendi..."
+"The ""Receive Details"" action for eBay Site ""%s"" is in data processing mode. Please wait...","L'azione ""Ricezione dettagli"" per il sito eBay: ""%s"" è in modalità di elaborazione dati. Attendi..."
+"The ""Receive Details"" action for eBay Site: ""%mrk%"" has been successfully completed.","L'azione ""Ricezione dettagli"" per il sito eBay: ""%mrk%"" è stata completata correttamente."
+"eBay Parts Compatibility Synchronization","Sincronizzazione compatibilità del pezzo di ricambio eBay"
+"The ""%s"" action is started. Please wait...","L'azione ""%s"" è iniziata. Attendi..."
+"The ""%s"" action is finished. Please wait...","L'azione ""%s"" è terminata. Attendi..."
+"Task ""Marketplaces Synchronization"" is started. Please wait...","L'attività ""Sincronizzazione mercati"" è iniziata. Attendi..."
+"Task ""Marketplaces Synchronization"" is finished. Please wait...","L'attività ""Sincronizzazione mercati"" è terminata. Attendi..."
+"eBay Orders Cancellation Synchronization","Sincronizzazione annullamento ordini eBay"
+"Task ""%s"" is started. Please wait...","L'attività ""%s"" è iniziata. Attendi..."
+"Task ""%s"" is finished. Please wait...","L'attività ""%s"" è terminata. Attendi..."
+"Task ""Orders Cancellation Synchronization"" for eBay account: ""%s"" is started. Please wait...","L'attività ""Sincronizzazione annullamento ordini"" per l'account eBay: ""%s"" è iniziata. Attendi..."
+"Reservation period cannot be less than 1 day.","Il periodo di prenotazione non può essere inferiore a 1 giorno."
+"eBay Orders Receive Synchronization","Sincronizzazione ricezione ordini eBay"
+"Task ""%s"" for eBay account: ""%s"" is started. Please wait...","L'attività ""%s"" per l'account eBay: ""%s"" è iniziata. Attendi..."
+"Task ""%s"" for eBay account: ""%acc%"" is in data processing state. Please wait...","L'attività ""%s"" per l'account eBay: ""acc%"" è in stato di elaborazione dati. Attendi..."
+"Task ""%s"" for eBay account: ""%s"" is in order creation state.. Please wait...","L'attività ""%s"" per l'account eBay: ""%s"" è in stato di creazione dell'ordine. Attendi..."
+"eBay Qty Reserve Cancellation Synchronization","Sincronizzazione annullamento prenotazione quantità eBay"
+"eBay Orders Update Synchronization","Sincronizzazione aggiornamenti ordini eBay"
+"eBay Orders Synchronization","Sincronizzazione ordini eBay"
+"The ""Relist"" action is started. Please wait...","L'azione ""Rimetti in vendita"" è iniziata. Attendi..."
+"The ""Relist"" action is finished. Please wait...","L'azione ""Rimetti in vendita"" è terminata. Attendi..."
+"The ""Revise"" action is started. Please wait...","L'azione ""Modifica"" è iniziata. Attendi..."
+"The ""Revise"" action is finished. Please wait...","L'azione ""Modifica"" è terminata. Attendi..."
+"The ""Stop"" action is started. Please wait...","L'azione ""Interruzione"" è iniziata. Attendi..."
+"The ""Stop"" action is finished. Please wait...","L'azione ""Interruzione"" è terminata. Attendi..."
+"Task ""Update 3rd Party Listings"" has completed with errors. View %sl%listings log%el% for details.","L'attività ""Aggiorna inserzioni di terze parti"" è stata completata con errori. Vedi %sl%listings log%el% per dettagli."
+"Task ""Update 3rd Party Listings"" has completed with warnings. View %sl%listings log%el% for details.","L'attività ""Aggiorna inserzioni di terze parti"" è stata completata con avvisi. Vedi %sl%listings log%el% per dettagli."
+"The ""Update 3rd Party Listings"" action is started. Please wait...","L'azione ""Aggiorna inserzioni di terze parti"" è iniziata. Attendi..."
+"The ""Update 3rd Party Listings"" action is finished. Please wait...","L'azione ""Aggiorna inserzioni di terze parti"" è terminata. Attendi..."
+"Task ""3rd Party Listings Synchronization"" for eBay account: ""%s"" is started. Please wait...","L'attività ""Sincronizzazione inserzioni di terze parti"" per l'account eBay: ""%s"" è iniziata. Attendi..."
+"Task ""3rd Party Listings Synchronization"" is started. Please wait...","L'attività ""Sincronizzazione inserzioni di terze parti"" è iniziata. Attendi..."
+"Task ""3rd Party Listings Synchronization"" is finished. Please wait...","L'attività ""Sincronizzazione inserzioni di terze parti"" è terminata. Attendi..."
+"The ""Business Policies Receive"" action for eBay Site: ""%s"" and Account: ""%s"" is started. Please wait...","L'azione ""Ricezione regole di vendita"" per il sito eBay: ""%s"" e per l'account: ""%s"" è iniziata. Attendi..."
+"The ""'.$this->synchName.'"" action is started. Please wait...","L'icona ""'.$this->synchName."" è iniziata. Attendi..."
+"The ""'.$this->synchName.'"" action is finished. Please wait...","L'icona ""'.$this->synchName."" è terminata. Attendi..."
+"Task ""'.$this->synchName.'"" is started. Please wait...","L'attività ""$this->synchName."" è iniziata. Attendi..."
+"Task ""'.$this->synchName.'"" is finished. Please wait...","L'attività ""$this->synchName."" è terminata. Attendi..."
+"The ""List"" action is started. Please wait...","L'azione ""Metti in vendita"" è iniziata. Attendi..."
+"The ""List"" action is finished. Please wait...","L'azione ""Metti in vendita"" è terminata. Attendi..."
+"Task ""Inventory Synchronization"" has completed with errors. View %sl%listings log%el% for details.","L'attività ""Sincronizzazione magazzino"" è stata completata con errori. Vedi %sl%listings log%el% per dettagli."
+"Task ""Inventory Synchronization"" has completed with warnings. View %sl%listings log%el% for details.","L'attività ""Sincronizzazione magazzino"" è stata completata con avvisi. Vedi %sl%listings log%el% per dettagli."
+"Task ""Inventory Synchronization"" is started. Please wait...","L'attività ""Sincronizzazione magazzino"" è iniziata. Attendi..."
+"Task ""Inventory Synchronization"" is finished. Please wait...","L'attività ""Sincronizzazione magazzino"" è terminata. Attendi..."
+"Template mode is empty.","La modalità del modello è vuota."
+"Title is empty.","Il titolo è vuoto."
+"Unknown product details name","Nome dettagli prodotto sconosciuto"
+"Owner object is out of knowledge range.","L'oggetto titolare è sconosciuto."
+"Template nick is out of knowledge range.","Lo pseudonimo del modello è sconosciuto."
+"Unable to get result object.","Impossibile ricevere oggetto risultato."
+"Marketplace ID is empty.","L'ID mercato è vuoto."
+"Country is empty.","Il paese è vuoto."
+"product(s)","prodotti"
+"Account does not exist.","L'account non esiste."
+"The eBay token obtaining is currently unavailable. Reason: %s","L'acquisizione del codice temporaneo eBay non è attualmente disponibile. Motivo: %s"
+"Token was successfully saved","Il codice temporaneo è stato salvato correttamente"
+"Account was successfully saved","Account salvato correttamente"
+"Please select account(s) to remove.","Seleziona gli account da rimuovere."
+"%s record(s) were successfully deleted.","Record %s eliminati correttamente."
+"%s record(s) are used in M2E Listing(s).","I record %s sono utilizzati nelle inserzioni M2E."
+"Account must not be in use to be deleted.","Per essere eliminato, l'account non deve essere in uso."
+"Some eBay store categories were deleted from eBay. Click
+ here to check.","Sono state eliminate da eBay alcune categorie del Negozio eBay. Clicca qui per verificare."
+"Account is not added or updated. Try again later.","Aggiunta o aggiornamento dell'account non effettuato. Riprova più tardi."
+"Settings was successfully saved.","Le impostazioni sono state salvate correttamente."
+"Feedback is not defined.","Feedback non definito."
+"Requested order was not found.","Impossibile individuare l'ordine richiesto."
+"Item's Marketplace is Unknown.","Mercato dell'oggetto sconosciuto."
+"Magento Categories are not specified on products you are adding.","Non hai indicato alcuna categoria Magento per i prodotti che stai aggiungendo."
+"Select Products (eBay Categories)","Seleziona prodotti (categorie eBay)"
+"There are no items to continue. Please, go back and select the item(s).","Non ci sono oggetti per continuare. Torna indietro e seleziona gli oggetti."
+"You have not selected the Primary eBay Category for some Magento Categories.","Non hai selezionato la categoria principale eBay per alcune categorie Magento."
+"Please, specify a value suitable for all chosen products.","Indica un valore adeguato per tutti i prodotti selezionati."
+"Listing is not defined","L'inserzione non è definita"
+"Synchronization settings was successfully saved.","Salvataggio delle impostazioni di sincronizzazione effettuato correttamente."
+"Manage Listings","Gestisci inserzioni"
+"The item was successfully removed.","L'oggetto è stato rimosso correttamente."
+"No categories found","Nessuna categoria trovata"
+"Requested eBay Item ID is not found.","Impossibile individuare l'ID oggetto eBay richiesto."
+"Listing does not exist.","L'inserzione non esiste."
+"Adding New Products action was not completed. Please, complete it.","L'aggiunta dell'azione Nuovi prodotti non è stata completata. Completala."
+"The listing is locked by another process. Please try again later.","L'inserzione è bloccata da un altro processo. Riprova più tardi."
+"Please select item(s) to remove.","Seleziona gli oggetti da rimuovere."
+"%s listing(s) were successfully deleted","Inserzioni %s eliminate correttamente"
+"%s listing(s) have listed items and can not be deleted","Le inserzioni %s hanno oggetti messi in vendita e non possono essere eliminate"
+"Compatibility Attribute is not selected.","L'attributo compatibilità non è selezionato."
+"Required parameters were not selected.","I parametri richiesti non sono stati selezionati."
+"ePIDs were saved in Compatibility Attribute.","ePID sono stati salvati in attributo compatibilità."
+"Listing Review","Revisione inserzioni"
+"Logs","Registri"
+"3rd Party Listing does not exist.","L'inserzione di terze parti non è disponibile."
+"Marketplaces","Mercati"
+"Sales","Vendite "
+"Order address has been updated.","Aggiornamento dell'indirizzo dell'ordine completato."
+"Please select order(s).","Seleziona ordini."
+"Payment status for selected eBay Order(s) was updated to Paid.","Lo stato del pagamento per gli ordini eBay selezionati è stato aggiornato su Pagato."
+"Payment status for selected eBay Order(s) was not updated.","Lo stato del pagamento per gli ordini eBay selezionati non è stato aggiornato."
+"Shipping status for selected eBay Order(s) was updated to Shipped.","Lo stato della spedizione per gli ordini eBay selezionati è stato aggiornato su Spedito."
+"Shipping status for selected eBay Order(s) was not updated.","Lo stato della spedizione per gli ordini eBay selezionati non è stato aggiornato."
+"Magento Order was created.","Creazione dell'ordine Magento completata."
+"Magento Order was not created. Reason: %s","Ordine Magento non creato. Motivo: %s"
+"Invoice was created.","Creazione della fattura completata."
+"Shipment was created.","Creazione della spedizione completata."
+"Transaction ID should be defined.","È necessario definire l'ID transazione."
+"eBay order transaction does not exist.","Transazione dell'ordine eBay non disponibile."
+"This is not a PayPal transaction.","Non si tratta di una transazione PayPal."
+"Please select item(s) to clear","Seleziona gli oggetti da cancellare"
+"The synchronization task log has been successfully cleaned.","Il registro delle attività di sincronizzazione è stato pulito correttamente."
+"eBay 3rd Party Listings are being downloaded now. ' .
+ 'They will be available soon in %s > Listings > 3rd Party. ' .
+ 'You can continue working with M2E Pro.","È attualmente in corso il download delle inserzioni di terze parti di eBay. "" Saranno presto disponibili in %s > Inserzioni > Terze parti "". 'Puoi continuare a utilizzare M2E Pro."
+"This product ID does not exist","Questo ID prodotto non esiste"
+"Error search charity","Errore ricerca organizzazione di beneficenza"
+"Policy does not exist.","La regola non esiste."
+"Policy was not saved.","La regola non è stata salvata."
+"Policy was successfully saved.","La regola è stata salvata correttamente."
+"Policy was successfully deleted.","La regola è stata eliminata correttamente."
+"Policy cannot be deleted as it is used in Listing settings.","Impossibile eliminare la regola in quanto è utilizzata nelle impostazioni dell'inserzione."
+"The listing was successfully saved.","Inserzione salvata correttamente."
+"To change account settings click on its record in the grid or choose Edit in the Action dropdown.
+ To review accounts feedback, click the appropriate link. An account can be also deleted, but only if it is not used in M2E listing settings.","Per modificare le impostazioni dell'account, clicca sul relativo record nella griglia o seleziona Modifica nel menu a discesa Azione. Per verificare i Feedback dell'account, clicca sul link adeguato. È inoltre possibile eliminare un account, ma soltanto se non viene utilizzato nelle impostazioni dell'inserzione di M2E."
+"
+ M2E allows you to receive feedback from your buyers and respond them according to the settings below.
+Note: The Feedback Synchronization must be enabled in %s > Configuration > Synchronization."," M2E consente di ricevere e rispondere ai Feedback degli acquirenti in base alle impostazioni seguenti.Nota: è necessario abilitare la sincronizzazione dei Feedback in %s > Configurazione > Sincronizzazione."
+"Buyers Feedback","Feedback acquirente"
+"Import Feedback","Importa Feedback"
+"Choose to import feedback from eBay buyers into Magento.","Importa i Feedback degli acquirenti eBay in Magento."
+"Seller Response","Risposta venditore"
+"Auto Response","Risposta automatica"
+"There are two ways to set up your auto response to buyer feedback:
+ Cycle Mode - the system chooses an existing response template according to the sales order and sends it to the buyer.
+ Random Mode - the system randomly chooses an existing response template and sends it out.","Sono disponibili due modi per impostare la risposta automatica ai Feedback lasciati dagli acquirenti: Modalità ciclo : il sistema seleziona un modello di risposta esistente in base all'ordine di vendita e lo invia all'acquirente. Modalità casuale : il sistema sceglie casualmente un modello di risposta esistente e lo invia."
+"Disabled","Disabilitata"
+"Cycle Mode","Modalità ciclo"
+"Random Mode","Modalità casuale"
+"Choose between Cycle Mode, Random Mode, or to disable it completely.","Seleziona la modalità ciclo o la modalità casuale oppure disattivale."
+"Send to","Invia a"
+"All","Tutto"
+"Responses to All feedbacks or Positive only.","Risposte a Tutti i Feedback o solo ai Feedback positivi."
+"Response Templates","Modelli di risposta"
+"Add Response Template","Aggiungi modello di risposta"
+"Edit Response Template","Modifica modello di risposta"
+"Should be between 2 and 80 characters long.","La lunghezza deve essere compresa tra 2 e 80 caratteri."
+"Please enter correct number of characters.","Immetti il numero di caratteri corretto."
+"You can add an eBay Production (live environment) or Sandbox (test environment) account.
+ Note: A Production eBay account only works in a live environment. A Sandbox account only works in a test environment. To register for a Sandbox account go to www.developer.ebay.com
+ After completing the General Information, click the Get Token button where you'll be redirected to the eBay website. Simply sign-in and press I Agree to allow my eBay account to connect to M2E Pro.
+ Once the Token is successfully accepted, the status will say “Yes†. Click the button “Save And Continue Edit†to proceed.","Puoi aggiungere un account eBay Production (ambiente live) o Sandbox (ambiente di prova). Nota: un account Production eBay funziona soltanto in un ambiente live. Un account Sandbox funziona soltanto in un ambiente di prova. Per registrare un account Sandbox vai su www.developer.ebay.com Dopo aver inserito le informazioni generali, clicca sul pulsante Ricevi codice temporaneo e verrai reindirizzato al sito Web di eBay. Accedi e premi Accetto per collegare l'account eBay a M2E Pro. Dopo l'accettazione del codice temporaneo, lo stato verrà impostato su ""Sì"" . Clicca sul pulsante ""Salva e continua la modifica"" per continuare."
+"Be attentive! By deleting account you delete all information on it from M2E Pro server. This will cause inappropriate work of all accounts' copies.","Attenzione L'eliminazione dell'account comporta l'eliminazione di tutte le relative informazioni dal server M2E Pro. Questo comporta un lavoro inappropriato per tutte le copie degli account."
+"No Customer entry is found for specified ID.","Nessun post cliente individuato per l'ID specificato."
+"If Yes is chosen, you must select at least one attribute for product mapping.","Se scegli Sì, devi selezionare almeno un attributo per l'associazione dei prodotti."
+"You should create at least one response template.","È necessario creare almeno un modello di risposta."
+"You must get token.","Devi acquisire il codice temporaneo."
+"Mode","Modalità"
+"Production (Live eBay)","Produzione (eBay dinamico)"
+"Sandbox (Test eBay)","Sandbox (eBay di prova)"
+"Environment of eBay account.","Ambiente dell'account eBay."
+"Token","Codice temporaneo"
+"Grant Access","Concedi accesso"
+"Ensure you acquire your token within 5 minutes, or you may exceed your time limit and have to start again.","Assicurati che il codice temporaneo venga accettato entro 5 minuti. In caso contrario, potresti superare il limite di tempo e dover ripetere la procedura."
+"Activated","Attivata"
+"Expiration Date","Data di scadenza"
+"
+ The 3rd Party Listings are the items, which were listed on eBay without using M2E Pro extension.
+
+ Set 'Yes' in Import 3rd Party Listings to allow importing for the current eBay Account. Imported listings you can find in Sell on eBay -> Listings -> 3rd Party.
+
+ Use 'Product Mapping' settings to connect eBay listings to Magento products.
+
+ Note: The 3rd Party Listings Synchronization must be enabled in %1$s > Configuration > Synchronization.
+ "," Le inserzioni di terze parti sono gli oggetti che sono stati messi in vendita su eBay senza utilizzare l'estensione M2E Pro. Per consentire l'importazione per l'account eBay corrente, imposta Importa inserzioni di terze parti su ""Sì"". Le inserzioni importate saranno disponibili in Vendi su eBay -> Inserzioni -> Terze parti. Utilizza le impostazioni ""Associazione prodotti"" per collegare le inserzioni eBay ai prodotti Magento. Nota: è necessario abilitare la sincronizzazione delle inserzioni di terze parti in %1$s > Configurazione > Sincronizzazione. "
+"Import 3rd Party Listings","Importa inserzioni di terze parti"
+"Allows importing 3rd Party Listings.Note: Only active eBay Listings created less than 2 years before will be imported.","Consente l'importazione di inserzioni di terze parti.Nota: verranno importate le sole inserzioni eBay create meno di 2 anni fa."
+"Product Mapping","Associazione prodotti"
+"Maps eBay product with Magento product.","Associa un prodotto eBay a un prodotto Magento."
+"Mapping Settings","Impostazioni di associazione"
+"Custom Label (SKU)","Etichetta personalizzata (codice prodotto)"
+"None","Nessuno"
+"Product SKU","Codice prodotto"
+"Listing Title","Titolo inserzione"
+"Mapped Items Synchronization","Sincronizzazione oggetti associati"
+"Enabled","Abilitata"
+"Enables / Disables synchronization of Mapped 3rd Party Listings for the current account. Click 'Synchronization Settings' button to configure settings.
+ Note: The first 3rd Party Listings Synchronization launches the first product automapping. After that you can launch it manually in Sell on eBay > Listings > 3rd Party.","Abilita/disabilita la sincronizzazione delle inserzioni di terze parti associate per l'account corrente. Clicca sul pulsante ""Impostazioni di sincronizzazione"" per configurare le impostazioni. Nota: quando si esegue per la prima volta la sincronizzazione delle inserzioni di terze parti viene avviata l'associazione automatica dei prodotti. In seguito, puoi avviarla manualmente in Vendi su eBay > Inserzioni > Terze parti."
+"Related Store Views","Negozi correlati"
+"Related Store View","Negozio correlato"
+"Establish connection between eBay sites and Magento Store Views for correct data synchronization.","Per una sincronizzazione corretta dei dati, crea un collegamento tra i siti eBay e i Negozi Magento."
+"For each eBay account M2E Pro allows import orders coming from eBay and setting up automatic Magento orders creation.
+ Using appropriate settings you can create Magento orders for the items listed by the 3rd party software and by M2E Pro.
+
+
+ Note: The Product Stock QTY only reduces after Magento Order creation.
+ The Order Synchronization must be enabled in %1$s > Configuration > Synchronization.","Per ogni account eBay, M2E Pro consente di importare gli ordini eBay e impostare la creazione automatica degli ordini Magento. Utilizzando le impostazioni adeguate, puoi creare ordini Magento per gli oggetti messi in vendita da software di terze parti e da M2E Pro. Nota: : la quantità di scorte dei prodotti viene ridotta solo dopo la creazione di un ordine Magento. È necessario abilitare la sincronizzazione degli ordini in %1$s > Configurazione > Sincronizzazione."
+"Import eBay Orders","Importa ordini eBay"
+"Choose to import the orders placed on eBay.","Importa gli ordini effettuati su eBay."
+"Product Is Listed By M2E Pro","Il prodotto è messo in vendita da M2E Pro"
+"Create Order in Magento","Crea ordine in Magento"
+"Whether an order has to be created in Magento if a sold product belongs to M2E Pro Listings.","Opzione da selezionare quando un ordine deve essere creato in Magento se un prodotto venduto appartiene alle inserzioni M2E Pro."
+"Magento Store View Source","Origine Negozio Magento"
+"Use Store View from Listing","Utilizza negozio dell'inserzione"
+"Choose Store View Manually","Scegli negozio manualmente"
+"Use the store view from your M2E Listing, or choose store view manually.","Utilizza il Negozio dalla tua inserzione M2E o selezionalo manualmente."
+"The store the orders will be placed in.","Il negozio nel quale verranno effettuati gli ordini."
+"Product Is Listed By Any Other Software","Prodotto messo in vendita tramite un software diverso"
+"Whether an order has to be created in Magento if a sold product does not belong to M2E Pro Listings.","Opzione da selezionare quando un ordine deve essere creato in Magento se un prodotto venduto non appartiene alle inserzioni M2E Pro."
+"Product Not Found","Impossibile individuare il prodotto"
+"Do Not Create Order","Non creare ordine"
+"Create Product and Order","Crea prodotto e ordine"
+"What has to be done if a listed product does not exist in Magento.","Azione da effettuare se un prodotto messo in vendita non è disponibile in Magento."
+"Note: Only simple products without variations can be created in Magento. If there is a product with variations on eBay, M2E Pro creates different simple products for each variation.","Nota: in Magento è possibile creare solo prodotti semplici senza varianti. Se su eBay è presente un prodotto con varianti, in M2E Pro vengono creati più prodotti semplici, uno per ogni variante."
+"Product Tax Class","Classe di imposte prodotto"
+"Tax Class which will be used for products created by M2E Pro.","La classe di imposte che verrà usata per i prodotti creati da M2E Pro."
+"Customer Settings","Impostazioni cliente"
+"Customers","Clienti"
+"There are several ways to specify a customer Magento Orders will be assigned to:
+
+ Guest Account - the system does not require a customer account to be created. Default guest account will be used instead.
+ Note: To use this option, Magento Guest Checkout option must be enabled.
+ Predefined Customer - the system uses predefined customer.
+ Create New - a new customer will be created in Magento.
+ Note: If a customer already exists in Magento, the system assigns orders to him.","Ci sono diversi modi per specificare un cliente al quale verranno assegnati degli ordini Magento: Account ospite : il sistema non richiede la creazione di un account cliente. Verrà utilizzato l'account ospite predefinito. Nota: per utilizzare questa opzione, in Magento deve essere abilitata l'opzione Compra come utente non registrato. Cliente predefinito : il sistema utilizza il cliente predefinito. Crea nuovo : verrà creato un nuovo cliente in Magento. Nota: se esiste già un cliente in Magento, il sistema gli assegnerà gli ordini."
+"Customer","Cliente"
+"Guest Account","Account ospite"
+"Predefined Customer","Cliente predefinito"
+"Create New","Crea nuovo"
+"Customer Magento Orders will be created for.","Cliente per cui verranno creati ordini Magento."
+"Customer ID","ID cliente"
+"Enter Magento customer ID.","Immetti l'ID cliente Magento."
+"Associate to Website","Associa a sito Web"
+"-- Please Select --","-- Effettua una selezione --"
+"Website a customer account will be created for.","Sito Web in cui verrà creato un account cliente."
+"Customer Group","Gruppo di clienti"
+"Customer Group a customer will be assigned to.","Gruppo di clienti a cui verrà assegnato un cliente."
+"Send Emails When The Following Is Created","Invia email quando viene creato l'elemento seguente"
+"Customer Account","Account cliente"
+"Magento Order","Ordine Magento"
+"Invoice","Documento di vendita"
+"Necessary emails will be sent according to Magento settings in Magento > System > Configuration > Sales Emails. Hold Ctrl button, to choose more, than one option.","Le email necessarie verranno inviate in base alle impostazioni di Magento in Magento > Sistema > Configurazione > Email di vendita. Per scegliere più opzioni tieni premuto il tasto CTRL."
+"Order Creation Rules","Regole di creazione ordini"
+"Set eBay Orders settings when Magento Orders have to be created.
+
+ The Reserve Quantity option can prevent the item selling before the Magento Order is created.
+ This is because the Product Stock Quantity is reduced after Magento Order creation.
+ It removes items from Magento Stock as soon as the order is received from eBay.","Definisci le impostazioni ordini di eBay quando devono essere creati ordini Magento. L'opzione Prenota quantità consente di evitare che l'oggetto sia venduto prima della creazione di un ordine Magento. Questo perché la quantità di scorte dei prodotti vengono ridotte solo dopo la creazione dell'ordine Magento. Gli oggetti verranno rimossi dalle scorte Magento alla ricezione dell'ordine da eBay."
+"Create Magento Order When","Crea ordine Magento quando"
+"Immediately","Subito"
+"Checkout Is Completed","Il pagamento è già stato effettuato"
+"Payment Is Received","Il pagamento è stato ricevuto"
+"Checkout Is Completed & Payment Received","Il pagamento è già stato effettuato e ricevuto"
+"Automatic Cancellation","Cancellazione automatica"
+"Never","Mai"
+"In %d days","Entro %d giorni"
+"Magento Orders, which were not paid in a definite time interval, will be cancelled. Unpaid Item Process will be launched for such orders on eBay.","Gli ordini Magento che non vengono pagati entro un intervallo di tempo specificato saranno cancellati. La procedura per il mancato pagamento di un oggetto verrà lanciata per questi ordini su eBay."
+"For %d day","Per %d giorno"
+"For %d days","Per %d giorni"
+"For how many days reserve qty has to be kept while Magento Order is not created.","Per quanti giorni è necessario conservare la prenotazione della quantità senza che venga creato un ordine Magento."
+"Order Tax Settings","Impostazioni fiscali ordine"
+"Choose the tax settings for your Magento Order:
+
+ eBay - Magento Orders use tax settings from the eBay Listing.
+ Magento - Magento Orders use Magento tax settings.
+ eBay & Magento - Magento Orders use tax settings from the eBay Listing. If there are no tax settings set in eBay, Magento tax settings are used.
+ None - No tax settings are set.","Seleziona le impostazioni fiscali per l'ordine Magento: eBay : gli ordini Magento utilizzano le impostazioni fiscali dell'inserzione eBay. Magento : gli ordini Magento utilizzano le impostazioni fiscali di Magento. eBay e Magento : gli ordini Magento utilizzano le impostazioni fiscali dell'inserzione eBay. Se su eBay non sono state definite le impostazioni fiscali, verranno utilizzate le impostazioni fiscali di Magento. Nessuna : non è stata definita alcuna impostazione fiscale."
+"Tax Source","Fonte fiscale"
+"eBay & Magento","eBay e Magento"
+"Order Status Mapping","Associazione stato ordine"
+"Configure mapping between your eBay Order state and Magento Order statuses.
+ Note: The Order activity in Magento is automatically reflected in your eBay Order:
+ Choose to create automatic invoices and automatic notify the buyer when the item ships.","Configura l'associazione tra lo stato dell'ordine eBay e gli stati dell'ordine Magento. Nota: l'attività Ordine in Magento viene automaticamente applicata all'ordine eBay: Crea fatture automatiche e comunica automaticamente all'acquirente quando l'oggetto viene spedito."
+"Status Mapping","Associazione di stato"
+"Default Order Statuses","Stati ordini predefiniti"
+"Custom Order Statuses","Stati ordini personalizzati"
+"Payment Is Completed","Il pagamento è stato effettuato"
+"Automatic Invoice Creation","Creazione automatica della fattura "
+"Shipping Is Completed","La spedizione è stata effettuata"
+"Automatic Shipment Creation","Creazione automatica della spedizione"
+"
+ With M2E you can also sell your Magento products on eBay store. The information about your store you can find below."," M2E ti consente di vendere i tuoi prodotti Magento nel Negozio eBay. Di seguito puoi trovare le informazioni sul tuo negozio."
+"Information","Informazioni"
+"Store Title","Titolo negozio"
+"URL","URL"
+"Subscription Level","Livello di iscrizione"
+"Updates store information.","Aggiorna le informazioni sul negozio."
+"Highlighted category ID.","ID categoria evidenziato."
+"This eBay account does not have an eBay Store subscription.","Questo account eBay non dispone di alcuna iscrizione al Negozio eBay."
+"Note: All changes you have made will be automatically applied to all M2E listings where this category is used.","Nota: tutte le modifiche apportate verranno applicate automaticamente alle inserzioni M2E che utilizzano questa categoria."
+"Do not show any more","Non mostrare più"
+"Marketplace","Paese"
+"
+ Be careful when you edit categories data, as all changes you have made will be automatically applied to all M2E listings where these categories are used.
+
+
+ Note: If M2E has defined, that a category was removed from eBay, it highlights it.
+ "," Presta attenzione quando modifichi i dati delle categorie in quanto tutte le modifiche verranno applicate automaticamente alle inserzioni M2E che utilizzano queste categorie. Nota: se M2E ha rilevato che una categoria è stata rimossa da eBay, quella categoria verrà evidenziata. "
+"Every time you set a category you specify Item Specifics adapted to M2E listing or product it is set for.
+ All variety of Item Specifics sets you can find on the Specifics tab.
+The number of sets is equal to the number of category usage in M2E.
+
+
+Note: When you change a Primary category, you will need to specify Item Specifics for every created dates.
+","Ogni volta che imposti una categoria, definisci anche le specifiche dell'oggetto per l'inserzione o il prodotto M2E applicabile. Nella scheda Specifiche puoi trovare tutti i gruppi di specifiche dell'oggetto disponibili. Il numero di gruppi è pari al numero di categorie utilizzate in M2E.Nota: quando modifichi una categoria principale, dovrai indicare le specifiche dell'oggetto per ogni data creata."
+"Created at","Ora creazione"
+"Simple","Semplici"
+"Advanced","Servizi avanzati"
+"There are two modes. Simple is suitable for new users and for those with a limited inventory. Advanced is suitable for the more experienced user.","Sono disponibili due modalità. La modalità semplice è ideale per i nuovi utenti e per gli utenti con un magazzino limitato. La modalità avanzata è ideale per utenti più esperti."
+"Notifications","Notifiche"
+"Cron","Cron"
+"Notifies if cron is not run more than 12 hours.","Notifica la mancata esecuzione del processo cron per più di 12 ore."
+"Negative Feedback","Feedback negativi"
+"Notifies when a new negative feedback was received.","Notifica la ricezione di un nuovo Feedback negativo."
+"Item Specifics Step","Specifiche dell'oggettoFase"
+"Not Show","Non mostrare"
+"If you do not need to change Item Specifics details every time you add products, you can skip this step (set 'Not Show\","Puoi saltare questo passaggio se non devi modificare le specifiche dell'oggetto ogni volta che aggiungi i prodotti (imposta ""Non mostrare"")"
+"Currency","Valuta"
+"Choose the currency you want to sell for.","Seleziona la valuta da utilizzare per le vendite."
+"Prevent eBay Item Duplicates","Impedisci la duplicazione di oggetti eBay"
+"Does not list a Magento product if it was listed from another M2E listing.
+
+ Note: This mechanism only works for auto listing and in Live eBay environment.","Non mette in vendita un prodotto Magento se è già stato messo in vendita in un'altra inserzione M2E. Nota: questo meccanismo funziona soltanto per la messa in vendita automatica in un ambiente eBay live."
+"Parts compatibility is a better way for sellers to list parts that fit a variety of vehicles. This format adds standard information to your listing. You can create one listing describing a single part and add a complete list of compatible vehicles.
+ To use this feature you have to:
+
+ In the section below choose the attribute, which will be used for saving ePIDs (Product Reference IDs) of compatible vehicles.
+ In created M2E listing on the 'View Listing' (Settings view mode) page use the Add Compatible Vehicles tool to find necessary compatible items.
+ ","Compatibilità dei ricambi è un modo migliore per mettere in vendita ricambi adatti a una varietà di veicoli. Questo formato aggiunge informazioni standard all'inserzione. Puoi creare un'inserzione con la descrizione di un singolo ricambio e aggiungere un elenco completo di veicoli compatibili. Per utilizzare questa funzione devi: Nella seguente sezione scegli l'attributo che verrà utilizzato per salvare l'ePID (ID riferimento prodotto) dei veicoli compatibili. Nell'inserzione M2E creata nella pagina ""Vedi inserzione"" (modalità Vista impostazioni), usa lo strumento Aggiungi veicoli compatibili per trovare gli oggetti compatibili necessari. "
+"Select Attribute","Seleziona attributo"
+"Only textarea attributes are shown.","Vengono mostrati i soli attributi area di testo."
+"You do not have textarea attributes.","Non disponi di attributi area di testo."
+"Set up general preferences for eBay and Save configuration.","Definisci le impostazioni generali per eBay e salva la configurazione."
+"Cron Is Not Running","Cron non è in esecuzione"
+"Feedback has been successfully sent.","Il Feedback è stato inviato correttamente."
+"Response Message","Messaggio di risposta"
+"Buyer's Feedback","Feedback acquirente"
+"Choose Predefined Feedback","Scegli Feedback predefinito"
+"Or Write Your Own","Oppure Scrivi il tuo Feedback"
+"This page contains all feedback received from buyers and all seller responses to them.
+ Use eBay Accounts dropdown to filter feedback by accounts.
+ If a response to feedback was not automatically sent, you can send it manually by pressing the Response button on
+ appropriate line and filling appeared form at the top of page.
+ Note: Auto Responses to feedback are sent according to the eBay Accounts settings.","In questa pagina sono contenuti tutti i Feedback ricevuti dagli acquirenti e tutte le risposte dei venditori. Utilizza il menu a discesa Account eBay per filtrare i Feedback in base agli account. Se non è stata inviata automaticamente una risposta al Feedback, puoi effettuare manualmente questa operazione premendo il pulsante Risposta nella riga appropriata e compilando il modulo visualizzato nella parte superiore della pagina. Nota: le risposte automatiche ai Feedback vengono inviate in base alle impostazioni degli account eBay."
+"eBay/Magento Integration: Listing","Integrazione eBay/Magento: inserzione"
+"General Settings","Impostazioni generali"
+"Select the desired eBay account to use. Next, choose your preferred eBay site. Finally, the Magento Store View you would like eBay to use.","Seleziona l'account eBay da utilizzare. In seguito, seleziona il sito eBay desiderato. Infine, imposta il Negozio Magento che eBay utilizzerà."
+"Create a title that's meaningful to you. Your Listing Title will not be displayed publicly.","Crea un titolo significativo. Il titolo dell'inserzione non sarà visibile agli utenti."
+"eBay Settings","Impostazioni di eBay"
+"This is the user name of your eBay account.","Questo è il nome utente del tuo account eBay."
+"This is the site where your item will be listed. Choose from the dropdown list. Your currency will be automatically selected based on your eBay Site choice.","Questo è il sito in cui verrà messo in vendita l'oggetto. Seleziona dal menu a discesa. La valuta verrà selezionata automaticamente in base al sito eBay scelto."
+"Magento Settings","Impostazioni Magento"
+"This is the store information that will be used on M2E Pro.","Queste sono le informazioni sul negozio che verrà utilizzato su M2E Pro."
+"Add","Aggiungi"
+"Account not found, please create it.","Account non trovato. Crealo."
+"Add Another","Aggiungi un altro"
+"Another Synchronization Is Already Running.","È già in esecuzione un'altra sincronizzazione."
+"Getting information. Please wait ...","Acquisizione di informazioni. Attendi..."
+"Preparing to start. Please wait ...","Preparazione all'avvio. Attendi..."
+"Please wait while synchronization is finished.","Attendi il completamento della sincronizzazione."
+"The specified title is already used for other listing. Listing title must be unique.","Il titolo specificato è già utilizzato per un'altra inserzione. Il titolo dell'inserzione deve essere univoco."
+"Step 1","Fase 1"
+"Step 2","Fase 2"
+"Step 3","Fase 3"
+"Product Assigned to Categories","Prodotto assegnato alle categorie"
+"No Action","Nessuna azione"
+"Add to the Listing","Aggiungi all'inserzione"
+"Add to the Listing and Assign eBay Category","Aggiungi all'inserzione e assegna la categoria eBay"
+"Action which will be applied automatically.","L'azione verrà applicata automaticamente."
+"Product Deleted from Categories","Prodotto eliminato da Categorie"
+"Stop on eBay","Interrompi su eBay"
+"Stop on eBay and Delete from Listing","Interrompi su eBay ed elimina dall'inserzione"
+"This category is already used in the rule %s. If you press ""Confirm"" button, category will be removed from that rule.","Questa categoria è già utilizzata nella regola %s. Se premi il pulsante ""Conferma"", la categoria verrà rimossa dalla regola."
+"Rules For Magento Categories","Regole per le categorie Magento"
+"Rules for products added or deleted from particularly Magento category.
+ To add a new rule click on the Add New Rule button.","Regole per i prodotti aggiunti o eliminati da determinate categorie Magento. Per aggiungere una nuova regola, clicca sul pulsante Aggiungi nuova regola."
+"Reset Automatic Action Rules","Reimposta regole azioni automatiche"
+"Global (all products)","Globale (tutti i prodotti)"
+"New Product Added to Magento","Nuovo prodotto aggiunto a Magento"
+"Product Deleted from Magento","Prodotto eliminato da Magento"
+"Reset Automatic Action Rule","Reimposta regola azioni automatiche"
+"Website","Sito web"
+"Product Added to Website","Prodotto aggiunto al sito Web"
+"Product Deleted from Website","Prodotto eliminato dal sito Web"
+"Rules of auto adding and deletion products from current listing.","Regole di aggiunta ed eliminazione automatica dei prodotti dall'inserzione corrente."
+"Auto Actions","Azioni automatiche"
+"Depending on products scope level (Global, Website, Category) you can set the rules of adding / deletion Magento products from the current listing.","A seconda dell'ambito dei prodotti (globale, sito Web, categoria), puoi definire delle regole per aggiungere o eliminare prodotti Magento dall'inserzione corrente."
+"Select the scope level of products to which you want to apply the rule:","Seleziona l'ambito dei prodotti al quale applicare la regola:"
+"Means that when a product is added or deleted from Magento catalog the rule is applied.","La regola verrà applicata quando un prodotto viene aggiunto o eliminato dal catalogo Magento."
+"Means that when a product is added or deleted from the Store you selected in M2E Listing setting the rule is applied.","La regola verrà applicata quando un prodotto viene aggiunto o eliminato dal Negozio che hai selezionato nelle impostazioni dell'inserzione M2E."
+"Means that when a product is added or deleted from Magento category, specified in the rule settings, the rule is applied.","La regola verrà applicata quando un prodotto viene aggiunto o eliminato dalla categoria Magento indicata nelle impostazioni delle regole."
+"Step 4","Fase 4"
+"The only common (presented in all attribute sets) ""Text Field"" or ""Dropdown"" attributes available for selection.","Sono disponibili per la selezione i soli attributi comuni (presenti in ogni insieme di attributi) ""Campo di testo"" o ""Menu a discesa""."
+"If you cannot find necessary category, try to update eBay sites data .","Se non riesci a trovare la categoria richiesta, prova ad aggiornare i dati del sito eBay ."
+"If you cannot find necessary store category, try to refresh eBay store data .","Se non riesci a trovare il negozio richiesto, prova ad aggiornare i dati del Negozio eBay ."
+"Enter keyword(s) or category ID...","Inserisci le parole chiave o l'ID categoria..."
+"No recently used categories","Nessuna categoria utilizzata di recente"
+"Change","Modifica"
+"No results","Nessun risultato"
+"Try to update eBay sites data and repeate the search.","Prova ad aggiornare i dati del sito eBay e ripeti la ricerca."
+"Try to refresh eBay store data and repeate the search.","Prova ad aggiornare i dati del Negozio eBay e ripeti la ricerca."
+"eBay Category","Categoria eBay:"
+"eBay Primary Category must be selected.","Devi selezionare la categoria principale eBay."
+"eBay Store Category","Categoria Negozio eBay"
+"eBay Primary Store Category must be selected.","Devi selezionare la categoria principale del Negozio eBay."
+"You have to set eBay Categories before you can List Items on eBay.","Prima di poter mettere in vendita oggetti su eBay, devi impostare le categorie eBay."
+"Choose one of the options below.","Scegli una delle opzioni qui di seguito."
+"The same category","La stessa categoria"
+"The Products will all have the same category.","Tutti i prodotti verranno assegnati alla stessa categoria."
+"Remember my choice and skip this step in the future.","Ricorda la mia scelta e ignora questo passaggio in futuro."
+"Based on Magento categories","In base alle categorie Magento"
+"The products will all have the eBay categories that are based on Magento categories.","Tutti i prodotti verranno assegnati alle categorie eBay in base alle categorie Magento."
+"Get suggested categories","Mostra categorie suggerite"
+"eBay suggests the best categories for your products based on title and attribute set of product.","eBay suggerisce le categorie più appropriate per i tuoi prodotti in base al titolo e all'insieme di attributi del prodotto."
+"Set manually for each product","Imposta manualmente per ogni prodotto"
+"You have complete freedom to choose (individually, or by grouping a set of products together) the most suitable eBay category for your products.","Sei libero di scegliere (per ciascun prodotto o gruppo di prodotti) la categoria eBay più adatta per i tuoi prodotti."
+"If you continue the settings you will choose next will be applied to the current M2E Listing and automatically assigned to all products added later. ","Se decidi di continuare, le impostazioni che selezionerai verranno applicate all'inserzione M2E corrente e assegnate automaticamente a tutti i prodotti aggiunti in un secondo momento. "
+"Apply Settings","Applica impostazioni"
+"Warning: There are product(s) of
+which have no Primary eBay category specified.
+
+You can correct it now by Cancelling this message and choosing Edit Category action.
+Or if you are not sure which category to choose, Continue working.
+You will have a chance to correct category(s) later in the listing settings.","Avvertenza: ci sono dei prodotti per i quali non è stata definita alcuna categoria principale eBay. Per risolvere ora questo problema, chiudi il messaggio e seleziona l'azione Modifica categoria. Se non sei sicuro di quale categoria scegliere, ignora questo passaggio. Potrai sempre modificare le categorie nelle impostazioni dell'inserzione."
+"Skip Optional Specifics","Ignora specifiche facoltative"
+"M2E will check all available Item Specifics for selected eBay Categories and stops at the Category where user action is required (required Item Specifics should be set).","M2E verificherà tutte le specifiche dell'oggetto disponibili per le categorie eBay selezionate e si arresterà sulle categorie per le quali è richiesta un'azione da parte dell'utente (è necessario definire le specifiche dell'oggetto obbligatorie)."
+" All selected eBay Categories were checked for required Item Specifics.
+
+ Now you can proceed further (use Continue button) or close this window and review Item Specifics if neccessary (use Cancel button)."," Sono state verificate le specifiche dell'oggetto obbligatorie per tutte le categorie eBay selezionate. Ora puoi proseguire (clicca sul pulsante Continua) o chiudere questa finestra e controllare, se necessario, le specifiche dell'oggetto (clicca sul pulsante Annulla)."
+"The category %cat% doesn't have Item Specific.","Alla categoria %cat% non è stata associata alcuna specifica dell'oggetto."
+"Adding specific item details will attract your buyers and help them to find your item in a search. We recommend using as many item specifics as you can.
+ There are mandatory specifics and the chance to create your own.
+
+ There are four options available to you.
+
+
+
+ eBay Recommended
+ eBay recommends certain characteristics your item may possess. Simply choose the most appropriate one from the drop down menu.
+ So if you are selling headphones, eBay will recommend an ABC list of the most common brands from Apple and Bose to Creative.
+ This is a sensible option for beginners to eBay.
+
+ Note: These options correspond to the Primary eBay Category, not any Secondary Category you may have chosen.
+
+
+ Custom Attribute
+ You can create more customisable detail by choosing the Custom Attribute that contains the item specific.
+
+
+ Custom Value
+ This allows you to manually type specific information about your product rather than choosing from a dropdown list.
+ This is particularly useful if the eBay recommended option does not include information about the specific item you have for sale.
+
+
+ None
+ You choose not to offer potential buyers any item specific information. Be aware that this may hamper your items appearing in eBay search results.
+
+ ","L'aggiunta di dettagli specifici dell'oggetto attirerà l'attenzione degli acquirenti e li aiuterà a individuare il tuo oggetto in una ricerca. Ti consigliamo di utilizzare quante più specifiche possibile. Oltre alle specifiche obbligatorie, sono disponibili delle specifiche personalizzate. Hai a disposizione quattro opzioni. Consigliato da eBay eBay ti consiglia alcune caratteristiche per il tuo oggetto. Seleziona le caratteristiche più adatte dal menu a discesa. Ad esempio, se vendi auricolari, eBay ti consiglierà un elenco alfabetico dei marchi più popolari, da Apple a Bose e Creative. Si tratta di un'opzione utile per gli utenti meno esperti di eBay. Nota: queste opzioni corrispondono alla categoria eBay principale e non alla categoria secondaria che potresti aver selezionato. Attributo personalizzato Per dettagli maggiormente personalizzati, seleziona l'Attributo personalizzato che contiene la specifica dell'oggetto. Valore personalizzato Questo ti consente di inserire manualmente informazioni specifiche sul prodotto piuttosto che selezionarle da un elenco a discesa. Questa funzione si rivela particolarmente utile se l'opzione consigliata da eBay non fornisce informazioni sull'oggetto che desideri mettere in vendita. Nessuno Puoi decidere di non fornire ai potenziali acquirenti nessuna informazione sull'oggetto. Questa decisione potrebbe tuttavia escludere i tuoi oggetti dai risultati delle ricerche su eBay. "
+"Value","Valore"
+"Add more information to help buyers find your item in search results.","Aggiungi maggiori informazioni per aiutare gli acquirenti a trovare il tuo oggetto nei risultati della ricerca. "
+"eBay Recommended","Consigliato da eBay"
+"Custom Value","Valore personalizzato"
+"Custom Attribute","Attributo personalizzato"
+"Custom Label / Attribute","Etichetta/attributo personalizzato"
+"M2E Pro Listings","Inserzioni M2E Pro"
+"This page contains all created M2E Listings.
+You can perform different Actions on a single Listing or on a group of Listings.
+Actions for a single Listing you can find in the Action column of the grid. Choose a necessary option in the appropriate Listing dropdown to execute it.
+ Mass actions are in the Actions dropdown at the top right corner of the grid. Select check-boxes of appropriate items, choose an Action from the dropdown and press the Submit button.","In questa pagina sono contenute tutte le inserzioni M2E. Puoi eseguire diverse azioni su una singola inserzione o su un gruppo di inserzioni. Azioni per un'inserzione singola disponibili nella colonna Azione della griglia. Scegli un'opzione necessaria nel menu a discesa Inserzione appropriato per eseguirla. Le azioni in massa sono disponibili nel menu a discesa Azioni nell'angolo superiore destro della griglia. Seleziona le caselle di testo degli oggetti appropriati, scegli un'azione nel menu a discesa e premi il pulsante Invia."
+"This Log contains all information about actions, which were done on all M2E Pro Listings and their items.","Questo registro contiene le informazioni relative alle azioni effettuate su tutte le inserzioni M2E Pro e sui rispettivi oggetti."
+"
+This page contains eBay Listings, which belong to registered eBay Accounts (%1$s > Configuration > Accounts Settings) and were listed not by M2E Pro extension.
+They are filtered by eBay User ID and Marketplaces in the grid. To review necessary 3rd Party Listings click on appropriate line of the grid.
+
+Note: To import eBay 3rd Party Listings the 3rd Party Listings Import must be enabled in account's settings
+(%1$s > Configuration > Accounts Settings > 3rd Party Listings tab) and the 3rd Party Listings Synchronization must be enabled in %1$s > Configuration > Synchronization.
+
+Important: Initially (the first synchronization of 3rd Party Listings) M2E imports items which have been listed not later than a year ago.
+","In questa sezione sono contenute le inserzioni che appartengono ad account eBay registrati (%1$s > Configurazione > Impostazioni account) e che non sono state pubblicate tramite l'estensione M2E Pro. Sono filtrati in base all'ID utente eBay e ai mercati nella griglia. Per controllare le inserzioni di terzi parti richieste, clicca sulla riga della griglia adeguata.Nota: per importare le inserzioni di terze parti eBay, devi abilitare Importazione inserzioni di terze parti nelle impostazioni dell'account (%1$s > Configurazione > Impostazioni account > scheda Inserzioni di terze parti), nonché Sincronizzazione inserzioni di terze parti in %1$s > Configurazione > Sincronizzazione.Importante: durante la prima sincronizzazione delle inserzioni di terze parti, M2E importa i soli oggetti messi in vendita da meno di un anno."
+"This Log contains all information about actions, which were done on 3rd Party Listings.","Questo registro contiene tutte le informazioni sulle azioni che sono state effettuate sulle inserzioni di terze parti."
+"Define the conditions when you want eBay items relisted.
+ ","Definisci le condizioni per rimettere in vendita oggetti su eBay. "
+"Relist Action","Azione di rimessa in vendita"
+"Activates Relist action.","Attiva l'azione Rimetti in vendita."
+"Relist When Stopped Manually","Rimetti in vendita dopo interruzione manuale"
+"Relists an item by over-riding any manual stop.","Rimette in vendita un oggetto ignorando tutte le interruzioni manuali."
+"Synchronize Data","Sincronizza dati"
+"Updates title, subtitle, description, price, quantity and shipment on eBay items.","Aggiorna titolo, sottotitolo, descrizione, prezzo, quantità e spedizione per gli oggetti eBay."
+"Relist Conditions","Condizioni di rimessa in vendita"
+"Product Status","Stato prodotto"
+"Product status when item will be relisted.","Stato del prodotto quando l'oggetto verrà rimesso in vendita."
+"Stock Availability when item will be relisted.","Disponibilità di scorte quando l'oggetto verrà rimesso in vendita."
+"Quantity","Quantità"
+"Less","Inferiore"
+"More or Equal","Maggiore o uguale"
+"Between","Tra il"
+"Product(s) quantity when item will be relisted.","Quantità dei prodotti quando l'oggetto verrà rimesso in vendita."
+"Min Quantity","Quantità minima"
+"Max Quantity","Quantità massima"
+"Specify the product details you want to keep up to date on eBay.","Indica i dettagli del prodotto che desideri aggiornare su eBay."
+"Partial Revise","Modifica parziale"
+"Item Quantity","Quantità oggetti"
+"Updates eBay listing quantity when it changes in Magento.","Aggiorna la quantità dell'inserzione eBay quando cambia in Magento."
+"Item Price","Prezzo dell'oggetto"
+"Updates eBay listing price when it changes in Magento.","Aggiorna il prezzo dell'inserzione eBay quando cambia in Magento."
+"Updates eBay listing title when it changes in Magento.","Aggiorna il titolo dell'inserzione eBay quando cambia in Magento."
+"Item Subtitle","Sottotitolo dell'oggetto"
+"Updates eBay listing subtitle when it changes in Magento.","Aggiorna il sottotitolo dell'inserzione eBay quando cambia in Magento."
+"Item Description","Descrizione dell'oggetto"
+"Updates eBay listing description when it changes in Magento.","Aggiorna la descrizione dell'inserzione eBay quando cambia in Magento."
+"Specifies Magento product data to be synchronized with eBay.
+
+ Note: If you set 'Not Set' in an option, the synchronization will not be performed for it.","Specifica i dati del prodotto Magento da sincronizzare con eBay. Nota: se imposti un'opzione su ""Non impostato"", la sincronizzazione non verrà eseguita per quell'opzione."
+"The price will be calculated according to Catalog Price Rules (Magento > Promotions > Catalog Price Rules).","Il prezzo verrà calcolato in base alle regole sui prezzi di catalogo (Magento > Promotions > Regole sui prezzi di catalogo)."
+"Updates price on eBay listing(s) when the source of price changes.","Aggiorna il prezzo nelle inserzioni eBay quando viene modificata l'origine del prezzo."
+"Synchronization Source","Origine sincronizzazione"
+"Not Set (not changeable on eBay)","Non impostato (non modificabile su eBay)"
+"Product QTY","QTÀ prodotti"
+"Magento Attributes","Attributi Magento"
+"Product QTY - eBay listing quantity will be synchronized with Magento product quantity.
+ Magento Attribute - eBay listing quantity will be synchronized with attribute value.
+","Quantità prodotto : la quantità dell'inserzione eBay verrà sincronizzata con la quantità del prodotto Magento. Attributo Magento : la quantità dell'inserzione eBay verrà sincronizzata con il valore dell'attributo."
+"Product Price","Prezzo prodotto"
+"Special Price","Prezzo speciale"
+"
+ Product Price - eBay Listing price will be synchronized with the original Magento product price.
+ Special Price - eBay Listing price will be synchronized with the special price of Magento product.
+ Magento Attribute - eBay listing price will be synchronized with attribute value.
+"," Prezzo del prodotto : il prezzo dell'inserzione eBay verrà sincronizzato con il prezzo originale del prodotto Magento. Prezzo speciale : il prezzo dell'inserzione eBay verrà sincronizzato con il prezzo speciale del prodotto Magento. Attributo Magento : il prezzo dell'inserzione eBay verrà sincronizzato con il valore dell'attributo."
+"
+ Product Name - eBay listing title will be synchronized with the original Magento product name.
+ Magento Attribute - eBay listing title will be synchronized with attribute value.
+ "," Nome del prodotto : il titolo dell'inserzione eBay verrà sincronizzato con il nome originale del prodotto Magento. Attributo Magento : il titolo dell'inserzione eBay verrà sincronizzato con il valore dell'attributo. "
+"Choose Magento attribute that will be synchronized with subtitle on eBay.","Seleziona un attributo Magento che verrà sincronizzato con il sottotitolo su eBay."
+"Product Description","Descrizione del prodotto"
+"Product Short Description","Descrizione breve del prodotto"
+"
+ Product Description - eBay listing description will be synchronized with the original description of Magento product.
+ Product Short Description - eBay listing description will be synchronized with the original short Magento product description.
+ Magento Attribute - eBay listing description will be synchronized with attribute value.
+ "," Descrizione del prodotto : la descrizione dell'inserzione eBay verrà sincronizzata con la descrizione originale del prodotto Magento. Breve descrizione del prodotto : la descrizione dell'inserzione eBay verrà sincronizzata con la breve descrizione originale del prodotto Magento. Attributo Magento : la descrizione dell'inserzione eBay verrà sincronizzata con il valore dell'attributo. "
+"Define the conditions when you want eBay items stopped.
+
+ Note: If all options are set to No or No Action, then the stop action is disabled.
+If all options are enabled, then an item will be stopped if at least one of the Stop Conditions is met.","Definisci le condizioni per interrompere oggetti su eBay. Nota: se tutte le opzioni vengono impostate su No o Nessuna azione, l'azione di interruzione viene disabilitata. Se tutte le opzioni sono abilitate, un oggetto verrà interrotto se viene soddisfatta almeno una delle condizioni di interruzione."
+"Stop Conditions","Condizioni di interruzione"
+"Stop When Status Disabled","Interrompi quando lo stato è Disabilitato"
+"Automatically stops eBay listing if its status is changed to 'Disabled' in Magento.","Interrompe automaticamente l'inserzione eBay se il relativo stato in Magento è impostato su ""Disabilitato""."
+"Stop When Out Of Stock","Interrompi se esaurito"
+"Automatically stops eBay listing if its stock availability is changed to 'Out Of Stock' in Magento.","Interrompe automaticamente l'inserzione eBay se la relativa disponibilità di scorte in Magento è impostata su ""Esaurito""."
+"Stop When Item Quantity Is","Interrompi se la quantità dell'oggetto è"
+"Less or Equal","Minore o uguale"
+"More","Altro"
+"Automatically stops eBay listing if its Magento quantity is changed and meets the conditions.","Interrompe automaticamente l'inserzione eBay se la quantità Magento è stata modificata e soddisfa le condizioni."
+"Min Item Quantity","Quantità oggetti minima"
+"Max Item Quantity","Quantità oggetti massima"
+"Displayed products have the same Attribute Set as the Listing you are going to add them to.
+ Note: A product can be added to the listing only once. If a product was added to the Listing earlier, it will not be displayed. ","I prodotti visualizzati dispongono dello stesso insieme di attributi dell'inserzione a cui vengono attualmente aggiunti. Nota: è possibile aggiungere un prodotto all'inserzione una sola volta. Se un prodotto è stato aggiunto all'inserzione precedentemente, non sarà visualizzato. "
+"%s product(s) were successfully added to the M2E Listing.
+ You can Review them in the Listing or Start listing on eBay right now.
+ Note: The products without Primary eBay Category specified will not be listed. You can specify it later in the listing settings.","Sono stati aggiunti correttamente %s prodotto/i all'inserzione M2E. Puoi verificarli nell'inserzione o pubblicare immediatamente l'inserzione su eBay. Nota: i prodotti ai quali non è stata assegnata alcuna categoria principale eBay non verranno messi in vendita. Puoi specificarla in un secondo momento nelle impostazioni dell'inserzione."
+"Magento Categories","Categorie Magento"
+"The quantity of chosen products in each category is shown in brackets.
+
+If the product belongs to several categories, it is shown in each category. And if you remove the category with such product it will be subtracted from
+ each category.
+
+","La quantità dei prodotti selezionati in ogni categoria viene mostrata tra parentesi. Se il prodotto appartiene a più categorie, viene mostrato in ogni categoria. Inoltre, se rimuovi la categoria a cui è assegnato il prodotto, quest'ultimo verrà eliminato da tutte le categorie."
+"Selected Products: ","Prodotti selezionati: "
+"Selected Categories: ","Categorie selezionate: "
+"view","visita"
+"Search Items","Cerca oggetti "
+"This page contains all products added to M2E listings or assigned to the 3rd Party. It allows quick searching listings by their products.","Questa pagina contiene tutti i prodotti aggiunti alle inserzioni M2E o assegnati a terze parti. Consente di cercare rapidamente le inserzioni in base ai relativi prodotti."
+"Keep the existing M2E Listing settings or customise these settings for the products shown below.","Mantieni le impostazioni correnti dell'inserzione M2E o personalizzale per i prodotti mostrati di seguito."
+"You can edit Settings for a single product by choosing necessary edit action on appropriate line of the grid
+ or edit and set the same settings for several products items: select items and choose necessary action from the Actions drop down menu.","Puoi modificare le impostazioni per un unico prodotto selezionando, nella riga della griglia corrispondente, l'azione di modifica richiesta oppure puoi modificare e impostare le stesse impostazioni per più prodotti: seleziona gli oggetti e scegli l'azione richiesta dal menu a discesa Azioni."
+"Select appropriate product view.","Seleziona la vista del prodotto adeguata."
+"There are two ways to select your products :","Sono disponibili due modi per selezionare i prodotti:"
+"Products List","Elenco prodotti"
+"Products are displayed altogether.","I prodotti sono mostrati insieme."
+"Products grouped by Magento categories.","Prodotti riuniti per categorie Magento."
+"Customized","Personalizzato"
+"M2E Pro Policies","Regole di M2E Pro"
+"Policy with the same title already exists.","Esistono già una regola con lo stesso titolo."
+"Please specify policy title","Indica il titolo della regola"
+"Save New Policy","Salva nuova regola"
+"Use From Listing Settings","Recupera da impostazioni inserzione"
+"eBay Policies","Regole di eBay"
+"or","o"
+"Use Custom Settings","Utilizza impostazioni personalizzate"
+"Based on Product","In base al prodotto"
+"Fee cannot be estimated because of next error(s)","Impossibile stimare la tariffa a causa dei seguenti errori"
+"Getting Estimated Fee is in progress...","È in corso la stima delle tariffe..."
+"Listing Items","Oggetti inserzione"
+"This page contains products you have added to the Listing. You can review them and perform necessary actions.
+ You can also add a new M2E Pro Listing or navigate to other Listing directly from this page. Click the icon next to your Listing Title and a drop down menu appears.","Questa pagina contiene i prodotti aggiunti all'inserzione. Puoi verificarli ed effettuare le azioni richieste. Puoi inoltre aggiungere una nuova inserzione M2E Pro o visualizzare altre inserzioni direttamente da questa pagina. Se clicchi sull'icona accanto al titolo dell'inserzione viene mostrato un menu a discesa."
+"There are three 'Views' available to you in Advanced mode:
+
+ eBay - displays product information related to eBay. In this mode, you can easily find products by eBay information, perform actions in bulk (i.e. List, Revise, Relist, Stop, etc);
+ Magento - displays products information related to Magento Catalog. In this mode, you can easily find products using magento products information (i.e. Magento QTY, Stock Status, etc);
+ Settings - displays information about settings set for products (i.e. Selling settings, eBay categories, etc). In this mode, you can easily find products by settings they use, change the settings in bulk.
+
+ You can switch between modes using dropdown at the top of the product grid.
+
+ Note: If you need to search by magento product attributes which is not presented in the filters of the grid, you can use 'Show Advanced Filter' option.
+ It's at the top of the page on the right hand side.","Nella modalità Avanzata sono disponibili tre ""Viste"" : eBay : mostra le informazioni sui prodotti correlate a eBay. Questa modalità ti permette di trovare in modo agevole i prodotti in base alle informazioni eBay ed effettuare più azioni contemporaneamente (ad esempio mettere in vendita, modificare, rimettere in vendita, interrompere, ecc.); Magento : mostra le informazioni sui prodotti correlate al catalogo Magento. Questa modalità ti permette di trovare in modo agevole i prodotti utilizzando le informazioni sui prodotti Magento (ad esempio quantità di Magento, stato delle scorte, ecc.); Impostazioni : mostra le informazioni sulle impostazioni definite per i prodotti (ad esempio impostazioni relative alle vendite, categorie eBay, ecc.). Questa modalità ti permette di trovare in modo agevole i prodotti in base alle impostazioni utilizzate e modificare più impostazioni contemporaneamente. Puoi modificare la modalità utilizzando il menu a discesa nella parte superiore della griglia del prodotto. Nota: se devi effettuare una ricerca in base ad attributi del prodotto Magento non disponibili nei filtri della griglia, puoi utilizzare l'opzione ""Mostra filtro avanzato"" . L'opzione è disponibile nella parte superiore destra della pagina."
+"Add New Listing","Aggiungi nuova inserzione"
+"Marketplaces settings have been saved.","Le impostazioni del mercato sono state salvate."
+"You must select at least one marketplace you will work with.","Devi selezionare almeno un mercato in cui opererai."
+"Synchronization has successfully ended.","Sincronizzazione completata correttamente."
+"Synchronization ended with warnings. View log for details.","Sincronizzazione completata con avvisi. Vedi il registro per ulteriori informazioni."
+"Synchronization ended with errors. View log for details.","Sincronizzazione completata con errori. Vedi il registro per ulteriori informazioni."
+"Some eBay categories were deleted from eBay. Click here to check.","Sono state eliminate da eBay alcune categorie. Clicca qui per verificare."
+"Used in Listing(s)","Utilizzato nelle inserzioni"
+"Waiting","In attesa"
+"Processing","Elaborazione in corso"
+"Completed","Completato"
+"Enable certain marketplaces you will work with and press the Save And Update button. All necessary marketplace data will be downloaded and synchronized with M2E Pro.
+
+It is recommended to update marketplaces when any marketplace changes are announced.
+
+Note: Installation and update processes might be time-consuming, depending on the number of enabled marketplaces and your server environment. ","Attiva determinati mercati con cui lavorerai e premi il pulsante Salva e aggiorna. Tutti i dati richiesti relativi al mercato verranno scaricati e sincronizzati con M2E Pro. Quando viene annunciata una modifica ai mercati, è consigliabile aggiornarli.Nota: i processi di installazione e aggiornamento potrebbero richiedere molto tempo, a seconda del numero di mercati abilitati e del tuo ambiente server. "
+"Please specify eBay motors compatibility attribute in %s > Configuration > General ","Specifica l'attributo compatibilità con eBay Motori in %s > Configurazione > Generale "
+"Please edit categories settings for selected products and select the compatibility attribute.","Modifica le impostazioni delle categorie per i prodotti selezionati e scegli l'attributo compatibilità."
+"Add Compatible Vehicles","Aggiungi veicoli"
+"Select the items, compatible with your part and choose one of three actions in the Actions dropdown:
+
+ Overwrite ePIDs in Compatibility Attribute - replaces items ePIDs in the Compatibility Attribute chosen in %s > Configuration > General with selected ones.
+ Add ePIDs to Compatibility Attribute - adds selected items ePIDs to existing ones in Compatibility Attribute chosen in the General settings.
+
+Note: Compatibility items can not be replaced or removed from eBay.","Seleziona gli oggetti compatibili con il ricambio e scegli una delle tre azioni nel menu a discesa Azioni: Sovrascrivi ePID nell'attributo compatibilità : sostituisce gli ePID degli oggetti nell'attributo compatibilità definito in %s > Configurazione > Generale con gli ePID selezionati. Aggiungi ePID all'attributo compatibilità : aggiunge gli ePID degli oggetti selezionati a quelli presenti nell'attributo compatibilità definito nelle impostazioni generali. Nota: gli oggetti compatibilità non possono essere sostituiti o rimossi da eBay."
+"Selected ePIDs","ePID selezionati"
+"Order Address Information","Informazioni di registrazione ordine"
+"Buyer Name","Nome dell'acquirente"
+"Buyer E-Mail","E-mail acquirente"
+"Street Address","Via"
+"City","Città"
+"Country","Paese"
+"Region/State","Regione/Stato"
+"Zip/Postal Code","CAP"
+"Telephone","Telefono"
+"
+This page contains all orders imported from eBay.
+Use eBay Accounts dropdown to filter eBay orders by accounts.
+If Magento Order, Invoice or / and Shipment was not created automatically,
+you can create them manually by using appropriate options in the Action dropdown.
+Note: Automatic creation of Magento Orders, Invoices, and Shipments executes according to the eBay Accounts settings in %s > Configuration > Accounts > Orders.","In questa pagina sono contenuti tutti gli ordini importati da eBay. Utilizza il menu a discesa Account eBay per filtrare gli ordini eBay in base agli account. Se l'ordine, la fattura e/o la spedizione Magento non sono stati creati automaticamente, puoi crearli manualmente utilizzando le opzioni appropriate nel menu a discesa Azione.Nota: la creazione automatica di ordini, fatture e spedizioni Magento avviene in base alle impostazioni degli account eBay in %s > Configurazione > Account > Ordini."
+"This Log contains Orders history information.","Questo registro contiene informazioni sulla cronologia degli ordini."
+"eBay Order","Ordine eBay"
+"Selling Manager","Gestore delle vendite"
+"Sale Time","Ora di vendita"
+"Update Time","Ora di aggiornamento"
+"Reservation Time","Tempo di prenotazione"
+"Order Status","Stato ordine"
+"Incomplete","Non completato"
+"Unknown Error","Unknown Error"
+"Not Shipped","Non spedito"
+"Production","Produzione"
+"Sandbox","Sandbox"
+"Buyer Information","Informazioni sull'acquirente"
+"Customer Name","Nome cliente"
+"Private Restriction","Restrizioni sul privato"
+"Shipping Address","Indirizzo per la spedizione"
+"Payment Information","Informazioni per il pagamento"
+"Order Currency","Valuta ordine"
+"Attention!","Attenzione"
+"Order currency is not enabled in Magento. Please, enable it in System -> Configuration -> Currency Setup.","La valuta dell'ordine non è abilitata in Magento. Abilitarla in Sistema -> Configurazione -> Impostazione valuta."
+"There's no rate for Order currency in Magento. Please, add currency convert rate in System -> Manage Currency -> Rates.","Nessun tasso per la valuta dell'ordine in Magento. Aggiungi il tasso di conversione della valuta in Sistema -> Gestisci valuta -> Tassi."
+"Payment Date","Data del pagamento"
+"Payment Method","Metodo di pagamento"
+"eBay Account","Account eBay"
+"eBay Final Fee","Tariffa finale eBay"
+"External Transactions","Transazioni esterne"
+"Shipping & Handling Information","Informazioni sulla spedizione e sull'imballaggio"
+"Shipping Selected Service","Servizio di spedizione selezionato"
+"Global Shipping Program","Programma di spedizione internazionale"
+"Shipping Cost","Spese di spedizione"
+"Shipping Time","Tempi di spedizione"
+"Tracking Details","Dettagli sul tracciamento"
+"Carrier","Spedizioniere"
+"Number","Numero"
+"Global Shipping Details","Dettagli sulla spedizione internazionale"
+"Reference ID","ID riferimento"
+"eBay Warehouse Address","Indirizzo magazzino eBay"
+"Shipping Service","Servizio di spedizione"
+"Transaction Item(s)","Oggetti della transizione"
+"Log History","Cronologia registro"
+"Order Totals","Totali ordine"
+"Subtotal","Totale parziale"
+"Shipping & Handling","Spedizione e imballaggio"
+"Tax","Imposte"
+"Grand Total","Totale"
+"Amount Paid","Importo pagato"
+"Amount Saved","Importo salvato"
+"Synchronization settings have been saved.","Le impostazioni della sincronizzazione sono state salvate."
+"Running All Enabled Tasks","Esecuzione di tutte le attività abilitate"
+"Inventory Synchronization","Sincronizzazione magazzino"
+"Orders Synchronization","Sincronizzazione ordini"
+"3rd Party Listings Synchronization","Sincronizzazione inserzioni di terze parti"
+"Revise All","Modifica tutte"
+"enabled","abilitata"
+"If catalog updates in your magento performed using import/export tools, custom scripts or direct changes in database,
+ then, you can use ""Track Direct Database Changes"" %s functionality to detect changes in products' price and quantity.","Se gli aggiornamenti del catalogo in Magento vengono effettuati tramite strumenti di importazione o esportazione, script personalizzati o modifiche dirette nel database, puoi utilizzare la funzione %s ""Controlla modifiche dirette nel database"" per rilevare modifiche al prezzo o alla quantità dei prodotti."
+"Updates and synchronizes eBay Listings according to Synchronization Policies' rules.","Aggiorna e sincronizza le inserzioni eBay in base alle Regole di sincronizzazione."
+"If your eBay listings for some reason were asynchronized with the products in Magento, turn on the Revise All action to catch data up.
+ Revise is performed by the Inventory Synchronization, 100 items per a cycle.
+
+ ","Se per qualche motivo la sincronizzazione delle inserzioni eBay con i prodotti in Magento è stata disabilitata, attiva l'opzione Modifica tutte le azioni per recuperare i dati. La modifica viene eseguita dalla sincronizzazione magazzino (100 oggetti per ciclo). "
+"In Progress, start date - ","In corso, data di inizio: - "
+"Finished, end date - ","Terminato, data di fine: - "
+"Imports and synchronizes eBay Orders for accounts, which have enabled Import eBay Orders in their Accounts settings.","Importa e sincronizza gli ordini eBay per gli account che hanno abilitato Importa ordini eBay nelle impostazioni degli account."
+"Imports buyers' feedback and automatically sends Auto Responses according to eBay Accounts settings.","Importa i Feedback degli acquirenti e invia automaticamente le risposte automatiche in base alle impostazioni degli account eBay."
+"Imports and synchronizes 3rd Party Listings for eBay accounts, which have enabled Import 3rd Party Listings in their Accounts settings.Note: Click ""Synchronization Settings"" to configure settings.","Importa e sincronizza le inserzioni di terze parti per gli account eBay che hanno abilitato Importa inserzioni di terze parti nelle impostazioni degli account.Nota: clicca sul pulsante ""Impostazioni di sincronizzazione"" per configurare le impostazioni."
+"Click 'Confirm' and Revise will be performed by the Inventory Synchronization, 100 items per a cycle.","Clicca su ""Conferma"" per consentire alla sincronizzazione del magazzino di apportare la modifica (100 oggetti per ciclo)."
+"Set preferences of data synchronization and Save Settings.
+ To run each task manually, click the Run Now button; to run all the tasks simultaneously click the Run Enabled Now button displayed at the top of the page.
+ Note: Cron job must be set up for automatic synchronization.","Definisci e salva le impostazioni per la sincronizzazione dei dati. Per eseguire tutte le attività manualmente, clicca sul pulsante Esegui ora. Per eseguire tutte le attività contemporaneamente, clicca sul pulsante Esegui ora attività abilitate nella parte superiore della pagina. Nota: il processo cron deve essere impostato per la sincronizzazione automatica."
+"This Log contains information on processes, which were done in Synchronization tasks.
+ Note: Logs of Default, Templates, Orders and 3rd Party Listings Synchronizations are only recorded when Error(s) or Warning(s) appears.","Questo registro contiene le informazioni sui processi che sono stati effettuati nelle attività di sincronizzazione. Nota: i registri delle sincronizzazioni predefinite, di modelli, ordini e inserzioni di terze parti vengono compilati solo in caso di visualizzazione di errori o avvisi."
+"Adding Image","Aggiunta immagine"
+"Condition description must be less then 1000 symbols.","La descrizione delle condizioni deve contenere al massimo 1.000 caratteri."
+"New, New with tags, New with box, Brand New","Nuovo, Nuovo con etichette, nuovo nella confezione originale"
+"New Other, New without tags, New without box","Nuovo - Altro, Nuovo senza etichette, Nuovo senza confezione originale"
+"Seller Refurbished, Re-manufactured","Ricondizionato dal venditore, nuova produzione"
+"Used, Pre-owned, Like new","Usato, Di seconda mano, Come nuovo"
+"If item is not new, you can provide additional details about the item's condition, such as whether it has defects, missing parts, scratches, or other wear and tear. You have up to 1000 characters.","Se l'oggetto non è nuovo, puoi fornire ulteriori informazioni sulle condizioni dell'oggetto, ad esempio se è difettoso o se presenta pezzi mancanti, graffi o altri problemi attribuibili all'usura. Hai a disposizione 1.000 caratteri."
+"Images & Watermark","Immagini e filigrana"
+"The images your potential buyers will see on your eBay listing. Using lots of high-quality pictures provides a great shopping experience and helps to sell your items. ","Le immagini che i potenziali acquirenti vedranno nella tua inserzione eBay. L'utilizzo di foto di elevata qualità migliora l'esperienza di acquisto e facilita la vendita degli oggetti. "
+"You can add a watermark to your images. Note: The watermark option is only available for the images hosted on Magento.","Puoi aggiungere una filigrana alle immagini. Nota: l'opzione Filigrana è disponibile soltanto per le immagini in Magento."
+"Main Image","Immagine principale"
+"Product Base Image","Immagine di base prodotto"
+"The first photo appears in the top left of your eBay item and next to your item's title in search results.
+ Note: Media Image Attribute or Attribute should contain absolute url. e.g. http://mymagentostore.com/images/baseimage.jpg","La prima foto verrà mostrata nella parte superiore sinistra dell'oggetto eBay e accanto al titolo dell'oggetto nei risultati della ricerca. Nota: nei campi Attributo immagine multimediale o Attributo è necessario inserire un URL assoluto. ad esempio http://mymagentostore.com/images/baseimage.jpg"
+"Default Image Url","URL immagine predefinita"
+"From 30 October 2013 eBay does not allow to list products without images. If a product does not have the Main Image this image will be used instead.Note: Use absolute url. e.g. http://mymagentostore.com/images/defaultimage.jpg","Dal 30 ottobre 2013 su eBay non è consentito mettere in vendita prodotti senza immagini. Se non è stata prevista per un prodotto alcuna Immagine principale, verrà utilizzata al suo posto questa immagine.Nota: utilizza un URL assoluto. ad esempio http://mymagentostore.com/images/defaultimage.jpg"
+"Picture Pack","Pacchetto fotografico "
+"Displays larger, more detailed pictures (up to 800w x 800h pixels - 800 pixels on the longest side). Note: This feature may come with additional fee.","Visualizza immagini più grandi e dettagliate (fino a 800w x 800h pixel - 800 pixel sul lato più lungo). Nota: questa funzione viene fornita con il pagamento di una tariffa aggiuntiva."
+"Gallery Images","Immagini della Galleria"
+"Product Images","Immagini prodotto"
+"Up to","Fino a"
+"Adds small thumbnails that appear under the large Base Image. You can add up to 11 additional photos to each listing on eBay.
+ Note: Text, Multiple Select or Dropdown type attribute can be used. The value of attribute must contain absolute urls.
+ In Text type attribute urls must be separated with comma.
+ e.g. http://mymagentostore.com/images/baseimage1.jpg, http://mymagentostore.com/images/baseimage2.jpg","Aggiunge miniature di piccole dimensioni che appaiono sotto l'immagine di base grande. Puoi aggiungere fino a 11 foto aggiuntive a ogni inserzione su eBay. Nota: puoi utilizzare gli attributi di tipo Testo, Selezione multipla o Menu a discesa. Il valore dell'attributo deve contenere URL assoluti. Nell'attributo del tipo Testo, gli url devono essere separati da una virgola. ad esempio http://mymagentostore.com/images/baseimage1.jpg, http://mymagentostore.com/images/baseimage2.jpg"
+"Allows changing images for selected option of multi variation items.(Applicable for Configurable products only).","Consente di modificare le immagini per l'opzione selezionata relativa alle inserzioni con varianti.(Applicabile ai soli prodotti Configurabile)."
+"Use Watermark","Utilizza filigrana"
+"Automatically adds your custom watermark to gallery images.","Aggiunge automaticamente la tua filigrana personalizzata alle immagini della galleria."
+"Watermark Upload","Caricamento filigrana"
+"Select image that you want to add as a watermark.","Seleziona l'immagine che desideri aggiungere come filigrana."
+"Watermark Preview","Anteprima filigrana"
+"Watermark Transparency","Trasparenza filigrana"
+"Disable","Disabilita"
+"Enable","Abilita"
+"Sets transparency of watermark image to 30 %.","Imposta la trasparenza dell'immagine della filigrana su 30%."
+"Scale Watermark Image","Ridimensiona immagine filigrana"
+"In Width","In larghezza"
+"Full Image","Immagine intera"
+"Scales watermark image in width or full image.","Ridimensiona l'immagine della filigrana in larghezza o l'immagina intera."
+"Watermark Position","Posizione filigrana"
+"Top","Inizio"
+"Middle","Al centro"
+"Bottom","In basso"
+"Watermark position on the image.","Posizione della filigrana sull'immagine."
+"Details","Dettagli"
+"Custom Title","Titolo personalizzato"
+"This is the title buyers will see on eBay. A good title means more buyers viewing your listing and your item selling for the best price.","Questo è il titolo mostrato agli acquirenti su eBay. Un titolo efficace consente di attirare un numero maggiore di acquirenti e vendere l'oggetto a un prezzo più elevato."
+"Add Subtitle","Aggiungi un sottotitolo"
+"Adding subtitle to eBay item.
+ Note: An additional fee may be charged for an item subtitle. Find out more about eBay Insertion Fees .","Aggiunta di un sottotitolo all'oggetto eBay. Nota: l'aggiunta di un sottotitolo potrebbe comportare l'applicazione di una tariffa aggiuntiva. Ulteriori informazioni sulle Tariffe d'inserzione eBay ."
+"Cut Long Titles","Abbrevia titoli lunghi"
+"Automatically shortens titles to 80 characters and subtitles to 55 characters to fit on eBay.","Adatta automaticamente titoli e sottotitoli ai limiti di eBay, rispettivamente 80 e 55 caratteri."
+"It is possible to choose a Product Description or Product Short Description, which will be taken from Magento.
+ Or you can create a Custom Description by adding necessary information, appropriate attributes from dropdown lists and image tags.","È possibile scegliere Descrizione prodotto o Descrizione breve prodotto; entrambe saranno acquisite da Magento. In alternativa puoi creare una descrizione personalizzata aggiungendo le informazioni necessarie, gli attributi appropriati negli elenchi a discesa e i tag immagine."
+"Description Source","Origine descrizione "
+"Custom Description","Descrizione personalizzata"
+"Item's description source for eBay Listing.
+
+ It is possible to create custom description in 2 modes:
+ WYSIWYG - allows creating simple good looking product description. No HTML knowledge is required.
+ HTML - allows using HTML tags and CSS styles for the description. You can create much more complex, improved and advanced item's description using this mode.","Origine della descrizione dell'oggetto per l'inserzione eBay. È possibile creare la descrizione personalizzata in 2 modi: WYSIWYG : consente di creare una descrizione del prodotto semplice e accattivante. Non è necessario conoscere il linguaggio HTML. HTML : consente di utilizzare per la descrizione i tag HTML e gli stili CSS. Utilizzando questo modo puoi creare una descrizione dell'oggetto molto più complessa e avanzata."
+"Custom Description Inserts","Inserti descrizione personalizzata "
+"M2ePro Attribute","Attributo M2ePro"
+"Product Image(s)","Immagini prodotto"
+"Add Image(s)","Aggiungi immagini"
+"Displaying Images","Visualizzazione immagini"
+"Gallery View","Galleria"
+"Image(s) Width","Larghezza immagini"
+"Main Image Width","Larghezza immagine principale"
+"Original","Originale"
+"Custom","Personalizza"
+"Image(s) Height","Altezza immagini"
+"Main Image Height","Altezza immagine principale"
+"Image(s) Margin","Margine immagini"
+"Images Layout","Layout immagini"
+"Horizontal","Orizzontale"
+"Vertical","Verticale"
+"Gallery Hint","Suggerimento galleria"
+"Click on the image below to get zoomed view of the item","Fai clic sull'immagine seguente per ottenere una vista ingrandita dell'oggetto"
+"Open original size image in a new window","Apri l'immagine con le dimensioni originali in una nuova finestra"
+"Choose configuration how the image(s) should be displayed and press the Insert button. Image's tag will be added to the end of the text.","Scegli la configurazione relativa alla visualizzazione delle immagini e premi il pulsante Inserisci . Il tag immagine verrà aggiunto alla fine del testo."
+"eBay Catalog Identifier","Identificatore catalogo eBay"
+"EAN","EAN"
+"European Article Number, (now called International Article Number). This barcode is a superset of the UPC.","Numero articolo europeo (ora modificato in Numero articolo internazionale). Questo codice a barre è un insieme in cui rientra il codice UPC."
+"UPC","UPC"
+"The Universal Product Code is a barcode usually consisting of 12 numerical digits, which are unique for each item.","Il codice UPC (Universal Product Code) è un codice a barre composto in genere da 12 cifre numeriche uniche per ogni oggetto."
+"ePID (Product Reference ID)","ePID (ID di riferimento del prodotto)"
+"An eBay Product ID is eBay's global reference ID for a catalog product.","Un ID prodotto eBay è l'ID riferimento internazionale eBay per un prodotto del catalogo."
+"ISBN","ISBN"
+"The International Standard Book Number is a uniquenumeric book identifier.","Il numero ISBN (International Standard Book Number) è un identificatore alfanumerico per i libri."
+"Upgrade Tools","Opzioni di vendita"
+"Value Pack","Pacchetto visibilità"
+"Value Pack Bundle","Pacchetto visibilità"
+"Combine Gallery, Subtitle, and Listing Designer and you will get a discount.","Per ottenere uno sconto, combina Galleria, Sottotitolo e Disegna la tua inserzione."
+"Listing Upgrades","Opzioni di vendita"
+"Bold listing title","Titolo inserzione in grassetto"
+"Find out about eBay optional listing features ","Ulteriori informazioni sulle funzioni di vendita facoltative di eBay "
+"Highlight","Evidenziatore"
+"Adding an eye-catching background to your listing in search results.","Aggiunta di uno sfondo accattivante alla tua inserzione nei risultati della ricerca."
+"Gallery Type","Tipo di galleria"
+"Gallery Picture","Foto della Galleria"
+"Gallery Plus","Galleria Plus"
+"Gallery Featured","In Vetrina nella Galleria"
+"Hit Counter","Contatore visite"
+"No Hit Counter","Nessun contatore visite"
+"Basic Style","Stile standard"
+"Green LED","Spia verde"
+"Hidden Style","Stile nascosto"
+"Honesty Style","Stile honesty"
+"Retro Style","Stile retro"
+"Count the number of visitors to your eBay listing.Note: Green LED and Honesty Style styles are available only in the US.","Conta il numero di utenti che hanno visitato la tua inserzione.Nota: gli stili Green LED e Honesty Style sono disponibili soltanto negli Stati Uniti."
+"Select Product","Seleziona il prodotto"
+"Enter Product Id","Immetti ID prodotto"
+"Select the payment, shipping and cross border options you would like eBay to use.","Seleziona le opzioni di pagamento, spedizione e per le transazioni internazionali che desideri utilizzare su eBay."
+"Remember, you can amend Payment and Shipping Settings at any time.","Ricorda che puoi modificare in qualsiasi momento le impostazioni relative a pagamento e spedizione."
+"Policy title is not unique.","Il titolo della regola non è univoco."
+"You can adjust how long your items will be active on eBay. You can also choose the price on eBay in relation to your store price. You might want to increase your selling price to take into account the eBay seller fees, or reduce your price to be competitive.","Puoi scegliere per quanto tempo gli oggetti resteranno attivi su eBay. Puoi inoltre definire il prezzo su eBay in base al prezzo applicato in negozio. Puoi inoltre aumentare il prezzo di vendita per compensare le tariffe del venditore eBay o ridurre il prezzo per essere competitivo."
+"Remember, you can amend Selling Settings at any time.","Ricorda che puoi modificare in qualsiasi momento le impostazioni relative alle vendite."
+"Sync your accounts so you are always on top of your stock control and inventory.","Sincronizza gli account in modo da tenere sempre sotto controllo le scorte e il magazzino."
+"Remember, you can amend Synchronization Settings at any time.","Ricorda che puoi modificare in qualsiasi momento le impostazioni relative alla sincronizzazione."
+"There are 4 rule settings:
+
+
+ List Rules
+ Revise Rules
+ Relist Rules
+ Stop Rules
+
+ Note: Inventory Synchronization setting must be enabled in Synchronization (Configuration > Synchronization).
+ Otherwise, Synchronization Policy Rules will not take effect.","Sono disponibili 4 impostazioni delle regole: Regole inserzione Modifica regole Regole per la rimessa in vendita Blocca regole Nota: l'impostazione Sincronizzazione magazzino deve essere abilitata in Sincronizzazione (Configurazione > Sincronizzazione). In caso contrario, le Regole di sincronizzazione non verranno applicate."
+"Be careful when you edit policies, as all changes you have made will be automatically applied to all M2E listings where these policies are used.
+ If a policy is used in a M2E Listing, it cannot be deleted.","Presta attenzione quando modifichi le regole in quanto tutte le modifiche verranno applicate automaticamente alle inserzioni M2E che utilizzano queste regole. Se viene utilizzata una regola in un'inserzione M2E, non è possibile eliminarla."
+"Payment method should be specified.","È consigliabile specificare un metodo di pagamento."
+"PayPal","PayPal"
+"PayPal Accepted","PayPal accettato"
+"PayPal Email Address","Indirizzo email PayPal"
+"Email address for receiving payment.","Indirizzo email per ricezione pagamento."
+"Immediate Payment Required","È richiesto il pagamento immediato"
+"This is only applicable to items listed on PayPal-enabled sites in categories that support immediate payment, when a seller has a Premier or Business PayPal account.","Applicabile solo agli oggetti messi in vendita sui siti abilitati per PayPal nelle categorie che supportano il pagamento immediato, quando un venditore dispone di un conto PayPal Premier o Business."
+"Additional Payment Methods","Ulteriori metodi di pagamento"
+"Payment Methods","Metodi di pagamento"
+"Return Policy","Regole sulla restituzione"
+"Buyers are more comfortable shopping from sellers who offer returns policies , even though most buyers will never return an item.
+ Items with a clear returns policy typically sell better than items that don't have one.","Gli acquirenti preferiscono fare acquisti da venditori che offrono delle Regole sulla restituzione , anche se gran parte di loro non restituirà mai un oggetto. In genere, gli oggetti con Regole sulla restituzione chiare vengono venduti meglio di oggetti sprovvisti di tali regole."
+"Refund Will Be Given As","Modalità di rimborso"
+"Item Must Be Returned Within","L'oggetto deve essere restituito entro"
+"Return Shipping Will Be Paid By","Le spese di spedizione della restituzione saranno pagate da"
+"Restocking Fee Value","Tariffa di stoccaggio"
+"Refund Description","Descrizione rimborso"
+"Search For Charities","Cerca organizzazioni di beneficenza"
+"Please select a percentage of donation","Seleziona una donazione in percentuale"
+"If you do not see the organization you were looking for, try to enter another keywords and run the search again.","Se non trovi l'organizzazione che stavi cercando, prova a inserire altre parole chiave ed effettua nuovamente la ricerca."
+"Please, enter the organization name or ID.","Inserisci il nome o l'ID dell'organizzazione."
+"Max applicable length is 6 characters, including the decimal (e.g., 12.345).","La lunghezza massima applicabile è 6 caratteri, inclusi i decimali, ad esempio 12,345."
+"Price Change is not valid.","La modifica del prezzo non è valida."
+"Wrong value. Only integer numbers.","Valore errato. Solo numeri interi."
+"The fixed price for immediate purchase.","Inserzioni Compralo Subito per l'acquisto immediato."
+"The fixed price for immediate purchase. Find out more about adding a Buy It Now price to your listing.","Inserzioni Compralo Subito per l'acquisto immediato. Ulteriori informazioni su come aggiungere un Prezzo Compralo Subito all'inserzione."
+"% of Price","% del prezzo"
+"% of ""Buy It Now"" Price","% del prezzo ""Compralo Subito"""
+"How You Want To Sell Your Item","Modalità di vendita desiderata per l'oggetto"
+"Is your item for sale auction-style, or fixed price ?","La tua inserzione è in formato Asta online o Compralo Subito ?"
+" Attribute must contain ID. ID for Fixed price is FixedPriceItem, for Auction is Chinese."," L'attributo deve contenere un ID. L'ID per Inserzioni Compralo Subito è FixedPriceItem, mentre per Asta online è Chinese."
+"The buyer will be anonymous to other eBay users in a Private Listing.","In un'inserzione privata, l'acquirente verrà nascosto agli altri utenti eBay."
+"Quantity And Duration","Quantità e durata"
+"The length of time your eBay listing will be active. You can have it last 1, 3, 5, 7, 10, 30 days or Good 'Til Cancelled.
+ Good 'Til Cancelled listings renew automatically every 30 days unless all of the items sell, you end the listing, or the listing breaches an eBay policy.","Quanto tempo resterà attiva la tua inserzione eBay. La tua inserzione può durare 1, 3, 5, 7, 10, 30 giorni o puoi optare per un'Inserzione senza scadenza. Le inserzioni senza scadenza vengono rinnovate automaticamente ogni 30 giorni salvo quando vengono venduti tutti gli oggetti, se termini l'inserzione o se l'inserzione viola le Regole di eBay."
+" Attribute must contain a whole number. If you choose ""Good Till Cancelled"" the attribute must contain 100."," L'attributo deve contenere un numero intero. Se selezioni ""Inserzione senza scadenza"", l'attributo deve contenere 100."
+"Single Item","Singolo oggetto"
+"Custom QTY Number","Numero QTÀ personalizzato"
+"The number of items you have for sale.","Il numero di oggetti che hai messo in vendita."
+"Conditional Quantity","Quantità condizionale"
+"Choose specifically the number of items available for sale on eBay.","Scegli in particolare il numero di oggetti disponibili per la vendita su eBay."
+"Maximum Quantity to Be Listed","Quantità massima da mettere in vendita"
+"Set a maximum number to sell on eBay, e.g. if you have 10 items in stock but want to keep 2 items back, set a maximum quantity of 8.","Imposta un limite di vendita massimo su eBay, ad esempio se hai 10 oggetti in magazzino ma ne vuoi conservare 2, seleziona una quantità massima di 8."
+"Out Of Stock Control","Controllo Esaurito"
+"This is useful if you are waiting for additional stock of an item with the same eBay item ID. Instead of ending the listing and then recreating it when the inventory arrives, you can use this flag to hide the listing. Then when you have the item available, automatic or manual Revise will update the inventory and the listing will appear again.
+ Note: Once you list a product with this option it cannot be changed. To cancel it you should end and list the item again.","Questa funzione è utile se sei in attesa di scorte aggiuntive di un oggetto con lo stesso ID oggetto eBay Invece di chiudere e ricreare un'inserzione quando arrivano le scorte, puoi utilizzare questo contrassegno per nascondere l'inserzione. Quando avrai a disposizione l'oggetto, potrai aggiornare il magazzino con le opzioni Modifica automatica o Modifica manuale e l'inserzione tornerà visibile. Nota: quando metti in vendita un prodotto con questa opzione non potrai più modificarlo. Per rimuovere l'opzione, dovrai terminare l'inserzione e rimettere nuovamente in vendita l'oggetto."
+"Ignore Variations","Ignora varianti"
+"Select 'Yes' to list Configurable, Grouped, Bundle and Simple with Custom options products as Simple (without variations).","Seleziona ""Sì"" per mettere in vendita prodotti Configurabile, Raggruppato, Pacchetto e Semplice con opzioni personalizzate come se fossero prodotti Semplici (senza varianti)."
+"Taxation","Tassazione"
+"VAT Rate, %","Percentuale IVA, %"
+"To specify a VAT rate, you must have an eBay business account and list the item on a VAT-enabled site: Ireland, India, Switzerland, Spain, Holland, Belgium, Italy, Germany, France, Austria or England. The item's VAT information appears on the item's listing page.","Per indicare l'aliquota dell'IVA devi disporre di un account professionale eBay e mettere in vendita l'oggetto su un sito in cui l'IVA è abilitata: Irlanda, India, Svizzera, Spagna, Paesi Bassi, Belgio, Italia, Germania, Francia, Austria o Inghilterra. Le informazioni sull'IVA verranno mostrate nella pagina dell'inserzione relativa all'oggetto."
+"Use eBay Tax Table","Utilizza tabella imposte eBay"
+"Charges sales tax according to the tax table of your eBay account. Available only for Canada, Canada (Fr), USA and eBay Motors.","Addebita le imposte sulla vendita in base alla tabella delle imposte del tuo account eBay. Disponibile solo per Canada, Canada (francese), Stati Uniti e eBay Motori."
+"Tax Category","Categoria imposte"
+"and","e il"
+"eBay %s supports %s currencies. To switch the currency you want to sell for, go to %s > Configuration > General ","eBay %s supporta %s valute. Per modificare la valuta che desideri utilizzare, vai su %s > Configurazione > Generale "
+"Add VAT Percentage","Aggiungi aliquota IVA"
+"Increases the price that will be sent on eBay by VAT Rate (%). e.g., VAT Rate = 19%, Magento Price = £10, Percentage increase = 2%; eBay Price will be counted as (£10 + 19%) + 2% = £12.14","Aggiungi l'aliquota IVA (%) al prezzo che verrà mostrato su eBay. ad esempio, aliquota IVA = 19%, Prezzo Magento = £10, Aumento percentuale = 2%; Il prezzo eBay sarà il seguente: (£10 + 19%) + 2% = £12,14"
+"The accepted currency for the item. This has been determined by the eBay site you chose earlier.","La valuta accettata per l'oggetto. La valuta è stata determinata dal sito eBay che hai selezionato in precedenza."
+"Price Change","Modifica del prezzo"
+"[CURRENCY]","[VALUTA]"
+"
+ A value you want the Magento Price to be modified while listing on eBay.
+
+ Absolute Value increase
+ This will increase the price on eBay compared to the price on Magento,
+ e.g. if you wish to increase the price of an item selling on eBay
+ by #currency_placeholder#1.50, type “1.5†into the box.
+
+ Absolute Value decrease
+ This will reduce the price on eBay compared to the price on Magento,
+ e.g. if you wish to reduce the price of an item selling on eBay
+ by #currency_placeholder#1.50, type “1.5†into the box.
+
+ Percentage increase (%)
+ This will increase the price on eBay compared to the price on Magento,
+ e.g. you wish to increase by 10% the price
+ of a #currency_placeholder#2.00 item selling on your Magento store.
+ In the box type “10â€. The item will then go on sale
+ for #currency_placeholder#2.2 on eBay.
+
+ Percentage decrease (%)
+ This will reduce the price on eBay compared to the price on Magento,
+ e.g. you wish to reduce by 10% the price of a #currency_placeholder#2.00 item selling
+ on your Magento store.
+ In the box type: “10â€. The item will then go on sale for #currency_placeholder#1.80
+ on eBay.
+ "," Un valore in base al quale desideri che il prezzo Magento venga modificato durante la messa in vendita su eBay. Incremento valore assoluto Il prezzo su eBay verrà aumentato rispetto al prezzo in Magento, ad esempio se desideri aumentare il prezzo di un oggetto in vendita su eBay dell'#currency_placeholder#1,50, inserisci “1,5” nella casella. Riduzione valore assoluto Il prezzo su eBay verrà diminuito rispetto al prezzo in Magento, ad esempio se desideri ridurre il prezzo di un oggetto in vendita su eBay dell'#currency_placeholder#1,50, inserisci “1,5” nella casella. Incremento percentuale (%) Il prezzo su eBay verrà aumentato rispetto al prezzo in Magento, ad esempio se desideri aumentare del 10% il prezzo di un oggetto #currency_placeholder#2.00 in vendita nel negozio Magento. Inserisci ""10"" nella casella. In seguito, l'oggetto verrà messo in vendita per #currency_placeholder#2.2 su eBay. Riduzione percentuale (%) Il prezzo su eBay verrà diminuito rispetto al prezzo in Magento, ad esempio se desideri ridurre del 10% il prezzo di un oggetto #currency_placeholder#2.00 in vendita nel negozio Magento. Inserisci ""10"" nella casella. In seguito, l'oggetto verrà messo in vendita per #currency_placeholder#1.80 su eBay. "
+"The starting price at which bidding begins.","Prezzo di partenza delle offerte."
+"Absolute Value increase","Incremento valore assoluto"
+"Absolute Value decrease","Riduzione valore assoluto"
+"Percentage increase","Incremento percentuale"
+"Percentage decrease","Riduzione percentuale"
+"Variation Price","Prezzo variante"
+"Main Product","Prodotto principale"
+"Associated Products","Prodotti associati"
+"This determines where the price for Configurable and Bundle products options should be taken from.","Determina il punto da cui è consigliabile acquisire il prezzo per le opzioni dei prodotti Configurabile e Pacchetto."
+"The lowest price at which you are selling an item.Note: eBay charges some additional fee for using this option.","Prezzo più basso a cui stai vendendo un oggetto.Nota: per utilizzare questa opzione eBay applica una tariffa aggiuntiva."
+"Donation","Donazione"
+"Organization","Organizzazione"
+"Search for Charity Organization","Cerca organizzazione di beneficenza"
+"Allows you to support your favourite charities .","Ti permette di sostenere le tue organizzazioni di beneficenza preferite."
+"Donation Percentage","Percentuale di donazione "
+"Best Offer","Proposta d'acquisto"
+"Allow Best Offer","Consenti proposta d'acquisto"
+"The Best Offer option option allows you to accept offers from buyers and negotiate a price. You can accept Best Offers on fixed price and Classified Ads in certain eBay categories, such as eBay Motors.","L'opzione Proposta d'acquisto ti permette di accettare le proposte degli acquirenti e negoziare un prezzo. Puoi accettare le Proposte d'acquisto nelle Inserzioni Compralo Subito e Contatto Diretto in determinate categorie eBay, ad esempio eBay Motori."
+"Auto Action","Azione automatica"
+"Accept Offers of at Least","Accetta le proposte pari ad almeno"
+"Decline Offers Less than","Rifiuta le proposte inferiori a"
+"Enter the organization name or ID","Inserisci il nome o l'ID dell'organizzazione"
+"Location or Zip/Postal Code should be specified.","È necessario specificare il luogo o il codice postale."
+"Select one or more international ship-to locations.","Seleziona uno o più luoghi di spedizione internazionale."
+"PayPal payment method should be specified for Cross Border trade.","Per le transazioni internazionali, è consigliabile specificare il metodo di pagamento PayPal."
+"You should specify at least one shipping method.","È necessario specificare almeno un metodo di spedizione."
+"Select shipping service","Seleziona servizio di spedizione"
+"Excluded Shipping Locations","Destinazioni di spedizione escluse"
+"No locations are currently excluded.","Al momento non è stato escluso alcun luogo."
+"selected","selected"
+"Location","Luogo"
+"The country your product will be shipped from.","Il paese da cui verrà spedito il prodotto."
+"Zip/Postal Code of the item location. Especially useful in ""Collection Only"" items.","Il codice postale del luogo in cui si trova l'oggetto. Particolarmente utile per gli oggetti ""Solo ritiro""."
+"City, State","Città"
+"City, State of the item location.","Città e provincia del luogo in cui si trova l'oggetto."
+"Domestic Shipping","Spedizione nazionale"
+"Calculated: cost varies by buyer location","Calcolata: il costo varia in base al luogo in cui si trova l'acquirente"
+"Flat: same cost to all buyers","Fissa: stessa tariffa per tutti gli acquirenti"
+"Freight: large items","Trasporto: oggetti grandi"
+"No Shipping: local pickup only","Non è prevista la spedizione: ritiro dell'oggetto solo in zona"
+"Use eBay Shipping Rate Table","Utilizza tabella di tariffe di spedizioni eBay"
+"The eBay Shipping Rate Table can help with shipping charges.","La tabella delle tariffe di spedizione eBay può aiutarti nel definire le spese di spedizione."
+"Service","Servizio"
+"Cost","Costo"
+"Additional Cost","Spese aggiuntive"
+"Add Method","Aggiungi metodo"
+"Add Shipping Method","Aggiungi metodo di spedizione"
+"Local pickup","Ritiro in zona"
+"Item is available for local pickup only.","L'oggetto è disponibile solo per il ritiro in zona."
+"Freight","Trasporto"
+"Specify your own freight shipping options in your item description.","Specifica le tue opzioni di spedizione nella descrizione dell'oggetto."
+"Get It Fast","Spedizione immediata"
+"At least one qualifying shipping service and a single day dispatch time must be offered to enable this option.","Per attivare questa opzione, occorre offrire almeno un servizio di spedizione e un tempo di spedizione di un giorno."
+"Exception handling times","Eccezione tempi di imballaggio"
+"Same Business Day","Stesso giorno lavorativo"
+"The dispatch time is the time between the buyer’s payment clearing and you sending the item. Buyers are increasingly expecting short dispatch times, ideally next day, but preferably within 3 working days. Click here to find out more.
+ Note: Magento Attribute must contain a numeric value. If you want to set 'Same Business Day' via attribute, set 0 in it.","Il tempo di spedizione è il tempo che intercorre tra la data in cui è stato effettuato il pagamento e l'invio dell'oggetto. Gli acquirenti si aspettano tempi di spedizione sempre più brevi, meglio se entro il giorno successivo e preferibilmente entro 3 giorni lavorativi. Clicca qui per ulteriori informazioni. Nota: l'attributo Magento deve contenere un valore numerico. Se desideri impostare ""Stesso giorno lavorativo"" con un attributo, seleziona 0."
+"Handling Cost","Costi di imballaggio"
+"Addition of handling cost to the shipping costs.","Aggiunta dei costi di imballaggio alle spese di spedizione."
+"Handling Cost Value","Valore costi di imballaggio"
+"Combined Shipping Profile","Profilo spedizione combinato"
+"Use the Flat Shipping Rule and Calculated Shipping Rule profiles, which were created on eBay.
+ Note: press ""Refresh Profiles"" button for upload new or refreshes eBay Shipping profiles.","Utilizza i profili di Regola per la spedizione a tariffa fissa e Regola per la spedizione calcolata precedentemente creati su eBay. Nota: premi il pulsante ""Aggiorna profili"" per caricare nuovi profili di spedizione eBay o per aggiornare quelli esistenti."
+"Refresh Profiles","Aggiorna profili"
+"Use the Flat Shipping Rule and Calculated Shipping Rule profiles, which were created on eBay.
+ Note: press ""Refresh Profiles"" button for upload new or refreshes eBay Shipping profiles.","Utilizza i profili di Regola per la spedizione a tariffa fissa e Regola per la spedizione calcolata precedentemente creati su eBay. Nota: premi il pulsante ""Aggiorna profili"" per caricare nuovi profili di spedizione eBay o per aggiornare quelli esistenti."
+"You do not have eBay accounts added to M2E.","Non ci sono account eBay aggiunti a M2E."
+"Promotional Shipping Rule","Regola di spedizione promozionale"
+"Adding Shipping Discounts according to the rules that are set in your eBay Account.","Aggiunta di sconti sulla spedizione in base alle regole impostate nel tuo account eBay."
+"""Cash On Delivery"" Cost","Costo ""Contrassegno"""
+"Required when using COD Payment Method.","Obbligatorio quando si utilizza il metodo di pagamento con contrassegno."
+"Cross Border Trade","Commercio internazionale"
+"The international site visibility feature allows qualifying listings to be posted on international sites.
+ Buyers on these sites will see the listings exactly as you originally post them.
+Note: There may be additional eBay charges for this option.","La funzione di visibilità internazionale consente di qualificare le inserzioni per poter essere pubblicate sui siti internazionali. Gli acquirenti di questi siti visualizzeranno le inserzioni esattamente come le hai pubblicate originariamente.Nota: eBay potrebbe applicare una tariffa aggiuntiva per utilizzare questa opzione."
+"eBay Site Visibility","Visibilità sito eBay"
+"USA / Canada","Stati Uniti/Canada"
+"United Kingdom","Regno Unito"
+"International Shipping","Spedizione internazionale"
+"Offer Global Shipping Program","Offri il Programma di spedizione internazionale"
+"Simplifies selling an item to an international buyer. Click here to find out more.","Semplifica la vendita di un oggetto a un acquirente internazionale. Clicca qui per ulteriori informazioni."
+"No International Shipping","Nessuna spedizione internazionale"
+"Promotional Shipping Rule:","Regola di spedizione promozionale:"
+"Add Shipping Discounts according to rules that are set in your eBay Account.","Aggiungi sconti sulla spedizione in base alle regole impostate nel tuo account eBay."
+"Measurement System","Sistema di misura"
+"English (lbs, oz, in)","Inglese (libbre, once, pollici)"
+"Metric (kg, g, cm)","Metrico (kg, g, cm)"
+"Package Size Source","Origine dimensione pacco"
+"Dimension Source","Origine dimensione"
+"Dimensions (Width/Height/Depth)","Dimensioni (larghezza/altezza/profondità)"
+"inches","pollici"
+"cm","cm"
+"Dimensions (Width/Height/Depth)","Dimensioni (larghezza/altezza/profondità)"
+"Weight Source","Origine peso"
+"The Weight Attribute must have the weight of the item.","In Attributo peso deve essere presente il peso dell'oggetto."
+"lbs. oz.","libbre grammi"
+"kg. g.","Kg. g."
+"Weight","Peso"
+"Postal code for the location from which the package will be shipped.","Codice postale del luogo da cui verrà spedito il pacco."
+"Excluded Locations","Luoghi esclusi"
+"To exclude buyers in certain locations from purchasing your item, create a shipping exclusion list.","Per escludere gli acquirenti di determinati paesi dall'acquisto dei tuoi oggetti, crea un elenco di esclusione per la spedizione."
+"Locations","Posizioni"
+"Edit Exclusion List","Modifica elenco di esclusione"
+"Calculated","Tariffa calcolata"
+"Select the regions or countries you don't ship to.","Seleziona le regioni o i paesi verso cui non effettui spedizioni."
+"Domestic","Nazionale"
+"International","Internazionale"
+"Additional","Opzioni aggiuntive"
+"Selected Options","Opzioni selezionate"
+"[Reset]","[Azzera]"
+"Must be greater than ""Min"".","Deve essere maggiore di ""Min""."
+"Inconsistent settings in Relist and Stop rules.","Impostazioni incongruenti nelle regole di interruzione e modifica."
+"Require to select at least one day of week.","Devi selezionare almeno un giorno della settimana."
+"You should specify time.","Devi specificare l'ora."
+"Wrong value.","Valore errato."
+"Must be greater than ""Active From"" Date.","Deve essere maggiore della ""Data di attivazione""."
+"Must be greater than ""From Time"".","Deve essere maggiore dell'""Orario di partenza""."
+"List Rules","Regole inserzione"
+"Schedule","Programma"
+"List Action - at first this action to be executed for each item, that has Not Listed status and its settings meet the List Condition. If an item is not listed for some reason, autosynchronization will attempt to list it again according to the Schedule in case the Product Status, Stock Availability or Quantity is changed.
+ ","Azione Inserzione: questa azione deve essere inizialmente eseguita per ogni oggetto con stato Non messo in vendita e le cui impostazioni soddisfano le condizioni di messa in vendita. Se un oggetto non è stato messo in vendita per qualche motivo, durante la sincronizzazione automatica verrà effettuato un nuovo tentativo di messa in vendita in linea con il Programma se sono state apportate modifiche allo stato, alla disponibilità o alla quantità del prodotto. "
+"List Action","Azione di messa in vendita"
+"Enables automatic listing of unlisted items if they meet List Conditions.","Abilita la creazione automatica di inserzioni per oggetti non messi in vendita se soddisfano le condizioni di messa in vendita."
+"List Conditions","Condizioni inserzione"
+"Enabled – M2E Listing items automatically list on eBay if this status is set to Enabled.
+Any – M2E Listing items automatically list on eBay regardless of its status.
+","Abilitato : gli oggetti delle inserzioni M2E verranno messi automaticamente in vendita su eBay se questo stato è impostato su Abilitato.Tutti : gli oggetti delle inserzioni M2E verranno messi automaticamente in vendita su eBay a prescindere dal loro stato."
+"In Stock - M2E Listing items list automatically, if the products are in stock.
+ Any - M2E Listing items list automatically, regardless of the stock availability.","In magazzino : gli oggetti delle inserzioni M2E verranno messi automaticamente in vendita se i prodotti sono disponibili in magazzino. Tutti : gli oggetti delle inserzioni M2E verranno messi automaticamente in vendita a prescindere dalla loro disponibilità in magazzino."
+"M2E Pro will automatically list M2E Listings items if they meet defined conditions.
+ More or Equal – the number of Magento products are more than, or equal to, the item quantity chosen.
+ Between – the number of Magento products are between the two numbers chosen.","M2E Pro metterà automaticamente in vendita gli oggetti delle inserzioni M2E se soddisfano determinate condizioni. Maggiore o uguale : il numero di prodotti Magento è maggiore o uguale alla quantità dell'oggetto selezionata. Compreso tra : il numero di prodotti Magento è compreso tra due numeri selezionati."
+"Relist Rules define the conditions when you want eBay items to be relisted.","Le Regole per la rimessa in vendita definiscono le condizioni per rimettere in vendita oggetti su eBay."
+"Activates relist action for any M2E Pro Listing that uses the current Synchronization Policy.","Attiva l'azione di rimessa in vendita per tutte le inserzioni M2E Pro che utilizzano le Regole di sincronizzazione correnti."
+"Automatically relists an item by over-riding any manual stop.","Rimette automaticamente in vendita un oggetto ignorando tutte le interruzioni manuali."
+"Updates title, subtitle, description, price, quantity and shipment on eBay items.
+ Note: If No is selected, eBay items with existing data on eBay are relisted.","Aggiorna titolo, sottotitolo, descrizione, prezzo, quantità e spedizione per gli oggetti eBay. Nota: se viene selezionato ""No"", verranno rimessi in vendita gli oggetti eBay che presentano dati esistenti su eBay."
+"Stock availability when item will be relisted.","Disponibilità di scorte quando l'oggetto verrà rimesso in vendita."
+"Product quantity when item will be relisted.","Quantità dei prodotti quando l'oggetto verrà rimesso in vendita."
+"Set preferences for revising items.
+
+ Partial Revise - updates particular data you specified.
+
+ Full Revise - set 'Yes' in the policy option which data change will launch updating data on eBay.
+
+ ","Definisci le impostazioni per modificare gli oggetti. Modifica parziale : aggiorna dati specifici che hai indicato. Modifica completa : imposta l'opzione Regole su ""Sì"" per indicare le modifiche dati che avvieranno l'aggiornamento dati su eBay. "
+"Automatically revises the eBay quantity if there is a change to the quantity (or attribute for quantity) in Magento.","Modifica automaticamente la quantità eBay quando la quantità (o il relativo attributo) viene modificata in Magento."
+"Conditional Revise","Modifica condizionale"
+"Only revises the quantity on eBay when they meet the specific conditions you set.","Modifica la quantità eBay solo dopo che vengono soddisfate le condizioni specifiche che hai impostato."
+"Revise When Less or Equal to","Modifica se minore o uguale a"
+"We recommend not setting this value too high. Initially try a value from 10 - 20.","Ti consigliamo di non impostare un valore troppo alto. Prova all'inizio un valore compreso tra 10 e 20."
+"Automatically revises the eBay item price if there is a change to the price (or attribute for price) in Magento.","Modifica automaticamente il prezzo dell'oggetto eBay quando il prezzo (o il relativo attributo) viene modificato in Magento."
+"Automatically revises the eBay item title if there is a change to the title (or attribute for title) in Magento.","Modifica automaticamente il titolo dell'oggetto eBay quando il titolo (o il relativo attributo) viene modificato in Magento."
+"Automatically revises the eBay item subtitle if there is a change to the subtitle (or attribute for subtitle) in Magento.","Modifica automaticamente il sottotitolo dell'oggetto eBay quando il sottotitolo (o il relativo attributo) viene modificato in Magento."
+"Automatically revises the eBay item description if there is a change to the description (or attribute for description) in Magento.","Modifica automaticamente la descrizione dell'oggetto eBay quando la descrizione (o il relativo attributo) viene modificata in Magento."
+"Images","Immagini"
+"Automatically revises the eBay item gallery if there is a change to the gallery (or attribute for gallery) in Magento.","Modifica automaticamente la galleria dell'oggetto eBay quando la galleria (o il relativo attributo) viene modificata in Magento."
+"Full Revise","Modifica completa"
+"Automatically revises the eBay listing if there is a change to the Price, Quantity and Format policy.","Modifica automaticamente l'inserzione eBay quando vengono modificate le Regole relative a prezzo, quantità e formato."
+"Automatically revises the eBay listing if there is a change to the Description policy.","Modifica automaticamente l'inserzione eBay quando vengono modificate le Regole sulla descrizione."
+"Category/Specifics","Categoria/Specifiche"
+"Automatically revises the eBay listing if there is a change to the category/specifics in its settings.","Modifica automaticamente l'inserzione eBay quando vengono modificate la categoria/le specifiche in queste impostazioni."
+"Automatically revises the eBay listing if there is a change to the Payment policy.","Modifica automaticamente l'inserzione eBay quando vengono modificate le Regole sui pagamenti."
+"Automatically revises the eBay listing if there is a change to the Shipping policy.","Modifica automaticamente l'inserzione eBay quando vengono modificate le Regole sulla spedizione."
+"Automatically revises the eBay listing if there is a change to the Return policy.","Modifica automaticamente l'inserzione eBay quando vengono modificate le Regole sulla restituzione."
+"Defines a timetable for automatical list and relist eBay items.","Definisce l'orario per mettere e rimettere in vendita automaticamente oggetti su eBay."
+"Activation","Attivazione"
+"Enables / Disables using schedule.","Abilita/disabilita tramite il programma."
+"Any Time","In qualsiasi momento"
+"During Period","Durante il periodo"
+"When the schedule has to be applied.","Quando il programma deve essere applicato."
+"Active From","Data di attivazione"
+"To","A"
+"Day of Week","Giorno della settimana"
+"From","Da"
+"Monday","Lunedì"
+"Tuesday","Martedì"
+"Wednesday","Mercoledì"
+"Thursday","Giovedì"
+"Friday","Venerdì"
+"Saturday","Sabato"
+"Sunday","Domenica"
+"AM","AM"
+"PM","PM"
+"Define the conditions when you want eBay items stopped.
+
+ Note: If all options are set to No or No Action, then the stop action for eBay items, which use this Synchronization Policy, is disabled.
+If all options are enabled, then an item will be stopped if at least one of the Stop Conditions is met.","Definisci le condizioni per interrompere oggetti su eBay. Nota: se tutte le opzioni vengono impostate su ""No"" o ""Nessuna azione"", l'azione di interruzione per gli oggetti eBay che utilizza queste Regole di sincronizzazione è disattivata. Se tutte le opzioni sono abilitate, un oggetto verrà interrotto se viene soddisfatta almeno una delle condizioni di interruzione."
+"Automatically stops an item that is on eBay if status is changed to 'Disabled' in Magento.","Interrompe automaticamente un oggetto in vendita su eBay se il relativo stato in Magento è modificato in ""Disabilitato""."
+"Automatically stops an item that is on eBay if stock availability is changed to 'Out of Stock' in Magento.","Interrompe automaticamente un oggetto in vendita su eBay se la relativa disponibilità di scorte in Magento è modificata in ""Esaurito""."
+"Stop When Quantity Is","Interrompi se la quantità è"
+"Automatically stops an item on eBay if quantity is changed and it meets the selected conditions.","Interrompe automaticamente un oggetto in vendita su eBay se la quantità viene modificata e se soddisfa le condizioni impostate."
+
+"About","Informazioni"
+"Community","Community"
+"Enterprise","Azienda"
+"America","America"
+"Europe","Europa"
+"Asia / Pacific","Asia/Pacifico"
+"Other","Altro"
+"Canada","Canada"
+"Canada (French)","Canada (francese)"
+"United States","Stati Uniti"
+"Austria","Austria"
+"Belgium (Dutch)","Belgio (olandese)"
+"Belgium (French)","Belgio (francese)"
+"France","Francia"
+"Germany","Germania"
+"Ireland","Irlanda"
+"Italy","Italia"
+"Netherlands","Paesi Bassi"
+"Poland","Polonia"
+"Switzerland","Svizzera"
+"Sweden","Svezia"
+"Spain","Spagna"
+"United Kingdom","Regno Unito"
+"Australia","Australia"
+"Hong Kong","Hong Kong"
+"India","India"
+"Malaysia","Malaysia"
+"Philippines","Filippine"
+"Singapore","Singapore"
+"System","Sistema"
+"Add new listing","Aggiungi nuova inserzione"
+"Delete existing listing","Elimina inserzione esistente"
+"Add product to listing","Aggiungi prodotto a inserzione"
+"Delete item from listing","Elimina oggetto da inserzione"
+"Remove item from Channel","Rimuovi oggetto da canale"
+"Add new product to magento store","Aggiungi nuovo prodotto a negozio Magento"
+"Delete existing product from magento store","Elimina prodotto esistente da negozio Magento"
+"Change of product price in magento store","Modifica del prezzo del prodotto nel negozio Magento"
+"Change of product special price in magento store","Modifica del prezzo speciale del prodotto nel negozio Magento"
+"Change of product qty in magento store","Modifica della quantità del prodotto nel negozio Magento"
+"Change of product stock availability in magento store","Modifica della disponibilità in magazzino del prodotto nel negozio Magento"
+"Change of product status in magento store","Modifica dello stato del prodotto nel negozio Magento"
+"List item on Channel","Metti in vendita l'oggetto sul canale"
+"Relist item on Channel","Rimetti in vendita l'oggetto sul canale"
+"Revise item on Channel","Modifica l'oggetto sul canale"
+"Stop item on Channel","Blocca l'oggetto sul canale"
+"Stop on Channel / Remove from Listing","Blocca sul canale/Rimuovi dall'inserzione"
+"Remove from Channel & Listing","Rimuovi da canale e inserzione"
+"Change of product custom attribute in magento store","Modifica dell'attributo personalizzato del prodotto nel negozio Magento"
+"Relist product on Channel","Rimetti in vendita il prodotto sul canale"
+"Stop product on Channel","Blocca il prodotto sul canale"
+"Default Synchronization","Sincronizzazione predefinita"
+"Inventory Synchronization","Sincronizzazione magazzino"
+"Orders Synchronization","Sincronizzazione ordini"
+"Marketplaces Synchronization","Sincronizzazione mercati"
+"3rd Party Listings Synchronization","Sincronizzazione inserzioni di terze parti"
+"The ""Categories Synchronization"" action for marketplace: ""%s"" is in data processing mode. Please wait...","L'azione ""Sincronizzazione categorie"" per il mercato: ""%s"" è in modalità di elaborazione dati. Attendi..."
+"Magento Order was not created. Reason: Magento Order creation is disabled in Account settings.","Ordine Magento non creato. Motivo: la creazione dell'ordine Magento è disabilitata nelle impostazioni di account."
+"Magento Order was not created. Reason: Magento Order creation for items listed by M2E Pro is disabled in Account settings.","Ordine Magento non creato. Motivo: la creazione dell'ordine Magento per oggetti messi in vendita da M2E Pro è disabilitata nelle impostazioni di account."
+"Magento Order was not created. Reason: Magento Order creation for items listed by 3rd party software is disabled in Account settings.","Ordine Magento non creato. Motivo: la creazione dell'ordine Magento per oggetti messi in vendita da software di terze parti è disabilitata nelle impostazioni di account."
+"Magento order was not created. Reason: Order Creation Rules were not met. Press Create Order button at Order view page to create it anyway.","Ordine Magento non creato. Motivo: Regole di creazione ordini non soddisfatte. Premi il pulsante Crea ordine sulla pagina di visualizzazione dell'ordine per crearlo comunque."
+"Magento Order is already created for this %s Order. Press Create Order button to create new one.","L'ordine Magento è già creato per questo ordine %s. Premi il pulsante Crea ordine per crearne uno nuovo."
+"Payment Status was not updated to Paid. Magento Order #%order_id% have to be cancelled according to Account's Automatic Cancellation setting.","Stato del pagamento non aggiornato in Pagato. L'ordine Magento #%order_id% deve essere annullato in base all'impostazione Annullamento automatico dell'account."
+"Magento and M2E Pro has Internet Explorer 7 as minimal browser requirement. Please upgrade your browser.","Il requisito minimo per il browser con Magento ed M2E Pro è Internet Explorer 7. Aggiorna il browser."
+"M2E Pro license key validation is failed for this domain. Go to the %slicense page%s.","Convalida della chiave di licenza M2E Pro non riuscita per questo dominio. Vai su %slicense page%s."
+"M2E Pro license key validation is failed for this IP. Go to the %slicense page%s.","Convalida della chiave di licenza M2E Pro non riuscita per questo IP. Vai su %slicense page%s."
+"M2E Pro license key validation is failed for this base directory. Go to the %slicense page%s.","Convalida della chiave di licenza M2E Pro non riuscita per questa directory di base. Vai su %slicense page%s."
+"M2E Pro module requires activation. Go to the %slicense page%s.","Il modulo M2E Pro richiede l'attivazione. Vai su %slicense page%s."
+"M2E Pro module license suspended for ""%s"" component. Go to the %slicense page%s.","Licenza del modulo M2E Pro sospesa per il componente ""%s"". Vai su %slicense page%s."
+"M2E Pro module license closed for ""%s"" component. Go to the %slicense page%s.","Licenza del modulo M2E Pro chiusa per il componente ""%s"". Vai su %slicense page%s."
+"M2E Pro module license has expired for ""%s"" component. Go to the %slicense page%s.","Licenza del modulo M2E Pro scaduta per il componente ""%s"". Vai su %slicense page%s."
+"M2E Pro module is running under Trial License for ""%s"" component, that will expire on %s.","Il modulo M2E Pro è in esecuzione con licenza di valutazione per il componente ""%s"", che scadrà in data %s."
+"M2E Pro module license will expire on %s for ""%s"" component. Go to the %slicense page%s.","La licenza del modulo M2E Pro scadrà in data %s per il componente ""%s"". Vai su %slicense page%s."
+"No matches were found. Please change the mapping attributes in Configuration > Account > 3rd Party Listings or try to map manually.","Non sono state trovate corrispondenze. Modifica gli attributi di associazione in Configurazione > Account > Inserzioni di terze parti o prova a eseguire l'associazione manualmente."
+"The ""Categories Synchronization"" action for marketplace: ""%mrk%"" is in data processing mode. Please wait...","L'azione ""Sincronizzazione categorie"" per il mercato: ""%mrk%"" è in modalità di elaborazione dati. Attendi..."
+"Task ""Orders Receive Synchronization"" for Rakuten.com ""%acc%"" Account is started. Please wait...","L'attività ""Sincronizzazione ricezione ordini"" per l'account ""%acc%"" Rakuten.com è iniziata. Attendi..."
+"Task ""Orders Update Synchronization"" for Rakuten.com ""%acc%"" Account is started. Please wait...","L'attività ""Sincronizzazione aggiornamenti ordini"" per l'account ""%acc%"" Rakuten.com è iniziata. Attendi..."
+"The ""Parts Compatibility Synchronization"" action for ""%mrk%"" marketplace has been successfully completed.","L'azione ""Sincronizzazione compatibilità dei pezzi di ricambio"" per il mercato ""%mrk%"" è stata completata correttamente."
+"Attention! By deleting account you delete all information on it from M2E Pro server. This will cause inappropriate work of all accounts' copies.","Attenzione L'eliminazione dell'account comporta l'eliminazione di tutte le relative informazioni dal server M2E Pro. Questo comporta un lavoro inappropriato per tutte le copie degli account."
+"The product was listed as a simple product as it has limitation for multi-variation items. Reason:number of values for each option more than 30.","Il prodotto è stato messo in vendita come prodotto semplice in quanto presenta una limitazione per le inserzioni con varianti. Motivo: numero di valori per ogni opzione superiore a 30."
+"The product was listed as a simple product as it has limitation for multi-variation items. Reason:number of options more than 5.","Il prodotto è stato messo in vendita come prodotto semplice in quanto presenta una limitazione per le inserzioni con varianti. Motivo: numero di opzioni superiore a 5."
+"The product was listed as a simple product as it has limitation for multi-variation items. Reason:sum of quantities of all possible products options more than 250.","Il prodotto è stato messo in vendita come prodotto semplice in quanto presenta una limitazione per le inserzioni con varianti. Motivo: somma delle quantità di tutte le opzioni di prodotti possibili superiore a 250."
+"Map listing to magento product","Mappa l'inserzione sul prodotto Magento"
+"Unmap listing from magento product","Annulla la mappa da prodotto Magento"
+"Move to existing M2E listing","Sposta nell'inserzione M2E esistente"
+"Change of product special price from date in magento store","Modifica della data di inizio del prezzo speciale del prodotto nel negozio Magento"
+"Change of product special price to date in magento store","Modifica della data di scadenza del prezzo speciale del prodotto nel negozio Magento"
+"Change item status on Channel","Modifica lo stato dell'oggetto sul canale"
+"Revise product","Modifica il prodotto"
+"Relist product","Rimetti in vendita il prodotto"
+"Stop product","Interrompi il prodotto"
+"Creation Date","Data di creazione"
+"Update Date","Data di aggiornamento"
+"Actions","Azioni"
+"Edit","Modifica"
+"Delete","Elimina"
+"All Accounts","Tutti gli account "
+"ID","ID"
+"Title","Titolo"
+"Channel","Channel"
+"Accounts","Account"
+"Add Account","Aggiungi account"
+"Configuration","Configurazione"
+"General","Generale"
+"3rd Party Listings","Inserzioni di terze parti"
+"Orders","Ordini"
+"Edit%s Account","Modifica%s account"
+"Add%s Account","Aggiungi%s account"
+"Refresh","Aggiorna"
+"Save And Continue Edit","Salva e continua la modifica"
+"Add New Account","Aggiungi nuovo account"
+"Complete This Step","Completa questo passaggio"
+"Back","Indietro"
+"Save","Salva"
+"Add%s Listing [Select Categories Products]","Aggiungi%s inserzione [Select Categories Products]"
+"Save And View Listing","Salva e vedi l'inserzione"
+"Add%s Listing [Select Categories]","Aggiungi%s inserzione [Select Categories]"
+"Next","Successivo"
+"Add%s Listing [Select Products]","Aggiungi%s inserzione [Select Products]"
+"Add%s Listing [Settings]","Aggiungi%s inserzione [Settings]"
+"Add%s Listing [Products Filter]","Aggiungi%s inserzione [Products Filter]"
+"Add%s Listing [Channel Settings]","Aggiungi%s inserzione [Channel Settings]"
+"Select All","Seleziona tutti"
+"Confirm","Conferma"
+"Add New","Aggiungi nuovo"
+"Settings","Impostazioni"
+"Channel Settings","Impostazioni canale"
+"Products Filter","Filtro prodotti"
+"Edit ""%s""%s Listing [Settings]","Modifica ""%s""%s inserzione [Settings]"
+"Total Items","Totale oggetti"
+"Active Items","nelle inserzioni in corso"
+"Inactive Items","Oggetti inattivi"
+"View Products","Vedi prodotti"
+"Add Products from Products List","Aggiungi prodotti da Elenco prodotti"
+"Add Products from Categories","Aggiungi prodotti da Categorie"
+"Edit Settings","Modifica impostazioni "
+"Delete Listing","Elimina inserzione"
+"Are you sure?","Sei sicuro di voler continuare?"
+"View Log","Vedi registro"
+"Clear Log","Cancella registro"
+"Edit Selling Format Template","Modifica modello del formato di vendita"
+"Edit Synchronization Template","Modifica modello di sincronizzazione"
+"Clear Log(s)","Cancella registro/i"
+"Delete Listing(s)","Elimina inserzione/i"
+"N/A","N/A"
+"Product ID","ID prodotto"
+"Product Title / SKU","Titolo/codice prodotto"
+"ASIN / ISBN","ASIN/ISBN"
+"Amazon QTY","Q.TÀ Amazon"
+"Amazon Price","Prezzo di Amazon"
+"Fulfillment","Gestione"
+"Merchant","Venditore professionale"
+"Amazon","Amazon"
+"Status","Stato"
+"Unknown","Sconosciuto"
+"Active","In corso"
+"Inactive","Inattivo"
+"Inactive (Blocked)","Inattivo (bloccato)"
+"Remove Item","Rimuovi oggetto"
+"Unmap","Annulla associazione"
+"Map Item(s) Automatically","Associa oggetto/i automaticamente"
+"Move Item(s) to Listing","Sposta oggetto/i su inserzione"
+"Map","Mappa"
+"Move","Sposta"
+"SKU","Codice prodotto"
+"Status Change","Modifica dello stato"
+"Manual","Manuale"
+"Automatic","Automatica"
+"Add Products To%s Listing ""%s"" From Categories","Aggiungi prodotti a%s inserzione ""%s"" da Categorie"
+"View Listing","Vedi inserzione"
+"Save And List","Salva e metti in vendita"
+"Product Title","Titolo prodotto"
+"Type","Tipo"
+"Stock Availability","Disponibilità in magazzino"
+"In Stock","In magazzino"
+"Out of Stock","Esaurito"
+"Price","Prezzo"
+"Qty","Q.tà"
+"Visibility","Visibilità"
+"Websites","Siti Web "
+"Please select items.","Seleziona gli oggetti."
+"Are you sure you want to create empty listing?","Sei sicuro di voler creare un'inserzione vuota?"
+"Show Advanced Filter","Mostra filtro avanzato"
+"Hide Advanced Filter","Nascondi filtro avanzato"
+"Add Products To%s Listing ""%s""","Aggiungi prodotti a%s inserzione ""%s"""
+"Image","Immagine"
+"Action","Azione"
+"Assign ASIN/ISBN","Assegna ASIN/ISBN"
+"Clear Search Result","Cancella il risultato di ricerca"
+"Search","Cerca"
+"Reset","Azzera"
+"Close","Chiudi"
+"Product Title / Listing / SKU","Titolo/inserzione/codice prodotto"
+"Amazon SKU","Codice prodotto Amazon"
+"Not Listed","Non messo in vendita"
+"Manage","Gestisci"
+"Listing","Inserzione"
+"Go to listing","Vai all'inserzione"
+"Search%s Listings Items","Cerca%s oggetti inserzioni"
+"Listings","Inserzioni"
+"Templates","Modelli"
+"Selling Format Templates","Modelli del formato di vendita "
+"Synchronization Templates","Modelli di sincronizzazione"
+"Continue","Continua"
+"List Item(s)","Metti in vendita oggetto/i"
+"Revise Item(s)","Modifica oggetto/i"
+"Relist Item(s)","Rimetti in vendita oggetto/i"
+"Stop Item(s)","Blocca oggetto/i"
+"Move Item(s) to Another Listing","Sposta oggetto/i su un'altra inserzione"
+"Assign ASIN/ISBN to Item(s)","Assegna ASIN/ISBN a oggetto/i"
+"Add New ASIN(s)","Aggiungi nuovo/i ASIN"
+"Unassign ASIN/ISBN","Annulla assegnazione ASIN/ISBN"
+"Duplicate","Duplica"
+"Manage ""%s"" Options","Gestisci opzioni ""%s"""
+"Manage Options","Gestisci opzioni"
+"Edit ""%s"" Variation","Modifica variante ""%s"""
+"Add Another ""%s"" Variations","Aggiungi altre varianti ""%s"""
+"Add Another Variation","Aggiungi un'altra variante"
+"List","Elenco"
+"Relist","Rimetti in vendita"
+"Revise","Modifica"
+"Stop","Stop"
+"Remove from Channel","Rimuovi da canale"
+"receiving...","ricezione in corso..."
+"Unassign New ASIN Template","Annulla assegnazione del nuovo modello ASIN"
+"Automatic ASIN/ISBN search in progress.","Ricerca ASIN/ISBN automatica in corso."
+"Choose ASIN/ISBN from the list","Scegli ASIN/ISBN dall'elenco"
+"Search for ASIN/ISBN","Cerca ASIN/ISBN"
+"ASIN/ISBN was found automatically","ASIN/ISBN trovato automaticamente"
+"View%s Listing ""%s""","Vedi%s inserzione ""%s"""
+"Edit Templates","Modifica modelli"
+"Add Products","Aggiungi prodotti"
+"Moving Amazon Items.","Spostamento oggetti Amazon in corso."
+"Products failed to move","Impossibile spostare i prodotti"
+"Task completed. Please wait ...","Attività completata. Attendi..."
+"""%s"" task has successfully submitted to be processed.","L'attività ""%s"" è stata inviata correttamente per l'elaborazione."
+"""%s"" task has completed with warnings. View log for details.","L'attività ""%s"" è stata completata con avvisi. Vedi il registro per ulteriori informazioni."
+"""%s"" task has completed with errors. View log for details.","L'attività ""%s"" è stata completata con errori. Vedi il registro per ulteriori informazioni."
+"Some Amazon request(s) are being processed now.","Alcune richieste Amazon sono attualmente in fase di elaborazione."
+"Sending %s product(s) data on Amazon.","Invio dati di %s prodotto/i su Amazon in corso."
+"View All Product Log.","Vedi il registro di tutti i prodotti."
+"The listing was locked by another process. Please try again later.","L'inserzione è stata bloccata da un altro processo. Riprova più tardi."
+"Listing is empty.","Inserzione vuota."
+"Listing All Items On Amazon","Messa in vendita di tutti gli oggetti su Amazon in corso"
+"Listing Selected Items On Amazon","Messa in vendita degli oggetti selezionati su Amazon in corso"
+"Revising Selected Items On Amazon","Revisione degli oggetti selezionati su Amazon in corso"
+"Relisting Selected Items On Amazon","Rimessa in vendita degli oggetti selezionati su Amazon in corso"
+"Stopping Selected Items On Amazon","Blocco degli oggetti selezionati su Amazon in corso"
+"Stopping On Amazon And Removing From Listing Selected Items","Blocco su Amazon e rimozione dalla messa in vendita degli oggetti selezionati in corso"
+"Removing From Amazon And Listing Selected Items","Rimozione da Amazon e messa in vendita degli oggetti selezionati in corso"
+"Product(s) was successfully moved.","Prodotto/i spostato/i correttamente."
+"Product(s) was not moved. View log for details.","Prodotto/i non spostato/i. Vedi il registro per ulteriori informazioni."
+"Some product(s) was not moved. View log for details.","Alcuni prodotti non sono stati spostati. Vedi il registro per ulteriori informazioni."
+"Please select action.","Seleziona l'azione."
+"Success","Riuscito"
+"Notice","Avviso"
+"Warning","Attenzione"
+"Error","Errore"
+"Please enter product name or ASIN/ISBN/UPC/EAN.","Immetti il nome del prodotto o ASIN/ISBN/UPC/EAN."
+"Server is currently unavailable. Please try again later.","Il server non è al momento disponibile. Riprova più tardi."
+"The new ASIN creation functionality is not available in %code% marketplace yet.","La nuova funzionalità di creazione del numero ASIN non è ancora disponibile nel mercato %code%."
+"In order to use New ASIN functionality, please re-synchronize marketplace data.","Per utilizzare la funzionalità Nuovo ASIN, sincronizza nuovamente i dati del mercato."
+"Press ""Save And Update"" button after redirect on marketplace page.","Premi il pulsante ""Salva e aggiorna"" dopo essere stato reindirizzato alla pagina del mercato."
+"All variations are already added.","Sono già state aggiunte tutte le varianti."
+"Selling Format Template","Modello del formato di vendita"
+"Synchronization Template","Modello di sincronizzazione"
+"From Products List","Da elenco di prodotti"
+"From Categories","Da categorie"
+"Search Items","Cerca oggetti "
+"Add Listing","Aggiungi inserzione"
+"Update Now","Aggiorna ora"
+"Edit Shipping Address","Modifica l'indirizzo per la spedizione"
+"Save Order Address","Salva l'indirizzo dell'ordine "
+"Sale Date","Data vendita"
+"Magento Order #","Numero ordine Magento"
+"Amazon Order #","N. ordine Amazon"
+"Items","Oggetti"
+"Buyer","Acquirente"
+"Total Paid","Totale pagato"
+"Reservation","Prenotazione"
+"Reserved","Prenotata"
+"Released","Sbloccata"
+"Canceled","Annullato"
+"Pending","In sospeso"
+"Unshipped","Non spedito"
+"Partially Shipped","Spedito parzialmente"
+"Shipped","Spedito"
+"Invoice Not Confirmed","Fattura non confermata"
+"Unfulfillable","Inevaso"
+"View","Vista"
+"Create Order","Crea ordine"
+"Mark As Shipped","Segnala come spedito"
+"Reserve QTY","Prenota quantità"
+"Cancel QTY Reserve","Annulla prenotazione quantità"
+"Mark Order(s) as Shipped","Segnala ordini come spediti"
+"Resend Shipping Information","Invia di nuovo le Informazioni sulla spedizione"
+"Deleted","Eliminata"
+"edit","modifica"
+"QTY","Q.TÀ"
+"Status Update in Progress...","Aggiornamento dello stato in corso... "
+"Product","Prodotto"
+"Original Price","Prezzo originale"
+"Promotions","Promozioni"
+"Gift Wrap Price","Prezzo pacco regalo"
+"Gift Options","Opzioni regalo"
+"Row Total","Totale"
+"View on Amazon","Vedi su Amazon"
+"Map to Magento Product","Associa al prodotto Magento"
+"Set Options","Imposta opzioni"
+"Gift Wrap Type","Tipo di pacco regalo"
+"Gift Message","Messaggio regalo"
+"View Order Details","Vedi i dettagli dell'ordine"
+"Mark as Shipped","Segnala come spedito"
+"Are you sure that you want to create new Magento Order?","Vuoi creare un nuovo ordine Magento?"
+"Run Now","Esegui ora"
+"Insert","Inserisci"
+"Change Category","Modifica la categoria"
+"Browse","Naviga"
+"Search By Keywords","Cerca per parole chiave"
+"Description","Descrizione"
+"Specifics","Specifiche"
+"Edit ""New ASIN"" Template For ""%s"" Marketplace (Beta)","Modifica il modello ""Nuovo ASIN"" per il mercato ""%s"" (beta)"
+"Add ""New ASIN"" Template For ""%s"" Marketplace (Beta)","Aggiungi il modello ""Nuovo ASIN"" per il mercato ""%s"" (beta)"
+"Save And Assign","Salva e assegna"
+"Department","Ufficio"
+"Category","Categoria"
+"Attribute Sets","Insiemi di attributi"
+"Assignment","Assegnazione"
+"Edit Template","Modifica il modello"
+"Delete Template","Elimina il modello"
+"Assign To This Template","Assegna a questo modello"
+"Attribute Sets Mismatch","Insiemi di attributi non corrispondenti"
+"Found In: ","Trovato in: "
+"Select","Seleziona"
+"New ASIN Templates For ""%s"" Marketplace (Beta)","Nuovi modelli ASIN per il mercato ""%s"" (beta)"
+"Add New ASIN Template","Aggiungi nuovo modello ASIN"
+"Edit%s Selling Format Template","Modifica%s modello formato di vendita"
+"Add%s Selling Format Template","Aggiungi%s modello formato di vendita"
+"List Rules","Regole inserzione"
+"Revise Rules","Modifica regole"
+"Relist Rules","Regole per la rimessa in vendita"
+"Stop Rules","Blocca regole"
+"Edit%s Synchronization Template","Modifica%s modello sincronizzazione"
+"Add%s Synchronization Template","Aggiungi%s modello sincronizzazione"
+"Update FTP Password","Aggiorna password FTP"
+"Update Web Password","Aggiorna password Web"
+"Product Title / Reference ID","Titolo/ID riferimento prodotto"
+"Rakuten.com SKU","Codice prodotto Rakuten.com"
+"Rakuten.com QTY","Quantità Rakuten.com"
+"Rakuten.com Price","Prezzo Rakuten.com"
+"Move Item(s) To Listing","Sposta oggetto/i su inserzione"
+"Reference ID","ID riferimento"
+"Add Products To%s Listing ""%s"" ","Aggiungi prodotti a%s inserzione ""%s"" "
+"Assign Rakuten.com SKU","Assegna codice prodotto Rakuten.com"
+"There is no such variation on Rakuten.com. Please, choose another variation.","Questa variante non è disponibile su Rakuten.com. Selezionarne un'altra."
+"Add New SKU In Progress...","Aggiunta nuovo codice prodotto in corso..."
+"List In Progress...","Messa in vendita in corso..."
+"Relist In Progress...","Rimessa in vendita in corso..."
+"Revise In Progress...","Modifica in corso..."
+"Stop In Progress...","Interruzione in corso..."
+"Stop And Remove In Progress...","Interruzione e rimozione in corso..."
+"Assign Rakuten.com SKU to Item(s)","Assegna codice prodotto Rakuten.com a oggetto/i"
+"Add New Rakuten.com SKU","Aggiungi nuovo codice prodotto Rakuten.com"
+"Unassign Rakuten.com SKU","Annulla assegnazione codice prodotto Rakuten.com"
+"Unassign New SKU Template","Annulla assegnazione nuovo modello di codice prodotto"
+"Choose Rakuten.com SKU from the list","Scegli un codice prodotto Rakuten.com dall'elenco"
+"Search for Rakuten.com SKU","Cerca codice prodotto Rakuten.com"
+"New","Nuovo"
+"Used - Like New","Usato - Come nuovo"
+"Used - Very Good","Usato - Molto buono"
+"Used - Good","Usato - Buono"
+"Used - Acceptable","Usato - Accettabile"
+"Refurbished","Ricondizionato"
+"Rakuten.com was found automatically","Rakuten.com trovato automaticamente"
+"New SKU","Nuovo codice prodotto"
+"Moving Rakuten.com Items.","Spostamento di oggetti Rakuten.com."
+"Some Rakuten.com request(s) are being processed now.","Alcune richieste Rakuten.com sono attualmente in fase di elaborazione."
+"Sending %s product(s) data on Rakuten.com.","Invio dati di %s prodotto/i su Rakuten.com."
+"Listing All Items On Rakuten.com","Messa in vendita di tutti gli oggetti su Rakuten.com"
+"Listing Selected Items On Rakuten.com","Messa in vendita degli oggetti selezionati su Rakuten.com"
+"Revising Selected Items On Rakuten.com","Modifica degli oggetti selezionati su Rakuten.com"
+"Relisting Selected Items On Rakuten.com","Rimessa in vendita degli oggetti selezionati su Rakuten.com"
+"Stopping Selected Items On Rakuten.com","Interruzione degli oggetti selezionati su Rakuten.com"
+"Stopping On Rakuten.com And Removing From Listing Selected Items","Interruzione su Rakuten.com e rimozione degli oggetti selezionati dall'inserzione"
+"Adding New SKU On Rakuten.com","Aggiunta di un nuovo codice prodotto su Rakuten.com"
+"In order to use New SKU functionality, please re-synchronize marketplace data.","Per utilizzare la nuova funzionalità relativa al codice prodotto, sincronizzare nuovamente i dati del mercato."
+"Please enter product name or Rakuten.com SKU/ISBN/UPC.","Immetti il nome del prodotto o il numero SKU/ISBN/UPC di Rakuten.com."
+"Rakuten.com Order #","Ordine Rakuten.com numero"
+"Item","Oggetto"
+"View on Rakuten.com","Vedi su Rakuten.com"
+"Edit New SKU Template For Rakuten.com (Beta)","Modifica il nuovo modello del codice prodotto per Rakuten.com (beta)"
+"Add New SKU Template For Rakuten.com (Beta)","Aggiungi il nuovo modello del codice prodotto per Rakuten.com (beta)"
+"New SKU Templates For Rakuten.com (Beta)","Nuovi modelli del codice prodotto per Rakuten.com (beta)"
+"Add New SKU Template","Aggiungi il nuovo modello del codice prodotto"
+"At least 1 channel should be enabled.","È necessario abilitare almeno 1 canale."
+"Method of adding a new entity is not defined.","Metodo per l'aggiunta di una nuova entità non definito."
+"Log For%s Listing","Registro per%s inserzione"
+"Listings Log","Registro inserzioni"
+"Listing Settings","Impostazioni inserzione "
+"Listing Items","Oggetti inserzione"
+"Show General Log","Mostra registro generale"
+"Identifier","Codice prodotto"
+"Product Name","Nome prodotto"
+"Run Mode","Modalità di esecuzione"
+"Priority","Priorità"
+"Log For%s 3rd Party Listing","Registro per%s inserzione di terze parti"
+"3rd Party Listings Log","Registro inserzioni di terze parti"
+"Product was successfully mapped.","Prodotto associato correttamente."
+"Listings, which have the same Marketplace and Account were not found.","Inserzioni con mercato e account corrispondenti non trovate."
+"Would you like to create one with default settings ?","Crearne una con le impostazioni predefinite?"
+"Products were not moved. View log for details.","I prodotti non sono stati spostati. Vedi il registro per ulteriori informazioni."
+"Some of the products were not moved. View log for details.","Alcuni prodotti non sono stati spostati. Vedi il registro per ulteriori informazioni."
+"Processing %s product(s).","Elaborazione %s prodotti."
+"Map Item(s) to Products","Associa oggetto/i ai prodotti"
+"Only mapped products must be selected.","Solo i prodotti associati possono essere selezionati."
+"Selected items must belong to the same Account and Marketplace.","Gli oggetti selezionati devono appartenere allo stesso account e mercato."
+"Moving Play.com Items.","Spostamento di oggetti Play.com."
+"Mapping Product","Associazione prodotto"
+"Product does not exist.","Il prodotto non esiste."
+"Please enter correct product ID.","Immetti l'ID prodotto corretto."
+"Product(s) was successfully mapped.","Prodotto/i associato/i correttamente."
+"Please enter correct product ID or SKU","Immetti l'ID prodotto o il codice prodotto corretto"
+"Current version only supports simple products. Please, choose simple product.","La versione corrente di supporta solo prodotti semplici. Scegli un prodotto semplice."
+"Item was not mapped as the chosen %s Simple Product has Custom Options.","Oggetto non associato perché il prodotto semplice %s scelto dispone di opzioni personalizzate."
+"Add More Variations","Aggiungi più varianti"
+"Generate All Combinations","Genera tutte le combinazioni"
+"Generate Non-Existing Combinations","Genera combinazioni non esistenti"
+"Listed","In vendita"
+"Sold","Venduti"
+"Stopped","Bloccati"
+"Finished","Fine"
+"Blocked","Bloccato"
+"Search Listings Items","Cerca oggetti di inserzioni"
+"General Log","Registro generale"
+"Search Products","Cerca prodotti"
+"Marketplaces","Mercati"
+"Save And Complete This Step","Salva e completa questo passaggio"
+"Save And Update","Salva e aggiorna"
+"Rakuten (Beta)","Rakuten (Beta)"
+"Orders Log","Registro ordini"
+"View Logs","Vedi registri"
+"Update Password","Aggiorna password"
+"Product Title / Reference Code","Titolo/Codice riferimento prodotto"
+"Play.com QTY","Quantità Play.com"
+"Play.com GBP Price","Prezzo Play.com in GBP"
+"Play.com EUR Price","Prezzo Play.com in EUR"
+"Reference Code","Codice di riferimento"
+"Play ID","ID Play"
+"Assign Play ID","Assegna ID Play"
+"There is no such variation on Play ID. Please, choose another variation.","Per l'ID Play non è disponibile questa variante. Selezionarne un'altra."
+"Play.com Price GBP","Prezzo Play.com in GBP"
+"Play.com Price EUR","Prezzo Play.com in EUR"
+"New SKU In Progress...","Nuovo codice prodotto in corso..."
+"Assign Play ID to Item(s)","Assegna ID Play a oggetti"
+"Unassign Play ID","Annulla assegnazione ID Play"
+"Choose Play ID from the list","Seleziona ID Play dall'elenco"
+"Search for Play ID","Cerca per ID Play"
+"Play ID was found automatically","ID Play trovato automaticamente"
+"Some Play.com request(s) are being processed now.","Alcune richieste Play.com sono attualmente in fase di elaborazione."
+"Sending %s product(s) data on Play.com.","Invio dati di %s su Play.com."
+"Listing All Items On Play.com","Messa in vendita di tutti gli oggetti su Play.com"
+"Listing Selected Items On Play.com","Messa in vendita degli oggetti selezionati su Play.com"
+"Revising Selected Items On Play.com","Modifica degli oggetti selezionati su Play.com"
+"Relisting Selected Items On Play.com","Rimessa in vendita degli oggetti selezionati su Play.com"
+"Stopping Selected Items On Play.com","Interruzione degli oggetti selezionati su Play.com"
+"Stopping On Play.com And Removing From Listing Selected Items","Interruzione su Play.com e rimozione degli oggetti selezionati dall'inserzione"
+"Assign Play.com SKU","Assegna codice prodotto Play.com"
+"Enter product name or ISBN/EAN/UPC.","Inserisci nome del prodotto o ISBN/EAN/UPC."
+"Play Order #","Ordine Play numero"
+"Posted","Pubblicato"
+"Refunded","Rimborsato"
+"Reserve Qty","Prenota quantità"
+"Cancel Qty Reserve","Annulla prenotazione quantità"
+"Synchronization Log","Registro di sincronizzazione "
+"Synchronization Settings","Impostazioni sincronizzazione"
+"Synchronization","Sincronizzazione"
+"Run Enabled Now","Esegui elementi abilitati"
+"Save Settings","Salva"
+"Add Selling Format Template","Aggiungi modello del formato di vendita"
+"Add Synchronization Template","Aggiungi modello di sincronizzazione"
+"Development","Sviluppo"
+"Enter","Inserisci"
+"Change","Modifica"
+"Clear All","Azzera"
+"Restore All Helps","Ripristina tutti gli Aiuti"
+" License"," Licenza"
+"Job Code","Codice processo"
+"Created At","Ora creazione"
+"Scheduled At","Ora programmazione"
+"Executed At","Ora esecuzione"
+"Finished At","Ora completamento"
+"Messages","Messaggi"
+"Cron Schedule Table View","Vista tabella programma cron"
+"Table Name","Nome tabella"
+"Component","Componente"
+"Group","Gruppo"
+"Records","Dati"
+"Size (Mb)","Dimensioni (Mb)"
+"Edit Table(s)","Modifica tabelle"
+"Truncate Table(s)","Tronca tabelle"
+"Update","Aggiornamento"
+"Manage Table ""%s""","Gestisci tabella ""%s"""
+"Truncate Table","Tronca tabella"
+"Enable","Abilita"
+"Disable","Disabilita"
+"Summary","Riepilogo"
+"Inspection","Ispezione"
+"Database","Database"
+"Tools","Strumenti"
+"Module","Modulo"
+"Debug","Debug"
+"Build","Crea"
+"Main Website","Sito Web principale"
+"Support","Assistenza"
+"Magento Connect","Magento Connect"
+"Documentation","Documentazione"
+"Video Tutorials","Esercitazioni video"
+"Listing ID","ID inserzione"
+"Listing Title","Titolo inserzione"
+"Attrib. Set Name","Attrib. Imposta nome"
+"Source","Fonte"
+"Products List","Elenco prodotti"
+"Categories","Categorie"
+"Store View","Vista negozio"
+"Listings, which have the same Attribute Set, Marketplace and Account were not found.","Inserzioni con insieme di attributi, mercato e account corrispondenti non trovate."
+"Map To This Product","Associa a questo prodotto"
+"Advanced Search","Ricerca avanzata"
+"Stop And Remove","Interrompi e rimuovi"
+"Delete And Remove","Elimina e rimuovi"
+"Items are not set.","Oggetti non impostati."
+"Current view mode is not set.","Modalità vista corrente non impostata."
+"Route is not set.","Reindirizzamento non impostato."
+"High","Alto"
+"Medium","Medio"
+"Low","Basso"
+"Last action was completed successfully.","L'ultima azione è stata completata correttamente."
+"Entity ID is not set.","ID entità non impostato."
+"View help handler is not set.","Mostra gestore assistenza non impostato."
+"Close help handler is not set.","Chiudi gestore assistenza non impostato."
+"Log rows are not set.","Righe registro non impostate."
+"Log tips are not set.","Suggerimenti registro non impostati."
+"Log icons are not set.","Icone registro non impostate."
+"Apply","Applica"
+"Conditions","Condizioni"
+"All Marketplaces","Tutti i mercati"
+"Bundle Items","Oggetti pacchetto"
+"Links","Link"
+"Associated Products","Prodotti associati"
+"Custom Options","Opzioni personalizzate"
+"Order #","Numero ordine"
+"Message","Messaggio"
+"Create Date","Data creazione"
+"Admin (Default Values)","Amministrazione (valori predefiniti)"
+"Attach Another File","Associa un altro file"
+"Send Message","Invia il messaggio"
+"Search Results","Risultati della ricerca"
+"Knowledge Base","Knowledge base"
+"Contact Support","Contatta l'Assistenza"
+"Support {$m2eProVersion}","Assistenza {$m2eProVersion}"
+"Migration Notes","Note di migrazione"
+"Some attributes which are used in this policy were not found in products settings.'
+ . ' Please, check if all of them are in [%s] Attribute Set(s)'
+ . ' as it can cause List, Revise or Relist issues.","Alcuni attributi utilizzati in queste regole non sono stati trovati nelle impostazioni dei prodotti. ""Verificare che tutti gli attributi siano negli insiemi di attributi [%s]"". ""In caso contrario potrebbero verificarsi problemi con le operazioni di messa in vendita, modifica o rimessa in vendita""."
+"Template nick is not set.","Pseudonimo modello non impostato."
+"Component mode is not set.","Modalità componente non impostata."
+"Template data is not set.","Dati modello non impostati."
+"Currency ""%s"" is not allowed in Currency Setup '
+ . 'for Store View ""%s"" of your Magento. '
+ . 'Currency conversion will not be performed.","Non è consentito utilizzare la valuta %s"" in Impostazione valuta per il Negozio ""%s"" in Magento"". "". ""La conversione della valuta non verrà eseguita""."
+"There is no rate for ""%s-%s"" in'
+ . ' Manage Currency Rates of your Magento.'
+ . ' Currency conversion will not be performed.","Non è disponibile alcun tasso per %s-%s"" in Gestisci tassi di cambio di Magento"". ""La conversione della valuta non verrà eseguita""."
+"There is a rate %s for ""%s-%s"" in'
+ . ' Manage Currency Rates of your Magento.'
+ . ' Currency conversion will be performed automatically.","È disponibile un tasso %s per %s-%s"" in Gestisci tassi di cambio di Magento."" ""La conversione della valuta verrà eseguita automaticamente""."
+"Template model is unknown.","Il modello è sconosciuto."
+"Target CSS Class is not set.","Classe CSS target non impostata."
+"Item url is not set.","URL oggetto non impostato."
+"Item label is not set","Etichetta oggetto non impostata."
+"Congratulations!","Complimenti! "
+"Configuration Wizard","Procedura guidata della configurazione "
+"Skip Wizard","Salta procedura guidata"
+"Congratulations! (Magento Multi-Channels Integration)","Complimenti! (Integrazione multicanale di Magento)"
+"License","Licenza"
+"Proceed","Procedi"
+"Complete Configuration"," Completa la configurazione"
+"Configuration Wizard (Magento Multi-Channels Integration)","Configurazione guidata (Integrazione multicanale di Magento)"
+"Start Configuration","Avvia la configurazione"
+"Welcome to M2E Pro - Magento Multi-Channels Integration!","M2E Pro - Integrazione multicanale di Magento"
+"Create an M2E Listing","Crea un'inserzione M2E"
+"M2E Registration Complete","Registrazione M2E completa"
+"Sign into eBay","Accedi a eBay"
+"Register for eBay","Registrati su eBay"
+"M2E Registration","Registrazione M2E"
+"What Is An M2E Listing?","Cos'è un'inserzione M2E?"
+"M2E Mode","Modalità M2E"
+"What are M2E Products and How Do They Appear on eBay","Cosa sono i prodotti M2E e come vengono mostrati su eBay"
+"Register and Link to eBay","Registrazione e link a eBay"
+"Link Magento to eBay and increase your sales","Collega Magento a eBay e aumenta le vendite"
+"M2E Pro Migration to v. %s","Migrazione M2E Pro a v. %s"
+"Next Step","Fase successiva"
+"Previous Step","Passaggio precedente"
+"Complete","Completato"
+"M2E Pro module is locked because of security reason. Please contact us.","Il modulo M2E Pro è bloccato a causa di un motivo di sicurezza. Contattaci."
+"Maintenance is Active.","La manutenzione è attiva."
+"M2E Pro is working in maintenance mode at the moment. Developers are investigating your issue.","M2E Pro è attualmente in modalità manutenzione. Gli sviluppatori stanno esaminando il problema."
+"You will be able to see a content of this page soon. Please wait and then refresh a browser page later.","Presto verrà mostrato un messaggio su questa pagina. Attendi e aggiorna più tardi la pagina del browser."
+"We are sorry, Internet Explorer browser is not supported. Please, use
+ another browser (Mozilla Firefox, Google Chrome, etc.).","Internet Explorer non è supportato. Utilizza un altro browser (Mozilla Firefox, Google Chrome, ecc.)."
+"At least 1 channel of current view should be enabled.","È necessario abilitare almeno 1 canale di vista corrente."
+"Step is invalid","Passaggio non valido"
+"Status is invalid","Stato non valido"
+"Server domain is not defined","Dominio server non definito"
+"Server IP is not defined","IP server non definito"
+"Amazon (Beta)","Amazon (Beta)"
+"Rakuten.com (Beta)","Rakuten.com (Beta)"
+"Please, specify a value suitable for all chosen products.","Indica un valore adeguato per tutti i prodotti selezionati."
+"eBay","eBay"
+"1 day","1 giorno"
+"3 days","3 giorni"
+"5 days","5 giorni"
+"7 days","7 giorni"
+"10 days","10 giorni"
+"30 days","30 giorni"
+"Good Till Cancelled","Inserzione senza scadenza"
+"Play.com (Beta)","Play.com (beta)"
+"Class name must begin with ""Ess_M2ePro""","Il nome della classe deve iniziare con ""Ess_M2ePro"""
+"Attribute sets must be less then 50","Gli insiemi di attributi non devono superare 50"
+"Getting default website is failed","Ottenimento del sito Web predefinito non riuscito"
+"Getting default store group is failed","Ottenimento del gruppo di negozi predefinito non riuscito"
+"Getting default store is failed","Ottenimento del negozio predefinito non riuscito"
+"Fatal error occurred","Si è verificato un errore irreversibile"
+"PHP Version","Versione PHP"
+"Memory Limit","Limite di memoria"
+"Magento Version","Versione Magento"
+"Max Execution Time","Tempo di esecuzione massimo"
+"Server connection is failed. Please try again later.","Connessione server non riuscita. Riprova più tardi."
+"Sell On Multi-Channels","Vendi su più canali"
+"Controller file was loaded but class does not exist","Il file del controller è stato caricato ma la classe non esiste"
+"Control Panel (M2E Pro)","Pannello di controllo (M2E Pro)"
+"New buyer negative feedback was received. Go to the %sfeedback page%s.","È stato ricevuto un nuovo Feedback negativo dell'acquirente. Vai su %sfeedback page%s."
+"The token for ""%s"" eBay Account has been expired.
+
+ Please, go to %s > Configuration > eBay Account > General TAB ,
+ click on the Get Token button. (You will be redirected to the eBay website.)
+ Sign-in and press I Agree on eBay page.
+ Do not forget to press Save button after returning back to Magento","Codice temporaneo per l'account eBay ""%s"" scaduto. Vai a %s > Configurazione > Account eBay > SCHEDA Generale e clicca sul pulsante Codice temporaneo. Sarai reindirizzato al sito Web eBay. Accedi e clicca su Accetto nella pagina eBay. Non dimenticare di cliccare sul pulsante Salva dopo essere tornato a Magento"
+"Attention! The token for ""%s"" eBay Account will be expired soon ( %s ).
+
+ Please, go to %s > Configuration > eBay Account > General TAB ,
+ click on the Get Token button. (You will be redirected to the eBay website.)
+ Sign-in and press I Agree on eBay page.
+ Do not forget to press Save button after returning back to Magento","Attenzione Il codice temporaneo per l'account eBay ""%s"" scadrà a breve (%s). Vai a %s > Configurazione > Account eBay > SCHEDA Generale e clicca sul pulsante Codice temporaneo. Sarai reindirizzato al sito Web eBay. Accedi e clicca su Accetto nella pagina eBay. Non dimenticare di cliccare sul pulsante Salva dopo essere tornato a Magento"
+"Sell On eBay","Vendi su eBay"
+"Request was deleted during account deleting.","La richiesta è stata eliminata durante la rimozione dell'account."
+"Encoding type ""%s"" is not supported.","Tipo di codifica ""%s"" non supportato."
+"Instance does not exist.","L'istanza non esiste."
+"Method require loaded instance first","Il metodo richiede prima un'istanza caricata"
+"Error occurred while creating archive.","Si è verificato un errore durante la creazione dell'archivio."
+"Content does not exist.","Il contenuto non esiste."
+"Set component mode first","Imposta prima modalità componente"
+"Resource is not set.","Risorsa non impostata."
+"ORM for config is not defined.","ORM per configurazione non definito."
+"Validation Failed. The server response data is not valid.","Convalida non riuscita. I dati di risposta del server non sono validi."
+"Internal server error(s) [%errors%]","Errore/i del server interno [%errors%]"
+"Please ensure that CURL library is installed on your server and it supports HTTPS
+ protocol. Also ensure that outgoing connection to m2epro.com, port 443 is allowed by firewall.","Assicurati che la libreria CURL sia installata sul server e che supporti il protocollo HTTPS. Inoltre assicurati che la connessione in uscita a m2epro.com, porta 443, sia consentita dal firewall."
+"Requested command has invalid format.","Il comando richiesto ha un formato non valido."
+"The name of log file is not specified.","Nome del file di registro non specificato."
+"Creation of Log file is failed.","Creazione del file di registro non riuscita."
+"Removing of Log file is failed.","Rimozione del file di registro non riuscita."
+"M2ePro base var dir creation is failed.","Creazione dir var base M2ePro non riuscita."
+"Custom var dir creation is failed.","Creazione dir var personalizzata non riuscita."
+"M2ePro base var dir removing is failed.","Rimozione dir var base M2ePro non riuscita."
+"Custom var dir removing is failed.","Rimozione dir var personalizzata non riuscita."
+"Listing component is not defined.","Componente inserzione non definito."
+"Listing id is not defined.","ID inserzione non definito."
+"Item was successfully mapped","Oggetto associato correttamente"
+"Item was successfully unmapped","Annullamento dell'associazione dell'oggetto eseguito correttamente"
+"Product id is not set","ID prodotto non impostato"
+"Item was successfully deleted","Oggetto eliminato correttamente"
+"Listing was successfully deleted","Inserzione eliminata correttamente"
+"Item was successfully added","Oggetto aggiunto correttamente"
+"Variation option was deleted. Item was reset.","Opzione variante eliminata. Oggetto reimpostato."
+"Wrong nick of lock item.","Pseudonimo errato dell'oggetto di blocco."
+"Wrong max deactivate lock item time.","Ora dell'oggetto di blocco di disattivazione massima errata."
+"Wrong object class for getting action_id!","Classe di oggetto errata per l'ottenimento di action_id."
+"Cancel is not allowed for Orders which were already Canceled.","Annullamento non consentito per ordini già annullati."
+"Cancel is not allowed for Orders with Invoiced Items.","Annullamento non consentito per ordini con oggetti fatturati."
+"Cancel is not allowed for Orders which were put on Hold.","Annullamento non consentito per ordini completati o chiusi."
+"Cancel is not allowed for Orders which were Completed or Closed.","Annullamento non consentito per ordini completati o chiusi."
+"M2E Pro Notes","Note M2E Pro"
+"is","è"
+"is not","non è"
+"equals or greater than","uguale o superiore a"
+"equals or less than","uguale o inferiore a"
+"greater than","superiore a"
+"less than","meno di"
+"contains","contiene"
+"does not contain","non contiene"
+"is one of","è uno di"
+"is not one of","non è uno di"
+"TRUE","VERO"
+"FALSE","FALSO"
+"Please choose a condition to add...","Seleziona una condizione da aggiungere..."
+"Add","Aggiungi"
+"Remove","Rimuovi"
+"Conditions Combination","Combinazione di condizioni"
+"Product Attribute","Attributo prodotto"
+"ALL","TUTTI"
+"ANY","QUALSIASI"
+"If %s of these conditions are %s:","Se %s di queste condizioni sono %s:"
+"Attribute Set","Insieme di attributi"
+"Open Chooser","Apri strumento di selezione"
+"Out Of Stock","Esaurito"
+"Prefix must be specified before.","Devi prima specificare il prefisso."
+"Stock Item is not set.","Oggetto non impostato."
+"The requested quantity is not available.","Quantità richiesta non disponibile."
+"Yes","Sì"
+"No","No"
+"The Product ID is not set.","ID prodotto non impostato."
+"Load instance first","Carica prima l'istanza"
+"Attribute does not exist.","L'attributo non esiste."
+"There is no associated products found for grouped product.","Nessun prodotto associato trovato per prodotto raggruppato."
+"Payment Status for eBay Order was updated to Paid.","Stato del pagamento per l'ordine eBay aggiornato in Pagato."
+"Payment Status for %s Order was not updated. View %sorder log%s for more details.","Stato del pagamento per l'ordine ""%s"" non aggiornato. Per ulteriori dettagli, mostra il %sregistro ordini%s."
+"From [%from%] to [%to%]","Da [%from%] a [%to%]"
+"IN Stock","In magazzino"
+"OUT of Stock","Esaurito"
+"Enabled","Abilitata"
+"Disabled","Disabilitata"
+"From [%from%] to [%to%].","Da [%from%] a [%to%]."
+"None","Nessuno"
+"Attribute ""%attr%"" from [%from%] to [%to%].","Attributo ""%attr%"" da [%from%] a [%to%]."
+"Shipping Status for eBay Order was updated.","Stato della spedizione per l'ordine eBay aggiornato."
+"Updating Amazon Order Status to Shipped in Progress...","Aggiornamento dello stato dell'ordine Amazon in Spedito in corso..."
+"Updating Rakuten.com Order Status to Shipped in Progress...","È in corso l'aggiornamento dello stato dell'ordine Rakuten.com su Spedito..."
+"Updating Play.com Order Status to Shipped in Progress...","È in corso l'aggiornamento dello stato dell'ordine Play.com su Spedito..."
+"Shipping Status for %s Order was not updated. View %sorder log%s for more details.","Stato della spedizione per l'ordine %s non aggiornato. Per ulteriori dettagli, visualizza il %sregistro ordini%s."
+"Product reindex was executed.","Reindicizzazione prodotti eseguita."
+"Order ID is invalid.","ID ordine non valido."
+"Action is invalid.","Azione non valida."
+"Creator is invalid.","Creazione non valida."
+"Magento product is not set.","Prodotto Magento non impostato."
+"There is no associated product found for grouped product.","Nessun prodotto associato trovato per prodotto raggruppato."
+"There is no associated product found for configurable product.","Nessun prodotto associato per prodotto configurabile."
+"Qty cannot be less than zero.","La quantità non può essere minore di zero."
+"Product is disabled.","Il prodotto è disabilitato."
+"Order Import does not support product type: %type%.","L'importazione dell'ordine non supporta il tipo di prodotto: %type%."
+"Selected options do not match the product options.","Le opzioni selezionate non corrispondono a quelle del prodotto."
+"Required options were not selected.","Opzioni necessarie non selezionate."
+"Invalid order log type.","Tipo di registro dell'ordine non valido."
+"Invalid order log initiator.","Iniziatore registro ordini non valido."
+"Store is not set.","Negozio non impostato."
+"Invalid repair data.","Ripristino dati non valido."
+"Invalid repair type.","Tipo ripristino non valido."
+"QTY is already reserved.","Quantità già prenotata."
+"QTY reservation is disabled in Account settings.","Prenotazione quantità disabilitata nelle impostazioni dell'account."
+"QTY is already released.","Quantità già sbloccata."
+"QTY reserve is already canceled.","Prenotazione quantità già annullata."
+"The Order Item(s) was not mapped to Magento Product(s) or mapped incorrect.","Gli oggetti dell'ordine non sono associati a prodotti Magento oppure l'associazione è errata."
+"Product(s) does not exist.","I prodotti non esistono."
+"Shipment handler not found.","Gestore spedizione non trovato."
+"Magento Order was not created. Reason: %msg%","Ordine Magento non creato. Motivo: %msg%"
+"Magento Order #%order_id% was created.","L'ordine Magento #%order_id% è stato creato."
+"Payment Transaction was not created. Reason: %msg%","La transazione del pagamento non è stata creata. Motivo: %msg%"
+"Invoice was not created. Reason: %msg%","La fattura non è stata creata. Motivo: %msg%"
+"Invoice #%invoice_id% was created.","La fattura #%invoice_id% è stata creata."
+"Shipment was not created. Reason: %msg%","La spedizione non è stata creata. Motivo: %msg%"
+"Shipment #%shipment_id% was created.","La spedizione #%shipment_id% è stata creata."
+"Tracking details were not imported. Reason: %msg%","I dettagli di tracciamento non sono stati importati. Motivo: %msg%"
+"Tracking details were imported.","I dettagli di tracciamento sono stati importati."
+"Magento Order #%order_id% was canceled.","L'ordine Magento #%order_id% è stato annullato."
+"Magento Order #%order_id% was not canceled. Reason: %msg%","L'ordine Magento #%order_id% non è stato annullato. Motivo: %msg%"
+"Store does not exist.","Il negozio non esiste."
+"Payment method ""M2E Pro Payment"" is disabled in magento configuration.","Il metodo di pagamento ""Pagamento M2E Pro"" è disabilitato nella configurazione Magento."
+"Shipping method ""M2E Pro Shipping"" is disabled in magento configuration.","Il metodo di spedizione ""Spedizione M2E Pro"" è disabilitato nella configurazione Magento."
+"Item was successfully moved","Oggetto spostato correttamente"
+"Duplicated Play.com orders with ID #%id%.","Ordini Play.com duplicati con ID %id%."
+"Product import is disabled in Play Account settings.","L'importazione del prodotto è disabilitata nelle impostazioni dell'account Play."
+"Product for Play Item ""%id%"" was created in Magento catalog.","Il prodotto per l'oggetto Play ""%id%"" è stato creato nel catalogo Magento."
+"Product for Play Item ""%title%"" was created in Magento catalog.","Il prodotto per l'oggetto Play ""%title%"" è stato creato nel catalogo Magento."
+"Magento Order creation for items listed by M2E Pro is disabled in Account settings.","La creazione dell'ordine Magento per oggetti messi in vendita da M2E Pro è disabilitata nelle impostazioni di account."
+"Magento Order creation for items listed by 3rd party software is disabled in Account settings.","La creazione dell'ordine Magento per oggetti messi in vendita da software di terze parti è disabilitata nelle impostazioni di account."
+"Play Shipping","Spedizione Play"
+"Customer with ID specified in Play account settings does not exist.","Il cliente con l'ID specificato nelle impostazioni dell'account Play non esiste."
+"Invalid component mode.","Modalità componente non valida."
+"Magento Order creation is not allowed for Pending, Canceled and Refunded Play.com Orders.","La creazione dell'ordine Magento non è consentita per ordini Play.com in sospeso, annullati e rimborsati."
+"The Product(s) was not found on Play.com.","Prodotti non trovati su Play.com."
+"Step is out of knowledge base.","Il passaggio non è contenuto nella knowledge base."
+"Task ""Getting Products Links"" is started. Please wait...","Attività ""Ricezione link prodotti"" è iniziata. Attendi..."
+"Task ""Getting Products Links"" is finished. Please wait...","L'attività ""Ricezione link prodotti"" è terminata. Attendi..."
+"Item status was successfully changed to ""Active"".","Stato dell'oggetto modificato correttamente in ""Attivo""."
+"Item status was successfully changed to ""Inactive"".","Stato dell'oggetto modificato correttamente in ""Inattivo""."
+"Task ""Update Listings Products"" is started. Please wait...","L'attività ""Aggiorna prodotti delle inserzioni"" è iniziata. Attendi..."
+"Task ""Update Listings Products"" is finished. Please wait...","L'attività ""Aggiorna prodotti delle inserzioni"" è terminata. Attendi..."
+"Task ""Default Synchronization"" is started. Please wait...","L'attività ""Sincronizzazione predefinita"" è iniziata. Attendi..."
+"Task ""Default Synchronization"" is finished. Please wait...","L'attività ""Sincronizzazione predefinita"" è terminata. Attendi..."
+"Task ""Marketplaces Synchronization"" is started. Please wait...","L'attività ""Sincronizzazione mercati"" è iniziata. Attendi..."
+"Task ""Marketplaces Synchronization"" is finished. Please wait...","L'attività ""Sincronizzazione mercati"" è terminata. Attendi..."
+"The ""Categories Synchronization"" action for marketplace:
+// ""%mrk%"" has been successfully completed.","Azione ""Sincronizzazione categorie"" per il mercato: // ""%mrk%"" completata correttamente."
+"Play.com Orders Receive Synchronization","Sincronizzazione ricezione ordini Play.com"
+"Task ""%s"" is started. Please wait...","L'attività ""%s"" è iniziata. Attendi..."
+"Task ""%s"" is finished. Please wait...","L'attività ""%s"" è terminata. Attendi..."
+"Play.com Orders Update Synchronization","Sincronizzazione aggiornamenti ordini Play.com"
+"Task ""3rd Party Listings Synchronization"" is started. Please wait...","L'attività ""Sincronizzazione inserzioni di terze parti"" è iniziata. Attendi..."
+"Task ""3rd Party Listings Synchronization"" is finished. Please wait...","L'attività ""Sincronizzazione inserzioni di terze parti"" è terminata. Attendi..."
+"Task ""3rd Party Listings Synchronization"" for Play.com account: ","L'attività ""Sincronizzazione inserzioni di terze parti"" per account Play.com: "
+"""%s"" is started. Please wait...","%s è iniziata. Attendi..."
+"The ""List"" action is started. Please wait...","L'azione ""Metti in vendita"" è iniziata. Attendi..."
+"The ""List"" action is finished. Please wait...","L'azione ""Metti in vendita"" è terminata. Attendi..."
+"The ""Relist"" action is started. Please wait...","L'azione ""Rimetti in vendita"" è iniziata. Attendi..."
+"The ""Relist"" action is finished. Please wait...","L'azione ""Rimetti in vendita"" è terminata. Attendi..."
+"The ""Revise"" action is started. Please wait...","L'azione ""Modifica"" è iniziata. Attendi..."
+"The ""Revise"" action is finished. Please wait...","L'azione ""Modifica"" è terminata. Attendi..."
+"The ""Stop"" action is started. Please wait...","L'azione ""Interruzione"" è iniziata. Attendi..."
+"The ""Stop"" action is finished. Please wait...","L'azione ""Interruzione"" è terminata. Attendi..."
+"Task ""Inventory Synchronization"" is started. Please wait...","L'attività ""Sincronizzazione magazzino"" è iniziata. Attendi..."
+"Task ""Inventory Synchronization"" is finished. Please wait...","L'attività ""Sincronizzazione magazzino"" è terminata. Attendi..."
+"Task ""Inventory Synchronization"" has completed
+// with errors. View %sl%listings log%el% for details.","L'attività ""Sincronizzazione magazzino"" è stata completata // con errori. Vedi %sl%listings log%el% per dettagli."
+"Task ""Inventory Synchronization"" has completed
+// with warnings. View %sl%listings log%el% for details.","L'attività ""Sincronizzazione magazzino"" è stata completata // con avvisi. Vedi %sl%listings log%el% per dettagli."
+"Communication with Play.com is started. Please wait...","La comunicazione con Play.com è iniziata. Attendi..."
+"Please wait...","Attendi..."
+"product(s)","prodotti"
+"product(s) with id(s)","prodotti con id"
+"Communication with Play.com is finished. Please wait...","La comunicazione con Play.com è terminata. Attendi..."
+"Request failed.","Richiesta non riuscita."
+"Another synchronization is already running","È già in esecuzione un'altra sincronizzazione"
+"The ""Deleted Products"" action is started. Please wait...","Azione ""Prodotti eliminati"" è iniziata. Attendi..."
+"The ""Deleted Products"" action is finished. Please wait...","L'azione ""Prodotti eliminati"" è terminata. Attendi..."
+"The ""Auto Actions"" action is started. Please wait...","L'azione ""Azioni automatiche"" è iniziata. Attendi..."
+"The ""Auto Actions"" action is finished. Please wait...","L'azione ""Azioni automatiche"" è terminata. Attendi..."
+"The ""Product Changes"" action is started. Please wait...","L'azione ""Modifiche al prodotto"" è iniziata. Attendi..."
+"The ""Product Changes"" action is finished. Please wait...","L'azione ""Modifiche al prodotto"" è terminata. Attendi..."
+"The ""Inspector Actions"" action is started. Please wait...","L'azione ""Azioni ispezione"" è iniziata. Attendi..."
+"The ""Inspector Actions"" action is finished. Please wait...","L'azione ""Azioni ispezione"" è terminata. Attendi..."
+"The ""Processing"" action is started. Please wait...","L'azione ""Elaborazione"" è iniziata. Attendi..."
+"The ""Processing"" action is finished. Please wait...","L'azione ""Elaborazione"" è terminata. Attendi..."
+"The ""Stopping Products"" action is started. Please wait...","L'azione ""Interruzione prodotti"" è iniziata. Attendi..."
+"The ""Stopping Products"" action is finished. Please wait...","L'azione ""Interruzione prodotti"" è terminata. Attendi..."
+"Review","Revisione"
+"Currency Conversion","Cambio valuta"
+"Notifications","Notifiche"
+"Please select account(s) to remove.","Seleziona gli account da rimuovere."
+"%s record(s) were successfully deleted.","Record %s eliminati correttamente."
+"%s record(s) are used in M2E Listing(s).","I record %s sono utilizzati nelle inserzioni M2E."
+"Account must not be in use to be deleted.","Per essere eliminato, l'account non deve essere in uso."
+"Amazon Accounts","Account Amazon"
+"Account does not exist.","L'account non esiste."
+"The Amazon access obtaining is currently unavailable. Reason: %s","L'ottenimento dell'accesso Amazon non è attualmente disponibile. Motivo: %s"
+"Account was successfully saved","Account salvato correttamente"
+"Manage Listings","Gestisci inserzioni"
+"Amazon Listings","Inserzioni Amazon"
+"Listing was successfully added","Inserzione aggiunta correttamente"
+"Listing does not exist.","L'inserzione non esiste."
+"The listing is locked by another process. Please try again later.","L'inserzione è bloccata da un altro processo. Riprova più tardi."
+"The listing was successfully saved.","Inserzione salvata correttamente."
+"Please select item(s) to remove.","Seleziona gli oggetti da rimuovere."
+"%s listing(s) were successfully deleted","Inserzioni %s eliminate correttamente"
+"%s listing(s) have listed items and can not be deleted","Le inserzioni %s hanno oggetti messi in vendita e non possono essere eliminate"
+"Listing does not exist..","L'inserzione non esiste."
+"The products were added to listing.","I prodotti sono stati aggiunti all'inserzione."
+"NO DATA","NESSUN DATO"
+"There is another active automatic ASIN/ISBN search task ","È presente un'altra attività di ricerca ASIN/ISBN automatica attiva "
+"for some item(s). Please wait until this search process is finished.","per alcuni oggetti. Attendi il completamento del processo di ricerca."
+"ASIN(s) was successfully unassigned.","Annullamento assegnazione numero ASIN effettuato correttamente."
+"Some ASIN(s) were not unassigned as their listing status is other than ""Not Listed"".","L'assegnazione di alcuni numeri ASIN non è stata annullata in quanto lo stato dell'inserzione è diverso da ""Non messo in vendita""."
+"Amazon Orders","Ordini Amazon"
+"Magento Order was created.","Creazione dell'ordine Magento completata."
+"Magento Order was not created. Reason: %s","Ordine Magento non creato. Motivo: %s"
+"Invoice was created.","Creazione della fattura completata."
+"Shipment was created.","Creazione della spedizione completata."
+"Order address has been updated.","Aggiornamento dell'indirizzo dell'ordine completato."
+"Please select order(s).","Seleziona ordini."
+"Updating Amazon Order(s) Status to Shipped in Progress...","È in corso l'aggiornamento dello stato dell'ordine Amazon su Spedito..."
+"Order does not exist."," dell'ordine inesistente."
+"Please select Not Listed items without assigned ASIN.","Seleziona oggetti Non messi in vendita senza ASIN assegnato."
+"Template has been successfully saved.","Salvataggio del modello effettuato correttamente."
+"Some of the New ASIN template(s) cannot be deleted as they have assigned product(s)","Alcuni nuovi modelli ASIN non possono essere eliminati in quanto ad essi sono stati assegnati dei prodotti"
+"There are no items to assign.","Non ci sono oggetti da assegnare."
+"Template has been successfully assigned.","Assegnazione del modello effettuata correttamente."
+"Some products were not assigned.","Alcuni prodotti non sono stati assegnati."
+"Please enter keywords.","Immetti le parole chiave."
+"Please select at least 1 listing product.","Seleziona almeno 1 prodotto dell'inserzione."
+"Template does not exist","Modello non disponibile"
+"Template was successfully saved","Salvataggio del modello effettuato correttamente"
+"Rakuten.com Accounts","Account Rakuten.com"
+"The Rakuten.com access obtaining is currently unavailable. Reason: %s","Al momento non è possibile accedere a Rakuten.com. Motivo: %s"
+"Rakuten.com Listings","Inserzioni Rakuten.com"
+"Rakuten.com SKU(s) was successfully unassigned.","Annullamento assegnazione codici prodotto Rakuten.com effettuato correttamente."
+"Some Rakuten.com SKU(s) were not unassigned as their listing status is other than ""Not Listed"".","L'assegnazione di alcuni codici prodotto Rakuten.com non è stata annullata in quanto lo stato della rispettiva inserzione è diverso da ""Non messo in vendita""."
+"Rakuten.com Orders","Ordini Rakuten.com"
+"Please select Not Listed items without Rakuten.com SKU assigned.","Seleziona oggetti Non messi in vendita senza codice prodotto Rakuten.com assegnato."
+"Please select Not Listed items.","Seleziona oggetti Non messi in vendita."
+"Some of the New SKU template(s) cannot be deleted as they have assigned product(s)","Alcuni nuovi modelli del codice prodotto non possono essere eliminati in quanto ad essi sono stati assegnati dei prodotti"
+"Each keyword should be at least three characters.","Ogni parola chiave deve contenere almeno tre caratteri."
+"Product(s) was not assigned","Prodotto/i non assegnato/i"
+"Global","Internazionale"
+"The 3rd party listings are locked by another process. ","Le inserzioni di terze parti sono bloccate da un altro processo. "
+"Please try again later.","Riprova più tardi."
+"Component is not defined.","Componente non definito."
+"The item was successfully removed.","L'oggetto è stato rimosso correttamente."
+"You must create at least one selling format template first.","Innanzitutto è necessario creare almeno un modello di formato di vendita."
+"You must create at least one synchronization template first.","Innanzitutto è necessario creare almeno un modello di sincronizzazione."
+"Component and Listing Product must be specified.","È necessario indicare il componente e il prodotto dell'inserzione."
+"Component, Listing Product and Variation Data must be specified.","È necessario indicare il componente, il prodotto dell'inserzione e i dati della variante."
+"Only 1 variation must leave.","Deve essere rimossa 1 sola variante."
+"Variation has been successfully edited.","Modifica della variante eseguita correttamente"
+"Variation(s) has been successfully saved.","Modifica delle varianti eseguita correttamente"
+"Component and Listing Products must be specified.","È necessario indicare il componente e i prodotti dell'inserzione."
+"The items were successfully duplicated.","Duplicazione degli oggetti eseguita correttamente."
+"Activity Logs","Registri attività "
+"3rd Party Listing does not exist.","L'inserzione di terze parti non è disponibile."
+"Play.com Accounts","Account Play.com"
+"The Play.com access obtaining is currently unavailable. Reason: %s","Al momento non è possibile accedere a Play.com. Motivo: %s"
+"Play.com Listings","Inserzioni Play.com"
+"Play ID(s) was successfully unassigned.","Annullamento assegnazione ID Play effettuato correttamente."
+"Some Play ID(s) were not unassigned as their listing status is other than ""Not Listed"".","L'assegnazione di alcuni ID Play non è stata annullata in quanto lo stato dell'inserzione è diverso da ""Non messo in vendita""."
+"Play.com Orders","Ordini Play.com"
+"Component can'be empty","Il componente non può essere vuoto"
+"Please select item(s) to clear","Seleziona gli oggetti da cancellare"
+"The synchronization task log has been successfully cleaned.","Il registro delle attività di sincronizzazione è stato pulito correttamente."
+"Data has been sent on Amazon. It is being processed now. You can continue working with M2E Pro.","I dati sono stati inviati ad Amazon. Attualmente sono in fase di elaborazione. Puoi continuare a utilizzare M2E Pro."
+"Data has been sent on Rakuten.com. It is being processed now. You can continue working with M2E Pro.","I dati sono stati inviati a Rakuten.com. Attualmente sono in fase di elaborazione. Puoi continuare a utilizzare M2E Pro."
+"Data has been sent on Play.com. It is being processed now. You can continue working with M2E Pro.","I dati sono stati inviati a Play.com. Attualmente sono in fase di elaborazione. Puoi continuare a utilizzare M2E Pro."
+"%s record(s) are used in Listing(s).","I record %s sono utilizzati nelle inserzioni."
+"Template must not be in use to be deleted.","Per poter essere eliminato, un modello non deve essere in uso."
+"The global settings have been successfully saved.","Le impostazioni globali sono state salvate correttamente."
+"The license key has been successfully updated.","Il codice di licenza è stato aggiornato correttamente."
+"The license status has been successfully refreshed.","Lo stato della licenza è stato aggiornato correttamente."
+"The clearing settings has been successfully saved.","Le impostazioni di cancellazione sono state salvate correttamente."
+"Log for %s has been successfully cleared.","Il registro per %s è stato cancellato correttamente."
+"All log for %s has been successfully cleared.","Tutti i registri per %s sono stati cancellati correttamente."
+"All help blocks were restored.","Sono stati ripristinati tutti i blocchi di aiuto."
+"Item was not moved","L'oggetto non è stato spostato"
+"Not enough data.","Dati non sufficienti."
+"The item has not mapped product.","All'oggetto non è associato alcun prodotto."
+"Product was successfully unmapped.","Rimozione dell'associazione del prodotto completata correttamente."
+"Product already exists in M2E listing(s).","Prodotto già esistente nelle inserzioni M2E."
+"Component Mode or Account ID or Marketplace ID is empty.","Modalità componente, ID account o ID mercato vuoto."
+"No Other Listings found.","Impossibile trovare altre inserzioni."
+"Please select item(s) to clear.","Seleziona gli oggetti da cancellare."
+"The 3rd party listing(s) log has been successfully cleaned.","Il registro delle inserzioni di terze parti è stato pulito correttamente."
+"The listing(s) log was successfully cleaned.","Il registro delle inserzioni è stato pulito correttamente."
+"-- Please select --","-- Seleziona --"
+"QTY for selected Order(s) was successfully reserved.","La quantità per gli ordini selezionati è stata prenotata."
+"QTY for selected Order(s) was not reserved.","La quantità per gli ordini selezionati non è stata prenotata."
+"QTY for selected Order(s) was not reserved. Reason: %s","La quantità per gli ordini selezionati non è stata prenotata. Motivo: %s"
+"QTY reserve for selected Order(s) was successfully canceled.","La prenotazione della quantità per gli ordini selezionati è stata annullata."
+"QTY reserve for selected Order(s) was not canceled.","La prenotazione della quantità per gli ordini selezionati non è stata annullata."
+"QTY reserve for selected Order(s) was not canceled. Reason: %s","La prenotazione della quantità per gli ordini selezionati non è stata annullata. Motivo: %s"
+"Order item does not exist.","L'oggetto dell'ordine non esiste."
+"Mapping Product ""%s""","Associazione prodotto ""%s"""
+"Setting Product Options","Opzioni di impostazione del prodotto"
+"Product does not have required options.","Il prodotto non presenta le opzioni necessarie."
+"Please specify required options.","Specifica le opzioni richieste."
+"Order item was successfully mapped.","L'oggetto dell'ordine è stato associato."
+"Order item options were successfully configured.","Le opzioni dell'oggetto dell'ordine sono state configurate."
+"Item was successfully unmapped.","Annullamento dell'associazione dell'oggetto eseguito correttamente."
+"Shipping Information has been resend for %d order(s).","Le informazioni di spedizione sono state inviate nuovamente per %d ordini."
+"Shipping Information was not resend for %d order(s).","Le informazioni di spedizione non sono state inviate nuovamente per %d ordini."
+"Order ID is not defined.","ID ordine non definito."
+"Order with such ID does not exist.","Non è disponibile alcun ordine con questo ID."
+"Order was successfully deleted.","L'ordine è stato eliminato correttamente."
+"M2E Pro","M2E Pro"
+"You should fill in all required fields.","È necessario compilare tutti i campi obbligatori."
+"Your message has been successfully sent.","Il messaggio è stato inviato correttamente."
+"Token is not defined","Codice temporaneo non definito"
+"Account Add Entity failed.","Entità Aggiungi account non riuscita."
+"Unknown Mode ""%s""","Modalità sconosciuta ""%s"""
+"Account id is not defined","ID account non definito"
+"Choose Account","Scegli l'account"
+"Please confirm account switching. All data that hasn't been saved will be lost.","Conferma il cambio di account. Tutti i dati non salvati saranno persi."
+"
+ Fill in the title, choose the Marketplace you want to work with and click the Get Access Data link.
+ You will be redirected to the Amazon website.
+ Note: To be eligible to sell on Amazon sellers must have at least one of the following: a non-individual Selling on Amazon account,
+ an Amazon WebStore account, a Checkout by Amazon account, or an Amazon Product Ads account.
+ If you are an individual seller you have to upgrade to a Pro Merchant seller account from the Amazon Services Selling on Amazon page.
+
+ Sign-in and complete steps of getting access for each marketplace:
+
+ Select 'I want to use an application to access my Amazon seller account with MWS.'
+ Fill in Application Name and Application's Developer Account Number, which you can find in the Marketplaces section on the current page.
+ Accept the Amazon MWS License Agreement.
+ Copy generated Merchant ID and paste it in the corresponding fields of the current page.
+
+ Continue working with 3rd Party Listings and Orders settings tabs.
+ "," Compila il titolo, seleziona il mercato con il quale desideri lavorare e clicca sul link Ottieni dati di accesso . Sarai reindirizzato al sito Web Amazon. Nota: per poter vendere su Amazon è necessario disporre di almeno uno degli elementi seguenti: un account aziendale di vendita su Amazon, un account Amazon WebStore, un account di pagamento tramite Amazon o un account relativo alle inserzioni di prodotti Amazon. Se sei un venditore non professionale devi effettuare l'aggiornamento a un account di venditore professionale dalla pagina Vendita su Amazon dei servizi Amazon. Accedi e completa i passaggi per accedere a ogni mercato: Seleziona ""Voglio utilizzare un'applicazione per accedere al mio account di venditore di Amazon con MWS"". Immetti il nome dell'applicazione e il numero dell'account di sviluppatore dell'applicazione disponibili nella sezione Mercati della pagina corrente. Accetta l'Accordo per gli utenti di Amazon MWS. Copia l'ID venditore professionale generato e incollalo nei campi corrispondenti della pagina corrente. Continua a utilizzare le schede di impostazioni Inserzioni di terze parti e Ordini. "
+"Be attentive! By deleting account you delete all information on it from M2E Pro server. This will cause inappropriate work of all accounts' copies.","Attenzione L'eliminazione dell'account comporta l'eliminazione di tutte le relative informazioni dal server M2E Pro. Questo comporta un lavoro inappropriato per tutte le copie degli account."
+"The specified title is already used for other account. Account title must be unique.","Il titolo specificato è già utilizzato per un altro account. Il titolo dell'account deve essere univoco."
+"You must choose marketplace first.","Innanzitutto è necessario scegliere il mercato."
+"M2E Pro was not able to get access to the Amazon account. Please, make sure, that you choose correct option on MWS Authorization page and enter correct Merchant ID.","Impossibile accedere all'account Amazon tramite M2E Pro. Assicurati di aver scelto l'opzione corretta nella pagina Autorizzazione MWS e immetti l'ID venditore professionale corretto."
+"M2E Pro was not able to get access to the Amazon account. Reason: %s","Impossibile accedere all'account Amazon tramite M2E Pro. Motivo: %s"
+"Title or identifier of Amazon account for your internal use.","Titolo o identificatore dell'account Amazon per uso interno."
+"Synchronizing Now","Sincronizzazione in corso"
+"Marketplace","Paese"
+"None Marketplaces","Nessun mercato"
+"You must select and update Amazon marketplaces to get access to this section.","Per poter accedere a questa sezione, seleziona e aggiorna i mercati Amazon."
+"Choose Marketplace","Scegli mercato"
+"Application Name","Nome applicazione"
+"Developer Account Number","Numero account di sviluppatore"
+"Get Access Data","Ottieni dati di accesso "
+"Merchant ID","ID venditore professionale"
+"Paste generated Merchant ID from Amazon. (It must look like: A15UFR7CZVW5YA).","Incolla l'ID venditore professionale da Amazon (deve essere simile a: A15UFR7CZVW5YA)."
+"If Yes is chosen, you must select at least one attribute for product mapping.","Se scegli Sì, devi selezionare almeno un attributo per l'associazione dei prodotti."
+"
+The 3rd Party Listings are the items, which were listed on Amazon without using M2E Pro extension.
+To allow importing of these listings for the current Amazon Account, set Import 3rd Party Listings to Yes .
+Imported Listings can be found in %1$s > Manage Listings > 3rd Party Listings.
+Note: The 3rd Party Listings Synchronization must be enabled in %1$s > Configuration > Synchronization.
+To map the products of the 3rd Party Listings with existing products in Magento by ASIN, ISBN, SKU or Title, set Product Mapping to Yes and choose appropriate attribute(s).
+A Magento product will be mapped if at least one of the chosen attributes meets the same value in Amazon Listing as it has in Magento.
+
+After mapping the Amazon Listing can be automatically moved from the 3rd Party Listings to M2E Pro Listings for further management.
+
+Note: Auto mapping and moving actions are performed only once during the first 3rd Party Listings Synchronization.
+Afterwards, it can be performed manually on the 3rd Party Listings page (%1$s > Manage Listings > 3rd Party Listings).
+","Le inserzioni di terze parti sono gli oggetti che sono stati messi in vendita su Amazon senza utilizzare l'estensione M2E Pro. Per consentire l'importazione di queste inserzioni per l'account Amazon corrente, imposta Importa inserzioni di terze parti su Sì . Le inserzioni importate sono disponibili in %1$s > Gestione inserzioni > Inserzioni di terze parti.Nota: la sincronizzazione delle inserzioni di terze parti deve essere abilitata in %1$s > Configurazione > Sincronizzazione. Per associare prodotti delle inserzioni di terze parti ai prodotti esistenti in Magento tramite numero ASIN, ISBN, SKU o Titolo, imposta Associazione prodotti su Sì e scegli gli attributi appropriati. Un prodotto Magento sarà associato se almeno uno degli attributi scelti soddisfa lo stesso valore presente in Inserzione Amazon e in Magento. Dopo l'associazione, l'inserzione Amazon può essere spostata automaticamente da Inserzioni di terze parti a Inserzioni M2E Pro per un'ulteriore gestione.Nota: le azioni di associazione e spostamento automatici vengono effettuate solo una volta durante la prima sincronizzazione delle inserzioni di terze parti. Successivamente, può essere effettuata manualmente nella pagina Inserzioni di terze parti (%s > Gestione inserzioni > Inserzioni di terze parti)."
+"Import 3rd Party Listings","Importa inserzioni di terze parti"
+"Allows importing 3rd Party Listings.","Consente l'importazione di inserzioni di terze parti."
+"Related Store View","Negozio correlato"
+"Store View, which will be associated with chosen Marketplace of the current account.","Negozio che verrà associato con il mercato selezionato dell'account corrente."
+"Product Mapping","Associazione prodotti"
+"Maps Amazon product with Magento product.","Associa il prodotto Amazon al prodotto Magento."
+"Attributes Of Mapping Amazon Items To Magento Products","Attributi dell'associazione tra gli oggetti Amazon e Magento"
+"Product SKU","Codice prodotto"
+"Custom Attribute","Attributo personalizzato"
+"Auto Moving Mapped Amazon Items To M2E Listings","Lo spostamento automatico ha associato gli oggetti Amazon alle inserzioni M2E"
+"Moving 3rd Party Listings","Spostamento di inserzioni di terze parti"
+"This section allows you automatically move mapped Amazon Items in default created M2E Listing and synchronize their Prices and Quantities with Magento values at once they have been moved.","Questa sezione consente di spostare automaticamente oggetti Amazon associati a inserzioni M2E create in modo predefinito e sincronizzare i relativi prezzi e quantità con i valori Magento non appena vengono spostati."
+"Move Mapped Amazon Items","Sposta oggetti Amazon associati"
+"Automatically moves Amazon Listings from 3rd Party Listings to default created M2E Listing.","Sposta automaticamente le inserzioni Amazon dalle inserzioni di terze parti all'inserzione M2E creata in modo predefinito."
+"Immediate Synchronization","Sincronizzazione immediata"
+"Price and QTY","Prezzo e quantità"
+"Price Only","Solo prezzo"
+"QTY Only","Solo quantità"
+"Updates Price and / or Quantity of Amazon Listing with Magento values.","Aggiorna il prezzo e/o la quantità dell'inserzione Amazon con i valori di Magento."
+"This tab contains settings of Amazon Orders, Amazon Customers import; Magento Orders and Products creation.
+If you set Import Amazon Orders to Yes , a new Amazon order will be imported to the system and can be found in %1$s > Sales > Orders.
+It is possible to allow auto creation of Magento Orders based on imported Amazon Orders for products listed by Other Software.
+Note: The Product Stock QTY only reduces after Magento Order creation.
+These type of orders can be managed as typical Magento Orders in Magento > Sales > Orders.
+Note: To receive orders from Amazon, Order Synchronization must be enabled in %1$s > Configuration > Synchronization.","La scheda contiene le impostazioni degli ordini Amazon, dell'importazione di clienti Amazon, degli ordini Magento e della creazione di prodotti. Se imposti Importa ordini Amazon su Sì , nel sistema verrà importato un nuovo ordine Amazon che sarà disponibile in %1$s > Vendite > Ordini. È possibile consentire la creazione automatica di ordini Magento in base agli ordini Amazon importati per i prodotti messi in vendita tramite altri software.Nota: la quantità di scorte dei prodotti viene ridotta solo dopo la creazione di un ordine Magento. Questi tipi di ordini possono essere gestiti come ordini Magento classici in Magento > Vendite > Ordini.Nota: per ricevere ordini da Amazon, abilita la sincronizzazione degli ordini in %1$s > Configurazione > Sincronizzazione."
+"No Customer entry is found for specified ID.","Nessun post cliente individuato per l'ID specificato."
+"Import Amazon Orders","Importa ordini Amazon"
+"Allows importing orders from Amazon to M2E Pro.","Consente l'importazione di ordini da Amazon a M2E Pro."
+"Product Is Listed By M2E Pro","Il prodotto è messo in vendita da M2E Pro"
+"Create Order in Magento","Crea ordine in Magento"
+"Whether an order has to be created in Magento if a sold product belongs to M2E Pro Listings.","Opzione da selezionare quando un ordine deve essere creato in Magento se un prodotto venduto appartiene alle inserzioni M2E Pro."
+"Store View Source","Origine negozio"
+"Use Store View from Listing","Utilizza negozio dell'inserzione"
+"Choose Store View Manually","Scegli negozio manualmente"
+"If Store View must be automatically taken from the listing or manually chosen from available Store View values.","Opzione da selezionare se il negozio deve essere acquisito automaticamente dall'inserzione o scelto manualmente dai valori di negozi disponibili."
+"Store in which orders will be placed.","Negozio in cui verranno posizionati gli ordini."
+"Product Is Listed By Any Other Software","Prodotto messo in vendita tramite un software diverso"
+"Whether an order has to be created in Magento if a sold product does not belong to M2E Pro Listings.","Opzione da selezionare quando un ordine deve essere creato in Magento se un prodotto venduto non appartiene alle inserzioni M2E Pro."
+"Product Not Found","Impossibile individuare il prodotto"
+"Do Not Create Order","Non creare ordine"
+"Create Product and Order","Crea prodotto e ordine"
+"What has to be done if a listed product does not exist in Magento.","Azione da effettuare se un prodotto messo in vendita non è disponibile in Magento."
+"Note: Only simple products without variations can be created in Magento. If there is a product with variations on Amazon, M2E Pro creates different simple products for each variation.","Nota: in Magento è possibile creare solo prodotti semplici senza varianti. Se su Amazon è presente un prodotto con varianti, in M2E Pro vengono creati più prodotti semplici, uno per ogni variante."
+"Product Tax Class","Classe di imposte prodotto"
+"Tax Class which will be used for products created by M2E Pro.","La classe di imposte che verrà usata per i prodotti creati da M2E Pro."
+"QTY Reservation","Prenotazione quantità"
+"Use the Reserve QTY option to prevent the item being sold, before Magento Order created (as the Product Stock QTY only reduces after Magento Order creation). It removes items from Magento Stock at once Amazon Order comes from Amazon.
+ Reserve qty will be used when Magento Order is created or released when the term of qty reservation has expired.
+ ","Utilizza l'opzione Prenota quantità per evitare che l'oggetto venga venduto prima della creazione di un ordine Magento (dato che la quantità di scorte dei prodotti viene ridotta soltanto dopo la creazione dell'ordine Magento). Rimuove gli oggetti dalle scorte Magento non appena vengono ricevuti da Amazon i relativi ordini. La prenotazione della quantità verrà utilizzata al momento della creazione o dello sblocco dell'ordine Magento quando il termine della prenotazione è scaduto. "
+"Never","Mai"
+"For %d day","Per %d giorno"
+"For %d days","Per %d giorni"
+"For how many days reserve qty has to be kept while Magento Order is not created.","Per quanti giorni è necessario conservare la prenotazione della quantità senza che venga creato un ordine Magento."
+"FBA Orders Settings","Impostazioni ordini FBA"
+"In this block you can manage stock inventory of products fulfilled by Amazon (FBA Orders).
+
+
+ Yes - after Magento Order creation of FBA Order, quantity of product reduces in Magento.
+ No - Magento Order creation of FBA Order does not affect quantity of Magento product.
+ ","In questo blocco puoi gestire il magazzino di prodotti offerto da Amazon (ordini FBA). Sì : dopo la creazione dell'ordine Magento per un ordine FBA, la quantità di prodotto viene ridotta in Magento. No : la creazione dell'ordine Magento per un ordine FBA non incide sulla quantità del prodotto Magento. "
+"Whether an order has to be created in Magento if a sold product is fulfilled by Amazon.","Se è necessario creare un ordine Magento quando la vendita di un prodotto è effettuata da Amazon."
+"Manage Stock","Gestisci scorte"
+"If Yes , after Magento Order creation qty of Magento product reduces.","Se Sì , dopo la creazione dell'ordine Magento, la quantità di prodotto Magento viene ridotta."
+"Customer Settings","Impostazioni cliente"
+"Customers","Clienti"
+"There are several ways to specify a customer for which Magento Orders will be created:
+
+ Guest Account - the system does not require a customer account to be created. Default Guest Account will be defined as a customer.
+ Note: The Guest Checkout option must be enabled in Magento. (Yes must be chosen in the Allow Guest Checkout option in Magento > System > Configuration > Sales > Checkout tab).
+ Predefined Customer - the system uses one predefined customer for all Amazon orders related to this account. You will be required
+ to provide an ID of the existing Customer, which you can find in Magento > Customers > Manage Customers table.
+ Create New - a new customer will be created in Magento, using Amazon customer data of Amazon Order.
+ Note: A unique customer identifier is his e-mail address. If the one already exists among Magento customers e-mails,
+ the system uses this customer as owner of order and links order to him. A new customer will not be created.
+ ","Ci sono diversi modi per specificare un cliente per il quale verranno creati degli ordini Magento: Account ospite : il sistema non richiede la creazione di un account cliente. Come cliente sarà definito l'account ospite predefinito. Nota: in Magento deve essere abilitata l'opzione Compra come utente non registrato. (Nella scheda Abilita opzione Compra come utente non registrato in Magento > Sistema > Configurazione > Vendite > Pagamento, è necessario selezionare Sì ). Cliente predefinito : il sistema utilizza un cliente predefinito per tutti gli ordini Amazon correlati a questo account. Dovrai fornire un ID del cliente esistente, disponibile in Magento > Clienti > tabella Gestisci clienti. Crea nuovo : in Magento verrà creato un nuovo cliente utilizzando i dati del cliente Amazon che ha effettuato l'ordine. Nota: l'indirizzo e-mail rappresenta un identificatore univoco del cliente. Se questo indirizzo è già presente tra quelli dei clienti Magento, il sistema utilizza questo cliente come proprietario dell'ordine a cui, pertanto, viene collegato. Non verrà creato alcun nuovo cliente. "
+"Customer","Cliente"
+"Guest Account","Account ospite"
+"Predefined Customer","Cliente predefinito"
+"Create New","Crea nuovo"
+"Customer for which Magento Orders will be created.","Cliente per cui verranno creati ordini Magento."
+"Customer ID","ID cliente"
+"Enter Magento customer ID.","Immetti l'ID cliente Magento."
+"Associate to Website","Associa a sito Web"
+"-- Please Select --","-- Effettua una selezione --"
+"Website in which a customer account will be created.","Sito Web in cui verrà creato un account cliente."
+"Customer Group","Gruppo di clienti"
+"Customer Group to which a customer will be assigned.","Gruppo di clienti a cui verrà assegnato un cliente."
+"Send Emails When The Following Is Created","Invia email quando viene creato l'elemento seguente"
+"Customer Account","Account cliente"
+"Magento Order","Ordine Magento"
+"Invoice","Documento di vendita"
+"Necessary emails will be sent according to Magento settings in Magento > System > Configuration > Sales Emails. Hold Ctrl button, to choose more, than one option.","Le email necessarie verranno inviate in base alle impostazioni di Magento in Magento > Sistema > Configurazione > Email di vendita. Per scegliere più opzioni tieni premuto il tasto CTRL."
+"Billing Address","Domicilio fiscale"
+"The Amazon does not supply the complete billing buyer information, only the buyer's name and email address. The only way to fill in billing address in the customer's invoice is to use information from shipping address.
+You should select the appropriate option how to handle billing address for imported customer:
+
+Always - the shipping address is always used as billing address.
+Buyer & Recipient have the same name - the shipping address is used as billing address, only when Buyer's name and Recipient's name are the same. Otherwise, billing address fields will be empty and next message will appear in the city field: ""The Amazon does not supply the complete billing buyer information"".
+ ","Amazon non fornisce informazioni di fatturazione complete dell'acquirente, ma soltanto il nome e l'indirizzo email di quest'ultimo. Per inserire l'indirizzo di fatturazione nella fattura del cliente è possibile utilizzare soltanto le informazioni contenute nel campo indirizzo per la spedizione. Devi selezionare l'opzione adeguata per gestire il domicilio fiscale dei clienti importati:Sempre : l'indirizzo per la spedizione viene utilizzato sempre come domicilio fiscale.L'acquirente e il destinatario hanno lo stesso nome : l'indirizzo per la spedizione è utilizzato come domicilio fiscale solo se il nome dell'acquirente e quello del destinatario coincidono. In caso contrario, i campi relativi al domicilio fiscale resteranno vuoti e nel campo città verrà mostrato il seguente messaggio: ""Amazon non fornisce le informazioni di fatturazione complete dell'acquirente"". "
+"Billing Address Usage","Utilizzo del domicilio fiscale"
+"Always","Sempre"
+"Buyer & Recipient have the same name","L'acquirente e il destinatario hanno lo stesso nome"
+"When to use shipping address as billing.","Quando utilizzare l'indirizzo per la spedizione per la fatturazione."
+"Order Tax Settings","Impostazioni fiscali ordine"
+"This section allows you to choose tax settings for Magento Order:
+
+ Amazon - Magento Order(s) uses tax settings from Amazon Listing(s).
+ Magento - Magento Order(s) uses Magento tax settings.
+ Amazon & Magento - if there are tax settings in Amazon Order, they are used in Magento Order(s), otherwise, Magento tax settings are used.
+ None - Amazon and Magento tax settings are ignored.
+
+ ","Questa sezione consente di selezionare le impostazioni fiscali per gli ordini Magento: Amazon : gli ordini Magento utilizzano le impostazioni fiscali delle inserzioni Amazon. Magento : gli ordini Magento utilizzano le impostazioni fiscali di Magento. Amazon e Magento : se nell'ordine Amazon sono presenti impostazioni fiscali, queste vengono utilizzate negli ordini Magento, altrimenti vengono utilizzate le impostazioni fiscali di Magento. Nessuna : le impostazioni fiscali di Amazon e Magento vengono ignorate. "
+"Tax Source","Fonte fiscale"
+"Magento","Magento"
+"Amazon & Magento","Amazon e Magento"
+"Order Status Mapping","Associazione stato ordine"
+"In this block you can configure mapping between Amazon Order state and Magento Order statuses.
+ Depending on the state of Amazon Order you can either manually determine certain statuses for Magento Order and enable automatic Shipment and Invoice
+ creation by selecting appropriate check-boxes, or use predefined default settings. (i.e. Amazon: Order is Shipped -> Magento Order is Complete).
+ ","In questo blocco puoi configurare l'associazione tra lo stato dell'ordine Amazon e gli stati dell'ordine Magento. A seconda dello stato dell'ordine Amazon, puoi determinare manualmente alcuni stati per l'ordine Magento, nonché abilitare la creazione automatica della spedizione e della fattura selezionando le caselle di controllo appropriate o utilizzando le impostazioni predefinite. (ad esempio Amazon: Ordine inviato -> Ordine Magento completato). "
+"Status Mapping","Associazione di stato"
+"Default Order Statuses","Stati ordini predefiniti"
+"Custom Order Statuses","Stati ordini personalizzati"
+"Order Status is Unshipped / Partially Shipped","Lo stato dell'ordine è Non spedito/Spedito parzialmente"
+"Automatic Invoice Creation","Creazione automatica della fattura "
+"Order Status is Shipped","Lo stato dell'ordine è Spedito"
+"Automatic Shipment Creation","Creazione automatica della spedizione"
+"Product Selection","Selezione del prodotto"
+"The number shown next to each category is the quantity of products filtered by
+ Attribute Set and Products Filter settings.
+ There are two modes of products addition:
+
+ All Products - all products, which are included in selected categories, will be added to the Listing.
+ Select Manually - the list of products of chosen categories will be shown on the next page after the Next button is pressed at the top right corner.
+
+ Note: If a product belongs to different categories, it will be added to the Listing or shown for manual selection only once.
+ Two additional options New Product Added to Category and Product Deleted from Category allow choosing actions,
+ which could be automatically done to the products added to selected categories and to the products deleted from selected categories.","Il numero mostrato accanto a ogni categoria rappresenta la quantità di prodotti filtrati in base alle impostazioni Insieme di attributi e Filtro prodotti. Ci sono due modi per aggiungere prodotti: Tutti i prodotti : verranno aggiunti all'inserzione tutti i prodotti inclusi nelle categorie selezionate. Seleziona manualmente : l'elenco di prodotti delle categorie scelte verrà mostrato nella pagina successiva dopo aver premuto il pulsante Avanti nell'angolo superiore destro. Nota: se un prodotto appartiene a più categorie, sarà aggiunto all'inserzione oppure visualizzato per la selezione manuale una volta sola. Due ulteriori opzioni, vale a dire Nuovo prodotto aggiunto alla categoria e Prodotto eliminato dalla categoria, consentono di scegliere le azioni che possono essere effettuate automaticamente con i prodotti aggiunti alle categorie selezionate e quelli eliminati dalle categorie selezionate."
+"Products Addition","Aggiunta di prodotti"
+"All Products","Tutti i prodotti"
+"Select Manually","Seleziona manualmente"
+"Mode of products addition from selected categories.","Modalità di aggiunta di prodotti dalle categorie selezionate."
+"Add Products Presented in Other Listings","Aggiungi prodotti presentati in altre inserzioni"
+"Actions On Categories' Products","Azioni con i prodotti delle categorie"
+"New Product Added to Category","Nuovo prodotto aggiunto alla categoria"
+"No Action","Nessuna azione"
+"Add to The Listing","Aggiungi all'inserzione"
+"Actions, which have to be done on products added on categories.","Azioni da effettuare sui prodotti aggiunti alle categorie."
+"Product Deleted from Category","Prodotto eliminato dalla categoria"
+"Stop on Amazon","Interrompi su Amazon"
+"Stop on Amazon and Delete from Listing","Interrompi su Amazon ed elimina dall'inserzione"
+"Actions, which have to be done on listed products deleted from categories.","Azioni da effettuare con i prodotti messi in vendita eliminati dalle categorie."
+"All Templates","Tutti i modelli"
+"Type Template Name Here...","Digita qui nome del modello..."
+"
+This section contains Amazon Listings, which belong to registered Amazon Accounts (%1$s > Configuration > Amazon Accounts) and were listed not by M2E Pro extension.
+Use Amazon Accounts and Marketplaces dropdowns to filter them.
+You can map these Listings to existing products in Magento and move them to another M2E Listings for further management. For that use single actions on appropriate Listing record or use mass Actions in the top right corner.
+Note: To import Amazon 3rd Party Listings the 3rd Party Listings Import must be enabled in account's settings
+(%1$s > Configuration > Amazon Accounts > General tab) and the 3rd Party Listings Synchronization must be enabled in %1$s > Configuration > Synchronization.","In questa sezione sono contenute le inserzioni Amazon che appartengono agli account Amazon registrati (%1$s > Configurazione > Account Amazon) e che non sono state messe in vendita tramite l'estensione M2E Pro. Utilizza i menu a discesa Account Amazon e Mercati per filtrarle. Puoi associare queste inserzioni a prodotti esistenti in Magento e spostarle nelle altre inserzioni M2E per un'ulteriore gestione. Per farlo, utilizza le singole azioni nel registro delle inserzioni adeguato o le azioni di massa nell'angolo in alto a destra.Nota: per importare le inserzioni di terze parti Amazon, devi abilitare Importazione inserzioni di terze parti nelle impostazioni dell'account (%1$s > Configurazione > Account Amazon > scheda Generale), nonché Sincronizzazione inserzioni di terze parti in %1$s > Configurazione > Sincronizzazione."
+"Apply Actions On Categories Products to the selected categories.","Applica le azioni su Categorie di prodotti alle categorie selezionate."
+"The number shown next to each category is the quantity of products filtered by
+ Attribute Set and Products Filter settings.
+ There are two modes of products addition:
+
+ All Products - all products, which are included in selected categories, will be added to the Listing.
+ Select Manually - the list of products of chosen categories will be shown on the next page after the Next button is pressed at the top right corner.
+
+ Note: If a product belongs to different categories, it will be added to the Listing or shown for manual selection only once.","Il numero mostrato accanto a ogni categoria rappresenta la quantità di prodotti filtrati in base alle impostazioni Insieme di attributi e Filtro prodotti. Ci sono due modi per aggiungere prodotti: Tutti i prodotti : verranno aggiunti all'inserzione tutti i prodotti inclusi nelle categorie selezionate. Seleziona manualmente : l'elenco di prodotti delle categorie scelte verrà mostrato nella pagina successiva dopo aver premuto il pulsante Avanti nell'angolo superiore destro. Nota: se un prodotto appartiene a più categorie, sarà aggiunto all'inserzione oppure visualizzato per la selezione manuale una volta sola."
+"Displayed products have the same Attribute Set as the Listing you are going to add them to.
+ Note: A product can be added to the listing only once. If a product was added to the Listing earlier, it will not be displayed. ","I prodotti visualizzati dispongono dello stesso insieme di attributi dell'inserzione a cui vengono attualmente aggiunti. Nota: un prodotto può essere aggiunto una sola volta all'inserzione. Se un prodotto è stato aggiunto all'inserzione precedentemente, non sarà visualizzato. "
+"Enter product name, ASIN, ISBN, UPC or EAN","Immetti il nome del prodotto e il numero ASIN, ISBN, UPC o EAN."
+"There was an error during previous automatic ASIN/ISBN search:","Si è verificato un errore durante la precedente ricerca automatica del numero ASIN/ISBN:"
+"Assign ASIN/ISBN Manually","Assegna numero ASIN/ISBN manualmente"
+"Allows searching ASIN/ISBN by data that will be specified on the next step.","Consente di cercare il numero ASIN/ISBN in base ai dati che verranno specificati nel passaggio successivo."
+"Assign ASIN/ISBN Automatically","Assegna numero ASIN/ISBN automaticamente"
+"Allows searching ASIN/ISBN by data, that have already been specified in Listing Search settings.","Consente di cercare il numero ASIN/ISBN in base ai dati che sono già stati specificati nelle impostazioni Ricerca inserzione."
+"Add New ASIN/ISBN (Beta)","Aggiungi nuovo numero ASIN/ISBN (beta)"
+"Allows adding a product, which is not present on Amazon. ASIN/ISBN will be generated and returned back by Amazon.","Consente di aggiungere un prodotto che non è presente su Amazon. Il numero ASIN/ISBN verrà generato e restituito da Amazon."
+"This section contains Amazon Channel, Product Search, Condition and other settings.
+
+ In the General section you have to specify Amazon Account, which listed items will be related to, and SKU.
+ In the Search Settings you have to specify the identifiers, at which products will be searched on Amazon.
+ The Condition section allows specifying item(s) condition and making notes to better describe the condition.
+
+ Note: Not Set and Not Set / Not Changeable options are used for the 3rd Party Listings mainly. If these options are chosen, then Amazon will be used as a master record.","In questa sezione sono contenute le impostazioni Canale, Ricerca prodotti, Condizioni e altre impostazioni di Amazon. Nella sezione Generale devi specificare un account Amazon al quale saranno associati gli oggetti messi in vendita e il codice prodotto. Nelle impostazioni di ricerca devi specificare gli identificatori in base ai quali i prodotti verranno cercati su Amazon. Nella sezione Condizioni è possibile specificare le condizioni degli oggetti e inserire delle note per descriverle meglio. Nota: le opzioni Non impostato e Non impostato/Non modificabile vengono utilizzate principalmente per le inserzioni di terze parti. Se vengono selezionate queste opzioni, Amazon verrà utilizzato come registro principale."
+"Must be not more than 2000 characters long.","La lunghezza non deve superare i 2000 caratteri."
+"Amazon Account","Account Amazon"
+"Amazon accounts previously added in Configuration > Accounts.","Account Amazon precedentemente aggiunti in Configurazione > Account."
+"Merchant SKU","Codice prodotto del venditore"
+"Not Set","Non impostato"
+"Is used to identify products, which you list, in Amazon seller central inventory.
+ Note: If you list a product and M2E Pro find a product with the same Merchant SKU in Amazon inventory, they will be mapped.
+ ","Viene utilizzato per identificare i prodotti messi in vendita nel magazzino del centro venditori Amazon. Nota: se metti in vendita un prodotto e M2E Pro ne trova un altro con lo stesso codice prodotto del venditore nel magazzino Amazon, i prodotti verranno associati. "
+"SKU Attribute","Attributo codice prodotto"
+"Choose the attribute that contains products identifier.","Scegli l'attributo che contiene l'identificatore del prodotto."
+"Generate Merchant SKU","Genera codice prodotto del venditore"
+"If Yes , then if Merchant SKU of the product you list is found in the 3rd Party or M2E Listings, another one will be automatically created and the product will be listed.
+ Has to be set to Yes if you are going to use the same Magento product under different ASINs","Se Sì , ovvero se il codice prodotto del venditore per il prodotto messo in vendita viene trovato tra le inserzioni di terze parti o M2E, verrà creato automaticamente e messo in vendita un altro prodotto. Se intendi utilizzare lo stesso prodotto Magento con diversi numeri ASIN, è necessario impostare questa opzione su Sì "
+"Search Settings","Impostazioni ricerca"
+"Search Products on Amazon","Cerca prodotti su Amazon"
+"Before the list action, each product in listing must have existing ASIN/ISBN assigned.
+ This section contains parameters for action ""Assign ASIN/ISBN Automatically","Prima dell'azione di messa in vendita, è necessario assegnare un numero ASIN/ISBN esistente a ogni prodotto nell'inserzione. Questa sezione contiene i parametri per l'azione ""Assegna automaticamente ASIN/ISBN"""
+"ASIN / ISBN Attribute","Attributo ASIN/ISBN"
+"UPC / EAN","UPC/EAN"
+"UPC / EAN Attribute","Attributo UPC/EAN "
+"Additional Search by Product Name","Ricerca aggiuntiva per nome prodotto"
+"If no results are found by ASIN/ISBN and UPC/EAN search criteria, the additional search will be performed by Magento Product Name.","Se tramite i criteri di ricerca ASIN/ISBN e UPC/EAN non viene fornito alcun risultato, la ricerca aggiuntiva verrà effettuata in base a Nome prodotto Magento."
+"Additional Settings","Impostazioni aggiuntive"
+"Handling Time Mode","Modalità tempi di imballaggio "
+"Recommended Value","Valore raccomandato"
+"Time that is needed to prepare an item to be shipped.","Tempo necessario per preparare un oggetto per la spedizione."
+"Attribute must contain only numeric value from 1 to 30.","L'attributo deve contenere solo valori numerici compresi tra 1 e 30."
+"Restock Date Mode","Modalità data rifornimento"
+"Custom Value","Valore personalizzato"
+"The date you will be able to ship any back-ordered items to a customer.","Data in cui potrai spedire qualsiasi oggetto arretrato a un cliente."
+"Restock Date Custom Value","Valore personalizzato data rifornimento"
+"Condition Settings","Impostazioni condizioni"
+"Condition","Condizioni"
+"Not Set / Not Changeable","Non impostato/Non modificabile"
+"Condition of the product(s) you want to list on Amazon.
+ Note: Not Set / Not Changeable is used for the 3rd Party Listings mainly. If this option is chosen, Amazon will be used as a master record.","Condizioni dei prodotti che desideri mettere in vendita su Amazon. Nota: l'opzione Non impostato/Non modificabile viene utilizzata principalmente per le inserzioni di terze parti. Se viene selezionata questa opzione, Amazon verrà utilizzato come registro principale."
+"Condition Value","Valore condizioni"
+"Collectible - Like New","Collezionismo - Come nuovo"
+"Collectible - Very Good","Collezionismo - Molto buono"
+"Collectible - Good","Collezionismo - Buono"
+"Collectible - Acceptable","Collezionismo - Accettabile"
+"Club","Club"
+"Condition Attribute","Attributo condizioni"
+"Choose the attribute that contains Condition identifier .","Scegli l'attributo che contiene l'identificatore delle condizioni ."
+"Condition Note","Nota sulle condizioni"
+"Short description of item(s) condition.
+ Note: Not Set / Not Changeable is used for the 3rd Party Listings mainly. If this option is chosen, Amazon will be used as a master record.","Breve descrizione delle condizioni degli oggetti. Nota: l'opzione Non impostato/Non modificabile viene utilizzata principalmente per le inserzioni di terze parti. Se viene selezionata questa opzione, Amazon verrà utilizzato come registro principale."
+"Condition Note Text","Testo nota condizioni"
+"Condition Note Attribute","Attributo nota condizioni"
+"The Products Filter block allows you to filter the products, which you would like to add to the Listing. Filtered Products will be displayed on the next page, after the Next button is pressed.","Il blocco Filtro prodotti consente di filtrare i prodotti che desideri aggiungere all'inserzione. I prodotti filtrati saranno visualizzati nella pagina successiva, dopo aver premuto il pulsante Avanti."
+"Store View the items' information has to be taken from.","Negozio da cui acquisire le informazioni sugli oggetti."
+"Select from","Seleziona da"
+"Modes of the products selection.","Modalità di selezione dei prodotti."
+"Selected Categories","Categorie selezionate"
+"This section allows you to create a Listing. Listing is a group of items, which have the same
+ Attribute Set and were combined to be listed on Amazon.
+ Creating a Listing requires two types of templates (Selling Format and Synchronization) to be created in advance,
+ that allows reaching a high level of flexibility in listing and synchronization processes.
+
+ It is also possible to create templates by clicking the Add New button next to the appropriate template option. Do not forget to press
+ the Refresh button after the new template creation in order to see the newly added template in the dropdown list.
+ In the Listing Configuration block you are required to choose appropriate Selling Format Template,
+ which determines quantity and price related data of your Amazon Listings.
+
+ In the Synchronization Settings block you are required to choose a Synchronization Template and its settings.
+ This determines the actions, which have to be done on the Amazon Listings depending on any changes of their products happened in Magento,
+ and of their templates that are used in the Listing Configuration settings. ","In questa sezione puoi creare un'inserzione. Un'inserzione è un gruppo di oggetti che condividono lo stesso insieme di attributi e sono stati combinati per essere messi in vendita su Amazon. La creazione di un'inserzione richiede innanzitutto la creazione di due tipi di modelli (Formato di vendita e Sincronizzazione) in quanto consentono di ottenere un livello elevato di flessibilità nei processi di messa in vendita e sincronizzazione. I modelli possono essere creati anche cliccando sul pulsante Aggiungi nuovo accanto all'opzione del modello appropriato. Non dimenticarti di premere il pulsante Aggiorna dopo la creazione del nuovo modello per poterlo visualizzare nell'elenco a discesa. Nel blocco Configurazione inserzione devi scegliere il modello del formato di vendita adeguato che determina le informazioni sulla quantità e sul prezzo delle inserzioni Amazon. Nel blocco Impostazioni sincronizzazione devi scegliere un modello di sincronizzazione e le relative impostazioni. In questo modo vengono determinate le azioni da effettuare nelle inserzioni Amazon a seconda delle modifiche apportate ai relativi prodotti in Magento e dei relativi modelli utilizzati nelle impostazioni di configurazione delle inserzioni. "
+"The specified title is already used for other listing. Listing title must be unique.","Il titolo specificato è già utilizzato per un'altra inserzione. Il titolo dell'inserzione deve essere univoco."
+"You should select Attribute Set first","Innanzitutto è necessario selezionare Insieme di attributi"
+"Invalid date time format string.","Stringa di formato data/ora non valida."
+"Listing Configuration","Configurazione inserzione"
+"Short meaningful Listing title for your internal use.","Titolo dell'inserzione breve e significativo per uso interno."
+"Product Attribute Set","Insieme attributi prodotti"
+"Attribute Set of products, which will be listed on Amazon in this Listing.","Insieme di attributi dei prodotti che verranno messi in vendita su Amazon in questa inserzione."
+"List of templates, which have previously chosen Attribute Set.","Elenco di modelli a cui è associato l'insieme di attributi scelto in precedenza."
+"Search for template which have previously chosen Attribute Set.","Cerca il modello a cui è associato l'insieme di attributi scelto in precedenza."
+"All Synchronization Templates you have created.","Tutti i modelli di sincronizzazione creati."
+"Search for Synchronization Template you have created.","Cerca il modello di sincronizzazione creato."
+"M2E Pro - Amazon/Magento Integration : Listings","M2E Pro - Integrazione Amazon/Magento: inserzioni"
+"Amazom Listings (10 min. video)","
+"Listing is a group of items, which have the same Attribute Set and were combined to be listed on Amazon.
+
+ Creating a Listing requires two types of templates to be created in advance.
+ You can use the same template for similar products you want to list on Amazon and don’t have to enter the same information over and over again for each product you want to list.
+
+ Templates you’ll need in order to list on Amazon:
+
+
+ Selling Format Template contains information about quantity and price-related data.
+ Synchronization Template controls how the information between Amazon and Magento is synchronized and in which cases Amazon listings are revised, relisted or stopped. This template is not bound to a product group with a specific attribute set, so it’s likely that you’ll only need one template to begin with.
+ ","Un'inserzione è un gruppo di oggetti che condividono lo stesso insieme di attributi e sono stati combinati per essere messi in vendita su Amazon. Per creare un'inserzione, è necessario creare prima due tipi di modelli. Puoi usare uno stesso modello per prodotti simili da mettere in vendita su Amazon in modo da non dover immettere più volte le stesse informazioni per ogni prodotto. Modelli richiesti per mettere in vendita su Amazon: Il modello del formato di vendita contiene informazioni sulla quantità e sul prezzo. Il modello di sincronizzazione controlla la modalità di sincronizzazione delle informazioni tra Amazon e Magento e in quali casi le inserzioni Amazon vengono modificate, rimesse in vendita o interrotte. Questo modello non è associato a un gruppo di prodotti con un insieme specifico di attributi, pertanto è probabile che, per iniziare, sarà sufficiente disporre di un solo modello. "
+"This section contains information about product items of chosen listing and their statuses on Amazon.
+ To list a product the ASIN/ISBN must be assigned first. To assign ASIN/ISBN you can use the Search ASIN/ISBN tool: press the icon in ASIN / ISBN column or choose appropriate command in the Action dropdown.
+ You can manage items by choosing appropriate actions from the Actions dropdown of the grid and manage Listing and its settings by using buttons in the top right corner.","In questa sezione sono contenute informazioni sugli oggetti dei prodotti dell'inserzione scelta e i relativi stati su Amazon. Per mettere in vendita un prodotto, è necessario innanzitutto assegnare il numero ASIN/ISBN. Per assegnare il numero ASIN/ISBN, puoi utilizzare lo strumento Cerca numero ASIN/ISBN: premi l'icona nella colonna ASIN/ISBN o scegli il comando appropriato nel menu a discesa Azione. Puoi gestire gli oggetti scegliendo le azioni appropriate nel menu a discesa Azioni della griglia, nonché gestire l'inserzione e le relative impostazioni utilizzando i pulsanti nell'angolo superiore destro."
+"Used in Account(s)","Utilizzato negli account"
+"Coming Soon","Disponibile presto"
+"Waiting","In attesa"
+"Processing","Elaborazione in corso"
+"Completed","Completato"
+"Order Address Information","Informazioni di registrazione ordine"
+"Buyer Name","Nome dell'acquirente"
+"Buyer E-Mail","E-mail acquirente"
+"Street Address","Via"
+"City","Città"
+"Country","Paese"
+"Region/State","Regione/Stato"
+"County","Provincia"
+"Zip/Postal Code","CAP"
+"Telephone","Telefono"
+"
+This page contains all orders imported from Amazon.
+Use Amazon Accounts dropdown to filter Amazon orders by accounts.
+If Magento Order, Invoice or / and Shipment was not created automatically,
+you can create them manually by using appropriate options in the Action dropdown.
+Note: Automatic creation of Magento Orders, Invoices, and Shipments executes according to Amazon Accounts settings in %s > Configuration > Amazon Accounts > Orders.","In questa pagina sono contenuti tutti gli ordini importati da Amazon. Utilizza il menu a discesa Account Amazon per filtrare gli ordini Amazon in base agli account. Se l'ordine, la fattura e/o la spedizione Magento non sono stati creati automaticamente, puoi crearli manualmente utilizzando le opzioni appropriate nel menu a discesa Azione.Nota: la creazione automatica di ordini, fatture e spedizioni Magento avviene in base alle impostazioni degli account Amazon in %s > Configurazione > Account Amazon > Ordini."
+"Amazon Order","Ordine Amazon"
+"View On Amazon","Vedi su Amazon"
+"Sale Time","Ora di vendita"
+"Update Time","Ora di aggiornamento"
+"Reservation Time","Tempo di prenotazione"
+"Order Status","Stato ordine"
+"Invoice Unconfirmed","Fattura non confermata"
+"Account","Account"
+"Buyer Information","Informazioni sull'acquirente"
+"Customer Name","Nome cliente"
+"Shipping Address","Indirizzo per la spedizione"
+"Payment Information","Informazioni per il pagamento"
+"Order Currency","Valuta ordine"
+"Attention!","Attenzione"
+"Order currency is not enabled in Magento. Please, enable it in System -> Configuration -> Currency Setup.","La valuta dell'ordine non è abilitata in Magento. Abilitarla in Sistema -> Configurazione -> Impostazione valuta."
+"There's no rate for Order currency in Magento. Please, add currency convert rate in System -> Manage Currency -> Rates.","Nessun tasso per la valuta dell'ordine in Magento. Aggiungi il tasso di conversione della valuta in Sistema -> Gestisci valuta -> Tassi."
+"Shipping & Handling Information","Informazioni sulla spedizione e sull'imballaggio"
+"Shipping Service","Servizio di spedizione"
+"Shipping Cost","Spese di spedizione"
+"Transaction Item(s)","Oggetti della transizione"
+"Log History","Cronologia registro"
+"Order Totals","Totali ordine"
+"Subtotal","Totale parziale"
+"Shipping & Handling","Spedizione e imballaggio"
+"Tax","Imposte"
+"Grand Total","Totale"
+"Amount Paid","Importo pagato"
+"This section allows you to set preferences of data synchronization.
+ You have to enable / disable synchronization tasks, which will be automatically performed for all Amazon accounts, and Save Settings .
+ To run necessary task manually, click the Run Now button, to run all tasks at once, click Run Enabled Now .
+ Note: Cron job must be set up for automatic synchronization. Otherwise, you will have to perform the synchronization manually.","In questa sezione puoi impostare le preferenze relative alla sincronizzazione dei dati. È necessario abilitare/disabilitare le attività di sincronizzazione che saranno effettuate automaticamente per tutti gli account Amazon e cliccare su Salva impostazioni . Per eseguire manualmente l'attività necessaria, clicca sul pulsante Esegui ora , mentre per eseguire tutte le attività contemporaneamente, clicca su Esegui ora attività abilitate . Nota: il processo cron deve essere impostato per la sincronizzazione automatica. In caso contrario, dovrai effettuare manualmente la sincronizzazione."
+"If catalog updates in your magento performed using import/export tools, custom scripts or direct changes in database,
+ then, you can use ""Track Direct Database Changes"" %s functionality to detect changes in products' price and quantity.","Se gli aggiornamenti del catalogo in Magento vengono effettuati tramite strumenti di importazione o esportazione, script personalizzati o modifiche dirette nel database, puoi utilizzare la funzione %s ""Controlla modifiche dirette nel database"" per rilevare modifiche al prezzo o alla quantità dei prodotti."
+"Updates and synchronizes Amazon Listings according to Synchronization Templates' rules.","Aggiorna e sincronizza le inserzioni Amazon in base alle regole dei modelli di sincronizzazione."
+"If your Amazon listings for some reason were asynchronized with the products in Magento, turn on the Revise All action to catch data up.
+ Revise is performed by the Inventory Synchronization, 100 items per a cycle.
+
+ ","Se per qualche motivo la sincronizzazione delle inserzioni Amazon con i prodotti in Magento è stata disabilitata, attiva l'opzione Modifica tutte le azioni per recuperare i dati. La modifica viene eseguita dalla sincronizzazione del magazzino (100 oggetti per ciclo). "
+"In Progress, start date - ","In corso, data di inizio: "
+"Finished, end date - ","Terminato, data di fine: "
+"Imports and synchronizes Amazon Orders for accounts, which have enabled Import Amazon Orders in their Accounts settings.","Importa e sincronizza gli ordini Amazon per gli account che hanno abilitato Importa ordini Amazon nelle impostazioni degli account."
+"Imports and synchronizes 3rd Party Listings for Amazon accounts, which have enabled Import 3rd Party Listings in their Accounts settings.","Importa e sincronizza le inserzioni di terze parti per gli account Amazon che hanno abilitato Importa inserzioni di terze parti nelle impostazioni degli account."
+"Click 'Confirm' and Revise will be performed by the Inventory Synchronization, 100 items per a cycle.","Clicca su ""Conferma"" per consentire alla sincronizzazione del magazzino di apportare la modifica (100 oggetti per ciclo)."
+"Cancel","Annulla"
+"New ASIN Templates","Nuovi modelli ASIN"
+"These type of templates is used for creation of new products on Amazon.
+
+ to create a new template, click on Add New ASIN Template ;
+ to assign one of the existing templates to products click on Assing To This Template link.
+
+ Note: Attribute Sets of New ASIN Template must include all Attribute Sets of current M2E Listing to be assigned.","Questo tipo di modelli viene utilizzato per creare nuovi prodotti su Amazon. per creare un nuovo modello, clicca su Nuovo modello ASIN ; per assegnare uno dei modelli esistenti ai prodotti clicca sul link Assegna a questo modello . Nota: per essere assegnati, gli insiemi di attributi di un nuovo modello ASIN devono includere tutti gli insiemi di attributi dell'inserzione M2E corrente."
+"Description is used to design your items' description on Amazon. The more information you provide the easier it is for buyers to make a choice.
+ It is possible to choose a Product Description or Product Short Description, which will be taken from Magento. Or you can create a Custom Description by adding necessary information.","In Descrizione puoi immettere la descrizione degli oggetti messi in vendita su Amazon. Fornisci quante più informazioni possibile per agevolare la scelta degli acquirenti. È possibile scegliere Descrizione prodotto o Descrizione breve prodotto; entrambe saranno acquisite da Magento. In alternativa puoi creare una descrizione personalizzata aggiungendo le informazioni necessarie."
+"Please enter a number 0 or greater in this field.","Inserisci in questo campo un numero pari o superiore a 0."
+"Please enter a number 0.01 or greater in this field.","Inserisci in questo campo un numero pari o superiore a 0,01."
+"Item Details","Dettagli dell'oggetto"
+"Custom Title","Titolo personalizzato"
+"Item's title that buyers will see on Amazon listing.","Titolo dell'oggetto che gli acquirenti visualizzeranno nell'inserzione Amazon."
+"Brand","Marca"
+"Custom Brand","Marchio personalizzato"
+"Brand of the product(s). Max. 50 characters.","Marchio dei prodotti. Massimo. 50 caratteri."
+"Manufacturer","Produttore"
+"Custom Manufacturer","Produttore personalizzato"
+"Manufacturer of the product(s). Max. 50 characters.","Produttore dei prodotti. Massimo. 50 caratteri."
+"Manufacturer Part Number","Codice prodotto del produttore"
+"Manufacturer Part Number of the product(s). Max. 40 characters.","Codice prodotto del produttore degli oggetti. Numero massimo 40 caratteri."
+"Package Quantity","Quantità del pacco"
+"The number of units included in the item you are offering for sale, such that each unit
+ is packaged for individual sale.","Il numero di unità dell'oggetto che hai messo in vendita. Ogni unità verrà imballata e venduta singolarmente."
+"Choose the attribute that contains Package Quantity.","Scegli l'attributo che contiene la quantità del pacco."
+"Number of Items","Numero di oggetti"
+"The number of discrete items included in the item you are offering for sale,
+ such that each item is not packaged for individual sale.
+
+ For ex. , if you are selling a case of 10 packages of socks,
+ and each package contains
+ 3 pairs of socks, the case would have Package Quantity = 10 and Number of Items = 30.
+ ","Il numero di oggetti discreti inclusi nell'oggetto che hai messo in vendita. Ogni oggetto non verrà imballato e venduto singolarmente. Ad esempio, , se vendi 10 pacchi di calzini e ogni pacco contiene 3 paia di calzini, la quantità del pacco sarà pari a 10 e il numero di oggetti pari a 30. "
+"Choose the attribute that contains Number Of Items.","Scegli l'attributo che contiene il numero di oggetti."
+"Package Weight","Peso del pacco"
+"Package Weight of the product(s).","Peso del pacco di prodotti."
+"Package Weight Units","Unità per il peso del pacco"
+"GR","GR"
+"KG","KG"
+"OZ","OZ"
+"LB","LB"
+"MG","MG"
+"Shipping Weight","Peso della spedizione"
+"Shipping Weight of the product(s).","Peso della spedizione dei prodotti."
+"Shipping Weight Units","Unità per il peso della spedizione"
+"Keywords","Parole chiave"
+"Target Audience","Destinatari"
+"For whom the product is intended.","A chi è destinato il prodotto."
+"Search Terms Mode","Modalità termini di ricerca"
+"Custom Search Terms","Termini di ricerca personalizzati"
+"Provide specific search terms to help customers find your product(s) on Amazon.","Inserisci dei termini di ricerca specifici per consentire ai clienti di trovare i tuoi prodotti su Amazon."
+"Value #%s","Valore #%s"
+"Max. 50 characters.","Massimo. 50 caratteri."
+"Images","Immagini"
+"Main Image","Immagine principale"
+"Product Base Image","Immagine di base prodotto"
+"Image you will see on your Amazon listing.","Immagine che sarà visualizzata nell'inserzione Amazon."
+"Product Image Attribute","Attributo immagine prodotto"
+"Choose Media Image Attribute or Attribute, that contains absolute url.
+ i.e. http://mymagentostore.com/images/baseimage.jpg","Scegli Attributo immagine multimediale o Attributo in cui è contenuto un URL assoluto. ad esempio http://mymagentostore.com/images/baseimage.jpg"
+"Additional Images","Immagini aggiuntive"
+"Product Images","Immagini prodotto"
+"Additional Images Attribute","Attributo immagini aggiuntive"
+"Choose Text, Multiple Select or Dropdown type attribute. In Text type attribute urls must be separated with comma.
+ e.g. http://mymagentostore.com/images/baseimage1.jpg, http://mymagentostore.com/images/baseimage2.jpg","Scegli attributo di tipo Testo, Selezione multipla o Menu a discesa Nell'attributo del tipo Testo, gli url devono essere separati da una virgola. ad esempio http://mymagentostore.com/images/baseimage1.jpg, http://mymagentostore.com/images/baseimage2.jpg"
+"Additional Images Quantity","Quantità immagini aggiuntive"
+"Up to","Fino a"
+"The number of Additional Images. The images will be taken from Magento Product settings.","Il numero di immagini aggiuntive. Le immagini verranno prese dalle impostazioni Prodotto Magento."
+"Bullet Points","Elenchi puntati"
+"Bullet Points Mode","Modalità elenchi puntati"
+"Custom Bullet Points","Elenchi puntati personalizzati"
+"Allows highlighting some of the product's most important qualities.","Consente di mettere in evidenza alcune delle qualità più importanti del prodotto."
+"Max. 100 characters.","Massimo. 100 caratteri."
+"Description Source","Origine descrizione "
+"Product Description","Descrizione del prodotto"
+"Product Short Description","Descrizione breve del prodotto"
+"Custom Description","Descrizione personalizzata"
+"Description is limited to 2'000 characters.","La descrizione non deve superare i 2.000 caratteri."
+"Custom Description Inserts","Inserti descrizione personalizzata "
+"Attributes related to the previously chosen Attribute Set.","Attributi correlati all'Insieme di attributi scelto in precedenza."
+"This tab contains the main information on products you want to list: Attribute Set
+ (it must be the same as M2E Listing has to be assigned), UPC / EAN Settings and
+ Category in which the products have to be listed.
+The category either can be chosen by Browsing all categories from the list or can be found with Searching
+ tool by entering keywords.","Questa scheda contiene le informazioni principali sui prodotti che desideri mettere in vendita: insieme di attributi (deve corrispondere all'inserzione M2E da assegnare) impostazioni UPC/EAN e categoria nella quale mettere in vendita i prodotti. Per selezionare la categoria, puoi Sfogliare tutte le categorie presenti nell'elenco o utilizzare lo Strumento di ricerca digitando delle parole chiave."
+"Please enter a number 1 or greater in this field.","Inserisci in questo campo un numero pari o superiore a 1."
+"This category is not supported at the moment, as it contains variational items only. Please select another category.","Questa categoria non è al momento supportata in quanto contiene soltanto inserzioni con varianti. Selezionane un'altra."
+"Search For Category","Cerca categoria"
+"You should select Category first","Innanzitutto è necessario selezionare Categoria"
+"This is a required field. Please press Choose button.","Questo campo è obbligatorio. Premi il pulsante Scegli."
+"The specified title is already used for another New ASIN Template.","Il titolo specificato è già utilizzato per un altro nuovo modello ASIN."
+"Please enter at least 3 letters.","Inserisci almeno 3 lettere."
+"Internal Error. Please try again later.","Errore interno. Riprova più tardi."
+"Incorrect data.","Dati non corretti."
+"Choose","Scegli"
+"Optional Specifics","Specifiche facoltative"
+"Recommended Values","Valori consigliati"
+"Allowed Values","Valori consentiti"
+"Definition:","Definizione:"
+"Tips:","Suggerimenti:"
+"Examples:","Esempi:"
+"Helpful Info:","Informazioni utili:"
+"Desired","Desiderato"
+"Short meaningful template title for your internal use.","Titolo del modello breve e significativo per uso interno."
+"Attribute Sets of products which will be listed on Amazon using this template.","Insiemi di attributi dei prodotti che verranno messi in vendita su Amazon utilizzando questo modello."
+"or","o"
+"UPC / EAN Settings","Impostazioni UPC/EAN"
+"UPC / EAN Exemption","Esenzione UPC/EAN"
+"Most categories require sellers to use a standard product ID, such as a UPC or EAN, when creating new product pages or matching to existing pages in the Amazon catalog. In the case of private label brands or specialized products, some categories may allow sellers to request exemptions to list products that do not have standard product IDs.
+ If you sell products that do not have UPCs, please contact Amazon to request an exemption.","Durante la creazione di nuove pagine prodotti o l'associazione con pagine esistenti nel catalogo Amazon, gran parte delle categorie richiede ai venditori di utilizzare un ID prodotto standard quali UPC o EAN. In caso di marchi privati o prodotti specializzati, in alcune categorie i venditori possono richiedere delle esenzioni per mettere in vendita prodotti che non presentano un ID prodotto standard. Se vendi prodotti che non dispongono di codici UPC, contatta Amazon per richiedere un'esenzione."
+"Product ID Override","Ignora ID prodotto"
+"The exemption option approved by Amazon. Should be set to None when not known.","L'opzione di esenzione approvata da Amazon. Deve essere impostata su Nessuna se sconosciuta."
+"Choose the department your product belongs to and then choose the category you need. Press the Confirm button.","Scegli il reparto al quale appartiene il prodotto e la relativa categoria. Premi il pulsante Conferma."
+"Subcategory","Sottocategoria"
+"Enter the words, which describe the best your product and click on the Search button.
+ Founded categories will be displayed for selection.","Inserisci delle parole che descrivono al meglio il prodotto e clicca sul pulsante Cerca. Verranno mostrate le categorie trovate e sarà possibile selezionarle."
+"Enter Keywords","Inserisci le parole chiave"
+"Adding specific item details will attract your buyers and help them to find your items.","L'aggiunta di dettagli dell'oggetto specifici attirerà gli acquirenti e consentirà loro di trovare i tuoi oggetti."
+"Total digits (not more):","Cifre totali (al massimo):"
+"Type: Numeric.","Tipo: numerico."
+"Min:","Min:"
+"Max:","Massimo:"
+"Can take any value.","Inserisci qualsiasi valore."
+"Two uppercase letters or ""unknown"".","Due lettere maiuscole o ""sconosciuto""."
+"Type: String.","Tipo: stringa."
+"Min length:","Lunghezza minima:"
+"Max length:","Lunghezza massima:"
+"Type: Date time. Format: YYYY-MM-DD hh:mm:ss","Tipo: data e ora. Formato: AAAA-MM-GG hh:mm:ss"
+"Type: Numeric floating point.","Tipo: numero in virgola mobile."
+"Decimal places (not more):","Sezioni decimali (al massimo):"
+"Specifics Configuration","Configurazione specifiche"
+"Selling Format Template contains price-related data and quantity for the items, which will be listed on Amazon.
+Next to each price options dropdown there is a box for Price Change. Price Change is a value you want the Magento Price to be modified while listing on Amazon.
+Examples:
+If you want the price on Amazon to be greater by 15% than the price in Magento, you should set +15% in the Price Change field.
+Amazon Price = Magento Price + Magento Price * 0.15
+
+If you want the price on Amazon to be less by 10 currency units than the price in Magento, you should set -10 in the Price Change field.
+Amazon Price = Magento Price - 10
+
+If you want the price on Amazon to be multiplied by coefficient 1.2, you should set 1.2 in the Price Change field.
+
+Amazon Price = Magento Price * 1.2.
+
+Note: If the Special Price is chosen in the Price option, but it is not set in Magento Product settings or it is set but it has already expired, the Product Price is used instead.
+ If the Special Price is chosen in the Sale Price option, its Magento From , To dates are ignored. Only the value is used. When the Sale Price has expired, the Price is used.
+
+Note: Attributes must contain only numeric values.
+","Il modello di formato di vendita contiene i dati correlati al prezzo e la quantità degli oggetti che verranno messi vendita su Amazon. Accanto a ogni menu a discesa contenente le opzioni del prezzo è disponibile una casella per la modifica del prezzo. In questa casella è presente il valore in base al quale desideri che il prezzo Magento venga modificato durante la messa in vendita su Amazon.Esempi: Se desideri che il prezzo su Amazon sia maggiore del 15% rispetto a quello in Magento, imposta +15% nel campo Modifica prezzo.Prezzo Amazon = Prezzo Magento + Prezzo Magento * 0,15 Se desideri che il prezzo su Amazon sia inferiore di 10 unità di valuta rispetto a quello in Magento, imposta -10 nel campo Modifica prezzo.Prezzo Amazon = Prezzo Magento - 10 Se desideri che il prezzo su Amazon sia moltiplicato per un coefficiente di 1,2, imposta 1,2 nel campo Modifica prezzo.Prezzo Amazon = Prezzo Magento * 1,2. Nota: se nell'opzione Prezzo selezioni il prezzo speciale, ma quest'ultimo non è specificato nelle impostazioni Prodotto Magento oppure è impostato, ma è già scaduto, viene utilizzato il prezzo del prodotto. Se selezioni il prezzo speciale nell'opzione Prezzo di vendita , le date Magento Da , A verranno ignorate. Viene utilizzato solo il valore. Quando il prezzo di vendita è scaduto, viene utilizzato il prezzo.Nota: gli attributi devono contenere solo valori numerici."
+"The price of products in Amazon listing(s).","Prezzo dei prodotti nelle inserzioni Amazon."
+"The price of products in Amazon listing(s).Note: The Final Price is only used for Simple Products.","Prezzo dei prodotti nelle inserzioni Amazon.Nota: il prezzo finale è usato soltanto per prodotti semplici."
+"The price, at which you want to sell your product(s) at specific time.","Il prezzo al quale desideri vendere i prodotti in un determinato momento."
+"The price, at which you want to sell your product(s). at specific time.Note: The Final Price is only used for Simple Products.","Il prezzo al quale desideri vendere i prodotti in un determinato momento.Nota: il prezzo finale è usato soltanto per prodotti semplici."
+"Add Selling Format Template.","Aggiungi modello di formato di vendita."
+"The specified title is already used for other template. Template title must be unique.","Il titolo specificato è già utilizzato per un altro modello. Il titolo del modello deve essere univoco."
+"You should select Attribute Sets first and press Confirm button.","Innanzitutto è necessario selezionare Insiemi di attributi e premere il pulsante Conferma."
+"Coefficient is not valid.","Il coefficiente non è valido."
+"Wrong value. Only integer numbers.","Valore errato. Solo numeri interi."
+"Product Attribute Sets","Insiemi di attributi prodotti"
+"Attribute Sets of products which will be listed on Amazon using this template.","Insiemi di attributi dei prodotti che verranno messi in vendita su Amazon utilizzando questo modello."
+"Quantity","Quantità"
+"Product QTY","QTÀ prodotti"
+"Single Item","Singolo oggetto"
+"Custom QTY Number","Numero QTÀ personalizzato"
+"Custom QTY Attribute","Attributo QTÀ personalizzato"
+"Products quantity in Amazon listing(s).","Quantità di prodotti nelle inserzioni Amazon."
+"Conditional Quantity","Quantità condizionale"
+"Enables to set the quantity that will be sent on Amazon.","Consente di impostare la quantità da inviare su Amazon."
+"Max Quantity to Be Listed","Quantità massima da mettere in vendita"
+"If you have 5 pieces in stock but set a max qty of 2 to be listed, a qty of 2 will be listed on Amazon.
+ If you have 1 piece in stock but max qty is set to 3, only 1 will be listed on Amazon.","Se disponi di 5 oggetti ma imposti una quantità massima pari a 2, solo 2 di essi verranno messi in vendita su Amazon. Se disponi di 1 oggetto ma imposti una quantità massima pari a 3, ne verrà comunque messo in vendita solo uno su Amazon."
+"Product Price","Prezzo prodotto"
+"Special Price","Prezzo speciale"
+"Absolute figure (+8,-3), percentage (+15%, -20%) or currency rate (1.44)","Cifra assoluta (+8, -3), percentuale (+15%, -20%) o tasso di valuta (1,44)"
+"Custom Price Attribute","Attributo prezzo personalizzato"
+"Variation Price Source","Origine prezzo variante"
+"Main Product","Prodotto principale"
+"Determines where the price for Configurable and Bundle products options should be taken from.","Determina il punto da cui è consigliabile acquisire il prezzo per le opzioni dei prodotti Configurabile e Pacchetto."
+"Sale Price","Prezzo finale"
+"Custom Sale Price Attribute","Attributo prezzo di vendita personalizzato"
+"Start Date","Data inizio"
+"Time and date when the Sale Price will be displayed on Amazon.","Data e ora in cui il Prezzo di vendita sarà visualizzato su Amazon."
+"Start Date Value","Valore data inizio"
+"Start Date Attribute","Attributo data inizio"
+"End Date","Data di scadenza"
+"Time and date when the Sale Price will be hidden on Amazon.","Data e ora in cui il Prezzo di vendita sarà nascosto su Amazon."
+"End Date Value","Valore data fine"
+"Synchronization Template includes rules and conditions which determine Listing behavior on Amazon.
+ List, Revise, Relist and Stop Rules have to be specified in this template.
+ List Action - at first this action to be executed for each item in M2E Listings, which has Not Listed status and its settings meet the List Condition. If an item was not listed for some reason, autosynchronization will attempt
+ to list it again only if Product Status, Stock Availability or Quantity is changed.
+
+ Note: Inventory Synchronization setting must be enabled in Synchronization (Configuration > Synchronization).
+ Otherwise, Synchronization Template Rules will not take effect.","Il modello di sincronizzazione include regole e condizioni che stabiliscono il comportamento delle inserzioni su Amazon. In questo modello devono essere specificate le regole di inserzione, modifica, rimessa in vendita e interruzione. Azione inserzione : questa azione deve essere inizialmente eseguita per ogni oggetto non messo in vendita nelle inserzioni M2E le cui impostazioni soddisfano le condizioni di messa in vendita. Se un oggetto non è stato messo in vendita per qualche motivo, durante la sincronizzazione automatica verrà effettuato un nuovo tentativo di messa in vendita solo se sono state apportate modifiche allo stato, alla disponibilità o alla quantità del prodotto. Nota: l'impostazione Sincronizzazione magazzino deve essere abilitata in Sincronizzazione (Configurazione > Sincronizzazione). In caso contrario, le regole del modello di sincronizzazione non verranno applicate."
+"Add Synchronization Template.","Aggiungi modello di sincronizzazione."
+"Wrong time format string.","Stringa del formato di ora non valida."
+"Must be greater than ""Min"".","Deve essere maggiore di ""Min""."
+"Inconsistent settings in Relist and Stop rules.","Impostazioni incongruenti nelle regole di interruzione e modifica."
+"List Action","Azione di messa in vendita"
+"Enables / disables automatic listing of Not Listed items, when they meet the List Conditions.","Abilita/disabilita la creazione automatica di inserzioni per oggetti non messi in vendita se soddisfano le condizioni di inserzione."
+"List Conditions","Condizioni inserzione"
+"Product Status","Stato prodotto"
+"Any","Qualsiasi"
+"Product Status at which the item(s) have to be listed.","Stato del prodotto in base al quale gli oggetti devono essere messi in vendita."
+"Stock Availability at which the item(s) have to be listed.","Disponibilità di scorte in base alla quale gli oggetti devono essere messi in vendita."
+"Less","Inferiore"
+"More or Equal","Maggiore o uguale"
+"Between","Tra il"
+"Product(s) quantity at which the item(s) have to be listed.","Quantità di prodotti in base alla quale gli oggetti devono essere messi in vendita."
+"Min Quantity","Quantità minima"
+"Max Quantity","Quantità massima"
+"Relist Rules define the conditions at which Amazon items will be relisted.
+ ","Le regole di rimessa in vendita definiscono le condizioni alle quali gli oggetti Amazon verranno rimessi in vendita. "
+"Relist Action","Azione di rimessa in vendita"
+"Enables/Disables the Relist action for the Listings, which use current Synchronization Template.","Abilita/disabilita l'azione di rimessa in vendita per le inserzioni che utilizzano il modello di sincronizzazione corrente."
+"Relist When Stopped Manually","Rimetti in vendita dopo interruzione manuale"
+"Automatically relists item(s) even it has been stopped manually within M2EPro.","Rimette in vendita automaticamente gli oggetti dopo un'interruzione manuale in M2EPro."
+"Relist Conditions","Condizioni di rimessa in vendita"
+"Product Status at which the item(s) have to be relisted.","Stato del prodotto in base al quale gli oggetti devono essere rimessi in vendita."
+"Stock Availability at which the item(s) have to be relisted.","Disponibilità di scorte in base alla quale gli oggetti devono essere rimessi in vendita."
+"Product(s) quantity at which the item(s) have to be relisted.","Quantità di prodotti in base alla quale gli oggetti devono essere rimessi in vendita."
+"Revise Rules are the conditions, at which automatic full and partial listings revising features are enabled.
+ If the certain condition is enabled (Yes is chosen in appropriate line) and met,
+then Amazon Listings, which were listed using current Synchronization Template,
+will be automatically fully or partially updated.
+
+ Partial Revise - contains list of product details, which changes you want to be reflected on Amazon.
+ Full Revise - contains groups of M2E settings. If any data of these groups (Selling Format Template, Listing Channel Settings) is changed, then listings, which use these templates in their settings, will be automatically fully revised.
+ ","Le regole di modifica rappresentano le condizioni in base alle quali vengono abilitate le funzioni di modifica delle inserzioni automatiche complete o parziali. Se la condizione stabilita viene abilitata (viene scelto Sì nella riga appropriata) e soddisfatta, le inserzioni Amazon che erano state pubblicate utilizzando il modello di sincronizzazione, verranno aggiornate completamente o parzialmente in modo automatico. Modifica parziale : contiene un elenco di dettagli dei prodotti dei quali desideri che le modifiche vengano riflesse in Amazon. Modifica completa : contiene gruppi di impostazioni M2E. Se alcuni dati di questi gruppi (modello di formato di vendita, impostazioni del canale per le inserzioni) vengono modificati, le inserzioni, che utilizzano questi modelli nelle relative impostazioni, verranno modificate completamente in automatico. "
+"Partial Revise","Modifica parziale"
+"Automatically revises quantity on Amazon listing(s) when the quantity or attribute for quantity of its product is changed in Magento.","Modifica automaticamente la quantità nelle inserzioni Amazon quando la quantità o il relativo attributo del prodotto corrispondente viene modificato in Magento."
+"Conditional Revise","Modifica condizionale"
+"Updates Amazon qty only when the Condition you set below is met.
+ Note: By using this option you can significantly increase Synchronization performance.","Aggiorna la quantità Amazon solo se la condizione impostata viene soddisfatta. Nota: questa opzione consente di migliorare sensibilmente le prestazioni di sincronizzazione."
+"Revise When Less or Equal to","Modifica se minore o uguale a"
+"The value should not be too high (i.e. 100). Recommended value is in range 10 - 20.","Il valore non deve essere troppo elevato (ad esempio 100). I valori consigliati sono quelli compresi tra 10 e 20."
+"Automatically revises price on Amazon listing(s) when the price(s) or attribute(s) for price(s) of its product is (are) changed in Magento.","Modifica automaticamente il prezzo nelle inserzioni Amazon quando i prezzi o i relativi attributi del prodotto corrispondente vengono modificati in Magento."
+"Full Revise","Modifica completa"
+"Automatically revises Amazon listing(s) if its Selling Format Template was changed.","Modifica automaticamente le inserzioni Amazon se è stato modificato il relativo modello di formato di vendita."
+"Listing Channel Settings","Impostazioni canale per inserzioni"
+"Automatically revises Amazon listing(s) if its Listing Settings was changed.","Modifica automaticamente le inserzioni Amazon se sono state modificate le relative impostazioni."
+"Stop Rules define the conditions when Amazon items listing must be
+ inactivated, depending on Magento product state.
+ Note: If all Stop Conditions are set to No or No Action , then the stop option for Amazon items is disabled.
+ If all Stop Conditions are enabled, then an item will be inactivated if at least one of the Stop Conditions is met.","Le regole di interruzione definiscono le condizioni in base alle quali è necessario disattivare la messa in vendita degli oggetti Amazon, a seconda dello stato del prodotto Magento. Nota: se tutte le condizioni di interruzione vengono impostate su No o Nessuna azione , l'opzione di interruzione per gli oggetti Amazon viene disabilitata. Se tutte le condizioni di interruzione sono abilitate, un oggetto verrà disattivato se viene soddisfatta almeno una delle condizioni di interruzione."
+"Stop Conditions","Condizioni di interruzione"
+"Stop When Status Disabled","Interrompi quando lo stato è Disabilitato"
+"Automatically stops item(s) if its status has been changed to 'Disabled' in Magento.","Interrompe automaticamente le inserzioni se il relativo stato è stato impostato su ""Disabilitato"" in Magento."
+"Stop When Out Of Stock","Interrompi se esaurito"
+"Automatically stops item(s) if its stock availability has been changed to 'Out of Stock' in Magento.","Interrompe automaticamente le inserzioni se la relativa disponibilità di scorte è stata impostata su ""Esaurito"" in Magento."
+"Stop When QTY Is","Interrompi se la quantità è"
+"Less or Equal","Minore o uguale"
+"More","Altro"
+"Automatically stops item(s) if its quantity has been changed and meets the conditions.","Interrompe automaticamente le inserzioni se la relativa quantità in è stata modificata e soddisfa le condizioni."
+"On this page you have to fill in general information on your Rakuten.com account and provide all necessary accesses for the further work.","In questa pagina devi inserire informazioni generali sull'account Rakuten.com e fornire tutti gli accessi necessari per ulteriori azioni."
+"Invalid format of Seller ID field. It must be numeric.","Formato non valido del campo ID venditore. Può contenere solo valori numerici."
+"You must enable marketplace first.","Devi abilitare per prima cosa il mercato."
+"M2E Pro was not able to get access to the Rakuten.com account. Please, make sure, that you enter correct Rakuten.com Seller Tools login and password.","Impossibile accedere all'account Rakuten.com tramite M2E Pro. Assicurati di aver inserito il nome utente e la password corretti degli Strumenti per i venditori di Rakuten.com."
+"M2E Pro was not able to get access to the Rakuten.com account. Please, make sure, that you enter correct Rakuten.com FTP login and password.","Impossibile accedere all'account Rakuten.com tramite M2E Pro. Assicurati di aver inserito il nome utente e la password corretti dell'FTP Rakuten.com."
+"Title or identifier of Rakuten.com account for your internal use.","Titolo o identificatore dell'account Rakuten.com per uso interno."
+"Marketplace is disabled","Mercato disabilitato"
+"Disable Marketplace","Disabilita mercato"
+"You must select and update Rakuten.com marketplace to get access to this section.","Per poter accedere a questa sezione, seleziona e aggiorna il mercato Rakuten.com."
+"Web Access","Accesso Web"
+"Login","Accedi"
+"Login to your Rakuten.com account.","Accedi al tuo account Rakuten.com."
+"Password","Password"
+"Password to your Rakuten.com account.","Password dell'account Rakuten.com."
+"FTP Access","Accesso FTP"
+"To get FTP credentials, email the Rakuten.com merchant integration team at
+ mp-integration@mail.rakuten.com with your Seller ID and Rakuten.com login email address.","Per ricevere le credenziali FTP, invia un'email al team di integrazione venditori di Rakuten.com all'indirizzo mp-integration@mail.rakuten.com indicando il tuo ID venditore e l'indirizzo email utilizzato su Rakuten.com."
+"Login to your FTP panel.","Accedi al pannello FTP"
+"Password to your FTP panel.","Password al pannello FTP."
+"Inventory, Orders And New SKU FTP Accesses","Accessi FTP a magazzino, ordini e nuovi codici prodotto"
+"FTP Accesses","Accessi FTP"
+"All these actions must be allowed to your Rakuten.com Account by Rakuten first.","Tutte queste azioni devono innanzitutto essere abilitate sul tuo account Rakuten.com da Rakuten."
+"FTP Inventory Access","Accesso FTP al magazzino"
+"Set Yes , if you have enabled inventory generation option on your FTP.","Imposta Sì se hai abilitato sull'FTP l'opzione di generazione del magazzino."
+"FTP Orders Access","Accesso FTP agli ordini"
+"Set Yes , if you have enabled orders generation option on your FTP.","Imposta Sì se hai abilitato sull'FTP l'opzione di generazione degli ordini."
+"FTP New SKU Access","Accesso FTP a nuovi codici prodotto"
+"Set Yes , if you have enabled new SKU creation option on your FTP.
+ Note: The access of getting new SKU must be taken from Rakuten.com","Imposta Sì se hai abilitato sull'FTP l'opzione di creazione di nuovi codici prodotto. Nota: l'accesso per la creazione di nuovi codici prodotto deve essere consentito da Rakuten.com"
+"The 3rd Party Listings are the items, which were listed on Rakuten.com without using M2E Pro extension.
+To allow importing of these listings for the current Rakuten.com Account, set Import 3rd Party Listings to Yes .
+Imported Listings can be found in %1$s > Manage Listings > 3rd Party Listings.
+Note: The 3rd Party Listings Synchronization must be enabled in %1$s > Configuration > Synchronization.
+To map the products of the 3rd Party Listings with existing products in Magento by Reference ID, Rakuten.com Listing title or Rakuten.com SKU, set Product Mapping to Yes and choose appropriate attribute(s).
+A Magento product will be mapped if at least one of the chosen attributes meets the same value in Rakuten.com Listing as it has in Magento.
+
+After mapping the Rakuten.com Listing can be automatically moved from the 3rd Party Listings to M2E Pro Listings for further management.
+
+Note: Auto mapping and moving actions are performed only once during the first 3rd Party Listings Synchronization.
+Afterwards, it can be performed manually on the 3rd Party Listings page (%1$s > Manage Listings > 3rd Party Listings).","Le inserzioni di terze parti sono gli oggetti che sono stati messi in vendita su Rakuten.com senza utilizzare l'estensione M2E Pro. Per consentire l'importazione di queste inserzioni per l'account Rakuten.com corrente, imposta Importa inserzioni di terze parti su Sì . Le inserzioni importate sono disponibili in %1$s > Gestione inserzioni > Inserzioni di terze parti.Nota: la sincronizzazione delle inserzioni di terze parti deve essere abilitata in %1$s > Configurazione > Sincronizzazione. Per associare prodotti delle inserzioni di terze parti ai prodotti esistenti in Magento tramite ID riferimento, titolo inserzione Rakuten.com o codice prodotto Rakuten.com, imposta Associazione prodotti su Sì e scegli gli attributi appropriati. Un prodotto Magento sarà associato se almeno uno degli attributi scelti soddisfa lo stesso valore presente in Inserzione Rakuten.com e in Magento. Dopo l'associazione, l'inserzione Rakuten.com può essere spostata automaticamente da Inserzioni di terze parti a Inserzioni M2E Pro per un'ulteriore gestione.Nota: le azioni di associazione e spostamento automatici vengono effettuate solo una volta durante la prima sincronizzazione delle inserzioni di terze parti. Successivamente, può essere effettuata manualmente nella pagina Inserzioni di terze parti (%s > Gestione inserzioni > Inserzioni di terze parti)."
+"Maps Rakuten.com product with Magento product.","Associa il prodotto Rakuten.com al prodotto Magento."
+"Attributes Of Mapping Rakuten.com Items To Magento Products","Attributi dell'associazione tra gli oggetti Rakuten.com e Magento"
+"Auto Moving Mapped Rakuten.com Items To M2E Listings","Lo spostamento automatico ha associato gli oggetti Rakuten.com alle inserzioni M2E"
+"This section allows you automatically move mapped Rakuten.com Items in default created M2E Listing and synchronize their Prices and Quantities with Magento values at once they have been moved.","Questa sezione consente di spostare automaticamente oggetti Rakuten.com associati a inserzioni M2E create in modo predefinito e sincronizzare i relativi prezzi e quantità con i valori Magento non appena vengono spostati."
+"Move Mapped Rakuten.com Items","Sposta oggetti Rakuten.com associati"
+"Automatically moves Rakuten.com Listings from 3rd Party Listings to default created M2E Listing.","Sposta automaticamente le inserzioni Rakuten.com dalle inserzioni di terze parti all'inserzione M2E creata in modo predefinito."
+"Updates Price and / or Quantity of Rakuten.com Listing with Magento values.","Aggiorna il prezzo e/o la quantità dell'inserzione Rakuten.com con i valori di Magento."
+"This tab contains settings of Rakuten.com Orders, Rakuten.com Customers import; Magento Orders and Products creation.
+If you set Import Rakuten.com Orders to Yes , a new Rakuten.com order will be imported to the system and can be found in %1$s > Sales > Orders.
+It is possible to allow auto creation of Magento Orders based on imported Rakuten.com Orders for products listed by Other Software.
+Note: The Product Stock QTY only reduces after Magento Order is created.
+These type of orders can be managed as typical Magento Orders in Magento > Sales > Orders.
+Note: To receive orders from Rakuten.com, Order Synchronization must be enabled in %1$s > Configuration > Synchronization.","Questa scheda contiene le impostazioni degli ordini Rakuten.com, dell'importazione di clienti Rakuten.com, degli ordini Magento e della creazione di prodotti. Se imposti Importa ordini Rakuten.com su Sì , nel sistema verrà importato un nuovo ordine Rakuten.com che sarà disponibile in %1$s > Vendite > Ordini. È possibile consentire la creazione automatica di ordini Magento in base agli ordini Rakuten.com importati per i prodotti messi in vendita tramite altri software.Nota: la quantità di scorte dei prodotti viene ridotta solo dopo la creazione di un ordine Magento. Questi tipi di ordini possono essere gestiti come ordini Magento classici in Magento > Vendite > Ordini.Nota: per ricevere ordini da Rakuten.com, in %1$s > Configurazione > Sincronizzazione è necessario abilitare Sincronizzazione ordini."
+"Import Rakuten.com Orders","Importa ordini Rakuten.com"
+"Allows importing orders from Rakuten.com to M2E Pro.","Consente l'importazione di ordini da Rakuten.com a M2E Pro."
+"If Store View has to be automatically taken from the listing or manually chosen from available Store View values.","Nel caso in cui il negozio debba essere acquisito automaticamente dall'inserzione o scelto manualmente dai valori di negozi disponibili."
+"Note: Only simple products without variations can be created in Magento. If there is a product with variations on Rakuten.com, M2E Pro creates different simple products for each variation.","Nota: in Magento è possibile creare solo prodotti semplici senza varianti. Se su Rakuten.com è presente un prodotto con varianti, in M2E Pro vengono creati più prodotti semplici, uno per ogni variante."
+"There are several ways to specify a customer for which Magento Orders will be created:
+
+ Guest Account - the system does not require a customer account to be created. Default Guest Account will be defined as a customer.
+ Note: The Guest Checkout option must be enabled in Magento. (Yes must be chosen in the Allow Guest Checkout option in Magento > System > Configuration > Sales > Checkout tab).
+ Predefined Customer - the system uses one predefined customer for all Rakuten.com orders related to this account. You will be required
+ to provide an ID of the existing Customer, which you can find in Magento > Customers > Manage Customers table.
+ Create New - a new customer will be created in Magento, using Rakuten.com customer data of Rakuten.com Order.
+ Note: A unique customer identifier is his e-mail address. If the one already exists among Magento customers e-mails,
+ the system uses this customer as owner of order and links order to him. A new customer will not be created.
+ ","Ci sono diversi modi per specificare un cliente per il quale verranno creati degli ordini Magento: Account ospite : il sistema non richiede la creazione di un account cliente. Come cliente sarà definito l'account ospite predefinito. Nota: in Magento deve essere abilitata l'opzione Compra come utente non registrato. (Nella scheda Abilita opzione compra come utente non registrato in Magento > Sistema > Configurazione > Vendite > Pagamento, è necessario selezionare Sì ). Cliente predefinito : il sistema utilizza un cliente predefinito per tutti gli ordini Rakuten.com correlati a questo account. Dovrai fornire un ID del cliente esistente, disponibile in Magento > Clienti > tabella Gestisci clienti. Crea nuovo : in Magento verrà creato un nuovo cliente utilizzando i dati del cliente Rakuten.com che ha effettuato l'ordine. Nota: l'indirizzo e-mail rappresenta un identificatore univoco del cliente. Se questo indirizzo è già presente tra quelli dei clienti Magento, il sistema utilizza questo cliente come proprietario dell'ordine a cui, pertanto, viene collegato. Non verrà creato alcun nuovo cliente. "
+"This section allows you to choose tax settings for Magento Order:
+
+ Rakuten.com - Magento Order(s) uses tax settings from Rakuten.com Listing(s).
+ Magento - Magento Order(s) uses Magento tax settings.
+ Rakuten.com & Magento - if there are tax settings in Rakuten.com Order, they are used in Magento Order(s), otherwise, Magento tax settings are used.
+ None - Rakuten.com and Magento tax settings are ignored.
+
+ ","Questa sezione consente di selezionare le impostazioni fiscali per gli ordini Magento: Rakuten.com : gli ordini Magento utilizzano le impostazioni fiscali delle inserzioni Rakuten.com. Magento : gli ordini Magento utilizzano le impostazioni fiscali di Magento. Rakuten.com e Magento : se nell'ordine Rakuten.com sono presenti impostazioni fiscali, queste vengono utilizzate negli ordini Magento, altrimenti vengono utilizzate le impostazioni fiscali di Magento. Nessuna : le impostazioni fiscali di Rakuten.com e Magento vengono ignorate. "
+"Rakuten.com","Rakuten.com"
+"Rakuten.com & Magento","Rakuten.com e Magento"
+"In this block you can configure mapping between Rakuten.com Order state and Magento Order statuses.
+ Depending on the state of Rakuten.com Order you can either manually determine certain statuses for Magento Order and enable automatic Invoice
+ creation by selecting appropriate check-box, or use predefined default settings. (i.e. Rakuten.com: Order is Pending -> Magento Order is Processing). ","In questo blocco puoi configurare l'associazione tra lo stato dell'ordine Rakuten.com e gli stati dell'ordine Magento. A seconda dello stato dell'ordine Rakuten.com, puoi determinare manualmente alcuni stati per l'ordine Magento, nonché abilitare la creazione automatica della fattura selezionando la casella di controllo appropriata o utilizzando le impostazioni predefinite. (ad esempio Rakuten.com: Ordine in sospeso -> Ordine Magento in fase di elaborazione). "
+"Order Status is Open","Lo stato dell'ordine è Aperto"
+"Actions, which have to be done on products added to categories.","Azioni da effettuare con i prodotti aggiunti alle categorie."
+"Stop on Rakuten.com","Interrompi su Rakuten.com"
+"Stop on Rakuten.com and Delete from Listing","Interrompi su Rakuten.com ed elimina dall'inserzione"
+"This section contains Rakuten.com Listings, which belong to registered Rakuten.com Accounts (%1$s > Configuration > Rakuten.com Accounts) and were listed not by M2E Pro extension.
+You can map these Listings to existing products in Magento and move them to another M2E Listings for further management. For that use single actions on appropriate Listing record or use mass Actions in the top right corner.
+Note: To import Rakuten.com 3rd Party Listings the 3rd Party Listings Import must be enabled in account's settings
+(%1$s > Configuration > Rakuten.com Accounts > General tab) and the 3rd Party Listings Synchronization must be enabled in %1$s > Configuration > Synchronization.","In questa sezione sono contenute le inserzioni Rakuten.com che appartengono ad account Rakuten.com registrati (%1$s > Configurazione > Account Rakuten.com) e che non sono state pubblicate tramite l'estensione M2E Pro. Puoi associare queste inserzioni a prodotti esistenti in Magento e spostarle nelle altre inserzioni M2E per un'ulteriore gestione. Per farlo, utilizza le singole azioni nel registro delle inserzioni adeguato o le azioni di massa nell'angolo in alto a destra.Nota: per importare le inserzioni di terze parti Rakuten.com, devi abilitare Importazione inserzioni di terze parti nelle impostazioni dell'account (%1$s > Configurazione > Account Rakuten.com > scheda Generale), nonché Sincronizzazione inserzioni di terze parti in %1$s > Configurazione > Sincronizzazione."
+"Enter product name, Rakuten.com SKU, ISBN or UPC","Immetti il nome del prodotto o il numero SKU, ISBN o UPC di Rakuten.com."
+"There was an error during previous automatic Rakuten.com SKU search:","Si è verificato un errore durante la precedente ricerca automatica del codice prodotto Rakuten.com:"
+"Assign Rakuten.com SKU Manually","Assegna manualmente codice prodotto Rakuten.com"
+"Allows searching Rakuten.com SKU by data that will be specified on the next step.","Consente di cercare il codice prodotto Rakuten.com in base ai dati che verranno specificati nel passaggio successivo."
+"Assign Rakuten.com SKU Automatically","Assegna automaticamente codice prodotto Rakuten.com"
+"Allows searching Rakuten.com SKU by data, that have already been specified in Listing Search settings.","Consente di cercare il codice prodotto Rakuten.com in base ai dati che sono già stati specificati nelle impostazioni Ricerca inserzione."
+"Add New Rakuten.com SKU (Beta)","Aggiungi nuovo codice prodotto Rakuten.com (beta)"
+"Allows adding a product, which is not present on Rakuten.com. Rakuten.com SKU will be generated and returned back by Rakuten.com.","Consente di aggiungere un prodotto che non è presente su Rakuten.com. Il codice prodotto Rakuten.com verrà creato e inviato da Rakuten.com."
+"This section contains Rakuten.com Channel, Product Search, Shipping and Condition settings.
+
+ In the General section you have to specify Rakuten.com Account, which listed items will be related to, and the Reference ID for its products.
+ In the Search Settings you have to specify the identifiers, at which products will be searched on Rakuten.com.
+ In the Shipping section you have to specify Shipping information.
+ The Condition section allows specifying item(s) condition and making notes to better describe the condition.
+
+ Note: Not Set and Not Set / Not Changeable options are used for the 3rd Party Listings mainly. If these options are chosen, Rakuten.com will be used as a master record.","In questa sezione sono contenute le impostazioni Canale, Ricerca prodotto e Condizioni di Rakuten.com. Nella sezione Generale devi specificare un account Rakuten.com al quale associare gli oggetti messi in vendita e l'ID riferimento per i relativi prodotti. Nelle impostazioni di ricerca devi specificare gli identificatori in base ai quali i prodotti verranno cercati su Rakuten.com. Nella sezione Spedizione devi specificare le informazioni sulla spedizione. Nella sezione Condizioni è possibile specificare le condizioni degli oggetti e inserire delle note per descriverle meglio. Nota: le opzioni Non impostato e Non impostato/Non modificabile vengono utilizzate principalmente per le inserzioni di terze parti. Se vengono selezionate queste opzioni, Rakuten.com verrà utilizzato come registro principale."
+"UPC Attribute","Attributo UPC"
+"Rakuten.com SKU Attribute","Attributo codice prodotto Rakuten.com"
+"Seller SKU Attribute","Attributo codice prodotto venditore"
+"ISBN Attribute","Attributo ISBN"
+"Must be not more than 250 characters long.","La lunghezza non deve superare i 250 caratteri."
+"Must be positive number.","Deve essere un numero positivo."
+"Rakuten.com Account","Account Rakuten.com"
+"Rakuten.com accounts previously added in Configuration > Accounts.","Account Rakuten.com precedentemente aggiunti in Configurazione > Account."
+"A unique ID, which identify a product in your Rakuten.com seller inventory.
+ Note: If you list a product and M2E Pro find a product with the same Reference ID in Rakuten.com inventory, they will be mapped.","ID univoco che identifica un prodotto nel magazzino del venditore Rakuten.com. Nota: se metti in vendita un prodotto e M2E Pro ne trova un altro con lo stesso ID riferimento nel magazzino Rakuten.com, i prodotti verranno associati."
+"Reference ID Attribute","Attributo ID riferimento"
+"Generate Reference ID","Genera ID riferimento"
+"If Yes , then if the Reference ID of the product you list is found in the 3rd Party or M2E Listings, another one will be automatically created and the product will be listed.","Se Sì , ovvero se l'ID riferimento del venditore per il prodotto messo in vendita viene trovato tra le inserzioni di terze parti o M2E, verrà creato automaticamente e messo in vendita un altro prodotto."
+"Search Products on Rakuten.com","Cerca prodotti su Rakuten.com"
+"Before the list action, each product in listing must have existing Rakuten.com SKU.
+This section contains parameters for action ""Assign Rakuten.com SKU Automatically","Prima dell'azione di messa in vendita, è necessario assegnare un codice prodotto Rakuten.com a ogni prodotto dell'inserzione. Questa sezione contiene i parametri per l'azione ""Assegna automaticamente codice prodotto Rakuten.com"""
+"Identifiers","Identificatori"
+"UPC","UPC"
+"Seller SKU","Codice prodotto del venditore"
+"ISBN","ISBN"
+"Parameter the product search will be performed by.","Parametro tramite il quale verrà effettuata la ricerca di prodotti."
+"Specify the attribute, which contains necessary information.","Specifica l'attributo che contiene le informazioni richieste."
+"If no results are found by the search criteria above, the additional search will be performed by Magento Product Name.","Se tramite i precedenti criteri di ricerca non viene fornito alcun risultato, la ricerca aggiuntiva verrà effettuata in base al Nome prodotto Magento."
+"Shipping Settings","Impostazioni spedizione"
+"Shipping","Spedizione"
+"This section determines information about how your products will be shipped.
+
+ In each method you can choose:
+
+ Not Set / Not Changeable - is used for the 3rd Party Listings mainly. If this option is chosen, Rakuten.com will be used as a master record.
+ Disable - disables Shipping method.
+ Free - automatically sets zero value for Shipping Cost.
+ Rakuten.com Settings - uses settings, which you have set in your seller account settings on Rakuten.com.
+ Custom Value - allows setting Shipping Cost manually.
+ Custom Attribute - allows setting Shipping Cost from the chosen attribute.
+
+ ","Questa sezione fornisce informazioni su come verranno spediti i prodotti. Per ciascun metodo è possibile selezionare: Non impostato/Non modificabile : questa opzione viene utilizzata principalmente per le inserzioni di terze parti. Se viene selezionata questa opzione, Rakuten.com verrà utilizzato come registro principale. Disabilita : disabilita il metodo di spedizione. Gratis : imposta automaticamente le spese di spedizione su zero. Impostazioni Rakuten.com : utilizza le impostazioni definite nelle impostazioni dell'account del venditore su Rakuten.com. Valore personalizzato : consente di impostare le spese di spedizione manualmente. Attributo personalizzato : consente di impostare le spese di spedizione dall'attributo selezionato. "
+"Shipping Method","Metodi di spedizione"
+"Mode","Modalità"
+"Cost","Costo"
+"Free","Gratis"
+"Rakuten.com Settings","Impostazioni Rakuten.com"
+"Condition of the product(s) you want to list on Rakuten.com.
+ Note: Not Set is used for the 3rd Party Listings mainly. If this option is chosen, Rakuten.com will be used as a master record.","Condizioni dei prodotti che desideri mettere in vendita su Rakuten.com. Nota: l'opzione Non impostato viene utilizzata principalmente per le inserzioni di terze parti. Se viene selezionata questa opzione, Rakuten.com verrà utilizzato come registro principale."
+"Condition of the product(s) you want to list on Rakuten.com.
+ Note: Condition of Active Items cannot be changed.","Condizioni dei prodotti che desideri mettere in vendita su Rakuten.com. Nota: non è possibile modificare le condizioni degli oggetti attivi."
+"Comment","Commenti"
+"Short description of item(s) condition.
+ Note: Not Set / Not Changeable is used for the 3rd Party Listings mainly. If this option is chosen, Rakuten.com will be used as a master record.","Breve descrizione delle condizioni degli oggetti. Nota: l'opzione Non impostato/Non modificabile viene utilizzata principalmente per le inserzioni di terze parti. Se viene selezionata questa opzione, Rakuten.com verrà utilizzato come registro principale."
+"Comment Text","Testo del commento"
+"Description of the condition of the item(s).","Descrizione delle condizioni degli oggetti."
+"Comment Attribute","Attributo del commento"
+"This section allows you to create a Listing. Listing is a group of items, which have the same
+ Attribute Set and were combined to be listed on Rakuten.com.
+ Creating a Listing requires two types of templates (Selling Format and Synchronization) to be created in advance,
+ that allows reaching a high level of flexibility in listing and synchronization processes.
+
+ It is also possible to create templates by clicking the Add New button next to the appropriate template option. Do not forget to press
+ the Refresh button after the new template creation in order to see the newly added template in the dropdown list.
+ In the Listing Configuration block you are required to choose appropriate Selling Format Template, which determines quantity and price related data of your Rakuten.com Listings.
+
+
+ In the Synchronization Settings block you are required to choose a Synchronization Template and its settings.
+ This determines the actions, which have to be done on the Rakuten.com Listings depending on any changes of their products happened in Magento,
+ and of their templates that are used in the Listing Configuration settings. ","In questa sezione puoi creare un'inserzione. Un'inserzione è un gruppo di oggetti che condividono lo stesso insieme di attributi e sono stati combinati per essere messi in vendita su Rakuten.com. La creazione di un'inserzione richiede innanzitutto la creazione di due tipi di modelli (Formato di vendita e Sincronizzazione) in quanto consentono di ottenere un livello elevato di flessibilità nei processi di messa in vendita e sincronizzazione. I modelli possono essere creati anche cliccando sul pulsante Aggiungi nuovo accanto all'opzione del modello appropriato. Non dimenticarti di premere il pulsante Aggiorna dopo la creazione del nuovo modello per poterlo visualizzare nell'elenco a discesa. Nel blocco Configurazione inserzione devi scegliere il modello del formato di vendita adeguato che determina le informazioni sulla quantità e sul prezzo delle inserzioni Rakuten.com. Nel blocco Impostazioni sincronizzazione devi scegliere un modello di sincronizzazione e le relative impostazioni. In questo modo vengono determinate le azioni da effettuare nelle inserzioni Rakuten.com a seconda delle modifiche apportate ai relativi prodotti in Magento e dei relativi modelli utilizzati nelle impostazioni di configurazione delle inserzioni. "
+"Attribute Set of products, which will be listed on Rakuten.com in this Listing.","Insieme di attributi dei prodotti che verranno messi in vendita su Rakuten.com in questa inserzione."
+"M2E Pro - Rakuten.com/Magento Integration : Listings","M2E Pro - Integrazione Rakuten.com/Magento: inserzioni"
+"Listing is a group of items, which have the same Attribute Set and were combined to be listed on Rakuten.com.
+
+ Creating a Listing requires two types of templates to be created in advance.
+ You can use the same template for similar products you want to list on Rakuten.com and don’t have to enter the same information over and over again for each product you want to list.
+
+ Templates you’ll need in order to list on Rakuten.com:
+
+
+ Selling Format Template contains information about quantity and price-related data.
+ Synchronization Template controls how the information between Rakuten.com and Magento is synchronized and in which cases Rakuten.com listings are revised, relisted or stopped. This template is not bound to a product group with a specific attribute set, so it’s likely that you’ll only need one template to begin with.
+
+
+ Note: Only simple products are supported in current version.
+ ","Un'inserzione è un gruppo di oggetti che condividono lo stesso insieme di attributi e sono stati combinati per essere messi in vendita su Rakuten.com. Per creare un'inserzione, è necessario creare prima due tipi di modelli. Puoi usare uno stesso modello per prodotti simili da mettere in vendita su Rakuten.com in modo da non dover immettere più volte le stesse informazioni per ogni prodotto. Modelli richiesti per mettere in vendita su Rakuten.com: Il modello del formato di vendita contiene informazioni sulla quantità e sul prezzo. Il modello di sincronizzazione controlla la modalità di sincronizzazione delle informazioni tra Rakuten.com e Magento e in quali casi le inserzioni Rakuten.com vengono modificate, rimesse in vendita o interrotte. Questo modello non è associato a un gruppo di prodotti con un insieme specifico di attributi, pertanto è probabile che, per iniziare, sarà sufficiente disporre di un solo modello. Nota: la versione corrente supporta i soli prodotti semplici. "
+"This section contains information about product items of chosen listing and their statuses on Rakuten.com.
+You can manage items by choosing appropriate actions from the Actions dropdown of the grid and manage Listing and its settings by using buttons in the top right corner.","In questa sezione sono contenute informazioni sugli oggetti dei prodotti dell'inserzione scelta e i relativi stati su Rakuten.com. Puoi gestire gli oggetti scegliendo le azioni appropriate nel menu a discesa Azioni della griglia, nonché gestire l'inserzione e le relative impostazioni utilizzando i pulsanti nell'angolo superiore destro."
+"Recipient Name","Beneficiario"
+"Company","Azienda"
+"This page contains all orders imported from Rakuten.com.
+Use Rakuten.com Accounts dropdown to filter Rakuten.com orders by accounts.
+If Magento Order or Invoice was not created automatically,
+you can create them manually by using appropriate options in the Action dropdown.
+Note: Automatic creation of Magento Orders and Invoices executes according to Rakuten.com Accounts settings in %s > Configuration > Rakuten.com Accounts > Orders.","In questa pagina sono contenuti tutti gli ordini importati da Rakuten.com. Usa il menu a discesa Account Rakuten.com per filtrare gli ordini Rakuten.com per account. Se l'ordine o la fattura Magento non sono stati creati automaticamente, puoi crearli manualmente utilizzando le opzioni appropriate nel menu a discesa Azione.Nota: la creazione automatica di ordini e fatture Magento avviene in base alle impostazioni degli account Rakuten.com in %s > Configurazione > Account Rakuten.com > Ordini."
+"Rakuten.com Order","Ordine Rakuten.com"
+"T","Ma"
+"Shipping & Handling","Spedizione e imballaggio"
+"This section allows you to set preferences of data synchronization.
+ You have to enable / disable synchronization tasks, which will be automatically performed for all Rakuten.com accounts, and Save Settings .
+ To run necessary task manually, click the Run Now button, to run all tasks at once, click Run Enabled Now .
+ Note: Cron job must be set up for automatic synchronization. Otherwise, you will have to perform the synchronization manually.","In questa sezione è possibile impostare le preferenze della sincronizzazione dati. È necessario abilitare/disabilitare le attività di sincronizzazione che saranno effettuate automaticamente per tutti gli account Rakuten.com e cliccare su Salva impostazioni . Per eseguire manualmente l'attività necessaria, clicca sul pulsante Esegui ora , mentre per eseguire tutte le attività contemporaneamente, clicca su Esegui ora attività abilitate . Nota: il processo cron deve essere impostato per la sincronizzazione automatica. In caso contrario, dovrai effettuare manualmente la sincronizzazione."
+"If catalog updates in your magento performed using import/export tools, custom scripts or direct changes in database,
+ then, you can use ""Track Direct Database Changes"" %s functionality to detect changes in products' price and quantity.","Se gli aggiornamenti del catalogo in Magento vengono effettuati tramite strumenti di importazione o esportazione, script personalizzati o modifiche dirette nel database, puoi utilizzare la funzione %s ""Controlla modifiche dirette nel database"" per rilevare modifiche al prezzo o alla quantità dei prodotti."
+"Updates and synchronizes Rakuten.com Listings according to Synchronization Templates' rules.","Aggiornamenti e sincronizzazioni delle inserzioni Rakuten.com in base alle regole dei modelli di sincronizzazione"
+"If your Rakuten.com listings for some reason were asynchronized with the products in Magento, turn on the Revise All action to catch data up.
+ Revise is performed by the Inventory Synchronization, 100 items per a cycle.
+
+ ","Se per qualche motivo la sincronizzazione delle inserzioni Rakuten.com con i prodotti in Magento è stata disabilitata, attiva l'opzione Modifica tutte le azioni per recuperare i dati. La modifica viene eseguita dalla sincronizzazione del magazzino (100 oggetti per ciclo). "
+"Imports and synchronizes Rakuten.com Orders for accounts, which have enabled Import Rakuten.com Orders in their Accounts settings.","Importa e sincronizza ordini Rakuten.com per gli account per i quali è stata abilitata l'opzione Importa ordini Rakuten.com nelle impostazioni degli account."
+"Imports and synchronizes 3rd Party Listings for Rakuten.com accounts, which have enabled Import 3rd Party Listings in their Accounts settings.","Importa e sincronizza le inserzioni di terze parti per gli account Rakuten.com che hanno abilitato Importa inserzioni di terze parti nelle impostazioni degli account."
+"New SKU Template (Beta)","Nuovo modello del codice prodotto (beta)"
+"These type of templates is used for creation of new products on Rakuten.com.
+
+ to create a new template, click on Add New SKU Template ;
+ to assign one of the existing templates to products click on Assing To This Template link.
+
+ Note: Attribute Sets of New ASIN Template must include all Attribute Sets of current M2E Listing to be assigned.","Questo tipo di modelli viene utilizzato per creare nuovi prodotti su Rakuten.com. per creare un nuovo modello, clicca su Nuovo modello del codice prodotto ; per assegnare uno dei modelli esistenti ai prodotti clicca sul link Assegna a questo modello . Nota: per essere assegnati, gli insiemi di attributi di un nuovo modello ASIN devono includere tutti gli insiemi di attributi dell'inserzione M2E corrente."
+"Specifics' Attributes","Attributi delle specifiche"
+"At least one of the following attributes must be chosen:","Devi selezionare almeno uno dei seguenti attributi:"
+"At least one of these attributes is required.","Almeno uno di questi attributi è obbligatorio."
+"Multiple values ​​must be separated by comma.","In presenza di più valori, è necessario separarli con una virgola."
+"Any integer value","Qualunque numero intero"
+"Any decimal value","Qualunque numero decimale"
+"Any string value","Qualunque valore della stringa"
+"The category does not have attributes.","La categoria non ha attributi."
+"Select Category first.","Seleziona per prima cosa la categoria."
+" Description is used to design your items' description on Rakuten.com. The more information you provide the easier it is for buyers to make a choice.
+
+
+ It is possible to choose a Product Description or Product Short Description, which will be taken from Magento. Or you can create a Custom Description by adding necessary information.
+ "," In Descrizione puoi immettere la descrizione degli oggetti messi in vendita su Rakuten.com. Fornisci quante più informazioni possibile per agevolare la scelta degli acquirenti. È possibile scegliere Descrizione prodotto o Descrizione breve prodotto; entrambe saranno acquisite da Magento. In alternativa puoi creare una descrizione personalizzata aggiungendo le informazioni necessarie. "
+"Details","Dettagli"
+"Item's title that buyers will see on Rakuten.com listing.","Titolo dell'oggetto che gli acquirenti visualizzeranno nell'inserzione Rakuten.com."
+"The name of the brand/manufacturer of your product.","Il nome della marca/produttore del prodotto."
+"Manufacturer Name","Nome del produttore"
+"Manufacturer Part No.","Codice prodotto del produttore"
+"The unique part number assigned to the product by the manufacturer.
+ Use only numbers and letters without spaces.","Il codice prodotto univoco assegnato al prodotto dal produttore. Utilizza solo numeri e lettere senza spazi."
+"Weight","Peso"
+"The shipping weight in pounds for product(s). Only numeric value.","Il peso di spedizione in libbre per i prodotti. Solo valori numerici."
+"Image you will see on your Rakuten.com listing.","Immagine che sarà mostrata nell'inserzione Rakuten.com."
+"Choose Media Image Attribute or Attribute, that contains absolute url.
+ i.e. http://mymagentostore.com/images/baseimage.jpg","Scegli Attributo immagine multimediale o Attributo in cui è contenuto un URL assoluto. ad esempio http://mymagentostore.com/images/baseimage.jpg"
+"Choose Text, Multiple Select or Dropdown type attribute. In Text type attribute urls must be separated with comma.
+ e.g. http://mymagentostore.com/images/baseimage1.jpg, http://mymagentostore.com/images/baseimage2.jpg","Scegli attributo di tipo Testo, Selezione multipla o Menu a discesa Nell'attributo del tipo Testo, gli url devono essere separati da una virgola. ad esempio http://mymagentostore.com/images/baseimage1.jpg, http://mymagentostore.com/images/baseimage2.jpg"
+"Keywords And Features","Parole chiave e funzioni"
+"Search keywords that will help customers to find your product. Separated by comma.","Cerca le parole chiave che consentiranno ai clienti di trovare il tuo prodotto. Separate da virgola."
+"Features","Caratteristiche"
+"Custom Features","Funzioni personalizzate"
+"Max. 250 characters.","Numero massimo 250 caratteri."
+"Should be one block of text or a single paragraph. Do not use special characters and html tags.
+ Limited to 8'000 characters.","Deve essere un testo unico o un singolo paragrafo. Non devono essere utilizzati caratteri speciali e tag html. Lunghezza massima di 8.000 caratteri."
+"This tab contains the main information on products you want to list: Attribute Set
+ (it must be the same as M2E Listing has to be assigned), Products Identifiers and
+ Category in which the products have to be listed.
+The category either can be chosen by Browsing all categories from the list or can be found with Searching
+ tool by entering keywords.","Questa scheda contiene le informazioni principali sui prodotti che desideri mettere in vendita: insieme di attributi (deve corrispondere all'inserzione M2E da assegnare) identificatori prodotto e categoria nella quale mettere in vendita i prodotti. Per selezionare la categoria, puoi Sfogliare tutte le categorie presenti nell'elenco o utilizzare lo Strumento di ricerca digitando delle parole chiave."
+"Invalid input data. Integer value required.","Dati immessi non validi. Numero intero obbligatorio."
+"Invalid input data. Decimal value required. Example 12.05","Dati immessi non validi. Numero decimale obbligatorio. Esempio 12,05"
+"Invalid input data. String value required.","Dati immessi non validi. Valore della stringa obbligatorio."
+"The specified title is already used for another New SKU Template.","Il titolo specificato è già utilizzato per un altro nuovo modello del codice prodotto."
+"All of your product images should meet the following rules:","Tutte le immagini dei prodotti devono rispettare le seguenti regole:"
+"Must be at least 500 pixels in width or height","La larghezza o l'altezza deve essere pari ad almeno 500 pixel"
+"No more than 5 megabytes (MB) in size","La dimensione non deve superare 5 megabyte (MB)"
+"In the JPG/JPEG format","Devono essere in formato JPG/JPEG"
+"Only contain the product being sold","Devono illustrare soltanto il prodotto messo in vendita"
+"Be in focus with realistic color with a pure white background","Devono essere chiare, con colori realistici e su sfondo bianco"
+"Cannot contain additional text, graphics or inset images","Non possono contenere testo e grafiche aggiuntivi o immagini in riquadro"
+"Text to describe the product. Should be one block of text or a single paragraph. Do not use special characters and html tags","Testo utilizzato per descrivere il prodotto. Deve essere un testo unico o un singolo paragrafo. Non devono essere utilizzati caratteri speciali e tag html"
+"Notes:","Nota: "
+"Attribute Sets of products which will be listed on Rakuten using this template.","Insiemi di attributi di prodotti che verranno messi in vendita su Rakuten utilizzando questo modello."
+"Seller defined alpha-numeric string uniquely identifying the product. Needs to be unique across all products and manufacturers.
+ Example: KDK6490CAM","Il venditore ha definito una stringa alfanumerica che identifica in modo univoco il prodotto. Deve essere univoca per tutti i prodotti e produttori. Esempio: KDK6490CAM"
+"GTIN (UPC or EAN)","GTIN (UPC o EAN)"
+"To sell without UPC code you have to get permission from Rakuten.com.","Per vendere senza codice UPC devi essere autorizzato da Rakuten.com."
+"The GTIN (UPC or EAN) compatible product identifier must be at least 12 digits in length.","La lunghezza minima dell'identificatore prodotto compatibile con GTIN (UPC o EAN) deve essere di 12 cifre."
+"International book identifier. Use only digits in this field.","Identificatore libro internazionale. In questo campo, inserisci soltanto delle cifre."
+"ASIN","ASIN"
+"Rakuten.com product identifier.","Identificatore prodotto Rakuten.com."
+"Product Set","Insieme di prodotti"
+"Product Set ID","ID insieme di prodotti"
+"Rakuten.com groups products together in the same family by this parameter.
+ For ex. , a product ""T-shirt"" has 4 different colors. As Rakuten.com does not have parent/child product relationships each of these products is treated as totally separate.
+ By assigning all 4 T-shirts the same Product Set ID, all of them will be placed on the same Rakuten.com web page with pull down menu of selecting color.","Con questo parametro, Rakuten.com riunisce nella stessa categoria vari prodotti. Ad esempio, , un prodotto ""T-shirt"" è disponibile in 4 diversi colori. Poiché Rakuten.com non presenta relazioni del tipo prodotto principale/prodotto secondario, ciascuno di questi prodotti viene trattato separatamente. Assegnando alle 4 T-shirt lo stesso ID insieme di prodotti, verranno tutte inserite nella stessa pagina Web Rakuten.com con un menu a discesa che consente di scegliere il colore."
+"Enter the words, which describe the best your product and click on the Search button.
+Founded categories will be displayed for selection. ","Inserisci delle parole che descrivono al meglio il prodotto e clicca sul pulsante Cerca. Verranno mostrate le categorie trovate e sarà possibile selezionarle. "
+"Selling Format Template contains price-related data and quantity for the items, which will be listed on Rakuten.com.
+Next to each price options dropdown there is a box for Price Change. Price Change is a value you want the Magento Price to be modified while listing on Rakuten.com.
+Examples:
+If you want the price on Rakuten.com to be greater by 15% than the price in Magento, you should set +15% in the Price Change field.
+Rakuten.com Price = Magento Price + Magento Price * 0.15
+
+If you want the price on Rakuten.com to be less by 10 currency units than the price in Magento, you should set -10 in the Price Change field.
+Rakuten.com Price = Magento Price - 10
+
+If you want the price on Rakuten.com to be multiplied by coefficient 1.2, you should set 1.2 in the Price Change field.
+
+Rakuten.com Price = Magento Price * 1.2.
+
+Note: If the Special Price is chosen in the Price option, but it is not set in Magento Product settings or it is set but it has already expired, the Product Price is used instead.
+
+Note: Attributes must contain only numeric values.
+","Il modello del formato di vendita contiene i dati relativi al prezzo e la quantità degli oggetti che verranno messi vendita su Rakuten.com. Accanto a ogni menu a discesa contenente le opzioni del prezzo è disponibile una casella per la modifica del prezzo. In questa casella è presente il valore in base al quale desideri che il prezzo Magento venga modificato durante la messa in vendita su Rakuten.com.Esempi: Se desideri che il prezzo su Rakuten.com sia maggiore del 15% rispetto a quello in Magento, imposta +15% nel campo Modifica prezzo.Prezzo Rakuten.com = Prezzo Magento + Prezzo Magento * 0,15 Se desideri che il prezzo su Rakuten.com sia inferiore di 10 unità di valuta rispetto a quello in Magento, imposta -10 nel campo Modifica prezzo.Prezzo Rakuten.com = Prezzo Magento - 10 Se desideri che il prezzo su Rakuten.com sia moltiplicato per un coefficiente di 1,2, imposta 1,2 nel campo Modifica prezzo.Prezzo Rakuten.com = Prezzo Magento * 1,2. Nota: se nell'opzione Prezzo selezioni il prezzo speciale, ma quest'ultimo non è specificato nelle impostazioni Prodotto Magento oppure è impostato, ma è già scaduto, viene utilizzato il prezzo del prodotto.Nota: gli attributi devono contenere solo valori numerici."
+"The price of products in Rakuten.com listing(s).","Prezzo dei prodotti nelle inserzioni Rakuten.com."
+"The price of products in Rakuten.com listing(s).Note: The Final Price is only used for Simple Products.","Prezzo dei prodotti nelle inserzioni Rakuten.com.Nota: il prezzo finale è usato soltanto per prodotti semplici."
+"Attribute Sets of products which will be listed on Rakuten.com using this template.","Insiemi di attributi dei prodotti che verranno messi in vendita su Rakuten.com utilizzando questo modello."
+"Products quantity in Rakuten.com listing(s).","Quantità di prodotti nelle inserzioni Rakuten.com."
+"Enables to set the quantity that will be sent on Rakuten.com.","Consente di impostare la quantità da inviare su Rakuten.com."
+"If you have 5 pieces in stock but set a max qty of 2 to be listed, a qty of 2 will be listed on Rakuten.com.
+ If you have 1 piece in stock but max qty is set to 3, only 1 will be listed on Rakuten.com.","Se disponi di 5 oggetti ma imposti una quantità massima pari a 2, solo 2 di essi verranno messi in vendita su Rakuten.com. Se disponi di 1 oggetto ma imposti una quantità massima pari a 3, ne verrà comunque messo in vendita solo uno su Rakuten.com."
+"Synchronization Template includes rules and conditions which determine Listing behavior on Rakuten.com.
+ List, Revise, Relist and Stop Rules have to be specified in this template.
+ List Action - at first this action to be executed for each item in M2E Listings, which has Not Listed status and its settings meet the List Condition. If an item was not listed for some reason, autosynchronization will attempt
+ to list it again only if Product Status, Stock Availability or Quantity is changed.
+
+ Note: Inventory Synchronization setting must be enabled in Synchronization (Configuration > Synchronization).
+ Otherwise, Synchronization Template Rules will not take effect.","Nel modello di sincronizzazione sono incluse regole e condizioni che determinano il comportamento dell'inserzione su Rakuten.com. In questo modello devono essere specificate le regole di inserzione, modifica, rimessa in vendita e interruzione. Azione inserzione : questa azione deve essere inizialmente eseguita per ogni oggetto non messo in vendita nelle inserzioni M2E le cui impostazioni soddisfano le condizioni di messa in vendita. Se un oggetto non è stato messo in vendita per qualche motivo, durante la sincronizzazione automatica verrà effettuato un nuovo tentativo di messa in vendita solo se sono state apportate modifiche allo stato, alla disponibilità o alla quantità del prodotto. Nota: l'impostazione Sincronizzazione magazzino deve essere abilitata in Sincronizzazione (Configurazione > Sincronizzazione). In caso contrario, le regole del modello di sincronizzazione non verranno applicate."
+"Relist Rules define the conditions at which Rakuten.com items will be relisted. ","Le regole di rimessa in vendita definiscono le condizioni alle quali gli oggetti Rakuten.com verranno rimessi in vendita. "
+"Revise Rules are the conditions, at which automatic full and partial listings revising features are enabled.
+ If the certain condition is enabled (Yes is chosen in appropriate line) and met,
+then Rakuten.com Listings, which were listed using current Synchronization Template,
+will be automatically fully or partially updated.
+
+ Partial Revise - contains list of product details, which changes you want to be reflected on Rakuten.com.
+ Full Revise - contains groups of M2E settings. If any data of these groups (Selling Format Template, Listing Channel Settings) is changed, then listings, which use these templates in their settings, will be automatically fully revised.
+ ","Le regole di modifica rappresentano le condizioni in base alle quali vengono abilitate le funzioni di modifica delle inserzioni automatiche complete o parziali. Se la condizione stabilita viene abilitata (viene scelto Sì nella riga appropriata) e soddisfatta, le inserzioni Rakuten.com che erano state pubblicate utilizzando il modello di sincronizzazione, verranno aggiornate completamente o parzialmente in modo automatico. Modifica parziale : contiene un elenco di dettagli dei prodotti dei quali desideri che le modifiche vengano riflesse in Rakuten.com. Modifica completa : contiene gruppi di impostazioni M2E Se alcuni dati di questi gruppi (modello di formato di vendita, impostazioni del canale per le inserzioni) vengono modificati, le inserzioni, che utilizzano questi modelli nelle relative impostazioni, verranno modificate completamente in automatico. "
+"Automatically revises quantity on Rakuten.com listing(s) when the quantity or attribute for quantity of its product is changed in Magento.","Modifica automaticamente la quantità nelle inserzioni Rakuten.com quando la quantità o il relativo attributo del prodotto corrispondente viene modificato in Magento."
+"Updates Rakuten.com qty only when the Condition you set below is met.
+ Note: By using this option you can significantly increase Synchronization performance.","Aggiorna la quantità Rakuten.com solo se la condizione impostata viene soddisfatta. Nota: questa opzione consente di migliorare sensibilmente le prestazioni di sincronizzazione."
+"Automatically revises price on Rakuten.com listing(s) when the price(s) or attribute(s) for price(s) of its product is (are) changed in Magento.","Modifica automaticamente il prezzo nelle inserzioni Rakuten.com quando i prezzi o i relativi attributi del prodotto corrispondente vengono modificati in Magento."
+"Automatically revises Rakuten.com listing(s) if its Selling Format Template was changed.","Modifica automaticamente le inserzioni Rakuten.com se è stato modificato il relativo modello del formato di vendita."
+"Automatically revises Rakuten.com listing(s) if its Listing Settings was changed.","Modifica automaticamente le inserzioni Rakuten.com se sono state modificate le relative impostazioni."
+"Stop Rules define the conditions when Rakuten.com items listing must be
+ stopped, depending on Magento product state.
+ Note: If all Stop Conditions are set to No or No Action , then the stop option for Rakuten.com items is disabled.
+ If all Stop Conditions are enabled, then an item will be stopped if at least one of Stop Conditions is met.","Le regole di interruzione definiscono le condizioni in base alle quali deve essere interrotta la messa in vendita degli oggetti Rakuten.com, a seconda dello stato del prodotto Magento. Nota: se tutte le condizioni di interruzione vengono impostate su No o Nessuna azione , l'opzione di interruzione per gli oggetti Rakuten.com viene disabilitata. Se tutte le condizioni di interruzione sono abilitate, un oggetto verrà interrotto se viene soddisfatta almeno una delle condizioni di interruzione."
+"Please select categories.","Seleziona le categorie."
+"This page contains all created Listings. Use Templates filters to sort Listings by templates that they use in their settings.
+ You can perform different Actions on a single Listing or on a group of Listings.
+ Actions for a single Listing you can find in the Action column of the grid. Choose a necessary option in the appropriate Listing dropdown to execute it.
+ Mass actions are in the Actions dropdown at the top right corner of the grid. Select check-boxes of appropriate items,
+ choose an Action from the dropdown and press the Submit button.","In questa pagina sono contenute tutte le inserzioni create. Usa i filtri dei modelli per ordinare le inserzioni in base ai modelli utilizzati nelle relative impostazioni. Puoi eseguire diverse azioni su una singola inserzione o su un gruppo di inserzioni. Azioni per un'inserzione singola disponibili nella colonna Azione della griglia. Scegli un'opzione necessaria nel menu a discesa Inserzione appropriato per eseguirla. Le azioni in massa sono disponibili nel menu a discesa Azioni nell'angolo superiore destro della griglia. Seleziona le caselle di testo degli oggetti appropriati, scegli un'azione nel menu a discesa e premi il pulsante Invia ."
+"This Log contains all information about actions, which were done on all M2E Pro Listings and their items.","Questo registro contiene tutte le informazioni sulle azioni che sono state effettuate su tutte le inserzioni M2E Pro e i relativi oggetti."
+"This Log contains all information about actions, which were done on 3rd Party Listings.","Questo registro contiene tutte le informazioni sulle azioni che sono state effettuate sulle inserzioni di terze parti."
+"Edit Variation","Modifica variante"
+"To list product variations you have to map each variation to a child product on Amazon.
+ Here you can edit the variations you have selected earlier.","Per elencare le varianti del prodotto devi associare ogni variante a un prodotto secondario su Amazon. In questa sezione puoi modificare le varianti selezionate in precedenza."
+"Variations","Varianti"
+"Manage Variations","Gestisci varianti"
+"To list product variations you have to map each variation to a child product on Amazon.
+ Here you should specify the variations you want to sell. Then, use the Search ASIN/ISBN tool to map it.","Per elencare le varianti del prodotto devi associare ogni variante a un prodotto secondario su Amazon. In questa sezione devi specificare le varianti che desideri vendere. In seguito, utilizza lo strumento di ricerca ASIN/ISBN per associarle."
+"This section contains information on all Listings' Items.
+ You can search for necessary Items and manage them from their Listings: click on the icon in the Manage column on appropriate
+ line to navigate to the Listing, that contains chosen product.","In questa sezione sono contenute le informazioni su tutti gli oggetti delle inserzioni. Puoi cercare gli oggetti necessari e gestirli dalle relative inserzioni: clicca sull'icona nella colonna Gestione nella riga appropriata per passare all'inserzione che contiene il prodotto scelto."
+"Marketplaces settings have been saved.","Le impostazioni del mercato sono state salvate."
+"You must select at least one marketplace you will work with.","Devi selezionare almeno un mercato in cui opererai."
+"Another Synchronization Is Already Running.","È già in esecuzione un'altra sincronizzazione."
+"Getting information. Please wait ...","Acquisizione di informazioni. Attendi..."
+"Preparing to start. Please wait ...","Preparazione all'avvio. Attendi..."
+"Synchronization has successfully ended.","Sincronizzazione completata correttamente."
+"Synchronization ended with warnings. View log for details.","Sincronizzazione completata con avvisi. Vedi il registro per ulteriori informazioni."
+"Synchronization ended with errors. View log for details.","Sincronizzazione completata con errori. Vedi il registro per ulteriori informazioni."
+"This section allows you to set up the Marketplaces you will work with.
+ Enable certain marketplaces and press the Save And Update button in the top right corner, all necessary marketplace data will be downloaded and synchronized with M2E Pro settings.
+ It is recommended to update marketplaces when any marketplace changes are announced.
+ Note: Installation and update processes might be time-consuming, depending on the number of enabled marketplaces and your server environment.
+ ","In questa sezione è possibile impostare i mercati in cui opererai. Abilita i mercati stabiliti e premi il pulsante Salva e aggiorna nell'angolo superiore destro; tutti i dati necessari del mercato verranno scaricati e sincronizzati con le impostazioni di M2E Pro. Quando viene annunciato l'apporto di modifiche ai mercati, è consigliabile aggiornarli. Nota: i processi di installazione e aggiornamento possono richiedere molto tempo, a seconda del numero di mercati abilitati e del tuo ambiente server. "
+"This Log contains Orders history information.","Questo registro contiene informazioni sulla cronologia degli ordini."
+"On this page you have to provide the access to your Play.com account M2E Pro could interact with Play.com.","In questa pagina devi fornire l'accesso al tuo account Play.com tramite il quale M2E Pro può interagire con Play.com."
+"M2E Pro was not able to get access to the Play.com account. Please, make sure, that you enter correct Play.com login and password. If everything is correct but you still unable to access your account, please contact Play.com Customer Service Department on 0845 800 1020 (UK only) or +44 (0)1534 877595 (outside UK).","Impossibile accedere all'account Play.com tramite M2E Pro. Assicurati di aver inserito il nome utente e la password corretti di Play.com. Se i dati inseriti sono corretti ma non riesci a effettuare l'accesso al tuo account, contatta l'Assistenza clienti di Play.com al numero 0845 800 1020 (solo Regno Unito) o al numero +44 (0)1534 877595 (al di fuori del Regno Unito)."
+"Title or identifier of Play.com account for your internal use.","Titolo o identificatore dell'account Play.com per uso interno."
+"You must select and update Play.com marketplace to get access to this section.","Per poter accedere a questa sezione, seleziona e aggiorna il mercato Play.com."
+"WEB/API Access","Accesso WEB/API"
+"Account Type","Tipo di conto"
+"PlayTrade / ProTrade","PlayTrade/ProTrade"
+"Merchant Toolbox","Casella strumenti venditore"
+"Type of your Play.com account.","Tipo di account Play.com."
+"Login to your Play.com account.","Accedi al tuo account Play.com."
+"Password to your Play.com account.","Password dell'account Play.com."
+"The 3rd Party Listings are the items, which were listed on Play.com without using M2E Pro extension.
+ To allow importing of these listings for the current Play.com Account, set Import 3rd Party Listings to Yes .
+ Imported Listings can be found in %1$s > Manage Listings > 3rd Party Listings.
+ Note: The 3rd Party Listings Synchronization must be enabled in %1$s > Configuration > Synchronization.
+ To map the products of the 3rd Party Listings with existing products in Magento by Reference Code, Play.com Listing title or another identifier, set Product Mapping to Yes and choose appropriate attribute(s).
+ A Magento product will be mapped if at least one of the chosen attributes meets the same value in Play.com Listing as it has in Magento.
+
+ After mapping Play.com Listing can be automatically moved from the 3rd Party Listings to M2E Pro Listings for further management.
+
+ Note: Auto mapping and moving actions are performed only once during the first 3rd Party Listings Synchronization.
+ Afterwards, it can be performed manually on the 3rd Party Listings page (%1$s > Manage Listings > 3rd Party Listings).","Le inserzioni di terze parti sono gli oggetti che sono stati messi in vendita su Play.com senza utilizzare l'estensione M2E Pro. Per consentire l'importazione di queste inserzioni per l'account Play.com corrente, imposta Importa inserzioni di terze parti su Sì . Le inserzioni importate sono disponibili in %1$s > Gestione inserzioni > Inserzioni di terze parti. Nota: la sincronizzazione delle inserzioni di terze parti deve essere abilitata in %1$s > Configurazione > Sincronizzazione. Per associare prodotti delle inserzioni di terze parti ai prodotti esistenti in Magento tramite codice di riferimento, titolo inserzione Play.com o un altro identificatore, imposta Associazione prodotti su Sì e scegli gli attributi appropriati. Un prodotto Magento sarà associato se almeno uno degli attributi scelti soddisfa lo stesso valore presente in Inserzione Play.com e in Magento. Dopo l'associazione, l'inserzione Play.com può essere spostata automaticamente da Inserzioni di terze parti a Inserzioni M2E Pro per un'ulteriore gestione. Nota: le azioni di associazione e spostamento automatici vengono effettuate solo una volta durante la prima sincronizzazione delle inserzioni di terze parti. Successivamente, può essere effettuata manualmente nella pagina Inserzioni di terze parti (%s > Gestione inserzioni > Inserzioni di terze parti)."
+"Maps Play.com product with Magento product.","Associa il prodotto Play.com al prodotto Magento."
+"Attributes Of Mapping Play.com Items To Magento Products","Attributi dell'associazione di oggetti Play.com con prodotti Magento"
+"Auto Moving Mapped Play.com Items To M2E Listings","Lo spostamento automatico ha associato gli oggetti Play.com alle inserzioni M2E"
+"This section allows you automatically move mapped Play.com Items in default created M2E Listing and synchronize their Prices and Quantities with Magento values at once they have been moved.","Questa sezione consente di spostare automaticamente oggetti Play.com associati a inserzioni M2E create in modo predefinito e sincronizzare i relativi prezzi e quantità con i valori Magento non appena vengono spostati."
+"Move Mapped Play.com Items","Sposta oggetti Play.com associati"
+"Automatically moves Play.com Listings from 3rd Party Listings to default created M2E Listing.","Sposta automaticamente le inserzioni Play.com dalle inserzioni di terze parti all'inserzione M2E creata in modo predefinito."
+"Updates Price and / or Quantity of Play.com Listing with Magento values.","Aggiorna il prezzo e/o la quantità dell'inserzione Play.com con i valori di Magento."
+"This tab contains settings of Play.com Orders, Play.com Customers import; Magento Orders and Products creation.
+If you set Import Play.com Orders to Yes , a new Play.com order will be imported to the system and can be found in %1$s > Sales > Orders.
+It is possible to allow auto creation of Magento Orders based on imported Play.com Orders for products listed by Other Software.
+Note: The Product Stock QTY only reduces after Magento Order is created.
+These type of orders can be managed as typical Magento Orders in Magento > Sales > Orders.
+Note: To receive orders from Play.com, Order Synchronization must be enabled in %1$s > Configuration > Synchronization.","Questa scheda contiene le impostazioni relative agli ordini Play.com, all'importazione di clienti Play.com, agli ordini Magento e alla creazione di prodotti. Se imposti Importa ordini Play.com su Sì , nel sistema verrà importato un nuovo ordine Play.com che sarà disponibile in %1$s > Vendite > Ordini. È possibile consentire la creazione automatica di ordini Magento in base agli ordini Play.com importati per i prodotti messi in vendita tramite altri software.Nota: la quantità di scorte dei prodotti viene ridotta solo dopo la creazione di un ordine Magento. Questi tipi di ordini possono essere gestiti come ordini Magento classici in Magento > Vendite > Ordini.Nota: per ricevere ordini da Play.com, in %1$s > Configurazione > Sincronizzazione è necessario abilitare Sincronizzazione ordini."
+"Import Play.com Orders","Importa ordini Play.com"
+"Allows importing orders from Play.com to M2E Pro.","Consente l'importazione di ordini da Play.com a M2E Pro."
+"Note: Only simple products without variations can be created in Magento. If there is a product with variations on Play.com, M2E Pro creates different simple products for each variation.","Nota: in Magento è possibile creare solo prodotti semplici senza varianti. Se su Play.com è presente un prodotto con varianti, in M2E Pro vengono creati più prodotti semplici, uno per ogni variante."
+"Use the Reserve QTY option to prevent the item being sold, before Magento Order created (as the Product Stock QTY only reduces after Magento Order creation). It removes items from Magento Stock at once Play.com Order comes from Play.com.
+ Reserve qty will be used when Magento Order is created or released when the term of qty reservation has expired.
+ ","Utilizza l'opzione Prenota quantità per evitare che l'oggetto venga venduto prima della creazione di un ordine Magento (dato che la quantità di scorte dei prodotti viene ridotta soltanto dopo la creazione dell'ordine Magento). Rimuove gli oggetti dalle scorte Magento non appena vengono ricevuti da Play.com i relativi ordini. La prenotazione della quantità verrà utilizzata al momento della creazione o dello sblocco dell'ordine Magento quando il termine della prenotazione è scaduto. "
+"There are several ways to specify a customer for which Magento Orders will be created:
+
+ Guest Account - the system does not require a customer account to be created. Default Guest Account will be defined as a customer.
+ Note: The Guest Checkout option must be enabled in Magento. (Yes must be chosen in the Allow Guest Checkout option in Magento > System > Configuration > Sales > Checkout tab).
+ Predefined Customer - the system uses one predefined customer for all Play.com orders related to this account. You will be required
+ to provide an ID of the existing Customer, which you can find in Magento > Customers > Manage Customers table.
+ Create New - a new customer will be created in Magento, using Play.com customer data of Play.com Order.
+ Note: A unique customer identifier is his e-mail address. If the one already exists among Magento customers e-mails,
+ the system uses this customer as owner of order and links order to him. A new customer will not be created.
+ ","Ci sono diversi modi per specificare un cliente per il quale verranno creati degli ordini Magento: Account ospite : il sistema non richiede la creazione di un account cliente. Come cliente sarà definito l'account ospite predefinito. Nota: in Magento deve essere abilitata l'opzione Compra come utente non registrato. (Nella scheda Abilita opzione Compra come utente non registrato in Magento > Sistema > Configurazione > Vendite > Pagamento, è necessario selezionare Sì ). Cliente predefinito : il sistema utilizza un cliente predefinito per tutti gli ordini Play.com correlati a questo account. Dovrai fornire un ID del cliente esistente, disponibile in Magento > Clienti > tabella Gestisci clienti. Crea nuovo : in Magento verrà creato un nuovo cliente utilizzando i dati del cliente Play.com che ha effettuato l'ordine. Nota: l'indirizzo e-mail rappresenta un identificatore univoco del cliente. Se questo indirizzo è già presente tra quelli dei clienti Magento, il sistema utilizza questo cliente come proprietario dell'ordine a cui, pertanto, viene collegato. Non verrà creato alcun nuovo cliente. "
+"Necessary emails will be sent according to Magento settings in Magento > System > Configuration > Sales Emails.
+ Hold Ctrl button, to choose more, than one option.","Le email necessarie verranno inviate in base alle impostazioni di Magento in Magento > Sistema > Configurazione > Email di vendita. Per scegliere più opzioni tieni premuto il tasto CTRL."
+"This section allows you to choose tax settings for Magento Order:
+
+ Play.com - Magento Order(s) uses tax settings from Play.com Listing(s).
+ Magento - Magento Order(s) uses Magento tax settings.
+ Play.com & Magento - if there are tax settings in Play.com Order, they are used in Magento Order(s), otherwise, Magento tax settings are used.
+ None - Play.com and Magento tax settings are ignored.
+
+ ","Questa sezione consente di selezionare le impostazioni fiscali per gli ordini Magento: Play.com : gli ordini Magento utilizzano le impostazioni fiscali delle inserzioni Play.com. Magento : gli ordini Magento utilizzano le impostazioni fiscali di Magento. Play.com e Magento : se nell'ordine Play.com sono presenti impostazioni fiscali, queste vengono utilizzate negli ordini Magento, altrimenti vengono utilizzate le impostazioni fiscali di Magento. Nessuna : le impostazioni fiscali di Play.com e Magento vengono ignorate. "
+"Play.com","Play.com"
+"Play.com & Magento","Play.com e Magento"
+"In this block you can configure mapping between Play.com Order state and Magento Order statuses.
+ Depending on the state of Play.com Order you can manually determine certain statuses for Magento Order and enable automatic Shipment and Invoice
+ creation by selecting appropriate check-boxes, or use predefined default settings. (i.e. Play.com: Order is Shipped -> Magento Order is Completed). ","In questo blocco puoi configurare l'associazione tra lo stato dell'ordine Play.com e gli stati dell'ordine Magento. A seconda dello stato dell'ordine Play.com, puoi determinare manualmente alcuni stati per l'ordine Magento, nonché abilitare la creazione automatica della spedizione e della fattura selezionando le caselle di controllo appropriate o utilizzando le impostazioni predefinite. (ad esempio Play.com: Ordine inviato -> Ordine Magento completato). "
+"Order Status is Sold","Lo stato dell'ordine è Venduto"
+"Order Status is Posted","Lo stato dell'ordine è Pubblicato"
+"Actions, which have to be done to products added to categories.","Azioni da effettuare con i prodotti aggiunti alle categorie."
+"Stop on Play.com","Interrompi su Play.com"
+"Stop on Play.com and Delete from Listing","Interrompi su Play.com ed elimina dall'inserzione"
+"Actions, which have to be done to listed products deleted from categories.","Azioni da effettuare con i prodotti messi in vendita eliminati dalle categorie."
+"This section contains Play.com Listings, which belong to registered Play.com Accounts (%1$s > Configuration > Play.com Accounts) and were listed not by M2E Pro extension.
+You can map these Listings to existing products in Magento and move them to another M2E Listings for further management. For that use single actions on appropriate Listing record or use mass Actions in the top right corner.
+Note: To import Play.com 3rd Party Listings the 3rd Party Listings Import must be enabled in account's settings
+(%1$s > Configuration > Play.com Accounts > General tab) and the 3rd Party Listings Synchronization must be enabled in %1$s > Configuration > Synchronization.","In questa sezione sono contenute le inserzioni Play.com che appartengono ad account Play.com registrati (%1$s > Configurazione > Account Play.com) e che non sono state pubblicate tramite l'estensione M2E Pro. Puoi associare queste inserzioni a prodotti esistenti in Magento e spostarle nelle altre inserzioni M2E per un'ulteriore gestione. Per farlo, utilizza le singole azioni nel registro delle inserzioni adeguato o le azioni di massa nell'angolo in alto a destra.Nota: per importare le inserzioni di terze parti Play.com, devi abilitare Importazione inserzioni di terze parti nelle impostazioni dell'account (%1$s > Configurazione > Account Play.com > scheda Generale), nonché Sincronizzazione inserzioni di terze parti in %1$s > Configurazione > Sincronizzazione."
+"Enter product name, ISBN, EAN or UPC","Immetti il nome del prodotto e il numero ISBN, EAN o UPC."
+"There was an error during previous automatic Play ID search:","Si è verificato un errore durante la precedente ricerca automatica dell'ID Play:"
+"Assign Play ID Manually","Assegna manualmente ID Play"
+"Allows searching Play ID by data that will be specified on the next step.","Consente di cercare l'ID Play in base ai dati che verranno specificati nel passaggio successivo."
+"Assign Play ID Automatically","Assegna automaticamente ID Play"
+"Allows searching Play ID by data, that have already been specified in Listing Search settings.","Consente di cercare l'ID Play in base ai dati che sono già stati specificati nelle impostazioni Ricerca inserzione."
+"
+ This section contains Play.com Channel, Product Search, Shipping and Condition settings.
+
+ In the General section you have to specify Play.com Account, which listed items will be related to, and the Reference Code for its products.
+ In the Search Settings you have to specify the identifiers, at which products will be searched on Play.com.
+ In the Shipping section you have to specify Shipping information.
+ The Condition section allows specifying item(s) condition and making notes to better describe the condition.
+
+
Note: Not Set and
Not Set / Not Changeable options are used for the 3rd Party Listings mainly. If these options are chosen, Play.com will be used as a master record.
"," In questa sezione sono contenute le impostazioni Canale, Ricerca prodotto e Condizioni di Play.com.
Nella sezione Generale devi specificare un account Play.com al quale associare gli oggetti messi in vendita e il codice di riferimento per i relativi prodotti. Nelle impostazioni di ricerca devi specificare gli identificatori in base ai quali i prodotti verranno cercati su Play.com. Nella sezione Spedizione devi specificare le informazioni sulla spedizione. Nella sezione Condizioni è possibile specificare le condizioni degli oggetti e inserire delle note per descriverle meglio. Nota: le opzioni
Non impostato e
Non impostato/Non modificabile vengono utilizzate principalmente per le inserzioni di terze parti. Se vengono selezionate queste opzioni, Play.com verrà utilizzato come registro principale.
"
+"UPC/EAN Attribute","Attributo UPC/EAN "
+"Play ID Attribute","Attributo ID Play"
+"Parameter the product search will be performed by. For ex.: http://www.play.com/Mobiles/Mobile/4-/20020059/-/Product.html. Play ID = 20020059","Parametro tramite il quale verrà effettuata la ricerca di prodotti. Ad esempio,: http://www.play.com/Mobiles/Mobile/4-/20020059/-/Product.html. ID Play = 20020059"
+"Must be a positive number with two decimal places.","Deve contenere un numero positivo con due sezioni decimali."
+"Play.com Account","Account Play.com"
+"Play.com accounts previously added in Configuration > Accounts.","Account Play.com precedentemente aggiunti in Configurazione > Account."
+"A unique ID, which identify a product in your Play.com seller inventory.
+Note: If you list a product and M2E Pro find a product with the same Reference Code in Play.com inventory, they will be mapped.","ID univoco che identifica un prodotto nel magazzino del venditore Play.com.Nota: se metti in vendita un prodotto e M2E Pro ne trova un altro con lo stesso codice di riferimento nel magazzino Play.com, i prodotti verranno associati."
+"Reference Code Attribute","Attributo codice di riferimento"
+"Generate Reference Code","Genera codice di riferimento"
+"If Yes , then if the Reference Code of the product you list is found in the 3rd Party or M2E Listings, another one will be automatically created and the product will be listed.","Se Sì , ovvero se il codice di riferimento del venditore per il prodotto messo in vendita viene trovato tra le inserzioni di terze parti o M2E verrà creato automaticamente e messo in vendita un altro prodotto."
+"Search Products On Play.com","Cerca prodotti su Play.com"
+"At the moment, it is possible only to list items existing on Play.com.
+So before the list action, each product in listing must have existing Play ID.
+This section contains parameters for action ""Assign Play ID Automatically","Attualmente è solo possibile mettere in vendita gli oggetti presenti su Play.com. Pertanto, prima dell'azione di messa in vendita, è necessario assegnare un ID Play esistente a ogni prodotto nell'inserzione. Questa sezione contiene i parametri per l'azione ""Assegna automaticamente ID Play"""
+"UPC/EAN","UPC/EAN"
+"
+ This section determines information about how your products will be shipped.
+
+ Note: Not Set / Not Changeable is used for the 3rd Party Listings mainly. If this option is chosen, Play.com will be used as a master record.
+ "," Questa sezione fornisce informazioni su come verranno spediti i prodotti. Nota: l'opzione Non impostato/Non modificabile viene utilizzata principalmente per le inserzioni di terze parti. Se viene selezionata questa opzione, Play.com verrà utilizzato come registro principale. "
+"Delivery Region","Regione di consegna"
+"Region to which you are willing to deliver.","Regione in cui sei disposto a spedire."
+"Delivery Region Value","Valore regione di consegna"
+"UK Only","Solo Regno Unito"
+"Europe Only","Solo Europa"
+"UK & Europe","Regno Unito ed Europa"
+"Delivery Region Attribute","Attributo regione di consegna"
+"Choose the attribute that contains identifier .","Scegli l'attributo che contiene l'identificatore ."
+"Dispatch Country","Paese di spedizione"
+"Country you will be dispatching your item from.","Paese dal quale spedirai l'oggetto."
+"Dispatch Country Value","Valore paese di spedizione"
+"UK","Regno Unito"
+"Andorra","Andorra"
+"Belgium","Belgio"
+"Cyprus","Cipro"
+"Denmark","Danimarca"
+"Finland","Finlandia"
+"Gibraltar","Gibilterra"
+"Greece","Grecia"
+"Greenland","Groenlandia"
+"Iceland","Islanda"
+"Liechtenstein","Liechtenstein"
+"Luxembourg","Lussemburgo"
+"Malta","Malta"
+"Monaco","Monaco"
+"Norway","Norvegia"
+"San Marino","San Marino"
+"Vatican","Vaticano"
+"USA","Stati Uniti"
+"Shipping Cost per Item, GBP","Spese di spedizione per oggetto, GBP"
+"Cost Value, GBP","Valore spese, GBP"
+"Cost Attribute, GBP","Attributo spese, GBP"
+"Shipping Cost per Item, EUR","Spese di spedizione per oggetto, EUR"
+"Cost Value, EUR","Valore spese, EUR"
+"Cost Attribute, EUR","Attributo spese, EUR"
+"Condition of the product(s) you want to list on Play.com.","Condizioni dei prodotti che desideri mettere in vendita su Play.com."
+"Condition of the product(s) you want to list on Play.com.
+ Note: Condition of Active Items cannot be changed.","Condizioni dei prodotti che desideri mettere in vendita su Play.com. Nota: non è possibile modificare le condizioni degli oggetti attivi."
+"Used - Average","Usato - Medio"
+"Collectable - Like New","Collezionismo - Come nuovo"
+"Collectable - Very Good","Collezionismo - Molto buono"
+"Collectable - Good","Collezionismo - Buono"
+"Collectable - Average","Collezionismo - Medio"
+"Short description of item(s) condition.","Breve descrizione delle condizioni degli oggetti."
+"This section allows you to create a Listing. Listing is a group of items, which have the same
+ Attribute Set and were combined to be listed on Play.com.
+ Creating a Listing requires two types of templates (Selling Format and Synchronization) to be created in advance,
+ that allows reaching a high level of flexibility in listing and synchronization processes.
+
+ It is also possible to create templates by clicking the Add New button next to the appropriate template option. Do not forget to press
+ the Refresh button after the new template creation in order to see the newly added template in the dropdown list.
+ In the Listing Configuration block you are required to choose appropriate Selling Format Template, which determines quantity and price related data of your Play.com Listings.
+
+
+ In the Synchronization Settings block you are required to choose a Synchronization Template and its settings.
+ This determines the actions, which must be done to Play.com Listings depending on any changes of their products happened in Magento,
+ and of their templates that are used in the Listing Configuration settings. ","In questa sezione puoi creare un'inserzione. Un'inserzione è un gruppo di oggetti che condividono lo stesso insieme di attributi e sono stati combinati per essere messi in vendita su Play.com. La creazione di un'inserzione richiede innanzitutto la creazione di due tipi di modelli (Formato di vendita e Sincronizzazione) in quanto consentono di ottenere un livello elevato di flessibilità nei processi di messa in vendita e sincronizzazione. I modelli possono essere creati anche cliccando sul pulsante Aggiungi nuovo accanto all'opzione del modello appropriato. Non dimenticarti di premere il pulsante Aggiorna dopo la creazione del nuovo modello per poterlo visualizzare nell'elenco a discesa. Nel blocco Configurazione inserzione devi scegliere il modello del formato di vendita adeguato che determina le informazioni sulla quantità e sul prezzo delle inserzioni Play.com. Nel blocco Impostazioni sincronizzazione devi scegliere un modello di sincronizzazione e le relative impostazioni. In questo modo vengono determinate le azioni che è consigliabile effettuare nelle inserzioni Play.com a seconda delle modifiche apportate ai relativi prodotti in Magento e dei relativi modelli utilizzati nelle impostazioni Configurazione inserzione. "
+"Attribute Set of products, which will be listed on Play.com in this Listing.","Insieme di attributi dei prodotti che verranno messi in vendita su Play.com in questa inserzione."
+"M2E Pro - Play.com/Magento Integration : Listings","M2E Pro - Integrazione Play.com/Magento: inserzioni"
+"Listing is a group of items, which have the same Attribute Set and were combined to be listed on Play.com.
+
+ Creating a Listing requires two types of templates to be created in advance.
+ You can use the same template for similar products you want to list on Play.com and don't have to enter the same information over and over again for each product you want to list.
+
+ Templates you’ll need in order to list on Play.com:
+
+
+ Selling Format Template contains information about quantity and price-related data.
+ Synchronization Template controls how the information between Play.com and Magento is synchronized and in which cases Play.com listings are revised, relisted or stopped. This template is not bound to a product group with a specific attribute set, so it's likely that you'll only need one template to begin with.
+
+
+ Note: Only simple products are supported in current version.
+ ","Un'inserzione è un gruppo di oggetti che condividono lo stesso insieme di attributi e sono stati combinati per essere messi in vendita su Play.com. Per creare un'inserzione, è necessario creare prima due tipi di modelli. Puoi usare uno stesso modello per prodotti simili da mettere in vendita su Play.com in modo da non dover immettere più volte le stesse informazioni per ogni prodotto. Modelli richiesti per mettere in vendita su Play.com: Il modello del formato di vendita contiene informazioni sulla quantità e sul prezzo. Il modello di sincronizzazione controlla la modalità di sincronizzazione delle informazioni tra Play.com e Magento e in quali casi le inserzioni Play.com vengono modificate, rimesse in vendita o interrotte. Questo modello non è associato a un gruppo di prodotti con un insieme specifico di attributi, pertanto è probabile che, per iniziare, sarà sufficiente disporre di un solo modello. Nota: la versione corrente supporta i soli prodotti semplici. "
+"This section contains information about product items of chosen listing and their statuses on Play.com. You can manage items by choosing appropriate actions from the Actions dropdown of the grid and manage Listing and its settings by using buttons in the top right corner.","In questa sezione sono contenute informazioni sugli oggetti dei prodotti dell'inserzione scelta e i relativi stati su Play.com. Puoi gestire gli oggetti scegliendo le azioni appropriate nel menu a discesa Azioni della griglia, nonché gestire l'inserzione e le relative impostazioni utilizzando i pulsanti nell'angolo superiore destro."
+"This page contains all orders imported from Play.com.
+Use Play.com Accounts dropdown to filter Play.com orders by accounts.
+If Magento Order or Invoice was not created automatically,
+you can create them manually by using appropriate options in the Action dropdown.
+Note: Automatic creation of Magento Orders and Invoices executes according to Play.com Accounts settings in %s > Configuration > Play.com Accounts > Orders.","In questa pagina sono contenuti tutti gli ordini importati da Play.com. Usa il menu a discesa Account Play.com per filtrare gli ordini Play.com per account. Se l'ordine o la fattura Magento non sono stati creati automaticamente, puoi crearli manualmente utilizzando le opzioni appropriate nel menu a discesa Azione.Nota: la creazione automatica di ordini e fatture Magento avviene in base alle impostazioni degli account Play.com in %s > Configurazione > Account Play.com > Ordini."
+"Play.com Order","Ordine Play.com"
+"This section allows you to set preferences of data synchronization.
+ You have to enable / disable synchronization tasks, which will be automatically performed for all Play.com accounts, and Save Settings .
+ To run necessary task manually, click the Run Now button, to run all tasks at once, click Run Enabled Now .
+ Note: Cron job must be set up for automatic synchronization. Otherwise, you will have to perform the synchronization manually.","In questa sezione è possibile impostare le preferenze della sincronizzazione dati. Devi abilitare/disabilitare le attività di sincronizzazione che saranno effettuate automaticamente per tutti gli account Play.com e cliccare su Salva impostazioni . Per eseguire manualmente l'attività necessaria, clicca sul pulsante Esegui ora , mentre per eseguire tutte le attività contemporaneamente, clicca su Esegui ora attività abilitate . Nota: il processo cron deve essere impostato per la sincronizzazione automatica. In caso contrario, dovrai effettuare manualmente la sincronizzazione."
+"Updates and synchronizes Play.com Listings according to Synchronization Templates' rules.","Aggiorna e sincronizza le inserzioni Play.com in base alle regole dei modelli di sincronizzazione."
+"If your Play.com listings for some reason were asynchronized with the products in Magento, turn on the Revise All action to catch data up.
+ Revise is performed by the Inventory Synchronization, 100 items per a cycle.
+
+ ","Se per qualche motivo la sincronizzazione delle inserzioni Play.com con i prodotti in Magento è stata disabilitata, attiva l'opzione Modifica tutte le azioni per recuperare i dati. La modifica viene eseguita dalla sincronizzazione del magazzino (100 oggetti per ciclo). "
+"Imports and synchronizes Play.com Orders for accounts, which have enabled Import Play.com Orders in their Accounts settings.","Importa e sincronizza gli ordini Play.com per gli account che hanno abilitato Importa ordini Play.com nelle impostazioni degli account."
+"Imports and synchronizes 3rd Party Listings for Play.com accounts, which have enabled Import 3rd Party Listings in their Accounts settings.","Importa e sincronizza le inserzioni di terze parti per gli account Play.com che hanno abilitato Importa inserzioni di terze parti nelle impostazioni degli account."
+"Selling Format Template contains price-related data and quantity for the items, which will be listed on Play.com.
+Next to each price options dropdown there is a box for Price Change. Price Change is a value you want the Magento Price to be modified while listing on Play.com.
+Examples:
+If you want the price on Play.com to be greater by 15% than the price in Magento, you should set +15% in the Price Change field.
+Play.com Price = Magento Price + Magento Price * 0.15
+
+If you want the price on Play.com to be less by 10 currency units than the price in Magento, you should set -10 in the Price Change field.
+Play.com Price = Magento Price - 10
+
+If you want the price on Play.com to be multiplied by coefficient 1.2, you should set 1.2 in the Price Change field.
+
+Play.com Price = Magento Price * 1.2.
+
+Note: If the Special Price is chosen in the Price option, but it is not set in Magento Product settings or it is set but it has already expired, the Product Price is used instead.
+
+Note: Attributes must contain only numeric values.","Il modello del formato di vendita contiene i dati relativi al prezzo e la quantità degli oggetti che verranno messi vendita su Play.com. Accanto a ogni menu a discesa contenente le opzioni del prezzo è disponibile una casella per la modifica del prezzo. In questa casella è presente il valore in base al quale desideri che il prezzo Magento venga modificato durante la messa in vendita su Play.com.Esempi: Se desideri che il prezzo su Play.com sia maggiore del 15% rispetto a quello in Magento, imposta +15% nel campo Modifica prezzo.Prezzo Play.com = Prezzo Magento + Prezzo Magento * 0,15 Se desideri che il prezzo su Play.com sia inferiore di 10 unità di valuta rispetto a quello in Magento, imposta -10 nel campo Modifica prezzo.Prezzo Play.com = Prezzo Magento - 10 Se desideri che il prezzo su Play.com sia moltiplicato per un coefficiente di 1,2, imposta 1,2 nel campo Modifica prezzo.Prezzo Play.com = Prezzo Magento * 1,2 Nota: se nell'opzione Prezzo selezioni il prezzo speciale, ma quest'ultimo non è specificato nelle impostazioni Prodotto Magento oppure è impostato, ma è già scaduto, viene utilizzato il prezzo del prodotto.Nota: gli attributi devono contenere solo valori numerici."
+"Price for selling in the UK.","Prezzo per vendere nel Regno Unito."
+"Price for selling in Europe.","Prezzo per vendere in Europa."
+"The price of products in Play.com listing(s).Note: The Final Price is only used for Simple Products.","Prezzo dei prodotti nelle inserzioni Play.com.Nota: il prezzo finale è usato soltanto per prodotti semplici."
+"Attribute Sets of products which will be listed on Play.com using this template.","Insiemi di attributi dei prodotti che verranno messi in vendita su Play.com utilizzando questo modello."
+"Products quantity in Play.com listing(s).","Quantità di prodotti nelle inserzioni Play.com."
+"Enables to set the quantity that will be sent on Play.com.","Consente di impostare la quantità da inviare su Play.com."
+"If you have 5 pieces in stock but set a max qty of 2 to be listed, a qty of 2 will be listed on Play.com.
+ If you have 1 piece in stock but max qty is set to 3, only 1 will be listed on Play.com.","Se disponi di 5 oggetti ma imposti una quantità massima pari a 2, solo 2 di essi verranno messi in vendita su Play.com. Se disponi di 1 oggetto ma imposti una quantità massima pari a 3, ne verrà comunque messo in vendita solo uno su Play.com."
+"You are required to set both prices for the UK and Europe delivery regions.
+ Depending on Delivery Region, chosen in Listing Channel settings necessary price will be used for the items you list.","Devi impostare i prezzi per entrambe le regioni di consegna Europa e Regno Unito. In base alla regione di consegna selezionata nelle impostazioni Canale dell'inserzione, verrà utilizzato il prezzo necessario per gli oggetti messi in vendita."
+"Price, GBP","Prezzo, GBP"
+"Custom Price Attribute, GBP","Attributo prezzo personalizzato, GBP"
+"Price, EUR","Prezzo, EUR"
+"Custom Price Attribute, EUR","Attributo prezzo personalizzato, EUR"
+"Synchronization Template includes rules and conditions which determine Listing behavior on Play.com.
+ List, Revise, Relist and Stop Rules have to be specified in this template.
+ List Action - at first this action to be executed for each item in M2E Listings, which has Not Listed status and its settings meet the List Condition. If an item was not listed for some reason, autosynchronization will attempt
+ to list it again only if Product Status, Stock Availability or Quantity is changed.
+
+ Note: Inventory Synchronization setting must be enabled in Synchronization (Configuration > Synchronization).
+ Otherwise, Synchronization Template Rules will not take effect.","Nel modello di sincronizzazione sono incluse regole e condizioni che determinano il comportamento dell'inserzione su Play.com. In questo modello devono essere specificate le regole di inserzione, modifica, rimessa in vendita e interruzione. Azione inserzione : questa azione deve essere inizialmente eseguita per ogni oggetto non messo in vendita nelle inserzioni M2E le cui impostazioni soddisfano le condizioni di messa in vendita. Se un oggetto non è stato messo in vendita per qualche motivo, durante la sincronizzazione automatica verrà effettuato un nuovo tentativo di messa in vendita solo se sono state apportate modifiche allo stato, alla disponibilità o alla quantità del prodotto. Nota: l'impostazione Sincronizzazione magazzino deve essere abilitata in Sincronizzazione (Configurazione > Sincronizzazione). In caso contrario, le regole del modello di sincronizzazione non verranno applicate."
+"Relist Rules define the conditions at which Play.com items will be relisted. ","Le regole di rimessa in vendita definiscono le condizioni alle quali gli oggetti Play.com verranno rimessi in vendita. "
+"Automatically relists item(s) after it has been stopped manually within M2EPro.","Rimette in vendita automaticamente gli oggetti dopo un'interruzione manuale in M2EPro."
+"Revise Rules are the conditions, at which automatic full and partial listings revising features are enabled.
+ If the certain condition is enabled (Yes is chosen in appropriate line) and met,
+then Play.com Listings, which were listed using current Synchronization Template,
+will be automatically fully or partially updated.
+
+ Partial Revise - contains list of product details, which changes you want to be reflected on Play.com.
+ Full Revise - contains groups of M2E settings. If any data of these groups (Selling Format Template, Listing Channel Settings) is changed, then listings, which use these templates in their settings, will be automatically fully revised.
+ ","Le regole di modifica rappresentano le condizioni in base alle quali vengono abilitate le funzioni di modifica delle inserzioni automatiche complete o parziali. Se la condizione stabilita viene abilitata (viene scelto Sì nella riga appropriata) e soddisfatta, le inserzioni Play.com che erano state pubblicate utilizzando il modello di sincronizzazione verranno aggiornate completamente o parzialmente in modo automatico. Modifica parziale : contiene un elenco di dettagli dei prodotti dei quali desideri che le modifiche vengano riflesse in Play.com. Modifica completa : contiene gruppi di impostazioni M2E. Se alcuni dati di questi gruppi (modello di formato di vendita, impostazioni del canale per le inserzioni) vengono modificati, le inserzioni, che utilizzano questi modelli nelle relative impostazioni, verranno modificate completamente in automatico. "
+"Automatically revises quantity on Play.com listing(s) when the quantity or attribute for quantity of its product is changed in Magento.","Modifica automaticamente la quantità nelle inserzioni Play.com quando la quantità o il relativo attributo del prodotto corrispondente viene modificato in Magento."
+"Updates Play.com qty only when the Condition you set below is met.
+ Note: By using this option you can significantly increase Synchronization performance.","Aggiorna la quantità Play.com solo se la condizione impostata viene soddisfatta. Nota: questa opzione consente di migliorare sensibilmente le prestazioni di sincronizzazione."
+"Automatically revises price on Play.com listing(s) when the price(s) or attribute(s) for price(s) of its product is (are) changed in Magento.","Modifica automaticamente il prezzo nelle inserzioni Play.com quando i prezzi o i relativi attributi del prodotto corrispondente vengono modificati in Magento."
+"Automatically revises Play.com listing(s) if its Selling Format Template was changed.","Modifica automaticamente le inserzioni Play.com se è stato modificato il relativo modello del formato di vendita."
+"Automatically revises Play.com listing(s) if its Listing Settings was changed.","Modifica automaticamente le inserzioni Play.com se sono state modificate le relative impostazioni."
+"Stop Rules define the conditions when Play.com items listing must be
+ stopped, depending on Magento product state.
+ Note: If all Stop Conditions are set to No or No Action , then the stop option for Play.com items is disabled.
+ If all Stop Conditions are enabled, then an item will be stopped if at least one of Stop Conditions is met.","Le regole di interruzione definiscono le condizioni in base alle quali deve essere interrotta la messa in vendita degli oggetti Play.com, a seconda dello stato del prodotto Magento. Nota: se tutte le condizioni di interruzione vengono impostate su No o Nessuna azione , l'opzione di interruzione per gli oggetti Play.com viene disabilitata. Se tutte le condizioni di interruzione sono abilitate, un oggetto verrà interrotto se viene soddisfatta almeno una delle condizioni di interruzione."
+"Disabled - Coming Soon","Disabilitato - Disponibile a breve"
+"rakuten.de","rakuten.de"
+"Synchronization settings have been saved.","Le impostazioni della sincronizzazione sono state salvate."
+"Running All Enabled Tasks","Esecuzione di tutte le attività abilitate"
+"Feedback Synchronization","Sincronizzazione dei Feedback"
+"Revise All","Modifica tutte"
+"You should enable at least one component.","Dovresti abilitare almeno un componente."
+"Default component should be enabled.","È consigliabile abilitare il componente predefinito."
+"Channels","Channels"
+"Enable channels you are going to work with and Save configuration.","Abilita i canali che utilizzerai e salva la configurazione."
+"eBay Channel","Canale eBay"
+"eBay channel status.","Stato canale eBay"
+"Other Channels","Altri canali"
+"Amazon channel status.","Stato canale Amazon"
+"Rakuten","Rakuten"
+"Rakuten.com channel status.","Stato canale Rakuten.com."
+"Play.com channel status.","Stato canale Play.com."
+"Rakuten.de","Rakuten.de"
+"Disabled - Coming Soon...","Disabilitato - Disponibile a breve..."
+"Rakuten.de channel status.","Stato canale Rakuten.de."
+"Default Channel","Canale predefinito"
+"Open tab by default.","Apri la scheda per impostazione predefinita."
+"The eBay component , its upgrades and support are free according to eBay / Magento Partner Agreement. And they will stay free until the partner agreement is active. ","Il componente eBay , i relativi aggiornamenti e l'assistenza sono gratuiti in conformità all'Accordo tra partner eBay e Magento. e rimarranno tali finché questo accordo è valido. "
+"and","e il"
+"component","componente"
+"components","componenti"
+"Current %s %s are in Beta state and are provided free of charge. However, please be advised that upon the live version of the product release some monthly subscription fee will be introduced. ","%s %s correnti sono in versione beta e disponibili gratuitamente. Tuttavia, ti ricordiamo che dopo il rilascio della versione dinamica del prodotto verrà introdotta una tariffa d'iscrizione mensile. "
+"Note: M2E Pro v.6.x.x consists of %s.
+ %s
+ %s
+
+
+ M2E Pro extension requires activation for its work.
+ To get the License Key click the Get License Key link and follow the instructions.
+ When you receive your License Key, press the Enter button, enter your License Key in appeared text field and press Confirm.
+
+ Note: If you have not received the License Key, please contact us %s.","Nota: M2E Pro v.6.x.x è costituito da %s. %s %s Attivare l'estensione M2E Pro per avviarla. Per ottenere il codice di licenza, clicca sul link Ottieni codice di licenza e segui le istruzioni. Quando ricevi il codice licenza, premi il pulsante Invio, inserisci il codice di licenza nel campo di testo che viene mostrato e premi Conferma. Nota: se non hai ricevuto il codice di licenza, contattaci %s."
+"You must get valid Trial or Live license key.","Devi ottenere un codice di licenza di prova o dinamico valido."
+"License Data","Dati della licenza"
+"License Key","Codice di licenza"
+"Get License Key","Ottieni codice di licenza"
+"License Validation","Convalida licenza"
+"Domain","Dominio"
+"IP","IP"
+"Directory","Directory"
+"Access","Accesso"
+"Note: The eBay component, its upgrades and support are free according to eBay / Magento Partner Agreement. And they will stay free
+ until the partner agreement is active.","Nota: il componente eBay, i relativi aggiornamenti e l'assistenza sono gratuiti in conformità all'Accordo tra partner eBay/Magento. e rimarranno tali finché questo accordo è valido."
+"Note: The current Beta version of the Amazon module is provided free of charge.
+ However, please be advised that upon the live version of the product release some monthly subscription fee will be introduced.","Nota: la versione beta corrente del modulo Amazon viene fornita gratuitamente. Tuttavia, ti ricordiamo che dopo il rilascio della versione dinamica del prodotto verrà introdotta una tariffa d'iscrizione mensile."
+"Note: The current Beta version of the Rakuten.com module is provided free of charge.
+ However, please be advised that upon the live version of the product release some monthly subscription fee will introduced.","Nota: la versione beta corrente del modulo Rakuten.com viene fornita gratuitamente. Tuttavia, ti ricordiamo che dopo il rilascio della versione dinamica del prodotto verrà introdotta una tariffa d'iscrizione mensile."
+"Note: The current Beta version of the Play.com module is provided free of charge.
+ However, please be advised that upon the live version of the product release some monthly subscription fee will introduced.","Nota: la versione beta corrente del modulo Play.com viene fornita gratuitamente. Tuttavia, ti ricordiamo che dopo il rilascio della versione dinamica del prodotto verrà introdotta una tariffa d'iscrizione mensile."
+"Current Status","Stato corrente"
+"None License","Nessuna licenza"
+"Trial License","Licenza di prova"
+"Live License","Licenza dinamica"
+"Suspended","Sospeso"
+"Closed","Scadute"
+"Expiration Date","Data di scadenza"
+"Global Settings","Impostazioni generali"
+"All settings are gathered into four groups. To reach them click on appropriate link.","Tutte le impostazioni sono riunite in quattro gruppi. Per accedervi, clicca sul relativo link."
+"eBay, Amazon, Rakuten.com, Play.com channels activation.","Attivazione canali eBay, Amazon, Rakuten.com, Play.com."
+"Interface and synchronization preferences.","Impostazioni relative a interfaccia e sincronizzazione."
+"Logs Clearing","Cancellazione registri"
+"Preferences for logs history clearing.","Impostazioni per cancellare la cronologia registri."
+"M2E Pro activation.","Attivazione M2E Pro."
+"Set preferences for automatic logs clearing and Save configuration.
+
+ To launch a task manually press Run Now. To clear all log records of the certain Log press Clear All button.
+
+ Note: Autoclearing is performed by cron.
+ ","Definisci le impostazioni per cancellare automaticamente i registri e salva la configurazione. Per eseguire manualmente un'attività, premi Esegui ora. Per cancellare tutte le informazioni da un determinato registro, premi il pulsante Annulla tutto. Nota: la cancellazione automatica è effettuata da cron. "
+"Listings Log Clearing","Cancellazione registro inserzioni"
+"Keep For (days)","Conserva per (giorni)"
+"Saves records for the definite number of days.","Salva le informazioni per un determinato numero di giorni."
+"3rd Party Listings Log Clearing","Cancellazione registro inserzioni di terze parti"
+"Synchronization Log Clearing","Cancellazione registro sincronizzazioni"
+"Orders Log Clearing","Cancellazione del registro ordini"
+"Interface","Interfaccia"
+"Set visual interface preferences and Save configuration.","Definisci le impostazioni dell'interfaccia visiva e salva la configurazione."
+"Products Thumbnails","Miniature prodotti"
+"Do Not Show","Non mostrare"
+"Show","Mostra"
+"Shows / does not show products thumbnails on Add Products and View Listing pages.","Mostra/nasconde le miniature dei prodotti nelle pagine Aggiungi prodotti e Vedi inserzione."
+"Help Blocks","Blocchi di aiuto"
+"Shows / does not show Help blocks.","Mostra/nasconde i blocchi di Aiuto."
+"Restores manually closed Help blocks.","Ripristina i blocchi di aiuto chiusi manualmente."
+"Global Synchronization","Sincronizzazione globale"
+"Has to be enabled if product price and quantity changes are made directly to database. Data update depends on the number of products and can be fully completed after several synchronization cycles finish.
+
+ Note: Enable this option if you really need it, as it is very resource and time consuming and may affect synchronization performance.","Deve essere abilitata se vengono apportate modifiche al prezzo e alla quantità direttamente nel database. L'aggiornamento dei dati dipende dal numero di prodotti e può essere completato al termine di diversi cicli di sincronizzazione. Nota: abilita questa opzione solo se strettamente necessario in quanto è molto dispendiosa in termini di risorse e di tempo e potrebbe influire sulle prestazioni di sincronizzazione."
+"Track Direct Database Changes","Controlla modifiche dirette del database"
+"Note: Enable this option if you really need it, as it is very resource and time consuming and may affect synchronization performance.","Nota: abilita questa opzione solo se strettamente necessario in quanto è molto dispendiosa in termini di risorse e di tempo e potrebbe influire sulle prestazioni di sincronizzazione."
+"PHP","PHP"
+"MySQL","MySQL"
+"Cron","Cron"
+"GMT","GMT"
+"not working","non funzionante"
+"Expired Date","Data di scadenza superata"
+"Valid Domain","Dominio valido"
+"Valid IP","IP valido"
+"Valid Directory","Directory valida"
+"Host","Host"
+"Edition","Edizione"
+"Version","Versione"
+"Add Secret Key to URLs","Aggiungi chiave privata a URL"
+"Name","Nome"
+"Version (revision)","Versione (revisione)"
+"Server API","API server"
+"Database Name","Nome database"
+"Tables Prefix","Prefisso tabelle"
+"Connection Timeout","Timeout di connessione"
+"sec","sec"
+"Wait Timeout","Timeout di attesa"
+"Total Tables","Totale tabelle"
+"Total Module Tables","Totale tabelle di moduli"
+"Total Module Records","Totale dati di moduli"
+"Unlimited","Illimitato"
+"PHP Info","Info PHP"
+"Current Date (GMT)","Data corrente (GMT)"
+"APC","APC"
+"Memcached","Memcached"
+"Redis","Redis"
+"Compilation","Raccolta"
+"Code Pool","Insieme di codici"
+"We recommend to set up your cron job to be run every 5 minutes (e.g. */5 * * * *).","È consigliabile impostare l'esecuzione del processo cron ogni 5 minuti (ad esempio */5 * * * *)."
+"Last Run","Ultima esecuzione"
+"PHP command","Comando PHP"
+"GET command","Comando GET"
+"Cron Schedule Table","Tabella programma cron"
+"Magento Default Locale","Paese predefinito Magento"
+"Properties","Proprietà"
+"Current Value","Valore corrente"
+"Location","Luogo"
+"MySQL Summary","Riepilogo MySQL"
+"Table `%s`","Tabella `%s`"
+"(%s records)","(%s informazioni)"
+"Magento development mode is '.$developmentHtml.' now. ","La modalità di sviluppo di Magento è "".$developmentHtml."" ora. "
+"System Requirements","Requisiti di sistema"
+"Caches / Compilation","Cache/raccolta"
+"Conflicted Modules","Moduli in contrasto"
+"Database Broken Tables","Tabelle database danneggiati"
+"Info","Informazioni"
+"Database (Module)","Database (Modulo)"
+"Database (Integration)","Database (Integrazione)"
+"M2E Pro (General)","M2E Pro (Generale)"
+"M2E Pro (Install / Upgrade)","M2E Pro (Installa/aggiorna)"
+"Additional","Opzioni aggiuntive"
+"Help","Aiuto"
+"Hide Block","Nascondi blocco"
+"Show Tips","Mostra suggerimenti"
+"Hide Tips","Nascondi suggerimenti"
+"View All Product Log","Vedi il registro di tutti i prodotti"
+"This is a required field.","Questo campo è obbligatorio."
+"You should select Attribute Set first.","Innanzitutto è necessario selezionare Insieme di attributi."
+"Collapse All","Minimizza tutto"
+"Expand All","Espandi tutto"
+"The products below will not be moved into the chosen listing.
+
+ Possible reasons:
+ The products are already present in the chosen listing.
+
","I prodotti riportati di seguito non saranno spostati nell'inserzione scelta. Motivi possibili: I prodotti sono già presenti nell'inserzione scelta. Per l'inserzione scelta è impostata l'opzione ""Non mostrare"" in ""Prodotti presentati in altre inserzioni"" e questi prodotti sono disponibili in altre inserzioni.
"
+"Enter Product ID","Immetti ID prodotto"
+"Or SKU","O codice prodotto"
+"Advanced Filter","Filtro avanzato"
+"Products Presented In Other Listings","Prodotti presentati in altre inserzioni"
+"Not Show","Non mostrare"
+"Makes the filter result more precise:Show - all products will be displayed;Not Show - the products, which are not included in any listing, will be only displayed.","Rendi il risultato del filtro più preciso:Mostra : verranno mostrati tutti i prodotti; -Non mostrare : verranno mostrati i soli prodotti non inclusi in nessuna inserzione."
+"eBay User ID","ID utente"
+"eBay Site","Sito eBay"
+"Magento Store View","Negozio Magento"
+"Errors Summary","Riepilogo errori"
+"Product(s)","Prodotti"
+"Payment Method","Metodo di pagamento"
+"%s Order ID","ID ordine %s"
+"%s Final Fee","Tariffa finale %s"
+"Transactions","Transazioni"
+"Transaction #","Numero transazione"
+"Fee","Tariffa"
+"Amount","Importo"
+"Date","Data"
+"Order ID","ID ordine"
+"Store Debug Information","Archivia informazioni di debug"
+"View All Order Logs.","Visualizza tutti i registri degli ordini."
+"Please enter correct product ID or SKU.","Immetti l'ID prodotto o il codice prodotto corretto."
+"Order Item Mapping","Associazione oggetto ordine"
+"As M2E Pro was not able to find appropriate product in Magento Catalog, you are supposed to find and map it manualy.
+ Note: Magento Order can be only created when all products of eBay Order are found in Magento Catalog.","Poiché M2E Pro non riesce a trovare il prodotto appropriato nel catalogo Magento, dovrai trovarlo e associarlo manualmente. Nota: è possibile creare un ordine Magento solo dopo che tutti i prodotti dell'ordine eBay sono stati trovati nel catalogo Magento."
+"Order Item Options Setting","Impostazione opzioni oggetto ordine"
+"As M2E Pro was not able to find appropriate option in Magento product you are supposed find and map it manualy.
+ If you want to use the same settings for the similar subsequent orders, select appropriate check-box at the bottom.
+ Note: Magento Order can be only created when all products of eBay Order are found in Magento Catalog.","Poiché M2E Pro non riesce a trovare l'opzione appropriata nel prodotto Magento, dovrai trovarlo e associarlo manualmente. Se in futuro desideri utilizzare le stesse impostazioni per ordini simili, seleziona la relativa casella di controllo in basso. Nota: è possibile creare un ordine Magento solo dopo che tutti i prodotti dell'ordine eBay sono stati trovati nel catalogo Magento."
+"Channel Options","Opzioni di canale"
+"No channel options are available.","Non è disponibile alcuna opzione di canale."
+"Select Option...","Seleziona opzione..."
+"Save selection for subsequent orders","Salva le opzioni selezionate per gli ordini successivi"
+"Selected Product Option is Out of Stock.","L'opzione prodotto selezionata è esaurita."
+"Not created orders only","Solo ordini non creati"
+"Using this, you can see the records for which order(s) were not created in magento.
+ It might happened, because particular product(s) or product option(s) were not found and some action is required for such orders.
+
+ When you open order detail, you can use appropriate options Map to Magento Product or Set Options to correct missing information and create order in magento.","Questa opzione consente di mostrare per quali ordini non sono state create informazioni in Magento. Questo problema si verifica in quanto non è stato possibile trovare determinati prodotti o opzioni prodotto e, per questi ordini, è necessario effettuare azioni aggiuntive. Quando apri i dettagli dell'ordine, puoi utilizzare le opzioni Associa a prodotto Magento o Imposta opzioni per correggere eventuali informazioni mancanti e creare l'ordine in Magento."
+"M2E Pro has detected, that your System Configuration does not meet minimum requirements, so there might be problems with its work. Please check it and amend appropriate settings.","M2E Pro ha rilevato che la tua configurazione di sistema non soddisfa i requisiti minimi. Si potrebbero verificare problemi durante il funzionamento. Controlla i requisiti e modifica le impostazioni."
+"Please take a look at Documentation and Knowledge Base .
+ Most probably it has the answer to your question(s).
+ If you still have any questions, fill in the form below to contact our Customer Support.
+ Note: We provide support during our working hours: 10 a.m. - 6 p.m. (GMT+2), mon - fri.","Consulta la Documentazione e la Knowledge Base . Probabilmente troverai la risposta al tuo problema in queste risorse. Per ulteriori domande, compila il modulo riportato di seguito per contattare l'Assistenza clienti. Nota: forniamo assistenza durante l'orario lavorativo, ossia dalle 10.00 alle 18.00 (GMT+2), dal lunedì al venerdì."
+"Subject","Oggetto"
+"Contact Name","Nome"
+"Contact Email","E-mail per contatti"
+"General Problem","Problema generale"
+"Problem","Problema"
+"No Articles Found","Nessun articolo individuato"
+"Go To Article →","Vai all'articolo ?"
+"Feedback","Feedback"
+"No Ideas Found","Nessuna idea trovata"
+"Go To Idea →","Vai all'idea ?"
+"Cron Info","Info cron"
+"Enter your problem here","Inserisci qui il problema"
+"This Log contains information on processes, which were done in Synchronization tasks.
+ Note: Logs of Default, Templates, Orders and 3rd Party Listings Synchronizations are only recorded when Error(s) or Warning(s) appears.","Questo registro contiene le informazioni sui processi che sono stati effettuati nelle attività di sincronizzazione. Nota: i registri delle sincronizzazioni predefinite, di modelli, ordini e inserzioni di terze parti vengono compilati solo in caso di visualizzazione di errori o avvisi."
+"Step","Fase"
+"Note: If you close the wizard, it never starts again. You will be required to set all settings manually. Press Cancel to continue working with wizard.","Nota: se chiudi la procedure guidata, non verrà più riavviata. Pertanto, dovrai configurare manualmente tutte le impostazioni. Premi Annulla per continuare a utilizzare la procedura guidata."
+"You have set the main M2E Pro settings and now you have to set up the main settings of the chosen Channel(s).","Hai configurato le impostazioni principali di M2E Pro e, a questo punto, devi configurare le impostazioni principali dei canali scelti."
+"Cron Job Set Up","Impostazione processo cron"
+"Set up a cron job to run every minute (e.g. * * * * *) to enable automatic work of the extension.
+ Otherwise, some processes will not work (i.e. synchronization tasks, logs cleaning).","Imposta l'esecuzione di un processo cron ogni minuto (ad esempio * * * * *) per abilitare l'utilizzo automatico dell'estensione. In caso contrario, alcuni processi non funzioneranno (ad esempio le attività di sincronizzazione e la pulitura dei registri)."
+"Set up Cron Job using PHP","Imposta il processo cron tramite PHP"
+"OR","oppure"
+"Set up Cron Job using GET","Imposta il processo cron tramite GET"
+"Incomplete","Non completato"
+"License Set Up","Impostazione licenza"
+"You need to specify the License Key.
+ Note: M2E Pro does not work without activation.","Devi specificare il codice di licenza. Nota: M2E Pro non funziona senza attivazione."
+"Settings Set Up","Configurazione impostazioni"
+"In M2E Pro global settings you are required to specify the channel(s) you are going to work with.","Nelle impostazioni globali di M2E Pro devi specificare i canali che utilizzerai."
+"You have successfully installed M2E Pro v. %s .
+ Click
+ Start Configuration Wizard to quickly set up main settings or
+ Skip it if you intend to set it later.
+ Note: If you skip the Wizard, it never starts again. You will be required to set all settings manually.","Hai installato correttamente M2E Pro v. %s . Clicca sulla procedura guidata Avvia configurazione per configurare rapidamente le impostazioni principali oppure su Salta se intendi eseguire la configurazione in seguito. Nota: se ignori la Procedura guidata, non verrà avviata nuovamente. Pertanto, dovrai configurare manualmente tutte le impostazioni. "
+"You have successfully installed M2E Pro v. %s.
+ The next step is setting up of the main settings, such as Cron job, Licensing (extension does not work without license)
+ and others to enable a proper work of the extension.
+ In the table below there are recommended server settings, which guaranty a stable work of the extension.
+ Press the Start Configuration button to start setting M2E Pro configuration.","Hai installato correttamente M2E Pro v. %s. Il passaggio successivo prevede la configurazione delle impostazioni principali, ad esempio il processo cron, le licenze (l'estensione non funziona senza licenza) e di altre impostazioni che consentono il funzionamento corretto dell'estensione. Nella tabella seguente sono presenti le impostazioni consigliate del server che garantiscono un funzionamento costante dell'estensione. Premi il pulsante Avvia configurazione per iniziare a impostare la configurazione di M2E Pro."
+"Congratulations, you have successfully linked your eBay account to M2E Pro.","Complimenti, hai collegato correttamente il tuo account eBay a M2E Pro."
+"You can change it if you need.","Puoi modificarlo se necessario."
+"Import Orders","Importa ordini"
+"Import 3rd Party Items","Importa oggetti di terze parti"
+"Import Feedback","Importa Feedback"
+"Now, create an M2E Pro Listing. This will allow you to define specific settings on eBay.","Crea ora un'inserzione M2E Pro. Questo ti consentirà di definire impostazioni specifiche su eBay."
+"Please ensure your personal information is correct","Assicurati che le informazioni personali siano corrette"
+"Email","Email"
+"First Name","Nome"
+"Last Name","Cognome"
+"Postal Code","CAP"
+"This information will be sent to M2E Pro for approval.
+ Read more in our Privacy Policy .","Queste informazioni verranno inviate a M2E Pro per essere approvate. Ulteriori informazioni sulle nostre Regole sulla Privacy ."
+"Please sign into eBay to link M2E to your eBay account and proceed to the next step.","Accedi a eBay per collegare M2E al tuo account eBay e per passare alla fase successiva."
+"Sign into eBay Sandbox","Accedi a eBay Sandbox"
+"If you don't have an eBay account, please create one. It's easy, fast and free.","Se non hai un account eBay, creane uno. È semplice, rapido e gratuito."
+"Please verify the below information is valid before we register you with M2E.","Verifica che le seguenti informazioni siano valide prima di registrarti su M2E."
+"Register Your Free M2E Extension","Registra la tua estensione M2E gratuita"
+"The eBay token obtaining is currently unavailable. Please try again later.","L'acquisizione del codice temporaneo eBay non è attualmente disponibile. Riprova più tardi."
+"eBay/Magento Integration: Listing","Integrazione eBay/Magento: inserzione"
+"Creating a new listing in one of your first jobs. Don't worry. It's easy to do.","Creare una nuova inserzione è una delle prime cose da fare. Non preoccuparti. È facile."
+"Think of an M2E Listing as a set of policies that will determine the type of items you wish to sell. You can create as many M2E Listings as you need.","Immagina l'inserzione M2E come un insieme di regole che determineranno il tipo di oggetto che desideri vendere. Puoi creare tutte le inserzioni M2E che desideri."
+"Creating an M2E Listing with certain characteristics means you won't need to input these characteristics again and again every time you wish to sell an item.","Quando crei un'inserzione M2E e inserisci determinate caratteristiche, non dovrai inserirle nuovamente ogni volta che desideri vendere un oggetto."
+"There are %s stages to complete to create a successful M2E Listing in %s Mode:","Per creare correttamente un'inserzione M2E devi completare %s fasi in %s modalità:"
+"General Settings – information about which eBay site you wish to list on, your eBay User ID and which Magento Store settings you wish to use","Impostazioni generali : informazioni sul sito eBay nel quale mettere in vendita l'oggetto, il tuo ID utente eBay e quali impostazioni del Negozio Magento utilizzare"
+"Payment and Shipping Settings – what are your shipping charges, your Returns Policy and how do you wish to get paid","Impostazioni relative a pagamento e spedizione : quali sono le spese di spedizione, le Regole per la restituzione e come desideri ricevere il pagamento"
+"Selling Settings – more detailed information about the type of eBay listing and how long your item will be on sale","Impostazioni relative alle vendite : informazioni più dettagliate sul tipo di inserzione eBay e per quanto tempo l'oggetto resterà in vendita"
+"Synchronization Setting – how your items are synchronized on eBay","Impostazioni di sincronizzazione : in che modo gli oggetti vengono sincronizzati su eBay"
+"Please select an M2E Mode","Seleziona una modalità M2E"
+"There are two modes available to you.
+
+ We have chosen the mode we think is most suitable for you, based on your selling history, but you can change this if you prefer.","Hai a disposizione due modalità. Abbiamo selezionato la modalità che riteniamo più adatta alle tue esigenze, in base alla cronologia di vendita. Puoi tuttavia modificare la modalità."
+"Simple","Semplici"
+"Suitable for new users and for those with a limited inventory.","Ideale per i nuovi utenti e per gli utenti con un magazzino limitato."
+"Advanced","Servizi avanzati"
+"Suitable for the more experienced user.","Ideale per utenti più esperti."
+"If you're not sure which mode to choose, go for the Simple Mode.
+ Don't worry you can change it later in %s -> Configuration -> General","Se non sei sicuro di quale modalità selezionare, utilizza la modalità semplice. Potrai sempre modificarla in un secondo momento in %s -> Configurazione -> Generale"
+"eBay/Magento Integration: Products Management","Integrazione eBay/Magento: gestione dei prodotti"
+"Congratulations, you have successfully created your first M2E Listing. You're well on your way to your first items appearing on eBay.","Complimenti, hai creato correttamente la tua prima inserzione M2E. Ancora pochi passaggi e i tuoi primi oggetti saranno messi in vendita su eBay."
+"Next up is to select the products from your Magento Store that you want to list on eBay. ","Ora devi selezionare i prodotti dal Negozio Magento che desideri mettere in vendita su eBay. "
+"Any products on your Magento Store that fulfil your M2E Listing criteria can be chosen.","Puoi selezionare tutti i prodotti del Negozio Magento che soddisfano i criteri dell'inserzione M2E."
+"Once you've chosen your products, assign them to the correct eBay category.","Una volta scelti i prodotti, assegnali alla categoria eBay corretta."
+"You can adjust the price that you sell your items for on eBay in relation to your shop price. You might want to increase your selling price to take into account the fees for selling on eBay.
+ Or, reduce your price to be competitive.","Puoi modificare il prezzo di vendita degli oggetti su eBay in base al prezzo applicato in negozio. Puoi inoltre aumentare il prezzo di vendita per compensare le tariffe di eBay. o ridurlo per essere più competitivo."
+"Wizard (Video Tutorial)","Procedura guidata (esercitazioni video)"
+"Combine Magento - the best-selling ecommerce web application–and eBay – the world's favourite marketplace","Unisci Magento, l'applicazione Web di e-commerce di successo, a eBay, il mercato preferito dagli utenti di tutto il mondo"
+"M2E is a free Magento extension that enables you to sell your products on eBay and manage your sales from your Magento store.","M2E è un'estensione gratuita di Magento che ti permette di vendere prodotti su eBay e gestire le vendite dal tuo Negozio Magento."
+"Using M2E is an easy way to display your products in front of millions of buyers on eBay. It's free, quick and simple to set up. You choose which products to sell, the quantity and price. Using eBay means your items are automatically optimized for mobile – the biggest retail growth area.","M2E è un metodo semplice per mostrare i tuoi prodotti a milioni di acquirenti su eBay. È gratuita, rapida e semplice da configurare. Puoi scegliere quali prodotti vendere, la quantità e il prezzo. Se utilizzi eBay potrai ottimizzare automaticamente i tuoi oggetti per i dispositivi mobili, il mercato dalla crescita più elevata."
+"The first step is to link Magento to your eBay account.","Per prima cosa, collega Magento al tuo account eBay."
+"If you already have an eBay account, check that you are registered as an eBay business seller. If you don't yet have an eBay account it's easy to create one.","Se hai già un account eBay, verifica di essere registrato come venditore professionale eBay. Se non hai ancora un account eBay, è facile crearne uno."
+"You have successfully installed M2E Pro v. %s .
+ Click
+ Start Configuration Wizard to quickly set up main settings","Hai installato correttamente M2E Pro v. %s . Clicca sulla procedura guidata Avvia configurazione per configurare rapidamente le impostazioni principali"
+"Step %d","Fase %d"
+"Congratulations!
+ You have successfully installed the new version of M2E Pro.
+ In this version 'Sell on eBay' has been separated from the other channels and completely updated. All data was successfully migrated but we would recommend you check the settings in light of the changes we’ve identified below.
+ ","Complimenti! Hai installato correttamente la nuova versione di M2E Pro. Oltre ad essere stato completamente aggiornato, in questa versione il canale ""Vendi su eBay"" è stato separato dagli altri canali. La migrazione di tutti i dati è stata effettuata correttamente. Ti consigliamo tuttavia di verificare le impostazioni alla luce delle seguenti modifiche che abbiamo rilevato. "
+"1) Templates have been replaced by Policies","1) I modelli sono stati sostituiti dalle regole"
+"All templates are now policies. Use these to create all the necessary settings for listing Magento products on eBay.
+ The templates have been renamed:
+
+
+
+ Previously known as:
+ New name of policy:
+ What’s included:
+
+
+ General
+ Payment
+ How buyers pay you
+
+
+ General
+ Shipping
+ Your shipping costs and service
+
+
+ General
+ Returns
+ Your returns window and who pays postage
+
+
+ Selling Format
+ Price, Quantity and Format
+ Detailed information including price, quantity and listing duration
+
+
+ Description, listing upgrades, product details and condition
+ Description
+ Settings to help you accurately describe your items
+
+
+ Synchronization
+ Synchronization
+ Settings for autosynchronization between Magento and eBay
+
+
+ ","Tutti i modelli sono ora delle regole. Utilizza queste regole per creare tutte le impostazioni richieste per mettere in vendita prodotti Magento su eBay. I modelli sono stati rinominati: Nome precedente: Nuovo nome della regola: Cosa comprende: Generale Pagamento Metodi di pagamento per gli acquirenti Generale Spedizione Spese di spedizione e assistenza Generale Restituzione Intervallo di restituzione e soggetto a carico del quale è la spedizione Formato di vendita Prezzo, quantità e formato Informazioni dettagliate compresi prezzo, quantità e durata dell'inserzione Descrizione, aggiornamenti dell'inserzione, dettagli del prodotto e condizioni Descrizione Impostazioni per aiutarti a descrivere accuratamente gli oggetti Sincronizzazione Sincronizzazione Impostazioni per la sincronizzazione automatica tra Magento ed eBay
"
+"2) Easier to create new listings","2) Creazione di nuove inserzioni semplificata"
+"It’s now quicker and easier to create eBay listings. You can set up a single listing from scratch using custom setting mode or use previously saved information. You can also edit listings individually or in bulk with details in your listing settings*, policies and custom settings.
+
+
+ When your listings have been created, you can choose between 3 different modes to view and filter them:
+
+
+ eBay – displays product information related to eBay so it’s easy to find and edit listings in bulk (for example, list, relist, revise, stop etc)
+ Magento - displays product information related to the Magento catalogue such as Magento QTY, stock Status etc.
+ Settings – displays information in relation to the product settings (for example Selling settings, eBay categories etc) to make it easy to change settings in bulk.
+
+
+ * Attributes have been removed from listing settings.
+ ","Ora è più semplice e veloce creare inserzioni su eBay. Puoi creare un'inserzione da zero utilizzando le impostazioni personalizzate o le informazioni salvate in precedenza. Puoi inoltre modificare una singola inserzione o più inserzioni contemporaneamente con i dettagli nelle impostazioni dell'inserzione*, delle regole e personalizzate. Dopo aver creato le inserzioni, puoi scegliere tra 3 diversi viste e filtri: eBay : mostra le informazioni sul prodotto correlate a eBay e consente di trovare e modificare più inserzioni contemporaneamente in modo agevole (ad esempio, metti in vendita, rimetti in vendita, modifica, interrompi, ecc.) Magento : mostra le informazioni sul prodotto correlate al catalogo Magento, ad esempio quantità Magento, stato scorte, ecc. Impostazioni : mostra le informazioni sul prodotto relative alle impostazioni del prodotto (ad esempio impostazioni relative alle vendite, categorie eBay, ecc.) in modo da agevolare la modifica di più impostazioni contemporaneamente. * Gli attributi sono stati rimossi dalle impostazioni dell'inserzione. "
+"Please check video tutorials to have quick overview of new UI.","Consulta le esercitazioni video per una breve panoramica sulla nuova interfaccia utente."
+"3) Other improvements and changes","3) Altri miglioramenti e modifiche"
+"
+ eBay Fee estimation has been added to the listing view, allowing you to see how much you’ll be charged for listing your item on eBay.
+
+ Automatic currency rate conversion has been added. If Magento has the currency conversion rate, it will be converted automatically to all your prices.
+
+ List / Relist Schedule has been removed from Amazon, Rakuten.com and Play.com synchronization templates and updated for eBay. It now covers both list and relist rules.
+
+ The following terms have been rephrased for eBay:
+
+
+ Account title is now eBay User ID
+ Marketplace is now eBay site
+ Template is now Policy
+ Actions On Categories' Products is now Automatic Actions
+
+
+ Simple / Advanced Mode for eBay . There are now two modes available for eBay.
+
+
+ Simple - for new users and those with limited inventory;
+ Advanced - for more experienced users.
+
+ You can change the mode any time in Sell on eBay > Configuration > General.
+
+ The global settings for M2E have been moved and divided into:
+
+
+ Common – for all channels. Find these settings in Magento > System > Configuration and select M2E Pro;
+ eBay settings. Find these settings in Sell on eBay > Configuration > General.
+
+
+ "," Alla vista dell'inserzione è stata aggiunta l'opzione Stima delle tariffe eBay che ti consente di controllare quanto costerà mettere in vendita il prodotto su eBay. È stata aggiunta l'opzioneConversione automatica del tasso di cambio . Se in Magento è stato impostato il tasso di cambio, tutti i prezzi verranno convertiti automaticamente. L'opzione Programma messa in vendita/rimessa in vendita è stata rimossa dai modelli di sincronizzazione Amazon, Rakuten.com e Play.com e aggiornata per eBay. Ora copre entrambe le regole di messa e rimessa in vendita. I seguenti termini sono stati riformulati per eBay: Titolo dell'account è stato modificato in ID utente eBay Mercato è stato modificato in Sito eBay Modello è stato modificato in Regola Azioni su categorie di prodotti è stato modificato in Azioni automatiche Modalità semplice/avanzata per eBay . Sono ora disponibili due modalità per eBay. Semplice : per nuovi utenti e per utenti con un magazzino limitato; Avanzata : per utenti più esperti. Puoi modificare la modalità in qualsiasi momento in Vendi su eBay > Configurazione > Generale. Le impostazioni globali per M2E sono state spostate e suddivise in: Comuni: per tutti i canali. Queste impostazioni sono disponibili in Magento > Sistema > Configurazione e seleziona M2E Pro; Impostazioni eBay. Queste impostazioni sono disponibili in Vendi su eBay > Configurazione > Generale. "
+"Migration Notifications","Notifiche di migrazione"
+"Below you can find all changes that have been made after migration. Click on the links to check or edit changed options.","Di seguito sono illustrate tutte le modifiche apportate dopo la migrazione. Clicca sui link per verificare o modificare le opzioni modificate."
+"You have no notifications of Migration!","Non hai notifiche di migrazione."
+"eBay accounts have been renamed","Gli account eBay sono stati rinominati"
+"eBay Condition has been changed in the next Description Templates","Le condizioni di eBay sono state modificate nei successivi modelli di descrizione"
+"Ignore variation option has been moved from eBay General template to the Selling Format policy and set to default 'No'.
+ Below you can find the listings that used 'Yes' in this option. Please, check their the Selling Format settings to make sure the option has the value you need.
+ ","L'opzione Ignora variante è stata spostata dal modello generale di eBay alla regole del formato di vendita e impostata in modo predefinito su ""No""'. Di seguito sono elencate le inserzioni per le quali questa opzione era impostata su ""Sì"". Controlla le impostazioni del formato di vendita e assicurati che il valore dell'opzione sia corretto. "
+"'Products Presented in Other listings' option has been removed from the listing settings.
+ Instead of it you can use Advanced Filter on the Add products page.
+ Listings which used 'Do Not Show' in this option are displayed below
+ ","L'opzione ""Prodotti presentati in altre inserzioni""' è stata rimossa dalle impostazioni dell'inserzione. Al posto di questa opzione, puoi utilizzare il Filtro avanzato nella pagina Aggiungi prodotti. Di seguito sono elencate le inserzioni per le quali questa opzione è impostata su ""Non mostrare"" "
+"Activation and Deactivation Synchronization Template options have been removed from the listings settings.
+ Synchronization template (policy) settings take effect immediately and will be active during whole its life.
+ The listings below used these options","Le opzioni Attivazione e Disattivazione modello di sincronizzazione sono state rimosse dalle impostazioni dell'inserzione. Le impostazioni del modello (regola) di sincronizzazione vengono applicate automaticamente e restano attive per tutta la sua durata. Di seguito sono elencate le inserzioni per le quali queste opzioni erano attive"
+"Schedule has been updated for eBay Synchronization policy. It now covers both list and relist rules.","Il Programma è stato aggiornato per la regola di sincronizzazione di eBay. Ora copre entrambe le regole di messa e rimessa in vendita."
+"'Delay After End' option has been removed from eBay Synchronization template (policy). 'Immediate' is used instead of it in the listings below.","L'opzione ""Ritardo dopo la scadenza"" è stata rimossa dal modello (regola) di sincronizzazione di eBay. Al suo posto, nelle seguenti inserzioni verrà utilizzata l'opzione ""Immediato""."
+"Schedule has been removed from Amazon, Rakuten.com and Play.com.
+ The Schedule was listed in the listings below.
+ ","Il Programma è stato rimosso da Amazon, Rakuten.com e Play.com. Il Programma era presente nelle seguenti inserzioni. "
+"Custom value option has been removed from eBay Product Items Details settings (General template > Item Specifics).
+ Please, check the Description policies below","L'opzione Valore personalizzato è stata rimossa dalle impostazioni dettagli oggetti prodotto eBay (Modello generale > Specifiche dell'oggetto). Controlla le seguenti regole di descrizione"
+"During migration M2E has found unused Description templates (policies). Check if you need them.","Durante la migrazione, M2E ha rilevato modelli (regole) di descrizione non utilizzati. Verifica se sono necessari."
+"Possible Conversions","Possibili conversioni"
+"Rate","Prezzo"
+"Price Coefficient","Coefficiente prezzo"
+"Sale Price Coefficient","Coefficiente prezzo di vendita"
+"Store Currency (%s)","Valuta negozio (%s)"
+"Marketplace Currency (%s)","Valuta mercato (%s)"
+"Conversion will not be performed.","La conversione non verrà eseguita."
+"Conversion will be performed.","La conversione verrà eseguita."
+"Start Price Coefficient","Coefficiente prezzo di partenza"
+"Buy It Now Price Coefficient","Coefficiente prezzo compralo subito"
+"Reserve Price Coefficient","Coefficiente prezzo di riserva"
+"converted from %s","convertito da %s"
+"Price Euro Coefficient","Coefficiente prezzo in euro"
+"Price GBR Coefficient","Coefficiente prezzo in GBR"
+"Invalid coefficient format.","Formato del coefficiente non valido."
+"Selling Format Currency Conversion","Conversione valuta formato di vendita"
+"In the table below you can see Selling Format templates, which prices will be converted.
+ The currency rate you can check in Manage currency rate settings. If you need to correct the prices, use coefficients.
+ ","Nella seguente tabella sono mostrati i modelli del formato di vendita i cui prezzi verranno convertiti. Per verificare il tasso di cambio, accedi alle impostazioni Gestisci tasso di cambio . Utilizza i coefficienti per correggere i prezzi. "
+"You have successfully upgraded to M2E Pro v. %s .
+ Click
+ Start Migration Wizard to quickly set up main settings","Hai installato correttamente l'aggiornamento a M2E Pro v. %s . Clicca sulla procedura guidata Avvia migrazione per configurare rapidamente le impostazioni principali"
diff --git a/view/adminhtml/layout/blank.xml b/view/adminhtml/layout/blank.xml
new file mode 100644
index 000000000..4a428c943
--- /dev/null
+++ b/view/adminhtml/layout/blank.xml
@@ -0,0 +1,15 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/view/adminhtml/templates/amazon/listing/product/add/search_asin/new_asin_popup.phtml b/view/adminhtml/templates/amazon/listing/product/add/search_asin/new_asin_popup.phtml
index 22da885cc..004fefd8f 100644
--- a/view/adminhtml/templates/amazon/listing/product/add/search_asin/new_asin_popup.phtml
+++ b/view/adminhtml/templates/amazon/listing/product/add/search_asin/new_asin_popup.phtml
@@ -4,7 +4,7 @@